/*
.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */


:root {
    --orange: #f26222;
    --bs-font-montserrat: "Montserrat", serif;
    --bs-font-archivo: "Archivo Black", serif;
    --light-orange-shade: #fff3e6;
    --blue: #87d6f7;
    --text-color: #3c3c3c;
    --light-gray: #ededed;
    --bs-font-sans-serif: 'Poppins', sans-serif;
    --dark-blue: #0079ca;
    --gray: #909091;
    --light-gray: #efefef;
    --text-color-gray: #292f36;
    --text-color-dark-gray: #292f36;
    --light: #cce4f5;
    --info: #0075ba;
    --warning: #f9aa0b;
    --white: #fff;
    --text-dark: #212529;
    --google: #ea4335;
    --facebook: #1877f2;
    --twitter: #1da1f2;
    --youtube: #ff0000;
    --linkedin: #0077b5;
    --pinterest: #e60023;
    --instagram: #e1306c;
    --yelp: #af0606;
    --sharecare: #1aba9c;
    --healthgrades: #0202ea;
    --covid-info-bg: #ffed76;
    --covid-info-color: #8a6d3b;
    --implants-gray-color: #808184;
    --guru-gray-color: #6d6e70;
    --screw-gray-color: #58595b;
    --gray-6c6c6c: #6c6c6c;
    --Carattere-font: 'Carattere', cursive;
}

body {
 font-family: "Montserrat", sans-serif !important;
}

a {
    text-decoration: none;
    color: var(--text-color);
 font-family: "Montserrat", sans-serif !important;
}

    a:hover {
        color: var(--orange);
    }

p {
    color: var(--text-color);
     font-family: "Montserrat", sans-serif !important;
     font-weight: 400 !important;
     font-size: 18px !important;
}
h5 {
    color: var(--text-color);
     font-family: "Montserrat", sans-serif !important;
     font-weight: 400 !important;
     font-size: 18px !important;
}
 .heading {
font-family: "Montserrat", sans-serif;
font-weight: 700;
}
.fa-circle {
    color: #00aff1;
    font-size: 25px;
}

.primary-text-color {
    color: #F26222;
    transition: linear 0.2s;
}

/* .btn2 {
    background: var(--orange);
    color: var(--white);
    border-radius: 30px;
    border: 2px solid var(--orange);
    font-weight: 600;
}

.btn2 {
    background: transparent;
    color: var(--orange);
    border: 2px solid var(--orange);
    border-radius: 30px;
    font-weight: 600;
}

.btn2:hover {
    background: transparent;
    color: var(--orange);
    border: 2px solid var(--orange);
    border-radius: 30px;
    transition: all 0.5s ease !important;
}

.btn2:hover {
    background: var(--orange);
    color: var(--white);
    border-radius: 30px;
    border: 2px solid var(--orange);
    transition: all 0.5s ease !important;
} */
/*main section*/
.main-bg {
    background: #fff;
    background-repeat: no-repeat;
    padding: 70px 0px 70px 0px;
    background-size: cover;
}

/* h1 {
    font-family: Figtree;
    font-weight: 300;
    font-size: 45px;
    color: #975918;
} */


p {
    font-family: Figtree;
    font-weight: 400;
    font-size: 18px;
}

.dr-img{
    position: relative;
    left: 220px;
    top: -41px;
    width: 318px;
}
/*service-section*/

.service-card {
  transition: all 0.4s ease;
}
/* 
.service-card:hover {
  transform: scale(1.05);
  z-index: 5;
  position: relative;

} */

.service-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 10px 100px rgba(139, 69, 19, 0.2);
    border-color: #8B4513;
}

.service-card {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s 
ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}
.service-card:hover::before {
    left: 0;
}
.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(139, 69, 19, 0.05), rgba(160, 82, 45, 0.05));
    transition: all 0.4s 
ease;
}


.service-section {
    padding:70px 0px 70px 0px;
    background: #fff;
}
.service-section .card {
    box-shadow: 0px 4px 20px 5px rgb(151 89 24 / 28%);
    border-radius: 20px;
}

.service-card a{
      color: #975918;
}


    .service-section img {
        /* width: 100; */
        /* border-radius: 20px; */
        /* background-image: linear-gradient(131deg, #f4f0e9f5 30%, rgba(244, 240, 233, 0) 77%), url(/img/main-slider/main-slider-bg.jpg) !important; */
    }

    .service-section .img-1 {
        border-radius: 20px;
        background-image: linear-gradient(1deg, #f4f0e9f5 8%, rgba(244, 240, 233, 0) 33%), url(/img/services/service-1.webp) !important;
        background-repeat: no-repeat;
        background-size:cover;
        display:flex;
        justify-content:center;
        align-items:end;


    }
.service-section h6{
    line-height:27px;
}
.nav-container {
/*    position: relative;
    width: 90%;
    max-width: 1000px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);*/
    overflow: hidden;
/*    display: flex;
    flex-direction: column;*/
}

.content-container {
    position: relative;
    height: 250px;
    background: #f8f9fa;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    order: 1;
}

.content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 18px;
    padding: 30px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.3s ease, transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

    .content.active {
        opacity: 1;
        transform: translateY(0);
    }

.nav-tabs {
    display: flex;
    position: relative;
    background: #fff;
    padding: 0 20px;
    order: 2;
}

    .nav-tabs .tab {
        position: relative;
        z-index: 2;
        padding: 20px 25px;
        font-size: 16px;
        font-weight: 500;
        color: #333;
        cursor: pointer;
        transition: all 0.3s ease;
        text-transform: uppercase;
        letter-spacing: 1px;
        background: #f5f2ea;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;

    }

        .nav-tabs .tab:hover {
            color: #6366f1;
        }

        .nav-tabs .tab.active {
            color: #6366f1;
        }

            .nav-tabs .tab.active::before {
                content: '';
                position: absolute;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
                width: 70%;
                height: 3px;
                background: #6366f1;
                border-radius: 0 0 10px 10px;
            }

.tab-icon {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    font-size: 20px;
}

.ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(99, 102, 241, 0.3);
    transform: scale(0);
    animation: ripple 0.8s linear;
    pointer-events: none;
}

@keyframes ripple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}




@media (max-width: 768px) {
    .nav-tabs {
        flex-wrap: wrap;
        justify-content: center;
    }

        .nav-tabs .tab {
            padding: 15px 15px;
            font-size: 14px;
        }
}

.preview-title {
    text-align: center;
    margin-bottom: 30px;
}

.instructions {
    text-align: center;
    margin-bottom: 20px;
    font-style: italic;
    color: #666;
}

.demo-section {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.service-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* max-width: 300px; */
    margin: 0 auto;
    /* border: 1px solid #eaeaea; */
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
    transition: all 0.5s ease !important;

}


    .service-item img {
        width: 100%;
        height: auto;
        display: block;
        transition: transform 0.3s ease;
    }

.hover-content {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 16px;
    transition: bottom 0.3s ease;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 18px;
    transition: all 0.5s ease !important;
}

.service-item:hover .hover-content {
    bottom: 0;
}

/*.service-item:hover img {
    transform: translateY(-20px);
}*/

.hover-content h4 {
    margin-top: 0;
    color: #333;
    margin-bottom: 8px;
}

.hover-content p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}

.btn {
    display: inline-block;
    padding: 5px 15px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
}

/*why-us*/

.why-us {
    background: #f8eee58c;
    padding: 70px 0 70px 0;
}
/*.why-us-icon-bg{
    text-align:center;
    background:url("/img/why-us/why-us-bg.png");

}*/
.why-us-icon {
    border-radius: 50%;
    border: 2px solid #975918;
    box-shadow: 0 0 15px 3px #975918;
}

    .why-us h5 {
        font-family: Figtree;
        font-weight: 500;

    }
.border-botto{
    background-color: #925e28;
    color: #f7c748;
}
.border-botto a{

    color: #ffffff;
}
/*section-review*/
.section-review {
    background: #fff;
    padding: 70px 0 70px 0;
}
.image-section{
padding: 70px 0 70px 0;
background-color: #fff;
}
    .section-review h2 {
        font-family: Figtree;
        font-weight: 400;
        font-size: 54px;
        color: #975918;
    }
    .section-review .text {
        font-family: Figtree;
        font-weight: 400;
        font-size: 20px;

    }
    .section-review p {
        font-family: Figtree;
        font-weight: 300;
        font-size: 24px;
        font-style:italic;

    }
    .section-review .owl-carousel .owl-item img {
        width:50px;
    }
    .section-review .review-author {
        color: #f5ba46;
        font-style:normal;
    }
    .carousel-prev, .carousel-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: transparent;
        color: #000;
        border: none;
        padding: 10px 15px;
        font-size: 54px;
        cursor: pointer;
        z-index: 1000;
        font-weight: 100;
    }

.carousel-prev {
    left: -30px;
    top:300px;
}

.carousel-next {
    right: -30px;
    top: 300px;
}
.section-dr {
    background: #f8eee58c;
    padding: 70px 0 70px 0;
}
.section-dr h4{
        font-family: Figtree;
        font-weight: 400;
        font-size: 27px;
        color: #975918;
    }
.section-dr .bd {
  border: 2px solid #975918;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden; /* ensures image stays inside border */
}

.section-dr img {
  border-radius: 20px;
  background-color: #fff;
  transform: scale(1); /* start slightly zoomed in */
  transition: transform 0.5s ease-in-out; /* smooth & slow */
}

.section-dr img:hover {
  transform: scale(1.1); /* zoom out to normal size */
  transition: transform 0.5s ease-in-out; /* smooth & slow */

}
.clinic-name{
    font-size: 16px !important;
}

    .section-dr h2 {
        font-family: Figtree;
        font-weight: 400;
        font-size: 54px;
        color: #975918;
    }
.img-hover-zoom img {
  transition: transform 0.4s ease;
}

.img-hover-zoom:hover img {
  transform: scale(0.9); /* zoom out */
}

/*section-gallery*/

.section-gallery {
    background: #f8eee58c;
    padding: 70px 0 70px 0;
}
    .section-gallery img {
        border: 2px solid #975918;
        border-radius: 20px;
        box-shadow: 10px 10px 7px #975918;
    }

       .section-gallery h6 {
      letter-spacing: 2px;
      font-weight: bold;
      color: #495862;
    }
    .section-gallery h2 {
      font-weight: 700;
      margin-bottom: 40px;
      color: #a04a3c;
    }

           .main-bg h1 {
      font-weight: 700;
      margin-bottom: 40px;
      color: #a04a3c;
    }

              .service-page h1 {
      font-weight: 700;
      margin-bottom: 40px;
      color: #a04a3c;
    }


    .section-con {
    background-image: #fff;
    padding: 70px 0 70px 0;
}

          .contact-container h6 {
      letter-spacing: 2px;
      font-weight: 600;
      color: #495862;
    }

    .contact-container h2 {
    font-weight: 700;
    margin-bottom: 40px;
    color: #a04a3c;
}


          .main-font h6 {
      letter-spacing: 2px;
      font-weight: 600;
      color: #495862;
    }

    .main-font h2 {
    font-weight: 700;
    margin-bottom: 40px;
    color: #a04a3c;
}



/*footer*/
.back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: #975918;
    color: white;
    cursor: pointer;
    width: 49px;
    height: 44px;
    border-radius: 12px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

  .back-to-top-btn:hover {
    background-color: #7a4612; /* Darker shade on hover */
    transform: scale(1.05);
  }
#footerSection a{
    color: #000;
    text-decoration: none;
    font-weight: 400;
}

#footerSection h4 {
    letter-spacing: 2px;
    font-weight: 600;
      color: #a04a3c;
}

#footerSection a:hover{
   color: #a04a3c;
    text-decoration: none;
}
footer {
    background: #fff;
    padding: 0px 0 30px 0;
}
    footer h2 {
        font-family: Figtree;
        font-weight: 400;

        color: #975918;
        font-size: 64px;
    }

    footer h5 {
        font-family: Figtree;
        font-weight: 400;
        font-size: 20px;
    }
footer img {
   width:45%;
}
    footer p {
        font-family: Figtree;
        font-weight: 400;
        font-size:20px;
    }
    footer .contact p{
        font-family: Figtree;
        font-weight: 600;
        font-size: 20px;
    }
 footer i {
    background: #93652c;
    font-size: 18px;
    color: #fff;
    padding: 3%;
    border-radius: 50%;
    transition: all 0.2s ease !important;
    border: 1px solid #93652c;
}
        footer i:hover {
            background:  #fff;
            color: #93652c;
            transition: all 0.2s ease !important;
             border: 1px solid #93652c;
        }
    footer .last-part a {
        font-family: Figtree;
        font-weight: 400;
        font-size: 18px;
    }
        footer .last-part a:hover {
            font-family: Figtree;
            font-weight: 400;
            font-size: 18px;
            color: #975918;
        }

.max-width{
    max-width:1700px;
}



.main-main-section p a{
    color: #000;
    text-decoration: none;
}

.main-main-section p a:hover{
    color: #3a4b73;
    text-decoration: none;
}
.aboutus{
    background-color: #f8eee58c;
    padding: 70px 0 70px 0;
}


/*.service-section {
    padding: 3rem 1rem;
}

.section-title {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 2rem;
}

.services-container {
    max-width: 1600px;
    margin: 0 auto;
}

.services-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -1rem;
}

.service-item {
    flex: 0 0 100%;*/ /* Default 1 per row for small devices */
    /*padding: 1rem;
    text-align: center;
}

.service-image {
    width: 100%;
    height: auto;
}

.service-title {
    padding-top: 1rem;
    font-size: 22px;
    line-height: 1.3;
}*/

/* Medium devices (tablets, 768px and up) */
/*@media (min-width: 768px) {
    .service-item {
        flex: 0 0 33.333%;*/ /* 3 per row for medium devices */
    /*}
}*/

/* Large devices (desktops, 992px and up) */
/*@media (min-width: 992px) {
    .service-item {
        flex: 0 0 20%;*/ /* 5 per row for large devices */
    /*}
}

.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .image-container::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 20px;*/
        /* background: linear-gradient(359deg, #f4f0e9f5 20%, rgba(244, 240, 233, 0) 36%);*/
        /*background: linear-gradient(359deg, #53567fe8 20%, rgb(82 85 125 / 19%) 36%);
        pointer-events: none;*/ /* Ensures the overlay does not block interactions */
    /*}

.service-image {
    width: 100%;
    display: block;
}

.service-title {
    position: absolute;
    bottom: 0;
    width: 100%;

    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
}*/


/*.service-section {
    padding: 3rem 1rem;
}*/

.section-title {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 2rem;
}

.services-container {
    max-width: 1600px;
    margin: 0 auto;
}

.services-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1rem;
}

.service-item {
    flex: 0 0 100%; /* Default 1 per row for small devices */
    padding: 1rem;
    text-align: center;
    transition: all 0.3s ease;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .service-item {
        flex: 0 0 33.333%; /* 3 per row for medium devices */
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .service-item {
        flex: 0 0 20%; /* 5 per row for large devices */
    }
}

.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
    border-radius: 20px;
    overflow: hidden; /* Contain the content within the borders */
}

   .image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(359deg, #975918ed 15%, rgb(151 89 24 / 16%) 50%);
    pointer-events: none;
    transition: all 0.3s ease;
}
    /* .image-container:hover::before {
        background: linear-gradient(359deg,  #975918ed 30%, #ecc79e 0%);
    } */

.service-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

.service-title {
    position: absolute;
    bottom: 20px;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    transition: all 0.3s ease;
    margin: 0;
}

/* New elements for hover effect */
.service-description {
    position: absolute;
    bottom: -60px;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 0 15px;
    font-size: 18px;
    opacity: 0;
    transition: all 0.3s ease;
}

.service-button {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f5ba46;
    color: #333;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: bold;
    opacity: 0;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid #f5ba46;
}
    .service-button:hover {
        background-color: transparent;
        color: #f5ba46;
        border: 2px solid #f5ba46;
    }
/* Hover animations */
.image-container:hover .service-title {
    bottom:80px; /* Move title up */
}

.image-container:hover .service-description {
    bottom: 40px; /* Move description into view */
    opacity: 1;
}

.image-container:hover .service-button {
    bottom: 10px; /* Move button into view */
    opacity: 1;
}



#reviewsCarousel .quote i {
    color: #f5ba46;
}


/*jjjjjjjjjjjjjjjjjjjjj*/
.image_block_1 .image-box {
    position: relative;
    display: block;
    padding-left: 100px;
    margin-right: 100px;
    padding-bottom: 100px;
}

    .image_block_1 .image-box .image-1 {
        position: relative;
        display: block;
        overflow: hidden;
    }

figure {
    margin: 0px;
}
.image_block_1 .image-box .image-1:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.image_block_1 .image-box .image-2 {
    /*position: absolute;
    left: 0px;
    bottom: 0px;
    border-radius: 50%;*/
    position: absolute;
    left: -22px;
    bottom: -98px;
    border-radius: 50%;
}

.image_block_1 .image-box .shape {
    position: absolute;
    left: 100px;
    bottom: 95px;
    width: 270px;
    height: 275px;
    background-repeat: no-repeat;
}

.image_block_1 .image-box .text {
    position: absolute;
    top: 130px;
    left: -118px;
    font-size: 18px;
    line-height: 28px;
    color: #d2d3d7;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    transform: rotate(-90deg);
}

.image_block_1 .image-box .video-btn {
    position: absolute;
    right: 70px;
    bottom: 40px;
}
    .image_block_1 .image-box .video-btn a {
        position: relative;
        display: inline-block;
        width: 120px;
        height: 120px;
        line-height: 120px;
        font-size: 30px;
        color: #ffffff;
        text-align: center;
        border-radius: 50%;
    }

    .image_block_1 .image-box .video-btn a {
        background-color: #efa286;
        border: 5px solid #e7977a;
    }
        .image_block_1 .image-box .video-btn a:after, .image_block_1 .image-box .video-btn a:before {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: transparent;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -webkit-animation-delay: .9s;
            animation-delay: .9s;
            content: "";
            position: absolute;
            -webkit-box-shadow: 0 0 0 0 rgba(239, 162, 134, 0.6);
            box-shadow: 0 0 0 0 rgba(239, 162, 134, 0.6);
            -webkit-animation: ripple 3s infinite;
            animation: ripple 3s infinite;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }
        .image_block_1 .image-box .video-btn a:after {
            -webkit-animation-delay: .6s;
            animation-delay: .6s;
        }

        .image_block_1 .image-box .video-btn a:after, .image_block_1 .image-box .video-btn a:before {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: transparent;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -webkit-animation-delay: .9s;
            animation-delay: .9s;
            content: "";
            position: absolute;
            -webkit-box-shadow: 0 0 0 0 rgba(239, 162, 134, 0.6);
            box-shadow: 0 0 0 0 rgba(239, 162, 134, 0.6);
            -webkit-animation: ripple 3s infinite;
            animation: ripple 3s infinite;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }
.hero-img img{
    width: 100%;
}

        /* Hero Section */
        .page-template-page-tekhne-salon-service-landing-php .hero-section,
        .hero-section {
            position: relative;
            height: 70vh;
            display: flex;
            align-items: center;
            overflow: hidden;
            background: linear-gradient(102deg, #FAF0E0 -2.63%, #FFFAF2 94.28%);
        }

        .hero-section video {
            width: 100%;
            height: 600px;
            object-fit: cover;
            object-position: center;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
        }

        .hero-section .tekhne-container {
            width: 100%;
            position: relative;
            z-index: 2;
        }

        .tekhne-container {
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto;
        }

        .tekhne-row {
            display: flex;
            flex-wrap: wrap;
        }

        .align-center {
            align-items: center;
        }

        .tekhne-col-6 {
            flex: 0 0 50%;
            max-width: 50%;
            padding: 0 15px;
        }

        .hero-section .wrapper {
            padding: 30px;
            background-color: rgba(255, 255, 255, 0.7);
            border-radius: 8px;
            max-width: 90%;
        }

        .hero-section h1 {
            color: #333;
            margin-bottom: 20px;
            font-size: 42px;
        }

        .hero-section p {
            font-size: 18px;
            line-height: 1.6;
            margin-bottom: 25px;
            color: #333;
        }

        .hero-star {
            max-width: 60px;
        }

        /* Responsive styles */
        @media (min-width: 1200px) {
            .tekhne-container {
                max-width: 1300px;
            }
        }

        @media (max-width: 768px) {
            .menu-toggle {
                display: flex;
            }

         
            .hero-section {
                height: auto;
                min-height: 600px;
            }

            .hero-section video {
                height: 100%;
            }

            .tekhne-col-6 {
                width: 100%;
                max-width: 100%;
                flex: 0 0 100%;
            }

            .hero-section .wrapper {
                margin: 80px auto 0;
                padding: 20px;
            }

            .hero-section h1 {
                font-size: 32px;
            }
        }
.transparent-nav .logo img{
    width:65% !important;
}

/*gyyyyyyyyyy*/
.r-container {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
.exp-box {
    background: #57567a;
    margin-left:-68px;
}

/* fixed bar */
/*.fixed-bar {
    background: #975918;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 35px;
    color:#fff;
}
.footer-button {

    background-color: #f5ba46;
    color: #fff;
    border: none;*/
  /*  padding: 8px 20px;*/
    /*border-radius: 20px;
    font-weight: bold;

}*/

.fixed-bar {
    background: #975918;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 35px;
    color: #fff;
    transition: all 0.5s ease-in-out;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
}

.footer-button {
    background-color: #f5ba46;
    color: #fff;
    border: none;
    border-radius: 20px;
    font-weight: bold;
    border: 2px solid #f5ba46;
}
    .footer-button:hover {
        background-color: transparent;
        color: #f5ba46;
        border: 2px solid #f5ba46;
        border-radius: 20px;
        font-weight: bold;
    }
.form-control {
    border-radius: 20px;
    padding: 8px 15px;
}

.form-slide {
    transition: transform 0.5s ease-in-out;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

/* about owl */




        .main-bg  .carousel-container {
            position: relative;
            width: 100%;
            /* height: 500px; */
            border-radius: 25px;
            overflow: hidden;
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
            background: linear-gradient(145deg, #ffffff, #f0f0f0);
            border: 3px solid rgba(255, 255, 255, 0.3);
            backdrop-filter: blur(20px);
        }

        .owl-carousel {
            height: 100%;
        }

        .owl-carousel .item {
            position: relative;
            height: 420px;
            overflow: hidden;
            cursor: pointer;
        }

        .owl-carousel .item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

            /* .owl-carousel .item:hover img {
                transform: scale(1.1);
            } */

        /* Overlay gradient for better text visibility */
        /* .item::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(
                45deg,
                rgba(102, 126, 234, 0.2) 0%,
                rgba(118, 75, 162, 0.3) 50%,
                rgba(255, 107, 107, 0.2) 100%
            );
            opacity: 0;
            transition: all 0.5s ease;
            z-index: 2;
        } */

        .item:hover::after {
            opacity: 1;
        }

        /* Zoom icon overlay */
        /* .item::before {
            content: '\f065';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0);
            color: white;
            font-size: 32px;
            z-index: 10;
            transition: all 0.4s ease;
            background: rgba(0, 0, 0, 0.7);
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 3px solid rgba(255, 255, 255, 0.8);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
        } */

        .item:hover::before {
            transform: translate(-50%, -50%) scale(1);
        }

        /* Custom Navigation Buttons */
        .custom-nav {
            position: absolute;
            bottom: 25px;
            right: 25px;
            display: flex;
            gap: 15px;
            z-index: 100;
        }

.nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(145deg, #975918, #975918);
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex
;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 15px 35px rgba(255, 107, 107, 0.5); */
    position: relative;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.3);
}

        .nav-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
            transition: all 0.8s ease;
        }

        .nav-btn:hover::before {
            left: 100%;
        }

        .nav-btn:hover {
            /* transform: translateY(-8px) scale(1.15); */
            /* box-shadow: 0 25px 50px rgba(255, 107, 107, 0.7); */
            color: #975918;
              background: linear-gradient(145deg, #fff, #fff);
           border: 3px solid #975918;
        }

        .nav-btn:active {
            transform: translateY(-4px) scale(1.05);
        }

        /* Hide default owl nav */
        .owl-nav {
            display: none !important;
        }

        /* Custom Dots */
        .owl-dots {
            position: absolute;
            bottom: 25px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 12px;
            z-index: 100;
        }

        .owl-dot {
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.4);
            transition: all 0.4s ease;
            cursor: pointer;
            border: 2px solid rgba(255, 255, 255, 0.6);
            position: relative;
            overflow: hidden;
        }

        .owl-dot::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0);
            width: 6px;
            height: 6px;
            background: white;
            border-radius: 50%;
            transition: all 0.3s ease;
        }

        .owl-dot.active {
            /* background: rgba(255, 107, 107, 0.9); */
            transform: scale(1.3);
            box-shadow: 0 5px 15px rgba(255, 107, 107, 0.5);
        }

        .owl-dot.active::before {
            transform: translate(-50%, -50%) scale(1);
        }

        .owl-dot:hover {
            /* background: rgba(255, 107, 107, 0.7); */
            transform: scale(1.2);
        }


        /* Responsive Design */
        @media (max-width: 768px) {
            .main-bg   .carousel-container {
                /* height: 500px; */
            }

            .owl-carousel .item {
                height: 400px;
            }

            .section-title {
                font-size: 2.2rem;
                margin-bottom: 40px !important;
            }

            h1 {
                font-size: 2rem;
            }

            p {
                font-size: 1rem;
            }

            .custom-nav {
                bottom: 20px;
                right: 20px;
                gap: 10px;
            }

            .nav-btn {
                width: 50px;
                height: 50px;
                font-size: 16px;
            }

            .owl-dots {
                bottom: 20px;
                gap: 8px;
            }

            .owl-dot {
                width: 14px;
                height: 14px;
            }
        }

        /* Animation for carousel load */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

       .main-bg   .carousel-container {
            animation: fadeInUp 0.8s ease-out;
        }

        /* Pulse animation for active elements */
        @keyframes pulse {
            0% {
                box-shadow: 0 15px 35px rgba(255, 107, 107, 0.5);
            }
            50% {
                box-shadow: 0 15px 35px rgba(255, 107, 107, 0.8);
            }
            100% {
                box-shadow: 0 15px 35px rgba(255, 107, 107, 0.5);
            }
        }

        .nav-btn:hover {
            animation: pulse 2s infinite;
        }

        .btn {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    color: #394b73;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    margin: 15px;
    padding: 8px 27px;
    text-decoration: none;
    border: 1px solid #394b73;
    background: none;
    border-radius: 0px;
    transition: background 0.2s linear;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(33, 37, 41);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    font-size: 1rem;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn.btn-custom::before {
    bottom: -5px;
    right: -5px;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
}

.btn.btn-custom::after, .btn.btn-custom::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    transition: 0.5s;
}
.btn.btn-custom::after {
    top: -5px;
    left: -5px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
}
.btn.btn-custom:hover {
    color: rgb(255, 255, 255);
    background: #394b73;
}
.btn.btn-custom::after, .btn.btn-custom::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    transition: 0.5s;
}

/* Hero Section */
#new-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#new-hero .carousel-item img {
  height: 85vh;           /* Full screen height */
  object-fit: cover;       /* Crop image nicely */
}

#new-hero .carousel-caption {
  bottom: 10%;             /* Position caption */
  text-align: center;
}

#new-hero .carousel-caption h2 {
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
}

#new-hero .carousel-caption p {
  font-size: 1.25rem;
  margin-top: 10px;
  text-shadow: 1px 1px 6px rgb(255 251 255);
  color: #fff;
}

/* Controls styling */
#new-hero .carousel-control-prev-icon,
#new-hero .carousel-control-next-icon {
  background-size: 100% 100%;
  filter: invert(1) grayscale(100);
}

/* Responsive tweaks */
@media (max-width: 768px) {
  #new-hero .carousel-item img {
    height: 85vh;  /* Smaller height for mobile */
  }

  #new-hero .carousel-caption h2 {
    font-size: 2rem;
  }

  #new-hero .carousel-caption p {
    font-size: 1rem;
  }
}


.hero-slide {
  position: relative;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:  linear-gradient(4deg, #5e6085 10%, rgb(94 96 133 / 0%) 57%) !important;
}
.hero-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.hero-slide {
    height: 85vh;

}

#new-hero .carousel-item {
  height: 85vh; /* adjust height as needed */
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
}

#new-hero .carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background:  linear-gradient(4deg, #925f2a 10%, rgb(94 96 133 / 0%) 57%) !important;
}

.carousel-caption {
  position: absolute;
  bottom: 20%;
  z-index: 2;
}
#new-hero .carousel-item{
    height: 85vh;
}
.menu-toggle span{
    background-color: #c06b22;
}

@media (max-width: 768px) {
    .transparent-nav .nav-container li a {
     color: #fff;
}
}

@media (max-width: 767px) {
    /* .why-us h2 {
    font-family: Figtree;
    font-weight: 400;
    font-size: 40px;
    color: #975918;
    background: #f8eee58c;
    padding: 0px 0 100px 0;
} */
/* .service-section h2 {
    font-family: Figtree;
    font-weight: 400;
    font-size: 40px;
    color: #975918;
} */
.section-dr h2 {
    font-family: Figtree;
    font-weight: 400;
    font-size: 40px;
    color: #975918;
}
.section-review h2 {
    font-family: Figtree;
    font-weight: 400;
    font-size: 40px;
    color: #975918;
}
/* .section-gallery h2 {
    font-family: Figtree;
    font-weight: 400;
    font-size: 40px;
    color: #975918;
} */
/* .section-con h2 {
    font-family: Figtree;
    font-weight: 400;
    font-size: 40px;
    color: #975918; */
}

.clinic-name {
    font-size: 14px !important;
}





/* contact form */

      .modal-body {
    position: relative;
    flex: 1 1 auto;
     padding: 0px !important;
}
        .contact-card {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            border: none;
        }

        .form-section {
            padding: 40px;
          background: linear-gradient(178deg, #97591838, #ffffff);
        }

        .map-section {
            padding: 0;
            height: 100%;
            min-height: 400px;
        }

        /* .section-title {
            color: #2c3e50;
            font-weight: 700;
            margin-bottom: 30px;
            position: relative;
            padding-bottom: 15px;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 60px;
            height: 3px;
            background: linear-gradient(45deg, #667eea, #764ba2);
            border-radius: 2px;
        } */

        .form-floating > .form-control {
            border: 2px solid #975918;
            border-radius: 12px;
            transition: all 0.3s ease;
            background: rgba(255, 255, 255, 0.8);
        }

        .form-floating > .form-control:focus {
            border-color: #667eea;
            box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
            transform: translateY(-2px);
        }

        .form-floating > label {
            color: #6c757d;
            font-weight: 500;
        }

        .btn-submit {
            background: linear-gradient(45deg, #667eea, #764ba2);
            border: none;
            border-radius: 12px;
            padding: 12px 40px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
        }

        .btn-submit:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
            background: linear-gradient(45deg, #5a67d8, #6b46c1);
        }

        .btn-submit:active {
            transform: translateY(-1px);
        }

        .map-container {
            width: 100%;
            height: 100%;
            min-height: 400px;
            border-radius: 0;
            overflow: hidden;
            position: relative;
        }

        /* .map-placeholder {
            background: linear-gradient(135deg, #667eea, #764ba2);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            color: white;
            text-align: center;
            height: 100%;
            min-height: 400px;
        } */

        .map-placeholder i {
            font-size: 4rem;
            margin-bottom: 20px;
            opacity: 0.8;
        }

        .map-placeholder h4 {
            margin-bottom: 15px;
            font-weight: 600;
        }

        .map-placeholder p {
            opacity: 0.9;
            margin-bottom: 0;
        }

        .invalid-feedback {
            display: block;
            color: #dc3545;
            font-size: 0.875rem;
            margin-top: 5px;
        }

        .form-control.is-invalid {
            border-color: #dc3545;
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
        }

        .form-control.is-valid {
            border-color: #198754;
            box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.25);
        }
       .contact-container h4 {
    color: #975918;
    text-shadow: 2px 2px 5px rgba(57, 74, 114, 0.4);
}

        @media (max-width: 768px) {
            .contact-container {
                padding: 30px 0;
            }

            .form-section {
                padding: 30px 20px;
            }

            .map-section {
                min-height: 300px;
            }

            .map-placeholder {
                min-height: 300px;
            }

            .map-placeholder i {
                font-size: 3rem;
            }

            .section-title {
                font-size: 1.5rem;
                margin-bottom: 25px;
            }
        }

        .btn2 {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    color: #975918;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    margin: 15px;
    padding: 8px 27px;
    text-decoration: none;
    border: 1px solid #975918;
    background: none;
    border-radius: 0px;
    transition: 0.5s;
}

.btn2.btn2-custom::before {
    bottom: -5px;
    right: -5px;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
}

.btn2.btn2-custom::after, .btn2.btn2-custom::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    transition: 0.5s;
}

.btn2.btn2-custom::after {
    top: -5px;
    left: -5px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
}

.btn2.btn2-custom::after, .btn2.btn2-custom::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    transition: 0.5s;
}

.btn2.btn2-custom:hover::after, .btn2.btn2-custom:hover::before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-color: #975918;
}
.btn2.btn2-custom::before {
    bottom: -5px;
    right: -5px;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
}

.btn2.btn2-custom:hover::after, .btn2.btn2-custom:hover::before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-color: #975918;
}
.btn2.btn2-custom::after {
    top: -5px;
    left: -5px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
}
.btn2.btn2-custom:hover {
    background: #975918;
    color: #fff;
}




.btn3 {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff; /* white text */
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    /* margin: 15px; */
    padding: 8px 27px;
    text-decoration: none;
    border: 1px solid #975918;
    background: #975918; /* filled default */
    border-radius: 0px;
    transition: 0.5s;
}

/* ::before / ::after for reverse effect */
.btn3.btn3-custom::before,
.btn3.btn3-custom::after {
    position: absolute;
    content: "";
    width: calc(100% + 10px); /* start expanded */
    height: calc(100% + 10px);
    transition: 0.5s;
    border-color: #975918;
}

.btn3.btn3-custom::before {
    bottom: -5px;
    right: -5px;
    border-bottom: 1px solid #975918;
    border-right: 1px solid #975918;
}

.btn3.btn3-custom::after {
    top: -5px;
    left: -5px;
    border-top: 1px solid #975918;
    border-left: 1px solid #975918;
}

/* On hover → shrink to 0px (outline disappears) */
.btn3.btn3-custom:hover::after,
.btn3.btn3-custom:hover::before {
    width: 0px;
    height: 0px;
    border-color: transparent;
}

/* Hover → outlined (reverse of btn2) */
.btn3.btn3-custom:hover {
    background: none;   /* no fill */
    color: #975918;     /* dark text */
}
.fixedbutton-whatsapp {
    position: fixed;
    bottom: 110px;
    left: 10px;
    animation-name: shake;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    z-index: 9;
    background: #41c051 !important;
     border: 2px solid #fff !important;
    border-radius: 12px 12px 12px 0px !important;
}

.fixedbutton-call {
    position: fixed;
    bottom: 50px;
    left: 10px;
    animation-name: shake;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    z-index: 9;
    background: #975918 !important;
    border: 2px solid #fff !important;
    border-radius: 12px 12px 12px 0px !important;
}

@keyframes shake {
    0% {
        box-shadow: 0 0 0px -3px #000000;
    }

    50% {
        box-shadow: 0 0 10px 0px rgb(0 0 0 / 50%);
        transform: scale(1.15);
    }

    100% {
        box-shadow: 0 0 0px -3px #000000;
    }
}

.fixedbutton-whatsapp footer i{
        background: #f7c84a !important;
        font-size: 18px;
        color: #fff;
        padding: 10px;
        border-radius: 50%;
        transition: all 0.2s ease !important;
    }

    .fixedbutton-whatsapp footer i:hover{
        background: #f7c84a !important;
        font-size: 18px;
        color: #fff;
        padding: 10px;
        border-radius: 50%;
        transition: all 0.2s ease !important;
    }

      .about-section {
      padding: 60px 0;
    }
    .about-section h6 {
      letter-spacing: 2px;
      font-weight: bold;
      color: #7a2c2c;
    }
    .about-section h3 {
      font-weight: 500;
      color: #7a2c2c;
    }
    .about-section p {
      text-align: justify;
      line-height: 1.7;
    }
    .about-highlights {
      margin-top: 25px;
    }
    .about-highlights h5 {
      font-weight: 600;
      margin-bottom: 15px;
      text-transform: uppercase;
    }
    .btn-custom {
      background-color: #1e73be;
      color: #fff;
      font-weight: 600;
      border-radius: 0;
      padding: 10px 25px;
      text-transform: uppercase;
    }
    .btn-custom:hover {
      background-color: #145a96;
      color: #fff;
    }
    .about-img img {
      border-radius: 8px;
      max-width: 100%;
      height: auto;
    }


#testimonialSection {
   padding: 70px 0px 70px 0px;
   background: #f8eee58c;

      text-align: center;
    }
    #testimonialSection h6 {
      letter-spacing: 2px;
      font-weight: 600;
      color: #495862;
    }
    #testimonialSection h2 {
      font-weight: 700;
      margin-bottom: 40px;
      color: #a04a3c;
    }
    #testimonialSection .testimonial-item {
      padding: 20px 15px;
      max-width: 800px;
      margin: 0 auto;
    }
    #testimonialSection .testimonial-text {
      font-style: italic;
      font-size: 1.1rem;
      line-height: 1.8;
    }
    #testimonialSection .testimonial-author {
      margin-top: 20px;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 0.9rem;
      letter-spacing: 1px;
    }
    #testimonialSection .testimonial-author span {
      color: #a04a3c;
      font-weight: bold;
    }
    #testimonialSection .stars {
      color: #6d4c41;
      margin-top: 8px;
    }

    /* Custom indicator styling */
    #testimonialSection .owl-dots {
      margin-top: 35px;
      display: flex;
      justify-content: center;
      gap: 8px;
    }
    #testimonialSection .owl-dots .owl-dot span {
      width: 35px;
      height: 4px;
      background: #6d4c41;
      border-radius: 3px;
      display: block;
      opacity: 0.4;
      transition: all 0.3s ease;
    }
    #testimonialSection .owl-dots .owl-dot.active span {
      opacity: 1;
      width: 45px;
      background: #a04a3c; /* highlight active */
    }




        .section-gallery h6 {
      letter-spacing: 2px;
      font-weight: bold;
      color: #495862;
    }
    .section-gallery h2 {
      font-weight: 700;
      margin-bottom: 40px;
      color: #a04a3c;
    }
       .main-bg h1 {
      font-weight: 700;
      margin-bottom: 40px;
      color: #a04a3c;
    }

    .service-page h1{
        font-weight: 700;
      margin-bottom: 40px;
      color: #a04a3c;
    }


    /* before and after image  */


        .dermacare-main-container {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .dermacare-comparison-wrapper {
            display: flex;

            align-items: center;
            justify-content: center;
        }

        .dermacare-image-column {
            flex: 1;
        }

        .dermacare-before-after-slider {
            position: relative;
            width: 300px;
            height: 199px;
            overflow: hidden;
            border-radius: 15px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
            cursor: ew-resize;
            user-select: none;
            background: #000;
            margin: 0 auto;
        }

        .dermacare-image-wrapper {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .dermacare-before-image, .dermacare-after-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .dermacare-before-image {
            z-index: 1;
        }

        .dermacare-after-image {
            z-index: 2;
            clip-path: polygon(0% 0%, 50% 0%, 50% 100%, 0% 100%);
        }

        .dermacare-slider-line {
            position: absolute;
            top: 0;
            left: 50%;
            width: 3px;
            height: 100%;
           background: linear-gradient(45deg, #ffffff, #ffffff);
            z-index: 3;
            transform: translateX(-50%);
            box-shadow: 0 0 15px rgba(74, 144, 226, 0.5);
        }

        .dermacare-slider-handle {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 50px;
            height: 50px;
              background: linear-gradient(45deg, #a04a3c, #a04a62);
            border: 4px solid white;
            border-radius: 50%;
            transform: translate(-50%, -50%);
            cursor: ew-resize;
            z-index: 4;
            box-shadow: 0 8px 25px rgba(74, 144, 226, 0.4);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 16px;
            transition: transform 0.1s ease;
        }

        .dermacare-slider-handle:hover {
            transform: translate(-50%, -50%) scale(1.1);
            box-shadow: 0 10px 30px rgba(74, 144, 226, 0.6);
        }

        .dermacare-slider-handle:active {
            transform: translate(-50%, -50%) scale(0.95);
        }

        .dermacare-slider-handle::before {
            content: '⟷';
            font-size: 18px;
        }

        .dermacare-image-label {
            position: absolute;
            top: 15px;
            padding: 8px 16px;
            background: rgba(0, 0, 0, 0.8);
            color: white;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            z-index: 5;
        }

        .dermacare-before-label {
            right: 15px;
        }

        .dermacare-after-label {
            left: 15px;
        }

        .dermacare-content-area {
            padding-left: 40px;
        }

        .dermacare-section-tag {
            color: #4a90e2;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 20px;
            position: relative;
        }

        .dermacare-section-tag::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 50px;
            height: 3px;
            background: linear-gradient(45deg, #4a90e2, #7b68ee);
            border-radius: 2px;
        }

        .dermacare-main-heading {
            font-size: 3.5rem;
            font-weight: 800;
            color: #2c3e50;
            margin-bottom: 30px;
            line-height: 1.2;
            background: linear-gradient(45deg, #2c3e50, #4a90e2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .dermacare-description {
            /* font-size: 16px; */
            line-height: 1.8;
            /* color: #666;
            margin-bottom: 40px;
            max-width: 500px; */
        }

        .dermacare-cta-button {
            display: inline-block;
            padding: 15px 35px;
            background: linear-gradient(45deg, #4a90e2, #7b68ee);
            color: white;
            text-decoration: none;
            border-radius: 30px;
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            box-shadow: 0 8px 25px rgba(74, 144, 226, 0.3);
            margin-bottom: 30px;
        }

        .dermacare-cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(74, 144, 226, 0.4);
        }

        .dermacare-journey-text {
            font-size: 18px;
            color: #34495e;
            font-weight: 600;
            margin-top: 20px;
        }

        @media (max-width: 1024px) {
            .dermacare-main-container {
                grid-template-columns: 1fr;
                gap: 40px;
                text-align: center;
            }

            .dermacare-comparison-wrapper {
                justify-content: center;
                flex-direction: column;

            }

            .dermacare-content-area {
                padding-left: 0;
            }

            .dermacare-main-heading {
                font-size: 2.5rem;
            }
        }

        @media (max-width: 768px) {
            .dermacare-before-after-slider {
                width: 280px;
                height: 185px;
            }

            .dermacare-main-heading {
                font-size: 2rem;
            }

            .dermacare-happy-patients-section {
                padding: 40px 15px;
            }

            .dermacare-comparison-wrapper {
                flex-direction: column;

            }
        }


          #gallerySection h6 {
      letter-spacing: 2px;
      font-weight: 600;
      color: #495862;
    }

    #gallerySection h2 {
    font-weight: 700;
    margin-bottom: 40px;
    color: #a04a3c;
}

    #gallerySection{
   padding: 70px 0px 70px 0px;
}


.sp-hover-effect {
      transition: all 0.9s ease;
    }

    .sp-hover-effect:hover {
      animation: slideRight 0.9s ease;
    }
     @keyframes slideRight {
      0% { transform: translateX(0); }
      50% { transform: translateX(30px); }
      100% { transform: translateX(0); }
    }

/* layout page slider */
    #billboard .banner-item {
  background: linear-gradient(rgba(246, 245, 242, 0.5), rgba(246, 245, 242, 0.5)),
              url('/img/layout-banner.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 385px;
}

/* Doctor card */

  .profile-card {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      overflow: hidden;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      padding: 20px;
      position: relative;
    }

    .profile-image {
      flex: 0 0 200px;
      max-width: 200px;
      margin-right: 20px;
    }

    .profile-image img {
      width: 100%;
      border-radius: 10px;
    }

    .profile-details {
      flex: 1;
    }

    .profile-details h3 {
      margin-bottom: 5px;
      color: #0b3d51;
    }

    .profile-details p {
      margin-bottom: 8px;
      color: #555;
    }

    .social-icons {
      position: absolute;
      left: -50px;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .social-icons a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      background: #0b3d51;
      color: #fff;
      border-radius: 50%;
      text-decoration: none;
      transition: background 0.3s;
    }

    .social-icons a:hover {
      background: #ff7f50;
    }

    @media(max-width: 768px) {
      .profile-card {
        flex-direction: column;
        text-align: center;
      }

      .profile-image {
        margin-right: 0;
        margin-bottom: 20px;
      }

      .social-icons {
        position: static;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 15px;
        transform: none;
      }
    }

    /* css for navb dropdown */


    /* service page */
    .service-
    .service-page strong{
        font-weight: 600;
    }
    .orthodontics-features {
    list-style-type: disc;
    padding-left: 20px;
}

.orthodontics-features li {


    font-size: 18px;

}

.service-page strong {
 font-weight: 600;
}
.service-page h2 {
color: #a04a3c;
}
.service-list li a  {
    text-decoration: none;
    color: #000000;
    line-height: 1.2px;
}

.service-list li a:hover  {
    text-decoration: none;
  color: #a04a3c;
}

/* company modal */
#vedantaModal a{
    color: #a04a3c;
    font-weight: 500;
}

#vedantaModal h4{
    color: #a04a3c;
    font-weight: 600;
}
.text-brown{
     color: #a04a3c;
}

/* 
.small-devices .nav-menu {
    position: absolute;
} */



/* top bar and nav */


/* Top Contact Bar */
.top-bar {
    background: linear-gradient(135deg, #8B4513, #A0522D);
    color: white;
    padding: 12px 0;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}

.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.top-bar .contact-info {
    display: flex;
    align-items: center;
    gap: 30px;
}

.top-bar .contact-info span {
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.top-bar .contact-info span:hover {
    transform: translateY(-2px);
    color: #FFD700;
}

.top-bar .social-icons {
    display: flex;
    gap: 15px;
}

.top-bar .social-icons a {
    color: white;
    font-size: 16px;
    transition: all 0.3s ease;
    padding: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
}

.top-bar .social-icons a:hover {
    background: rgba(255,255,255,0.2);
    transform: translateY(-2px) scale(1.1);
    color: #FFD700;
}

/* Header / Navbar */
.header {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 20px 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
}
.header .navbar {
    padding-top: 10px;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* .logo {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
} */
.logo img{
    width: 87%;
}

.logo-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #8B4513, #A0522D);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
    font-weight: bold;
}

.logo-text h1 {
    color: #8B4513;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}

.logo-text p {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Navigation */
.nav-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    background: linear-gradient(135deg, #8B4513, #A0522D);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.nav-toggle span {
    width: 25px;
    height: 3px;
    background: white;
    margin: 3px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.nav-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(9px, 9px);
}
.nav-toggle.active span:nth-child(2) {
    opacity: 0;
}
.nav-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 28px;
    align-items: center;
}

.nav-menu li {
    position: relative;
}

.nav-menu a {
    text-decoration: none;
    color: #915d28;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

/* Dropdown */
.dropdown {
    position: relative;
}

.dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 280px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border-radius: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 1000;
    border: 1px solid rgba(139, 69, 19, 0.1);
}

.dropdown:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-content a {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}

.dropdown-content a:last-child {
    border-bottom: none;
    border-radius: 0 0 12px 12px;
}

.dropdown-content a:first-child {
    border-radius: 12px 12px 0 0;
}

.dropdown-content a:hover {
    background: linear-gradient(135deg, #8B4513, #A0522D);
    color: white;
    transform: translateX(10px);
}

.dropdown-content a i {
    margin-right: 10px;
    width: 16px;
    color: #8B4513;
}

.dropdown-content a:hover i {
    color: white;
}


/* Mobile Styles */
@media (max-width: 768px) {
    .nav-toggle {
        display: flex;
    }
    .nav-menu {
        position: fixed;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        flex-direction: column;
        gap: 0;
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        z-index: 999;
        padding: 20px 0;
    }
    .nav-menu.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
    .nav-menu li {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #f0f0f0;
    }
    .nav-menu a {
        display: block;
        width: 100%;
        padding: 20px;
        border-radius: 0;
    }
    .dropdown-content {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        border-radius: 0;
        background: #f8f9fa;
        margin-top: 0;
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    .dropdown.active .dropdown-content {
        max-height: 400px;
        padding: 10px 0;
    }
    .dropdown-content a {
        padding: 15px 40px;
        border-bottom: 1px solid #e0e0e0;
        background: none;
    }
    .dropdown-content a:hover {
        background: #8B4513;
        transform: none;
    }
}
.request-loader {
    position: relative;
    height: 60px;
    width: 60px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #925e28;
    border: 2px solid #925e28 !important;
    border-radius: 50% !important;
    cursor: pointer;
    overflow: visible;
}

.request-loader i {
    z-index: 2;
    color: #925e28;
    font-size: 24px;
}

/* Wave elements starting from border */
.request-loader .wave {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;  /* slightly bigger than button to start from border */
    height: 64px;
    border: 2px solid #925e28;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    transform-origin: center;
    opacity: 0.5;
    z-index: 1;
    animation: wave 1.5s infinite ease-out;
}

.request-loader .wave:nth-child(3) { /* second wave */
    animation-delay: 0.75s;
}

@keyframes wave {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.4); /* small subtle growth */
        opacity: 0;
    }
}

/* final nav bar */

    /* Top Bar */
        #topBar {
            background: linear-gradient(135deg, #8a5521 0%, #a66b2e 100%);
            color: #fff;
            font-size: 14px;
            padding: 8px 0;
        }

        #topBar a {
            color: #fff;
            margin-left: 15px;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        #topBar a:hover {
            transform: scale(1.2);
            color: #ffd700;
        }

        /* Main Navbar */
        #mainNavbar {
            background: #fff;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            padding: 10px 0;
        }

        #mainNavbar .nav-link {
            color: #8a5521;
            font-weight: 600;
            margin: 0 15px;
            padding: 10px 0;
            position: relative;
            transition: all 0.3s ease;
            font-size: 16px;
        }

        #mainNavbar .nav-link::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 3px;
            background: linear-gradient(90deg, #8a5521, #ffd700);
            transition: width 0.4s ease;
        }

        #mainNavbar .nav-link:hover::after {
            width: 100%;
        }

        #mainNavbar .nav-link:hover {
            color: #000;
        }

        #mainNavbar .navbar-brand img {
            height: 60px;
        }

        /* Sticky Navbar */
        #mainNavbar.sticky-top {
            position: sticky;
            top: 0;
            z-index: 1020;
        }

        /* Custom Dropdown Container */
        .custom-dropdown {
            position: relative;
        }

        /* Dropdown Menu */
        .custom-dropdown-menu {
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%) translateY(20px);
            background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
            min-width: 320px;
            border-radius: 15px;
            box-shadow: 0 15px 40px rgba(138, 85, 33, 0.25);
            border: 3px solid #8a5521;
            opacity: 0;
            visibility: hidden;
            transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            z-index: 1000;
            overflow: hidden;
            margin-top: 10px;
        }

        .custom-dropdown:hover .custom-dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: translateX(-50%) translateY(0);
        }

        /* Triangle Arrow */
        .custom-dropdown-menu::before {
            content: '';
            position: absolute;
            top: -12px;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-bottom: 12px solid #8a5521;
        }

        /* Dropdown Items */
        .custom-dropdown-item {
            display: flex;
            align-items: center;
            padding: 10px 28px;
            color: #8a5521;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.4s ease;
            border-left: 5px solid transparent;
            position: relative;
            overflow: hidden;
            background: #fff;
        }

        .custom-dropdown-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, 
                transparent, 
                rgba(255, 215, 0, 0.3), 
                transparent);
            transition: left 0.6s ease;
        }

        .custom-dropdown-item:hover::before {
            left: 100%;
        }

        .custom-dropdown-item::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 100%;
            background: linear-gradient(90deg, #8a5521, #a66b2e);
            transition: width 0.4s ease;
            z-index: -1;
        }

        .custom-dropdown-item:hover::after {
            width: 100%;
        }

        .custom-dropdown-item:hover {
            color: #fff;
            border-left-color: #ffd700;
            padding-left: 35px;
            transform: translateX(5px);
        }

        .custom-dropdown-item i {
            margin-right: 15px;
            width: 25px;
            text-align: center;
            font-size: 18px;
            transition: all 0.4s ease;
        }

        .custom-dropdown-item:hover i {
            transform: scale(1.3) rotate(360deg);
            color: #ffd700;
        }

        /* Dropdown Arrow Icon */
        .dropdown-arrow {
            display: inline-block;
            margin-left: 5px;
            transition: transform 0.4s ease;
            font-size: 12px;
        }

        .custom-dropdown:hover .dropdown-arrow {
            transform: rotate(180deg);
        }

        /* Toggler Icon */
        .navbar-toggler {
            border: 2px solid #8a5521;
            padding: 8px 12px;
        }

        .navbar-toggler:focus {
            box-shadow: 0 0 0 0.25rem rgba(138, 85, 33, 0.25);
        }

        .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%238a5521' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }

        /* Demo Content */
        .demo-content {
            height: 200vh;
            padding: 80px 0;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        }

        .demo-content h2 {
            color: #8a5521;
            font-weight: 700;
            font-size: 2.5rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
        }

        /* Mobile Styles - Hover works on all devices */
        @media (max-width: 991px) {
            .navbar-collapse {
                background: #fff;
                padding: 20px;
                border-radius: 10px;
                margin-top: 15px;
                box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            }

            #mainNavbar .nav-link {
                margin: 10px 0;
            }

            .custom-dropdown-menu {
                position: static;
                transform: none;
                margin-top: 10px;
                opacity: 0;
                visibility: hidden;
                max-height: 0;
                transition: all 0.4s ease;
            }

            .custom-dropdown:hover .custom-dropdown-menu {
                opacity: 1;
                visibility: visible;
                max-height: 500px;
                transform: none;
            }

            .custom-dropdown-menu::before {
                display: none;
            }
        }

        /* Touch device support */
        @media (hover: none) and (pointer: coarse) {
            .custom-dropdown-menu {
                opacity: 0;
                visibility: hidden;
                max-height: 0;
                transition: all 0.4s ease;
            }

            .custom-dropdown:hover .custom-dropdown-menu {
                opacity: 1;
                visibility: visible;
                max-height: 500px;
            }
        }