/* =========================================================
   SRI LANGTA BABA AVIATION
   ABOUT PAGE
   ========================================================= */


/* =========================================================
   GLOBAL ABOUT SETTINGS
========================================================= */

.about-page-hero,
.about-story-section,
.about-company-section,
.aviation-excellence-section,
.about-solutions-section,
.about-vision-section,
.about-safety-section,
.about-values-section,
.about-cta-section {

    width: 100%;

}



/* =========================================================
   ABOUT HERO
========================================================= */

.about-page-hero {

    position: relative;

    min-height: 430px;

    display: flex;

    align-items: center;

    overflow: hidden;

    background: #081b3a;

}


.about-page-hero-image {

    position: absolute;

    inset: 0;

}


.about-page-hero-image img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center;

}


.about-page-hero-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(5, 21, 45, .92),
            rgba(8, 27, 58, .72),
            rgba(8, 27, 58, .48)
        );

}

.page-content span {

    color: #ff5a00;

}

.about-page-hero-content {

    position: relative;

    z-index: 2;

    padding-top: 80px;
    padding-bottom: 70px;

}


.hero-small-title {

    display: inline-block;

    margin-bottom: 15px;

    color: #ff5a00;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;

}


.about-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;

}


.about-page-hero-content > p {

    max-width: 650px;

    margin: 0 0 28px;

    color: rgba(255,255,255,.78);

    font-size: 16px;

    line-height: 1.8;

}


.hero-breadcrumb {

    display: flex;

    align-items: center;

    gap: 10px;

    color: rgba(255,255,255,.65);

    font-size: 13px;

}


.hero-breadcrumb a {

    color: #ffffff;

    text-decoration: none;

}


.hero-breadcrumb a:hover {

    color: #ff5a00;

}


/* =========================================================
   COMMON SECTION HEADING
========================================================= */

.about-section-heading {

    max-width: 800px;

    margin-bottom: 60px;

}


.about-section-heading.centered {

    margin-left: auto;
    margin-right: auto;

    text-align: center;

}


.about-section-heading > span {

    display: inline-block;

    margin-bottom: 13px;

    color: #ff5a00;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;

}


.about-section-heading h2 {

    margin: 0 0 18px;

    color: #081b3a;

    font-size: clamp(30px, 3.4vw, 44px);

    line-height: 1.2;

    font-weight: 800;

}


.about-section-heading p {

    max-width: 700px;

    margin: 0;

    color: #667085;

    font-size: 15px;

    line-height: 1.85;

}


.about-section-heading.centered p {

    margin-left: auto;
    margin-right: auto;

}


/* =========================================================
   OUR STORY
========================================================= */

.about-story-section {

    padding: 70px 0;

    background: #ffffff;

}


.about-story-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 70px;

    align-items: center;

}


.about-story-content {

    max-width: 650px;

}


.about-story-content p {

    margin: 0 0 18px;

    color: #667085;

    font-size: 14px;

    line-height: 1.9;

}


.about-story-content strong {

    color: #172b4d;

}


.about-story-image {

    position: relative;

    overflow: hidden;

    border-radius: 16px;

    box-shadow:
        
        0 20px 50px rgba(8,27,58,.12);

}


.about-story-image img {

    width: 100%;

    display: block;

    object-fit: cover;

    object-position: center;

    transition: transform .6s ease;

}


.about-story-image:hover img {

    transform: scale(1.04);

}


.story-highlight {

    display: flex;

    align-items: center;

    gap: 15px;

    margin-top: 30px;

    padding: 18px 20px;

    background: #f6f8fb;

    border-left: 3px solid #ff5a00;

    border-radius: 8px;

}


.story-highlight > i {

    color: #ff5a00;

    font-size: 22px;

}


.story-highlight strong {

    display: block;

    margin-bottom: 4px;

    color: #081b3a;

    font-size: 13px;

}


.story-highlight span {

    color: #667085;

    font-size: 12px;

}


/* =========================================================
   COMPANY FOUNDATION
========================================================= */

.about-company-section {

    padding: 100px 0;

    background: #f5f8fc;

}


.company-content-grid {

    display: grid;

    grid-template-columns: 1.25fr .9fr;

    gap: 70px;

    align-items: center;

}


.company-content p {

    margin: 0 0 20px;

    color: #667085;

    font-size: 15px;

    line-height: 1.9;

}


.company-content strong {

    color: #172b4d;

}


.company-stats {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 16px;

}


.company-stat-card {

    min-height: 120px;

    display: flex;

    align-items: center;

    gap: 15px;

    padding: 22px;

    background: #ffffff;

    border: 1px solid #e7ebf0;

    border-radius: 12px;

    transition: all .3s ease;

}


.company-stat-card:hover {

    transform: translateY(-5px);

    border-color: rgba(255,90,0,.25);

    box-shadow:
        0 15px 35px rgba(8,27,58,.08);

}


.company-stat-icon {

    flex: 0 0 48px;

    width: 48px;
    height: 48px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255,90,0,.1);

    color: #ff5a00;

    font-size: 18px;

}


.company-stat-card strong {

    display: block;

    margin-bottom: 4px;

    color: #081b3a;

    font-size: 18px;

    font-weight: 800;

}


.company-stat-card span {

    color: #667085;

    font-size: 11px;

    line-height: 1.4;

}


/* =========================================================
   AVIATION EXCELLENCE
========================================================= */

.aviation-excellence-section {

    padding: 110px 0;

    background: #ffffff;

}


.aviation-excellence-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 70px;

    align-items: center;

}


.aviation-excellence-image {

    position: relative;

    height: 470px;

    overflow: hidden;

    border-radius: 18px;

    box-shadow:
        0 20px 50px rgba(8,27,58,.12);

}


.aviation-excellence-image img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;

}


.aviation-image-badge {

    position: absolute;

    left: 22px;
    bottom: 22px;

    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;

}


.aviation-image-badge i {

    color: #ff5a00;

}


.about-section-label {

    display: inline-block;

    margin-bottom: 13px;

    color: #ff5a00;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;

}


.aviation-excellence-content h2 {

    margin: 0 0 22px;

    color: #081b3a;

    font-size: clamp(30px, 3vw, 40px);

    line-height: 1.25;

    font-weight: 800;

}


.aviation-excellence-content p {

    margin: 0 0 18px;

    color: #667085;

    font-size: 14px;

    line-height: 1.9;

}


.aviation-excellence-content strong {

    color: #172b4d;

}


.aviation-check-list {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 12px;

    margin-top: 28px;

}


.aviation-check-list div {

    display: flex;

    align-items: center;

    gap: 9px;

    color: #172b4d;

    font-size: 13px;

    font-weight: 600;

}


.aviation-check-list i {

    color: #ff5a00;

}


/* =========================================================
   AVIATION SOLUTIONS
========================================================= */

.about-solutions-section {

    padding: 110px 0;

    background: #f5f8fc;

}


.about-solutions-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 20px;

}


.about-solution-card {

    position: relative;

    min-height: 260px;

    padding: 28px 24px;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid #e7ebf0;

    border-radius: 14px;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;

}


.about-solution-card:hover {

    transform: translateY(-7px);

    border-color: rgba(255,90,0,.25);

    box-shadow:
        0 18px 40px rgba(8,27,58,.09);

}


.solution-number {

    position: absolute;

    top: 18px;
    right: 20px;

    color: #e9edf2;

    font-size: 25px;

    font-weight: 800;

}


.solution-icon {

    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 22px;

    border-radius: 12px;

    background: rgba(255,90,0,.1);

    color: #ff5a00;

    font-size: 20px;

}


.about-solution-card h3 {

    max-width: 240px;

    margin: 0 0 12px;

    color: #081b3a;

    font-size: 16px;

    line-height: 1.45;

}


.about-solution-card p {

    margin: 0;

    color: #667085;

    font-size: 12px;

    line-height: 1.75;

}


/* =========================================================
   VISION
========================================================= */

.about-vision-section {

    padding: 110px 0;

    background: #ffffff;

}


.about-vision-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 70px;

    align-items: center;

}


.about-vision-content h2 {

    margin: 0 0 22px;

    color: #081b3a;

    font-size: clamp(30px, 3vw, 40px);

    line-height: 1.25;

    font-weight: 800;

}


.about-vision-content p {

    margin: 0 0 18px;

    color: #667085;

    font-size: 14px;

    line-height: 1.9;

}


.about-vision-content strong {

    color: #172b4d;

}


.about-vision-image {

    height: 430px;

    overflow: hidden;

    border-radius: 18px;

    box-shadow:
        0 20px 50px rgba(8,27,58,.12);

}


.about-vision-image img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;

    transition: transform .6s ease;

}


.about-vision-image:hover img {

    transform: scale(1.04);

}


.vision-pillars {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 10px;

    margin-top: 30px;

}


.vision-pillar {

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 8px;

    min-height: 90px;

    padding: 12px;

    background: #f6f8fb;

    border-radius: 10px;

    text-align: center;

}


.vision-pillar i {

    color: #ff5a00;

    font-size: 18px;

}


.vision-pillar span {

    color: #172b4d;

    font-size: 11px;

    font-weight: 700;

}


/* =========================================================
   SAFETY
========================================================= */

.about-safety-section {

    padding: 0 0 110px;

    background: #ffffff;

}


.about-safety-box {

    display: flex;

    align-items: center;

    gap: 30px;

    padding: 48px 55px;

    background: #081b3a;

    border-radius: 18px;

    box-shadow:
        0 20px 50px rgba(8,27,58,.14);

}


.safety-big-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: 30px;

}


.safety-text > span {

    display: block;

    margin-bottom: 9px;

    color: #ff5a00;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2px;

}


.safety-text h2 {

    margin: 0 0 12px;

    color: #ffffff;

    font-size: 27px;

    line-height: 1.3;

}


.safety-text p {

    max-width: 900px;

    margin: 0;

    color: rgba(255,255,255,.72);

    font-size: 13px;

    line-height: 1.85;

}


.safety-text strong {

    color: #ffffff;

}


/* =========================================================
   VALUES
========================================================= */

.about-values-section {

    padding: 110px 0;

    background: #f5f8fc;

}


.about-values-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 20px;

}


.about-value-card {

    padding: 32px 25px;

    background: #ffffff;

    border: 1px solid #e7ebf0;

    border-radius: 14px;

    text-align: center;

    transition: all .3s ease;

}


.about-value-card:hover {

    transform: translateY(-6px);

    border-color: rgba(255,90,0,.25);

    box-shadow:
        0 18px 40px rgba(8,27,58,.08);

}


.value-icon {

    width: 60px;
    height: 60px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: 0 auto 20px;

    border-radius: 50%;

    background: rgba(255,90,0,.1);

    color: #ff5a00;

    font-size: 21px;

}


.about-value-card h3 {

    margin: 0 0 10px;

    color: #081b3a;

    font-size: 18px;

}


.about-value-card p {

    margin: 0;

    color: #667085;

    font-size: 13px;

    line-height: 1.75;

}


/* =========================================================
   CTA
========================================================= */

.about-cta-section {

    position: relative;

    min-height: 430px;

    display: flex;

    align-items: center;

    overflow: hidden;

    background: #081b3a;

}


.about-cta-background {

    position: absolute;

    inset: 0;

}


.about-cta-background img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center;

}


.about-cta-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(5,21,45,.96),
            rgba(8,27,58,.82),
            rgba(8,27,58,.55)
        );

}


.about-cta-content {

    position: relative;

    z-index: 2;

    padding-top: 80px;
    padding-bottom: 80px;

}


.about-cta-content > span {

    display: block;

    margin-bottom: 12px;

    color: #ff5a00;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2px;

}


.about-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;

}


.about-cta-content p {

    max-width: 650px;

    margin: 0 0 30px;

    color: rgba(255,255,255,.72);

    font-size: 15px;

    line-height: 1.8;

}


.about-cta-buttons {

    display: flex;

    align-items: center;

    gap: 12px;

    flex-wrap: wrap;

}


.about-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;

}


.about-orange-btn:hover {

    background: #e94e00;

    border-color: #e94e00;

    transform: translateY(-2px);

}


.about-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;

}


.about-outline-btn:hover {

    background: #ffffff;

    color: #081b3a;

}


/* =========================================================
   FOOTER COMPATIBILITY
========================================================= */

.footer-contact-btn {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-top: 12px;

    color: #ff5a00;

    font-size: 13px;

    font-weight: 700;

    text-decoration: none;

}


.footer-contact-btn:hover {

    color: #ffffff;

}


/* =========================================================
   RESPONSIVE - 1100px
========================================================= */

@media (max-width: 1100px) {

    .about-solutions-grid {

        grid-template-columns: repeat(3, 1fr);

    }


    .about-values-grid {

        grid-template-columns: repeat(2, 1fr);

    }


    .company-content-grid,
    .about-story-grid,
    .aviation-excellence-grid,
    .about-vision-grid {

        gap: 45px;

    }

}


/* =========================================================
   RESPONSIVE - 900px
========================================================= */

@media (max-width: 900px) {

    .about-page-hero {

        min-height: 390px;

    }


    .about-story-grid,
    .company-content-grid,
    .aviation-excellence-grid,
    .about-vision-grid {

        grid-template-columns: 1fr;

    }


    .about-story-content,
    .company-content {

        max-width: none;

    }


    .about-story-image {

        height: 600px;

    }


    .aviation-excellence-image {

        height: 400px;

    }


    .about-vision-image {

        height: 400px;

    }


    .about-solutions-grid {

        grid-template-columns: repeat(2, 1fr);

    }

}


/* =========================================================
   RESPONSIVE - 700px
========================================================= */

@media (max-width: 700px) {

    .about-story-section,
    .about-company-section,
    .aviation-excellence-section,
    .about-solutions-section,
    .about-vision-section,
    .about-values-section {

        padding: 75px 0;

    }


    .about-section-heading {

        margin-bottom: 40px;

    }


    .company-stats {

        grid-template-columns: 1fr 1fr;

    }


    .about-safety-section {

        padding-bottom: 75px;

    }


    .about-safety-box {

        padding: 35px 28px;

    }

}


/* =========================================================
   RESPONSIVE - MOBILE 600px
========================================================= */

@media (max-width: 600px) {

    .about-page-hero {

        min-height: 350px;

    }


    .about-page-hero-content {

        padding-top: 70px;
        padding-bottom: 55px;

    }


    .about-page-hero h1 {

        font-size: 36px;

    }


    .about-page-hero-content > p {

        font-size: 14px;

    }


    .about-section-heading h2 {

        font-size: 30px;

    }


    .about-section-heading p {

        font-size: 14px;

    }


    .about-story-grid {

        gap: 35px;

    }


    .about-story-image {

        height: 290px;

    }


    .about-story-content p {

        font-size: 13px;

    }


    .company-content-grid {

        gap: 35px;

    }


    .company-content p {

        font-size: 13px;

    }


    .company-stats {

        grid-template-columns: 1fr;

    }


    .company-stat-card {

        min-height: 95px;

    }


    .aviation-excellence-grid {

        gap: 35px;

    }


    .aviation-excellence-image {

        height: 290px;

    }


    .aviation-excellence-content h2,
    .about-vision-content h2 {

        font-size: 29px;

    }


    .aviation-excellence-content p,
    .about-vision-content p {

        font-size: 13px;

    }


    .aviation-check-list {

        grid-template-columns: 1fr;

    }


    .about-solutions-grid {

        grid-template-columns: 1fr;

        gap: 15px;

    }


    .about-solution-card {

        min-height: auto;

        padding: 25px 22px;

    }


    .about-vision-grid {

        gap: 35px;

    }


    .about-vision-image {

        height: 290px;

    }


    .vision-pillars {

        grid-template-columns: 1fr 1fr;

    }


    .about-safety-box {

        flex-direction: column;

        align-items: flex-start;

        gap: 22px;

        padding: 30px 24px;

    }


    .safety-big-icon {

        width: 62px;
        height: 62px;

        flex-basis: 62px;

        font-size: 24px;

    }


    .safety-text h2 {

        font-size: 24px;

    }


    .about-values-grid {

        grid-template-columns: 1fr;

    }


    .about-cta-section {

        min-height: 400px;

    }


    .about-cta-content {

        padding-top: 65px;
        padding-bottom: 65px;

    }


    .about-cta-content h2 {

        font-size: 36px;

    }


    .about-cta-content p {

        font-size: 13px;

    }


    .about-cta-buttons {

        align-items: stretch;

        flex-direction: column;

    }


    .about-orange-btn,
    .about-outline-btn {

        width: 100%;

    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .about-page-hero h1 {

        font-size: 31px;

    }


    .about-section-heading h2 {

        font-size: 27px;

    }


    .about-story-image,
    .aviation-excellence-image,
    .about-vision-image {

        height: 250px;

    }


    .company-stat-card {

        padding: 18px;

    }

}


/* =========================================
   LEADERSHIP / BOSS SECTION
   MOBILE: IMAGE → TEXT
========================================= */

@media (max-width: 768px) {

    .about-story-grid {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .about-story-image {
        order: 1;
        width: 100%;
    }

    .about-story-content {
        order: 2;
        width: 100%;
    }

}