   :root{ --primary-color:#83b441;
    --secondary-color:#106147;
}

body{
   
}

html, body{
    overflow-x: clip;
  font-family: "DM Sans", sans-serif;
  color:#515152;
}

p{  
   color: #515152;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.2px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
}

img{
    height:auto;
    max-width:100% !important;
}


li{
    list-style:none;
    font-size: 16px;
    line-height: 1.7;
  
}
a{
    text-decoration:none !important;
    color:#000;
}

h1{
    font-family: "Montaga", serif;
}


.hambuuefer, .close-button{
    display:none;
}

.mega-menu > ul {
     display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    padding: 0;
    justify-content: center;
}
.mega-menu > ul > li{
    display: flex;
    align-items: center;
}
.mega-menu > ul > li > a {
    font-size: 13.2px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.6px;
    padding: 30px 0;
}
.mega-menu ul .dropdownd > i{
    display: block;
    height: 20px;
    width: 15px;
    margin-left: 5px;
    font-size: 15px;
}
.mega-menu ul .dropdownd{
    position: static;
    display: flex
;
    align-items: center;
}

.head-logo img{
    height:80px;
    object-fit:contain;
}

.wellbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #ffffff;
  color: #106147;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 28px;
  border: 1px solid var(--primary-color);
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.35s ease;
  box-shadow: 0 3px 8px rgba(16, 97, 71, 0.12);
  position: relative;
  overflow: hidden;
}

.wellbtn:hover {
  background: var(--primary-color);
  box-shadow: 0 6px 16px rgba(16, 97, 71, 0.3);
  color: #fff;
}


/* subtle glossy highlight */
.wellbtn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.35);
  transform: skewX(-25deg);
  transition: left 0.6s ease;
}

.wellbtn:hover::after {
  left: 130%;
}


.banner-sec-conp{
 
    position: relative;
    z-index: 1;
    width: 100%;
   
    display: grid;
    align-items: start;
    align-items: center;
}
.banner-carousel .swiper-pagination-bullet{
    width: 15px !important;
    height: 15px !important;
}
.banner-carousel .swiper-pagination-bullet-active{
    background:#103f02 !important;
}
.banner-main-box{
    width:60%;
}
.banner-main-box p{
        border-radius: 10px;
    max-width: fit-content;
    padding: 6px;
    background: rgba(255, 255, 255, .8);
    font-size:15px;
    border: 1px solid rgb(230 230 230);
}
.banner-main-box h1{
    font-size: 40px;
    font-weight: 800;
    line-height: 1.4;
        letter-spacing: 0.4px;
}
.banner-main-box .banner-btnsec a:not(:last-child){
    margin-right:15px;
}
.banner-main-box .banner-btnsec{
    margin-top:30px;
}
.koncept-header{
    position:relative;
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff; /* optional Ã¢â‚¬â€œ adjust as needed */
  animation: slideDown 1s ease forwards;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.about-dector-sec{
    padding:4rem 0;
    position:relative;
}

.sec-small-title{
    font-size: 15px;
    padding: 8px 15px 9px;
    border-radius: 40px;
    font-weight: 600;
    align-content: center;
    display: inline-block;
    padding-left: 0;
}
.sec-small-title:before{
    content: "";
    display: inline-block; /* or block */
    width: 21px;
    height: 21px;
    background-image: url('../image/logo/favicon.png');
    background-size: contain; 
    background-repeat: no-repeat;
    margin-right: 5px; 
    vertical-align: middle; /* optional alignment */
}
.sec-big-title{
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    /*font-family: "Montaga", serif;*/
    letter-spacing: 0.4px;
    color: #103f02;
}
.section-title{
    margin-bottom:20px;
}
.point-sec-dector{
    margin-top:25px;
}
.point-sec-dector .detor-tiele{
    font-size: 17px;
    font-weight: 600;
    border-bottom: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    padding-bottom: 7px;
    max-width: fit-content;
    line-height: 1.5;
}

.point-sec-dector ul{
    padding:0;
        margin: 20px 0;
}

.point-sec-dector ul li{
    position:relative;
    padding-left:35px;
}
.point-sec-dector ul li:not(:last-child){
    margin-bottom:10px;
    font-size:16px;
    line-height:1.7;
}

.point-sec-dector ul li:before{
    position:absolute;
    content:"\f1ae";
    font-size:18px;
    width:25px;
    height:25px;
    text-align:center;
    left:0;
    top:0;
    bottom:0;
    margin:auto 0;
    line-height:25px;
    background:var(--primary-color);
    color:#fff;
    border-radius:50%;
    font-family: flaticon_normal-icon !important;
}
.about-dector-img {
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: fit-content;
}

.about-dector-img img {
  
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(16, 97, 71, 0.08);
  transition: transform 0.6s ease, box-shadow 0.6s ease;
}



/* Floating Animation */
@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

/* Experience Badge */
.about-dector-img .dector-exp {
  position: absolute;
  top: 8%;
  left: -80px;
  background: #ffffff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 24px;
  box-shadow: 0 6px 18px rgba(16, 97, 71, 0.1);
  animation: floatUpDown 4s ease-in-out infinite;
  border-left: 4px solid var(--primary-color);
}

.about-dector-img .dector-exp .totl-yresr span {
  font-size: 42px;
  font-weight: 700;
  color: var(--primary-color);
}

.about-dector-img .dector-exp .year-title {
  font-size: 15px;
  text-align: left;
  line-height: 1.3;
  font-weight: 500;
  color: #1d1d1d;
}

/* Doctor Info Box */
.about-dector-img .educa-box-main {
      position: absolute;
    bottom: 10px;
    right: 10px;
    left: 10px;
    background: #ffffff;
    border-radius: 14px;
    padding: 22px 26px;
    text-align: left;
}

.about-dector-img .educa-box-main .dec-name {
  font-size: 22px;
  font-weight: 600;
  color: #106147;
  margin-bottom: 6px;
}

.about-dector-img .educa-box-main p {
  margin: 0;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}

/* Section alignment */
.about-dector-content {
  margin-right: 40px;
}

.about-dectoralign {
  align-content: center;
}




.dropdownd {
  position: relative;
  list-style: none;
}

.dropdownd > a {
  display: inline-block;
  transition: all 0.3s ease;
}

.mega-menu > ul > li:hover > a, .mega-menu > ul > li:hover > i{
  color: var(--primary-color);
}

.mega-menu > ul > li a.active{
     color: var(--primary-color);
}

.megamenu-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-width: fit-content;
    width: 1000px;
    min-width: 370px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.4s 
ease;
    padding: 30px;
    z-index: 99;
    border: 1px solid rgba(48, 48, 47, 0.1);
    box-shadow: 0px 1px 2px 1px rgb(3 11 30 / 0%), 0px 1px 1px 0px rgba(3, 11, 30, 0.1);
}
.dropdownd.dropdownd2{
    position:relative !important;
}
.dropdownd:hover .megamenu-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}



.megamenu-dropdown .submenu-sujok {
  display: block;
  text-decoration: none;
  color: #1d1d1d;
  background: #f5f5f5;
  border-radius: 12px;
  padding: 15px;
  transition: all 0.3s ease;
  text-align: center;
}
.megamenu-dropdown .submenu-sujok .imga-sojuk span{
    position: absolute;
    font-size: 12px;
    padding: 0.1rem 0.4rem;
    background: var(--secondary-color);
    color: #fff;
    right: 0;
    border-radius: 5px;
}
.megamenu-dropdown .submenu-sujok .imga-sojuk{
    position:relative;
}

.megamenu-dropdown .submenu-sujok .imga-sojuk img {
  width: 100%;
  max-width: 240px;
  border-radius: 12px;
  margin-bottom: 15px;
}

.megamenu-dropdown .sujok-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
}

.megamenu-dropdown .submenu-sujok p {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  margin: 0;
}


.megamenu-dropdown .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

.megamenu-dropdown .submenu li:not(:last-child) {
    padding-bottom: 6px;
     margin-bottom: 6px;
    border-bottom: 1px solid #d8d8d8;
}
.megamenu-dropdown .submenu li a:hover , .megamenu-dropdown .submenu li a.active{
  color: var(--secondary-color);
  border-left-color: var(--secondary-color);
  padding-left: 8px;
}

.megamenu-dropdown .submenu li a {
  text-decoration: none;
  color: #000;
      font-size: 14.5px;
  display: block;
  transition: all 0.3s ease;
  border-left: 2px solid transparent;
}

.treat-ments-sec-koc{
    padding: 4rem 0;
    position: relative;
}
.treat-ments-sec-koc .row{
    gap:25px 0;
}
.coltret18{
    width: 20%;
}
.treat-thery{
    position: relative;
    display: inline-block;
    display: grid;
    align-items: center;
    justify-items: center;
    z-index: 1;
}
.treat-thery:hover:before{
    background:#83b441a6;
}
.treat-thery:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#32323269;
    transition: .5s ease all;
    pointer-events: none;
    z-index: 0;
    border-radius: 20px;
}

.treat-thery img{
    height: 210px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.treat-thery .title-treat{
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
    color:#fff;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 78%);
    transition: .5s ease all;
}
.section-title.text-center{
    margin-bottom:30px;
}

.trear-se-btn{
    text-align:center;
    margin-top:30px;
}

.about-koncept-sec-main{
    padding:4rem 0;
    position:relative;
     background: #f3f3f3;
}
.about-koncept-right-box{
    margin-left:25px;
}
.about-koncept-sec-main .kon-about-content img{
   
    object-fit:cover;
    border-radius:30px;
    width:100%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.about-koncept-sec-main .kon-about-content .kon-about-img{
    margin-top:30px;
}
.about-koncept-right {
    margin-bottom:1.5rem;
    padding: 1px;
}
.weel-therapys{
    font-size: 1.8rem;
    color: #103f02;
    font-family: 'Montaga';
}
.about-koncept-sec-main .about-koncept-right img{
    object-fit:cover;
    border-radius:30px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding-left: 1px;
}

.key-number-box{
    padding: 0;
   
    text-align: left;
    display: grid;
    gap: 30px;
    grid-template-columns: 32% 32% 29%;
    width:70%;
}

.plain-about-key {
    display:flex;
     margin: 30px 0 0;
     align-items: center;
}

.key-number-box li .number-key span{
      font-size: 35px;
    font-weight: 700;
}

.key-number-box li .key-title{
    font-size:15px;
    margin:0;
}

.key-number-box li:not(:last-child){
    border-right: 1px solid #e6e6e6;
    padding-right:15px;
}

.diagno-stics-sec{
    padding: 4rem 0;
    position: relative;
    background: #f3f3f3;
}
.diagno-stics-sec .container-fluid{
    padding:0;
}
.diagno-stics-carounsel{
    width: 95%;
    margin-left: auto !important;
}

.diagno-box .diagno-img img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height:280px;
    object-fit:cover;
}

.diagno-box .diagno-content{
    padding: 20px;
    background: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
.diagno-box .diagno-content .title-pra p{
    margin:0;
    font-size:15px;
}
.diagno-box .diagno-content .title-pra .diagno-title{
        font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    display: block;

}

.diagno-box .diagno-content .arrow-diagno{
    border-radius: 50%;
    width: 40px;
    min-width: 40px;
    height: 40px;
    background:var(--primary-color);
    transition: all 0.4s;
    position: relative;
    display: grid;
    justify-items: center;
    align-items: center;
}

.diagno-box .diagno-content .arrow-diagno:before{
    position: absolute;
    content: "\f17a";
    font-family: flaticon_normal-icon !important;
    top: 0;
    font-size: 17px;
    margin: auto 0;
    bottom: 0;
    align-content: center;
    transform: rotate(-40deg);
    transition: all 0.4s ease-in-out;
    color: #fff;
}
.diagno-stics-carounsel .section-title {
    margin-bottom:40px;
}
.diagno-box .diagno-content .arrow-diagno:hover:before{
    transform: rotate(0deg);
}
.diagno-box-carounsel .swiper-button-prev{
    top:60px;
    left:unset;
    right: 120px;
}
.diagno-box-carounsel .swiper-button-prev:hover:after,
.diagno-box-carounsel .swiper-button-next:hover:after{
    background:#fff;
    color:#000;
}
.diagno-box-carounsel .swiper-slide{
    height:auto !important;
}
.diagno-box-carounsel .diagno-box{
   height:100%; 
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
 
.diagno-box-carounsel .swiper-button-next{
    top:60px;
     right:70px;
}
.diagno-box-carounsel .swiper-button-prev:after,
.diagno-box-carounsel .swiper-button-next:after{
    background-image: unset;
   content:"\f17a";
      font-family: flaticon_normal-icon !important;
     min-width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    line-height: 40px;
    text-align: center;
        background: #103f02;
    border: 1px solid #e7e7e7;
    font-size: 15px;
     transition: all 0.4s 
ease-in-out;
  animation: blinkArrow 2s infinite;
}

.diagno-box-carounsel .swiper-button-prev:after{
    background: #103f02;
    border: 1px solid #e7e7e7;
    transform: rotate(-180deg);
    animation: blinkArrow 2s infinite;
}

@keyframes blinkArrow {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
}
.condi-tions-sec{
    padding:4rem 0;
    position:relative;
}

.conditi-box{
    display: flex;
    align-items: center;
    background: #fff;
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 6%) 0px 6px 24px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 1px;
    transition: all 0.4s;
}
.conditi-box:hover{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.contidbtn{
        display: flex
;
    align-items: center;
    justify-content: center;
    margin-top: 2.5rem;
    gap: 20px;
}
.contidbtn p{
    margin:0;
}
.conditi-box .conditi-content .cont-title{
   font-size: 17px;
    line-height: 1.3;
    margin: 0;
    font-weight: 400;
}
.conditi-box .conditi-content h4{
    line-height: 0.8;
}
.conditi-box .conditi-content{
    margin-left:15px;
}
.conditi-box .conditi-content p{
    font-size:13px;
    margin:0;
}
.conditi-box .conditi-img img{
    height: 80px;
    min-width: 80px;
    width: 80px;
    object-fit: cover;
    border-radius: 4px;
}
.condi-tions-sec .row{
    gap:25px 0;
}

.why-choo-se-koncpe{
    padding:2rem 0 4rem;
    position:relative;
    z-index:1;
}

.why-box-heal{
    position:relative;
    padding:50px;
    background-image:url(../image/bg/home-exray-bg.webp);
    border-radius:30px;
   background-color: #103f02;
}
.why-box-heal:before{
    position: absolute;
    content: "";
    width: 90%;
    height: 80%;
    border-radius: 30px;
    
    background: var(--primary-color);
    z-index: -1;
    background-image: url(../image/bg/home-exray-bg.webp);
    border-radius: 40px 40px 40px 40px;
}
.why-left-box .why-box-heal:first-child::before {
    top: -20px;
    left: -20px;
}
.why-left-box .why-box-heal:nth-child(2)::before {
    bottom: -20px;
    left: -20px;
}
.why-right-box .why-box-heal:first-child::before {
    top: -20px;
    right: -20px;
}
.why-right-box .why-box-heal:nth-child(2)::before {
    bottom: -20px;
    right: -20px;
}

.why-box-heal .why-title{
    font-size:18px;
        color: #fff;
}
.why-box-heal .why-box-icon{
    margin:0 0 30px;
}
.why-box-heal .why-box-icon img{
    filter:brightness(0)invert(1);
}
.why-choo-se-koncpe .section-title.text-center{
    margin-bottom:70px;
}
.why-choo-se-koncpe .why-main-four{
    justify-content:center;
    position:relative;
}
.why-choo-se-koncpe .why-box-content p{
    margin: 0;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
}

.why-choo-se-koncpe .col-lg-5 .why-box-heal:not(:last-child){
    margin:0 0 25px;
}
.why-right-box .why-box-heal:before{
    left: unset;
    right: -30px;
}
.why-right-box .why-box-heal{
    text-align:end;
}

.why-main-four .why-center-box{
    position: absolute;
    width: 170px;
    height: 170px;
    text-align: center;
    background:#fff;
    border-radius: 30px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    align-content: center;
}

.why-main-four .why-center-box .title-key {
    font-size: 16px;
    width: 120px;
    height: 120px;
    line-height: 1.4;
    position: relative;
    margin: 0 auto;
    padding: 15px;
    bottom: 0;
    align-content: center;
    top: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--primary-color);
    animation: wellnessColorChange 4s infinite alternate;
}

@keyframes wellnessColorChange {
    0% {
        background: #103f02;
    }

    25% {
        background: #83b441;
    }

    50% {
        background: #ff0000;
    }

    75% {
        background: #000000;
    }

    100% {
        background: #103f02;
    }
}
.test-moni-sec-koncep{
    padding:3rem 0 5rem;
    position:relative;
}

.testimonial-img{
    z-index: 1;
    background-color: #f3f3f3;
    border-radius: 15px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.testimonial-img .like-img{
    text-align:center;
}
.testimonial-img:before{
    position: absolute;
    content: "";
    width: 170px;
    height: 170px;
    background-image: url(../image/bg/shape.png);
    background-size: contain;
    right: 0;
    background-repeat: no-repeat;
    background-position: left;
    top: -10px;
    filter: brightness(0) invert(0);
}

.testimonial-img .test-key span{
    font-size:35px;
    font-weight:600;
}
.testimonial-img .test-key h4{
    font-size:16px;
    margin:0;
}

.testimonial-img  .test-review{
    background: rgb(255 255 255 / 51%);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50px;
    align-items: center;
    gap: 12px;
    margin-top: 50px;
    padding: 12px 20px;
    display: inline-flex;
    position: relative;
}
 .test-review .review-right .icon-start i{
    font-size:16px;
    color:#ff9529;
}
.review-right h4{
    font-size:15px;
}
 .test-review .review-left span,.test-review .review-right span{
     font-size:15px;
 }
 
 .testimonial-main-box{
     background-color: #fff;
    border-radius: 15px;
    padding: 60px;
    box-shadow: rgb(0 0 0 / 6%) 0px 6px 24px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 1px;
 }
 
 .testimonial-content-box .icon-start i{
    font-size: 16px;
    color: #ff9529;
 }
 
 .testimonial-content-box .icon-start{
     margin-bottom:20px;
 }
 
  .testimonial-content-box .testim-box{
    margin-top: 25px;
    display: flex;
    gap: 20px;
    align-items: center;
 }
 .testimonial-content-box .testim-box h4{
     font-size:16px;
 }
 
  .testimonial-content-box .testim-box .cion-treat{
    background: var(--primary-color);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    align-content: center;
    text-align: center;
 }
 .testimonial-content-box .testim-box .cion-treat img{
     filter:brightness(0)invert(1);
 }
 
 .testimonial-carousel .swiper-button-prev, 
 .testimonial-carousel .swiper-button-next {
    color: #000; 
      background-color: #83b441;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    transition: all .7s;
    top: auto;
    bottom: 0px;
     animation: blinkArrow 2s infinite;
}
.testimonial-carousel .swiper-button-prev{
    left:unset;
    right:65px;
}
.testimonial-carousel .swiper-button-prev:after, .testimonial-carousel .swiper-button-next:after {
       font-size: 12px;
    font-weight: 900;
    color:#fff;
}
.testimonial-carousel .swiper-button-prev.swiper-button-disabled,
.testimonial-carousel .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.test-moni-sec-koncep .testi-btm{
    text-align:end;
}

.footer-top-sec{
    align-items:center;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 35px;
}
.footer-top-sec p{
    margin:0;
}

.wellnass-sec-fooet{
    background:#fff;
    padding:2rem 0 0;
}

.social-media-book {
        padding: 0;
    display: flex;
    gap: 10px;
    margin: 0;
    justify-content: flex-end;
}

.social-media-book li a {
    width: 32px;
    height: 32px;
    line-height: 40px;
    font-size: 15px;
    display: flex;
    color: #fff;
    /* border: 1px solid #ff7700; */
    transition: all 0.4s ease-in-out;
    text-align: center;
    background-color: transparent;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    background: #103f02;
    justify-content: center;
    align-items: center;
}

.social-media-book li a i {
    font-size: 16px;
    line-height: 1px;
}

.quick-menu .quick-title{
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    color:#103f02;
}
.quick-menu .menu-listff{
    padding: 0;
    margin: 0;
}
.quick-menu .menu-listff li:not(:last-child){
    margin:0 0 8px;
}

.quick-menu .menu-listff li a{
        font-size: 15px;
        transition: all .7s;
        color:#3a3a3a;
    display:block
}

.quick-menu .menu-listff li a:hover{
    color: var(--secondary-color);
    transform: translateX(3px);
}

.quik-menu-sec{
    padding-top:2.3rem;
}

.menu-listff-treat li{
    width:48%;
}

.menu-listff-treat{
    display: flex;
    flex-wrap: wrap;
}
.addre-box-in{
    padding:0;
    margin:20px 0 0;
}
.addre-box-in li{
    display: flex;
    gap: 10px;
}

.addre-box-in li:not(:last-child){
   margin:0 0 12px;
}
.addre-box-in li .infiocn i{
    font-size:16px;
}
.addre-box-in li a, .addre-box-in li p {
    font-size: 15px;
    margin: 0;
    color:#3a3a3a;
}

.addre-box-in li .infiocn i{
    font-size:16px;
    color:#fff;
}
.addre-box-in li .infiocn{
    min-width: 32px;
    height: 32px;
    line-height: 35px;
    font-size: 15px;
    display: block;
    color: #fff;
    transition: all 0.4s ease-in-out;
    text-align: center;
    background-color: transparent;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    background:var(--primary-color);
}

.quick-menu-sing .menu-listff{
       margin: 0 0 30px;
    padding: 0;
    display: flex;
    gap: 20px;
}
.quick-menu-sing .menu-listff li a{
    font-size: 15px;
    transition: 0.7s;
}

.quick-menu-sing .menu-listff li {
    position:relative;
    padding-right:20px;
}
.quick-menu-sing .menu-listff li:not(:last-child):before{
    position:absolute;
    content:"";
    min-width:1px;
    height:60%;
    top:0;
    bottom:-1px;
    right:0;
    margin:auto 0;
    background:var(--secondary-color);
}

.quick-menu.condit{
    margin-top:20px;
}

.footer-bott-sec {
    border-top: 1px solid #d2d2d2;
    padding: 10px 0;
    margin-top:40px;
}
.footer-bott-sec .copr-righ {
    margin: 0;
    font-size: 15px;
    color: #3a3a3a;
}
.footer-bott-sec .col-lg-6{
    padding:0;
}

.whatsappicon {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9999;
}

.whatsappicon .call-icons{
    display:none;
}
.banner-slid{
    display:block;
}
.banner-carousel {
    width: 100%;
    overflow: hidden;
}

.banner-carousel .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.cta-sectionsd{
    position:relative;
}
.cta-card-content{
    position:relative;
    padding:2.5rem;
   
    background: #f3f3f3;
}
.backgr-cta-image{
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-position: top center;
}

.lid-pointsd {
    padding:0;
    margin: 0.7rem 0 1.5rem;
}
.lid-pointsd li{
    position:relative;
    padding-left: 2rem;
    margin-bottom: 0.5rem;
}
.lid-pointsd li:before {
    position: absolute;
    content: "\f130";
    font-size: 15px;
    width: 22px;
    height: 22px;
    text-align: center;
    left: 0;
    top: 4px;
    line-height: 22px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    font-family: flaticon_normal-icon !important;
}


/* Main section */
.contact-kon-sec {
  padding: 4rem 0;
  position: relative;
}
.contact-kon-sec .contact-box {
  display: flex;
  background:#103f02;
  color: #fff8f2;
  border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  padding: 20px;
}
.contact-kon-sec .contact-box .contact-right {
    margin: auto;
    width:50%;
}
.contact-kon-sec .contact-text p {
  color: #fff;
  margin:0;
  font-weight: 300;
}

.contact-kon-sec .contact-text a {
  color: #fff;
  font-weight: 300;

}

.contact-kon-sec .contact-item {
  display: flex;
  gap: 12px;
 padding: 19px 0px 0px;
}
.contact-left {
  border-right: 1px solid rgba(243, 244, 246, 0.3); 
  padding-right: 20px;
}



.contact-kon-sec .phone-icon {
  width: 50px;
  height: 50px;
  line-height: 60px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  color:var(--primary-color);
}
.contact-kon-sec .phone-icon i{
    font-size:30px;
}
.contact-kon-sec .sub-content {
  font-size: 18px;
  margin-bottom: 0;   
}

.contact-kon-sec .phone-icon img {
  filter: invert(53%) sepia(60%) saturate(395%)
          hue-rotate(76deg) brightness(95%) contrast(90%);
  transition: filter 0.3s ease, transform 0.3s ease;
}

.contact-kon-sec .contact-item:hover .phone-icon {
  background-color: #fff8f2; 
}

.contact-kon-sec .contact-item:hover .phone-icon img {
  filter: invert(25%) sepia(90%) saturate(800%)
          hue-rotate(85deg) brightness(60%) contrast(95%);

}
.wrap-social{
    background-color: #eee;
    padding:20px;
    position:relative;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}


.contact-kon-sec .social-follow {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 10px 66px;
}
.social-follow h4{
    font-size:19px;
    margin:0;
}
.main-mobi{
    margin-top:7px;
}
.contact-kon-sec .social-icon:hover {
  background-color: #7e5b4a;
}

.contact-kon-sec .map-placeholder {
  height: 100%;
  display: flex;
  align-items: center;
}

  .kocp-form {
  padding: 40px;
  border-radius: 20px;
  max-width: 90%;
  margin: 0 auto 0;
  border: 1px solid #E1E6EB;
  background:#fff;
}

.kocp-form .form-group {
  margin-bottom: 15px;
}

.kocp-form label {
    font-weight: 600;
    margin-bottom: 10px;
    color: #106147;
}
.kocp-form input::placeholder,
.kocp-form select::placeholder,
.kocp-form textarea::placeholder{
    color:#000;
}
.kocp-form input,
.kocp-form select,
.kocp-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid rgba(243, 244, 246, 0.5);
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.3s ease;
  background:#f3f3f3;
}

.kocp-form input:focus,
.kocp-form select:focus,
.kocp-form textarea:focus {
  border-color: #83b441;
  box-shadow: 0 0 4px rgba(131, 180, 65, 0.3);
  outline: none;
}

.kocp-form .btn-submit {
  background-color: #83b441;
  color: #fff;
  border: none;
  padding: 12px 35px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.kocp-form .btn-submit:hover {
  background-color: #6d9d37;
}
.treat-thery .threover{
    position: absolute;
    width: 90%;
    text-align: center;
}
.treat-thery .threover ul {
      text-align: left;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0;
    width: fit-content;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: .5s ease all;
    position: absolute;
    
}

.treat-thery:hover .threover ul {
    opacity: 1;
    max-height: 100px;
   
}

.treat-thery .threover ul li {
   font-size: 14px;
    color: #fff;
    position:relative;
    padding-left:16px;
}
.treat-thery .threover ul li:before{
    position: absolute;
    content: "\f1ae";
    font-family: flaticon_normal-icon !important;
    font-size: 12.5px;
    color: #fff;
    left: 0;
    top: 0;
    margin: auto 0;
    bottom: 0;
}

.treat-thery:hover .threover .title-treat {
    transform: translateY(-20px);
}

.treat-thery:hover .threover .title-treat.plain-tet {
   transform: translateY(-53px);
}
.treat-thery:hover .threover .title-treat.psl-trt {
    transform: translateY(-35px);
}
.map-placeholder iframe{
    border-radius:20px;
    margin-left:20px;
}
.form-sec-main{
    padding:4rem 0;
    background: #f3f3f3;
}
label.error{
    color: red;
    font-size: 14px;
    font-weight: 500;
    margin:0;
}
.intro-sec-main{
    padding:5rem 0;
    position:relative;
  
}

.intro-box-content{
    background: #fff;
    padding: 40px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.intro-box-items .intro-box-img img{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    object-fit: cover;
    height: 100%;
}
.intro-box-items .col-lg-7, .intro-box-items .col-lg-5{
    padding:0;
   
}
.intro-box-items {
     box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
     border-radius:23px;
}
.intro-box-items .intro-box-img{
    height:100%;
}
.health-benefits-sec{
    padding: 3rem 0;
    position:relative;
       
}
.health-benefi-box{
    position: relative;
    /*background-color: #103f02;*/
    border-radius: 20px;
}

.benefits-pointsff{
    padding:0;
    margin:20px 0 0;
    
}

 /*.health-benefits-sec .benefits-pointsff{*/
 /*    display: flex;*/
 /*   gap: 40px;*/
 /*}*/

.benefits-pointsff li:before {
    position: absolute;
    content:"\f131";
    font-size: 13px;
    width: 21px;
    height: 21px;
    text-align: center;
    left: 0;
    top: 4px;
    line-height: 21px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    font-family: flaticon_normal-icon !important;
}

.benefits-pointsff li{
    position:relative;
    padding-left: 2rem;
}
.benefits-pointsff li:not(:last-child){
    margin-bottom: 0.5rem;
}

.health-benefits-img {
    /* height: 100%; */
    position: sticky;
    top: 85px;
}

.health-benefits-img img{
    border-radius: 20px;
    height: 100%;
    width: 100%;
    padding-left: 1px;
}

.faq-sec-beautify{
    padding: 5rem 0;
    position: relative;
    background: #f3f3f3;
}

.faq-teratment .accordion-item, .faq-teratment .accordion-button{
    background-color:unset;
}
.faq-teratment .accordion-button:not(.collapsed){
    background-color:unset;
    box-shadow:unset;
     border:unset;
    color: #14400a;
    font-weight:600;
}
.faq-teratment .accordion-button:focus{
    box-shadow:unset;
}
.faq-teratment .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}
.faq-teratment .accordion-item:first-of-type {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}
.faq-teratment .accordion-item{
    border:unset;
}
.faq-teratment .accordion-button{
    background-color: #00000000;
    flex-direction: row;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #C2C2C2;
    border-radius: 0px 0px 0px 0px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    padding:20px 15px;
}
.faq-teratment .accordion-body{
    padding:0 15px 15px;
}

.faq-teratment .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
}

.faq-teratment .accordion-button::after {
  content: "";
  width: 25px;
  height: 25px;
  background-color:#c7e9ad; 
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  transform: unset;
}
.faq-teratment .accordion-button:not(.collapsed)::after {
  background-color: #64ad35; 
  transform: rotate(180deg);
    background-image: url(../image/svg/down-arrow-mark.svg);
    background-size: 30px;
    transition:unset;
}

.procedure-proces-sec{
    padding:0 0 5rem;
    position:relative;
}
.proce-proces-main{
    border-radius:20px;
    background:#f3f3f3;
    margin:0 20px;
    padding:4rem 10px;
}
.proce-treat-img{
    position: sticky;
    top: 116px;  
}
.proce-treat-img img{
    border-radius:20px;
    padding-left:1px;
}

.proce-treat-items .proce-treat-number {
     background: #103f02;
  color: #fff;
  height: 45px;
  min-width: 60px;
  width: 60px;
  line-height: 45px;
  font-size: 22px;
  text-align: center;
  font-weight: 800;
  border-radius: 23px 23px 21px 23px;
  position: relative;  
  z-index: 2;
}
.proce-proces-main .sec-big-title{
    font-size:27px;
}

.proce-treat-items{
    position: relative;
    display: flex;
    gap: 30px;
}

.proce-treat-items .proce-treat-number::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 1px;
    bottom: -100px; /* control spacing instead of height */
    background: #103f02;
    z-index: -1;
}
.line-bottom-lg .proce-treat-number::after {
    bottom: -80px;
}
.qount-bio-line .proce-treat-number::after {
    bottom: -120px;
}


.proce-treat-items:last-child .proce-treat-number::after {
  display: none;
}
.proce-treat-items .proce-treat-text h4{
    font-size:20px;
    font-weight:600;
}

.proce-treat-items .proce-treat-text p{
    margin:0;
}

.proce-treat-content .proce-treat-items:not(:last-child){
    margin-bottom:30px;
}

.proce-treat-content .proce-title{
    font-size:22px;
    font-weight:800;
    margin-bottom:30px;
}
.proce-treat-content {
    position: relative;
}
/*.proce-treat-content::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
    /* left: 0; */
/*    right: -15px;*/
/*    width: 1px;*/
/*    background-color: #c7e9ad;*/
/*    height: 100%;*/
/*    z-index: 0;*/
/*}*/
.procedure-box {
    position: sticky;
    top: 116px;
    background: #fff;
    border: 1px solid rgb(33 37 41 / 20%);
    border-radius: 10px;
    padding: 30px;
}

.duration-box ul{
    padding:0;
    margin:20px 0 0;
}

.duration-box ul li:before {
    position: absolute;
    content:"\f131";
    font-size: 13px;
    width: 21px;
    height: 21px;
    text-align: center;
    left: 0;
    top: 4px;
    line-height: 21px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    font-family: flaticon_normal-icon !important;
}

.duration-box ul li{
    position:relative;
    padding-left: 2rem;
}
.duration-box ul li:not(:last-child){
    margin-bottom: 0.5rem;
}

.duration-box h4{
    font-size:20px;
    font-weight:600;
}

.procedure-box h4{
    font-size:25px;
    font-weight:600;
    margin-top:10px;
}


.why-sec-treatment {
  position: relative;
  padding: 5rem 0;
  background: #f6fbf3; 
  overflow: hidden;   
}

.why-sec-treatment::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../image/detail/shape-1.png'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.88;    
  z-index: 0;
}

.why-sec-treatment .why-boxess {
  position: relative;
  background: #fff;
  border-radius: 22px;
  padding:25px;
  height: 100%;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.why-sec-treatment .why-boxess::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #83b441, #103f02);
  opacity: 0;
  transition: opacity 0.45s ease;
  z-index: 0;
  border-radius: 22px;
}

.why-sec-treatment .col-lg-3.active .why-boxess::before {
  opacity: 1;
}

.why-sec-treatment .why-boxess > * {
  position: relative;
  z-index: 1;
}

.why-sec-treatment .whyy-circle {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
  transition: all 0.4s ease;
}

.why-subtt {
  font-size: 17px;
  font-weight: 600;
  color: #103f02;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.why-sec-treatment .why-boxess p {
  transition: color 0.3s ease;
  margin-bottom: 0px;
  font-size:15px;
}

.why-sec-treatment .col-lg-3.active .why-subtt,
.why-sec-treatment .col-lg-3.active p {
  color: #fff;
}

.why-sec-treatment .col-lg-3.active .whyy-circle {
  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(6px);
}

.why-sec-treatment .col-lg-3.active .whyy-circle img {
  filter: brightness(0) invert(1);
}


.inter-page-sec {
  position: relative;
 padding: 5rem 0 4rem;
}


.intro-picts {
     position: relative;
}
.inter-page-sec .intro-picts::before {
    content: "";
    position: absolute;
    top: -93px;
    left: 68%;
    /* bottom: 28px; */
    width: 160px;
    height: 160px;
    background: url(../image/svg/arrow.svg) no-repeat center / contain;
    opacity: 0.5;
    pointer-events: none;
    transform: rotate(-45deg);
}

.inter-page-sec .intro-picts::after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 87%;
    right: 60%;
    width: 165px;
    height: 165px;
    background: url(../image/svg/arrow.svg) no-repeat center / contain;
    opacity: 0.5;
    transform: rotate(-45deg);
}

.intro-picts img {
    border-radius: 309px 309px 309px 309px;
    /*padding-left:1px;*/
}   



.bread-main-sec {
    position: relative;
    background: #103f02;
    padding: 5rem 0;
    overflow: hidden;
}

.bread-main-sec::before {
    content: "";
    position: absolute;
    bottom: -153px;
    right: -1px;
    background: url(../image/detail/koncept.svg) no-repeat right top / contain;
    width: 172px;
    height: 277px;
    opacity: 0.05;
    animation: leafFloat 4s ease-in-out infinite alternate;
    z-index: 0;
    filter: brightness(0) invert(1);
}
/*.bread-main-sec::after {*/
/*      content: "";*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 20px;*/
/*    background: url(../image/detail/leaf-1.png) no-repeat left bottom / contain;*/
/*    width: 162px;*/
/*    height: 110px;*/
/*    opacity: 0.9;*/
/*    animation: leafFloat 4s ease-in-out infinite alternate;*/
/*    z-index: 0;*/
/*}*/

.bread-main-sec .bread-services {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin: 13px 0 0;
  list-style: none;
}

.bread-main-sec .bread-services li:not(:first-child)::before {
  content: "/";
  color: #fff;
  margin-right: 10px;
}

.bread-main-sec .bread-services li a, .bread-main-sec .bread-services li {
      color: #fff;
  font-size: 15px;
}

.bread-main-sec .bread-services li.active {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 15px;
}

.bread-main-sec .sec-big-title {
  color: #fff;
      font-size: 33px;
  margin-bottom: 10px;
}
.bread-subb{
    width:87%;
  margin: 0 auto;
}

@keyframes leafFloat {
  0%   { transform: translateY(0); }
  100% { transform: translateY(12px); }
}



.key-tech-secc .benifites-contetn {
    position: relative;
    border: 1px solid #E3DBD8;
    padding: 28px;
    border-radius: 19px;
    height: 100%;
    margin-right: 30px;
  box-shadow: 0px 4px 4px 0px rgb(227 227 227 / 70%);
    background: #fff;
}

.key-tech-secc .benifites-contetn::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 27%;
    width: 2px;
    height: 80px;
    /* background: linear-gradient(180deg, #83b441, transparent); */
    background: #83b441; 
    /*border-radius: 20px 0 0 0;*/;

    
}
/*.key-tech-secc .benifites-contetn::after {*/
/* content: "";*/
/*    position: absolute;*/
/*    width: 68px;*/
/*    bottom: 2%;*/
/*    height: 33px;*/
/*    left: 89%;*/
/*    opacity: 0.54;*/
/*    z-index: 0;*/
/*    background: url(../image/detail/shapes-3.webp) left bottom / contain no-repeat;*/
/*}*/

.key-tech-secc .row{
    row-gap: 30px;
}
.key-tech-secc{
    padding: 5rem 0;
    position:relative;
    background: #f3f3f3;
}
.key-tech-secc .why-subtt {
    margin-bottom: 17px;
    font-size:19px;
}
.key-tech-secc .benifites-contetn p{
    margin:0;
}
.key-tech-secc .section-title{
    margin-bottom:43px;
}
.health-benefi-box .sec-small-title {
    /*color: #fff;*/
}
.condition-boxss .benefits-pointsff li{
     color: #000;
}

.condition-main-secc {
    padding: 0 0 5rem;
    position: relative;
}

.condition-main-secc .swiper-nav-wrapper {
    position: absolute;
    top: 10%;
    display: flex;
    gap: 10px;
    z-index: 10; /* Changed from 0 to 10 */
    right: 10%;
}

.condition-main-secc .swiper-button-prev-custom,
.condition-main-secc .swiper-button-next-custom {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #333;

    animation: slowBlink 2.5s infinite ease-in-out;
}

@keyframes slowBlink {
    0%, 100% {
        background: #fff;
        border-color: #e0e0e0;
        color: #333;
    }
    50% {
        background: #83b441;
        border-color: #83b441;
        color: #fff;
    }
}

.condition-main-secc .swiper-button-prev-custom:hover,
.condition-main-secc .swiper-button-next-custom:hover {
    animation: none; /* Stop blinking */
    background: #83b441;
    border-color: #83b441;
    color: #fff;
}
.condition-main-secc .swiper-button-prev-custom::before {
    content: "\f14a"; 
   font-family: flaticon_normal-icon !important;
    font-size: 20px;
    font-weight: normal;
}

.condition-main-secc .swiper-button-next-custom::before {
   content: "\f102"; 
        font-family: flaticon_normal-icon !important;
    font-size: 20px;
    font-weight: normal;
}

.condition-main-secc .condition-swiper {
  margin-top: 40px;
  overflow: hidden;
}

.condition-main-secc .condition-swiper .swiper-wrapper {
  align-items: stretch;
}

.condition-main-secc .condition-swiper .swiper-slide {
  height: auto;
  display: flex;
}

.condition-main-secc .condition-boxss {
  display: flex;
  gap: 24px;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  /*height: 100%;*/
  border: 1px solid #d0d0d0b0;
  align-items: center;
  width:100%;
}

.condition-main-secc .condin-pict img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 14px;
  flex-shrink: 0;
}

.condition-main-secc .condin-contt {
  position: relative;
  flex: 1;
}

.condition-main-secc .why-subtt {
  font-size: 18px;
  color: #103f02;
  margin-bottom: 16px;
}



/* ðŸ”• Read more CSS disabled */
/*
.condition-main-secc .readmore-box {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.condition-main-secc .second-read::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%);
}

.condition-main-secc .second-read.active {
  max-height: 1000px;
}

.condition-main-secc .readmore-toggle {
  display: inline-block;
  margin-top: 8px;
  font-weight: 700;
  cursor: pointer;
}

.condition-main-secc .second-read:not(.active) .bene-point li:nth-child(n+3) {
  display: none;
}

.condition-main-secc .readmore-box.active .bene-point li {
  display: list-item;
}
*/


.readmore-box {
  position: relative;
  max-height: 100px;
  overflow: hidden;
}

/* show gradient ONLY when NOT expanded */
.readmore-box:not(.active)::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 22px; /* reduce from 50px */
  width: 100%;
  background: linear-gradient(to bottom, transparent, #fff);
  pointer-events: none;
}



/* remove gradient when expanded */
.readmore-box.active::after {
  display: none;
}

.condition-main-secc .bene-point {
  list-style: none;
  padding: 0;
  margin: 0;
}

.condition-main-secc .bene-point li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  font-size:15px;
  line-height: 1.7;
  color: #333;
}

.condition-main-secc .bene-point li::before {
    content: "\f130";
    position: absolute;
    left: 2px;
    color: #83b441;
    font-weight: 700;
    font-size: 17px;
    font-family: flaticon_normal-icon !important;
}

.cta-main-sectt{
  padding: 4rem 0;
  position: relative;
}

.cta-wrap-main {
  position: relative;
  overflow: hidden;
  padding: 3rem 1rem;
  background: #103f02;
  border-radius: 20px;
  z-index: 1;
}


.cta-main-sectt .cta-wrap-main::before {
  content: "";
  position: absolute;
  inset: 0;
background-image:url('../image/bg/koncept-wellness-logo.svg');
opacity:0.1;
  background-size: cover;
  background-position: center;
  z-index: 0;
  pointer-events: none;
}


.cta-wrap-main > * {
  position: relative;
  z-index: 1;
}


.cta-main-sectt .cta-wrap-main .sec-small-title,
.cta-main-sectt .cta-wrap-main .sec-big-title,
.cta-main-sectt .cta-wrap-main p {
  color: #fff;
  width: 86%;
  margin: 0 auto 10px;
  text-align: center;
}
.cta-main-sectt .cta-wrap-main .sec-big-title{
    margin-bottom:24px;
}


.cta-form-main {
  max-width: 900px;
  margin: 40px auto 0;
}

.cta-form-main .form-group {
    margin-bottom: 22px;
}

.cta-form-main .form-group input, .cta-form-main .form-group select, .cta-form-main .form-group textarea {
    width: 100%;
    padding: 18px;
    border-radius: 25px;
    background: #ffffff00;
    color: #FFF;
    font-size: 15px;
    border: 2px solid #fff;
}

.cta-form-main .form-group select {
    color: #fff !important;              /* default = placeholder white */
  
}

.cta-form-main .form-group select:valid {
    color: #000;              /* selected value becomes black */
}

.cta-form-main .form-group select option {
    color: #000;              /* dropdown list items */
}

.cta-form-main .form-group select option[disabled] {
    color: #fff;              /* placeholder option */
}


.cta-form-main .form-group input::placeholder,
.cta-form-main .form-group textarea::placeholder {
  color: #fff;
}

/* Select */
.cta-form-main .form-group select {
  color: #000;
}

/* Focus */
.cta-form-main .form-group input:focus,
.cta-form-main .form-group select:focus,
.cta-form-main .form-group textarea:focus {
  outline: none;
  border-color: #4caf50;
  box-shadow: 0 0 0 3px rgba(76,175,80,0.3);
}

/* Button spacing */
.cta-form-main .wellbtn {
  margin-top: 10px;
}
.faq-sec-beautify .sec-small-title{
display: block;
text-align:center;
}


/*.proce-items:after{*/
/*content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 30px;*/
/*    bottom: 7px;*/
/*    top: 99px;*/
/*    border-left: 2px solid #103f02;*/
/*    height: 84%;*/
/*    z-index: 0;*/
/*}*/

.conditions-main-sec{
    padding:4rem 0;
}

.custom-tabs {
   display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 43.505px 72.509px rgba(82, 180, 133, 7%);
    padding: 15px;
    gap: 41px;
    margin:0 auto 20px;
        max-width: fit-content;
}

.custom-tabs .nav-item:hover .tab-number {
    background-color: #ffffff;
    color:#000;
    transition: all 0.3s ease;
}








.custom-tabs .nav-link {
    border-radius: 50px;
    padding: 12px 20px;
    font-weight: 500;
    color: #000;
    font-size:18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.custom-tabs .nav-link.active {
    background-color: #103f02;
    color: #fff;
    padding: 10px 24px 10px 10px;
    gap: 28px;
    font-weight: 400;
    font-size: 18px;
    margin-left: 0;
}
.custom-tabs .nav-link {
    transition: all 0.3s ease;
}

.custom-tabs .nav-link.active,
.custom-tabs .nav-link:hover {
    background-color: #103f02;
    color: #fff;
}

.tab-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #84b542;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.custom-tabs .nav-link.active .tab-number {
    background: #fff;
    color: #3a5a40;
}
.chronic-pain{
    padding:4rem 0 ;
    background-color:#f3f3f3;
}
.chronic-pain .sec-big-title{
    margin: 0 0 20px;
}
.diagno-stics-sec.con{
    background-color:#fff;
}
.condition-main-secc.condition-layout{
    background-color:#f3f3f3;
    padding-top:2rem;
    
}
.con-why-choose-sec {
    background: #f5f5f5;
    padding:3rem 0;
}
.condition-boxss p{
    margin:0;
}

/*.con-why-box {*/
/*    padding: 30px 20px;*/
/*}*/

.ccon-why-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    background: #3f5f4f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.con-why-icon {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    padding: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 17px;
}

.con-why-icon.light-bg {
    background: #82b341;
}

.con-why-icon.dark-bg {
    background: #103f02;
}

.con-why-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    border-radius: 50%;
}
.con-why-box p{
    margin:0;
}
.con-why-box .why-title{
    font-size: 20px;
    /*margin-top:20px;*/
}
.approach-card{
   
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius:30px;
  
}
.approach-content{
    padding: 20px 10px 10px 20px;
      background-color: #fff;
}
.approach-img{
    overflow: hidden;
    position: relative;
     border-radius: 30px 0 0 30px;
}

.approach-img img {
    height: auto;
    width: 100%;
    /* aspect-ratio: 1 / 1.033; */
    object-fit: cover;
    transition: all 0.4s ease-in-out;
    border-radius: 30px 0 0 30px;
    padding-left: 1px;
}
.approach-section .sub-hs{
    font-size: 18px;
    font-weight: 600;
}

.approach-img:after{
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.approach-card:hover .approach-img img{
    transform: scale(1.1);
}

.approach-img:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.condi-ims{
    padding-top:10px;
}

/* Appointment Contact Section */
.appnt-cnt{
padding:4rem 0;
    background: #f3f3f3;
}

/* Card */
.appointment-contact-card{
display:flex;
align-items:center;
gap:20px;
background:#fff;
padding:25px 30px;
border-radius:20px;
box-shadow:0 5px 20px rgba(0,0,0,0.06);
border:1px solid #4156491a;
height: 100%;
}

/* Icon */
.appointment-contact-icon{
min-width:60px;
height:60px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
background:#3f4b40;
color:#fff;
font-size:22px;
}

/* Content */
.appointment-contact-content{
display:flex;
flex-direction:column;
}

.appointment-contact-content h4{
font-size:20px;
margin-bottom:6px;
}

.appointment-contact-content a{
color:#666;
text-decoration:none;
font-size:16px;
}

.appointment-contact-content a:hover{
color:#000;
}

/* Address text */
.appointment-contact-content p{
margin:0;
font-size:15px;
color:#666;
line-height:1.6;
}


.appointment-section{
padding:4rem 0;

}

.appointment-small-title{
display:block;
font-size:14px;
text-transform:uppercase;
letter-spacing:1px;
color:#888;
margin-bottom:10px;
}

.appointment-main-title{
font-size:34px;
font-weight:600;
margin-bottom:40px;
}

.appointment-form-wrapper{
padding:45px;
border-radius:20px;
box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.appointment-field-group{
margin-bottom:20px;
}

.appointment-field-group input,
.appointment-field-group select,
.appointment-field-group textarea{
width:100%;
padding:14px 18px;
border:1px solid #e1e1e1;
border-radius:10px;
font-size:15px;
outline:none;
transition:all .3s ease;
background:#fff;
}

.appointment-field-group input:focus,
.appointment-field-group select:focus,
.appointment-field-group textarea:focus{
border-color:#b7d491;
box-shadow:0 0 0 2px rgba(255,87,34,0.08);
}

/* textarea */
.appointment-field-group textarea{
resize:none;
}

/* Radio Section */
.form-type-selector{
display:flex;
gap:30px;
margin:10px 0 25px 0;
align-items:center;
}

/* Radio label */
.radio-box{
display:flex;
align-items:center;
gap:8px;
font-size:16px;
cursor:pointer;
}

.radio-box input{
width:18px;
height:18px;
accent-color:#b7d491;
cursor:pointer;
}

.service-select{
margin-bottom:10px;
}

.appointment-submit-btn{
padding:14px 40px;
border:none;
border-radius:30px;
background:#ff5722;
color:#fff;
font-size:16px;
font-weight:500;
cursor:pointer;
transition:all .3s ease;
}
.appointment-submit-btn:hover{
background:#e64a19;
transform:translateY(-2px);
}
.appointment-contact-card i{
    font-size:30px;
    padding-top:12px;
}









.dg-main-test-sec {
  padding: 70px 0;
  background: #f3f3f3;
}
.dg-main-test-sec .section-title{
    width: 86%;
    margin: 0 auto 50px;
}
 
.dg-test {
  background: #ffffff;
  border-radius: 18px;
  padding: 38px 40px;
  margin-bottom: 28px;
  border: 1px solid #d5e8b0;
  box-shadow: 0 6px 28px rgba(16,63,2,0.07);
}
/*.dg-test--alt {*/
/*  background: #f7fbf0;*/
/*}*/
.dg-test:last-child {
  margin-bottom: 0;
}
 
/* ── Test header ── */
/*.dg-test-header {*/
/*  display: flex;*/
/*  gap: 22px;*/
/*  align-items: flex-start;*/
/*  margin-bottom: 28px;*/
/*  padding-bottom: 24px;*/
/* border-bottom: 2px solid #f3f3f3;*/
/*}*/
/*.dg-test-number {*/
/*  font-size: 2.8rem;*/
/*  font-weight: 800;*/
/*  color: #d5e8b0;*/
/*  line-height: 1;*/
/*  flex-shrink: 0;*/
/*  min-width: 56px;*/
/*}*/
/*.dg-test--alt .dg-test-number {*/
/*  color: #c4dda0;*/
/*}*/
/*.dg-test-badge {*/
/*  display: inline-block;*/
/*  background: #eef5e4;*/
/*  color: #739d39;*/
/*  font-size: 0.7rem;*/
/*  font-weight: 700;*/
/*  letter-spacing: 0.07em;*/
/*  text-transform: uppercase;*/
/*  padding: 3px 11px;*/
/*  border-radius: 20px;*/
/*  margin-bottom: 8px;*/
/*  border: 1px solid #c9e09a;*/
/*}*/
.dg-test-title-wrap h3 {
    color: #103f02;
  font-size: 30px;
    font-weight: 700;
    margin-bottom: 14px;
}
.dg-test-title-wrap p {
  margin: 0;
}
 
.dg-inner-nav {
  display: flex;
  align-items: center;
  gap: 0;
  background: #deecc2;
  border-radius: 50px;
  padding: 5px;
  position: relative;
  width: fit-content;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.dg-inner-pill {
  position: absolute;
  top: 5px;
  left: 1px;
  height: calc(100% - 10px);
  background: #103f02;
  border-radius: 50px;
  transition: transform 0.36s cubic-bezier(0.4,0,0.2,1),
              width   0.36s cubic-bezier(0.4,0,0.2,1);
  z-index: 0;
  pointer-events: none;
  will-change: transform, width;
}
.dg-inner-btn {
  position: relative;
  z-index: 1;
  padding: 8px 20px;
  border-radius: 50px;
  border: none;
  background: transparent;
  font-weight: 600;
    font-size: 15px;
  color: #103f02;
  transition: color 0.26s ease;
  white-space: nowrap;
}
.dg-inner-btn.active {
  color: #ffffff;
}
 
/* ── Inner panel content box ── */
.dg-inner-content {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px 30px;
  border: 1px solid #e4efcc;
  min-height: 140px;
}
/*.dg-test--alt .dg-inner-content {*/
/*  background: #fafdf5;*/
/*}*/
 
/* ── Inner panels ── */
.dg-inner-panel {
  display: none;
}
.dg-inner-panel.active {
  display: block;
  animation: dgFade 0.35s ease;
}
 
/* ── Cards ── */

.dg-card {
background: #f3f3f38c;
    border-left: 3px solid #83b441;
    border-radius: 10px;
    padding: 20px;
    margin:0 0 14px;
}

.dg-card:last-child{
    margin:0 ;
}

.dg-card h4 {
    color: #103f02;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 11px;
}
.dg-card p {
  margin: 0;
}
 
.dg-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dg-list li {
  position: relative;
  padding: 8px 0 8px 32px;
  color: #333;
  font-size: 0.92rem;
  line-height: 1.65;
  /*border-bottom: 1px dashed #e0edc8;*/
}
.dg-list li:last-child { border-bottom: none; }
.dg-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #83b441;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
 
 
 
 .conditon-diagnon .diagno-box-carounsel .diagno-box {
  border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 1px solid #ccc !important;
  
}


/* ── Why Early Testing ── */
/*.dg-test--why {*/
/*  background: #103f02;*/
/*  border-color: #1a5a03;*/
/*}*/
/*.dg-test--why .dg-test-header {*/
/*  border-bottom-color: rgba(255,255,255,0.12);*/
/*}*/
/*.dg-test--why .dg-test-number {*/
/*  color: rgba(255,255,255,0.15);*/
/*}*/
/*.dg-test--why .dg-test-title-wrap h3 {*/
/*  color: #ffffff;*/
/*}*/
/*.dg-test--why .dg-test-title-wrap p {*/
/*  color: rgba(255,255,255,0.7);*/
/*}*/
/*.dg-test-badge--white {*/
/*  background: rgba(255,255,255,0.12);*/
/*  color: #83b441;*/
/*  border-color: rgba(131,180,65,0.4);*/
/*}*/
/*.dg-why-grid {*/
/*  display: grid;*/
/*  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));*/
/*  gap: 14px;*/
/*}*/
/*.dg-why-card {*/
/*  background: rgba(255,255,255,0.07);*/
/*  border: 1px solid rgba(255,255,255,0.1);*/
/*  border-radius: 12px;*/
/*  padding: 20px 16px;*/
/*}*/
/*.dg-why-card span {*/
/*  display: block;*/
/*  font-size: 1.6rem;*/
/*  font-weight: 800;*/
/*  color: rgba(131,180,65,0.5);*/
/*  line-height: 1;*/
/*  margin-bottom: 10px;*/
/*}*/
/*.dg-why-card p {*/
/*  color: rgba(255,255,255,0.8);*/
/*  font-size: 0.88rem;*/
/*  line-height: 1.7;*/
/*  margin: 0;*/
/*}*/
/*.dg-why-card--accent {*/
/*  background: #83b441;*/
/*  border-color: #83b441;*/
/*}*/
/*.dg-why-card--accent span { color: rgba(255,255,255,0.5); }*/
/*.dg-why-card--accent p { color: #fff; font-weight: 500; }*/
 
/* ── Fade ── */



/*@keyframes dgFade {*/
/*  from { opacity: 0; transform: translateY(6px); }*/
/*  to   { opacity: 1; transform: translateY(0); }*/
/*}*/
 
/* ── Responsive ── */
/*@media (max-width: 768px) {*/
/*  .dg-test { padding: 24px 18px; }*/
/*  .dg-test-header { flex-direction: column; gap: 10px; }*/
/*  .dg-test-number { font-size: 2rem; }*/
/*  .dg-inner-content { padding: 20px 16px; }*/
/*  .dg-inner-btn { padding: 8px 13px; font-size: 0.78rem; }*/
/*}*/
/*@media (max-width: 480px) {*/
/*  .dg-cards { grid-template-columns: 1fr; }*/
/*  .dg-why-grid { grid-template-columns: 1fr; }*/
/*}*/

.two-col-list {
    column-count: 2;
    column-gap: 40px;
    padding-left: 0;
}

.two-col-list li {
    break-inside: avoid;
    list-style: none;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.quote-box {
    margin: 14px auto 22px;
    padding: 25px 30px;
    background: #f9f9f9;
    border-left: 5px solid #134105;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}

.quote-text {
    font-style: italic;
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
    color: #333;
}

.quote-author {
    display: block;
    margin-top: 15px;
    text-align: right;
    font-weight: 700;
    color: #555;
}

.inro-about-seccc {
    padding: 5rem 0;
    position: relative;
    z-index:1;
}

.our-approach-image {
    position: relative;
    padding-right: 190px;
}

.inro-about-seccc .our-approach-img-1,
.inro-about-seccc .our-approach-img-2 {
    position: relative;
    border-radius: 999px;
    overflow: hidden;
}

.inro-about-seccc .our-approach-img-1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.inro-about-seccc .our-approach-img-2 img {
   width: 100%;
   height: auto;
    object-fit: cover;
    display: block;
}

.inro-about-seccc .our-approach-img-1 {
    /*max-width: 420px;*/
}

.inro-about-seccc .our-approach-img-2 {
    max-width: 320px;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 8px solid #faf9fa;
    z-index:1;
}

.inro-about-seccc .image-anime {
    position: relative;
    overflow: hidden;
}

.inro-about-seccc .image-anime::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background: rgba(255,255,255,0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: 0.6s;
}

.inro-about-seccc .image-anime:hover::after {
    height: 250%;
    background: transparent;
}

.our-approach-image::before {
    content: "";
    position: absolute;
    width: 179px;
    height: 162px;
    background: url(../image/svg/koncept-wellness-circle.svg) no-repeat center;
    background-size: contain;
    z-index: 2;
    animation: rotateBg 20s linear infinite;
    transform-origin: center center;
    right: -79px;
    top: 105px;
}

/*.inro-about-seccc::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 80px;*/
/*    height: 80px;*/
/*    top: 136px;*/
/*    left: 83.8%;*/
/*    background: url(../image/detail/koncept.svg) no-repeat center;*/
/*    background-size: contain;*/
/*}*/



@keyframes rotateBg {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}






.our-viss-miss {
    background: #f9f9f9;
    padding: 4rem 0;
}

.our-viss-miss .our-custom-tabs {
    padding: 10px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin:0 0 20px;
    background:#fff;
    max-width:fit-content;
}

.our-viss-miss .our-custom-tabs .nav-link {
    border-radius: 40px;
    padding: 12px 30px;
    font-weight: 600;
    color: #103f02;
    background:#fff;
    font-size:14px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.our-viss-miss .our-custom-tabs .nav-link.active {
    background-color: #83b441;
    color: #fff;
}

.our-viss-miss .tab-content {
    border-top: 2.5px solid #83b441;
    padding:25px 29px;
    border-radius:10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  background: #fff;
}


.our-viss-miss  h4{
    font-size:22px;
    font-weight:600;
    margin:0 0 15px;
}





.our-viss-miss .main-vis-mission img {
    margin: 0 12px 0 0;
    transition: filter 0.3s ease;
}
.our-viss-miss .main-vis-mission .nav-link img {
    filter: none;
}
.our-viss-miss .main-vis-mission .nav-link.active img {
    filter: brightness(0) invert(1);
}
.meet-our-docttt{
    padding:5rem 0;
      position:relative;
}
.meet-our-docttt .our-doctor-keyy .more-text {
  display: none;
}




.meet-our-docttt .our-doctor-keyy .read-more-btn {
    background: none;
    border: none;
    color: #83b441;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;   
    position:relative;
}

.our-doctor-keyy .read-more-btn::after {
    content: "";
    height: 1px;
    background: #83b441;
    width: 33px;
    top: 14px;
    position: absolute;
    left: 86px;         
}

.meet-our-docttt .image-anime-doc.left-side::before {
    content: '';
    position: absolute;
    top: -40px;        
    left: -40px;      
    background: #83b441;
    border-radius: 12px; 
    width: 300px;
    height: 300px;
    z-index: -1;
}

.meet-our-docttt .image-anime-doc img {
  padding-left: 1px;
  border-radius: 17px;
  width:100%;
 
}

.meet-our-docttt .image-anime-doc {
    position: relative;
    display: inline-block; 
    border-radius: 20px;  
}

.meet-our-docttt .image-anime-doc::before {
    content: '';
    position: absolute;
    top: -40px;         
    right: -40px;        
    background: #83b441;
    border-radius: 12px;    
    width: 300px;
    height: 300px;
    z-index: -1;     
}

.meet-our-docttt .main-tsr{
    margin:0 0 5rem;
}


.unique-app-secc {
    padding: 3.5rem 0;
    background-color: #f9f9f9;
}


.unique-app-secc .service-list {
    display: flex;
    flex-direction: column;
    /*gap: 30px;*/
}

.unique-app-secc .service-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 30px;
    gap: 30px;
    /*border-radius: 20px;*/
    border-bottom: 1px solid #f3f3f3;
    transition: all 0.3s ease;
}

.unique-app-secc .service-item:hover {
    background-color: rgba(131, 180, 65, 0.15);
}

.unique-app-secc .service-title-box {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 42%;
}

.unique-app-secc .service-icon {
    width: 80px;
    height: 80px;
    background-color: rgb(131, 180, 65, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.unique-app-secc .service-item:hover .service-icon {
    background-color: rgb(131, 180, 65);
}

.unique-app-secc .service-icon img {
      width: 43px;
    height: 43px;
   transition: transform 0.5s ease, filter 0.5s ease;
}

.unique-app-secc .service-item:hover .service-icon img {
    filter: brightness(0) invert(1); 
  transform: scale(-1) rotate(180deg);
}
.unique-app-secc .service-title-box h4 {
    font-size: 21px;
    color: rgb(16, 63, 2);
    margin: 0;
}


 .unique-app-secc .img-wrapper {
    height: auto;
    overflow: hidden;
  transition: transform 0.4s ease-in-out;
    width:39%;
       border-radius: 100px;
}

.unique-app-secc .service-item:hover .img-wrapper {
    transform: scale(1.05);
}

.unique-app-secc .img-wrapper img {
  width: 100%;
    padding-left: 1px;
        transition: transform 0.4s ease-in-out;

}

.unique-app-secc .service-item:hover .img-wrapper img {
    transform: scale(1.08);
}

.unique-app-secc .service-description {
   width:44%;
}

.unique-app-secc .service-description p {
    margin: 0;
}
.our-viss-miss .out-supplyy img{
    width:100%;
    padding-left:1px;
    border-radius:17px;
}



 .out-supplyy {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    position: relative; 
}
 .out-supplyy::after {
    content: "";
    position: absolute;
    top: 0;
    left: -85%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
}

 .out-supplyy:hover::after {
    animation: imageanime 0.85s forwards;
}

@keyframes imageanime {
    100% {
        left: 125%;
    }
}
.pharm-subb-secc .out-supplyy img{
    width:100%;
}

.pharm-subb-secc{
    padding:3.7rem 0;
    position:relative;
    background: #f9f9f9;
}
.ourbest-benee{
    padding:5rem 0;
}
.condi-ims{
    margin:0 0 20px;
}
.health-benefits-sec.ourbest-benee-sec {
    padding: 0 0 3rem;
}

.listing-full-sec {
    padding:4rem 0;
}
.dg-main-test-sec .out-supplyy img{
    border-radius:10px;
        padding-left: 1px;
        width:100%;
}

.index-sec .diagno-box .diagno-content{
    height: 180px;
}

.dropn-btnmobile i {
    position: relative;
    left: 3px;
    top: 3px;
}

li.dropdownd2 span{
    color: #000;
    font-size: 13.2px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.6px;
    padding: 30px 0;
}


.mega-menu > ul > li span.active {
    color: var(--primary-color);
}

.dg-inner-tabs {
        margin-top: 25px;
}
.dg-main-test-sec .benefits-pointsff {
    margin: 0;
}
.condi-ims img{
    width:100%;
}

/*.our-viss-miss .vision-card {*/
/*    padding: 20px;*/
/*    background: #f4f9f0;*/
/*    border-radius: 15px;*/
/*    height: 100%;*/
/*    text-align: center;*/
/*    transition: transform 0.3s ease;*/
/*}*/
/*.our-viss-miss .vision-card:hover {*/
/*    transform: translateY(-5px);*/
/*}*/

/*.our-viss-miss .vision-card i {*/
/*    font-size: 2rem;*/
/*    color: #83b441;*/
/*    display: block;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.our-viss-miss .vision-card p {*/
/*    font-size: 0.95rem;*/
/*    margin-bottom: 0;*/
/*    color: #103f02;*/
/*    font-weight: 500;*/
/*}*/

.yt-video-wrapper {
    width: 100%;
    padding: 40px 0; /* spacing top & bottom */
    background: #000; /* optional for cinematic feel */
}

.yt-video {
    position: relative;
    width: 100%;
    max-width: 1200px; /* control max width */
    margin: 0 auto;
    aspect-ratio: 16 / 9; /* modern responsive ratio */
    overflow: hidden;
   
    padding-top: 50px;
}

.yt-video iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 15px;
}


/* ================= MAIN WRAPPER ================= */
.appointment {
  max-width: 90%;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,.08);
  overflow: hidden;
}

/* HEADER */
.appointment .appointment-header {
  padding: 25px 30px;
  border-bottom: 1px solid #eee;
  background: #faf5e1;
}

/* STEP */
.appointment .appointment-step {
  display: none;
  padding: 40px;
}


.appointment .appointment-step--active {
  display: block;
    position: relative;
    background: #103f02;
}

.appointment .appointment-step--active::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../image/bg/koncept-wellness-logo.svg);
    opacity: 0.1;
    background-size: cover;
    background-position: center;
    z-index: 0;
    pointer-events: none;
}

/* ================= CALENDAR ================= */
.appointment .calendar {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 30px;
  align-items: flex-start;
}

/* HEADER */
.appointment .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.appointment .calendar-header button {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #83b441;
  cursor: pointer;
  font-size: 16px;
  color:#fff;
}

/* WEEK */
.appointment .calendar-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  margin-bottom: 10px;
}

.appointment .calendar-week div {
  font-weight: 600;
  padding: 10px 0;
  color: #fff;
}

/* DAYS GRID (FIXED ISSUE) */
.appointment .calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  justify-items: center;
}

/* DAY BUTTON */
.appointment .calendar-day {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  transition: 0.2s;
  margin: 0 !important;
  color:#fff;
}

.calendar-header #monthLabel {
    color:#fff;
}

.form-header h4{
    color:#fff;
}

.back-btn i{
    color:#fff;
}

/* EMPTY CELLS FIX */
.appointment .calendar-days div {
  width: 45px;
  height: 45px;
}

/* HOVER */
.appointment .calendar-day:hover {
  background: #83b441;
  color: #fff;
  transform: scale(1.05);
}

/* ACTIVE */
.appointment .calendar-day--active {
  background: #83b441;
  color: #fff;
  font-weight: 600;
}

/* DISABLED */
.appointment .calendar-day--disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/* ================= TIME ================= */
.appointment .time {
  border-left: 1px solid #eee;
  padding-left: 25px;
  height: 500px;
  overflow-y: scroll;
}

/* FIX TITLE POSITION (IMPORTANT FIX) */
.appointment .time .apoi-title-sm {
  position: relative;
  top: 0;
  margin-bottom: 15px;
}

/* TIME ITEM */
.appointment .time-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f3f3f3;
  padding: 14px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
  transition: 0.2s;
  cursor: pointer;
}




/* TIME LABEL */
.appointment .time-label {
  font-weight: 600;
}

/* BUTTON */
.appointment .time-select {
  display: none;
}

.appointment .time-item.active .time-select {
  display: inline-block;
  background: #103f02;
  color: #fff;
  border: none;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 13px;
}

/* SCROLLBAR */
.appointment .time::-webkit-scrollbar {
  width: 6px;
}
.appointment .time::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

/* ================= FORM ================= */
.appointment .form-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.appointment .back-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 45px;
  border: none;
  box-shadow: rgba(0,0,0,0.1) 0px 2px 6px;
  background:#00000059;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

/* GRID */
.appointment .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.appointment .form-full {
  grid-column: 1 / -1;
}

/* INPUT */
.appointment .form-input,
.appointment .form-textarea {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  transition: 0.2s;
}

.appointment .form-input:focus,
.appointment .form-textarea:focus {
  border-color: #fdc242;
  outline: none;
}

.appointment .form-textarea {
  min-height: 120px;
}

/* BUTTON */
.appointment .btnsd {
  border: none;
  margin: 30px auto 0;
  padding: 12px 35px;
  display: flex;
  background: #fdc242;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s;
}

.appointment .btnsd:hover {
  background: #e5a72f;
}

.appointment-step .apoi-title-sm {
    font-weight: 600;
        margin-bottom: 30px;
        color: #fff;
}
.inro-about-seccc .key-number-box li .number-key span{
    color:#83b441;
}


.dg-test {
  scroll-margin-top: 120px;
}

.appointblink::after{
    content: " (For Appointments)";
    color: red;
    font-size: 12px;
    font-weight: 600;
    animation: blinkText 1s infinite;
}

@keyframes blinkText{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.spl-img {
    margin-top:30px;
}

.red-light {
     margin-top:30px;
}


.corner-ribbon {
    border-radius: 171px 0 0 0;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 78px;
    height: 77px;
    border: none;
    background: #cc5500;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    z-index: 9999;
}

.corner-ribbon span {
    position: absolute;
    width: 170px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    transform: rotate(-45deg);
    right: -54px;
    bottom: 13px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, .25); */
    transition: background 0.3s ease;
}

.corner-ribbon:hover{
    background: var(--primary-color);
}

.promo-popup{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.75);
    display:flex;
    justify-content:center;
    align-items:center;
    opacity:0;
    visibility:hidden;
    transition:.3s;
    z-index:99999;
}

.promo-popup.active{
    opacity:1;
    visibility:visible;
}

.promo-content{
    width:360px;
    max-width:92%;
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    position:relative;
    transform:scale(.8);
    transition:.3s;
    box-shadow:0 20px 60px rgba(0,0,0,.35);
}

.promo-popup.active .promo-content{
    transform:scale(1);
}

.promo-content img{
    width:100%;
    display:block;
}

.promo-close{
    position:absolute;
    top:10px;
    right:10px;
    width:36px;
    height:36px;
    border:none;
    border-radius:50%;
    background:#d60000;
    color:#fff;
    font-size:28px;
    cursor:pointer;
    line-height:36px;
    padding:0;
    z-index:5;
}

.promo-footer{
    padding:18px;
    background:#fff;
}

.promo-footer a{
    display:block;
    text-align:center;
    background:#25D366;
    color:#fff;
    text-decoration:none;
    padding:14px;
    border-radius:8px;
    font-size:17px;
    font-weight:600;
}

.promo-footer a:hover{
    background:#1ca851;
}


.menu-logo-dis {
    display:none;
}

.menu-logo-dis img {
    opacity: 0.4;
}

.appointment-contact-content ul {
    padding:0;
}

.iv-nutri-sec .row.secondtary .intro-picts {
    margin-top: 21%;
}

.iv-bene .row{
    align-items:center;
}
.about-koncept-sec-main .key-number-box li:not(:last-child) {
    margin-right: 47px;
}

 .plain-sec .row{
    align-items:center;
}