* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    color: #1a2c3e;
    overflow-x: hidden;
}

/* Custom color variables - replaced with #172951 primary */
:root {
    --deep-navy: #172951;
    --mid-navy: #1f3a5f;
    --accent-blue: #172951;
    /* using the requested color */
    --soft-bg: #f0f4f9;
    --light-border: #e0e8f0;
}

.banner-style-three h2,
.banner-style-three p {
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

.banner-section {
    min-height: 100vh;
    top: 10px;
    position: relative;
    padding: 80px 0 0;
    overflow: visible;
    display: flex;
    align-items: end;
}

.banner-style-three .pattern-layer .pattern-3 {
    height: 834px;
}



.achievement-item {
    background-color: white;
    border: 1px solid #2d95d687;
    border-radius: 16px;
    padding: .6rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.achievement-item:hover {
    border-color: var(--deep-navy);
    box-shadow: 0 8px 24px rgba(23, 41, 81, 0.12);
    transform: translateY(-4px);
}

.achievement-number {
    color: #2d95d6;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}


.achievement-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: var(--soft-bg);
    border-radius: 10px;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #2e97d8;
}

.achievement-title {
    color: var(--deep-navy);
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.achievement-description {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.6;
}

.achievements-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(23, 41, 81, 0.15);
}

/* Buttons & hover effects */
.btn-navy {
    background-color: var(--deep-navy);
    color: white;
    border-radius: 40px;
    padding: 12px 28px;
    font-weight: 600;
    transition: all 0.25s ease;
    border: none;
}

.btn-navy:hover {
    background-color: #2a4b7a;
    transform: translateY(-3px);
    box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.2);
    color: white;
}

.btn-outline-navy {
    background-color: transparent;
    border: 2px solid var(--deep-navy);
    color: var(--deep-navy);
    border-radius: 40px;
    padding: 12px 28px;
    font-weight: 600;
    transition: all 0.25s ease;
}

.btn-outline-navy:hover {
    background-color: var(--deep-navy);
    color: white;
    transform: translateY(-2px);
}

.stat-card,
.special-card,
.reason-card,
.service-card,
.milestone-card {
    transition: all 0.25s ease-in-out;
    border-radius: 1.5rem;
}

.stat-card:hover,
.special-card:hover,
.reason-card:hover,
.service-card:hover,
.milestone-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.12);
}

.section-title {
    font-weight: 700;
    color: var(--deep-navy);
    position: relative;
    display: inline-block;
}

.title-divider {
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, var(--deep-navy), #4a6f8f);
    border-radius: 4px;
    margin: 0.5rem auto 1rem auto;
}

.rounded-xl {
    border-radius: 1.25rem;
}

.icon-circle {
    width: 56px;
    height: 56px;
    background-color: #3c4a6996;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--deep-navy);
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
}


.bg-soft-navy {
    background-color: rgba(23, 41, 81, 0.03);
}

.border-navy-light {
    border-color: rgba(23, 41, 81, 0.15);
}

.text-navy {
    color: var(--deep-navy) !important;
}

.bg-navy {
    background-color: var(--deep-navy) !important;
}

.btn-outline-light-custom {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    border-radius: 40px;
    padding: 12px 28px;
    font-weight: 600;
    transition: all 0.25s ease;
}

.btn-outline-light-custom:hover {
    background-color: white;
    color: var(--deep-navy);
    transform: translateY(-2px);
}

.text-light {
    color: #ffffff !important;
}

.text-wrapper {
    background: rgb(0 0 0 / 9%);
    padding: 20px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    /* modern glass effect */
}

@media (max-width: 768px) {
    .display-4 {
        font-size: 2.2rem;
    }

    .hero-img {
        margin-top: 1.5rem;
    }
}



.banner-section {
    min-height: 100vh;
    top: 10px;
    position: relative;
    padding: 80px 0 0;
    overflow: visible;
}

img.drsaranya {
    margin-top: 0px !important
}

.btn-primary-custom {
    background-color: var(--secondary-color);
    border: none;
    color: #ffffff;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
}

.btn-primary-custom:hover {
    background-color: #ffffff;
    transform: translateY(-2px);
    color: var(--secondary-color);
}

.btn-secondary-custom {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 13px 35px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 15px;
}

.btn-secondary-custom:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
    color: #ffffff;
    transform: translateY(-2px);
}

.doctor-image-wrapper {
    position: relative;
    text-align: right;
    margin-top: -20px;
}

.doctor-image-wrapper img {
    max-width: 100%;
    height: auto;
    position: relative;
    top: -40px;
}

.banner-style-three .inner-box {
    padding: 100px 0px 0px 0px;
}


/* Stats Cards Container */
.stats-cards-container {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    z-index: 10;
}

/* Individual Stat Card */
.stat-card-modern {
    background: var(--deep-navy);
    background: #ffffff;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.stat-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.18);
}

.stat-card-modern.active {
    background: var(--theme-color);
    color: #ffffff;
}

.stat-card-modern.active .stat-icon-modern {
    color: #ffffff;
}

.stat-card-modern.active .stat-number-modern,
.stat-card-modern.active .stat-label-modern {
    color: #ffffff;
}

.stat-icon-modern {
    font-size: 42px;
    color: var(--deep-navy);
    margin-bottom: 20px;
    display: block;
}

.stat-number-modern {
    font-size: 36px;
    font-weight: 700;
    color: var(--deep-navy);
    margin-bottom: 10px;
    display: block;
}

.stat-label-modern {
    font-size: 15px;
    color: var(--deep-navy);
    font-weight: 500;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .stats-badges-inner {
        gap: 10px;
    }

    .stats-badges {
        gap: 10px !important;
    }
}

/*banner  Responsive Adjustments */
@media (max-width: 991px) {
    .banner-section {
        padding: 60px 0 200px;
    }

    .main-title {
        font-size: 38px;
    }

    .doctor-image-wrapper {
        margin-top: 30px;
        text-align: center;
    }

    .doctor-image-wrapper img {
        top: 0;
        max-width: 80%;
    }

    .banner-content {
        padding-right: 0;
        text-align: center;
    }

    .stats-cards-container {
        bottom: -100px;
    }

    .banner-spacer {
        height: 140px;
    }
}

@media (max-width: 767px) {
    .main-title {
        font-size: 32px;
    }

    .clinic-type {
        font-size: 16px;
    }

    .quote-text {
        font-size: 16px;
    }

    .stat-card-modern {
        margin-bottom: 20px;
    }

    .stats-cards-container {
        position: relative;
        bottom: 0;
        margin-top: 40px;
    }


    .banner-spacer {
        height: 0;
    }

    .banner-section {
        padding: 60px 0 0px;
    }
}

@media (max-width: 575px) {

    .btn-primary-custom,
    .btn-secondary-custom {
        display: block;
        width: 100%;
        margin-right: 0;
        text-align: center;
    }

    .stat-icon-modern {
        font-size: 36px;
    }

    .stat-number-modern {
        font-size: 30px;
    }
}

.linkedin-btn:hover {
    background-color: #0077B5 !important;
    border: none;
}