/* =========================================================
   ADULT EDUCATION PROGRAM
   MODERN RESPONSIVE DESIGN
========================================================= */

.adult-project-section {
    position: relative;
    width: 100%;
    padding: 70px 0;
    background: #f6f9f7;
    overflow: hidden;
}

.adult-project-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    top: -180px;
    right: -160px;
    border-radius: 50%;
    background: rgba(23, 132, 63, 0.05);
    pointer-events: none;
}

.adult-project-section::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    bottom: -180px;
    left: -150px;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.04);
    pointer-events: none;
}


/* =========================================================
   CONTAINER
========================================================= */

.adult-project-container {
    position: relative;
    z-index: 2;
    width: min(1400px, calc(100% - 32px));
    margin: 0 auto;
}


/* =========================================================
   HERO
========================================================= */

.adult-project-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        135deg,
        #0d4f3a 0%,
        #126b4d 52%,
        #17843f 100%
    );
    border-radius: 28px;
    padding: 55px;
    box-shadow: 0 25px 60px rgba(16, 77, 61, 0.18);
}


.adult-project-hero::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    right: -180px;
    top: -260px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
}


.adult-project-hero::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: 40px;
    bottom: -280px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.10);
}


/* =========================================================
   HERO CONTENT
========================================================= */

.adult-hero-content {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    align-items: center;
    gap: 60px;
}


.adult-project-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 15px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
    color: #d9fbe7;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}


.adult-label-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #a3e635;
    box-shadow: 0 0 0 5px rgba(163, 230, 53, 0.12);
}


.adult-project-title {
    max-width: 750px;
    margin: 22px 0 18px;
    color: #ffffff;
    font-size: clamp(40px, 5vw, 70px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -2.5px;
}


.adult-project-title span {
    display: block;
    color: #b7ef67;
}


.adult-project-intro {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.8;
}


/* =========================================================
   HERO BUTTONS
========================================================= */

.adult-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}


.adult-primary-btn,
.adult-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
}


.adult-primary-btn {
    background: #b7ef67;
    color: #103f2e;
}


.adult-primary-btn:hover {
    background: #d0fa8f;
    transform: translateY(-2px);
}


.adult-secondary-btn {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
}


.adult-secondary-btn:hover {
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-2px);
}


/* =========================================================
   HERO VISUAL
========================================================= */

.adult-hero-visual {
    position: relative;
    min-height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.adult-visual-circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.13);
}


.circle-one {
    width: 300px;
    height: 300px;
}


.circle-two {
    width: 220px;
    height: 220px;
}


.adult-education-icon {
    position: relative;
    z-index: 3;
    width: 145px;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 38px;
    color: #ffffff;
    font-size: 62px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(12px);
}


/* =========================================================
   FLOATING CARDS
========================================================= */

.adult-floating-card {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 170px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}


.adult-floating-card > i {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 10px;
    color: #17843f;
    background: #eaf7ee;
}


.adult-floating-card strong,
.adult-floating-card span {
    display: block;
}


.adult-floating-card strong {
    color: #153b2f;
    font-size: 12px;
}


.adult-floating-card span {
    margin-top: 2px;
    color: #7b8a84;
    font-size: 10px;
}


.card-top {
    top: 25px;
    right: 0;
}


.card-bottom {
    bottom: 25px;
    left: 0;
}


/* =========================================================
   HERO STATS
========================================================= */

.adult-hero-stats {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 48px;
}


.adult-stat {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.07);
}


.adult-stat-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 11px;
    font-size: 15px;
}


.adult-stat-icon.blue,
.adult-info-icon.blue,
.adult-heading-icon.blue,
.adult-activity-icon.blue {
    color: #2563eb;
    background: #eaf1ff;
}


.adult-stat-icon.green,
.adult-info-icon.green,
.adult-heading-icon.green,
.adult-activity-icon.green {
    color: #16803c;
    background: #eaf8ee;
}


.adult-stat-icon.orange,
.adult-info-icon.orange,
.adult-heading-icon.orange,
.adult-activity-icon.orange {
    color: #ea580c;
    background: #fff0e8;
}


.adult-stat-icon.purple,
.adult-info-icon.purple,
.adult-heading-icon.purple,
.adult-activity-icon.purple {
    color: #7c3aed;
    background: #f2eaff;
}


.adult-stat span {
    display: block;
    color: rgba(255, 255, 255, 0.55);
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}


.adult-stat strong {
    display: block;
    margin-top: 3px;
    color: #ffffff;
    font-size: 13px;
}


/* =========================================================
   COMMON SECTION CARD
========================================================= */

.adult-section-card {
    margin-top: 22px;
    padding: 34px;
    border: 1px solid #e7ece9;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 10px 35px rgba(20, 50, 40, 0.055);
}


/* =========================================================
   SECTION HEADING
========================================================= */

.adult-section-heading {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 26px;
}


.adult-heading-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 14px;
    font-size: 18px;
}


.adult-heading-icon.pink {
    color: #db2777;
    background: #fdebf5;
}


.adult-heading-icon.yellow {
    color: #ca8a04;
    background: #fff8dc;
}


.adult-section-heading span {
    display: block;
    margin-bottom: 4px;
    color: #7c8984;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
}


.adult-section-heading h2 {
    margin: 0;
    color: #123f31;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 800;
}


/* =========================================================
   OVERVIEW
========================================================= */

.adult-overview-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.7fr);
    gap: 35px;
    align-items: stretch;
}


.adult-overview-text p {
    margin: 0 0 15px;
    color: #64716c;
    font-size: 15px;
    line-height: 1.85;
}


.adult-overview-text p:last-child {
    margin-bottom: 0;
}


.adult-overview-highlight {
    position: relative;
    overflow: hidden;
    padding: 25px;
    border-radius: 18px;
    background: linear-gradient(
        145deg,
        #f0f9f3,
        #f8fbf9
    );
}


.adult-highlight-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: #16803c;
    background: #dff4e5;
}


.adult-overview-highlight h3 {
    margin: 17px 0 8px;
    color: #173f32;
    font-size: 18px;
}


.adult-overview-highlight p {
    margin: 0;
    color: #66746e;
    font-size: 13px;
    line-height: 1.7;
}


.adult-highlight-line {
    width: 45px;
    height: 3px;
    margin: 18px 0 10px;
    border-radius: 20px;
    background: #17843f;
}


.adult-overview-highlight > span {
    color: #17843f;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.5px;
}


/* =========================================================
   INFORMATION GRID
========================================================= */

.adult-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 22px;
}


.adult-info-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 21px;
    border: 1px solid #e7ece9;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(20, 50, 40, 0.045);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}


.adult-info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(20, 50, 40, 0.09);
}


.adult-info-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 12px;
}


.adult-info-content span {
    display: block;
    color: #89938f;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.7px;
}


.adult-info-content h3 {
    margin: 4px 0 3px;
    color: #183e32;
    font-size: 14px;
    line-height: 1.4;
}


.adult-info-content p {
    margin: 0;
    color: #89938f;
    font-size: 10px;
}


/* =========================================================
   TWO COLUMN
========================================================= */

.adult-two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}


.adult-objectives-card {
    height: 100%;
}


/* =========================================================
   OBJECTIVES
========================================================= */

.adult-objective-list {
    display: flex;
    flex-direction: column;
    gap: 13px;
}


.adult-objective-item {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 13px;
    padding: 14px;
    border: 1px solid #edf1ef;
    border-radius: 14px;
    transition: all 0.25s ease;
}


.adult-objective-item:hover {
    border-color: #cfe8d7;
    background: #f8fcf9;
    transform: translateX(3px);
}


.adult-number {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: #16803c;
    background: #e9f7ed;
    font-size: 11px;
    font-weight: 800;
}


.adult-objective-item h3 {
    margin: 1px 0 4px;
    color: #24463b;
    font-size: 14px;
}


.adult-objective-item p {
    margin: 0;
    color: #78837f;
    font-size: 12px;
    line-height: 1.65;
}


/* =========================================================
   ACTIVITIES
========================================================= */

.adult-activity-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
}


.adult-activity-card {
    padding: 18px;
    border: 1px solid #edf1ef;
    border-radius: 15px;
    background: #fbfcfc;
    transition: all 0.25s ease;
}


.adult-activity-card:hover {
    transform: translateY(-4px);
    border-color: #dce9e1;
    box-shadow: 0 10px 25px rgba(20, 50, 40, 0.07);
}


.adult-activity-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    margin-bottom: 13px;
}


.adult-activity-card h3 {
    margin: 0 0 5px;
    color: #23463a;
    font-size: 13px;
}


.adult-activity-card p {
    margin: 0;
    color: #7b8581;
    font-size: 11px;
    line-height: 1.6;
}


/* =========================================================
   IMPACT
========================================================= */

.adult-impact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}


.adult-impact-card {
    display: flex;
    flex-direction: column;
    padding: 22px;
    border: 1px solid #e8ecea;
    border-radius: 17px;
    transition: all 0.25s ease;
}


.adult-impact-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(20, 50, 40, 0.08);
}


.adult-impact-card.blue {
    background: #f5f8ff;
    border-color: #e0e9ff;
}


.adult-impact-card.green {
    background: #f3fbf5;
    border-color: #dcefe1;
}


.adult-impact-card.purple {
    background: #faf6ff;
    border-color: #eee1ff;
}


.adult-impact-card.orange {
    background: #fff8f3;
    border-color: #ffe7d5;
}


.adult-impact-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 16px;
    font-size: 17px;
}


.adult-impact-card.blue .adult-impact-icon {
    color: #2563eb;
    background: #e6efff;
}


.adult-impact-card.green .adult-impact-icon {
    color: #16803c;
    background: #e4f5e8;
}


.adult-impact-card.purple .adult-impact-icon {
    color: #7c3aed;
    background: #eee5ff;
}


.adult-impact-card.orange .adult-impact-icon {
    color: #ea580c;
    background: #ffeadc;
}


.adult-impact-card h3 {
    margin: 0 0 7px;
    color: #214438;
    font-size: 14px;
}


.adult-impact-card p {
    margin: 0;
    color: #74807b;
    font-size: 11px;
    line-height: 1.7;
}


/* =========================================================
   COMPLETION CTA
========================================================= */

.adult-completion-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-top: 22px;
    padding: 30px 34px;
    border-radius: 22px;
    background: linear-gradient(
        135deg,
        #0d4f3a,
        #176b52
    );
    box-shadow: 0 15px 40px rgba(16, 77, 61, 0.15);
}


.adult-completion-content {
    display: flex;
    align-items: center;
    gap: 17px;
}


.adult-completion-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 15px;
    color: #17452f;
    background: #b7ef67;
    font-size: 19px;
}


.adult-completion-content span {
    display: block;
    color: #b7ef67;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
}


.adult-completion-content h2 {
    margin: 4px 0 5px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 800;
}


.adult-completion-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    line-height: 1.6;
}


.adult-back-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 18px;
    flex-shrink: 0;
    border-radius: 11px;
    background: #b7ef67;
    color: #17452f;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    transition: all 0.25s ease;
}


.adult-back-button:hover {
    background: #d0fa8f;
    transform: translateY(-2px);
}


.adult-back-button i {
    transition: transform 0.25s ease;
}


.adult-back-button:hover i {
    transform: translateX(4px);
}


/* =========================================================
   LARGE TABLET
========================================================= */

@media (max-width: 1100px) {

    .adult-project-hero {
        padding: 42px;
    }

    .adult-hero-content {
        gap: 30px;
    }

    .adult-project-title {
        font-size: clamp(40px, 5vw, 58px);
    }

    .adult-hero-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .adult-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .adult-impact-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 800px) {

    .adult-project-section {
        padding: 45px 0;
    }

    .adult-project-container {
        width: min(100% - 24px, 680px);
    }

    .adult-project-hero {
        padding: 32px;
        border-radius: 22px;
    }

    .adult-hero-content {
        grid-template-columns: 1fr;
    }

    .adult-project-title {
        font-size: clamp(38px, 8vw, 54px);
        letter-spacing: -1.8px;
    }

    .adult-hero-visual {
        min-height: 260px;
        margin-top: 5px;
    }

    .adult-hero-stats {
        margin-top: 35px;
    }

    .adult-overview-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .adult-two-column {
        grid-template-columns: 1fr;
    }

    .adult-section-card {
        padding: 27px;
    }

    .adult-completion-card {
        padding: 25px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 560px) {

    .adult-project-section {
        padding: 30px 0;
    }

    .adult-project-container {
        width: calc(100% - 20px);
    }

    .adult-project-hero {
        padding: 25px 19px;
        border-radius: 19px;
    }

    .adult-project-label {
        padding: 8px 11px;
        font-size: 9px;
    }

    .adult-project-title {
        margin-top: 17px;
        font-size: 38px;
        letter-spacing: -1.5px;
    }

    .adult-project-intro {
        font-size: 13px;
        line-height: 1.7;
    }

    .adult-hero-buttons {
        flex-direction: column;
        gap: 9px;
    }

    .adult-primary-btn,
    .adult-secondary-btn {
        width: 100%;
    }

    .adult-hero-visual {
        min-height: 220px;
    }

    .circle-one {
        width: 210px;
        height: 210px;
    }

    .circle-two {
        width: 155px;
        height: 155px;
    }

    .adult-education-icon {
        width: 100px;
        height: 100px;
        border-radius: 27px;
        font-size: 42px;
    }

    .adult-floating-card {
        min-width: 135px;
        padding: 9px;
    }

    .adult-floating-card > i {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .adult-floating-card strong {
        font-size: 10px;
    }

    .adult-floating-card span {
        font-size: 8px;
    }

    .card-top {
        top: 8px;
        right: -4px;
    }

    .card-bottom {
        bottom: 8px;
        left: -4px;
    }

    .adult-hero-stats {
        grid-template-columns: 1fr;
        gap: 9px;
        margin-top: 25px;
    }

    .adult-stat {
        padding: 12px;
    }

    .adult-stat-icon {
        width: 38px;
        height: 38px;
    }

    .adult-section-card {
        margin-top: 14px;
        padding: 20px 16px;
        border-radius: 17px;
    }

    .adult-section-heading {
        margin-bottom: 20px;
    }

    .adult-heading-icon {
        width: 42px;
        height: 42px;
        border-radius: 11px;
    }

    .adult-section-heading h2 {
        font-size: 19px;
    }

    .adult-info-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 14px;
    }

    .adult-info-card {
        padding: 16px;
    }

    .adult-two-column {
        gap: 14px;
    }

    .adult-objective-item {
        grid-template-columns: 34px 1fr;
        gap: 10px;
        padding: 11px;
    }

    .adult-number {
        width: 34px;
        height: 34px;
    }

    .adult-objective-item h3 {
        font-size: 12px;
    }

    .adult-objective-item p {
        font-size: 10px;
    }

    .adult-activity-grid {
        grid-template-columns: 1fr;
    }

    .adult-impact-grid {
        grid-template-columns: 1fr;
    }

    .adult-completion-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 21px 17px;
        gap: 18px;
        border-radius: 17px;
    }

    .adult-completion-content {
        align-items: flex-start;
    }

    .adult-completion-icon {
        width: 43px;
        height: 43px;
        border-radius: 12px;
    }

    .adult-completion-content h2 {
        font-size: 17px;
    }

    .adult-completion-content p {
        font-size: 10px;
    }

    .adult-back-button {
        width: 100%;
    }

}


/* =========================================================
   EXTRA SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .adult-project-title {
        font-size: 33px;
    }

    .adult-project-intro {
        font-size: 12px;
    }

    .adult-section-heading h2 {
        font-size: 17px;
    }

    .adult-overview-text p {
        font-size: 12px;
    }

}
/* =========================================================
   SCROLL REVEAL ANIMATION
========================================================= */

.adult-section-hidden {
    opacity: 0;
    transform: translateY(22px);
}

.adult-section-visible {
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity 0.65s ease,
        transform 0.65s ease;
}