:root {
    --green: #0f7a3b;
    --green-dark: #07552a;
    --saffron: #f59e0b;
    --navy: #10213f;
    --ink: #172033;
    --muted: #627087;
    --soft: #f4f8f2;
    --white: #ffffff;
    --glass: rgba(255, 255, 255, 0.78);
    --shadow: 0 20px 60px rgba(16, 33, 63, 0.13);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: "Manrope", sans-serif;
    color: var(--ink);
    background: #fbfdf9;
    overflow-x: hidden;
}

h1,
h2,
h3,
.navbar-brand {
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
p {
    overflow-wrap: anywhere;
}

a {
    color: inherit;
    text-decoration: none;
}

.top-strip {
    background: var(--navy);
    color: rgba(255, 255, 255, 0.88);
    padding: 8px 0;
    font-size: 0.9rem;
}

.top-strip i {
    color: var(--saffron);
    margin-right: 6px;
}

.site-nav {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(18px);
    box-shadow: 0 12px 35px rgba(16, 33, 63, 0.08);
}

.navbar-brand,
.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--navy);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0;
}

.navbar-brand small {
    color: var(--green);
    font-size: 0.72rem;
    font-weight: 700;
}

.brand-mark {
    display: inline-grid;
    width: 82px;
    height: 82px;
    place-items: center;
    color: var(--white);
    background: linear-gradient(135deg, var(--green), var(--saffron));
    border-radius: 18px;
    box-shadow: 0 12px 25px rgba(15, 122, 59, 0.25);
    font-size: 1.5rem;
}

.site-logo {
    width: auto;
    height: 82px;
    object-fit: contain;
    border-radius: 12px;
}

.footer-logo {
    width: 72px;
    height: 72px;
    background: rgba(255, 255, 255, 0.92);
    padding: 6px;
}

.nav-link {
    color: var(--navy);
    font-weight: 800;
    margin: 0 4px;
}

.nav-link.active,
.nav-link:hover {
    color: var(--green);
}

.btn {
    border-radius: 999px;
    font-weight: 800;
    padding: 11px 22px;
}

.btn-donate {
    color: var(--white);
    border: 0;
    background: linear-gradient(70deg,#043b83 0%,#8e0a58 100%);
    box-shadow: 0 12px 28px rgba(245, 158, 11, 0.32);
}

.btn-donate:hover {
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(245, 158, 11, 0.38);
}

.btn-navy {
    color: var(--white);
    background: var(--navy);
    border: 1px solid var(--navy);
}

.btn-navy:hover {
    color: var(--white);
    background: var(--green);
    border-color: var(--green);
}

.floating-donate {
    position: fixed;
    right: 18px;
    bottom: 22px;
    z-index: 1040;
    border: 0;
    border-radius: 999px;
    color: var(--white);
    background: linear-gradient(70deg,#043b83 0%,#8e0a58 100%);
    padding: 13px 20px;
    font-weight: 900;
    box-shadow: 0 18px 40px rgba(15, 122, 59, 0.32);
    animation: pulseDonate 1.9s infinite;
}

@keyframes pulseDonate {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.hero {
    position: relative;
    min-height: 760px;
    color: var(--white);
    overflow: hidden;
}

.hero-bg,
.page-hero {
    background-image: linear-gradient(90deg, rgba(8, 22, 45, 0.88), rgba(8, 22, 45, 0.48)), url("https://images.unsplash.com/photo-1605000797499-95a51c5269ae?auto=format&fit=crop&w=1800&q=80");
    background-size: cover;
    background-position: center;
}

.hero-bg {
    position: absolute;
    inset: 0;
    transform: scale(1.04);
}

.hero-slider-section {
    min-height: auto;
    padding: 4px 0 6px;
    background:
        radial-gradient(circle at top left, rgba(245, 158, 11, 0.2), transparent 28%),
        linear-gradient(135deg, #08162d, #0f3d25 64%, #11552e);
}

.hero-pattern {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(0deg, rgba(8, 22, 45, 0.22), rgba(8, 22, 45, 0.22)),
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.11), transparent 22%),
        radial-gradient(circle at 80% 15%, rgba(255, 255, 255, 0.09), transparent 18%);
    pointer-events: none;
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 180px;
    background: linear-gradient(0deg, #fbfdf9, transparent);
}

.min-vh-hero {
    position: relative;
    z-index: 1;
    min-height: 720px;
}

.hero-copy-wrap {
    display: none;
}

.index-hero-copy-wrap {
    display: block;
    position: relative;
    z-index: 1;
    margin-top: 12px;
    padding: 0 20px 4px;
}

.eyebrow {
    color: var(--saffron);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
}

.hero-title {
    max-width: 900px;
    line-height: 1.08;
    font-weight: 800;
    margin: 0 0 5px;
    font-size: clamp(1.1rem, 2.5vw, 1.6rem);
}

.hero-subtitle {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.8);
    font-size: clamp(0.7rem, 1vw, 0.85rem);
    line-height: 1.5;
    margin-bottom: 0;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.hero-carousel-shell {
    --card-gap: 20px;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}

.hero-text-panel {
    width: 100%;
    margin: 0 auto;
    padding: clamp(8px, 1vw, 10px);
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 28px;
    box-shadow: 0 20px 50px rgba(3, 12, 26, 0.2);
    backdrop-filter: blur(16px);
}

.hero-text-panel .eyebrow {
    display: inline-block;
    margin-bottom: 4px;
}

.hero-text-panel .hero-title,
.hero-text-panel .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
}

.hero-text-panel .hero-actions {
    justify-content: center;
}

.hero-outline-btn {
    border-color: rgba(255, 255, 255, 0.58);
    background: rgba(255, 255, 255, 0.06);
}

.hero-outline-btn:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.8);
}

.hero-carousel-viewport {
    overflow: hidden;
}

.hero-carousel-track {
    display: flex;
    gap: var(--card-gap);
    transition: transform 0.7s ease;
    will-change: transform;
}

.hero-card {
    position: relative;
    flex: 0 0 calc((150% - (var(--card-gap) * 3)) / 4);
    min-height: 60px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 22px 60px rgba(3, 12, 26, 0.38);
    background: rgba(255, 255, 255, 0.06);
}

.index-hero-compact .hero-card {
    height: clamp(220px, 28vw, 360px);
    min-height: 0;
}

.home2-hero-carousel .hero-card {
    flex-basis: 100%;
    min-height: 0;
    aspect-ratio: auto;
    background: #0b1730;
}

.home2-hero-carousel .hero-card img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center;
    background: transparent;
}

.home2-hero-carousel {
    padding-left: 0;
    padding-right: 0;
}

.home2-banner-section {
    padding: 0;
    background: #08162d;
}

.home2-banner-section .hero-pattern {
    display: none;
}

.home2-banner-section::after {
    display: none;
}

.home2-banner-card {
    display: flex;
    align-items: center;
    min-height: 500px;
    padding: 130px 0;
    border-radius: 0;
    box-shadow: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home2-banner-copy {
    max-width: 780px;
    color: var(--white);
}

.home2-banner-copy h1 {
    max-width: 900px;
    margin: 0 0 18px;
    font-size: clamp(2.2rem, 5vw, 4.5rem);
    font-weight: 800;
    line-height: 1.08;
}

.home2-banner-copy p:not(.eyebrow) {
    max-width: 780px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.15rem;
}

.home2-banner-card .hero-actions {
    margin-top: 28px;
}

.hero-card img {
    width: 100%;
    height: 100%;
    min-height: 60px;
    display: block;
    transform: scale(1.01);
}

.index-hero-compact .hero-card img {
    height: 100%;
    min-height: 0;
}

.index-hero-compact .hero-card-copy {
    padding: 14px 16px 12px;
}

.index-hero-compact .hero-card-copy p {
    margin-bottom: 4px;
    font-size: 0.8rem;
    line-height: 1.3;
}

.index-hero-compact .hero-card-copy h2 {
    font-size: 1.05rem;
    line-height: 1.05;
}

.index-hero-compact .hero-nav {
    width: 48px;
    height: 48px;
}

.hero-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 22, 45, 0.04) 20%, rgba(8, 22, 45, 0.78) 100%);
}

.hero-card-copy {
    position: absolute;
    inset: auto 0 0;
    padding: 22px 20px 18px;
}

.hero-card-copy p {
    margin: 0 0 8px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.88rem;
    line-height: 1.55;
}

.hero-card-copy h2 {
    margin: 0;
    color: var(--white);
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.1;
}

.hero-nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 56px;
    height: 56px;
    display: inline-grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: var(--navy);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 40px rgba(8, 22, 45, 0.22);
    transform: translateY(-50%);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hero-nav:hover {
    background: var(--white);
    transform: translateY(-50%) scale(1.04);
    box-shadow: 0 22px 44px rgba(8, 22, 45, 0.28);
}

.hero-nav-prev {
    left: 22px;
}

.hero-nav-next {
    right: 22px;
}

.section {
    padding: 92px 0;
}

.section-heading {
    max-width: 720px;
    margin: 0 auto 44px;
    text-align: center;
}

.section-heading h2,
.section h2 {
    color: var(--navy);
    font-weight: 800;
    line-height: 1.18;
}

.section-heading.light h2,
.section-heading.light p {
    color: var(--white);
}

.rounded-image {
    width: 100%;
    min-height: auto;
    border-radius: 15px;
    box-shadow: var(--shadow);
}

.trust-list {
    display: grid;
    gap: 12px;
    margin-top: 22px;
    color: var(--navy);
    font-weight: 800;
}

.trust-list i,
.check-list li::marker {
    color: var(--green);
}

.impact-band {
    background: linear-gradient(135deg, var(--green-dark), var(--navy));
}

.stat-card,
.glass-card,
.value-card,
.feature-card,
.contact-card,
.contact-info,
.info-panel,
.quote-card {
    border: 1px solid rgba(255, 255, 255, 0.48);
    background: var(--glass);
    backdrop-filter: blur(18px);
    border-radius: 22px;
    box-shadow: var(--shadow);
}

.stat-card {
    color: var(--white);
    text-align: center;
    padding: 34px 18px;
    background: rgba(255, 255, 255, 0.14);
}

.stat-card strong {
    display: block;
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 900;
}

.stat-card span {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 800;
}

.glass-card,
.value-card,
.feature-card {
    height: 100%;
    padding: 30px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.glass-card:hover,
.value-card:hover,
.feature-card:hover,
.program-card:hover,
.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 80px rgba(16, 33, 63, 0.18);
}

.focus-card i,
.value-card i,
.feature-card i,
.tall-card i {
    display: inline-grid;
    width: 58px;
    height: 58px;
    place-items: center;
    color: var(--white);
    background: linear-gradient(70deg,#043b83 0%,#8e0a58 100%);
    border-radius: 18px;
    font-size: 1.45rem;
    margin-bottom: 18px;
}

.focus-card h3,
.value-card h3 {
    color: var(--navy);
    font-size: 1.2rem;
    font-weight: 800;
}

.soft-bg {
    background: linear-gradient(180deg, #f4f8f2, #ffffff);
}

.cta-section {
    padding-top: 30px;
}

.cta-panel,
.volunteer-panel,
.split-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    color: var(--white);
    background: linear-gradient(70deg,#043b83 0%,#8e0a58 100%);
    border-radius: 28px;
    padding: clamp(28px, 5vw, 58px);
    box-shadow: var(--shadow);
}

.cta-panel h2,
.volunteer-panel h2,
.split-banner h2 {
    color: var(--white);
}

.testimonials {
    padding-top: 30px;
}

.quote-card {
    height: 100%;
    padding: 38px;
}

.quote-card i {
    color: var(--saffron);
    font-size: 2rem;
}

.quote-card p {
    color: var(--navy);
    font-size: 1.35rem;
    line-height: 1.7;
    font-weight: 700;
}

.page-hero {
    color: var(--white);
    padding: 50px 0;
    background: linear-gradient(70deg,#043b83 0%,#8e0a58 100%);
}


.page-hero h1 {
    max-width: 900px;
    font-size: clamp(2.2rem, 5vw, 4.5rem);
    font-weight: 800;
}

.page-hero p:not(.eyebrow) {
    max-width: 780px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.15rem;
}

.about-hero {
    background-image: linear-gradient(90deg, rgba(8, 22, 45, 0.9), rgba(8, 22, 45, 0.45)), url("https://gayathrinagufoundation.com/assets/images/about.png?auto=format&fit=crop&w=1000&q=80");
}

.programs-hero {
    background-image: linear-gradient(90deg, rgba(8, 22, 45, 0.9), rgba(8, 22, 45, 0.45)), url("https://images.unsplash.com/photo-1500937386664-56d1dfef3854?auto=format&fit=crop&w=1800&q=80");
}

.features-hero {
    background-image: linear-gradient(90deg, rgba(8, 22, 45, 0.9), rgba(8, 22, 45, 0.52)), url("https://images.pexels.com/photos/3184292/pexels-photo-3184292.jpeg?auto=compress&cs=tinysrgb&w=1800");
}




.tall-card {
    min-height: 290px;
}

.team-card,
.program-card {
    height: 100%;
    overflow: hidden;
    background: var(--white);
    border-radius: 22px;
    box-shadow: var(--shadow);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.team-card img,
.program-card img {
    width: 100%;
    height: 245px;
    object-fit: cover;
}

.team-card {
    text-align: center;
    padding-bottom: 24px;
}

.team-card h3 {
    margin: 20px 0 4px;
    color: var(--navy);
    font-weight: 800;
}

.executive-section {
    background:
        linear-gradient(180deg, rgba(244, 248, 242, 0.98), rgba(255, 255, 255, 0.98)),
        repeating-linear-gradient(0deg, rgba(16, 33, 63, 0.02) 0 2px, transparent 2px 16px);
}

.executive-heading h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
}

.executive-heading h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 120px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--green), var(--saffron));
    transform: translateX(-50%);
}

.executive-card {
    height: 100%;
    text-align: center;
    padding: 34px 26px 30px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(16, 33, 63, 0.08);
    border-radius: 24px;
    box-shadow: 0 18px 48px rgba(16, 33, 63, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.executive-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 58px rgba(16, 33, 63, 0.14);
}

.executive-avatar-ring {
    width: 170px;
    height: 170px;
    margin: 0 auto 22px;
    padding: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(15, 122, 59, 0.16), rgba(245, 158, 11, 0.2));
    box-shadow: 0 10px 28px rgba(16, 33, 63, 0.08);
}

.executive-avatar-ring img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid rgba(15, 122, 59, 0.65);
    display: block;
}

.executive-card h3 {
    margin: 0 0 8px;
    color: var(--navy);
    font-size: 1.35rem;
    font-weight: 800;
}

.executive-card p {
    margin: 0;
    color: var(--green);
    font-size: 1.02rem;
    font-weight: 700;
}

.program-body {
    padding: 26px;
}

.program-body h2,
.feature-card h2 {
    color: var(--navy);
    font-size: 1.2rem;
    font-weight: 800;
}

.info-panel,
.contact-card,
.contact-info {
    height: 100%;
    padding: clamp(26px, 4vw, 42px);
}

.navy-panel {
    color: var(--white);
    background: linear-gradient(70deg,#8e0a58 0%,#043b83 100%);
}

.navy-panel h2,
.navy-panel p {
    color: var(--white);
}

.check-list {
    padding-left: 20px;
    display: grid;
    gap: 10px;
}

.light-list li::marker {
    color: var(--saffron);
}

.split-banner {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
}

.split-banner img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 20px;
}

.feature-card {
    min-height: 190px;
}

.form-control,
.form-select {
    border: 1px solid #dce5d8;
    border-radius: 14px;
    min-height: 50px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--green);
    box-shadow: 0 0 0 0.2rem rgba(15, 122, 59, 0.15);
}

.contact-info p {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: var(--muted);
    font-weight: 700;
}

.contact-info i {
    color: var(--blue);
    margin-top: 4px;
}

.map-placeholder {
    display: grid;
    min-height: 260px;
    place-items: center;
    margin-top: 28px;
    color: var(--navy);
    background: linear-gradient(135deg, #eaf4e8, #fff4db);
    border: 1px dashed rgba(15, 122, 59, 0.35);
    border-radius: 22px;
    font-weight: 900;
    text-align: center;
}

.map-placeholder i {
    display: block;
    color: var(--saffron);
    font-size: 2.5rem;
    margin: 0 0 12px;
}

.site-footer {
    color: rgba(255, 255, 255, 0.78);
    background: #09172c;
    padding: 70px 0 22px;
}

.site-footer h3 {
    color: var(--white);
    font-size: 1.05rem;
    margin-bottom: 18px;
}

.site-footer a:not(.footer-brand),
.site-footer p {
    display: block;
    color: rgba(255, 255, 255, 0.74);
    margin-bottom: 10px;
}

.footer-brand {
    color: var(--white);
}

.socials {
    display: flex;
    gap: 10px;
}

.socials a {
    display: inline-grid !important;
    width: 40px;
    height: 40px;
    place-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 46px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.donate-modal {
    border: 0;
    border-radius: 28px;
    overflow: hidden;
}

.modal-header {
    background: linear-gradient(135deg, var(--navy), var(--green-dark));
    color: var(--white);
}

.modal-header .btn-close {
    filter: invert(1);
}

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

    .hero {
        min-height: 660px;
    }

    .hero-slider-section {
        padding-top: 3px;
        padding-bottom: 4px;
    }

    .min-vh-hero {
        min-height: 620px;
    }

    .nav-donate {
        width: 100%;
        margin-top: 12px;
    }

    .cta-panel,
    .volunteer-panel {
        align-items: flex-start;
        flex-direction: column;
    }

    .split-banner {
        grid-template-columns: 1fr;
    }

    .hero-card {
        flex-basis: calc((100% - var(--card-gap)) / 2);
        min-height: 55px;
    }

    .index-hero-compact .hero-card {
        height: clamp(180px, 24vw, 260px);
        min-height: 0;
    }

    .hero-card img {
        min-height: 55px;
    }

    .index-hero-compact .hero-card img {
        height: 100%;
        min-height: 0;
    }

    .hero-copy-wrap {
        display: none;
    }

    .index-hero-copy-wrap {
        display: block;
        margin-top: 10px;
        padding: 0 20px 4px;
    }

    .home2-banner-card {
        min-height: 420px;
        padding: 96px 0;
    }

    .hero-nav-prev {
        left: 14px;
    }

    .hero-nav-next {
        right: 14px;
    }

    .executive-avatar-ring {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 575px) {
    html,
    body {
        overflow-x: hidden;
    }

    .top-strip {
        display: none;
    }

    .navbar-brand {
        font-size: 0.88rem;
    }

    .brand-mark {
        width: 62px;
        height: 62px;
        border-radius: 12px;
        font-size: 1.15rem;
    }

    .site-logo {
        width: auto;
        height: 62px;
    }

    .hero-subtitle {
        line-height: 1.65;
    }

    .hero-copy-wrap {
        padding-top: 22px;
    }

    .index-hero-copy-wrap {
        display: block;
        margin-top: 8px;
        padding: 0 10px 4px;
    }

    .home2-banner-card {
        min-height: 340px;
        padding: 88px 0 72px;
    }

    .home2-banner-copy h1 {
        font-size: clamp(1.9rem, 8vw, 2.8rem);
    }

    .home2-banner-copy p:not(.eyebrow) {
        font-size: 1rem;
    }

    .hero-carousel-shell {
        padding: 0 10px;
    }

    .site-nav .container,
    .hero-slider-section,
    .index-hero-copy-wrap {
        max-width: 100%;
        overflow-x: hidden;
    }

    .hero-text-panel {
        padding: 6px 14px;
        border-radius: 14px;
    }

    .hero-card {
        flex-basis: 100%;
        min-height: 50px;
        border-radius: 10px;
    }

    .index-hero-compact .hero-card {
        height: 40vh;
        min-height: 0;
    }

    .hero-card img {
        min-height: 50px;
    }

    .index-hero-compact .hero-card img {
        height: 100%;
        min-height: 0;
    }

    .index-hero-compact .hero-card-copy {
        padding: 12px 14px 10px;
    }

    .index-hero-compact .hero-card-copy p {
        font-size: 0.74rem;
        margin-bottom: 2px;
    }

    .index-hero-compact .hero-card-copy h2 {
        font-size: 0.96rem;
    }

    .index-hero-compact .hero-nav {
        width: 40px;
        height: 40px;
    }

    .hero-card-copy {
        padding: 18px 18px 16px;
    }

    .hero-card-copy h2 {
        font-size: 1.3rem;
    }

    .hero-nav {
        width: 46px;
        height: 46px;
    }

    .hero-nav-prev {
        left: 10px;
    }

    .hero-nav-next {
        right: 10px;
    }

    .executive-card {
        padding: 28px 20px 24px;
    }

    .executive-avatar-ring {
        width: 132px;
        height: 132px;
        margin-bottom: 18px;
    }

    .executive-card h3 {
        font-size: 1.15rem;
    }

    .page-hero {
        padding: 20px 0;
    }

    .floating-donate {
        right: 12px;
        bottom: 14px;
        padding: 11px 15px;
    }

    .rounded-image,
    .split-banner img {
        min-height: 260px;
        height: 260px;
    }
}
