﻿:root {
    --bs-blue: #00B3B9;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-white: #4444;
    --bs-gray: #434343;
    --bs-gray-dark: #343a40;
    --bs-primary: #D3ECE5;
    --bs-button: #1C4250E5;
    --background: #00B4BB;
    --secbg: #00b2ba;
    --thirdbg: #ECFEFF;
    --paragraph-color: #657D95;
    --dr-main-btn: linear-gradient(to right, #014461, #028CC7);
    --dr-main-btn-hover: #bd9246;
    --dr-main-heading: #004E69;
    --dr-main-text-primary: #233A51;
    --dr-main-text-secondary: #597882;
    --dr-main-bg-primary: #f6f7f5;
    --dr-main-bg-secondary: #014866;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
html, body {
    max-width: 100%;
    overflow-x: hidden !important;
}

body {
    font-family: "Figtree", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

section {
    background-color: #f0f8ff;
}

.align-jus-center {
    align-items: center;
}

.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;
}

.blue-title {
    color: #004e69 !important;
}

.hover-light-btn:hover {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
}

/* header css start from here */
.header-scrolled {
    background: #ffffff !important;
    /* change to white */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* optional shadow */
}

.header-container {
    border-bottom: 1px solid #eee;
    padding: 10px;
    position: fixed;
    z-index: 1000;
    top: 0;
    margin: 0;
    /* margin-top: -0.5px; */
}


.header-scrolled {
    background: #ffffff !important;
    /* change to white */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* optional shadow */
}


.header-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 1000;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.header-logo img {
    max-height: 75px !important;
    width: auto;
    display: block;
    padding-left:30px
}

.header-contact .contact-link {
    font-size: 1rem;
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

    .header-contact .contact-link:hover {
        color: #007bff;
    }

.nav-list {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
}

    .nav-list li a {
        font-size: 16px;
        font-weight: 600;
        color: #004E69;
        text-decoration: none;
        padding: 6px 8px;
        transition: all 0.3s ease;
    }

list li a.active {
    color: #00B3B9;
    border-bottom: 2px solid #00B3B9;
}


@media (max-width: 768px) {
    .menu-toggle {
        z-index: 1001;
    }
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 100% !important;
    }
}

@media (max-width: 992px) {
    .header-logo img {
        max-height: 50px;
    }

    .header-contact .contact-link {
        font-size: 0.95rem;
    }
}

/* Mobile view */

@media (max-width: 768px) {
    .header-logo img {
        max-height: 45px;
    }

    .header-contact {
        display: none;
        /* Hide contact info on small screens */
    }
}

.header-button {
    border-radius: 28px;
    width: 213px;
    height: 53px;
    border: 2px solid #004E69;
    background-color: var(--dr-main-btn);
    color: white;
}

.button-container a {
    text-decoration: none;
}

.text-whitem {
    color: #ffbf16;
    font-weight: 600;
}

.secondary-heading h3 {
    color: #fff;
    font-size: 24px !important;
    line-height: 40px;
}

.phone-icon {
    background: var(--dr-main-btn);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .phone-icon i {
        color: #333;
        font-size: 18px;
    }

.banner-background {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/images/Banner.webp);
    background-position: center;
    background-size: cover;
    margin-top: 90px;
    width: 100%;
}

.banner-section {
    position: relative;
    padding: 50px 0px;
    margin-top: 70px;

    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.content-section.p-5 {
    margin-top: 200px;
}
.header-button {
    background: var(--dr-main-btn) !important;
}


.bookAppointmentFormContent {
    background-color: #DBF7FB;
    width: 100%;
    max-width: 500px;
    /*     margin: 0 auto;*/

    border-radius: 15px;
    padding: 30px 35px 0 35px;
    margin-bottom: 35px;
    /* 3D effect */
    box-shadow: 0px 10.11px 10.15px 0px #00B6CC4D;
    /* 
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1),  */
    border: 1px solid #eaeaea;
    /* subtle border for crisp edges */
}

    .bookAppointmentFormContent h3 {
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        text-align: left;
        color: var(--dr-main-text-primary);
    }

    .bookAppointmentFormContent .formLayer {
        padding-top: 25px;
    }

    .bookAppointmentFormContent input,
    .bookAppointmentFormContent input:focus {
        font-size: 14px;
        font-weight: 600;
        line-height: 21.6px;
        text-align: left;
        color: #000000;
        border: none;
        /* border-bottom: 1px solid #444444; */
        border-radius: 0px;
        background: none;
        box-shadow: none;
        background: #FFFFFF;
        /* width: 251.28208923339844;
            height: 51.34894943237305;*/
        opacity: 1;
        top: 103.79px;
        left: 41.52px;
        border-radius: 13.11px;
    }

        .bookAppointmentFormContent input::placeholder {
            color: #005868;
            opacity: 1;
            /* ensures it's fully visible */
        }

.city_select {
    width: 100%;
    padding: .375rem 2.5rem .375rem .75rem;
    /* extra padding-right for arrow */
    border: none;
    background: #EFEFEF url("Images/Dr-youth/down-arrow.png") no-repeat right 15px center;
    background-size: 16px;
    /* make arrow bigger/smaller */
    font-size: 14px;
    font-weight: 600;
    color: var(--dr-main-text-primary);
    border-radius: 13px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}


.options {
    color: var(--bs-gray);
}

.bookAppointmentFormContent .submit-btn {
    /* background: var(--bs-button); */
    border-radius: 51px;
    /* border-color: #1C4250E5; */
    background: var(--dr-main-btn) !important;
    margin: 0 auto;
    padding: 10px 20px;
    width: 90%;
    max-width: 350px;
    /* max-width: 150px; */
    display: block;
    color: white;
    border: 2px solid var(--dr-main-btn);
    font-size: 19.67px;
}

.bookAppointmentFormContent button:hover {
    /* background-color: var(--dr-main-btn-hover);
    color: white;
    border: 2px solid var(--dr-main-btn-hover) ; */
}

.bookAppointmentFormContent .callBack {
    font-size: 14px;
    font-weight: 600;
    /* line-height: 21.6px; */
    line-height: 30px;
    text-align: left;
    /* color: #fff; */
    color: var(--dr-main-text-primary);
    text-align: center;
    /* background: var(--dr-main-bg-primary); */
    border-radius: 25px 25px 0 0;
    display: table;
    margin: 0 auto;
    padding: 10px 10px 3px 10px;
    /* background-color: var(--dr-main-btn-hover); */
}

.bookAppointmentFormContent p span {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    /* background: #007358; */
    background-color: var(--dr-main-btn);
    display: inline-block;
}

    .bookAppointmentFormContent p span img {
        width: 15px;
    }



.text-color {
    color: #233A51;
    font-size: 19px;
}

.icon-svg {
    width: 30px;
    height: 30px;
    fill: #ffffff;
}

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/Images/Banner.webp");
    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;
}

.conatiner {
    background-color: aliceblue !important;
}

.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: "Figtree", sans-serif;
}

.nothing {
    background-color: aliceblue;
    height: 455px;
}

.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;
        }

.why-choose p {
    color: #fff;
}

.mb-2 {
    margin-bottom: 20px;
}

.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;
    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;
    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: 90px;
    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;
}

.results-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 30px 20px;
    padding-bottom: 40px !important;
}

.result-card {
    width: 307px;
    border-radius: 16px;
    overflow: hidden;
    background: #f9f9f9;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.before-after-container {
    width: 100%;
    height: 100%;
}

.result-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.textLayer p {
    font-size: 25px;
    font-weight: 500;
    line-height: 28px;
    color: #657d95;
    font-family: "Figtree", sans-serif;
}

.text-yellow {
    color: #F7B701;
}



.hairloss-treatment {
    margin-top: -29px;
}

    .hairloss-treatment h2 {
        font-size: 35px;
        line-height: 42px;
        font-weight: 700;
        text-align: left;
        color: #004e69;
        font-family: "Figtree", sans-serif;
    }

    .hairloss-treatment p {
        font-size: 18px;
        font-weight: 500;
        line-height: 23px;
        text-align: left;
        color: var(--dr-main-text-secondary);
    }

    .hairloss-treatment li {
/*        padding: 10px;*/
        list-style: none;
        text-align: center;
        width: 25%;
    }

.imageLayer img {
    border-radius: 35px;
    /* margin-left: -80px; */
}

.hairloss-treatment li p {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: center;
    color: var(--bs-gray);
    color: #005868;
}

.bookAppointmentFormContent {
    background-color: #DBF7FB;
    width: 100%;
    max-width: 500px;
    /*     margin: 0 auto;*/

    border-radius: 15px;
    padding: 30px 35px 0 35px;
    margin-bottom: 35px;
    /* 3D effect */
    box-shadow: 0px 10.11px 10.15px 0px #00B6CC4D;
    /* 
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1),  */
    border: 1px solid #eaeaea;
    /* subtle border for crisp edges */
}

    .bookAppointmentFormContent h3 {
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        text-align: left;
        color: var(--dr-main-text-primary);
    }

    .bookAppointmentFormContent .formLayer {
        padding-top: 25px;
    }

    .bookAppointmentFormContent input,
    .bookAppointmentFormContent input:focus {
        font-size: 14px;
        font-weight: 600;
        line-height: 21.6px;
        text-align: left;
        color: #000000;
        border: none;
        /* border-bottom: 1px solid #444444; */
        border-radius: 0px;
        background: none;
        box-shadow: none;
        background: #FFFFFF;
        /*width: 251.28208923339844;*/
        /*height: 51.34894943237305;*/
        height: 55px;
        opacity: 1;
        top: 103.79px;
        left: 41.52px;
        border-radius: 13.11px;
    }

        .bookAppointmentFormContent input::placeholder {
            color: #005868;
            opacity: 1;
            /* ensures it's fully visible */
        }

.city_select {
    width: 100%;
    padding: .375rem 2.5rem .375rem .75rem;
    /* extra padding-right for arrow */
    border: none;
    background: #EFEFEF url("Images/Dr-youth/down-arrow.png") no-repeat right 15px center;
    background-size: 16px;
    /* make arrow bigger/smaller */
    font-size: 14px;
    font-weight: 600;
    color: var(--dr-main-text-primary);
    border-radius: 13px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}


.options {
    color: var(--bs-gray);
}

.bookAppointmentFormContent .submit-btn {
    /* background: var(--bs-button); */
    border-radius: 51px;
    /* border-color: #1C4250E5; */
    background: var(--dr-main-btn) !important;
    margin: 0 auto;
    padding: 10px 20px;
    width: 90%;
    max-width: 350px;
    /* max-width: 150px; */
    display: block;
    color: white;
    border: 2px solid var(--dr-main-btn);
    font-size: 19.67px;
}

.bookAppointmentFormContent button:hover {
    /* background-color: var(--dr-main-btn-hover);
    color: white;
    border: 2px solid var(--dr-main-btn-hover) ; */
}

.bookAppointmentFormContent .callBack {
    font-size: 14px;
    font-weight: 600;
    /* line-height: 21.6px; */
    line-height: 30px;
    text-align: left;
    /* color: #fff; */
    color: var(--dr-main-text-primary);
    text-align: center;
    /* background: var(--dr-main-bg-primary); */
    border-radius: 25px 25px 0 0;
    display: table;
    margin: 0 auto;
    padding: 10px 10px 3px 10px;
    /* background-color: var(--dr-main-btn-hover); */
}

.bookAppointmentFormContent p span {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    /* background: #007358; */
    background-color: var(--dr-main-btn);
    display: inline-block;
}

    .bookAppointmentFormContent p span img {
        width: 15px;
    }

.text-color {
    color: #233A51;
    font-size: 19px;
}

/*Talk to expert*/
.margin-bottom-45 {
    margin-top: -10px !important;
}

.talk-to-expert {
    width: 100%;
    overflow: hidden;
}

.talk-to-expert-content {
    background-color: var(--dr-main-bg-secondary);
    border-radius: 13px;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: -50px;
}

.imageLayer-TalkDoctor {
    margin-top: -50px;
}

    .imageLayer-TalkDoctor img {
        border-radius: 35px;
    }

.talk-to-expert-content .textLayer {
    /* padding-left: 10px; */
    padding: 10px 3%;
}

.talk-to-expert-content p {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: white;
    margin-bottom: 0px;
}

.talk-to-expert-content .buttonLayer {
    padding: 10px;
}

.talk-to-expert-content button {
    /* background: var(--dr-main-btn); */
    border-radius: 28px;
    font-size: 20px;
    font-weight: 700;
    line-height: 26.4px;
    text-align: center;
    color: #fff;
    width: 250px;
    padding: 15px;
    outline: none;
    border: 2px solid var(--dr-main-btn);
}

/*skin signs*/
.skin-signs-section {
    padding: 3rem 0;
    background: #fafafa;
}

    .skin-signs-section .card {
        flex: 1 1 400px;
        background: #fff;
        border-radius: 10px;
        padding: 25px;
        height: -webkit-fill-available;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        border: 1px solid #eee;
    }

    .skin-signs-section .sub {
        text-align: center;
        color: #555;
        margin-bottom: 40px;
    }

    .skin-signs-section .card h3 {
        font-size: 20px;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .skin-signs-section .card ul {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: left;
    }

        .skin-signs-section .card ul li {
            margin-bottom: 10px;
            padding-left: 25px;
            position: relative;
            color: #444;
            line-height: 1.5;
        }

    .skin-signs-section h2 {
        text-align: center;
        color: #222;
        font-size: 2.5rem;
        font-weight: 600;
        margin-bottom: 10px;
    }


    /* Causes (red X bullets) */
    .skin-signs-section .red-card ul li::before {
        content: "X";
        color: #e74c3c;
        position: absolute;
        left: 0;
    }

    /* Signs (green tick bullets) */
    .skin-signs-section .green-card ul li::before {
        content: "✓";
        color: #27ae60;
        position: absolute;
        left: 0;
    }

    /* Color difference in headings */
    .skin-signs-section .red-card h3 {
        color: #e74c3c;
    }

    .skin-signs-section .green-card h3 {
        color: #27ae60;
    }

/* Tip box style */
.tip-box {
    margin-top: 15px;
    font-size: 14px;
    background: #f9f9f9;
    padding: 10px 15px;
    border-radius: 8px;
    border-left: 4px solid;
}

.red-tip {
    border-color: #e74c3c;
    color: #c0392b;
}

.green-tip {
    border-color: #27ae60;
    color: #1e8449;
}

.icon-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 1.2rem;
}

    .icon-wrap .check-icon {
        width: 4rem;
        height: 4rem;
        border: 3px solid #0084bd;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.check-icon span {
    font-size: 3rem;
    color: var(--gradient-blue);
}

.thank_you h1 {
    font-size: 3rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.subtext {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 40px;
}

/*Video procedure*/
.font-23 {
    font-size: 25px !important;
    text-align: center;
}

.Videoswiper {
    margin-left: -11px;
}

.video-procedure {
    /* background-color:  #00B4BB; */
    /* background-color: var(--background); */
    margin-top: -20px;
    background-color: var(--dr-main-bg-secondary);

}

.video-wrapper {
    /* border: 5px solid var(--dr-main-text-primary); */
    object-fit: cover;
    /* overflow: hidden; */
    border-radius: 10px;
    width: auto;
}

iframe {
    margin-bottom: -6px;
}

.twoswiper {
    margin-left: -10px;
}

.title {
    font-size: 2rem;
    font-family: "Figtree", sans-serif;
    line-height: 30px;
    font-weight: 600;
    text-align: left;
    color: var(--dr-main-text-primary);
}

textLayer p {
    font-size: 25px;
    font-weight: 500;
    line-height: 28px;
    color: #657d95;
}

.video-thumbnail {
    height: 250px;
    object-fit: cover;
    border-radius: 0 !important;
}

.play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0,0,0,0.4); */
}

.bg-blue-dim {
    background-color: #014866a7 !important;
}

.play-triangle {
    width: 0;
    height: 0;
    border-left: 20px solid #FFFFFF;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 5px;
}

.video-title-overlay {
    top: 20px;
    right: 20px;
    /* background: rgba(0,0,0,0.8); */
}

.video-duration-overlay {
    bottom: 10px;
    right: 10px;
    background: rgba(0, 123, 255, 0.9);
}

@media (max-width: 768px) {
    .video-thumbnail {
        height: 200px;
    }

    .play-triangle {
        border-left: 15px solid #ffffff;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
    }
}

/*Skin care */
.hairloss-treatment {
    margin-top: -29px;
}

.hair-care-section {
    background: linear-gradient(135deg, #8ee7f1, #00d2c4);
    padding: 3rem 0;
    color: #000;
}

.hair-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
    transition: 0.4s ease;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
    color: #fff;
}

.section-subtitle {
    text-align: center;
    color: #222;
    font-size: 18px;
    margin-bottom: 50px;
}

.hair-content {
    flex: 1 1 50%;
    padding: 40px;
    box-sizing: border-box;
}

    .hair-content h3 {
        color: #0a0064;
        font-size: 28px;
        margin-bottom: 15px;
        text-align: left;
        position: relative;
    }

/* 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: #F7B701;
}

/*Client reviews*/
.client-reviews {
    /* background-color: var(--dr-main-bg-primary); */
    margin-top: -40px;
    padding: 46px !important;
}

.before-result {
    margin: 0 auto !important;
    padding: 0 !important;
}

.container {
    /*margin: 20px;*/
    padding: 30px;
    padding-left: 20px !important;
}

.client-reviews .slider {
    background: #fff;
    border-radius: 10px;
    padding: 24px;
    border: 1px solid #F9FAFA;
}

    .client-reviews .slider .testimonialData {
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        scrollbar-width: thin;
    }

    /* Custom scrollbar for testimonialData */

    /* Scroll area */
    .client-reviews .slider .testimonialData {
        min-height: 200px;
        height: auto;
        max-height: 250px;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: #028CC7 #f1f1f1;
    }

        /* Scrollbar track */
        .client-reviews .slider .testimonialData::-webkit-scrollbar {
            width: 12px;
        }

        .client-reviews .slider .testimonialData::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 10px;
        }

        /* Scrollbar thumb */
        .client-reviews .slider .testimonialData::-webkit-scrollbar-thumb {
            background: linear-gradient(180deg, #028CC7, #014461);
            border-radius: 10px;
            border: 2px solid #f1f1f1;
        }

            .client-reviews .slider .testimonialData::-webkit-scrollbar-thumb:hover {
                background: linear-gradient(180deg, #014461, #012a33);
            }

        /* Up Arrow */
        .client-reviews .slider .testimonialData::-webkit-scrollbar-button:single-button:vertical:decrement {
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23028CC7' viewBox='0 0 24 24'%3E%3Cpath d='M12 8l6 6H6z'/%3E%3C/svg%3E") no-repeat center;
            background-size: 8px;
            height: 16px;
            width: 12px;
        }

        /* Down Arrow */
        .client-reviews .slider .testimonialData::-webkit-scrollbar-button:single-button:vertical:increment {
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23028CC7' viewBox='0 0 24 24'%3E%3Cpath d='M12 16l-6-6h12z'/%3E%3C/svg%3E") no-repeat center;
            background-size: 8px;
            height: 16px;
            width: 12px;
        }


    .client-reviews .slider h3 {
        font-size: 18px;
        font-weight: 600;
        line-height: 20px;
        text-align: left;
        /* color: #00B4BB; */
        color: var(--dr-main-text-primary);
    }

    .client-reviews .slider p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .client-reviews .slider .testimonialDataBottom {
        padding-top: 8px;
        margin-bottom: 40px;
    }

    .client-reviews .slider .patientName {
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        text-align: left;
        color: var(--dr-main-text-primary);
    }


    .client-reviews .slider .NameText {
        width: 32px;
        height: 32px;
        border-radius: 32px;
        background: var(--dr-main-btn);
        color: #fff;
        margin-right: 10px;
        text-align: center;
        line-height: 32px;
    }

    .client-reviews .slider .startsListContent {
        padding: 8px 0;
    }

        .client-reviews .slider .startsListContent span {
            margin-right: 5px;
            color: #FEC007;
        }

    .client-reviews .slider .patientTreatment {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        text-align: left;
        color: var(--dr-main-text-primary);
    }
/*.client-reviews .container {
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}*/



@media (max-width: 767px) {
    .client-reviews {
        padding: 20px !important;
        margin-top: 0 !important;
    }

        .client-reviews .slider {
            padding: 16px;
        }

            .client-reviews .slider p {
                font-size: 14px;
                line-height: 22px;
            }
}

/* headline-content */
.headline-content {
    padding: 50px 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: 18px;
        font-weight: 500;
        color: #597882;
        line-height: 23px;
        font-family: "Figtree", sans-serif;
    }

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: 16px;
    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;
    }

.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;
}
.headline-image1 {
    margin-right: -10px;
}
.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;
}

.enquiry-popup {
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.modal-title {
    font-weight: bold;
    color: #007bff;
}

.modal-footer .btn {
    background-color: #007bff;
    border: none;
}

/* 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: 21px;
        font-weight: 700;
    }

    .call-text p {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        margin: 20px 0;
    }

.fa-phone {
    color: black;
    margin-right: 10px;
}

.call-text h3 > a {
    text-decoration: none;
    color: #000;
}

/* hair and skin specialist css */
.doctor-slider {
    box-shadow: 0px 2px 2px 0px #0000001A;
    border-radius: 10px;
    margin-bottom: 5px;
    overflow: hidden;
}

.bottomLayer {
    height: auto !important;
    padding: 15px;
    gap: 10px;
}

    .bottomLayer h2 {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        text-align: left;
        /* color:var(--secbg); */
        color: var(--dr-main-text-primary);
    }

    .bottomLayer p {
        font-size: .9rem;
        font-weight: 500;
        line-height: 1.2rem;
        text-align: left;
        color: var(--paragraph-color);
    }

.rattingNumber h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 26.4px;
    text-align: left;
    margin-right: 10px;
    color: var(--dr-main-text-primary);
}

.drsListSlider .slider .startsListContent span {
    margin-right: 5px;
    color: #FEC007;
}

.fa-star:before {
    content: "\f005";
}

.drKnownLanguagesList span {
    font-size: .9rem;
}

.bookAppointmentButton {
    padding: 15px 0 0 0;
}

    .bookAppointmentButton button {
        background: var(--dr-main-btn);
        color: var(--bs-white);
        border-radius: 28px;
        font-size: 16px;
        font-weight: 500;
        line-height: 19.2px;
        text-align: center;
        padding: 12px 20px;
        display: block;
        max-width: 270px;
        width: 100%;
    }

    .bookAppointmentButton a {
        text-decoration: none;
    }

.rating-experience h3 {
    color: var(--dr-main-heading);
}

.bg-body-dark {
    background: #DBF7FB;
}

/*FAQS*/
.title span {
    color: #00A9DF;
}

.t-blue {
    color: var(--dr-main-heading);
}

.FQA-acccodian-section .accordion-item {
    border-left: none;
    border-right: none;
}

    .FQA-acccodian-section .accordion-item:focus {
        border: none;
        outline: none;
    }

.FQA-acccodian-section .accordion-button {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    text-align: left;
    color: #333;
    margin-bottom: 0px;
}


.FQA-acccodian-section p {
    color: var(--dr-main-text-primary);
}

.FQA-acccodian-section .accordion-button.custom-icon::after {
    display: flex;
    justify-content: center;
    content: "\002B";
    color: #333;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 2px solid #333;
    text-align: center;
    padding: 1px;
    line-height: 11px;
    transition: all 0.5s ease;
    background: none;
}


.FQA-acccodian-section .accordion-button.custom-icon[aria-expanded="true"]::after {
    content: "\2212";
    padding: 2px;
}


.FQA-acccodian-section .accordion-body .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

/* footer */
/* footer */
.quick-link-heading h3 {
    color: var(--dr-main-text-secondary);
}

.h-decor {
    margin-top: -5px;
    height: 2px;
    width: 35px;
    background-color: var(--dr-main-heading);
}

.Quick-links-content a {
    font-size: 16px;
}

footer {
    border-top: 1px solid #D3E1ED;
    padding-top: 20px;
    background: #ebf6fa;
}

    footer ul {
        margin-bottom: 1rem !important;
    }

.terms li {
    border: none;
}

.terms-p p,
footer p {
    color: var(--paragraph-color) !important;
    font-weight: 400;
}

.terms li {
    /* border-left: 1px solid #00A9DF; */
    list-style: none;
}

.designed-by a {
    color: #00A9DF;
}

.terms li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: #00A9DF;
    padding: 5px 10px;
    text-decoration: none;
}

footer a {
    text-decoration: none;
    font-size: 14px;
}

.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: "Figtree", sans-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;
    }

/*Hair loss treatment */

.hairloss-treatment .container {
    padding-bottom: -10px !important;
}

.text-yellow {
    color: #F7B701;
}

.hairloss-treatment {
    margin-top: -29px;
    background-color: aliceblue;
    padding-top: 20px;
}

    .hairloss-treatment h2 {
        font-size: 35px;
        line-height: 42px;
        font-weight: 700;
        text-align: left;
        color: #333333;
        font-family: "Figtree", sans-serif;
    }

    .hairloss-treatment p {
        font-size: 18px;
        font-weight: 500;
        line-height: 23px;
        text-align: left;
        color: var(--dr-main-text-secondary);
    }

    .hairloss-treatment li {
        padding: 10px;
        list-style: none;
        text-align: center;
        width: 25%;
    }

.imageLayer img {
    border-radius: 35px;
    /* margin-left: -80px; */
}

.hairloss-treatment li p {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: center;
    color: var(--bs-gray);
    color: #005868;
}

.bookAppointmentFormContent {
    background-color: #DBF7FB;
    width: 100%;
    max-width: 500px;
    /*     margin: 0 auto;*/

    border-radius: 15px;
    padding: 30px 35px 0 35px;
    margin-bottom: 35px;
    /* 3D effect */
    box-shadow: 0px 10.11px 10.15px 0px #00B6CC4D;
    /* 
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1),  */
    border: 1px solid #eaeaea;
    /* subtle border for crisp edges */
}

    .bookAppointmentFormContent h3 {
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        text-align: left;
        color: var(--dr-main-text-primary);
    }

    .bookAppointmentFormContent .formLayer {
        padding-top: 25px;
    }

    .bookAppointmentFormContent input,
    .bookAppointmentFormContent input:focus {
        font-size: 14px;
        font-weight: 600;
        line-height: 21.6px;
        text-align: left;
        color: #000000;
        border: none;
        /* border-bottom: 1px solid #444444; */
        border-radius: 0px;
        background: none;
        box-shadow: none;
        background: #FFFFFF;
        width: 251.28208923339844;
        height: 51.34894943237305;
        opacity: 1;
        top: 103.79px;
        left: 41.52px;
        border-radius: 13.11px;
    }

        .bookAppointmentFormContent input::placeholder {
            color: #005868;
            opacity: 1;
            /* ensures it's fully visible */
        }

.city_select {
    width: 100%;
    padding: .375rem 2.5rem .375rem .75rem;
    /* extra padding-right for arrow */
    border: none;
    background: #EFEFEF url("Images/Dr-youth/down-arrow.png") no-repeat right 15px center;
    background-size: 16px;
    /* make arrow bigger/smaller */
    font-size: 14px;
    font-weight: 600;
    color: var(--dr-main-text-primary);
    border-radius: 13px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}


.options {
    color: var(--bs-gray);
}

.bookAppointmentFormContent .submit-btn {
    /* background: var(--bs-button); */
    border-radius: 51px;
    /* border-color: #1C4250E5; */
    background: var(--dr-main-btn) !important;
    margin: 0 auto;
    padding: 10px 20px;
    width: 90%;
    max-width: 350px;
    /* max-width: 150px; */
    display: block;
    color: white;
    border: 2px solid var(--dr-main-btn);
    font-size: 19.67px;
}

.bookAppointmentFormContent button:hover {
    /* background-color: var(--dr-main-btn-hover);
    color: white;
    border: 2px solid var(--dr-main-btn-hover) ; */
}

.bookAppointmentFormContent .callBack {
    font-size: 14px;
    font-weight: 600;
    /* line-height: 21.6px; */
    line-height: 30px;
    text-align: left;
    /* color: #fff; */
    color: var(--dr-main-text-primary);
    text-align: center;
    /* background: var(--dr-main-bg-primary); */
    border-radius: 25px 25px 0 0;
    display: table;
    margin: 0 auto;
    padding: 10px 10px 3px 10px;
    /* background-color: var(--dr-main-btn-hover); */
}

.bookAppointmentFormContent p span {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    /* background: #007358; */
    background-color: var(--dr-main-btn);
    display: inline-block;
}

    .bookAppointmentFormContent p span img {
        width: 15px;
    }

.text-color {
    color: #233A51;
    font-size: 19px;
}

.signs-of-hairloss h5 {
    color: var(--dr-main-text-primary);
}

.signs-of-hairloss p {
    color: var(--dr-main-text-secondary);
    font-size: 18px;
}

.causes-hair-loss p {
    margin-bottom: 0.5rem !important;
    color: var(--dr-main-text-primary);
    /* font-weight: 500; */
    font-size: 19px;
}

/*Treatment cards */
.treatment-head {
    font-size: 20px;
}

.treatment-cards-section {
    padding: 60px 20px;
    background: #f9f9f9;
}

.treatment-section-heading {
    text-align: center;
    font-size: 32px;
    color: #00b4ff;
    font-weight: 700;
    margin-bottom: 30px;
}

.treatment-card {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-left: 35px;
}
@media (max-width: 768px) {
    .treatment-card {
        margin-left: 0 !important;
        max-width: 100%;
    }
}

    .treatment-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
}

/* 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;
    }

.whatsapp-float {
    position: fixed;
    bottom: 7rem;
    left: 1.5rem;
    background: var(--dr-main-btn);
    color: white;
    width: max-content;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    z-index: 1050;
    padding: 20px;
    border-radius: 24px;
    gap: 0.5rem;
    text-decoration: none;
    transition: 0.3s;
}

    .whatsapp-float:hover {
        color: #00A9DF;
    }

.whatsapp-float-alt {
    position: fixed;
    bottom: 2rem;
    left: 1.5rem;
    background-color: rgb(34, 197, 94);
    color: white;
    width: max-content;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    z-index: 1050;
    padding: 20px;
    border-radius: 24px;
    gap: 0.5rem;
    text-decoration: none;
    transition: 0.3s;
}

/*Media quries starts here */
@media (max-width: 1599px) {

    /* for screen 1440px  */
    .laser-images {
        display: flex;
    }

    .LaserHairRemoveImages ul,
    .nav-wrapper ul {
        padding-left: 0rem !important;
    }
}

@media (max-width: 1440px) {

    /* for screen 1366px  */
    .banner-section .content-section {
        margin-top: 60px !important;
    }
}

@media (max-width: 1366px) {

    /* for screen 1200px  */
    .header-logo img {
        margin-left: -40px !important;
    }

    .bookAppointmentFormContent {
        padding: 15px;
        width: 100%;
    }

    city_select {
        font-size: 12px;
    }

    .bookAppointmentFormContent input,
    .bookAppointmentFormContent textarea {
        font-size: 12px;
    }

    .ask-question-btn {
        height: 55px !important;
    }
}


@media (max-width: 1120px) {
    .banner-section .content-section {
        margin-top: 50px !important;
    }

    .bookAppointmentFormContent {
        padding: 15px;
        width: 100%;
    }

    city_select {
        font-size: 10px;
    }

    .bookAppointmentFormContent input,
    .bookAppointmentFormContent textarea {
        font-size: 10px;
    }

    /* for screen 992px  */
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1050px !important;
    }
}

@media (max-width: 992px) {
    .banner-section .content-section {
        margin-top: 30px !important;
    }

    .bookAppointmentFormContent {
        max-width: 100%;
    }

    .talk-to-expert-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .content-section.p-5 {
        padding: 0px 0px 30px 0px !important;
    }


    .align-to-center {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container {
        margin: 20px 60px !important;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 900px !important;
    }

    .navigation {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 769px) {

    /* for screen 576px  */
    .banner-section .content-section {
        margin-top: 60px !important;
    }

    .header-logo img {
        margin-left: 0px !important;
    }


    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 670px !important;
    }

    .imageLayer-TalkDoctor,
    .buttonLayer {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .imageLayer-TalkDoctor img {
            max-width: 100%;
            height: auto;
            display: block;
        }

        /* Button fix */
        .buttonLayer button {
            white-space: nowrap;
        }

    /* ===== MOBILE FIX ===== */
    @media (max-width: 767px) {

        .talk-to-expert-content {
            flex-direction: column !important;
            text-align: center;
            padding: 20px !important;
        }

        .textLayer-TalkDoctor h2 {
            font-size: 20px;
            line-height: 28px;
        }

        .textLayer-TalkDoctor p {
            font-size: 14px;
            line-height: 22px;
        }

        .imageLayer-TalkDoctor {
            width: 100%;
        }

            .imageLayer-TalkDoctor img {
                max-width: 220px;
                margin: 0 auto;
            }

        .buttonLayer {
            width: 100%;
            display: flex;
            justify-content: center;
        }

            .buttonLayer button {
                width: 100%;
                max-width: 260px;
            }
    }
    /* .textLayer {
         text-align: center !important;
     } */

    .talk-to-expert-content p {
        text-align: center;
    }

    .talk-to-expert.mt-5 {
        margin-top: 100px !important;
    }


    .margin-bottom-20 {
        margin-bottom: 20px;
    }

    .side-form {
        margin-top: 20px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    .Videoswiper {
        margin-left: 6px;
    }
}


@media (max-width: 576px) {
    body {
        overflow-x: hidden;
    }

    .banner-section .content-section {
        margin-top: 30px !important;
    }

    .header-logo img {
        margin-left: -38px !important;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 520px !important;
    }

    .heading,
    .secondary-heading,
    .button-container {
        text-align: center;
    }

    .icon-svg {
        width: 20px;
        height: 20px;
        fill: #ffffff;
    }

    .header-button {
        border-radius: 18px;
        width: 150px;
        height: 33px;
        font-size: 12px;
    }

    .textLayer {
        text-align: center !important;
    }

    .header-button img {
        width: 20px;
        height: 20px;
        margin-bottom: 4px;
        transform: rotate(360deg);
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

    .header-logo img {
        max-height: 75px !important;
        width: auto!important;
    }

    .mr-remove-20 {
        margin-right: -10px;
    }

    .naviagtion-container {
        --bs-gutter-x: 0rem !important;
    }

    .navigation {
        margin-left: -50px !important;
    }

        .navigation a {
            font-size: smaller;
            padding: 0 10px !important;
        }


    .hairloss-treatment h2 {
        font-size: 28px;
        line-height: 35px;
    }

    .bookAppointmentFormContent h3 {
        font-size: 25px;
    }

    .laser-images {
    }

    .laser-images {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .causes-hair-loss p {
        text-align: left !important;
    }

    .hairloss-treatment li {
        width: 100% !important;
    }

    .results-header {
        display: flex;
        flex-direction: column;
        justify-content: left;
    }

    .textLayer p {
        font-size: 20px;
        text-align: center;
    }

    .text-muted.fs-5 {
        font-size: 12px !important;
    }

    @media (max-width: 768px) {
        .beforeAfterSwiper .swiper-slide {
            width: auto !important;
        }
    }

    .rating-experience h3.fs-1 {
        font-size: 20px !important;
    }

    .benifits .row {
    }

    .nav-arrows {
        position: relative;
        top: 20px;
        /* right: -350px; */
        display: flex;
        margin-top: -40px;
        margin-left: auto;
        display: none;
    }

    .rating-experience .container {
        margin: 0 !important;
    }

    .title {
        font-size: 1.8rem;
        line-height: 30px;
    }

    .mt-5.disclaimer {
        margin-top: 10px !important;
    }

    .rating-grid {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        place-content: center;
        place-items: center;
    }

    /*.rating-grid > :last-child {
  grid-column: 1 / -1;*/
    /* span across both columns */
    /*justify-self: center;*/
    /* center horizontally */
    /*}*/


    .br {
        border-radius: 50px;
        height: 200px;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .talk-to-expert-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    

    .talk-to-expert.mt-5 {
        margin-top: 50px !important;
    }

    .imageLayer-TalkDoctor {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .imageLayer-TalkDoctor img {
            margin-top: -0px;
        }

    .talk-to-expert-content p {
        display: flex;
        font-size: 15px;
        text-align: center;
    }

    .bookAppointmentButton {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ask-Question-section .title span {
        height: 30px;
        display: flex;
        flex-direction: row;
        gap: 5px;
        margin-left: 0px !important;
    }

/*    .rating-experience .row {
        margin-right: -60px;
    }*/

    .side-form {
        margin-top: 20px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }


    .ask-question-btn {
        height: auto;
    }

/*    .skin-hair-specialist .swiper-slide {
        width: auto !important;
    }*/

    .bottomLayer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        height: 50%;
    }

    .drDetailsContent h2,
    .drDetailsContent p {
        text-align: center !important;
    }
    .doctor-slider {
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .icon-call-black {
        width: 20px;
        height: 20px;
        fill: var(--dr-main-btn);
    }

    .paymentTypeContent {
        margin-left: auto;
    }

    .FQA-acccodian-section .accordion-button.custom-icon[aria-expanded="true"]::after {
        content: "\2212";
    }

    .FQA-acccodian-section .accordion-button.custom-icon::after {
        padding: 2.5px;
        padding-left: 3px;
    }

    .pt-3.right-accordian {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .talk-to-expert-content {
        margin-left: -9px;
    }

    .navigation {
        display: flex;
        flex-wrap: nowrap !important;
        justify-content: flex-start;
        gap: 20px;
        margin-top: -25px;
        padding-bottom: 10px;
        white-space: nowrap;
        animation: scrollNav 15s linear infinite;
    }

        .navigation li {
            flex: 0 0 auto;
            margin-bottom: 10px;
        }

            /* White background for each li (pills look) */
            .navigation li a {
                background: #fff;
                border: 1px solid #ddd;
                padding: 8px 18px;
                border-radius: 25px;
                box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
            }


    @keyframes scrollNav {
        0% {
            transform: translateX(100%);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    .header-button.p-2 {
        padding: 0 !important;
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}


@media (max-width: 421px) {
    .capth-container {
        display: flex;
        flex-wrap: wrap;
    }

    .formLsayer {
        margin-left: 0px !important;
    }

    h2 {
        font-size: calc(1.325rem + .9vw) !important;
    }

    .call-now-bg {
        height: 40px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 6px !important;
        margin: auto;
    }

    .b-w-text {
        font-weight: 700 !important;
        font-size: calc(1.325rem + .9vw) !important;
    }

    body {
        overflow-x: hidden;
    }

    .header-button {
        padding: 6px;
    }

    .heading,
    .secondary-heading,
    .full-width {
        width: 100%;
    }

    .banner-background {
        height: auto;
    }

    .button-container .header-button {
        margin-bottom: 10px;
        padding: 10px !important;
        height: auto;
    }

    .mr-remove-20 {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 4px !important;
        height: auto;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 370px !important;
    }

    /* .navigation-content ul{
      
        margin-left: -40px !important;
    } */
    .hairloss-treatment p {
        text-align: center !important;
    }

        .hairloss-treatment p.me-5 {
            margin-right: 0rem !important;
            margin-left: -5px;
        }

    .hairloss-treatment li {
        margin-left: -10px;
    }

    .service-card.d-flex {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .img-content {
        margin-top: -20px;
    }

    .benifits .swiper-slide {
        margin-top: -10px;
    }

    .rating-experience .row {
        margin-right: -50px !important;
    }

    .imageLayer-TalkDoctor .buttonLayer {
        margin-bottom: 10px;
    }

    .visit-near-branch,
    .mt-remove {
        margin-top: -50px;
    }
}

@media (max-width: 370px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 340px !important;
    }

    .swiper-slide img {
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        border-radius: 10px;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
    }



    .Videoswiper {
        margin-left: 6px !important;
    }

    .mr-remove-20 {
        /* margin-right: -12px !important; */
    }

    .rating-experience .row {
        margin-right: -17px !important;
    }
}

#txttellus::placeholder {
    font-weight: bold;
}

.treatment-head {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
}

.treatment-card-btn {
    display: inline-block;
    background: #00b0ff;
    color: white;
    padding: 6px 14px;
    border-radius: 8px;
    width: 100%;
    font-size: 0.9rem;
    border: unset;
    text-decoration: none;
    transition: 0.3s;
}

    .treatment-card-btn:hover {
        background: white;
        color: #00b0ff;
        border: 1px solid #00b0ff;
    }

.treatment-card .btn {
    width: 100%;
    font-size: 0.9rem;
    padding: 10px;
    border-radius: 6px;
}

/* Responsive tweaks */

@media (max-width: 768px) {
    .treatment-section-heading {
        font-size: 1.5rem;
    }

    .treatment-head {
        font-size: 1rem;
    }
}

/* Ensure slides stretch full width on mobile */
@media (max-width: 480px) {
    .swiper-slide {
        width: 100% !important;
    }

    .treatment-card {
        height: auto!important;
    }
}
@media (max-width: 768px) {
    .treatment-card {
        width:100%;
        height: auto;
    }

        .treatment-card img {
            height: 220px;
            object-fit: cover;
        }
}
.icon, .icon-1 {
    position: fixed;
    right: 69px;
}
@media (max-width: 768px) {
    .icon {
        right: 15px;
        bottom: 15px;
        transform: scale(0.9);
    }

    .icon-1 {
        right: 15px;
        bottom: 80px;
        display: block;
    }
}
@media (max-width: 768px) {
    .treatment-cards-section {
        padding-bottom: 120px;
    }
}


.hair-care-section {
    background: linear-gradient(135deg, #8ee7f1, #00d2c4);
    padding: 3rem 0;
    color: #000;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
    color: #fff;
}

.section-subtitle {
    text-align: center;
    color: #222;
    font-size: 18px;
    margin-bottom: 50px;
}

.hair-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
    transition: 0.4s ease;
}

/* IMAGE */
.hair-img {
    flex: 1 1 50%;
}

    .hair-img img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        display: block;
        border-radius: 20px 0 0 20px;
    }

/* CONTENT */
.hair-content {
    flex: 1 1 50%;
    padding: 40px;
    box-sizing: border-box;
}

    .hair-content h3 {
        color: #0a0064;
        font-size: 28px;
        margin-bottom: 15px;
        text-align: left;
        position: relative;
    }

        .hair-content h3::after {
            content: "";
            width: 50px;
            height: 4px;
            background: #00d2c4;
            display: block;
            margin-top: 8px;
        }

    .hair-content p {
        color: #333;
        text-align: left;
        line-height: 1.6;
        font-size: 16px;
    }

/* 🔥 MOBILE FIX */
@media (max-width: 768px) {
    .hair-slide {
        flex-direction: column;
    }

    .hair-img {
        width: 100%;
    }

        .hair-img img {
            border-radius: 20px 20px 0 0;
            height: 300px;
            width: 100%;
            object-fit: cover;
        }

    .hair-content {
        padding: 24px;
        text-align: center;
    }

        .hair-content h3,
        .hair-content p {
            text-align: center;
        }

            .hair-content h3::after {
                margin: 8px auto 0;
            }
}


.hair-loss-section {
    padding: 3rem 0;
    background: #fafafa;
}

    .hair-loss-section h2 {
        text-align: center;
        color: #222;
        font-size: 2.5rem;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .hair-loss-section .sub {
        text-align: center;
        color: #555;
        margin-bottom: 40px;
    }

    .hair-loss-section .card {
        flex: 1 1 400px;
        background: #fff;
        border-radius: 10px;
        padding: 25px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        border: 1px solid #eee;
    }

        .hair-loss-section .card h3 {
            font-size: 20px;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .hair-loss-section .card ul {
            list-style: none;
            padding: 0;
            margin: 0;
            text-align: left;
        }

            .hair-loss-section .card ul li {
                margin-bottom: 10px;
                padding-left: 25px;
                position: relative;
                color: #444;
                line-height: 1.5;
            }

    /* Causes (red X bullets) */
    .hair-loss-section .red-card ul li::before {
        content: "✖";
        color: #e74c3c;
        position: absolute;
        left: 0;
    }

    /* Signs (green tick bullets) */
    .hair-loss-section .green-card ul li::before {
        content: "✔";
        color: #27ae60;
        position: absolute;
        left: 0;
    }

    /* Color difference in headings */
    .hair-loss-section .red-card h3 {
        color: #e74c3c;
    }

    .hair-loss-section .green-card h3 {
        color: #27ae60;
    }

/* Tip box style */
.tip-box {
    margin-top: 15px;
    font-size: 14px;
    background: #f9f9f9;
    padding: 10px 15px;
    border-radius: 8px;
    border-left: 4px solid;
}

.red-tip {
    border-color: #e74c3c;
    color: #c0392b;
}

.green-tip {
    border-color: #27ae60;
    color: #1e8449;
}

.icon-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 1.2rem;
}

    .icon-wrap .check-icon {
        width: 4rem;
        height: 4rem;
        border: 3px solid #0084bd;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.check-icon span {
    font-size: 3rem;
    color: var(--gradient-blue);
}

.thank_you h1 {
    font-size: 3rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.subtext {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 40px;
}

/* ===== HEADER START ===== */

/* ===== HEADER FIX ===== */

.header-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:100px;
    z-index: 1000;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

    /* Remove Bootstrap padding ONLY inside header */
    .header-container .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

/* Header inner alignment */
.header-inner {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

/* Logo */
.header-logo img {
    max-height: 75px;
    display: block;
}

/* Scroll effect */
.header-scrolled {
    background: #ffffff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}


/* Logo */

/* Navigation */
.header-menu {
    display: flex;
}

.nav-list {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
}

    .nav-list li a {
        font-size: 16px;
        font-weight: 600;
        color: #004E69;
        text-decoration: none;
        padding: 6px 8px;
        position: relative;
    }

        /* Active link */
        .nav-list li a.active {
            color: #00B3B9;
            border-bottom: 2px solid #00B3B9;
        }

        /* Hover underline */
        .nav-list li a::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -5px;
            width: 0%;
            height: 2px;
            background: #004E69;
            transition: 0.3s;
        }

        .nav-list li a:hover::after {
            width: 100%;
        }

/* Mobile toggle */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 26px;
    cursor: pointer;
}
.menu-toggle {
    flex-shrink: 0;
}


/* ===== MOBILE ===== */
@media (max-width: 768px) {

   

    .header-menu {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background: #ffffff;
        display: none;
        padding: 20px 0;
        border-top: 1px solid #eee;
    }

        .header-menu.active {
            display: block;
        }

    .nav-list {
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }
}/* ===== MOBILE MENU FIX ===== */
@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
    .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
  }
    .menu-toggle {
        display: block !important;
        background: none !important;
        border: none !important;
        color: #004E69 !important;
        font-size: 30px;
        cursor: pointer;
        z-index: 3000;
        width: 100%;
        left: 0;
        right: 0;
    }
    .header-inner {
        padding: 0;
    }

  .header-container {
    z-index: 2000;
  }

  .header-menu {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background: #ffffff;
    display: none;
    padding: 20px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }

  .header-menu.active {
    display: block;
  }
}

/* FIX: Before After section height issue */
.results-flex,
.mybeforeAfterSwiper,
.mybeforeAfterSwiper .swiper-wrapper,
.mybeforeAfterSwiper .swiper-slide {
    height: auto !important;
}

.mybeforeAfterSwiper {
    overflow: hidden;
}
.doctors-section {
    width: 100%;
    overflow: hidden; /* stops loop overflow */
    background: #f5fbff;
}

.doctors-container {
    max-width: 1200px; /* or 1140px */
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden;
}
.slider,
.swiper,
.owl-carousel {
    width: 100%;
    max-width: 100%;
}
.owl-stage,
.swiper-wrapper {
    display: flex;
}

.owl-item,
.swiper-slide {
    flex-shrink: 0;
}
.Videoswiper,
.twoswiper,
.headline-image,
.headline-image1 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.hairloss-treatment,
.client-reviews {
    margin-top: 0 !important;
}
/* Doctors section FIX */
.drsListSlider,
.doctor-slider,
.slider {
    max-width: 100%;
    overflow: hidden;
}

.owl-carousel,
.swiper {
    width: 100% !important;
}
.owl-stage,
.swiper-wrapper {
    display: flex;
}

.owl-item,
.swiper-slide {
    flex-shrink: 0;
}


.ProfileImageLayer {
    height: 300px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 12px;
    background: #f5f5f5;
}

    .ProfileImageLayer img {
        max-width: 220px;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
    }

.skin-hair-specialist .Doctorswiper {
    max-width: 1200px; /* apne design ke hisaab se */
    margin: 0 auto;
    overflow: hidden;
}

.swiper {
    width: 100%;
}

.swiper-wrapper {
    width: 100%;
}

.skin-hair-specialist .swiper-slide {
    width: auto;
}

.skin-hair-specialist .Doctorswiper {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 767px) {

    .skin-hair-specialist {
        position: relative;
        overflow: hidden; /* 🔥 cards bahar nahi jayenge */
    }

    .Doctorswiper {
        padding-bottom: 30px;
    }

    .swiper-wrapper {
        align-items: stretch;
    }

    .bookAppointmentButton button {
        width: 100%;
        max-width: 240px;
    }
}



.client-reviews {
    position: relative;
    overflow: hidden; /* 🔒 section lock */
}

    .client-reviews > .container {
        max-width: 1200px; /* same as site layout */
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .client-reviews .ReviewSlider,
    .client-reviews .swiper {
        width: 100%;
        overflow: hidden;
    }
.before-result {
    margin: 0 auto !important;
    padding: 0 !important;
}
.talk-to-expert {
    position: relative;
    padding: 40px 0 20px;
    overflow: visible; /* ❗ important */
}
.talk-to-expert-content {
    background: #0b4c63;
    border-radius: 20px;
    padding: 30px 40px;
    min-height: 160px; /* 🔒 head cut fix */
    overflow: visible;
}
.imageLayer-TalkDoctor {
    flex-shrink: 0;
}

    .imageLayer-TalkDoctor img {
        max-height: 140px;
        width: auto;
        object-fit: contain;
        display: block;
    }
.textLayer {
    color: #fff;
    max-width: 520px;
    padding: 0 20px;
}

.buttonLayer button {
    border-radius: 40px;
    padding: 14px 22px;
    font-weight: 600;
}
@media (max-width: 767px) {
    .before-after-section,
    .before-result,
    .beforeAfterWrapper {
        position: relative;
        min-height: 320px; /* 🔑 adjust if needed */
        margin-bottom: 40px; /* 🔑 separation */
        overflow: visible;
    }
}
@media (max-width: 767px) {
    .before-result img,
    .beforeAfterWrapper img {
        width: 100%;
        height: auto;
        display: block;
    }
}
@media (max-width: 767px) {
    .skin-care-treatments,
    .treatment-content {
        clear: both;
        margin-top: 40px;
        position: relative;
        z-index: 1;
    }
}
.header-logo{
    margin-left:20px;!important
}
.video-procedure .container {
    display: flex;
    flex-direction: column;
    align-items: center; /* horizontal center */
    text-align: center; /* center text */
}
@media (max-width: 768px) {
    .menu-toggle {
        display: block !important;
        background: none !important;
        border: none !important;
        color: #004E69 !important;
        font-size: 30px;
        cursor: pointer;
        z-index: 3000;
        width: 100%;
        margin-left: -20px;
        left: 0;
        right: 0;
    }
}
@media (max-width: 767px) {
    .client-reviews {
        padding: 20px !important;
        margin-top: 0 !important;
        margin-bottom: -50px;
    }
}
.treatment-card {
    width: 100%;
    max-width: 100%!important;
    height: 300px!important;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-left: 35px;
}
@media (max-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 800px !important;
    }
}
@media (max-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1000px !important;
        margin: 0 !important;
        transform: translateX(0) !important;
    }
}
@media (max-width: 768px) {
    .menu-toggle {
        display: block !important;
        background: none !important;
        border: none !important;
        color: #004E69 !important;
        font-size: 30px;
        cursor: pointer;
        z-index: 3000;
        width: 100%;
        margin-left: 50px;
    }
}
/* TABLET FIX – Talk to Expert section */
@media (max-width: 768px) {

    section.talk-to-expert {
        padding: 30px 20px;
    }

        section.talk-to-expert .talk-to-expert-content {
            flex-direction: column !important;
            text-align: center;
        }

            /* Doctor image */
            section.talk-to-expert .talk-to-expert-content img {
                max-width: 220px;
                margin: 0 auto;
            }

            /* Text block */
            section.talk-to-expert .talk-to-expert-content p,
            section.talk-to-expert .talk-to-expert-content h3 {
                max-width: 520px;
                margin: 0 auto;
                line-height: 1.5;
            }

            /* CTA button */
            section.talk-to-expert .talk-to-expert-content a,
            section.talk-to-expert .talk-to-expert-content .btn {
                margin: 10px auto 0;
                display: inline-block;
            }
}

@media (max-width: 768px) {
    .menu-toggle {
        display: block !important;
        background: none !important;
        border: none !important;
        color: #004E69 !important;
        font-size: 30px;
        cursor: pointer;
        z-index: 3000;
        width: 100%;
        margin-left: -10px;
    }
}



/*arrow in slider...*/
/* 1️⃣ Hide ALL swiper arrows by default */
/* Common arrow style */

/* Position swiper relative */
.mybeforeAfterSwiper,
.hairSwiper {
    position: relative;
}

    /* Arrow base */
    .mybeforeAfterSwiper .swiper-button-next,
    .mybeforeAfterSwiper .swiper-button-prev,
    .hairSwiper .swiper-button-next,
    .hairSwiper .swiper-button-prev {
        background: none !important;
        width: auto;
        height: auto;
        top: 50%;
        transform: translateY(-50%);
        z-index: 20;
        color: #2563eb; /* BLUE arrow */
    }

/* Chevron style */
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 40px; /* arrow size */
    font-weight: 600;
}

/* Left arrow position */
.mybeforeAfterSwiper .swiper-button-prev,
.hairSwiper .swiper-button-prev {
    left: 12px;
}

/* Right arrow position */
.mybeforeAfterSwiper .swiper-button-next,
.hairSwiper .swiper-button-next {
    right: 12px;
}

/* Optional hover effect */
.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
    transform: scale(1.1);
}



/* Swiper container */
.mybeforeAfterSwiper {
    position: relative;
}

    /* Common arrow styles */
    .mybeforeAfterSwiper .swiper-button-next,
    .mybeforeAfterSwiper .swiper-button-prev {
        width: 40px;
        height: 40px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        background: transparent;
    }

    /* Positioning */
    .mybeforeAfterSwiper .swiper-button-prev {
        left: -5px;
    }

    .mybeforeAfterSwiper .swiper-button-next {
        right: -5px;
    }

        /* Remove default Swiper arrow */
        .mybeforeAfterSwiper .swiper-button-next::after,
        .mybeforeAfterSwiper .swiper-button-prev::after {
            content: none;
        }

        /* Custom chevron */
        .mybeforeAfterSwiper .swiper-button-next::before,
        .mybeforeAfterSwiper .swiper-button-prev::before {
            content: "";
            width: 18px;
            height: 18px;
            border-right: 4px solid #1e40ff; /* BLUE */
            border-bottom: 4px solid #1e40ff;
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
        }

        /* Right arrow */
        .mybeforeAfterSwiper .swiper-button-next::before {
            transform: translate(-50%, -50%) rotate(-45deg);
        }

    /* Left arrow */
    .mybeforeAfterSwiper .swiper-button-prev::before {
        transform: translate(-50%, -50%) rotate(135deg);
    }


.bookAppointmentFormContent select.city_select {
    width: 100% !important;
    padding: 12px 45px 12px 16px !important;
    border: none !important;
    background-color: #FFFFFF !important;
    background-image: url("Images/Dr-youth/down-arrow.png") !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    background-size: 16px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 21.6px !important;
    color: #000000 !important;
    border-radius: 13.11px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    cursor: pointer;
}

.bookAppointmentFormContent select.city_select {
    width: 100%;
    height: 52px;
    padding: 12px 45px 12px 16px; /* space for arrow */
    border: none;
    border-radius: 14px;
    background-color: #ffffff;
    /* custom arrow */
    background-image: url("Images/Dr-youth/down-arrow.png");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 14px;
    font-size: 14px;
    font-weight: 500;
    color: #005868;
    cursor: pointer;
    /* remove default arrow */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.bookAppointmentFormContent select,
.bookAppointmentFormContent option {
    font-family: inherit !important;
}
    .bookAppointmentFormContent select:focus {
        outline: none !important;
        box-shadow: none !important;
    }
    /* FORCE dropdown text color */
    .bookAppointmentFormContent select.city_select {
        color: #005868 !important;
    }

        /* FORCE dropdown option color */
        .bookAppointmentFormContent select.city_select option {
            color: #005868 !important;
        }
    /* Default placeholder look */
    .bookAppointmentFormContent select.city_select {
        color: #005868;
    }

        /* When user selects real value */
        .bookAppointmentFormContent select.city_select:not([value=""]) {
            color: #005868;
        }

        /* Style placeholder option */
        .bookAppointmentFormContent select.city_select option[value=""] {
            color: #005868;
        }
@media (max-width: 1120px) {
    .bookAppointmentFormContent input, .bookAppointmentFormContent textarea {
        font-size: 14px;
    }
}


/* ================= MOBILE SIDEBAR ================= */
@media (max-width: 768px) {

    .menu-toggle {
        display: block;
        z-index: 1001;
    }

    .header-menu {
        position: fixed;
        top: 0;
        left: -260px;
        width: 260px;
        height: 100vh;
        background: #ffffff;
        transition: left 0.3s ease;
        z-index: 1000;
        padding-top: 70px;
    }

        .header-menu.active {
            left: 0;
        }

    /* CLOSE BUTTON – MOBILE ONLY */
    .menu-close {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 1px solid #ddd;
        background: #fff;
        font-size: 20px;
        cursor: pointer;
        color: #004E69;
    }

        .menu-close:hover {
            background: #f2f2f2;
        }

    .nav-list {
        flex-direction: column;
        margin: 0;
        padding: 0;
        align-items: normal;
    }

        .nav-list li {
            border-bottom: 1px solid #eee;
        }

            .nav-list li a {
                display: block;
                padding: 14px 20px;
                font-size: 16px;
            }
}

.menu-close {
    display: none;
}


.flip-layout {
    flex-direction: row-reverse;
}


@media (max-width: 767px) {

    /* Text alignment fix */
    .hairloss-treatment {
        text-align: left !important;
    }

        .hairloss-treatment .headline-text,
        .hairloss-treatment p,
        .hairloss-treatment h2,
        .hairloss-treatment h3,
        .hairloss-treatment h5 {
            text-align: left !important;
        }

        /* Why choose us icons */
        .hairloss-treatment .text-center {
            text-align: left !important;
        }

    /* Images list alignment */
    .laser-images {
        justify-content: flex-start !important;
    }

        .laser-images li {
            text-align: left !important;
        }

    /* Remove center alignment from row */
    .hairloss-treatment .justify-content-center {
        justify-content: flex-start !important;
    }
}
/* Allow dropdown outside header */
.header-container,
.header-container nav,
.header-container .container-fluid,
.header-container .d-flex {
    overflow: visible !important;
}

/* Wrapper */
.doctor-call-wrapper {
    position: relative;
    margin-left: 20px;
    z-index: 99999;
}

/* Button */
.doctor-call-btn {
    background: #fdbd16c4;
    border: none;
    color: black;
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

/* Dropdown panel */
.doctor-call-panel {
    position: absolute;
    top: 120%;
    right: 0;
    width: 280px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    padding: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: 9999;
}

/* Show on hover */
.doctor-call-wrapper:hover .doctor-call-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Hover buffer */
.doctor-call-wrapper::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    height: 20px;
}

/* Doctor card */
.doctor-call-card {
    padding: 12px 14px;
    border-radius: 8px;
    margin-bottom: 8px;
    background: #f6f7ff;
}

    .doctor-call-card:hover {
        background: #e9ebff;
    }

/* Hide on mobile */
@media (max-width: 991px) {
    .doctor-call-wrapper {
        display: block !important;
    }
}
.doctor-call-phone {
    color: #2c2f7c;
    font-weight: 600;
    text-decoration: none;
}

.doctor-call-card:hover {
    background: #e9ebff;
}
.doctor-call-name {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 4px;
}

/* ================= MOBILE HEADER PERFECT ALIGN ================= */
@media (max-width: 991px) {

    /* Make header row flex properly */
    .header-container .d-flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;
    }

    /* Prevent call wrapper from stretching */
    .doctor-call-wrapper {
        width: auto !important;
        margin-left: auto;
        display: flex;
        align-items: center;
    }

    /* Fix call button size */
    .doctor-call-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 6px 10px;
        font-size: 13px;
        border-radius: 6px;
        white-space: nowrap;
    }

    /* Show menu toggle */
    

    
}
/* CLEAN MOBILE TOGGLE */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .menu-toggle {
        display: inline-block !important;
        width: auto !important;
        margin-left: 12px;
        color: #004E69 !important;
        z-index: 5000;
        position: relative;
    }
}
/* Common style for both arrows */
.mybeforeAfterSwiper .swiper-button-next,
.mybeforeAfterSwiper .swiper-button-prev {
    width: 45px;
    height: 45px;
    background: #ffffff4a !important;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.mybeforeAfterSwiper .swiper-button-next::before {
    position: absolute;
    top: 50%;
    left: 55%;
}

.mybeforeAfterSwiper .swiper-button-next::before {
    position: absolute;
    top: 50%;
    left: 45%;
}

.mybeforeAfterSwiper .swiper-button-next {
    right: 12px;
}

.mybeforeAfterSwiper .swiper-button-prev {
    left: 12px;
}


.hairSwiper .swiper-button-next,
.hairSwiper .swiper-button-prev {
    background: #ffffff38 !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}


.hairSwiper .swiper-button-next::after,
.hairSwiper .swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
    color: #1e40ff;
}

.hairSwiper .swiper-button-next:hover,
.hairSwiper .swiper-button-prev:hover {
    background: #f5f5f5;
}
@media (max-width: 767px) {
    .logo-col {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

.laser-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 0;
    list-style: none;
}
.hairloss-treatment li {
    padding: 10px;
    list-style: none;
    text-align: center;
    width: 100% !important;
}

@media (max-width: 576px) {
    .laser-images {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
}
/* Why Choose Us mobile spacing fix */

.why-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .why-box {
        margin-bottom: 0;
    }
}
.icon-wrapper {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-procedure {
    padding-bottom: 60px!important;
}

@media (max-width: 991px) {
    .header-logo img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

.header-logo img {
    width: auto;
    display: block;
}
@media (max-width: 567px) {
    .header-logo {
        margin-left: 0 !important;
    }
}

    .treatment-cards-section .swiper-slide{
        display:flex;
        height:auto !important;
    }

@media (max-width: 567px) {
    .why-box h5 {
        font-size: 16px !important;
    }

    .hairloss-treatment h5 {
        text-align: center !important;
    }
    .mb-4.icon-wrapper {
        margin-bottom: 0 !important;
    }
}
.whatsapp-container {
    position: fixed;
    bottom: 20px;
    left: 35px;
    z-index: 9999;
}

.whatsapp-wrapper {
    position: relative;
}

.whatsapp-icon {
    width: 45px;
    height: 45px;
    cursor: pointer;
}

/* Popup Box */
.whatsapp-popup {
    position: absolute;
    bottom: 65px;
    left: 0;
    width: 220px;
    background: #f3f3f3;
    padding: 8px;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s ease;
}


.whatsapp-wrapper:hover .whatsapp-popup {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.whatsapp-item {
    display: block;
    background: #e6e7ee;
    padding: 8px;
    border-radius: 6px;
    margin-bottom: 8px;
    text-decoration: none;
}

    .whatsapp-item strong {
        display: block;
        font-size: 16px;
        color: #222;
        margin-bottom: 3px;
    }

    .whatsapp-item span {
        font-size: 16px;
        color: #2e3a8c;
    }

    .whatsapp-item:hover {
        background: #dcdde8;
    }
.arrow{
    color:black;
}