.detail-intro-sectio {
    padding: 5rem 0;
}
.detail-intro-sectio .detail-cta-call{
        gap: 12px;
    justify-content: flex-start;
}

.detail-box {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    display: inline-block;
}

.detail-box img {
    width: 100%;
    border-radius: 22px;
    display: block;
    transition: transform 0.4s ease-in-out;
}

.detail-box:hover img {
    transform: scale(1.08);
}
.detail-box::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, 0.35);
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: all 600ms linear;
    pointer-events: none;
    z-index: 2;
}

.detail-box:hover::after {
    height: 250%;
    background: transparent;
}


.detail-faq-secc .page-faq-accordion .accordion-item{
      border: 1px solid #0e384c33;
    border-radius:20px;
    margin-bottom:20px;
    overflow:hidden;
    transition:.35s ease;
}

.detail-faq-secc .page-faq-accordion .accordion-button{
    background:#fff;
    color:var(--color-secondary);
    font-size:20px;
    font-weight:600;
    line-height:1.4;
    padding:22px 65px 22px 25px;
    box-shadow:none;
    border:none;
    position:relative;
}

.detail-faq-secc .page-faq-accordion .accordion-button:focus{
    box-shadow:none;
}

.detail-faq-secc .page-faq-accordion .accordion-button:not(.collapsed){
    background:#42a41f;
    color:#fff;
    border-bottom:1px solid rgba(255,255,255,.12);
}

.detail-faq-secc .page-faq-accordion .accordion-body{
    background:#42a41f;
    padding:22px 25px;
}

.detail-faq-secc .page-faq-accordion .accordion-body p{
    color:#fff;
    margin:0;
    line-height:1.8;
}
/* Remove Bootstrap default icon */
.detail-faq-secc .page-faq-accordion .accordion-button::after{
    background-image: none !important;
    width: auto;
    height: auto;
    margin-left: 0;
    flex-shrink: 0;
    transition: all .3s ease;
}

/* Closed - Plus */
.detail-faq-secc .page-faq-accordion .accordion-button.collapsed::after{
    content: "+";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 34px;
    font-weight: 300;
    color: var(--color-secondary);
    line-height: 1;
}

/* Open - Minus */
.detail-faq-secc .page-faq-accordion .accordion-button:not(.collapsed)::after{
    content: "−";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 34px;
    font-weight: 300;
    color: #fff;
    line-height: 1;
}
.detail-faq-secc .page-faq-accordion .accordion-body .problem-list li::before{
    color:#fff;
}

.detail-faq-secc .page-faq-accordion .accordion-body .problem-list li{
    color:#fff;
}
.detail-faq-secc{
      position: relative;
     padding: 5rem 0;
}

.detail-bread-crumb-secc {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: url("../images/bg/dental-breadcrumb-banner.webp") no-repeat center center;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

 /*Optional dark overlay for better text visibility */
.detail-bread-crumb-secc::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: -1;
}

/*.detail-bread-crumb-secc {*/
/*    position: relative;*/
/*     padding: 5rem 0;*/
/*    overflow: hidden;*/
/*    background: linear-gradient(90deg, rgb(76, 199, 32) 0%, rgb(30, 136, 22) 100%);*/
/*    transition: .4s;*/
/*    z-index: 1;*/
/*}*/

/*.detail-bread-crumb-secc::before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background: url("../images/bg/breadcrumb-shape.webp") no-repeat left top;*/
/*    background-size: cover;*/
/*    z-index: -1;*/
/*}*/




.detail-bread-crumb-secc .container {
    position: relative;
    z-index: 2;
}

/* Left Character */
/*.breadcrumb-shapes::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 96px;*/
/*    height: 94px;*/
/*    left: 43px;*/
/*    bottom: 199px;*/
/*    background:url("https://demo.awaikenthemes.com/denture/wp-content/uploads/2025/09/hero-character-img-1.png") center center no-repeat;*/
/*    background-size:contain;*/
/*    animation:movestyle1 10s linear infinite alternate;*/
/*}*/

/* Right Character */
/*.breadcrumb-shapes::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 96px;*/
/*    height: 94px;*/
/*    right: 21px;*/
/*    top: 179px;*/
/*    background:url("https://demo.awaikenthemes.com/denture/wp-content/uploads/2025/09/hero-character-img-2.png") center center no-repeat;*/
/*    background-size:contain;*/
/*    animation:movestyle2 10s linear infinite alternate;*/
/*}*/

/*@keyframes movestyle1{*/
/*    0%{*/
/*        transform:translate(0,0) rotate(-8deg);*/
/*    }*/
/*    100%{*/
/*        transform:translate(40px,40px) rotate(8deg);*/
/*    }*/
/*}*/

/*@keyframes movestyle2{*/
/*    0%{*/
/*        transform:translate(0,0) rotate(8deg);*/
/*    }*/
/*    100%{*/
/*        transform:translate(-40px,30px) rotate(-8deg);*/
/*    }*/
/*}*/




.detail-bread-crumb-secc .section-title{
    text-align: center;
}

.detail-bread-crumb-secc .sec-big-title{
    color: #fff;
    margin: 18px 0 0;
}

.detail-bread-crumb-secc .bread-services{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.detail-bread-crumb-secc .bread-services li{
    position: relative;
    color: rgba(255,255,255,.9);
    font-size: 16px;
    font-weight: 500;
}

.detail-bread-crumb-secc .bread-services li a{
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.detail-bread-crumb-secc .bread-services li a:hover{
    color: rgba(255,255,255,.8);
}

.detail-bread-crumb-secc .bread-services li:not(:last-child){
    padding-right: 22px;
}

.detail-bread-crumb-secc .bread-services li:not(:last-child)::after{
    content: "/";
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255,255,255,.8);
    font-size: 15px;
}

.detail-bread-crumb-secc .bread-services li.active {
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #fff;
}.bene-fis-secc{
    padding:5rem 0;
    background:#194a33;
    position: relative;
}
.bene-fis-secc .section-title{
    margin-bottom:30px;
}
.bene-fis-secc .sec-small-title{
    color:rgba(255,255,255,.75);
}
.bene-fis-secc .sec-big-title{
    color:#fff;
    margin-bottom:20px;
}
.bene-fis-secc p{
    color:rgba(255,255,255,.82);
    margin-bottom:18px;
}
.bene-fis-secc .problem-list{
    margin:0;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.bene-fis-secc .problem-list li{
    width:49%;
    color:rgb(255 255 255 / 82%);
    margin-bottom:18px;
    font-size:16.5px;
}
.bene-fis-secc .problem-list li::before{
    color:#fff;
}



.condition-main-secc {
    padding:5rem 0;
    position: relative;
    /*background: rgba(66, 164, 31, .08);*/
}
.condition-main-secc .container{
     position: relative;
}

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

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

.condition-main-secc .swiper-button-prev-custom:hover,
.condition-main-secc .swiper-button-next-custom:hover {
   background: linear-gradient(90deg, #4CC720 0%, #1E8816 100%);
    border-color: #83b441;
        color: #fff !important;
}

.condition-main-secc .swiper-button-prev-custom::before {
           content: "\f176";
   font-family: flaticon_normal-icon !important;
    font-size: 20px;
    color:rgb(25, 74, 51);
        transform: rotate(180deg);
}

.condition-main-secc .swiper-button-next-custom::before {
         content: "\f176";
        font-family: flaticon_normal-icon !important;
    font-size: 20px;
      color:rgb(25, 74, 51);
}
.condition-main-secc .swiper-button-prev-custom:hover::before,
.condition-main-secc .swiper-button-next-custom:hover::before {
    color: #fff;
}

.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: 22px;
  padding: 24px;
box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  /*height: 100%;*/
  border: 1px solid #d0d0d0b0;
  align-items: center;
  width:100%;
}

.condition-main-secc .detail-box img {
  width: 200px;
  height: 200px;
  border-radius: 14px;

}

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

.condition-main-secc .why-subtt {
  font-size: 21px;
  margin-bottom: 16px;
}

.condition-main-secc .section-title{
    width:80%;
}

.readmore-box p{
    margin:0;
}
.end-lyp{
    margin:20px 0 0;
}

.implant-process-section{
    padding:5rem 0;
    position:relative;
}
.implant-process-section .left-columns-shapess{
    position: relative;
}
.implant-process-section .implant-process-content::after{
    content:"";
    display:block;
    width: 455px;
    height: 520px;
    margin-top: 30px;
    background: url("../images/home/kalaa-teeth-logo.webp") no-repeat center center;
    background-size: contain;
    pointer-events: none;
}
.implant-process-content{
    padding-right:60px;
}
.implant-process-content{
    position:sticky;
    top:128px;
}
.implant-process-list{
    counter-reset:step;
}
.implant-process-item{
    position:relative;
    display:flex;
    align-items:flex-start;
    gap:30px;
    margin-bottom:50px;
}
.implant-process-item:last-child{
    margin-bottom:0;
}
.implant-process-item::before{
    content:"";
    position:absolute;
    left:47px;
    top:96px;
    width:2px;
    height:calc(100% - 35px);
    background:#e6e6e6;
}
.implant-process-item:last-child::before{
    display:none;
}
.process-icon{
    position:relative;
    width:96px;
    height:96px;
    flex-shrink:0;
    border:1px solid #e6e6e6;
    border-radius:24px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.35s ease;
}
.process-icon::before{
    counter-increment:step;
    content:counter(step);
    font-size:32px;
    font-weight:700;
    color:var(--color-secondary);
}
.implant-process-item:hover .process-icon{
    background:var(--color-secondary);
    border-color:var(--color-secondary);
}
.implant-process-item:hover .process-icon::before{
    color:#fff;
}
.process-content{
    flex:1;
    padding-top:10px;
}
.process-content h4{
    font-size:24px;
    font-weight:600;
    color:var(--color-secondary);
    margin-bottom:12px;
}
.process-content p{
    margin:0;
    color:#555;
    line-height:1.8;
}




.implant-benefits-sec{
    padding:5rem 0;
    background:rgba(66,164,31,.08);
}

.implant-benefits-sec .section-title{
    /*max-width:850px;*/
    margin:0 auto 30px;
}

.implant-benefits-sec .row{
    row-gap:52px;
}

.implant-benefits-sec .col-lg-6,
.implant-benefits-sec .col-lg-4{
    position:relative;
    padding:0 24px;
}

.implant-benefits-sec .col-lg-6::after,
.implant-benefits-sec .col-lg-4::after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:1px;
    height:100%;
    background:#d8dfd5;
}

.implant-benefits-sec .col-lg-6:nth-child(2)::after{
    display:none;
}
.implant-benefits-sec .col-lg-4:last-child::after{
    display:none;
}
.benefit-item{
    position:relative;
    padding-left:80px;
}

.benefit-item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background: var(--color-primary) url(../images/svg/tick.svg) no-repeat center;
    background-size: 25px;
    transition:.35s;
}

.benefit-item:hover::before{
    background-color:var(--color-secondary);
}

.benefit-item h4{
    font-size:20px;
    color:var(--color-secondary);
    margin-bottom:8px;
    line-height:1.3;
}

.benefit-item p{
    margin:0;
    line-height:1.8;
    color:#5f5f5f;
}

.befoir-aftre-sectii{
    padding:5rem 0 2.5rem;
}

.befoir-aftre-sectii .before-after-box{
    position:relative;
}

.befoir-aftre-sectii .twentytwenty-container{
    position:relative;
    overflow:hidden;
}

.befoir-aftre-sectii .ba-image-wrap{
    position:relative;
    aspect-ratio:4/3;
    overflow:hidden;
}

.befoir-aftre-sectii .ba-img{
    position:absolute;
    inset:0;
    width:100%;
    height:420px;
    object-fit:cover;
        border-radius:24px;
    /*user-select:none;*/
    /*pointer-events:none;*/
}

/*.befoir-aftre-sectii .ba-img-before{*/
/*    z-index:1;*/
/*}*/

/*.befoir-aftre-sectii .ba-img-after{*/
/*    z-index:2;*/
/*    clip-path:inset(0 calc(100% - var(--pos)) 0 0);*/
/*}*/

/* Divider */

.befoir-aftre-sectii .ba-divider{
    position:absolute;
    top:0;
    bottom:0;
    left:var(--pos);
    width:2px;
    background:#fff;
    transform:translateX(-50%);
    z-index:3;
}

/* Drag Handle */

.befoir-aftre-sectii .ba-handle{
    position:absolute;
    top:50%;
    left:var(--pos);
    width:53px;
    height:53px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    background:#fff;
    border-radius:50%;
    cursor:ew-resize;
    transform:translate(-50%,-50%);
    box-shadow:0 10px 30px rgba(0,0,0,.15);
    transition:transform .3s ease;
    z-index:4;
}

.befoir-aftre-sectii .ba-handle:hover{
    transform:translate(-50%,-50%) scale(1.08);
}

/* Handle Arrows */

.befoir-aftre-sectii .ba-arrow{
    color:var(--color-secondary);
    font-size:15px;
    line-height:1;
}

.befoir-aftre-sectii .ba-label{
    position:absolute;
    top:20px;
    padding:10px 20px;
    border-radius:50px;
    background:var(--color-primary);
    color:#fff;
    font-size:14px;
    font-weight:600;
    letter-spacing:.5px;
    text-transform:uppercase;
    z-index:5;
}

.befoir-aftre-sectii .before-label{
    left:20px;
}

.befoir-aftre-sectii .after-label{
    right:20px;
}
.befoir-aftre-sectii .care-tabs-nav{
    gap:15px;
    margin-bottom:35px !important;
}

.befoir-aftre-sectii .care-tabs-nav .nav-link{
    border:none;
    border-radius:50px;
    padding:14px 30px;
    font-size:17px;
    font-weight:600;
    color:var(--color-secondary);
    background:#fff;
    transition:all .35s ease;
    box-shadow:0 8px 20px rgba(25,74,51,.08);
}

.befoir-aftre-sectii .care-tabs-nav .nav-link:hover{
    background:rgba(66,164,31,.12);
    color:var(--color-primary);
}

.befoir-aftre-sectii .care-tabs-nav .nav-link.active{
      background: linear-gradient(90deg, #4CC720 0%, #1E8816 100%);
    color:#fff;
    box-shadow:0 12px 25px rgba(25,74,51,.18);
}

.befoir-aftre-sectii .tab-content h4{
    color:var(--color-secondary);
    font-size:26px;
    font-weight:600;
    margin-bottom:25px;
}


.detail-paharrrr-sect .detail-box.pharma-picts img{
        height: auto;
    width: 100%;
}
.detail-paharrrr-sect .detail-box.pharma-picts{
width: 100%;
}


.detail-paharrrr-sect {
    padding:5rem 0;
    background:#194a33;
}

.detail-paharrrr-sect .sec-small-title {
    color: rgba(255, 255, 255, .75);
}

.detail-paharrrr-sect .sec-big-title{
    color:#fff;
}
.detail-paharrrr-sect  p{
    color: rgba(255, 255, 255, .75);
}


.implant-cta-section{
    padding:5rem 0 0;
}

.implant-cta-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding: 3rem;
    background-image:
        linear-gradient(rgba(14,55,74,.65),rgba(14,55,74,.65)),
        url("https://dentalx-nextjs16.vercel.app/assets/img/cta/vl-cta-bg-1.1.png");

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.implant-cta-wrapper::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:220px;
    height:100%;
    background:url("../images/bg/letf-arrows-bg.svg") no-repeat left center;
    background-size:contain;
    opacity: 0.7;
}

.implant-cta-wrapper::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 40px;
    width: 183px;
    height: 183px;
    background: url(../images/bg/star.svg) no-repeat center;
    background-size: contain;
    animation: rotateCircle 9s linear infinite;
}

.implant-cta-content{
    position: relative;
    z-index: 2;
    width: 74%;
    margin: 0 auto;
}

.implant-cta-content .sec-small-title{
    color:var(--color-primary);
}

.implant-cta-content .sec-big-title{
    color:#fff;
    margin-bottom:20px;
}

.implant-cta-content p{
    color:rgba(255,255,255,.88);
    margin:0;
}

@keyframes rotateCircle{

    from{
        transform:rotate(0deg);
    }

    to{
        transform:rotate(360deg);
    }

}

.detail-cta-call{
        display: flex;
    gap: 20px;
    /*justify-content: center;*/
    align-items: center;
    width: 74%;
    margin: 25px auto 0;
}


.kalaa-contact-secc{
    padding:5rem 0;
}

.contact-us-content {
    margin-right: 30px;
}
.contact-us-item {
    border: 1px solid #0e384c1a;
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0px 4px 40px 0px #0000000F;
    height: -webkit-fill-available;
    margin-bottom: 24px;
}
.contact-us-item .icon-box {
   background-color: rgba(66, 164, 31, 0.08);
    border-radius: 100px;
    height: 52px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.contact-info-content h4{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 11px;
}

.contact-us-item .contact-info-content p {
    margin: 0;
}
.google-map-iframe, .google-map-iframe iframe {
    width: 100%;
    height: 735px;
    border-radius: 30px;
}
.contact-us-form {
    padding: 50px 0 0;
}
.contact-form-main .form-control {
    padding: 15px 20px;
    background-color: #00000000;
    border: 1px solid #0e384c1a;
    border-radius: 10px;
    color: #0e384c;
    box-shadow: none;
}
.contact-form-main{
        /* margin-left: 21px; */
    padding: 20px;
    border: 1px solid #0e384c1a;
    border-radius: 30px;
    padding: 30px;
    /* box-shadow: 0px 4px 40px 0px #0000000F; */
    height: 100%;
}

.contact-us-img img {
    width: 100%;
height:auto;
    object-fit: cover;
    border-radius: 40px;
}
.contact-branch-row {
    margin-bottom: 40px;
}

.contact-branch-row:last-of-type {
    margin-bottom: 0;
}
.kalaa-service-type-wrap{
    display:flex;
    align-items:center;
    gap:30px;
       margin-top: 3px;
    flex-wrap:wrap;
}

.kalaa-service-radio{
    display:flex;
    align-items:center;
    gap:8px;
}

.kalaa-service-radio input[type="radio"]{
    width:18px;
    height:18px;
    accent-color:#42a41f;
    cursor:pointer;
}

.kalaa-service-radio label{
    margin:0;
    font-size:16px;
    font-weight:600;
    color:#194A33;
    cursor:pointer;
}




.content-col{
    margin-bottom:20px;
}
.content-col label{
    margin-bottom:4px
}
.icon-box svg {
    color: #194A33;
    display: block;
}

.premium-facili-secc {
    padding:2.5rem 0 0;
}
/* Update these in your CSS */
.premium-facili-secc .equipment-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.premium-facili-secc .equipment-card h4 {
    font-size: 19px;
    font-weight: 500;
    margin: 0;
    width: 100%;     
    max-width: 250px;
    text-align: center;
}

.premium-facili-secc .equipment-card figure{
    width:190px;
    height:190px;
    margin:0 auto 16px;
    position:relative;
        border-radius:50%;
        overflow:hidden;
}

/*.equipment-card figure::before{*/
/*    content:"";*/
/*    position:absolute;*/
/*    inset:-8px;*/
/*    border:1.5px dashed var(--color-primary);*/
/*    border-radius:50%;*/
/*    transition:.6s ease;*/
/*}*/


.premium-facili-secc .equipment-card img{
    object-fit:cover;
    border-radius:50%;
    transition:.5s ease;
}

.premium-facili-secc .row{
    row-gap: 42px;
}

.implant-brand-card{
    height:100%;
    border:1px solid rgba(25,74,51,.12);
    border-radius:20px;
    overflow:hidden;
    transition:.45s ease;
    background:#fff;
}

.implant-brand-img{
    overflow:hidden;
}

.implant-brand-img img{
    width:100%;
    height: auto;
    object-fit:cover;
    transition:.6s ease;
}

.implant-brand-content{
    padding: 18px;
}

.implant-brand-content h4{
    font-size: 20px;
    margin-bottom: 8px;
}

.implant-brand-content p{
    margin:0;
    line-height:1.8;
}

.implant-brand-card:hover{
    border-color:var(--color-primary);
}

.implant-brand-card:hover img{
    transform:scale(1.03);
}


.detail-brands-types{
    padding:0 0 5rem;
}

.detail-brands-types .section-title{
    margin:0 0 30px;
}
.detail-brands-types .sec-big-title {
    margin-bottom: 16px;
}

.befo-aftrs-secc.detailmain-secc{
    padding:5rem 0;
        background: rgba(66, 164, 31, .08);
}
.befo-aftrs-secc.detailmain-secc .col-lg-3{
    display: flex;        
    align-items: center;   
    justify-content: flex-start;
}
.befoir-aftre-sectii .single-image-wrap img{
    border-radius:20px;
    width:100%;
}

/*About page design start*/


/*about page intor */

.about-intos-secc{
    padding:5rem 0 6rem;
}

/*.about-intos-secc .about-images{*/
/*    position: relative;*/
/*    display: flex;*/
    /*gap: 12px;*/
    /*padding: 20px;*/
/*}*/

.about-intos-secc .about-images::before{
    content: "";
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 254px;
    height: 359px;
    border-radius: 30px;
    background: linear-gradient(90deg, rgb(76, 199, 32) 0%, rgb(30, 136, 22) 100%);
    z-index: 1;
}

.about-intos-secc .about-img,
.about-intos-secc .experience-box{
    position: relative;
    z-index: 2;
}
.about-intos-secc .about-img{
    overflow:hidden;
    border-radius:24px;
    position:relative;
    z-index:2;
}

.about-intos-secc .about-img img{
    width:100%;
  
}

.about-intos-secc .img-one{
  padding-left:1px;
}

.about-intos-secc .img-two img{
    padding-left:1px;
}


/*.about-intos-secc .img-one{*/
/*    width:42%;*/
/*}*/

/*.about-intos-secc .img-two{*/
/*    width:58%;*/
/*}*/

/* Counter Box */

.about-intos-secc .experience-box{
    position:absolute;
    top: 22px;
    left: 66%;
    transform:translateX(-50%);
    background:#fff;
    border-radius:20px;
    padding: 13px 20px;
    display:flex;
    align-items:center;
    gap:15px;
    z-index:5;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}
.about-intos-secc .keynumber-count{
    margin:0;
    font-size:32px;
    line-height:1;
    font-weight:800;
    color:#1e8816;
}
.about-intos-secc .keynumber-count span:last-child {
    font-size: 22px;
    position: relative;
    top: 0px;
}
.about-intos-secc .experience-box p {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
}


.about-keyyys{
        margin-left: 37px;
}
.about-keyyys .problem-list{
        display: flex;
    flex-wrap: wrap;
        margin: 20px 0 0;
}

.about-keyyys .problem-list li {
    width: 50%;
}

.about-keyyys .about-counter-box{
    position:relative;
    display:flex;
        /*padding: 20px 0 0;*/
            margin: 20px 0 0;
}

.about-keyyys .about-counter-box::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 76%;
    width: 169px;
    height: 162px;
    background: url(../images/bg/teeths.webp) no-repeat center center;
    background-size: 162px;
    opacity: 0.3;
    z-index: 0;
    animation: toothFloat 5s ease-in-out infinite;
}

@keyframes toothFloat {
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(-15px);
    }
    100%{
        transform: translateY(0px);
    }
}
.about-keyyys .counter-item{
    position: relative;
    flex: 1;
}

.about-keyyys .counter-item:not(:last-child)::before{
    content: "";
    position: absolute;
    top: 50%;
        right: 37px;
    transform: translateY(-50%);
    width: 1px;
    height: 80px;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        #d9d9d9 15%,
        #d9d9d9 85%,
        transparent 100%
    );
}

.about-keyyys .counter-item h4 span:last-child{
    font-size:34px;
}

.about-keyyys .counter-item p {
    margin: 9px 0 0;
    font-size: 17px;
}
.main-journy{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    perspective: 1200px;
        margin-left: 30px;
        
    cursor: pointer;
    transition: all .5s ease;
}

.main-journy img{
    width: 100%;
      height: auto;
    margin-bottom: 26px;
    object-fit: cover;
    display: block;

    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%, 0 83%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%, 0 83%);

    border-radius: 10px;

    transform-style: preserve-3d;
    transform-origin: center center;
    transition: transform .7s cubic-bezier(.2,.8,.2,1),
                filter .5s ease;
}

.main-journy:hover img{
    transform: perspective(1200px)
               rotateY(-2deg)
               rotateX(1deg)
               translateX(4px)
               scale(1.02);
    filter: brightness(1.05);
}

.main-journy:hover{
    transform: translateY(-3px);
}



.mission-vision-box{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px;
    margin-top:40px;
}

.mv-card{
    position:relative;
    overflow:hidden;
      padding: 20px;
    border-radius:24px;
    background:#fff;
    border:1px solid rgba(66,164,31,.12);
    transition:.45s ease;
    box-shadow:0 15px 45px rgba(25,74,51,.08);
}

/* Premium background blob */
/*.mv-card::before{*/
/*    content:"";*/
/*    position:absolute;*/
/*    right:-60px;*/
/*    top:-60px;*/
/*    width:170px;*/
/*    height:170px;*/
/*    border-radius:50%;*/
/*    background:rgba(66,164,31,.08);*/
/*    transition:.5s;*/
/*}*/

/* Accent line */
/*.mv-card::after{*/
/*    content:"";*/
/*    position:absolute;*/
/*    left:28px;*/
/*    top:0;*/
/*    width:65px;*/
/*    height:4px;*/
/*    background:#42a41f;*/
/*    border-radius:10px;*/
/*}*/

.mv-card:hover{
    /*transform:translateY(-8px);*/
    border-color:#42a41f;
    box-shadow:0 25px 60px rgba(25,74,51,.14);
}

.mv-card:hover::before{
    transform:scale(1.4);
}

.mv-icon{
    width:78px;
    height:78px;
    border-radius:22px;
  background: linear-gradient(90deg, #4CC720 0%, #1E8816 100%);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:24px;
    transition:.4s;
}

.mv-icon img{
    width:46px;
    transition:.4s;
     filter:brightness(0) invert(1);
}

.mv-card:hover .mv-icon{
    background:#42a41f;
}



.mv-content span{
    display:inline-block;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#42a41f;
    margin-bottom:8px;
}

.mv-content h4{
    font-size:25px;
    color:#194A33;
    margin-bottom:15px;
    font-weight:700;
}

.mv-content p{
    margin:0;
    line-height:1.8;
}
.our-journy-secc{
    padding:0 0 5rem;
}




  .founder-sec-abouss{
    background:#f0f8ed;
    padding:90px 0;
  }
  .founder-sec-abouss .row{
          justify-content: center;
    margin: 0 auto;
  }
 
  /* ---------- LEFT COLUMN : CREDENTIALS ---------- */
  .credential{
    margin-bottom:22px;
  }
  .credential h5{
    color:#42a41f;
    font-weight:600;
    font-size:16px;
    margin-bottom:2px;
  }
  .credential p{
    color:#194A33;
    font-size:16px;
    line-height:1.4;
  }
 
  /* ---------- CENTER COLUMN : IMAGE ---------- */
  .founder-img-wrap{
    position:relative;
    /*width:100%;*/
    /*max-width:400px;*/
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .founder-shape-bg{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:150%;
    max-width:640px;
    height:auto;
    z-index:1;
    pointer-events:none;
  }
  .founder-photo{
    position:relative;
    z-index:2;
    width:100%;
    aspect-ratio:1/1;
    border-radius:50%;
    object-fit:cover;
    background:#fff;
  }
 
  .founder-role{
    color:#42a41f;
    font-weight:600;
    font-size:16px;
    margin-bottom:6px;
  }
.founder-name {
    font-size: 25px;
    color: #194A33;
    margin: 14px 0 8px;
}
  .founder-designation{
    color:#194A33;
    font-size:14px;
    margin-bottom:18px;
  }
 
  .founder-bio p{
    line-height:1.75;
    margin:0 0 16px;
  }
 
  .bio-collapsible{
    display:grid;
    grid-template-rows:0fr;
    transition:grid-template-rows .45s ease;
  }
  .bio-collapsible.open{
    grid-template-rows:1fr;
  }
  .bio-collapsible-inner{
    overflow:hidden;
  }
 
  .read-more-btn{
    display:inline-flex;
    align-items:center;
    gap:6px;
    background:none;
    border:none;
    color:#42a41f;
    font-weight:600;
    font-size:15px;
    cursor:pointer;
    padding:4px 0;
    font-family:inherit;
  }
  .read-more-btn .arrow{
    transition:transform .3s ease;
    font-size:12px;
  }
  .read-more-btn.open .arrow{
    transform:rotate(180deg);
  }
 .founder-sec-abouss .container-fluid{
    padding: 0 29px;
 }

 .founder-sec-abouss .sec-big-title {
    font-size: 33px;
 }

.main-treatm-abouts{
    padding:5rem 0 0;
}

.dt-sc-stories-item{
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    align-items: center;
    gap: 24px;
    margin: 30px 0 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.dt-sc-stories-item:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

.story-content h4 a{
    font-size:22px;
    font-weight:700;
    line-height:1.4;
    color:var(--color-secondary);
    text-decoration:none;
    transition:all .3s ease;
}

.story-content h4 a:hover{
    color:#42a41f;
}

.story-content p{
    line-height:1.8;
    margin-bottom:25px;
}


.story-image{
    position:relative;
    overflow:hidden;
    border-radius:20px;
height: 239px;
    margin:0;
}

.image-wrapper{
    position:absolute;
    inset:0;
    left: 28%;
    transition:.45s cubic-bezier(.7,0,.3,1);
}

.dt-sc-stories-item:hover .image-wrapper{
    left:10%;
}

.image-wrapper img {
    width: 100%;
    height: 236px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    padding-left: 3px;
}
.learn-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #111111;
    font-weight: 600;
}

.learn-more span {
    color: #111111;
    background-repeat: no-repeat;
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 100% 1px;
    background-position: 0 100%;
    transition: background-size .4s ease, color .3s ease;
}

.learn-more i {
    color: #111111;
    transition: transform .3s ease, color .3s ease;
        margin-top: 7px;
}

.learn-more:hover span{
    background-position:right bottom;
    background-size:0% 2px;
}
.learn-more:hover i {
    color: #194A33;
    transform: translateX(5px);
}
.treatms-gff{
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 1em;

    background: url("../images/bg/smile.gif") no-repeat center center;
    background-size: cover;
        position: sticky;
    top: 134px;
}
.dt-sc-stories{
    padding-right: 49px;
}
.main-treatm-abouts .col-lg-3{
    position: relative;
}







.opg-main-sec{
    padding:5rem 0 0;
}

.opg-main-sec .treart-boxs{
    background:rgb(240,248,237);
    border-radius:22px;
    overflow:hidden;
    text-align:center;
    position:relative;
    transition:.4s;
    height:100%;
}

.opg-main-sec .treat-img{
    position:relative;
}

.opg-main-sec .treat-img img{
    width:100%;
    height: auto;
    border-radius:22px 22px 0 0;
}

/*.opg-main-sec .icon-circle{*/
/*   width: 59px;*/
/*    height: 59px;*/
/*    border-radius: 50%;*/
/*    background: linear-gradient(90deg, rgb(76, 199, 32) 0%, rgb(30, 136, 22) 100%);*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    margin: -31px auto 0;*/
/*    position: relative;*/
/*    z-index: 2;*/
/*    border: 6px solid #fff;*/
/*    transition: .4s;*/
/*}*/
/*.opg-main-sec .icon-circle img{*/
/*    width:34px;*/
/*    height:34px;*/
/*    filter:brightness(0) invert(1);*/
/*}*/

.opg-main-sec .treat-content{
    padding:20px;
}

.treat-content h4{
    font-size: 19px;
    color: #194A33;
    margin-bottom: 8px;
}

.opg-main-sec .treat-content p{
    margin:0;
}

.opg-main-sec .treart-boxs:hover .icon-circle{
    transform:rotate(8deg) scale(1.08);
}





.your-safty-secc{
    padding:5rem 0;
    position:relative;
}

/*.trust-bocs::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 111px;*/
/*    height: 111px;*/
/*    background: rgb(66 164 31);*/
/*    border-radius: 50%;*/
/*    left: -48px;*/
/*    top: -48px;*/
/*    z-index: -1;*/
/*}*/
.trust-bocs{
    background:#194a33;
    border-radius:32px;
      padding: 40px;
    position:relative;
    /*z-index:2;*/
}
.trust-image img{
    width:100%;
height: auto;
    object-fit:cover;
    border-radius:32px;
}
.your-safty-secc .sec-big-title,
.your-safty-secc p,
.your-safty-secc .problem-list li,
.your-safty-secc .problem-list li strong {
    color: #fff; 
}
.your-safty-secc .problem-list li strong{
    font-weight:500;
}
.your-safty-secc .problem-list li::before{
    color:#fff;
}



.about-dental-tour .about-img-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 30px;
}

.about-dental-tour .about-img-item {
  position: relative;
  overflow: hidden;
}

.about-dental-tour .about-img-item:first-child {
  grid-row: span 2;
}

.about-dental-tour .about-img-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}

.about-dental-tour .about-img-item:hover img {
  transform: scale(1.07);
}

.about-dental-tour .img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.15) 45%, transparent 70%);
    display: flex;
    align-items: flex-end;
    padding: 18px;
    opacity: 1;
}

/*.about-dental-tour .about-img-item:hover .img-overlay {*/
/*  opacity: 1;*/
/*}*/

.about-dental-tour .img-overlay span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 -7px;
    text-shadow: 0 2px 8px rgba(0,0,0,.5);
}
.about-dental-tour{
    padding:5rem 0;
      background:#194a33;
}

.about-dental-tour .section-title .sec-small-title,
.about-dental-tour .section-title .sec-big-title,
.about-dental-tour p,
.about-dental-tour strong,
.about-dental-tour .img-overlay span{
    color:#fff;
}

.detail-intro-sectio.ready-acg-secc{
    padding:5rem 0;
}
.detail-intro-sectio.ready-acg-secc .detail-box img{
height: 362px;
width:100%;
}
.detail-intro-sectio.ready-acg-secc .detail-box{
    width: 100%;
}




/* Treatment Gallery Section */
.treatment-gallery-section {
  padding: 3.75rem 0;
}

/* Nav Pills (Tabs) */
.treatment-tabs {
  gap: 12px;
}

.treatment-tabs .nav-link {
  background: rgba(66, 164, 31, .08);
  border: none;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 15px;
  color: #194A33;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.treatment-tabs .nav-link:hover {
  background: #42a41f;
  color: #fff;
}

.treatment-tabs .nav-link.active {
  background: #194A33;
  color: #fff;
  box-shadow: 0 4px 12px rgba(25, 74, 51, 0.4);
}

/* Gallery Box (same hover-zoom pattern as existing gallery) */
.gallery-box {
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 23px;
  border: 1px solid rgba(66, 164, 31, .08);
}

.gallery-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-box:hover img {
  transform: scale(1.08);
}

.gallery-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(25, 74, 51, 0);
  transition: background 0.3s ease;
}

/*.gallery-box:hover::after {*/
/*  background: rgba(66, 164, 31, .08);*/
/*}*/


.why-buss-seccc.our-sed-kalaa .buss-chell.trust-bocs{
    background: rgba(66, 164, 31, 0.08);
}

.why-buss-seccc.our-sed-kalaa .buss-chell.trust-bocs{
    color: #000;
}
.why-buss-seccc.our-sed-kalaa .buss-chell.trust-bocs h4{
    color: #000;
}
.why-buss-seccc.our-sed-kalaa .buss-chell.trust-bocs p{
    color: #000;
}
.why-buss-seccc.our-sed-kalaa .buss-chell.trust-bocs li{
    color: #000;
}
.why-buss-seccc.our-sed-kalaa .buss-chell.trust-bocs a{
    color: #000;
}
.why-buss-seccc.our-sed-kalaa .buss-chell.trust-bocs span{
    color: #000;
}
.why-buss-seccc.our-sed-kalaa{
    padding:5rem 0;
}

.why-buss-seccc.our-sed-kalaa img {
    height: auto;
}

.why-buss-seccc.our-sed-kalaa .row.second-row{
    margin:36px 0 0;
}
.why-buss-seccc.our-sed-kalaa .row.second-row img {
     height: 435px;
}
.why-buss-seccc.our-sed-kalaa .problem-list{
    margin:17px 0 0;
}



.benefit-section-safty { 
    position: relative; 
    padding: 5rem 0; 
        background: #194a33;
} 
.benefit-section-safty,
.benefit-section-safty * {
    color: #fff;
}

.benefit-section-safty .section-title p {
    margin-bottom: 32px;
}

.benefit-section-safty .sec-big-title {
    margin-bottom: 20px;
}

.benefit-section-safty .benefit-grid { 
    list-style: none; 
    padding: 0; 
    margin: 0; 
    display: grid; 
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 24px;
} 

.benefit-section-safty .benefit-grid li { 
    display: flex; 
    align-items: center; 
    gap: 14px; 
    padding: 18px 20px;
    background: rgba(66, 164, 31, 0.06);
    border: 1px solid rgba(66, 164, 31, 0.15);
    border-radius: 12px;
    transition: all 0.3s ease;
} 

.benefit-section-safty .benefit-grid li:hover {
    background: rgba(66, 164, 31, 0.1);
    border-color: rgba(66, 164, 31, 0.35);
    /*transform: translateY(-3px);*/
    /*box-shadow: 0 8px 20px rgba(66, 164, 31, 0.15);*/
}

.benefit-section-safty .benefit-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgb(66, 164, 31);
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(66, 164, 31, 0.35);
}

.benefit-section-safty .benefit-grid p { 
    font-weight: 500; 
    margin: 0; 
    font-size: 15px;
    line-height: 1.4;
} 

.benefit-section-safty .end-lyp {
    margin: 32px auto 0;
    max-width: 780px;
    text-align: center;
    opacity: 0.85;
}

.opg-main-sec.listing-secc{
    padding:0;
}
.opg-main-sec.listing-secc .treart-boxs{
     background: #fff;
         border: 1px solid rgba(25, 74, 51, .12);
}


.opg-main-sec.listing-secc .treat-content h4 a{
    color: inherit;
    text-decoration: none;
    transition: all .3s ease;
}

.opg-main-sec.listing-secc .treat-content h4 a:hover{
    color: var(--primary-color); /* or #42a41f */
}
.opg-main-sec.listing-secc .row{
    row-gap:24px
}
.why-buss-seccc.lase-rootsss img{
    height:auto;
}

.common-tablesss p{
    text-align:center;
}
.common-tablesss{
    padding:4rem 0 5rem;
}
.tabke-titless{
    margin-bottom:21px;
    font-weight:600;
    font-size:22px;
    text-align:center;
}
.why-buss-seccc.lase-rootsss{
    padding:0 0 0;
}

.detail-brands-types.brand-swiper-section{
        padding: 5rem 0 0;
}
.brand-swiper-section .brand-swiper-wrap {
    position: relative;
    padding: 0 50px;
}

.brand-swiper-section .swiper-slide {
    height: auto;
}

/* Pagination dots */
.brand-swiper-section .brand-swiper-pagination {
    position: relative;
    margin-top: 30px;
    text-align: center;
}

.brand-swiper-section .brand-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d9d9d9;
    opacity: 1;
    margin: 0 5px;
}

.brand-swiper-section .brand-swiper-pagination .swiper-pagination-bullet-active {
    background: var(--color-primary);
    width: 24px;
    border-radius: 5px;
}

/* Nav arrows */
.brand-swiper-section .brand-swiper-prev,
.brand-swiper-section .brand-swiper-next {
    width: 44px;
    height: 44px;
    top: 45%;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.brand-swiper-section .brand-swiper-prev::after,
.brand-swiper-section .brand-swiper-next::after {
    font-size: 16px;
    color: var(--color-secondary);
}

.brand-swiper-section .brand-swiper-prev {
    left: 0;
}

.brand-swiper-section .brand-swiper-next {
    right: 0;
}

.brand-swiper-section .brand-swiper-prev:hover,
.brand-swiper-section .brand-swiper-next:hover {
    background: var(--color-primary);
}

.brand-swiper-section .brand-swiper-prev:hover::after,
.brand-swiper-section .brand-swiper-next:hover::after {
    color: #fff;
}
/* Fix column widths for the 5-column cost comparison table */
.cost-comparison-table {
    min-width: 900px; /* forces horizontal scroll on small screens instead of cramped wrapping */
    table-layout: fixed;
}

.cost-comparison-table td:first-child {
    width: 20%;
}

.cost-comparison-table td:nth-child(2),
.cost-comparison-table td:nth-child(3),
.cost-comparison-table td:nth-child(4) {
    width: 18%;
    color: #666;
}

.cost-comparison-table td:nth-child(5) {
    width: 26%;
    font-weight: 700;
    color: #194A33;
}

.cost-comparison-table th,
.cost-comparison-table td {
    white-space: nowrap;
}

.our-key-nunga.dental-tour{
    padding:5rem 0;
}
.our-key-nunga.dental-tour .section-title,
.location-distance-sec .section-title{
    width:90%;
    margin:0 auto;
}

.location-distance-sec {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
        background-color: rgba(66, 164, 31, 0.08);
}

.distance-cards-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 40px 0;
    position: relative;
}

.distance-cards-wrap::before {
    content: "";
    position: absolute;
    top: 34px;
    left: 16.5%;
    right: 16.5%;
    height: 2px;
    background-image: linear-gradient(to right, var(--color-primary) 50%, transparent 50%);
    background-size: 14px 2px;
    background-repeat: repeat-x;
    z-index: 0;
}

.distance-cards-wrap::after {
    content: "";
    position: absolute;
    top: 33px;
    left: 16.5%;
    width: 10px;
    height: 4px;
    border-radius: 4px;
    background: var(--color-primary);
    z-index: 0;
    animation: travelDot 4s ease-in-out infinite;
}

@keyframes travelDot {
    0%   { left: 16.5%; opacity: 0; }
    10%  { opacity: 1; }
    90%  { opacity: 1; }
    100% { left: 83.5%; opacity: 0; }
}

.distance-card {
    position: relative;
    z-index: 1;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 30px 24px;
    text-align: center;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    opacity: 0;
    animation: cardRise 0.7s ease forwards;
}

.distance-card:nth-child(1) { animation-delay: 0.1s; }
.distance-card:nth-child(2) { animation-delay: 0.3s; }
.distance-card:nth-child(3) { animation-delay: 0.5s; }

@keyframes cardRise {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}

.distance-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: var(--color-primary);
}

.distance-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: iconFloat 3.5s ease-in-out infinite;
}

.distance-icon::before {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 2px solid var(--color-primary);
    opacity: 0;
    animation: pulseRing 2.5s ease-out infinite;
}

.distance-card:nth-child(2) .distance-icon,
.distance-card:nth-child(2) .distance-icon::before {
    animation-delay: 0.4s;
}

.distance-card:nth-child(3) .distance-icon,
.distance-card:nth-child(3) .distance-icon::before {
    animation-delay: 0.8s;
}

@keyframes iconFloat {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-6px); }
}

@keyframes pulseRing {
    0%   { transform: scale(0.9); opacity: 0.6; }
    100% { transform: scale(1.35); opacity: 0; }
}

.distance-icon svg {
    width: 30px;
    height: 30px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.distance-card h4 {
    font-size: 18px;
    color: var(--color-secondary);
    margin-bottom: 8px;
}

.distance-card p {
    margin: 0;
}
.our-best-treamt.dental-tours-patess{
    padding:5rem 0 ;
}
.implant-process-section.dental-processs{
    padding:5rem 0 0;
}

.dental-tourism-sec {
    position: relative;
    padding: 90px 0;
    z-index: 1;
    background-image: url('../images/bg/dental-tourism-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.dental-tourism-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.85) 0%, rgba(17, 17, 17, 0.75) 50%, rgba(17, 17, 17, 0.92) 100%);
}
.dental-tourism-sec .sec-small-title,
.dental-tourism-sec .sec-big-title {
    color: #fff;
}

.dental-tourism-sec .section-title p {
    color: rgba(255, 255, 255, 0.85);
}

.tourism-benefit-card {
    background: rgba(255, 255, 255, 0.97);
    border-radius: 18px;
    padding: 40px;
    margin: 40px 0;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.tourism-benefit-card h4 {
    font-size: 20px;
    color: var(--color-secondary);
    margin-bottom: 24px;
    text-align: center;
}

.tourism-benefit-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 30px;
}

.tourism-benefit-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.benefit-check {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.benefit-check svg {
    width: 14px;
    height: 14px;
    color: #fff;
}

.tourism-benefit-list li span:last-child {
    line-height: 1.6;
}

.dental-tourism-sec .end-lyp {
    color: rgba(255, 255, 255, 0.9);
    max-width: 800px;
    margin: 0 auto;
}

.laser-tab-section.dental-tour-tretsms img{
    height:auto;
    padding-left:1px;
}

.why-buss-seccc.our-sed-kalaa .buss-boxx.detail-box{
    border-radius: 20px;
}

.patient-support-sec {
    padding: 5rem 0;
   background-color: rgba(66, 164, 31, 0.08);
}

.patient-support-sec .support-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 30px;
    margin-top: 40px;
}

.patient-support-sec .support-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 28px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.patient-support-sec .support-icon img {
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: invert(20%) sepia(9%) saturate(2840%) hue-rotate(99deg) brightness(106%) contrast(89%);
}

.patient-support-sec .support-card:hover .support-icon {
    background-color: #42a41f;
}

.patient-support-sec .support-card:hover .support-icon img {
    transform: rotate(15deg);
    filter: brightness(0) invert(1);
}

.patient-support-sec .support-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background-color: rgba(66, 164, 31, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}



.patient-support-sec .support-content h4 {
    font-size: 18px;
    color: #194A33;
    margin-bottom: 8px;
}

.patient-support-sec .support-content p {
    margin: 0;
}
.section-mt {
    margin-top: 2.5rem;
}

.section-mb {
    margin-bottom: 2.5rem;
}


.wc-testimonial-seccc {
    padding: 5rem 0;
}

.wc-testimonial-seccc .video-col {
    padding-right: 10px;
    margin-bottom:30px;
}
.wc-testimonial-seccc .row {
    row-gap: 60px;
    align-items: stretch;
}


.wc-testimonial-seccc .wc-card {
    background: rgba(66, 164, 31, 0.05);
    border-radius: 15px;
    padding: 45px 30px 30px;
    text-align: center;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.wc-testimonial-seccc .wc-card::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1.5px dashed rgba(66, 164, 31, 0.4);
    border-radius: 12px;
    pointer-events: none;
}
.wc-testimonial-seccc .wc-card-head {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 69%;
    background: #194a33;
    border-radius: 10px;
    padding: 11px;
    z-index: 2;
}
.wc-testimonial-seccc .col-lg-6 .wc-card-head{
        top: -12px;
}

.wc-testimonial-seccc .wc-name {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 2px;
}
.wc-testimonial-seccc .addrr {
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    background: none;
    padding: 0;
    display: block;
}
.wc-testimonial-seccc .wc-stars {
    color: #42a41f;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 26px 0 14px;
    position: relative;
    z-index: 1;
}
.wc-testimonial-seccc .wc-stars::after {
    content: "";
    display: block;
    width: 60px;
    margin: 14px auto 0;
    border-bottom: 1.5px dashed rgba(66, 164, 31, 0.5);
}
.wc-testimonial-seccc .wc-text {
    font-size: 14.5px;
    color: #4a4a4a;
    margin: 18px 0 0;
}
.wc-testimonial-seccc .section-title {
    margin: 0 0 40px;
}
.wc-testimonial-seccc .row > .video-col {
    display: block;
}
    .comparison-table.new-laser-tables td:nth-child(2){
    color:#666;
    width:20.5%;
}
 .comparison-table.new-laser-tables td:nth-child(3),
 .comparison-table.new-laser-tables td:nth-child(4),
 .comparison-table.new-laser-tables td:nth-child(5){
    width:20.5%;
     color:#666;
}

 .comparison-table.new-laser-tables td.laser-methods{
    text-align:center;
    font-weight:600;
    color:#194A33;
    /*background:rgba(25,74,51,.05);*/
    border-right:none;
}
.opg-main-sec.perfect-laser-secc{
    padding:5rem 0 0;
}

.mains-titss{
    font-size:31px;
}

.smile-star-secc{
    padding: 0 0 5rem;
}
.smile-star-secc .common-celebrites-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 40px;
}
.smile-star-secc .celeb-item{
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.smile-star-secc .celeb-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.smile-star-secc .celeb-item:hover img{
    transform: scale(1.05);
}
@media (max-width: 768px){
    .smile-star-secc .common-celebrites-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px){
    .smile-star-secc .common-celebrites-grid{
        grid-template-columns: repeat(1, 1fr);
    }
}








@media (max-width:768px){

.wc-testimonial-seccc{
    padding:2rem 0;
}
.opg-main-sec.perfect-laser-secc {
    padding: 2rem 0 ;
}

.wc-testimonial-seccc .row{
    row-gap:23px;
}
    .wc-testimonial-seccc .video-col {
        margin-bottom: 0;
        padding-right: 13px;
        padding-left: 13px;
    }
.wc-testimonial-seccc .wc-card{
    padding:42px 18px 26px;
margin-top: 16px;
}
.wc-testimonial-seccc .wc-card::before{
    inset:8px;
}
.wc-testimonial-seccc .wc-card-head{
    width:92%;
    top:-20px;
    padding:10px;
}
.wc-testimonial-seccc .col-lg-6 .wc-card-head{
    top:-20px;
}
.wc-testimonial-seccc .wc-name{
    font-size:14px;
}
.wc-testimonial-seccc .addrr{
    font-size:12px;
}
    .wc-testimonial-seccc .wc-stars {
        font-size: 15px;
        margin: 19px 0 0px;
    }
.wc-testimonial-seccc .wc-text{
    font-size:13px;
    line-height:1.8;
}
.wc-testimonial-seccc .section-title{
    margin-bottom:25px;
}
 .support-grid {
        grid-template-columns: 1fr;
    }
     .tourism-benefit-list {
        grid-template-columns: 1fr;
    }
    .tourism-benefit-card {
        padding: 28px 24px;
    }
     .distance-cards-wrap {
        grid-template-columns: 1fr;
    }
    .distance-cards-wrap::before,
    .distance-cards-wrap::after {
        display: none;
    }
    .distance-card {
        animation-delay: 0s !important;
    }

}


@media (min-width:769px) and (max-width:900px){

.wc-testimonial-seccc{
    padding:3rem 0;
}
.treatment-tabs {
        display: flex;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        justify-content: flex-start !important;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 15px;
    }
    .treatment-tabs .nav-link {
    padding: 8px 19px;
    font-size: 14px;
    }
    .treatment-gallery-section {
    padding: 3rem 0;
}
    
.detail-intro-sectio .detail-box {
        width: 80%;
        margin: 24px auto 0;
        text-align: center;
        display: block;
    }
    .wc-testimonial-seccc .row {
        row-gap: 27px;
    }
    .why-buss-seccc.lase-rootsss {
    padding: 3rem 0 0;
}
 .why-buss-seccc.lase-rootsss .buss-boxx.detail-box{
      width: 80%;
        margin: 24px auto 0;
        text-align: center;
        display: block;
 }
.opg-main-sec.perfect-laser-secc {
    padding: 3rem 0 0;
}
.common-tablesss {
    padding: 3rem 0 ;
}
.condition-main-secc{
      padding: 3rem 0 !important ;
}
.implant-process-item::before{
    display:none;
}
.wc-testimonial-seccc .video-col{
    margin-bottom:0px;
}
.wc-testimonial-seccc .wc-card{
    padding:45px 22px 25px;
            margin-top: 34px;
}
.wc-testimonial-seccc .wc-card-head{
    width:88%;
    top:-22px;
    padding:10px;
}
.wc-testimonial-seccc .col-lg-6 .wc-card-head{
    top:-15px;
}
.wc-testimonial-seccc .wc-name{
    font-size:16px;
}
.wc-testimonial-seccc .addrr{
    font-size:13.4px;
}
.wc-testimonial-seccc .wc-stars{
    font-size:15px;
}
.wc-testimonial-seccc .wc-text{
    font-size:15px;
    line-height:1.8;
}
.wc-testimonial-seccc .section-title{
    margin-bottom:30px;
}
.kalaa-book-left {
    padding-right: 0;
}
.kalaa-help-box div{
    display: flex;
    align-items: center;
    gap: 20px;
}
.help-icon h5{
   font-size: 17px;
}

}

.field-error{
    color:red;
}

@media (max-width: 575px) {
    .benefit-section-safty .benefit-grid {
        grid-template-columns: 1fr;
    }
    
}

@media (max-width: 991px) {
    .benefit-grid {
        grid-template-columns: repeat(2, 1fr);
    }
      .benefit-grid {
        grid-template-columns: 1fr;
    }
}