*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.header-width{
    background-color: #363238;
    color: white;
    height: 70px;
    text-align: center;
    padding-top: 20px;
}

.header-width p{
    font-weight: 400;
    font-size: 15px;
}

.header-width span{
    padding: 20px;
}

@media(max-width: 450px){
    .header-width{
        display: none !important;
    }
}

.collapse{
    justify-content: center
}

.nav-item a{
    color: #363238;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    font-family: Montserrat !important;
}

.nav-link:hover{
    color: rgb(30, 164, 208);
}

.header_button{
    background-color: #676cb8;
    border: none;
    color: white;
    font-weight: 700;
    font-size: 14px;
    padding: 5px 20px;
}

.dropdown-menu li a{
    background-color: rgb(30, 164, 208);
    color: white;
    padding: 20px;
}

.dropdown-menu li a:hover{
    background-color: rgb(94, 187, 218);
    color: white;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

@media (max-width: 450px) {

    .dropdown-submenu .dropdown-menu {
        position: static;
        width: 100%;
        display: none;
        margin-top: 5px;
    }

    .dropdown-submenu.show .dropdown-menu {
        display: block;
    }
}
/* ******************************************************** Index page CSS ************************************************************ */
/* Images Slide */
.carousel-card {
    position: relative;
    font-family: sans-serif;
}

.carousel-card img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    padding: 20px;
}

/* Overlay content */
.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; 
    max-width: 500px;
    color: #000;
}

.right-content {
    left: auto;
    right: 5%;
    transform: translateY(-50%);
    align-items: flex-start;
    text-align: left;
}

.overlay-content h5 {
    font-size: 37px;
    font-weight: 400;
    font-family: 'Aileron Thin', serif;
}

.overlay-content p {
    font-weight: 100;
    font-size: 30px;
    margin-top: 10px;
    font-family: 'Aileron Thin', serif;
}

.card-img-overlay .btn {
    margin-top: 15px;
}
.center-content {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
}

.surgery-title {
    padding: 12px 30px;
    font-size: 42px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #6a2c70;
    background: rgba(255, 255, 255, 0.2);  /* very light transparent */
    backdrop-filter: blur(1px);            /* glass effect */
    -webkit-backdrop-filter: blur(6px);
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
    .carousel-card img {
        height: 350px;
    }

    .overlay-content {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
        text-align: center;
        align-items: center;
        padding: 0 10px;
    }

    .right-content {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
        text-align: center;
        align-items: center;
    }

    .overlay-content h5 {
        font-size: 22px;
    }

    .overlay-content p {
        font-size: 16px;
    }
}

/* Dr. Dayananda */
.section_doctor{
    background-color: #deeaf8;
    border-radius: 10px;
    padding: 0px 50px 50px 50px;
}

.doctor-title {
    font-family: 'Gabriola', serif;
    text-align: center;
    /* padding-bottom: 40px; */
    padding: 60px 0px;
    font-size: 45px;
}

.doctor-img {
    max-width: 250px;
    width: 100%;
    border-radius: 10px;
}

.doctor-name {
    margin-top: 10px;
    font-weight: 600;
    text-align: center;
}

.doctor-content {
    font-family: 'Open Sans', sans-serif;
}

.doctor-content h3{
    font-weight: 700;
    font-size: 24px;
}

.doctor {
    margin-bottom: 100px;
}

@media (max-width: 992px) {
    .doctor-title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {

    .doctor-title {
        font-size: 26px;
    }

    .doctor-content {
        text-align: center;
    }

    .doctor-img {
        max-width: 180px;
    }

    .section_doctor {
        padding: 20px;
    }
}

/* Reviews */

.testimonial-text{
    font-family: open sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
}

.testimonial-author{
    font-family: open sans;
}

.testimonial-author {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-top: 10px;
}

.testimonial-rating i {
    font-size: 10px;
    margin: 5px;
    cursor: pointer;
    color: #bbb;
}

.testimonial-rating i.active {
    color: #000;
}

/* Body & Facial plastic surgery */
.body_facial_pla_surg{
    background-color: #f0f0f0;
    /* margin-bottom: 30px; */
    border-radius: 10px;
    padding: 50px;
}

.body_plastic_surg{
    font-family: gabriola;
    font-weight: 700;
    font-size: 45px;
    padding: 10px 20px 0;
}

.row1{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}

.col1 {
    flex: 1 1 calc(25% - 20px);
    text-align: center;
}

.row1 img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.col1 h6{
    margin-top: 10px;

}

@media (max-width: 992px) {
    .col1 {
        flex: 1 1 calc(50% - 20px); /* 2 columns */
    }

    .body_plastic_surg {
        font-size: 32px;
        text-align: center;
        padding-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .col1 {
        flex: 1 1 100%; /* 1 column */
    }

    .body_plastic_surg {
        font-size: 24px;
    }

    .row1 {
        padding: 15px;
    }
}

/* Creating Natural Results */
.creating{
    background-color: #742365;
    color: white;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 40px 15px;
}

.creating p{
    font-weight: 500;
    font-size: 30px;
    font-family: open sans;
    margin: 0;
}

/* Contact Us now to schedule an appointment */
.contact{
    background-color: #c12679;
    color: white;
    padding: 40px 15px;
}

/* .contact_u {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
} */

.contact_u{
    align-items: center;
    text-align: center;
    justify-content: center;
}

.contact_u p {
    font-weight: 500;
    margin: 0;
    font-size: 30px;
    font-family: open sans;
}

.contact_u button {
    background-color: white;
    color: #363238;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
}

/* @media(max-width: 450px){
    .contact_u button{
        margin: 20px;
    }
} */

/************************************************************ Footer *********************************************************/
.footer{
    background-color: #6c3861;
    color: white;
    /* margin-top: 50px; */
    padding-top: 20px;
}

.footer_data{
    margin-top: 50px;
    padding-bottom: 20px;
}

.footer .underline{
    height: 1px;
    width: 50px;
    background: white;
}

.footer-width{
    background-color:#363238;
    padding: 30px 15px;
    text-align: center;
    padding-top: 40px;
}

/* ************************************************** About Doctor ****************************************************** */
/* About doctor images */
.about_doctor_image{
    background: url('images/about_doctor.jpg');
    background-position: center center;
    background-size: cover;
    height: 350px;
     display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.about_doctor_image h1{
    font-weight: 700;
    font-size: 60px;
    color: white;
    text-align: center;
    padding-top: 40px;
}

/* .tt-mslide-border {
    position: absolute;
    bottom: 0;
    top: 73%;
    left: 50%;
    width: 1090px;
    height: 64px;
    margin-left: -545px;
    background: url('images/bg-bottom.png') no-repeat center center;
    z-index: 1;
} */

@media (max-width: 768px) {
    .about_doctor_image {
        height: 200px;   /* smaller height */
        padding: 0 10px;
    }

    .about_doctor_image h1 {
        font-size: 28px; /* reduce text size */
    }
}

/* About Dr. Dayananda L. M. */
.doctor_LM{
    margin: 50px 0px;
    font-family: open sans;
}

.doctor_LM_content p{
    padding-top: 30px;
    font-weight: 400;
    font-size: 16px;
}

.doctor_LM_content h2{
    font-weight: 700;
    font-size: 30px;
}

.doctor_LM_content a{
    text-decoration: none;
    color: rgb(78, 141, 196);
}

.doctor_LM_content a:hover{
    text-decoration: none;
    color: rgb(35, 82, 124);
}
.doctor_LM_content h4{
    font-weight: 700;
    font-size: 18px;
    padding: 10px 0px;
}

.types_surgeries{
    display: flex;
    justify-content:flex-start;
}
/* ******************************************************** Testimonials ************************************************** */
/* Testimonials image */
.testimonials_image{
    background: url('images/about_doctor.jpg');
    background-position: center center;
    background-size: cover;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.testimonials_image h1{
    font-weight: 700;
    font-size: 60px;
    color: white;
    text-align: center;
    padding-top: 40px !important;
}

@media (max-width: 768px) {
    .testimonials_image {
        height: 200px;   /* smaller height */
        padding: 0 10px;
    }

    .testimonials_image h1 {
        font-size: 28px; /* reduce text size */
    }
}

/* Testimonials */

.testimonials{
    margin-top: 50px;
    text-align: justify;
}

.testimonial-box {
    padding: 20px;
    border-radius: 5px;
    height: 100%;
    text-align: justify;
}

.testimonial-box:hover {
    transform: translateY(-5px);
    transition: 0.3s;
}

.blue {
    background-color: #cfe2ff;
    box-shadow: 10px 10px 0 #6e9adb;
}

.green {
    background-color: #d1e7dd;
    box-shadow: 10px 10px 0 #7cdcb1;
}

.yellow {
    background-color: #fff3cd;
    box-shadow: 10px 10px 0 #d8c173;
}

.red {
    background-color: #f8d7da;
    box-shadow: 10px 10px 0 #ce7c83;
}

/* Mobile spacing */
@media (max-width: 768px) {
    .testimonial-box {
        text-align: left;
    }
}
/* ******************************************************** FAQ's ************************************************** */
/* FAQ's image */
.testimonials_image{
    background: url('images/about_doctor.jpg');
    background-position: center center;
    background-size: cover;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.testimonials_image h1{
    font-weight: 700;
    font-size: 60px;
    color: white;
    text-align: center;
    padding-top: 100px;
}

@media (max-width: 768px) {
    .testimonials_image {
        height: 200px;   /* smaller height */
        padding: 0 10px;
    }

    .testimonials_image h1 {
        font-size: 28px; /* reduce text size */
    }
}

 /* Section spacing */
.faqs {
    margin-top: 50px;
}

.faqs h1 {
    color: #6c3861;
    text-align: center;
    margin-bottom: 30px;
}

.faqs h2{
    font-family: open sans;
    font-weight: 500;
    font-size: 18px;
}

.accordion-body{
    font-family: open sans;
    font-weight: 400;
    font-size: 16px;
}

/* Space between items */
.accordion-item {
    margin-bottom: 15px;
    border: none !important;
}

/* Button styling */
.accordion-button {
    position: relative;
    padding-left: 55px; /* space for icon */
    box-shadow: none !important;
    border: none !important;
    font-weight: 500;
    font-size: 18px !important;
}

/* Remove default arrow */
.accordion-button::after {
    display: none !important;
}

/* Custom + icon */
.accordion-button::before {
    content: "\f067"; /* plus */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}

/* Change to - when open */
.accordion-button:not(.collapsed)::before {
    content: "\f068"; /* minus */
}

/* Remove bottom line */
.accordion-flush .accordion-item {
    border-bottom: none !important;
}
/************************************************************** Contact Us ************************************************/
 .contact_us {
    font-family: 'Open Sans', sans-serif;
    margin-top: 50px;
}

.contact_us h2{
    padding-bottom: 20px;
    color: #6c3861;
    text-align: center;
    /* margin-bottom: 30px; */
}

/* Contact items */
.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
}

.contact-item i {
    font-size: 18px;
    color: #6c3861;
    min-width: 25px;
    margin-top: 5px;
}

.contact-item p {
    margin: 0;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .contact_us h2 {
        font-size: 22px;
        text-align: center;
    }

    .contact-item {
        justify-content: flex-start;
    }
}
/************************************************************** Hair Transplantation ************************************************/
/*  Hair Transplant */
.hair_transplant{
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: open sans;
}

.hair_transplant h1{
    color: #6c3861;
    text-align: center;
    padding-bottom: 50px;
}

.hair_transplant p{
    font-weight: 400;
    font-size: 16px;
    color: black;
}

.hair_transplant a{
    text-decoration: none;
}
/* The Basics */
.basic{
    background-color: #deeaf8;
    padding-bottom: 20px;
}

.basic h1{
    color: #6c3861;
    text-align: center;
    padding: 50px 0px;
}
/* Techniques */
.techniques{
    margin-bottom: 50px;
}

.techniques h1{
    color: #6c3861;
    text-align: center;
    padding: 50px 0px;
}

.techniques a{
    text-decoration: none;
}

.techniques strong{
    color: #6c3861;
}
/* What treatments are available? */
.treatments{
    font-family: open sans;
    background-color: #deeaf8;
    padding-bottom: 20px;
}

.treatments h1{
    color: #6c3861;
    text-align: center;
    padding: 50px 0px;
}
/* Liposuction */
.liposuction{
    font-family: open sans;
}

.liposuction .liposuction_image{
    width: 100%;
    height: 300px;
}

.liposuction h1{
    color: #6c3861;
    text-align: center;
    padding: 50px 0px;
}

.liposuction a{
    text-decoration: none;
}

@media(max-width: 450px){
    .facts{
        text-align: left !important;
        /* align-content: flex-start;
        justify-content: flex-start; */
    }
    .para{
        text-align: left !important;
    }
    
.liposuction h5{
    padding: 20px 0;
}
}
/* Rhinoplasty / Nose job Nashik */
.rhinoplasty{
    font-family: open sans;
}

.title_image{
    text-align: center;
}

.rhinoplasty h1{
    color: #6c3861;
    padding: 50px;  
}

.rhino_data{
    margin: 50px 0px;
}

.title_image img {
    width: 100%;
    max-width: 800px; /* control max size on large screens */
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 10px; /* optional */
}

.breast_image{
    width: 100%;
    height: 200px;
}
@media(max-width: 450px){
    .facts{
        text-align: left !important;
        /* align-content: flex-start;
        justify-content: flex-start; */
    }
    .para{
        text-align: left !important;
    }
}
/* Breast Lift Surgery */

.liposuction{
    padding-bottom: 50px;
    font-family: open sans;
}
@media(max-width: 450px){
    .breast_heading{
        padding: 30px 0px;
    }
}