
   
/* =========================================================
   AGS LOGISTICS
   OUR NETWORK SECTION

   Bootstrap 4.1.2 + Laravel Blade
========================================================= */


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

.ags-network-section {
    width: 100%;
    overflow: hidden;

    background: #f8f9fa;

    padding: 0;
}


/* =========================================================
   CONTENT CONTAINER
========================================================= */

.ags-network-container {
    width: 100%;

    max-width: 1320px;

    margin: 0 auto;

    padding-top: 82px;
    padding-bottom: 50px;
}


/* =========================================================
   INTRO
========================================================= */

.ags-network-intro {
    width: 100%;

    margin: 0 auto;

    text-align: center;
}


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

   IMPORTANT:
   "Our Network" is intentionally an H2.
========================================================= */

.ags-network-eyebrow {
    display: block;

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

    color: #07994e !important;

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

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

    font-weight: 400 !important;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}


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

.ags-network-title {
    display: block;

    width: 100%;

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

    color: #1d2a40 !important;

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

    font-size: 50px !important;
    line-height: 1.12 !important;

    font-weight: 400 !important;

    letter-spacing: -1.4px;

    text-align: center;
}


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

.ags-network-description {
    width: 100%;

    max-width: 1080px;

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

    color: #596475 !important;

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

    font-size: 18px !important;
    line-height: 1.68 !important;

    font-weight: 400 !important;

    text-align: center;
}


/* =========================================================
   MAP WRAPPER
========================================================= */

.ags-network-map-wrapper {
    position: relative;

    width: 100%;

    overflow: hidden;

    background: #c5e5fb;
}


/* =========================================================
   MAP
========================================================= */

.ags-network-map {
    position: relative;

    width: 100%;

    height: auto;

    overflow: hidden;
}


/* =========================================================
   MAP IMAGE
========================================================= */

.ags-network-map-image {
    display: block;

    width: 100%;
    height: auto;

    margin: 0;
    padding: 0;

    border: 0;

    object-fit: cover;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (max-width: 1199.98px) {

    .ags-network-container {
        max-width: 1140px;

        padding-top: 75px;
        padding-bottom: 45px;
    }


    .ags-network-eyebrow {
        margin-bottom: 48px !important;
    }


    .ags-network-title {
        font-size: 50px !important;

        letter-spacing: -1.2px;
    }


    .ags-network-description {
        max-width: 950px;

        font-size: 17px !important;

        line-height: 1.65 !important;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .ags-network-container {
        max-width: 960px;

        padding-top: 65px;
        padding-bottom: 40px;

        padding-left: 30px;
        padding-right: 30px;
    }


    .ags-network-eyebrow {
        margin-bottom: 38px !important;

        font-size: 13px !important;

        letter-spacing: 1.4px;
    }


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

        font-size: 44px !important;

        line-height: 1.14 !important;
    }


    .ags-network-description {
        max-width: 800px;

        font-size: 17px !important;

        line-height: 1.6 !important;
    }


    /*
     * Keep the map visually substantial on tablet.
     * Otherwise the very wide map becomes too short.
     */

    .ags-network-map {
        height: 390px;

        background: #c5e5fb;
    }


    .ags-network-map-image {
        width: 100%;
        height: 100%;

        object-fit: cover;
        object-position: center center;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .ags-network-section {
        background: #f8f9fa;
    }


    .ags-network-container {
        max-width: 100%;

        padding-top: 48px;
        padding-bottom: 32px;

        padding-left: 20px;
        padding-right: 20px;
    }


    /* -----------------------------------------
       EYEBROW
    ----------------------------------------- */

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

        font-size: 11px !important;

        line-height: 1.2 !important;

        letter-spacing: 1.3px;
    }


    /* -----------------------------------------
       HEADING
    ----------------------------------------- */

    .ags-network-title {
        margin-bottom: 20px !important;

        font-size: 35px !important;

        line-height: 1.14 !important;

        letter-spacing: -0.7px;
    }


    /* -----------------------------------------
       DESCRIPTION
    ----------------------------------------- */

    .ags-network-description {
        max-width: 100%;

        font-size: 15px !important;

        line-height: 1.6 !important;
    }


    /* -----------------------------------------
       MAP

       Crop the wide desktop map rather than
       making it extremely short.
    ----------------------------------------- */

    .ags-network-map {
        height: 330px;

        background: #c5e5fb;
    }


    .ags-network-map-image {
        width: 100%;
        height: 100%;

        object-fit: cover;

        object-position: center center;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575.98px) {

    .ags-network-container {
        padding-top: 42px;
        padding-bottom: 28px;

        padding-left: 18px;
        padding-right: 18px;
    }


    .ags-network-eyebrow {
        margin-bottom: 24px !important;

        font-size: 10px !important;

        letter-spacing: 1.1px;
    }


    .ags-network-title {
        margin-bottom: 18px !important;

        font-size: 31px !important;

        line-height: 1.16 !important;

        letter-spacing: -0.5px;
    }


    .ags-network-description {
        font-size: 14px !important;

        line-height: 1.6 !important;
    }


    .ags-network-map {
        height: 290px;
    }


    .ags-network-map-image {
        object-position: center center;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .ags-network-container {
        padding-left: 15px;
        padding-right: 15px;
    }


    .ags-network-title {
        font-size: 29px !important;
    }


    .ags-network-description {
        font-size: 13.5px !important;
    }


    .ags-network-map {
        height: 270px;
    }

}
    
/* =========================================================
   AGS LOGISTICS
   NEXT SHIPMENT CTA

   Bootstrap 4.1.2 + Laravel Blade
========================================================= */


/* =========================================================
   MAIN SECTION

   IMPORTANT:
   The blue background, ship, cranes, globe,
   lighting and all visual effects are contained
   inside ONE background image.

   No overlay is required.
========================================================= */

.ags-next-shipment-section {
    position: relative;

    width: 100%;

    min-height: 650px;

    overflow: hidden;

    background-image: url("../../../../assets/website/images/images/dubai/sea-freight/next-shipment-bg.webp");

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center;
}


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

.ags-next-shipment-container {
    position: relative;

    z-index: 2;

    min-height: 650px;

    display: flex;
    padding-left :80px;
    padding-right: 80px;

    align-items: center;
}


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

.ags-next-shipment-content {
    width: 100%;

    max-width: 760px;

    padding: 50px 0;
}


/* =========================================================
   HEADING
========================================================= */

.ags-next-shipment-title {
    display: block;

    margin: 0 0 42px 0 !important;

    padding: 0 !important;

    color: #ffffff !important;

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

    font-size: 50px !important;

    line-height: 1.17 !important;

    font-weight: 400 !important;

    letter-spacing: -1.5px;

    text-transform: none !important;
}


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

.ags-next-shipment-description {
    display: block;

    width: 100%;

    max-width: 750px;

    margin: 0 0 48px 0 !important;

    padding: 0 !important;

    color: #ffffff !important;

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

    font-size: 19px !important;

    line-height: 1.58 !important;

    font-weight: 400 !important;
}


/* =========================================================
   BUTTON
========================================================= */

.ags-next-shipment-btn {
    display: inline-flex !important;

    align-items: center !important;

    justify-content: space-between !important;

    width: 435px;

    max-width: 100%;

    height: 74px;

    padding: 8px 10px 8px 43px;

    border: 0 !important;

    border-radius: 9px;

    background: #13aa50 !important;

    color: #ffffff !important;

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

    font-size: 19px !important;

    line-height: 1 !important;

    font-weight: 400 !important;

    text-decoration: none !important;

    outline: none !important;

    box-shadow: none;

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


/* =========================================================
   BUTTON TEXT
========================================================= */

.ags-next-shipment-btn-text {
    display: block;

    color: #ffffff !important;

    white-space: nowrap;
}


/* =========================================================
   BUTTON ARROW
========================================================= */

.ags-next-shipment-btn-arrow {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 50px;

    height: 50px;

    flex: 0 0 50px;

    margin-left: 18px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.10);

    color: #ffffff !important;

    font-family: Arial, sans-serif;

    font-size: 32px;

    line-height: 1;

    padding-bottom: 4px;
}


/* =========================================================
   HOVER
========================================================= */

.ags-next-shipment-btn:hover {
    background: #0c9845 !important;

    color: #ffffff !important;

    text-decoration: none !important;

    transform: translateY(-2px);
}


/* =========================================================
   FOCUS
========================================================= */

.ags-next-shipment-btn:focus,
.ags-next-shipment-btn:active {
    outline: none !important;

    color: #ffffff !important;

    text-decoration: none !important;

    box-shadow: none !important;
}


/* =========================================================
   LARGE TABLET
========================================================= */

@media (max-width: 1199.98px) {

    .ags-next-shipment-section {
        min-height: 600px;

        background-position: center center;
    }


    .ags-next-shipment-container {
        min-height: 600px;
    }


    .ags-next-shipment-content {
        max-width: 650px;
    }


    .ags-next-shipment-title {
        font-size: 54px !important;

        margin-bottom: 34px !important;
    }


    .ags-next-shipment-description {
        max-width: 650px;

        font-size: 18px !important;

        margin-bottom: 40px !important;
    }


    .ags-next-shipment-btn {
        width: 420px;

        height: 70px;

        font-size: 18px !important;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .ags-next-shipment-section {
        min-height: 560px;

        background-position: 58% center;
    }


    .ags-next-shipment-container {
        min-height: 560px;
    }


    .ags-next-shipment-content {
        max-width: 590px;

        padding: 45px 0;
    }


    .ags-next-shipment-title {
        font-size: 48px !important;

        line-height: 1.15 !important;

        margin-bottom: 30px !important;
    }


    .ags-next-shipment-description {
        font-size: 17px !important;

        line-height: 1.55 !important;

        margin-bottom: 35px !important;
    }


    .ags-next-shipment-btn {
        width: 400px;

        height: 65px;

        padding-left: 32px;

        font-size: 17px !important;
    }


    .ags-next-shipment-btn-arrow {
        width: 44px;

        height: 44px;

        flex-basis: 44px;

        font-size: 28px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .ags-next-shipment-section {
        min-height: 570px;

        background-position: 63% center;

        background-size: cover;
    }


    .ags-next-shipment-container {
        min-height: 570px;

        padding-left: 20px;

        padding-right: 20px;
    }


    .ags-next-shipment-content {
        max-width: 100%;

        padding: 40px 0;
    }


    /* -----------------------------------------
       HEADING
    ----------------------------------------- */

    .ags-next-shipment-title {
        margin-bottom: 24px !important;

        font-size: 40px !important;

        line-height: 1.14 !important;

        letter-spacing: -0.7px;
    }


    /* -----------------------------------------
       DESCRIPTION
    ----------------------------------------- */

    .ags-next-shipment-description {
        max-width: 100%;

        margin-bottom: 30px !important;

        font-size: 16px !important;

        line-height: 1.55 !important;
    }


    /* -----------------------------------------
       BUTTON
    ----------------------------------------- */

    .ags-next-shipment-btn {
        width: 100%;

        height: 60px;

        padding: 7px 9px 7px 24px;

        border-radius: 8px;

        font-size: 16px !important;
    }


    .ags-next-shipment-btn-text {
        white-space: normal;
    }


    .ags-next-shipment-btn-arrow {
        width: 42px;

        height: 42px;

        flex: 0 0 42px;

        margin-left: 12px;

        font-size: 27px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575.98px) {

    .ags-next-shipment-section {
        min-height: 550px;

        /*
         * Shift the single background image slightly
         * to the right so the ship remains visible.
         */
        background-position: 66% center;
    }


    .ags-next-shipment-container {
        min-height: 550px;

        padding-left: 18px;

        padding-right: 18px;
    }


    .ags-next-shipment-content {
        padding: 35px 0;
    }


    .ags-next-shipment-title {
        font-size: 35px !important;

        line-height: 1.14 !important;

        margin-bottom: 21px !important;
    }


    .ags-next-shipment-description {
        font-size: 15px !important;

        line-height: 1.58 !important;

        margin-bottom: 27px !important;
    }


    .ags-next-shipment-btn {
        height: 58px;

        padding-left: 20px;

        font-size: 14px !important;
    }


    .ags-next-shipment-btn-arrow {
        width: 40px;

        height: 40px;

        flex-basis: 40px;

        font-size: 25px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .ags-next-shipment-section {
        min-height: 530px;

        background-position: 68% center;
    }


    .ags-next-shipment-container {
        min-height: 530px;
    }


    .ags-next-shipment-title {
        font-size: 32px !important;
    }


    .ags-next-shipment-description {
        font-size: 14px !important;
    }


    .ags-next-shipment-btn {
        font-size: 13px !important;
    }

}
  
/* =========================================================
   AGS LOGISTICS
   CONTACT / GET IN TOUCH SECTION

   Bootstrap 4.1.2 + Laravel Blade

   IMPORTANT:
   The complete ship / containers / sky / blue gradient
   are contained inside ONE background image:

   contact-bg.webp
========================================================= */


/* =========================================================
   MAIN SECTION
========================================================= */

.ags-contact-section {
    position: relative;

    width: 100%;
    min-height: 883px;

    display: flex;
    align-items: flex-start;

    overflow: hidden;

    isolation: isolate;

    background-image: url("../../../../assets/website/images/images/dubai/sea-freight/contact-bg.webp");

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

    color: #062956;
}


/* =========================================================
   LEFT CONTENT READABILITY GRADIENT

   This is intentionally subtle.

   It does NOT replace or separate the background image.
   It only improves readability behind the left-side text.
========================================================= */

.ags-contact-section::before {
    content: "";

    position: absolute;

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

    width: 59%;

    z-index: 0;

    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.76) 0%,
            rgba(255, 255, 255, 0.64) 32%,
            rgba(255, 255, 255, 0.42) 55%,
            rgba(255, 255, 255, 0.14) 76%,
            rgba(255, 255, 255, 0) 100%
        );
}


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

.ags-contact-container {
    position: relative;

    z-index: 2;

    width: 100%;

    padding-top: 52px;
    padding-bottom: 55px;

     
}


/* =========================================================
   ROW
========================================================= */

.ags-contact-container > .row {
    margin-left: -15px;
    margin-right: -15px;
}


/* =========================================================
   LEFT COLUMN
========================================================= */

.ags-contact-container > .row > .col-lg-6:first-child {
    position: relative;
    z-index: 2;
}


/* =========================================================
   LEFT CONTENT

   Figma reference:
   Content begins toward the upper portion of the section.
   It is NOT vertically centered.
========================================================= */

.ags-contact-content {
    position: relative;

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

    margin: 0;

    padding-top: 37px;
    padding-right: 30px;
    padding-bottom: 30px;
}


/* =========================================================
   MAIN TITLE
========================================================= */

.ags-contact-title {
    display: block;

    width: 100%;

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

    color: #062956 !important;

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

    font-size: 50px !important;

    line-height: 1.13 !important;

    font-weight: 400 !important;

    letter-spacing: -1.5px !important;

    text-transform: none !important;

    text-shadow:
        0 1px 1px rgba(255, 255, 255, 0.25);
}


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

.ags-contact-description {
    display: block;

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

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

    color: #344b66 !important;

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

    font-size: 20px !important;

    line-height: 1.62 !important;

    font-weight: 400 !important;

    text-shadow:
        0 1px 1px rgba(255, 255, 255, 0.25);
}


/* =========================================================
   RIGHT FORM COLUMN
========================================================= */

.ags-contact-container > .row > .col-lg-6:last-child {
    position: relative;

    z-index: 5;
}


/* =========================================================
   FORM CARD
========================================================= */

.ags-contact-form-card {
    position: relative;

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

    margin-left: auto;

    padding: 44px 45px 34px;

    border-radius: 27px;

    background: #ffffff;

    box-shadow:
        0 24px 55px rgba(6, 41, 86, 0.16);
}


/* =========================================================
   FORM HEADER
========================================================= */

.ags-contact-form-header {
    margin: 0 0 34px 0;
}


/* =========================================================
   FORM EYEBROW
========================================================= */

.ags-contact-form-eyebrow {
    display: flex;

    align-items: center;

    margin: 0 0 18px 0;

    color: #0754b4;

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

    font-size: 16px;

    line-height: 1;

    font-weight: 400;

    letter-spacing: 0.2px;

    text-transform: uppercase;
}


/* =========================================================
   FORM HEADER MAIL ICON
========================================================= */

.ags-contact-mail-icon {
    display: flex;

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

    width: 38px;
    height: 38px;

    flex: 0 0 38px;

    margin-right: 13px;

    border-radius: 4px;

    background: #f0f5fd;

    color: #0754b4;
}


.ags-contact-mail-icon svg {
    display: block;

    width: 19px;
    height: 19px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   FORM TITLE
========================================================= */

.ags-contact-form-title {
    display: block;

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

    color: #182442 !important;

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

    font-size: 37px !important;

    line-height: 1.1 !important;

    font-weight: 400 !important;

    letter-spacing: -0.5px !important;
}


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

.ags-contact-form-description {
    display: block;

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

    color: #687386 !important;

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

    font-size: 16px !important;

    line-height: 1.55 !important;

    font-weight: 400 !important;
}


/* =========================================================
   FORM ROW
========================================================= */

.ags-contact-form-card .row {
    margin-left: -11px;
    margin-right: -11px;
}


.ags-contact-form-card .col-md-6,
.ags-contact-form-card .col-md-12 {
    padding-left: 11px;
    padding-right: 11px;
}


/* =========================================================
   FORM GROUP
========================================================= */

.ags-contact-form-card .ags-form-group {
    position: relative;

    width: 100%;

    margin: 0 0 21px 0;
}


/* =========================================================
   ACCESSIBILITY LABEL

   Labels remain in the HTML but are visually hidden.
========================================================= */

.ags-contact-sr-label {
    position: absolute !important;

    width: 1px !important;
    height: 1px !important;

    padding: 0 !important;
    margin: -1px !important;

    overflow: hidden !important;

    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;

    white-space: nowrap !important;

    border: 0 !important;
}


/* =========================================================
   INPUT WRAPPER
========================================================= */

.ags-contact-input-wrap {
    position: relative;

    width: 100%;
}


/* =========================================================
   INPUT ICON
========================================================= */

.ags-contact-input-icon {
    position: absolute;

    top: 0;
    left: 14px;

    z-index: 2;

    width: 24px;
    height: 100%;

    display: flex;

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

    color: #7b8494;

    pointer-events: none;
}


.ags-contact-input-icon svg {
    display: block;

    width: 21px;
    height: 21px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   INPUTS
========================================================= */

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

    width: 100%;
    height: 54px;

    margin: 0 !important;

    padding: 0 15px 0 50px !important;

    border: 1px solid #dfe3e9 !important;

    border-radius: 9px !important;

    background: #ffffff !important;

    color: #1f2b40 !important;

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

    font-size: 16px !important;

    line-height: 1.5 !important;

    font-weight: 400 !important;

    outline: none !important;

    box-shadow: none !important;

    -webkit-appearance: none;

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


/* =========================================================
   PLACEHOLDER
========================================================= */

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

    opacity: 1;
}


/* =========================================================
   INPUT FOCUS
========================================================= */

.ags-contact-form-card .ags-form-control:focus {
    border-color: #a9bdd6 !important;

    background: #ffffff !important;

    outline: none !important;

    box-shadow:
        0 0 0 2px rgba(7, 84, 180, 0.06) !important;
}


/* =========================================================
   TEXTAREA
========================================================= */

.ags-contact-form-card .ags-message {
    width: 100%;

    height: 136px !important;

    min-height: 136px !important;

    padding-top: 15px !important;
    padding-bottom: 15px !important;

    line-height: 1.5 !important;

    resize: vertical;
}


/* =========================================================
   TEXTAREA ICON
========================================================= */

.ags-contact-textarea-wrap .ags-contact-input-icon {
    top: 15px;

    height: 22px;

    align-items: flex-start;
}


/* =========================================================
   MESSAGE GROUP
========================================================= */

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


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.ags-contact-form-card .ags-quote-submit {
    position: relative;

    display: flex !important;

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

    width: 100%;

    height: 58px;

    margin: 0 !important;

    padding: 0 20px !important;

    border: 0 !important;

    border-radius: 9px !important;

    background: #062956 !important;

    color: #ffffff !important;

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

    font-size: 17px !important;

    line-height: 1 !important;

    font-weight: 400 !important;

    text-align: center;

    text-decoration: none !important;

    cursor: pointer;

    outline: none !important;

    box-shadow: none !important;

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


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


/* =========================================================
   SUBMIT HOVER
========================================================= */

.ags-contact-form-card .ags-quote-submit:hover {
    background: #073b70 !important;

    color: #ffffff !important;

    transform: translateY(-1px);

    box-shadow:
        0 7px 18px rgba(6, 41, 86, 0.18) !important;
}


.ags-contact-form-card .ags-quote-submit:focus {
    outline: none !important;

    color: #ffffff !important;

    box-shadow:
        0 0 0 3px rgba(6, 41, 86, 0.12) !important;
}


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


/* =========================================================
   SECURITY MESSAGE
========================================================= */

.ags-contact-security {
    display: flex;

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

    width: 100%;

    margin-top: 24px;

    color: #697386;

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

    font-size: 14px;

    line-height: 1.4;

    font-weight: 400;

    text-align: center;
}


.ags-contact-lock-icon {
    display: inline-flex;

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

    flex: 0 0 auto;

    margin-right: 9px;

    color: #687386;
}


.ags-contact-lock-icon svg {
    display: block;

    width: 17px;
    height: 17px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   EXISTING HONEYPOT

   DO NOT REMOVE.
   This preserves your existing functionality.
========================================================= */

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

    left: -9999px !important;

    width: 1px !important;
    height: 1px !important;

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

    opacity: 0 !important;

    pointer-events: none !important;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1200px) {

    .ags-contact-container {
        max-width: 1540px;
    }

}


/* =========================================================
   LARGE TABLET / LAPTOP
========================================================= */

@media (max-width: 1199.98px) {

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

        background-position: center center;
    }


    .ags-contact-section::before {
        width: 60%;

        background:
            linear-gradient(
                90deg,
                rgba(255, 255, 255, 0.76) 0%,
                rgba(255, 255, 255, 0.61) 35%,
                rgba(255, 255, 255, 0.35) 62%,
                rgba(255, 255, 255, 0) 100%
            );
    }


    .ags-contact-container {
        padding-top: 45px;
        padding-bottom: 45px;
    }


    .ags-contact-content {
        max-width: 650px;

        padding-top: 32px;
        padding-right: 25px;
    }


    .ags-contact-title {
        font-size: 50px !important;

        line-height: 1.14 !important;
    }


    .ags-contact-description {
        max-width: 580px;

        font-size: 18px !important;
    }


    .ags-contact-form-card {
        max-width: 520px;

        padding: 40px 35px 30px;
    }


    .ags-contact-form-title {
        font-size: 35px !important;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .ags-contact-section {
        display: block;

        min-height: auto;

        background-position: center center;
    }


    .ags-contact-section::before {
        width: 65%;
    }


    .ags-contact-container {
        padding-top: 60px;
        padding-bottom: 60px;
    }


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

        padding-top: 0;
        padding-right: 20px;

        margin-bottom: 45px;
    }


    .ags-contact-title {
        margin-bottom: 25px !important;

        font-size: 48px !important;
    }


    .ags-contact-description {
        max-width: 620px;

        font-size: 18px !important;
    }


    .ags-contact-form-card {
        max-width: 100%;

        margin-left: 0;

        padding: 40px 35px 30px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

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

        background-position: 65% center;

        background-size: cover;
    }


    /*
     * On mobile the content and form stack.
     * A softer full-width gradient keeps the text readable
     * while allowing the original image to remain visible.
     */

    .ags-contact-section::before {
        width: 100%;

        background:
            linear-gradient(
                180deg,
                rgba(255, 255, 255, 0.72) 0%,
                rgba(255, 255, 255, 0.55) 38%,
                rgba(255, 255, 255, 0.28) 70%,
                rgba(255, 255, 255, 0.08) 100%
            );
    }


    .ags-contact-container {
        padding-top: 45px;
        padding-bottom: 50px;
    }


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

        padding: 0;

        margin-bottom: 35px;
    }


    .ags-contact-title {
        margin-bottom: 20px !important;

        font-size: 40px !important;

        line-height: 1.12 !important;

        letter-spacing: -0.8px !important;
    }


    .ags-contact-description {
        max-width: 100%;

        font-size: 17px !important;

        line-height: 1.55 !important;
    }


    /* =====================================================
       FORM CARD
    ===================================================== */

    .ags-contact-form-card {
        width: 100%;

        max-width: none;

        padding: 30px 24px 27px;

        border-radius: 20px;

        box-shadow:
            0 18px 40px rgba(6, 41, 86, 0.15);
    }


    /* =====================================================
       FORM HEADER
    ===================================================== */

    .ags-contact-form-header {
        margin-bottom: 27px;
    }


    .ags-contact-form-eyebrow {
        margin-bottom: 14px;

        font-size: 13px;
    }


    .ags-contact-mail-icon {
        width: 34px;
        height: 34px;

        flex-basis: 34px;

        margin-right: 10px;
    }


    .ags-contact-mail-icon svg {
        width: 17px;
        height: 17px;
    }


    .ags-contact-form-title {
        font-size: 31px !important;

        line-height: 1.1 !important;
    }


    .ags-contact-form-description {
        font-size: 14px !important;

        line-height: 1.5 !important;
    }


    /* =====================================================
       FORM GRID
    ===================================================== */

    .ags-contact-form-card .row {
        margin-left: -7px;
        margin-right: -7px;
    }


    .ags-contact-form-card .col-md-6,
    .ags-contact-form-card .col-md-12 {
        padding-left: 7px;
        padding-right: 7px;
    }


    /* =====================================================
       FORM GROUP
    ===================================================== */

    .ags-contact-form-card .ags-form-group {
        margin-bottom: 16px;
    }


    /* =====================================================
       INPUT
    ===================================================== */

    .ags-contact-form-card .ags-form-control {
        height: 53px;

        padding-left: 47px !important;
        padding-right: 14px !important;

        font-size: 15px !important;

        border-radius: 8px !important;
    }


    .ags-contact-input-icon {
        left: 13px;
    }


    .ags-contact-input-icon svg {
        width: 19px;
        height: 19px;
    }


    /* =====================================================
       MESSAGE
    ===================================================== */

    .ags-contact-form-card .ags-message {
        height: 125px !important;

        min-height: 125px !important;
    }


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


    /* =====================================================
       BUTTON
    ===================================================== */

    .ags-contact-form-card .ags-quote-submit {
        height: 56px;

        border-radius: 8px !important;

        font-size: 16px !important;
    }


    /* =====================================================
       SECURITY
    ===================================================== */

    .ags-contact-security {
        margin-top: 20px;

        font-size: 12px;

        line-height: 1.4;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575.98px) {

    .ags-contact-section {
        background-position: 65% center;
    }


    .ags-contact-container {
        padding-top: 38px;
        padding-bottom: 45px;
    }


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

        line-height: 1.13 !important;
    }


    .ags-contact-description {
        font-size: 16px !important;

        line-height: 1.55 !important;
    }


    .ags-contact-form-card {
        padding: 27px 18px 24px;

        border-radius: 17px;
    }


    .ags-contact-form-title {
        font-size: 29px !important;
    }


    .ags-contact-form-description {
        font-size: 13.5px !important;
    }


    .ags-contact-form-card .ags-form-control {
        height: 52px;

        padding-left: 46px !important;

        font-size: 14px !important;
    }


    .ags-contact-input-icon {
        left: 12px;
    }


    .ags-contact-form-card .ags-message {
        height: 120px !important;

        min-height: 120px !important;
    }


    .ags-contact-security {
        align-items: flex-start;

        font-size: 11.5px;

        line-height: 1.5;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .ags-contact-title {
        font-size: 31px !important;
    }


    .ags-contact-form-card {
        padding-left: 15px;
        padding-right: 15px;
    }


    .ags-contact-form-title {
        font-size: 27px !important;
    }


    .ags-contact-form-description {
        font-size: 13px !important;
    }


    .ags-contact-form-card .ags-form-control {
        font-size: 13.5px !important;
    }


    .ags-contact-security {
        font-size: 11px;
    }

}

/* =========================================================
   AGS LOGISTICS
   MORE SERVICES SECTION
   Bootstrap 4.1.2
   UNIQUE CLASS SUFFIX: x7m
========================================================= */


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

.ags-ms-x7m-section {
    position: relative;
    width: 100%;
    padding: 68px 0 70px;
    background: #f8f9fb;
    overflow: hidden;
}


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

.ags-ms-x7m-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.ags-ms-x7m-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 78px;
}


/* =========================================================
   HEADER LEFT
========================================================= */

.ags-ms-x7m-heading {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 900px;
}


/* =========================================================
   EYEBROW
========================================================= */

.ags-ms-x7m-eyebrow {
    display: block;
    margin: 0 0 30px;

    color: #0aa34f;

    font-family: 'Futura Hv BT', sans-serif !important;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.5px;

    text-transform: uppercase;
}


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

.ags-ms-x7m-title {
    display: block;
    max-width: 900px;

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

    color: #143b75 !important;

    font-family: 'Futura Hv BT', sans-serif !important;
    font-size: 53px !important;
    line-height: 1.20 !important;
    font-weight: 400 !important;
    letter-spacing: -1.2px !important;

    text-transform: none !important;
}


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

.ags-ms-x7m-description {
    display: block;
    max-width: 810px;

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

    color: #59677e !important;

    font-family: 'Futura Bk BT', sans-serif !important;
    font-size: 17px !important;
    line-height: 1.65 !important;
    font-weight: 400 !important;
}


/* =========================================================
   HEADER BUTTON WRAPPER
========================================================= */

.ags-ms-x7m-action {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;

    flex: 0 0 auto;

    margin-left: 50px;
    padding-bottom: 8px;
}


/* =========================================================
   VIEW ALL SERVICES BUTTON
========================================================= */

.ags-ms-x7m-view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 260px;
    height: 57px;

    padding: 0 22px;

    border-radius: 8px;

    background: #062f60;
    color: #ffffff !important;

    font-family: 'Futura Md BT', sans-serif !important;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;

    text-decoration: none !important;

    transition:
        background .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}


.ags-ms-x7m-view-btn:hover {
    background: #083b74;
    color: #ffffff !important;

    text-decoration: none !important;

    transform: translateY(-2px);

    box-shadow:
        0 10px 25px rgba(6, 47, 96, .15);
}


.ags-ms-x7m-view-btn i {
    margin-left: 17px;
    font-size: 15px;
    line-height: 1;
}


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

.ags-ms-x7m-grid {
    display: grid !important;

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

    column-gap: 24px !important;
    row-gap: 24px !important;

    width: 100% !important;

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


/* =========================================================
   GRID ITEM
========================================================= */

.ags-ms-x7m-column {
    position: relative;

    display: flex !important;

    flex: none !important;

    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;

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

    box-sizing: border-box;
}


/* =========================================================
   SERVICE CARD
========================================================= */

.ags-ms-x7m-card {
    position: relative;

    display: flex !important;
    flex-direction: column;

    width: 100% !important;

    min-width: 0 !important;
    min-height: 302px;
    height: 100%;

    padding: 32px 32px 30px;

    box-sizing: border-box;

    border: 1px solid #dfe4ea;
    border-radius: 17px;

    background: #ffffff;

    color: #18233c !important;

    text-decoration: none !important;

    overflow: hidden;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}


.ags-ms-x7m-card:hover {
    color: #18233c !important;
    text-decoration: none !important;

    border-color: #d5dce4;

    transform: translateY(-3px);

    box-shadow:
        0 12px 28px rgba(10, 35, 65, .08);
}


/* =========================================================
   CARD TOP

   IMPORTANT:
   Both icon and arrow are vertically aligned
   from the same top reference point.
========================================================= */

.ags-ms-x7m-card-top {
    display: flex;

    align-items: flex-start;
    justify-content: space-between;

    width: 100%;

    min-height: 64px;

    margin: 0 0 36px;
}


/* =========================================================
   SERVICE ICON CIRCLE

   IMPORTANT:
   These properties are intentionally very specific
   so another service section cannot override them.
========================================================= */

.ags-ms-x7m-icon {
    display: flex !important;

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

    width: 64px !important;
    height: 64px !important;

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

    flex: 0 0 64px !important;

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

    box-sizing: border-box;

    border-radius: 50% !important;

    background: #eff6ff !important;

    color: #103d79 !important;

    overflow: hidden;
}


/* =========================================================
   SERVICE ICON IMAGE

   Reset any global img styles.
========================================================= */

.ags-ms-x7m-icon img {
    display: block !important;

    width: 32px !important;
    height: 32px !important;

    max-width: 32px !important;
    max-height: 32px !important;

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

    object-fit: contain;

    border: 0 !important;
}


/* =========================================================
   CARD ARROW CIRCLE
========================================================= */

.ags-ms-x7m-arrow {
    display: flex !important;

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

    width: 50px !important;
    height: 50px !important;

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

    flex: 0 0 50px !important;

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

    box-sizing: border-box;

    border-radius: 50% !important;

    background: #ffffff !important;

    color: #103d79 !important;

    box-shadow:
        0 8px 18px rgba(15, 35, 65, .13);

    transition:
        transform .2s ease,
        box-shadow .2s ease;

    overflow: hidden;
}


/* =========================================================
   ARROW IMAGE

   Reset global image rules.
========================================================= */

.ags-ms-x7m-arrow img {
    display: block !important;

    width: 24px !important;
    height: 24px !important;

    max-width: 24px !important;
    max-height: 24px !important;

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

    object-fit: contain;

    border: 0 !important;
}


/* =========================================================
   CARD HOVER ARROW
========================================================= */

.ags-ms-x7m-card:hover .ags-ms-x7m-arrow {
    transform: translateX(3px);

    box-shadow:
        0 10px 22px rgba(15, 35, 65, .17);
}


/* =========================================================
   CARD CONTENT
========================================================= */

.ags-ms-x7m-card-content {
    width: 100%;

    margin-top: auto;
}


/* =========================================================
   CARD TITLE
========================================================= */

.ags-ms-x7m-card-content h3 {
    display: block;

    width: 100%;

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

    color: #17233e !important;

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

    font-size: 21px !important;
    line-height: 1.25 !important;
    font-weight: 400 !important;

    letter-spacing: -.15px;

    text-transform: none !important;
}


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

.ags-ms-x7m-card-content p {
    display: block;

    width: 100%;

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

    color: #737e92 !important;

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

    font-size: 14px !important;
    line-height: 1.58 !important;
    font-weight: 400 !important;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (max-width: 1399.98px) {

    .ags-ms-x7m-container {
        max-width: 1200px;
    }

    .ags-ms-x7m-title {
        font-size: 50px !important;
    }

}


/* =========================================================
   DESKTOP / LAPTOP
========================================================= */

@media (max-width: 1199.98px) {

    .ags-ms-x7m-section {
        padding: 60px 0;
    }

    .ags-ms-x7m-container {
        max-width: 960px;
    }

    .ags-ms-x7m-header {
        margin-bottom: 58px;
    }

    .ags-ms-x7m-title {
        font-size: 45px !important;
    }

    .ags-ms-x7m-description {
        font-size: 16px !important;
    }

    .ags-ms-x7m-action {
        margin-left: 30px;
    }

    .ags-ms-x7m-view-btn {
        width: 235px;
    }

    .ags-ms-x7m-card {
        min-height: 295px;
        padding: 29px;
    }

}


/* =========================================================
   TABLET
   2 COLUMNS
========================================================= */

@media (max-width: 991.98px) {

    .ags-ms-x7m-section {
        padding: 55px 0 50px;
    }

    .ags-ms-x7m-container {
        max-width: 720px;
    }

    .ags-ms-x7m-header {
        display: block;
        margin-bottom: 45px;
    }

    .ags-ms-x7m-heading {
        max-width: 100%;
    }

    .ags-ms-x7m-title {
        max-width: 700px;
        font-size: 42px !important;
    }

    .ags-ms-x7m-description {
        max-width: 650px;
    }

    .ags-ms-x7m-action {
        display: block;

        margin: 28px 0 0;
        padding: 0;
    }

    .ags-ms-x7m-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;

        column-gap: 20px !important;
        row-gap: 20px !important;
    }

    .ags-ms-x7m-card {
        min-height: 285px;
    }

}


/* =========================================================
   MOBILE
   1 COLUMN
========================================================= */

@media (max-width: 767.98px) {

    .ags-ms-x7m-section {
        padding: 48px 0 42px;
    }

    .ags-ms-x7m-container {
        max-width: 100%;

        padding-right: 20px;
        padding-left: 20px;
    }

    .ags-ms-x7m-eyebrow {
        margin-bottom: 20px;

        font-size: 11px;
        letter-spacing: 1.2px;
    }

    .ags-ms-x7m-title {
        max-width: 100%;

        margin-bottom: 18px !important;

        font-size: 34px !important;
        line-height: 1.18 !important;
        letter-spacing: -.6px !important;
    }

    .ags-ms-x7m-description {
        max-width: 100%;

        font-size: 15px !important;
        line-height: 1.55 !important;
    }

    .ags-ms-x7m-desktop-break {
        display: none;
    }

    .ags-ms-x7m-action {
        margin-top: 25px;
    }

    .ags-ms-x7m-view-btn {
        width: 100%;
        max-width: 280px;

        height: 54px;

        font-size: 15px;
    }


    /* ================================================
       MOBILE GRID
    ================================================= */

    .ags-ms-x7m-grid {
        grid-template-columns:
            minmax(0, 1fr) !important;

        column-gap: 0 !important;
        row-gap: 16px !important;
    }


    .ags-ms-x7m-card {
        min-height: 270px;

        padding: 25px 23px;

        border-radius: 15px;
    }


    .ags-ms-x7m-card-top {
        min-height: 58px;

        margin-bottom: 27px;
    }


    .ags-ms-x7m-icon {
        width: 58px !important;
        height: 58px !important;

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

        flex-basis: 58px !important;
    }


    .ags-ms-x7m-icon img {
        width: 29px !important;
        height: 29px !important;

        max-width: 29px !important;
        max-height: 29px !important;
    }


    .ags-ms-x7m-arrow {
        width: 45px !important;
        height: 45px !important;

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

        flex-basis: 45px !important;

        margin-top: 5px !important;
    }


    .ags-ms-x7m-arrow img {
        width: 22px !important;
        height: 22px !important;

        max-width: 22px !important;
        max-height: 22px !important;
    }


    .ags-ms-x7m-card-content h3 {
        margin-bottom: 12px !important;

        font-size: 19px !important;
    }


    .ags-ms-x7m-card-content p {
        font-size: 14px !important;
        line-height: 1.55 !important;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575.98px) {

    .ags-ms-x7m-section {
        padding-top: 42px;
        padding-bottom: 35px;
    }

    .ags-ms-x7m-container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .ags-ms-x7m-title {
        font-size: 30px !important;
    }

    .ags-ms-x7m-description {
        font-size: 14px !important;
    }

    .ags-ms-x7m-view-btn {
        max-width: none;
    }

    .ags-ms-x7m-card {
        min-height: 255px;

        padding: 23px 20px;
    }

    .ags-ms-x7m-card-content h3 {
        font-size: 18px !important;
    }

    .ags-ms-x7m-card-content p {
        font-size: 13.5px !important;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .ags-ms-x7m-title {
        font-size: 27px !important;
    }

    .ags-ms-x7m-card {
        min-height: 245px;
    }

    .ags-ms-x7m-icon {
        width: 54px !important;
        height: 54px !important;

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

        flex-basis: 54px !important;
    }

    .ags-ms-x7m-icon img {
        width: 27px !important;
        height: 27px !important;

        max-width: 27px !important;
        max-height: 27px !important;
    }

    .ags-ms-x7m-arrow {
        width: 42px !important;
        height: 42px !important;

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

        flex-basis: 42px !important;
    }

    .ags-ms-x7m-arrow img {
        width: 20px !important;
        height: 20px !important;

        max-width: 20px !important;
        max-height: 20px !important;
    }

}
/* ==========================================
   OUR PROCESS SECTION
   Bootstrap 4.1.2
========================================== */

.ags-process-section {
    width: 100%;
    padding: 70px 0 90px;
    background: #ffffff;
    overflow: hidden;
}


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

.ags-process-section .container {
    max-width: 1180px;
}


/* ==========================================
   SECTION HEADER
========================================== */

.ags-process-header {
    text-align: center;
    margin: 0 auto 60px;
}


/* ==========================================
   EYEBROW
========================================== */

.ags-process-eyebrow {
    display: block;
    margin-bottom: 28px;

    font-family: 'Futura Bk BT', sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #0ba64b;
}


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

.ags-process-title {
    max-width: 850px;
    margin: 0 auto 25px;

    font-family: 'Futura Bk BT', sans-serif;
    font-size: 48px;
    line-height: 1.12;
    font-weight: 700;

    letter-spacing: -1px;

    color: #07152f;
}


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

.ags-process-description {
    max-width: 850px;
    margin: 0 auto;

    font-family: 'Futura Bk BT', sans-serif;
    font-size: 17px;
    line-height: 1.55;
    font-weight: 400;

    color: #27354d;
}


/* ==========================================
   PROCESS GRID
========================================== */

.ags-process-grid {
    margin-left: -14px;
    margin-right: -14px;
}

.ags-process-grid > [class*="col-"] {
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 28px;
}


/* ==========================================
   PROCESS CARD
========================================== */

.ags-process-card {
    height: 100%;
    min-height: 348px;

    padding: 24px 40px 30px;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;

    background: #ffffff;

    border-radius: 15px;

    box-shadow: 0 8px 28px rgba(15, 35, 65, 0.08);

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


/* ==========================================
   CARD HOVER
========================================== */

.ags-process-card:hover {
    transform: translateY(-4px);

    box-shadow: 0 14px 35px rgba(15, 35, 65, 0.12);
}


/* ==========================================
   ICON CIRCLE
========================================== */

.ags-process-icon {
    width: 76px;
    height: 76px;

    margin-bottom: 24px;

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

    border-radius: 50%;

    background: #edf5ff;

    flex-shrink: 0;
}


/* ==========================================
   SVG ICON
========================================== */

.ags-process-icon img {
    display: block;

    width: 42px;
    height: 42px;

    object-fit: contain;
}


/* ==========================================
   STEP NUMBER
========================================== */

.ags-process-number {
    margin-bottom: 20px;

    font-family: 'Futura Bk BT', sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;

    color: #2458d8;
}


/* ==========================================
   CARD TITLE
========================================== */

.ags-process-card-title {
    width: 100%;

    margin: 0 0 23px;

    font-family: 'Futura Bk BT', sans-serif;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 700;

    color: #101a31;
}


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

.ags-process-card-text {
    max-width: 290px;

    margin: 0 auto;

    font-family: 'Futura Bk BT', sans-serif;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;

    color: #5d687d;
}


/* ==========================================
   LARGE DESKTOP
========================================== */

@media (min-width: 1200px) {

    .ags-process-section {
        padding-top: 72px;
        padding-bottom: 92px;
    }

    .ags-process-title {
        font-size: 50px;
    }

    .ags-process-card {
        min-height: 348px;
    }

}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991.98px) {

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

    .ags-process-header {
        margin-bottom: 45px;
    }

    .ags-process-eyebrow {
        margin-bottom: 22px;
    }

    .ags-process-title {
        font-size: 40px;
    }

    .ags-process-description {
        font-size: 16px;
    }

    .ags-process-card {
        min-height: 350px;
        padding-left: 30px;
        padding-right: 30px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767.98px) {

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

    .ags-process-section .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ags-process-header {
        margin-bottom: 35px;
    }

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

        font-size: 12px;
        letter-spacing: 1.7px;
    }

    .ags-process-title {
        font-size: 32px;
        line-height: 1.18;
        letter-spacing: -0.5px;

        margin-bottom: 20px;
    }

    .ags-process-description {
        font-size: 15px;
        line-height: 1.5;
    }

    .ags-process-grid {
        margin-left: -8px;
        margin-right: -8px;
    }

    .ags-process-grid > [class*="col-"] {
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 16px;
    }

    .ags-process-card {
        min-height: 0;

        padding: 28px 25px 32px;

        border-radius: 14px;
    }

    .ags-process-icon {
        width: 70px;
        height: 70px;

        margin-bottom: 20px;
    }

    .ags-process-icon img {
        width: 38px;
        height: 38px;
    }

    .ags-process-number {
        margin-bottom: 15px;
        font-size: 17px;
    }

    .ags-process-card-title {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .ags-process-card-text {
        max-width: 330px;
        font-size: 14px;
        line-height: 1.55;
    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 575.98px) {

    .ags-process-section {
        padding: 42px 0 50px;
    }

    .ags-process-title {
        font-size: 28px;
    }

    .ags-process-description {
        font-size: 14px;
    }

    .ags-process-card {
        padding: 25px 22px 30px;
    }

}

/* ==========================================
   TRADE LANES SECTION
========================================== */

.ags-trade-lanes-section {
    width: 100%;
    padding: 70px 0 90px;
    background: #f8f9ff;
    overflow: hidden;
}


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

.ags-trade-lanes-section .container {
    max-width: 1080px;
}


/* ==========================================
   SECTION HEADER
========================================== */

.ags-trade-lanes-header {
    text-align: center;
    margin: 0 auto 40px;
}


/* ==========================================
   EYEBROW
========================================== */

.ags-trade-lanes-eyebrow {
    display: block;

    margin-bottom: 27px;

    font-family: 'Futura Bk BT', sans-serif;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;

    letter-spacing: 1.8px;
    text-transform: uppercase;

    color: #08a64b;
}


/* ==========================================
   TITLE
========================================== */

.ags-trade-lanes-title {
    max-width: 780px;

    margin: 0 auto 18px;

    font-family: 'Futura Bk BT', sans-serif;
    font-size: 43px;
    line-height: 1.2;
    font-weight: 700;

    letter-spacing: -0.5px;

    color: #10265b;
}


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

.ags-trade-lanes-description {
    margin: 0;

    font-family: 'Futura Bk BT', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;

    color: #4d5c76;
}


/* ==========================================
   TABLE OUTER WRAPPER
========================================== */

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

    background: #ffffff;

    border: 1px solid #cad9f4;

    border-radius: 14px;

    overflow: hidden;

    box-shadow: 0 3px 10px rgba(22, 55, 110, 0.05);
}


/* ==========================================
   TABLE SCROLL
========================================== */

.ags-trade-table-scroll {
    width: 100%;
    overflow-x: auto;

    -webkit-overflow-scrolling: touch;
}


/* ==========================================
   TABLE
========================================== */

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

    margin: 0;

    border-collapse: collapse;

    table-layout: fixed;

    font-family: 'Futura Bk BT', sans-serif;
}


/* ==========================================
   COLUMN WIDTHS
========================================== */

.ags-trade-table th:nth-child(1),
.ags-trade-table td:nth-child(1) {
    width: 31%;
}

.ags-trade-table th:nth-child(2),
.ags-trade-table td:nth-child(2) {
    width: 25%;
}

.ags-trade-table th:nth-child(3),
.ags-trade-table td:nth-child(3) {
    width: 17%;
}

.ags-trade-table th:nth-child(4),
.ags-trade-table td:nth-child(4) {
    width: 27%;
}


/* ==========================================
   TABLE HEADER
========================================== */

.ags-trade-table thead {
    background: #edf3ff;
}

.ags-trade-table th {
    height: 42px;

    padding: 0 24px;

    border-bottom: 1px solid #d6e1f5;

    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;

    color: #172d61;

    text-align: left;

    white-space: nowrap;
}


/* ==========================================
   HEADER ICON + TEXT
========================================== */

.ags-trade-th-content {
    display: inline-flex;

    align-items: center;

    gap: 9px;
}

.ags-trade-th-content i {
    font-size: 12px;

    color: #19366f;

    flex-shrink: 0;
}


/* ==========================================
   TABLE BODY
========================================== */

.ags-trade-table tbody tr {
    background: #ffffff;
}


/* ==========================================
   TABLE CELLS
========================================== */

.ags-trade-table td {
    height: 44px;

    padding: 0 24px;

    border-bottom: 1px solid #e1e6ee;

    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;

    color: #172037;

    vertical-align: middle;

    white-space: nowrap;
}


/* ==========================================
   LAST ROW
========================================== */

.ags-trade-table tbody tr:last-child td {
    border-bottom: 0;
}


/* ==========================================
   HOVER
========================================== */

.ags-trade-table tbody tr:hover {
    background: #fafcff;
}


/* ==========================================
   LARGE DESKTOP
========================================== */

@media (min-width: 1200px) {

    .ags-trade-lanes-section {
        padding-top: 70px;
        padding-bottom: 90px;
    }

    .ags-trade-lanes-title {
        font-size: 44px;
    }

    .ags-trade-table th {
        height: 43px;
        padding-left: 28px;
        padding-right: 28px;
    }

    .ags-trade-table td {
        height: 44px;
        padding-left: 28px;
        padding-right: 28px;
    }

}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991.98px) {

    .ags-trade-lanes-section {
        padding: 60px 0 70px;
    }

    .ags-trade-lanes-section .container {
        max-width: 960px;
    }

    .ags-trade-lanes-header {
        margin-bottom: 35px;
    }

    .ags-trade-lanes-title {
        font-size: 38px;
    }

    .ags-trade-lanes-description {
        font-size: 15px;
    }

    .ags-trade-table {
        min-width: 900px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767.98px) {

    .ags-trade-lanes-section {
        padding: 50px 0 60px;
    }

    .ags-trade-lanes-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ags-trade-lanes-header {
        margin-bottom: 30px;
    }

    .ags-trade-lanes-eyebrow {
        margin-bottom: 18px;

        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .ags-trade-lanes-title {
        font-size: 31px;
        line-height: 1.18;

        letter-spacing: -0.3px;

        margin-bottom: 16px;
    }

    .ags-trade-lanes-description {
        font-size: 14px;
    }

    .ags-trade-table-wrapper {
        border-radius: 12px;
    }

    /*
     * Keep the table wide enough for all four
     * columns. The parent scrolls horizontally.
     */
    .ags-trade-table {
        min-width: 850px;
    }

    .ags-trade-table th {
        height: 42px;

        padding: 0 18px;

        font-size: 12px;
    }

    .ags-trade-table td {
        height: 44px;

        padding: 0 18px;

        font-size: 12px;
    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 575.98px) {

    .ags-trade-lanes-section {
        padding: 42px 0 50px;
    }

    .ags-trade-lanes-title {
        font-size: 28px;
    }

    .ags-trade-lanes-description {
        font-size: 14px;
    }

    .ags-trade-table {
        min-width: 820px;
    }

}



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

.ags-sea-hero {
    position: relative;

    width: 100%;
    min-height: 930px;

    background-image: url("../../../../assets/website/images/images/dubai/sea-freight/hero-bg.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    overflow: hidden;
}


/* Dark overlay */

.ags-sea-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

  

    z-index: 1;
}


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

.ags-sea-hero-container {
    position: relative;
    z-index: 2;

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

    min-height: 930px;

    margin: 0 auto;

    padding-top: 20px;
    padding-bottom: 70px;
    padding-left: 55px;
    padding-right: 55px;
}


.ags-sea-hero-row {
    min-height: 790px;
}


/* ==========================================
   LEFT CONTENT
========================================== */

.ags-sea-hero-content {
    padding-right: 40px;
}


/* SEO H1 / EYEBROW */

.ags-sea-hero-eyebrow {
    display: inline-flex;
    align-items: center;

    margin: 0 0 27px;
    padding: 8px 13px;

    background: rgba(28, 103, 185, 0.65);

    border-radius: 3px;

    font-family: 'Futura Bk BT', sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;

    letter-spacing: 1.3px;

    color: #9dc9f7;

    text-transform: uppercase;
}


/* MAIN H2 */

.ags-sea-hero-title {
    margin: 0 0 27px;

    max-width: 850px;

    font-family: 'Futura Bk BT', sans-serif;
    font-size: 55px;
    line-height: 1.12;
    font-weight: 700;

    letter-spacing: -1px;

    color: #ffffff;
}


/* DESCRIPTION */

.ags-sea-hero-description {
    max-width: 800px;

    margin: 0 0 38px;

    font-family: 'Futura Bk BT', sans-serif;
    font-size: 18px;
    line-height: 1.65;
    font-weight: 400;

    color: #ffffff;
}


/* ==========================================
   BUTTONS
========================================== */

.ags-sea-hero-buttons {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;

    gap: 16px;
}


.ags-sea-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 55px;

    padding: 0 31px;

    border-radius: 30px;

    font-family: 'Futura Bk BT', sans-serif;
    font-size: 16px;
    font-weight: 700;

    text-decoration: none !important;

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


.ags-sea-btn:hover {
    transform: translateY(-2px);
    text-decoration: none !important;
}


/* GREEN BUTTON */

.ags-sea-btn-primary {
    background: #21c96b;
    color: #ffffff;

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}


.ags-sea-btn-primary:hover {
    color: #ffffff;
    background: #18b960;
}


/* WHITE BUTTON */

.ags-sea-btn-secondary {
    background: #ffffff;
    color: #092f60;

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.10);
}


.ags-sea-btn-secondary:hover {
    color: #092f60;
    background: #f5f8fc;
}


.ags-sea-btn-arrow {
    margin-left: 15px;

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


/* ==========================================
   FORM COLUMN
========================================== */

.ags-sea-form-column {
    padding-left: 25px;
}


/* ==========================================
   FORM CARD
========================================== */

.ags-sea-quote-card {
    width: 100%;

    padding: 40px;

    background: #ffffff;

    border-radius: 16px;

    box-shadow:
        0 25px 55px rgba(0, 0, 0, 0.18);

    color: #18233c;
}


/* FORM TITLE */

.ags-sea-form-title {
    margin: 0 0 10px;

    font-family: 'Futura Bk BT', sans-serif;
    font-size: 32px;
    line-height: 1.12;
    font-weight: 700;

    color: #172038;
}


/* FORM INTRO */

.ags-sea-form-intro {
    margin: 0 0 28px;

    font-family: 'Futura Bk BT', sans-serif;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;

    color: #596579;
}


.ags-sea-form-intro strong {
    color: #165bd7;
    font-weight: 700;
}


/* ==========================================
   FORM GROUP
========================================== */

.ags-quote-form-group {
    margin-bottom: 18px;
}


.ags-quote-form-group label {
    display: block;

    margin: 0 0 7px;

    font-family: 'Futura Bk BT', sans-serif;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;

    color: #39445a;
}


.ags-quote-form-group label span {
    color: #ed4141;
}


/* ==========================================
   FORM CONTROL
========================================== */

.ags-quote-form-control {
    display: block;

    width: 100%;
    height: 52px;

    padding: 0 16px;

    border: 1px solid #d7dce4;
    border-radius: 7px;

    background: #ffffff;

    font-family: 'Futura Bk BT', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;

    color: #202a3d;

    outline: none;

    box-shadow: none;

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


.ags-quote-form-control::placeholder {
    color: #858d9d;
    opacity: 1;
}


.ags-quote-form-control:focus {
    border-color: #175fd3;

    box-shadow:
        0 0 0 3px rgba(23, 95, 211, 0.10);

    outline: none;
}


/* ==========================================
   SELECT
========================================== */

.ags-quote-select {
    appearance: none;
    -webkit-appearance: none;

    padding-right: 45px;

    background-image:
        linear-gradient(45deg, transparent 50%, #778296 50%),
        linear-gradient(135deg, #778296 50%, transparent 50%);

    background-position:
        calc(100% - 20px) 22px,
        calc(100% - 14px) 22px;

    background-size:
        6px 6px,
        6px 6px;

    background-repeat: no-repeat;

    cursor: pointer;
}


/* ==========================================
   INTERNATIONAL PHONE INPUT
========================================== */

.ags-quote-form-group .iti {
    display: block;

    position: relative;

    width: 100%;
}


/* Phone input */

.ags-quote-form-group .iti input {
    display: block;

    width: 100%;
    height: 52px;

    padding: 0 16px 0 95px;

    border: 1px solid #d7dce4;
    border-radius: 7px;

    background: #ffffff;

    font-family: 'Futura Bk BT', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;

    color: #202a3d;

    outline: none;

    box-shadow: none;

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


/* Phone placeholder */

.ags-quote-form-group .iti input::placeholder {
    color: #858d9d;
    opacity: 1;
}


/* Phone focus */

.ags-quote-form-group .iti input:focus {
    border-color: #175fd3;

    box-shadow:
        0 0 0 3px rgba(23, 95, 211, 0.10);

    outline: none;
}


/* ==========================================
   COUNTRY SELECTOR
========================================== */

.ags-quote-form-group .iti__selected-country {
    padding: 0 10px;
}


.ags-quote-form-group .iti__selected-country-primary {
    height: 100%;
}


/* Country selector hover */

.ags-quote-form-group .iti__selected-country:hover {
    background: transparent;
}


/* ==========================================
   COUNTRY DROPDOWN
========================================== */

.ags-quote-form-group .iti__country-list {
    position: absolute;

    z-index: 99999;

    width: 300px;
    min-width: 300px;
    max-width: 300px;

    margin-top: 4px;

    background: #ffffff;

    border: 1px solid #d7dce4;

    border-radius: 6px;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.15);

    white-space: nowrap;

    overflow-x: hidden;
}


/* Country item */

.ags-quote-form-group .iti__country {
    min-height: 44px;

    padding: 10px 12px;

    white-space: nowrap;
}


/* Country item hover */

.ags-quote-form-group .iti__country:hover {
    background: #f5f8fc;
}


/* Country name */

.ags-quote-form-group .iti__country-name {
    display: inline-block;

    white-space: nowrap;

    font-family: 'Futura Bk BT', sans-serif;
    font-size: 15px;
}


/* Dial code */

.ags-quote-form-group .iti__dial-code {
    white-space: nowrap;

    font-family: 'Futura Bk BT', sans-serif;
    font-size: 14px;
}


/* Search field if enabled by library */

.ags-quote-form-group .iti__search-input {
    width: calc(100% - 20px);

    margin: 10px;

    height: 40px;

    padding: 0 10px;

    border: 1px solid #d7dce4;
    border-radius: 5px;

    font-family: 'Futura Bk BT', sans-serif;
}


/* ==========================================
   SUBMIT BUTTON
========================================== */

.ags-quote-submit {
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;

    width: 100%;
    min-height: 56px;

    margin-top: 3px;

    padding: 0 50px 0 25px;

    border: 0;
    border-radius: 7px;

    background: #062e5d;

    font-family: 'Futura Bk BT', sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;

    color: #ffffff;

    cursor: pointer;

    box-shadow: none;

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}


.ags-quote-submit:hover {
    background: #08254a;

    transform: translateY(-1px);
}


.ags-quote-submit:focus {
    outline: none;
}


.ags-submit-arrow {
    position: absolute;

    right: 22px;

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


/* ==========================================
   SECURITY NOTE
========================================== */

.ags-quote-security {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    margin-top: 20px;

    font-family: 'Futura Bk BT', sans-serif;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;

    color: #727c8e;

    text-align: center;
}


.ags-security-icon {
    font-size: 14px;
}


/* ==========================================
   HIDDEN USERNAME FIELD
========================================== */

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

    left: -9999px !important;

    width: 1px !important;
    height: 1px !important;

    opacity: 0 !important;

    pointer-events: none !important;
}


/* ==========================================
   BOOTSTRAP ROW FIX
========================================== */

.ags-sea-quote-card .row {
    margin-left: -10px;
    margin-right: -10px;
}


.ags-sea-quote-card .row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}


/* ==========================================
   LARGE DESKTOP
========================================== */

@media (min-width: 1400px) {

    .ags-sea-hero {
        min-height: 930px;
    }


    .ags-sea-hero-container {
        min-height: 930px;

        padding-left: 70px;
        padding-right: 70px;
    }


    .ags-sea-hero-title {
        font-size: 68px;
    }


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


    .ags-sea-quote-card {
        padding: 40px;
    }

}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1199.98px) {

    .ags-sea-hero {
        min-height: auto;

        background-position: center center;
    }


    .ags-sea-hero-container {
        min-height: auto;

        padding: 70px 40px;
    }


    .ags-sea-hero-row {
        min-height: auto;
    }


    .ags-sea-hero-content {
        padding-right: 20px;
    }


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


    .ags-sea-hero-description {
        font-size: 17px;
    }


    .ags-sea-form-column {
        padding-left: 10px;
    }


    .ags-sea-quote-card {
        padding: 30px;
    }


    .ags-sea-form-title {
        font-size: 28px;
    }


    .ags-sea-btn {
        padding-left: 23px;
        padding-right: 23px;

        font-size: 15px;
    }

}


/* ==========================================
   MOBILE / SMALL TABLET
========================================== */

@media (max-width: 991.98px) {

    .ags-sea-hero {
        background-position: 60% center;
    }


    .ags-sea-hero-overlay {
        
    }


    .ags-sea-hero-container {
        padding: 55px 25px;
    }


    .ags-sea-hero-content {
        padding-right: 0;
        margin-bottom: 45px;
    }


    .ags-sea-hero-title {
        font-size: 48px;
        line-height: 1.12;
    }


    .ags-sea-hero-description {
        max-width: 700px;

        font-size: 17px;
    }


    .ags-sea-form-column {
        padding-left: 15px;
        padding-right: 15px;
    }


    .ags-sea-quote-card {
        max-width: 650px;

        margin-left: auto;
        margin-right: auto;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767.98px) {

    .ags-sea-hero {
        min-height: auto;

        background-position: 62% center;
    }


    .ags-sea-hero-container {
        padding: 45px 18px;
    }


    .ags-sea-hero-eyebrow {
        margin-bottom: 20px;

        font-size: 10px;
        letter-spacing: 1px;
    }


    .ags-sea-hero-title {
        margin-bottom: 20px;

        font-size: 39px;
        line-height: 1.12;
        letter-spacing: -0.5px;
    }


    .ags-sea-hero-description {
        margin-bottom: 28px;

        font-size: 16px;
        line-height: 1.55;
    }


    /* Keep buttons usable on mobile */

    .ags-sea-hero-buttons {
        flex-direction: column;
        align-items: stretch;

        width: 100%;

        gap: 12px;
    }


    .ags-sea-btn {
        width: 100%;

        min-height: 54px;

        padding-left: 20px;
        padding-right: 20px;
    }


    .ags-sea-quote-card {
        padding: 25px 20px;

        border-radius: 14px;
    }


    .ags-sea-form-title {
        font-size: 27px;
    }


    .ags-sea-form-intro {
        font-size: 15px;
    }


    .ags-quote-form-group {
        margin-bottom: 16px;
    }


    .ags-quote-form-control {
        height: 51px;
    }


    /* International phone input */

    .ags-quote-form-group .iti input {
        height: 51px;
    }


    /* Country dropdown */

    .ags-quote-form-group .iti__country-list {
        width: 280px;
        min-width: 280px;
        max-width: calc(100vw - 36px);
    }

}


/* ==========================================
   VERY SMALL MOBILE
========================================== */

@media (max-width: 575.98px) {

    .ags-sea-hero-title {
        font-size: 34px;
    }


    .ags-sea-hero-description {
        font-size: 15px;
    }


    .ags-sea-quote-card {
        padding: 23px 17px;
    }


    .ags-sea-form-title {
        font-size: 25px;
    }


    .ags-sea-quote-card .row {
        margin-left: -7px;
        margin-right: -7px;
    }


    .ags-sea-quote-card .row > [class*="col-"] {
        padding-left: 7px;
        padding-right: 7px;
    }


    /* Stack form fields on very small screens */

    .ags-sea-quote-card .col-md-6 {
        width: 100%;

        flex: 0 0 100%;

        max-width: 100%;
    }


    .ags-quote-security {
        font-size: 12px;
    }


    /* Phone input */

    .ags-quote-form-group .iti input {
        height: 51px;

        padding-left: 90px;
    }


    /* Phone country dropdown */

    .ags-quote-form-group .iti__country-list {
        width: 270px;

        min-width: 270px;

        max-width: calc(100vw - 34px);
    }


    .ags-quote-form-group .iti__country {
        padding: 9px 10px;
    }


    .ags-quote-form-group .iti__country-name {
        font-size: 14px;
    }

}


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

    .ags-stats-section {
        width: 100%;

        padding: 38px 0 40px;

        background-color: #F8F9FF;
    }


    /* ==========================================
       ROW
    ========================================== */

    .ags-stats-row {
        position: relative;

        margin-left: 0;
        margin-right: 0;
    }


    /* ==========================================
       STAT COLUMN
    ========================================== */

    .ags-stat-col {
        position: relative;

        padding: 0;
    }


    /*
     * Vertical separators
     * Only desktop/tablet layout
     */

    .ags-stat-col:not(:last-child)::after {
        content: "";

        position: absolute;

        top: 5px;
        right: 0;

        width: 1px;
        height: 98px;

        background-color: #9DA4B4;
    }


    /* ==========================================
       STAT ITEM
    ========================================== */

    .ags-stat-item {
        display: flex;

        flex-direction: column;
column-gap: 10px !important;
        align-items: center;
        justify-content: center;

        min-height: 105px;

        text-align: center;
    }


    /* ==========================================
       ICON
    ========================================== */

    .ags-stat-icon {
        display: flex;

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

        width: 25px;
        height: 25px;

        margin-bottom: 7px;

        color: #2476E8;

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


    .ags-stat-icon i {
        display: block;
    }


    /* ==========================================
       NUMBER
    ========================================== */

    .ags-stat-number {
        margin: 0;

        font-family: 'Futura Bk BT', sans-serif;

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

        font-weight: 700;

        letter-spacing: -1px;

        color: #062F63;
    }


    /* ==========================================
       LABEL
    ========================================== */

    .ags-stat-label {
        margin-top: 7px;

        font-family: 'Futura Bk BT', sans-serif;

        font-size: 12.67px !important;
        line-height: 1.2;

        font-weight: 500;

        color: #666666;

        text-align: center;
    }


    /* ==========================================
       LARGE DESKTOP
    ========================================== */

    @media (min-width: 1200px) {

        .ags-stats-section {
            padding-top: 40px;
            padding-bottom: 42px;
        }

        .ags-stat-item {
            min-height: 105px;
        }

        .ags-stat-number {
            font-size: 39px;
        }

        .ags-stat-label {
            font-size: 16px;
        }

    }


    /* ==========================================
       TABLET
    ========================================== */

    @media (max-width: 991.98px) {

        .ags-stats-section {
            padding: 35px 0;
        }

        .ags-stat-col {
            margin-bottom: 25px;
        }

        /*
         * Remove separator from the second item
         * because columns become 2 x 2.
         */

        .ags-stat-col:nth-child(2)::after {
            display: none;
        }

        /*
         * Add a horizontal separator between
         * the first and second row.
         */

        .ags-stat-col:nth-child(1)::before,
        .ags-stat-col:nth-child(2)::before {
            content: "";

            position: absolute;

            bottom: -13px;
            left: 10%;
            right: 10%;

            height: 1px;

            background-color: #9DA4B4;
        }

    }


    /* ==========================================
       MOBILE
    ========================================== */

    @media (max-width: 575.98px) {

        .ags-stats-section {
            padding: 30px 0;
        }

        .ags-stat-item {
            min-height: 95px;
        }

        .ags-stat-icon {
            width: 30px;
            height: 30px;

            margin-bottom: 6px;

            font-size: 27px;
        }

        .ags-stat-number {
            font-size: 30px;
        }

        .ags-stat-label {
            margin-top: 5px;

            font-size: 13px;
        }

    }


    /* ==========================================
       EXTRA SMALL MOBILE
    ========================================== */

    @media (max-width: 400px) {

        .ags-stat-number {
            font-size: 27px;
        }

        .ags-stat-label {
            font-size: 12px;
        }

        .ags-stat-icon {
            font-size: 24px;
        }

    }

/* ==========================================
   MAIN SECTION
========================================== */

.ags-services-hero {
    position: relative;

    width: 100%;
    min-height: 940px;

    padding-left: 30px;
    padding-right: 30px;

    background-image:
        url("../../../../assets/website/images/images/dubai/sea-freight/ags-services-bg.webp");

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    overflow: hidden;
}


/* ==========================================
   BACKGROUND OVERLAY
========================================== */

.ags-services-hero-overlay {
    position: absolute;
    z-index: 1;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.98) 0%,
            rgba(255, 255, 255, 0.94) 28%,
            rgba(255, 255, 255, 0.72) 46%,
            rgba(255, 255, 255, 0.20) 65%,
            rgba(255, 255, 255, 0) 82%
        );
}


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

.ags-services-container {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1866px;
    min-height: 940px;

    padding-top: 82px;
    padding-bottom: 430px;
}


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

.ags-services-content {
    position: relative;
    max-width: 790px;
}


/* ==========================================
   EYEBROW
========================================== */

.ags-services-eyebrow {
    display: block;

    margin: 0 0 35px;

    font-family: "Futura Bk BT", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;

    letter-spacing: 1.6px;
    text-transform: uppercase;

    color: #08a34a;
}


/* ==========================================
   HEADING
========================================== */

.ags-services-title {
    margin: 0 0 28px;

    font-family: "Futura Bk BT", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.18;

    letter-spacing: -1px;

    color: #102039;
}


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

.ags-services-content > .ags-services-description {
    max-width: 760px;

    margin: 0 0 34px;

    font-family: "Futura Bk BT", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.72;

    color: #4d5b63;
}


/* ==========================================
   MAIN CTA
========================================== */

.ags-services-main-btn {
    min-width: 385px;
    min-height: 64px;

    padding: 0 32px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: #062f60;
    color: #ffffff;

    border-radius: 7px;

    font-family: "Futura Bk BT", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;

    text-decoration: none !important;

    box-shadow: 0 10px 25px rgba(6, 47, 96, 0.16);

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.ags-services-main-btn:hover {
    background: #0a3f7d;
    color: #ffffff;

    text-decoration: none !important;

    transform: translateY(-2px);
}

.ags-services-main-arrow {
    margin-left: 20px;

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


/* ==========================================
   SERVICES PANEL
========================================== */

.ags-services-panel {
    position: absolute;
    z-index: 3;

    left: 15px;
    right: 15px;
    bottom: 0;

    min-height: 370px;

    background: #ffffff;

    border: 1px solid #b9cdbf;
    border-radius: 25px;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);

    overflow: hidden;
}

/*
 * Ensure all Bootstrap columns and cards have
 * exactly the same height.
 */

.ags-services-panel > .row {
    min-height: 368px;
    align-items: stretch;
}

.ags-services-panel > .row > [class*="col-"] {
    display: flex;
}


/* ==========================================
   SERVICE ITEM
========================================== */

.ags-service-item {
    position: relative;

    width: 100%;
    min-height: 368px;

    padding: 67px 28px 48px;

    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    text-align: center;
}


/* ==========================================
   VERTICAL SEPARATORS
========================================== */

.ags-services-panel > .row > [class*="col-"]:not(:last-child)
.ags-service-item::after {
    content: "";

    position: absolute;

    top: 54px;
    right: 0;
    bottom: 54px;

    width: 1px;

    background: #c8d5cb;
}


/* ==========================================
   SERVICE ICON
========================================== */

.ags-service-icon {
    width: 56px;
    height: 56px;
    min-height: 56px;

    margin: 0 auto 25px;

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

    background-color: transparent !important;
}

.ags-service-icon img {
    display: block;

    width: 56px;
    height: 56px;

    max-width: 100%;
    max-height: 100%;

    object-fit: contain;
}


/* ==========================================
   SERVICE TITLE
========================================== */

.ags-service-title {
    margin: 0 0 14px;

    font-family: "Futura Bk BT", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;

    color: #102039;
}


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

.ags-service-description {
    max-width: 290px;

    margin: 0 auto;

    font-family: "Futura Bk BT", sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.45;

    color: #47544d;

    text-align: center;
}


/* ==========================================
   LARGE DESKTOP
========================================== */

@media (min-width: 1400px) {

    .ags-services-container {
        max-width: 1866px;
        padding-top: 88px;
    }

    .ags-services-title {
        font-size: 62px;
    }

    .ags-services-content > .ags-services-description {
        max-width: 800px;
        font-size: 20px;
    }

    .ags-service-item {
        padding-left: 30px;
        padding-right: 30px;
    }
}


/* ==========================================
   DESKTOP / LAPTOP
========================================== */

@media (max-width: 1399.98px) {

    .ags-services-hero {
        min-height: 880px;
    }

    .ags-services-container {
        min-height: 880px;

        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 380px;
    }

    .ags-services-title {
        font-size: 52px;
    }

    .ags-services-content > .ags-services-description {
        max-width: 690px;
        font-size: 17px;
    }

    .ags-services-panel {
        min-height: 330px;
    }

    .ags-services-panel > .row {
        min-height: 328px;
    }

    .ags-service-item {
        min-height: 328px;

        padding: 55px 18px 40px;
    }

    .ags-services-panel > .row > [class*="col-"]:not(:last-child)
    .ags-service-item::after {
        top: 45px;
        bottom: 45px;
    }

    .ags-service-icon {
        width: 50px;
        height: 50px;
        min-height: 50px;

        margin-bottom: 23px;
    }

    .ags-service-icon img {
        width: 50px;
        height: 50px;
    }

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

    .ags-service-description {
        max-width: 245px;
        font-size: 16px;
    }
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991.98px) {

    .ags-services-hero {
        min-height: auto;
        background-position: 62% center;
    }

    .ags-services-hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(255, 255, 255, 0.97) 0%,
                rgba(255, 255, 255, 0.91) 42%,
                rgba(255, 255, 255, 0.55) 72%,
                rgba(255, 255, 255, 0.18) 100%
            );
    }

    .ags-services-container {
        min-height: auto;

        padding-top: 65px;
        padding-bottom: 55px;
    }

    .ags-services-content {
        max-width: 700px;
    }

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

    .ags-services-panel {
        position: relative;

        left: auto;
        right: auto;
        bottom: auto;

        min-height: 0;

        margin-top: 70px;

        border-radius: 20px;
    }

    .ags-services-panel > .row {
        min-height: 0;
    }

    /*
     * Two-column service grid on tablet.
     */

    .ags-services-panel > .row > .col-lg {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .ags-service-item {
        min-height: 280px;
        padding: 45px 25px 38px;
    }

    /*
     * Reset the desktop separators.
     */

    .ags-services-panel > .row > [class*="col-"]
    .ags-service-item::after {
        display: none;
    }

    /*
     * Add a separator between the two columns.
     */

    .ags-services-panel > .row > [class*="col-"]:nth-child(odd):not(:last-child)
    .ags-service-item::after {
        display: block;

        top: 35px;
        right: 0;
        bottom: 35px;
    }

    /*
     * Horizontal separators between rows.
     */

    .ags-services-panel > .row > [class*="col-"]:not(:nth-last-child(-n + 2))
    .ags-service-item {
        border-bottom: 1px solid #c8d5cb;
    }
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767.98px) {

    .ags-services-hero {
        padding-left: 0;
        padding-right: 0;

        background-position: 65% center;
    }

    .ags-services-hero-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(255, 255, 255, 0.96) 0%,
                rgba(255, 255, 255, 0.90) 55%,
                rgba(255, 255, 255, 0.72) 100%
            );
    }

    .ags-services-container {
        padding: 55px 20px 40px;
    }

    .ags-services-eyebrow {
        margin-bottom: 25px;
        font-size: 12px;
    }

    .ags-services-title {
        margin-bottom: 22px;

        font-size: 40px;
        line-height: 1.15;
    }

    .ags-services-content > .ags-services-description {
        margin-bottom: 28px;

        font-size: 16px;
        line-height: 1.6;
    }

    .ags-services-main-btn {
        width: 100%;
        min-width: 0;
        min-height: 58px;

        padding-left: 20px;
        padding-right: 20px;

        font-size: 15px;
    }

    .ags-services-panel {
        margin-top: 50px;
        border-radius: 16px;
    }

    /*
     * Single-column service grid on mobile.
     */

    .ags-services-panel > .row > .col-lg {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ags-service-item {
        min-height: auto;

        padding: 35px 25px;

        align-items: center;
        text-align: center;
    }

    /*
     * Remove all vertical separators.
     */

    .ags-services-panel > .row > [class*="col-"]
    .ags-service-item::after {
        display: none;
    }

    /*
     * Horizontal separators between cards.
     */

    .ags-services-panel > .row > [class*="col-"]:not(:last-child)
    .ags-service-item {
        border-bottom: 1px solid #c8d5cb;
    }

    .ags-service-icon {
        width: 46px;
        height: 46px;
        min-height: 46px;

        margin-bottom: 18px;
    }

    .ags-service-icon img {
        width: 46px;
        height: 46px;
    }

    .ags-service-title {
        margin-bottom: 10px;
        font-size: 19px;
    }

    .ags-service-description {
        max-width: 320px;
        font-size: 15px;
    }
}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 575.98px) {

    .ags-services-title {
        font-size: 34px;
    }

    .ags-services-content > .ags-services-description {
        font-size: 15px;
    }

    .ags-services-main-btn {
        font-size: 14px;
    }

    .ags-service-item {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/* ==========================================
   FIGMA SERVICE PANEL CORRECTION
   Add this at the END of the stylesheet
========================================== */

@media (min-width: 992px) {

    .ags-services-panel {
        min-height: 0;
        border-radius: 24px;
    }

    /*
     * Preserve the proportions of the
     * 1866 × 375 Figma component.
     */
    .ags-services-panel > .row {
        min-height: 0;
        aspect-ratio: 1866 / 375;
        align-items: stretch;
    }

    .ags-services-panel > .row > [class*="col-"] {
        display: flex;
    }

    .ags-services-panel .ags-service-item {
        width: 100%;
        height: 100%;
        min-height: 0;

        padding: 52px 24px 35px !important;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;

        text-align: center;
    }

    .ags-services-panel .ags-service-icon {
        width: 44px;
        height: 44px;
        min-height: 44px;

        margin: 0 auto 24px !important;
    }

    .ags-services-panel .ags-service-icon img {
        width: 44px;
        height: 44px;
    }

    .ags-services-panel .ags-service-title {
        margin: 0 0 14px;

        font-size: 20px;
        line-height: 1.25;
    }

    .ags-services-panel .ags-service-description {
        max-width: 260px;

        margin: 0 auto;

        font-size: 17px;
        line-height: 1.45;
    }

    .ags-services-panel > .row > [class*="col-"]:not(:last-child)
    .ags-service-item::after {
        display: block;

        top: 15%;
        right: 0;
        bottom: 15%;

        width: 1px;
        height: auto;

        background: #c8d5cb;
    }
}

@media (max-width: 767.98px) {

    .ags-services-panel .ags-service-title {
        width: 100%;
        margin-left: auto;
        margin-right: auto;

        text-align: center !important;
    }
}
    /* ==========================================
   WHY SEA FREIGHT MATTERS
========================================== */

.why-sea-freight-section {
    background: #f8f9ff;
    padding: 82px 0 78px;
    overflow: hidden;
}


/* ==========================================
   LEFT CONTENT
========================================== */

.why-sea-freight-content {
    padding-right: 35px;
}


/* ==========================================
   EYEBROW
========================================== */

.why-sea-freight-eyebrow {
    display: block;

    margin-bottom: 34px;

    color: #00a651;

    font-size: 13px;
    font-weight: 700;

    line-height: 1.2;

    letter-spacing: 2px;
    text-transform: uppercase;
}


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

.why-sea-freight-title {
    margin: 0 0 31px;

    color: #121a30;

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

    line-height: 1.22;

    letter-spacing: -1.5px;
}


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

.why-sea-freight-description {
    max-width: 760px;

    margin: 0;

    color: #526078;

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

    line-height: 1.62;

    letter-spacing: 0;
}


/* ==========================================
   FEATURES GRID
========================================== */

.why-sea-freight-features {
    display: grid;

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

    column-gap: 28px;
    row-gap: 35px;

    margin-top: 48px;
}


/* ==========================================
   FEATURE ITEM
========================================== */

.why-feature-item {
    min-width: 0;
}


/* ==========================================
   FEATURE ICON
========================================== */

.why-feature-icon {
    width: 48px;
    height: 48px;

    margin-bottom: 14px;

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

    border-radius: 50%;

    background: #eef4ff;
}

.why-feature-icon img {
    display: block;

    width: 42px;
    height: 42px;

    max-width: 100%;
    max-height: 100%;

    object-fit: contain;
}


/* ==========================================
   FEATURE TITLE
========================================== */

.why-feature-title {
    min-height: 38px;

    margin: 0 0 5px;

    color: #141c31;

    font-size: 16px;
    font-weight: 700;

    line-height: 1.25;
}


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

.why-feature-text {
    margin: 0;

    color: #758096;

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

    line-height: 1.55;
}


/* ==========================================
   CTA
========================================== */

.why-sea-freight-cta {
    margin-top: 48px;
}

.why-sea-freight-button {
    width: 335px;
    min-height: 57px;

    padding: 0 27px;

    display: inline-flex;
    align-items: center;
    justify-content: space-between;

    border-radius: 7px;

    background: #062b55;
    color: #ffffff;

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

    line-height: 1;

    text-decoration: none;

    transition: all 0.25s ease;
}

.why-sea-freight-button:hover {
    background: #0a3b70;
    color: #ffffff;

    text-decoration: none;

    transform: translateY(-1px);
}

.why-button-arrow {
    margin-left: 20px;

    font-size: 25px;
    font-weight: 300;

    line-height: 1;
}


/* ==========================================
   RIGHT IMAGE
========================================== */

.why-sea-freight-image {
    width: 100%;

    overflow: hidden;
}

.why-sea-freight-image img {
    display: block;

    width: 100%;
    height: 762px;

    object-fit: cover;
    object-position: center;

    border-radius: 0;
}


/* ==========================================
   LARGE DESKTOP
========================================== */

@media (max-width: 1399px) {

    .why-sea-freight-section {
        padding: 75px 0;
    }

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

    .why-sea-freight-description {
        font-size: 17px;
    }

    .why-sea-freight-features {
        column-gap: 22px;
    }

    .why-sea-freight-image img {
        height: 700px;
    }

}


/* ==========================================
   TABLET / SMALL DESKTOP
========================================== */

@media (max-width: 1199px) {

    .why-sea-freight-section {
        padding: 65px 0;
    }

    .why-sea-freight-content {
        padding-right: 15px;
    }

    .why-sea-freight-title {
        font-size: 40px;
        letter-spacing: -1px;
    }

    .why-sea-freight-description {
        font-size: 16px;
        line-height: 1.6;
    }

    .why-sea-freight-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        column-gap: 30px;
        row-gap: 30px;

        margin-top: 40px;
    }

    .why-sea-freight-image img {
        height: 650px;
    }

}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .why-sea-freight-section {
        padding: 60px 0;
    }

    .why-sea-freight-content {
        padding-right: 0;
    }

    .why-sea-freight-title {
        font-size: 42px;
    }

    .why-sea-freight-description {
        max-width: 850px;
    }

    .why-sea-freight-image {
        margin-top: 50px;
    }

    .why-sea-freight-image img {
        width: 100%;
        height: 500px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .why-sea-freight-section {
        padding: 50px 0;
    }

    .why-sea-freight-eyebrow {
        margin-bottom: 22px;

        font-size: 11px;
        letter-spacing: 1.7px;
    }

    .why-sea-freight-title {
        margin-bottom: 22px;

        font-size: 34px;
        line-height: 1.2;

        letter-spacing: -0.7px;
    }

    .why-sea-freight-description {
        font-size: 15px;
        line-height: 1.6;
    }

    .why-sea-freight-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        column-gap: 20px;
        row-gap: 30px;

        margin-top: 35px;
    }

    .why-feature-icon {
        width: 44px;
        height: 44px;
    }

    .why-feature-icon img {
        width: 38px;
        height: 38px;
    }

    .why-feature-title {
        min-height: auto;

        font-size: 15px;
    }

    .why-feature-text {
        font-size: 12px;
    }

    .why-sea-freight-cta {
        margin-top: 38px;
    }

    .why-sea-freight-button {
        width: 100%;
        min-height: 55px;

        padding: 0 22px;

        font-size: 15px;
    }

    .why-sea-freight-image {
        margin-top: 45px;
    }

    .why-sea-freight-image img {
        height: 400px;
    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {

    .why-sea-freight-section {
        padding: 42px 0;
    }

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

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

    .why-sea-freight-features {
        column-gap: 15px;
        row-gap: 28px;
    }

    .why-feature-title {
        font-size: 14px;
    }

    .why-feature-text {
        font-size: 11.5px;
        line-height: 1.5;
    }

    .why-sea-freight-image img {
        height: 330px;
    }

}

/* ==========================================
   WHY CHOOSE US
========================================== */

.ags-why-choose-section {
    background: #ffffff;
    padding: 82px 0 88px;
}


/* ==========================================
   SECTION HEADER
========================================== */

.ags-why-choose-header {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
}


/* ==========================================
   EYEBROW
========================================== */

.ags-section-eyebrow {
    display: block;
    margin-bottom: 34px;

    color: #009b4d;

    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;

    letter-spacing: 2px;
    text-transform: uppercase;
}


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

.ags-why-choose-heading {
    margin: 0;

    color: #121a30;

    font-size: 50px;
    font-weight: 500;
    line-height: 1.28;

    letter-spacing: -1.5px;
}


/* ==========================================
   INTRO TEXT
========================================== */

.ags-why-choose-intro {
    max-width: 1000px;
    margin: 28px auto 0;

    color: #596478;

    font-size: 18px;
    font-weight: 500;
    line-height: 1.68;
}


/* ==========================================
   CARDS ROW
========================================== */

.ags-why-choose-cards {
    margin-top: 84px;
    margin-left: -12px;
    margin-right: -12px;

    /* Stretch all columns within each Bootstrap row */
    align-items: stretch;
}

.ags-why-choose-cards > [class*="col-"] {
    display: flex;

    padding-left: 12px;
    padding-right: 12px;
}


/* ==========================================
   FEATURE CARD
========================================== */

.ags-why-card {
    width: 100%;
    min-height: 288px;

    /* Fill the complete height of the Bootstrap column */
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;

    padding: 21px 22px 24px;

    background: #f8f9fc;

    border: 1px solid #edf0f5;
    border-radius: 14px;

    box-shadow: 0 3px 12px rgba(12, 35, 65, 0.035);

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

.ags-why-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(12, 35, 65, 0.08);
}


/* ==========================================
   ICON
========================================== */

.ags-why-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 34px;

    display: flex;
    flex: 0 0 50px;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #edf4ff;
}

.ags-why-icon img {
    display: block;

    width: 50px;
    height: 50px;

    max-width: 100%;
    max-height: 100%;

    object-fit: contain;
}


/* ==========================================
   NUMBER
========================================== */

.ags-why-number {
    margin-bottom: 9px;

    color: #1755c9;

    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
}


/* ==========================================
   CARD TITLE
========================================== */

.ags-why-card-title {
    margin: 0 0 14px;

    color: #121a30;

    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;

    letter-spacing: -0.2px;
}


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

.ags-why-card-text {
    margin: 0;

    color: #596579;

    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}


/* ==========================================
   CTA
========================================== */

.ags-why-choose-cta {
    margin-top: 30px;
    text-align: center;
}

.ags-why-choose-button {
    width: 365px;
    min-height: 59px;

    padding: 0 28px;

    display: inline-flex;
    align-items: center;
    justify-content: space-between;

    border-radius: 7px;

    background: #062b55;
    color: #ffffff;

    font-size: 16px;
    font-weight: 500;
    line-height: 1;

    text-decoration: none;

    transition: all 0.25s ease;
}

.ags-why-choose-button:hover {
    background: #0b3b70;
    color: #ffffff;

    text-decoration: none;

    transform: translateY(-1px);
}

.ags-why-button-arrow {
    margin-left: 20px;

    font-size: 25px;
    font-weight: 300;
    line-height: 1;
}


/* ==========================================
   LARGE DESKTOP
========================================== */

@media (max-width: 1399px) {

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

    .ags-why-choose-heading {
        font-size: 48px;
    }

    .ags-why-choose-intro {
        font-size: 17px;
    }

    .ags-why-choose-cards {
        margin-top: 70px;
    }

    .ags-why-card {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/* ==========================================
   1199px
========================================== */

@media (max-width: 1199px) {

    .ags-why-choose-heading {
        font-size: 43px;
    }

    .ags-why-choose-intro {
        max-width: 900px;
        font-size: 16px;
    }

    .ags-why-choose-cards {
        margin-top: 60px;
    }

    .ags-why-card {
        min-height: 280px;
    }

    .ags-why-card-title {
        font-size: 17px;
    }

    .ags-why-card-text {
        font-size: 13px;
    }
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .ags-why-choose-section {
        padding: 65px 0 70px;
    }

    .ags-section-eyebrow {
        margin-bottom: 25px;
    }

    .ags-why-choose-heading {
        font-size: 39px;
        line-height: 1.25;
    }

    .ags-why-choose-intro {
        margin-top: 22px;
    }

    /*
     * Bootstrap 4:
     * At this breakpoint cards become 2 columns.
     */
    .ags-why-choose-cards {
        margin-top: 50px;
    }

    .ags-why-choose-cards > [class*="col-"] {
        margin-bottom: 24px;
    }

    .ags-why-card {
        min-height: 275px;
    }

    .ags-why-choose-cta {
        margin-top: 30px;
    }
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .ags-why-choose-section {
        padding: 52px 0 60px;
    }

    .ags-section-eyebrow {
        margin-bottom: 20px;

        font-size: 11px;
        letter-spacing: 1.7px;
    }

    .ags-why-choose-heading {
        font-size: 32px;
        line-height: 1.22;

        letter-spacing: -0.7px;
    }

    .ags-why-choose-intro {
        margin-top: 20px;

        font-size: 15px;
        line-height: 1.6;
    }

    .ags-why-choose-cards {
        margin-top: 38px;
        margin-left: -8px;
        margin-right: -8px;
    }

    .ags-why-choose-cards > [class*="col-"] {
        padding-left: 8px;
        padding-right: 8px;

        margin-bottom: 16px;
    }

    .ags-why-card {
        min-height: 255px;
        padding: 18px;
    }

    .ags-why-icon {
        width: 46px;
        height: 46px;
        flex-basis: 46px;

        margin-bottom: 25px;
    }

    .ags-why-icon img {
        width: 46px;
        height: 46px;
    }

    .ags-why-number {
        font-size: 19px;
    }

    .ags-why-card-title {
        font-size: 16px;
    }

    .ags-why-card-text {
        font-size: 12.5px;
    }

    .ags-why-choose-cta {
        margin-top: 30px;
    }

    .ags-why-choose-button {
        width: 100%;
        max-width: 365px;
        min-height: 56px;

        padding: 0 22px;

        font-size: 14px;
    }
}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {

    .ags-why-choose-section {
        padding: 45px 0 50px;
    }

    .ags-why-choose-heading {
        font-size: 28px;
    }

    .ags-why-choose-intro {
        font-size: 14px;
    }

    /*
     * Keep 2 columns on small mobile,
     * matching the compact card layout.
     */
    .ags-why-card {
        min-height: 245px;
        padding: 16px;
    }

    .ags-why-card-title {
        font-size: 15px;
    }

    .ags-why-card-text {
        font-size: 11.5px;
        line-height: 1.5;
    }
}


/* ==========================================
   SEA FREIGHT - INDUSTRY EXPERTISE
========================================== */

.ags-sea-industry-section {
    position: relative;
    padding: 82px 0 90px;
    background: #f8f9ff;
    overflow: hidden;
}


/* ==========================================
   HEADER
========================================== */

.ags-sea-industry-header {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}


/* ==========================================
   EYEBROW
========================================== */

.ags-sea-industry-eyebrow {
    display: block;
    margin-bottom: 30px;

    color: #009b4d;

    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;

    letter-spacing: 2px;
    text-transform: uppercase;
}


/* ==========================================
   TITLE
========================================== */

.ags-sea-industry-title {
    margin: 0;

    color: #102d63;

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

    line-height: 1.2;
    letter-spacing: -1px;
}


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

.ags-sea-industry-description {
    margin: 17px auto 0;

    color: #98a9c4;

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

    line-height: 1.55;
}


/* ==========================================
   CAROUSEL
========================================== */

.ags-sea-industry-carousel {
    position: relative;
    margin-top: 38px;
}


/* ==========================================
   VIEWPORT
========================================== */

.ags-sea-industry-viewport {
    width: 100%;
    overflow: hidden;
}


/* ==========================================
   TRACK
========================================== */

.ags-sea-industry-track {
    display: flex;
    gap: 26px;

    transition: transform 0.45s ease;

    will-change: transform;
}


/* ==========================================
   CARD
========================================== */

.ags-sea-industry-card {
    position: relative;

    flex: 0 0 calc((100% - 78px) / 4);

    min-width: 0;

    background: #ffffff;

    border: 1px solid #edf0f5;
    border-radius: 15px;

    box-shadow: 0 3px 10px rgba(20, 45, 80, 0.04);
}


/* ==========================================
   CARD IMAGE
========================================== */

.ags-sea-industry-image {
    width: 100%;
    height: 204px;

    overflow: hidden;

    border-radius: 15px 15px 0 0;
}


.ags-sea-industry-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.4s ease;
}


.ags-sea-industry-card:hover
.ags-sea-industry-image img {
    transform: scale(1.04);
}


/* ==========================================
   ICON
========================================== */

.ags-sea-industry-icon {
    position: absolute;

    top: 170px;
    left: 26px;

    z-index: 3;

    width: 52px;
    height: 52px;

    display: flex;

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

    background: #ffffff;

    border-radius: 50%;

    box-shadow: 0 5px 15px rgba(18, 38, 68, 0.14);
}


.ags-sea-industry-icon img {
    display: block;

    width: 27px;
    height: 27px;

    object-fit: contain;
}


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

.ags-sea-industry-content {
    min-height: 250px;

    padding: 42px 25px 28px;

    background: #ffffff;

    border-radius: 0 0 15px 15px;
}


/* ==========================================
   CARD TITLE
========================================== */

.ags-sea-industry-content h3 {
    margin: 0 0 14px;

    color: #111d37;

    font-size: 20px;
    font-weight: 700;

    line-height: 1.3;
    letter-spacing: -0.3px;
}


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

.ags-sea-industry-content p {
    margin: 0;

    color: #a0a0a0;

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

    line-height: 1.5;
}


/* ==========================================
   ARROWS
========================================== */

.ags-sea-industry-arrow {
    position: absolute;

    top: 50%;
    z-index: 10;

    width: 50px;
    height: 50px;

    padding: 0;

    display: flex;

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

    border: none;
    border-radius: 50%;

    background: #ffffff;

    color: #153e78;

    box-shadow: 0 5px 18px rgba(20, 40, 75, 0.13);

    cursor: pointer;

    transform: translateY(-50%);

    transition: all 0.25s ease;
}


.ags-sea-industry-arrow:hover {
    background: #0a3161;
    color: #ffffff;
}


.ags-sea-industry-arrow span {
    position: relative;
    top: -2px;

    font-size: 31px;
    font-weight: 300;
    line-height: 1;
}


.ags-sea-industry-prev {
    left: -25px;
}


.ags-sea-industry-next {
    right: -25px;
}


.ags-sea-industry-arrow.disabled {
    opacity: 0.35;
    pointer-events: none;
}


/* ==========================================
   PAGINATION
========================================== */

.ags-sea-industry-pagination {
    display: flex;

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

    gap: 9px;

    margin-top: 34px;
}


.ags-sea-industry-dot {
    width: 17px;
    height: 8px;

    padding: 0;

    border: 0;

    border-radius: 20px;

    background: #e2e5eb;

    cursor: pointer;

    transition: all 0.25s ease;
}


.ags-sea-industry-dot.active {
    width: 35px;
    background: #062d5d;
}


/* ==========================================
   CTA
========================================== */

.ags-sea-industry-cta {
    margin-top: 49px;
    text-align: center;
}


.ags-sea-industry-button {
    min-width: 365px;
    min-height: 59px;

    padding: 0 29px;

    display: inline-flex;

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

    border-radius: 7px;

    background: #062d5d;

    color: #ffffff;

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

    line-height: 1;

    text-decoration: none;

    box-shadow: 0 5px 15px rgba(6, 45, 93, 0.10);

    transition: all 0.25s ease;
}


.ags-sea-industry-button:hover {
    background: #0b3b72;

    color: #ffffff;

    text-decoration: none;

    transform: translateY(-2px);
}


.ags-sea-industry-button-arrow {
    margin-left: 25px;

    font-size: 25px;
    font-weight: 300;
}


/* ==========================================
   1399px
========================================== */

@media (max-width: 1399px) {

    .ags-sea-industry-section {
        padding-top: 75px;
    }

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

    .ags-sea-industry-track {
        gap: 20px;
    }

    .ags-sea-industry-card {
        flex-basis: calc((100% - 60px) / 4);
    }

    .ags-sea-industry-image {
        height: 190px;
    }

    .ags-sea-industry-icon {
        top: 156px;
    }

}


/* ==========================================
   1199px
========================================== */

@media (max-width: 1199px) {

    .ags-sea-industry-title {
        font-size: 42px;
    }

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

    /* 3 columns */
    .ags-sea-industry-card {
        flex: 0 0 calc((100% - 40px) / 3);
    }

    .ags-sea-industry-image {
        height: 205px;
    }

    .ags-sea-industry-icon {
        top: 171px;
    }

    .ags-sea-industry-content {
        min-height: 235px;
    }

    .ags-sea-industry-arrow {
        width: 46px;
        height: 46px;
    }

    .ags-sea-industry-prev {
        left: -20px;
    }

    .ags-sea-industry-next {
        right: -20px;
    }

}


/* ==========================================
   991px
========================================== */

@media (max-width: 991px) {

    .ags-sea-industry-section {
        padding: 65px 0 75px;
    }

    .ags-sea-industry-eyebrow {
        margin-bottom: 24px;
    }

    .ags-sea-industry-title {
        font-size: 38px;
    }

    .ags-sea-industry-carousel {
        margin-top: 35px;
    }

    /* 2 columns */
    .ags-sea-industry-card {
        flex: 0 0 calc((100% - 20px) / 2);
    }

    .ags-sea-industry-track {
        gap: 20px;
    }

    .ags-sea-industry-image {
        height: 220px;
    }

    .ags-sea-industry-icon {
        top: 186px;
    }

    .ags-sea-industry-content {
        min-height: 240px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .ags-sea-industry-arrow {
        display: none;
    }

}


/* ==========================================
   767px
========================================== */

@media (max-width: 767px) {

    .ags-sea-industry-section {
        padding: 50px 0 60px;
    }

    .ags-sea-industry-eyebrow {
        margin-bottom: 18px;

        font-size: 11px;
        letter-spacing: 1.7px;
    }

    .ags-sea-industry-title {
        font-size: 31px;
        line-height: 1.25;
    }

    .ags-sea-industry-description {
        margin-top: 15px;

        font-size: 14px;
        line-height: 1.6;
    }

    .ags-sea-industry-carousel {
        margin-top: 30px;
    }

    /* Restore carousel controls on mobile and keep them inside the card edges. */
    .ags-sea-industry-arrow {
        display: flex;
        width: 42px;
        height: 42px;
    }

    .ags-sea-industry-arrow span {
        font-size: 27px;
    }

    .ags-sea-industry-prev {
        left: 10px;
    }

    .ags-sea-industry-next {
        right: 10px;
    }

    /* 1 column */
    .ags-sea-industry-card {
        flex: 0 0 100%;
    }

    .ags-sea-industry-image {
        height: 220px;
    }

    .ags-sea-industry-icon {
        top: 186px;
        left: 22px;
    }

    .ags-sea-industry-content {
        min-height: 230px;
        padding: 40px 22px 25px;
    }

    .ags-sea-industry-content h3 {
        font-size: 19px;
    }

    .ags-sea-industry-pagination {
        margin-top: 27px;
    }

    .ags-sea-industry-cta {
        margin-top: 38px;
    }

    .ags-sea-industry-button {
        width: 100%;
        max-width: 365px;

        min-width: 0;
        min-height: 56px;

        padding: 0 22px;

        font-size: 14px;
    }

}


/* ==========================================
   480px
========================================== */

@media (max-width: 480px) {

    .ags-sea-industry-title {
        font-size: 28px;
    }

    .ags-sea-industry-description {
        font-size: 13px;
    }

    .ags-sea-industry-image {
        height: 200px;
    }

    .ags-sea-industry-icon {
        top: 166px;
    }

    .ags-sea-industry-content {
        min-height: 220px;
    }

}
/* Content and interaction QA: retain the supplied visual system. */
.ags-document-cta { margin-top: 36px; text-align: center; }
.ags-faq-question-heading { margin: 0; font: inherit; }
.ags-stat-since { display: flex; flex-direction: column; }
.ags-stat-since .ags-stat-label { order: 3; }
.ags-stat-since .ags-stat-number { order: 2; }
.ags-stat-since .ags-stat-icon { order: 1; }
.ags-more-link { display: inline-block; margin-top: 12px; }
.ags-blogs-section { padding: 48px 0; text-align: center; }
.ags-blogs-section h2 { margin: 0; }
.ags-blogs-section a { color: #15274a; }
.ags-sea-industry-viewport { overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
.ags-sea-industry-viewport::-webkit-scrollbar { display: none; }
.ags-sea-industry-track { transform: none !important; transition: none; will-change: auto; }
.ags-sea-industry-card { scroll-snap-align: start; }
.ags-sea-industry-arrow:disabled { cursor: default; opacity: .4; }
.ags-sea-industry-dot { position: relative; }
.ags-sea-industry-dot::before { content: ''; position: absolute; inset: -7px; }
.ags-contact-section .iti { width: 100%; }
.ags-contact-section .iti input[type="tel"] { padding-left: 96px !important; }
.ags-contact-input-wrap:has(.iti) > .ags-contact-input-icon { display: none; }
#hero-quote-form, #shipment-enquiry { scroll-margin-top: 110px; }
.ags-sea-industry-viewport:focus-visible,
section a:focus-visible, section button:focus-visible,
section input:focus-visible, section select:focus-visible, section textarea:focus-visible {
    outline: 3px solid #1685d0; outline-offset: 4px;
}
.ags-trade-table-scroll { overflow-x: auto; }
.faq-list .collapse:not(.show) { display: none; }
.faq-list .collapse.show { display: block; }
@media (prefers-reduced-motion: reduce) {
    .ags-sea-industry-card *, .ags-sea-industry-track { transition: none !important; }
    .ags-sea-industry-viewport { scroll-behavior: auto; }
}
@media (max-width: 575px) {
    .ags-document-cta a { max-width: 100%; white-space: normal; }
    .ags-sea-hero-content, .ags-sea-form-column { min-width: 0; }
}


/* =========================================================
   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: 40px !important;
        padding-bottom: 40px !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
========================================================= */

/* =========================================================
   SHARED CONTENT CTA
   Hero and contact-section buttons intentionally keep their
   existing component-specific styles.
========================================================= */
.ags-mobile-carousel-controls {
    display: none;
}

@media (max-width: 767.98px) {
    .ags-mobile-carousel {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        gap: 16px !important;

        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding: 4px 2px 16px !important;

        overflow-x: auto !important;
        overflow-y: hidden;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 2px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-inline: contain;
    }

    .ags-mobile-carousel::-webkit-scrollbar {
        display: none;
    }

    .ags-mobile-carousel > * {
        flex: 0 0 calc(100% - 4px) !important;
        width: calc(100% - 4px) !important;
        max-width: calc(100% - 4px) !important;
        min-width: 0 !important;

        margin: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;

        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .ags-mobile-carousel .ags-process-card,
    .ags-mobile-carousel .ags-why-card,
    .ags-mobile-carousel .ags-ms-x7m-card {
        height: 100%;
    }

    .ags-mobile-carousel-controls {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        margin-top: 16px;
    }

    .ags-mobile-carousel-arrow {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 40px;

        width: 40px;
        height: 40px;
        padding: 0;

        border: 0;
        border-radius: 50%;
        background: #062f60;
        color: #ffffff;
        box-shadow: 0 5px 15px rgba(6, 47, 96, 0.16);
        cursor: pointer;
    }

    .ags-mobile-carousel-arrow span {
        position: relative;
        top: -1px;
        font-family: Arial, sans-serif;
        font-size: 27px;
        font-weight: 300;
        line-height: 1;
    }

    .ags-mobile-carousel-arrow:disabled {
        opacity: 0.35;
        cursor: default;
    }

    .ags-mobile-carousel-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
    }

    .ags-mobile-carousel-dot {
        width: 8px;
        height: 8px;
        padding: 0;
        border: 0;
        border-radius: 20px;
        background: #d7dce5;
        cursor: pointer;
        transition: width 0.2s ease, background-color 0.2s ease;
    }

    .ags-mobile-carousel-dot.active {
        width: 24px;
        background: #062f60;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ags-mobile-carousel {
        scroll-behavior: auto !important;
    }
}

.ags-content-cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px;

    width: fit-content !important;
    min-width: 0 !important;
    max-width: 100%;
    height: 57px !important;
    min-height: 57px !important;

    padding: 0 28px !important;
    border: 0 !important;
    border-radius: 7px !important;

    background: #062f60 !important;
    color: #ffffff !important;

    font-family: 'Futura Md BT', sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    white-space: nowrap;

    text-decoration: none !important;
    box-shadow: 0 5px 15px rgba(6, 47, 96, 0.12) !important;

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

.ags-content-cta:hover {
    background: #0a3f7d !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(6, 47, 96, 0.18) !important;
}

/* Keep the Next Shipment CTA's original green color treatment. */
.ags-next-shipment-btn.ags-content-cta {
    background: #13aa50 !important;
}

.ags-next-shipment-btn.ags-content-cta:hover {
    background: #0c9845 !important;
}

.ags-next-shipment-btn.ags-content-cta .ags-next-shipment-btn-arrow {
    background: rgba(255, 255, 255, 0.10);
}

.ags-content-cta:focus-visible {
    outline: 3px solid #1685d0 !important;
    outline-offset: 4px;
}

.ags-content-cta > span:last-child,
.ags-content-cta > i:last-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: auto;
    height: auto;
    margin: 0 !important;
    padding: 0;
    background: transparent;
    font-size: 22px;
    line-height: 1;
}

@media (max-width: 575.98px) {
    .ags-content-cta {
        height: 54px !important;
        min-height: 54px !important;
        padding: 0 22px !important;
        font-size: 14px !important;
        white-space: normal;
    }
}
