
   
/* =========================================================
   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/land-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;

    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: #fff !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: #fff !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/land-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: 62%;

    z-index: 0;

    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.94) 0%,
            rgba(255, 255, 255, 0.90) 38%,
            rgba(255, 255, 255, 0.76) 68%,
            rgba(255, 255, 255, 0.34) 88%,
            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: #173552 !important;

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

    font-size: 20px !important;

    line-height: 1.62 !important;

    font-weight: 500 !important;

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


/* =========================================================
   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: 64%;

        background:
            linear-gradient(
                90deg,
                rgba(255, 255, 255, 0.94) 0%,
                rgba(255, 255, 255, 0.88) 42%,
                rgba(255, 255, 255, 0.68) 70%,
                rgba(255, 255, 255, 0.26) 90%,
                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;
    }

}/* ==========================================
   ROAD TRADE LANES SECTION
========================================== */

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


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

.ags-trade-lanes-section .container {
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;
}


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

.ags-trade-lanes-header {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 72px;
    text-align: center;
}


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

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

    margin-bottom: 32px;

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

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

    color: #08a64b;
}


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

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

    margin: 0 auto;

    font-family: 'Futura Bk BT', sans-serif;
    font-size: 52px;
    line-height: 1.28;
    font-weight: 500;

    letter-spacing: -1.3px;

    color: #10265b;

    text-align: center;
}


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

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

    background: #ffffff;

    border: 1px solid #cbdaf5;

    border-radius: 16px;

    overflow: hidden;

    box-shadow:
        0 3px 8px rgba(16, 38, 91, 0.05);
}


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

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

    overflow-x: auto;
    overflow-y: hidden;

    -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: 31%;
}

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


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

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


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

    padding: 0 30px;

    border-bottom: 1px solid #d5e1f5;
    border-right: 1px solid #d5e1f5;

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

    color: #172d61;

    text-align: left;

    vertical-align: middle;
}


.ags-trade-table th:last-child {
    border-right: 0;
}


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

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

    align-items: center;

    gap: 10px;
}


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

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

    width: 16px;

    font-size: 14px;

    color: #19366f;

    flex-shrink: 0;
}


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

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


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

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

    padding: 0 30px;

    border-bottom: 1px solid #e1e6ee;
    border-right: 1px solid #e1e6ee;

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

    color: #172037;

    vertical-align: middle;

    text-align: left;

    word-wrap: break-word;
}


.ags-trade-table td:last-child {
    border-right: 0;
}


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

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


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

.ags-trade-table tbody tr {
    transition: background-color 0.2s ease;
}


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


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

@media (max-width: 1399px) {

    .ags-trade-lanes-section {
        padding: 76px 0 82px;
    }

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

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

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

    .ags-trade-table th {
        padding-left: 25px;
        padding-right: 25px;
    }

    .ags-trade-table td {
        padding-left: 25px;
        padding-right: 25px;
    }

}


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

@media (max-width: 991.98px) {

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

    .ags-trade-lanes-section .container {
        max-width: 960px;
        padding-left: 20px;
        padding-right: 20px;
    }

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

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

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

    .ags-trade-lanes-title {
        font-size: 42px;
        line-height: 1.25;
        letter-spacing: -0.8px;
    }


    /* TABLE */

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

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

        padding: 0 20px;

        font-size: 13px;
    }

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

        padding: 0 20px;

        font-size: 13px;
    }

}


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

@media (max-width: 767.98px) {

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

    .ags-trade-lanes-section .container {
        max-width: 100%;

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


    /* HEADER */

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


    /* EYEBROW */

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

        font-size: 11px;

        letter-spacing: 1.5px;
    }


    /* TITLE */

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

        line-height: 1.22;

        letter-spacing: -0.5px;
    }


    /* TABLE */

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

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

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

        padding: 0 16px;

        font-size: 12px;
    }

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

        padding: 0 16px;

        font-size: 12px;

        line-height: 1.3;
    }

    .ags-trade-th-content {
        gap: 7px;
    }

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

}


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

@media (max-width: 575.98px) {

    .ags-trade-lanes-section {
        padding: 45px 0 52px;
    }

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


    /* EYEBROW */

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

        font-size: 10px;

        letter-spacing: 1.4px;
    }


    /* TITLE */

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

        line-height: 1.22;
    }


    /* TABLE */

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

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

        padding: 0 14px;

        font-size: 11px;
    }

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

        padding: 0 14px;

        font-size: 11px;
    }

    .ags-trade-th-content {
        gap: 6px;
    }

    .ags-trade-th-content i {
        width: 14px;

        font-size: 11px;
    }

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

.ags-sea-hero {
    position: relative;

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

    background-image: url("../../../../assets/website/images/images/dubai/land-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%;

    background:
        linear-gradient(
            90deg,
            rgba(4, 37, 76, 0.93) 0%,
            rgba(4, 37, 76, 0.82) 12%,
            rgba(4, 37, 76, 0.55) 28%,
            rgba(4, 37, 76, 0.42) 70%
        );

    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: 70px;
    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 {
        background:
            linear-gradient(
                180deg,
                rgba(4, 37, 76, 0.90) 0%,
                rgba(4, 37, 76, 0.82) 48%,
                rgba(4, 37, 76, 0.72) 100%
            );
    }


    .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
    ========================================== */

   /* =========================================================
   AIR FREIGHT SERVICES SECTION
   Unique namespace: ags-air-services
   Bootstrap 4.1.2 compatible
========================================================= */

.ags-air-services-section {
    position: relative;
    width: 100%;
    min-height: 927px;

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

    overflow: hidden;
}


/* =========================================================
   BACKGROUND OVERLAY
========================================================= */

.ags-air-services-overlay {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    z-index: 1;

    
}


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

.ags-air-services-container {
    position: relative;
    z-index: 2;

    max-width: 1550px;

    min-height: 927px;

    padding-top: 95px;
    padding-bottom: 95px;
}


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

.ags-air-services-content {
    max-width: 790px;
}


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

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

    margin: 0 0 36px;

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

    font-weight: 700;
    letter-spacing: 1.5px;

    color: #009b4a;

    text-transform: uppercase;
}


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

.ags-air-services-title {
    margin: 0 0 30px;

    max-width: 790px;

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

    font-size: 58px;
    line-height: 1.15;

    font-weight: 700;
    letter-spacing: -1.3px;

    color: #102039;
}


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

.ags-air-services-description {
    margin: 0 0 34px;

    max-width: 790px;

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

    font-size: 18px;
    line-height: 1.7;

    font-weight: 400;

    color: #4c5a61;
}


/* =========================================================
   MAIN CTA
========================================================= */

.ags-air-services-main-btn {
    display: inline-flex;

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

    min-width: 385px;
    min-height: 64px;

    padding: 0 30px;

    background: #062f60;

    border-radius: 7px;

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

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

    font-weight: 600;

    color: #ffffff;

    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-air-services-main-btn:hover {
    background: #0a3f7d;

    color: #ffffff;

    text-decoration: none !important;

    transform: translateY(-2px);
}


.ags-air-services-main-arrow {
    margin-left: 22px;

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


/* =========================================================
   SERVICES PANEL
========================================================= */

.ags-air-services-panel {
    position: absolute;

    

    bottom: 90px;

    z-index: 4;

    background: #ffffff;

    border: 1px solid #b9cdbf;

    border-radius: 16px;

    box-shadow:
        0 8px 30px rgba(0, 0, 0, 0.06);

    overflow: hidden;
}


/* =========================================================
   SERVICE ITEM
========================================================= */

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

    min-height: 275px;

    padding: 38px 25px 30px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: flex-start;

    text-align: center;
}


/* =========================================================
   VERTICAL SEPARATOR
========================================================= */

.ags-air-services-panel
.col-lg:not(:last-child)
.ags-air-service-item::after {

    content: "";

    position: absolute;

    top: 40px;
    right: 0;

    width: 1px;
    height: 198px;

    background: #c8d5cb;
}


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

.ags-air-service-icon {
    width: 52px;
    height: 52px;

    margin: 0 auto 18px;

    display: flex;

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

    background: transparent !important;
}


.ags-air-service-icon img {
    display: block;

    width: 48px;
    height: 48px;

    max-width: 100%;
    max-height: 100%;

    object-fit: contain;
}


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

.ags-air-service-title {
    width: 100%;

    margin: 0 0 11px;

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

    font-size: 20px;
    line-height: 1.25;

    font-weight: 700;

    color: #152238;

    text-align: center;
}


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

.ags-air-service-description {
    width: 100%;

    max-width: 255px;

    margin: 0 auto;

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

    font-size: 17px;
    line-height: 1.45;

    font-weight: 400;

    color: #47544d;

    text-align: center;
}


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

@media (min-width: 1400px) {

    .ags-air-services-container {
        max-width: 1550px;

        padding-top: 95px;
    }


    .ags-air-services-title {
        font-size: 62px;

        max-width: 800px;
    }


    .ags-air-services-description {
        font-size: 18px;

        max-width: 800px;
    }


    .ags-air-services-panel {
        left: 48px;
        right: 48px;

        bottom: 90px;
    }


    .ags-air-service-item {
        padding-left: 25px;
        padding-right: 25px;
    }

}


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

@media (max-width: 1199.98px) {

    .ags-air-services-section {
        min-height: 850px;
    }


    .ags-air-services-container {
        min-height: 850px;

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

        padding-top: 75px;
    }


    .ags-air-services-title {
        font-size: 52px;
    }


    .ags-air-services-description {
        font-size: 17px;

        max-width: 700px;
    }


    .ags-air-services-panel {
        left: 30px;
        right: 30px;

        bottom: 55px;
    }


    .ags-air-service-item {
        min-height: 250px;

        padding: 32px 18px 28px;
    }


    .ags-air-service-title {
        font-size: 18px;
    }


    .ags-air-service-description {
        font-size: 15px;
    }


    .ags-air-services-panel
    .col-lg:not(:last-child)
    .ags-air-service-item::after {

        top: 30px;

        height: 190px;
    }

}


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

@media (max-width: 991.98px) {

    .ags-air-services-section {
        min-height: auto;

        background-position: 65% center;
    }


    .ags-air-services-overlay {
        
    }


    .ags-air-services-container {
        min-height: auto;

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


    .ags-air-services-content {
        max-width: 700px;
    }


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


    /* Panel becomes part of normal document flow */
    .ags-air-services-panel {
        position: relative;

        left: auto;
        right: auto;
        bottom: auto;

        margin-top: 60px;
    }


    /* Two columns */
    .ags-air-services-panel .col-lg {
        flex: 0 0 50%;
        max-width: 50%;
    }


    /* Remove vertical separator from
       right-hand column */
    .ags-air-services-panel
    .col-lg:nth-child(2n)
    .ags-air-service-item::after {

        display: none;
    }


    /* Horizontal separators */
    .ags-air-services-panel
    .col-lg:nth-child(-n+4)
    .ags-air-service-item {

        border-bottom: 1px solid #c8d5cb;
    }


    .ags-air-service-item {
        min-height: 240px;

        padding: 32px 20px;
    }


    .ags-air-service-icon {
        margin-bottom: 16px;
    }

}


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

@media (max-width: 767.98px) {

    .ags-air-services-section {
        background-position: 68% center;
    }


    .ags-air-services-overlay {
       
    }


    .ags-air-services-container {
        padding: 55px 20px 45px;
    }


    /* -----------------------------------------
       Eyebrow
    ----------------------------------------- */

    .ags-air-services-eyebrow {
        margin-bottom: 24px;

        font-size: 12px;

        letter-spacing: 1.4px;
    }


    /* -----------------------------------------
       Heading
    ----------------------------------------- */

    .ags-air-services-title {
        margin-bottom: 20px;

        font-size: 40px;

        line-height: 1.14;

        letter-spacing: -0.7px;
    }


    /* -----------------------------------------
       Description
    ----------------------------------------- */

    .ags-air-services-description {
        margin-bottom: 27px;

        font-size: 16px;

        line-height: 1.6;
    }


    /* -----------------------------------------
       CTA
    ----------------------------------------- */

    .ags-air-services-main-btn {
        width: 100%;

        min-width: 0;

        min-height: 58px;

        padding: 0 18px;

        font-size: 15px;
    }


    .ags-air-services-main-arrow {
        margin-left: 16px;

        font-size: 23px;
    }


    /* -----------------------------------------
       Services panel
    ----------------------------------------- */

    .ags-air-services-panel {
        margin-top: 48px;

        border-radius: 14px;

        position: relative;

        left: auto;
        right: auto;
        bottom: auto;
    }


    /* -----------------------------------------
       Single column
    ----------------------------------------- */

    .ags-air-services-panel .col-lg {
        flex: 0 0 100%;

        max-width: 100%;
    }


    /* -----------------------------------------
       Service item
    ----------------------------------------- */

    .ags-air-service-item {

        min-height: auto;

        width: 100%;

        padding: 30px 22px 32px;

        align-items: center !important;

        justify-content: flex-start;

        text-align: center !important;
    }


    /* -----------------------------------------
       Remove vertical separators
    ----------------------------------------- */

    .ags-air-services-panel
    .ags-air-service-item::after {

        display: none !important;
    }


    /* -----------------------------------------
       Horizontal separators
    ----------------------------------------- */

    .ags-air-services-panel
    .col-lg:not(:last-child)
    .ags-air-service-item {

        border-bottom: 1px solid #c8d5cb;
    }


    /* -----------------------------------------
       Icon
    ----------------------------------------- */

    .ags-air-service-icon {

        width: 52px;
        height: 52px;

        margin: 0 auto 17px;

        flex-shrink: 0;
    }


    .ags-air-service-icon img {

        width: 48px;
        height: 48px;
    }


    /* -----------------------------------------
       Title
    ----------------------------------------- */

    .ags-air-service-title {

        width: 100%;

        margin: 0 auto 10px;

        font-size: 20px;

        line-height: 1.25;

        text-align: center !important;
    }


    /* -----------------------------------------
       Description
    ----------------------------------------- */

    .ags-air-service-description {

        width: 100%;

        max-width: 320px;

        margin: 0 auto;

        font-size: 16px;

        line-height: 1.5;

        text-align: center !important;
    }

}


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

@media (max-width: 575.98px) {

    .ags-air-services-container {
        padding: 48px 16px 38px;
    }


    .ags-air-services-title {
        font-size: 34px;

        line-height: 1.13;
    }


    .ags-air-services-description {
        font-size: 15px;

        line-height: 1.6;
    }


    .ags-air-services-main-btn {
        min-height: 56px;

        font-size: 14px;
    }


    .ags-air-services-panel {
        margin-top: 42px;

        border-radius: 13px;
    }


    .ags-air-service-item {
        padding: 29px 20px 30px;
    }


    .ags-air-service-title {
        font-size: 19px;
    }


    .ags-air-service-description {
        font-size: 15px;

        max-width: 340px;
    }

}

    /* ==========================================
   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: 13px;
    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: 52px;
    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;
}


/*
   Bootstrap 4.1.2 uses negative row margins.
   Keep the 12px gutter on both sides.
*/

.ags-why-choose-cards > [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;

    /*
       IMPORTANT:
       Creates the vertical gap between
       the first and second rows.
    */
    margin-bottom: 24px;
}


/* ==========================================
   FEATURE CARD
========================================== */

.ags-why-card {
    width: 100%;
    height: 100%;

    min-height: 288px;

    padding: 21px 28px 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;

    box-sizing: border-box;
}


.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;
    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: 19px;
    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: 60px;

    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: 24px;
        padding-right: 24px;
    }
}


/* ==========================================
   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;
    }

    .ags-why-choose-cards > [class*="col-"] {
        margin-bottom: 24px;
    }
}


/* ==========================================
   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;
    }


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

    .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;
    }


    /* ======================================
       CARDS
    ====================================== */

    .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;
    }


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

    .ags-why-icon {
        width: 46px;
        height: 46px;

        margin-bottom: 25px;
    }


    .ags-why-icon img {
        width: 46px;
        height: 46px;
    }


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

    .ags-why-number {
        font-size: 19px;
    }


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

    .ags-why-card-title {
        font-size: 16px;
    }


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

    .ags-why-card-text {
        font-size: 12.5px;
    }


    /* ======================================
       CTA
    ====================================== */

    .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;
    }


    /* ======================================
       2 COLUMN MOBILE CARD LAYOUT
    ====================================== */

    .ags-why-choose-cards {
        margin-top: 32px;
    }


    .ags-why-choose-cards > [class*="col-"] {
        margin-bottom: 16px;
    }


    .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;
    }

    /* Keep every mobile slide aligned and fully visible. */
    .ags-sea-industry-track {
        gap: 0;
    }

    /* 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;
    }

    /* Mobile navigation sits below the industry cards. */
    .ags-sea-industry-arrow {
        display: flex;

        top: auto;
        bottom: -54px;

        width: 46px;
        height: 46px;

        transform: none;
    }

    .ags-sea-industry-prev {
        left: 0;
    }

    .ags-sea-industry-next {
        right: 0;
    }

    .ags-sea-industry-pagination {
        position: relative;
        z-index: 2;

        min-height: 46px;
        margin-top: 8px;
    }

    .ags-sea-industry-cta {
        margin-top: 30px;
    }

    .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;
    }

}


/* ==========================================
   380px - COMPACT MOBILE NAVIGATION
========================================== */

@media (max-width: 380px) {

    .ags-sea-industry-arrow {
        bottom: -50px;

        width: 42px;
        height: 42px;
    }

    .ags-sea-industry-pagination {
        min-height: 42px;
    }

}


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

.faq-section {
    padding-top: 60px !important;
    padding-bottom: 90px !important;
    background: #f7f8fa;
}

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

.faq-eyebrow {
    color: #009b4d;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.faq-heading h2 {
    color: #11182f !important;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 400;
}


/* FAQ container */

.faq-list {
    width: 100%;
    max-width: 925px;
}


/* Individual FAQ */

.faq-item {
    overflow: hidden;
    margin-bottom: 16px;

    border: 1px solid #e3e8ee;
    border-radius: 18px;

    background: #fff;
}


/* Question button */

.faq-question {
    width: 100%;
    min-height: 78px;

    padding: 22px 30px;

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

    border: 0;
    outline: 0;

    background: #fff !important;
    color: #11182f !important;

   
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;

    text-align: left;
    text-decoration: none !important;

    cursor: pointer;
}


/* Remove Bootstrap/browser button styling */

.faq-question:hover,
.faq-question:focus,
.faq-question:active {
    background: #fff !important;
    color: #11182f !important;
    border: 0;
    outline: 0;
    box-shadow: none !important;
}


/* Chevron */

.faq-chevron {
    flex: 0 0 auto;

    width: 20px;
    height: 20px;

    margin-left: 20px;

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

    color: #0055a5;

    transition: transform .2s ease;
}

.faq-chevron svg {
    width: 16px;
    height: 16px;

    stroke: currentColor;
    fill: none;

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


/* Rotate arrow when open */

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


/* Answer */

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

    color: #596273 !important;

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


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

@media (max-width: 767.98px) {

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

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

    .faq-heading h2 {
        font-size: 34px;
        line-height: 1.2;
    }

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

    .faq-item {
        margin-bottom: 12px;
        border-radius: 14px;
    }

    .faq-question {
        min-height: 68px;
        padding: 19px 20px;

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

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

        font-size: 14px;
        line-height: 1.6;
    }

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

}




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

.seo-content-section {
    padding: 60px 0 70px;
    background: #fff;
}

.seo-content {
    max-width: 1000px;
    margin: 0 auto;
    color: #686d76;
}

.seo-content h2 {
    margin: 0 0 18px;
    color: #062956;
    font-size: 28px;
    line-height: 1.35;
    font-weight: 400;
}

.seo-content h3 {
    margin: 24px 0 16px;
    color: #062956;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
}

.seo-content p {
    margin: 0 0 24px;
    color: #686d76;
    font-size: 15px;
    line-height: 1.55;
}

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


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

@media (max-width: 767.98px) {

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

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

    .seo-content h3 {
        margin-top: 22px;
        font-size: 18px;
    }

    .seo-content p {
        font-size: 14px;
        line-height: 1.6;
    }

}


/*
Customer reviews */
.customerr-rev {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

 .customerr-rev-heading {
    font-size: 50px !important;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 30px;
    text-align: center;
  }

  /* Tablets */
  @media (max-width: 991px) {
    .customerr-rev-heading {
      font-size: 40px !important;
      line-height: 1.2;
    }
  }

  /* Mobile */
  @media (max-width: 767px) {
    .customerr-rev-heading {
      font-size: 30px !important;
      line-height: 1.25;
      margin-bottom: 20px;
    }
  }

  /* Small mobile devices */
  @media (max-width: 480px) {
    .customerr-rev-heading {
      font-size: 30px !important;
      line-height: 1.25;
    }
  }





   /* =========================================
   Location Section
========================================= */
/* ==========================================
   LOCATIONS SECTION
   Bootstrap 4.1.2 + Laravel Blade
========================================== */

.locations-section {
    padding: 48px 0 60px;
    background: #ffffff;
}

.locations-section .container {
    max-width: 1320px;
}


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

.locations-title {
    margin: 0 0 65px;
    text-align: center;

    color: #06284f;
    font-size: 52px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -1.5px;
}


/* ==========================================
   LOCATION DETAILS
========================================== */

.locations-details {
    position: relative;
    margin-left: 0;
    margin-right: 0;
}

.location-column {
    position: relative;
}

.location-content {
    padding: 0 0 0 0;
}

.location-name {
    margin: 0 0 22px;

    color: #06284f;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

.location-address {
    color: #4d4f58;
    font-size: 19px;
    line-height: 1.5;
    font-weight: 400;
}

.location-address p {
    margin: 0;
}


/* ==========================================
   DUBAI / SHARJAH SEPARATOR
========================================== */

.location-dubai {
    padding-right: 80px;
}

.location-sharjah {
    padding-left: 80px;
}

/*
 * Vertical green separator between
 * Dubai and Sharjah.
 */
.location-sharjah:before {
    content: "";
    position: absolute;

    left: 0;
    top: 37px;

    width: 1px;
    height: 186px;

    background: #24b96b;
}


/* ==========================================
   DUBAI ADDRESS SEPARATOR
========================================== */

.location-divider {
    width: 186px;
    height: 1px;

    margin: 25px 0 27px;

    background: #24b96b;
}


/* ==========================================
   MAPS
========================================== */

.locations-maps {
    margin-top: 100px;
    margin-left: -5px;
    margin-right: -5px;
}

.map-column {
    padding-left: 5px;
    padding-right: 5px;
}

.location-map {
    width: 100%;
    height: 423px;

    overflow: hidden;
    background: #f3f3f3;
}

.location-map iframe {
    display: block;

    width: 100%;
    height: 100%;

    border: 0;
}


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

@media (max-width: 1199.98px) {

    .locations-section .container {
        max-width: 960px;
    }

    .locations-title {
        font-size: 46px;
        margin-bottom: 55px;
    }

    .location-dubai {
        padding-right: 50px;
    }

    .location-sharjah {
        padding-left: 50px;
    }

    .location-address {
        font-size: 18px;
    }

    .location-map {
        height: 380px;
    }

    .locations-maps {
        margin-top: 80px;
    }
}


@media (max-width: 991.98px) {

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

    .locations-section .container {
        max-width: 720px;
    }

    .locations-title {
        font-size: 42px;
        margin-bottom: 50px;
    }

    .location-dubai {
        padding-right: 30px;
    }

    .location-sharjah {
        padding-left: 30px;
    }

    .location-sharjah:before {
        height: 180px;
    }

    .location-address {
        font-size: 17px;
    }

    .locations-maps {
        margin-top: 70px;
    }

    .location-map {
        height: 350px;
    }
}


@media (max-width: 767.98px) {

    .locations-section {
        padding: 40px 0 45px;
    }

    .locations-section .container {
        max-width: 100%;
    }

    .locations-title {
        font-size: 36px;
        margin-bottom: 45px;
    }


    /* Location columns stack */
    .location-dubai,
    .location-sharjah {
        padding-left: 15px;
        padding-right: 15px;
    }

    .location-sharjah {
        margin-top: 45px;
        padding-top: 40px;
    }


    /* Change vertical divider into horizontal divider */
    .location-sharjah:before {
        top: 0;
        left: 15px;

        width: calc(100% - 30px);
        height: 1px;
    }


    .location-name {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .location-address {
        font-size: 17px;
        line-height: 1.55;
    }


    /* Maps stack */
    .locations-maps {
        margin-top: 60px;
        margin-left: 0;
        margin-right: 0;
    }

    .map-column {
        padding-left: 15px;
        padding-right: 15px;
    }

    .map-column + .map-column {
        margin-top: 15px;
    }

    .location-map {
        height: 320px;
    }
}


@media (max-width: 575.98px) {

    .locations-section {
        padding: 35px 0 40px;
    }

    .locations-title {
        font-size: 32px;
        letter-spacing: -0.5px;
        margin-bottom: 40px;
    }

    .location-name {
        font-size: 21px;
    }

    .location-address {
        font-size: 16px;
    }

    .location-divider {
        width: 150px;
        margin: 22px 0 24px;
    }

    .location-map {
        height: 280px;
    }

    .locations-maps {
        margin-top: 50px;
    }
}
  
/* =========================================================
   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;
    }
}

/* =========================================================
   MOBILE CARD CAROUSELS
   WHY CHOOSE US / OUR PROCESS / RELATED SERVICES
   Mobile only; desktop/tablet layouts stay unchanged.
========================================================= */

.ags-mobile-carousel-controls {
    display: none;
}

@media (max-width: 767.98px) {

    .ags-why-choose-cards,
    .ags-process-grid,
    .ags-ms-x7m-grid {
        display: flex !important;
        flex-wrap: nowrap !important;

        width: 100% !important;
        max-width: 100% !important;

        overflow-x: auto !important;
        overflow-y: hidden !important;

        gap: 14px !important;

        margin-left: 0 !important;
        margin-right: 0 !important;

        padding: 4px 2px 12px !important;

        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scroll-padding-left: 2px;

        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        overscroll-behavior-x: contain;
    }

    .ags-why-choose-cards::-webkit-scrollbar,
    .ags-process-grid::-webkit-scrollbar,
    .ags-ms-x7m-grid::-webkit-scrollbar {
        display: none;
    }

    .ags-why-choose-cards > [class*="col-"],
    .ags-process-grid > [class*="col-"],
    .ags-ms-x7m-grid > .ags-ms-x7m-column {
        flex: 0 0 88% !important;
        width: 88% !important;
        max-width: 88% !important;

        margin: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;

        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .ags-why-card,
    .ags-process-card,
    .ags-ms-x7m-card {
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
    }

    .ags-ms-x7m-grid {
        grid-template-columns: none !important;
        column-gap: 14px !important;
        row-gap: 0 !important;
    }

    .ags-mobile-carousel-controls {
        display: flex;
        align-items: center;
        justify-content: center;

        gap: 16px;

        width: 100%;
        margin-top: 20px;
    }

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

        width: 46px;
        height: 46px;
        flex: 0 0 46px;

        padding: 0;

        border: 1px solid #dfe5ec;
        border-radius: 50%;

        background: #ffffff;
        color: #07152f;

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

        cursor: pointer;

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

    .ags-mobile-carousel-btn:not(:disabled):hover,
    .ags-mobile-carousel-btn:not(:disabled):focus {
        border-color: #0ba64b;
        background: #0ba64b;
        color: #ffffff;
        outline: none;
    }

    .ags-mobile-carousel-btn:disabled {
        opacity: 0.35;
        cursor: default;
    }

    .ags-mobile-carousel-status {
        min-width: 52px;

        color: #596478;

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

        text-align: center;
    }

    .ags-mobile-carousel-current {
        color: #07152f;
        font-weight: 700;
    }

    .ags-mobile-carousel-divider {
        display: inline-block;
        margin: 0 4px;
        opacity: 0.55;
    }

    .ags-why-choose-cta {
        margin-top: 28px !important;
    }

    .ags-related-carousel-controls {
        margin-bottom: 6px;
    }
}

@media (max-width: 380px) {

    .ags-why-choose-cards > [class*="col-"],
    .ags-process-grid > [class*="col-"],
    .ags-ms-x7m-grid > .ags-ms-x7m-column {
        flex-basis: 91% !important;
        width: 91% !important;
        max-width: 91% !important;
    }

    .ags-mobile-carousel-controls {
        gap: 13px;
        margin-top: 17px;
    }

    .ags-mobile-carousel-btn {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        font-size: 20px;
    }
}
