/***
=============================================
Banner Two — Logistiq index2
=============================================
***/
html,
body,
html.locked,
body.locked {
    max-width: 100%;
    overflow-x: hidden !important;
}

.main-wrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

@supports (overflow: clip) {
    html,
    body,
    html.locked,
    body.locked,
    .main-wrapper {
        overflow-x: clip !important;
    }
}

.banner-two {
    --logistiq-base: #1C97D5;
    --jx-brand-blue: #054495;
    --logistiq-white: #ffffff;
    --logistiq-white-rgb: 255, 255, 255;
    --logistiq-black: #062E39;
    position: relative;
    display: block;
    overflow: visible;
    background: var(--logistiq-black);
    padding: 83px 0px 100px;
    z-index: 3;
}

.banner-two::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0px;
    opacity: 0.80;
    content: "";
    background: linear-gradient(-90deg, rgba(14, 18, 29, 0.92) 40%, rgba(5, 68, 149, 0.82) 100%, rgba(14, 18, 29, 0.9) 0%);
}

.banner-two__img1 {
    position: absolute;
    top: 30px;
    right: 0;
    bottom: auto;
    left: auto;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    z-index: 1;
}

.banner-two__img1::before {
    position: absolute;
    top: 15px;
    left: -23px;
    bottom: -20px;
    right: 0;
    border: 1px solid var(--logistiq-white);
    border-top-left-radius: 122px;
    border-top-right-radius: 122px;
    content: "";
    z-index: -1;
}

.banner-two__img1 .inner {
    position: relative;
    display: block;
    border-top-left-radius: 122px;
    border-top-right-radius: 122px;
    overflow: hidden;
}

.banner-two__img1 .inner img {
    display: block;
    width: 100%;
    height: auto;
    filter: hue-rotate(190deg) saturate(0.9);
}

.banner-two__img2 {
    position: absolute;
    left: 0;
    bottom: -215px;
    width: auto;
    height: auto;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    animation: bannerTwoFloatX 5s ease-in-out infinite;
    z-index: 1;
}

.banner-two__img2 img {
    width: auto;
    max-width: 100%;
    height: auto;
    filter: hue-rotate(190deg) saturate(0.9);
}

.banner-two .shape1 {
    position: absolute;
    top: 100px;
    right: 170px;
    animation: bannerTwoFloatY 4s ease-in-out infinite;
    z-index: 0;
}

.banner-two .shape2 {
    position: absolute;
    top: 105px;
    right: 25px;
    width: min(1427px, calc(100vw - 50px));
    opacity: 0.15;
    z-index: 0;
}

.banner-two .shape2 img {
    display: block;
    width: 100%;
    height: auto;
}

.banner-two .container {
    position: relative;
    z-index: 2;
}

.banner-two__content {
    position: relative;
    display: block;
}

.banner-two__content-top {
    position: relative;
    display: block;
}

.banner-two__content-top .title-box {
    position: relative;
    display: block;
    max-width: 900px;
    width: 100%;
}

.banner-two__content-top .title-box h2 {
    margin: 0;
    color: var(--logistiq-white);
    font-size: 74px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    text-align: right;
}

.banner-two__content-top .title-box h2 span {
    color: transparent;
    -webkit-text-stroke: 1px rgba(var(--logistiq-white-rgb), 0.4);
    font-size: 95px;
}

.banner-two__content-bottom {
    position: relative;
    display: block;
    max-width: 690px;
    width: 100%;
    float: right;
    margin-top: 69px;
}

.banner-two__content-bottom .text-box {
    position: relative;
    display: block;
}

.banner-two__content-bottom .text-box p {
    max-width: none;
    margin: 0;
    color: #E4E4E4;
    font-size: 17px;
    line-height: 28px;
}

.banner-two__tab-box {
    position: relative;
    display: block;
    max-width: none;
    margin-top: 42px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.banner-two__tab-box .tab-buttons {
    position: relative;
    display: block;
}

.banner-two__tab-box .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
    background: var(--logistiq-white);
    padding: 8px 20px 7px;
    cursor: default;
    z-index: 1;
}

.banner-two__tab-box .tab-buttons .tab-btn::before {
    position: absolute;
    inset: 0;
    height: 0%;
    content: "";
    background: var(--logistiq-base);
    transition: all 0.3s ease;
    z-index: -1;
}

.banner-two__tab-box .tab-buttons .tab-btn.active-btn::before {
    height: 100%;
}

.banner-two__tab-box .tab-buttons .tab-btn p {
    margin: 0;
    color: var(--logistiq-black);
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.banner-two__tab-box .tab-buttons .tab-btn.active-btn p {
    color: var(--logistiq-white);
}

.banner-two__tab-box .tabs-content {
    position: relative;
    display: block;
    z-index: 1;
}

.banner-two__tab-box .tabs-content .tab {
    position: relative;
    display: none;
    transform: translateY(10px);
    transition: all 900ms ease;
    z-index: 10;
}

.banner-two__tab-box .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    transform: translateY(0px);
}

.banner-two__tab-form-box,
.banner-two__tab-form,
.banner-two__tab-form-input-box {
    position: relative;
    display: block;
}

.banner-two__tab-form {
    margin-top: 10px;
}

.banner-two__tab-form-input-box input[type="text"] {
    color: var(--logistiq-white);
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    width: 100%;
    background-color: transparent;
    outline: none;
    border: 1px solid var(--logistiq-base);
    border-radius: 0px;
    padding-right: 80px;
    padding-left: 20px;
}

.banner-two__tab-form-input-box input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.banner-two__tab-form-btn {
    position: absolute;
    top: 40%;
    right: 5px;
    transform: translateY(-50%);
    border: none;
    width: 70px;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--logistiq-white);
    background-color: var(--logistiq-base);
    border-radius: 0%;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    transition: all 500ms ease;
}

.banner-two__tab-form-btn span {
    position: relative;
    display: inline-block;
    font-weight: 700;
}

.banner-two__tab-form-btn:hover {
    color: var(--logistiq-base);
    background-color: var(--logistiq-white);
}

@keyframes bannerTwoFloatX {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(18px); }
}

@keyframes bannerTwoFloatY {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

@media only screen and (min-width: 1200px) and (max-width: 1700px) {
    .banner-two .shape1 {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1560px) {
    .banner-two__img2 {
        display: none;
    }

    .banner-two__content-bottom {
        float: left;
        margin-top: 35px;
    }

    .banner-two {
        padding: 103px 0px 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-two__img2,
    .banner-two .shape1 {
        display: none;
    }

    .banner-two__content-bottom {
        float: left;
        margin-top: 35px;
    }

    .banner-two {
        padding: 103px 0px 120px;
    }

    .banner-two__content-top .title-box h2 {
        font-size: 60px;
        text-align: left;
    }

    .banner-two__content-top .title-box h2 span {
        font-size: 75px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-two__img1 {
        display: none;
    }

    .banner-two__content-top .title-box h2 {
        font-size: 55px;
    }

    .banner-two__content-top .title-box h2 span {
        font-size: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-two {
        overflow: hidden;
    }

    .banner-two .shape2 {
        display: none;
    }

    .banner-two__content-top .title-box h2 {
        font-size: 35px;
        line-height: 1.3em;
        text-align: left;
    }

    .banner-two__content-top .title-box h2 span {
        font-size: 45px;
    }

    .banner-two__tab-box {
        margin-top: 30px;
    }
}

/***
=============================================
Counter Two — numbers beside the banner truck
=============================================
***/
.counter-one--two {
    position: relative;
    display: block;
    padding: 73px 0 80px;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
    z-index: 2;
}

.counter-one--two .big-title {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.counter-one--two .big-title h2 {
    margin: 0;
    color: transparent;
    font-size: 74px;
    line-height: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #e4e4e4;
}

.counter-one--two__inner {
    position: relative;
    display: block;
    float: right;
    width: 100%;
    max-width: 700px;
}

.counter-one--two__inner ul {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.counter-one--two__inner ul li {
    position: relative;
    display: block;
}

.counter-one--two__inner ul li + li {
    margin-left: 110px;
}

.counter-one--two .counter-one__single {
    width: 100%;
    max-width: 160px;
    padding-bottom: 8px;
}

.counter-one--two .counter-one__single::before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #e4e4e4;
    content: "";
    transition: background-color 0.2s ease;
}

.counter-one--two .counter-one__single:hover::before {
    background: var(--jx-accent);
}

.counter-one--two .counter-one__single-inner,
.counter-one--two .count-text-box {
    position: relative;
    display: flex;
    align-items: center;
}

.counter-one--two .content-box {
    position: relative;
    display: block;
    flex: 1;
}

.counter-one--two .count-text-box h3 {
    margin: 0;
    color: var(--logistiq-black);
    font-size: 48px;
    line-height: 1em;
    font-weight: 700;
    transition: color 0.2s ease;
}

.counter-one--two .count-text-box .plus {
    position: relative;
    top: -3px;
    display: inline-block;
    margin-left: 5px;
    color: var(--logistiq-black);
    font-size: 34px;
    font-weight: 700;
    transition: color 0.2s ease;
}

.counter-one--two .counter-one__single:hover h3,
.counter-one--two .counter-one__single:hover .plus {
    color: var(--jx-accent);
}

.counter-one--two .text-box {
    position: relative;
    display: block;
    margin-top: 5px;
}

.counter-one--two .text-box p {
    margin: 0;
    color: var(--logistiq-black);
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}

@media only screen and (max-width: 1199px) {
    .counter-one--two__inner {
        float: left;
    }

    .counter-one--two__inner ul li + li {
        margin-left: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .counter-one--two {
        padding: 65px 0;
    }

    .counter-one--two .big-title {
        display: none;
    }

    .counter-one--two__inner ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 24px;
    }

    .counter-one--two__inner ul li + li {
        margin-left: 0;
    }

    .counter-one--two .counter-one__single {
        max-width: none;
    }

    .counter-one--two .count-text-box h3 {
        font-size: 40px;
    }
}
