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

.about-hero {
    padding: 45px 0;
    background: linear-gradient(135deg,#f7fff8,#ffffff);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e8f8ee;
    color: #198754;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 18px;
}

.about-hero h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.2;
    color: #1f2937;
}

    .about-hero h1 span {
        color: #198754;
    }

.about-hero p {
    font-size: 19px;
    color: #6b7280;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 1.8;
}

.about-features {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

    .about-features li {
        margin-bottom: 10px;
        font-size: 17px;
        display: flex;
        align-items: center;
    }

    .about-features i {
        color: #198754;
        margin-right: 12px;
        font-size: 18px;
    }

.hero-buttons {
    display: flex;
    align-items: center;
}

    .hero-buttons .btn {
        min-width:215px !important;
        height: 52px;
        padding: 0 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        white-space: nowrap;
        font-size: 16px;
        font-weight: 600;
    }

        .hero-buttons .btn i {
            flex-shrink: 0;
        }

.about-hero-image {
    max-height: 420px;
    animation: floatAbout 5s ease-in-out infinite;
}

@keyframes floatAbout {

    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0);
    }
}

/*=========================================
        RESPONSIVE
=========================================*/

@media (max-width:991px) {

    .about-hero {
        text-align: center;
        padding: 60px 0;
    }

        .about-hero h1 {
            font-size: 38px;
        }

    .about-features {
        display: inline-block;
        text-align: left;
    }

    .hero-buttons {
        justify-content: center;
    }

        .hero-buttons .btn {
            min-width: 180px;
        }

    .about-hero-image {
        margin-top: 40px;
        max-height: 380px;
    }
}

/*=========================================
            OUR STORY
=========================================*/

.our-story {
    padding: 55px 0;
    background: #ffffff;
}

    .our-story h2 {
        font-size: 42px;
        font-weight: 800;
        margin-bottom: 18px;
    }

        .our-story h2 span {
            color: #198754;
        }

    .our-story p {
        color: #666;
        line-height: 1.7;
        font-size: 17px;
        margin-bottom: 15px;
    }

.story-image {
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(0,0,0,.08);
}

.story-highlights {
    margin-top: 35px;
}

.highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 30px;
}

    .highlight-item i {
        width: 55px;
        height: 55px;
        background: #e8f8ee;
        color: #198754;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        flex-shrink: 0;
    }

    .highlight-item h5 {
        font-weight: 700;
        margin-bottom: 8px;
    }

    .highlight-item p {
        margin: 0;
        font-size: 15px;
        color: #666;
    }

@media(max-width:991px) {

    .our-story {
        text-align: center;
    }

    .highlight-item {
        text-align: left;
    }
}

/*=========================================
        MISSION & VISION
=========================================*/

.mission-vision {
    padding: 55px 0;
    background: #f8fafc;
}

.section-subtitle {
    color: #6b7280;
    font-size: 18px;
    max-width: 720px;
    margin: 15px auto 0;
}

.purpose-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 12px 30px rgba(0,0,0,.07);
    transition: .35s;
}

    .purpose-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 40px rgba(25,135,84,.12);
    }

.purpose-icon {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    font-size: 38px;
    color: #fff;
}

.mission-icon {
    background: linear-gradient(135deg,#198754,#20c997);
}

.vision-icon {
    background: linear-gradient(135deg,#0d6efd,#4dabf7);
}

.purpose-card h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 18px;
}

.purpose-card p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
}

.purpose-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.purpose-card li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    color: #444;
    font-weight: 500;
}

    .purpose-card li i {
        color: #198754;
    }

@media(max-width:991px) {

    .mission-vision {
        padding: 70px 0;
    }

    .purpose-card {
        padding: 30px;
    }
}

/*=========================================
            OUR VALUES
=========================================*/

.values-section {
    padding: 55px 0;
    background: #ffffff;
}

.value-card {
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    text-align: center;
    height: 100%;
    transition: .35s;
    box-shadow: 0 12px 30px rgba(0,0,0,.07);
}

    .value-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 45px rgba(25,135,84,.15);
    }

.value-icon {
    width: 85px;
    height: 85px;
    margin: auto;
    margin-bottom: 25px;
    border-radius: 50%;
    background: linear-gradient(135deg,#198754,#20c997);
    display: flex;
    justify-content: center;
    align-items: center;
}

    .value-icon i {
        color: #fff;
        font-size: 38px;
    }

.value-card h4 {
    font-weight: 700;
    margin-bottom: 15px;
}

.value-card p {
    color: #666;
    line-height: 1.8;
    font-size: 16px;
}

