/* ===================================
   ABOUT PAGE
=================================== */

.about-page{
    background:#fff;
    overflow:hidden;
}

.about-page .container{
    width:90%;
    max-width:1250px;
    margin:auto;
}

/* ===================================
   HERO
=================================== */

.about-page-hero{

    position:relative;

    padding:170px 0 120px;

    color:#fff;

    background:
    linear-gradient(rgba(5,16,30,.75),rgba(5,16,30,.75)),
    url("../images/about-banner.webp")
    center center/cover no-repeat;

}

.about-page-hero-content{

    max-width:760px;

}

.about-page-hero span{

    display:inline-block;

    margin-bottom:18px;

    color:#22c55e;

    font-size:14px;

    font-weight:700;

    letter-spacing:2px;

}

.about-page-hero h1{

    margin-bottom:22px;

    font-size:60px;

    line-height:1.15;

    font-weight:700;

}

.about-page-hero p{

    max-width:650px;

    color:rgba(255,255,255,.88);

    font-size:18px;

    line-height:1.8;

}

.about-page-breadcrumb{

    margin-top:35px;

    display:flex;

    align-items:center;

    gap:10px;

}

.about-page-breadcrumb a{

    color:#22c55e;

}

.about-page-breadcrumb span{

    color:#fff;

}

/* ===================================
   CORE VALUES
=================================== */

.core-values{

    padding:100px 0;

    background:#fff;

}

.values-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.value-card{

    padding:40px 30px;

    text-align:center;

    border-radius:20px;

    background:#fff;

    border:1px solid #edf2f7;

    transition:.35s;

}

.value-card:hover{

    transform:translateY(-10px);

    box-shadow:0 18px 40px rgba(0,0,0,.08);

}

.value-card i{

    width:75px;

    height:75px;

    margin:auto auto 22px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#22c55e;

    color:#fff;

    font-size:28px;

}

.value-card h3{

    margin-bottom:15px;

    color:#111827;

    font-size:22px;

}

.value-card p{

    color:#64748b;

    line-height:1.8;

}

/* ===================================
   STORY
=================================== */

.about-story{
    padding:100px 0;
    background:#fff;
}

.about-story-wrapper{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    align-items:center;
    gap:70px;
}

.about-story-image{
    position:relative;
    min-width:0;
}

.about-story-image img{
    width:100%;
    height:520px;
    display:block;
    object-fit:cover;
    border-radius:22px;
}

.about-story-badge{
    position:absolute;
    left:28px;
    bottom:28px;

    display:flex;
    align-items:center;
    gap:15px;

    padding:18px 22px;

    border-radius:16px;
    background:#fff;

    box-shadow:0 18px 40px rgba(15,23,42,.16);
}

.about-story-badge i{
    width:52px;
    height:52px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:14px;

    background:#22c55e;
    color:#fff;

    font-size:21px;
}

.about-story-badge strong,
.about-story-badge span{
    display:block;
}

.about-story-badge strong{
    color:#111827;
    font-size:17px;
}

.about-story-badge span{
    margin-top:3px;
    color:#64748b;
    font-size:12px;
}

.about-page-label{
    display:inline-block;

    color:#22c55e;

    font-size:13px;
    font-weight:700;
    letter-spacing:1.7px;
    text-transform:uppercase;
}

.about-story-content h2{
    margin:14px 0 22px;

    color:#111827;

    font-size:46px;
    line-height:1.2;
}

.about-story-content p{
    margin:0 0 16px;

    color:#64748b;

    font-size:15px;
    line-height:1.85;
}

.about-story-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:15px 20px;

    margin-top:28px;
}

.about-story-list div{
    display:flex;
    align-items:flex-start;
    gap:10px;
}

.about-story-list i{
    margin-top:4px;
    color:#22c55e;
}

.about-story-list span{
    color:#334155;
    font-size:14px;
    font-weight:600;
}


/* ===================================
   COMMON ABOUT PAGE HEADING
=================================== */

.about-page-heading{
    max-width:760px;
    margin:0 auto 55px;
    text-align:center;
}

.about-page-heading > span{
    display:inline-block;

    color:#22c55e;

    font-size:13px;
    font-weight:700;
    letter-spacing:1.7px;
    text-transform:uppercase;
}

.about-page-heading h2{
    margin:14px 0;

    color:#111827;

    font-size:44px;
    line-height:1.22;
}

.about-page-heading p{
    margin:0;

    color:#64748b;

    font-size:15px;
    line-height:1.8;
}


/* ===================================
   MISSION AND VISION
=================================== */

.mission-vision{
    padding:100px 0;
    background:#f8fafc;
}

.mission-vision-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:28px;
}

.mission-card{
    padding:38px 34px;

    border:1px solid #e5e7eb;
    border-radius:20px;

    background:#fff;

    box-shadow:0 14px 35px rgba(15,23,42,.06);

    text-align:center;
}

.mission-icon{
    width:74px;
    height:74px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin:0 auto 22px;

    border-radius:50%;

    background:#22c55e;
    color:#fff;

    font-size:28px;
}

.mission-card h3{
    margin:0 0 13px;

    color:#111827;

    font-size:23px;
}

.mission-card p{
    margin:0;

    color:#64748b;

    font-size:14px;
    line-height:1.8;
}


/* ===================================
   PARTNERS
=================================== */

.about-partners{
    padding:100px 0;
    background:#f8fafc;
}

.about-partners-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:22px;
}

.about-partner-card{
    min-height:180px;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    padding:26px 20px;

    border:1px solid #e5e7eb;
    border-radius:18px;

    background:#fff;

    box-shadow:0 12px 30px rgba(15,23,42,.05);

    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}

.about-partner-card:hover{
    transform:translateY(-7px);
    border-color:rgba(34,197,94,.55);
    box-shadow:0 18px 40px rgba(15,23,42,.1);
}

.about-partner-card img{
    width:100%;
    max-width:150px;
    height:72px;

    display:block;
    object-fit:contain;

    margin-bottom:16px;
}

.about-partner-card h3{
    margin:0;

    color:#334155;

    font-size:14px;
    text-align:center;
}


/* ===================================
   CONTACT
=================================== */

.about-contact{
    padding:100px 0;
    background:#fff;
}

.about-contact-wrapper{
    display:grid;
    grid-template-columns:420px minmax(0,1fr);
    gap:55px;
    align-items:start;
}

.about-contact-info h2{
    margin:14px 0 18px;

    color:#111827;

    font-size:42px;
    line-height:1.2;
}

.about-contact-info > p{
    color:#64748b;
    line-height:1.8;
}

.contact-info-list{
    display:grid;
    gap:15px;
    margin-top:30px;
}

.contact-info-card{
    display:flex;
    align-items:center;
    gap:15px;

    padding:18px;

    border:1px solid #e5e7eb;
    border-radius:15px;

    background:#fff;
}

.contact-info-card > div{
    width:50px;
    height:50px;

    display:flex;
    align-items:center;
    justify-content:center;

    flex-shrink:0;

    border-radius:13px;

    background:#22c55e;
    color:#fff;

    font-size:19px;
}

.contact-info-card small,
.contact-info-card strong{
    display:block;
}

.contact-info-card small{
    margin-bottom:3px;
    color:#64748b;
}

.contact-info-card strong{
    color:#111827;
    font-size:14px;
}

.about-contact-form-card{
    padding:38px;

    border:1px solid #e5e7eb;
    border-radius:22px;

    background:#fff;

    box-shadow:0 18px 45px rgba(15,23,42,.08);
}

.about-contact-form-card h3{
    margin:0 0 8px;
    color:#111827;
    font-size:29px;
}

.about-contact-form-card > p{
    margin:0 0 28px;
    color:#64748b;
}

.about-contact-form-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
}

.about-contact-full{
    grid-column:1 / -1;
}

.about-contact-field label{
    display:block;
    margin-bottom:8px;

    color:#334155;
    font-size:14px;
    font-weight:600;
}

.about-contact-field label span{
    color:#ef4444;
}

.about-contact-field input,
.about-contact-field select,
.about-contact-field textarea{
    width:100%;

    padding:14px 15px;

    border:1px solid #dbe3ec;
    border-radius:11px;
    outline:none;

    background:#fff;
    color:#111827;

    font-family:inherit;
    font-size:14px;
}

.about-contact-field textarea{
    min-height:150px;
    resize:vertical;
}

.about-contact-field input:focus,
.about-contact-field select:focus,
.about-contact-field textarea:focus{
    border-color:#22c55e;
    box-shadow:0 0 0 4px rgba(34,197,94,.1);
}

.about-contact-submit{
    margin-top:22px;
}


/* ===================================
   RESPONSIVE
=================================== */

@media(max-width:991px){

    .about-story-wrapper,
    .about-contact-wrapper{
        grid-template-columns:1fr;
    }

    .mission-vision-grid{
        grid-template-columns:1fr;
    }

    .about-partners-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .about-story-image{
        max-width:720px;
        margin:auto;
    }
}

@media(max-width:700px){

    .about-page-hero{
        padding:130px 0 80px;
    }

    .about-page-hero h1{
        font-size:38px;
    }

    .about-story,
    .mission-vision,
    .core-values,
    .about-partners,
    .about-contact{
        padding:70px 0;
    }

    .about-story-image img{
        height:360px;
    }

    .about-story-badge{
        left:14px;
        bottom:14px;
    }

    .about-story-content h2,
    .about-page-heading h2,
    .about-contact-info h2{
        font-size:31px;
    }

    .about-story-list{
        grid-template-columns:1fr;
    }

    .values-grid,
    .about-partners-grid{
        grid-template-columns:1fr;
    }

    .about-contact-form-grid{
        grid-template-columns:1fr;
    }

    .about-contact-full{
        grid-column:auto;
    }

    .about-contact-form-card{
        padding:25px 20px;
    }
}

/* ===================================
   COMPANY JOURNEY
=================================== */

.company-journey{
    padding:100px 0;
    background:#f8fafc;
}

.timeline{
    position:relative;
    max-width:980px;
    margin:0 auto;
}

.timeline::before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:95px;
    width:2px;
    background:#dbe5df;
}

.timeline-item{
    position:relative;
    display:grid;
    grid-template-columns:90px minmax(0,1fr);
    gap:38px;
    align-items:start;
    margin-bottom:28px;
}

.timeline-item:last-child{
    margin-bottom:0;
}

.timeline-year{
    position:relative;
    z-index:2;

    width:90px;
    height:54px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:30px;

    background:#22c55e;
    color:#fff;

    font-size:15px;
    font-weight:700;

    box-shadow:0 10px 25px rgba(34,197,94,.2);
}

.timeline-content{
    padding:26px 28px;

    border:1px solid #e5e7eb;
    border-radius:17px;

    background:#fff;

    box-shadow:0 12px 30px rgba(15,23,42,.06);

    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}

.timeline-content:hover{
    transform:translateY(-4px);
    border-color:rgba(34,197,94,.5);
    box-shadow:0 18px 40px rgba(15,23,42,.1);
}

.timeline-content h3{
    margin:0 0 10px;

    color:#111827;

    font-size:21px;
    font-weight:700;
}

.timeline-content p{
    margin:0;

    color:#64748b;

    font-size:14px;
    line-height:1.8;
}


/* ===================================
   COMPANY STATISTICS
=================================== */

.company-statistics{
    padding:80px 0;
    background:#07111f;
}

.statistics-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:22px;
}

.stat-card{
    min-height:190px;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    padding:28px 20px;

    border:1px solid rgba(255,255,255,.1);
    border-radius:18px;

    background:rgba(255,255,255,.05);

    text-align:center;

    transition:
        transform .3s ease,
        background .3s ease,
        border-color .3s ease;
}

.stat-card:hover{
    transform:translateY(-7px);

    border-color:rgba(34,197,94,.5);

    background:rgba(255,255,255,.08);
}

.stat-card i{
    width:60px;
    height:60px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:18px;

    border-radius:50%;

    background:#22c55e;
    color:#fff;

    font-size:23px;
}

.stat-card strong{
    display:block;

    color:#fff;

    font-size:34px;
    font-weight:750;
    line-height:1.15;
}

.stat-card span{
    margin-top:8px;

    color:#cbd5e1;

    font-size:14px;
    font-weight:500;
}


/* ===================================
   TIMELINE RESPONSIVE
=================================== */

@media(max-width:991px){

    .statistics-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:700px){

    .company-journey{
        padding:70px 0;
    }

    .timeline::before{
        left:24px;
    }

    .timeline-item{
        grid-template-columns:48px minmax(0,1fr);
        gap:16px;
    }

    .timeline-year{
        width:48px;
        height:48px;

        font-size:11px;
    }

    .timeline-content{
        padding:20px 18px;
    }

    .timeline-content h3{
        font-size:18px;
    }

    .company-statistics{
        padding:65px 0;
    }

    .statistics-grid{
        grid-template-columns:1fr;
    }

    .stat-card{
        min-height:160px;
    }
}