﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.align-jus-center{
    align-items:center;
}

.btn-wrap{
    display:flex;
    flex-direction:column;
    align-items:center;
    margin-top:30px;
}
.center-section{
    width:800px;
    text-align:center

}
.ptb-50 {
    padding: 50px 0px;
}
.new-bg {
    background: #322349;
}
.treatment-text{
    max-width:unset;
}
.container {
    max-width: 1140px;
    margin: auto;
}
body:not(.touch) .btn-hover-fill:hover {
    background: #322349;
    border-color: #322349;
    color: #fff;
    box-shadow: none !important;
}
.img-fluid {
    max-width: 100%;
}
body:not(.touch) .btn:not(.btn-noanimate):hover [class*='icon']:first-child {
    width: auto;
    padding-right: 10px;
    transform: translateX(0);
    opacity: 1;
}

.header {
    background-color: white;
    padding: 10px 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    z-index:999;
}
.side-img {
    height: 510px;
    width: 100%;
    margin-bottom: -7px;
}

.navbar {
    display: flex;
    align-items: center;
    padding:0px 40px;
}

.logo img {
    width: 235px;
}
.new-padd {
    padding: 0px 50px 0px 0px;
}

.menu {
    flex: 1;
    text-align: right;
}

    .menu ul li a img {
        width: 22px;
        vertical-align: middle;
    }

    .menu ul {
        list-style-type: none;
        display: inline-block;
    }

        .menu ul li {
            display: inline-block;
            margin-right: 20px;
        }

            .menu ul li .nav-link {
                text-decoration: none;
                color: #333;
            }

.btn {
    padding: 12px 25px;
    background-color: #322349;
    font-size: 17px;
    border-radius: 15px;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

    .btn:hover {
        background-color: white;
        border: 1px solid #322349;
        color: black;
    }
.content {
    display: none;
    width:25%;
}
.load-more {
    background-color: #000;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 20px;
    margin: 50px 0;
    display: inline-block;
}

    .load-more:hover {
        background-color: blue;
        text-decoration: none;
    }
/* banner */
.banner {
    padding: 95px 0 40px 0;
    background-image: url('./images/banner4.png');
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.banner::after {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.review-box {
    border: 1px solid #e2e2e2;
    padding: 22px 35px 30px 68px !important;
    position:relative;
}
    
.review-author {
    font-style: italic;
    margin-bottom: 5px;
}
.review-box i {
    position: absolute;
    left: 11px;
    top: 25px;
    font-size: 46px;
    color: #bd9246;
}

.col-2 {
    flex-basis: 50%;
    width: 50%;
    padding: 20px;
    overflow:hidden;
}

.banner-image img {
    border-radius: 0 5% 5% 0;
}

.banner-text h1 {
    font-size: 35px;
    font-weight: 600;
}
.new-sec {
    position: relative;
    z-index: 1;
}

.banner-center {
    display: flex;
    align-items: center;
}

.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.banner-center-caption {
    padding: 148px 250px;
    width: 100%;
}
.banner-text {
    max-width: 557px;
    margin: 10px auto;
}
.banner-center-text1 {
    font-size: 32px;
    line-height: 47px;
    font-weight: 600;
    text-align:center;
    margin-bottom:20px;
    color: #000;
    font-family: "Poppins", serif;
}
.banner-center-text2:not(:first-child) {
    margin-top: 10px;
}
.mt-5{
    margin-top:30px;
}
.text-center1{
    text-align:center !important;
}
ul.marker-list-md {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 22px;
}
.headline-image1 img {
    border-radius: 1%;
}
    ul.marker-list-md li:not(:last-child) {
        margin-bottom: 16px;
    }

    ul.marker-list-md li:not(:last-child) {
        margin-bottom: 14px;
    }

    ul.marker-list-md li {
        position: relative;
        padding-left: 24px;
        color:#000;
    }
        ul.marker-list-md li:before {
            content: url('../images/check-mark.png');
            font-size: 10px;
            font-family: 'dentco';
            position: absolute;
            left: 0;
            top: 1px;
            color: #269e95;
        }
ul.marker-list-md-new {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    position:relative;
    line-height: 22px;
}



ul.marker-list-md-new li:not(:last-child) {
    margin-bottom: 16px;
}

ul.marker-list-md-new li:not(:last-child) {
    margin-bottom: 14px;
}

ul.marker-list-md-new li {
    position: relative;
    padding-left: 24px;
    color: #fff;
}

ul.marker-list-md-new li:before {
    content: url('../images/check-mark.png');
    font-size: 10px;
    font-family: 'dentco';
    position: absolute;
    left: 0;
    top: 1px;
    color: #269e95;
}
/*services css*/
.services-heading {
    font-weight: 700;
    font-size: 36px;
    color: #000000; /* Dark black color */
    margin-bottom: 5px;
    padding-bottom: 8px;
    display: flex;
    justify-content: center;
    gap: 10px;
    line-height: 1.22em;
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: 600;
}

.headline-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .headline-content .bottom-line {
        width: 70px;
        background-color: #1f1a28;
        height: 5px;
        border-radius: 20px;
        margin-bottom: 2%;
    }

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 20px;
    width: 90%;
}

.service-card {
    background: #ffffff; /* Light cream background */
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(190, 188, 188, 0.596);
    /* padding: 15px; */
    text-align: center;
    transition: box-shadow 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

/* .service-card:hover {
  box-shadow: 0 8px 18px rgba(204, 170, 102, 0.4);
  transform: scale(1.1);
  cursor: pointer;
  transition: 0.5s ease;

} */

.service-img {
    width: 100%;
    /* border-radius: 8px; */
    object-fit: cover;
    height: 250px;
    margin-bottom: 12px;
}

.service-card h3 {
    font-weight: 700;
    font-size: 18px;
    color: #573d21; /* Darker gold/brown */
    margin-bottom: 8px;
}

.service-card p {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.4;
}
.why-choose p{
    color:#fff;
}
.mb-2{
    margin-bottom:20px;
}

.headline-image1 img {
    height: 100%;  adjust as needed 
    width: auto !important;  keeps aspect ratio 
    object-fit: cover;  prevents distortion 
}
.new-pad {
    padding: 20px 30px 20px 30px;
    background: #fff;
    color: #000;
    margin: 30px 0px;
    padding: 20px;
}
.treatment-image {
    height: 350px;
}
.banner-center-text2 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    min-height:170px;
    font-weight: 500;
    font-family: "Poppins", serif;
    text-align: center;
    color: #000;
}
.new-sec::after {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

    .banner-text p {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        margin: 20px 0;
    }

form {
    /* border: 1px solid #ccc; */
    width: 100%;
     margin: auto;
 
    padding: 38px 46px;
    background-color: #ffffff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
/*.banner-one{
    padding:40px;

}*/
    .banner-one h1 {
        font-size: 54px;
        line-height: 1.26em;
        color:#fff;
        font-weight: 700;
        font-family: "Poppins", serif;
        color: #fff;
        margin-bottom: 20px;
    }
    .banner-one p {
        color: #fff;
        font-size: 16px;
    }

.form-group {
    flex-basis: 50%;
    margin-bottom: 5px;
    margin-top: 10px;
}

    .form-group input {
        width: 87%;
        margin-top: 12px;
        margin-bottom: 10px;
    }

.form-group-1 {
    flex-basis: 50%;
    margin-bottom: 5px;
    margin-top: 10px;
}

    .form-group-1 input {
        width: 100%;
        margin-top: 12px;
        margin-bottom: 10px;
    }

.form-control,
textarea {
    width: 100%;
    height: 40px;
    display: inline-block;
    margin: 10px 0px 10px 0px;
    padding: 5px 4%;
    border: 1px solid #ccc;
    border-radius: 5px;
}

input[type="submit"] {
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #322349;
    border: 1px solid #322349;
    cursor: pointer;
}

.banner-text form {
    margin-bottom: 40px !important; 
}

/* treatment-content */
.treatment-content {
    padding: 50px 0;
}

.row-2 {
    align-items: normal;
}
.call-image.p-0 img {
    height: 345px;
}
.treatment-text {
    margin: auto;
}
.call-image.p-0.text-center {
    text-align: center;
}.text-left{
    text-align:left !important;
}
.new-ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
}

.treatment-text h2 {
    font-size: 36px;
    font-weight: 600;
}
    .new-head h2 {
        font-size: 36px;
        font-weight: 600;
        text-align:center;
        margin-bottom:30px;

    }
    .text-white{
        color:#fff;
    }
    .treatment-text p {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        margin: 20px 0;
    }

    .treatment-text .btn {
        display: inline-block;
        margin: 8px 0;
    }
.theme-color {
    color: #bd9246;
}
/* headline-content */
.headline-content {
    padding: 80px 0;
}

.headline-text h2 {
    font-family: "Poppins", serif;
    line-height: 1.22em;
    margin-bottom: 10px;
    font-size:36px;
    font-weight: 600;
}

.headline-text {
    max-width: 100%;
    margin: auto;
}

    .headline-text p {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        margin: 20px 0;
    }

ol {
    padding-left: 10px;
}

    ol li {
        margin: 10px 0;
        font-size: 17px;
    }

.headline-image img {
    border-radius: 5% 0 0 5%;
}
headline-image1{
    margin-right:-10px;
}
/* technology */
.technology {
    padding: 50px 0;
}

.col-12 {
    flex-basis: 100%;
}

.technology-content {
    text-align: center;
}

    .technology-content h2 {
        font-size: 28px;
        font-weight: 400;
    }

    .technology-content p {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        margin: 20px 0;
    }
/* technology-2 */
.technology-2 {
    padding: 50px 0;
}

.technology-text-2 {
    max-width: 500px;
    margin: auto;
}

    .technology-text-2 h2 {
        font-size: 28px;
        font-weight: 400;
    }

    .technology-text-2 p {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        margin: 20px 0;
    }
/* technology-3 */
.technology-3 {
    padding: 50px 0;
}
/* technology-4 */
.technology-4 {
    padding: 50px 0;
}
/* why-choose */
.why-choose {
    padding: 50px 0;
}

.box {
    width: 92%;
    background-color: #322349;
    border: 1px solid #322349;
    margin: auto;
    padding: 60px 60px;
    border-radius: 30px;
    margin-top: -2px;
}

.why-choose-text h2 {
    font-size: 28px;
    font-weight: 400;
    color: white;
}

.why-choose-text p {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    margin: 20px 0;
}

.why-choose-btn {
    text-align: right;
}

    .why-choose-btn .btn {
        background-color: coral;
        margin-right: 26px;
        margin-top: -3px;
        display: inline-block;
    }

.visit-section {
    text-align: center;
    margin: 40px 0;
    
}
    .visit-section .view-all-btn a strong {
        font-size: 20px;
    }

.col-4 {
    flex-basis: 25%;
    padding: 15px;
}

.box-1 {
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

    .box-1 img {
        width: 60px;
    }

    .box-1 h3 {
        font-size: 22px;
        margin: 15px 0;
    }

.boxes {
    margin-top: -38px;
}
.headline-image {
    margin-right: -20px;
}
.new-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -4px 0;

    text-align: center;
}

.serv-1 {
    overflow: hidden;
    padding:10px;
    background:#fff;
height:250px;
margin-bottom:20px;
margin-left:10px;
    
    

}
.bg-gray {
    background:#f6f7f5;
}
   
    .serv-1 img {
        height:200px;
        object-fit:cover;
        width:100%;
    }
    .serv-1 h4{
        padding:1px 20px;
     
    }

    .small-container {
        max-width: 1352px;
        margin: auto;
        flex-wrap: wrap;
    }
/* call-to-action */
.call-to-action {
    padding: 0px ;
    margin-bottom:-6px;
}

.call-text {
    max-width: 370px;
    margin: auto;
    text-align: center;
}

    .call-text h2 {
        font-size: 36px;
        font-weight: 700;
    }

    .call-text p {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        margin: 20px 0;
    }

.fa-phone {
    color: #322349;
    margin-right: 10px;
}

.call-text h3 > a {
    text-decoration: none;
    color: #000;
}
/* footer */
.footer {
    padding: 50px 0 0;
    border-top: 1px solid #ccc;
}

.footer-1 h4 {
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0;
}

    .footer-1 h4 > a {
        text-decoration: none;
        color: black;
    }

.footer-1 h2 {
    font-size: 28px;
    font-weight: 400;
}

.footer-1 ul {
    margin-left: 1px;
    list-style-type: none;
    margin-top: 20px;
}

    .footer-1 ul li {
        font-size: 16px;
        color: #000;
        padding-left: 5px;
        padding-right: 5px;
        margin: 8px 0;
    }

.col-3 {
    flex-basis: 33.33%;
    padding: 20px;
}

.fa-brands {
    font-size: 25px;
    padding-left: 10px;
    padding-right: 19px;
}

.copy {
    margin: 20px 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
    
.footer-1 img {
    width: 250px;
}
.btn, body:not(.touch) .btn:focus {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-shadow: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    font-family: "Poppins", serif;
    padding: 15px 25px;
    color: #fff;
    border: 2px solid #bd9246;
    border-radius: 26px;
    background: #bd9246;
    text-transform: none;
    letter-spacing: .05em;
    transition: 0.3s;
}

.sticky_formBtn {
    float: left;
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.4;
    background: #322349;
    border: 1px solid #322349;
    padding: 15px 20px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-right: -1px;
    float: left;
    position: fixed;
    top: 50%;
    right: -81px;
    white-space: nowrap;
    width: 222px;
    text-align: center;
    /* z-index: 99999999; */
    z-index: 99;
    cursor: pointer;
    border-radius: 15px 15px 0 0;
}

    .sticky_formBtn a {
        text-decoration: none;
        color: #fff;
    }

.icon {
    border-radius: 50%;
    position: fixed;
    right: 69px;
    z-index:99;
    bottom: 20px;
}

.footer-1 ul li > a {
    text-decoration: none;
    color: black;
}

.midle {
    margin-top: -9px;
}

.icon-1 {
    border-radius: 50%;
    position: fixed;
    right: 69px;
    bottom: 101px;
    width: 60px;
    display: none;
}

.brands a {
    color: black;
}

.why-choose-text ul li {
    color: #fff;
}

.new-flex-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.txt-center {
    text-align: center;
}

.flex-new {
    display: flex;
    justify-content: center;
    flex-direction:column;
    align-items: center;
    gap: 1rem;
}

.flex-new1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.technology-content {
    padding: 40px;
    border-radius: 15px;
    background: #f1f1f1;
}

.flex-new1 a {
    color: #000;
    text-decoration: none;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

#btnRefresh {
    width: 30px;
    height: 30px !important;
    margin-top: -6px;
}

.CaptchaBox {
    display: flex;
}
button {
    border: none;
    cursor: pointer;
    color: white;
    background: none;
    transition: all .3s ease-in-out;
}

.container1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.carousel-view {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 44px 0;
    transition: all 0.25s ease-in;
}

    .carousel-view .item-list {
        max-width: 950px;
        width: 70vw;
        padding: 50px 10px;
        display: flex;
        gap: 48px;
        scroll-behavior: smooth;
        transition: all 0.25s ease-in;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
        overflow: auto;
        scroll-snap-type: x mandatory;
    }


/* Hide scrollbar for Chrome, Safari and Opera */
.item-list::-webkit-scrollbar {
    display: none;
}
.p-0{
    padding:0px !important;
}

.prev-btn {
    background: none;
    cursor: pointer;
}

.next-btn {
    cursor: pointer;
}

.item {
    scroll-snap-align: center;
    min-width: 300px;
    height: 300px;
    background-color: #f1f1f1;
    overflow:hidden;
    
}
.item img{
    height:250px;
    width:100%;
}
    .item h4 {
     padding:10px 10px;
     margin-top:-10px;
     font-size:24px;
    }



    /*Treatment Section*/


.treatment-content {
    padding: 40px 20px;
    background: #f9f9f9;
    margin-top: 70px;
}

/* Row alignment */
.row.align-jus-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Treatment text */


.treatment-text {
    max-width: 600px;
    margin: auto;
    text-align: center;
}

    .treatment-text h2 {
        font-size: 36px;
        font-weight: 700;
        line-height: 1.3;
        color: #1e293b; /* dark slate color for heading */
        margin-bottom: 20px;
    }

        .treatment-text h2 .theme-color {
            color: #bd9246; /* your gold theme */
        }

    .treatment-text p {
        font-size: 16px;
        font-weight: 400;
        color: #475569;
        margin: 20px 0;
        line-height: 1.6;
    }

   


        /*Laser treatment */


.laser-treatment-section {
    background-color: #000033;
    padding: 60px 0;
}

    .laser-treatment-section .treatment-text {
        max-width: 600px;
        margin: auto;
        text-align: center;
        color: #fff; 
    }

        .laser-treatment-section .treatment-text h2 {
            font-size: 36px;
            font-weight: 700;
            line-height: 1.3;
            color: #fff;
            margin-bottom: 20px;
        }

            .laser-treatment-section .treatment-text h2 .theme-color {
                color: #ffd700; 
            }

        .laser-treatment-section .treatment-text p {
            font-size: 16px;
            font-weight: 400;
            color: #e0e7ff; 
            margin: 20px 0;
            line-height: 1.6;
        }

       

/*headline section */
.headline-content {
    /*margin-top: 50px;
    padding-top: 40px 20px;*/
 
}


.academy-section {
    margin-top: 70px;
    padding: 40px 20px;
}

.meetdoctors-section {
    margin-top: 70px; 
    padding: 40px 20px; 
}

.why-choose {
    margin-top: 70px;
     
}

.laser-treatment-section {
    margin-top: 70px;
    padding: 40px 20px;
}

.faq-section {
    margin-top: 60px !important;
    padding: 40px 20px !important;
}

.call-to-action {
    margin-top: 70px !important; 

}
.footer {
    margin-top: 70px !important;
    padding: 40px 20px !important;
}

.gallery-section {
    margin-top: 50px !important;
    padding: 40px 20px !important;
}
.footer-1 h6{
    margin-bottom:20px;
}
/**/
.banner {
    background-image: url('../images/banner4.png');
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

/* this css is for second section li and stats number*/
.new-content {
    margin-top: 20px;
    color: #000000;
}

    .new-content ul {
        list-style: none;
        padding: 0;
        margin-bottom: 20px;
    }

        .new-content ul li {
            position: relative;
            padding-left: 25px;
            margin-bottom: 10px;
            font-size: 16px;
            line-height: 1.4;
        }

            .new-content ul li::before {
                content: '▪️';
                position: absolute;
                left: 0;
                color: #000000;
                font-weight: bold;
            }

    .new-content .stats {
        display: flex;
        gap: 40px;
        font-weight: 600;
    }

        .new-content .stats div {
            text-align: center;
        }

        .new-content .stats .number {
            font-size: 36px;
            color: #000000;
            font-weight: 700;
            line-height: 1;
        }

        .new-content .stats .label {
            font-size: 14px;
            color: #bd9246;
            font-weight: 600;
        }

/* this css is for  services section*/
.services-heading {
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    margin-bottom: 20px;
    padding-bottom: 8px;
    display: flex;
    justify-content: center;
    gap: 10px;
    line-height: 1.22em;
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: 600;
}

.headline-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .headline-content .bottom-line {
        width: 70px;
        background-color: #1f1a28;
        height: 5px;
        border-radius: 20px;
        margin-bottom: 2%;
    }

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 20px;
    width: 90%;
}

.service-card {
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(190, 188, 188, 0.596);
    /* padding: 15px; */
    text-align: center;
    transition: box-shadow 0.3s ease;
    font-family: 'Poppins', sans-serif;
    transition: transform 0.3s ease;
}

    .service-card:hover {
        transform: translateY(-5px);
    }

.service-img {
    width: 100%;
    /* border-radius: 8px; */
    object-fit: cover;
    height: 250px;
    margin-bottom: 12px;
}

.service-card h3 a {
    font-weight: 700;
    font-size: 18px;
    color: #573d21;
    margin-bottom: 8px;
    text-decoration: none;
    cursor: pointer;
}

.service-card p {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.4;
}
/* Base grid: 4 columns */
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

/*info outline*/
/*.info-row {
  display: flex;
  gap: 2rem;*/ /* spacing between circles */
/*margin-top: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}

.info-box {
  width: 150px;*/ /* circle width */
/*height: 150px;*/ /* circle height */
/*border: 3px solid #bd9246;*/ /* outline color */
/*border-radius: 50%;*/ /* make it circle */
/*background: #fff;*/ /* always white background */
/*display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  color: #333;
  padding: 1rem;
  transition: 0.3s;
}*/

/* Hover effect */
/*.info-box:hover {
  border-color: #16a34a;
  transform: scale(1.05);
  background: #f0fdf4;*/ /* light green shade on hover */
/*}*/

.info-row {
    display: flex;
    justify-content: center;
    gap: 30px;
    position: absolute;
    bottom: -100px; /* half outside */
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    z-index: 2;
    margin-top: 10%
}

/* Info box - square style */
.info-row {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 40px 0;
    flex-wrap: wrap; /* mobile responsive */
}

.info-box {
    background: #fff;
    width: 250px;
    height: 110px;
    display: flex;
    flex-direction: column; /* number on top, text below */
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

    .info-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 18px rgba(0,0,0,0.2);
    }

.info-highlight {
    font-size: 40px;
    font-weight: 800;
    color: #bd9246; /* gold highlight */
    margin: 0;
}

.info-text {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-top: 6px;
}

/*Faq section*/
.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

/* FAQ Section Header */
.faq-header {
    text-align: center;
    margin-bottom: 3rem;
}

    .faq-header h1 {
        font-size: 2rem;
        font-weight: 700;
        color: #1e293b;
        margin-bottom: 0.5rem;
    }

h1 span {
    color: #bd9246; /* gold color for span text */
}

.faq-header p {
    font-size: 1.1rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

/* FAQ Container */
.faq-container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.faq-item {
    border-bottom: 1px solid #e2e8f0;
}

    .faq-item:last-child {
        border-bottom: none;
    }

/* FAQ Question Button */
.faq-question {
    width: 100%;
    padding: 1.5rem;
    background: none;
    border: none;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.2s ease;
}

    .faq-question:hover {
        background-color: #f8fafc;
    }

    .faq-question:focus {
        outline: 2px solid #bd9246;
        outline-offset: -2px;
    }

/* FAQ Icon */
.faq-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.2s ease;
    flex-shrink: 0;
    margin-left: 1rem;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

/* FAQ Answer */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer-content {
    padding: 0 1.5rem 1.5rem;
    color: #475569;
    line-height: 1.7;
}

/* Contact Section */
.contact-section {
    margin-top: 3rem;
    text-align: center;
    padding: 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

    .contact-section h2 {
        font-size: 1.5rem;
        color: #1e293b;
        margin-bottom: 0.5rem;
    }

    .contact-section p {
        color: #64748b;
        margin-bottom: 1rem;
    }

.contact-button {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: #3b82f6;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

    .contact-button:hover {
        background-color: #2563eb;
    }

/* Tablet: 2 columns */
@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .service-card h3 {
        font-size: 16px;
    }

    .service-card p {
        font-size: 13px;
    }
}

/* Mobile: 1 column */
@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .services-heading {
        font-size: 28px;
    }

    .service-card h3 {
        font-size: 15px;
    }

    .service-card p {
        font-size: 12px;
    }

    .service-img {
        height: 200px;
    }
}

/* Extra small devices: very small phones */
@media (max-width: 480px) {
    .services-grid {
        width: 95%;
        gap: 15px;
    }

    .services-heading {
        font-size: 24px;
    }

    .service-card h3 {
        font-size: 14px;
    }

    .service-card p {
        font-size: 11px;
    }

    .service-img {
        height: 180px;
    }
}


/*laser treatment css */
.academy-section {
    text-align: center;
    padding: 40px 20px;
    background: #f9f9f9;
}

    .academy-section h2 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 10px;
    }

.bottom-line {
    width: 80px;
    height: 4px;
    background: #000;
    margin: 0 auto 20px;
    border-radius: 2px;
}

.top-p {
    max-width: 700px;
    margin: 0 auto 30px;
    font-size: 16px;
    color: #555;
}

.card-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 cards per row */
    gap: 20px;
    padding: 0 50px;
}

.academy-card {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}

    .academy-card:hover {
        transform: translateY(-5px);
    }

    .academy-card img {
        width: 40%;
        height: 100%;
        object-fit: cover;
    }

.card-content {
    padding: 20px;
    text-align: left;
    flex: 1;
}

    .card-content h3 {
        font-size: 20px;
        margin-bottom: 8px;
        font-weight: 600;
        color: #573d21;
    }

    .card-content p {
        font-size: 14px;
        color: #555;
        margin-bottom: 12px;
    }

.read-more-btn {
    background: #bd9246;
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    font-family: "Poppins", serif;
    text-decoration: none;
    color: #fff;
}

    .read-more-btn a {
        text-decoration: none;
        color: #fff;
    }

    .read-more-btn:hover {
        background: #fff;
        color: black;
        border: 1px solid black;
    }

        .read-more-btn:hover a {
            color: black;
        }

.view-all-btn {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-shadow: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    font-family: "Poppins", serif;
    padding: 15px 25px;
    color: #fff;
    border: 2px solid #bd9246;
    border-radius: 26px;
    background: #bd9246;
    text-transform: none;
    letter-spacing: .05em;
    transition: 0.3s;
}

    .view-all-btn a {
        text-decoration: none;
        color: #fff;
    }


    .view-all-btn:hover {
        background: #fff;
        background: #fff;
        color: black;
        border: 1px solid black;
    }

        .view-all-btn:hover a {
            color: black;
        }

/* Responsive */
@media (max-width: 768px) {
    .card-container {
        grid-template-columns: 1fr; /* 1 card per row on small devices */
        padding: 0;
    }

    .academy-card {
        flex-direction: column;
        text-align: center;
    }

        .academy-card img {
            width: 100%;
            height: auto;
        }

    .card-content {
        text-align: center;
    }
}
/*Hair treatment section -->*/
.hair-section {
    padding: 60px 20px;
    background: #f9f9f9;
}

.hair-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 0 60px;
}

/* Left Content */
.hair-left h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.hair-description {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.5;
}

.hair-subheading {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.hair-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.hair-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

    .hair-list li {
        display: flex;
        align-items: center;
        font-size: 15px;
        margin-bottom: 10px;
        color: #333;
    }

        .hair-list li::before {
            content: url(../images/check-mark.png);
        }


        .hair-list li .material-symbols-outlined {
            font-size: 20px;
            color: #bd9246; /* ✔ icon color */
            margin-right: 8px;
            display: none;
        }

.hair-btn {
    background: #bd9246;
    color: #fff;
    padding: 8px 16px;
    height: 50px;
    width: 120px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s ease;
}

    .hair-btn a {
        text-decoration: none;
        color: white;
    }

    .hair-btn:hover {
        background: #fff;
        color: black;
        border: 1px solid black;
    }

        .hair-btn:hover a {
            color: black;
        }

/* Collage (Smaller Container) */
.hair-right {
    display: flex;
    justify-content: center;
}

.hair-collage {
    width: 550px; /* smaller container width */
    height: 500px;
}

    .hair-collage img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
/*  hair Treatment boxes styling */

.treatment-boxes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 25px;
}

.treatment-box {
    background: white;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid #eaeaea;
    height: fit-content;
}

.treatment-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

    .treatment-item .material-symbols-outlined {
        font-size: 20px;
        color: #bd9246;
        margin-right: 10px;
        display: inline-block !important; /* Override previous display:none */
    }

.treatment-name {
    font-weight: 600;
    color: #333;
    font-size: 15px;
}

.treatment-description {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    margin: 0;
}

/* Responsive adjustments for treatment boxes */
@media (max-width: 900px) {
    .treatment-boxes-grid {
        grid-template-columns: 1fr;
    }

    .hair-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hair-collage {
        width: 280px;
        height: 280px
    }
}

@media (max-width: 600px) {
    .treatment-boxes-grid {
        grid-template-columns: 1fr;
    }

    .hair-collage {
        width: 300px;
        height: 300px
    }
}


/* Responsive */
@media (max-width: 900px) {
    .hair-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hair-collage {
        width: 280px;
        height: 280px
    }

    .hair-list {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 600px) {
    .hair-collage {
        width: 300px;
        height: 300px
    }

    .hair-list {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}


/*Mett our doctor*/
.new-head h2 {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}


.meetDoctors {
    position: relative;
}

.meetdoctors-section {
    overflow: hidden;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: black;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: none !important;
    color: black;
}

.swiper-button-prev,
.swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    text-align: center !important;
    position: absolute !important;
    z-index: 9;
    display: block;
    line-height: normal;
    font-size: 18px;
    padding: 6px 10px !important;
    cursor: pointer;
    background: white !important;
    color: #bd9246 !important;
    top: 50%;
    border-radius: 50%;
    padding: 0;
    border: none;
    opacity: 1;
    box-shadow: 0px 1px 2px rgba(55, 73, 87, 0.1), 0px 2px 5px rgba(55, 73, 87, 0.15);
}

.meet_team img {
    border-radius: 13px;
    width: 100%;
    height: 410px;
    object-fit: cover;
    object-position: top;
}

.meet_team .about_doctor {
    background-color: white;
    padding: 18px;
    border-radius: 13px;
    position: absolute;
    bottom: -11%;
    width: 86%;
    margin: 0 auto;
    text-align: center;
    transform: translateX(8%);
}

.about_doctor h2::before {
    position: absolute;
    width: 100px;
    height: 3px;
    bottom: -2px;
    content: '';
    background: #bd9246;
    z-index: 0;
    left: 28%;
}

.meet_team {
    position: relative;
}

.about_doctor h2 {
    position: relative;
    margin-bottom: 12px;
}

.meet-team-col {
    margin-bottom: 60px;
}


.bg_lightblue {
    background-color: #f0f3f8;
    display: flex;
    flex-direction: column;
}

.bg_darkgrey {
    background-color: #cacaca;
}

/* Tablet (≤ 1024px) */
@media (max-width: 1024px) {
    .meetdoctors-section {
        width: 100%;
    }

    .swiper-wrapper {
        width: 600px;
    }

    .swiper-slide {
        width: 400px;
    }

  

    .meet_team .about_doctor {
        bottom: -7%;
        padding: 14px;
        width: 94%;
        transform: translateX(3%);
    }

    .about_doctor h2 {
        font-size: 21px;
    }

    .about_doctor p {
        font-size: 15px;
    }

    .meet-team-col {
        margin-bottom: 36px;
    }
}
@media (max-width: 992px) {
    .meet_team img {
        border-radius: 13px;
        width: 100%;
        height: unset;
        object-fit: cover;
        object-position: top;
    }
    .swiper-slide {
        width: 100% !important;
    }

}
    /* Mobile (≤ 700px) */
    @media (max-width: 700px) {

        .meetdoctors-section {
            width: 100%;
        }

        h2 > br {
            display: none;
        }

        .meet_team img {
            border-radius: 13px;
            width: 100%;
            height: unset;
            object-fit: cover;
            object-position: top;
        }

        h2 {
            font-size: 32px !important;
            line-height: 40px !important;
        }

        .footer {
            margin-top: 70px !important;
            padding: 40px 0px !important;
        }

        .new-head h2 {
            font-size: 24px;
            margin-bottom: 28px;
            margin-left: -10px;
        }

        .about_doctor h2::before {
            position: absolute;
            left: -30px;
        }

        .meetdoctors-section {
            padding: 18px 0;
        }




        .meet_team .about_doctor {
            padding: 10px 8px;
            font-size: 14px;
            width: 95%;
            margin-top: 2px;
            transform: none;
            border-radius: 10px;
            z-index: 1001;
            margin-top: -50px;
        }

        .about_doctor h2 {
            font-size: 16px;
            margin-bottom: 7px;
        }

            .about_doctor h2::before {
                width: 60px;
                left: 40%;
            }

        .about_doctor p {
            font-size: 12px;
        }

        .swiper-button-next,
        .swiper-button-prev {
            width: 32px !important;
            height: 32px !important;
            font-size: 14px;
            top: 57%;
        }

        .meet-team-col {
            margin-bottom: 25px;
        }
    }

    /* Extra Small Devices (≤ 500px) */
    @media (max-width: 500px) {
        .meetdoctors-section {
            width: 100%;
        }

        .meet-team-col {
            margin-bottom: 25px;
        }


        .new-head h2 {
            font-size: 24px;
            margin-bottom: 28px;
            margin-left: -50px;
        }

        .meetdoctors-section {
            padding: 18px 0;
        }



        .meet_team .about_doctor {
            padding: 10px 8px;
            font-size: 14px;
            width: 95%;
            margin-top: 2px;
            transform: none;
            border-radius: 10px;
            margin-top: -50px;
        }

        .about_doctor h2 {
            font-size: 16px;
            margin-bottom: 7px;
        }

            .about_doctor h2::before {
                width: 60px;
                left: 40%;
            }

        .about_doctor p {
            font-size: 12px;
        }

        .swiper-button-next,
        .swiper-button-prev {
            width: 32px !important;
            height: 32px !important;
            font-size: 14px;
            top: 57%;
        }

        .meet-team-col {
            margin-bottom: 25px;
        }
    }


    /*Gallery section*/

    .gallery-section {
        padding: 20px 20px;
        background: #f9f9f9;
        width: 100%;
        box-sizing: border-box;
    }

        /* Headline */
        .gallery-section .services-heading {
            font-size: 32px;
            font-weight: 600;
            text-align: center;
            margin-bottom: 10px;
        }

        .gallery-section .bottom-line {
            width: 70px;
            height: 5px;
            background-color: #1f1a28;
            border-radius: 20px;
            margin: 10px auto 10px auto;
        }

    /* Gallery Grid */
    .gallery-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        width: 90%;
        margin: 0 auto;
    }

    /* Gallery Item */
    .gallery-item {
        overflow: hidden;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .gallery-item img {
            width: 100%;
            height: 350px;
            object-fit: cover;
            display: block;
            transition: transform 0.3s ease;
        }

        .gallery-item:hover img {
            transform: scale(1.05);
        }

        .gallery-item:hover {
            box-shadow: 0 8px 20px rgba(0,0,0,0.15);
        }

    /* Responsive Grid */

    /* Tablet */
    @media (max-width: 1024px) {
        .gallery-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }

        .gallery-item img {
            height: 220px;
        }
    }

    /* Mobile */
    @media (max-width: 768px) {
        .gallery-grid {
            grid-template-columns: 1fr;
            gap: 15px;
        }

        .gallery-item img {
            height: 200px;
        }

        .faq-section {
            margin-top: 20px !important;
            padding: 40px 0px !important;
        }

        .gallery-section .services-heading {
            font-size: 28px;
        }
    }

    .text-center {
        text-align: center;
    }

    .mt-4 {
        margin-top: 20px;
    }

    h1 {
        font-size: 56px !important;
        line-height: 1.08 !important;
        margin: 0 0 .5em !important;
        font-weight: 700 !important;
    }

    h2 {
        font-size: 36px !important;
        line-height: 1.12 !important;
        margin: 0 0 .5em !important;
        font-weight: 700 !important;
    }

    h3 {
        font-size: 24px !important;
        line-height: 1.15 !important;
        margin: 0 0 .5em !important;
        font-weight: 600 !important;
    }

    h4 {
        font-size: 24px !important;
        line-height: 1.2 !important;
        margin: 0 0 .5em !important;
        font-weight: 600 !important;
    }

    h5 {
        font-size: 18px !important;
        line-height: 1.25 !important;
        margin: 0 0 .5em !important;
        font-weight: 600 !important;
    }

    h6 {
        font-size: 16px !important;
        line-height: 1.3 !important;
        margin: 0 0 .5em !important;
        font-weight: 600 !important;
    }

    @media (min-width: 768px) and (max-width: 1366px) {
        h1 {
            font-size: clamp(32px, calc(2.5rem + 1.6vw), 48px) !important;
            line-height: 1.14 !important;
        }

        h2 {
            font-size: clamp(36px, calc(2.2rem + 1.2vw), 40px) !important;
            line-height: 1.14 !important;
        }

        h3 {
            font-size: clamp(22px, calc(1.4rem + 0.9vw), 28px) !important;
            line-height: 1.18 !important;
        }

        h4 {
            font-size: clamp(18px, calc(1.1rem + 0.7vw), 22px) !important;
            line-height: 1.22 !important;
        }

        h5 {
            font-size: clamp(16px, calc(0.95rem + 0.5vw), 18px) !important;
            line-height: 1.26 !important;
        }

        h6 {
            font-size: clamp(14px, calc(0.85rem + 0.4vw), 16px) !important;
            line-height: 1.32 !important;
        }
    }

    /* Small screens (<768px) — compact fallback */
    @media (max-width: 767px) {
        h1 {
            font-size: 28px !important;
            line-height: 1.12 !important;
        }

        h2 {
            font-size: 24px !important;
            line-height: 1.14 !important;
        }

        h3 {
            font-size: 18px !important;
            line-height: 1.16 !important;
        }

        h4 {
            font-size: 16px !important;
            line-height: 1.20 !important;
        }

        h5 {
            font-size: 14px !important;
            line-height: 1.24 !important;
        }

        h6 {
            font-size: 13px !important;
            line-height: 1.28 !important;
        }
    }
