.header-area.header-absolute {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.header-area.sticky-navbar {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
}

.header-area .support-bar-area {
    border-bottom: 1px solid rgba(15, 80, 12, 0.08);
}

.header-area .support-contact-info span,
.header-area .social-links a,
.header-area .language-btn,
.header-area .main-menu li a {
    color: #102019;
}

.header-area .main-menu li a:hover {
    color: #e44855;
}

.header-area .logo-wrapper img {
    max-height: 64px;
}

.header-area .logo-wrapper {
    display: inline-flex;
    min-height: 72px;
    align-items: center;
    padding: 8px 16px;
    border-radius: 8px;
    background: #102019;
}

.hero-area {
    min-height: 760px;
    overflow: hidden;
    background-position: center;
}

.hero-area::before {
    content: "";
    position: absolute;
    top: 56%;
    right: clamp(-180px, -8vw, -72px);
    width: clamp(880px, 78vw, 1480px);
    aspect-ratio: 2200 / 1238;
    background: url("../img/favoured-sickle-cell.png") center / contain no-repeat;
    opacity: 0.94;
    pointer-events: none;
    transform: translateY(-46%);
    filter: drop-shadow(0 34px 56px rgba(2, 8, 6, 0.34));
    z-index: 3;
    animation: ngoHeroSickleFloat 7.5s ease-in-out infinite;
}

.hero-area::after {
    content: "";
    position: absolute;
    right: 6%;
    bottom: 8%;
    width: min(420px, 42vw);
    height: min(420px, 42vw);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    z-index: 2;
}

.hero-area-overlay {
    background: linear-gradient(90deg, rgba(4, 20, 13, 0.88), rgba(15, 80, 12, 0.58) 48%, rgba(228, 72, 85, 0.3));
    opacity: 1 !important;
}

.hero-txt,
.hero-txt.home-3 {
    max-width: 820px;
    padding: 260px 0 220px;
}

.hero-txt span {
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-family: inherit;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero-txt h1 {
    max-width: 760px;
    margin-top: 18px;
    font-size: clamp(42px, 6vw, 76px);
    font-weight: 800;
    line-height: 1.04;
}

a.hero-boxed-btn,
.ngo-primary-btn,
.ngo-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

a.hero-boxed-btn,
.ngo-primary-btn {
    width: auto;
    height: auto;
    margin-top: 32px;
    border: 0;
    background: #e44855;
    color: #fff;
    box-shadow: 0 16px 34px rgba(228, 72, 85, 0.32);
}

a.hero-boxed-btn::before,
a.hero-boxed-btn::after {
    display: none;
}

a.hero-boxed-btn:hover,
.ngo-primary-btn:hover {
    transform: translateY(-2px);
    background: #c93645;
    color: #fff;
}

.ngo-secondary-btn {
    border: 1px solid rgba(15, 80, 12, 0.2);
    background: #fff;
    color: #0f500c;
}

.ngo-secondary-btn:hover {
    transform: translateY(-2px);
    background: #0f500c;
    color: #fff;
}

.ngo-impact-strip {
    position: relative;
    z-index: 5;
    margin-top: -92px;
    padding-bottom: 36px;
}

.ngo-impact-strip .hero-features {
    margin: 0 0 24px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

.ngo-impact-strip .single-hero-feature {
    min-height: 154px;
}

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

.ngo-proof-grid > div {
    min-height: 130px;
    padding: 26px;
    border: 1px solid rgba(15, 80, 12, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
}

.ngo-proof-grid span,
.ngo-cta-panel span {
    display: block;
    margin-bottom: 8px;
    color: #e44855;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.ngo-proof-grid strong {
    display: block;
    color: #102019;
    font-size: 22px;
    line-height: 1.25;
}

.ngo-home-section {
    padding: 96px 0;
}

.ngo-about-section {
    background: #fbfcfb;
}

.ngo-section-copy p {
    max-width: 590px;
    margin: 20px 0 0;
    color: #52615a;
    font-size: 17px;
    line-height: 1.8;
}

.ngo-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.ngo-media-panel {
    position: relative;
    padding: 18px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.13);
}

.ngo-media-panel video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 6px;
    object-fit: cover;
}

.ngo-media-note {
    position: absolute;
    right: 34px;
    bottom: 34px;
    max-width: 280px;
    padding: 18px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
}

.ngo-media-note strong,
.ngo-media-note span {
    display: block;
}

.ngo-media-note strong {
    color: #102019;
    font-size: 17px;
}

.ngo-media-note span {
    margin-top: 4px;
    color: #52615a;
    line-height: 1.5;
}

.ngo-programs-section,
.ngo-news-section {
    background: #fff;
}

.ngo-programs-section .services-item,
.ngo-programs-section .single-category,
.ngo-cause-card {
    overflow: hidden;
    border: 1px solid rgba(15, 80, 12, 0.1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ngo-programs-section .services-item:hover,
.ngo-programs-section .single-category:hover,
.ngo-cause-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 26px 64px rgba(15, 23, 42, 0.12);
}

.ngo-programs-section .services-content,
.ngo-programs-section .single-category .text {
    padding: 28px;
}

.ngo-programs-section .services-content h4,
.ngo-programs-section .single-category h4 {
    color: #102019;
    font-size: 22px;
}

.ngo-section-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 44px;
}

.ngo-section-header .section-summary {
    max-width: 700px;
    margin-bottom: 0;
}

.ngo-causes-section,
.ngo-team-section {
    background: #f6faf7;
}

.ngo-cause-card {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.ngo-cause-image {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.ngo-cause-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ngo-cause-body {
    padding: 26px;
}

.ngo-cause-body h3 {
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 1.3;
}

.ngo-cause-body h3 a {
    color: #102019;
}

.ngo-cause-progress {
    height: 9px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(15, 80, 12, 0.1);
}

.ngo-cause-progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #0f500c, #e44855);
}

.ngo-cause-meta {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-top: 14px;
    color: #52615a;
}

.ngo-cause-meta strong {
    color: #e44855;
}

.ngo-cause-body .ngo-primary-btn {
    margin-top: 24px;
}

.ngo-team-section .team-member,
.ngo-team-section .single-team-member,
.ngo-news-section .single-blog,
.ngo-news-section .blog-box {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.ngo-cta-section {
    padding: 86px 0;
    background: #102019;
}

.ngo-cta-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
}

.ngo-cta-panel h2 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.12;
}

.ngo-cta-panel .ngo-secondary-btn {
    border-color: rgba(255, 255, 255, 0.32);
    background: transparent;
    color: #fff;
}

.ngo-cta-panel .ngo-secondary-btn:hover {
    background: #fff;
    color: #102019;
}

.ngo-partner-section {
    padding: 64px 0;
    background: #fbfcfb;
}

.section-title {
    color: #e44855;
    letter-spacing: 0;
}

.section-summary {
    color: #102019;
    font-weight: 800;
    line-height: 1.16;
}

@media (max-width: 991px) {
    .hero-area {
        min-height: 680px;
    }

    .hero-area::before {
        right: -230px;
        width: 980px;
        opacity: 0.55;
    }

    .hero-txt,
    .hero-txt.home-3 {
        padding: 220px 0 170px;
    }

    .ngo-proof-grid {
        grid-template-columns: 1fr;
    }

    .ngo-section-header,
    .ngo-cta-panel {
        align-items: flex-start;
        flex-direction: column;
    }

    .ngo-media-panel {
        margin-top: 36px;
    }
}

@media (max-width: 575px) {
    .hero-area {
        min-height: 620px;
    }

    .hero-area::before {
        top: 66%;
        right: -300px;
        width: 760px;
        opacity: 0.28;
        filter: drop-shadow(0 18px 28px rgba(2, 8, 6, 0.22));
    }

    .hero-txt,
    .hero-txt.home-3 {
        padding: 190px 0 140px;
    }

    .hero-txt h1 {
        font-size: 42px;
    }

    .ngo-impact-strip {
        margin-top: -54px;
    }

    .ngo-home-section {
        padding: 70px 0;
    }

    .ngo-proof-grid > div,
    .ngo-media-note,
    .ngo-cause-body {
        padding: 20px;
    }

    .ngo-media-note {
        position: static;
        max-width: none;
        margin-top: 14px;
    }
}

/* Sleek homepage refinements */
.hero-txt h1,
.hero-txt span,
a.hero-boxed-btn {
    animation: ngoFadeUp 0.8s ease both;
}

.hero-txt h1 {
    animation-delay: 0.12s;
}

a.hero-boxed-btn {
    animation-delay: 0.24s;
}

@keyframes ngoHeroSickleFloat {
    0%,
    100% {
        transform: translateY(-46%) translateX(0) scale(1);
    }

    50% {
        transform: translateY(-49%) translateX(-14px) scale(1.018);
    }
}

.ngo-motion-ready .ngo-proof-grid > div,
.ngo-motion-ready .ngo-programs-section .services-item,
.ngo-motion-ready .ngo-cause-card,
.ngo-motion-ready .ngo-team-section .single-team-member {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity 0.72s ease, transform 0.72s ease, box-shadow 0.25s ease;
    transition-delay: var(--ngo-delay, 0ms);
}

.ngo-motion-ready .ngo-proof-grid > div.is-visible,
.ngo-motion-ready .ngo-programs-section .services-item.is-visible,
.ngo-motion-ready .ngo-cause-card.is-visible,
.ngo-motion-ready .ngo-team-section .single-team-member.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.ngo-motion-ready .ngo-programs-section .services-item.is-visible:hover,
.ngo-motion-ready .ngo-cause-card.is-visible:hover,
.ngo-motion-ready .ngo-team-section .single-team-member.is-visible:hover {
    transform: translateY(-6px);
}

.ngo-home-section {
    position: relative;
    overflow: hidden;
    scroll-margin-top: 138px;
}

.ngo-about-section {
    background:
        linear-gradient(135deg, rgba(228, 72, 85, 0.08), transparent 28%),
        linear-gradient(315deg, rgba(15, 80, 12, 0.1), transparent 30%),
        #fbfcfb;
}

.ngo-about-section::before,
.ngo-programs-section::before,
.ngo-team-section::before,
.ngo-news-section::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(15, 80, 12, 0.16), transparent);
}

.ngo-media-panel::before {
    content: "";
    position: absolute;
    top: -14px;
    left: -14px;
    width: 120px;
    height: 120px;
    border-top: 3px solid #e44855;
    border-left: 3px solid #e44855;
    border-radius: 8px 0 0;
    pointer-events: none;
}

.ngo-kicker-row {
    display: grid;
    grid-template-columns: 86px minmax(0, 760px);
    align-items: start;
    justify-content: center;
    gap: 22px;
    margin-bottom: 24px;
    text-align: left;
}

.ngo-section-number {
    color: transparent;
    -webkit-text-stroke: 1px rgba(228, 72, 85, 0.38);
    font-size: 70px;
    font-weight: 900;
    line-height: 0.9;
}

.ngo-programs-section {
    padding-top: 148px;
    background:
        radial-gradient(circle at 12% 8%, rgba(228, 72, 85, 0.09), transparent 30%),
        radial-gradient(circle at 88% 18%, rgba(15, 80, 12, 0.09), transparent 26%),
        linear-gradient(180deg, #fff, #f7fbf8);
}

.ngo-program-intro {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0 auto 28px;
}

.ngo-program-intro span {
    padding: 9px 15px;
    border: 1px solid rgba(15, 80, 12, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.76);
    color: #102019;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.ngo-programs-section services-section > .row {
    align-items: stretch;
}

.ngo-programs-section services-section > .row > [class*="col-"] {
    display: flex;
}

.ngo-programs-section .services-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    margin-top: 30px;
}

.ngo-programs-section .services-item::before {
    content: "";
    display: block;
    height: 5px;
    background: linear-gradient(90deg, #e44855, #0f500c);
}

.ngo-programs-section .services-thumb {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #edf3ef;
}

.ngo-programs-section .services-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.ngo-programs-section .services-item:hover .services-thumb img {
    transform: scale(1.06);
    filter: saturate(1.08) contrast(1.04);
}

.ngo-programs-section .services-content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.ngo-programs-section .services-content h4 {
    line-height: 1.18;
}

.ngo-programs-section .services-content p {
    display: -webkit-box;
    margin: 12px 0 0;
    overflow: hidden;
    color: #52615a;
    font-size: 15px;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.ngo-programs-section .services-content p span,
.ngo-programs-section .services-content p .see-more {
    display: none !important;
}

.ngo-section-header {
    display: grid;
    grid-template-columns: 86px minmax(0, 760px) auto;
    align-items: end;
    justify-content: stretch;
}

.ngo-causes-section {
    background:
        linear-gradient(90deg, rgba(16, 32, 25, 0.94), rgba(16, 32, 25, 0.82)),
        url("../img/causes/work-bg.jpg") center / cover;
}

.ngo-causes-section .section-summary,
.ngo-causes-section .ngo-cause-body h3 a,
.ngo-causes-section .ngo-cause-meta {
    color: #fff;
}

.ngo-causes-section .ngo-secondary-btn {
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.ngo-causes-section .ngo-cause-card {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.ngo-causes-section .ngo-cause-progress {
    background: rgba(255, 255, 255, 0.16);
}

.ngo-team-section {
    background:
        linear-gradient(135deg, rgba(15, 80, 12, 0.08), transparent 34%),
        #f6faf7;
}

.ngo-team-section .single-team-member {
    background: #fff;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ngo-team-section .single-team-member:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.15);
}

.ngo-news-section {
    padding-top: 132px;
    background:
        linear-gradient(180deg, #fff, #fbfcfb);
}

.ngo-news-section .blog-carousel:empty {
    min-height: 120px;
    border: 1px dashed rgba(15, 80, 12, 0.2);
    border-radius: 8px;
    background: rgba(15, 80, 12, 0.04);
}

.ngo-news-section .blog-carousel:empty::before {
    content: "News posts will appear here when published.";
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    color: #52615a;
    font-weight: 700;
}

@keyframes ngoFadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .ngo-section-header,
    .ngo-kicker-row {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ngo-section-header {
        align-items: start;
    }
}

@media (max-width: 575px) {
    .ngo-programs-section,
    .ngo-news-section {
        padding-top: 96px;
    }

    .ngo-section-number {
        font-size: 48px;
    }
}

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

/* Responsive homepage hardening */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.hero-area .container,
.ngo-home-section .container,
.ngo-impact-strip .container,
.ngo-partner-section .container {
    position: relative;
    z-index: 4;
}

.hero-txt {
    width: min(100%, 820px);
}

.hero-txt p,
.section-summary,
.ngo-cause-body h3,
.ngo-programs-section .services-content h4,
.ngo-news-section .blog-title,
.ngo-news-section .blog-title a {
    overflow-wrap: anywhere;
}

.hero-ctas,
.ngo-action-row {
    align-items: center;
}

.ngo-programs-section img,
.ngo-team-section img,
.ngo-news-section img,
.ngo-partner-section img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1199px) {
    .hero-area::before {
        right: -240px;
        width: 1180px;
        opacity: 0.72;
    }

    .hero-txt h1 {
        font-size: clamp(44px, 6.8vw, 68px);
    }

    .ngo-home-section {
        padding: 84px 0;
    }
}

@media (max-width: 991px) {
    .header-area .logo-wrapper {
        min-height: 60px;
        padding: 6px 12px;
    }

    .header-area .logo-wrapper img {
        max-height: 50px;
    }

    .hero-area {
        min-height: 640px;
        background-position: center;
    }

    .hero-area::before {
        top: 58%;
        right: -300px;
        width: 980px;
        opacity: 0.42;
    }

    .hero-area::after {
        right: -90px;
        bottom: 12%;
        width: 330px;
        height: 330px;
        opacity: 0.55;
    }

    .hero-area-overlay {
        background: linear-gradient(90deg, rgba(4, 20, 13, 0.94), rgba(15, 80, 12, 0.76) 62%, rgba(228, 72, 85, 0.34));
    }

    .hero-txt,
    .hero-txt.home-3 {
        padding: 200px 0 150px;
    }

    .hero-txt h1 {
        max-width: 680px;
        font-size: clamp(38px, 8vw, 58px);
        line-height: 1.08;
    }

    .hero-txt span {
        max-width: 100%;
        white-space: normal;
    }

    .ngo-impact-strip {
        margin-top: -62px;
    }

    .ngo-impact-strip .single-hero-feature {
        min-height: 132px;
    }

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

    .ngo-section-header,
    .ngo-kicker-row {
        gap: 14px;
    }

    .ngo-section-header .ngo-secondary-btn {
        justify-self: start;
    }

    .ngo-section-number {
        font-size: 58px;
    }

    .ngo-programs-section,
    .ngo-news-section {
        padding-top: 108px;
    }

    .ngo-programs-section .services-content,
    .ngo-programs-section .single-category .text,
    .ngo-cause-body {
        padding: 24px;
    }

    .ngo-cta-panel {
        gap: 22px;
    }
}

@media (max-width: 767px) {
    .hero-area {
        min-height: auto;
    }

    .hero-area::before {
        top: 62%;
        right: -360px;
        width: 840px;
        opacity: 0.25;
    }

    .hero-area::after {
        display: none;
    }

    .hero-txt,
    .hero-txt.home-3 {
        padding: 172px 0 122px;
    }

    .hero-txt.text-center {
        text-align: left !important;
    }

    .hero-txt h1 {
        margin-top: 14px;
        font-size: clamp(34px, 10vw, 46px);
        line-height: 1.1;
    }

    .hero-txt p {
        font-size: 16px;
        line-height: 1.65;
    }

    .hero-ctas,
    .ngo-action-row {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        gap: 12px;
    }

    a.hero-boxed-btn,
    .boxed-btn.light,
    .ngo-primary-btn,
    .ngo-secondary-btn {
        width: 100%;
        min-height: 48px;
        margin-right: 0 !important;
        padding: 0 18px;
        text-align: center;
    }

    .ngo-impact-strip {
        margin-top: -34px;
        padding-bottom: 22px;
    }

    .ngo-impact-strip .hero-features {
        margin-bottom: 14px;
    }

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

    .ngo-proof-grid > div {
        min-height: auto;
        padding: 20px;
    }

    .ngo-proof-grid strong {
        font-size: 19px;
    }

    .ngo-home-section {
        padding: 66px 0;
        scroll-margin-top: 96px;
    }

    .section-summary {
        font-size: clamp(28px, 8vw, 38px);
        line-height: 1.18;
    }

    .ngo-section-copy p {
        font-size: 16px;
        line-height: 1.7;
    }

    .ngo-media-panel {
        padding: 10px;
        margin-top: 30px;
    }

    .ngo-media-panel::before {
        top: -8px;
        left: -8px;
        width: 74px;
        height: 74px;
    }

    .ngo-media-panel video {
        aspect-ratio: 4 / 3;
    }

    .ngo-programs-section,
    .ngo-news-section {
        padding-top: 76px;
    }

    .ngo-program-intro {
        justify-content: flex-start;
        gap: 8px;
    }

    .ngo-program-intro span {
        padding: 8px 12px;
        font-size: 12px;
    }

    .ngo-programs-section .services-item,
    .ngo-programs-section .single-category,
    .ngo-cause-card,
    .ngo-team-section .single-team-member,
    .ngo-news-section .single-blog,
    .ngo-news-section .blog-box {
        margin-bottom: 20px;
        box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    }

    .ngo-programs-section .services-thumb,
    .ngo-cause-image {
        aspect-ratio: 16 / 11;
    }

    .ngo-cause-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .ngo-cta-section {
        padding: 64px 0;
    }

    .ngo-cta-panel h2 {
        font-size: clamp(28px, 8vw, 38px);
    }

    .ngo-partner-section {
        padding: 44px 0;
    }
}

@media (max-width: 575px) {
    .container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .hero-area::before {
        top: 66%;
        right: -330px;
        width: 720px;
        opacity: 0.22;
    }

    .hero-txt,
    .hero-txt.home-3 {
        padding: 154px 0 108px;
    }

    .hero-txt span {
        padding: 8px 12px;
        font-size: 11px;
        line-height: 1.35;
    }

    .hero-txt h1 {
        font-size: clamp(31px, 10.2vw, 40px);
    }

    .hero-txt .lead {
        margin-bottom: 18px !important;
    }

    .ngo-section-number {
        font-size: 42px;
    }

    .ngo-section-header,
    .ngo-kicker-row {
        margin-bottom: 28px;
    }

    .ngo-home-section {
        padding: 56px 0;
    }

    .section-summary {
        font-size: clamp(25px, 8vw, 32px);
    }

    .ngo-programs-section .services-content,
    .ngo-programs-section .single-category .text,
    .ngo-cause-body {
        padding: 20px;
    }

    .ngo-programs-section .services-content h4,
    .ngo-programs-section .single-category h4,
    .ngo-cause-body h3 {
        font-size: 20px;
    }
}

@media (max-width: 380px) {
    .container {
        padding-right: 14px;
        padding-left: 14px;
    }

    .hero-txt h1 {
        font-size: 30px;
    }

    a.hero-boxed-btn,
    .boxed-btn.light,
    .ngo-primary-btn,
    .ngo-secondary-btn {
        font-size: 12px;
    }
}
