  /*soya chunks page css start*/
  .info-card {
      background-color: #f3f3f3;
      box-shadow: 0 4px 8px rgba(0,0,0,0.15);
      padding: 20px;
      border-radius: 10px;
      text-align: center;
      height: 100%;
      transition: transform 0.2s ease;
    }
 
    .info-card:hover {
      transform: translateY(-5px);
    }
 .kriti-soya-application {
  width: 100%;
  background: #fff;
  padding: 40px 0px;
}

.kriti-soya-application .soya-container {
  max-width: 100%;
  margin: auto;
}
.image-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.image-box {
  flex: 1 1 calc(33.33% - 40px);
  max-width: calc(33.33% - 40px);
  border-radius: 20px;
    box-shadow: 0px 4px 10px 0px #0000005e;
  overflow: hidden;
  transition: transform 0.3s ease;
  background: #fff;
}

.image-box:hover {
  transform: translateY(-5px);
}

.image-box img {
  width: 100%;
  height: auto;
  display: block;
}
.kriti-soya-application h2 {
  text-align: center;
  margin-bottom: 40px;
}
.title-strip{
margin-top: -50px;
  text-align: center;
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  color: #e31f25;
  background-color: #ffdfa3;
}
/* Responsive Design */
@media (max-width: 1100px) and (min-width:991px){
  .title-strip{
  margin-top: -43px;
  padding-bottom: 9px;
}
}
@media (max-width: 991px) {
  .image-box {
    flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}

@media (max-width: 576px) {
  .image-box {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .kriti-soya-application {
    padding: 20px 0px;
  }
}
  @media (min-width:1024px){
#soya-lecithin-textbox_20{
  width: 50% !important;
     }
    } 
    .circle-box {
      width: 200px;
      height: 200px;
      border-radius: 50%;
      background-color:#ffeac4;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.26);
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
padding:15px; 
margin: 10px;
transition: transform 0.3s ease;
    }
 .circle-box:hover{
  transform: translateY(-5px);
 }
 #demo-20 p{
  font-size: 18px;
  font-weight: 600;
  /* width: fit-content; */
  text-align: center;
 }
    .circle-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
 
    .circle-box.gray {
      background-color:#ffeac4;
    margin: 10px;
      
    }
#demo-20{
        max-width: 1430px;
}
@media (max-width:1100px) and (min-width: 576px){
#demo-20  .col-md-2 {
  width: 33.33333333%;
}
}
@media (max-width:1100px) {
  #demo-20  .col-md-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
}
    .info-box {
      border-radius: 4px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
 
    .info-box .header {
      background-color: #e4d8c7;
      text-align: center;
      padding: 10px;
      font-weight: 600;
    }
 
    .info-box .value {
      background-color: #f1f2f3;
      text-align: center;
      padding: 15px;
      /* font-weight: bold; */
    }
    .value-box {
      border-radius: 4px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      font-size: 20px;
      margin-bottom: 30px;
    }
 
    .value-box .header {
      background-color: #e4d8c7;
      text-align: center;
      padding: 10px;
      font-weight: 600;
    }
    .value-box .headings{
      /* font-size:22px; */
      font-weight:600;
    }
    .value-box .value {
      background-color: #f1f2f3;
      text-align: center;
      padding: 15px;
      /* font-weight: bold; */
    }

    .kriti-banner {
      background-color: #fef7ea; /* soft beige */
      padding: 60px 20px;
      text-align: center;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }
 
    .kriti-banner h2 {
      font-size: 2rem;
      font-weight: 700;
      color: #e31f25; /* Kriti-style golden/orange */
    }
 
    .kriti-banner p {
      font-size: 1.1rem;
      color: #333;
      margin-top: 15px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }
/*soya chunks page css End*/
 
  /*soya Lecithin page css start*/

    #soya-lecithin-textbox_20{
        width:45% !important;
    }
    @media (max-width:767px){
        #soya-lecithin-textbox_20{
        width:98% !important;
        margin:0% auto;
    }
    body .soya-lecithin-textbox {
    min-height: 357px;
    }
    }
    @media (min-width:577px) and (max-width:767px){
        body .shadow-btn {
            margin-top:15px !important;
        }
        body .shadow-btn p {
           font-size: 18px;
        }
    }
      .thank-you-alert {
    display: none;
    margin-top: 20px;
    padding: 15px;
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: 5px;
    font-weight: 600;
  }
  .thank-you-alert {
    display: none;
    margin: 35px auto;
    max-width: 59%;
    padding: 15px 20px;
    background: #e6ffed;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  .btn-success, .btn-primary {
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 16px;
    transition: background-color 0.3s ease, transform 0.2s ease;
  }
  .btn-success:hover, .btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
  }

/* email link ki style */
  .email-section a {
    display: inline-block;
    margin: 10px 5px;
    color: #155724;
    font-weight: 600;
    text-decoration: none;
    background: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: 20px;
    padding: 8px 16px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    transition: background-color 0.3s ease, transform 0.2s ease;
  }
  .btn-close{
    color:black !important;
  }
  .email-section a:hover {
    background: #ffe8a1;
    transform: translateY(-2px);
  }
  body .modal-dialog .modal-content .modal-body {
    display: flex;
    justify-content: space-between;
}
  #modalEmail {
    border-radius: 8px;
    padding: 10px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
    margin-right: 20px;
    width: 100%;
  }
  #modalEmailError {
    font-size: 20px;
  }
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  .form-email {
    margin: 30px auto;
    display: flex;
    justify-content: center;
}
.cust-form{
    min-height: auto !important;
}
.cust-model{
    max-width: 33% !important;
}
.form-email a{
    background-color: #e42127;
    color: white;
    padding: 10px 20px;
    border-radius: 15px;
}
.modal-title{
 font-size:1.45rem;
}
.modal-header .btn-close {
  padding: .5rem .6rem;
  margin: -2.5rem -2.8rem -0.5rem auto;
  font-size: 1.5rem;
  background-color: rgb(253, 185, 19);
  border-radius: 50%;
  width: 0.5em;
  height: 0.5em;
  opacity: 1;
  background-size: 45%;
}

.modal-header .btn-close {
  margin: -3.5rem -2.5rem -1.5rem auto !important;
}
.modal-header{
  text-align:center;
}
.cust-model .modal-header {
        padding: 1rem 3rem 0rem 2rem !important; 
        }

       body .modal-dialog .modal-content .modal-body {
            padding: 1rem 2rem;
            }
            .error-msg{ text-align: center;}
            .mail-btn{
                background-color: red;
    color: white;
    padding: 4px 14px;
    margin: 10px 8px !important;
    border-radius: 6px;
            }
            .mail-btn:hover{
                color:#fdb913;
            }
  /*soya Lecithin page css End*/

  /*soya protein page css start*/
    a {
        color: black;
    }
    a:hover{
        color: #fdb913;
    }
    #protien-hover-img_20 h3{
        background: #fdb913;
        padding: 10px;
        color: black;
    }
    #protien-hover-img_20 h3:hover{
    border: 1px solid #e6e7e8 !important;
    background:none;
    color:black;
    }
    @media (min-width:576px){
        #protien-hover-img_20 h3{
            height: 100px;
        }
    }
    @media (max-width: 360px) {
  #demo-20 .col-6 {
  flex: 0 0 auto;
  width: 100%;
}
.title-strip{
margin-top: -30px;
}
}
 @media (max-width: 768px) {
.cust-form{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#modalEmail {
  margin: 15px 0px;
}
.cust-model {
  max-width: 72% !important;
  justify-content: center;
  margin: 0 auto !important;
}
}
.custom-modal .btn-close{
  margin: -0.5rem -0.8rem -0.5rem auto !important;
}
.custom-modal .modal-content{
  overflow-x: hidden !important;
}
.custom-modal .modal-header .btn-close {
  padding: .5rem .6rem;
  font-size: 1.5rem;
  background-color: rgb(253, 185, 19);
  border-radius: 50%;
  width: 0.5em;
  height: 0.5em;
  opacity: 1;
  background-size: 45%;
}
.error-text {
  font-size: 16px;
  margin-top: 4px;
  display: block;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  .error-text {
    padding-left: 6px;
  }
}
@media screen and (max-width: 450px) {
  .industry-form {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 450px) {
  .error-text {
    padding-left: 18px !important;
    font-size: 13px !important;
    padding-top: 20px;
  }
}
  /*soya protein page css End*/