.hero-section {
    min-height: 550px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: white;
}

/* Background Slider Styles */
.hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

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

/* Dark Overlay */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(35, 40, 38, 0.7);
    /* Dark Charcoal overlay */
    z-index: 1;
}

.hero-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    text-align: center;
}

/* Left Side Content */
.hero-content {
    flex: 1;
    max-width: 800px;
    padding: 0 16px;
}

.tagline {
    font-family: 'Dancing Script', cursive;
    color: #fcc44c;
    /* Yellow color */
    font-size: 32px;
    margin-bottom: 10px;
}

.hero-title {
    font-family: 'Fredoka', sans-serif;
    /* Rounded font like in image */
    font-size: 75px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 30px;
}

.hero-btn {
    background: #fcc44c;
    color: #232826;
    padding: 15px 40px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 15px 15px 0 0;
    /* Partially rounded like image */
    display: inline-block;
    font-size: 18px;
}

/* Navigation Arrows */
.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: white;
    z-index: 3;
    transition: background 0.3s;
}

.nav-arrow:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Floating Scroll Top Button */
.scroll-top {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: #fcc44c;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #232826;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.welcome-section {
    position: relative;
    padding: 58px 20px 40px;
    background:
        radial-gradient(circle at top left, rgba(252, 196, 76, 0.15), transparent 26%),
        linear-gradient(102deg, #f7f1e6 0%, #f7f1e6 44%, #ffffff 44.5%, #ffffff 100%);
}

.welcome-wrap {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 1.05fr);
    gap: 42px;
    align-items: center;
}

.welcome-media {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
}

.welcome-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 74%;
    height: 82%;
    border: 5px solid #f4c73d;
    z-index: 1;
}

.welcome-image-card {
    position: absolute;
    top: 26px;
    left: 26px;
    width: 82%;
    height: 84%;
    border-radius: 0 42px 42px 42px;
    overflow: hidden;
    z-index: 2;
    box-shadow: 0 26px 50px rgba(69, 52, 27, 0.18);
}

.welcome-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.welcome-floating-card {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    color: #1e4d2b;
    box-shadow: 0 14px 30px rgba(42, 57, 48, 0.12);
    font-size: 14px;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

.welcome-floating-card i {
    color: #f4c73d;
    font-size: 16px;
}

.floating-card-one {
    top: 34px;
    right: 22px;
    animation: floatCard 4.6s ease-in-out infinite;
}

.floating-card-two {
    bottom: 38px;
    right: 48px;
    animation: floatCard 5.4s ease-in-out infinite 0.6s;
}

.welcome-floating-bubble {
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    opacity: 0.9;
}

.bubble-one {
    width: 86px;
    height: 86px;
    right: 6px;
    bottom: 6px;
    background: radial-gradient(circle at 35% 35%, #fff6d6 0%, #f4c73d 70%, #e0b021 100%);
    box-shadow: 0 12px 28px rgba(244, 199, 61, 0.18);
}

.bubble-two {
    width: 28px;
    height: 28px;
    right: 132px;
    top: 108px;
    border: 2px solid rgba(11, 139, 115, 0.42);
    background: transparent;
}

.welcome-content {
    position: relative;
    z-index: 2;
    padding-right: 12px;
    padding-left: 34px;
}

.welcome-content::before {
    content: '';
    position: absolute;
    top: -38px;
    left: -10px;
    width: 170px;
    height: calc(100% + 76px);
    background: linear-gradient(102deg, rgba(247, 241, 230, 0) 0%, rgba(247, 241, 230, 0.96) 28%, #ffffff 78%);
    transform: skewX(-12deg);
    z-index: -1;
    pointer-events: none;
}

.welcome-eyebrow {
    color: #0b8b73;
    font-family: 'Dancing Script', cursive;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.welcome-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 52px;
    line-height: 1.12;
    color: #223730;
    margin-bottom: 18px;
    max-width: 620px;
}

.welcome-subtitle,
.welcome-text {
    font-size: 17px;
    line-height: 1.8;
    color: #6a726f;
}

.welcome-subtitle {
    margin-bottom: 6px;
}

.welcome-text + .welcome-text {
    margin-top: 8px;
}

.reveal-left,
.reveal-right {
    opacity: 0;
    transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
    will-change: transform, opacity;
}

.reveal-left {
    transform: translateX(-140px) scale(0.96);
}

.reveal-right {
    transform: translateX(90px);
}

.reveal-left.is-visible,
.reveal-right.is-visible {
    opacity: 1;
    transform: translateX(0) scale(1);
}

.impact-section {
    padding: 36px 20px 56px;
    background: #ffffff;
}

.impact-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.impact-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
}

.impact-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: start;
    text-align: center;
}

.impact-icon {
    position: relative;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at center, rgba(244, 199, 61, 0.16) 0%, rgba(244, 199, 61, 0.16) 52%, transparent 53%);
    margin: 0 auto;
}

.impact-icon i {
    font-size: 46px;
    color: #0e7a67;
}

.impact-content h3 {
    font-family: 'Fredoka', sans-serif;
    font-size: 20px;
    line-height: 1.15;
    color: #223730;
    margin: 2px 0 8px;
}

.impact-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #6a726f;
    margin: 0;
}

.impact-cta {
    margin-top: 28px;
    text-align: center;
}

.impact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    padding: 16px 24px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffd85f 0%, #f4c73d 100%);
    color: #21352e;
    text-decoration: none;
    font-weight: 800;
    font-size: 18px;
    box-shadow: 0 14px 28px rgba(244, 199, 61, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.impact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 40px rgba(244, 199, 61, 0.28);
}

.programs-section {
    padding: 72px 20px 92px;
    background: #ffffff;
}

.programs-wrap {
    max-width: 1320px;
    margin: 0 auto;
}

.programs-header {
    text-align: center;
    margin-bottom: 48px;
}

.programs-eyebrow {
    color: #0b8b73;
    font-family: 'Dancing Script', cursive;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}

.programs-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 64px;
    line-height: 1.08;
    color: #223730;
    margin: 0;
}

.programs-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
    align-items: start;
}

.program-card {
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(26, 47, 35, 0.08);
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
}

.program-card-image {
    position: relative;
    height: 290px;
    overflow: hidden;
}

.program-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.program-readmore {
    position: absolute;
    left: 18px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 152px;
    padding: 12px 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffd85f 0%, #f4c73d 100%);
    color: #21352e;
    text-decoration: none;
    font-family: 'Dancing Script', cursive;
    font-size: 24px;
    font-weight: 700;
    box-shadow: 0 10px 22px rgba(244, 199, 61, 0.22);
}

.program-card-body {
    padding: 22px 22px 26px;
}

.program-card-body h3 {
    font-family: 'Fredoka', sans-serif;
    font-size: 24px;
    line-height: 1.15;
    color: #223730;
    margin: 0 0 12px;
}

.program-card-body p {
    font-size: 15px;
    line-height: 1.7;
    color: #6a726f;
    margin: 0;
}

.donate-banner-section {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 56px 20px;
    background:
        linear-gradient(rgba(8, 115, 103, 0.72), rgba(8, 115, 103, 0.72)),
        url('https://images.unsplash.com/photo-1488521787991-ed7bbaae773c?auto=format&fit=crop&w=1800&q=80');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    overflow: hidden;
}

.donate-banner-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 213, 92, 0.1), transparent 20%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.14));
}

.donate-banner-content {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    text-align: center;
    color: #ffffff;
}

.donate-banner-eyebrow {
    font-family: 'Dancing Script', cursive;
    font-size: 28px;
    font-weight: 700;
    color: #ffd85f;
    margin-bottom: 12px;
}

.donate-banner-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 58px;
    line-height: 1.12;
    color: #ffffff;
    margin: 0 auto 24px;
    max-width: 980px;
}

.donate-banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 250px;
    padding: 18px 24px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffd85f 0%, #f4c73d 100%);
    color: #21352e;
    text-decoration: none;
    font-weight: 800;
    font-size: 18px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.donate-banner-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(0, 0, 0, 0.2);
}

.counter-section {
    position: relative;
    min-height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 56px 20px;
    background:
        linear-gradient(rgba(8, 115, 103, 0.78), rgba(8, 115, 103, 0.78)),
        url('https://images.unsplash.com/photo-1488521787991-ed7bbaae773c?auto=format&fit=crop&w=1800&q=80');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    overflow: hidden;
}

.counter-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 28%, rgba(255, 213, 92, 0.12), transparent 20%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.14));
}

.counter-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1220px;
    text-align: center;
    color: #ffffff;
}

.counter-eyebrow {
    margin: 0 0 12px;
    font-family: 'Dancing Script', cursive;
    font-size: 28px;
    font-weight: 700;
    color: #ffd85f;
}

.counter-title {
    margin: 0 auto 34px;
    max-width: 920px;
    font-family: 'Fredoka', sans-serif;
    font-size: 52px;
    line-height: 1.12;
    color: #ffffff;
}

.counter-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.counter-card {
    padding: 24px 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
}

.counter-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 14px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffd85f;
    font-size: 28px;
}

.counter-card h3 {
    margin: 0 0 10px;
    font-family: 'Fredoka', sans-serif;
    font-size: 48px;
    line-height: 1;
    color: #ffffff;
}

.counter-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.86);
}

.events-section {
    position: relative;
    padding: 86px 20px 98px;
    background:
        radial-gradient(circle at 12% 18%, rgba(244, 199, 61, 0.12), transparent 18%),
        radial-gradient(circle at 82% 22%, rgba(11, 139, 115, 0.1), transparent 17%),
        linear-gradient(180deg, #fbf6ea 0%, #ffffff 100%);
    overflow: hidden;
}

.events-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(70, 73, 68, 0.12) 0.8px, transparent 0.8px);
    background-size: 18px 18px;
    opacity: 0.22;
    pointer-events: none;
}

.events-wrap {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(300px, 0.84fr) minmax(320px, 1.16fr);
    gap: 28px;
    align-items: stretch;
}

.events-content {
    position: relative;
    z-index: 1;
    padding: 42px 38px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 24px 50px rgba(41, 56, 49, 0.08);
    backdrop-filter: blur(10px);
}

.events-eyebrow {
    font-family: 'Dancing Script', cursive;
    font-size: 30px;
    font-weight: 700;
    color: #0b8b73;
    margin-bottom: 12px;
}

.events-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 58px;
    line-height: 1.04;
    color: #223730;
    margin: 0 0 22px;
}

.events-description {
    max-width: 430px;
    font-size: 16px;
    line-height: 1.85;
    color: #6a726f;
    margin: 0 0 28px;
}

.events-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    padding: 16px 22px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffd85f 0%, #f4c73d 100%);
    color: #21352e;
    text-decoration: none;
    font-weight: 800;
    font-size: 17px;
    box-shadow: 0 16px 30px rgba(244, 199, 61, 0.22);
}

.events-controls {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 28px;
}

.events-control {
    cursor: pointer;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(34, 55, 48, 0.8);
    color: #223730;
    background: rgba(255, 255, 255, 0.72);
    font-size: 20px;
    transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease, border-color 0.2s ease;
    animation: eventsControlJump 2.8s ease-in-out infinite;
}

.events-control-next {
    background: linear-gradient(180deg, #ffd85f 0%, #f4c73d 100%);
    border-color: #f4c73d;
    animation-delay: 0.25s;
}

.events-control:hover {
    transform: translateY(-2px);
}

.events-control.is-disabled {
    opacity: 0.45;
    animation-play-state: paused;
}

.events-slider {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 18px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 24px 50px rgba(41, 56, 49, 0.08);
    backdrop-filter: blur(10px);
}

.events-track {
    display: flex;
    gap: 22px;
    align-items: stretch;
    transition: transform 0.45s ease;
    will-change: transform;
}

.event-card {
    flex: 0 0 calc(50% - 11px);
    max-width: 380px;
    position: relative;
    min-height: 440px;
    border-radius: 28px;
    overflow: hidden;
    background: #dde4df;
    box-shadow: 0 22px 42px rgba(33, 53, 46, 0.14);
}

.event-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.event-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 23, 20, 0.02) 24%, rgba(14, 25, 22, 0.92) 100%);
}

.event-date {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    padding: 10px 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffd85f 0%, #f4c73d 100%);
    color: #21352e;
    font-family: 'Dancing Script', cursive;
    font-size: 22px;
    font-weight: 700;
    box-shadow: 0 14px 28px rgba(244, 199, 61, 0.22);
}

.event-card h3 {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 2;
    margin: 0;
    font-family: 'Fredoka', sans-serif;
    font-size: 30px;
    line-height: 1.15;
    color: #ffffff;
}

.support-cards-section {
    padding: 26px 20px 84px;
    background:
        radial-gradient(circle at top left, rgba(11, 139, 115, 0.08), transparent 18%),
        radial-gradient(circle at bottom right, rgba(244, 199, 61, 0.12), transparent 20%),
        linear-gradient(180deg, #ffffff 0%, #fbf6ea 100%);
}

.support-cards-wrap {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.support-card {
    position: relative;
    min-height: 470px;
    border-radius: 34px;
    padding: 34px 34px 30px;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(25, 40, 34, 0.12);
}

.support-card > * {
    position: relative;
    z-index: 1;
}

.support-card-volunteer {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 22%),
        linear-gradient(135deg, #0d8f79 0%, #0a7a67 100%);
    color: #ffffff;
}

.support-card-gift {
    background:
        radial-gradient(circle at top left, rgba(255, 211, 92, 0.24), transparent 20%),
        linear-gradient(135deg, #25312d 0%, #1f2825 58%, #f4c73d 58%, #f4c73d 100%);
    color: #ffffff;
}

.support-card-gift::after {
    content: '';
    position: absolute;
    left: -4%;
    right: -4%;
    bottom: 15%;
    height: 96px;
    background: #1f2825;
    transform: rotate(-7deg);
    transform-origin: center;
    z-index: 0;
}

.support-card::before {
    content: '';
    position: absolute;
    inset: 18px;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    pointer-events: none;
}

.support-card-head {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 20px;
}

.support-card-head h2 {
    margin: 0;
    max-width: 360px;
    font-family: 'Fredoka', sans-serif;
    font-size: 32px;
    line-height: 1.12;
}

.support-card-icon {
    width: 84px;
    height: 84px;
    flex: 0 0 84px;
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 31px;
    backdrop-filter: blur(8px);
}

.support-card-icon-outline {
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.support-card-icon-solid {
    background: linear-gradient(180deg, #ffd85f 0%, #f4c73d 100%);
    color: #223730;
    box-shadow: 0 14px 28px rgba(244, 199, 61, 0.2);
}

.support-card-text {
    margin: 0 0 22px;
    max-width: 510px;
    font-size: 17px;
    line-height: 1.82;
    color: rgba(255, 255, 255, 0.84);
}

.support-card-list {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
    display: grid;
    gap: 14px;
}

.support-card-list li {
    position: relative;
    padding: 14px 16px 14px 44px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 15px;
    line-height: 1.55;
    font-weight: 600;
    color: #ffffff;
}

.support-card-list li::before {
    content: '\f058';
    position: absolute;
    top: 16px;
    left: 16px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.95);
}

.support-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 178px;
    padding: 15px 24px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.02em;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.support-card-btn-light {
    background: #ffffff;
    color: #223730;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
}

.support-card-btn:hover {
    transform: translateY(-2px);
}

.testimonials-section {
    position: relative;
    padding: 34px 20px 90px;
    background:
        linear-gradient(rgba(36, 52, 45, 0.94), rgba(36, 52, 45, 0.94)),
        url('https://images.unsplash.com/photo-1488521787991-ed7bbaae773c?auto=format&fit=crop&w=1800&q=80');
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.testimonials-wrap {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(280px, 0.82fr) minmax(320px, 1.18fr);
    gap: 44px;
    align-items: center;
}

.testimonials-content {
    color: #ffffff;
}

.testimonials-eyebrow {
    margin: 0 0 12px;
    color: #ffd85f;
    font-family: 'Dancing Script', cursive;
    font-size: 28px;
    font-weight: 700;
}

.testimonials-title {
    margin: 0 0 22px;
    max-width: 420px;
    color: #ffffff;
    font-family: 'Fredoka', sans-serif;
    font-size: 62px;
    line-height: 1.06;
}

.testimonials-text {
    margin: 0 0 32px;
    max-width: 520px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    line-height: 1.8;
}

.testimonials-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 230px;
    padding: 18px 24px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffd85f 0%, #f4c73d 100%);
    color: #223730;
    text-decoration: none;
    font-weight: 800;
    font-size: 18px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
}

.testimonials-slider {
    min-width: 0;
}

.testimonials-viewport {
    overflow: hidden;
    cursor: grab;
    user-select: none;
}

.testimonials-viewport.is-dragging {
    cursor: grabbing;
}

.testimonials-track {
    display: flex;
    will-change: transform;
}

.testimonial-card {
    flex: 0 0 100%;
    min-width: 100%;
    position: relative;
    padding: 22px 8px 18px;
}

.testimonial-profile {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-left: 54px;
}

.testimonial-profile img {
    width: 118px;
    height: 118px;
    flex: 0 0 118px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #f4c73d;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.testimonial-person {
    padding-top: 18px;
}

.testimonial-person h3 {
    margin: 0 0 2px;
    color: #ffffff;
    font-family: 'Fredoka', sans-serif;
    font-size: 38px;
    line-height: 1.1;
}

.testimonial-person p {
    margin: 0;
    color: #ffd85f;
    font-family: 'Dancing Script', cursive;
    font-size: 28px;
    font-weight: 700;
}

.testimonial-quote-icon {
    position: absolute;
    top: 78px;
    right: 34px;
    z-index: 3;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0b8772;
    color: #ffffff;
    font-size: 34px;
    box-shadow: 0 16px 34px rgba(11, 135, 114, 0.28);
}

.testimonial-box {
    position: relative;
    margin-top: -20px;
    padding: 72px 52px 48px;
    border: 4px solid #f4c73d;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
}

.testimonial-box p {
    margin: 0;
    color: #697270;
    font-size: 18px;
    line-height: 1.9;
}

.testimonials-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 22px;
}

.testimonial-dot {
    width: 12px;
    height: 12px;
    border: 0;
    padding: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.36);
    cursor: pointer;
}

.testimonial-dot.is-active {
    width: 34px;
    border-radius: 999px;
    background: #f4c73d;
}

.faq-section {
    padding: 26px 20px 84px;
    background:
        linear-gradient(rgba(251, 246, 234, 0.9), rgba(255, 255, 255, 0.94)),
        url('https://images.unsplash.com/photo-1517486808906-6ca8b3f04846?auto=format&fit=crop&w=1800&q=80');
    background-size: cover;
    background-position: center;
}

.faq-wrap {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(320px, 1.22fr);
    gap: 28px;
    align-items: start;
}

.faq-content {
    padding: 40px 36px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 22px 46px rgba(41, 56, 49, 0.08);
}

.faq-eyebrow {
    margin: 0 0 12px;
    color: #0b8b73;
    font-family: 'Dancing Script', cursive;
    font-size: 28px;
    font-weight: 700;
}

.faq-title {
    margin: 0 0 18px;
    color: #223730;
    font-family: 'Fredoka', sans-serif;
    font-size: 52px;
    line-height: 1.08;
}

.faq-text {
    margin: 0;
    color: #6a726f;
    font-size: 16px;
    line-height: 1.85;
}

.faq-list {
    display: grid;
    gap: 16px;
}

.faq-item {
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 38px rgba(31, 49, 43, 0.08);
    overflow: hidden;
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 26px;
    border: 0;
    background: transparent;
    color: #223730;
    text-align: left;
    font-family: 'Fredoka', sans-serif;
    font-size: 24px;
    line-height: 1.2;
    cursor: pointer;
}

.faq-question i {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(180deg, #ffd85f 0%, #f4c73d 100%);
    color: #223730;
    font-size: 16px;
    transition: transform 0.25s ease;
}

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
}

.faq-answer p {
    overflow: hidden;
    margin: 0;
    padding: 0 26px 0;
    color: #6a726f;
    font-size: 15px;
    line-height: 1.8;
}

.faq-item.is-open .faq-answer {
    grid-template-rows: 1fr;
}

.faq-item.is-open .faq-answer p {
    padding-bottom: 24px;
}

.faq-item.is-open .faq-question i {
    transform: rotate(45deg);
}

.articles-section {
    padding: 26px 20px 96px;
    background:
        radial-gradient(circle at top right, rgba(11, 139, 115, 0.08), transparent 18%),
        linear-gradient(180deg, #ffffff 0%, #fbf6ea 100%);
}

.articles-wrap {
    max-width: 1320px;
    margin: 0 auto;
}

.articles-header {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.articles-eyebrow {
    margin: 0 0 12px;
    color: #0b8b73;
    font-family: 'Dancing Script', cursive;
    font-size: 28px;
    font-weight: 700;
}

.articles-title {
    margin: 0 0 16px;
    color: #223730;
    font-family: 'Fredoka', sans-serif;
    font-size: 52px;
    line-height: 1.08;
}

.articles-text {
    margin: 0;
    color: #6a726f;
    font-size: 16px;
    line-height: 1.85;
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.article-card {
    overflow: hidden;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 20px 42px rgba(31, 49, 43, 0.08);
}

.article-card-image {
    position: relative;
    height: 250px;
}

.article-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.article-card-tag {
    position: absolute;
    left: 18px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffd85f 0%, #f4c73d 100%);
    color: #223730;
    font-weight: 700;
    font-size: 14px;
}

.article-card-body {
    padding: 24px 22px 26px;
}

.article-card-body h3 {
    margin: 0 0 12px;
    color: #223730;
    font-family: 'Fredoka', sans-serif;
    font-size: 26px;
    line-height: 1.18;
}

.article-card-body p {
    margin: 0 0 18px;
    color: #6a726f;
    font-size: 15px;
    line-height: 1.8;
}

.article-card-link {
    color: #0b8b73;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
}

.article-card-link:hover {
    text-decoration: underline;
}

.gallery-section {
    padding: 20px 20px 96px;
    background:
        radial-gradient(circle at top right, rgba(244, 199, 61, 0.14), transparent 20%),
        linear-gradient(180deg, #ffffff 0%, #fbf6ea 100%);
}

.gallery-shell {
    max-width: 1320px;
    margin: 0 auto;
}

.gallery-banner {
    position: relative;
    max-width: 760px;
    margin: 0 auto 36px;
    padding: 32px 24px 40px;
    text-align: center;
    background: linear-gradient(180deg, #ffd85f 0%, #f4c73d 100%);
    border-radius: 28px;
    box-shadow: 0 20px 40px rgba(244, 199, 61, 0.24);
}

.gallery-banner::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 30px;
    height: 30px;
    background: #f4c73d;
    transform: translateX(-50%) rotate(45deg);
    border-radius: 4px;
}

.gallery-banner h2 {
    margin: 0;
    color: #223730;
    font-family: 'Fredoka', sans-serif;
    font-size: 52px;
    line-height: 1.1;
}

.gallery-grid-wrap {
    position: relative;
    padding: 18px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 24px 50px rgba(41, 56, 49, 0.08);
    backdrop-filter: blur(10px);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    grid-auto-flow: dense;
}

.gallery-card {
    position: relative;
    min-height: 250px;
    border-radius: 26px;
    overflow: hidden;
    background: #dde4df;
    box-shadow: 0 18px 38px rgba(31, 49, 43, 0.12);
    isolation: isolate;
}

.gallery-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 35, 29, 0.02) 0%, rgba(15, 35, 29, 0.18) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-card:hover img {
    transform: scale(1.08);
}

.gallery-card:hover::after {
    opacity: 1;
}

.gallery-card-featured .gallery-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 26px 18px;
    background: linear-gradient(180deg, rgba(244, 199, 61, 0.02) 0%, rgba(244, 199, 61, 0.72) 100%);
}

.gallery-card-tall {
    grid-row: span 2;
    min-height: 520px;
}

.gallery-card-wide {
    grid-column: span 2;
}

.gallery-card-overlay span {
    color: #223730;
    font-family: 'Fredoka', sans-serif;
    font-size: 26px;
    line-height: 1.1;
    font-weight: 700;
}

@keyframes floatCard {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

@keyframes eventsControlJump {
    0%, 100% {
        transform: translateY(0);
    }

    18% {
        transform: translateY(-3px);
    }

    34% {
        transform: translateY(0);
    }

    52% {
        transform: translateY(-5px);
    }

    70% {
        transform: translateY(0);
    }
}

@media (max-width: 1200px) {
    .hero-section {
        min-height: 500px;
    }

    .hero-title {
        font-size: 60px;
    }

    .welcome-section {
        padding: 48px 18px 34px;
    }

    .welcome-title {
        font-size: 42px;
    }

    .welcome-wrap {
        gap: 28px;
    }

    .welcome-media {
        min-height: 430px;
    }

    .floating-card-one {
        right: 10px;
    }

    .floating-card-two {
        right: 24px;
        bottom: 24px;
    }

    .welcome-subtitle,
    .welcome-text {
        font-size: 16px;
    }

    .impact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .impact-content h3 {
        font-size: 22px;
    }

    .impact-content p {
        font-size: 16px;
    }

    .programs-title {
        font-size: 52px;
    }

    .programs-grid {
        gap: 26px;
    }

    .program-card-image {
        height: 260px;
    }

    .donate-banner-section {
        min-height: 480px;
        background-attachment: scroll;
    }

    .donate-banner-title {
        font-size: 48px;
    }

    .counter-section {
        min-height: 400px;
        background-attachment: scroll;
    }

    .counter-title {
        font-size: 44px;
    }

    .counter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .events-wrap {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .events-title {
        font-size: 48px;
    }

    .events-description {
        max-width: none;
    }

    .events-controls {
        margin-top: 28px;
    }

    .events-content,
    .events-slider {
        padding: 28px;
        border-radius: 28px;
    }

    .support-cards-wrap {
        grid-template-columns: 1fr;
    }

    .support-card {
        min-height: 430px;
        padding: 32px 32px 28px;
    }

    .support-card-head h2 {
        max-width: 420px;
        font-size: 30px;
    }

    .testimonials-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .testimonials-title {
        max-width: none;
        font-size: 50px;
    }

    .faq-wrap {
        grid-template-columns: 1fr;
    }

    .faq-title {
        font-size: 44px;
    }

    .articles-title {
        font-size: 44px;
    }

    .articles-grid {
        grid-template-columns: 1fr;
    }

    .gallery-banner h2 {
        font-size: 48px;
    }

    .gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .gallery-card-tall {
        min-height: 420px;
    }
}

/* Mobile Responsive */
@media (max-width: 900px) {
    .hero-section {
        min-height: 460px;
        padding: 72px 0 56px;
    }

    .hero-container {
        flex-direction: column;
        text-align: center;
    }

    .hero-title {
        font-size: 40px;
        margin-bottom: 22px;
    }

    .tagline {
        font-size: 26px;
    }

    .hero-btn {
        padding: 14px 28px;
        font-size: 16px;
    }

    .nav-arrow {
        width: 40px;
        height: 40px;
    }

    .welcome-section {
        background: linear-gradient(180deg, #f7f1e6 0%, #ffffff 100%);
    }

    .welcome-wrap {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .welcome-media {
        min-height: 360px;
        max-width: 520px;
        width: 100%;
        margin: 0 auto;
    }

    .welcome-content {
        padding-right: 0;
        padding-left: 0;
        text-align: center;
    }

    .welcome-content::before {
        display: none;
    }

    .welcome-title {
        max-width: none;
        font-size: 36px;
    }

    .welcome-floating-card {
        padding: 10px 12px;
        font-size: 12px;
        border-radius: 14px;
    }

    .floating-card-one {
        top: 26px;
        right: 6px;
    }

    .floating-card-two {
        right: 16px;
        bottom: 16px;
    }

    .bubble-one {
        width: 68px;
        height: 68px;
    }

    .bubble-two {
        right: 94px;
        top: 86px;
    }

    .impact-section {
        padding: 24px 18px 42px;
    }

    .impact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

    .impact-card {
        grid-template-columns: 1fr;
        gap: 16px;
        text-align: center;
    }

    .impact-icon {
        width: 96px;
        height: 96px;
        margin: 0 auto;
    }

    .impact-icon i {
        font-size: 56px;
    }

    .impact-content h3 {
        font-size: 20px;
        margin-top: 6px;
    }

    .impact-content p {
        font-size: 15px;
    }

    .impact-cta {
        margin-top: 30px;
        text-align: center;
    }

    .impact-btn {
        min-width: 0;
        width: 100%;
        max-width: 420px;
        padding: 22px 24px;
        font-size: 24px;
    }

    .programs-section {
        padding: 48px 18px 64px;
    }

    .programs-title {
        font-size: 42px;
    }

    .programs-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .program-card-image {
        height: 300px;
    }

    .donate-banner-section {
        min-height: 420px;
        padding: 44px 18px;
    }

    .donate-banner-eyebrow {
        font-size: 24px;
    }

    .donate-banner-title {
        font-size: 36px;
        max-width: 680px;
    }

    .donate-banner-btn {
        min-width: 210px;
        padding: 16px 22px;
        font-size: 17px;
    }

    .counter-section {
        min-height: 380px;
        padding: 44px 18px;
    }

    .counter-title {
        font-size: 36px;
        max-width: 700px;
    }

    .counter-card h3 {
        font-size: 42px;
    }

    .events-section {
        padding: 52px 18px 62px;
    }

    .events-content {
        text-align: center;
        padding: 28px 24px;
    }

    .events-title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .events-description {
        margin: 0 auto 28px;
    }

    .events-controls {
        justify-content: center;
    }

    .events-slider {
        padding: 14px;
    }

    .event-card {
        flex-basis: calc(50% - 11px);
        min-height: 360px;
    }

    .support-cards-section {
        padding: 12px 18px 62px;
    }

    .support-card {
        min-height: auto;
        padding: 28px 24px 26px;
    }

    .support-card-head {
        gap: 16px;
        margin-bottom: 18px;
    }

    .support-card-head h2 {
        font-size: 26px;
    }

    .support-card-icon {
        width: 74px;
        height: 74px;
        flex-basis: 74px;
        font-size: 28px;
    }

    .support-card-text {
        font-size: 16px;
    }

    .support-card-list li {
        font-size: 15px;
    }

    .testimonials-section {
        padding: 26px 18px 66px;
    }

    .faq-section {
        padding: 16px 18px 64px;
    }

    .articles-section {
        padding: 16px 18px 74px;
    }

    .articles-title {
        font-size: 36px;
    }

    .article-card-image {
        height: 280px;
    }

    .faq-content {
        text-align: center;
        padding: 30px 26px;
    }

    .faq-title {
        font-size: 36px;
    }

    .faq-question {
        font-size: 21px;
        padding: 20px 22px;
    }

    .testimonials-content {
        text-align: center;
    }

    .testimonials-title {
        font-size: 40px;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }

    .testimonials-text {
        max-width: none;
    }

    .testimonial-profile {
        margin-left: 18px;
    }

    .testimonial-person h3 {
        font-size: 30px;
    }

    .testimonial-person p {
        font-size: 24px;
    }

    .testimonial-box {
        padding: 66px 28px 34px;
    }

    .gallery-section {
        padding: 16px 18px 72px;
    }

    .gallery-banner {
        margin-bottom: 28px;
        padding: 28px 18px 34px;
    }

    .gallery-banner h2 {
        font-size: 38px;
    }

    .gallery-grid-wrap {
        padding: 14px;
        border-radius: 26px;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .gallery-card {
        min-height: 230px;
    }

    .gallery-card-tall,
    .gallery-card-wide {
        grid-column: span 1;
        grid-row: span 1;
        min-height: 230px;
    }
}

@media (max-width: 640px) {
    .hero-section {
        min-height: 420px;
        padding: 54px 0 44px;
    }

    .hero-container {
        width: 100%;
        padding: 0 14px;
    }

    .hero-content {
        padding: 0 8px;
    }

    .tagline {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .hero-title {
        font-size: 31px;
        line-height: 1.2;
        margin-bottom: 18px;
    }

    .hero-btn {
        padding: 12px 22px;
        font-size: 15px;
    }

    .nav-arrow {
        width: 36px;
        height: 36px;
        top: auto;
        bottom: 24px;
        transform: none;
    }

    .scroll-top {
        width: 40px;
        height: 40px;
        right: 16px;
        bottom: 16px;
    }

    .welcome-section {
        padding: 32px 12px 20px;
    }

    .welcome-media {
        min-height: 290px;
    }

    .welcome-floating-card {
        gap: 8px;
        padding: 8px 10px;
        font-size: 11px;
    }

    .welcome-floating-card i {
        font-size: 13px;
    }

    .floating-card-one {
        top: 18px;
        right: 4px;
    }

    .floating-card-two {
        right: 10px;
        bottom: 10px;
    }

    .bubble-one {
        width: 54px;
        height: 54px;
    }

    .bubble-two {
        width: 22px;
        height: 22px;
        right: 76px;
        top: 68px;
    }

    .welcome-eyebrow {
        font-size: 19px;
    }

    .welcome-title {
        font-size: 28px;
    }

    .welcome-subtitle,
    .welcome-text {
        font-size: 15px;
        line-height: 1.7;
    }

    .impact-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .impact-icon {
        margin: 0 auto;
    }

    .impact-content h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .impact-content p {
        font-size: 16px;
        line-height: 1.7;
    }

    .impact-btn {
        font-size: 20px;
        padding: 18px 20px;
    }

    .programs-section {
        padding: 34px 12px 44px;
    }

    .programs-eyebrow {
        font-size: 22px;
    }

    .programs-title {
        font-size: 32px;
    }

    .program-card {
        border-radius: 22px;
    }

    .program-card-image {
        height: 240px;
    }

    .program-readmore {
        min-width: 130px;
        padding: 10px 14px;
        font-size: 21px;
        left: 14px;
        bottom: 14px;
    }

    .program-card-body {
        padding: 20px 18px 22px;
    }

    .program-card-body h3 {
        font-size: 24px;
    }

    .program-card-body p {
        font-size: 15px;
        line-height: 1.7;
    }

    .donate-banner-section {
        min-height: 340px;
        padding: 32px 12px;
    }

    .donate-banner-eyebrow {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .donate-banner-title {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .donate-banner-btn {
        min-width: 180px;
        padding: 14px 18px;
        font-size: 16px;
    }

    .counter-section {
        min-height: 320px;
        padding: 32px 12px;
    }

    .counter-eyebrow {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .counter-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .counter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .counter-card {
        padding: 18px 12px;
        border-radius: 18px;
    }

    .counter-icon {
        width: 54px;
        height: 54px;
        margin-bottom: 12px;
        border-radius: 16px;
        font-size: 22px;
    }

    .counter-card h3 {
        font-size: 32px;
    }

    .counter-card p {
        font-size: 14px;
    }

    .events-section {
        padding: 38px 12px 48px;
    }

    .faq-section {
        padding: 10px 12px 52px;
    }

    .articles-section {
        padding: 10px 12px 60px;
    }

    .articles-eyebrow {
        font-size: 23px;
    }

    .articles-title {
        font-size: 29px;
    }

    .articles-text {
        font-size: 15px;
        line-height: 1.8;
    }

    .articles-grid {
        gap: 16px;
    }

    .article-card {
        border-radius: 22px;
    }

    .article-card-image {
        height: 220px;
    }

    .article-card-body {
        padding: 20px 18px 22px;
    }

    .article-card-body h3 {
        font-size: 22px;
    }

    .article-card-body p {
        font-size: 14px;
    }

    .faq-content {
        padding: 24px 18px;
        border-radius: 24px;
    }

    .faq-eyebrow {
        font-size: 23px;
    }

    .faq-title {
        font-size: 29px;
    }

    .faq-text {
        font-size: 15px;
        line-height: 1.8;
    }

    .faq-item {
        border-radius: 18px;
    }

    .faq-question {
        padding: 18px 18px;
        font-size: 18px;
    }

    .faq-question i {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
        font-size: 14px;
    }

    .faq-answer p {
        padding: 0 18px 0;
        font-size: 14px;
    }

    .faq-item.is-open .faq-answer p {
        padding-bottom: 18px;
    }

    .events-eyebrow {
        font-size: 23px;
    }

    .events-title {
        font-size: 32px;
    }

    .events-description {
        font-size: 15px;
        line-height: 1.8;
    }

    .events-btn {
        min-width: 210px;
        padding: 16px 20px;
        font-size: 17px;
    }

    .events-controls {
        gap: 12px;
        margin-top: 24px;
    }

    .events-control {
        width: 54px;
        height: 54px;
        font-size: 19px;
    }

    .events-slider {
        padding: 10px;
        border-radius: 22px;
    }

    .event-card {
        flex-basis: 100%;
        max-width: none;
        min-height: 300px;
        border-radius: 24px;
    }

    .support-cards-section {
        padding: 8px 12px 48px;
    }

    .support-card {
        border-radius: 24px;
        padding: 22px 18px 22px;
    }

    .support-card-head {
        align-items: flex-start;
        gap: 14px;
    }

    .support-card-head h2 {
        font-size: 22px;
    }

    .support-card-icon {
        width: 64px;
        height: 64px;
        flex-basis: 64px;
        font-size: 24px;
        border-radius: 18px;
    }

    .support-card-text {
        font-size: 15px;
        line-height: 1.7;
    }

    .support-card-list {
        gap: 12px;
        margin-bottom: 20px;
    }

    .support-card-list li {
        padding: 12px 12px 12px 38px;
        font-size: 14px;
    }

    .support-card-btn {
        min-width: 160px;
        padding: 13px 18px;
        font-size: 15px;
    }

    .testimonials-section {
        padding: 20px 12px 52px;
    }

    .testimonials-eyebrow {
        font-size: 23px;
    }

    .testimonials-title {
        font-size: 31px;
        margin-bottom: 18px;
    }

    .testimonials-text {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 24px;
    }

    .testimonials-btn {
        min-width: 190px;
        padding: 15px 18px;
        font-size: 16px;
    }

    .testimonial-card {
        padding: 14px 2px 10px;
    }

    .testimonial-profile {
        gap: 12px;
        margin-left: 12px;
    }

    .testimonial-profile img {
        width: 88px;
        height: 88px;
        flex-basis: 88px;
        border-width: 4px;
    }

    .testimonial-person {
        padding-top: 8px;
    }

    .testimonial-person h3 {
        font-size: 23px;
    }

    .testimonial-person p {
        font-size: 20px;
    }

    .testimonial-quote-icon {
        top: 62px;
        right: 16px;
        width: 62px;
        height: 62px;
        font-size: 24px;
    }

    .testimonial-box {
        margin-top: -8px;
        padding: 52px 18px 24px;
        border-radius: 22px;
    }

    .testimonial-box p {
        font-size: 15px;
        line-height: 1.8;
    }

    .gallery-section {
        padding: 12px 12px 56px;
    }

    .gallery-banner {
        margin-bottom: 24px;
        padding: 24px 14px 30px;
        border-radius: 22px;
    }

    .gallery-banner::after {
        bottom: -12px;
        width: 24px;
        height: 24px;
    }

    .gallery-banner h2 {
        font-size: 28px;
    }

    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .gallery-card {
        min-height: 160px;
        border-radius: 18px;
    }

    .gallery-card-overlay span {
        font-size: 20px;
    }

    .event-date {
        top: 14px;
        left: 14px;
        padding: 10px 18px;
        font-size: 21px;
    }

    .event-card h3 {
        left: 18px;
        right: 18px;
        bottom: 18px;
        font-size: 22px;
    }

    .welcome-frame {
        width: 82%;
        height: 82%;
        border-width: 4px;
    }

    .welcome-image-card {
        top: 18px;
        left: 18px;
        width: 84%;
        height: 84%;
        border-radius: 0 28px 28px 28px;
    }
}

@media (max-width: 420px) {
    .hero-section {
        min-height: 380px;
    }

    .tagline {
        font-size: 18px;
    }

    .hero-title {
        font-size: 26px;
    }

    .welcome-title {
        font-size: 24px;
    }

    .welcome-media {
        min-height: 250px;
    }

    .welcome-eyebrow {
        font-size: 17px;
    }

    .welcome-subtitle,
    .welcome-text {
        font-size: 14px;
    }

    .impact-content h3 {
        font-size: 22px;
    }

    .impact-content p {
        font-size: 15px;
    }

    .programs-title {
        font-size: 28px;
    }

    .program-card-image {
        height: 210px;
    }

    .program-card-body h3 {
        font-size: 21px;
    }

    .program-card-body p {
        font-size: 14px;
    }

    .donate-banner-title {
        font-size: 24px;
    }

    .donate-banner-eyebrow {
        font-size: 18px;
    }

    .events-title {
        font-size: 28px;
    }

    .event-card {
        min-height: 280px;
    }

    .event-date {
        font-size: 18px;
    }

    .event-card h3 {
        font-size: 20px;
    }

    .testimonials-title {
        font-size: 26px;
    }

    .testimonial-person h3 {
        font-size: 20px;
    }

    .testimonial-box p {
        font-size: 14px;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-card {
        min-height: 220px;
    }
}
