/* ===== ABOUT.CSS – Page-specific styles ===== */

/* PAGE BANNER */
.page-banner {
    padding: 9rem 5% 5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.page-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255,255,255,0.05)" d="M0,160L48,138.7C96,117,192,75,288,64C384,53,480,75,576,101.3C672,128,768,160,864,160C960,160,1056,128,1152,117.3C1248,107,1344,117,1392,122.7L1440,128L1440,320L0,320Z"/></svg>') no-repeat bottom;
    background-size: cover;
    pointer-events: none;
}
.banner-content h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 4rem;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.banner-content p { color: rgba(255,255,255,0.8); font-size: 1.05rem; }

/* SECTION TAG */
.section-tag {
    display: inline-block;
    background: rgba(26,111,196,0.1);
    border: 1px solid #1a6fc4;
    color: #1a6fc4;
    padding: 0.3rem 1rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

/* ABOUT INTRO */
.about-intro {
    padding: 8rem 5%;
    background: #fff;
}
.about-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}
.about-intro-img {
    position: relative;
}
.about-intro-img img {
    width: 100%;
    border-radius: 25px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.12);
}
.exp-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: #1a6fc4;
    color: #fff;
    padding: 1.5rem 2rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(26,111,196,0.4);
}
.exp-num { display: block; font-size: 2.5rem; font-weight: 900; line-height: 1; }
.exp-label { font-size: 0.8rem; opacity: 0.9; }
.about-intro-text h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    color: #0d2a4e;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}
.about-intro-text p { color: #555; line-height: 1.8; margin-bottom: 1rem; }

/* MISSION/VISION CARDS */
.about-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 2rem;
}
.about-card {
    background: #f4f8ff;
    border-radius: 16px;
    padding: 1.5rem;
    border-left: 4px solid #1a6fc4;
    transition: transform 0.3s, box-shadow 0.3s;
}
.about-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,0,0,0.08); }
.about-card-icon { font-size: 2rem; margin-bottom: 0.8rem; }
.about-card h3 { font-size: 1rem; font-weight: 700; color: #0d2a4e; margin-bottom: 0.5rem; }
.about-card p { font-size: 0.85rem; color: #666; line-height: 1.6; }

/* EXPEDITED SECTION */
.expedited-section {
    padding: 8rem 5%;
    background: #f0f4f9;
}
.expedited-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}
.expedited-img { position: relative; overflow: hidden; border-radius: 25px; }
.expedited-img img { width: 100%; border-radius: 25px; transition: transform 0.6s ease; }
.expedited-img:hover img { transform: scale(1.05); }
.expedited-text h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2.8rem;
    font-weight: 900;
    color: #0d2a4e;
    margin-bottom: 1.2rem;
    line-height: 1.1;
}
.expedited-text p { color: #555; line-height: 1.8; margin-bottom: 1.5rem; }
.check-list { list-style: none; }
.check-list li {
    padding: 0.5rem 0;
    padding-left: 2rem;
    position: relative;
    color: #333;
    font-size: 0.95rem;
}
.check-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #1a6fc4;
    font-weight: 900;
    font-size: 1rem;
}

/* FEATURES SECTION */
.features-section {
    padding: 8rem 5%;
    background: #fff;
}
.section-center { text-align: center; max-width: 700px; margin: 0 auto 4rem; }
.section-center h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    color: #0d2a4e;
    margin-bottom: 1rem;
}
.section-center p { color: #555; }
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
.feature-card {
    background: #fff;
    border: 1px solid #e8eef8;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: 0.4s;
    box-shadow: 0 5px 20px rgba(0,0,0,0.04);
}
.feature-card:hover {
    transform: translateY(-10px);
    border-color: #1a6fc4;
    box-shadow: 0 20px 50px rgba(26,111,196,0.12);
}
.feature-icon { font-size: 3rem; margin-bottom: 1.2rem; }
.feature-card h3 { font-size: 1.2rem; font-weight: 700; color: #0d2a4e; margin-bottom: 0.8rem; }
.feature-card p { color: #666; font-size: 0.9rem; line-height: 1.7; }

/* ===== SCROLL ANIMATION CLASSES ===== */
.anim-fade-up {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.anim-slide-left {
    opacity: 0;
    transform: translateX(-60px);
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.19,1,0.22,1);
}
.anim-slide-right {
    opacity: 0;
    transform: translateX(60px);
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.19,1,0.22,1);
}
.delay-1 { transition-delay: 0.15s !important; }
.delay-2 { transition-delay: 0.3s !important; }
.delay-3 { transition-delay: 0.45s !important; }
.anim-visible {
    opacity: 1 !important;
    transform: none !important;
}

@media (max-width: 900px) {
    .about-intro-grid, .expedited-grid, .about-cards { grid-template-columns: 1fr; }
    .features-grid { grid-template-columns: 1fr 1fr; }
    .banner-content h1 { font-size: 2.5rem; }
    .exp-badge { right: 0; bottom: -15px; }
}
@media (max-width: 600px) {
    .features-grid { grid-template-columns: 1fr; }
}
