/* =========================================================
   SRI LANGTA BABA AVIATION
   FLEET PAGE
   ========================================================= */


/* =========================================================
   GLOBAL FLEET SETTINGS
   ========================================================= */

.fleet-page-hero,
.fleet-intro-section,
.fleet-aircraft-section,
.fleet-philosophy-section,
.fleet-cta-section {

    width: 100%;

}



/* =========================================================
   FLEET HERO
   ========================================================= */

.fleet-page-hero {

    position: relative;

    min-height: 430px;

    display: flex;

    align-items: center;

    overflow: hidden;

    background: #081b3a;

}


.fleet-page-hero-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(5,21,45,.94),
            rgba(8,27,58,.72),
            rgba(8,27,58,.45)
        );

}


.fleet-page-hero-content {

    position: relative;

    z-index: 2;

    padding-top: 120px;

    padding-bottom: 70px;

}



.fleet-hero-small-title {

    display: inline-block;

    margin-bottom: 15px;

    color: #ff5a00;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;

}


.fleet-page-hero h1 {

    max-width: 800px;

    margin: 0 0 18px;

    color: #ffffff;

    font-size: clamp(40px, 5vw, 64px);

    line-height: 1.08;

    font-weight: 800;

}


.fleet-page-hero h1 span {

    color: #ff5a00;

}




.fleet-breadcrumb {

    display: flex;

    align-items: center;

    gap: 10px;

    color: rgba(255,255,255,.65);

    font-size: 13px;

}


.fleet-breadcrumb a {

    color: #ffffff;

    text-decoration: none;

}


.fleet-breadcrumb a:hover {

    color: #ff5a00;

}



/* =========================================================
   SECTION HEADING
   ========================================================= */

.fleet-section-heading {

    max-width: 800px;

    margin-bottom: 60px;

}


.fleet-section-heading.centered {

    margin-left: auto;

    margin-right: auto;

    text-align: center;

}


.fleet-section-heading > span {

    display: inline-block;

    margin-bottom: 13px;

    color: #ff5a00;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;

}


.fleet-section-heading h2 {

    margin: 0 0 18px;

    color: #081b3a;

    font-size: clamp(30px, 3.4vw, 44px);

    line-height: 1.2;

    font-weight: 800;

}


.fleet-section-heading p {

    max-width: 700px;

    margin: 0 auto;

    color: #667085;

    font-size: 15px;

    line-height: 1.85;

}



/* =========================================================
   INTRO
   ========================================================= */

.fleet-intro-section {

    padding: 100px 0 50px;

    background: #ffffff;

}



/* =========================================================
   AIRCRAFT SECTION
   ========================================================= */

.fleet-aircraft-section {

    padding: 100px 0;

    background: #ffffff;

}


.fleet-aircraft-alt {

    background: #f5f8fc;

}


.fleet-aircraft-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 70px;

    align-items: center;

}



/* =========================================================
   AIRCRAFT IMAGE
   ========================================================= */

.fleet-aircraft-image {

    position: relative;

    height: 460px;

    overflow: hidden;

    border-radius: 18px;

    background: #081b3a;

    box-shadow:
        0 20px 50px rgba(8,27,58,.13);

}


.fleet-aircraft-image::after {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            transparent 55%,
            rgba(8,27,58,.65)
        );

    pointer-events: none;

}


.fleet-aircraft-image img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;

    transition: transform .6s ease;

}


.fleet-aircraft-image:hover img {

    transform: scale(1.04);

}



/* =========================================================
   IMAGE BADGE
   ========================================================= */

.fleet-image-badge {

    position: absolute;

    left: 22px;

    bottom: 22px;

    z-index: 2;

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 12px 18px;

    background: rgba(8,27,58,.94);

    border-radius: 50px;

    color: #ffffff;

    font-size: 12px;

    font-weight: 700;

}


.fleet-image-badge i {

    color: #ff5a00;

}



/* =========================================================
   AIRCRAFT CONTENT
   ========================================================= */

.fleet-aircraft-content {

    max-width: 620px;

}


.fleet-number {

    display: inline-block;

    margin-bottom: 12px;

    color: #ff5a00;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2px;

}


.fleet-aircraft-content h2 {

    margin: 0 0 8px;

    color: #081b3a;

    font-size: clamp(32px, 3.2vw, 44px);

    line-height: 1.15;

    font-weight: 800;

}


.fleet-aircraft-content h4 {

    margin: 0 0 22px;

    color: #ff5a00;

    font-size: 15px;

    font-weight: 700;

}


.fleet-aircraft-content p {

    margin: 0 0 17px;

    color: #667085;

    font-size: 14px;

    line-height: 1.9;

}



/* =========================================================
   HIGHLIGHTS
   ========================================================= */

.fleet-highlights {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 12px;

    margin-top: 28px;

}


.fleet-highlight {

    display: flex;

    align-items: center;

    gap: 12px;

    min-height: 72px;

    padding: 13px 14px;

    background: #f6f8fb;

    border: 1px solid #e7ebf0;

    border-radius: 10px;

    transition: all .3s ease;

}


.fleet-aircraft-alt .fleet-highlight {

    background: #ffffff;

}


.fleet-highlight:hover {

    transform: translateY(-3px);

    border-color: rgba(255,90,0,.25);

    box-shadow:
        0 10px 25px rgba(8,27,58,.07);

}


.fleet-highlight > i {

    flex: 0 0 40px;

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 10px;

    background: rgba(255,90,0,.1);

    color: #ff5a00;

    font-size: 16px;

}


.fleet-highlight strong {

    display: block;

    margin-bottom: 3px;

    color: #172b4d;

    font-size: 12px;

}


.fleet-highlight span {

    display: block;

    color: #667085;

    font-size: 10px;

    line-height: 1.4;

}



/* =========================================================
   FLEET PHILOSOPHY
   ========================================================= */

.fleet-philosophy-section {

    padding: 0 0 100px;

    background: #ffffff;

}


.fleet-philosophy-box {

    display: flex;

    align-items: center;

    gap: 28px;

    padding: 45px 50px;

    background: #081b3a;

    border-radius: 18px;

    box-shadow:
        0 20px 50px rgba(8,27,58,.14);

}


.fleet-philosophy-icon {

    flex: 0 0 78px;

    width: 78px;

    height: 78px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid rgba(255,255,255,.2);

    border-radius: 50%;

    color: #ff5a00;

    font-size: 28px;

}


.fleet-philosophy-content > span {

    display: block;

    margin-bottom: 8px;

    color: #ff5a00;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2px;

}


.fleet-philosophy-content h2 {

    margin: 0 0 10px;

    color: #ffffff;

    font-size: 27px;

    line-height: 1.3;

}


.fleet-philosophy-content p {

    max-width: 900px;

    margin: 0;

    color: rgba(255,255,255,.72);

    font-size: 13px;

    line-height: 1.85;

}



/* =========================================================
   CTA
   ========================================================= */

.fleet-cta-section {

    position: relative;

    min-height: 430px;

    display: flex;

    align-items: center;

    overflow: hidden;

    background-position: center;

    background-size: cover;

}


.fleet-cta-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(5,21,45,.96),
            rgba(8,27,58,.82),
            rgba(8,27,58,.52)
        );

}


.fleet-cta-content {

    position: relative;

    z-index: 2;

    padding-top: 80px;

    padding-bottom: 80px;

}


.fleet-cta-content > span {

    display: block;

    margin-bottom: 12px;

    color: #ff5a00;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2px;

}


.fleet-cta-content h2 {

    max-width: 700px;

    margin: 0 0 18px;

    color: #ffffff;

    font-size: clamp(35px, 4vw, 52px);

    line-height: 1.12;

    font-weight: 800;

}


.fleet-cta-content p {

    max-width: 650px;

    margin: 0 0 30px;

    color: rgba(255,255,255,.72);

    font-size: 15px;

    line-height: 1.8;

}


.fleet-cta-buttons {

    display: flex;

    align-items: center;

    gap: 12px;

    flex-wrap: wrap;

}


.fleet-orange-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    padding: 14px 23px;

    background: #ff5a00;

    border: 1px solid #ff5a00;

    border-radius: 50px;

    color: #ffffff;

    font-size: 13px;

    font-weight: 700;

    text-decoration: none;

    transition: all .3s ease;

}


.fleet-orange-btn:hover {

    background: #e94e00;

    border-color: #e94e00;

    transform: translateY(-2px);

}


.fleet-outline-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 14px 23px;

    border: 1px solid rgba(255,255,255,.45);

    border-radius: 50px;

    color: #ffffff;

    font-size: 13px;

    font-weight: 700;

    text-decoration: none;

    transition: all .3s ease;

}


.fleet-outline-btn:hover {

    background: #ffffff;

    color: #081b3a;

}



/* =========================================================
   RESPONSIVE - 1100px
   ========================================================= */

@media (max-width: 1100px) {

    .fleet-aircraft-grid {

        gap: 45px;

    }

}



/* =========================================================
   RESPONSIVE - 900px
   ========================================================= */

@media (max-width: 900px) {

    .fleet-page-hero {

        min-height: 390px;

    }


    .fleet-aircraft-grid {

        grid-template-columns: 1fr;

        gap: 45px;

    }


    .fleet-aircraft-content {

        max-width: none;

    }


    .fleet-aircraft-image {

        height: 430px;

    }


    .reverse-mobile .fleet-aircraft-content {

        order: 1;

    }


    .reverse-mobile .fleet-aircraft-image {

        order: 2;

    }

}



/* =========================================================
   RESPONSIVE - 700px
   ========================================================= */

@media (max-width: 700px) {

    .fleet-intro-section,
    .fleet-aircraft-section {

        padding: 75px 0;

    }


    .fleet-philosophy-section {

        padding-bottom: 75px;

    }


    .fleet-section-heading {

        margin-bottom: 40px;

    }


    .fleet-highlights {

        grid-template-columns: 1fr 1fr;

    }


    .fleet-philosophy-box {

        padding: 35px 28px;

    }

}



/* =========================================================
   RESPONSIVE - MOBILE 600px
   ========================================================= */

@media (max-width: 600px) {

    .fleet-page-hero {

        min-height: 350px;

    }


    .fleet-page-hero-content {

        padding-top: 70px;

        padding-bottom: 55px;

    }


    .fleet-page-hero h1 {

        font-size: 36px;

    }


    .fleet-page-hero-content > p {

        font-size: 14px;

    }


    .fleet-section-heading h2 {

        font-size: 30px;

    }


    .fleet-section-heading p {

        font-size: 14px;

    }


    .fleet-aircraft-section {

        padding: 65px 0;

    }


    .fleet-aircraft-grid {

        gap: 35px;

    }


    .fleet-aircraft-image {

        height: 290px;

        border-radius: 14px;

    }


    .fleet-aircraft-content h2 {

        font-size: 30px;

    }


    .fleet-aircraft-content p {

        font-size: 13px;

    }


    .fleet-highlights {

        grid-template-columns: 1fr;

        gap: 10px;

    }


    .fleet-highlight {

        min-height: 65px;

    }


    .fleet-philosophy-box {

        flex-direction: column;

        align-items: flex-start;

        gap: 22px;

        padding: 30px 24px;

    }


    .fleet-philosophy-icon {

        width: 62px;

        height: 62px;

        flex-basis: 62px;

        font-size: 24px;

    }


    .fleet-philosophy-content h2 {

        font-size: 24px;

    }


    .fleet-cta-section {

        min-height: 400px;

    }


    .fleet-cta-content {

        padding-top: 65px;

        padding-bottom: 65px;

    }

}



/* =========================================
   MOBILE FLEET ORDER
   IMAGE → CONTENT
========================================= */

@media (max-width: 768px) {

    .fleet-aircraft-grid {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .fleet-aircraft-grid .fleet-aircraft-image {
        order: 1 !important;
        width: 100%;
    }

    .fleet-aircraft-grid .fleet-aircraft-content {
        order: 2 !important;
        width: 100%;
    }

}