﻿:root {
    --team-primary: #0f766e;
    --team-secondary: #16a085;
    --team-dark: #123c3a;
    --team-light: #f0fdfa;
    --team-soft: #e8f7f5;
    --team-accent: #f59e0b;
    --team-text: #334155;
    --team-muted: #64748b;
    --team-white: #ffffff;
    --team-shadow: 0 18px 50px rgba(15, 118, 110, .12);
    --team-radius: 24px;
}

/* =========================
       HERO
    ========================= */

.team-hero {
    min-height: 480px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(8, 55, 52, .94), rgba(15, 118, 110, .78), rgba(15, 118, 110, .30)), url('@Url.Content("~/Content/About/team-banner.jpg")') center/cover no-repeat;
}

    .team-hero::before {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        border-radius: 50%;
        background: rgba(255,255,255,.06);
        right: -120px;
        top: -100px;
    }

    .team-hero::after {
        content: "🐾";
        position: absolute;
        right: 9%;
        bottom: 45px;
        font-size: 120px;
        opacity: .10;
        transform: rotate(-15deg);
    }

.team-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    color: #fff;
    padding: 70px 0;
}

.team-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 18px;
    border-radius: 50px;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.22);
    backdrop-filter: blur(10px);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.team-hero h1 {
    font-size: clamp(42px, 6vw, 70px);
    line-height: 1.05;
    font-weight: 800;
    margin: 0 0 22px;
    font-family: Math, sans-serif;
}

    .team-hero h1 span {
        display: block;
        color: #a7f3d0;
    }

.team-hero p {
    max-width: 680px;
    font-size: 19px;
    line-height: 1.8;
    margin: 0;
    color: rgba(255,255,255,.90);
}

/* =========================
       COMMON SECTION
    ========================= */

.team-section {
    padding: 95px 0;
    background: #fff;
}

    .team-section.soft {
        background: var(--team-light);
    }

.team-heading {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 55px;
}

    .team-heading .tag {
        color: var(--team-primary);
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 2px;
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: 12px;
    }

    .team-heading h2 {
        color: var(--team-dark);
        font-size: clamp(32px, 4vw, 48px);
        font-weight: 800;
        margin-bottom: 17px;
        font-family: Math, sans-serif;
    }

        .team-heading h2 span {
            color: var(--team-primary);
        }

    .team-heading p {
        color: var(--team-muted);
        font-size: 17px;
        line-height: 1.8;
        margin: 0;
    }

/* =========================
       INTRO
    ========================= */

.team-intro-image {
    position: relative;
}

    .team-intro-image img {
        width: 100%;
        height: 480px;
        object-fit: cover;
        border-radius: 28px;
        box-shadow: var(--team-shadow);
    }

.experience-badge {
    position: absolute;
    bottom: 25px;
    left: 25px;
    background: #fff;
    border-radius: 18px;
    padding: 18px 24px;
    box-shadow: 0 15px 40px rgba(0,0,0,.14);
    display: flex;
    align-items: center;
    gap: 14px;
}

    .experience-badge .badge-icon {
        width: 50px;
        height: 50px;
        background: var(--team-soft);
        color: var(--team-primary);
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
    }

    .experience-badge strong {
        display: block;
        font-size: 22px;
        color: var(--team-dark);
    }

    .experience-badge small {
        color: var(--team-muted);
    }

.team-intro-content {
    padding-left: 35px;
}

    .team-intro-content .mini-tag {
        color: var(--team-primary);
        font-weight: 800;
        letter-spacing: 1.7px;
        font-size: 13px;
    }

    .team-intro-content h2 {
        color: var(--team-dark);
        font-size: 42px;
        line-height: 1.2;
        font-weight: 800;
        margin: 15px 0 20px;
        font-family: Math, sans-serif;
    }

        .team-intro-content h2 span {
            color: var(--team-primary);
        }

    .team-intro-content p {
        color: var(--team-muted);
        line-height: 1.85;
        font-size: 16px;
    }

.team-check-list {
    margin-top: 25px;
}

.team-check {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    color: var(--team-text);
    font-weight: 600;
}

    .team-check i {
        width: 27px;
        height: 27px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--team-soft);
        color: var(--team-primary);
        font-size: 13px;
    }

/* =========================
       DOCTOR CARD
    ========================= */

.doctor-card {
    background: #fff;
    border-radius: var(--team-radius);
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(15,118,110,.09);
    border: 1px solid #e5eeee;
    transition: all .35s ease;
    height: 100%;
}

    .doctor-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 55px rgba(15,118,110,.18);
    }

.doctor-image-wrap {
    position: relative;
    overflow: hidden;
    background: var(--team-soft);
}

.doctor-image {
    width: 100%;
    height: 360px;
    display: block;
    object-fit: cover;
    object-position: center top;
    transition: transform .5s ease;
}

.doctor-card:hover .doctor-image {
    transform: scale(1.05);
}

.doctor-specialty {
    position: absolute;
    left: 18px;
    bottom: 18px;
    background: rgba(255,255,255,.95);
    color: var(--team-primary);
    border-radius: 50px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 8px 25px rgba(0,0,0,.12);
}

.doctor-content {
    padding: 25px;
}

    .doctor-content h3 {
        color: var(--team-dark);
        font-size: 23px;
        font-weight: 800;
        margin-bottom: 6px;
        font-family: Math, sans-serif;
    }

    .doctor-content .designation {
        color: var(--team-primary);
        font-weight: 700;
        font-size: 14px;
        margin-bottom: 12px;
    }

    .doctor-content p {
        color: var(--team-muted);
        line-height: 1.65;
        margin-bottom: 18px;
    }

.doctor-meta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

    .doctor-meta span {
        background: var(--team-light);
        color: var(--team-primary);
        padding: 7px 11px;
        border-radius: 8px;
        font-size: 12px;
        font-weight: 700;
    }

.doctor-social {
    display: flex;
    gap: 8px;
    margin-top: 20px;
}

    .doctor-social a {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        color: var(--team-primary);
        background: var(--team-soft);
        text-decoration: none;
        transition: all .25s ease;
    }

        .doctor-social a:hover {
            background: var(--team-primary);
            color: #fff;
            transform: translateY(-3px);
        }

/* =========================
       STATS
    ========================= */

.team-stats {
    padding: 70px 0;
    background: linear-gradient(135deg, rgba(15,118,110,.96), rgba(22,160,133,.94)), url('@Url.Content("~/Content/About/team-bg.jpg")') center/cover;
    color: #fff;
}

.stat-box {
    text-align: center;
    padding: 20px;
}

.stat-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 17px;
    border-radius: 18px;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.20);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.stat-box h3 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 3px;
}

.stat-box p {
    margin: 0;
    color: rgba(255,255,255,.80);
    font-weight: 600;
}

/* =========================
       SUPPORT TEAM
    ========================= */

.support-card {
    padding: 30px;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e4eeee;
    transition: all .3s ease;
}

    .support-card:hover {
        transform: translateY(-7px);
        box-shadow: var(--team-shadow);
    }

.support-icon {
    width: 60px;
    height: 60px;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--team-soft);
    color: var(--team-primary);
    font-size: 25px;
    margin-bottom: 20px;
}

.support-card h4 {
    color: var(--team-dark);
    font-weight: 800;
    margin-bottom: 10px;
    font-family: Math, sans-serif;
}

.support-card p {
    color: var(--team-muted);
    line-height: 1.7;
    margin: 0;
}

/* =========================
       CTA
    ========================= */

.team-cta {
    padding: 90px 0;
    background: var(--team-light);
}

.team-cta-box {
    position: relative;
    overflow: hidden;
    padding: 60px;
    border-radius: 30px;
    background: linear-gradient(135deg, #0f766e, #16a085);
    color: #fff;
}

    .team-cta-box::after {
        content: "🐾";
        position: absolute;
        right: 30px;
        bottom: -40px;
        font-size: 180px;
        opacity: .08;
    }

    .team-cta-box h2 {
        font-size: 40px;
        font-weight: 800;
        margin-bottom: 12px;
        font-family: Math, sans-serif;
    }

    .team-cta-box p {
        color: rgba(255,255,255,.85);
        font-size: 17px;
        max-width: 650px;
        line-height: 1.8;
        margin-bottom: 25px;
    }

.team-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: var(--team-primary);
    padding: 14px 25px;
    border-radius: 12px;
    font-weight: 800;
    text-decoration: none;
    transition: all .25s ease;
}

    .team-btn:hover {
        color: var(--team-primary);
        transform: translateY(-3px);
        box-shadow: 0 12px 30px rgba(0,0,0,.15);
    }

/* =========================
       RESPONSIVE
    ========================= */

@media (max-width: 991px) {

    .team-hero {
        min-height: 420px;
    }

    .team-intro-content {
        padding-left: 0;
        margin-top: 35px;
    }

        .team-intro-content h2 {
            font-size: 35px;
        }

    .team-cta-box {
        padding: 45px 30px;
    }
}

@media (max-width: 767px) {

    .team-section {
        padding: 65px 0;
    }

    .team-hero {
        min-height: 400px;
    }

    .team-hero-content {
        padding: 45px 15px;
    }

    .team-hero h1 {
        font-size: 42px;
    }

    .team-hero p {
        font-size: 16px;
    }

    .team-intro-image img {
        height: 350px;
    }

    .doctor-image {
        height: 330px;
    }

    .team-cta-box h2 {
        font-size: 30px;
    }

    .stat-box {
        margin-bottom: 25px;
    }
}
