/* =========================================
   IMPACT SECTION
========================================= */

.impact-section {
    position: relative;
    height: 800px;
    overflow: hidden;
}

.impact-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.impact-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.impact-content {
    position: relative;
    z-index: 3;
    max-width: 1600px;
    width: 100%;
    height: 100%;
    padding: 0 120px;
    
    box-sizing: border-box;
}

/* =========================================
   TITLE
========================================= */

.impact-title {
    padding-top: 50px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #FF9A48;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.1;
}

.impact-title span {
    color: #122560;
}

/* =========================================
   CARDS
========================================= */

.impact-cards {
    position: absolute;
    left: 120px;
    right: -180px;
    bottom: 70px;

    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 28px;

    align-items: stretch;
}

.impact-card {
    padding: 28px 30px;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    min-height: 160px;

    color: #fff;

    background: rgba(18, 37, 96, 0.28);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border: 1px solid rgba(255, 255, 255, 0.12);

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);

    box-sizing: border-box;
}

/* =========================================
   NUMBER
========================================= */

.impact-number {
    font-size: 44px;
    font-weight: 600;
    color: #ff9f43;
    margin-bottom: 10px;
    line-height: 1;
}

/* =========================================
   CONTENT
========================================= */

.impact-info h3 {
    margin: 0 0 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.impact-info p {
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.88);
}
/* ==========================================================
   Large Laptop (1600px)
========================================================== */

@media (max-width:1600px){

    .impact-content{
        padding:0 70px;
    }

    .impact-cards{
        left:70px;
        right:70px;
        gap:24px;
    }

}


/* ==========================================================
   Laptop (1366px)
========================================================== */

@media (max-width:1366px){

    .impact-section{
        height:720px;
    }

    .impact-content{
        padding:0 50px;
    }

    .impact-title{
        padding-top:40px;
        font-size:40px;
    }

    .impact-cards{

        left:50px;
        right:50px;

        bottom:45px;

        gap:20px;
    }

    .impact-card{

        padding:24px;

        min-height:150px;
    }

    .impact-number{

        font-size:38px;
    }

    .impact-info h3{

        font-size:18px;
    }

    .impact-info p{

        font-size:14px;
    }

}


/* ==========================================================
   Small Laptop (1200px)
========================================================== */

@media (max-width:1200px){

    .impact-section{
        height:680px;
    }

    .impact-content{
        padding:0 35px;
    }

    .impact-title{
        font-size:34px;
    }

    .impact-cards{

        left:35px;
        right:35px;

        gap:18px;
    }

    .impact-card{

        padding:20px;
    }

    .impact-number{

        font-size:34px;
    }

}


/* ==========================================================
   Tablet
========================================================== */

@media (max-width:991px){

    .impact-section{

        height:auto;

        padding:60px 0;
    }

    .impact-content{

        height:auto;

        padding:0 30px;
    }

    .impact-title{

        padding-top:0;

        margin-bottom:35px;

        font-size:32px;
    }

    .impact-cards{

        position:relative;

        left:auto;
        right:auto;
        bottom:auto;

        margin-top:35px;

        display:grid;

        grid-template-columns:repeat(2,1fr);

        gap:20px;
    }

    .impact-card{

        min-height:170px;
    }

}
/* ==========================================================
   IMPACT SECTION - MOBILE COMPLETE TYPOGRAPHY + LAYOUT
========================================================== */

@media (max-width: 767px) {

    /* =========================
       SECTION
    ========================= */

    .impact-section {
        position: relative;
        width: 100%;
        height: 500px;
        padding: 0;
        overflow: hidden;
        background: #e8e8e8;
    }


    /* =========================
       VIDEO
    ========================= */

    .impact-video {
        position: absolute;
        inset: 0;

        width: 100%;
        height: 100%;

        object-fit: cover;
        object-position: center center;

        z-index: 1;
    }


    /* =========================
       OVERLAY
    ========================= */

    .impact-overlay {
        position: absolute;
        inset: 0;

        z-index: 2;

        background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0) 48%,
            rgba(10, 26, 70, 0.08) 100%
        );

        pointer-events: none;
    }


    /* =========================
       CONTENT WRAPPER
    ========================= */

    .impact-content {
        position: relative;

        z-index: 3;

        width: 100%;
        max-width: none;
        height: 100%;

        padding: 0 10px;

        box-sizing: border-box;
    }


    /* =========================
       MAIN TITLE
    ========================= */

    .impact-title {
        padding-top: 20px;

        margin: 0;

        max-width: 170px;

        font-family: 'Poppins', sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;

        line-height: 1.05;

        letter-spacing: -0.5px;

        color: #ffffff;
    }


    /* BLUE TITLE PART */

    .impact-title span {
        display: block;

        font-family: 'Poppins', sans-serif;
        font-size: inherit;
        font-style: normal;
        font-weight: 700;

        line-height: inherit;

        letter-spacing: inherit;

        color: #122560;
    }


    /* =========================
       CARDS WRAPPER
    ========================= */

    .impact-cards {
        position: absolute;

        left: 10px;
        right: 10px;
        bottom: 10px;

        display: flex;

        gap: 10px;

        margin: 0;

        overflow-x: auto;
        overflow-y: hidden;

        scroll-snap-type: x mandatory;

        scrollbar-width: none;
        -ms-overflow-style: none;

        -webkit-overflow-scrolling: touch;
    }


    .impact-cards::-webkit-scrollbar {
        display: none;
    }


    /* =========================
       CARD
    ========================= */

    .impact-card {
        flex: 0 0 100%;

        width: 100%;
        min-width: 100%;

        min-height: 180px;

        padding: 20px 18px 16px;

        display: flex;
        flex-direction: column;

        scroll-snap-align: start;

        color: #ffffff;

        background: rgba(18, 37, 96, 0.55);

        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);

        border: 1px solid rgba(255, 255, 255, 0.2);

        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);

        box-sizing: border-box;
    }


    /* =========================
       NUMBER
    ========================= */

    .impact-number {
        margin: 0 0 9px;

        font-family: 'Poppins', sans-serif;

        font-size: 20px;
        font-style: normal;
        font-weight: 700;

        line-height: 1;

        letter-spacing: -0.3px;

        color: #ffffff;
    }


    /* =========================
       CARD HEADING
    ========================= */

    .impact-info h3 {
        margin: 0 0 9px;

        font-family: 'Poppins', sans-serif;

        font-size: 14px;
        font-style: normal;
        font-weight: 600;

        line-height: 1.25;

        letter-spacing: -0.15px;

        color: #ffffff;
    }


    /* =========================
       DESCRIPTION
    ========================= */

    .impact-info p {
        margin: 0;

        max-width: 100%;

        font-family: 'DM Sans', sans-serif;

        font-size: 10px;
        font-style: normal;
        font-weight: 500;

        line-height: 1.45;

        letter-spacing: 0;

        color: rgba(255, 255, 255, 0.96);
    }
}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 480px) {

    .impact-section {
        height: 500px;
    }


    .impact-content {
        padding-left: 9px;
        padding-right: 9px;
    }


    /* MAIN TITLE */

    .impact-title {
        padding-top: 20px;

        max-width: 150px;

        font-family: 'Poppins', sans-serif;

        font-size: 21px;
        font-style: normal;
        font-weight: 700;

        line-height: 1;

        letter-spacing: -0.45px;
    }


    .impact-title span {
        font-family: 'Poppins', sans-serif;

        font-size: inherit;
        font-style: normal;
        font-weight: 700;

        line-height: inherit;
    }


    /* CARDS */

    .impact-cards {
        left: 9px;
        right: 9px;
        bottom: 10px;
    }


    .impact-card {
        min-height: 180px;

        padding: 20px 18px 16px;
    }


    /* NUMBER */

    .impact-number {
        font-family: 'Poppins', sans-serif;

        font-size: 20px;
        font-style: normal;
        font-weight: 700;

        line-height: 1;
    }


    /* CARD TITLE */

    .impact-info h3 {
        font-family: 'Poppins', sans-serif;

        font-size: 14px;
        font-style: normal;
        font-weight: 600;

        line-height: 1.25;
    }


    /* CARD DESCRIPTION */

    .impact-info p {
        font-family: 'DM Sans', sans-serif;

        font-size: 12.5px;
        font-style: normal;
        font-weight: 500;

        line-height: 1.45;

        letter-spacing: 0;
    }
}