:root {
    --theme-color: #18355b;
    --theme-color2: #c62024;
}

/*================================================
Global Loader - Spinner Style (Using whirly-loader class)
=================================================*/

/* Main loader container */
div#global-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100vh;
}

/* Spinner using the whirly-loader class name */
div#global-loader .whirly-loader {
    /* Reset whirly styles */
    animation: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0;

    /* Spinner container styles */
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    overflow: visible;
    text-indent: 0; /* Reset text indent */
}

/* Create spinner bars */
div#global-loader .whirly-loader div {
    transform-origin: 40px 40px;
    animation: spinner-fade 1.2s linear infinite;
    position: absolute;
    width: 100%;
    height: 100%;
}

div#global-loader .whirly-loader div::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 35px;
    width: 5px;
    height: 20px;
    border-radius: 20%;
    background: #18355b;
}

/* Rotation and delay for each bar */
div#global-loader .whirly-loader div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
div#global-loader .whirly-loader div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
div#global-loader .whirly-loader div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
div#global-loader .whirly-loader div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
div#global-loader .whirly-loader div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
div#global-loader .whirly-loader div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
div#global-loader .whirly-loader div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
div#global-loader .whirly-loader div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
div#global-loader .whirly-loader div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
div#global-loader .whirly-loader div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
div#global-loader .whirly-loader div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
div#global-loader .whirly-loader div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

/* Spinner fade animation */
@keyframes spinner-fade {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* Remove old whirly animation (not needed anymore) */
@-webkit-keyframes whirly-loader {
    /* Disabled */
}
@keyframes whirly-loader {
    /* Disabled */
}

.header-logo {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 180px;
}

.header-default .header-logo img {
    width: 180px;
}

@media only screen and (max-width: 767px) {
    .header-default .header-logo img {
        max-width: 130px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
}

.header-default .menu-area {
    gap: 15px;
}

.header-default .header-button {
    gap: 15px;
}

@media (max-width: 1399px) {
    .hero-style1 {
        --space: 145px;
        padding-bottom: 160px;
    }
}

.hero-style1 .sub-title {
    color: var(--white-color) !important;
}

@media only screen and (max-width: 768px) {
    .cta-btn {
        width: 100%;
    }
}

/* MISSION AND VISION  */
.feature-card .box-text {
    margin-bottom: 0px;
}

.service-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-content: center;
}

@media (max-width: 991px) {
    .service-grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .service-grid-wrapper {
        grid-template-columns: 1fr;
    }
}

/* CTA CTA CTA CTA CTA CTA CTA  */
.cta-area-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* Target focus  */
.donation-card {
    padding: 20px;
}
.donation-card .box-title {
    margin-bottom: 10px;
}

.donation-card .box-thumb img {
    height: 250px;
    object-fit: cover;
}

.donation-card p {
    line-height: 1.4;
}

/* disability-awareness-section disability-awareness-section disability-awareness-section disability-awareness-section disability-awareness-section  disability-awareness-section disability-awareness-section disability-awareness-section disability-awareness-section disability-awareness-section */
.disability-awareness-section {
    width: 100%;
    height: 620px;
}

.disability-awareness-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .disability-awareness-section {
        width: 100%;
        height: 250px;
    }
}

/* TESTIMONIALS TESTIMONIALS  */
.testi-card3 .testi-card-shape {
    position: absolute;
    inset: 0;
    /* background: var(--gray-color); */
    /* background: red !important; */
    background: var(--theme-color);
    opacity: 0.15;
    z-index: -1;
}

/* =============================================
   ABOUT PAGE — CUSTOM STYLES
   ============================================= */

.testi-box-img .testi-img {
    width: 100%;
}
.founder-highlight .testi-card {
    background: var(--theme-color);
    border-radius: 0 50px 50px 0;
}

.founder-highlight .testi-card .box-text {
    color: #fff;
}

.founder-highlight .testi-card .box-title {
    color: #fff;
}

.founder-highlight .testi-card .box-desig {
    color: var(--theme-color2);
    color: #fff;
}

.founder-highlight .testi-card .quote-icon {
    background: #fff;
}

.directors.team-card3 .box-title {
    font-size: 18px;
    text-align: center;
}

.directors.team-card3.team-card3 .team-desig {
    text-align: center;
}

/* --- Bank Cards --- */
.ago-bank-heading {
    font-size: 18px;
    font-weight: 700;
    color: var(--title-color);
}
.ago-bank-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: var(--white-color, #fff);
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 12px;
    padding: 24px 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s;
}
.ago-bank-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.ago-bank-logo {
    width: 50px;
    height: 50px;
    background: var(--theme-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ago-bank-logo i {
    font-size: 22px;
    color: #fff;
}
.ago-bank-name {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 4px;
}
.ago-bank-acct-name {
    font-size: 13px;
    color: var(--body-color);
    margin-bottom: 8px;
}
.ago-bank-number {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}
.ago-bank-number .label {
    color: var(--body-color);
}
.ago-bank-number strong {
    color: var(--theme-color);
    font-size: 16px;
    letter-spacing: 1px;
}

/* --- Gift Cards --- */
.ago-gift-card {
    background: var(--white-color, #fff);
    border-radius: 14px;
    padding: 32px 28px;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition:
        transform 0.3s,
        box-shadow 0.3s;
}
.ago-gift-card {
    border-left: 4px solid var(--theme-color);
    border-radius: 0 14px 14px 0;
}
.ago-gift-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}
.ago-gift-icon {
    width: 56px;
    height: 56px;
    background: var(--theme-color);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.ago-gift-icon i {
    font-size: 24px;
    color: #fff;
}
.ago-gift-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 16px;
}
.ago-gift-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ago-gift-list li {
    padding: 6px 0;
    font-size: 14px;
    color: var(--body-color);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.07);
    display: flex;
    align-items: center;
    gap: 8px;
}
.ago-gift-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    color: var(--theme-color);
    flex-shrink: 0;
}
.ago-gift-list li:last-child {
    border-bottom: none;
}
.ago-gift-cta {
    background: var(--theme-color);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.ago-gift-cta .ago-gift-icon {
    background: rgba(255, 255, 255, 0.2);
    margin: 0 auto 18px;
}
.ago-gift-cta .ago-gift-title {
    color: #fff;
}
.ago-gift-cta p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    line-height: 1.7;
}
.ago-gift-cta .th-btn {
    background: #fff;
    color: var(--theme-color);
    align-self: center;
}
.ago-gift-cta .th-btn:hover {
    background: var(--title-color);
    color: #fff;
}

/* --- Responsive --- */
@media (max-width: 767px) {
    .ago-founder-card {
        flex-direction: column;
        text-align: center;
        padding: 32px 24px;
    }
    .ago-founder-name {
        font-size: 20px;
    }
}

/* =============================================
   AGO PROJECTS PAGE — REVAMPED
   ============================================= */

/* ── Page Intro ── */
.ago-projects-hero {
    padding: 80px 0 60px;
    text-align: center;
}

/* ── Project Block ── */
.ago-project-block {
    overflow: hidden;
}

.ago-project-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch; /* KEY: both cells same height */
}

/* odd — image left */
.ago-project-odd .ago-project-img {
    order: 1;
}
.ago-project-odd .ago-project-content {
    order: 2;
}

/* even — image right */
.ago-project-even .ago-project-img {
    order: 2;
}
.ago-project-even .ago-project-content {
    order: 1;
}

/* ── Image Cell ── */
.ago-project-img {
    position: relative;
    overflow: hidden;
    min-height: 460px; /* floor so short content still looks good */
}
.ago-project-img img {
    position: absolute; /* fills 100% of whatever height content sets */
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s ease;
}

.ago-project-block:hover .ago-project-img img {
    transform: scale(1.05);
}

/* overlay tint */
.ago-project-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.18) 0%,
        transparent 60%
    );
    pointer-events: none;
}

/* ── Project Number Badge (top-left of image) ── */
.ago-project-badge {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--theme-color);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    font-family: var(--title-font);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
}
.ago-project-even .ago-project-badge {
    left: auto;
    right: 30px;
}

/* ── Content Cell ── */
.ago-project-content {
    padding: 50px 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    position: relative;
}
.ago-project-even .ago-project-content {
    background: var(--smoke-color, #f7f7f7);
}

/* accent line */
.ago-project-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: var(--theme-color);
    border-radius: 0 4px 4px 0;
}
.ago-project-even .ago-project-content::before {
    left: auto;
    right: 0;
    border-radius: 4px 0 0 4px;
}

.ago-project-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--theme-color);
    margin-bottom: 14px;
}

.ago-project-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 16px;
    line-height: 1.3;
}

.ago-project-content > p {
    color: var(--body-color);
    line-height: 1.85;
    margin-bottom: 28px;
    font-size: 15px;
}

/* ── Feature List ── */
.ago-project-list {
    list-style: none;
    padding: 0;
    margin: 0 0 36px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 24px;
}
.ago-project-list li {
    font-size: 14px;
    font-weight: 500;
    color: var(--title-color);
    display: flex;
    align-items: center;
    gap: 9px;
}
.ago-project-list li i {
    color: var(--theme-color);
    font-size: 15px;
    flex-shrink: 0;
}

/* ── Stats Strip (inside content) ── */
.ago-project-stats {
    display: flex;
    gap: 32px;
    padding: 20px 24px;
    background: var(--theme-color);
    border-radius: 12px;
    margin-bottom: 32px;
}
.ago-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    color: #fff;
    text-align: center;
}
.ago-stat-number {
    font-size: 26px;
    font-weight: 800;
    font-family: var(--title-font);
    line-height: 1;
    color: #fff;
}
.ago-stat-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.85;
    margin-top: 4px;
}
.ago-project-even .ago-project-stats {
    background: var(--title-color);
}
.ago-project-number {
    font-size: 80px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.07);
    position: absolute;
    top: 0px;
    right: 20px;
}

/* ── Responsive ── */
@media (max-width: 1199px) {
    .ago-project-content {
        padding: 60px 48px;
    }
    .ago-project-title {
        font-size: 26px;
    }
}
@media (max-width: 991px) {
    .ago-project-inner {
        grid-template-columns: 1fr;
    }
    .ago-project-odd .ago-project-img,
    .ago-project-even .ago-project-img {
        order: 1;
    }
    .ago-project-odd .ago-project-content,
    .ago-project-even .ago-project-content {
        order: 2;
    }

    .ago-project-img {
        min-height: 340px;
    }

    .ago-project-content {
        padding: 48px 36px;
    }
    .ago-project-content::before {
        width: 5px;
        height: 5px;
        width: 100%;
        height: 5px;
        top: 0;
        left: 0;
        right: 0;
    }
    .ago-project-even .ago-project-content::before {
        right: 0;
        left: 0;
        bottom: auto;
        top: 0;
        border-radius: 0;
    }

    .ago-project-badge {
        top: 20px;
        left: 20px;
    }
    .ago-project-even .ago-project-badge {
        left: 20px;
        right: auto;
    }

    .ago-project-stats {
        gap: 16px;
    }
}
@media (max-width: 575px) {
    .ago-project-content {
        padding: 36px 20px;
    }
    .ago-project-title {
        font-size: 22px;
    }
    .ago-project-list {
        grid-template-columns: 1fr;
    }
    .ago-project-stats {
        flex-wrap: wrap;
        gap: 12px;
    }
    .ago-project-img {
        min-height: 260px;
    }
}

/* WHATSAPP BUTTON  WHATSAPP BUTTON  WHATSAPP BUTTON WHATSAPP BUTTON WHATSAPP BUTTON WHATSAPP BUTTON WHATSAPP BUTTON WHATSAPP BUTTON   */

.whatsapp-float {
    position: fixed;
    left: 25px;
    bottom: 35px;
    width: 60px;
    height: 60px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
    z-index: 9999;
    animation: whatsappPulse 2s infinite;
    transition: 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.08);
    color: #fff;
}

@keyframes whatsappPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@media (max-width: 768px) {
    .whatsapp-float {
        left: 18px;
        bottom: 18px;
        width: 55px;
        height: 55px;
        font-size: 30px;
    }
}

/* =============================================
   BRAND BOX — override hover colour to theme-color (#18355b navy)
   ============================================= */
.brand-box:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(17%) sepia(38%)
        saturate(800%) hue-rotate(185deg) brightness(90%) contrast(95%);
    filter: brightness(0) saturate(100%) invert(17%) sepia(38%) saturate(800%)
        hue-rotate(185deg) brightness(90%) contrast(95%);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/* Desktop nav active link text */
.th-header .main-menu ul li.active > a,
.th-header .main-menu ul li > a:hover {
    color: var(--theme-color2) !important;
}

/* Keep dropdown arrow white — do NOT inherit theme-color2 */
.th-header .main-menu ul li.active > a::after,
.th-header .main-menu ul li > a:hover::after {
    color: var(--white-color) !important;
}

/* Sub-menu active item */
.th-header .main-menu ul .sub-menu li.active > a,
.th-header .main-menu ul .sub-menu li > a:hover {
    color: var(--theme-color2) !important;
}

/* Mobile menu active link */
.th-menu-wrapper .th-mobile-menu ul li.active > a,
.th-menu-wrapper .th-mobile-menu ul li > a:hover {
    color: var(--theme-color2) !important;
}

/* =============================================
   FOOTER
   ============================================= */
.footer-wrapper {
    /* background-color: var(--theme-color); */
}

.th-widget-about .about-logo img {
    height: 80px;
}

/* =============================================
   CAREER PAGE  SCOPED STYLES
   ============================================= */
.ago-career-page .ago-career__job-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 32px;
    margin-bottom: 24px;
    transition:
        box-shadow 0.3s,
        transform 0.3s;
}
.ago-career-page .ago-career__job-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}
.ago-career-page .ago-career__job-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}
.ago-career-page .ago-career__badge {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}
.ago-career-page .ago-career__badge--full {
    background: #e8f5e9;
    color: #2e7d32;
}
.ago-career-page .ago-career__badge--part {
    background: #fff3e0;
    color: #e65100;
}
.ago-career-page .ago-career__badge--vol {
    background: #e3f2fd;
    color: #1565c0;
}
.ago-career-page .ago-career__job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin: 12px 0 18px;
}
.ago-career-page .ago-career__job-meta span {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 6px;
}
.ago-career-page .ago-career__job-meta i {
    color: var(--theme-color);
}
.ago-career-page .ago-career__values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    margin-top: 40px;
}
.ago-career-page .ago-career__value-card {
    text-align: center;
    padding: 32px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s;
}
.ago-career-page .ago-career__value-card:hover {
    transform: translateY(-4px);
}
.ago-career-page .ago-career__value-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}
.ago-career-page .ago-career__value-icon i {
    color: #fff;
    font-size: 24px;
}

/* =============================================
   VOLUNTEER PAGE — SCOPED STYLES
   ============================================= */

/* Testimonial section — testi-area-4 override for volunteer page */
.ago-volunteer-page #ago-vol-stories .testi-box-img .testi-img {
    border-radius: 16px;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 3/4;
}
.ago-volunteer-page #ago-vol-stories .testi-card4 .box-text {
    font-size: 17px;
    line-height: 1.8;
    font-style: italic;
}
.ago-volunteer-page #ago-vol-stories .testi-card4 .box-desig {
    color: var(--theme-color2);
}
.ago-volunteer-page .ago-vol__process-wrap {
    position: relative;
}
.ago-volunteer-page .ago-vol__process-item {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    margin-bottom: 36px;
    position: relative;
}
.ago-volunteer-page .ago-vol__process-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 27px;
    top: 56px;
    width: 2px;
    height: calc(100% - 20px);
    background: #f0f0f0;
}
.ago-volunteer-page .ago-vol__process-num {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--theme-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 16px rgba(230, 58, 39, 0.3);
}
.ago-volunteer-page .ago-vol__process-body h4 {
    margin-bottom: 6px;
    font-size: 18px;
}
.ago-volunteer-page .ago-vol__process-body p {
    color: #666;
    margin: 0;
}
.ago-volunteer-page .ago-vol__service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}
.ago-volunteer-page .ago-vol__service-card {
    background: #fff;
    border-radius: 12px;
    padding: 32px 28px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
    transition:
        transform 0.3s,
        box-shadow 0.3s;
    border-bottom: 3px solid transparent;
}
.ago-volunteer-page .ago-vol__service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    border-bottom-color: var(--theme-color);
}
.ago-volunteer-page .ago-vol__service-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: rgba(24, 53, 91, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.ago-volunteer-page .ago-vol__service-icon i {
    font-size: 28px;
    color: var(--theme-color);
}
.ago-volunteer-page .ago-vol__checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ago-volunteer-page .ago-vol__checklist li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 15px;
    color: #444;
}
.ago-volunteer-page .ago-vol__checklist li i {
    color: var(--theme-color);
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}
.ago-volunteer-page .ago-vol__form-wrap {
    background: #fff;
    border-radius: 16px;
    padding: 44px 40px;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
}
@media (max-width: 576px) {
    .ago-volunteer-page .ago-vol__form-wrap {
        padding: 28px 18px;
    }
}
.ago-volunteer-page .ago-vol__form-wrap .form-group {
    margin-bottom: 20px;
}
.ago-volunteer-page .ago-vol__form-wrap .form-control {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 13px 16px;
    font-size: 15px;
    width: 100%;
    transition: border-color 0.2s;
    background: #fafafa;
}
.ago-volunteer-page .ago-vol__form-wrap .form-control:focus {
    border-color: var(--theme-color);
    background: #fff;
    outline: none;
    box-shadow: none;
}
.ago-volunteer-page .ago-vol__form-wrap select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-color: #fafafa;
}
.ago-volunteer-page .ago-vol__counter-strip {
    background: var(--theme-color);
    padding: 48px 0;
}
.ago-volunteer-page .ago-vol__counter-item {
    text-align: center;
}
.ago-volunteer-page .ago-vol__counter-num {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
}
.ago-volunteer-page .ago-vol__counter-label {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
}

/* Step cards — How to Get Started */
.ago-volunteer-page .ago-vol__steps-row {
    display: flex;
    align-items: stretch;
    gap: 0;
}
.ago-volunteer-page .ago-vol__step-wrap {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
}
.ago-volunteer-page .ago-vol__step-card {
    background: #fff;
    border-radius: 14px;
    padding: 36px 24px 32px;
    text-align: center;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
    position: relative;
    transition:
        transform 0.3s,
        box-shadow 0.3s;
    flex: 1;
}
.ago-volunteer-page .ago-vol__step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.ago-volunteer-page .ago-vol__step-num {
    position: absolute;
    top: 16px;
    left: 20px;
    font-size: 12px;
    font-weight: 800;
    color: var(--theme-color2);
    letter-spacing: 1px;
    opacity: 0.7;
}
.ago-volunteer-page .ago-vol__step-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: background 0.3s;
}
.ago-volunteer-page .ago-vol__step-icon i {
    font-size: 28px;
    color: #fff;
}
.ago-volunteer-page .ago-vol__step-card:hover .ago-vol__step-icon {
    background: var(--theme-color2);
}
.ago-volunteer-page .ago-vol__step-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--title-color);
}
.ago-volunteer-page .ago-vol__step-text {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}
/* Arrow connector between cards */
.ago-volunteer-page .ago-vol__step-connector {
    flex-shrink: 0;
    width: 40px;
    align-items: center;
    justify-content: center;
}
.ago-volunteer-page .ago-vol__step-connector i {
    font-size: 18px;
    color: var(--theme-color2);
}
/* Mobile: stack 2 per row */
@media (max-width: 991px) {
    .ago-volunteer-page .ago-vol__steps-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
    .ago-volunteer-page .ago-vol__step-wrap {
        display: block;
    }
    .ago-volunteer-page .ago-vol__step-connector {
        display: none !important;
    }
}
@media (max-width: 575px) {
    .ago-volunteer-page .ago-vol__steps-row {
        grid-template-columns: 1fr;
    }
}

/* about-feature-grid icon fix — FontAwesome <i> support */
.ago-volunteer-page .about-feature-grid .box-icon i {
    font-size: 28px;
    color: var(--theme-color);
}
/* Mobile gap fix for the healthcare/education row */
@media (max-width: 575px) {
    .ago-volunteer-page .row.gy-20 {
        row-gap: 20px;
    }
}

/* =============================================
   MISSION / VISION / CORE VALUES — feature-card icon fix
   ============================================= */
.feature-card.style2 .box-icon i {
    font-size: 32px;
    color: var(--theme-color);
    transition: color 0.3s;
}
.feature-card.style2:hover .box-icon i {
    color: #fff;
}

/* =============================================
   CAMPAIGNS PAGE — SCOPED STYLES
   ============================================= */
.ago-campaigns-page .ago-campaign__tag {
    display: inline-block;
    background: var(--theme-color2);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 3px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.ago-campaigns-page .donation-card .box-thumb img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}
/* Event card image control */
.ago-campaigns-page .event-card2 .box-thumb {
    flex-shrink: 0;
    overflow: hidden;
}
.ago-campaigns-page .event-card2 .box-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 220px;
    max-height: 280px;
    display: block;
}
@media (max-width: 767px) {
    .ago-campaigns-page .event-card2 .box-thumb img {
        max-height: 220px;
        min-height: 180px;
    }
}

/* =============================================
   APPLY PAGE — SCOPED STYLES
   ============================================= */
.ago-apply-page .ago-apply__form-wrap {
    background: #fff;
    border-radius: 16px;
    padding: 48px 40px;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
}
@media (max-width: 576px) {
    .ago-apply-page .ago-apply__form-wrap {
        padding: 28px 18px;
    }
}
.ago-apply-page .ago-apply__form-wrap .form-group {
    margin-bottom: 20px;
}
.ago-apply-page .ago-apply__form-wrap .form-control {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 15px;
    width: 100%;
    transition: border-color 0.2s;
}
.ago-apply-page .ago-apply__form-wrap .form-control:focus {
    border-color: var(--theme-color);
    outline: none;
    box-shadow: none;
}
.ago-apply-page .ago-apply__form-wrap select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
}
.ago-apply-page .ago-apply__form-section-title {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.ago-apply-page .ago-apply__info-card {
    background: #fff;
    border-radius: 12px;
    padding: 22px 20px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
    margin-bottom: 16px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.ago-apply-page .ago-apply__info-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    flex-shrink: 0;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ago-apply-page .ago-apply__info-icon i {
    color: #fff;
    font-size: 18px;
}
.ago-apply-page .ago-apply__info-card h4 {
    margin-bottom: 4px;
    font-size: 16px;
}
.ago-apply-page .ago-apply__info-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
}
.ago-apply-page .ago-apply__file-label {
    display: block;
    border: 2px dashed #ddd;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    color: #888;
    transition:
        border-color 0.2s,
        color 0.2s;
}
.ago-apply-page .ago-apply__file-label:hover {
    border-color: var(--theme-color);
    color: var(--theme-color);
}
.ago-apply-page .ago-apply__file-label i {
    font-size: 28px;
    display: block;
    margin-bottom: 8px;
}
.ago-apply-page input[type="file"] {
    display: none;
}

/* =============================================
   DONATE PAGE  SCOPED STYLES
   ============================================= */
.ago-donate-page .ago-donate__bank-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px 20px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    border-left: 5px solid var(--theme-color);
    transition: transform 0.3s;
}
.ago-donate-page .ago-donate__bank-card:hover {
    transform: translateY(-3px);
}
.ago-donate-page .ago-donate__bank-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ago-donate-page .ago-donate__bank-icon i {
    color: #fff;
    font-size: 20px;
}
.ago-donate-page .ago-donate__bank-name {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 3px;
}
.ago-donate-page .ago-donate__bank-acct-name {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}
.ago-donate-page .ago-donate__bank-number {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.ago-donate-page .ago-donate__bank-number .ago-donate__acct-label {
    font-size: 13px;
    color: #888;
}
.ago-donate-page .ago-donate__bank-number strong {
    font-size: 19px;
    letter-spacing: 2px;
    color: #222;
}
.ago-donate-page .ago-donate__copy-btn {
    background: none;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 3px 10px;
    font-size: 12px;
    cursor: pointer;
    color: #666;
    transition: all 0.2s;
}
.ago-donate-page .ago-donate__copy-btn:hover {
    background: var(--theme-color);
    color: #fff;
    border-color: var(--theme-color);
}
.ago-donate-page .ago-donate__amount-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px;
    margin-bottom: 24px;
}
.ago-donate-page .ago-donate__amount-btn {
    border: 2px solid #e0e0e0;
    background: #fff;
    border-radius: 10px;
    padding: 14px 10px;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    color: #333;
    transition: all 0.2s;
}
.ago-donate-page .ago-donate__amount-btn:hover,
.ago-donate-page .ago-donate__amount-btn.active {
    border-color: var(--theme-color);
    background: var(--theme-color);
    color: #fff;
}
.ago-donate-page .ago-donate__impact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
}
.ago-donate-page .ago-donate__impact-card {
    text-align: center;
    padding: 32px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s;
}
.ago-donate-page .ago-donate__impact-card:hover {
    transform: translateY(-4px);
}
.ago-donate-page .ago-donate__impact-card i {
    font-size: 36px;
    color: var(--theme-color);
    margin-bottom: 14px;
    display: block;
}
.ago-donate-page .ago-donate__impact-card h4 {
    font-size: 15px;
    margin-bottom: 8px;
}
.ago-donate-page .ago-donate__impact-amount {
    font-size: 22px;
    font-weight: 800;
    color: var(--theme-color);
    display: block;
    margin-bottom: 10px;
}
.ago-donate-page .ago-donate__form-wrap {
    background: #fff;
    border-radius: 16px;
    padding: 40px 36px;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
}
@media (max-width: 576px) {
    .ago-donate-page .ago-donate__form-wrap {
        padding: 24px 16px;
    }
}
.ago-donate-page .ago-donate__form-wrap .form-group {
    margin-bottom: 18px;
}
.ago-donate-page .ago-donate__form-wrap .form-control {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 15px;
    width: 100%;
    transition: border-color 0.2s;
}
.ago-donate-page .ago-donate__form-wrap .form-control:focus {
    border-color: var(--theme-color);
    outline: none;
    box-shadow: none;
}
.ago-donate-page .ago-donate__form-wrap select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
}
.ago-donate-page .ago-donate__note {
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}

/* =============================================
   GALLERY PAGE  SCOPED STYLES
   ============================================= */
.ago-gallery-page .ago-gallery__news-featured {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
    transition:
        transform 0.3s,
        box-shadow 0.3s;
    height: 100%;
}
.ago-gallery-page .ago-gallery__news-featured:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.ago-gallery-page .ago-gallery__news-featured-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}
.ago-gallery-page .ago-gallery__news-featured-body {
    padding: 28px;
}
.ago-gallery-page .ago-gallery__news-meta {
    display: flex;
    gap: 16px;
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
}
.ago-gallery-page .ago-gallery__news-meta i {
    color: var(--theme-color);
    margin-right: 4px;
}
.ago-gallery-page .ago-gallery__news-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.4;
}
.ago-gallery-page .ago-gallery__news-title a {
    color: inherit;
    text-decoration: none;
}
.ago-gallery-page .ago-gallery__news-title a:hover {
    color: var(--theme-color);
}
.ago-gallery-page .ago-gallery__news-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.ago-gallery-page .ago-gallery__news-list-item {
    display: flex;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s;
}
.ago-gallery-page .ago-gallery__news-list-item:hover {
    transform: translateY(-3px);
}
.ago-gallery-page .ago-gallery__news-list-thumb {
    width: 120px;
    min-height: 110px;
    object-fit: cover;
    flex-shrink: 0;
}
.ago-gallery-page .ago-gallery__news-list-body {
    padding: 16px;
}
.ago-gallery-page .ago-gallery__news-list-meta {
    font-size: 12px;
    color: #aaa;
    margin-bottom: 6px;
}
.ago-gallery-page .ago-gallery__news-list-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}
.ago-gallery-page .ago-gallery__news-list-title a {
    color: inherit;
    text-decoration: none;
}
.ago-gallery-page .ago-gallery__news-list-title a:hover {
    color: var(--theme-color);
}
.ago-gallery-page .ago-gallery__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
@media (max-width: 768px) {
    .ago-gallery-page .ago-gallery__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .ago-gallery-page .ago-gallery__grid {
        grid-template-columns: 1fr;
    }
}
.ago-gallery-page .ago-gallery__item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 4/3;
    cursor: pointer;
}
.ago-gallery-page .ago-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}
.ago-gallery-page .ago-gallery__item:hover img {
    transform: scale(1.07);
}
.ago-gallery-page .ago-gallery__item-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}
.ago-gallery-page .ago-gallery__item:hover .ago-gallery__item-overlay {
    opacity: 1;
}
.ago-gallery-page .ago-gallery__item-overlay i {
    color: #fff;
    font-size: 28px;
}
.ago-gallery-page .ago-gallery__filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 40px;
}
.ago-gallery-page .ago-gallery__filter-btn {
    padding: 8px 22px;
    border-radius: 30px;
    border: 2px solid #e0e0e0;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    color: #555;
}
.ago-gallery-page .ago-gallery__filter-btn:hover,
.ago-gallery-page .ago-gallery__filter-btn.active {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
}
.ago-gallery-page .ago-gallery__video-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.ago-gallery-page .ago-gallery__video-wrap img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}
.ago-gallery-page .ago-gallery__video-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.35);
}
.ago-gallery-page .ago-gallery__video-overlay a {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    transition: transform 0.2s;
    text-decoration: none;
}
.ago-gallery-page .ago-gallery__video-overlay a:hover {
    transform: scale(1.1);
}
.ago-gallery-page .ago-gallery__video-caption {
    margin-top: 16px;
}
.ago-gallery-page .ago-gallery__video-caption h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 6px;
}
.ago-gallery-page .ago-gallery__video-caption p {
    font-size: 14px;
    color: #666;
}
.ago-gallery-page .mt-16 {
    margin-top: 16px;
}

/* =============================================
   BLOG LISTING PAGE  SCOPED STYLES
   ============================================= */
.ago-blog-page .ago-blog__post {
    margin-bottom: 40px;
}
.ago-blog-page .ago-blog__post-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    display: block;
    transition: transform 0.4s ease;
}
.ago-blog-page .ago-blog__post:hover .ago-blog__post-img {
    transform: scale(1.02);
}
.ago-blog-page .ago-blog__post-img-wrap {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.ago-blog-page .ago-blog__sidebar-inner {
    position: sticky;
    top: 100px;
}
.ago-blog-page .ago-blog__sidebar-donate {
    background: var(--theme-color);
    border-radius: 12px;
    padding: 28px 24px;
    text-align: center;
}
.ago-blog-page .ago-blog__sidebar-donate h3 {
    color: #fff;
}
.ago-blog-page .ago-blog__sidebar-donate p {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 20px;
    font-size: 14px;
}

/* =============================================
   BLOG DETAILS PAGE  SCOPED STYLES
   ============================================= */
.ago-blog-details-page .ago-blog-details__sidebar-inner {
    position: sticky;
    top: 100px;
}
.ago-blog-details-page .ago-blog-details__author {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #f9f9f9;
    border-radius: 12px;
    padding: 24px;
    margin: 40px 0;
    border-left: 4px solid var(--theme-color);
}
.ago-blog-details-page .ago-blog-details__author-img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.ago-blog-details-page .ago-blog-details__author-name {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 3px;
}
.ago-blog-details-page .ago-blog-details__author-role {
    font-size: 13px;
    color: #888;
    margin-bottom: 6px;
}
.ago-blog-details-page .ago-blog-details__nav {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: 40px 0;
    flex-wrap: wrap;
}
.ago-blog-details-page .ago-blog-details__nav-link {
    flex: 1;
    min-width: 200px;
    background: #f9f9f9;
    border-radius: 10px;
    padding: 18px 20px;
    text-decoration: none;
    color: inherit;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    gap: 14px;
}
.ago-blog-details-page .ago-blog-details__nav-link:hover {
    background: #f0f0f0;
    color: inherit;
}
.ago-blog-details-page .ago-blog-details__nav-link--next {
    justify-content: flex-end;
    text-align: right;
}
.ago-blog-details-page .ago-blog-details__nav-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ago-blog-details-page .ago-blog-details__nav-icon i {
    color: #fff;
    font-size: 14px;
}
.ago-blog-details-page .ago-blog-details__nav-label {
    font-size: 12px;
    color: #888;
    display: block;
    margin-bottom: 3px;
}
.ago-blog-details-page .ago-blog-details__nav-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}
.ago-blog-details-page .ago-blog-details__body {
    line-height: 1.85;
    font-size: 16px;
}
.ago-blog-details-page .ago-blog-details__body h1,
.ago-blog-details-page .ago-blog-details__body h2,
.ago-blog-details-page .ago-blog-details__body h3 {
    margin: 28px 0 14px;
}
.ago-blog-details-page .ago-blog-details__body p {
    margin-bottom: 18px;
}
.ago-blog-details-page .ago-blog-details__body blockquote {
    border-left: 4px solid var(--theme-color);
    padding: 16px 24px;
    background: #f9f9f9;
    border-radius: 0 8px 8px 0;
    margin: 24px 0;
    font-style: italic;
}
.ago-blog-details-page .ago-blog-details__body ul,
.ago-blog-details-page .ago-blog-details__body ol {
    padding-left: 24px;
    margin-bottom: 18px;
}
.ago-blog-details-page .ago-blog-details__body img {
    max-width: 100%;
    border-radius: 8px;
    margin: 16px 0;
}
.ago-blog-details-page .ago-blog-details__sidebar-donate {
    background: var(--theme-color);
    border-radius: 12px;
    padding: 28px 24px;
    text-align: center;
}
.ago-blog-details-page .ago-blog-details__sidebar-donate h3 {
    color: #fff;
}
.ago-blog-details-page .ago-blog-details__sidebar-donate p {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 20px;
    font-size: 14px;
}

/* ==============================================
   SERVICES PAGE  SCOPED STYLES
   ============================================== */

.ago-service__target-focus .swiper {
    padding: 20px;
}
@media only screen and (max-width: 767px) {
    .ago-service__target-focus .swiper {
        padding: 0px;
        padding-block: 20px;
    }
}

/* service-card style3 icon override  FontAwesome <i> support */
.service-card.style3 .box-icon i {
    font-size: 30px;
    color: var(--theme-color);
    transition: color 0.3s;
}
.service-card.style3:hover .box-icon i {
    color: #fff;
}

/* ==============================================
   INTERVENTIONS — white editorial layout
   ============================================== */

/* Section wrapper */
.ago-int {
    background: #fff;
    padding: 0 0 80px;
}

/* Header */
.ago-int__header {
    padding: 80px 0 50px;
    text-align: center;
    background: #fff;
}
.ago-int__header .sub-title {
    color: var(--theme-color2);
}
.ago-int__header .sec-title {
    color: var(--title-color);
}
.ago-int__header p {
    color: var(--body-color);
    font-size: 16px;
    max-width: 560px;
    margin: 12px auto 0;
}

/* Group selector strip */
.ago-int__selector {
    background: #f7f8fa;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 60px;
}
.ago-int__groups {
    display: flex;
    align-items: stretch;
}
.ago-int__group {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 30px 20px;
    background: transparent;
    border: none;
    border-right: 1px solid #e8e8e8;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    position: relative;
}
.ago-int__group:last-child {
    border-right: none;
}
.ago-int__group:hover {
    background: rgba(24, 53, 91, 0.04);
}
.ago-int__group.active {
    background: var(--theme-color);
}
.ago-int__group.active::after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid var(--theme-color);
    z-index: 2;
}
.ago-int__group-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(24, 53, 91, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--theme-color);
    transition: background 0.3s, color 0.3s;
}
.ago-int__group.active .ago-int__group-icon {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.ago-int__group-label {
    font-size: 15px;
    font-weight: 700;
    color: var(--title-color);
    text-align: center;
    line-height: 1.3;
    transition: color 0.3s;
}
.ago-int__group.active .ago-int__group-label {
    color: #fff;
}
.ago-int__group-count {
    font-size: 12px;
    color: #999;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: color 0.3s;
}
.ago-int__group.active .ago-int__group-count {
    color: rgba(255, 255, 255, 0.75);
}

/* Panels */
.ago-int__panel {
    display: none;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.ago-int__panel.active {
    display: block;
}
.ago-int__panel.ago-int__panel--in {
    opacity: 1;
    transform: translateY(0);
}

/* Each intervention row */
.ago-int__row {
    display: flex;
    align-items: flex-start;
    gap: 0;
    border-bottom: 1px solid #efefef;
    padding: 32px 16px;
    border-radius: 8px;
    transition: background 0.25s, padding-left 0.25s;
}
.ago-int__row:first-child {
    border-top: 1px solid #efefef;
}
.ago-int__row:hover {
    background: #f7f9fc;
    padding-left: 24px;
}

/* Number column */
.ago-int__num {
    flex-shrink: 0;
    width: 72px;
    font-size: 52px;
    font-weight: 900;
    color: rgba(24, 53, 91, 0.08);
    line-height: 1;
    padding-top: 2px;
    font-family: var(--title-font, sans-serif);
    letter-spacing: -2px;
    transition: color 0.25s;
}
.ago-int__row:hover .ago-int__num {
    color: var(--theme-color2);
}
.ago-int__row--accent .ago-int__num {
    color: rgba(198, 32, 36, 0.12);
}
.ago-int__row--accent:hover .ago-int__num {
    color: var(--theme-color2);
}

/* Content column */
.ago-int__content {
    flex: 1;
}
.ago-int__meta {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 8px;
}
.ago-int__icon {
    font-size: 20px;
    color: var(--theme-color);
    flex-shrink: 0;
}
.ago-int__title {
    font-size: 19px;
    font-weight: 700;
    color: var(--title-color);
    margin: 0;
}
.ago-int__obj {
    font-size: 16px;
    color: #777;
    margin: 0 0 14px;
    padding-left: 34px;
    font-style: italic;
    line-height: 1.6;
}
.ago-int__actions {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 24px;
    padding-left: 34px;
}
.ago-int__actions li {
    font-size: 16px;
    color: #555;
    position: relative;
    padding-left: 16px;
    line-height: 1.7;
    flex: 0 0 calc(50% - 12px);
}
.ago-int__actions li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 2px;
    background: var(--theme-color2);
    border-radius: 2px;
}
.ago-int__actions li strong {
    color: var(--title-color);
}

/* Mobile */
@media (max-width: 767px) {
    .ago-int__groups {
        flex-direction: column;
    }
    .ago-int__group {
        flex-direction: row;
        justify-content: flex-start;
        border-right: none;
        border-bottom: 1px solid #e8e8e8;
        padding: 18px 20px;
        gap: 16px;
    }
    .ago-int__group:last-child {
        border-bottom: none;
    }
    .ago-int__group.active::after {
        display: none;
    }
    .ago-int__num {
        width: 52px;
        font-size: 38px;
    }
    .ago-int__actions li {
        flex: 0 0 100%;
    }
    .ago-int__actions {
        padding-left: 0;
    }
    .ago-int__obj {
        padding-left: 0;
    }
}

/* ==============================================
   SERVICES PAGE  TARGET CARD (custom, conflict-free)
   ============================================== */

/* Make all slides in a row equal height */
#target-group .swiper-wrapper {
    align-items: stretch;
}
#target-group .swiper-slide {
    display: flex;
    height: auto;
}

/* The card itself fills the slide height */
.ago-svc__target-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff;
    border-radius: 16px;
    padding: 36px 28px 32px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
    border-bottom: 4px solid var(--theme-color);
    transition:
        background 0.3s,
        border-color 0.3s,
        transform 0.3s,
        box-shadow 0.3s;
    flex: 1;
    width: 100%;
}
.ago-svc__target-card:hover {
    background: var(--theme-color);
    border-bottom-color: var(--theme-color2);
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(24, 53, 91, 0.18);
}

/* Icon circle */
.ago-svc__target-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(24, 53, 91, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-shrink: 0;
    transition: background 0.3s;
}
.ago-svc__target-icon i {
    font-size: 30px;
    color: var(--theme-color);
    transition: color 0.3s;
}
.ago-svc__target-card:hover .ago-svc__target-icon {
    background: rgba(255, 255, 255, 0.15);
}
.ago-svc__target-card:hover .ago-svc__target-icon i {
    color: #fff;
}

/* Title */
.ago-svc__target-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 12px;
    transition: color 0.3s;
    line-height: 1.3;
}
.ago-svc__target-card:hover .ago-svc__target-title {
    color: #fff;
}

/* Text  flex-grow pushes it to fill remaining space */
.ago-svc__target-text {
    font-size: 14px;
    color: #666;
    line-height: 1.75;
    margin: 0;
    flex-grow: 1;
    transition: color 0.3s;
}
.ago-svc__target-card:hover .ago-svc__target-text {
    color: rgba(255, 255, 255, 0.85);
}

/* ==============================================
   SERVICES PAGE  KEY STRATEGIES TAB SECTION
   ============================================== */

/* Tab buttons row */
.ago-svc__strat-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}
.ago-svc__strat-tab-btn {
    padding: 12px 28px;
    border-radius: 30px;
    border: none;
    background: var(--theme-color);
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
}
.ago-svc__strat-tab-btn:hover {
    background: var(--theme-color2);
    color: #fff;
}
.ago-svc__strat-tab-btn.active {
    background: var(--theme-color2);
    color: #fff;
}

/* Panel container */
.ago-svc__strat-panels {
    position: relative;
}
.ago-svc__strat-panel {
    display: none;
}
.ago-svc__strat-panel.active {
    display: block;
    animation: ago-strat-fade 0.4s ease;
}
@keyframes ago-strat-fade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* The dark card */
.ago-svc__strat-inner {
    background: var(--theme-color);
    border-radius: 24px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    min-height: 380px;
}

/* Left: content */
.ago-svc__strat-content {
    flex: 1;
    padding: 48px 48px 48px 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ago-svc__strat-title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.3;
}
.ago-svc__strat-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 24px;
}

/* Checklist inside the card */
.ago-svc__strat-checklist ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ago-svc__strat-checklist li {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    padding: 5px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.ago-svc__strat-checklist li i {
    color: var(--theme-color2);
    font-size: 15px;
    flex-shrink: 0;
}

/* Right: image */
.ago-svc__strat-img {
    width: 42%;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    border-radius: 0 24px 24px 0;
}
.ago-svc__strat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

/* Responsive */
@media (max-width: 991px) {
    .ago-svc__strat-inner {
        flex-direction: column;
    }
    .ago-svc__strat-img {
        width: 100%;
        height: 260px;
        border-radius: 0 0 24px 24px;
    }
    .ago-svc__strat-content {
        padding: 36px 28px;
    }
    .ago-svc__strat-title {
        font-size: 24px;
    }
}
@media (max-width: 575px) {
    .ago-svc__strat-tabs {
        gap: 8px;
    }
    .ago-svc__strat-tab-btn {
        padding: 10px 18px;
        font-size: 13px;
    }
    .ago-svc__strat-content {
        padding: 28px 20px;
    }
    .ago-svc__strat-img {
        height: 200px;
    }
}

/* ==============================================
   SERVICES PAGE  KEY STRATEGIES (vertical tab + dark card)
   ============================================== */

/* Two-column layout: tabs left, card right */
.ago-ks__layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 28px;
    align-items: start;
}

/* ---- Left: vertical tab list ---- */
.ago-ks__tabs {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.ago-ks__tab {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    border-radius: 14px;
    border: none;
    background: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
    cursor: pointer;
    text-align: left;
    transition: all 0.25s ease;
    font-family: inherit;
    width: 100%;
}
.ago-ks__tab:hover {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    transform: translateX(4px);
}
.ago-ks__tab.active {
    background: var(--theme-color2);
    transform: translateX(4px);
}
.ago-ks__tab-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(24, 53, 91, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.25s;
}
.ago-ks__tab-icon i {
    font-size: 18px;
    color: var(--theme-color);
    transition: color 0.25s;
}
.ago-ks__tab.active .ago-ks__tab-icon {
    background: rgba(255, 255, 255, 0.2);
}
.ago-ks__tab.active .ago-ks__tab-icon i {
    color: #fff;
}
.ago-ks__tab-label {
    flex: 1;
    font-size: 15px;
    font-weight: 600;
    color: var(--title-color);
    transition: color 0.25s;
}
.ago-ks__tab.active .ago-ks__tab-label {
    color: #fff;
}
.ago-ks__tab-arrow i {
    font-size: 12px;
    color: #bbb;
    transition: color 0.25s;
}
.ago-ks__tab.active .ago-ks__tab-arrow i {
    color: rgba(255, 255, 255, 0.7);
}

/* ---- Right: panels ---- */
.ago-ks__panels {
    position: relative;
}
.ago-ks__panel {
    display: none;
}
.ago-ks__panel.active {
    display: block;
    animation: ago-ks-in 0.35s ease;
}
@keyframes ago-ks-in {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* The dark card */
.ago-ks__card {
    background: var(--theme-color);
    border-radius: 20px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 420px;
}

/* Image half */
.ago-ks__card-img {
    position: relative;
    overflow: hidden;
}
.ago-ks__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.ago-ks__card:hover .ago-ks__card-img img {
    transform: scale(1.04);
}

/* Content half */
.ago-ks__card-body {
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ago-ks__card-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: var(--theme-color2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.ago-ks__card-icon i {
    font-size: 22px;
    color: #fff;
}
.ago-ks__card-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px;
    line-height: 1.3;
}
.ago-ks__card-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.8;
    margin-bottom: 20px;
}
.ago-ks__card-list {
    list-style: none;
    padding: 0;
    margin: 0 0 4px;
}
.ago-ks__card-list li {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    padding: 5px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.ago-ks__card-list li i {
    color: var(--theme-color2);
    font-size: 14px;
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 1199px) {
    .ago-ks__layout {
        grid-template-columns: 240px 1fr;
    }
}
@media (max-width: 991px) {
    .ago-ks__layout {
        grid-template-columns: 1fr;
    }
    .ago-ks__tabs {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .ago-ks__tab {
        width: auto;
        flex: 1;
        min-width: 140px;
    }
    .ago-ks__tab-arrow {
        display: none;
    }
    .ago-ks__card {
        grid-template-columns: 1fr;
    }
    .ago-ks__card-img {
        height: 240px;
    }
}
@media (max-width: 575px) {
    .ago-ks__tab {
        min-width: 100%;
    }
    .ago-ks__card-body {
        padding: 28px 20px;
    }
    .ago-ks__card-title {
        font-size: 20px;
    }
}

/* KEY STRATEGIES  arrow connector on active tab */
.ago-ks__tab {
    position: relative;
}
.ago-ks__tab.active::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid var(--theme-color2);
    z-index: 2;
}

/* KEY STRATEGIES  button inside dark card should be red by default */
.ago-ks__card-body .th-btn {
    background: var(--theme-color2) !important;
    border-color: var(--theme-color2) !important;
    color: #fff !important;
}
.ago-ks__card-body .th-btn:hover {
    background: #fff !important;
    color: #fff;
    border-color: #fff !important;
}

/* ==============================================
   SERVICES PAGE  STRATEGIC OBJECTIVES GRID
   ============================================== */
.ago-obj__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
@media (max-width: 1199px) {
    .ago-obj__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767px) {
    .ago-obj__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .ago-obj__grid {
        grid-template-columns: 1fr;
    }
}

.ago-obj__card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    position: relative;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    border-bottom: 3px solid transparent;
    transition:
        transform 0.3s,
        box-shadow 0.3s,
        border-color 0.3s;
    overflow: hidden;
}
.ago-obj__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.11);
    border-bottom-color: var(--theme-color2);
}

/* Large faded number in background */
.ago-obj__num {
    position: absolute;
    top: -8px;
    right: 16px;
    font-size: 64px;
    font-weight: 900;
    color: rgba(24, 53, 91, 0.05);
    line-height: 1;
    pointer-events: none;
    user-select: none;
    transition: color 0.3s;
}
.ago-obj__card:hover .ago-obj__num {
    color: rgba(198, 32, 36, 0.07);
}

/* Icon */
.ago-obj__icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(24, 53, 91, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    transition: background 0.3s;
}
.ago-obj__icon-wrap i {
    font-size: 24px;
    color: var(--theme-color);
    transition: color 0.3s;
}
.ago-obj__card:hover .ago-obj__icon-wrap {
    background: var(--theme-color2);
}
.ago-obj__card:hover .ago-obj__icon-wrap i {
    color: #fff;
}

/* Title */
.ago-obj__title {
    font-size: 16px;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 10px;
    line-height: 1.4;
}

/* Text */
.ago-obj__text {
    font-size: 13px;
    color: #777;
    line-height: 1.75;
    margin: 0;
}

/* ==============================================
   SERVICES PAGE  STRATEGIC OBJECTIVES LIST
   ============================================== */

/* Image wrap with badge */
.ago-obj__img-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}
.ago-obj__img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    display: block;
}
.ago-obj__badge {
    position: absolute;
    bottom: 28px;
    right: -20px;
    background: var(--theme-color2);
    color: #fff;
    border-radius: 16px;
    padding: 18px 24px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(198, 32, 36, 0.35);
}
.ago-obj__badge-num {
    display: block;
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
}
.ago-obj__badge-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    opacity: 0.9;
    margin-top: 4px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Numbered list */
.ago-obj__list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: obj-counter;
}
.ago-obj__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
    counter-increment: obj-counter;
    position: relative;
    transition: padding-left 0.2s;
}
.ago-obj__item:last-child {
    border-bottom: none;
}
.ago-obj__item:hover {
    padding-left: 6px;
}

/* Auto-numbered circle */
.ago-obj__item::before {
    content: counter(obj-counter, decimal-leading-zero);
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(24, 53, 91, 0.07);
    color: var(--theme-color);
    font-size: 12px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition:
        background 0.2s,
        color 0.2s;
    margin-top: 2px;
}
.ago-obj__item:hover::before {
    background: var(--theme-color2);
    color: #fff;
}

.ago-obj__item div {
    font-size: 15px;
    color: #555;
    line-height: 1.75;
}
.ago-obj__item div strong {
    color: var(--title-color);
    font-weight: 700;
}

/* Remove the dot span  not needed with counter */
.ago-obj__dot {
    display: none;
}

@media (max-width: 991px) {
    .ago-obj__badge {
        right: 16px;
        bottom: 16px;
    }
}
@media (max-width: 575px) {
    .ago-obj__badge {
        position: static;
        display: inline-flex;
        gap: 12px;
        align-items: center;
        margin-top: 16px;
        border-radius: 12px;
    }
    .ago-obj__badge-num {
        font-size: 28px;
    }
}

/* ==============================================
   SERVICES PAGE  OUR PROGRAMS (theme-color bg, tab design)
   ============================================== */
.ago-prog {
    background: var(--theme-color);
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}

/* Subtle decorative circles */
.ago-prog::before,
.ago-prog::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    pointer-events: none;
}
.ago-prog::before {
    width: 500px;
    height: 500px;
    top: -200px;
    right: -100px;
}
.ago-prog::after {
    width: 300px;
    height: 300px;
    bottom: -100px;
    left: -80px;
}

/* Header */
.ago-prog__header {
    margin-bottom: 48px;
}
.ago-prog__sub {
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--theme-color2);
    margin-bottom: 12px;
}
.ago-prog__title {
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.2;
}
.ago-prog__intro {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    max-width: 720px;
}
.ago-prog__intro strong {
    color: #fff;
}

/* Tab nav  horizontal scrollable pill row */
.ago-prog__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 0;
}
.ago-prog__nav-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border: none;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.85);
    border-radius: 8px 8px 0 0;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    transition: all 0.25s ease;
    position: relative;
    bottom: -1px;
    border-bottom: 3px solid transparent;
}
.ago-prog__nav-btn i {
    font-size: 16px;
}
.ago-prog__nav-btn:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}
.ago-prog__nav-btn.active {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border-bottom-color: var(--theme-color2);
}

/* Panels */
.ago-prog__panels {
    position: relative;
    min-height: 200px;
}
.ago-prog__panel {
    display: none;
}
.ago-prog__panel.active {
    display: block;
    animation: ago-prog-slide 0.4s ease;
}
@keyframes ago-prog-slide {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Panel inner  icon left, content right */
.ago-prog__panel-inner {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    padding: 40px 0 20px;
}

/* Big icon */
.ago-prog__panel-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: var(--theme-color2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ago-prog__panel-icon i {
    font-size: 34px;
    color: #fff;
}

/* Content */
.ago-prog__panel-body {
    flex: 1;
}
.ago-prog__panel-title {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}
.ago-prog__panel-body p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.85;
    margin-bottom: 14px;
}
.ago-prog__panel-body p:last-child {
    margin-bottom: 0;
}

/* Footer buttons */
.ago-prog__footer {
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

/* Responsive */
@media (max-width: 767px) {
    .ago-prog {
        padding: 60px 0 40px;
    }
    .ago-prog__title {
        font-size: 28px;
    }
    .ago-prog__panel-inner {
        flex-direction: column;
        gap: 20px;
    }
    .ago-prog__panel-icon {
        width: 60px;
        height: 60px;
        border-radius: 14px;
    }
    .ago-prog__panel-icon i {
        font-size: 24px;
    }
    .ago-prog__panel-title {
        font-size: 20px;
    }
    .ago-prog__nav-btn span {
        display: none;
    }
    .ago-prog__nav-btn {
        padding: 12px 16px;
    }
}
