/* =========================================================
   ALUMNI DETAIL HERO
   UNIQUE CLASSES - NO CONFLICT WITH style.css
========================================================= */

.alumni-detail-hero {
    position: relative;

    width: 100%;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 80% 50%,
            rgba(126, 211, 47, 0.15),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #082d2e 0%,
            #0b3837 55%,
            #103f34 100%
        );

    color: #ffffff !important;
}


/* =========================================================
   GRID
========================================================= */

.alumni-detail-hero-grid {

    min-height: 510px;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        470px;

    align-items: center;

    gap: 40px;

    position: relative;

    z-index: 2;
}


/* =========================================================
   LEFT SIDE
========================================================= */

.alumni-detail-hero-content {

    position: relative;

    z-index: 5;

    padding: 70px 0;

    color: #ffffff !important;
}


/* =========================================================
   BADGE
========================================================= */

.alumni-detail-badge {

    display: inline-flex !important;

    align-items: center;

    justify-content: center;

    position: relative !important;

    left: auto !important;

    right: auto !important;

    top: auto !important;

    bottom: auto !important;

    transform: none !important;

    float: none !important;

    clear: both;

    z-index: 20;

    background: #82d532 !important;

    color: #ffffff !important;

    padding: 9px 22px !important;

    border-radius: 30px !important;

    font-family: 'Outfit', sans-serif;

    font-size: 12px !important;

    line-height: 1.2 !important;

    font-weight: 700 !important;

    letter-spacing: .2px;

    margin: 0 0 25px 0 !important;

    width: max-content;

    height: auto !important;

    box-sizing: border-box;

}


/* =========================================================
   MAIN TITLE
========================================================= */

.alumni-detail-title {

    color: #ffffff !important;

    font-family: 'Outfit', sans-serif !important;

    font-size: 54px !important;

    font-weight: 800 !important;

    line-height: 1.08 !important;

    margin: 0 0 22px 0 !important;

    padding: 0 !important;

    max-width: 680px;

}


/* GREEN SECOND LINE */

.alumni-detail-title span {

    display: block !important;

    color: #82d532 !important;

    font-size: inherit !important;

    font-weight: inherit !important;

    line-height: inherit !important;

    margin: 0 !important;

    padding: 0 !important;

}


/* =========================================================
   QUOTE
========================================================= */

.alumni-detail-hero-quote {

    color: rgba(255,255,255,.88) !important;

    font-family: 'Outfit', sans-serif !important;

    font-size: 16px !important;

    font-weight: 400 !important;

    line-height: 1.7 !important;

    max-width: 620px;

    margin: 0 0 32px 0 !important;

    padding: 0 !important;
}


/* =========================================================
   META
========================================================= */

.alumni-detail-meta {

    display: flex !important;

    align-items: center;

    flex-wrap: wrap;

    gap: 28px;

    margin: 0 !important;

    padding: 0 !important;
}


.alumni-detail-meta-item {

    display: flex !important;

    align-items: center;

    gap: 10px;

    margin: 0 !important;

    padding: 0 !important;

    min-width: 135px;

}


.alumni-detail-meta-icon {

    width: 35px;

    height: 35px;

    flex: 0 0 35px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #82d532 !important;

    font-size: 20px;

}


.alumni-detail-meta-text {

    margin: 0;

    padding: 0;

}


.alumni-detail-meta-text strong {

    display: block;

    color: #ffffff !important;

    font-family: 'Outfit', sans-serif !important;

    font-size: 14px !important;

    font-weight: 700 !important;

    line-height: 1.3;

    margin: 0 0 3px 0 !important;

}


.alumni-detail-meta-text small {

    display: block;

    color: rgba(255,255,255,.65) !important;

    font-family: 'Outfit', sans-serif !important;

    font-size: 11px !important;

    line-height: 1.4;

    margin: 0 !important;

}


/* =========================================================
   RIGHT IMAGE
========================================================= */

.alumni-detail-image-wrap {

    height: 510px;

    position: relative;

    display: flex;

    align-items: flex-end;

    justify-content: center;

    overflow: visible;

}


.alumni-detail-image-glow {

    position: absolute;

    width: 390px;

    height: 390px;

    border-radius: 50%;

    background: rgba(126, 211, 47, .14);

    bottom: -80px;

    right: 20px;

    z-index: 0;
}


.alumni-detail-image {

    position: relative;

    z-index: 2;

    display: block;

    width: 100%;

    max-width: 460px;

    height: 480px;

    object-fit: contain;

    object-position: bottom center;

    filter: drop-shadow(
        0 20px 25px rgba(0,0,0,.25)
    );
}
/* =========================================================
   STORY SECTION
========================================================= */

.alumni-story-section {
    background: #fff;

    padding: 65px 20px 45px;
}


.story-heading {
    text-align: center;

    margin-bottom: 30px;
}


.story-heading h2 {
    color: #102f4b;

    font-size: 30px;

    font-weight: 800;

    margin-bottom: 8px;
}


.heading-line {
    width: 55px;
    height: 4px;

    background: #82d532;

    border-radius: 10px;

    margin: auto;
}


/* STORY BOX */

.story-box {
    max-width: 950px;

    margin: auto;

    position: relative;

    padding: 10px 65px 20px;
}


.story-content {
    text-align: center;
}


.story-content p {
    color: #263c4d;

    font-size: 16px;

    line-height: 1.75;

    margin: 0 0 10px;
}


.story-quote {
    position: absolute;

    color: #82d532;

    font-family: Georgia, serif;

    font-size: 70px;

    line-height: 1;

    font-weight: bold;
}


.quote-left {
    left: 0;
    top: 0;
}


.quote-right {
    right: 0;
    bottom: -10px;
}


/* =========================================================
   WHAT I GAINED
========================================================= */

.gained-section {
    background: #fff;

    padding: 15px 20px 60px;
}


.gained-heading {
    text-align: center;

    margin-bottom: 28px;
}


.gained-heading h2 {
    color: #102f4b;

    font-size: 28px;

    font-weight: 800;

    margin-bottom: 8px;
}


/* GAINED GRID */

.gained-grid {
    max-width: 1050px;

    margin: auto;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 18px;
}


/* CARD */

.gained-card {
    background: #fff;

    border: 1px solid #edf0f2;

    border-radius: 10px;

    padding: 20px 15px;

    text-align: center;

    box-shadow:
        0 5px 18px rgba(0,0,0,.05);

    transition: .3s;
}


.gained-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 12px 25px rgba(0,0,0,.09);
}


.gained-icon {
    color: #82d532;

    font-size: 20px;

    margin-bottom: 10px;
}


.gained-card h3 {
    color: #142f47;

    font-size: 14px;

    font-weight: 700;

    margin-bottom: 7px;
}


.gained-card p {
    color: #687580;

    font-size: 11px;

    line-height: 1.5;

    margin: 0;
}


/* =========================================================
   BACK BUTTON
========================================================= */

.back-alumni-wrapper {
    text-align: center;

    margin-top: 30px;
}


.back-alumni {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 9px 22px;

    border: 1px solid #82d532;

    border-radius: 6px;

    color: #31523a;

    background: #fff;

    text-decoration: none;

    font-size: 12px;

    font-weight: 600;

    transition: .3s;
}


.back-alumni:hover {
    background: #82d532;

    color: #fff;

    transform: translateY(-2px);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {

    .alumni-hero-grid {
        grid-template-columns: 1fr 400px;
    }


    .alumni-hero-content h1 {
        font-size: 46px;
    }


    .alumni-hero-image {
        max-width: 390px;
    }

}


@media (max-width: 991px) {

    .alumni-hero-grid {
        grid-template-columns: 1fr;

        text-align: center;

        padding-top: 45px;
    }


    .alumni-hero-content {
        padding: 0;
    }


    .alumni-hero-content h1 {
        margin-left: auto;
        margin-right: auto;
    }


    .alumni-hero-quote {
        margin-left: auto;
        margin-right: auto;
    }


    .alumni-meta {
        justify-content: center;
    }


    .alumni-hero-image-wrap {
        height: 420px;
    }


    .alumni-hero-image {
        height: 420px;
    }


    .gained-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

}


@media (max-width: 600px) {

    .alumni-detail-hero {
        margin-top: 0;
    }


    .alumni-hero-grid {
        padding-top: 35px;

        gap: 15px;
    }


    .alumni-hero-content h1 {
        font-size: 34px;

        line-height: 1.15;
    }


    .alumni-hero-quote {
        font-size: 14px;

        line-height: 1.6;
    }


    .alumni-badge {
        font-size: 10px;

        padding: 8px 17px;
    }


    .alumni-meta {
        flex-direction: column;

        align-items: flex-start;

        text-align: left;

        width: max-content;

        margin: auto;

        gap: 15px;
    }


    .alumni-hero-image-wrap {
        height: 350px;
    }


    .alumni-hero-image {
        height: 350px;
    }


    .hero-image-glow {
        width: 300px;
        height: 300px;

        right: 50%;

        transform: translateX(50%);
    }


    /* STORY */

    .alumni-story-section {
        padding: 45px 15px 30px;
    }


    .story-heading h2 {
        font-size: 25px;
    }


    .story-box {
        padding: 5px 35px 15px;
    }


    .story-content p {
        font-size: 14px;

        line-height: 1.7;
    }


    .story-quote {
        font-size: 50px;
    }


    /* CARDS */

    .gained-grid {
        grid-template-columns: 1fr;

        gap: 12px;
    }


    .gained-card {
        padding: 18px;
    }

}