@charset "UTF-8";

:root {
    --primary-color: #c21048;
}

.header-1 .header-lower {
    width: 100%;
    margin-left: unset;
    padding: 0;
    border-radius: unset;
    background: transparent;
    position: relative;
    z-index: 100001;
}

.header-1 .header-lower .inner-bg {
    background-color: #ffffff70;
    backdrop-filter: blur(5px);
    padding: 12px 20px;
    border-radius: 10px;
}

.hero-section-1::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(90deg, rgba(8, 20, 35, 0.78) 0%, rgba(8, 20, 35, 0.48) 38%, rgba(8, 20, 35, 0.12) 100%); */
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.hero-section-1 {
    padding: 0px 0 0px 0;
    height: fit-content;
    width: 100%;
    align-items: end;
    display: flex;
    margin-top: 0px;
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.hero-slider {
    position: relative;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

.hero-slider .swiper-wrapper {
    height: 100%;
}

.hero-slide {
    height: 100%;
    position: relative;
}

.hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(90deg, rgba(8, 20, 35, 0.78) 0%, rgba(8, 20, 35, 0.48) 38%, rgba(8, 20, 35, 0.12) 100%); */
    z-index: 1;
}

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-slide-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
}

.hero-slide-overlay .container {
    width: 100%;
}

.hero-slide-content {
    max-width: 680px;
    color: #fff;
    padding: 170px 0 110px;
}

.hero-slide-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 18px;
}

.hero-slide-subtitle::before {
    content: "";
    width: 42px;
    height: 2px;
    background: #c21048;
}

.hero-slide-content h1,
.hero-slide-content h2 {
    color: #ffffff;
    font-size: 60px;
    line-height: 1.08;
    margin-bottom: 20px;
    max-width: 640px;
}

.hero-slide-content p {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    max-width: 580px;
    margin-bottom: 34px;
}

.hero-slide-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.hero-slider-pagination {
    position: absolute;
    left: 50% !important;
    bottom: 38px !important;
    z-index: 4;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 10px;
}

.hero-slider-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgb(12 25 62);
    opacity: 1;
    margin: 0 !important;
    border: 1px solid rgb(12 25 62);
}

.hero-slider-pagination .swiper-pagination-bullet-active {
    background: #c21048;
    border-color: #c21048;
    transform: scale(1.08);
}

@media (max-width: 991px) {

    .hero-slide-content {
        max-width: 560px;
        padding: 155px 0 95px;
    }

    .hero-slide-content h1,
    .hero-slide-content h2 {
        font-size: 46px;
    }

    .hero-slide-content p {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .hero-section-1 {
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
        padding: 0px 0 0 0;
    }

    .hero-slide-overlay {
        align-items: end;
    }

    .hero-slide-content {
        max-width: 100%;
        padding: 140px 0 88px;
    }

    .hero-slide-subtitle {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .hero-slide-subtitle::before {
        width: 30px;
    }

    .hero-slide-content h1,
    .hero-slide-content h2 {
        font-size: 32px;
        line-height: 1.15;
        margin-bottom: 14px;
    }

    .hero-slide-content p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 24px;
    }

    .hero-slider-pagination {
        bottom: 20px !important;
    }
}

@media (max-width: 479px) {

    .hero-slide-content {
        padding: 130px 0 76px;
    }

    .hero-slide-content h1,
    .hero-slide-content h2 {
        font-size: 28px;
    }
}

.line-effect2 {
    width: 200px;
    z-index: 9999;
    position: absolute;
    bottom: 0;
    right: 0;
}

.clinic-txt {
    font-size: 34px;
    margin-bottom: 0px;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

#myFaqAccordion {
    width: 70%;
    margin: 0 auto;
}

.my-faq-container {
    width: 100%;
    background-color: #fff4f7;
}

.my-faq-title {
    color: #3A8EEB;
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 30px;
    text-align: center;
}

/* --- Bootstrap Accordion Customization --- */

/* Using the existing Bootstrap classes for the main structure */
.accordion-item {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.accordion-item:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.accordion-button {
    /* Override Bootstrap defaults */
    background-color: white;
    color: #333333;
    font-weight: 500;
    padding: 15px 20px;
    box-shadow: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-button:not(.collapsed) {
    color: #b31b4e;
    background-color: #EAF3FD;
    border-bottom: 1px solid #EAF3FD;
}

/* Hide default Bootstrap icon */
.accordion-button::after {
    display: none;
}

/* Unique Icon Class */
.my-faq-icon {
    max-width: 25px;
    min-width: 25px;
    height: 25px;
    background-color: #c21048;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 300;
    transition: transform 0.3s ease, background-color 0.3s ease;
    margin-left: 15px;
}

/* Change icon content for collapsed/open state */
.accordion-button.collapsed .my-faq-icon::before {
    content: "+";
}

.accordion-button:not(.collapsed) .my-faq-icon::before {
    content: "-";
    font-size: 1.2rem;
    line-height: 1;
}

.accordion-body {
    font-family: "Poppins", sans-serif;
    background-color: #f9f9f9;
    color: #525252;
    padding: 15px 20px;
    font-size: 16px;
}

.logo {
    width: 160px;
}

.main-menu ul li a.active {
    color: var(--primary-color) !important;
}

.pricing-section-2 .pricing-list-box .pricing-item .pricing-content .pricing-text2 {
    width: calc(100% - 0px) !important;
}

/* 1. Card Styling */
.custom-card {
    border: none;
    border-radius: 12px;
    /* Smoother rounded corners */
    height: 100%;
    /* Ensures both cards are the same height */
}

/* 2. Icon Box Styling */
.icon-box {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    /* Slightly rounded corners for the box */
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-yellow {
    background-color: #FFD200;
}

.icon-dark-green {
    background-color: #4D4536;
}

.icon-content {
    font-size: 32px;
    /* Adjust icon size */
    line-height: 1;
}

/* 3. Text and Typography */
.card-text.text-muted {
    color: #555 !important;
}

.feature-item {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    /* Slightly smaller text for the feature line */
    color: #333;
}

/* 4. Horizontal Divider */
.divider {
    border-top: 1px solid #EAEAEA;
    width: 100%;
    /* Spans the width of the card's content area */
}

/* 5. Feature Marker (Small yellow square/dot) */
.feature-marker {
    width: 8px;
    height: 8px;
    background-color: #FFD200;
    display: inline-block;
    margin-right: 10px;
    border-radius: 2px;
    /* Gives it a slight square-with-rounded-corners look */
}

.bg-img1 {
    background: url(../assets/images/dark-section-bg-image.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.inner-hero-section-1 {
    margin-top: -112px;
}

.img {
    width: 100%;
    display: block;
}

.image-anime2 {
    width: 100%;
    height: fit-content;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.image-anime2::before {
    content: "";
    position: absolute;
    top: -22px;
    right: 43px;
    display: block;
    width: 71%;
    height: 96%;
    border: 2px dashed #c6c6c6;
    z-index: -1;
    border-radius: 20px;
}

.image-anime2 img {
    border-radius: var(--border-radius-three);
    object-fit: cover;
}

/* 
.hero-section-1 .micon-section {
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 78%;
    margin: auto;
} */

.micon-section .micon-items .micon-icon {
    margin-bottom: 30px;
}

.read-more-btn::before {
    font-family: 'Font Awesome 5 Free';
}

.section-title .sub-title::before {
    background: url(logo.ico);
    background-size: cover;
}

.about-section-1 .about-image .about-img-2 {
    margin-top: -250px;
}

.about-section-1 .about-content .about-features-wappper .about-features-item:hover .about-features-icon figure img {
    filter: unset;
}

.background-one {
    background-color: #fff4f7 !important;
}

.pricing-section-2 .pricing-list-box .pricing-item.pricing-one,
.pricing-section-2 .pricing-list-box .pricing-item.pricing-two,
.pricing-section-2 .pricing-list-box .pricing-item.pricing-three {
    background: #fff;
}

.section-title h2 {
    color: #292928;
    overflow: hidden;
}

.pricing-section-2 .pricing-list-box .pricing-item .pricing-content .pricing-text .pricing-plan-price {
    font-size: 26px;
    margin-bottom: 20px;
}

.check-list ul li {
    padding-left: 0;
    display: flex;
    align-items: baseline;
}

.check-list ul li::before {
    display: none;
}

.check-list ul li i {
    margin-right: 10px;
    color: var(--primary-color);
}

.pricing-section-2 .pricing-list-box .pricing-item .pricing-content .pricing-list {
    padding: 1rem;
    background: #fff5f7;
    border-radius: 10px;
}

/* .footer-1 {
    background-color: #e8e8e8;
} */

.footer .footer-top .footer-contact-info .footer-contact-content {
    color: #000000;
}

/* .footer .footer-bottom .footer-widget-wrap .footer-widget-about p {
    color: var(--text-color);
}

.footer .footer-bottom .footer-widget-wrap .footer-widget-title {
    color: var(--primary-color);
}

.footer .footer-bottom .footer-widget-wrap .widget-link .link li a {
    color: var(--text-color);
}

.footer .footer-bottom .footer-widget-wrap .footer-widget-opening-hours .widget-opening-hours .opening-list li p {
    color: var(--text-color);
} */

.footer-top-wrap {
    background: #ffffff;
    border-radius: 10px;
    /* position: absolute; */
    /* width: 80%; */
    /* top: -90px; */
    padding: 1rem 2rem;
    margin-top: -170px;
}

.nw-btn:hover {
    color: #ffffff;
}

.footer-contact-content a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    padding-bottom: 2px;
    font-weight: 400;
    font-size: 16px;
}

.footer-contact-content a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: var(--primary-color);
    /* line color */
    transition: width 0.3s ease;
}

.footer-contact-content a:hover::after {
    width: 100%;
}

.footer .footer-bottom .footer-widget-wrap .footer-widget-title::after {
    background-color: var(--primary-color);
}

.pricing-section-2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(bg-shape-1.png);
    width: 700px;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials-section-1:before {
    content: '';
    position: absolute;
    background: url(bg-shape-2.webp);
    right: 0;
    bottom: 0;
    width: 663px;
    height: 400px;
}

.success-rate img {
    width: 70%;
    filter: invert(1);
}

.testimonials-section-1 .testimonials-image .success-rate {
    max-width: 120px;
}

.header-sidebar i {
    font-size: 1.5rem;
    color: #c21048;
}

.header .header-sidebar .sidebar-toggler:hover i {
    color: #fff;
    z-index: 1;
}




.header-sidebar {
    position: relative;
}

/* icon button */
.header-sidebar .sidebar-toggler {
    display: inline-block;
    font-size: 18px;
    padding: 20px 0;
    color: var(--black-color);
    transition: var(--transition);
}

.header-sidebar .sidebar-toggler:hover {
    color: var(--primary-color);
}

/* submenu */
.header-sidebar .submenu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 200px;
    background: var(--white-color);
    padding: 20px 25px;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;

    box-shadow: 0 0 40px rgba(11, 13, 17, 0.08);
    transform: translateY(10px);
    transition: var(--transition);
}

.header-sidebar .submenu li {
    margin: 0;
    padding: 0;
}

.header-sidebar .submenu li:not(:last-child) {
    padding-bottom: 12px;
}

.header-sidebar .submenu li a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: var(--black-color);
    position: relative;
    transition: var(--transition);
}

.header-sidebar .submenu li a:hover {
    color: var(--primary-color);
    padding-left: 10px;
}

/* Show submenu on hover */
.header-sidebar:hover .submenu {
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
}

.header-sidebar>.sidebar-toggler:first-child:hover+.submenu,
.header-sidebar>.sidebar-toggler:first-child:focus+.submenu,
.header-sidebar .submenu:hover {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}


.header-sidebar .submenu li a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: var(--black-color);
    transition: var(--transition);
    padding-left: 0;
}

/* dash before link */
.header-sidebar .submenu li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 1px;
    background-color: var(--primary-color);
    transform: translateY(-50%);
    transition: var(--transition);
}

/* hover effect */
.header-sidebar .submenu li a:hover {
    color: var(--primary-color);
    padding-left: 20px;
    /* same as main menu */
}

.header-sidebar .submenu li a:hover::before {
    width: 10px;
    /* same dash size as main menu */
}

.header-top {
    /* background: var(--primary-color)*/
    background: linear-gradient(45deg, #c21048 26%, #0c193e 26%);
}

.header .header-contact-info ul li p i {
    color: #ffffff;
}

.header .header-contact-info ul li p a {
    color: #fff;
}

.header-contact-info a {
    position: relative;
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

/* Animated underline */
.header-contact-info a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background: #fff;
    /* change color if needed */
    transition: width 0.3s ease;
}

/* On hover, show animated line */
.header-contact-info a:hover::after {
    width: 100%;
}

.header .header-contact-info ul li:last-child {
    margin-right: 0;
}

.main-menu ul li a {
    text-transform: unset;
}

.theme-button {
    text-transform: unset;
}

.theme-button.style-1 {
    background-color: #498e22;
}

.counter-section-2 .counter-list {
    background-color: #c21048;
}

.counter-section-2::after {
    background-color: #fff5f7;
    display: none;
}

.counter-section-2 {
    margin-top: -120px;
}

.counter-content img {
    width: 60px;
    margin-bottom: 1rem;
}

.counter-section-2 .counter-list {
    padding: 40px 20px;
}

.marquee-ticker-section .marquee-ticker-box .marquee-content p {
    font-size: 22px;
    font-weight: 400;
}

.marquee-ticker-section {
    padding: 10px 0;
}

.marquee-ticker-section .marquee-ticker-box .marquee-content .marquee-icon {
    height: 50px;
    width: 50px;
}

.counter-section-2 .counter-item .counter-content .counter-text {
    font-size: 54px;
}

.appointment-section-1 .appointment-image {
    padding: 0 0;
}

.cta-section-1 {
    background: linear-gradient(270deg, rgba(32, 41, 110, 0) 0%, #21232a 90%), url(eye-checkup.webp) no-repeat;
    background-position: center 20%;

}

.main-menu ul li a {
    font-family: var(--title-fonts);
}

.theme-button {
    font-family: var(--title-fonts);
    font-size: 14px;
}

.counter-section-2 .counter-item .counter-content .counter-title {
    font-family: "Poppins", sans-serif;
}

.doctor-section-1 .doctor-list .doctor-item .doctor-item-content h3,
.doctor-section-1 .doctor-image-wrapper .doctor-image-item .doctor-overlay .doctor-overlay-content h3,
.blog-section .blog-grid-item-1 .blog-title h3 {
    color: #292928;
}

.read-more-btn {
    color: #292928;
}

.read-more-btn::before {
    background-color: #292928;
}

.header .header-sidebar .sidebar-toggler {
    background-color: #ececec;
}

.pricing-text img {
    width: 70px;
    margin-bottom: 1rem;
    filter: drop-shadow(2px 4px 6px #ccc);
}

.pricing-text3 {
    float: right;
    width: 100px !important;
    margin-left: 30px;
    border: 3px dashed #ff7777;
    display: grid;
    place-items: center;
    align-items: center;
    justify-content: center;
    padding: 14px;
    border-radius: 16px;
    box-shadow: 0 0 8px 4px #d5e1f87d;
    background: navajowhite;
}

.doctor-section-1 {
    background: url(testimonials-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #f7e0b5;
}

.floating-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 80px;
    left: 20px;
    background-color: #25D366;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating-whatsapp img {
    width: 35px;
    height: 35px;
}

.lp-doc-schedule {
    align-items: start !important;
}

.page-header-content {
    position: absolute;
    inset: 0;
    background-color: #00000047;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 111px;
}

/* Breadcrumb Styling */
.breadcrumb-container {
    display: flex;
    align-items: center;
    list-style: none;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 25px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.breadcrumb-item {
    font-size: 0.95rem;
    color: #666;
    display: flex;
    align-items: center;
}

.breadcrumb-item a {
    text-decoration: none;
    color: #c42026;
    /* Logo red color */
    transition: 0.3s;
    font-weight: 500;
}

.breadcrumb-item a:hover {
    color: #0b2347;
    text-decoration: underline;
}

/* Separator / Arrow */
.breadcrumb-item:not(:last-child)::after {
    content: "\203A";
    /* Forward arrow icon */
    margin: 0 12px;
    font-size: 1.2rem;
    color: #999;
    font-weight: bold;
}

/* Active Page (Last Item) */
.breadcrumb-item.active {
    color: #333;
    font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none !important;
}

/* Responsive Design */
@media (max-width: 768px) {

    .breadcrumb-item {
        font-size: 0.85rem;
    }
}

/* Floating Button */
.chatbot-button {
    position: fixed;
    bottom: 150px;
    right: 15px;
    background: #c21048;
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    z-index: 999;
    transition: 0.3s;
}

.chatbot-button:hover {
    transform: scale(1.1);
}

/* Chat Card */
.chatbot-card {
    position: fixed;
    bottom: 100px;
    right: 25px;
    width: 340px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    display: none;
    animation: fadeIn 0.3s ease;
    z-index: 9999;
}

/* Header */
.chatbot-header {
    background: #ec7174;
    color: #fff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chatbot-header h3 {
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.close-btn i {
    cursor: pointer;
    font-size: 20px;
}

/* Form */
.chatbot-form {
    padding: 18px;
    display: flex;
    flex-direction: column;
}

.chatbot-form label {
    font-size: 14px;
    margin: 10px 0 5px;
    font-weight: 600;
    color: #444;
}

.chatbot-form input,
.chatbot-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    outline: none;
    transition: 0.2s;
}

.chatbot-form input:focus,
.chatbot-form textarea:focus {
    border-color: #0078ff;
    box-shadow: 0 0 6px rgba(0, 120, 255, 0.3);
}

.chatbot-form textarea {
    min-height: 90px;
}

.chatbot-form button {
    background: #498e23;
    color: white;
    padding: 12px;
    margin-top: 10px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    transition: 0.3s;
    width: fit-content;
    margin: auto;
}

.chatbot-form button:hover {
    transform: translateY(-2px);
    /* box-shadow: 0 8px 20px rgba(0, 120, 255, 0.3); */
}

.chatbot-form .theme-button.style-1 {
    width: fit-content;
    margin: auto;
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.appointment-wapper {
    padding: 2rem;
    background: #ffffff;
    margin: 2rem;
    border-radius: 20px;
}

.section-title {
    margin-bottom: 20px;
}

.about-content p {
    margin-bottom: 0.5rem;
    color: #333;
    text-align: justify;
}

.form-group .field-inner textarea {
    height: 80px;
    width: 100%;
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: 0.5rem .75rem;
    height: 20px !important;
    min-height: 46px;
}

.form-floating>label {
    padding: 0.5rem .75rem;
    display: flex;
    align-items: end;
}

.default-form .form-group {
    margin-bottom: 16px;
}

.appointment-wapper h2 {
    text-transform: unset;
    text-align: left;
    color: #000 !important;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: -8px;
}

input,
.form-control,
.form-select,
textarea {
    border: none;
}


.filter-tab {
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}


.filter-btn {
    margin: 0;
    padding: 8px 22px;
    background-color: #fff;
    color: #c21048;
    border: none;
    cursor: pointer;
    border: 1px solid;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.3;
}

.filter-btn:hover,
.filter-btn.active {
    background-color: #c21048;
    color: #fff;
}

.doctor-profile {
    margin: 0px;
    padding: 10px;
    display: none;
    width: 25%;
}

.doctor-profile-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.doctor-profile .fad-doctor-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #eef2f6;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    height: 100%;
}

.doctor-profile .fad-doctor-card:hover {
    box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px);
}

.doctor-profile .fad-card-image-wrapper {
    height: 280px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
    z-index: 1;
    background: #f5e5e5;
    background-image: url(../assets/images/profile-bg.webp);
    background-size: 380px 380px;
    background-position: center;
    transition: background-position 1.8s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}

.doctor-profile .fad-doctor-card:hover .fad-card-image-wrapper {
    background-position: -40px -20px;
}

.doctor-profile .fad-card-image-wrapper a {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}

.doctor-profile .fad-card-image {
    position: relative;
    z-index: 2;
    width: auto;
    height: 110%;
    object-fit: contain;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: bottom;
    display: block;
}

.doctor-profile .fad-doctor-card:hover .fad-card-image {
    transform: scale(1.04) translateY(5px);
}

.doctor-profile .fad-card-body {
    padding: 20px 18px 18px;
    background:
        radial-gradient(circle at top right, rgba(250, 244, 205, 0.7), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
    position: relative;
    z-index: 3;
}

.doctor-profile .fad-doctor-name {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
    font-family: "Playfair Display", serif;
    line-height: 1.2;
}

.doctor-profile .fad-doctor-name a {
    color: inherit;
}

.doctor-profile .fad-specialty-block {
    margin-bottom: 18px;
    padding: 2px 0 2px 16px;
    position: relative;
    min-height: 110px;
}

.doctor-profile .fad-specialty-block::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 2px;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, #498e22 0%, #d8eab9 100%);
}

.doctor-profile .fad-specialty-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #7f8c3c;
    margin-bottom: 8px;
    font-family: "Playfair Display", serif;
    background: rgba(245, 247, 222, 0.9);
    padding: 5px 10px;
    border-radius: 999px;
}

.doctor-profile .fad-specialty-label::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #498e22;
    box-shadow: 0 0 0 4px rgba(73, 142, 34, 0.12);
}

.doctor-profile .fad-doctor-specialty {
    color: #c03033;
    font-weight: 500;
    font-size: 16px;
    display: block;
    margin: 0;
    line-height: 1.3;
    font-family: "Poppins", sans-serif;
}

.doctor-profile .fad-stats-row {
    display: flex;
    margin-bottom: 16px;
    padding-top: 10px;
    border-top: 1px dashed #d9dfd1;
}

.index-tim-h {
    min-height: 100px !important;
}

@media (max-width: 1400px) {
    .index-tim-h {
        min-height: 175px !important;
    }
}

.doctor-profile .fad-stat-item {
    display: flex;
    align-items: start;
    padding: 0;
    border-radius: 12px;
    font-family: "Poppins", sans-serif;
}

.doctor-profile .fad-stat-label {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #52606d;
    font-weight: 700;
}

.doctor-profile .fad-stat-value {
    font-weight: 700;
    font-size: 15px;
    color: #141712;
    margin-left: 0.5rem;
    width: fit-content;
}

.doctor-profile .fad-view-button {
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, #498e22 0%, #5aa929 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    display: block;
    text-align: center;
    font-family: "Playfair Display", serif;
}

.doctor-profile .fad-view-button:hover {
    opacity: 0.96;
    box-shadow: 0 10px 24px rgba(73, 142, 34, 0.22);
    color: #ffffff;
}

@media (max-width: 1199px) {
    .doctor-profile {
        width: 33.3333%;
    }
}

@media (max-width: 991px) {
    .doctor-profile {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .doctor-profile {
        width: 100%;
    }

    .doctor-profile .fad-card-image-wrapper {
        height: 260px;
    }

    .doctor-profile .fad-doctor-name {
        font-size: 20px;
    }

    .doctor-profile .fad-specialty-block {
        min-height: auto;
    }

    .doctor-profile .fad-stat-label,
    .doctor-profile .fad-stat-value {
        font-size: 15px;
    }
}


.footer-1 .footer-bottom .footer-widget-wrap .footer-widget {
    margin-bottom: 30px;
}

.footer-1 .footer-bottom .footer-widget-wrap {
    padding-top: 20px;
}

.footer-1 .footer-top {
    padding-bottom: 35px;
}

.footer .footer-copyright .footer-copyright-wrap {
    padding-top: 6px;
    padding-bottom: 13px;
}

.back-to-top {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    right: 15px;
}

.footer .footer-top .footer-contact-info .footer-contact-content span {
    font-size: 24px;
}

.main-menu ul li .submenu {
    min-width: 300px;
}

.about-shape-1 {
    bottom: -100px;
    animation: all 5s linear infinite;
}

.about-shape-1 figure img {
    opacity: 0.3;
}

.log-ftr {
    display: flex;
    justify-content: space-between;
}

.preloader .preloader-icon img {
    width: 75px;
    height: auto;
    display: block;
    mix-blend-mode: darken;
    filter: hue-rotate(154deg);
}

.preloader {
    background-color: #ffeceb;
}

/* Floating label wrapper */
.form-group {
    position: relative;
    margin-bottom: 25px;
}

/* Inputs */
.form-control,
.form-select {
    height: 55px;
    border-radius: 10px;
    background: #f3f3f3;
    border: none;
    padding-left: 15px;
    font-size: 16px;
}

textarea.form-control {
    height: 120px;
    padding-top: 18px;
}

/* Label default */
.form-group label {
    position: absolute;
    top: 27px;
    left: 15px;
    transform: translateY(-50%);
    color: #555;
    pointer-events: none;
    transition: 0.3s;
    background: transparent;
}

/* When input is focused OR has value */
.form-control:focus+label,
.form-control:not(:placeholder-shown)+label {
    top: 0px;
    font-size: 13px;
    background: #fff;
    padding: 0 6px;
    color: #000;
}

/* Select floating label behavior */
.form-select:focus+label,
.form-select.filled+label {
    top: -8px;
    font-size: 13px;
    background: #fff;
    padding: 0 6px;
    color: #000;
}

.form-control:focus,
.form-select:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #ff8f39;
    background: #fff;
}

/* Default center label */
.input-date:not(.filled)+label {
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}

/* When focused or date selected */
.input-date:focus+label,
.input-date.filled+label {
    top: 0px;
    font-size: 13px;
    background: #fff;
    padding: 0 6px;
    color: #000;
}

.footer-img-logo {
    width: 90%;
}

.log-ftr>div {
    flex: 31%;
    display: flex;
    justify-content: center;
}

.lg1 {
    position: relative;
}

.menu-none {
    display: none;
}

.lg1::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 100px;
    background-color: #bcbcbc;
}

.lg1:nth-child(3)::before {
    display: none;
}

.steps-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 0px;
    /* flex-wrap: wrap; */
}

/* COLLAPSED STYLE */
.step-box {
    width: 220px;
    height: 590px;
    border-radius: 120px;
    background: #eee;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    transition: box-shadow .3s ease;
    overflow: hidden;
}

.step-box:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.step-number {
    width: 100px;
    height: 50px;
    border-radius: 8px;
    background: white;
    color: #0D0C52;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    position: absolute;
    top: 30px;
}

.step-label {
    font-weight: 700;
    color: #0D0C52;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    top: 130px;
}

/* EXPANDED CARD */
.step-expanded {
    width: 450px;
    height: 590px;
    border-radius: 25px;
    padding: 40px;
    background: #E3DFF7;
    position: relative;
    overflow: hidden;
    flex-direction: column;
}

.step-expanded h3 {
    margin-top: 90px;
}

.step-expanded img {
    width: 100%;
    border-radius: 20px;
    margin-top: 0px;
}

.keyframe5 {
    position: relative;
    animation-name: animation-7;
    animation-duration: 90s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

.text-left {
    text-align: left !important;
}

@keyframes animation-7 {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-1000deg);
    }
}

.grid-wrapper {
    position: relative;
}

.feature-box {
    background-color: #f4f5f8;
    border-radius: 20px;
    padding: 30px 35px;
    min-height: 93%;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.feature-box:hover .feature-icon {
    background: linear-gradient(309deg, #5a9cdd2e 100%, #5a9cdd2e 0%);
}

.feature-box:hover .feature-icon::before {
    transform: rotateY(180deg);
}

.feature-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.feature-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    opacity: 0.7;
    line-height: 140%;
    background: linear-gradient(309deg, #5a9cdd2e 50%, transparent 50%);
    transition: all .3s linear;
}

.learn-more span {
    font-size: 30px;
}

/* Icon Styling */
.icon-heart {
    background-color: #e0e6ff;
    color: #3f51b5;
}

.icon-briefcase {
    background-color: #e0e6ff;
    color: #3f51b5;
}

.icon-shield {
    background-color: #e0e6ff;
    color: #3f51b5;
}

.icon-dna {
    background-color: #e0e6ff;
    color: #3f51b5;
}

.icon-heart::before {
    content: '💙';
    transition: all .3s linear;
}

.icon-briefcase::before {
    content: '💼';
    transition: all .3s linear;
}

.icon-shield::before {
    content: '🛡️';
    transition: all .3s linear;
}

.icon-dna::before {
    content: '🧬';
    transition: all .3s linear;
}

.feature-title {
    font-weight: 700;
    font-size: 1.15rem;
    color: #3f51b5;
}

.feature-body {
    font-size: 0.95rem;
    line-height: 1.6;
}


.learn-more {
    width: fit-content;
    font-weight: 600;
    font-size: 0.9rem;
    color: #3f51b5;
    text-decoration: none;
    margin-top: auto;
    display: inline-block;
}

/* --- Central Starburst Element (CSS Target) --- */

.star-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    pointer-events: none;
    background-color: #0c193e;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.star-burst {
    display: block;
    font-size: 4rem;
    color: #e0e6ff;
    line-height: 1;
    animation: rotate-star 15s linear infinite;
}

.team-bg {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    width: 86% !important;
}

.stick-top {
    position: sticky !important;
    top: 140px;
}

.stick-top2 {
    position: sticky !important;
    top: 180px;
}

.stick-top3 {
    position: sticky !important;
    top: 220px;
}

/* --- Fixed Menu Positioning --- */
#fixed-menu {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9;
    padding-left: 1rem;
}

/* --- Common Expandable Button Styling --- */
#menu-header,
.expandable-icon-btn {
    width: 60px;
    /* Initial collapsed width (Icon Only) */
    gap: 10px;
    height: 60px;
    padding: 0.5rem !important;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    transition: background-color 0.3s ease;
}

/* Header Specific Styling (Book Appointment) */
#menu-header {
    background-color: #f7e0b5;
}

#menu-header:hover {
    background-color: #f5d491;
}

/* Icon Button Specific Styling */
.expandable-icon-btn {}

.expandable-icon-btn:hover {
    background-color: #e0f7fa;
}

/* --- Custom Styling for "Expert Opinion" Button --- */
.expert-opinion-btn {
    background-color: #e1f5fe !important;
    border-color: #b3e5fc !important;
}

.expert-opinion-btn:hover {
    background-color: #b3e5fc !important;
}

.expert-opinion-btn .icon-text-content,
.expert-opinion-btn i {
    color: #00796b !important;
}

.expert-opinion-btn .arrow-icon {
    color: #fff !important;
}

/* Icon Container within all buttons */
.icon-content-container {
    display: flex;
    align-items: center;
    width: 100%;
}

/* Icon styling for all buttons */
#menu-header .menu-icon,
.expandable-icon-btn i {
    color: #3f60a0;
    font-size: 1.2rem;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 4px;
}

/* Header icon color override */

#menu-header .menu-icon {
    color: #ff7777;
}

/* Arrow color for Expert Opinion */
.expert-opinion-btn .arrow-link {
    background-color: #00796b !important;
}

.expert-opinion-btn2 .arrow-link {
    background-color: #ff7777 !important;
}

.expert-opinion-btn3 .arrow-link {
    background-color: #3f60a0 !important;
}

.expert-opinion-btn4 .arrow-link {
    background-color: #3f60a0 !important;
}

.expert-opinion-btn5 .arrow-link {
    background-color: #3f60a0 !important;
}

/* Text Content Styling (Hidden initially) */
.icon-text-content,
#header-content {
    opacity: 0;
    margin-left: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    color: #333;
}

/* Arrow link styling - START HIDDEN */
.arrow-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    /* background-color: #007bff; */
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s ease;
    flex-shrink: 0;

    /* Initial GSAP controlled state */
    opacity: 0;
    margin-left: 0 !important;
    width: 0px;
    overflow: hidden;
}

/* Arrow hover effects */

.expert-opinion-btn .arrow-link:hover {
    background-color: #004d40 !important;
}

.expert-opinion-btn2 .arrow-link:hover {
    background-color: #ff6e6e !important;
}

.expert-opinion-btn3 .arrow-link:hover {
    background-color: #375ca5 !important;
}

.arrow-icon {
    font-size: 1.2rem;
    color: #fff !important;
}

/* Specific styling for the search button (Orange) */
.search-btn {
    background-color: #ff9800 !important;
    border-color: #e68900;
}

.search-btn i {
    color: white !important;
}

.search-btn:hover {
    background-color: #e68900 !important;
}

.doctor-profile-img {
    width: 195px;
    height: 195px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.profile-contant h2 {
    font-size: 38px;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    text-align: center;
    margin: 10px 0 5px;
}

.profile-contant h3 {
    font-family: "Playfair Display", serif;
    font-size: 22px;
    line-height: 140%;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    margin: 0px 0 20px;
}

.profile-contant ul {
    width: fit-content;
    margin: 0 auto;
    border-top: 1px solid #ccc;
    display: flex;
    gap: 20px;
    padding: 5px 0px;
}

.profile-contant p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #525252;
    text-align: center;
    margin: 0;
    padding-bottom: 5px;
}

.profile-bg {
    background-color: #fff4f7;
    padding: 139px 0 100px;
}

.doctor-scroll ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.doctor-scroll2 p {
    text-align: justify;
}

.doctor-scroll2 h5 {
    font-family: "Playfair Display", serif;
    color: #c01047;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
}

.doctor-scroll ul li {
    width: 100%;
}

.doctor-scroll ul li a {
    width: 100%;
    font-weight: 500;
    padding: 15px 20px;
    box-shadow: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    background-color: #0c193e;
}

.doctor-profile-img img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: block;
    object-fit: cover;
    scale: 1.169;
}

.star {
    color: #eec800 !important;
}

.position-stick {
    position: sticky;
    top: 140px;
    height: fit-content;
}

.overlap-profile-sec {
    margin-top: -80px;
}

.doctor-scroll {
    visibility: visible;
    animation-delay: 0.3s;
    animation-name: fadeInRight;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 -9px 16px 8px #afafaf2b;
}

.doctor-scroll2 {
    padding: 40px 40px;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fff;
    /* border-radius: 20px; */
    box-shadow: 0 -9px 16px 8px #afafaf2b;
}

.custom-tabs {
    border-bottom: 1px solid #ccc;
    /* Light grey line as seen in the screenshot */
}

.mb-scroll {
    position: relative;
}

/* Style for the tab buttons (nav-link) */
.custom-tabs .nav-link {
    border: none;
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    color: #333;
    background-color: transparent;
    margin-right: 1.5rem;
    position: relative;
    transition: color 0.3s ease;
    /* SMOOTH TEXT COLOR TRANSITION */
    white-space: nowrap;
}

/* Active tab style: Bolder text and the blue underline */
.custom-tabs .nav-link.active {
    color: #000;
    font-weight: 600;
}

/* Custom underline element for the active tab */
.custom-tabs .nav-link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #c11048;
    transition: width 0.3s ease, background-color 0.3s ease;
}

.custom-tabs .nav-link.active::after {
    width: 100%;
}

.custom-tabs .nav-link:not(.active)::after {
    width: 0;
}

.custom-tabs .nav-link:hover:not(.active) {
    border: none;
    color: #0c193e;
}

.custom-card-shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border: none;
    transition: box-shadow 0.3s ease;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0;
    box-shadow: 0 -9px 16px 8px #afafaf2b;
    margin-top: 40px;
    /* min-width: 650px; */
}

.tab-content p {
    margin-bottom: 0.5rem;
    color: #333;
    text-align: justify;
}

/* Match the doctor profile tab bullets across all doctor pages. */
.custom-list,
.mb-scroll .custom-card-shadow .tab-content>.tab-pane>ul {
    list-style: none;
    padding-left: 0 !important;
    padding-inline-start: 0 !important;
    margin-bottom: 0;
}

.custom-list li,
.mb-scroll .custom-card-shadow .tab-content>.tab-pane>p,
.mb-scroll .custom-card-shadow .tab-content>.tab-pane>ul>li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 6px;
    color: #333;
    list-style: none !important;
}

.custom-list li::before,
.mb-scroll .custom-card-shadow .tab-content>.tab-pane>p::before,
.mb-scroll .custom-card-shadow .tab-content>.tab-pane>ul>li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #c01047;
    font-size: 24px;
    line-height: 1;
}

.custom-list li:last-child,
.mb-scroll .custom-card-shadow .tab-content>.tab-pane>p:last-child,
.mb-scroll .custom-card-shadow .tab-content>.tab-pane>ul>li:last-child {
    margin-bottom: 0;
}

.doctor-profile-img::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #525252;
    position: absolute;
    top: 0;
    left: 0;
    scale: 1.1;
    border-radius: 50%;
    background-color: #fff;
}

.doctor-profile-img::after {
    content: "";
    width: 100%;
    height: 100%;
    border-top: 3px solid #c21048;
    border-bottom: 3px solid #0c193e;
    border-left: 3px solid #0c193e00;
    border-right: 3px solid #0c193e00;
    position: absolute;
    top: 0;
    left: 0;
    scale: 1.114;
    border-radius: 50%;
    rotate: 30deg;
}

.doctor-profile-img:hover::after {
    animation: doctor-profile-rotate 3s linear infinite alternate;
}

.link-white-space {
    white-space: nowrap;
}

.disc li {
    list-style: disc;
}

@keyframes doctor-profile-rotate {
    0% {
        rotate: 30deg;
    }

    100% {
        rotate: 360deg;
    }
}

@media (max-width: 576px) {
    .custom-tabs .nav-link.active {
        width: 100%;
        text-align: left;
        padding-left: 0;
    }

    .custom-tabs .nav-link {
        padding-left: 0;
    }

    .custom-tabs {
        flex-wrap: nowrap;
        /* overflow-x: auto; */
        -webkit-overflow-scrolling: touch;
        flex-direction: column;
        padding-bottom: 30px;
    }

    .custom-tabs .nav-item {
        flex-shrink: 0;
    }
}

@media (max-width: 860px) and (min-width: 768px) {

    .container,
    .container-sm {
        max-width: 630px !important;
    }
}

@media (max-width: 1500px) and (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1230px;
    }
}

@media (max-width: 1300px) and (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1050px;
    }
}

@media (max-width: 1100px) and (min-width: 991px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 860px;
    }
}

@keyframes rotate-star {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.icon-team {
    position: absolute;
    inset: 0;
    opacity: 0.2;
    filter: grayscale(1) invert(1);
}

.icon-s1 {
    position: absolute;
    width: 40px !important;
    left: 4%;
    top: 53%;
}

.icon-s2 {
    position: absolute;
    width: 40px !important;
    right: 10%;
    top: 27%;
}

.icon-s3 {
    position: absolute;
    width: 40px !important;
    left: 28%;
    top: 23%;
}

/* --- Responsiveness --- */
@media (min-width: 992px) {
    .grid-wrapper {
        padding: 0 5%;
    }
}

@media (max-width: 991px) {

    .page-header-content {
        margin-top: 0;
    }

    .inner-hero-section-1 {
        height: 300px;
    }

    .profile-bg {
        height: auto;
    }

    .inner-hero-section-1 img {
        height: 100%;
        object-fit: cover;
    }

    .profile-bg {
        padding: 40px 0 100px;
    }

    .inner-hero-section-1 {
        margin-top: 0px;
    }

    .steps-wrapper {
        justify-content: center;
    }

    .lg1::before {
        opacity: 0;
    }

    h1 {
        font-size: 2rem;
    }

    .feature-box {
        min-height: auto;
    }

    /* Hide the large star on small screens */
    .star-container {
        display: none;
    }
}

.main-menu ul li a {
    font-size: 0.9vw;
}

@media (max-width:1199px) {
    .header-sidebar {
        display: flex !important;
    }

    .doctor-scroll ul li {
        font-size: 1.4vw;
        justify-content: center;
    }

    .doctor-scroll ul {
        flex-wrap: nowrap;
        justify-content: stretch;
        align-items: center;
    }

    .position-stick {
        position: static;
        top: unset;
        height: fit-content;
    }

    .main-menu ul li a {
        font-size: 16px !important;
    }

    .menu-none {
        display: block;
    }

    .log-ftr {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .lg1 {
        width: 100%;
        text-align: center;
    }

    .footer .footer-copyright .footer-copyright-wrap {
        text-align: center;
    }

    .lg1 img {
        width: 160px;
    }

    .star-container {
        top: 54%;
        width: 80px;
        height: 80px;
    }



}

@media (max-width:767px) {

    .custom-card-shadow {
        border: 1px solid #d2d2d2;
    }

    #myFaqAccordion {
        width: 90%;
    }

    .doctor-scroll ul {
        flex-wrap: wrap;
    }

    .mb-scroll {
        overflow-x: auto;
    }

    .doctor-scroll ul li {
        font-size: 15px;
    }

    .floating-whatsapp {
        width: 50px;
        height: 50px;
        bottom: 130px;
        left: 7px;
    }

    .step-expanded {
        height: fit-content;
        flex-direction: column;
    }

    .steps-wrapper {
        gap: 20px;
        gap: 25px;
        flex-wrap: wrap;
    }

    .chatbot-button {
        width: 50px;
        height: 50px;
        right: 10px;
        bottom: 190px;
    }

    .back-to-top {
        width: 50px;
        height: 50px;
        /* bottom: 10px !important; */
        right: 10px;

    }

    .filter-btn {
        margin: 0;
        padding: 8px 16px;
    }

    .pricing-section-2:after {
        width: 350px;
        height: 260px;
        z-index: -1;
    }

    .counter-section-2 {
        margin-top: 50px;
    }

    .log-ftr {
        display: grid;
    }

    .footer .footer-top .footer-contact-info .footer-contact-content {
        font-size: 14px;
        font-weight: 500;
        margin: 0;
    }

    .footer .footer-top .footer-contact-info .footer-contact-icon {
        width: 45px;
        height: 45px;
    }

    .log-ftr {
        display: flex !important;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .footer .footer-top .footer-contact-info {
        gap: 15px;
        flex-direction: column;
    }

    .counter-section-2 .counter-item .counter-content .counter-text {
        font-size: 32px;
    }

    .counter-section-2 .counter-list {
        gap: 30px 30px;
    }

    .counter-content img {
        margin-bottom: 0.5rem;
    }

    .about-section-1 .about-image .about-img-2 {
        margin-top: 40px;
    }

    .appointment-section-1 {
        padding-top: 50px;
    }

    .footer-top-wrap {
        margin-top: -60px;
    }

    .last-blg {
        margin-bottom: 0 !important;
    }

    .footer-1 .footer-bottom .footer-widget-wrap {
        padding-top: 26px;
    }

    .footer .footer-copyright .footer-copyright-wrap {
        text-align: center;
    }

    .testimonials-section-1 .testimonials-image .success-rate {
        max-width: 100px;
        bottom: 0px;
    }

    .back-to-top.show {
        bottom: 130px;
    }

    .mouse-cursor {
        display: none;
    }

    .offcanvas-logo {
        width: 33%;
    }

    .appointment-section-1 .appointment-image {
        scale: 1;
    }

    .appointment-wapper {
        margin: 0rem;
        padding: 1rem;
    }

    .doctor-profile-list .doctor-item-image img {
        width: 100%;
        margin-top: -5rem;
    }

    .doctor-profile {
        width: 90%;
    }

    .doctor-profile-list .doctor-item-image {
        height: 450px;
    }

    .image-anime2 {
        height: auto;
    }

    .pt-lg-50 {
        padding-top: 10px !important;
    }

    .md-pb-150 {
        padding-bottom: 50px !important;
        overflow: hidden;
    }

    .my-faq-container {
        padding: 0px 0px 50px !important;
    }
}

@media (max-width:500px) {

    .index-tim-h {
        min-height: fit-content !important;
    }

    .clinic-txt {
        font-size: 24px;
    }

    .profile-contant ul li:nth-child(2) {
        display: none;
    }

    .profile-contant ul {
        gap: 6px;
        flex-direction: column;
    }

    .profile-contant h2 {
        font-size: 20px !important;
    }

    .profile-contant h3 {
        font-size: 13px !important;
    }

}

.mobile-banner {
    display: none !important;
}

.desktop-banner {
    display: block !important;
}

@media (max-width: 767px) {
    .desktop-banner {
        display: none !important;
    }

    .mobile-banner {
        display: block !important;
    }
}

.reach-easily-section {
    position: relative;
    padding: 110px 0;
    background:
        radial-gradient(circle at top left, rgba(194, 16, 72, 0.08), transparent 32%),
        radial-gradient(circle at bottom right, rgba(79, 157, 36, 0.08), transparent 28%),
        #f8fafc;
    /* overflow: hidden; */
}

.reach-easily-header {
    max-width: 760px;
    margin: 0 auto 60px;
}

.reach-easily-badge {
    display: inline-block;
    margin-bottom: 20px;
    padding: 8px 18px;
    border-radius: 999px;
    background: #fff1f4;
    color: #b21e41;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.reach-easily-header h2 {
    margin-bottom: 20px;
    color: #0f172a;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 800;
    line-height: 1.1;
}

.reach-easily-header h2 span {
    color: #b21e41;
}

.reach-easily-header p {
    margin: 0 auto;
    color: #64748b;
    font-size: 17px;
    line-height: 1.8;
}

.abw-btn {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.reach-card,
.reach-directions-card {
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.07);
    will-change: transform, opacity;
    height: 100%;
}

.reach-card {
    padding: 42px;
}

.reach-card-title {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 38px;
}

.reach-card-title h3,
.reach-directions-content h3 {
    margin: 0;
    color: #1e293b;
    font-size: 30px;
    font-weight: 700;
}

.reach-icon {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.reach-icon-maroon {
    background: #fff1f4;
    color: #b21e41;
}

.reach-icon-green {
    background: #eef8e7;
    color: #4f9d24;
}

.reach-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.reach-mini-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    border-radius: 999px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.reach-mini-badge-maroon {
    background: #b21e41;
}

.reach-mini-badge-blue {
    background: #2563eb;
}

.reach-mini-badge-yellow {
    background: #facc15;
    color: #1e293b;
}

.reach-timeline {
    position: relative;
    padding-left: 62px;
}

.reach-timeline-line {
    position: absolute;
    left: 21px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: #e2e8f0;
}

.reach-step {
    position: relative;
    will-change: transform, opacity;
}

.reach-step+.reach-step {
    margin-top: 36px;
}

.reach-step-circle {
    position: absolute;
    left: -62px;
    top: -2px;
    width: 44px;
    height: 44px;
    border: 2px solid #b21e41;
    border-radius: 50%;
    background: #fff;
    color: #b21e41;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(178, 30, 65, 0.08);
    z-index: 1;
}

.reach-step h4,
.reach-metro-item h4 {
    margin-bottom: 8px;
    color: #1e293b;
    font-size: 22px;
    font-weight: 700;
}

.reach-step p,
.reach-metro-item p,
.reach-directions-content p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.8;
}

.reach-step strong {
    color: #b21e41;
    font-weight: 700;
}

.reach-step-circle-blue {
    border-color: #2563eb;
    color: #2563eb;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.12);
}

.reach-step-circle-yellow {
    border-color: #eab308;
    color: #a16207;
    box-shadow: 0 10px 24px rgba(234, 179, 8, 0.16);
}

.reach-highlight-green {
    color: #4f9d24 !important;
}

.reach-side-stack {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
}

.reach-metro-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.reach-metro-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px 20px;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: #f8fafc;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.reach-metro-item:hover {
    background: #fff;
    transform: translateY(-3px);
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.08);
}

.reach-metro-code {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
}

.reach-metro-code-blue {
    background: #2563eb;
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.2);
}

.reach-metro-code-yellow {
    background: #facc15;
    box-shadow: 0 14px 28px rgba(250, 204, 21, 0.28);
}

.reach-directions-card {
    position: relative;
    overflow: hidden;
    padding: 30px 34px;
    background: #0f172a;
    color: #fff;
}

.reach-directions-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.reach-directions-content h3 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 28px;
}

.reach-directions-content p {
    margin-bottom: 0;
    color: rgba(226, 232, 240, 0.82);
}

.reach-directions-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex: 0 0 auto;
    width: auto;
    min-width: 220px;
    min-height: 58px;
    padding: 14px 20px;
    border-radius: 6px;
    background: #c21048;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.reach-directions-btn:hover {
    color: #fff;
    background: #43871f;
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(79, 157, 36, 0.28);
}

.reach-directions-glow {
    position: absolute;
    top: -55px;
    right: -55px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(178, 30, 65, 0.45);
    filter: blur(80px);
    opacity: 0.35;
    transition: opacity 0.3s ease;
    will-change: transform, opacity;
}

.reach-directions-card:hover .reach-directions-glow {
    opacity: 0.6;
}

.elem1 {
    position: absolute;
    opacity: 0.1;
    top: 7%;
    left: 2%;
    width: 400px;
}

.elem2 {
    position: absolute;
    bottom: 10%;
    right: 4%;
    opacity: 0.1;
}

@media (max-width: 991px) {
    .reach-easily-section {
        padding: 90px 0;
    }

    .reach-card,
    .reach-directions-card {
        padding: 32px 24px;
    }

    .reach-directions-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .reach-card-title h3,
    .reach-directions-content h3 {
        font-size: 26px;
    }

    .reach-directions-btn {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .reach-easily-section {
        padding: 72px 0;
    }

    .reach-easily-header {
        margin-bottom: 40px;
    }

    .reach-easily-header p {
        font-size: 15px;
    }

    .reach-card-title {
        align-items: flex-start;
        margin-bottom: 28px;
    }

    .reach-card-title h3,
    .reach-directions-content h3 {
        font-size: 24px;
    }

    .reach-step h4,
    .reach-metro-item h4 {
        font-size: 18px;
    }

    .reach-timeline {
        padding-left: 52px;
    }

    .reach-step-circle {
        left: -52px;
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

    .reach-timeline-line {
        left: 18px;
    }

    .reach-metro-item {
        align-items: flex-start;
    }

    .reach-directions-card {
        padding: 26px 20px;
    }
}

.essential-info-section {
    position: relative;
    padding: 110px 0;
    background: #ffffff;
}

.essential-info-heading {
    max-width: 720px;
    margin: 0 auto 60px;
}

.essential-info-badge {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 22px;
    border-radius: 999px;
    background: #ffeef2;
    color: #c41e3a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.essential-info-heading h2 {
    margin-bottom: 16px;
    color: #0f172a;
    font-size: clamp(2.4rem, 5vw, 4rem);
    font-weight: 900;
    line-height: 1.08;
}

.essential-info-heading h2 span {
    color: #c41e3a;
}

.essential-info-heading p {
    margin: 0;
    color: #64748b;
    font-size: 18px;
    line-height: 1.7;
}

.essential-info-list {
    max-width: 960px;
    margin: 0 auto;
    padding: 8px 0;
    border-top: 1px solid rgba(15, 23, 42, 0.1);
}

.essential-info-item {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    padding: 26px 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.1);
    will-change: transform, opacity;
}

.essential-info-item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff5f7;
    color: #c41e3a;
    font-size: 22px;
}

.essential-info-item p {
    margin: 0;
    color: #334155;
    font-size: 18px;
    line-height: 1.8;
}

.essential-info-item a {
    color: #c41e3a;
    font-weight: 600;
    text-decoration: none;
}

.essential-info-item a:hover {
    color: #0f172a;
}

@media (max-width: 991px) {
    .essential-info-section {
        padding: 90px 0;
    }
}

@media (max-width: 767px) {
    .essential-info-section {
        padding: 72px 0;
    }

    .essential-info-heading {
        margin-bottom: 40px;
    }

    .essential-info-heading p {
        font-size: 16px;
    }

    .essential-info-list {
        padding-top: 0;
    }

    .essential-info-item {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 16px;
        padding: 20px 0;
    }

    .essential-info-item-icon {
        min-width: 44px;
        height: 44px;
        font-size: 18px;
    }

    .essential-info-item p {
        font-size: 16px;
        line-height: 1.75;
    }
}

.patient-info-shell {
    display: grid;
    grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}

.patient-info-sidebar {
    position: sticky;
    z-index: 2;
    top: 130px;
}

.patient-info-nav-card {
    position: sticky;
    top: 120px;
    padding: 20px;
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.96) 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
    overflow: hidden;
}

.patient-info-nav-card::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    bottom: 22px;
    width: 4px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, #c21048 0%, #498e22 100%);
}

.patient-info-nav-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 110px;
    background: radial-gradient(circle, rgba(73, 142, 34, 0.1) 0%, rgba(73, 142, 34, 0) 70%);
    pointer-events: none;
}

.patient-info-nav-title {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.05);
    color: #0f172a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.patient-info-nav {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.patient-info-nav-link {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 56px;
    padding: 14px 18px 14px 40px;
    border-radius: 18px;
    color: #203049;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.patient-info-nav-link::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(32, 48, 73, 0.22);
    transform: translateY(-50%);
    transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.patient-info-nav-link:hover {
    color: #0f172a;
    background: rgba(241, 245, 249, 0.95);
    border-color: rgba(73, 142, 34, 0.12);
    transform: translateX(4px);
}

.patient-info-nav-link:hover::before {
    background: #498e22;
    box-shadow: 0 0 0 6px rgba(73, 142, 34, 0.12);
}

.patient-info-nav-link.is-active {
    color: #b21e41;
    background:
        linear-gradient(135deg, rgba(255, 242, 245, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
    border-color: rgba(194, 16, 72, 0.12);
    box-shadow: 0 14px 24px rgba(194, 16, 72, 0.1);
    font-weight: 700;
}

.patient-info-nav-link.is-active::before {
    background: #c21048;
    box-shadow: 0 0 0 7px rgba(194, 16, 72, 0.12);
    transform: translateY(-50%) scale(1.08);
}

.patient-info-main {
    min-width: 0;
}

@media (max-width: 1199px) {
    .patient-info-shell {
        grid-template-columns: minmax(220px, 250px) minmax(0, 1fr);
        gap: 24px;
    }

    .patient-info-nav-link {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .patient-info-shell {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .patient-info-nav-card {
        position: static;
        padding: 18px 16px 16px;
        border-radius: 22px;
    }

    .patient-info-sidebar {
        position: relative;
        top: 0;

    }

    .patient-info-nav {
        /* flex-direction: row; */
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    .patient-info-nav::-webkit-scrollbar {
        display: none;
    }

    .patient-info-nav-link {
        flex: 0 0 auto;
        min-height: 48px;
        min-width: max-content;
        padding: 12px 18px 12px 30px;
        font-size: 15px;
        border-radius: 14px;
    }

    .patient-info-nav-link:hover {
        transform: none;
    }
}

@media (max-width: 575px) {
    .patient-info-shell {
        gap: 18px;
    }

    .patient-info-nav-card {
        border-radius: 18px;
        padding: 16px 14px 14px;
    }

    .patient-info-nav-card::after {
        width: 74px;
        height: 74px;
    }

    .patient-info-nav-card::before {
        top: 16px;
        bottom: 16px;
    }

    .patient-info-nav-title {
        margin-bottom: 14px;
        font-size: 10px;
        letter-spacing: 0.12em;
    }

    .patient-info-nav-link {
        border-radius: 12px;
        font-size: 14px;
        padding: 11px 16px 11px 28px;
    }
}

/* ---------- NO BODY, NO *, NO MARGIN, NO ROOT ---------- */
/* Base styles without global reset overrides — only specific component styling */

/* --- UTILITY CLASSES (for layout only) --- */
.body-wrapper {
    font-family: "Poppins", sans-serif;
    background-color: #ffffff;
    color: #0c193e;
    overflow-x: hidden;
    line-height: 1.6;
}

.feedback-section {
    position: relative;
    padding: 50px 0 100px;
    background: radial-gradient(circle at top left, rgba(194, 16, 72, 0.08), transparent 28%), radial-gradient(circle at bottom right, rgba(73, 142, 34, 0.08), transparent 26%), linear-gradient(180deg, #fffdf9 0%, #ffffff 100%);
    overflow: hidden;
}

.feedback-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    gap: 28px;
    align-items: stretch;
}

.feedback-form-card {
    position: relative;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.feedback-form-card::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    filter: blur(8px);
    opacity: 0.5;
    pointer-events: none;
}

.feedback-form-card::before {
    bottom: -65px;
    left: -55px;
    background: radial-gradient(circle, rgba(73, 142, 34, 0.16) 0%, rgba(73, 142, 34, 0) 70%);
}

.feedback-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #fff1f4;
    color: #b21e41;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.feedback-form-header {
    margin-bottom: 26px;
}

.feedback-form-header h2 {
    margin-bottom: 18px;
    color: #0f172a;
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 1.12;
}

.feedback-form-card {
    padding: 34px;
}

.feedback-form {
    position: relative;
    z-index: 1;
}

.feedback-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.feedback-field {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.feedback-field-full {
    grid-column: 1 / -1;
}

.feedback-field label {
    color: #203049;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.feedback-field input,
.feedback-field textarea {
    width: 100%;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 16px;
    background: #f8fafc;
    color: #203049;
    font-size: 15px;
    line-height: 1.5;
    padding: 16px 18px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.feedback-field input {
    min-height: 58px;
}

.feedback-field textarea {
    min-height: 168px;
    resize: vertical;
}

.feedback-field input::placeholder,
.feedback-field textarea::placeholder {
    color: #7b8794;
}

.feedback-field input:focus,
.feedback-field textarea:focus {
    outline: none;
    border-color: rgba(194, 16, 72, 0.28);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(194, 16, 72, 0.08);
}

.feedback-submit-btn {
    margin-top: 22px;
}

.feedback-contact-panel {
    position: relative;
    padding: 34px 30px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 250, 246, 0.96) 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.08);
    color: #203049;
    overflow: hidden;
}

.feedback-contact-panel::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -30px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(194, 16, 72, 0.18) 0%, rgba(194, 16, 72, 0) 70%);
    pointer-events: none;
}

.feedback-contact-panel::after {
    content: "";
    position: absolute;
    bottom: -55px;
    left: -40px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(73, 142, 34, 0.18) 0%, rgba(73, 142, 34, 0) 72%);
    pointer-events: none;
}

.feedback-contact-badge {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #fff1f4;
    color: #b21e41;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.feedback-contact-panel h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 34px;
    line-height: 1.15;
}

.feedback-contact-panel>p {
    position: relative;
    z-index: 1;
    margin: 0 0 24px;
    color: #52606d;
    font-size: 15px;
    line-height: 1.8;
}

.feedback-contact-list {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.feedback-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 16px;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #fffaf6 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(6px);
}

.feedback-contact-icon {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff1f4;
    color: #c21048;
    font-size: 19px;
}

.feedback-contact-icon-alt {
    background: #fff6dc;
    color: #d4a100;
}

.feedback-contact-icon-green {
    background: #eef8e7;
    color: #498e22;
}

.feedback-contact-text span {
    display: inline-block;
    margin-bottom: 6px;
    color: #0f172a;
    font-size: 15px;
    font-weight: 700;
}

.feedback-contact-text p {
    margin: 0;
    color: #52606d;
    font-size: 14px;
    line-height: 1.75;
}

.feedback-contact-text p+p {
    margin-top: 6px;
}

.feedback-contact-text a {
    color: inherit;
}

.feedback-contact-text a:hover {
    color: #0f172a;
}

@media (max-width: 767px) {
    .feedback-section {
        padding: 72px 0;
    }

    .feedback-shell {
        grid-template-columns: 1fr;
    }

    .feedback-form-card {
        border-radius: 22px;
    }

    .feedback-form-card {
        padding: 26px 20px;
    }

    .feedback-contact-panel {
        padding: 26px 20px;
        border-radius: 22px;
    }

    .feedback-contact-panel h3 {
        font-size: 28px;
    }

    .feedback-form-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .feedback-section {
        padding: 60px 0;
    }

    .feedback-form-card {
        padding: 22px 16px;
    }

    .feedback-contact-panel {
        padding: 22px 16px;
    }

    .feedback-badge {
        font-size: 10px;
        letter-spacing: 0.12em;
    }

    .feedback-contact-badge {
        font-size: 10px;
        letter-spacing: 0.12em;
    }

    .feedback-contact-panel h3 {
        font-size: 24px;
    }

    .feedback-field input,
    .feedback-field textarea {
        border-radius: 14px;
        padding: 14px 16px;
    }
}

.text-title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
}

.text-description {
    font-family: "Poppins", sans-serif;
}

.section-padding {
    padding: 100px 10%;
}

.text-center {
    text-align: center;
}

/* --- WHY LOTUS (root colors applied directly) --- */
.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.why-image-container {
    position: relative;
}

.why-image {
    width: 100%;
    border-radius: 30px;
    box-shadow: 20px 20px 0px #f5f5dc;
    object-fit: cover;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.why-image:hover {
    transform: scale(1.02);
}

.why-content-title {
    color: #c21048;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    margin-bottom: 10px;
}

.why-content-subhead {
    font-size: 2.2rem;
    margin: 15px 0;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    color: #0c193e;
}

.why-description-text {
    margin-bottom: 25px;
    font-size: 1rem;
    line-height: 1.6;
    color: #0c193e;
}

.stats-row {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}

.stat-card {
    background: #f5f5dc;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    flex: 1;
    transition: 0.3s;
}

.stat-card i {
    font-size: 2rem;
    margin-bottom: 10px;
    display: inline-block;
}

.stat-card .stat-icon-heart {
    color: #c21048;
}

.stat-card .stat-icon-grad {
    color: #498e22;
}

.stat-card h4 {
    margin-top: 10px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #0c193e;
}

/* --- MODERN JOB PORTAL --- */
.portal-wrapper {
    background: #fafafa;
    padding: 80px 10%;
    border-radius: 50px 50px 0 0;
}

.portal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    border-bottom: 2px solid #e5e5e7;
    padding-bottom: 20px;
}

.portal-header-left h2 {
    font-size: 2.5rem;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    color: #0c193e;
}

.portal-header-left p {
    font-size: 1rem;
    margin-top: 5px;
    color: #0c193e;
}

.job-count-highlight {
    color: #c21048;
    font-weight: 700;
}

.job-filters {
    display: flex;
    gap: 20px;
    align-items: center;
}

.filter-select {
    padding: 10px 20px;
    border: 1px solid #e5e5e7;
    border-radius: 30px;
    font-family: "Poppins", sans-serif;
    outline: none;
    color: #0c193e;
    background: white;
    cursor: pointer;
}

.job-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.job-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid transparent;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 30px rgba(12, 25, 62, 0.08);
    cursor: pointer;
}

.job-card:hover {
    border-color: #c21048;
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(194, 16, 72, 0.1);
}

.job-info-title {
    font-family: "Playfair Display", serif;
    font-size: 1.3rem;
    color: #0c193e;
    margin-bottom: 5px;
    font-weight: 700;
}

.job-meta {
    font-family: "Poppins", sans-serif;
    color: #666;
    font-size: 0.9rem;
    display: flex;
    gap: 15px;
}

.job-meta i {
    color: #c21048;
    margin-right: 4px;
}

.apply-arrow {
    width: 50px;
    height: 50px;
    background: #e5e5e7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #0c193e;
}

.job-card:hover .apply-arrow {
    background: #c21048;
    color: #ffffff;
    transform: rotate(-45deg);
}

.job-info h4 {
    font-family: "Playfair Display", serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #0c193e;
}

/* --- VOICES INFINITE LOOP SLIDER --- */
.voices-section {
    padding: 80px 0;
    background: #0c193e;
    color: #ffffff;
    overflow: hidden;
}

.voices-title {
    font-size: 2.8rem;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    color: #ffffff;
}

.voices-sub {
    opacity: 0.7;
    font-size: 1.1rem;
    color: #ffffff;
}

.marquee {
    position: relative;
    width: 100vw;
    display: flex;
    margin-top: 40px;
}

.marquee-content {
    display: flex;
    gap: 30px;
    animation: scroll 40s linear infinite;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.testi-card {
    min-width: 450px;
    background: rgba(255, 255, 255, 0.05);
    padding: 50px;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: 0.3s;
}

.testi-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: #c21048;
}

.testi-card p {
    font-family: "Poppins", sans-serif;
    font-style: italic;
    font-size: 1.1rem;
    margin-bottom: 20px;
    opacity: 0.9;
    color: #ffffff;
}

.testi-author {
    color: #c21048;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    font-size: 18px;
}

/* --- FACILITIES (icons + grid) --- */
.facilities-container {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 50px;
}

.fac-list {
    flex: 1;
    list-style: none;
    font-family: "Poppins", sans-serif;
}

.fac-list li {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e7;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #0c193e;
}

.fac-list li:hover {
    color: #c21048;
    transform: translateX(10px);
}

.fac-list li i {
    color: #c21048;
    font-size: 1.2rem;
    width: 25px;
    text-align: center;
}

.fac-image-grid {
    flex: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    background: #ffffff;
    padding: 15px;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(12, 25, 62, 0.08);
}

.grid-item {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 15px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.grid-item:hover {
    transform: scale(1.05);
    z-index: 2;
    border: 2px solid #c21048;
}

.section-heading {
    font-size: 2.5rem;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0c193e;
}

.section-subhead {
    max-width: 800px;
    margin: 20px auto;
    font-size: 1.1rem;
    color: #555;
}

/* --- ENHANCED RESUME FORM --- */
.resume-section {
    background: linear-gradient(135deg, #0c193e 0%, #1a2a5a 100%);
    color: #ffffff;
    border-radius: 60px 60px 0 0;
}

.resume-title {
    font-size: 2.5rem;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}

.resume-sub {
    font-size: 1rem;
    opacity: 0.85;
    color: #ffffff;
}

.form-container {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.03);
    padding: 60px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.input-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 25px;
}

.custom-input {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 18px 25px;
    border-radius: 15px;
    color: #ffffff;
    width: 100%;
    outline: none;
    transition: 0.3s;
    font-family: "Poppins", sans-serif;
}

.custom-input:focus {
    border-color: #c21048;
    background: rgba(255, 255, 255, 0.1);
}

.custom-input option {
    background: #0c193e;
}

.upload-box {
    border: 2px dashed rgba(255, 255, 255, 0.3);
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 30px;
    transition: 0.3s;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
}

.upload-box:hover {
    border-color: #c21048;
    background: rgba(194, 16, 72, 0.05);
}

.upload-icon {
    color: #c21048;
    font-size: 36px;
    margin-bottom: 15px;
    display: inline-block;
}

.submit-btn {
    background: #498e22;
    color: #ffffff;
    width: 100%;
    padding: 20px;
    border-radius: 15px;
    border: none;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.submit-btn:hover {
    background: #3a721b;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* --- ENHANCED FAQ --- */
.faq-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: #f5f5dc;
    margin-bottom: 15px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid transparent;
    transition: 0.3s;
}

.faq-item:hover {
    border-color: #c21048;
}

.faq-trigger {
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    color: #0c193e;
}

.faq-content {
    padding: 0 30px 25px;
    display: none;
    color: #0c193e;
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
}

.faq-icon {
    transition: 0.3s;
    color: #c21048;
    font-size: 1.2rem;
}

.faq-item.active .faq-content {
    display: block;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.bot-main {
    position: relative;
}

.elem01 {
    position: absolute;
    top: 5%;
    right: 8%;
    z-index: 2;
    width: 40px;
    filter: hue-rotate(118deg);
    opacity: 0.2;
}

.elem02 {
    position: absolute;
    top: 27%;
    right: 22%;
    z-index: 2;
    width: 40px;
    filter: hue-rotate(118deg);
    opacity: 0.2;
}

.elem03 {
    position: absolute;
    top: 5%;
    left: 8%;
    z-index: 2;
    width: 60px;
    filter: hue-rotate(118deg);
    opacity: 0.2;
}

.elem04 {
    position: absolute;
    top: 27%;
    left: 22%;
    z-index: 2;
    width: 60px;
    filter: hue-rotate(118deg);
    opacity: 0.2;
}

:root {
    --primary: #0a6e78;
    /* deep teal — exact Lotus primary */
    --primary-dk: #074f57;
    --primary-lt: #e6f4f5;
    --accent: #f4a340;
    /* warm orange accent */
    --accent-lt: #fff4e5;
    --text-dark: #1a2a2f;
    --text-mid: #4a6268;
    --text-light: #7a9298;
    --border: #d4e8ea;
    --bg-section: #f4fbfc;
    --white: #ffffff;
}


/* ── SECTION HEADER ── */
.section-header {
    text-align: center;
    margin-bottom: 52px;
}

.section-header .tag-line {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 12px;
}

.section-header .tag-line::before,
.section-header .tag-line::after {
    content: '';
    width: 28px;
    height: 2px;
    background: var(--accent);
    border-radius: 1px;
}

.section-header h2 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 2.6rem;
    color: #0c193e;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.section-header p {
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto;
}


/* ── MAIN CONTENT SECTION ── */
.trustees-section {
    background: var(--white);
    padding: 80px 40px 110px;
}

/* ── CHAIRMAN CARD ── */
.chairman-outer {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.chairman-card {
    background: var(--white);
    border: 1.5px solid var(--border);
    border-radius: 20px;
    padding: 48px 52px 40px;
    text-align: center;
    max-width: 360px;
    width: 100%;
    position: relative;
    box-shadow: 0 12px 48px rgba(10, 110, 120, 0.10);
    transition: transform .22s, box-shadow .22s;
}

.chairman-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 56px rgba(10, 110, 120, 0.16);
}

.chairman-badge {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--primary-rgb-05);
    color: var(--primary-color);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 10px 22px;
    border-radius: 0 0 12px 12px;
    white-space: nowrap;
}

.avatar-circle {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: 3px solid #0c193e;
}

.av-chairman {
    background: var(--primary-rgb-05);
    color: var(--primary-color);
}

.trust-name {
    font-size: 26px;
    margin-bottom: 0px;
    line-height: 1.2em;
    font-weight: 700;
    color: var(--black-color);
}

.rule-line {
    width: 44px;
    height: 3px;
    background: var(--accent);
    margin: 10px auto;
    border-radius: 2px;
}

.trust-role {
    font-size: 12px;
    font-weight: 600;
    color: #c21048;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 15px 0 0;
}

.trust-tag {
    display: inline-block;
    margin-top: 14px;
    background: var(--primary-lt);
    color: #498e22;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 17px;
    border-radius: 20px;
}

/* ── TRUSTEES GRID ── */
.trustees-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    max-width: 1300px;
    margin: 0 auto;
}

.trustee-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 36px 24px 30px;
    text-align: center;
    transition: transform .22s, box-shadow .22s, border-color .22s;
    position: relative;
    overflow: hidden;
}

.trustee-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #c21048;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .28s ease;
    border-radius: 16px 16px 0 0;
}

.trustee-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(10, 110, 120, 0.12);
}

.trustee-card:hover::before {
    transform: scaleX(1);
}

.trustee-card .avatar-circle {
    width: 72px;
    height: 72px;
    font-size: 20px;
    border-width: 2px;
}

.trustee-card .trust-name {
    font-size: 17px;
    font-weight: 600;
}

.trustee-card .trust-role {
    width: fit-content;
    font-size: 11px;
    background: var(--primary-lt);
    padding: 5px 17px;
    border-radius: 20px;
    margin: 17px auto 0;
}

/* avatar color variants */
.av-1 {
    background: #e0f5f1;
    color: #0a6e78;
    border-color: #0a6e78;
}

.av-2 {
    background: #fef3e8;
    color: #c4620a;
    border-color: #c4620a;
}

.av-3 {
    background: #eeedf8;
    color: #4a3fb5;
    border-color: #4a3fb5;
}

.av-4 {
    background: #fceaf2;
    color: #a03060;
    border-color: #a03060;
}

.av-5 {
    background: #edf7e6;
    color: #2d7a18;
    border-color: #2d7a18;
}


/* ── RESPONSIVE ── */
@media (max-width: 768px) {
    .top-bar {
        display: none;
    }

    .navbar {
        padding: 0 20px;
    }

    .nav-links {
        display: none;
    }

    .page-hero {
        padding: 48px 20px 40px;
    }

    .page-hero h1 {
        font-size: 28px;
    }

    .trustees-section {
        padding: 56px 20px 64px;
    }

    .section-header h2 {
        font-size: 26px;
    }

    .chairman-card {
        padding: 44px 28px 36px;
    }

    .trustees-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .stats-strip {
        gap: 0;
    }

    .stat-item {
        min-width: 120px;
    }

    .footer {
        padding: 40px 20px 20px;
    }

    .footer-top {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .trustees-grid {
        grid-template-columns: 1fr;
    }
}

/* --- MEDIA QUERIES --- */
@media (max-width: 992px) {

    .why-grid,
    .facilities-container,
    .input-row {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .facilities-container {
        flex-direction: column;
    }

    .fac-image-grid {
        order: -1;
        width: 100%;
    }

    .stats-row {
        flex-direction: column;
    }

    .portal-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .testi-card {
        min-width: 320px;
        padding: 30px;
    }

    .form-container {
        padding: 30px 20px;
    }

    .section-padding {
        padding: 60px 5%;
    }
}

@media (max-width: 640px) {
    .testi-card {
        min-width: 260px;
        padding: 20px;
    }

    .why-content-subhead {
        font-size: 1.8rem;
    }

    .portal-header-left h2 {
        font-size: 1.8rem;
    }
}

/* Doctor Profile Popup Form */
.doctor-popup-overlay {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(12, 25, 62, 0.72);
    backdrop-filter: blur(6px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    z-index: 9999;
}

.doctor-popup-overlay.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.doctor-popup-modal {
    position: relative;
    width: 100%;
    max-width: 640px;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    padding: 34px;
    border-radius: 28px;
    background: linear-gradient(180deg, #fff8f3 0%, #ffffff 100%);
    box-shadow: 0 28px 90px rgba(12, 25, 62, 0.24);
    border: 1px solid rgba(194, 16, 72, 0.12);
}

.doctor-popup-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: #ffffff;
    color: #0c193e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(12, 25, 62, 0.12);
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.doctor-popup-close:hover {
    background: #c21048;
    color: #ffffff;
    transform: rotate(90deg);
}

.doctor-popup-header {
    margin-bottom: 24px;
    padding-right: 48px;
}

.doctor-popup-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: rgba(194, 16, 72, 0.08);
    color: #c21048;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.doctor-popup-header h3 {
    margin: 0 0 10px;
    color: #0c193e;
    font-size: 32px;
    line-height: 1.15;
}

.doctor-popup-header p {
    margin: 0;
    color: #5f6678;
    font-size: 16px;
    line-height: 1.7;
}

.doctor-popup-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.doctor-popup-field {
    margin-bottom: 18px;
}

.doctor-popup-field input,
.doctor-popup-field textarea {
    width: 100%;
    border: 1px solid #e3e6ee;
    border-radius: 16px;
    background: #ffffff;
    color: #0c193e;
    font-size: 15px;
    padding: 16px 18px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.doctor-popup-field textarea {
    min-height: 130px;
    resize: vertical;
}

.doctor-popup-field input:focus,
.doctor-popup-field textarea:focus {
    outline: none;
    border-color: #c21048;
    box-shadow: 0 0 0 4px rgba(194, 16, 72, 0.1);
}

.doctor-popup-field.has-error input,
.doctor-popup-field.has-error textarea {
    border-color: #d93025;
    box-shadow: 0 0 0 4px rgba(217, 48, 37, 0.08);
}

.doctor-popup-error {
    display: block;
    min-height: 20px;
    margin-top: 8px;
    color: #d93025;
    font-size: 13px;
    line-height: 1.4;
}

.doctor-popup-alert {
    display: none;
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 1.5;
}

.doctor-popup-alert.is-visible {
    display: block;
}

.doctor-popup-alert-success {
    background: rgba(73, 142, 34, 0.12);
    color: #356d16;
    border: 1px solid rgba(73, 142, 34, 0.2);
}

.doctor-popup-submit {
    border: none;
    margin-top: 8px;
}

.doctor-popup-submit[disabled] {
    opacity: 0.75;
    pointer-events: none;
}

body.doctor-popup-open {
    overflow: hidden;
}

@media (max-width: 767px) {
    .doctor-popup-overlay {
        align-items: flex-end;
        padding: 12px;
    }

    .doctor-popup-modal {
        max-width: 100%;
        max-height: 90vh;
        padding: 26px 18px 22px;
        border-radius: 24px 24px 0 0;
    }

    .doctor-popup-header {
        padding-right: 34px;
    }

    .doctor-popup-header h3 {
        font-size: 26px;
    }

    .doctor-popup-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .doctor-popup-close {
        top: 14px;
        right: 14px;
        width: 38px;
        height: 38px;
    }
}

/* Medical insurance providers logo grid */
.insurance-logo-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

.insurance-logo-item {
    /* min-height: 150px; */
    padding: 22px 16px 18px;
    border: 1px solid rgba(194, 16, 72, 0.12);
    border-radius: 20px;
    background: linear-gradient(180deg, #fff7f9 0%, #ffffff 100%);
    box-shadow: 0 16px 35px rgba(15, 23, 42, 0.06);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* gap: 14px; */
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.insurance-logo-item:hover {
    transform: translateY(-4px);
    border-color: rgba(194, 16, 72, 0.25);
    box-shadow: 0 20px 40px rgba(194, 16, 72, 0.12);
}

.insurance-logo-item p {
    margin: 0;
    color: #334155;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
}

.insurance-logo-badge {
    min-height: 62px;
    padding: 0;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border: 2px solid #00000017;
    overflow: hidden;
}

/* 
.insurance-logo-badge-star {
    background: linear-gradient(135deg, #e53935 0%, #fbc02d 100%);
    color: #ffffff;
}

.insurance-logo-badge-icici {
    background: linear-gradient(135deg, #8e244d 0%, #f58220 100%);
    color: #ffffff;
}

.insurance-logo-badge-tata {
    background: linear-gradient(135deg, #0f4aa3 0%, #2b78da 100%);
    color: #ffffff;
}

.insurance-logo-badge-hdfc {
    background: linear-gradient(135deg, #003a70 0%, #ef4135 100%);
    color: #ffffff;
}

.insurance-logo-badge-cigna {
    background: linear-gradient(135deg, #0f6d62 0%, #7bbf43 100%);
    color: #ffffff;
} */

@media (max-width: 1199px) {
    .insurance-logo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .insurance-logo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .insurance-logo-item {
        min-height: 132px;
        padding: 18px 14px 16px;
        border-radius: 18px;
    }

    .insurance-logo-item p {
        font-size: 14px;
    }

    .insurance-logo-badge {
        min-height: 56px;
        font-size: 15px;
    }
}

@media (max-width: 479px) {
    .insurance-logo-grid {
        grid-template-columns: 1fr;
    }
}

/* Education fellowship application page */
.education-fellowship-page {
    position: relative;
    padding: 110px 0;
    background:
        radial-gradient(circle at top left, rgba(194, 16, 72, 0.08), transparent 28%),
        linear-gradient(180deg, #fff8fa 0%, #ffffff 46%, #fff6f8 100%);
    overflow: hidden;
}

.education-fellowship-shape {
    position: absolute;
    width: 180px;
    opacity: 0.08;
    pointer-events: none;
}

.education-fellowship-shape-left {
    top: 80px;
    left: -20px;
}

.education-fellowship-shape-right {
    right: -10px;
    bottom: 120px;
}

.education-fellowship-hero {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 28px;
    align-items: start;
    margin-bottom: 34px;
}

.education-fellowship-copy {
    padding: 36px 40px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(194, 16, 72, 0.1);
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(8px);
}

.education-fellowship-badge,
.education-fellowship-section-label,
.education-fellowship-panel-heading span,
.education-fellowship-summary-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background: #ffe8ef;
    color: #c21048;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.education-fellowship-copy h2 {
    margin: 18px 0 18px;
    color: #101828;
    font-size: 46px;
    line-height: 1.12;
    font-weight: 700;
}

.education-fellowship-copy p {
    margin: 0;
    color: #475467;
    font-size: 18px;
    line-height: 1.85;
}

.education-fellowship-copy p+p {
    margin-top: 16px;
}

.education-fellowship-hero-single {}

.education-fellowship-copy-full,
.education-fellowship-panel-full {
    width: 100%;
}

.education-fellowship-summary {
    display: grid;
    gap: 18px;
}

.education-fellowship-summary-card {
    padding: 28px 26px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(194, 16, 72, 0.1);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
}

.education-fellowship-summary-card strong {
    display: block;
    margin: 16px 0 10px;
    color: #101828;
    font-size: 28px;
    line-height: 1.2;
}

.education-fellowship-summary-card p {
    margin: 0;
    color: #5f6678;
    font-size: 15px;
    line-height: 1.75;
}

.education-fellowship-grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 24px;
    margin-bottom: 34px;
}

.education-fellowship-grid-single {
    width: 100%;
}

.education-fellowship-panel {
    padding: 34px 32px;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.05);
}

.education-fellowship-panel-accent {
    background: linear-gradient(180deg, #fff1f5 0%, #ffffff 100%);
}

.education-fellowship-panel-heading h3,
.education-fellowship-programs-header h3 {
    margin: 16px 0 0;
    color: #101828;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
}

.education-fellowship-list {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.education-fellowship-list li {
    position: relative;
    margin: 0;
    padding: 0 0 0 26px;
    color: #475467;
    font-size: 17px;
    line-height: 1.8;
}

.education-fellowship-list li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c21048 0%, #f26b8a 100%);
    box-shadow: 0 0 0 6px rgba(194, 16, 72, 0.08);
}

.education-fellowship-list li+li {
    margin-top: 18px;
}

.education-fellowship-feature-list {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.education-fellowship-feature {
    padding: 18px 18px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(194, 16, 72, 0.08);
}

.education-fellowship-feature strong {
    display: block;
    margin-bottom: 8px;
    color: #101828;
    font-size: 17px;
    line-height: 1.4;
}

.education-fellowship-feature p,
.education-fellowship-programs-header p {
    margin: 0;
    color: #5f6678;
    font-size: 15px;
    line-height: 1.7;
}

.education-fellowship-programs {
    position: relative;
    z-index: 1;
    padding: 34px 32px 38px;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.06);
}

.education-fellowship-programs-header {
    max-width: 760px;
    margin-bottom: 26px;
}

.education-fellowship-program-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.education-fellowship-program-card {
    min-height: 220px;
    padding: 24px 22px;
    border-radius: 22px;
    background: linear-gradient(180deg, #fff8fa 0%, #ffffff 100%);
    border: 1px solid rgba(194, 16, 72, 0.09);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.education-fellowship-program-card-media {
    padding: 0;
    overflow: hidden;
    gap: 0;
}

.education-fellowship-program-image {
    width: 100%;
    display: block;
}

.education-fellowship-program-body {
    padding: 20px 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}

.education-fellowship-program-card:hover {
    transform: translateY(-5px);
    border-color: rgba(194, 16, 72, 0.22);
    box-shadow: 0 20px 40px rgba(194, 16, 72, 0.1);
}

.education-fellowship-program-tag {
    display: inline-flex;
    align-self: flex-start;
    padding: 7px 12px;
    border-radius: 999px;
    background: #ffffff;
    color: #c21048;
    border: 1px solid rgba(194, 16, 72, 0.12);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.education-fellowship-program-card h4 {
    margin: 0;
    color: #101828;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
}

.education-fellowship-program-card p {
    margin: 0;
    color: #5f6678;
    font-size: 15px;
    line-height: 1.7;
}

@media (max-width: 1199px) {
    .education-fellowship-hero {
        grid-template-columns: 1fr;
    }

    .education-fellowship-summary {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .education-fellowship-program-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .education-fellowship-page {
        padding: 90px 0;
    }

    .education-fellowship-copy h2 {
        font-size: 38px;
    }

    .education-fellowship-grid,
    .education-fellowship-feature-list,
    .education-fellowship-summary {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .education-fellowship-page {
        padding: 72px 0;
    }

    .education-fellowship-copy,
    .education-fellowship-panel,
    .education-fellowship-programs,
    .education-fellowship-summary-card {
        padding: 24px 20px;
        border-radius: 22px;
    }

    .education-fellowship-copy h2 {
        font-size: 31px;
    }

    .education-fellowship-copy p,
    .education-fellowship-list li {
        font-size: 16px;
    }

    .education-fellowship-panel-heading h3,
    .education-fellowship-programs-header h3 {
        font-size: 26px;
    }

    .education-fellowship-program-grid {
        grid-template-columns: 1fr;
    }

    .education-fellowship-program-card {
        min-height: auto;
    }

    .education-fellowship-program-image {
        height: 210px;
    }
}

@media (max-width: 479px) {
    .education-fellowship-copy h2 {
        font-size: 27px;
    }

    .education-fellowship-badge,
    .education-fellowship-section-label,
    .education-fellowship-panel-heading span,
    .education-fellowship-summary-label {
        letter-spacing: 0.1em;
        font-size: 11px;
    }

    .education-fellowship-program-image {
        height: 190px;
    }

    .education-fellowship-program-body {
        padding: 18px 16px 20px;
    }
}

/* Oculoplasty fellowship section */
.oculoplasty-fellowship-page {
    padding: 100px 0;
    background:
        radial-gradient(circle at top right, rgba(194, 16, 72, 0.07), transparent 22%),
        linear-gradient(180deg, #fff3ef 0%, #fffdfb 100%);
    overflow: hidden;
}

.oculoplasty-fellowship-shell {
    position: relative;
    display: grid;
    gap: 0;
}

.oculoplasty-fellowship-media {
    position: relative;
    min-height: 520px;
    border-radius: 34px 34px 0 0;
    overflow: hidden;
}

.oculoplasty-fellowship-image {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
}

.header-sidebar {
    display: none;
}

.oculoplasty-fellowship-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 20, 47, 0.08) 0%, rgb(10 20 47 / 27%) 100%);
}

.oculoplasty-fellowship-media-overlay {
    position: absolute;
    inset: auto 34px 28px 34px;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.oculoplasty-fellowship-content {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(16, 42, 103, 0.08);
    border-top: 0;
    border-radius: 0 0 34px 34px;
    padding: 34px 38px 38px;
    color: #102a67;
    box-shadow: 0 20px 48px rgba(16, 42, 103, 0.06);
}

.oculoplasty-fellowship-topline {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: start;
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid rgba(16, 42, 103, 0.1);
}

.oculoplasty-fellowship-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.4rem, 3vw, 4.8rem);
    line-height: 0.95;
    max-width: 800px;
}

.oculoplasty-fellowship-text,
.oculoplasty-fellowship-learn li {
    margin: 0;
    color: #55555a;
    font-size: 18px;
    line-height: 1.75;
}

.oculoplasty-fellowship-text strong,
.oculoplasty-fellowship-learn h3 {
    color: #3d3d45;
    font-weight: 700;
}

.oculoplasty-fellowship-text {
    max-width: 850px;
}

.oculoplasty-fellowship-learn {
    position: relative;
}

.oculoplasty-fellowship-learn h3 {
    margin: 0 0 16px;
    font-size: 28px;
}

.oculoplasty-fellowship-learn ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 26px;
}

.oculoplasty-fellowship-learn li {
    position: relative;
    padding: 18px 18px 18px 44px;
    margin-bottom: 0;
    background: #f8f9fc;
    border-radius: 18px;
}

.oculoplasty-fellowship-learn li::before {
    content: "";
    position: absolute;
    top: 26px;
    left: 20px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c21048;
}

.oculoplasty-fellowship-duration {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    padding: 18px 20px;
    position: relative;
    background: #102a67;
    border-radius: 16px;
    min-width: 170px;
}

.oculoplasty-fellowship-duration-label {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.oculoplasty-fellowship-duration-value {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.15;
}

.oculoplasty-fellowship-number {
    color: rgba(255, 255, 255, 0.34);
    font-size: clamp(5.5rem, 8vw, 8rem);
    font-weight: 700;
    line-height: 0.9;
}

@media (max-width: 1199px) {

    .oculoplasty-fellowship-text,
    .oculoplasty-fellowship-learn li {
        font-size: 17px;
    }

    .oculoplasty-fellowship-learn ul {
        gap: 12px 18px;
    }
}

@media (max-width: 991px) {
    .oculoplasty-fellowship-page {
        padding: 90px 0;
    }

    .oculoplasty-fellowship-media {
        min-height: 420px;
    }

    .oculoplasty-fellowship-image {
        height: 420px;
    }

    .oculoplasty-fellowship-content {
        padding: 28px 24px;
    }

    .oculoplasty-fellowship-topline {
        grid-template-columns: 1fr;
    }

    .oculoplasty-fellowship-learn ul {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .oculoplasty-fellowship-page {
        padding: 72px 0;
    }

    .oculoplasty-fellowship-title {
        font-size: 34px;
        line-height: 1;
    }

    .oculoplasty-fellowship-media {
        min-height: 320px;
        border-radius: 24px 24px 0 0;
    }

    .oculoplasty-fellowship-image {
        height: 320px;
    }

    .oculoplasty-fellowship-media-overlay {
        inset: auto 18px 18px 18px;
        align-items: center;
    }

    .oculoplasty-fellowship-text,
    .oculoplasty-fellowship-learn li {
        font-size: 15px;
        line-height: 1.8;
    }

    .oculoplasty-fellowship-learn li {
        padding: 16px 16px 16px 40px;
    }

    .oculoplasty-fellowship-learn li::before {
        top: 23px;
        left: 18px;
    }

    .oculoplasty-fellowship-duration-value {
        font-size: 22px;
    }

    .oculoplasty-fellowship-number {
        font-size: 56px;
    }

    .oculoplasty-fellowship-content {
        padding: 22px 18px 24px;
        border-radius: 0 0 24px 24px;
    }

    .oculoplasty-fellowship-learn h3 {
        font-size: 22px;
    }
}