/* ================= HERO ================= */
.partner-hero {
    background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)), url('/assets/images/heropage.jpg') center/cover no-repeat;
    padding: 120px 20px;
    text-align: center;
    color: #fff;
}

    .partner-hero .hero-content {
        max-width: 900px;
        margin: auto;
    }

    .partner-hero h1 {
        font-size: 3rem;
        font-weight: 700;
    }

    .partner-hero .hero-subtitle {
        font-size: 1.2rem;
        margin-top: 10px;
        opacity: 0.9;
    }

/* =============== INTRO ================= */
.partner-intro {
    max-width: 900px;
    margin: 60px auto;
    line-height: 1.7;
}

.intro-text {
    font-size: 1.1rem;
    color: #444;
    margin-bottom: 20px;
}

/* =============== CARDS ================= */
.partner-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 5px solid #00823E;
    transition: 0.3s ease-in-out;
    height: 100%;
}

    .partner-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    }

    .partner-card h4 {
        color: #00823E;
        font-weight: 700;
        margin-bottom: 15px;
    }

/* =============== IMPACT ================= */
.impact-section {
    margin: 60px auto;
    max-width: 900px;
}

.impact-box {
    background: #f1faf4;
    padding: 30px;
    border-radius: 12px;
    line-height: 1.7;
    border-left: 5px solid #00823E;
}

    .impact-box ul {
        margin-top: 15px;
        padding-left: 20px;
    }

.impact-end {
    margin-top: 20px;
    font-weight: 600;
    color: #00823E;
}

/* =============== CONTACT ================= */
.partner-contact {
    margin: 60px auto;
    text-align: center;
}

.contact-card {
    background: white;
    padding: 40px;
    border-radius: 12px;
    max-width: 600px;
    margin: auto;
    border-bottom: 5px solid #00823E;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}
