/* =========================================
GLOBAL FUTURA FONT
========================================= */

html body {
    font-family: 'Futura Bk BT', sans-serif !important;
    font-weight: 400;
}

/* Smooth on-page navigation with clearance for the fixed header. */
html {
    scroll-behavior: smooth;
}

section[id],
.ags-route-service-item[id] {
    scroll-margin-top: 120px;
}

@media (max-width: 991.98px) {
    section[id],
    .ags-route-service-item[id] {
        scroll-margin-top: 88px;
    }
}

/* All normal elements */

html body p,
html body span,
html body div,
html body a,
html body li,
html body td,
html body th,
html body input,
html body textarea,
html body select {
    font-family: 'Futura Bk BT', sans-serif !important;
    font-weight: 400;
}

/* Headings */

html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
    font-family: 'Futura Hv BT', sans-serif !important;
    font-weight: 400;
}

/* Medium elements */

html body strong,
html body b,
html body button,
html body .btn,
html body label {
    font-family: 'Futura Md BT', sans-serif !important;
    font-weight: 700;
}


/* =========================================================
GLOBAL BUTTON TEXT / ICON
========================================================= */

.btn-text,
.btn-icon {
    color: #ffffff !important;
}

.btn-icon i {
    font-size: 1.2rem;
    vertical-align: middle;
    color: #ffffff !important;
}


/* =========================================================
AGS LOGISTICS HERO
Bootstrap 4.1.2 Compatible

IMPORTANT:
Hero button styles below are intentionally preserved.
========================================================= */


/* =========================================================
HERO SECTION
========================================================= */

.ags-main-hero {
    position: relative;

    width: 100%;
    height: 100vh;
    min-height: 100vh;

    height: 100dvh;
    min-height: 100dvh;

    margin: 0;
    padding: 0;

    overflow: hidden;

    background-image: url('../../../../assets/website/images/images/china/hero-section-china.webp');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #03192f;

    color: #ffffff;

    box-sizing: border-box;
}


/* =========================================================
HERO OVERLAY
========================================================= */

.ags-main-hero-overlay {
    position: absolute;

    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(3, 25, 47, 0.82) 0%,
            rgba(3, 25, 47, 0.72) 30%,
            rgba(3, 25, 47, 0.42) 58%,
            rgba(3, 25, 47, 0.12) 82%,
            rgba(3, 25, 47, 0.02) 100%
        );
}


/* =========================================================
HERO CONTAINER
========================================================= */

.ags-main-hero-container {
    position: relative;

    z-index: 5;

    width: 100%;
    height: 100%;

    box-sizing: border-box;
}


/* =========================================================
HERO CONTENT ROW
========================================================= */

.ags-main-hero-content-row {
    height: 100%;
    min-height: 0;

    margin-top: 0;
    margin-bottom: 0;

    padding-top: 0;
    padding-bottom: 0;

    display: flex;
    align-items: center;
}


/* =========================================================
HERO CONTENT COLUMN
========================================================= */

.ags-main-hero-content-row > [class*="col-"] {
    display: flex;
    align-items: center;
}


/* =========================================================
HERO CONTENT
========================================================= */

.ags-main-hero-content {
    position: relative;

    z-index: 10;

    width: 100%;
    max-width: 650px;

    margin: 0;
    padding: 0;

    /* Visually center the content within the desktop hero. */
    transform: translateY(5vh);
}


/* =========================================================
SEO H1 / EYEBROW
========================================================= */

.ags-main-hero-eyebrow {
    display: inline-flex !important;

    align-items: center;

    width: fit-content;

    margin: 0 0 25px 0 !important;
    padding: 8px 14px !important;

    background: rgba(7, 34, 59, 0.88);

    border: 0 !important;
    border-radius: 20px;

    color: #ffffff !important;

    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;

    letter-spacing: 0 !important;
    text-transform: none !important;

    white-space: nowrap;

    box-shadow: none !important;
}

.ags-main-hero-eyebrow i {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    margin-right: 9px;

    color: #dcecff;

    font-size: 12px;
    line-height: 1;
}


/* =========================================================
MAIN HERO HEADING
========================================================= */

.ags-main-hero-title {
    display: block;

    width: 100%;

    margin: 0 0 27px 0 !important;
    padding: 0 !important;

    color: #ffffff !important;

    font-size: 56px !important;
    font-weight: 800 !important;

    line-height: 1.18 !important;

    letter-spacing: -1.8px;

    text-transform: none !important;

    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}


/* =========================================================
DESCRIPTION
========================================================= */

.ags-main-hero-description {
    display: block;

    width: 100%;
    max-width: 635px;

    margin: 0 0 42px 0 !important;
    padding: 0 !important;

    color: rgba(255, 255, 255, 0.94) !important;

    font-size: 20px !important;
    font-weight: 400;

    line-height: 1.68 !important;

    letter-spacing: 0;
}


/* =========================================================
CTA BUTTON WRAPPER
========================================================= */

.ags-main-hero-buttons {
    position: static !important;

    display: flex !important;

    align-items: center !important;

    width: 100%;

    margin: 0 !important;
    padding: 0 !important;

    float: none !important;
    clear: both !important;
}


/* =========================================================
HERO CTA BASE
UNCHANGED
========================================================= */

.ags-main-hero-btn {
    position: static !important;

    display: inline-flex !important;

    align-items: center !important;
    justify-content: space-between !important;

    width: 210px;
    min-width: 210px;

    height: 61px;

    margin: 0 17px 0 0 !important;

    padding: 7px 9px 7px 34px !important;

    border: 1px solid transparent !important;
    border-radius: 8px !important;

    outline: none !important;
    box-shadow: none !important;

    font-size: 16px !important;
    font-weight: 600 !important;

    line-height: 1;

    text-decoration: none !important;

    transform: none;

    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease;
}

.ags-main-hero-btn:hover,
.ags-main-hero-btn:focus,
.ags-main-hero-btn:active {
    outline: none !important;
    text-decoration: none !important;

    transform: translateY(-2px);
}

.ags-main-hero-btn-text {
    display: inline-block;

    white-space: nowrap;
}

.ags-main-hero-btn-primary {
    background: #ffffff !important;
    color: #111111 !important;
}

.ags-main-hero-btn-primary:hover,
.ags-main-hero-btn-primary:focus,
.ags-main-hero-btn-primary:active {
    background: #f3f5f7 !important;
    color: #111111 !important;
}

.ags-main-hero-btn-arrow {
    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    background: transparent;

    color: #111111;

    font-size: 17px;

    line-height: 1;
}

.ags-main-hero-btn-secondary {
    background: rgba(6, 34, 59, 0.25) !important;

    border-color: rgba(255, 255, 255, 0.85) !important;

    color: #ffffff !important;
}

.ags-main-hero-btn-secondary:hover,
.ags-main-hero-btn-secondary:focus,
.ags-main-hero-btn-secondary:active {
    background: rgba(255, 255, 255, 0.10) !important;

    border-color: #ffffff !important;

    color: #ffffff !important;
}

.ags-main-hero-btn-box {
    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    background: transparent;

    color: #ffffff;

    font-size: 17px;

    line-height: 1;
}


/* =========================================================
HERO STATISTICS
========================================================= */

.ags-main-hero-stats {
    display: flex;

    align-items: stretch;

    margin-top: 49px;

    padding: 0;
}

.ags-main-hero-stat {
    min-width: 155px;

    margin: 0;

    padding: 0 25px;

    border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.ags-main-hero-stat:first-child {
    padding-left: 0;

    border-left: 0;
}

.ags-main-hero-stat:last-child {
    padding-right: 0;
}

.ags-main-hero-stat-number {
    margin: 0 0 8px 0;

    color: #ffffff;

    font-size: 23px;
    font-weight: 800;

    line-height: 1;
}

.ags-main-hero-stat-label {
    margin: 0;

    color: rgba(255, 255, 255, 0.68);

    font-size: 9px;
    font-weight: 500;

    line-height: 1.35;

    letter-spacing: 0.3px;

    text-transform: uppercase;
}


/* =========================================================
HERO RESPONSIVE
========================================================= */

/*
Fill wide desktop screens from edge to edge without cropping either
the left or right side of the hero artwork. Any excess is allowed only
vertically on unusually wide/short displays.
*/
@media (min-width: 1200px) {

    .ags-main-hero {
        background-size: 100% auto;
        background-position: center top;
    }

}

@media (max-width: 1199px) {

    .ags-main-hero-content {
        max-width: 590px;
    }

    .ags-main-hero-title {
        font-size: 57px !important;
    }

    .ags-main-hero-description {
        max-width: 570px;

        font-size: 17px !important;
    }

}

@media (max-width: 991px) {

    .ags-main-hero {
        height: 100dvh;
        min-height: 100dvh;

        padding: 0;

        background-position: center top;
    }

    .ags-main-hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(3, 25, 47, 0.84) 0%,
                rgba(3, 25, 47, 0.70) 50%,
                rgba(3, 25, 47, 0.35) 100%
            );
    }

    .ags-main-hero-container {
        height: 100%;
    }

    .ags-main-hero-content-row {
        height: 100%;
        min-height: 0;

        padding-top: 0;
        padding-bottom: 0;
    }

    .ags-main-hero-content {
        max-width: 650px;
    }

    .ags-main-hero-title {
        font-size: 52px !important;
    }

    .ags-main-hero-description {
        font-size: 17px !important;
    }

    .ags-main-hero-stats {
        margin-top: 42px;
    }

}

@media (max-width: 767px) {

    .ags-main-hero {
        height: auto !important;
        min-height: 0 !important;

        padding-top: 85px !important;
        padding-bottom: 55px !important;

        /* Keep the complete hero artwork visible without cutting either side. */
        background-size: contain;
        background-position: center top;
        background-repeat: no-repeat;
    }

    .ags-main-hero-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(3, 25, 47, 0.80) 0%,
                rgba(3, 25, 47, 0.68) 45%,
                rgba(3, 25, 47, 0.84) 100%
            ) !important;
    }

    .ags-main-hero-container {
        height: auto !important;
    }

    .ags-main-hero-content-row {
        height: auto !important;
        min-height: 0 !important;

        margin: 0 !important;

        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .ags-main-hero-content {
        width: 100% !important;
        max-width: none !important;

        margin: 0 !important;
        padding: 0 !important;

        /* Mobile uses its natural content flow. */
        transform: none;
    }

    .ags-main-hero-eyebrow {
        display: inline-flex !important;

        align-items: center;

        margin-bottom: 20px !important;

        padding: 8px 12px !important;

        border-radius: 20px;

        font-size: 12px !important;
        line-height: 1.3 !important;

        letter-spacing: 0 !important;
    }

    .ags-main-hero-eyebrow i {
        margin-right: 7px;

        font-size: 10px;
    }

    .ags-main-hero-title {
        width: 100% !important;

        margin: 0 0 22px 0 !important;

        padding: 0 !important;

        font-size: 42px !important;

        line-height: 1.12 !important;

        letter-spacing: -0.8px !important;
    }

    .ags-desktop-break {
        display: none !important;
    }

    .ags-main-hero-description {
        width: 100% !important;

        max-width: none !important;

        margin: 0 0 28px 0 !important;

        padding: 0 !important;

        font-size: 16px !important;

        line-height: 1.55 !important;
    }

    .ags-main-hero-buttons {
        display: flex !important;

        flex-direction: column !important;

        align-items: stretch !important;

        width: 100% !important;

        margin: 0 !important;

        padding: 0 !important;
    }

    .ags-main-hero-btn {
        display: flex !important;

        width: 100% !important;

        min-width: 0 !important;

        height: 58px !important;

        margin: 0 0 11px 0 !important;

        padding: 7px 9px 7px 25px !important;

        font-size: 16px !important;
    }

    .ags-main-hero-btn-arrow,
    .ags-main-hero-btn-box {
        width: 42px !important;

        height: 42px !important;

        flex: 0 0 42px !important;
    }

    .ags-main-hero-stats {
        display: flex;

        width: 100%;

        margin-top: 30px;

        padding-top: 20px;

        border-top: 1px solid rgba(255, 255, 255, 0.16);
    }

    .ags-main-hero-stat {
        width: 33.333%;

        min-width: 0;

        padding: 0 12px;

        border-left: 1px solid rgba(255, 255, 255, 0.17);
    }

    .ags-main-hero-stat:first-child {
        padding-left: 0;

        border-left: 0;
    }

    .ags-main-hero-stat:last-child {
        padding-right: 0;
    }

    .ags-main-hero-stat-number {
        margin-bottom: 7px;

        font-size: 19px;
    }

    .ags-main-hero-stat-label {
        font-size: 8px;

        line-height: 1.35;
    }

}

@media (max-width: 380px) {

    .ags-main-hero {
        padding-top: 75px !important;
        padding-bottom: 40px !important;
    }

    .ags-main-hero-eyebrow {
        font-size: 9px !important;
    }

    .ags-main-hero-title {
        font-size: 36px !important;

        line-height: 1.12 !important;
    }

    .ags-main-hero-description {
        font-size: 15px !important;
    }

    .ags-main-hero-stat {
        padding-left: 8px;
        padding-right: 8px;
    }

    .ags-main-hero-stat-number {
        font-size: 17px;
    }

    .ags-main-hero-stat-label {
        font-size: 7px;
    }

}


/* =========================================================
AGS LOGISTICS - ABOUT SECTION
========================================================= */

.ags-about-section {
    position: relative;

    width: 100%;

    padding: 90px 0 95px;

    background: #ffffff;

    overflow: hidden;
}

.ags-about-row {
    min-height: 680px;
}

.ags-about-content {
    width: 100%;

    max-width: 650px;

    padding-right: 45px;
}

.ags-about-eyebrow {
    display: block;

    margin-bottom: 22px;

    color: #4388f5;

    font-size: 14px;

    font-weight: 700;

    line-height: 1.2;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.ags-about-title {
    margin: 0 0 30px 0 !important;

    padding: 0 !important;

    color: #092d72 !important;

    font-size: 48px !important;

    font-weight: 500 !important;

    line-height: 1.13 !important;

    letter-spacing: -1.8px;

    text-transform: none !important;
}

.ags-about-description {
    max-width: 650px;

    margin: 0 0 38px 0 !important;

    padding: 0 !important;

    color: #12376f !important;

    font-size: 18px !important;

    font-weight: 500;

    line-height: 1.78 !important;
}

.ags-about-features {
    width: 100%;

    max-width: 580px;
}

.ags-about-feature {
    display: flex;

    align-items: center;

    width: 100%;

    min-height: 70px;

    margin-bottom: 12px;

    padding: 10px 15px;

    background: #ffffff;

    border: 1px solid #e5ebf3;

    border-radius: 10px;

    box-shadow:
        0 2px 8px rgba(15, 52, 96, 0.04);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.ags-about-feature:hover {
    transform: translateY(-2px);

    box-shadow:
        0 7px 18px rgba(15, 52, 96, 0.08);
}

.ags-about-feature-icon {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 42px;

    height: 42px;

    min-width: 42px;

    margin-right: 14px;

    background: #edf5ff;

    border-radius: 50%;

    color: #4388f5;

    font-size: 16px;
}

.ags-about-feature-text {
    color: #1c2940;

    font-size: 16px;

    font-weight: 500;

    line-height: 1.4;
}


/* =========================================================
ABOUT BUTTON WRAPPER
========================================================= */

.ags-about-button-wrapper {
    margin-top: 23px;
}


/* =========================================================
ABOUT BUTTON
FIGMA STYLE
========================================================= */

.ags-about-button {

    display: inline-flex !important;

    align-items: center !important;

    justify-content: center !important;

    flex-direction: row !important;

    width: max-content !important;

    min-width: 0 !important;

    height: 56px !important;

    min-height: 56px !important;

    margin: 0 !important;

    padding: 16px 32px !important;

    gap: 12px !important;

    box-sizing: border-box !important;

    background: #002147 !important;

    border: 0 !important;

    border-radius: 8px !important;

    color: #ffffff !important;

    font-family: 'Futura Md BT', 'Futura', sans-serif !important;

    font-size: 16px !important;

    font-weight: 500 !important;

    line-height: 24px !important;

    text-decoration: none !important;

    white-space: nowrap !important;

    outline: none !important;

    box-shadow: none !important;

    cursor: pointer;

    transition:
        background-color 0.25s ease,
        transform 0.25s ease;
}

.ags-about-button:hover,
.ags-about-button:focus,
.ags-about-button:active {

    background: #002147 !important;

    border-color: #002147 !important;

    color: #ffffff !important;

    text-decoration: none !important;

    outline: none !important;

    box-shadow: none !important;

    transform: translateY(-2px);
}


/* About button icon */

.ags-about-button-icon {

    display: inline-flex !important;

    align-items: center !important;

    justify-content: center !important;

    width: 16px !important;

    height: 16px !important;

    min-width: 16px !important;

    min-height: 16px !important;

    margin: 0 !important;

    padding: 0 !important;

    flex: 0 0 16px !important;

    color: #ffffff !important;

    line-height: 1 !important;
}


/* Font Awesome 7 */

.ags-about-button-icon i {

    display: inline-block !important;

    width: 16px !important;

    height: 16px !important;

    margin: 0 !important;

    padding: 0 !important;

    color: #ffffff !important;

    font-size: 16px !important;

    line-height: 16px !important;

    text-align: center !important;
}


/* =========================================================
ABOUT IMAGE
========================================================= */

.ags-about-image-wrapper {
    position: relative;

    width: 100%;

    height: 705px;

    margin-left: 15px;

    overflow: hidden;

    border-radius: 115px 0 0 0;

    background: #eef5fc;
}

.ags-about-image-wrapper::before {
    content: "";

    position: absolute;

    top: 0;
    bottom: 0;
    left: 0;

    width: 16%;

    z-index: 2;

    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,1) 0%,
            rgba(255,255,255,0.72) 30%,
            rgba(255,255,255,0) 100%
        );
}

.ags-about-image {
    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center center;
}


/* About responsive */

@media (max-width: 1199px) {

    .ags-about-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .ags-about-content {
        padding-right: 25px;
    }

    .ags-about-title {
        font-size: 48px !important;
    }

    .ags-about-description {
        font-size: 17px !important;
        line-height: 1.7 !important;
    }

    .ags-about-image-wrapper {
        height: 650px;

        margin-left: 0;

        border-radius: 90px 0 0 0;
    }

}

@media (max-width: 991px) {

    .ags-about-section {
        padding: 75px 0 80px;
    }

    .ags-about-row {
        min-height: auto;
    }

    .ags-about-content {
        max-width: 700px;

        padding-right: 0;

        margin-bottom: 55px;
    }

    .ags-about-eyebrow {
        font-size: 14px;

        margin-bottom: 18px;
    }

    .ags-about-title {
        font-size: 46px !important;

        line-height: 1.15 !important;
    }

    .ags-about-description {
        max-width: 700px;

        font-size: 17px !important;
    }

    .ags-about-features {
        max-width: 650px;
    }

    .ags-about-image-wrapper {
        width: 100%;

        height: 550px;

        margin-left: 0;

        border-radius: 75px 0 0 0;
    }

}

@media (max-width: 767px) {

    .ags-about-section {
        padding: 60px 0 65px;
    }

    .ags-about-content {
        margin-bottom: 40px;
    }

    .ags-about-eyebrow {
        margin-bottom: 15px;

        font-size: 14px;

        letter-spacing: 1.5px;
    }

    .ags-about-title {
        margin-bottom: 22px !important;

        font-size: 38px !important;

        line-height: 1.15 !important;

        letter-spacing: -0.8px;
    }

    .ags-about-description {
        margin-bottom: 28px !important;

        font-size: 16px !important;

        line-height: 1.65 !important;
    }

    .ags-about-feature {
        min-height: 65px;

        padding: 9px 12px;

        margin-bottom: 10px;
    }

    .ags-about-feature-icon {
        width: 38px;

        height: 38px;

        min-width: 38px;

        margin-right: 12px;

        font-size: 14px;
    }

    .ags-about-feature-text {
        font-size: 14px;
    }

    .ags-about-button-wrapper {
        margin-top: 20px;
    }

    .ags-about-button {
        width: max-content !important;

        min-width: 0 !important;

        height: 56px !important;

        min-height: 56px !important;

        padding: 16px 28px !important;

        gap: 12px !important;

        font-size: 16px !important;
    }

    .ags-about-image-wrapper {
        height: 420px;

        margin: 0;

        border-radius: 55px 0 0 0;
    }

    .ags-about-image-wrapper::before {
        width: 22%;
    }

}

@media (max-width: 380px) {

    .ags-about-section {
        padding-top: 50px;

        padding-bottom: 55px;
    }

    .ags-about-title {
        font-size: 34px !important;
    }

    .ags-about-description {
        font-size: 15px !important;
    }

    .ags-about-feature-text {
        font-size: 13px;
    }

    .ags-about-image-wrapper {
        height: 350px;

        border-radius: 45px 0 0 0;
    }

}


/* =========================================================
STATS
========================================================= */

:root {
    --brand-blue: #06499b;
    --soft-blue: #f3f7f6;
}

.stats-section {
    background: #fff;

    border-radius: 55px;

    padding: 27px 7.25%;
}

.stat-item {
    min-height: 58px;
}

.stat-icon {
    width: 44px;

    height: 44px;

    flex: 0 0 44px;

    margin-right: 17px;

    border-radius: 50%;

    background: var(--soft-blue);

    color: var(--brand-blue);
}

.stat-icon svg {
    width: 29px;

    height: 29px;

    stroke: currentColor;

    fill: none;

    stroke-width: 1.15;

    stroke-linecap: round;

    stroke-linejoin: round;
}

.stat-number {
    color: #060606;

    font-size: 23px;

    line-height: 25px;

    font-weight: 700;

    letter-spacing: -0.5px;
}

.stat-label {
    margin-top: 2px;

    color: var(--brand-blue);

    font-size: 12px;

    line-height: 14px;

    font-weight: 400;

    text-transform: uppercase;
}

@media (max-width: 767.98px) {

    .stats-section {
        padding: 20px 5px;

        border-radius: 30px;
    }

    .stat-item {
        flex-direction: column;

        text-align: center;
    }

    .stat-icon {
        width: 38px;

        height: 38px;

        flex-basis: 38px;

        margin-right: 0;

        margin-bottom: 7px;
    }

    .stat-icon svg {
        width: 24px;

        height: 24px;
    }

    .stat-number {
        font-size: 18px;

        line-height: 20px;
    }

    .stat-label {
        font-size: 9px;

        line-height: 11px;
    }

}


/* =========================================================
AGS LOGISTICS - SERVICES ON THIS ROUTE
========================================================= */

.ags-route-services-section {
    position: relative;

    display: block;

    width: 100%;

    margin: 0 !important;

    padding: 40px 0 40px !important;

    background: #ffffff;

    overflow: hidden;
}

.ags-route-services-header {
    display: block;

    width: 100%;

    max-width: 1100px;

    margin: 0 auto;

    padding: 0 !important;

    text-align: center;
}

.ags-route-services-eyebrow {
    display: block;

    margin: 0 0 38px 0 !important;

    padding: 0 !important;

    color: #4388f5 !important;

    font-size: 14px !important;

    font-weight: 700 !important;

    line-height: 1.2 !important;

    letter-spacing: 2px !important;

    text-align: center;

    text-transform: uppercase !important;
}

.ags-route-services-title {
    display: block;

    width: 100%;

    margin: 0 !important;

    padding: 0 !important;

    color: #0b2c70 !important;

    font-size: 48px !important;

    font-weight: 500 !important;

    line-height: 1.08 !important;

    letter-spacing: -1.8px;

    text-align: center;

    text-transform: none !important;
}

.ags-route-services-header
.ags-route-services-description {
    display: block;

    width: 100%;

    max-width: 850px;

    margin: 34px auto 0 !important;

    padding: 0 !important;

    color: #505b6d !important;

    font-size: 18px !important;

    font-weight: 500;

    line-height: 1.65 !important;

    text-align: center;
}


/* =========================================================
SERVICES GRID
========================================================= */

.ags-route-services-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    grid-template-rows: repeat(2, minmax(205px, auto));

    width: 100%;

    max-width: 1370px;

    margin: 55px auto 0 !important;

    padding: 0 !important;

    background: #ffffff;

    border: 1px solid #e3e8ef;

    border-radius: 8px;

    overflow: hidden;
}

.ags-route-service-item {
    position: relative;

    min-width: 0;

    min-height: 205px;

    margin: 0;

    padding: 32px 30px;

    box-sizing: border-box;

    border-right: 1px solid #e3e8ef;

    border-bottom: 1px solid #e3e8ef;

    background: #ffffff;
}

.ags-route-service-item:nth-child(-n+3) {
    padding-top: 32px;

    padding-bottom: 30px;
}

.ags-route-service-item:nth-child(n+4) {
    padding-top: 32px;

    padding-bottom: 30px;
}

.ags-route-service-item:nth-child(3n) {
    border-right: 0;
}

.ags-route-service-item:nth-child(n+4) {
    border-bottom: 0;
}

.ags-route-service-empty {
    min-height: 205px;

    margin: 0;

    padding: 0 !important;

    background: #ffffff;

    border-bottom: 0;
}

.ags-route-service-icon {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 44px;

    height: 44px;

    min-width: 44px;

    margin: 0 0 20px 0;

    padding: 0;

    background: #eef6ff;

    border: 2px solid #d8e9ff;

    border-radius: 50%;

    color: #4388f5;

    font-size: 17px;

    line-height: 1;

    box-sizing: border-box;
}

.ags-route-service-title {
    display: block;

    margin: 0 0 13px 0 !important;

    padding: 0 !important;

    color: #151d2d !important;

    font-size: 23px !important;

    font-weight: 700 !important;

    line-height: 1.25 !important;

    letter-spacing: -0.3px;

    text-transform: none !important;
}

.ags-route-service-item
.ags-route-service-description {
    display: block;

    width: 100%;

    max-width: 340px;

    margin: 0 !important;

    padding: 0 !important;

    color: #586274 !important;

    font-size: 16px !important;

    font-weight: 500;

    line-height: 1.65 !important;
}


/* =========================================================
SERVICES CTA WRAPPER
========================================================= */

.ags-route-services-cta-wrapper {
    display: flex;

    align-items: flex-start;

    justify-content: flex-start;

    position: relative;

    z-index: 2;

    width: 100%;

    margin: 35px 0 0 0;

    padding: 0;
}


/* =========================================================
SERVICES CTA
FIGMA STYLE
========================================================= */

.ags-route-services-cta {

    display: inline-flex !important;

    align-items: center !important;

    justify-content: center !important;

    flex-direction: row !important;

    width: max-content !important;

    min-width: 0 !important;

    height: 56px !important;

    min-height: 56px !important;

    margin: 0 !important;

    padding: 16px 32px !important;

    gap: 12px !important;

    box-sizing: border-box !important;

    background: #002147 !important;

    border: 0 !important;

    border-radius: 8px !important;

    color: #ffffff !important;

    font-family: 'Futura Md BT', 'Futura', sans-serif !important;

    font-size: 16px !important;

    font-weight: 500 !important;

    line-height: 24px !important;

    text-decoration: none !important;

    white-space: nowrap !important;

    outline: none !important;

    box-shadow: none !important;

    cursor: pointer;

    transition:
        background-color 0.25s ease,
        transform 0.25s ease;
}

.ags-route-services-cta:hover,
.ags-route-services-cta:focus,
.ags-route-services-cta:active {

    background: #002147 !important;

    border-color: #002147 !important;

    color: #ffffff !important;

    text-decoration: none !important;

    outline: none !important;

    box-shadow: none !important;

    transform: translateY(-2px);
}

.ags-route-services-cta-icon {

    display: inline-flex !important;

    align-items: center !important;

    justify-content: center !important;

    width: 16px !important;

    height: 16px !important;

    min-width: 16px !important;

    min-height: 16px !important;

    margin: 0 !important;

    padding: 0 !important;

    flex: 0 0 16px !important;

    color: #ffffff !important;

    line-height: 1 !important;
}

.ags-route-services-cta-icon i {

    display: inline-block !important;

    width: 16px !important;

    height: 16px !important;

    margin: 0 !important;

    padding: 0 !important;

    color: #ffffff !important;

    font-size: 16px !important;

    line-height: 16px !important;

    text-align: center !important;
}


/* =========================================================
SERVICES RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .ags-route-services-section {
        padding-top: 70px !important;

        padding-bottom: 80px !important;
    }

    .ags-route-services-title {
        font-size: 47px !important;
    }

    .ags-route-services-header
    .ags-route-services-description {
        font-size: 17px !important;
    }

    .ags-route-service-item {
        padding-left: 25px;

        padding-right: 25px;
    }

    .ags-route-service-title {
        font-size: 21px !important;
    }

    .ags-route-service-item
    .ags-route-service-description {
        font-size: 15px !important;
    }

}

@media (max-width: 991px) {

    .ags-route-services-section {
        padding-top: 65px !important;

        padding-bottom: 75px !important;
    }

    .ags-route-services-eyebrow {
        margin-bottom: 28px !important;

        font-size: 14px !important;
    }

    .ags-route-services-title {
        font-size: 42px !important;

        line-height: 1.12 !important;
    }

    .ags-route-services-header
    .ags-route-services-description {
        margin-top: 27px !important;

        font-size: 16px !important;
    }

    .ags-route-services-grid {
        grid-template-columns: repeat(2, 1fr);

        grid-template-rows: auto;

        max-width: 100%;

        margin-top: 42px !important;
    }

    .ags-route-service-item {
        min-height: 205px;

        padding: 30px 25px;

        border-right: 1px solid #e3e8ef;

        border-bottom: 1px solid #e3e8ef;
    }

    .ags-route-service-item:nth-child(2n) {
        border-right: 0;
    }

    .ags-route-service-item:nth-child(n+5) {
        border-bottom: 0;
    }

    .ags-route-service-empty {
        min-height: 205px;

        padding: 0 !important;
    }

    .ags-route-service-title {
        font-size: 20px !important;
    }

}

@media (max-width: 767px) {

    .ags-route-services-section {
        padding-top: 60px !important;

        padding-bottom: 65px !important;
    }

    .ags-route-services-eyebrow {
        margin-bottom: 20px !important;

        font-size: 14px !important;

        letter-spacing: 1.5px !important;
    }

    .ags-route-services-title {
        font-size: 35px !important;

        line-height: 1.14 !important;

        letter-spacing: -0.8px;
    }

    .ags-route-services-header
    .ags-route-services-description {
        margin-top: 22px !important;

        font-size: 15px !important;

        line-height: 1.6 !important;
    }

    .ags-route-services-grid {
        display: block;

        width: 100%;

        max-width: 100%;

        margin-top: 38px !important;

        border-radius: 8px;
    }

    .ags-route-service-item,
    .ags-route-service-item:nth-child(-n+3),
    .ags-route-service-item:nth-child(n+4) {

        display: block;

        width: 100%;

        min-height: auto;

        margin: 0;

        padding: 28px 20px !important;

        border-right: 0 !important;

        border-bottom: 1px solid #e3e8ef !important;

        box-sizing: border-box;
    }

    .ags-route-service-item:nth-child(5) {
        border-bottom: 0 !important;
    }

    .ags-route-service-empty {
        display: none;

        min-height: 0;

        padding: 0 !important;

        border: 0 !important;
    }

    .ags-route-service-icon {
        width: 42px;

        height: 42px;

        min-width: 42px;

        margin-bottom: 16px;

        font-size: 16px;
    }

    .ags-route-service-title {
        margin-bottom: 10px !important;

        font-size: 20px !important;

        line-height: 1.25 !important;
    }

    .ags-route-service-item
    .ags-route-service-description {
        max-width: none;

        font-size: 14px !important;

        line-height: 1.6 !important;
    }

    .ags-route-services-cta-wrapper {
        margin-top: 28px;

        padding: 0;
    }

    .ags-route-services-cta {
        width: max-content !important;

        min-width: 0 !important;

        height: 56px !important;

        min-height: 56px !important;

        padding: 16px 28px !important;

        gap: 12px !important;

        font-size: 16px !important;
    }

}

@media (max-width: 380px) {

    .ags-route-services-section {
        padding-top: 50px !important;

        padding-bottom: 55px !important;
    }

    .ags-route-services-title {
        font-size: 31px !important;

        line-height: 1.14 !important;
    }

    .ags-route-services-header
    .ags-route-services-description {
        font-size: 14px !important;
    }

    .ags-route-service-title {
        font-size: 19px !important;
    }

    .ags-route-service-item
    .ags-route-service-description {
        font-size: 13px !important;
    }

}


/* =========================================================
AGS LOGISTICS - INDUSTRIES WE SERVE
========================================================= */

.ags-industry-route-section {
    position: relative;

    display: block;

    width: 100%;

    margin: 0 !important;

    padding: 82px 0 78px !important;

    background: #061b4f;

    color: #ffffff;

    overflow: hidden;
}

.ags-industry-route-header {
    display: block;

    width: 100%;

    max-width: 1120px;

    margin: 0 auto;

    padding: 0 !important;

    text-align: center;
}

.ags-industry-route-eyebrow {
    display: block;

    margin: 0 0 39px 0 !important;

    padding: 0 !important;

    color: #4388f5 !important;

    font-size: 14px !important;

    font-weight: 700 !important;

    line-height: 1.2 !important;

    letter-spacing: 2px !important;

    text-align: center;

    text-transform: uppercase !important;
}

.ags-industry-route-title {
    display: block;

    width: 100%;

    margin: 0 !important;

    padding: 0 !important;

    color: #ffffff !important;

    font-size: 53px !important;

    font-weight: 500 !important;

    line-height: 1.06 !important;

    letter-spacing: -1.7px;

    text-align: center;

    text-transform: none !important;
}

.ags-industry-route-description {
    display: block;

    width: 100%;

    max-width: 980px;

    margin: 31px auto 0 !important;

    padding: 0 !important;

    color: rgba(255, 255, 255, 0.68) !important;

    font-size: 18px !important;

    font-weight: 500;

    line-height: 1.6 !important;

    text-align: center;
}

.ags-industry-route-grid {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    width: 100%;

    max-width: 1370px;

    margin: 66px auto 0 !important;

    padding: 0 !important;

    column-gap: 25px;

    row-gap: 25px;
}

.ags-industry-route-card {
    display: flex;

    align-items: center;

    width: 100%;

    min-height: 128px;

    margin: 0;

    padding: 20px 25px;

    box-sizing: border-box;

    background: #03143f;

    border: 1px solid rgba(81, 138, 233, 0.25);

    border-radius: 13px;

    color: #ffffff;

    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease;
}

.ags-industry-route-card:hover {
    background: #04194a;

    border-color: rgba(81, 138, 233, 0.50);

    transform: translateY(-2px);
}

.ags-industry-route-icon {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 68px;

    height: 68px;

    min-width: 68px;

    margin-right: 26px;

    background: #0b347f;

    border-radius: 12px;

    color: #bed8ff;

    font-size: 27px;

    line-height: 1;
}

.ags-industry-route-card-content {
    min-width: 0;

    flex: 1;
}

.ags-industry-route-card-title {
    display: block;

    margin: 0 0 7px 0 !important;

    padding: 0 !important;

    color: #ffffff !important;

    font-size: 20px !important;

    font-weight: 700 !important;

    line-height: 1.25 !important;

    letter-spacing: -0.2px;

    text-transform: none !important;
}

.ags-industry-route-card-description {
    display: block;

    width: 100%;

    max-width: 310px;

    margin: 0 !important;

    padding: 0 !important;

    color: rgba(255, 255, 255, 0.60) !important;

    font-size: 14px !important;

    font-weight: 500;

    line-height: 1.45 !important;
}

@media (max-width: 1199px) {

    .ags-industry-route-section {
        padding-top: 75px !important;

        padding-bottom: 75px !important;
    }

    .ags-industry-route-title {
        font-size: 47px !important;
    }

    .ags-industry-route-description {
        font-size: 17px !important;
    }

    .ags-industry-route-grid {
        column-gap: 18px;

        row-gap: 18px;

        margin-top: 55px !important;
    }

    .ags-industry-route-card {
        min-height: 124px;

        padding: 18px 20px;
    }

    .ags-industry-route-icon {
        width: 62px;

        height: 62px;

        min-width: 62px;

        margin-right: 20px;

        font-size: 24px;
    }

    .ags-industry-route-card-title {
        font-size: 18px !important;
    }

    .ags-industry-route-card-description {
        font-size: 13px !important;
    }

}

@media (max-width: 991px) {

    .ags-industry-route-section {
        padding-top: 65px !important;

        padding-bottom: 70px !important;
    }

    .ags-industry-route-eyebrow {
        margin-bottom: 28px !important;

        font-size: 14px !important;
    }

    .ags-industry-route-title {
        font-size: 42px !important;

        line-height: 1.1 !important;
    }

    .ags-industry-route-description {
        margin-top: 24px !important;

        font-size: 16px !important;
    }

    .ags-industry-route-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        column-gap: 18px;

        row-gap: 18px;

        margin-top: 45px !important;
    }

    .ags-industry-route-card {
        min-height: 125px;

        padding: 18px;
    }

    .ags-industry-route-icon {
        width: 58px;

        height: 58px;

        min-width: 58px;

        margin-right: 17px;

        font-size: 22px;
    }

    .ags-industry-route-card-title {
        font-size: 18px !important;
    }

    .ags-industry-route-card-description {
        font-size: 13px !important;

        line-height: 1.45 !important;
    }

}

@media (max-width: 767px) {

    .ags-industry-route-section {
        padding-top: 55px !important;

        padding-bottom: 60px !important;
    }

    .ags-industry-route-eyebrow {
        margin-bottom: 20px !important;

        font-size: 14px !important;

        letter-spacing: 1.5px !important;
    }

    .ags-industry-route-title {
        font-size: 35px !important;

        line-height: 1.13 !important;

        letter-spacing: -0.8px;
    }

    .ags-industry-route-description {
        margin-top: 21px !important;

        font-size: 15px !important;

        line-height: 1.6 !important;
    }

    .ags-industry-route-grid {
        display: block;

        width: 100%;

        max-width: none;

        margin-top: 34px !important;

        padding: 0 !important;
    }

    .ags-industry-route-card {
        display: flex;

        width: 100%;

        min-height: auto;

        margin: 0 0 12px 0;

        padding: 16px;

        border-radius: 11px;
    }

    .ags-industry-route-card:last-child {
        margin-bottom: 0;
    }

    .ags-industry-route-icon {
        width: 54px;

        height: 54px;

        min-width: 54px;

        margin-right: 16px;

        border-radius: 10px;

        font-size: 21px;
    }

    .ags-industry-route-card-title {
        margin-bottom: 6px !important;

        font-size: 18px !important;

        line-height: 1.25 !important;
    }

    .ags-industry-route-card-description {
        max-width: none;

        font-size: 13px !important;

        line-height: 1.5 !important;
    }

}

@media (max-width: 380px) {

    .ags-industry-route-section {
        padding-top: 48px !important;

        padding-bottom: 52px !important;
    }

    .ags-industry-route-title {
        font-size: 31px !important;

        line-height: 1.14 !important;
    }

    .ags-industry-route-description {
        font-size: 14px !important;
    }

    .ags-industry-route-card {
        padding: 14px;
    }

    .ags-industry-route-icon {
        width: 50px;

        height: 50px;

        min-width: 50px;

        margin-right: 13px;

        font-size: 19px;
    }

    .ags-industry-route-card-title {
        font-size: 17px !important;
    }

    .ags-industry-route-card-description {
        font-size: 12px !important;
    }

}


/* =========================================================
AGS LOGISTICS - WHY CHOOSE US
========================================================= */

.ags-why-route-section {
    position: relative;

    display: block;

    width: 100%;

    margin: 0 !important;

    padding: 60px 0 60px !important;

    background: #ffffff;

    overflow: hidden;
}

.ags-why-route-row {
    margin-right: -15px;

    margin-left: -15px;
}

.ags-why-route-content {
    width: 100%;

    max-width: 650px;

    padding-right: 35px;
}

.ags-why-route-eyebrow {
    display: block;

    margin: 0 0 40px 0 !important;

    padding: 0 !important;

    color: #4388f5 !important;

    font-size: 14px !important;

    font-weight: 700 !important;

    line-height: 1.2 !important;

    letter-spacing: 2px !important;

    text-transform: uppercase !important;
}

.ags-why-route-title {
    display: block;

    width: 100%;

    margin: 0 0 34px 0 !important;

    padding: 0 !important;

    color: #0b2c70 !important;

    font-size: 48px !important;

    font-weight: 500 !important;

    line-height: 1.12 !important;

    letter-spacing: -1.8px;

    text-transform: none !important;
}

.ags-why-route-description {
    display: block;

    width: 100%;

    max-width: 655px;

    margin: 0 !important;

    padding: 0 !important;

    color: #586274 !important;

    font-size: 18px !important;

    font-weight: 500;

    line-height: 1.68 !important;
}

.ags-why-route-right {
    width: 100%;

    padding-left: 10px;
}

.ags-why-route-features {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    width: 100%;

    padding: 28px 27px 29px;

    background: #ffffff;

    border-radius: 25px;

    column-gap: 18px;

    row-gap: 20px;

    box-sizing: border-box;
}

.ags-why-route-feature {
    display: flex;

    align-items: flex-start;

    width: 100%;

    min-height: 88px;

    margin: 0;

    padding: 13px 17px;

    background: #ffffff;

    border: 1px solid #d7dce5;

    border-radius: 5px;

    box-shadow:
        0 2px 5px rgba(10, 37, 69, 0.03);

    box-sizing: border-box;
}

.ags-why-route-check {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 25px;

    min-width: 25px;

    height: 25px;

    margin-top: 2px;

    margin-right: 13px;

    color: #062c70;

    font-size: 15px;

    line-height: 1;
}

.ags-why-route-feature-content {
    min-width: 0;

    flex: 1;
}

.ags-why-route-feature-content p {
    display: block;

    margin: 0 !important;

    padding: 0 !important;

    color: #17386d !important;

    font-size: 14px !important;

    font-weight: 500;

    line-height: 1.42 !important;
}

.ags-why-route-feature-content strong {
    color: #15366c;

    font-weight: 700;
}


/* =========================================================
WHY CHOOSE US CTA
FIGMA STYLE
========================================================= */

.ags-why-route-cta-wrapper {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 100%;

    margin: 30px auto 0;

    padding: 0;

    text-align: center;
}

.ags-why-route-cta {

    display: inline-flex !important;

    align-items: center !important;

    justify-content: center !important;

    flex-direction: row !important;

    width: max-content !important;

    min-width: 0 !important;

    height: 56px !important;

    min-height: 56px !important;

    margin: 0 !important;

    padding: 16px 32px !important;

    gap: 12px !important;

    box-sizing: border-box !important;

    background: #002147 !important;

    border: 0 !important;

    border-radius: 8px !important;

    color: #ffffff !important;

    font-family: 'Futura Md BT', 'Futura', sans-serif !important;

    font-size: 16px !important;

    font-weight: 500 !important;

    line-height: 24px !important;

    text-decoration: none !important;

    white-space: nowrap !important;

    outline: none !important;

    box-shadow: none !important;

    cursor: pointer;

    transition:
        background-color 0.25s ease,
        transform 0.25s ease;
}

.ags-why-route-cta:hover,
.ags-why-route-cta:focus,
.ags-why-route-cta:active {

    background: #002147 !important;

    border-color: #002147 !important;

    color: #ffffff !important;

    text-decoration: none !important;

    outline: none !important;

    box-shadow: none !important;

    transform: translateY(-2px);
}

.ags-why-route-cta-icon {

    display: inline-flex !important;

    align-items: center !important;

    justify-content: center !important;

    width: 16px !important;

    height: 16px !important;

    min-width: 16px !important;

    min-height: 16px !important;

    margin: 0 !important;

    padding: 0 !important;

    flex: 0 0 16px !important;

    color: #ffffff !important;

    line-height: 1 !important;
}

.ags-why-route-cta-icon i {

    display: inline-block !important;

    width: 16px !important;

    height: 16px !important;

    margin: 0 !important;

    padding: 0 !important;

    color: #ffffff !important;

    font-size: 16px !important;

    line-height: 16px !important;

    text-align: center !important;
}


/* =========================================================
WHY RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .ags-why-route-section {
        padding-top: 75px !important;

        padding-bottom: 80px !important;
    }

    .ags-why-route-content {
        padding-right: 25px;
    }

    .ags-why-route-title {
        font-size: 49px !important;
    }

    .ags-why-route-description {
        font-size: 17px !important;
    }

    .ags-why-route-features {
        padding: 23px 22px 24px;

        column-gap: 15px;

        row-gap: 16px;
    }

    .ags-why-route-feature {
        min-height: 90px;

        padding: 11px 13px;
    }

    .ags-why-route-feature-content p {
        font-size: 13px !important;
    }

}

@media (max-width: 991px) {

    .ags-why-route-section {
        padding-top: 65px !important;

        padding-bottom: 75px !important;
    }

    .ags-why-route-content {
        max-width: 700px;

        padding-right: 0;

        margin-bottom: 45px;
    }

    .ags-why-route-eyebrow {
        margin-bottom: 27px !important;

        font-size: 14px !important;
    }

    .ags-why-route-title {
        font-size: 44px !important;

        line-height: 1.14 !important;

        letter-spacing: -1.2px;
    }

    .ags-why-route-description {
        max-width: 700px;

        font-size: 16px !important;

        line-height: 1.65 !important;
    }

    .ags-why-route-right {
        padding-left: 0;
    }

    .ags-why-route-features {
        padding: 22px 20px;

        column-gap: 15px;

        row-gap: 15px;

        border-radius: 20px;
    }

    .ags-why-route-feature {
        min-height: 90px;

        padding: 11px 12px;
    }

    .ags-why-route-feature-content p {
        font-size: 13px !important;

        line-height: 1.45 !important;
    }

    .ags-why-route-cta-wrapper {
        margin-top: 35px;
    }

}

@media (max-width: 767px) {

    .ags-why-route-section {
        padding-top: 55px !important;

        padding-bottom: 65px !important;
    }

    .ags-why-route-content {
        margin-bottom: 32px;
    }

    .ags-why-route-eyebrow {
        margin-bottom: 20px !important;

        font-size: 14px !important;

        letter-spacing: 1.5px !important;
    }

    .ags-why-route-title {
        margin-bottom: 22px !important;

        font-size: 36px !important;

        line-height: 1.15 !important;

        letter-spacing: -0.8px;
    }

    .ags-why-route-description {
        font-size: 15px !important;

        line-height: 1.6 !important;
    }

    .ags-why-route-features {
        display: block;

        padding: 16px;

        border-radius: 18px;
    }

    .ags-why-route-feature {
        width: 100%;

        min-height: auto;

        margin-bottom: 12px;

        padding: 13px 12px;

        border-radius: 6px;
    }

    .ags-why-route-feature:last-child {
        margin-bottom: 0;
    }

    .ags-why-route-check {
        width: 23px;

        min-width: 23px;

        height: 23px;

        margin-right: 10px;

        font-size: 14px;
    }

    .ags-why-route-feature-content p {
        font-size: 13px !important;

        line-height: 1.48 !important;
    }

    .ags-why-route-cta-wrapper {
        margin-top: 30px;

        text-align: center;
    }

    .ags-why-route-cta {
        width: max-content !important;

        min-width: 0 !important;

        height: 56px !important;

        min-height: 56px !important;

        padding: 16px 28px !important;

        gap: 12px !important;

        font-size: 16px !important;
    }

    .ags-why-route-cta-icon {
        width: 16px;

        height: 16px;
    }

}

@media (max-width: 380px) {

    .ags-why-route-section {
        padding-top: 48px !important;

        padding-bottom: 55px !important;
    }

    .ags-why-route-title {
        font-size: 32px !important;
    }

    .ags-why-route-description {
        font-size: 14px !important;
    }

    .ags-why-route-features {
        padding: 12px;
    }

    .ags-why-route-feature {
        padding: 12px 10px;
    }

    .ags-why-route-feature-content p {
        font-size: 12px !important;
    }

}


/* =========================================================
PROCESS SECTION
========================================================= */

.process-section {
    padding: 40px 0 40px;

    background: #ffffff;

    overflow: hidden;
}

.process-header {
    margin-bottom: 88px;
}

.process-eyebrow {
    display: block;

    margin: 0 0 25px;

    font-size: 14px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: 2px;

    color: #4388f5;
}

.process-title {
    margin: 0 auto;

    max-width: 1050px;

    font-size: 48px;

    line-height: 1.28;

    font-weight: 500;

    letter-spacing: -1.5px;

    color: #102d6d;
}

.process-wrapper {
    display: flex;

    width: 100%;
}

.process-step {
    position: relative;

    width: 25%;

    min-height: 285px;

    text-align: center;

    padding: 0 25px;
}

.process-step:not(:last-child)::after {
    content: "";

    position: absolute;

    top: 0;

    right: 0;

    width: 1px;

    height: 100%;

    background: #edf0f4;
}

.step-line {
    position: relative;

    height: 62px;

    display: flex;

    align-items: flex-start;

    justify-content: center;
}

.step-line::before {
    content: "";

    position: absolute;

    top: 23px;

    left: -10px;

    right: -10px;

    height: 3px;

    background-image: linear-gradient(
        to right,
        #e3e7ec 55%,
        transparent 55%
    );

    background-size: 12px 3px;

    background-repeat: repeat-x;
}

.process-step:first-child .step-line::before {
    left: 50%;
}

.process-step:last-child .step-line::before {
    right: 50%;
}

.step-badge {
    position: relative;

    z-index: 2;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-width: 102px;

    height: 52px;

    padding: 0 20px;

    border-radius: 10px;

    background: #f3f4f6;

    border: 1px solid #e1e5ea;

    color: #384454;

    font-size: 17px;

    line-height: 1;

    font-weight: 600;

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}

.process-step.active .step-badge {
    background: #102f70;

    border-color: #102f70;

    color: #ffffff;

    box-shadow: none;
}

.process-content {
    padding-top: 25px;
}

.process-content h3 {
    margin: 0 0 18px;

    font-size: 28px;

    line-height: 1.2;

    font-weight: 700;

    color: #171f2e;
}

.process-content p {
    margin: 0 auto;

    max-width: 310px;

    font-size: 18px;

    line-height: 1.65;

    font-weight: 400;

    color: #737c8b;
}

@media (max-width: 991px) {

    .process-section {
        padding: 70px 0 60px;
    }

    .process-header {
        margin-bottom: 65px;
    }

    .process-title {
        font-size: 44px;
    }

    .process-eyebrow {
        font-size: 14px;
    }

    .process-step {
        padding: 0 15px;
    }

    .process-content h3 {
        font-size: 23px;
    }

    .process-content p {
        font-size: 16px;
    }

    .step-badge {
        min-width: 90px;

        height: 48px;

        font-size: 15px;
    }

}

@media (max-width: 767px) {

    .process-section {
        padding: 60px 0;
    }

    .process-header {
        margin-bottom: 50px;
    }

    .process-eyebrow {
        margin-bottom: 18px;

        font-size: 14px;

        letter-spacing: 1.5px;
    }

    .process-title {
        max-width: 100%;

        font-size: 34px;

        line-height: 1.25;

        letter-spacing: -0.5px;
    }

    .process-wrapper {
        display: block;
    }

    .process-step {
        width: 100%;

        min-height: auto;

        display: flex;

        align-items: flex-start;

        padding: 0 0 45px;

        text-align: left;
    }

    .process-step:not(:last-child)::after {
        display: none;
    }

    .process-step:not(:last-child)::before {
        content: "";

        position: absolute;

        left: 49px;

        top: 52px;

        bottom: 0;

        width: 2px;

        background: #e5e9ee;
    }

    .step-line {
        flex: 0 0 100px;

        width: 100px;

        height: 52px;
    }

    .step-line::before,
    .process-step:first-child .step-line::before,
    .process-step:last-child .step-line::before {
        display: none;
    }

    .step-badge {
        min-width: 90px;

        height: 45px;

        padding: 0 15px;

        font-size: 14px;
    }

    .process-content {
        padding: 3px 0 0 20px;
    }

    .process-content h3 {
        margin-bottom: 10px;

        font-size: 22px;
    }

    .process-content p {
        max-width: 100%;

        font-size: 16px;

        line-height: 1.55;
    }

    .process-content br {
        display: none;
    }

}

@media (max-width: 480px) {

    .process-title {
        font-size: 30px;
    }

    .process-step {
        padding-bottom: 40px;
    }

    .step-line {
        flex: 0 0 90px;

        width: 90px;
    }

    .process-step:not(:last-child)::before {
        left: 44px;
    }

    .step-badge {
        min-width: 82px;

        height: 42px;

        padding: 0 12px;

        font-size: 13px;
    }

    .process-content {
        padding-left: 15px;
    }

    .process-content h3 {
        font-size: 20px;
    }

    .process-content p {
        font-size: 15px;
    }

}


/* =========================================================
OUR PRESENCE
========================================================= */

.ags-presence-section {
    position: relative;

    width: 100%;

    overflow: hidden;

    background-color: #f7f8fa;

    background-image:
        url('../../../../assets/website/images/images/presence-bg.webp');

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center top;

    padding: 30px 0 60px;
}

.ags-presence-container {
    position: relative;

    max-width: 1540px;

    margin: 0 auto;

    padding-left: 55px;

    padding-right: 55px;
}

.ags-presence-content {
    position: relative;

    z-index: 2;

    width: 52%;

    min-height: 250px;
}

.ags-presence-label {
    margin-bottom: 22px;

    font-size: 14px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: 1.5px;

    color: #12a35a;
}

.ags-presence-title {
    margin: 0 0 24px;

    font-size: 50px;

    line-height: 1.05;

    font-weight: 600;

    color: #062b55;
}

.ags-presence-description {
    max-width: 690px;

    margin: 0;

    font-size: 21px;

    line-height: 1.6;

    font-weight: 400;

    color: #4d5159;
}

.ags-location-carousel {
    position: relative;

    z-index: 10;

    width: 100%;

    margin-top: 5px;
}

.ags-location-viewport {
    width: 100%;

    overflow: hidden;

    position: relative;
}

.ags-location-track {
    display: flex;

    flex-wrap: nowrap;

    width: max-content;

    transform: translate3d(0, 0, 0);

    transition: transform 0.45s ease;

    will-change: transform;
}

.ags-location-slide {
    flex: 0 0 auto;

    width: 25%;

    padding-left: 16px;

    padding-right: 16px;

    box-sizing: border-box;
}

.ags-location-card {
    position: relative;

    width: 100%;

    overflow: hidden;

    border-radius: 20px;

    background: transparent;
}

.ags-location-image {
    display: block;

    width: 100%;

    height: auto;

    border: 0;
}

.ags-location-link {
    position: absolute;

    left: 10%;

    bottom: 6%;

    width: 50%;

    height: 17%;

    display: block;

    z-index: 20;
}

.ags-carousel-arrow {
    position: absolute;

    top: 50%;

    z-index: 50;

    width: 58px;

    height: 58px;

    padding: 0;

    border: none;

    border-radius: 50%;

    background: #ffffff;

    color: #062b55;

    font-size: 40px;

    line-height: 1;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);

    transform: translateY(-50%);

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

    transition: all 0.2s ease;
}

.ags-carousel-arrow:hover {
    background: #062b55;

    color: #ffffff;
}

.ags-carousel-arrow:focus {
    outline: none;
}

.ags-carousel-arrow:disabled {
    opacity: 0.35;

    cursor: default;

    background: #ffffff;

    color: #062b55;

    box-shadow: none;
}

.ags-carousel-arrow:disabled:hover {
    background: #ffffff;

    color: #062b55;
}

.ags-carousel-prev {
    left: -25px;
}

.ags-carousel-next {
    right: -25px;
}

.ags-carousel-arrow span {
    position: relative;

    top: -2px;
}

@media (max-width: 1199px) {

    .ags-presence-container {
        padding-left: 35px;

        padding-right: 35px;
    }

    .ags-presence-content {
        width: 58%;
    }

    .ags-presence-title {
        font-size: 54px;
    }

    .ags-presence-description {
        font-size: 19px;
    }

    .ags-location-slide {
        width: 33.333333%;
    }

    .ags-carousel-prev {
        left: -20px;
    }

    .ags-carousel-next {
        right: -20px;
    }

}

@media (max-width: 991px) {

    .ags-presence-section {
        padding-top: 55px;

        padding-bottom: 50px;

        background-position: center top;
    }

    .ags-presence-container {
        padding-left: 30px;

        padding-right: 30px;
    }

    .ags-presence-content {
        width: 100%;

        min-height: 350px;
    }

    .ags-presence-title {
        font-size: 48px;
    }

    .ags-presence-description {
        max-width: 650px;

        font-size: 18px;

        line-height: 1.55;
    }

    .ags-location-slide {
        width: 50%;
    }

    .ags-carousel-prev {
        left: -18px;
    }

    .ags-carousel-next {
        right: -18px;
    }

}

@media (max-width: 767px) {

    .ags-presence-section {
        padding: 45px 0;
 background-image: none !important;
        background-size: auto 100%;

        background-position: 72% top;
    }

    .ags-presence-container {
        padding-left: 18px;

        padding-right: 18px;
    }

    .ags-presence-content {
        width: 100%;

        min-height: 200px;
    }

    .ags-presence-label {
        margin-bottom: 15px;

        font-size: 12px;

        letter-spacing: 1.3px;
    }

    .ags-presence-title {
        margin-bottom: 17px;

        font-size: 40px;

        line-height: 1.08;
    }

    .ags-presence-description {
        font-size: 16px;

        line-height: 1.6;
    }

    .ags-location-slide {
        width: 100%;

        padding-left: 10px;

        padding-right: 10px;
    }

    .ags-carousel-arrow {
        width: 46px;

        height: 46px;

        font-size: 32px;
    }

    .ags-carousel-prev {
        left: -8px;
    }

    .ags-carousel-next {
        right: -8px;
    }

}

@media (max-width: 480px) {

    .ags-presence-section {
        background-position: 67% top;
         background-image: none !important;
    }

    .ags-presence-title {
        font-size: 36px;
    }

    .ags-presence-description {
        font-size: 15.5px;
    }

    .ags-location-slide {
        padding-left: 5px;

        padding-right: 5px;
    }

    .ags-carousel-prev {
        left: -5px;
    }

    .ags-carousel-next {
        right: -5px;
    }

}


/* =========================================================
CONTACT / FREE QUOTE
IMPORTANT:
CONTACT BUTTON STYLES ARE PRESERVED.
========================================================= */

#contact.ags-quote-section {
    position: relative;

    width: 100%;

    min-height: 760px;

    display: flex;

    align-items: center;

    padding: 70px 0;

    margin-bottom: 60px;

    overflow: hidden;

    background-image: url('../../../../assets/website/images/images/china/form-section.webp') !important;

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;
}

#contact .ags-quote-overlay {
    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    background:
        linear-gradient(
            90deg,
            rgba(4, 32, 62, 0.82) 0%,
            rgba(4, 32, 62, 0.70) 28%,
            rgba(4, 32, 62, 0.45) 50%,
            rgba(4, 32, 62, 0.15) 75%,
            rgba(4, 32, 62, 0.04) 100%
        );

    z-index: 1;
}

#contact .ags-quote-container {
    position: relative;

    z-index: 2;

    max-width: 1640px;

    padding-left: 30px;

    padding-right: 30px;
}

#contact .ags-quote-content {
    max-width: 590px;

    padding-right: 25px;

    color: #ffffff;
}

#contact .ags-quote-eyebrow {
    display: block;

    margin: 0 0 28px;

    color: #4285f4;

    font-size: 16px;

    line-height: 1.2;

    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}

#contact .ags-quote-title {
    margin: 0 0 25px;

    color: #ffffff;

    font-size: 48px;

    line-height: 1.03;

    font-weight: 400;

    letter-spacing: -1.8px;
}

#contact .ags-quote-description {
    max-width: 530px;

    margin: 0 0 30px;

    color: rgba(255, 255, 255, 0.92);

    font-size: 20px;

    line-height: 1.6;

    font-weight: 400;
}

#contact .ags-quote-benefit {
    display: flex;

    align-items: center;

    margin-bottom: 20px;
}

#contact .ags-benefit-icon {
    flex: 0 0 56px;

    width: 56px;

    height: 56px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-right: 18px;

    border-radius: 50%;

    background: #ffffff;

    color: #2768ee;

    box-shadow:
        0 4px 16px rgba(0, 0, 0, 0.12);
}

#contact .ags-benefit-icon svg {
    display: block;

    width: 27px;

    height: 27px;
}

#contact .ags-benefit-content {
    min-width: 0;
}

#contact .ags-benefit-content h4 {
    margin: 0 0 4px;

    color: #ffffff;

    font-size: 22px;

    line-height: 1.25;

    font-weight: 700;
}

#contact .ags-benefit-content p {
    margin: 0;

    color: rgba(255, 255, 255, 0.88);

    font-size: 16px;

    line-height: 1.45;

    font-weight: 400;
}

#contact .ags-quote-form-wrapper {
    position: relative;

    width: 100%;

    padding: 48px 48px 34px;

    background: #ffffff;

    border: 0;

    border-radius: 0;

    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.14);

    overflow: hidden;
}

#contact .ags-quote-form-wrapper::before,
#contact .ags-quote-form-wrapper::after {
    display: none;
}

#contact .ags-quote-form-wrapper form {
    position: relative;

    z-index: 2;
}

#contact .ags-quote-form-wrapper .row {
    margin-left: -12px;

    margin-right: -12px;
}

#contact .ags-quote-form-wrapper .col-md-6,
#contact .ags-quote-form-wrapper .col-md-12 {
    padding-left: 12px;

    padding-right: 12px;
}

#contact .ags-form-group {
    margin-bottom: 21px;
}

#contact .ags-form-group label {
    display: block;

    margin: 0 0 9px;

    color: #172033;

    font-size: 15px;

    line-height: 1.3;

    font-weight: 700;
}

#contact .ags-form-control {
    display: block;

    width: 100%;

    height: 57px;

    padding: 0 16px;

    border: 1px solid #dfe3e9;

    border-radius: 8px;

    background-color: #ffffff;

    color: #252a30;

    font-size: 16px;

    line-height: 1.5;

    font-weight: 400;

    outline: none;

    box-shadow: none;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

#contact .ags-form-control::placeholder {
    color: #a1a9b7;

    opacity: 1;
}

#contact .ags-form-control:focus {
    border-color: #2868ed;

    outline: none;

    box-shadow:
        0 0 0 2px rgba(40, 104, 237, 0.08);
}

#contact .ags-message-group {
    margin-bottom: 28px;
}

#contact .ags-message {
    height: auto;

    min-height: 125px;

    padding-top: 14px;

    padding-bottom: 14px;

    line-height: 1.5;

    resize: vertical;
}


/* CONTACT SUBMIT BUTTON — UNCHANGED */

#contact .ags-quote-submit {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 100%;

    height: 59px;

    padding: 0 25px;

    border: 0;

    border-radius: 8px;

    background-color: #2868ed;

    color: #ffffff;

    font-size: 17px;

    line-height: 1;

    font-weight: 700;

    cursor: pointer;

    outline: none;

    box-shadow: none;

    transition:
        background-color 0.25s ease,
        transform 0.2s ease,
        box-shadow 0.25s ease;
}

#contact .ags-quote-submit .btn-text {
    color: #ffffff !important;
}

#contact .ags-submit-icon {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    margin-right: 9px;
}

#contact .ags-submit-icon svg {
    display: block;

    width: 19px;

    height: 19px;
}

#contact .ags-quote-submit:hover {
    background-color: #1d5bdd;

    box-shadow:
        0 8px 20px rgba(40, 104, 237, 0.24);

    transform: translateY(-1px);
}

#contact .ags-quote-submit:focus {
    outline: none;

    box-shadow:
        0 0 0 3px rgba(40, 104, 237, 0.15);
}

#contact .ags-quote-submit:active {
    transform: translateY(0);
}

#contact .ags-form-security {
    display: flex;

    align-items: center;

    justify-content: center;

    margin-top: 24px;

    color: #8a929f;

    font-size: 13px;

    line-height: 1.45;

    text-align: center;
}

#contact .ags-security-icon {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    margin-right: 7px;

    color: #9ba3af;
}

#contact .ags-security-icon svg {
    display: block;

    width: 18px;

    height: 18px;
}

#contact .hidden-input-field {
    position: absolute !important;

    left: -9999px !important;

    width: 1px !important;

    height: 1px !important;

    opacity: 0 !important;

    pointer-events: none !important;
}

@media (min-width: 1200px) {

    #contact.ags-quote-section {
        min-height: 760px;
    }

    #contact .ags-quote-form-wrapper {
        margin-left: 10px;
    }

}

@media (min-width: 1200px) and (max-width: 1399px) {

    #contact .ags-quote-title {
        font-size: 46px;
    }

    #contact .ags-quote-description {
        font-size: 18px;
    }

    #contact .ags-quote-form-wrapper {
        padding: 45px 40px 32px;
    }

}

@media (max-width: 991px) {

    #contact.ags-quote-section {
        min-height: auto;

        padding: 70px 0;
    }

    #contact .ags-quote-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(4, 32, 62, 0.78) 0%,
                rgba(4, 32, 62, 0.48) 100%
            );
    }

    #contact .ags-quote-content {
        max-width: 100%;

        padding-right: 15px;

        margin-bottom: 45px;
    }

    #contact .ags-quote-title {
        font-size: 48px;

        letter-spacing: -1.2px;
    }

    #contact .ags-quote-description {
        font-size: 19px;
    }

    #contact .ags-quote-form-wrapper {
        margin-left: 0;

        padding: 40px 35px 30px;
    }

}

@media (max-width: 767px) {

    #contact.ags-quote-section {
        display: block;

        min-height: auto;

        padding: 55px 0;

        background-position: center center;
    }

    #contact .ags-quote-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(4, 32, 62, 0.78) 0%,
                rgba(4, 32, 62, 0.70) 48%,
                rgba(4, 32, 62, 0.60) 100%
            );
    }

    #contact .ags-quote-container {
        padding-left: 20px;

        padding-right: 20px;
    }

    #contact .ags-quote-content {
        padding-right: 0;

        margin-bottom: 40px;
    }

    #contact .ags-quote-eyebrow {
        margin-bottom: 20px;

        font-size: 14px;
    }

    #contact .ags-quote-title {
        margin-bottom: 20px;

        font-size: 40px;

        line-height: 1.08;

        letter-spacing: -0.8px;
    }

    #contact .ags-quote-description {
        font-size: 18px;

        line-height: 1.5;
    }

    #contact .ags-quote-benefit {
        margin-bottom: 18px;
    }

    #contact .ags-benefit-icon {
        flex: 0 0 52px;

        width: 52px;

        height: 52px;

        margin-right: 15px;
    }

    #contact .ags-benefit-icon svg {
        width: 24px;

        height: 24px;
    }

    #contact .ags-benefit-content h4 {
        font-size: 20px;
    }

    #contact .ags-benefit-content p {
        font-size: 15px;
    }

    #contact .ags-quote-form-wrapper {
        padding: 32px 24px 28px;

        border-radius: 0;
    }

    #contact .ags-form-group {
        margin-bottom: 20px;
    }

    #contact .ags-form-control {
        height: 55px;

        padding-left: 15px;

        padding-right: 15px;

        font-size: 16px;

        border-radius: 7px;
    }

    #contact .ags-message {
        min-height: 125px;
    }

    #contact .ags-quote-submit {
        height: 57px;

        font-size: 16px;
    }

}

@media (max-width: 575px) {

    #contact.ags-quote-section {
        padding: 45px 0;
    }

    #contact .ags-quote-eyebrow {
        font-size: 14px;

        letter-spacing: 1.4px;
    }

    #contact .ags-quote-title {
        font-size: 34px;

        line-height: 1.08;
    }

    #contact .ags-quote-description {
        font-size: 17px;
    }

    #contact .ags-quote-form-wrapper {
        padding: 28px 18px 25px;
    }

    #contact .ags-form-control {
        height: 54px;
    }

    #contact .ags-message {
        min-height: 120px;
    }

    #contact .ags-form-security {
        font-size: 12px;
    }

}


/* =========================================================
FAQ SECTION
========================================================= */

.faq-section {
    padding-top: 30px !important;

    padding-bottom: 30px !important;

    background: #f7f8fa;
}

.faq-heading {
    margin-bottom: 55px;
}

.faq-eyebrow {
    color: #009b4d;

    font-size: 14px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: 1.8px;
}

.faq-heading h2,
.faq-heading h3 {
    color: #11182f !important;

    font-size: 48px;

    line-height: 1.2;

    font-weight: 400;
}

.faq-list {
    width: 100%;

    max-width: 925px;
}

.faq-item {
    overflow: hidden;

    margin-bottom: 16px;

    border: 1px solid #e3e8ee;

    border-radius: 18px;

    background: #fff;
}

.faq-question-heading {
    margin: 0;

    padding: 0;

    font-size: inherit;

    font-weight: inherit;

    line-height: inherit;
}

.faq-question {
    width: 100%;

    min-height: 78px;

    padding: 22px 30px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    border: 0;

    outline: 0;

    background: #fff !important;

    color: #11182f !important;

    font-size: 20px;

    line-height: 1.4;

    font-weight: 400;

    text-align: left;

    text-decoration: none !important;

    cursor: pointer;
}

.faq-question:hover,
.faq-question:focus,
.faq-question:active {
    background: #fff !important;

    color: #11182f !important;

    border: 0;

    outline: 0;

    box-shadow: none !important;
}

.faq-chevron {
    flex: 0 0 auto;

    width: 20px;

    height: 20px;

    margin-left: 20px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #0055a5;

    transition: transform .2s ease;
}

.faq-chevron svg {
    width: 16px;

    height: 16px;

    stroke: currentColor;

    fill: none;

    stroke-width: 2;

    stroke-linecap: round;

    stroke-linejoin: round;
}

.faq-question:not(.collapsed) .faq-chevron {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 30px 27px;

    color: #596273 !important;

    font-size: 16px;

    line-height: 1.6;
}

@media (max-width: 767.98px) {

    .faq-section {
        padding-top: 55px !important;

        padding-bottom: 55px !important;
    }

    .faq-heading {
        margin-bottom: 35px;
    }

    .faq-heading h2,
    .faq-heading h3 {
        font-size: 34px;

        line-height: 1.2;
    }

    .faq-eyebrow {
        font-size: 14px;
    }

    .faq-item {
        margin-bottom: 12px;

        border-radius: 14px;
    }

    .faq-question {
        min-height: 68px;

        padding: 19px 20px;

        font-size: 16px;

        line-height: 1.4;
    }

    .faq-answer {
        padding: 0 20px 20px;

        font-size: 14px;

        line-height: 1.6;
    }

    .faq-chevron {
        margin-left: 12px;
    }

}


/* =========================================================
SEO CONTENT SECTION
========================================================= */

.seo-content-section {
    padding: 60px 0 70px;

    background: #fff;
}

.seo-content {
    max-width: 1000px;

    margin: 0 auto;

    color: #686d76;
}

.seo-content h2 {
    margin: 0 0 18px;

    color: #062956;

    font-size: 28px;

    line-height: 1.35;

    font-weight: 400;
}

.seo-content h3 {
    margin: 24px 0 16px;

    color: #062956;

    font-size: 20px;

    line-height: 1.4;

    font-weight: 400;
}

.seo-content .seo-content-main-title {
    margin: 0 0 18px;

    color: #062956;

    font-size: 28px;

    line-height: 1.35;

    font-weight: 400;
}

.seo-content h4 {
    margin: 24px 0 16px;

    color: #062956;

    font-size: 20px;

    line-height: 1.4;

    font-weight: 400;
}

.seo-content h4 + p {
    margin-bottom: 25px;
}

.seo-content p {
    margin: 0 0 24px;

    color: #686d76;

    font-size: 15px;

    line-height: 1.55;
}

.seo-content h3 + p {
    margin-bottom: 25px;
}

@media (max-width: 767.98px) {

    .seo-content-section {
        padding: 45px 0 50px;
    }

    .seo-content h2 {
        font-size: 25px;
    }

    .seo-content h3 {
        margin-top: 22px;

        font-size: 18px;
    }

    .seo-content .seo-content-main-title {
        margin: 0 0 18px;

        color: #062956;

        font-size: 25px;

        line-height: 1.35;

        font-weight: 400;
    }

    .seo-content h4 {
        margin-top: 22px;

        color: #062956;

        font-size: 18px;

        line-height: 1.4;

        font-weight: 400;
    }

    .seo-content h4 + p {
        margin-bottom: 25px;
    }

    .seo-content p {
        font-size: 14px;

        line-height: 1.6;
    }

}


/* =========================================================
TRADE ROUTES
========================================================= */

.trade-routes-section {
    padding: 34px 0 62px;

    background: #ffffff;

    color: #09275f;
}

.trade-routes-header {
    margin-bottom: 34px;
}

.trade-routes-eyebrow {
    display: block;

    margin-bottom: 8px;

    color: #367cff;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 1.2px;

    line-height: 1.2;

    text-transform: uppercase;
}

.trade-routes-title {
    margin: 0;

    color: #102e69;

    font-size: 48px;

    font-weight: 500;

    line-height: 1.2;

    letter-spacing: -0.5px;
}

.trade-routes-description {
    margin: 10px 0 0;

    color: #24447d;

    font-size: 11px;

    font-weight: 400;

    line-height: 1.5;
}

.freight-tabs-wrapper {
    display: flex;

    justify-content: center;

    margin-bottom: 20px;
}

.freight-tabs {
    display: flex;

    width: 213px;

    height: 26px;

    padding: 3px;

    background: #f0f1f4;

    border-radius: 3px;

    box-sizing: border-box;
}

.freight-tab {
    flex: 1;

    display: flex;

    align-items: center;

    justify-content: center;

    height: 20px;

    padding: 0 5px;

    border: 0;

    outline: none !important;

    border-radius: 3px;

    background: transparent;

    color: #71809e;

    font-size: 12px;

    font-weight: 600;

    line-height: 1;

    cursor: pointer;

    transition: all 0.2s ease;
}

.freight-tab.active {
    background: #0d2c6b;

    color: #ffffff;

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.freight-tab-icon {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    margin-right: 5px;

    font-size: 10px;

    line-height: 1;
}

.sea-icon {
    transform: rotate(180deg);
}

.freight-tab-content {
    display: none;
}

.freight-tab-content.active {
    display: block;
}

.freight-table-title {
    margin: 0 0 6px;

    color: #09275f;

    font-size: 18px;

    font-weight: 700;

    line-height: 1.4;

    text-align: center;

    text-transform: uppercase;
}

.trade-table-wrapper {
    width: 100%;

    overflow: hidden;

    border: 1px solid #d7deea;

    border-radius: 4px;

    background: #ffffff;
}

.trade-routes-table {
    width: 100%;

    margin: 0;

    border-collapse: collapse;

    table-layout: fixed;
}

.trade-routes-table thead th {
    height: 31px;

    padding: 0 15px;

    border: 0;

    background: #0c2c6b;

    color: #ffffff;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1px;

    line-height: 1;

    text-align: left;

    text-transform: uppercase;

    vertical-align: middle;
}

.trade-routes-table thead th:nth-child(1) {
    width: 22%;
}

.trade-routes-table thead th:nth-child(2) {
    width: 27%;
}

.trade-routes-table thead th:nth-child(3) {
    width: 26%;
}

.trade-routes-table thead th:nth-child(4) {
    width: 25%;

    text-align: center;
}

.trade-routes-table tbody td {
    height: 37px;

    padding: 7px 15px;

    border-top: 1px solid #e5e9f0;

    color: #09275f;

    font-size: 14px;

    font-weight: 400;

    line-height: 1.2;

    vertical-align: middle;

    text-align: left;
}

.trade-routes-table tbody td.transit-time {
    font-weight: 700;

    text-align: center;

    white-space: nowrap;
}

.trade-routes-table tbody tr.india-heading-row td {
    height: 38px;

    padding: 8px 15px;

    border-top: 0;

    background: #ffffff;
}

.india-heading {
    color: #09275f;

    font-size: 13px;

    font-weight: 700 !important;

    line-height: 1;

    text-align: center;

    text-transform: uppercase;

    padding-top: 20px;

    padding-bottom: 20px;
}

#sea-freight-content:not(.sea-expanded)
.india-heading-row,
#sea-freight-content:not(.sea-expanded)
.india-route {
    display: none;
}

.trade-routes-footer {
    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    margin-top: 15px;
}

.routes-count {
    margin-bottom: 13px;

    color: #09275f;

    font-size: 10px;

    font-weight: 400;

    line-height: 1.3;
}


/* =========================================================
VIEW MORE / VIEW LESS
FIGMA STYLE
========================================================= */

.view-routes-btn {

    display: inline-flex !important;

    align-items: center !important;

    justify-content: center !important;

    flex-direction: row !important;

    width: max-content !important;

    min-width: 0 !important;

    height: 56px !important;

    min-height: 56px !important;

    margin: 0 !important;

    margin-top: 30px !important;

    padding: 16px 32px !important;

    border: 0 !important;

    border-radius: 8px !important;

    outline: none !important;

    background: #002147 !important;

    color: #ffffff !important;

    font-family: 'Futura Md BT', 'Futura', sans-serif !important;

    font-size: 16px !important;

    font-weight: 500 !important;

    line-height: 24px !important;

    text-decoration: none !important;

    white-space: nowrap !important;

    box-sizing: border-box !important;

    cursor: pointer;

    gap: 12px !important;

    box-shadow: none !important;

    transition:
        background-color 0.25s ease,
        transform 0.25s ease;
}


/* =========================================================
VIEW MORE TEXT
========================================================= */

.view-more-text {

    display: inline !important;

    color: #ffffff !important;

    font-family: 'Futura Md BT', 'Futura', sans-serif !important;

    font-size: 16px !important;

    font-weight: 500 !important;

    line-height: 24px !important;

    white-space: nowrap !important;
}


/* =========================================================
VIEW LESS TEXT
HIDDEN BY DEFAULT
========================================================= */

.view-less-text {

    display: none !important;

    color: #ffffff !important;

    font-family: 'Futura Md BT', 'Futura', sans-serif !important;

    font-size: 16px !important;

    font-weight: 500 !important;

    line-height: 24px !important;

    white-space: nowrap !important;
}


/* =========================================================
VIEW ARROW
FONT AWESOME 7
========================================================= */

.view-arrow {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;

    margin: 0 !important;
    padding: 0 !important;

    flex: 0 0 16px !important;

    color: #ffffff !important;

    font-size: 16px !important;
    line-height: 1 !important;

    transition: transform 0.25s ease;
}

.view-arrow i {
    display: inline-block !important;

    width: 16px !important;
    height: 16px !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #ffffff !important;

    font-size: 16px !important;
    line-height: 16px !important;
}



/* =========================================================
EXPANDED STATE
========================================================= */

#sea-freight-content.sea-expanded .view-more-text {
    display: none !important;
}

#sea-freight-content.sea-expanded .view-less-text {
    display: inline !important;
}


/* =========================================================
CHEVRON DIRECTION

Collapsed:
fa-chevron-down

Expanded:
rotates to point UP
========================================================= */

/* View Less state */
#sea-freight-content.sea-expanded .view-arrow {
    transform: rotate(180deg) !important;
}


/* =========================================================
VIEW BUTTON HOVER
========================================================= */

.view-routes-btn:hover,
.view-routes-btn:focus,
.view-routes-btn:active {

    background: #002147 !important;

    color: #ffffff !important;

    border-color: #002147 !important;

    outline: none !important;

    box-shadow: none !important;

    text-decoration: none !important;

    transform: translateY(-2px);
}


/* =========================================================
VIEW BUTTON RESPONSIVE
========================================================= */

@media (max-width: 767px) {

    .view-routes-btn {

        width: max-content !important;

        min-width: 0 !important;

        height: 56px !important;

        min-height: 56px !important;

        padding: 16px 28px !important;

        gap: 12px !important;

        font-size: 16px !important;

        line-height: 24px !important;
    }

}

@media (max-width: 380px) {

    .view-routes-btn {

        height: 56px !important;

        min-height: 56px !important;

        padding: 16px 24px !important;

        gap: 12px !important;

    }

}


/* =========================================================
AIR FREIGHT
========================================================= */

#air-freight-content .trade-routes-footer {
    display: none;
}

#air-freight-content .trade-routes-table tbody td {
    height: 37px;
}

#air-freight-content .air-india-heading td {
    height: 38px;
}


/* =========================================================
TRADE ROUTES RESPONSIVE
========================================================= */

@media (max-width: 767px) {

    .trade-routes-section {
        padding: 30px 0 45px;
    }

    .trade-routes-header {
        margin-bottom: 25px;
    }

    .trade-routes-title {
        font-size: 27px;
    }

    .trade-routes-description {
        padding: 0 15px;

        font-size: 10px;
    }

    .trade-routes-description br {
        display: none;
    }

    .trade-table-wrapper {
        overflow-x: auto;
    }

    .trade-routes-table {
        min-width: 650px;
    }

    .freight-table-title {
        font-size: 12px;
    }

    .trade-routes-table thead th {
        font-size: 7px;

        padding: 0 10px;
    }

    .trade-routes-table tbody td {
        padding: 7px 10px;

        font-size: 9px;
    }

}


/* =========================================================
AIR VS SEA COMPARISON
========================================================= */

.air-sea-comparison-section {
    padding: 60px 0 60px;

    background: #f8f9fa;
}

.air-sea-comparison-heading {
    max-width: 1180px;

    margin: 0 auto 52px;
}

.air-sea-eyebrow {
    margin: 0 0 14px;

    font-family: Arial, sans-serif;

    font-size: 14px;

    line-height: 1.2;

    font-weight: 700;

    letter-spacing: 1.7px;

    color: #4285f4;

    text-transform: uppercase;
}

.air-sea-title {
    margin: 0 auto 16px;

    max-width: 900px;

    font-family: Arial, sans-serif;

    font-size: 48px;

    line-height: 0.98;

    font-weight: 700;

    letter-spacing: -1.5px;

    color: #102e70;
}

.air-sea-description {
    margin: 0 auto;

    max-width: 920px;

    font-family: Arial, sans-serif;

    font-size: 17px;

    line-height: 1.45;

    font-weight: 600;

    color: #3c578d;
}

.air-sea-table-wrapper {
    width: 100%;

    max-width: 1265px;

    margin: 0 auto;

    border-radius: 16px;

    box-shadow: 0 9px 20px rgba(16, 46, 112, 0.12);

    overflow: hidden;

    background: #ffffff;
}

.air-sea-table {
    width: 100%;

    background: #ffffff;
}

.air-sea-table-header {
    display: grid;

    grid-template-columns: 1.05fr 1fr 1fr 1.05fr;

    min-height: 71px;

    background: #102e70;
}

.air-sea-table-header .air-sea-cell {
    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0 20px;

    border-right: 1px solid rgba(255, 255, 255, 0.13);

    font-family: Arial, sans-serif;

    font-size: 15px;

    line-height: 1.2;

    font-weight: 500;

    color: #ffffff;

    text-align: center;

    text-transform: uppercase;
}

.air-sea-table-header .air-sea-cell:last-child {
    border-right: 0;
}

.air-sea-table-row {
    display: grid;

    grid-template-columns: 1.05fr 1fr 1fr 1.05fr;

    min-height: 100px;

    border-bottom: 1px solid #e2e6ed;
}

.air-sea-table-row:last-child {
    border-bottom: 0;
}

.air-sea-table-row .air-sea-cell {
    display: flex;

    align-items: center;

    padding: 20px 24px;

    font-family: Arial, sans-serif;

    color: #102e70;

    border-right: 1px solid #e2e6ed;
}

.air-sea-table-row .air-sea-cell:last-child {
    border-right: 0;
}

.air-sea-mode-cell {
    display: flex;

    align-items: center;

    gap: 16px;

    font-size: 17px;

    line-height: 1.3;

    font-weight: 700;
}

.air-sea-icon {
    flex: 0 0 50px;

    width: 50px;

    height: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 12px;

    background: #e9edf4;
}

.air-sea-icon svg {
    width: 25px;

    height: 25px;

    fill: none;

    stroke: #102e70;

    stroke-width: 1.8;

    stroke-linecap: round;

    stroke-linejoin: round;
}

.air-sea-days {
    justify-content: center;

    font-size: 21px !important;

    line-height: 1.2;

    font-weight: 700;

    white-space: nowrap;
}

.air-sea-best {
    font-size: 16px !important;

    line-height: 1.35;

    font-weight: 600;
}

@media (max-width: 1199px) {

    .air-sea-title {
        font-size: 46px;
    }

    .air-sea-table-row .air-sea-cell {
        padding: 18px 20px;
    }

    .air-sea-mode-cell {
        font-size: 16px;
    }

    .air-sea-days {
        font-size: 19px !important;
    }

    .air-sea-best {
        font-size: 15px !important;
    }

}

@media (max-width: 991px) {

    .air-sea-comparison-section {
        padding: 60px 0 80px;
    }

    .air-sea-title {
        font-size: 40px;
    }

    .air-sea-description {
        font-size: 16px;
    }

    .air-sea-table-wrapper {
        overflow-x: auto;
    }

    .air-sea-table {
        min-width: 850px;
    }

}

@media (max-width: 767px) {

    .air-sea-comparison-section {
        padding: 50px 0 65px;
    }

    .air-sea-comparison-heading {
        margin-bottom: 35px;
    }

    .air-sea-eyebrow {
        font-size: 14px;

        letter-spacing: 1.4px;

        margin-bottom: 12px;
    }

    .air-sea-title {
        font-size: 34px;

        line-height: 1.05;

        letter-spacing: -0.7px;
    }

    .air-sea-description {
        font-size: 15px;

        line-height: 1.5;
    }

    .air-sea-table-wrapper {
        border-radius: 12px;
    }

}

@media (max-width: 575px) {

    .air-sea-comparison-section {
        padding: 45px 0 55px;
    }

    .air-sea-title {
        font-size: 30px;
    }

    .air-sea-description {
        font-size: 14px;
    }

}


/* =========================================================
CUSTOMER REVIEWS
========================================================= */

.customerr-rev {
    padding-top: 20px !important;

    padding-bottom: 20px !important;
}

.customerr-rev-heading {
    font-size: 48px !important;

    line-height: 1.2;

    font-weight: 700;

    margin: 0 0 30px;

    text-align: center;

    color: #0b2c70 !important;
}

@media (max-width: 991px) {

    .customerr-rev-heading {
        font-size: 40px !important;

        line-height: 1.2;
    }

}

@media (max-width: 767px) {

    .customerr-rev-heading {
        font-size: 35px !important;

        color: #0b2c70 !important;

        line-height: 1.25;

        margin-bottom: 20px;
    }

}

@media (max-width: 480px) {

    .customerr-rev-heading {
        font-size: 35px !important;

        line-height: 1.25;
    }

}


/* =========================================================
FINAL BUTTON SAFETY OVERRIDE
=========================================================

This section ensures the Figma button styling wins over
the original section-specific button widths/heights.

IMPORTANT:
Hero and Contact buttons are deliberately excluded.
========================================================= */

.ags-about-button,
.ags-route-services-cta,
.ags-why-route-cta,
.view-routes-btn {

    width: max-content !important;

    min-width: 0 !important;

    height: 56px !important;

    min-height: 56px !important;

    padding: 16px 32px !important;

    gap: 12px !important;

    box-sizing: border-box !important;

    border-radius: 8px !important;

    background: #002147 !important;

    color: #ffffff !important;

    font-family: 'Futura Md BT', 'Futura', sans-serif !important;

    font-size: 16px !important;

    font-weight: 500 !important;

    line-height: 24px !important;
}


/* =========================================================
FINAL FONT AWESOME 7 ICON SAFETY
=========================================================

DO NOT specify Font Awesome font-family here.
Font Awesome 7's own stylesheet handles the icon font.
========================================================= */

.ags-about-button i,
.ags-route-services-cta i,
.ags-why-route-cta i,
.view-routes-btn i {

    color: #ffffff !important;

    font-size: 16px !important;

    line-height: 16px !important;
}


/* =========================================================
HERO + CONTACT EXCLUSION
========================================================= */

.ags-main-hero .ags-about-button,
.ags-main-hero .ags-route-services-cta,
.ags-main-hero .ags-why-route-cta,
.ags-main-hero .view-routes-btn,

#contact .ags-about-button,
#contact .ags-route-services-cta,
#contact .ags-why-route-cta,
#contact .view-routes-btn {

    /* No additional styling intentionally applied */
}

/* =========================================================
   GLOBAL SECTION SPACING
   Excludes:
   - Navbar (#section-one)
   - Hero (.ags-main-hero)
   ========================================================= */

/* Large Desktop — 1400px and above */
section:not(#section-one):not(.ags-main-hero) {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}


/* Desktop — 1200px to 1399px */
@media (max-width: 1399.98px) {
    section:not(#section-one):not(.ags-main-hero) {
        padding-top: 36px !important;
        padding-bottom: 36px !important;
    }
}


/* Small Desktop / Large Tablet — 992px to 1199px */
@media (max-width: 1199.98px) {
    section:not(#section-one):not(.ags-main-hero) {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }
}


/* Tablet — 768px to 991px */
@media (max-width: 991.98px) {
    section:not(#section-one):not(.ags-main-hero) {
        padding-top: 28px !important;
        padding-bottom: 28px !important;
    }
}


/* Mobile — 576px to 767px */
@media (max-width: 767.98px) {
    section:not(#section-one):not(.ags-main-hero) {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }
}


/* Small Mobile — below 576px */
@media (max-width: 575.98px) {
    section:not(#section-one):not(.ags-main-hero) {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}


/* Extra Small Mobile — below 400px */
@media (max-width: 399.98px) {
    section:not(#section-one):not(.ags-main-hero) {
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }
}
/* =========================================================
END
========================================================= */


/* =========================================================
HERO LAPTOP HEIGHT FIX

Allows the desktop/tablet hero to grow when its content is taller
than the available viewport. This prevents the H1/eyebrow and other
content from being clipped on short laptop displays.
========================================================= */

@media (min-width: 768px) {

    .ags-main-hero {
        height: auto !important;
        min-height: 100vh !important;
        min-height: 100svh !important;

        /* Reserve room for the fixed desktop navbar. */
        padding-top: 82px !important;

        box-sizing: border-box;
    }

    .ags-main-hero-container {
        height: auto !important;
        min-height: calc(100vh - 82px);
        min-height: calc(100svh - 82px);
    }

    .ags-main-hero-content-row {
        height: auto !important;
        min-height: inherit;

        padding-top: clamp(32px, 5vh, 70px) !important;
        padding-bottom: clamp(32px, 5vh, 70px) !important;

        box-sizing: border-box;
    }

    .ags-main-hero-content {
        transform: none;
    }

}

/* On short laptop screens, anchor content at the top instead of
   letting vertical centering push the first line behind the navbar. */
@media (min-width: 768px) and (max-height: 900px) {

    .ags-main-hero-content-row {
        align-items: flex-start !important;
    }

}
