/* ==========================================================
   MAHI TRENDZ
   ABOUT PAGE
   ========================================================== */


/* ==========================================================
   ABOUT HERO
   ========================================================== */

.about-hero {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.about-hero .lead {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}


/* ==========================================================
   COMMON CONTENT
   ========================================================== */

.about-content {
    max-width: 900px;
    margin: 0 auto;
}

.about-content p {
    line-height: 1.8;
    margin-bottom: 18px;
}

.about-content p:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   VALUE CARDS
   ========================================================== */

.about-value-card {
    padding: 32px 24px;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    background: #ffffff;
    text-align: center;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.about-value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-color: #ff6b00;
}

.about-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 20px;

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

    border-radius: 50%;

    background: #fff4ec;
    color: #ff6b00;

    font-size: 25px;
}

.about-value-card h3 {
    margin-bottom: 12px;
    font-size: 19px;
    font-weight: 600;
}

.about-value-card p {
    margin-bottom: 0;
    line-height: 1.7;
    color: #666666;
}


/* ==========================================================
   WHAT YOU CAN EXPECT
   ========================================================== */

.about-expect {
    background: #fafafa;
}

.about-expect > .container {
    max-width: 1100px;
}

.about-expect .col-lg-5 > p {
    line-height: 1.8;
}


/* ==========================================================
   EXPECT LIST
   ========================================================== */

.expect-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.expect-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.expect-item > i {
    flex: 0 0 auto;
    margin-top: 4px;

    color: #ff6b00;
    font-size: 20px;
}

.expect-item h3 {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 600;
}

.expect-item p {
    margin-bottom: 0;
    color: #666666;
    line-height: 1.7;
}


/* ==========================================================
   MORE THAN A STORE
   ========================================================== */

.about-more p {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}


/* ==========================================================
   OUR PROMISE
   ========================================================== */

.about-promise {
    background: #fafafa;
}

.about-promise .lead {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;

    line-height: 1.9;
}


/* ==========================================================
   CTA
   ========================================================== */

.about-cta {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}

.about-cta h2 {
    margin-bottom: 12px;
    font-weight: 600;
}

.about-cta p {
    margin-bottom: 0;
    color: #666666;
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767.98px) {

    .about-hero {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .about-hero .section-title {
        font-size: 30px;
        line-height: 1.25;
    }

    .about-hero .lead {
        font-size: 16px;
        line-height: 1.7;
    }


    .about-content p {
        line-height: 1.7;
        margin-bottom: 15px;
    }


    .about-value-card {
        padding: 26px 20px;
    }

    .about-icon {
        margin-bottom: 16px;
    }


    .about-expect {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .expect-list {
        gap: 20px;
    }

    .expect-item {
        gap: 12px;
    }

    .expect-item h3 {
        font-size: 17px;
    }

    .expect-item p {
        line-height: 1.6;
    }


    .about-more {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }


    .about-promise {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .about-promise .section-title {
        font-size: 27px;
        line-height: 1.3;
    }

    .about-promise .lead {
        font-size: 16px;
        line-height: 1.75;
    }


    .about-cta {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .about-cta h2 {
        font-size: 26px;
    }

}


/* ==========================================================
   SMALL MOBILE
   ========================================================== */

@media (max-width: 575.98px) {

    .about-hero {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .about-hero .section-title {
        font-size: 27px;
    }

    .about-value-card {
        padding: 24px 18px;
    }

    .about-icon {
        width: 52px;
        height: 52px;
        font-size: 22px;
    }

    .about-value-card h3 {
        font-size: 18px;
    }

    .expect-item {
        gap: 10px;
    }

    .expect-item > i {
        font-size: 18px;
    }

}