﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

 Set padding to keep content from hitting the edges 
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

 Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 

.dl-horizontal dt {
    white-space: normal;
}

 Set width on the form input elements since they're 100% wide by default 
input,
select,
textarea {
    max-width: 280px;
}





/* ************************************************************** */
/* CSS RESET */
/* ************************************************************** */

/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
    padding:0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
    list-style: none;
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* ************************************************************** */
/* HELPER CLASSES */
/* ************************************************************** */
.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.flex-end {
    justify-content: flex-end;
}

.items-center {
    align-items: center;
}

.text-dark {
    color: var(--text-dark);
}

.text-light {
    color: var(--text-light);
}
.overflow-hidden {
    overflow: hidden;
}

.mb-3 {
    margin-bottom: 30px !important;
}
/* ************************************************************** */
/* COMPONENTS */
/* ************************************************************** */
.button {
    font-size: 1.6rem;
    font-weight: 600;
    display: block;
    padding: 10px 30px;
    border: none;
    border-radius: 100px;
    transition: 0.15s;
    text-transform: capitalize;
    cursor: pointer;
    color: var(--text-light);
    background-color: var(--primary-color);
}

.button.btn-alt {
    color: var(--primary-color);
    background-color: #fff;
}

.button:not(.btn-alt):hover {
    background-color: var(--primary-color);
}

.button.btn-alt:hover {
    color: #fff;
    background-color: var(--primary-color);
}

.button-v2 {
    font-size: 1.6rem;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 10px 30px;
    border: 2px solid black;
    transition: 0.15s;
    text-transform: capitalize;
    cursor: pointer;
    color: var(--text-light);
    background-color: transparent;
}
a.button, a.button-v2 {
    display: inline-block;
    text-decoration: none;
    color: black;
}
/* ************************************************************** */
/* GLOBAL STYLES */
/* ************************************************************** */
:root {
    --content-max-width-xl: 1220px;
    --content-padding-xl: 20px 10px;
    --content-max-width-lg: 1100px;
    --content-padding-lg: 20px 10px;
    --content-max-width-md: 1220px;
    --content-padding-md: 20px 30px;
    --content-max-width-sm: 1220px;
    --content-padding-sm: 20px 10px;
    --content-max-width-xs: calc(100%);
    --content-padding-xs: 20px 15px;
    --primary-color: rgb(149, 27, 30);
    --primary-color-dark: #a32426;
    --text-light: #CBCBCB;
    --text-dark: #3F3F3F;
    --theme-color-red: #BF1515;
    --theme-color-dark-red: rgb(56, 10, 11);
    --theme-color-dark-gray: #202020;
    --theme-color-light-gray: rgb(110, 110, 110);
    --theme-color-green: rgb(29 169 89);
    --theme-color-cyan: #3BB8B6;
}

html {
    font-size: 10px;
}

body {
    /* font-family: 'Encode Sans Condensed', sans-serif; */
    font-family: 'Khand', sans-serif;
}

/*.container {
    margin: 0 auto;
    width: 100%;
    max-width: var(--content-max-width-xs);
    padding: var(--content-padding-xs);
}*/

/*section {
    overflow: hidden;
}*/
/*header {*/
    /*min-height: 100vh;*/
    /*background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

header {
    overflow: hidden;*/
    /*background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(2, 2, 2, 0) 100%), url(/Content/images/img-1v3.jpg);*/
    /*background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%), url(/Content/images/img-1v4.jpg);
}*/
.container {
    margin: 0 auto;
    width: 100%;
    max-width: var(--content-max-width-xs);
    padding: var(--content-padding-xs);
}

/* Make header responsive */
header {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    overflow: hidden;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%), url(/Content/images/img-1v4.jpg);
}

/* Mobile-first styles */
@media (max-width: 768px) {
    .container {
        padding: var(--content-padding-xs); /* Adjust padding if needed */
    }

    header {
        background-position: center top; /* Adjust background position for smaller screens */
    }

    /* Adjust max-width on smaller screens */
    .container {
        max-width: 100%; /* Make sure it takes full width */
    }
}

/* Tablet view (larger than 768px) */
@media (min-width: 768px) and (max-width: 1024px) {
    header {
        background-position: center center; /* Adjust background position for tablet view */
    }
}

/* Desktop view (larger than 1024px) */
@media (min-width: 1025px) {
    .container {
        max-width: var(--content-max-width-xs); /* Default max-width for desktops */
    }

    header {
        background-position: center bottom; /* Ensure the background position is ideal on larger screens */
    }
}


/*.view-custom-clearance header {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(2, 2, 2, 0) 100%), url(/Content/images/view-cc-main--bg.jpg);
}

.view-request-a-quote header {
    border-bottom: thick solid white;
    border-bottom: thick solid white;
    background-position: center top;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(2, 2, 2, 0.35) 100%), url(/Content/images/view-rq-main--bg.jpg);
}*/
.body-content {
/*    position: relative;
    overflow-x: hidden;*/
}
.decorative-lines.line-c {
    display: none !important;
}

.form-wrapper {
    margin-top: 30px;
    padding: 70px 50px;
    width: 100%;
    margin: 0 auto;
    /*max-width: 800px;*/
    /*border: 3px solid var(--primary-color-dark);*/
    background-color: #fff;
}

.form-wrapper .input-container {
    margin-bottom: 16px;
}

.form-wrapper .input-control {
    font-size: 1.6rem;
    padding: 10px 16px;
    border: none;
    outline: none;
    width: 100%;
    color: #000;
    background: #ebebeb;
}

.form-wrapper .input-control:focus {
    border-bottom: 2px solid #000;
}

.form-wrapper .btn-submit {
    font-size: 2rem;
    font-weight: 500;
    margin: 30px 0;
    padding: 16px 24px;
    width: 100%;
    max-width: 800px;
    text-align: center;
    color: #fff;
    clip-path: polygon(4% 0%, 100% 0, 100% 60%, 96% 100%, 0 100%, 0 40%);
    background-color: var(--primary-color-dark);
}

nav:not(.nav-mobile) {
    position: relative;
    display: none;
    z-index: 10;
}
.nav-mobile {
    display: block;
}
.logo {
    display: block;
}

.logo img {
    width: 100px;
}

.primary-nav,
.secondary-nav {
    display: none;
}
.topbar.mobile {
    padding: 30px 0;
}
.topbar.mobile ul {
    flex-direction: column;
    align-items: center;
}
.topbar.mobile a {
    font-size: 2rem;
}
.topbar.mobile .hydrated {
    font-size: 1.8rem;

}
.topbar:not(.mobile) {
    display: none;
}
.topbar ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
}
.topbar li {
    margin: 0 10px;
}
.topbar a {
    font-size: 1.4rem;
    margin-left: 2px;
    padding: 0;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    color: black;
}
.topbar a:hover {
    border-color: black;
}
.header-v2 {
    position: relative;
    overflow-x: hidden;
}
.header-v2 .header-menu {
    display: flex;
    background-color: rgba(256, 256, 256, 0.5);
}
.header-v2 .main-navigation {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
}
.header-v2 .container .link {
    font-size: 1.6rem;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: black;
}
.header-v2 .main-navigation:first-child {
    padding: 0 30px;
}
.header-v2 .main-navigation:first-child .link {
    line-height: 96px;
}
.header-v2 .main-navigation:first-child .link {
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.header-v2 .main-navigation:first-child .icon-arrow {
    font-size: 1.3rem;
    padding: 6px 10px 0 6px;
}
.header-v2 .main-navigation:last-child {
    padding: 0 30px 16px 45px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%);
    background-color: #282828;
}
.header-v2 .main-navigation:last-child .link {
    font-size: 1.2rem;
    color: white;
}
.header-v2 .main-navigation img {
    margin-bottom: 12px;
    height: 50px;
    filter: invert(1);
}
.header-v2 .main-nav-item:hover .sub-menu {
    display: block;
}
.header-v2 .container .sub-menu {
    list-style: none;
    position: absolute;
    top: calc(100%);
    display: none;
    margin: 0;
    padding: 0;
}
.header-v2 .sub-menu-item {
    margin-bottom: 4px;
    width: 260px;
    background-color: rgba(255, 255, 255, 0.75);
}
.header-v2 .sub-menu-item a {
    font-size: 1.6rem;
    font-weight: 500;
    display: block;
    padding: 10px 16px;
    transition: 0.2s;
    text-decoration: none;
    outline: none;
    color: black;
}
.header-v2 .sub-menu-item:hover a {
    color: white !important;
    background-color: rgba(40, 40, 40, 0.8);
}
/*.header-v2 .header-content {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 70px 0 0;
}
*/
    .header-v2 .header-content {
        position: relative;
        display: flex;
        justify-content: center;
        padding: 70px 0 0; /* Default padding for larger screens */
    }

/* Mobile-first responsiveness */
@media (max-width: 768px) {
    .header-v2 .header-content {
        padding: 40px 0 0; /* Adjust padding for smaller screens */
        flex-direction: column; /* Stack elements vertically on mobile */
    }
}

/* Tablet view (larger than 768px and up to 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .header-v2 .header-content {
        padding: 50px 0 0; /* Adjust padding for tablet view */
        flex-direction: row; /* Keep content in a row for tablets */
    }
}

/* Desktop view (larger than 1024px) */
@media (min-width: 1025px) {
    .header-v2 .header-content {
        padding: 70px 0 0; /* Keep original padding for larger screens */
        flex-direction: row; /* Keep content in a row for desktop */
    }
}
.header-v2 .header-content .main-heading {
    font-size: 5rem;
    font-weight: 600;
    display: block;
    text-align: left;
    line-height: 1.3;
}
.header-v2 .header-content .main-heading span {
    position: relative;
}
.header-v2 .header-content .main-heading span:nth-child(1),
.header-v2 .header-content .main-heading span:nth-child(4),
.header-v2 .header-content .main-heading span:nth-child(6) {
    color: #951B1E;
}
.header-v2 .header-content .main-heading span:nth-child(2),
.header-v2 .header-content .main-heading span:nth-child(5) {
    color: #727272;
}
    .header-v2 .header-content .main-heading span:nth-child(1)::before {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        right: -6px;
        height: 70px;
        width: 800px;
        mix-blend-mode: difference;
        background: #222121;
    }
.header-v2 .header-content .main-heading span:nth-child(6)::before {
    content: '';
    display: none;
    position: absolute;
    top: 20px;
    right: -10px;
    height: 800px;
    width: calc(100% + 20px);
    z-index: 1;
    mix-blend-mode: difference;
    background: #D9D9D9;
}
.header-v2 .main-description {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 50px;
    width: 320px;
    color: black;   
}
.header-v2 .decorative-text {
    font-size: 300px;
    font-weight: 600;
    position: absolute;
    bottom: -100px;
    line-height: 1;
    color: white;
    opacity: 0.2;
}
.header-v2 .header-content .button-v2 {
    font-size: 1.8rem;
    position: relative;
    z-index: 10;
    transition: 0.3s;
    cursor: pointer;
}
.header-v2 .header-content .button-v2:hover {
    color: white;
    background-color: #100a09;
}
.header-v2 .header-content .button-v2 .icon {
    font-size: 1.8rem;
    position: absolute;
    top: 4px;
    right: 8px;
    transform: rotate(45deg);
}

/*.nav-mobile {
    position: relative;
    z-index: 20;
}
.nav-mobile .navbar {
    padding: 20px;
}
.nav-mobile .btn-mobile-navbar,
.nav-mobile .btn-close {
    font-size: 4rem;
    display: block;
    border: none;
    line-height: 0;
    cursor: pointer;
    background: none;
}*/
/* .nav-mobile container */

.nav-mobile {
    position: relative;
    z-index: 20;
    width: 100%; /* Ensure it takes full width */
    margin: 0; /* Remove any unintended margins */
    padding-top: 10px;
}

    /* Mobile navbar */
    .nav-mobile .navbar {
        padding: 20px; /* Adjust padding as necessary */
        width: 100%; /* Ensure navbar takes full width */
        box-sizing: border-box; /* Include padding in width calculation */
        margin: 0; /* Remove any unwanted margins */
        display: flex; /* Make navbar a flex container */
        justify-content: space-between; /* Space out items */
        align-items: center; /* Vertically align items */
    }

    /* Mobile navbar buttons */
    .nav-mobile .btn-mobile-navbar,
    .nav-mobile .btn-close {
        font-size: 4rem; /* Large button size for mobile */
        display: block;
        border: none;
        line-height: 0;
        cursor: pointer;
        background: none;
        padding: 10px; /* Add padding for better click area */
    }
    /* Logo on the left */
    .nav-mobile .logo {
        display: block;
        margin-right: auto; /* This will push everything else to the right */
        padding-left: 10px;
    }
/* Fix issues with overflow on small screens */
@media (max-width: 768px) {
    .nav-mobile .navbar {
        padding: 0px; /* Adjust padding for mobile view */
    }

    .nav-mobile .btn-mobile-navbar,
    .nav-mobile .btn-close {
        font-size: 3rem; /* Adjust font size for smaller buttons */
        padding: 8px; /* Adjust padding to prevent overflow */
    }

    .nav-mobile .navbar {
        justify-content: flex-end; /* Align items to the right */
    }
}


.nav-mobile .mobile-nav-dropdown {
    position: fixed;
    top: 0;
    /*bottom: 0;*/
    left: 0;
    /*display: none;*/
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: transform 0.5s ease;
    z-index: 9999;
    background-color: white;
}
.nav-mobile .mobile-nav-dropdown.active {
    display: block;
    transform: translateX(0);
}
.nav-mobile .mobile-nav-dropdown .navbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-mobile .dropdown-list {
    height: calc(100% - 83px);
    overflow-y: auto;
}
.nav-mobile .mobile-nav-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-mobile .mobile-nav-dropdown ul .link {
    font-size: 2rem;
    display: flex;
    justify-content: space-between;
    padding: 14px 20px;
    text-decoration: none;
    color: black;
}
.nav-mobile .sub-menu {
    display: none;
    background: rgba(0, 0, 0, 0.05);
}
.nav-mobile .sub-menu.active {
    display: block;
}
.nav-mobile .mobile-nav-dropdown .sub-menu .link {
    padding: 14px 30px;
}
.nav-mobile .mobile-nav-dropdown ul a:hover {
    color: var(--primary-color-dark);
    background: rgba(0, 0, 0, 0.05);
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: none;
}
.header-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
}
.header-swiper {
    position: relative;
    margin: 0;
    max-width: 500px;
    display: none;
}
.header-swiper img {
    object-fit: cover;
}
.header-swiper .slider-description {
/*    position: absolute;
    left: 0;
    bottom: 100px;*/
    /*max-width: 350px;*/
    padding: 20px 0 0;
    text-align: left;
    z-index: 1;
    /*mix-blend-mode: exclusion;*/
    color: black;
    /*background: rgba(0, 0, 0, 0.5);*/
    /*text-shadow: 1px 1px 2px rgba(0,0, 0, 0.75);*/
}
.header-swiper .slider-description h2 {
    font-size: 2.5rem;
    font-weight: 600;
}
.header-swiper .swiper-pagination-bullet,
.header-swiper .swiper-pagination-bullet-active-next {
    position: static;
    border: none;
    border-radius: 0;
    width: 40px;
    min-width: 40px;
    height: 6px;
    transform: none;
    background-color: black;
}
.header-swiper .swiper-pagination-bullet:last-child {
    margin-right: 0;
}
.header-swiper .swiper-pagination {
    position: static;
    width: 100% !important;
    /*padding: 20px 0;*/
    text-align: right;
    transform: none !important;
}

.section {
    position: relative;
    display: flex;
    padding: 50px 0;
    overflow: hidden;
    background-color: black;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.section-style-1 .header-v2 .container {
    padding-bottom: 150px;
}
.section.trusted-logistics,
.section.contact-form {
    color: white;
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/Content/images/img-1v4.jpg);
}
.section.warehouse-storage {
    color: white;
    background-position: center 70%;
    background-image: linear-gradient(rgba(35, 35, 35, 0.9), rgba(35, 35, 35, 0.85)), url(/Content/images/img-3v3.png);
}
.section.custom-compliance {
    color: black;
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(/Content/images/img-1v4.jpg);
}
.section.utrade-express {
    color: white;
    background-position: center 70%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.95)), url(/Content/images/img-3v3.png);
}
.section.utrade-express::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    height: 130px;
    mix-blend-mode: difference;
    background-color: #951B1E;
}
.section .section-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section .section-content .flex-item:first-child {
    margin-bottom: 30px;
}
.section .section-content .flex-item.text-content {
    text-align: center;
}
.section .section-heading {
    font-size: 4rem; /* Default font size for larger screens */
    font-weight: 600;
    position: relative;
    display: block;
    line-height: 1.3;
    margin-bottom: 30px; /* Default margin for larger screens */
}

/* Mobile-first responsiveness */
@media (max-width: 768px) {
    .section .section-heading {
        font-size: 4rem; /* Adjust font size for mobile screens */
        margin-bottom: 20px; /* Reduce bottom margin for smaller screens */
    }
}

/* Tablet view (larger than 768px and up to 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .section .section-heading {
        font-size: 3rem; /* Adjust font size for tablet screens */
        margin-bottom: 25px; /* Adjust margin for tablets */
    }
}

/* Desktop view (larger than 1024px) */
@media (min-width: 1025px) {
    .section .section-heading {
        font-size: 4rem; /* Keep the original font size for larger screens */
        margin-bottom: 30px; /* Original margin for desktop */
    }
}

.section .section-heading span {
    position: relative;
}
.section.warehouse-storage .section-heading span {
    color: #c5c5c5
}
.section .section-heading br {
    display: none;
}
.section.trusted-logistics .section-heading {
    color: white;
}
.section.trusted-logistics .section-heading span::before {
    content: '';
    display: block;
    position: absolute;
    top: -480px;
    right: -4px;
    height: 530px;
    width: 152px;
    mix-blend-mode: difference;
    background: white;
}
.section.warehouse-storage .section-heading span::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 8px;
    left: -4px;
    height: 215px;
    width: 124px;
    mix-blend-mode: difference;
    background: #40EAEA;
}
.section.warehouse-storage .section-heading::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 30px;
    height: 48px;
    width: 100%;
    mix-blend-mode: difference;
    background: #951B1E;
}
.section.custom-compliance .section-heading span:first-child::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -6px;
    height: 61px;
    width: 1000px;
    mix-blend-mode: difference;
    background: white;
}
.section .section-description {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 30px;
    color: inherit;
}
.section.utrade-express .section-description {
    padding: 0 15px;
}
.section .button-v2 .icon {
    font-size: 1.8rem;
    position: absolute;
    top: 4px;
    right: 8px;
    transform: rotate(45deg);
}
.section .button-v2 {
    position: relative;
    border-color: inherit;
    color: inherit;
    z-index: 10;
}
.section.trusted-logistics .btn-explore:hover {
    color: black;
    background-color: #fff;
}
.section.warehouse-storage .btn-explore:hover {
    color: black;
    background-color: #fff;
}
.section.custom-compliance .btn-explore:hover {
    border-color: black;
    color: white;
    background-color: #000;
}
.section.utrade-express .btn-explore:hover {
    border-color: white;
    color: black;
    background-color: #fff;
}
.section .decorative-text {
    font-size: 300px;
    font-weight: 600;
    position: absolute;
    bottom: -100px;
    line-height: 1;
    color: inherit;
}
.section.trusted-logistics .decorative-text {
    opacity: 0.03;
}
.section.warehouse-storage .decorative-text {
    opacity: 0.03;
}
.section.custom-compliance .decorative-text {
    opacity: 0.03;
}
.section.utrade-express .decorative-text {
    opacity: 0.03;
}
.section > .section-image-wrapper {
    position: absolute;
    display: none;
    width: 660px;
    z-index: 10;
}
.section.trusted-logistics > .section-image-wrapper {
    left: 0;
}
.section.warehouse-storage > .section-image-wrapper {
    right: 0;
}
.section > .section-image-wrapper img {
    height: 460px;
    object-fit: cover;
}
.section > .section-image-wrapper .decorative-bg {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
}
.section.trusted-logistics > .section-image-wrapper .decorative-bg,
.section.custom-compliance > .section-image-wrapper .decorative-bg {
    top: 20px;
    left: 34px;
    clip-path: polygon(0 0, 68% 0, 100% 100%, 0% 100%);
}
.section.warehouse-storage > .section-image-wrapper .decorative-bg {
    top: 20px;
    left: -34px;
    clip-path: polygon(34% 0, 100% 0, 100% 100%, 0% 100%);
}
.section.trusted-logistics > .section-image-wrapper .decorative-bg {
    background-color: #3BB8B6;
}
.section.custom-compliance > .section-image-wrapper .decorative-bg {
    background-color: #951B1E;
}
.section.trusted-logistics > .section-image-wrapper img,
.section.custom-compliance > .section-image-wrapper img{
    clip-path: polygon(0 0, 68% 0, 100% 100%, 0% 100%);
}
.section.warehouse-storage > .section-image-wrapper img {
    clip-path: polygon(34% 0, 100% 0, 100% 100%, 0% 100%);
}
.section-content .section-image-wrapper {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 80%;
    z-index: 1;
}
.section.utrade-express .section-content .section-image-wrapper {
    width: 400px;
}
.section-content .section-image-wrapper .decorative-bg {
    position: absolute;
    top: -20px;
    left: 20px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #29b198;
}
.section.warehouse-storage .section-content .section-image-wrapper .decorative-bg {
    top: 20px;
    background-color: white;
}
.section.custom-compliance .section-content .section-image-wrapper .decorative-bg {
    background-color: #951B1E;
}
.section.utrade-express .section-content .section-image-wrapper .decorative-bg {
    top: 20px;
    background-color: #fff;
}
.section-content .section-image-wrapper img {
    position: relative;
}
.section.utrade-express .flex {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width :100%;
}
.clients-swiper .swiper-wrapper {
    align-items: center;
}

.clients-slider,
.affiliations-slider {
    padding: 10px 0;
    overflow: hidden;
}
.clients-slider h2,
.affiliations-slider h2 {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}
.iframe-container {
    width: 100%;
    max-width: 800px;
    padding :20px;
}
.scroll-mouse-icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 31px;
    height: 50px;
    border-radius: 20px;
    border: 2px solid #fff;
    background-color: transparent;
}
.view-contact-us .section-heading {
    font-size: 4rem;
    margin: 0;
}
.view-contact-us .section-description {
    font-size: 1.8rem;
    text-align: center;
}
.view-careers .form-wrapper,
.view-contact-us .form-wrapper {
    max-width: 600px;
    border: 4px solid var(--theme-color-cyan);
    clip-path: polygon(12% 0%, 100% 0, 100% 92%, 90% 100%, 0 100%, 0 10%);
}
.view-contact-us .form-contact-us .heading,
.view-careers .form-careers .heading {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 16px;
    color: black;
}
.view-contact-us .btn-submit {
    margin: 0;
    border: 2px solid var(--primary-color-dark);
    color: var(--primary-color-dark);
    background-color: transparent;
}
.view-contact-us .btn-submit:hover {
    color: white;
    background-color: var(--primary-color-dark);
}
.view-contact-us .section.map {
    padding: 0;
    min-height: 0;
    background-color: transparent;
}
.view-contact-us #map {
    height: 400px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
}
.view-contact-us .clients-slider {
    display: none;
}
.scroll-mouse-icon::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 4px;
    height: 10px;
    border-radius: 10px;
    animation-name: slideDown;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    background-color: #fff;
}

@keyframes slideDown {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(20px);
    }
}

.heading-and-video {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-heading {
    font-size: 4rem;
    font-weight: 400;
    margin-bottom: 30px;
    /*padding: 70px 0 0;*/
    color: #fff;
}

.video-link {
    font-size: 2rem;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 6px 10px;
    transform: skew(-10deg);
    border: 1px solid #fff;
    color: #fff;
    /*background-color: rgba(255, 255, 255, 0.6);*/
}

    .video-link:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .video-link .icon {
        font-size: 5rem;
        display: block;
        line-height: 0;
        transform: skew(10deg);
        color: #fff;
    }

    .video-link .ionicon-stroke-width {
        stroke-width: 18px !important;
    }

    .video-link h2 {
        font-size: 2rem;
        font-weight: 600;
        transform: skew(10deg);
    }

        .video-link h2 + p {
            font-size: 1.4rem;
            position: relative;
            left: 6px;
            transform: skew(10deg);
        }

header .decorative-label {
    font-size: 1.4rem;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    width: 8px;
    height: 260px;
    background-color: #fff;
}

    header .decorative-label .text {
        position: relative;
        top: -30px;
        left: -10px;
        display: block;
        text-transform: uppercase;
        transform: rotate(90deg);
        white-space: nowrap;
        color: #fff;
    }

.section-trusted-logistics {
    position: relative;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(/Content/images//d-line-1.svg);
}

    .section-trusted-logistics .container {
        position: relative;
        height: 1080px;
    }

    .section-trusted-logistics svg {
        position: absolute;
        left: 276px;
        height: 100%;
    }

path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
}

.animStroke {
    animation: animStroke 0.8s linear alternate forwards;
}

@keyframes animStroke {
    from {
        stroke-dashoffset: 1;
    }

    to {
        stroke-dashoffset: 0;
    }
}

.section-trusted-logistics::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 1080px;
    max-height: 1080px;
    width: 100%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left, left;
    background-size: contain, auto;
    background-image: url(/Content/images//img-2a.png), url(/Content/images//img-2v2.jpg);
}
/* .section-trusted-logistics::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 1080px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(/Content/images//img-2b.png);
} */
.section-trusted-logistics .section-heading {
    font-size: 4rem;
    font-weight: 600;
}

.section-trusted-logistics .desc {
    font-size: 1.6rem;
    margin-bottom: 30px;
}

.section-trusted-logistics button {
    font-size: 1.6rem;
    padding: 0;
    border: none;
    cursor: pointer;
    border-bottom: 3px solid var(--primary-color-dark);
    background-color: transparent;
}

.section-trusted-logistics .section-text {
    position: relative;
    top: 200px;
    left: 360px;
    max-width: 500px;
}

.section-trusted-logistics .decorative-label {
    font-size: 1.4rem;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    width: 260px;
    height: 8px;
    background-color: #000;
}

    .section-trusted-logistics .decorative-label .text {
        position: relative;
        top: -30px;
        right: 160px;
        display: block;
        text-transform: uppercase;
        white-space: nowrap;
        color: #000;
    }

.section-trusted-logistics .highlights {
    position: absolute;
    left: 20%;
    bottom: 80px;
}

    .section-trusted-logistics .highlights ul {
        list-style: none;
        display: flex;
        gap: 20px;
        padding: 0;
    }

    .section-trusted-logistics .highlights a {
        font-size: 1.6rem;
        font-weight: 600;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 180px;
        min-height: 110PX;
        padding: 10px;
        transform: skew(-10deg);
        text-decoration: none;
        text-transform: uppercase;
        color: #000;
        background-color: #fff;
    }

    .section-trusted-logistics .highlights img {
        width: 80px;
        align-self: flex-end;
    }

.section-warehouses {
    position: relative;
}

    .section-warehouses svg {
        position: absolute;
        left: 194px;
        height: 100%;
    }

.section-warehouses {
    position: relative;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-image: url(/Content/images//img-3.jpg);
}

    .section-warehouses .container {
        height: 1080px;
    }

    .section-warehouses .section-text {
        position: absolute;
        bottom: 80px;
        left: 570px;
    }

    .section-warehouses .section-heading {
        font-size: 4rem;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .section-warehouses .desc {
        font-size: 1.6rem;
        max-width: 500px;
        margin-bottom: 30px;
    }

    .section-warehouses button {
        font-size: 1.6rem;
        padding: 0;
        border: none;
        cursor: pointer;
        border-bottom: 3px solid var(--primary-color-dark);
        background-color: transparent;
    }

.section-custom-clearance {
    position: relative;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-image: url(/Content/images//img-4.jpg);
}

    .section-custom-clearance .container {
        height: 1080px;
    }

    .section-custom-clearance .section-text {
        position: absolute;
        top: 80px;
        right: 100px;
    }

    .section-custom-clearance .section-heading {
        font-size: 4rem;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .section-custom-clearance .desc {
        font-size: 1.6rem;
        max-width: 500px;
        margin-bottom: 30px;
    }

    .section-custom-clearance button {
        font-size: 1.6rem;
        padding: 0;
        border: none;
        cursor: pointer;
        border-bottom: 3px solid var(--primary-color-dark);
        background-color: transparent;
    }

.section-utrade-express {
    position: relative;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left, center, center;
    background-image: url(/Content/images//d-line-3.svg), linear-gradient(177.54deg, rgba(0, 0, 0, 1) 2.06%, rgba(0, 0, 0, 0.6) 199.22%), url(/Content/images//img-5.jpg);
}

    .section-utrade-express .container {
        height: 700px;
    }

    .section-utrade-express .section-text {
        position: absolute;
        top: 80px;
        left: 30%;
        color: #fff;
    }

    .section-utrade-express .section-heading {
        font-size: 4rem;
        font-weight: 600;
        margin-bottom: 20px;
        color: #fff;
    }

    .section-utrade-express .desc {
        font-size: 1.6rem;
        max-width: 500px;
        margin-bottom: 30px;
        color: #fff;
    }



.view-custom-clearance .heading-and-video {
    position: relative;
    top: -100px;
}

.view-custom-clearance .section-custom-compliance .decorative-lines.line-a {
    content: "";
    position: absolute;
    display: block;
    left: -50px;
    height: 800px;
    width: 8px;
    background-color: var(--primary-color-dark);
}

.view-custom-clearance .section-custom-compliance .decorative-lines.line-b {
    content: "";
    position: absolute;
    display: block;
    top: 280px;
    left: -270px;
    height: 6px;
    transform: rotate(90deg);
    width: 510px;
    background-color: var(--primary-color-dark);
}

.view-custom-clearance .section-custom-compliance .decorative-lines.line-c {
    content: "";
    display: block;
    position: relative;
    left: 40%;
    bottom: 146px;
    height: 6px;
    width: 460px;
    transform: rotate(10deg);
    z-index: 1;
    background-color: #fff;
}

.view-custom-clearance .section-custom-compliance {
    position: relative;
    height: auto;
    max-height: auto;
    width: 100%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left, left;
    background-size: cover;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/Content/images//view-cc-bg-1.jpg);
}

.view-custom-clearance .section-custom-compliance .section-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: var(--text-dark);
}

.view-custom-clearance .section-custom-compliance .section-info + div {
    display: flex;
    justify-content: center;
    text-align: justify;
    color: var(--text-light);
}

.view-custom-clearance .section-custom-compliance .section-info + div .desc {
    font-size: 1.8rem;
    font-weight: 400;
    /* max-width: 700px; */
}

.view-custom-clearance .section-custom-compliance .form-wrapper {
    margin: 40px auto;
    padding: 50px 50px 50px 50px;
    width: 100%;
    /* clip-path: polygon(12% 0, 100% 6%, 100% 100%, 0% 100%); */
    background-color: white;
}

.view-custom-clearance .section-custom-compliance .form-wrapper input::placeholder {
    color: var(--text-dark);
}

.view-custom-clearance .section-custom-compliance .form-wrapper input,
.view-custom-clearance .section-custom-compliance .form-wrapper select,
.view-custom-clearance .section-custom-compliance .form-wrapper textarea {
    font-size: 1.6rem;
    margin-bottom: 6px;
    padding: 15px;
    width: 100%;
    border-radius: 4px;
    border: none;
    color: var(--text-dark);
    background-color: rgb(235, 235, 235);
}

.view-custom-clearance .section-custom-compliance .form-wrapper button[type=submit] {
    font-size: 1.6rem;
    margin-bottom: 6px;
    margin-top: 15px;
    padding: 15px;
    width: 100%;
    border-radius: 4px;
    border: none;
    color: #fff;
    background-color: var(--primary-color-dark);
}

.view-custom-clearance .section-custom-compliance .section-info .flex-item:first-child {
    order: 2;
}

.view-custom-clearance .section-custom-compliance .section-info .flex-item:first-child > .desc {
    text-align: justify;
    color: var(--text-light);
}

.view-custom-clearance .section-custom-compliance .section-info .flex-item:last-child {
    position: relative;
    order: 1;
}

    .view-custom-clearance .section-custom-compliance .section-info .flex-item:last-child .wrapper {
        position: relative;
        top: -140px;
        display: flex;
        flex-direction: column;
        padding: 100px 20px;
        max-width: 600px;
        clip-path: polygon(-20% 0%, 100% 6%, 100% 100%, 0 94%, 0% 14%);
        background-color: white;
    }

    .view-custom-clearance .section-custom-compliance .section-heading {
        font-size: 4rem;
        font-weight: 500;
        color: var(--primary-color-dark);
    }

    .view-custom-clearance .section-custom-compliance .sub-heading,
    .view-request-a-quote .section-shipping-form .sub-heading {
        font-size: 1.6rem;
        font-weight: 500;
        position: relative;
        top: -3px;
        color: var(--text-dark);
    }

        .view-custom-clearance .section-custom-compliance .sub-heading::after,
        .view-request-a-quote .section-shipping-form .sub-heading::after {
            content: "";
            display: block;
            height: 1px;
            position: relative;
            left: 100px;
            width: 190px;
            background-color: var(--primary-color-dark);
        }

    .view-custom-clearance .section-custom-compliance .desc {
        font-size: 1.8rem;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .view-custom-clearance .section-custom-compliance ul {
        list-style: none;
        position: relative;
        padding: 0;
        font-size: 1.8rem;
        font-weight: 500;
    }

    .view-custom-clearance .section-custom-compliance li {
        position: relative;
        padding-left: 30px;
        padding-bottom: 10px;
    }

        .view-custom-clearance .section-custom-compliance li::before {
            content: '';
            display: inline-block;
            position: absolute;
            /*top: calc(50% - 2px);*/
            top: 10px;
            left: 0;
            width: 10px;
            height: 10px;
            transform: rotate(45deg);
            /*transform: translateY(-50%) rotate(45deg);*/
            background-color: var(--primary-color-dark);
        }

.view-request-a-quote .section-shipping-form {
    height: auto;
    max-height: auto;
    width: 100%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left, left;
    background-size: cover;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/Content/images/view-cc-bg-1.jpg);
}

.view-request-a-quote .section-info {
    position: relative;
    top: -88px;
    padding: 80px 60px;
    clip-path: polygon(10% 0%, 100% 0, 100% 78%, 90% 100%, 0 100%, 0 23%);
    background-color: #fff;
}

.view-request-a-quote .section-shipping-form .heading {
    font-size: 4rem;
    font-weight: 600;
    color: var(--primary-color-dark);
}

.view-request-a-quote .section-shipping-form .desc {
    font-size: 1.8rem;
    font-weight: normal;
}

.view-request-a-quote .shipping-form-wrapper {
    color: #fff;
}

    .view-request-a-quote .shipping-form-wrapper > .heading {
        color: #fff;
    }

    .view-request-a-quote .shipping-form-wrapper .desc {
        font-size: 1.6rem;
        font-weight: normal;
    }

.view-request-a-quote .shipment-service-radio-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
    padding: 50px 0 100px;
}

    .view-request-a-quote .shipment-service-radio-group label {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 150px;
        height: 165px;
        border: 2px solid #fff;
        cursor: pointer;
        transition: 0.1s;
        /*transform: skew(-10deg);*/
    }

        .view-request-a-quote .shipment-service-radio-group label:hover {
            background-color: rgba(255,255,255, 0.1);
        }

    .view-request-a-quote .shipment-service-radio-group input {
        width: 0;
        height: 0;
        appearance: none;
        display: none;
    }

        .view-request-a-quote .shipment-service-radio-group input:checked + label {
            background-color: rgba(255,255,255, 0.2);
        }

    .view-request-a-quote .shipment-service-radio-group .icon {
        display: block;
        width: 100%;
        height: 100px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .view-request-a-quote .shipment-service-radio-group .label {
        font-size: 1.6rem;
    }

.view-request-a-quote label[for="ss-truckload"] .icon {
    background-image: url(/Content/icons/transportation/white/cargo-truck.svg);
}

.view-request-a-quote label[for="ss-less-than-truckload"] .icon {
    background-image: url(/Content/icons/transportation/white/truck.svg);
}

.view-request-a-quote label[for="ss-flatbed-heavy-haul"] .icon {
    background-image: url(/Content/icons/transportation/white/heavy-truck.svg);
}

.view-request-a-quote label[for="ss-intermodal"] .icon {
    background-image: url(/Content/icons/transportation/white/train.svg);
}

.view-request-a-quote label[for="ss-drayage"] .icon {
    background-image: url(/Content/icons/transportation/white/container-lifting.svg);
}

.view-request-a-quote label[for="ss-expedited"] .icon {
    background-image: url(/Content/icons/transportation/white/express-delivery.svg);
}

.view-request-a-quote label[for="ss-international"] .icon {
    background-image: url(/Content/icons/transportation/white/international-transportation.svg);
}

.view-request-a-quote .form-shipping-details {
    margin-top: 30px;
    padding: 30px 20px;
    width: 100%;
    max-width: 800px;
    border: 3px solid var(--primary-color-dark);
    background-color: #fff;
}

.view-request-a-quote .shipping-form-wrapper .input-container {
    margin-bottom: 16px;
}

.view-request-a-quote .shipping-form-wrapper .input-control {
    font-size: 1.6rem;
    padding: 10px 16px;
    border: none;
    outline: none;
    width: 100%;
    color: #000;
    background: #ebebeb;
}

    .view-request-a-quote .shipping-form-wrapper .input-control:focus {
        border-bottom: 2px solid #000;
    }

    .view-request-a-quote .shipping-form-wrapper .input-control::placeholder {
    }

.view-request-a-quote .btn-get-a-quote {
    font-size: 2rem;
    font-weight: 500;
    margin: 30px;
    padding: 16px 24px;
    width: 100%;
    max-width: 800px;
    text-align: center;
    color: #fff;
    clip-path: polygon(4% 0%, 100% 0, 100% 60%, 96% 100%, 0 100%, 0 40%);
    background-color: var(--primary-color-dark);
}
/*footer {
    position: relative;
    padding: 50px 30px;
    text-align: left;
    overflow: hidden;
    color: #fff;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url(/Content/images//map.png);
}

footer .logo {
    margin-bottom: 30px;
    width: 160px;
}
*/
footer {
    position: relative;
    padding: 50px 30px;
    text-align: left;
    overflow: hidden;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover; /* Ensure background image covers entire footer */
    background-position: center;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url(/Content/images/map.png);
}

    footer .logo {
        margin-bottom: 30px;
        width: 160px;
    }

@media screen and (max-width: 768px) {
    footer {
        padding: 40px 20px; /* Reduced padding for smaller screens */
        text-align: center; /* Center content for smaller devices */
    }

        footer .logo {
            width: 120px; /* Resize logo for smaller screens */
            margin-bottom: 20px; /* Adjust margin for better spacing */
        }

        footer p {
            font-size: 14px; /* Reduce font size for text in footer */
        }

    /* Optional: Adjust background size for mobile screens */
    footer {
        background-size: cover; /* Ensure background is responsive */
    }
}

@media screen and (max-width: 480px) {
    footer {
        padding: 30px 15px; /* Further reduce padding on very small screens */
    }

        footer .logo {
            width: 100px; /* Make logo smaller for very small screens */
        }

        footer p {
            font-size: 12px; /* Make text smaller for readability */
        }
}

footer > .flex {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 50px;
}

footer .container > .flex {
    flex-direction: column;
    align-items: center;
}

footer h3 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 30px;
}

footer h4 {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 20px;
}

footer a {
    text-decoration: none;
    color: #fff;
}

footer p {
    font-size: 1.3rem;
    margin-bottom: 8px;
}

footer .location {
    padding-left: 15px;
    border-left: 1px solid var(--theme-color-red);
}

footer .location p:last-child {
    margin: 0;
}

footer .our-locations > .flex {
    flex-wrap: wrap;
    gap: 20px;
}
footer .our-locations .flex-item {
    width: 100%;
}
footer .social-links a {
    display: block;
    color: white;
    cursor: pointer;
}
footer .social-links a:hover img {
    opacity: 1;
}
footer .social-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 70px 0 0;
}
footer .social-links img {
    width: 38px;
    opacity: 0.7;
    transition: 0.2s;
}
@media(min-width: 500px) {
    .main-heading {
        font-size: 6rem;
        /*padding: 150px 0 0;*/
    }

    .view-request-a-quote .section-info {
        max-width: 500px;
    }
}
@media(min-width: 600px) {

    footer .our-locations > .flex {
        flex-wrap: nowrap;
    }

    footer .our-locations .flex-item {
        width: 33.33%;
    }
    .view-custom-clearance .section-custom-compliance .section-info .flex-item:last-child .wrapper {
        padding: 100px 80px;
        clip-path: polygon(21% 0%, 100% 6%, 100% 100%, 0 89%, 0% 14%);
    }
@media(min-width: 992px) {
    .container {
        margin: 0 auto;
        max-width: var(--content-max-width-xl);
        padding: var(--content-padding-md);
    }
    .topbar:not(.mobile) {
        display: block;
    }
    .nav-mobile {
        display: none;
    }
    .header-swiper {
        display: block
    }
    .header-v2 .header-content {
        justify-content: space-between;
    }
    .header-v2 .header-content .main-heading {
        font-size: 6rem;
    }
        .header-v2 .header-content .main-heading span:nth-child(1)::before {
            top: 2px;
            right: -10px;
            height: 80px;
            width: 800px;
            background-color: #222121;
        }
    /*.header-v2 .header-content .main-heading span:nth-child(6)::before {
        display: block;
    }*/

    nav:not(.nav-mobile) {
        display: flex;
    }

    .logo img:first-child {
        width: 160px;
    }

    .section {
        padding: 100px 0;
    }

    .section .section-heading {
        font-size: 5rem;
    }

    .section.trusted-logistics .section-heading span::before {
        top: -570px;
        right: -6px;
        height: 650px;
        width: 226px;
    }

    .section.warehouse-storage .section-heading::before {
        top: 0;
        left: 30px;
        height: 58px;
        width: 100%;
    }

    .section.warehouse-storage .section-heading span::before {
        bottom: 14px;
        left: -4px;
        height: 210px;
        width: 150px;
    }

    .section.custom-compliance .section-heading span:first-child::before {
        /*top: 0;
    left: -10px;*/
        height: 76px;
        width: 1000px;
    }

    .section.utrade-express::before {
        height: 200px;
    }

    .section.utrade-express .flex {
        flex-direction: row;
    }

    .section-description {
        font-size: 2rem;
        margin-bottom: 50px;
        text-align: left;
    }
    footer .container > .flex {
        flex-direction: row;
        align-items: flex-start;
    }
    footer .logo {
        margin-right: 50px;
    }
}

@media(min-width: 1100px) {
    .header-v2 .header-content .main-heading {
        font-size: 7rem;
    }
    .header-v2 .header-content .main-heading span:nth-child(1)::before {
        top: 20px;
        right: -10px;
        height: 80px;
        width: 800px;
    }
    .section {
        min-height: 80vh;
    }
    .section > .section-image-wrapper {
        display: block;
    }
    .section .section-content {
        flex-direction: row;
    }
    .section.utrade-express .section-content {
        flex-direction: column;
    }
    .section.trusted-logistics .section-content {
        justify-content: flex-end;
        align-items: flex-end;
    }
    .section.warehouse-storage .section-content {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .section.custom-compliance .section-content {
        justify-content: flex-end;
        align-items: flex-end;
    }
    .section .section-content .flex-item.text-content {
        text-align: left;
    }
    .section-content .section-image-wrapper {
        display: none;
    }
    .section.utrade-express .section-content .section-image-wrapper {
        display: block;
    }
    .section .section-heading {
        font-size: 6rem;
        padding: 0;
    }
    .section .section-heading br {
        display: block;
    }
    .section.warehouse-storage .section-heading::before {
        top: 0;
        left: -10px;
        height: 72px;
        width: 1210px;
    }
    .section.warehouse-storage .section-heading span::before {
        bottom: 14px;
        left: -4px;
        height: 210px;
        width: 178px;
    }
    .section.custom-compliance .section-heading span:first-child::before {
        top: 0;
        left: -10px;
        height: 86px;
        width: 1000px;
    }
    .section .section-description {
        width: 320px;
    }
    /*.section.utrade-express .section-description {
        width: 320px;
    }*/
    .view-custom-clearance .section-custom-compliance .section-info {
        flex-direction: row;
    }

    .view-custom-clearance .section-custom-compliance .section-info .flex-item:first-child {
        order: 1;
        max-width: 500px;
    }

    .view-custom-clearance .section-custom-compliance .section-info .flex-item:last-child {
        order: 2;
    }

    .view-custom-clearance .section-custom-compliance .section-info + div .desc {
        padding-bottom: 50px;
    }

    .view-custom-clearance .section-custom-compliance .form-wrapper {
        max-width: 400px;
    }

    .view-custom-clearance .section-custom-compliance .section-info .flex-item:first-child > .desc {
        margin-top: 50px;
        width: 400px;
    }
}

@media (min-width: 1250px) {
    header {
        min-height: 100vh;
    }
    .header-v2 .header-content .main-heading {
        font-size: 8rem;
    }
}
