/* =========================================
   ABOUT PAGE
========================================= */

.about-story {
    width: 100%;
    max-width: 1600px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 60px;

    align-items: center;
}


/* =========================================
   ABOUT IMAGE
========================================= */

.about-image {
    width: 100%;
}

.about-image img {
    width: 100%;

    border-radius: 25px;

    display: block;

    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.15);
}


/* =========================================
   ABOUT TEXT
========================================= */

.about-text {
    width: 100%;
}

.about-text h2 {
    width: 100%;

    text-align: left;

    color: #D50000;

    font-size: 45px;

    margin-bottom: 25px;
}

.about-text p {
    width: 100%;

    text-align: left;

    color: #666;

    line-height: 1.9;

    font-size: 18px;

    margin-bottom: 25px;
}


/* =========================================
   VISION & MISSION
========================================= */

.vision-mission {
    width: 100%;

    max-width: 1600px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 40px;

    background: #fff7ea;
}


/* =========================================
   VISION & MISSION BOX
========================================= */

.box {
    width: 100%;

    background: #fff;

    border-radius: 22px;

    padding: 45px;

    text-align: center;

    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.08);

    transition: 0.35s ease;
}

.box:hover {
    transform: translateY(-10px);

    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.12);
}


/* =========================================
   VISION & MISSION ICON
========================================= */

.box i {
    display: block;

    font-size: 55px;

    color: #D50000;

    margin-bottom: 25px;
}


/* =========================================
   VISION & MISSION TITLE
========================================= */

.box h2 {
    font-size: 30px;

    color: #333;

    margin-bottom: 20px;

    line-height: 1.3;
}


/* =========================================
   VISION & MISSION DESCRIPTION
========================================= */

.box p {
    color: #666;

    line-height: 1.8;

    font-size: 18px;

    margin: 0;
}


/* =========================================
   CORE VALUES
========================================= */

.values {
    width: 100%;

    background: #fff;

    padding: 90px 6%;
}


.values h2 {
    width: 100%;

    text-align: center;

    color: #D50000;

    font-size: 50px;

    margin-bottom: 50px;
}


/* =========================================
   VALUE GRID - 4 COLUMNS
========================================= */

.value-grid {
    width: 100%;

    max-width: 1600px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 40px;

    align-items: stretch;
}


/* =========================================
   VALUE CARD
========================================= */

.value-card {
    width: 100%;

    min-height: 330px;

    background: #fffdf8;

    border-radius: 20px;

    padding: 55px 35px;

    text-align: center;

    display: flex;

    flex-direction: column;

    justify-content: flex-start;

    align-items: center;

    transition: 0.35s ease;

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.07);
}


/* =========================================
   VALUE CARD HOVER
========================================= */

.value-card:hover {
    background: #D50000;

    color: white;

    transform: translateY(-8px);

    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.15);
}


/* =========================================
   VALUE CARD ICON
========================================= */

.value-card i {
    display: block;

    font-size: 55px;

    color: #D50000;

    margin-bottom: 30px;

    transition: 0.3s ease;
}


.value-card:hover i {
    color: #FFC107;
}


/* =========================================
   VALUE CARD TITLE
========================================= */

.value-card h3 {
    width: 100%;

    font-size: 30px;

    color: #333;

    margin-bottom: 20px;

    line-height: 1.3;

    transition: 0.3s ease;
}


.value-card:hover h3 {
    color: white;
}


/* =========================================
   VALUE CARD DESCRIPTION
========================================= */

.value-card p {
    width: 100%;

    color: #666;

    line-height: 1.7;

    font-size: 18px;

    margin: 0;

    transition: 0.3s ease;
}


.value-card:hover p {
    color: white;
}


/* =========================================
   WHY CHOOSE US
========================================= */

.why-section {
    width: 100%;
    padding: 90px 8%;
    background: #fffdf8;
}

.why-section > h2 {
    width: 100%;
    margin-bottom: 60px;
    color: #D50000;
    font-size: 50px;
    text-align: center;
}

.why {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
    align-items: start;
}

.why-item {
    width: 100%;
    padding: 0 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
}

.why-item:hover {
    transform: translateY(-8px);
}

.why-item i {
    display: block;
    min-height: 55px;
    margin-bottom: 24px;
    color: #d6381d;
    font-size: 52px;
    line-height: 1;
    transition: transform 0.3s ease;
}

.why-item:hover i {
    transform: scale(1.05);
}

.why-item h3 {
    width: 100%;
    min-height: 65px;
    margin-bottom: 12px;
    color: #333;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.08;
}

.why-item p {
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
    color: #777;
    font-size: 19px;
    line-height: 1.7;
}


/* =========================================
   RESPONSIVE
========================================= */


/* =========================================
   LAPTOP / SMALL DESKTOP
========================================= */

@media (max-width: 1100px) {

    .about-story {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 40px;
    }


    .value-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 35px;
    }


    .why {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 50px 30px;
    }

}


/* =========================================
   TABLET / MOBILE
========================================= */

@media (max-width: 768px) {

    /* About */

    .about-story {
        grid-template-columns: 1fr;

        gap: 40px;
    }


    .about-text h2 {
        font-size: 38px;
    }


    .about-text p {
        font-size: 17px;
    }


    /* Vision & Mission */

    .vision-mission {
        grid-template-columns: 1fr;

        gap: 30px;
    }


    .box {
        padding: 35px 25px;
    }


    /* Core Values */

    .value-grid {
        grid-template-columns: 1fr;

        gap: 30px;
    }


    .values {
        padding: 70px 6%;
    }


    .values h2,
    .why-section > h2 {
        font-size: 38px;
    }


    /* Why Choose Us */

    .why-section {
        padding: 70px 6%;
    }


    .why-section > h2 {
        margin-bottom: 50px;
    }


    .why {
        grid-template-columns: 1fr;

        gap: 50px;
    }

}


/* =========================================
   SMALL PHONE
========================================= */

@media (max-width: 480px) {

    /* About */

    .about-text h2 {
        font-size: 32px;
    }


    .about-text p {
        font-size: 16px;

        line-height: 1.7;
    }


    /* Vision & Mission */

    .box {
        padding: 30px 20px;
    }


    .box i {
        font-size: 45px;
    }


    .box h2 {
        font-size: 26px;
    }


    .box p {
        font-size: 16px;
    }


    /* Values */

    .values {
        padding: 60px 6%;
    }


    .values h2 {
        font-size: 32px;

        margin-bottom: 40px;
    }


    .value-card {
        min-height: 300px;

        padding: 45px 25px;
    }


    .value-card i {
        font-size: 48px;
    }


    .value-card h3 {
        font-size: 26px;
    }


    .value-card p {
        font-size: 16px;
    }


    /* Why Choose Us */

    .why-section {
        padding: 60px 6%;
    }


    .why-section > h2 {
        font-size: 32px;

        margin-bottom: 45px;
    }


    .why {
        gap: 45px;
    }


    .why-item h3 {
        font-size: 24px;
    }


    .why-item p {
        font-size: 17px;
    }

}
