.elementor-218 .elementor-element.elementor-element-895d7d7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-218 .elementor-element.elementor-element-dd64674 > .elementor-widget-container{margin:-8px 0px 0px 0px;}body.elementor-page-218:not(.elementor-motion-effects-element-type-background), body.elementor-page-218 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1D315F;}/* Start custom CSS for html, class: .elementor-element-dd64674 *//* =========================================================
   INBOX ARRIVALS HEADER - OPTIMIZED
   ========================================================= */

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
}

.ia-header,
.ia-header * {
    box-sizing: border-box;
}

.ia-header {
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 999999;
    font-family: Arial, Helvetica, sans-serif;
}


/* =========================================================
   HEADER
   ========================================================= */

.ia-header .header-wrapper {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: 0 !important;
    background: #fff;
    border-bottom: 1px solid #e7edf5;
}

.ia-header .header-container {
    width: 100%;
    max-width: 1240px;
    min-height: 78px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* =========================================================
   LOGO
   ========================================================= */

.ia-header .logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
}

.ia-header .logo img {
    display: block;
    width: 90px;
    height: auto;
    max-height: 58px;
    object-fit: contain;
}


/* =========================================================
   DESKTOP NAV
   ========================================================= */

.ia-header .desktop-nav {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.ia-header .main-menu {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ia-header .main-menu > li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ia-header .main-menu > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 11px 10px;
    color: #172033;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.ia-header .main-menu > li > a:hover {
    color: #1769e0;
}


/* =========================================================
   SERVICES ARROW
   ========================================================= */

.ia-header .desktop-arrow {
    font-size: 9px;
}

.ia-header .desktop-services:hover .desktop-arrow {
    transform: rotate(180deg);
}


/* =========================================================
   CTA
   ========================================================= */

.ia-header .main-menu .cta-button {
    background: #1769e0 !important;
    color: #fff !important;
    padding: 12px 16px !important;
    border-radius: 7px;
    margin-left: 5px;
    box-shadow: 0 5px 15px rgba(23,105,224,.18);
}

.ia-header .main-menu .cta-button:hover {
    background: #0d55bd !important;
    color: #fff !important;
    transform: translateY(-1px);
}


/* =========================================================
   MEGA MENU
   ========================================================= */

.ia-header .mega-menu {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    width: 570px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 12px;
    padding: 18px;
    box-shadow: 0 18px 45px rgba(20,40,80,.14);
    transform: translateX(-50%) translateY(8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .15s ease, transform .15s ease;
}

.ia-header .mega-menu::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    width: 13px;
    height: 13px;
    background: #fff;
    border-left: 1px solid #e4eaf2;
    border-top: 1px solid #e4eaf2;
    transform: translateX(-50%) rotate(45deg);
}

.ia-header .desktop-services:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}


/* =========================================================
   MEGA MENU CONTENT
   ========================================================= */

.ia-header .mega-column {
    display: flex;
    flex-direction: column;
    padding: 5px 14px;
}

.ia-header .mega-column + .mega-column {
    border-left: 1px solid #edf1f6;
}

.ia-header .mega-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.ia-header .mega-title a {
    color: #1769e0;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.ia-header .mega-title span {
    color: #1769e0;
    font-size: 9px;
}

.ia-header .mega-column > a {
    display: block;
    padding: 9px 8px;
    color: #27344d;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 6px;
}

.ia-header .mega-column > a:hover {
    color: #1769e0;
    background: #f3f7fd;
    padding-left: 12px;
}


/* =========================================================
   MOBILE DEFAULT
   ========================================================= */

.ia-header .menu-toggle,
.ia-header .mobile-sidebar,
.ia-header .mobile-overlay {
    display: none;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .ia-header .header-wrapper {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
    }

    .ia-header .header-container {
        min-height: 68px;
        padding: 0 16px;
    }

    .ia-header .logo img {
        width: 82px;
        max-height: 52px;
    }

    .ia-header .desktop-nav {
        display: none !important;
    }


    /* HAMBURGER */

    .ia-header .menu-toggle {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        padding: 0;
        margin: 0;
        border: 0;
        border-radius: 7px;
        background: #1769e0;
        color: #fff;
        font-size: 29px;
        line-height: 1;
        cursor: pointer;
        position: relative;
        z-index: 1000002;
        appearance: none;
        -webkit-appearance: none;
    }

    .ia-header .menu-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        line-height: 1;
    }


    /* SIDEBAR */

    .ia-header .mobile-sidebar {
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        width: min(350px,88vw);
        height: 100vh;
        height: 100dvh;
        padding: 30px 20px;
        background: #fff;
        box-shadow: -12px 0 35px rgba(0,0,0,.16);
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 1000001;
        visibility: hidden;
        transition: right .2s ease;
    }

    .ia-header .mobile-sidebar.active {
        right: 0 !important;
        visibility: visible !important;
    }


    /* OVERLAY */

    .ia-header .mobile-overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(9,20,40,.52);
        z-index: 1000000;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .15s ease;
    }

    .ia-header .mobile-overlay.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }


    /* MENU */

    .ia-header .mobile-menu {
        list-style: none;
        margin: 45px 0 0;
        padding: 0;
    }

    .ia-header .mobile-menu li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .ia-header .mobile-menu > li {
        border-bottom: 1px solid #edf1f6;
    }

    .ia-header .mobile-menu > li > a,
    .ia-header .mobile-services-link {
        display: flex;
        align-items: center;
        min-height: 49px;
        padding: 13px 5px;
        color: #172033;
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
    }

    .ia-header .mobile-services-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .ia-header .mobile-services-row .mobile-services-link {
        flex: 1;
    }


    /* ARROWS */

    .ia-header .mobile-arrow-btn {
        flex: 0 0 44px;
        width: 44px;
        height: 44px;
        padding: 0;
        border: 0;
        background: transparent;
        color: #1769e0;
        font-size: 11px;
        cursor: pointer;
    }

    .ia-header .mobile-arrow-btn.active {
        transform: rotate(180deg);
    }


    /* SUBMENU */

    .ia-header .mobile-submenu {
        display: none;
        list-style: none;
        margin: 0;
        padding: 0 0 7px 14px;
        background: #f7f9fc;
        border-radius: 7px;
    }

    .ia-header .mobile-submenu.active {
        display: block;
    }

    .ia-header .mobile-submenu > li {
        border-bottom: 1px solid #e9edf3;
    }

    .ia-header .mobile-submenu > li:last-child {
        border-bottom: 0;
    }

    .ia-header .mobile-submenu a {
        display: flex;
        align-items: center;
        min-height: 43px;
        padding: 10px;
        color: #34415a;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
    }

    .ia-header .seo-row {
        background: #eef5ff;
        border-radius: 6px;
    }

    .ia-header .seo-mobile-menu {
        margin-left: 8px;
        padding-left: 12px;
        background: #fff;
    }


    /* MOBILE CTA */

    .ia-header .mobile-cta-item {
        border-bottom: 0 !important;
    }

    .ia-header .mobile-menu .cta-button {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 46px;
        margin: 14px 0 5px;
        padding: 12px 15px !important;
        border-radius: 7px;
        background: #1769e0 !important;
        color: #fff !important;
    }

    body.ia-menu-open {
        overflow: hidden !important;
    }
}


/* =========================================================
   DESKTOP
   ========================================================= */

@media (min-width: 768px) {

    .ia-header .desktop-nav {
        display: flex !important;
    }

    .ia-header .menu-toggle {
        display: none !important;
    }

    .ia-header .mobile-sidebar,
    .ia-header .mobile-overlay {
        display: none !important;
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (min-width: 768px) and (max-width: 1100px) {

    .ia-header .header-container {
        padding: 0 14px;
    }

    .ia-header .main-menu {
        gap: 1px;
    }

    .ia-header .main-menu > li > a {
        padding-left: 7px;
        padding-right: 7px;
        font-size: 12px;
    }

    .ia-header .main-menu .cta-button {
        padding: 10px 11px !important;
    }

    .ia-header .logo img {
        width: 78px;
    }
}/* End custom CSS */