﻿/* ===================================
   ABOUT HERO
=================================== */
/* About Page */
.page-banner{
    background:
    linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),
    url('../images/banners/about-banner.jpg');
}
.about-hero {
    background: linear-gradient( rgba(0,0,0,.70), rgba(0,0,0,.70)), url('../images/about-banner.jpg');
    background-size: cover;
    background-position: center;
    min-height: 500px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}

.hero-content {
    max-width: 850px;
    margin: auto;
}

.sub-title {
    display: inline-block;
    background: #F68B1F;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
}

.about-hero h1 {
    font-size: 60px;
    margin-bottom: 20px;
}

.about-hero p {
    font-size: 18px;
    line-height: 1.8;
}

/* ===================================
   COMMON SECTION TITLE
=================================== */

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

    .section-title span {
        color: #F68B1F;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .section-title h2 {
        color: #199B43;
        font-size: 42px;
        margin-top: 10px;
    }

/* ===================================
   WHO WE ARE
=================================== */

.who-we-are {
    padding: 100px 0;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,.12);
}

.about-content h2 {
    color: #199B43;
    font-size: 42px;
    margin-bottom: 25px;
}

.about-content p {
    color: #555;
    line-height: 1.9;
    margin-bottom: 20px;
}

/* ===================================
   OUR STORY
=================================== */

.our-story {
    background: #f8faf9;
    padding: 100px 0;
}

.story-content {
    max-width: 900px;
    margin: auto;
    text-align: center;
}

    .story-content p {
        line-height: 1.9;
        color: #555;
        margin-bottom: 20px;
    }

/* ===================================
   MISSION & VISION
=================================== */

.mission-vision {
    padding: 100px 0;
}

.mv-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}

.mv-card {
    background: #fff;
    padding: 50px 40px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
    transition: .3s;
}

    .mv-card:hover {
        transform: translateY(-8px);
    }

    .mv-card .icon {
        width: 90px;
        height: 90px;
        background: #199B43;
        color: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 25px;
        font-size: 38px;
    }

    .mv-card h3 {
        color: #199B43;
        margin-bottom: 20px;
    }

    .mv-card p {
        color: #666;
        line-height: 1.8;
    }

/* ===================================
   CORE VALUES
=================================== */

.core-values {
    background: #f8faf9;
    padding: 100px 0;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
}

.value-card {
    background: #fff;
    text-align: center;
    padding: 40px 20px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    transition: .3s;
}

    .value-card:hover {
        transform: translateY(-8px);
    }

    .value-card i {
        font-size: 50px;
        color: #F68B1F;
        margin-bottom: 20px;
    }

    .value-card h3 {
        color: #199B43;
    }

/* ===================================
   LEADERSHIP MESSAGE
=================================== */

.leadership-message {
    padding: 100px 0;
}

.message-grid {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 60px;
    align-items: center;
}

.leader-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,.12);
}

.leader-content span {
    color: #F68B1F;
    font-weight: 600;
}

.leader-content h2 {
    color: #199B43;
    margin: 15px 0 25px;
    font-size: 40px;
}

.leader-content p {
    color: #555;
    line-height: 1.9;
    margin-bottom: 20px;
}

.leader-content h4 {
    color: #199B43;
}

/* ===================================
   WHY CHOOSE US
=================================== */

.why-radiant {
    background: #f8faf9;
    padding: 100px 0;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
}

    .why-grid div {
        background: #fff;
        padding: 25px;
        text-align: center;
        border-radius: 15px;
        font-weight: 600;
        color: #199B43;
        box-shadow: 0 10px 25px rgba(0,0,0,.08);
    }

/* ===================================
   STATS
=================================== */

.about-stats {
    padding: 100px 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
}

.stat-box {
    background: #fff;
    padding: 40px 20px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

    .stat-box h2 {
        color: #199B43;
        font-size: 50px;
        margin-bottom: 10px;
    }

    .stat-box p {
        color: #666;
        font-weight: 600;
    }

/* ===================================
   PARTNERS
=================================== */

/* ===================================
   PARTNERS
=================================== */

/* ===================================
   PARTNER LOGO SLIDER
=================================== */

.partners-section {
    padding: 100px 0;
    background: #f8faf9;
    overflow: hidden;
}

.logo-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 50px;
}

.logo-track {
    display: flex;
    width: calc(220px * 12);
    animation: scrollLogos 30s linear infinite;
}

.logo-slider:hover .logo-track {
    animation-play-state: paused;
}

.logo-item {
    width: 220px;
    height: 120px;
    margin: 0 15px;
    background: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    flex-shrink: 0;
}

    .logo-item img {
        max-width: 140px;
        max-height: 70px;
        object-fit: contain;
        filter: grayscale(100%);
        transition: .3s;
    }

    .logo-item:hover img {
        filter: grayscale(0%);
        transform: scale(1.05);
    }

@keyframes scrollLogos {

    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-220px * 6));
    }
}
.trusted-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #199B43;
    padding: 12px 25px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    font-weight: 600;
    margin-bottom: 30px;
}

.partnership-note {
    max-width: 900px;
    margin: 40px auto 0;
    text-align: center;
    color: #666;
    line-height: 1.8;
}
/* ===================================
   CTA
=================================== */

.about-cta {
    background: linear-gradient( 135deg, #199B43, #146c31);
    color: #fff;
    text-align: center;
    padding: 100px 20px;
}

    .about-cta h2 {
        font-size: 48px;
        margin-bottom: 20px;
    }

    .about-cta p {
        max-width: 700px;
        margin: 0 auto 30px;
        line-height: 1.9;
    }

    .about-cta .btn-primary {
        background: #F68B1F;
        color: #fff;
        padding: 15px 35px;
        border-radius: 50px;
        display: inline-block;
        transition: .3s;
    }

        .about-cta .btn-primary:hover {
            background: #fff;
            color: #199B43;
        }


/* ===================================
   OUR JOURNEY TIMELINE
=================================== */

.journey-section {
    padding: 100px 0;
    background: #f8faf9;
}

    .journey-section .section-title {
        max-width: 850px;
        margin: 0 auto 70px;
    }

        .journey-section .section-title p {
            color: #666;
            margin-top: 20px;
            line-height: 1.8;
        }

.journey-timeline {
    position: relative;
    max-width: 1000px;
    margin: auto;
}

    .journey-timeline::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 4px;
        background: #199B43;
        transform: translateX(-50%);
    }

.journey-item {
    position: relative;
    width: 50%;
    padding: 20px 40px;
    margin-bottom: 30px;
}

    .journey-item:nth-child(odd) {
        left: 0;
        text-align: right;
    }

    .journey-item:nth-child(even) {
        left: 50%;
    }

    .journey-item::before {
        content: '';
        position: absolute;
        top: 35px;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: #F68B1F;
        border: 4px solid #fff;
        box-shadow: 0 0 0 4px #199B43;
        z-index: 2;
    }

    .journey-item:nth-child(odd)::before {
        right: -13px;
    }

    .journey-item:nth-child(even)::before {
        left: -13px;
    }

.journey-content {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
    transition: .3s;
}

    .journey-content:hover {
        transform: translateY(-5px);
    }

.journey-year {
    display: inline-block;
    background: #199B43;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.journey-content h3 {
    color: #199B43;
    margin-bottom: 15px;
    font-size: 22px;
}

.journey-content p {
    color: #666;
    line-height: 1.8;
}


/* ===================================
   RESPONSIVE
=================================== */

@media(max-width:991px) {

    .about-grid,
    .message-grid {
        grid-template-columns: 1fr;
    }

    .mv-grid {
        grid-template-columns: 1fr;
    }

    .values-grid,
    .stats-grid,
    .why-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:768px) {

    .about-hero h1 {
        font-size: 40px;
    }

    .section-title h2,
    .about-content h2,
    .leader-content h2 {
        font-size: 32px;
    }

    .values-grid,
    .stats-grid,
    .why-grid,
    .partners-grid {
        grid-template-columns: 1fr;
    }

    .about-cta h2 {
        font-size: 34px;
    }

    .journey-timeline::before {
        left: 20px;
    }

    .journey-item {
        width: 100%;
        left: 0 !important;
        text-align: left !important;
        padding-left: 60px;
        padding-right: 0;
    }

        .journey-item::before {
            left: 10px !important;
            right: auto !important;
        }
}
