/* Pink color for social media icons */
.social-icon i, .social-icons i, .fab {
    color: #fe019a !important;
    transition: color 0.2s;
}
.social-icon i:hover, .social-icons i:hover, .fab:hover {
    color: #db2777 !important;
}
@media (max-width: 900px) {
    .about-hero, .about-hero-section {
        padding-top: 2.6rem !important;
    }
}
@media (max-width: 900px) {
    .row.g-5 > [class^='col-'],
    .row.g-5 > [class*=' col-'] {
        margin-bottom: 0.5rem !important;
    }
    .row.g-5 {
        row-gap: 0.5rem !important;
        column-gap: 0 !important;
    }
}
@media (max-width: 900px) {
    .content-section.white-bg {
        padding-top: 2.2rem !important;
        padding-bottom: 2.6rem !important;
    }
    .section-title-large,
    .section-subtitle-large {
        margin-bottom: 0.7rem !important;
        margin-top: 0.7rem !important;
    }
    .mission-vision-card {
        padding: 1rem !important;
        margin-bottom: 0.1rem !important;
    }
    .feature-title {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .feature-description {
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;
    }
    .row.g-5 {
        gap: 0.7rem !important;
    }
    .row.justify-content-center.text-center.mb-5 {
        margin-bottom: 1rem !important;
    }
}
@media (max-width: 900px) {
    .hero-slide img,
    .hero-background img {
        object-fit: cover !important;
        width: 100% !important;
        height: 100% !important;
        background: #000 !important;
        display: block;
    }
    .hero-slide,
    .hero-background {
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }
}
/* --- Further Mobile & Tablet Responsive Improvements --- */
@media (max-width: 900px) {
    .about-section, .mission-section, .impact-section, .donation-section {
        padding: 2.2rem 0 !important;
    }
    .footer {
        padding: 1.5rem 0 0.7rem 0 !important;
        font-size: 1rem !important;
    }
    .about-section .row, .programs-section .row, .impact-section .row {
        flex-direction: column !important;
    }
    .footer-links {
        text-align: center !important;
        margin-top: 1rem !important;
    }
    .footer-links li {
        display: block !important;
        margin-bottom: 0.7rem !important;
    }
}
@media (max-width: 600px) {
    .navbar {
        padding: 0.5rem 0.7rem !important;
    }
    h1, .hero-title, .section-title, .section-title-ip {
        font-size: 1.3rem !important;
        line-height: 1.2 !important;
    }
    h2, h3, .program-title {
        font-size: 1.1rem !important;
    }
    .about-text, .mission-text, .program-description, .stat-label, .footer-text {
        font-size: 0.98rem !important;
    }
    .stat-number {
        font-size: 1.3rem !important;
    }
    .impact-section, .about-section, .mission-section, .donation-section {
        padding: 1.1rem 0 !important;
    }
    .footer {
        padding: 1rem 0 0.5rem 0 !important;
        font-size: 0.95rem !important;
    }
    .footer-links {
        text-align: center !important;
        margin-top: 1rem !important;
    }
    .footer-links li {
        display: block !important;
        margin-bottom: 0.7rem !important;
    }
    .btn, .btn-lg, .donation-amount {
        min-height: 44px !important;
        font-size: 1.05rem !important;
        padding: 0.7rem 1.1rem !important;
    }
    img, .about-image img, .community-image-wrapper img, .hero-slide img {
        width: 100% !important;
        height: auto !important;
        max-width: 100vw !important;
        object-fit: cover !important;
        border-radius: 0.7rem !important;
    }
    .navbar-nav .nav-link, .btn-donate {
        font-size: 1rem !important;
        min-height: 44px !important;
        padding: 0.7rem 1.1rem !important;
    }
    .navbar-nav {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.5rem !important;
    }
}
@media (max-width: 576px) {
    .donation-section .section-title,
    .donation-section .section-subtitle {
        font-size: 0.92rem !important;
        margin-bottom: 0.5rem !important;
    }
    .donation-options .donation-amount {
        font-size: 0.82rem !important;
        padding: 0.28rem 0.5rem !important;
        border-radius: 6px !important;
        min-width: 48px;
        max-width: 90px;
    }
    .donation-options .custom-amount input {
        font-size: 0.8rem !important;
        padding: 0.28rem 0.5rem !important;
    }
    .donation-section .btn-lg {
        font-size: 0.85rem !important;
        padding: 0.4rem 0.7rem !important;
        border-radius: 6px !important;
    }
}
/* Responsive adjustments for hero section (mobile & tablet only) */
@media (max-width: 991.98px) {
    /* Fix image size on purple cards in programs page */
    .program-img {
        width: 200px !important;
        height: 200px !important;
        max-width: 300px !important;
        max-height: 300px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        object-fit: cover !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
        border-radius: 12px !important;
    }
    /* Fix image placeholder size on purple cards in programs section */
    .program-icon {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        min-height: 36px !important;
        max-width: 36px !important;
        max-height: 36px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem !important;
    }
    .program-icon svg,
    .program-icon img {
        width: 48px !important;
        height: 48px !important;
        max-width: 60px !important;
        max-height: 60px !important;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }
    .program-icon svg path:not([fill="#fff"]),
    .program-icon svg circle:not([fill="#fff"]) {
    fill: #fe019a !important;
    }
    .program-icon svg path[fill="#fff"],
    .program-icon svg circle[fill="#fff"] {
        fill: #fff !important;
    }
    /* Donate page: Responsive heading and donation buttons */
    .donation-section .section-title,
    .donation-section .section-subtitle {
        font-size: 1.05rem !important;
        margin-bottom: 0.6rem !important;
        text-align: center !important;
    }
    .donation-options .donation-amount {
        font-size: 0.95rem !important;
        padding: 0.35rem 0.7rem !important;
        border-radius: 7px !important;
        margin-bottom: 0.25rem !important;
        min-width: 60px;
        width: 100%;
        max-width: 120px;
        display: inline-block;
        text-align: center;
    }
    .donation-options .custom-amount input {
        font-size: 0.9rem !important;
        padding: 0.35rem 0.6rem !important;
    }
    .donation-section .btn-lg {
        font-size: 0.95rem !important;
        padding: 0.5rem 1rem !important;
        border-radius: 7px !important;
    }
    /* Donate page: Reduce heading and button sizes */
    .donation-section .section-title,
    .donation-section .section-subtitle {
        font-size: 1.1rem !important;
        margin-bottom: 0.7rem !important;
    }
    .donation-options .donation-amount {
        font-size: 1rem !important;
        padding: 0.4rem 0.8rem !important;
        border-radius: 8px !important;
        margin-bottom: 0.3rem !important;
    }
    .donation-options .custom-amount input {
        font-size: 0.95rem !important;
        padding: 0.4rem 0.7rem !important;
    }
    .donation-section .btn-lg {
        font-size: 1.1rem !important;
        padding: 0.6rem 1.2rem !important;
        border-radius: 8px !important;
    }
   
    .program-card {
        padding: 1.2rem 0.7rem !important;
    }
    .hero-section {
        min-height: 500px !important;
        height: auto !important;
        padding-top: 2.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .hero-section .hero-content {
        text-align: left !important;
        padding-left: 0.1rem;
        padding-right: 30.5rem;
        padding-top: 5.3rem;
        padding-bottom: 0.5rem;
        margin-top: 0.2rem;
    }
    .hero-section .hero-brand {
        font-size: 0.85rem !important;
        font-weight: 600;
        margin-bottom: 0.15rem;
        text-align: center !important;
    }
    .hero-section .hero-title {
        font-size: 1.65rem !important;
        font-weight: 600;
        margin-bottom: 0.3rem;
        text-align: center !important;
        padding-left: 0;
        padding-right: 0px;
        padding-top: 0;
        padding-bottom: 0.2rem;
        margin-top: 0;
    }
    .hero-section .hero-actions {
        justify-content: center !important;
        text-align: center !important;
        margin-bottom: 0.3rem;
        gap: 0.3rem !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    .hero-section .hero-actions .btn,
    .hero-section .hero-actions .btn-lg {
        font-size: 1.0rem !important;
        padding: 0.75rem 0.75rem !important;
        border-radius: 8px !important;
        margin-bottom: 0.15rem;
    }
}
/* Logo in Navbar */
.navbar-logo {
    height: 35px !important;
    width: auto !important;
    display: inline-block;
    vertical-align: middle;
}
/* Homepage donation section: visually highlight selected amount */
.donation-amount.selected {
    background: linear-gradient(90deg, #fe019a 60%, #fe019a 100%) !important;
    color: #fff !important;
    border-color: #fe019a !important;
    box-shadow: 0 4px 16px 0 #fe019a33;
}
/* Purple background for Get Involved section */
.purple-bg {
    background: linear-gradient(135deg, #fe019a 60%, #fe019a 100%) !important;
}
/* Pink glass card for contact info section */
.glass-card-pink {
    background: linear-gradient(135deg, #fe019a 60%, #fe019a 100%) !important;
    box-shadow: 0 8px 32px 0 #fe019a33;
    border: 1.5px solid #fe019a;
}

/* Pink icon circle for info cards */
.glass-card-pink .icon-circle {
    background: #fe019a !important;
}
/* Root Variables - Brand Colors */
:root {
    --primary-purple: #fe019a;
    --secondary-pink: #fe019a;
    --off-white: #FBFBFD;
    --pure-white: #FFFFFF;
    --text-dark: #1D1D1F;
    --text-medium: #86868B;
    --text-light: #A1A1A6;
    --glass-bg: rgba(255, 255, 255, 0.72);
    --glass-border: rgba(0, 0, 0, 0.04);
    --shadow-light: 0 4px 8px rgba(0, 0, 0, 0.04);
    --shadow-medium: 0 8px 16px rgba(0, 0, 0, 0.08);
    --shadow-heavy: 0 16px 32px rgba(0, 0, 0, 0.12);
    --border-radius-small: 8px;
    --border-radius-medium: 12px;
    --border-radius-large: 18px;
    --border-radius-xl: 24px;
}

/* Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: var(--off-white);
    color: var(--text-dark);
    line-height: 1.6;
    font-weight: 400;
    overflow-x: hidden;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.0834933333;
    margin-bottom: 1rem;
    letter-spacing: -0.003em;
}

.hero-title {
    font-size: clamp(40px, 4.5vw, 64px);
    font-weight: 600;
    letter-spacing: -0.003em;
    line-height: 1.0834933333;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    margin-left: 6rem;
}

.hero-section .hero-title {
    color: white;
}

.hero-section .hero-subtitle {
    color: rgba(255, 255, 255, 0.9);
}

.hero-brand {
    font-size: 17px;
    font-weight: 700;
    color: white;
    margin-bottom: 0.75rem;
    letter-spacing: 0.011em;
    line-height: 1.381002381;
    text-transform: uppercase;
    opacity: 0.95;
    text-align: left;
    margin-left: 6rem;
}

.section-title {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 600;
    letter-spacing: -0.003em;
    line-height: 1.0834933333;
    color: var(--text-dark);
    margin-bottom: 1rem;
}


.section-title-ip {
    font-size: 3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
}

.hero-subtitle {
    font-size: 21px;
    font-weight: 400;
    color: var(--text-medium);
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.381002381;
    letter-spacing: 0.011em;
}

.section-subtitle {
    font-size: 19px;
    color: var(--text-medium);
    margin-bottom: 2rem;
    line-height: 1.4211026316;
    letter-spacing: 0.012em;
    font-weight: 400;
}

.section-subtitle-ip {
    font-size: 19px;
    color: #fff;
    margin-bottom: 2rem;
    line-height: 1.4211026316;
    letter-spacing: 0.012em;
    font-weight: 400;
}

/* Navigation */
.navbar {
    background: rgba(251, 251, 253, 0.72);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.04);
    padding: 0;
    min-height: 44px;
    transition: all 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.navbar .container {
    max-width: 980px;
    padding: 0 22px;
}

.glass-nav {
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.04);
}

.navbar-brand {
    padding: 0;
    margin-right: 0;
}

.navbar-brand .brand-text {
    font-size: 21px;
    font-weight: 600;
    color: var(--primary-purple);
    text-decoration: none;
    line-height: 1.14286;
    letter-spacing: 0.011em;
    padding: 0 8px;
    display: block;
    height: 44px;
    line-height: 44px;
}

.navbar-nav {
    margin: 0;
    gap: 0;
}

.navbar-nav .nav-item {
    margin: 0;
}

.navbar-nav .nav-link {
    font-size: 12px;
    font-weight: 400;
    color: var(--text-dark);
    margin: 0;
    padding: 0 8px;
    border-radius: 0;
    transition: all 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
    height: 44px;
    line-height: 44px;
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
    opacity: 0.8;
}

.navbar-nav .nav-link:hover {
    color: var(--text-dark);
    background-color: transparent;
    opacity: 1;
}

.navbar-nav .nav-link.active {
    color: var(--text-dark);
    background-color: transparent;
    opacity: 1;
    font-weight: 400;
}

.btn-donate {
    background: var(--primary-purple) !important;
    color: #fff !important;
    border-radius: 15px;
    padding: 4px 11px !important;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -0.01em;
    line-height: 1.33337;
    min-width: 23px;
    border: none;
    transition: all 0.2s cubic-bezier(0.28, 0.11, 0.32, 1);
    opacity: 1;
    box-shadow: 0 2px 8px 0 rgba(162,28,175,0.10);
}

 .btn-donate:hover, .btn-donate:focus {
    background: var(--primary-purple) !important;
    color: #fff !important;
    opacity: 1;
    box-shadow: 0 4px 16px 0 rgba(162,28,175,0.15);
    transform: scale(1.08);
    outline: none;
}

 .btn-donate:active {
     background: var(--primary-purple) !important;
     color: #fff !important;
     box-shadow: 0 1px 4px 0 rgba(162,28,175,0.10);
     transform: scale(0.96);
}

.navbar-toggler {
    border: none;
    padding: 4px 8px;
    margin: 8px 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* Hero Section */
.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 120px 0 80px;
    color: white;
    overflow: hidden;
}

.hero-content {
    position: relative;
    z-index: 3;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('https://images.unsplash.com/photo-1488521787991-ed7bbaae773c?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.hero-actions {
    margin-top: 2rem;
    margin-left: 6rem;
}

/* Hero Carousel Styles */
.hero-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: 0;
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-slide.active {
    opacity: 1;
}

/* Modern Carousel Indicators */
.hero-indicators {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.indicator::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.indicator.active::before {
    transform: scale(1);
}

.indicator:hover {
    background: rgba(255, 255, 255, 0.6);
    transform: scale(1.2);
}

/* Navigation Arrows */
.hero-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    z-index: 10;
    pointer-events: none;
}

.hero-nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    pointer-events: all;
}

/* Carousel Controls */
.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    z-index: 10;
}

.carousel-control.prev {
    left: 30px;
}

.carousel-control.next {
    right: 30px;
}

.carousel-control:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%) scale(1.1);
}

.hero-nav-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
}

.hero-nav-btn:active {
    transform: scale(0.95);
}

/* Progress Bar for Active Slide */
.indicator.active {
    position: relative;
    overflow: visible;
}

.indicator.active::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 16px;
    height: 16px;
    border: 2px solid white;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Buttons */
.btn {
    font-weight: 400;
    border-radius: 15px;
    padding: 12px 23px;
    border: none;
    transition: all 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    line-height: 1.23536;
    letter-spacing: -0.022em;
    min-width: 28px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}

.btn-primary {
    background: var(--primary-purple) !important;
    color: #fff !important;
    border: 1px solid var(--primary-purple) !important;
}

.btn-primary:hover {
    background: var(--primary-purple) !important;
    border-color: var(--primary-purple) !important;
    color: #fff !important;
    transform: none;
    box-shadow: none;
}

.btn-outline-primary {
    background: transparent;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.btn-outline-primary-pgm {
    background: transparent;
    color: var(--primary-purple) !important;
    border: 1px solid var(--primary-purple) !important;
}

.btn-outline-primary-pgm:hover {
    background: var(--primary-purple) !important;
    color: #fff !important;
    border-color: var(--primary-purple) !important;
    transform: none;
    box-shadow: none;
}

.btn-outline-primary:hover {
    background: var(--primary-purple) !important;
    color: #fff !important;
    border-color: var(--primary-purple) !important;
    transform: none;
    box-shadow: none;
}

.btn-lg {
    padding: 16px 32px;
    font-size: 21px;
    line-height: 1.381002381;
    letter-spacing: 0.011em;
}

/* Mission Section */
.mission-section {
    padding: 100px 0;
    background: var(--pure-white);
}

.mission-text {
    font-size: 1.25rem;
    color: var(--text-medium);
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Programs Section */
.programs-section {
    padding: 100px 0;
    background: var(--off-white);
}

.program-card {
    background: var(--pure-white);
    border-radius: 20px;
    padding: 3rem 2rem;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: var(--shadow-light);
}

.glass-card {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.program-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-heavy);
}

.program-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
    background: #fe019a;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.program-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.program-description {
    color: var(--text-medium);
    margin-bottom: 2rem;
    line-height: 1.7;
}

/* Impact Section */
.impact-section {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--primary-purple), var(--secondary-pink));
    color: white;
}

.impact-section .section-title,
.impact-section .section-title {
    color: #fff !important;
}
.impact-section .section-subtitle {
    color: white;
}

.impact-stat {
    text-align: center;
    padding: 2rem 1rem;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

/* About Section */
.about-section {
    padding: 100px 0;
    background: var(--pure-white);
}

.about-text {
    font-size: 1.125rem;
    color: var(--text-medium);
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.about-image {
    padding-left: 2rem;
}

.image-placeholder {
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(236, 72, 153, 0.1));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-medium);
    font-size: 1.125rem;
    font-weight: 500;
}

/* Donation Section */
.donation-section {
    padding: 100px 0;
    background: var(--off-white);
}

.donation-options {
    max-width: 600px;
    margin: 0 auto;
}

.donation-amount {
    width: 100%;
    padding: 1rem;
    background: var(--pure-white);
    border: 2px solid var(--glass-border);
    border-radius: 12px;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-dark);
    transition: all 0.3s ease;
    cursor: pointer;
}

.donation-amount:hover,
.donation-amount.active {
    border-color: var(--primary-purple);
    background: linear-gradient(135deg, var(--primary-purple), var(--secondary-pink));
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-light);
}

.custom-amount {
    margin-top: 2rem;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.custom-amount .form-control {
    padding: 1rem;
    border-radius: 12px;
    border: 2px solid var(--glass-border);
    font-size: 1.125rem;
    text-align: center;
    background: var(--pure-white);
}

.custom-amount .form-control:focus {
    border-color: var(--primary-purple);
    box-shadow: 0 0 0 0.2rem rgba(139, 92, 246, 0.25);
}

/* Footer */
.footer {
    background: var(--text-dark);
    color: white;
    padding: 60px 0 30px;
}

.footer-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
}

.footer-subtitle {
    font-size: 1.125rem;
    font-weight: 600;
    color: white;
    margin-bottom: 1rem;
}

.footer-text {
    color: var(--text-light);
    line-height: 1.7;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: var(--text-light);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--primary-purple);
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.1);
    margin: 2rem 0 1rem;
}

.footer-copyright {
    color: var(--text-light);
    font-size: 0.875rem;
}

/* Responsive Design for Hero Carousel */
@media (max-width: 768px) {
    .hero-section {
        padding: 100px 0 60px;
    }
    
    .hero-brand {
        text-align: left;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.125rem;
    }
    
    .hero-actions .btn {
        display: block;
        margin: 0.5rem 0;
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero-nav {
        padding: 0 20px;
    }
    
    .hero-nav-btn {
        width: 40px;
        height: 40px;
    }
    
    .hero-indicators {
        bottom: 20px;
        gap: 8px;
    }
    
    .indicator {
        width: 10px;
        height: 10px;
    }
    
    .indicator.active::after {
        width: 14px;
        height: 14px;
        top: -2px;
        left: -2px;
    }
    
    .program-card {
        margin-bottom: 2rem;
    }
    
    .about-image {
        padding-left: 0;
        margin-top: 3rem;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .programs-section,
    .mission-section,
    .impact-section,
    .about-section,
    .donation-section {
        padding: 60px 0;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .program-card {
        padding: 2rem 1.5rem;
    }
    
    .donation-amount {
        font-size: 1.125rem;
        padding: 0.875rem;
    }
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Loading Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* Liquid Glass Effects */
.glass-effect {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    html {
        scroll-behavior: auto;
    }
}

/* Focus States */
.btn:focus,
.form-control:focus,
.nav-link:focus {
    outline: 2px solid var(--primary-purple);
    outline-offset: 2px;
}

/* High Contrast Support */
@media (prefers-contrast: high) {
    :root {
        --text-medium: #374151;
        --text-light: #4B5563;
    }
}