/* Bootstrap section spacing is defined in Blade via px-*/py-* utilities. */

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

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


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

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

    background: #f8f9fa;

}


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

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

    max-width: 1320px;

    margin: 0 auto;

}


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


}


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




}


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




}


    /* -----------------------------------------
       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 {



}


    .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 {

}


    .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/air-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: #0B2961 !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: #0B2961 !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;


}


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


}


    .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/air-freight/contact-bg.webp");

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

    color: #062956;
}


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

   This is intentionally subtle.

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

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

    position: absolute;

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

    width: 59%;

    z-index: 0;

    pointer-events: none;

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


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

.ags-contact-container {
    position: relative;

    z-index: 2;

    width: 100%;

}


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

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


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

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


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

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

.ags-contact-content {
    position: relative;

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

    margin: 0;

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


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

.ags-contact-title {
    display: block;

    width: 100%;

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

    color: #062956 !important;

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

    font-size: 50px !important;

    line-height: 1.13 !important;

    font-weight: 400 !important;

    letter-spacing: -1.5px !important;

    text-transform: none !important;

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


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

.ags-contact-description {
    display: block;

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

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

    color: #344b66 !important;

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

    font-size: 20px !important;

    line-height: 1.62 !important;

    font-weight: 400 !important;

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


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

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

    z-index: 5;
}


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

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

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

    margin-left: auto;

    padding: 44px 45px 34px;

    border-radius: 27px;

    background: #ffffff;

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


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

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


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

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

    align-items: center;

    margin: 0 0 18px 0;

    color: #0754b4;

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

    font-size: 16px;

    line-height: 1;

    font-weight: 400;

    letter-spacing: 0.2px;

    text-transform: uppercase;
}


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

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

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

    width: 38px;
    height: 38px;

    flex: 0 0 38px;

    margin-right: 13px;

    border-radius: 4px;

    background: #f0f5fd;

    color: #0754b4;
}


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

    width: 19px;
    height: 19px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.8;

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


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

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

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

    color: #182442 !important;

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

    font-size: 37px !important;

    line-height: 1.1 !important;

    font-weight: 400 !important;

    letter-spacing: -0.5px !important;
}


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

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

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

    color: #687386 !important;

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

    font-size: 16px !important;

    line-height: 1.55 !important;

    font-weight: 400 !important;
}


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

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


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


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

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

    width: 100%;

    margin: 0 0 21px 0;
}


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

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

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

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

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

    overflow: hidden !important;

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

    white-space: nowrap !important;

    border: 0 !important;
}


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

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

    width: 100%;
}


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

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

    top: 0;
    left: 14px;

    z-index: 2;

    width: 24px;
    height: 100%;

    display: flex;

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

    color: #7b8494;

    pointer-events: none;
}


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

    width: 21px;
    height: 21px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.5;

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


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

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

    width: 100%;
    height: 54px;

    margin: 0 !important;

    padding: 0 15px 0 50px !important;

    border: 1px solid #dfe3e9 !important;

    border-radius: 9px !important;

    background: #ffffff !important;

    color: #1f2b40 !important;

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

    font-size: 16px !important;

    line-height: 1.5 !important;

    font-weight: 400 !important;

    outline: none !important;

    box-shadow: none !important;

    -webkit-appearance: none;

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


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

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

    opacity: 1;
}


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

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

    background: #ffffff !important;

    outline: none !important;

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


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

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

    height: 136px !important;

    min-height: 136px !important;

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

    line-height: 1.5 !important;

    resize: vertical;
}


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

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

    height: 22px;

    align-items: flex-start;
}


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

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


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

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

    display: flex !important;

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

    width: 100%;

    height: 58px;

    margin: 0 !important;

    padding: 0 20px !important;

    border: 0 !important;

    border-radius: 9px !important;

    background: #062956 !important;

    color: #ffffff !important;

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

    font-size: 17px !important;

    line-height: 1 !important;

    font-weight: 400 !important;

    text-align: center;

    text-decoration: none !important;

    cursor: pointer;

    outline: none !important;

    box-shadow: none !important;

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


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


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

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

    color: #ffffff !important;

    transform: translateY(-1px);

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


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

    color: #ffffff !important;

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


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


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

.ags-contact-security {
    display: flex;

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

    width: 100%;

    margin-top: 24px;

    color: #697386;

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

    font-size: 14px;

    line-height: 1.4;

    font-weight: 400;

    text-align: center;
}


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

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

    flex: 0 0 auto;

    margin-right: 9px;

    color: #687386;
}


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

    width: 17px;
    height: 17px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.5;

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


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

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

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

    left: -9999px !important;

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

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

    opacity: 0 !important;

    pointer-events: none !important;
}


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

@media (min-width: 1200px) {

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

}


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

@media (max-width: 1199.98px) {

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

        background-position: center center;
    }


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

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


    .ags-contact-container {

}


    .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 {

}


    .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 {

}


    .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 {

}


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


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

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

    .ags-ms-x7m-header {
    }

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

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

    .ags-ms-x7m-header {
        display: block;
    }

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

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


}

    .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 {

}

    .ags-ms-x7m-container {

}

    .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%;
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 {

}

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

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

}


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

@media (max-width: 991.98px) {

    .ags-process-section {
}

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

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

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

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

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

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

.ags-trade-lanes-section {
    width: 100%;
background: #f8f9ff;
    overflow: hidden;
}


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

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


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

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


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

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

    margin-bottom: 27px;

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

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

    color: #08a64b;
}


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

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

    margin: 0 auto 18px;

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

    letter-spacing: -0.5px;

    color: #10265b;
}


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

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

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

    color: #4d5c76;
}


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

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

    background: #ffffff;

    border: 1px solid #cad9f4;

    border-radius: 14px;

    overflow: hidden;

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


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

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

    overflow-x: auto;
    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
   8 COLUMNS
========================================== */

/*
    1 = Origin
    2 = Destination
    3 = Service
    4 = TT
    5 = service
    6 = TT
    7 = Service
    8 = Indicative Transit
*/

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

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

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

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

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

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

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

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


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

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

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

    padding: 0 16px;

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

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

    color: #172d61;

    text-align: left;

    white-space: normal;

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

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

    color: #19366f;

    flex-shrink: 0;
}


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

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

    transition: background-color 0.2s ease;
}


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

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

    padding: 10px 16px;

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

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

    color: #172037;

    vertical-align: middle;

    white-space: normal;

    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:hover {
    background: #fafcff;
}


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

.ags-trade-lanes-link {
    display: flex;

    justify-content: center;

    margin-top: 60px;
}


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

.ags-trade-lanes-link a {
    width: 100%;
        max-width: 365px;
        min-height: 56px;
        padding: 0 22px;
        font-size: 14px;
    

    display: flex;

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

    position: relative;

    padding: 0 90px 0 40px;

    box-sizing: border-box;

    background: #0b315f;

    border-radius: 15px;

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

    color: #ffffff;

    text-align: center;

    text-decoration: none;

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

.ags-trade-lanes-link a:hover,
.ags-trade-lanes-link a:focus {
    color: #ffffff;

    background: #092950;

    text-decoration: none;
}


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

.ags-trade-lanes-link a::after {
    content: "";

    position: absolute;

    right: 58px;
    top: 50%;

    width: 34px;
    height: 34px;

    transform: translateY(-50%);

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath d='M4 20H34M22 8L34 20L22 32' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

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

    pointer-events: none;
}


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

@media (min-width: 1200px) {

    .ags-trade-lanes-section {

}

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

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

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

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

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

}


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

@media (max-width: 991.98px) {

    .ags-trade-lanes-section {
}

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

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

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

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


    /* TABLE */

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

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

        padding: 8px 14px;

        font-size: 12px;
    }

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

        padding: 9px 14px;

        font-size: 12px;
    }


    /* CTA */

    .ags-trade-lanes-link {
        margin-top: 50px;
    }

    .ags-trade-lanes-link a {
        width: 500px;
        height: 105px;

        padding-left: 35px;
        padding-right: 80px;

        font-size: 14px;
    }

    .ags-trade-lanes-link a::after {
        right: 48px;

        width: 32px;
        height: 32px;
    }

}


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

@media (max-width: 767.98px) {

    .ags-trade-lanes-section {
}

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

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


    /* EYEBROW */

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

        font-size: 11px;

        letter-spacing: 1.5px;
    }


    /* TITLE */

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

        line-height: 1.18;

        letter-spacing: -0.3px;

        margin-bottom: 16px;
    }


    /* DESCRIPTION */

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


    /* TABLE */

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

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

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

        padding: 8px 14px;

        font-size: 12px;

        white-space: normal;
    }

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

        padding: 9px 14px;

        font-size: 12px;

        line-height: 1.3;

        white-space: normal;
    }


    /* CTA */

    .ags-trade-lanes-link {
        margin-top: 40px;
    }

    .ags-trade-lanes-link a {
        width: 100%;

        max-width: 530px;

        height: 88px;

        padding: 0 65px 0 25px;

        border-radius: 13px;

        font-size: 14px;

        text-align: center;
    }

    .ags-trade-lanes-link a::after {
        right: 25px;

        width: 28px;
        height: 28px;
    }

}


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

@media (max-width: 575.98px) {

    .ags-trade-lanes-section {
}


    /* TITLE */

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


    /* DESCRIPTION */

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


    /* TABLE */

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

    .ags-trade-table th {
        padding: 8px 12px;

        font-size: 11px;
    }

    .ags-trade-table td {
        padding: 9px 12px;

        font-size: 11px;
    }

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

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


    /* CTA */

    .ags-trade-lanes-link {
        margin-top: 35px;
    }

    .ags-trade-lanes-link a {
        height: 76px;

        padding: 0 55px 0 18px;

        border-radius: 11px;

        font-size: 14px;
    }

    .ags-trade-lanes-link a::after {
        right: 18px;

        width: 24px;
        height: 24px;
    }

}

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

.ags-sea-hero {
    position: relative;

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

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

}


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


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


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



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


}


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

}


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



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


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



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


    .ags-sea-hero-content {
        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-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 {
}


    .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-af-stats-section {
        width: 100%;

background-color: #F8F9FF;
    }


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

    .ags-af-stats-row {
        position: relative;

        margin-left: 0;
        margin-right: 0;
    }


    /* ==========================================
       STAT COLUMN
    ========================================== */

    .ags-af-stat-col {
        position: relative;

        padding: 0;
    }


    /*
     * Vertical separators
     * Only desktop/tablet layout
     */

    .ags-af-stat-col:not(:last-child)::after {
        content: "";

        position: absolute;

        top: 5px;
        right: 0;

        width: 1px;
        height: 98px;

        background-color: #9DA4B4;
    }


    /* ==========================================
       STAT ITEM
    ========================================== */

    .ags-af-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-af-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-af-stat-icon i {
        display: block;
    }


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

    .ags-af-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-af-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-af-stats-section {

}

        .ags-af-stat-item {
            min-height: 105px;
        }

        .ags-af-stat-number {
            font-size: 39px;
        }

        .ags-af-stat-label {
            font-size: 16px;
        }

    }


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

    @media (max-width: 991.98px) {

        .ags-af-stats-section {
}

        .ags-af-stat-col {
            margin-bottom: 25px;
        }

        /*
         * Remove separator from the second item
         * because columns become 2 x 2.
         */

        .ags-af-stat-col:nth-child(2)::after {
            display: none;
        }

        /*
         * Add a horizontal separator between
         * the first and second row.
         */

        .ags-af-stat-col:nth-child(1)::before,
        .ags-af-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-af-stats-section {
}

        .ags-af-stat-item {
            min-height: 95px;
        }

        .ags-af-stat-icon {
            width: 30px;
            height: 30px;

            margin-bottom: 6px;

            font-size: 27px;
        }

        .ags-af-stat-number {
            font-size: 30px;
        }

        .ags-af-stat-label {
            margin-top: 5px;

            font-size: 13px;
        }

    }


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

    @media (max-width: 400px) {

        .ags-af-stat-number {
            font-size: 27px;
        }

        .ags-af-stat-label {
            font-size: 12px;
        }

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

    width: 100%;
    max-width: 1550px;
    margin-left: auto;
    margin-right: auto;

}


/* =========================================================
   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: relative;
    z-index: 4;

    width: 100%;

    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;

}


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

        max-width: 800px;
    }


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

        max-width: 800px;
    }


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

}


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

@media (max-width: 1199.98px) {

    .ags-air-services-section {
    }


    .ags-air-services-container {
    }


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


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

        max-width: 700px;
    }


    .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 {
        background:
            linear-gradient(
                90deg,
                rgba(255, 255, 255, 0.98) 0%,
                rgba(255, 255, 255, 0.94) 40%,
                rgba(255, 255, 255, 0.68) 68%,
                rgba(255, 255, 255, 0.25) 100%
            );
    }


    .ags-air-services-container {
    }


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


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


    /* Panel remains in normal document flow at every breakpoint. */


    /* 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 {
        background:
            linear-gradient(
                180deg,
                rgba(255, 255, 255, 0.97) 0%,
                rgba(255, 255, 255, 0.94) 48%,
                rgba(255, 255, 255, 0.78) 75%,
                rgba(255, 255, 255, 0.55) 100%
            );
    }


    .ags-air-services-container {
}


    /* -----------------------------------------
       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 {
        border-radius: 14px;
    }


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


    .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 {
        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;
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(3, 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 {
}

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

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

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

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

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


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

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


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

.ags-why-card {
    min-height: 288px;

    padding: 21px 22px 24px;

    background: #f8f9fc;

    border: 1px solid #edf0f5;
    border-radius: 14px;

    box-shadow: 0 3px 12px rgba(12, 35, 65, 0.035);

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

.ags-why-card:hover {
    transform: translateY(-3px);

    box-shadow: 0 8px 25px rgba(12, 35, 65, 0.08);
}


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

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

    margin-bottom: 34px;

    display: flex;
    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: 84px;

    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 {
}

    .ags-why-choose-heading {
        font-size: 48px;
    }

    .ags-why-choose-intro {
        font-size: 17px;
    }

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

    .ags-why-card {
        padding-left: 20px;
        padding-right: 20px;
    }

}


/* ==========================================
   1199px
========================================== */

@media (max-width: 1199px) {

    .ags-why-choose-heading {
        font-size: 43px;
    }

    .ags-why-choose-intro {
        max-width: 900px;

        font-size: 16px;
    }

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

    .ags-why-card {
        min-height: 280px;
    }

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

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

}


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

@media (max-width: 991px) {

    .ags-why-choose-section {
}

    .ags-section-eyebrow {
        margin-bottom: 25px;
    }

    .ags-why-choose-heading {
        font-size: 39px;
        line-height: 1.25;
    }

    .ags-why-choose-intro {
        margin-top: 22px;
    }

    /*
     * Bootstrap 4:
     * At this breakpoint cards become 2 columns.
     */
    .ags-why-choose-cards {
        margin-top: 50px;
    }

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

    .ags-why-card {
        min-height: 275px;
    }

    .ags-why-choose-cta {
        margin-top: 30px;
    }

}


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

@media (max-width: 767px) {

    .ags-why-choose-section {
}

    .ags-section-eyebrow {
        margin-bottom: 20px;

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

    .ags-why-choose-heading {
        font-size: 32px;
        line-height: 1.22;

        letter-spacing: -0.7px;
    }

    .ags-why-choose-intro {
        margin-top: 20px;

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

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

        margin-left: -8px;
        margin-right: -8px;
    }

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

        margin-bottom: 16px;
    }

    .ags-why-card {
        min-height: 255px;

        padding: 18px;
    }

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

        margin-bottom: 25px;
    }

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

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

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

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

    .ags-why-choose-cta {
        margin-top: 30px;
    }

    .ags-why-choose-button {
        width: 100%;
        max-width: 365px;

        min-height: 56px;

        padding: 0 22px;

        font-size: 14px;
    }

}


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

@media (max-width: 480px) {

    .ags-why-choose-section {
}

    .ags-why-choose-heading {
        font-size: 28px;
    }

    .ags-why-choose-intro {
        font-size: 14px;
    }

    /*
     * Keep 2 columns on small mobile,
     * matching the compact card layout.
     */
    .ags-why-card {
        min-height: 245px;

        padding: 16px;
    }

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

    .ags-why-card-text {
        font-size: 11.5px;
        line-height: 1.5;
    }

}

/* ==========================================
   SEA FREIGHT - INDUSTRY EXPERTISE
========================================== */

.ags-sea-industry-section {
    position: relative;
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 {
}

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

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

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

    .ags-sea-industry-viewport {
        width: 100%;
        overflow: hidden;
    }

    .ags-sea-industry-track {
        gap: 0;
    }

    /*
     * Keep the controls below the card on mobile so they never cover
     * the image or copy. Their centres align with the pagination row.
     */
    .ags-sea-industry-arrow {
        top: auto;
        bottom: -53px;

        display: flex;

        width: 44px;
        height: 44px;

        transform: none;
    }

    .ags-sea-industry-arrow:active {
        transform: scale(0.95);
    }

    .ags-sea-industry-arrow span {
        top: -1px;
        font-size: 29px;
    }

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

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

    /* 1 column */
    .ags-sea-industry-card {
        box-sizing: border-box;
        width: 100%;
        flex: 0 0 100%;
    }

    .ags-sea-industry-image {
        height: 220px;
    }

    .ags-sea-industry-icon {
        top: 186px;
        left: 22px;
    }

    .ags-sea-industry-content {
        min-height: 230px;
        padding: 40px 22px 25px;
    }

    .ags-sea-industry-content h3 {
        font-size: 19px;
    }

    .ags-sea-industry-pagination {
        margin-top: 27px;

        min-height: 8px;

        padding: 0 58px;
    }

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

    .ags-sea-industry-button {
        width: 100%;
        max-width: 365px;

        min-width: 0;
        min-height: 56px;

        padding: 0 22px;

        font-size: 14px;
    }

}


/* ==========================================
   480px
========================================== */

@media (max-width: 480px) {

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

    .ags-sea-industry-description {
        font-size: 13px;
    }

    .ags-sea-industry-image {
        height: 200px;
    }

    .ags-sea-industry-icon {
        top: 166px;
    }

    .ags-sea-industry-content {
        min-height: 220px;
    }

}


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

.ags-af-faq-section {
   
    background: #f7f8fa;
}

.ags-af-faq-heading {
}

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

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


/* FAQ container */

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


/* Individual FAQ */

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

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

    background: #fff;
}


/* Question button */

.ags-af-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 */

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


/* Chevron */

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

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

    stroke: currentColor;
    fill: none;

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


/* Rotate arrow when open */

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


/* Answer */

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

    color: #596273 !important;

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


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

@media (max-width: 767.98px) {

    .ags-af-faq-section {

}

    .ags-af-faq-heading {
    }

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

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

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

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

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

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

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

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

}




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

.ags-af-seo-content-section {
background: #fff;
}

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

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

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

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

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


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

@media (max-width: 767.98px) {

    .ags-af-seo-content-section {
}

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

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

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

.ags-af-locations-section {
background: #ffffff;
}

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


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

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

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

.ags-af-location-column {
    position: relative;
}

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

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

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

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

.ags-af-location-address p {
    margin: 0;
}


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

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

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

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

    left: 0;
    top: 37px;

    width: 1px;
    height: 186px;

    background: #24b96b;
}


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

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

    margin: 25px 0 27px;

    background: #24b96b;
}


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

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

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

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

    overflow: hidden;
    background: #f3f3f3;
}

.ags-af-location-map iframe {
    display: block;

    width: 100%;
    height: 100%;

    border: 0;
}


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

@media (max-width: 1199.98px) {

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

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

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

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

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

    .ags-af-location-map {
        height: 380px;
    }

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


@media (max-width: 991.98px) {

    .ags-af-locations-section {
}

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

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

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

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

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

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

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

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


@media (max-width: 767.98px) {

    .ags-af-locations-section {
}

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

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


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

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


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

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


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

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


    /* Maps stack */
    .ags-af-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;
    }

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


@media (max-width: 575.98px) {

    .ags-af-locations-section {
}

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

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

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

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

    .ags-af-location-map {
        height: 280px;
    }

    .ags-af-locations-maps {
        margin-top: 50px;
    }
}
  
/* =========================================================
   SECTION SPACING
   ---------------------------------------------------------
   Outer vertical and horizontal section spacing is handled
   in Blade using Bootstrap spacing utilities:
   px-3 px-sm-4 px-md-5 py-4 py-md-5
========================================================= */

/* =========================================================
   AGS MOBILE CARD CAROUSELS
   Related Services + Our Process + Why Choose Us
   ---------------------------------------------------------
   Desktop/tablet layouts remain unchanged.
   Mobile (<= 767.98px) uses one full card per slide,
   touch swipe, and pill-style pagination dots.
========================================================= */

.ags-mobile-carousel-viewport {
    width: 100%;
}

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

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

@media (max-width: 767.98px) {

    .ags-mobile-carousel-viewport {
        position: relative;
        width: 100%;
        overflow: hidden;
        touch-action: pan-y;
    }

    .ags-mobile-carousel-track {
        transition: transform 0.45s ease !important;
        will-change: transform;
        transform: translate3d(0, 0, 0);
    }

    /* -----------------------------------------------------
       BOTTOM CAROUSEL NAVIGATION
       Arrows sit below the card and cannot cover its content.
    ----------------------------------------------------- */

    .ags-mobile-carousel-navigation {
        display: grid;
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        align-items: center;
        column-gap: 14px;
        width: min(100%, 360px);
        margin: 22px auto 0;
        padding: 0 4px;
    }

    .ags-mobile-carousel-control {
        position: static;
        z-index: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        margin: 0;
        padding: 0 0 3px;
        border: 1px solid rgba(6, 45, 93, 0.12);
        border-radius: 50%;
        background: #ffffff;
        color: #062d5d;
        box-shadow: 0 6px 18px rgba(6, 45, 93, 0.12);
        cursor: pointer;
        transform: none;
        transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
        appearance: none;
        -webkit-appearance: none;
    }

    .ags-mobile-carousel-control span {
        display: block;
        font-family: Arial, sans-serif;
        font-size: 32px;
        font-weight: 400;
        line-height: 1;
    }

    .ags-mobile-carousel-prev { justify-self: start; }
    .ags-mobile-carousel-next { justify-self: end; }

    .ags-mobile-carousel-control:hover,
    .ags-mobile-carousel-control:focus-visible {
        background: #062d5d;
        color: #ffffff;
        outline: none;
    }

    .ags-mobile-carousel-control:active { transform: scale(0.95); }

    .ags-mobile-carousel-control.is-disabled,
    .ags-mobile-carousel-control:disabled {
        opacity: 0.32;
        cursor: default;
        pointer-events: none;
    }

    /* -----------------------------------------------------
       WHY CHOOSE US
    ----------------------------------------------------- */

    .ags-mobile-carousel-track.ags-why-choose-cards {
        display: flex !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 !important;
        gap: 0 !important;
    }

    .ags-mobile-carousel-track.ags-why-choose-cards > [class*="col-"] {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 0 !important;
    }

    .ags-mobile-carousel-track .ags-why-card {
        width: 100% !important;
        height: 100%;
        min-height: 255px;
    }

    /* -----------------------------------------------------
       OUR PROCESS
    ----------------------------------------------------- */

    .ags-mobile-carousel-track.ags-process-grid {
        display: flex !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 !important;
        gap: 0 !important;
    }

    .ags-mobile-carousel-track.ags-process-grid > [class*="col-"] {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 0 !important;
    }

    .ags-mobile-carousel-track .ags-process-card {
        width: 100% !important;
        height: 100%;
        min-height: 320px;
    }

    /* -----------------------------------------------------
       RELATED SERVICES
    ----------------------------------------------------- */

    .ags-mobile-carousel-track.ags-ms-x7m-grid {
        display: flex !important;
        grid-template-columns: none !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        column-gap: 0 !important;
        row-gap: 0 !important;
        gap: 0 !important;
    }

    .ags-mobile-carousel-track.ags-ms-x7m-grid > .ags-ms-x7m-column {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .ags-mobile-carousel-track .ags-ms-x7m-card {
        width: 100% !important;
        height: 100%;
        min-height: 270px !important;
    }

    /* -----------------------------------------------------
       PAGINATION
       Matches the pill-dot visual language already used
       by the existing AGS carousel.
    ----------------------------------------------------- */

    .ags-mobile-carousel-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
        width: 100%;
        gap: 8px;
        margin: 0;
        padding: 0;
    }

    .ags-mobile-carousel-dot {
        display: block;
        width: 17px;
        height: 8px;
        flex: 0 0 auto;
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        border-radius: 20px;
        background: #e2e5eb;
        box-shadow: none;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        transition: width 0.25s ease, background-color 0.25s ease;
    }

    .ags-mobile-carousel-dot.active {
        width: 35px;
        background: #062d5d;
    }

    .ags-mobile-carousel-dot:focus,
    .ags-mobile-carousel-dot:active {
        outline: none;
        box-shadow: none;
    }

    .ags-ms-x7m-section .ags-mobile-carousel-navigation {
        margin-top: 24px;
    }
}

@media (max-width: 380px) {
    .ags-mobile-carousel-navigation {
        grid-template-columns: 40px minmax(0, 1fr) 40px;
        column-gap: 9px;
        padding: 0;
    }

    .ags-mobile-carousel-control {
        width: 40px;
        height: 40px;
    }

    .ags-mobile-carousel-control span {
        font-size: 29px;
    }

    .ags-mobile-carousel-dot {
        width: 14px;
        height: 7px;
    }

    .ags-mobile-carousel-dot.active {
        width: 28px;
    }
}
