
 .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;*/
/*    }*/
/*}*/