.kt-about-5a93fdf2 {
    font-family: Arial, sans-serif;
    background: #fff;
    color: #333;
    width: 100%;
}

.kt-wrap-5a93fdf2 {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    width: 100%;
}

/* HERO */
.kt-about-hero-5a93fdf2 {
    background: #10284A;
    padding: 90px 20px;
    text-align: center;
}

.kt-about-hero-5a93fdf2 h1 {
    font-size: 56px;
    margin: 0 0 15px;
    color: #fff;
    font-weight: 800;
    line-height: 1.1;
}

.kt-about-hero-5a93fdf2 h1 span {
    color: #D7192E;
}

.kt-about-hero-5a93fdf2 p {
    max-width: 700px;
    margin: auto;
    color: #dce4ef;
    font-size: 16px;
    line-height: 1.8;
}

/* ABOUT */
.kt-about-main-5a93fdf2 {
    padding: 80px 20px;
}

.kt-about-grid-5a93fdf2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.kt-about-box-5a93fdf2 {
    background: #F5F7FA;
    padding: 45px;
    border-radius: 15px;
    border-left: 5px solid #D7192E;
}

.kt-about-box-5a93fdf2 h2 {
    font-size: 40px;
    color: #10284A;
    margin: 0 0 20px;
    font-weight: 800;
}

.kt-about-box-5a93fdf2 h2 span {
    color: #D7192E;
}

.kt-about-box-5a93fdf2 p {
    font-size: 15px;
    line-height: 1.8;
    color: #667085;
    margin-bottom: 15px;
}

.kt-about-image-5a93fdf2 {
    height: 430px;
    border-radius: 15px;
    background: linear-gradient(rgba(16,40,74,.25), rgba(16,40,74,.25)), url("https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d5?auto=format&fit=crop&w=1000&q=80");
    background-size: cover;
    background-position: center;
}

/* MISSION */
.kt-mission-5a93fdf2 {
    background: #F5F7FA;
    padding: 80px 20px;
}

.kt-title-5a93fdf2 {
    text-align: center;
    margin-bottom: 45px;
}

.kt-title-5a93fdf2 h2 {
    font-size: 40px;
    color: #10284A;
    margin: 0 0 12px;
    font-weight: 800;
}

.kt-title-5a93fdf2 h2 span {
    color: #D7192E;
}

.kt-title-5a93fdf2 p {
    color: #667085;
    font-size: 15px;
}

.kt-cards-5a93fdf2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.kt-card-5a93fdf2 {
    background: #fff;
    padding: 35px;
    border-radius: 15px;
    border: 1px solid #e5e7eb;
    transition: .3s;
}

.kt-card-5a93fdf2:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(16,40,74,.12);
}

.kt-icon-5a93fdf2 {
    width: 55px;
    height: 55px;
    background: #10284A;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 24px;
    margin-bottom: 20px;
}

.kt-card-5a93fdf2 h3 {
    color: #10284A;
    font-size: 23px;
    margin: 0 0 12px;
    font-weight: 700;
}

.kt-card-5a93fdf2 p {
    color: #667085;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

/* STRENGTHS */
.kt-strength-5a93fdf2 {
    padding: 80px 20px;
    background: #fff;
}

.kt-strength-grid-5a93fdf2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.kt-strength-card-5a93fdf2 {
    padding: 30px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    transition: .3s;
}

.kt-strength-card-5a93fdf2:hover {
    border-color: #D7192E;
    transform: translateY(-5px);
}

.kt-strength-card-5a93fdf2 h3 {
    color: #10284A;
    margin: 12px 0;
    font-size: 18px;
    font-weight: 700;
}

.kt-strength-card-5a93fdf2 p {
    color: #667085;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.kt-strength-icon-5a93fdf2 {
    font-size: 28px;
}

/* FLEET */
.kt-fleet-5a93fdf2 {
    background: #10284A;
    padding: 70px 20px;
    text-align: center;
}

.kt-fleet-5a93fdf2 h2 {
    font-size: 42px;
    color: #fff;
    margin: 0 0 15px;
    font-weight: 800;
}

.kt-fleet-5a93fdf2 h2 span {
    color: #D7192E;
}

.kt-fleet-5a93fdf2 p {
    max-width: 750px;
    margin: auto;
    color: #dce4ef;
    line-height: 1.8;
    font-size: 15px;
}

/* CTA */
.kt-cta-5a93fdf2 {
    background: #D7192E;
    padding: 70px 20px;
    text-align: center;
}

.kt-cta-5a93fdf2 h2 {
    color: #fff;
    font-size: 40px;
    margin: 0 0 15px;
    font-weight: 800;
}

.kt-cta-5a93fdf2 p {
    color: #fff;
    opacity: .9;
    margin-bottom: 25px;
    font-size: 16px;
}

.kt-btn-5a93fdf2 {
    display: inline-block;
    background: #fff;
    color: #10284A;
    padding: 14px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: .3s;
}

.kt-btn-5a93fdf2:hover {
    background: #10284A;
    color: #fff;
}

/* MOBILE */
@media(max-width: 800px) {
    .kt-about-grid-5a93fdf2,
    .kt-cards-5a93fdf2 {
        grid-template-columns: 1fr;
    }

    .kt-strength-grid-5a93fdf2 {
        grid-template-columns: 1fr;
    }

    .kt-about-hero-5a93fdf2 h1 {
        font-size: 42px;
    }

    .kt-about-box-5a93fdf2 h2,
    .kt-title-5a93fdf2 h2,
    .kt-fleet-5a93fdf2 h2,
    .kt-cta-5a93fdf2 h2 {
        font-size: 32px;
    }

    .kt-about-image-5a93fdf2 {
        height: 300px;
    }
}
