
 .gallery-main-seccc {
  padding: 60px 0;
}
 .gallery-main-seccc .gallery-tabs {
  justify-content: center;
  border-bottom: none;
  margin-bottom: 30px;
}
 .gallery-main-seccc .gallery-tabs .nav-link {
  border: none;
  color: #106147;
  font-weight: 500;
  margin: 0 10px;
  position: relative;
  transition: 0.3s;
  border:1px solid #106147;
    border-radius: 30px;
}
 .gallery-main-seccc .gallery-tabs .nav-link:hover {
  color: #83b441;
}
 .gallery-main-seccc .gallery-tabs .nav-link.active {
  color: #fff;
  background-color: #106147;
  border-radius: 30px;
  padding: 8px 18px;
}
 .gallery-main-seccc .row {
  row-gap: 20px;
}
 .gallery-main-seccc .our-gallerr img{
      width:100%;
      height:auto;
          transition: transform 0.4s ease;
      /*margin:0 0 25px;*/
  }
  
  .our-gallerr:hover img {
    transform: scale(1.08);
}

.our-gallerr{
        border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.common-conddd .out-supplyy img{
     border-radius: 14px;
     padding-left:1px
}
.health-benefits-sec .out-supplyy img{
         border-radius: 14px;
          width:100%;
}

.about-koncept-right-box .head-lin-btn{
    margin-top: 30px;
}

.pharr-lin-btn .wellbtn{
        font-size: 16px;
    padding: 2px 21px;
}

.pharr-lin-btn  .flaticon-whatsapp-2{
        font-size: 23px;
    margin-top: 10px;
}
.pharr-lin-btn{
    margin: 20px 0 0;
}


.whats-link{
    font-weight: 700;
    color:rgb(16, 63, 2);
    transition: 0.3s ease;
    position: relative;
}

/*.whats-link:hover{*/
/*    color: #83b441;*/
/*}*/

.whats-link::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #83b441;
    transition: 0.3s ease;
}

.whats-link:hover::after{
    width: 100%;
}
/* ===== Read More / Read Less - Testimonial ===== */

.test-moni-sec-koncep .testimonial-para {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    /*line-clamp: 5;*/
    transition: all 0.3s ease;
}

.test-moni-sec-koncep .testimonial-para.expanded {
    display: block;
    -webkit-line-clamp: unset;
    line-clamp: unset;
}

.test-moni-sec-koncep .read-more-btn {
    display: inline-block;
    padding: 4px 13px;
    background-color: var(--primary-color, #83b441);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.test-moni-sec-koncep .read-more-btn:hover {
    background-color: var(--secondary-color, #106147);
    color: #ffffff;
}

.test-moni-sec-koncep .read-more-btn:focus {
    outline: none;
}

/* ===== Tablet View ===== */
/*@media (max-width: 1024px) {*/
/*    .testimonial-para {*/
/*        -webkit-line-clamp: 5;*/
/*        line-clamp: 5;*/
/*        font-size: 15px;*/
/*    }*/

/*    .read-more-btn {*/
/*        font-size: 12px;*/
/*        padding: 5px 16px;*/
/*    }*/
/*}*/


.condtion-card-sec{
    padding:4rem 0;
}


        .condtion-card-sec{
    padding:88px 0 100px;
    position:relative;
    overflow:hidden;
  }
 
  
 
  .sec-head{
    text-align:center;
    max-width:760px;
    margin:0 auto 56px;
  }
  .eyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;
    font-size:14px;
    font-weight:600;
    letter-spacing:.04em;
    color:var(--forest);
    background:var(--leaf-soft);
    padding:7px 18px 7px 14px;
    border-radius:999px;
    margin-bottom:18px;
  }
  .eyebrow svg{width:16px;height:16px;flex-shrink:0;}
 
  
  .sec-head p{
    color:var(--muted);
    font-size:16px;
    line-height:1.7;
    margin:0;
  }
 
  /* ---- the actual card markup being fixed ---- */
  .condrion-card {
    background: #fff;
    border: 1px solid #cccccc80;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}


.condrion-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px -18px rgba(18, 58, 23, 0.28);
    border: 2px  solid var(--primary-color);
}
 
  .condrion-card img{
    width:100%;
    object-fit:cover;
    display:block;
    background:var(--leaf-soft); /* tint while loading / graceful fallback */
  }
 
  .condrion-card .plain-cont{
    padding:24px 22px 28px;
    flex-grow:1;
    display:flex;
    flex-direction:column;
  }
 
  .condrion-card h4{
    font-size:18.5px;
    font-weight:700;
    color:var(--forest);
    margin:0 0 10px;
  }
 
  .condrion-card p{
    font-size:14.5px;
    line-height:1.65;
    color:var(--muted);
    margin:0;
    flex-grow:1;
  }
  
  .condtion-card-sec .row {
      row-gap:20px;
  }
  
  .why-choose-icons {
      padding:5rem 0 2rem;
  }
  
  .why-conditons h4{
      font-size:18px;
      font-weight:600;
      color:#000;
  }
  
  .why-conditons img{
      margin-bottom:20px;
  }
  
   .why-conditons {
       text-align:center;
   }
   
   .why-choose-icons {
       padding:4rem 0;
   }
   
   .why-choose-icons .row{
       row-gap:35px;
   }