@media (max-width: 768px) {
    section:nth-of-type(n+3)>div:first-of-type {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.hero {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.hero {
    position: relative;
    width: 100%;
}

.hero .intro-titles {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 100vh; */
    height: 650px;
    aspect-ratio: 16/9;
    min-height: 650px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    position: relative;
    color: #fff;
    padding-bottom: 250px;
    background-color: #272154;
}


.hero-container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    padding: 0 80px;
    text-align: left;
    padding-right: 120px;
}


.hero-title {
    font-size: 4.7rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-top: 15px;
}

.hero-title-logo {
    max-width: 150px;
    width: 100%;
    height: auto;
    margin: 0px 0 30px 0px;
}


/* === ABOUT SECTION === */

.about-ahi {
    background-size: contain;
    background-position: top;
    padding: 80px 0;
    background-color: #fff;
    background-repeat: no-repeat;
}

.about-header {
    margin-bottom: 50px;
}

.about-title {
    color: #283583;
    font-size: 3.5rem;
    font-weight: 500;
    /* margin-bottom: 15px; */
}

.about-subtitle {
    color: #642349;
    font-size: 2.2rem;
    margin-bottom: 40px;
}

.about-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.about-left {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
}

.about-text-left {
    flex-grow: 1;
}

.about-red-line {
    margin-top: auto;
}

.about-red-line img {
    width: 100%;
    margin-top: 30px;
}

.about-right {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
}

.about-text-right {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.about-text-left,
.about-text-right {
    font-size: 1rem;
    line-height: 1.8;
    color: #272154;
    text-align: justify;
}

.about-text-right .about-last-text {
    display: inline-block;
    margin-top: auto;
    color: #283583;
    margin-top: 30px;
}

.about-text-right p:last-child {
    margin-bottom: 0px !important;
}

/* === SOLUTION SECTION === */
.solution-section {
    position: relative;
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    text-align: center;
    color: #fff;
}

.the-title {
    font-size: 2.2rem;
}

.solution-title {
    font-size: 2.8rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.solution-subtitle {
    font-size: 2.2rem;
    margin-bottom: 50px;
    font-weight: 500;
}

.solution-description {
    text-align: justify;
    font-size: 1.1rem;
    margin-bottom: 45px;
}


.innovating-grid {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
    flex-wrap: wrap;
}

.fix-innovating-box {
    width: 400px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(183, 199, 219, 0.35);
    background: rgba(39, 33, 84, 0.55);
    display: flex;
    flex-direction: column;
}

.innovating-box-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.25);
}

.innovating-box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.innovating-box-body {
    padding: 22px 22px 26px;
    text-align: left;
    color: #fff;
    flex: 1;
    background: #ffffff36;
}

.innovating-box-body .box-title {
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0 0 12px;
}

.innovating-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    text-align: justify;
}

.innovating-desc p {
    margin: 0;
}

/* ================= MAINTENANCE SECTION (SINGLE) ================= */

.maintenance-section {
    position: relative;
    color: white;
    padding: 100px 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    margin-top: -1px;
}

.maintenance-section .page-section-title {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #fff;
}

.maintenance-section .alt-section-text {
    font-size: 1rem;
    line-height: 1.8;
    text-align: justify;
    color: #fff;
}

.maintenance-section .maintenance-bullets-box {
    background: rgba(39, 33, 84, 0.85);
    padding: 40px;
    border-radius: 16px;
    color: #fff;
}

.maintenance-section .maintenance-bullets-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.maintenance-section .maintenance-bullets-box li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    line-height: 1.6;
    color: #fff;
}

.maintenance-section .maintenance-bullets-box li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background-image: var(--list-icon);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.maintenance-section .maintenance-bullets-box p:last-child,
.maintenance-section .maintenance-bullets-box li:last-child {
    margin-bottom: 0;
}

/* ===== CONTACT SECTION ===== */

.carrier-contact-section {
    padding: 80px 0;
}

.contact-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #272154;
    margin-bottom: 50px;
}

.contact-text {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #272154;
    text-align: justify;
}

.contact-right {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    gap: 40px;
}

.contact-logo {
    max-height: 75px;
    width: auto;
    object-fit: contain;
}

.contact-phone h3 {
    /* font-size: 1.2rem; */
    font-weight: bolder;
    color: #272154;

}

.contact-phone p {
    font-size: 1.2rem;
    font-weight: 500;
    color: #272154;

}



@media (max-width: 991.98px) {
    .maintenance-section {
        padding: 60px 0;
    }

    .maintenance-section .maintenance-bullets-box {
        padding: 28px 22px;
    }
}

@media (max-width: 768px) {
    .maintenance-section .page-section-title {
        font-size: 1.3rem;
    }

    .maintenance-section .alt-section-text {
        font-size: 0.95rem;
    }
}


@media (max-width: 992px) {

    .hero h1,
    .hero h2 {
        text-align: center;
        font-size: 2.1rem;
    }

    .hero .intro-titles {
        align-items: center;
        justify-content: center;
        text-align: center;
        padding-bottom: 0;
        min-height: 450px;
        height: auto;
        aspect-ratio: 16 / 9;
        padding-top: 0px;
    }

    .hero-container {
        padding: 0 20px;
    }

    .hero-subtitle {
        margin-bottom: 8px;
    }

    .fix-innovating-box {
        background: none !important;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        min-height: auto !important;
        height: auto !important;
        width: 100%;
    }


    .fix-innovating-box {
        width: 100%;
        max-width: 520px;
    }

    .innovating-grid {
        flex-direction: column;
        gap: 20px;
    }

}

@media (max-width: 768px) {

    .solution-description ul {
        padding-left: 0px;
    }

    .contact-title {
        font-size: 1.8rem;
    }

    .contact-right {
        justify-content: center;
        margin-top: 20px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        text-align: center;
    }

    .contact-phone {
        font-size: 1.8rem;
        width: 100%;
    }

}