:root {
    --page-text-color: #0B0C0D;
    --page-secondary-bg: #121726;
    --page-primary-bg: #004080;
    --page-light-bg: #F4F8FF;
    --text-grey: #3F4751;
}

.button {
    border-radius: unset !important;
    font-family: 'Gilroy' !important;
    padding: 12px 16px !important;
}

.heading-text {
    color: var(--page-text-color);
}

.page-secondary-bg {
    background-color: var(--page-secondary-bg);
}

.page-primary-bg {
    background: var(--page-primary-bg);
}

.page-light-bg {
    background-color: var(--page-light-bg);
}

.text-grey {
    color: var(--text-grey);
}

.text-theme {
    color: var(--text-theme) !important;
}

.button-primary-alt:hover {
    background-color: var(--white-color) !important;
    color: var(--page-text-color) !important;
}

.button-primary-alt:hover path {
    fill: var(--page-text-color) ;
}

.z-indexup {
    position: relative;
    z-index: 1;
}

.circle-icon,
.border-0 {
    border: none;
}

.link-block {
    color: var(--primary-color-600) !important;
    text-decoration: underline !important;
}

/* Hero Section */

.hero-section {
    background-image: url(../images/logistics-images/banner-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

/* Counter */

.page-counter {
    background-color: var(--page-secondary-bg);
    padding: 80px 60px;
}

.counter-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 0;
}

.counter-theme {
    color: var(--white-color);
    border-right: 1.5px solid #FFFFFF80;
    padding: 0 28px;
    width: 33.33%;
}

.highlight__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    width: fit-content;
}

.highlight__link::after {
    content: '';
    background-image: url(../images/logistics-images/highlight-underline.webp);
    height: 30px;
    width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.highlight__link svg {
    transition: all 0.3s;
}

.highlight__link:hover svg {
    transition: all 0.3s;
    transform: translateX(10px);
}

/* Technology Slider */

.technology-slider {
    width: 100%;
    overflow: hidden;
}

.technology-block {
    color: var(--white-color);
}

.techno-img {
    margin: 0 0 30px;
}

.techno-img img {
    width: 100%;
}

.slider-btn {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: 50px 0 0;
}

.slider-btn .swiper-pagination,
.slider-btn .swiper-pagination-dots {
    display: flex;
    align-items: center;
    position: static;
    width: auto;
}

.slider-btn .swiper-pagination-bullet {
    background: var(--white-color) !important;
}

.slider-btn .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--white-color) !important;
    width: 28px !important;
    border-radius: 4px;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-button-next-tech,
.swiper-button-prev-tech {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border: 1px solid var(--page-primary-bg);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static !important;
    color: var(--white-color);
    margin: unset !important;
    z-index: 1 !important;
    transition: ease-in 0.3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-button-next-tech:hover,
.swiper-button-prev-tech:hover {
    background: var(--page-primary-bg);
    border-color: var(--white-color);
    color: var(--white-color);
    transition: ease-in 0.3s;
}

.swiper-button-next:after,
.swiper-button-prev:after,
.swiper-button-next-tech:after,
.swiper-button-prev-tech:after {
    font-size: 16px;
}

.swiper-button-next-tech:after,
.swiper-button-prev-tech:after {
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-next-tech:after,
.swiper-rtl .swiper-button-prev-tech:after {
    content: 'next';
}

.swiper-button-prev-tech:after,
.swiper-rtl .swiper-button-next-tech:after {
    content: 'prev';
}

/* Bordered Card Block */

.bordered-block {
    border-top: 5px solid var(--page-primary-bg);
    padding: 20px 0 0;
    width: 100%;
}

.bordered-block ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 0 0 20px;
}

.bordered-block ul li {
    font-size: 18px;
    font-weight: 600;
}

.bordered-block ul li::marker {
    color: var(--primary-color-600);
    font-size: 24px;
}

/* Slider Block */

.services-slider .swiper-slide {
    height: auto;
}

.services-block {
    border-radius: 20px;
    background: var(--page-light-bg);
    padding: 20px;
    max-height: 500px;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
}

.services-block:hover {
    max-height: 100%;
    transition: max-height 0.25s ease-in;
}

.services-block:hover a {
    color: var(--page-primary-bg) !important;
    text-decoration: underline !important;
}

.services-block:hover .service-icon {
    rotate: -45deg;
}

.service-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 0 30px;
}

.service-heading h3 {
    color: #08323C;
}

.service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--page-primary-bg);
    border-radius: 50px;
    transition: all 0.3s;
}

/* Process Block */

.process__wrapper {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    color: var(--white-color);
    padding: 30px 30px;
    width: 100%;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
    border: 1px solid transparent;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.process__icon {
    width: 60px;
}

.process__block {
    position: relative;
    z-index: 1;
}

.process__wrapper::before {
    content: '';
    position: absolute;
    inset: 2px 0 0;
    width: calc(100% - 2px);
    height: 100%;
    background: var(--page-primary-bg);
    margin: auto;
}

.process__wrapper:hover {
    background: transparent;
    border-color: #fff;
}

.process__wrapper:hover::before {
    height: calc(100% - 2px);
}

/* Procedure Block */

.fade-img-wrapper {
    background: var(--page-light-bg);
    padding: 30px 30px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    border-radius: 10px;
}

/* Tech Stack */

.tech-wrappper {
    background-color: var(--white-color);
    border: 1px solid #B7B7B73B;
    padding: 30px 30px;
    text-align: center;
    transition: all 0.3s;
    width: 100%;
}

.tech-wrappper:hover {
    transform: translateY(-5px);
}

.tech-list {
    display: flex;
    justify-content: center;
    gap: 30px;
    text-align: -webkit-match-parent;
}

.tech-list li {
    text-align: center;
}

.tech-list li p {
    font-size: 14px !important;
}

.tech-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    min-width: 70px;
    border: 1px solid #DEDEDE;
    border-radius: 50px;
    margin: 0 auto 8px;
    padding: 12px;
}

/* Custom Accordion Wrapper */

.accordion-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.accordion-wrap .accord-cont {
    border-left: unset;
    padding: 24px 0;
    position: relative;
    color: var(--white-color);
    border-bottom: 1px solid #ffffff30;
}

.accordion-wrap .accord-cont.active-accor {
    border-color: #ffffff30;
}

.accordion-block .heading {
    opacity: 0.4;
    font-weight: 600 !important;
    transition: all 0.3s;
}

.accordion-block.active .heading {
    opacity: 1;
}

.accordion-wrap .accord-cont::before {
    content: unset !important;
}

.accordion-wrap .contents {
    display: none;
    color: var(--white-color);
}

.accord-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.accordion-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.arrow-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--white-color);
    border-radius: 50px;
    animation: pulso-hover-eff 2s infinite;
    opacity: 0;
    visibility: hidden;
}

.accord-cont.active-accor .arrow-block {
    opacity: 1;
    visibility: visible;
}

.accord-cont.active-accor::after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    bottom: -1px;
    animation: progress-accor 10s linear forwards;
    animation-play-state: running;
}
.accord-cont.active-accor:hover::after {
    animation-play-state: paused;
}

@keyframes progress-accor {
    
    0% {
        width: 0%;
    }
    
    100% {
        width: 100%;
    }
}

@keyframes pulso-hover-eff {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 0 0 rgb(255 255 255 / 80%);
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgb(255 255 255 / 0%);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgb(255 255 255 / 0%);
    }
}

/* Cta Wrapper */

.cta-theme,
.cta-gradient,
.cta-gradient-blk {
    padding: 50px 90px 0;
    background-color: var(--page-text-color);
    border-radius: 10px;
    position: relative;
}

.cta-theme.spacer-x {
    padding: 50px 90px;
}

.cta-gradient,
.cta-gradient-blk {
    background: linear-gradient(90deg, #F4F8FF 0%, #C4DAFF 100%);
}

.cta-rating-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 0 40px;
}

.cta-rating {
    gap: 10px;
}

.cta-gradient-blk {
    padding: 50px 90px;
    overflow: hidden;
}

.cta-shape-2 {
    position: absolute;
    top: 0;
    left: 0;
}

.cta-shape-1 {
    position: absolute;
    right: 0;
    bottom: 0;
}

/* Responsive */

@media (max-width: 1599px) {

    .padding-left {
        --page-width: 1200px;
        padding-left: calc(50% - (var(--page-width) / 2) + 12px);
    }

    .services-block {
        max-height: 415px;
    }

    .service-heading h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1366px) {

    .padding-left {
        padding-inline: 12px !important;
    }

    .p-0 {
        padding-inline: 0px !important;
    }

    .tech-list {
        gap: 20px;
    }

    .tech-img {
        width: 56px;
        height: 56px;
        min-width: 56px;
        padding: 8px;
    }

    .service-blockimg img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .service-blockimg {
        height: 330px;
        overflow: hidden;
    }

    .hero-section .padding-left {
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 991px) {

    .text-align-center {
        text-align: center;
    }

    .highlight__link {
        margin: 0 auto 30px;
    }

    .cta-theme,
    .cta-gradient {
        padding: 50px 20px 0;
    }

    .cta-gradient-blk {
        padding: 50px 20px;
    }

    .cta-theme.spacer-x {
        padding: 50px 20px;
    }

    .cta-rating-block {
        flex-direction: column;
    }

    .cta-shape-2,
    .cta-shape-1 {
        width: 100%;
        max-width: 130px;
    }

    .page-counter {
        padding: 50px 20px;
    }
}

@media only screen and (max-width: 767px) {

    .counter-grid {
        justify-content: space-between;
    }

    .counter-theme {
        padding: 0 5px;
        width: 49%;
        text-align: center;
    }

    .counter-grid .counter-theme:nth-child(2), .counter-grid .counter-theme:nth-child(4) {
        border: none;
    }

    .counter-grid .counter-theme:nth-child(3) {
        border-right: 1.5px solid #FFFFFF80 !important;
    }

    .process__wrapper {
        padding: 25px 25px;
    }

    .fade-img-wrapper {
        padding: 20px 20px 0;
    }

    .tech-wrappper {
        padding: 20px 20px;
    }
}