/* ==============
    HERO SECTION
================= */
.blog-hero {
    height: 287px;
    background-image: url("../img/building.webp");
    background-size: cover;
    background-position: center 10%;
    background-repeat: no-repeat;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* Gradient Overlay (like screenshot) */
.blog-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.35) 0%,
            rgba(0, 0, 0, 0.55) 70%,
            rgba(0, 0, 0, 0.75) 100%);
    z-index: 1;
}

/* Content */
.hero-container {
    position: relative;
    z-index: 2;
    text-align: center;
}

/* Title Green Box */
.hero-title {
    width: 297px;
    height: 67px;

    background: #AA5A95;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: "Urbanist", sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    color: #F3E6EF;

    margin: 0 auto 20px;
    /* center horizontally */
}


/* Breadcrumb */
.hero-breadcrumb {
    font-family: "Quicksand", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #FFFFFF;
}

.breadcrumb-link {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-link:hover {
    opacity: 0.8;
    color: #F3E6EF;
}

.breadcrumb-current {
    color: #fff;
}


/* Mission Section */
.about-section {
    background-color: #ffffff;
    /* padding-top: 80px;
    padding-bottom: 120px; */
}

/* TITLE */
.about-title {
    font-family: 'Quicksand', sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: -2%;
    color: #333;
    margin-bottom: 120px;
}

.about-title span {
    color: #AA5A95;
}

/* IMAGE */
.about-img-wrapper {
    position: relative;
    width: 680px;
    height: 522px;
}

.about-img {
    width: 680px;
    height: 522px;
    object-fit: cover;
}

/* Hide mobile vision on desktop */
.mobile-vision {
    display: none;
}

/* Hide mobile image on desktop */
.mobile-image {
    display: none;
}

.vision-card {
    position: absolute;
    width: 523px;
    height: 258px;
    left: 54px;
    bottom: -70px;
    background-color: #AA5A95;
    color: #F3E6EF;
    padding: 52px;
    border-radius: 10px;
}


.vision-card h5 {
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 20px;
    letter-spacing: -2%;
    margin-bottom: 20px;
}

.vision-card p {
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.2px;
    opacity: 90%;
    margin-bottom: 0;
}

/* ========================= */
/* RIGHT SIDE TEXT */
/* ========================= */

.about-text {
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28x;
    letter-spacing: 0%;
    color: #4c4c4c;
    margin-bottom: 40px;
    max-width: 500px;
}


.mission-card {
    width: 675px;
    height: 360px;
    background-color: #F3E6EF;
    border-radius: 10px;
    padding: 45px;
    position: relative;
    margin-top: 110px;
    margin-left: -150px;
}


.mission-card h5 {
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 20px;
    letter-spacing: -2%;
    margin-bottom: 20px;
    color: #AA5A95;

}

.mission-card ul {
    padding-left: 28px;
    /* margin-bottom: 0; */
}

.mission-card li {
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.2px;

    color: #4c4c4c;
    margin-bottom: 26px;
}

.mission-card li::marker {
    color: #AA5A95;
}


/* Founder Section */
.founders-section {
    background-color: #ffffff;
    /* padding: 100px 0; */
    padding-bottom: 0 !important;
}

/* TITLE */
.founders-title {
    font-family: 'Quicksand', sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: -2%;
    color: #333;
    margin-bottom: 25px;
}

.founders-title span {
    color: #AA5A95;
}

/* TEXT */
.founders-text {
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #666;
    max-width: 500px;
}

.leaders-title {
    font-family: 'Quicksand', sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: -2%;
    color: #333;
    margin-bottom: 25px;
}

.leaders-title span {
    color: #AA5A95;
}

/* TEXT */
.leaders-text {
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #666;
    max-width: 500px;
}

/* CARD */
.founder-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    width: 281px;
    height: 370px;

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: 0.3s ease;
}


.founder-card:hover {
    transform: translateY(-5px);
}

/* IMAGE */
.founder-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center 1%;
}

/* INFO */
.founder-info {
    padding: 10px;
}

.founder-info h6 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
}

.founder-info p {
    font-size: 16px;
    color: #777;
    margin-bottom: 0;
}


/* Admin Section */
.welcome-section {
    overflow: hidden;
    background: #ffffff;
}

.welcome-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    min-height: 500px;
}

.welcome-image {
    width: 465px;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    margin-left: -40px;
    margin-top: -100px;
}

.welcome-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    /* Shift crop downward */
    object-position: center 65%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: block;
}


.welcome-card {
    background-color: #F3E6EF;
    padding: 40px 55px;
    width: 790px;
    height: 301px;
    object-fit: cover;
    border-radius: 20px;
    margin-left: -6%;
    position: relative;
    z-index: 5;
    margin-top: 80px;
}

.quote-icon {
    position: absolute;
    top: -60px;
    left: 91.5%;

    z-index: 10;
}

.quote-icon img {
    width: 130px;
    height: 104px;
    display: block;
}


.welcome-text {
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;

    color: #4C4C4C;
    margin-bottom: 25px;
}

.welcome-name {
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: 0%;
    color: #333333;
    margin: 0;
}

.welcome-role {
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: 0%;
    color: #4c4c4c;
    margin-top: 5px;
}

@media (max-width: 991px) {
    .welcome-container {
        flex-direction: column;
        padding: 0 20px;
    }

    .welcome-image,
    .welcome-card {
        width: 100%;
        margin-left: 0;
    }

    .welcome-card {
        margin-top: -40px;
        padding: 60px 30px 30px 30px;
    }
}


/* Community Section */
.mental-health-section {
    background: #ffffff;
    /* margin-bottom: 40px; */
}

/* Title Styling */
.program-logo {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.main-title {
    font-family: 'Quicksand', sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: -2%;
    color: #333;
    margin-bottom: 120px;
}

.main-title span {
    color: #AA5A95;
}

.sub-title {
    font-family: 'Quicksand', sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: -2%;
    color: #333;
}

.section-description {
    width: 1040px;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    color: #4C4C4C;
}

/* Card Styling */
.program-card {
    position: relative;
    overflow: hidden;
    border-radius: 21px;
}

.program-card img {
    height: 320px;
    object-fit: cover;
    border-radius: 21px;
    transition: transform 0.5s ease;
}

/* Hover Effect */
.program-card:hover img {
    transform: scale(1.1);   
}


.program-card a {
    display: block;
    position: relative;
}

/* Overlay */
.card-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    text-align: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.card-overlay h6 {
    margin: 0;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0%;
    color: #FFFFFF;
}



/*Poster Section*/
.poster-section {
    background: #FFFFFF;
}

.poster-image img {
    transition: 0.3s ease;
    width: 100%;
    object-fit: cover;
}

.poster-title {
    font-family: 'Quicksand', sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: -2%;
    color: #333;
}

.poster-title span {
    color: #AA5A95;
}

.poster-location {
    color: #666;
    font-weight: 500;
}

.poster-subtitle {
    font-weight: 500;
    color: #555;
}

.poster-description {
    color: #666;
    line-height: 1.7;
}










