/* =====================================================
   FMF IMPACT STORY TEMPLATE
   ===================================================== */


/* ---------- General Story Container ---------- */

.fmf-story {
    max-width: 1280px;
    margin: 0 auto;
}

.fmf-story-content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}


/* ---------- Hero ---------- */

.fmf-story-hero {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
}

.fmf-story-category {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.fmf-story-title {
    font-size: 46px;
    line-height: 1.25;
    font-weight: 700;
    margin: 0 auto 20px;
    max-width: 900px;
}

.fmf-story-intro {
    max-width: 760px;
    margin: 0 auto 20px;
    font-size: 20px;
    line-height: 1.8;
}

.fmf-story-meta {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.75;
}


/* ---------- Article Text ---------- */

.fmf-story-content p {
    font-size: 18px;
    line-height: 1.9;
    margin-top: 0;
    margin-bottom: 22px;
}

.fmf-story-content h2 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    margin-top: 58px;
    margin-bottom: 20px;
}

.fmf-story-content h3 {
    font-size: 23px;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 42px;
    margin-bottom: 16px;
}


/* ---------- Quote ---------- */

.fmf-story-quote {
    max-width: 800px;
    margin: 45px auto;
    padding: 28px 32px;
    border-right: 4px solid #16835d;
    background: #f7f8f8;
}

.fmf-story-quote p {
    font-size: 22px;
    line-height: 1.85;
    font-weight: 500;
    margin-bottom: 10px;
}

.fmf-story-quote .quote-name {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}


/* ---------- Images ---------- */

.fmf-story-image {
    margin-top: 42px;
    margin-bottom: 42px;
}

.fmf-story-image img {
    width: 100%;
    height: auto;
    display: block;
}

.fmf-story-gallery {
    margin-top: 42px;
    margin-bottom: 46px;
}

.fmf-story-gallery img {
    width: 100%;
    height: auto;
    display: block;
}


/* ---------- Impact Numbers ---------- */

.fmf-impact-section {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 45px 30px;
    background: #f6f8f7;
}

.fmf-impact-item {
    text-align: center;
    padding: 15px 20px;
}

.fmf-impact-number {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 8px;
}

.fmf-impact-label {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}


/* ---------- Project Information ---------- */

.fmf-project-info {
    max-width: 900px;
    margin: 65px auto 30px;
    padding: 35px;
    background: #f6f8f7;
}

.fmf-project-info h3 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 25px;
}

.fmf-project-info p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
}


/* ---------- Arabic ---------- */

html[lang="ar"] .fmf-story-content,
html[lang="ar"] .fmf-story-quote,
html[lang="ar"] .fmf-project-info {
    direction: rtl;
    text-align: right;
}

html[lang="ar"] .fmf-story-hero {
    direction: rtl;
}


/* ---------- Tablet ---------- */

@media (max-width: 991px) {

    .fmf-story-title {
        font-size: 39px;
    }

    .fmf-story-content {
        max-width: 760px;
    }
}


/* ---------- Mobile ---------- */

@media (max-width: 767px) {

    .fmf-story {
        padding-left: 20px;
        padding-right: 20px;
    }

    .fmf-story-hero {
        padding-top: 20px;
        padding-bottom: 25px;
    }

    .fmf-story-title {
        font-size: 32px;
        line-height: 1.3;
    }

    .fmf-story-intro {
        font-size: 18px;
        line-height: 1.8;
    }

    .fmf-story-content p {
        font-size: 17px;
        line-height: 1.85;
        margin-bottom: 20px;
    }

    .fmf-story-content h2 {
        font-size: 25px;
        margin-top: 44px;
        margin-bottom: 16px;
    }

    .fmf-story-content h3 {
        font-size: 21px;
        margin-top: 35px;
    }

    .fmf-story-quote {
        margin: 35px auto;
        padding: 22px;
    }

    .fmf-story-quote p {
        font-size: 19px;
    }

    .fmf-impact-section {
        margin-top: 45px;
        margin-bottom: 45px;
        padding: 30px 15px;
    }

    .fmf-impact-number {
        font-size: 34px;
    }

    .fmf-project-info {
        padding: 25px 20px;
        margin-top: 45px;
    }
}