/* ---------------------------------------------------------------------------------------------------- DR. MOHIT GUPTA ABOUT PAGE */
@media (max-width: 991px) {

    .vp-section {
        padding: 70px 0;
    }

    /* Hero */
    .vp-hero {
        padding: 70px 0;
        text-align: center;
    }

    .vp-hero-title {
        font-size: 42px;
    }

    .vp-hero-desc {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .vp-hero-stats {
        justify-content: center;
    }

    .vp-hero-eyebrow {
        justify-content: center;
    }

    .vp-hero-cta {
        margin: 0 auto;
    }

    .vp-hero-img-wrap {
        margin-top: 48px;
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }

    .vp-badge-float-1 {
        left: 0;
    }

    .vp-badge-float-2 {
        right: 0;
    }

    /* Heading */
    .vp-heading {
        font-size: 32px;
    }

    /* Intro — disable sticky on both columns */
    .vp-intro .col-lg-6:first-child {
        position: static !important;
    }

    .vp-capabilities-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .vp-capability-card {
        padding: 18px 16px;
    }

    /* Why section — disable sticky, stack image below */
    .vp-why .col-lg-5 {
        position: static !important;
        align-self: auto;
    }

    .vp-why-img {
        height: 420px;
    }

    /* Education cards */
    .vp-edu-card {
        padding: 28px 24px;
    }

    /* FAQ */
    .vp-faq .col-lg-5 {
        margin-bottom: 40px;
    }

    /* CTA stats strip */
    .vp-cta-section .d-flex.gap-5 {
        gap: 24px !important;
    }

    .vp-cta-section [style*="width:1px"] {
        display: none;
    }
}

/* ── 768px — tablet portrait ── */
@media (max-width: 768px) {

    .vp-section {
        padding: 60px 0;
    }

    /* Hero */
    .vp-hero-title {
        font-size: 34px;
    }

    .vp-hero-stats {
        gap: 24px;
    }

    .vp-stat-num {
        font-size: 1.8rem;
    }

    .vp-hero-bg {
        height: 480px;
    }

    .vp-hero-avatar {
        width: 220px;
        height: 220px;
    }

    /* Heading */
    .vp-heading {
        font-size: 28px;
    }

    /* Capabilities grid — 2 cols stays, but tighter */
    .vp-capabilities-grid {
        gap: 12px;
    }

    .vp-capability-icon {
        width: 46px;
        height: 46px;
        font-size: 1.1rem;
        margin-bottom: 12px;
    }

    .vp-capability-content h4 {
        font-size: 0.9rem;
    }

    .vp-capability-content p {
        font-size: 0.82rem;
    }

    /* Intro quote */
    .vp-intro-quote {
        font-size: 17px;
    }

    /* Swiper nav — center below heading */
    .vp-swiper-nav {
        justify-content: flex-start;
        margin-top: 12px;
        margin-bottom: 20px;
    }

    .vp-treatments .col-lg-4 {
        justify-content: flex-start !important;
    }

    /* Cond card icon */
    .vp-cond-icon {
        width: 80px;
        height: 80px;
    }

    /* Why items */
    .vp-why-item {
        padding: 18px;
        gap: 14px;
    }

    .vp-why-img {
        height: 360px;
    }

    .vp-why-img-badge {
        bottom: 18px;
        left: 18px;
        padding: 12px 16px;
    }

    .vp-why-badge-num {
        font-size: 1.6rem;
    }

    /* Education */
    .vp-edu-card {
        padding: 24px 20px;
    }

    /* Approach */
    .vp-approach-num {
        font-size: 2.5rem;
    }

    /* CTA */
    .vp-cta-section {
        padding: 70px 0;
    }

    .vp-btn-primary,
    .vp-btn-outline {
        padding: 14px 26px;
        font-size: 0.9rem;
    }

    .vp-cta-section .d-flex.gap-3 {
        flex-direction: column;
        align-items: center;
    }

    /* Badge strip */
    .vp-badge-strip-inner {
        gap: 40px;
    }
}

/* ── 576px — mobile ── */
@media (max-width: 576px) {

    .vp-section {
        padding: 50px 0;
        overflow-x: hidden !important;
    }

    /* Hero */
    .vp-hero {
        padding: 50px 0;
    }

    .vp-hero-title {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .vp-hero-desc {
        font-size: 0.95rem;
        margin-bottom: 32px;
    }

    .vp-hero-stats {
        gap: 18px;
        margin-bottom: 32px;
    }

    .vp-stat-num {
        font-size: 1.6rem;
    }

    .vp-stat-label {
        font-size: 0.7rem;
    }

    .vp-hero-bg {
        height: 440px;
    }

    .vp-hero-avatar {
        width: 180px;
        height: 180px;
    }

    .vp-hero-name {
        font-size: 1.2rem;
    }

    .vp-hero-specialization {
        font-size: 0.75rem;
    }

    .vp-badge-float {
        padding: 10px 14px;
        border-radius: 12px;
    }

    .vp-badge-float-1 {
        top: 16px;
        left: -8px;
    }

    .vp-badge-float-2 {
        bottom: 20px;
        right: -8px;
    }

    .vp-badge-label {
        font-size: 0.62rem;
    }

    .vp-badge-value {
        font-size: 0.88rem;
    }

    /* Heading & tag */
    .vp-heading {
        font-size: 24px;
    }

    .vp-tag {
        font-size: 10px;
        padding: 5px 12px;
    }

    /* Intro */
    .vp-intro-quote {
        font-size: 15px;
        padding-left: 18px;
    }

    .vp-body {
        font-size: 0.95rem;
    }

    /* Capabilities — single column on mobile */
    .vp-capabilities-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .vp-capability-card {
        padding: 18px 16px;
        border-radius: 16px;
    }

    /* Education */
    .vp-edu-card {
        padding: 22px 18px;
    }

    .vp-edu-card h4 {
        font-size: 0.95rem;
    }

    /* Treatments */
    .vp-cond-card {
        padding: 22px 18px;
    }

    .vp-cond-icon {
        width: 70px;
        height: 70px;
    }

    .vp-cond-card h4 {
        font-size: 0.9rem;
    }

    .vp-proc-card {
        padding: 22px 18px;
    }

    .vp-swiper-btn {
        width: 40px;
        height: 40px;
        font-size: 0.8rem;
    }

    /* Approach */
    .vp-approach-card {
        padding: 26px 22px;
    }

    .vp-approach-num {
        font-size: 2rem;
    }

    /* Why */
    .vp-why-item {
        padding: 16px;
        gap: 12px;
        flex-direction: row;
    }

    .vp-why-check {
        width: 36px;
        height: 36px;
        font-size: 0.8rem;
        flex-shrink: 0;
    }

    .vp-why-text h5 {
        font-size: 0.88rem;
    }

    .vp-why-text p {
        font-size: 0.8rem;
    }

    .vp-why-img {
        height: 300px;
    }

    .vp-why-img-badge {
        bottom: 14px;
        left: 14px;
        padding: 10px 14px;
        gap: 10px;
        border-radius: 14px;
    }

    .vp-why-badge-num {
        font-size: 1.4rem;
    }

    .vp-why-badge-label {
        font-size: 0.72rem;
    }

    /* FAQ */
    .vp-faq-q {
        padding: 18px 20px;
    }

    .vp-faq-q h5 {
        font-size: 0.9rem;
    }

    .vp-faq-a {
        padding: 0 20px;
    }

    .vp-faq-item.open .vp-faq-a {
        padding-bottom: 18px;
    }

    .vp-faq-a p {
        font-size: 0.88rem;
    }

    .vp-faq-icon {
        width: 28px;
        height: 28px;
        font-size: 0.75rem;
        flex-shrink: 0;
    }

    /* CTA */
    .vp-cta-section {
        padding: 56px 0;
    }

    .vp-cta-section .d-flex.gap-5 {
        gap: 20px !important;
        flex-wrap: wrap;
        justify-content: center;
    }

    .vp-btn-primary,
    .vp-btn-outline {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
    }

    /* Badge strip */
    .vp-badge-strip {
        padding: 14px 0;
    }

    .vp-badge-strip-item {
        font-size: 0.78rem;
    }
}



/* ---------------------------------------------------------------------------------------------------------------- DR. RAKHI GOYAL PAGE */

@media (max-width: 991px) {

    /* Hide custom cursor on touch devices */
    .drg-cursor,
    .drg-cursor-ring {
        display: none;
    }

    /* Hero */
    .drg-hero {
        padding: 72px 0 60px;
    }

    .drg-hero-title {
        font-size: 44px;
    }

    .drg-hero-sub {
        font-size: 0.97rem;
        max-width: 100%;
    }

    .drg-hero-cta {
        margin-top: 30px;
    }

    .drg-hero-card {
        padding: 30px 26px;
        margin-top: 10px;
    }

    .drg-hero-avatar {
        width: 72px;
        height: 72px;
        font-size: 1.7rem;
    }

    /* About */
    .drg-about-section {
        padding: 60px 0;
    }

    .drg-about-text-wrap {
        padding-left: 0;
        padding-top: 60px;
    }

    .drg-about-img-box {
        height: 380px;
    }

    .drg-about-monogram {
        font-size: 6rem;
    }

    .drg-about-initials {
        font-size: 3.8rem;
    }

    .drg-about-floating-badge {
        right: 10px;
        bottom: -16px;
    }

    .drg-about-floating-line {
        left: 10px;
    }

    .drg-lead-text {
        font-size: 16px;
    }

    .drg-qual-grid {
        grid-template-columns: 1fr 1fr;
    }

    /* Education */
    .drg-edu-section {
        padding: 60px 0;
    }

    .drg-timeline {
        margin-top: 36px;
    }

    .drg-edu-card {
        padding: 36px 30px;
        margin-top: 10px;
    }

    .drg-edu-card-title {
        font-size: 2rem;
    }

    /* Treatments */
    .drg-treat-section {
        padding: 60px 0;
    }

    /* Procedures */
    .drg-proc-section {
        padding: 60px 0;
    }

    .drg-proc-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    /* Why Choose */
    .drg-why-section {
        padding: 60px 0;
    }

    .drg-why-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .drg-cta-banner {
        padding: 44px 36px;
        flex-direction: column;
        align-items: flex-start;
    }

    /* FAQ */
    .drg-faq-section {
        padding: 60px 0;
    }

    .drg-faq-wrap {
        margin-top: 36px;
    }

    /* Reveal — reduce lateral offset on narrower screens */
    .drg-reveal-left,
    .drg-reveal-right {
        transform: translateY(30px);
        opacity: 0;
    }

    .drg-reveal-left.drg-visible,
    .drg-reveal-right.drg-visible {
        transform: none;
        opacity: 1;
    }
}


/* ── 768px — Tablet Portrait ───────────────────── */
@media (max-width: 768px) {

    /* Hero */
    .drg-hero {
        padding: 60px 0 52px;
    }

    .drg-hero-title {
        font-size: 36px;
        line-height: 1.12;
    }

    .drg-hero-badge {
        font-size: 0.65rem;
        padding: 6px 13px;
        margin-bottom: 20px;
    }

    .drg-hero-sub {
        font-size: 0.92rem;
        margin-top: 16px;
    }

    .drg-hero-cta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-top: 26px;
    }

    .drg-btn-primary,
    .drg-btn-outline {
        width: 100%;
        justify-content: center;
        padding: 13px 24px;
    }

    .drg-hero-card {
        padding: 26px 22px;
        border-radius: 18px;
    }

    .drg-hero-avatar {
        width: 64px;
        height: 64px;
        font-size: 1.5rem;
        margin-bottom: 14px;
    }

    .drg-stat-num {
        font-size: 1.7rem;
    }

    .drg-stat-label {
        font-size: 0.6rem;
    }

    /* Section titles */
    .drg-section-title {
        font-size: clamp(1.7rem, 5vw, 2.4rem);
    }

    /* About */
    .drg-about-section {
        padding: 52px 0;
    }

    .drg-about-text-wrap {
        padding-top: 56px;
    }

    .drg-about-img-box {
        height: 300px;
    }

    .drg-about-monogram {
        font-size: 5rem;
    }

    .drg-about-initials {
        font-size: 3rem;
    }

    .drg-about-floating-badge {
        right: 8px;
        bottom: -14px;
        padding: 10px 16px;
    }

    .drg-about-floating-badge .drg-num {
        font-size: 1.5rem;
    }

    .drg-about-floating-line {
        left: 8px;
        top: 20px;
        font-size: 0.7rem;
        padding: 10px 14px;
    }

    .drg-qual-grid {
        grid-template-columns: 1fr;
    }

    .drg-lead-text {
        font-size: 15px;
        margin: 16px 0;
    }

    /* Education */
    .drg-edu-section {
        padding: 52px 0;
    }

    .drg-edu-card {
        padding: 30px 24px;
        border-radius: 18px;
    }

    .drg-edu-card-title {
        font-size: 1.7rem;
    }

    .drg-tl-title {
        font-size: 1.2rem;
    }

    .drg-expertise-tag {
        font-size: 0.72rem;
        padding: 5px 11px;
    }

    .drg-edu-card>div:last-child>div {
        gap: 16px !important;
    }

    /* Treatments */
    .drg-treat-section {
        padding: 52px 0;
    }

    .drg-treat-section>.container>.row {
        flex-direction: column;
    }

    .drg-treat-section .col-lg-6:last-child p {
        text-align: left !important;
        max-width: 100% !important;
    }

    .drg-treat-card {
        padding: 28px 22px;
    }

    .drg-treat-num {
        font-size: 3rem;
    }

    /* Procedures */
    .drg-proc-section {
        padding: 52px 0;
    }

    .drg-proc-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 36px;
    }

    .drg-proc-card {
        padding: 26px 22px;
    }

    .drg-proc-arrow {
        opacity: 1;
        transform: none;
    }

    /* Why Choose */
    .drg-why-section {
        padding: 52px 0;
    }

    .drg-why-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 36px;
    }

    .drg-why-item {
        padding: 22px 20px;
    }

    .drg-why-icon-wrap {
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
    }

    .drg-cta-banner {
        padding: 36px 28px;
        border-radius: 20px;
        margin-top: 40px;
    }

    .drg-cta-banner .drg-btn-primary {
        width: 100%;
        justify-content: center;
    }

    /* FAQ */
    .drg-faq-section {
        padding: 52px 0;
    }

    .drg-faq-q-text {
        font-size: 0.92rem;
    }

    .drg-faq-question {
        padding: 18px 0;
    }

    .drg-faq-wrap {
        margin-top: 28px;
    }
}


/* ── 576px — Mobile ────────────────────────────── */
@media (max-width: 576px) {

    /* Hero */
    .drg-hero {
        padding: 48px 0 44px;
    }

    .drg-hero-title {
        font-size: 28px;
        letter-spacing: -0.01em;
    }

    .drg-hero-badge {
        font-size: 0.6rem;
        letter-spacing: 0.1em;
        padding: 5px 11px;
        margin-bottom: 16px;
    }

    .drg-hero-sub {
        font-size: 0.88rem;
        margin-top: 14px;
        line-height: 1.65;
    }

    .drg-hero-cta {
        margin-top: 22px;
    }

    .drg-hero-card {
        padding: 22px 18px;
        border-radius: 16px;
    }

    .drg-hero-avatar {
        width: 56px;
        height: 56px;
        font-size: 1.3rem;
        margin-bottom: 12px;
    }

    .drg-hero-card h3 {
        font-size: 1.15rem !important;
    }

    .drg-cred-pill {
        font-size: 0.68rem;
        padding: 4px 10px;
    }

    .drg-stat-row {
        margin-top: 20px;
        padding-top: 18px;
    }

    .drg-stat-num {
        font-size: 1.5rem;
    }

    .drg-stat-label {
        font-size: 0.56rem;
        letter-spacing: 0.05em;
    }

    /* Section titles */
    .drg-section-title {
        font-size: clamp(1.5rem, 7vw, 2rem);
    }

    .drg-section-label {
        font-size: 0.65rem;
    }

    /* About */
    .drg-about-section {
        padding: 44px 0;
    }

    .drg-about-text-wrap {
        padding-top: 48px;
    }

    .drg-about-img-box {
        height: 240px;
        border-radius: 18px;
    }

    .drg-about-monogram {
        font-size: 4rem;
    }

    .drg-about-initials {
        font-size: 2.4rem;
    }

    .drg-about-floating-badge {
        right: 0px;
        bottom: -12px;
        padding: 8px 14px;
        border-radius: 12px;
        font-size: 0.65rem;
    }

    .drg-about-floating-badge .drg-num {
        font-size: 1.3rem;
    }

    .drg-about-floating-line {
        left: 0px;
        top: 16px;
        font-size: 0.65rem;
        padding: 8px 12px;
        border-radius: 10px;
        gap: 6px;
    }

    .drg-about-floating-line i {
        font-size: 0.85rem;
    }

    .drg-lead-text {
        font-size: 14px;
        padding-left: 14px;
        margin: 14px 0;
    }

    .drg-body-text {
        font-size: 0.88rem;
    }

    .drg-qual-item {
        padding: 12px 14px;
    }

    .drg-qual-icon {
        width: 32px;
        height: 32px;
        font-size: 0.78rem;
    }

    .drg-qual-text {
        font-size: 0.76rem;
    }

    /* Education */
    .drg-edu-section {
        padding: 44px 0;
    }

    .drg-timeline {
        padding-left: 30px;
        margin-top: 28px;
    }

    .drg-timeline::before {
        left: 7px;
    }

    .drg-tl-dot {
        left: -28px;
        width: 16px;
        height: 16px;
    }

    .drg-tl-title {
        font-size: 1.05rem;
    }

    .drg-tl-inst {
        font-size: 0.78rem;
    }

    .drg-tl-desc {
        font-size: 0.82rem;
    }

    .drg-tl-item {
        margin-bottom: 32px;
    }

    .drg-edu-card {
        padding: 26px 20px;
        border-radius: 16px;
    }

    .drg-edu-card-title {
        font-size: 1.5rem;
    }

    .drg-edu-card-sub {
        font-size: 0.76rem;
        margin-bottom: 22px;
    }

    .drg-expertise-tag {
        font-size: 0.68rem;
        padding: 4px 10px;
        margin: 3px;
    }

    .drg-edu-card>div:last-child {
        margin-top: 26px !important;
        padding-top: 20px !important;
    }

    .drg-edu-card>div:last-child>div {
        flex-wrap: wrap;
        gap: 16px !important;
    }

    .drg-edu-card>div:last-child>div>div>div:first-child {
        font-size: 1.6rem !important;
    }

    /* Treatments */
    .drg-treat-section {
        padding: 44px 0;
    }

    .drg-treat-card {
        padding: 24px 18px;
        border-radius: 16px;
    }

    .drg-treat-num {
        font-size: 2.5rem;
        top: 12px;
        right: 14px;
    }

    .drg-treat-icon-wrap {
        width: 46px;
        height: 46px;
        border-radius: 12px;
        margin-bottom: 14px;
    }

    .drg-treat-icon-wrap i {
        font-size: 1.15rem;
    }

    .drg-treat-card-title {
        font-size: 0.9rem;
    }

    .drg-treat-card-desc {
        font-size: 0.78rem;
    }

    .drg-swiper-btn {
        width: 40px;
        height: 40px;
        font-size: 0.95rem;
    }

    .drg-swiper-nav {
        margin-top: 24px;
    }

    /* Procedures */
    .drg-proc-section {
        padding: 44px 0;
    }

    .drg-proc-card {
        padding: 22px 18px;
        border-radius: 16px;
    }

    .drg-proc-icon {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        font-size: 1.1rem;
        margin-bottom: 14px;
    }

    .drg-proc-title {
        font-size: 0.88rem;
    }

    .drg-proc-desc {
        font-size: 0.78rem;
    }

    /* Why Choose */
    .drg-why-section {
        padding: 44px 0;
    }

    .drg-why-item {
        padding: 18px 16px;
        gap: 14px;
        border-radius: 14px;
    }

    .drg-why-grid {
        grid-template-columns: 1fr !important;
    }

    .drg-why-icon-wrap {
        width: 40px;
        height: 40px;
        border-radius: 11px;
        font-size: 1rem;
    }

    .drg-why-title {
        font-size: 0.85rem;
    }

    .drg-why-desc {
        font-size: 0.76rem;
    }

    .drg-cta-banner {
        padding: 28px 22px;
        border-radius: 16px;
        margin-top: 32px;
        gap: 22px;
    }

    .drg-cta-title {
        font-size: 1.35rem;
    }

    .drg-cta-sub {
        font-size: 0.78rem;
    }

    /* FAQ */
    .drg-faq-section {
        padding: 44px 0;
    }

    .drg-faq-q-text {
        font-size: 0.87rem;
    }

    .drg-faq-icon {
        width: 28px;
        height: 28px;
        font-size: 0.75rem;
        margin-left: 12px;
    }

    .drg-faq-question {
        padding: 16px 0;
    }

    .drg-faq-answer-inner {
        font-size: 0.83rem;
        padding-bottom: 16px;
    }

    .drg-body-text.mt-3 {
        font-size: 0.84rem;
    }

    /* Footer */
    .drg-footer {
        padding: 28px 0;
    }

    .drg-footer-text {
        font-size: 0.74rem;
    }
}

/* ── Extra small phones < 380px ───────────────── */
@media (max-width: 380px) {
    .drg-hero-title {
        font-size: 24px;
    }

    .drg-hero-badge {
        font-size: 0.55rem;
        letter-spacing: 0.07em;
    }

    .drg-cred-pill {
        font-size: 0.63rem;
        padding: 3px 8px;
    }

    .drg-stat-num {
        font-size: 1.3rem;
    }
}



@media (max-width: 991px) {
    .team-section {
        padding: 70px 0;
    }

    .team-section-heading {
        font-size: 42px;
        line-height: 1.12;
        letter-spacing: -1px;
    }

    .team-heading-divider {
        margin: 40px 0;
    }

    .team-member-name {
        font-size: 34px;
        margin-bottom: 8px;
    }

    .team-member-bio {
        font-size: 14.5px;
        line-height: 1.75;
        margin-bottom: 30px;
    }

    .team-experience-badge {
        bottom: 20px;
        right: -10px;
        padding: 9px 16px;
        font-size: 12px;
    }

    .team-experience-badge span {
        font-size: 20px;
    }

    .team-member-image-wrap::before {
        left: -10px;
        width: 2px;
    }
}

@media (max-width: 768px) {
    .team-section {
        padding: 60px 0;
    }

    .team-section-heading {
        font-size: 34px;
        line-height: 1.15;
        letter-spacing: -0.8px;
    }

    .team-heading-divider {
        margin: 32px 0;
    }

    .team-avatar-block {
        border-radius: 18px;
    }

    .team-member-image-wrap {
        max-width: 460px;
        margin: 0 auto;
    }

    .team-member-image-wrap::before {
        display: none;
    }

    .team-experience-badge {
        right: 16px;
        bottom: 16px;
        border-radius: 10px;
        padding: 8px 14px;
        font-size: 11px;
    }

    .team-experience-badge span {
        font-size: 18px;
    }

    .team-member-name {
        font-size: 30px;
        margin-top: 8px;
    }

    .team-member-title-line {
        font-size: 13px;
        margin-bottom: 22px;
    }

    .team-info-divider {
        margin-bottom: 20px;
    }

    .team-member-bio {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 28px;
    }

    .team-cta-btn {
        padding: 12px 24px;
        font-size: 12px;
        border-radius: 10px;
    }
}

@media (max-width: 576px) {
    .team-section {
        padding: 50px 0;
    }

    .team-section-heading {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: -0.5px;
    }

    .team-heading-divider {
        margin: 28px 0;
    }

    .team-member-image-wrap {
        max-width: 100%;
    }

    .team-avatar-block {
        border-radius: 16px;
    }

    .team-experience-badge {
        right: 12px;
        bottom: 12px;
        padding: 7px 12px;
        font-size: 10px;
        border-radius: 8px;
    }

    .team-experience-badge span {
        font-size: 16px;
    }

    .team-member-name {
        font-size: 24px;
        line-height: 1.15;
    }

    .team-member-title-line {
        font-size: 12px;
        margin-bottom: 18px;
    }

    .team-info-divider {
        width: 40px;
        margin-bottom: 18px;
    }

    .team-member-bio {
        font-size: 13.5px;
        line-height: 1.75;
        margin-bottom: 24px;
    }

    .team-cta-btn {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
        font-size: 11px;
        letter-spacing: 0.04em;
        border-radius: 10px;
    }
}