/* 
Theme Name: Fusion
Text Domain: Fusion Transport
Version: 5.3.0
Description: Custom Theme 
Author: Abhishek Tiwary
*/

/********** Template CSS **********/

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bebas+Neue&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Liter&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
table,

p {
    font-family: "Fira Sans", sans-serif;
    font-weight: 400 !important;
}



.custom-select {
    appearance: none;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath d='M6 9L1 3h10z' fill='%23666'/%3E%3C/svg%3E") no-repeat right 15px center;
    padding-right: 35px;
}


.btn-primary,
.footer .btn.btn-link,
.accordion-body {
    font-family: "Fira Sans", sans-serif;
    font-weight: 300 !important;
}
.service-icon img{
    width: 90px;
}
.reliability-box img{
        width: 50px;
}
.reliability-box:hover img {
    filter: invert(1);
    transition: filter 0.3s ease-in-out;
}
.custom-container {
    max-width: 1654px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.bgCustom {
    background-color: #F6F6F6;
}

.bgColor,
.btn-primary {
    background: linear-gradient(90deg, rgb(25 47 89) 0%, rgb(0 148 72) 100%);
    border: none;
    color: #fff !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.nav-item {
    margin: 0 0.8em
}

.custom-top{
    padding-top:2.5em!important;
}
.sustainability-div p{
    color: #ffff;
}

.pr-0 {
    padding-right: 0%;
}

.fw-medium {
    font-weight: 500;
}

#header-carousel {
    padding: 20px;
}

.carousel-inner {
    /*border-radius: 15px;*/
}

.carousel-control-next,
.carousel-control-prev {
    opacity: unset;
}

.carousel-control-prev {
    left: 3%;
    justify-content: left;
}

.carousel-control-next {
    right: 3%;
    justify-content: end;
}

.carousel-control-prev-icon {
    background-image: url('../img/left-arrow.png') !important;
    background-size: 24px 24px;
}

.carousel-control-next-icon {
    background-image: url('../img/right-arrow.png') !important;
    background-size: 24px 24px;
}


.custom-carousel-indicators {
    position: absolute;
    bottom: 8%;
    right: 13%;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    z-index: 10;
}

.carousel-control-next, .carousel-control-prev {
    bottom: 47px;
}
.slide-count {
    margin-bottom: 6px;
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color:#fff;
}

.progress-bars {
    display: flex;
    gap: 8px;
}

.progress-bars .bar {
    width: 55px;
    height: 3px;
    background-color: #ffffff;
    display: inline-block;
    transition: background-color 0.3s;
}

.progress-bars .bar.active {
    background-color: #009448;
}

.explore-btn {

    position: relative;
    display: inline-flex;
    gap: 10px;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    border: none;
    cursor: pointer;
    border: 1px solid #009448;
    overflow: hidden;
    transition: background 0.3s ease;
    padding: 0;
}

.explore-btn .arrow {
    position: relative;
    display: inline-block;
    transition: transform 0.4s ease;
    background: #009448;
    padding: 10px;
    margin-left: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.gradient-text {
   font-size: 3em;
    font-weight: 500 !important;
    line-height: 1.2;
    background: linear-gradient(90deg, #ffffff, #009448);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.custom-retails-f{
    width: 61%!important;
}

.bg-dark-blue {
    background-color: #012b5e;
    position: absolute;
    right: 0;
    left: 52%;
    top: -155px;
    /*top: -200px;*/
    bottom: 0;
    width: 914px;
    height: 938px;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;

}

.custom-front-size{
    font-size: calc(1.425rem + 2.1vw)!important;
}

.object-fit-cover {
    object-fit: cover;
    height: 100%;
}



.explore-btn::after {
    content: '';
    position: absolute;
    background: #009448;
    top: 0;
    border: 1px solid #009448;
    /*border-image: #009448;*/
    bottom: 0;
    left: 100%;
    /* Start from the right */
    width: 100%;
    transition: left 0.4s ease;
    z-index: 0;
}

.explore-btn:hover::after {
    left: 0;
    /* Move to the left */
}

.explore-btn:hover .arrow {
    transform: translateX(0px);
    /* Still move icon left */
}

.explore-btn span {
    position: relative;
    z-index: 1;
    padding: 15px 0px 15px 13px;
    font-weight: 500 !important;
    font-size: 15px;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--custom-gradient);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--bs-dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-lg-square i {
    color: #fff;
 }
.footer .btn-lg-square i {
    color: #fff;
    font-size: 1.9em;
 }

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: normal;
}

.icon-box-primary,
.icon-box-light {
    position: relative;
    padding: 0 0 10px 10px;
    z-index: 1;
}

.icon-box-primary i,
.icon-box-light i {
    font-size: 60px;
    line-height: 0;
}

.icon-box-primary::before,
.icon-box-light::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    left: 0;
    bottom: 0;
    border-radius: 35px;
    transition: .5s;
    z-index: -1;
}

.icon-box-primary::before {
    background: var(--bs-primary);
}

.icon-box-light::before {
    background: var(--custom-gradient);
}


/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
    padding: 0.8em 0;
}

.addressFooter p,
.btn.btn-link {
    font-size: 1.4em !important;
    font-weight: 400;
    color: #192F59 !important;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 22px 0px 6px 0;
    color: var(--bs-dark);
    font-size: 18px;
    font-weight: 600 !important;
    outline: none;
    height: 56px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #009448;
    border-bottom: 4px solid #009448;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    display:none;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    /* .sticky-top {
        margin-top: -34px;
    } */

    .navbar {
        height: 90px;
        border-radius: 5px;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (min-width: 992px) {

    .header-carousel,
    .page-header {
        /* margin-top: -56px; */
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 20%;
    display: flex;
    align-items: end;
    background: #a7a7a7;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 88px;
    width: 48px;
    border-radius: 15px;
    background-color: #fff;
    /* border: 15px solid #fff; */
}



.page-header {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/testimonial.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}


/*** Features ***/
.feature {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/feature.jpg) left center no-repeat;
    background-size: cover;
}

.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.experience .progress {
    height: 5px;
}

.experience .progress .progress-bar {
    width: 0px;
    transition: 3s;
}

.experience .nav-pills .nav-link {
    color: var(--dark);
}

.experience .nav-pills .nav-link.active {
    color: #FFFFFF;
}

.experience .tab-content hr {
    width: 30px;
}


/*** About ***/
.about-fact {
    width: 220px;
    height: 220px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

@media (min-width: 576px) {
    .about-fact.mt-n130 {
        margin-top: -130px;
    }
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--bs-primary);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: linear-gradient(90deg, rgba(0, 95, 128, 1) 0%, rgba(11, 142, 127, 1) 100%);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: linear-gradient(90deg, rgba(0, 95, 128, 1) 0%, rgba(11, 142, 127, 1) 100%);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Service ***/
.container-service {
    position: relative;
}

.container-service::before {
    position: absolute;
    content: '';
    background: var(--custom-gradient);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 70%);
    z-index: -1;
}

.service-item {
    position: relative;
    height: 100%;
    padding: 45px 30px;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: .5s;
    background: var(--bs-primary);
}

.service-item:hover::before {
    height: 100%;
    top: 0;
}

.service-item:hover img {
    filter: invert(1);
    transition: filter 0.3s ease-in-out;
}

.service-item * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service-item:hover h5,
.service-item:hover p {
    color: var(--bs-white);
}

.service-item:hover .icon-box-primary::before {
    background: var(--bs-dark);
}

.service-item:hover .icon-box-primary i {
    color: var(--bs-white) !important;
}


/*** Team ***/
.container-team {
    position: relative;
}

.container-team::before {
    position: absolute;
    content: '';
    background: var(--custom-gradient);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 70%, 100% 30%, 100% 100%, 0% 100%);
    z-index: -1;
}

.team-item {
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.team-item .team-social {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: .5s;
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-item:hover .team-social {
    width: 100%;
    left: 0;
}

.team-item .team-social .btn {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/testimonial.jpg) left center no-repeat;
    background-size: cover;
}

.testimonial-item img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 60px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    color: var(--bs-primary);
    font-size: 30px;
    line-height: 0;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-dark);
}


/*** Contact ***/
@media (min-width: 992px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

@media (max-width: 991.98px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255, 255, 255, .2);
    }
}


/*** Footer ***/
.footer {
    background: #efefef;
    background-size: contain;
}

@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        /* border-left: 1px dashed rgba(255, 255, 255, .2); */
    }
}

.footer .content{
    margin-left:5em;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, .5);
    font-weight: 500 !important;
    text-transform: capitalize;
    transition: .3s;
}

.footer-circle {
    background-color: #012b5e;
    position: absolute;
    left: 0;
    /* left: 52%; */
    top: -210px;
    bottom: 0;
    width: 740px;
    height: 748px;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
}

.footer-circle .content p {
    color: #fff !important;
}

.footer .col-lg-8 {
    margin-left: 36em;
}

.footer h4 {
    color: #009448 !important;
    font-weight: 600 !important;
}
.footer-circle .btn-lg-square{
        /*border: 1px solid #eeee;*/
}
.footer-circle .btn-lg-square: hover{
        background: #144356;
}

/* .footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /* color: rgba(255, 255, 255, .5); */
/* margin-right: 10px; */
/* } */

*/ .footer .btn.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    border-top: 1px dashed rgba(255, 255, 255, .2);
}

.copyright a {
    color: var(--bs-white);
}

.copyright a:hover {
    color: var(--bs-primary);
}

/* serach  */

.wrap {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    /*background: linear-gradient(270deg, #192F59, #009448);*/
    background: #009448;
    line-height: 55px;
    padding-right: 55px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
           width: 95px;
        height: 34px;
    border-radius: 60px;
}

.wrap form {
    margin-top: -10px;
}

  .resource-image {
    position: relative;
    overflow: hidden;
}
.search-form .input {
    width: 0;
    opacity: 0;
    transition: 0.4s ease;
}

.search-form.active .input {
    width: 170px; /* change as needed */
    opacity: 1;
}
.resource-image img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: block;
    width: 100%;
}

/* Gradient overlay (hidden by default) */
.resource-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(1 43 94) 0%, rgba(0, 0, 0, 0) 40%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
    pointer-events: none;
}

.growth-box{
    z-index: 3;
    position: relative;
}

.fusionIcon{
    position: absolute;
    right: 0;
    top: -14%;
    z-index: 1;
}
/* Show gradient + zoom on hover */
.resource-image:hover::before {
    opacity: 1;
}

.resource-image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.input {
    border: 0;
    background: transparent;
    width: 0%;
    outline: none;
    font-family: sans-serif;
    font-size: 18px;
    color: #fff;
    font-style: italic;
    transition: all 0.3s ease;
    position: relative;
}

.wrap .fa {
    color: #fff;
    position: absolute;
    right: 17px;
    top: 7px;
    font-size: 22px;
    cursor: pointer;
}

.wrap.active {
    width: 250px;
    padding-left: 25px;
    transition: all 0.5s ease;
}

.input.active {
    width: 98%;
    padding-left: 5px;
    transition: all 0.5s 0.8s ease;
}

input::placeholder {
    color: #fff;
}

.national-section h2 {
    color: #009448;
    font-size: 3em;
    letter-spacing: 0px;
}

.national-section span {
    /*color: #0a8f4d;*/
        color: #192F59;
}

.national-section p, .f-text {
    color: #121212;
    font-size: 1.1em;
    font-weight: 500 !important;
}

.map-content {
    background-image: url(/wp-content/uploads/2025/09/pallets-1.png);
    background-color: #071837;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 3em 2em;
    color: #fff;
}

.map-content h3 {
    font-size: 3em;
    font-weight: 400 !important;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.map-content .map-span {
    font-size: 32px !important;
    text-transform: capitalize;
}

.map-content h4 {
    font-size: 1.6em;
    font-weight: 600 !important;
    color: #009448;
}

.map-content p {
    font-size: 1.1em;
    font-weight: 400 !important;
    color: #192F59;
}

.map-number {
    background-color: #fff;
    padding: 1em;
}

.map-content .explore-btn {
    border: 1px solid #fff;
}

.map-content .explore-btn .arrow {
    background: #fff;
    border-radius: 0;
}

.map-content .explore-btn::after {
    background: #192F59;
}

.map-content .explore-btn:hover .arrow {
    transform: translateX(0px);
    background: #192f59 !important;
}

.map-content .explore-btn:hover .arrow img {
    filter: invert(1);
}

.map-section .nav-pills .nav-link.active {
    background-color: #009448 !important;
    border: 1px solid #009448;

}

.map-section .nav-link {
    color: #192f59;
    border: 1px solid #192f59;
    border-radius: 1px;
    font-size: 16px;
    font-weight: 500;
}

.services-section {
    background-color: #192F59;
}

.services-section h2 {
    color: #fff;
    font-size: 3em;
}

.service-box h5 {
    color: #192F59;
    font-size: 18px;
    font-weight: 600 !important;
    margin: 1em 0;
    border-bottom: 1px solid #192F59;
    padding-bottom: 0.8em;
}

.service-box p {
    color: #009448;
    font-size: 1em !important;
    font-weight: 500 !important;
    font-size: 18px;
}

.service-box {
    position: relative;
    background: #fff;
    padding: 2.5em;
    border-radius: 2px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    width:90%;
    height:100%;
    z-index: 2;
}

.corner-icon {
    position: absolute;
    top: 0;
    right: 0;
        width: 135px;
    height: 135px;
    background: #fff;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    display: flex;
    justify-content: end;
    align-items: start;
    color: white;
    font-size: 18px;
    transition: background 0.3s ease;
    margin: 12px;
}

.service-box:hover .corner-icon {
    background: #009448;
}

.service-box .service-icon img {
    transition: transform 0.3s ease;
}

.service-box:hover .service-icon img {
    transform: translateY(-10px);
}

.service-box .corner-icon img {
    transition: transform 0.3s ease, filter 0.3s ease;
}

.service-box:hover .corner-icon img {
    filter: brightness(0) invert(1);
    transform: scale(1.6) translate(-9px, 9px);
}

.growth-section h2 {
    color: #009448;
    font-size: 3em;
    letter-spacing: 0px;
}

.growth-section span {
    color: #192F59;
}

.growth-section h5 {
    color: #009448;
    font-size: 18px;
    font-weight: 600 !important;
    margin: 1em 0;
}

.growth-section p {
    color: #192F59;
    font-size: 1em !important;
    font-weight: 500 !important;
    font-size: 18px;
    margin-bottom: 2em
}

.partner-section h2 {
    color: #009448;
    font-size: 3em;
    letter-spacing: 0px;
}

.partner-section span {
    color: #192F59;
}

.partner-section .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.partner-section .owl-dots .owl-dot {
    display: inline-block;
    height: 4px;
    width: 52px;
    border-radius: 3px;
    margin: 0 5px;
    background: #A7A7A7 !important;
    transition: background 0.3s;
}

.partner-section .owl-dots .owl-dot.active {
    background: #009448 !important;
    height: 4px;
    width: 52px;
    border-radius: 3px;
}

.partner-section .partner-carousel img {
    aspect-ratio: 3/2;
    object-fit: contain;
    max-width: 70%;
    filter: grayscale(100%);
}


.partner-section .item {
    display: flex;
     align-items: center;
}

.partner-section .item:hover img {
    filter: unset;
}
.testimonial-section {
    /*background: linear-gradient(90deg, #00000059, rgb(0 148 72 / 0%) 100%), url(/wp-content/themes/fusion-transport/assets/images/test-bg.png);*/
    background: linear-gradient(90deg, #00000059, rgb(0 148 72 / 0%) 100%), url(/wp-content/uploads/2025/12/Mask-group-testimonial.jpg);
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 492px;
    padding: 60px 0;
}

/*.testimonial-section {*/
/*    background: linear-gradient(90deg, #00072dc7, rgb(0 148 72 / 56%) 100%), url(/wp-content/themes/fusion-transport/assets/images/test-bg.png);*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    min-height: 492px;*/
/*    padding: 60px 0;*/
/*}*/

.fusion-icon {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.2;
}

.testimonial-section .counter {
    z-index: 1;
    position: absolute;
    color: #fff;
    bottom: 14%;
    font-size: 1.3em;
}

.testimonial-section h2 {
    font-size: 5em;
    font-weight: 500 !important;
    color: #fff;
}

.testimonial-section #owl-demo .item {
    background: #002d5b;
    padding: 2em;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.testimonial-section #owl-demo .item p {
    font-size: 22px;
    width: 49%;
    font-weight: 300 !important;
}

.testimonial-author {
    padding: 1em 3em;
}

/* to remove slide effect  css */
.testimonial-section.animated {
    -webkit-animation-duration: 0 ms !important;
    animation-duration: 0 ms !important;
    -webkit-animation-fill-mode: both !important;
    animation-fill-mode: both !important;
}

.testimonial-carousel-custom {
    position: absolute;
    right: -24em;
    width: 88em;
    bottom: 8%;
}
.testimonial-carousel-custom h5{
    font-weight: 600 !important;
    font-size: 1.6em;
}

.testimonial-section .owl-dots {
    position: absolute;
    left: -36.3em;
    bottom: 6%;
}

.testimonial-section .owl-dots .owl-dot {
    display: inline-block;
    height: 4px;
    width: 52px;
    border-radius: 3px;
    margin: 0 5px;
    background: #fff !important;
    transition: background 0.3s;
}

.testimonial-section .owl-dots .owl-dot.active {
    background: #009448 !important;
     height: 4px;
    width: 52px;
    border-radius: 3px;
}

.testimonial-section .owl-theme .owl-dots .owl-dot span {
    display: none;
}


.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.resource-section h2 {
    color: #009448;
    font-size: 3em;
    letter-spacing: 0px;
}

.resource-section span {
    color: #192F59;
}

.resource-section .explore-btn {
    display: inline-flex;
    align-items: center;
    justify-content: end;
    border: 1px solid #009448;
    background: transparent;
    color: #fff;
    text-decoration: none;
    padding: 0;
    border-radius: 0;
    height: 3.3em;
    width: 40%;
    transition: background 0.3s ease, color 0.3s ease;
}
.resource-section .explore-btn .arrow {
    border-radius: 0;
    height: 100%;
    width: 24%;
}
.resource-section .explore-btn .arrow img {
    width: 17px;
    margin-left: 4px;
}
.resource-section .explore-btn p {
    width: 100%;
    text-align: center;
    color:#000;
}
.resource-section .explore-btn:hover p {
    color: #fff;
    z-index: 1;
    text-align: center;
}


.facilities-section .explore-btn1 {
    display: inline-flex;
    align-items: center;
    justify-content: end;
    border: 1px solid #009448;
    background: transparent;
    color: #fff;
    text-decoration: none;
    padding: 0;
    border-radius: 0;
    height: 3.3em;
    width: 40%;
    transition: background 0.3s ease, color 0.3s ease;
}
.facilities-section .explore-btn1 .arrow {
    border-radius: 0;
    height: 100%;
    width: 24%;
}
.facilities-section .explore-btn1 .arrow img {
    width: 17px;
    margin-left: 4px;
}
.facilities-section .explore-btn1 p {
    width: 100%;
    text-align: center;
    color:#000;
}
.facilities-section .explore-btn1:hover p {
    color: #fff;
    z-index: 1;
    text-align: center;
}
.explore-btn1:hover::after {
    left: 0;
}
.explore-btn1 {
    position: relative;
    display: inline-flex;
    gap: 10px;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    border: none;
    cursor: pointer;
    border: 1px solid #009448;
    overflow: hidden;
    transition: background 0.3s ease;
    padding: 0;
}
.explore-btn1::after {
    content: '';
    position: absolute;
    background: #009448;
    top: 0;
    border: 1px solid #009448;
    bottom: 0;
    left: 100%;
    width: 100%;
    transition: left 0.4s ease;
    z-index: 0;
}
.facilities-section .explore-btn1 .arrow {
    border-radius: 0;
    height: 100%;
    width: 26%;
}
.facilities-section .explore-btn1 .arrow img {
    width: 17px;
    margin-left: 4px;
}
.explore-btn1 .arrow {
    position: relative;
    display: inline-block;
    transition: transform 0.4s ease;
    background: #009448;
    padding: 10px;
    margin-left: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.resource-section h5 {
    color: #009448;
    font-size: 1.6em;
    font-weight: 600 !important;
}


.design-section {
  position: relative;
  overflow: hidden; /* prevent scrollbars */
  height: 300px; /* adjust to your design */
}

.moving-bg {
  width: 100%;
  height: 100%;
  background: url('/wp-content/uploads/2025/09/Footer_BG-running.png') repeat-x;
  background-size: cover; /* or contain, depending on your image */
  /*animation: movebg 20s linear infinite;*/
  position: relative;
}


.track-icon {
  position: absolute;
  bottom: 0;
  left: 50%; /* center horizontally */
  transform: translateX(-50%);
  z-index: 2;
}

@keyframes movebg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2000px 0; /* adjust speed/distance */
  }
}

/* Default: Desktop (≥992px) */
@media (min-width: 992px) {
  /* Show first level on hover */
  .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
  }

  /* Submenu container */
  .dropdown-submenu {
    position: relative;
  }

  /* Third-level positioned to the right */
  .dropdown-submenu > .dropdown-menu {
    display: none !important;
    position: absolute;
    top: 0 !important;
    left: 100%;
    margin-top: -0.25rem!important;
  }

  /* Show submenu on hover */
  .dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
  }

  /* Arrow for desktop */
  .dropdown-submenu > a::after {
    content: " ▸";
    float: right;
  }
}

/* Mobile (<992px) */
@media (max-width: 991.98px) {
  .dropdown-submenu > .dropdown-menu {
    position: static;   /* stack below */
    margin: 0;
  }

  /* Remove right arrow on mobile */
  .dropdown-submenu > a::after {
    content: "";
  }
}



/* about page  */

.banner-top-content {
    width: 60%;
    padding-left: 10em;
}
.custom-front-page{
     width: 85%;
    padding-left: 6em;
}
.custom-blog-view{
     width: 85%;
    padding-left: 6em;
}
.about-section .bg-dark-blue {
    left: 52%;
    top: -200px;
}

.about-section .banner-top-content, .blog-section-top .banner-top-content{
    width: 85%;
    padding-left: 7em;
}


.custom-font-news {
    font-size:1.2em!important;
}

.history-box {
    padding: 3em 2em;
}

.history-section h2 {
    color: #009448;
    font-size: 3em;
    letter-spacing: 0px;
}

.history-section span {
    color: #192F59;
}

.number-part .outline-text {
    font-size: 4.5em;
    font-weight: bold;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #003366;
    border-bottom: 2px solid #000;
    padding: 0.4em 0;
    margin: 0.4em 0;
}

.history-content p {
    color: #121212;
    font-size: 1.1em;
    font-weight: 500 !important;
}

.history-section .owl-dots {
    text-align: center;
}

.history-section .owl-dots .owl-dot.active {
    background: #009448 !important;
    height: 4px;
    width: 52px;
    border-radius: 3px;
}

.history-section .owl-dots .owl-dot {
    display: inline-block;
    height: 4px;
    width: 52px;
    border-radius: 3px;
    margin: 0 5px;
    background: #192f59 !important;
    transition: background 0.3s;
}

.history-section .counter {
    text-align: center;
}

#history-carousel {
    margin-top: -4em;
}

.history-section .counter {
    z-index: 1;
    position: absolute;
    color: #000;
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.3em;
}

.facilities-section {
    background-color: #fff;
}

.facilities-box {
    padding: 1em;
}

 .facilities-section #facilities-carousel .owl-nav button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: #192F59;
            /* green */
            color: white;
            border: none;
            border-radius: 10px;
            padding: 26px 16px !important;
            font-size: 20px;
            cursor: pointer;
            z-index: 10;
            /* bring above text & image */
            transition: background 0.3s ease;
        }

        .facilities-section #facilities-carousel .owl-nav .owl-prev {
            left: -5%;
            /* adjust to your layout */
        }

        .facilities-section #facilities-carousel .owl-nav .owl-next {
            right: -5%;
        }

        .facilities-section #facilities-carousel .owl-nav button:hover {
            background: #006400;
            /* darker green on hover */
        }
.facilities-image img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: block;
    width: 100%;
}

.facilities-image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.facilities-content {
    position: absolute;
    bottom: 15%;
    left: 20%;
}

.facilities-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(1 43 94) 0%, rgba(0, 0, 0, 0) 40%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
    pointer-events: none;
}

.facilities-image:hover::before {
    opacity: 1;
}

.facilities-section h2 {
    font-size: 3em;
    letter-spacing: 0px;
    color: #009448;
}
.facilities-section span {
        color: #192F59;
}

.facilities-image {
    position: relative;
    overflow: hidden;
}

.facilities-section .explore-btn {
    position: absolute;
    bottom: 10%;
    left: 5%;
    right: 10%;
    background: #fff;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    z-index: 1;
    width: 90%;
    height: 18%;
}

.facilities-section .explore-btn .arrow {
    position: relative;
    display: inline-block;
    transition: transform 0.4s ease;
    background: #009448;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27%;
    padding: 0;
    border-radius: 0;
    height: 5em;
}


.facilities-section .explore-btn:hover {
    background: #e8f5e9;
    transform: translateY(-3px);
}

.facilities-section .explore-btn p {
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.facilities-section .explore-btn:hover p {
    color: #fff;
    z-index: 1;
    text-align: center;
}
.facilities-section .explore-btn .arrow img {
    width: 16px;
    height: 17px;
}

.about-col {
    background: linear-gradient(to right, #003366, #009944);
}

.about-col .about-life h2 {
    font-size: 4em;
    font-weight: 700;
    line-height: 1;
}

.about-col .about-life {
    width: 81%;
}
.about-col .explore-btn {
    display: inline-flex;
    align-items: center;
    justify-content: end;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 0;
    border-radius: 0;
    height: 3.4em;
    width: 45%;
    transition: background 0.3s ease, color 0.3s ease;
}

.about-col .explore-btn .arrow{
    border-radius: 0;
    height: 100%;
    background: #fff;
    width: 20%;
}

.about-col .explore-btn:hover {
    background: #fff;
    color: #012b5e;
}

.about-col .explore-btn .arrow img {
    width: 25px;
    margin-left: 4px;
}

.about-col .explore-btn::after {
    background: #fff;
    border: 1px solid #fff;
}

.about-col .explore-btn:hover p{
    color: #000;
    z-index: 1;
    text-align:center;

}
.about-col .explore-btn p{
    width: 100%;
    text-align: center;

}
.about-life-section img {

    width: 95% !important;

}

.img-col {
    padding: 0 !important;
    background-color: #003366;
}

.fusion-team-section .container {
    position: relative;
    width: 100%;
    height: 400px;
    background: url('/wp-content/themes/fusion-transport/assets/images/fusion-eam.png') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}
.technology-cta .container {
    /*background: url('/wp-content/themes/fusion-transport/assets/images/technology-cta-banner.jpg') no-repeat center center/cover!important;*/
    justify-content: left!important;
}

/* RIGHT-SIDE GRADIENT OVERLAY */
.fusion-team-section .container::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 47%;
    height: 100%;
    background: linear-gradient(to left, rgba(1, 43, 94, 0.95) 0%, rgb(25 28 33 / 40%) 80%, transparent 100%);
    z-index: 1;
}

.fusion-team {
    position: relative;
    z-index: 2;
    width: 45%;
    padding: 30px;
    color: #fff;
}

.fusion-team h2 {
    font-size: 2.8rem;
    line-height: 1.1;
    margin-bottom: 20px;
}

/* Button Styling */
.fusion-team-section .explore-btn {
    display: inline-flex;
    align-items: center;
    justify-content: end;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 0;
    border-radius: 0;
    height: 3.4em;
    width: 74%;
    transition: background 0.3s ease, color 0.3s ease;
}

.fusion-team-section .explore-btn .arrow{
    border-radius: 0;
    height: 100%;
    background: #fff;
}

.fusion-team-section .explore-btn:hover {
    background: #fff;
    color: #012b5e;
}

.fusion-team-section .explore-btn .arrow img {
    width: 25px;
    margin-left: 4px;
}

.fusion-team-section .explore-btn::after {
    background: #fff;
    border: 1px solid #fff;
}

.fusion-team-section .explore-btn:hover p{
    color: #000;
    z-index: 1;
    text-align:center;

}
.fusion-team-section .explore-btn p{
    width: 100%;
    text-align: center;

}


/* career page   */

.careers-section .bg-dark-blue {
    left: 52%;
    top: -200px;
}
.careers-section .object-fit-cover {
    object-fit: cover;
    height: 100%;
    margin-left: -2em;
}
.future-section h2 {
    color: #009448;
    font-size: 3.4em;
 }

.future-section span {
    color: #192F59;
}

.future-section p {
    color: #121212;
    font-size: 1em;
    font-weight: 400 !important; 
    line-height: 1.7;
    font-weight: 500 !important;
    margin-bottom: 4.9rem;
}
.future-content .explore-btn {
    display: inline-flex;
    align-items: center;
    justify-content: end;
    border: 1px solid #009448;
    background: transparent;
    color: #fff;
    text-decoration: none;
    padding: 0;
    border-radius: 0;
    height: 3.5em;
    width: 30%;
    transition: background 0.3s ease, color 0.3s ease;
}
.future-content .explore-btn .arrow img {
    width: 17px;
    margin-left: 4px;
}
.future-content .explore-btn:hover p {
    color: #fff;
    z-index: 1;
    text-align: center;
}
.future-content .explore-btn .arrow {
    border-radius: 0;
    height: 100%;
    width: 18%;
}

.logistics-section {
    background-color: #192F59;
    background-color: #192F59;
    position: relative;
    z-index: 1;
}

.logistics-section h2 {
    font-size: 3em;
    color: #fff;
}

.logistics-section span {
    color: #009448;
}

.customer-box .number-part {
    height: 7em;
    margin-bottom: 1rem;
}

.customer-box p {
    font-weight:500!important;
}

.customer-box {
    margin-bottom: 2.5rem !important;
    height: 100%;
        background: white;
}


.customer-box .number-part .outline-text {
    font-size: 2.5em;
    font-weight: bold;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #003366;
    border-bottom: unset;
    padding: 0;
    margin: 0;
    font-family: "Fira Sans",
        sans-serif;
}

.fusion-testimonial-section {
    background: url('/wp-content/themes/fusion-transport/assets/images/fusion-testimonial-bg.png') no-repeat center center/cover;
    position: relative;
    margin-top: -4em;
    height: 33em;
}

.fusion-testimonial-wrapper {
    position: relative;
}

.fusion-nav-arrow {
    background: #008000;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.fusion-left-arrow {
    left: 0;
}

.fusion-right-arrow {
    right: 0;
}

.fusion-quote-icon i {
    font-size: 40px;
    color: #003366;
    margin-bottom: 20px;
}

.fusion-testimonial-text {
    font-size: 1.1rem;
    line-height: 1.7;
    font-weight: 500 !important;
    color: #002244;
    padding-right: 3em;
}

.fusion-testimonial-author {
    margin-top: 20px;
    padding-right: 3em;
}

.fusion-testimonial-author h4 {
    margin-top: 20px;
    color: #003366;
    font-size: 1.7em;
    font-weight: 500 !important;
}

.fusion-testimonial-author span {
    color: #003366;
    font-weight: 500 !important;
}

.fusion-testimonial-image img {
    max-width: 100%;
    height: auto;
    /*margin-top: -4em;*/
}

.fusion-testimonial-section .owl-carousel .owl-item img {
    display: unset;
    width: unset;
}

.fusion-testimonial-section #owl-demo1 .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #009448;
    /* green */
    color: white;
    border: none;
    border-radius: 10px;
    padding: 26px 16px !important;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    /* bring above text & image */
    transition: background 0.3s ease;
}
.fusion-testimonial-section .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: unset;
    margin: 5px;
    padding: unset;
    background: unset;
    display: block;
    cursor: pointer;
    border-radius: unset;
}
.fusion-testimonial-section #owl-demo1 .owl-nav .owl-prev {
    left: -5%;
    /* adjust to your layout */
}

.fusion-testimonial-section #owl-demo1 .owl-nav .owl-next {
    right: -5%;
}

.fusion-testimonial-section #owl-demo1 .owl-nav button:hover {
    background: #006400;
    /* darker green on hover */
}




.awards-box {
    background-color: #071837;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 1em 0 0;
    transition: all .2s;
}

.awards-box:hover {
    background-color: #071837e0
}

.awards-box-1 img,
.awards-box-2 img,
.awards-box-3 img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}
.custom-gap{
    gap: 8%;
}

.custom-h-a{
    height: 50px!important;
}

.technology-cta .fusion-team h2, .custom-about-cta h2 {
    font-size: 2.5rem;
    font-weight: 700 !important;
    line-height: 1.1;
    margin-bottom: 8px;
    padding-right: 0em;
}

.custom-facilities-left{
    background:#009448!important;
}

.awards-box-1:hover img,
.awards-box-2:hover img,
.awards-box-3:hover img {
    filter: grayscale(0%);
}

.awards-box-1 {
    background-image: url('/wp-content/themes/fusion-transport/assets/images/awards-bg-1.png');
}


.awards-box-2 {
    background-image: url('/wp-content/themes/fusion-transport/assets/images/awards-bg-2.png');
}

.awards-box-3 {
    background-image: url('/wp-content/themes/fusion-transport/assets/images/awards-bg-3.png');
}

.awards-box .awards-image {
    margin: 5em 0;
}

.benefits-content h3 {
    font-size: 2.8em;
    color: #192F59;
    font-weight: 500 !important;
}

.benefits-section p {
    color: #121212;
    font-size: 1em;
    /*text-transform: capitalize;*/
    line-height: 1.7;
    font-weight: 500 !important;

}

.benefits-content p {
    color: #121212;
    font-size: 1em;
    line-height: 1.7;
    font-weight: 500 !important;
    text-transform: unset;
}

.benefits-section .nav-link.active {
    background: linear-gradient(270deg, #192F59, #009448);
    font-family: "Fira Sans",
        sans-serif;
    border-radius: 1px
}

.benefits-section .nav-link {
    color: #000;
    font-size: 1.2em;
    font-family: "Fira Sans",
        sans-serif;
    padding: 9px 30px;
}

.benefits-section .nav-item {
    margin: 0;
}

.benefits-section h2, .awards-section h2 {
    color: #009448;
    font-size: 3em;
    letter-spacing: 0px;

}

.benefits-section span, .awards-section span {
    color: #192F59;

}

.career-fusion-team-section .container {
    position: relative;
    width: 100%;
    height: 400px;
    background: url('/wp-content/themes/fusion-transport/assets/images/careers-fusion.png') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.career-fusion-team-section .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(to right, rgb(1 43 94 / 73%) 0%, rgb(25 28 33 / 40%) 80%, transparent 100%);
    z-index: 1;
}

.career-fusion-team-section .explore-btn {
    display: inline-flex;
    align-items: center;
    justify-content: end;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 0;
    border-radius: 0;
    height: 3.4em;
    width: 85%;
    transition: background 0.3s ease, color 0.3s ease;
}
.career-fusion-team-section .explore-btn .arrow {
    border-radius: 0;
    height: 100%;
    background: #fff;
}
.career-fusion-team-section .explore-btn::after {
    background: #fff;
    border: 1px solid #fff;
}
.career-fusion-team-section .explore-btn p {
    width: 100%;
    text-align: center;
}
.career-fusion-team-section .explore-btn:hover {
    background: #fff;
    color: #012b5e;
}
.career-fusion-team-section .explore-btn:hover p {
    color: #000;
    z-index: 1;
    text-align: center;
}

.career-fusion-team-section .fusion-team {
    position: relative;
    z-index: 2;
    width: 44%;
    padding: 0em 9em 0 6em;
    color: #fff;
}


/* transportation page  */

.transportation-section .bg-dark-blue {
    left: 52%;
    top: -200px;
}
.transportation-section .banner-top-content {
    width: 85%;
    padding-left: 7em;
}

.custom-w-cross{
    width:66%!important;
}

.transportation-section .explore-btn {
    display: inline-flex;
    align-items: center;
    justify-content: end;
    border: 1px solid #009448;
    background: transparent;
    color: #fff;
    text-decoration: none;
    padding: 0;
    border-radius: 0;
    height: 3.3em;
        width: 60%;
    transition: background 0.3s ease, color 0.3s ease;
}
.transportation-section .explore-btn p {
    width: 100%;
    text-align: center;
    color: #fff;
}
.transportation-section .explore-btn .arrow {
    border-radius: 0;
    height: 100%;
    width: 24%;
}
.transportation-section .explore-btn .arrow img {
    width: 17px;
    margin-left: 4px;
}
.transportation-section .explore-btn:hover p {
    color: #fff;
    z-index: 1;
    text-align: center;
}

.transportation-services-section h2 {
    color: #009448;
    font-size: 3em;
    letter-spacing: 0px;
}

.transportation-services-section span {
    color: #192F59;
}

.transportation-services-section .service-box {
    background-color: #D9D9D9;
    width:100%;
}

/*.transportation-services-section .service-box:hover {*/
/*    background-color: #012b5e;*/
/*}*/

.transportation-services-section .service-box:hover h5 {
    color: #009448;
    border-bottom: 1px solid #fff;
}

/*.transportation-services-section .service-box:hover p {*/
/*    color: #fff;*/
/*}*/

.transportation-services-section .corner-icon {
    background: #D9D9D9;
}

.advantage-section {
    background: url('/wp-content/themes/fusion-transport/assets/images/advantage.png') no-repeat center center/cover;
}
.retail-advantage-bg {
background: url('/wp-content/themes/fusion-transport/assets/images/retail-advantage-bg-image-new.png') no-repeat center center/cover!important;
}

.technology-bg-image{
background: url('/wp-content/themes/fusion-transport/assets/images/technology-advantage-bg-image.png') no-repeat center center/cover!important;
  
}

.advantage-section h2 {
    color: #fff;
    font-size: 3em;
    letter-spacing: 0px;
}

.advantage-section p {
    color: #fff;
    font-size: 0.9em;
    font-weight: 400 !important;
}

.advantage-section h5 {
    font-size: 1.6em;
    font-weight: 400 !important;
    color: #fff;
    margin-bottom: 1.5rem;
}

.advantage-section .advantage-box {
    border: 1px solid #fff;
    padding: 1.4em;
    height: 100%;
    /*width: 96%;*/
}

.advantage-section .advantage-box:hover {
    background-color: #fff;
    transition: all .3s;
}

.advantage-section .advantage-box:hover h5 {
    color: #192F59;
}

.advantage-section .advantage-box:hover p {
    color: #009448;
}

/*.fingertips-section {*/
/*    margin-bottom: 2em;*/
/*}*/

.fingertips-section h2 {
    color: #009448;
    font-size: 3em;
}

.fingertips-section span {
    color: #192F59;
}

.fingertips-section p {
    color: #121212;
    font-size: 1.1em;
    font-weight: 500 !important;
    margin: 2em 0;
}

.fingertips-section .explore-btn {
    display: inline-flex;
    align-items: center;
    justify-content: end;
    border: 1px solid #009448;
    background: transparent;
    color: #fff;
    text-decoration: none;
    padding: 0;
    border-radius: 0;
    height: 3.3em;
    width: 70%;
    transition: background 0.3s ease, color 0.3s ease;
}
.fingertips-section .explore-btn p {
    width: 100%;
    text-align: center;
    font-weight: 400 !important;
    color: #000;
}
.fingertips-section .explore-btn .arrow {
    border-radius: 0;
    height: 100%;
    width: 15%;
}
.fingertips-section .explore-btn .arrow img {
    width: 17px;
    margin-left: 4px;
}
.fingertips-section .explore-btn:hover p {
    color: #fff;
    z-index: 1;
    text-align: center;
}

.fingertips-section .image-part-1 img {
    width: 55%;
}

.fingertips-section .image-part-2 {
    position: absolute;
    bottom: -8%;
    right: 0;
}


.industries-section h2 {
    color: #009448;
    font-size: 3em;
    letter-spacing: 0px;
}

.industries-section span {
    color: #192F59;
}

.industries-section p {
    color: #121212;
    font-size: 1.1em;
    font-weight: 400 !important;
}

.industries-section .box-1 p {
    font-size: 1.1em;
    font-weight: 500 !important;
    color: #192F59 !important;
    text-align: left;
    margin-bottom: 0;
}
.industrie-icon img{ 
    /*filter: invert(0) brightness(132%) !important;*/
        /*filter: invert(41%) sepia(89%) saturate(469%) hue-rotate(96deg) brightness(94%) contrast(92%)!important;*/

}
.industries-section .icon-card.active img {
    filter: brightness(0) invert(1) !important;
}
.industries-section .icon-card.active p {
    color: #fff!important;
}
.industries-section .icon-card {
    padding: 15px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    border-radius: unset;
    text-transform: uppercase;
    border: 1px solid #192F59;
    height: 218px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.industries-section .icon-card.active p {
    color: #fff;
}

.industries-section .icon-card.active img {
    filter: brightness(0) invert(1);
}

.industries-section .active {
    background-color: #009448;
    border: 1px solid #009448;
    /*background-color: #00c35f;*/
    /*border: 1px solid #00c35f;*/

}



.industries-section .content {
    display: none;
    margin-top: 20px;
    width: 79.7em;
    padding: 10px;
    text-align: left;
    left: 19em;
    position: absolute;
}

.industries-section .content p {
    font-weight: 500 !important;
}

.icon-col.active-col {
    height: 22em;
}

.industries-section .icon-row {
    display: flex;
    flex-wrap: wrap;
}

.industries-section .icon-col {
    flex: 0 0 20%;
    /* 5 per row */
    max-width: 20%;
    padding: 10px;
}

@media (max-width: 991px) {
    .industries-section .icon-col {
        flex: 0 0 33.33%;
        /* 3 per row on tablets */
        max-width: 33.33%;
    }
}

@media (max-width: 767px) {
    .industries-section .icon-col {
        flex: 0 0 50%;
        /* 2 per row on mobile */
        max-width: 50%;
    }
}

@media (max-width: 575px) {
    .industries-section .icon-col {
        flex: 0 0 100%;
        /* 1 per row on small mobile */
        max-width: 100%;
    }
}

.client-testimonial-section {
    background-color: #192F59;
    height:492px;
}

.client-testimonial-section #owl-demo .item {
    background: #284884a6;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    height: 16em;
}

.client-testimonial-section #owl-demo .item p {
    font-size: 1.3em;
    padding: 3em 2em;
    line-height: 1.7;
}

.client-testimonial-section .client-testimonial-author h5 {
    font-weight: 600 !important;
    font-size: 1.6em;
    padding-left: 2em
}

.client-testimonial-section h2 {
    font-size: 5em;
    font-weight: 500 !important;
    color: #fff;
    margin-top: 0.8em;
}

.client-testimonial-section .client-fusion-icon {
    position: absolute;
    right: 2%;
    bottom: 0;
    opacity: 0.2;
}

.client-testimonial-section .owl-dots .owl-dot {
    display: inline-block;
    height: 4px;
    width: 52px;
    border-radius: 3px;
    margin: 0 5px;
    background: #FFFFFF !important;
    transition: background 0.3s;
}

.client-testimonial-section .owl-dots .owl-dot.active {
    background: #009448 !important;
    height: 4px;
    width: 52px;
    border-radius: 3px;
}

.client-testimonial-section .owl-dots {
    position: absolute;
    left: -34.6em;
}

.client-testimonial-section .owl-theme .owl-dots .owl-dot span {
    display: none;
}

.client-testimonial-section .client-quote-icon img {
    width: 16% !important;
    margin-bottom: -3em;
    margin-left: 3em;
}

.client-testimonial-section .counter {
    z-index: 1;
    position: absolute;
    color: #fff;
    bottom: 14%;
    font-size: 1.3em;
}

.transportation-fusion-team-section .container {
    position: relative;
    width: 100%;
    height: 400px;
    background: url('/wp-content/themes/fusion-transport/assets/images/transportation-truck.png') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}
.retail-logistics-cta .container {
    /*background: url('/wp-content/themes/fusion-transport/assets/images/retail-logistics-cta-bg.webp') no-repeat center center/cover!important;*/
}

.transportation-fusion-team-section .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(to right, rgba(1, 43, 94, 0.95) 0%, rgba(1, 43, 94, 0.4) 80%, transparent 100%);
    z-index: 1;
}

.transportation-fusion-team-section .fusion-team {
    position: relative;
    z-index: 2;
    width: 54%;
    padding: 0em 3em;
    color: #fff;
}

.transportation-fusion-team-section .fusion-team h2, .career-fusion-team-section h2 {
    font-size: 2.5rem;
    font-weight: 700 !important;
    line-height: 1.1;
    margin-bottom: 8px;
    padding-right:3em;
}

.transportation-fusion-team-section .fusion-team p {
    font-size: 1.3rem;
    line-height: 1.2;
    margin-bottom: 1.5em;
}
.transportation-fusion-team-section .explore-btn:hover {
    background: #fff;
    color: #012b5e;
}

.transportation-fusion-team-section .explore-btn {
    display: inline-flex;
    align-items: center;
    justify-content: end;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 0;
    border-radius: 0;
    height: 3.4em;
    width: 74%;
    transition: background 0.3s ease, color 0.3s ease;
}
.transportation-fusion-team-section .explore-btn p {
    width: 100%;
    font-size:1em!important;
    text-align: center;
}
.transportation-fusion-team-section .explore-btn .arrow {
    border-radius: 0;
    height: 100%;
    background: #fff;
}
.transportation-fusion-team-section .explore-btn .arrow img {
    width: 25px;
    margin-left: 4px;
}
.transportation-fusion-team-section .explore-btn:hover p {
    color: #000;
    z-index: 1;
    text-align: center;
}
.transportation-fusion-team-section .explore-btn::after {
    background: #fff;
    border: 1px solid #fff;
}
.transportation-fusion-team-section .btnDive{
    gap: 10%;

}

.borderRight{
    width: 1px;
    background: #192F59;
    height: 100%;
    margin: 21px;
}
.key-capabilities .service-box {
    height:90%!important;
}
.key-capabilities .service-box:hover {
  background: #192F59;
}
.key-capabilities .service-box:hover .borderRight {
  background: #fff;
}
.key-capabilities .service-box:hover h5,
.key-capabilities .service-box:hover p {
  color: #fff;
}
.truckload-section .banner-top-content {
    width: 83%!important;
    padding-left: 7em;
}


.ftl-box {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    max-width: 370px;
    height: 207px;
    cursor: pointer;
  }

  .ftl-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
  }

  /* Overlay base */
  .ftl-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 60, 160, 0.9), rgba(0, 60, 160, 0) 60%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 15px;
    transition: all 0.5s ease;
  }

  /* Title (FTL) */
  .ftl-overlay span {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
    transition: all 0.4s ease;
        min-height: 60px;
  }

  /* Hidden description */
  .ftl-desc {
    font-size: 14px;
    line-height: 1.4;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
  }

  /* Hover effects */
  .ftl-box:hover img {
    transform: scale(1.05);
  }

  .ftl-box:hover .ftl-overlay {
    background: linear-gradient(to top, #192f59db, #192f59b8 80% 80%);
    /*background: linear-gradient(to top, #192f59db, #192f5961 80% 80%);*/
    transition: opacity 0.3s ease-in-out;
    justify-content: space-between;
    padding-top: 20px;
  }

  .ftl-box:hover .ftl-desc {
    opacity: 1;
    max-height: 200px;
    margin-top: 10px;
  }

.capabilities-section{
        background: #009448;
}
 .reliability-box {
   border: 1px solid #192F59;
    background: #fff;
    transition: all 0.3s ease;
    height: 16em;
    /*width: 80%;*/
    padding: 2em;
        margin-top: 2em;
}


.equal-height h3{
        font-size: 2.3em;
        color:#192F59;

}

        .reliability-box:hover {
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          background: #009448;
        }

        .reliability-title {
          color: #009448;
          font-weight: 700;
          font-size: 1.8em;
          line-height: 1.1;
        }
.reliability-box:hover .reliability-title,
.reliability-box:hover .reliability-text,
.reliability-box:hover .reliability-percentage{
    color:#fff;
}

.reliability-box:hover .reliability-icon{
     filter: brightness(0) invert(1);
}
        .reliability-text {
          color: #000;
          font-size: 1.1em;
          font-weight: 400 !important;
          font-family: "Fira Sans", sans-serif;
        }

        .reliability-percentage {
          font-weight: 700!important;
          font-size: 1.1rem;
        }

       

        /* Optional equal height fix */
        .equal-height {
          display: flex;
          flex-wrap: wrap;
        }

        .equal-height > [class*="col-"] {
          display: flex;
        }
                      /* Hide paragraph and link initially */
.ftl-desc,
.ftl-overlay a {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  color: #fff;
  text-decoration: none;
}

/* Hover Effects */
.ftl-box:hover img {
  transform: scale(1.1);
}

.ftl-box:hover .ftl-overlay {
  opacity: 1;
}

.ftl-box:hover .ftl-desc,
.ftl-box:hover .ftl-overlay a {
  opacity: 1;
  transform: translateY(0);
}
.ftl-overlay span {
    margin-bottom: -30px;
}
.ftl-box:hover .ftl-overlay span {
    margin-bottom: -6px;
    min-height: unset;
}
.ftl-link {
    color: #009448!important;
    border-left: 3px solid;
    padding-left: 0.8em;
}
.reliability-text p{ 
    font-size: 1.1rem;
}
.reliability-box:hover .reliability-text p{
    color: #ffff;
}
.logistics-section .customer-box:hover{
    background: #009448;
}
.logistics-section .customer-box:hover p {
  color: #fff;
}

/* When hovering, make the icon white (using CSS filter) */
.logistics-section .customer-box:hover .customer-image img {
  filter: brightness(0) invert(1);
}
.resource-box .right{
        float: right;
    background: #009448;
    color: #ffff;
    padding: 2px 25px;
}
.blog-listing-wrapper{
    padding-top: 2em;
      padding-bottom: 3em;
}
.read_blog{
     float: right;
    color: #009448;
    font-size: 1.1em;
    display: flex;
    align-items: center;
    gap: 5px;
}
.blog-arrow{
    max-width: 13%;
    rotate: 90deg;
}
.blog-listing-wrapper p{
    font-weight: 500 !important;
}
.blog-listing-wrapper .resource-content h5{
    color: #009448;
    margin-top: 1em;
    font-size: 1.6em;
    font-weight: 500 !important;
    min-height: 60px;
}

.custom-select-box,
.custom-search-box {
  border: 1px solid #0b2545;
  height: 48px;
  background: #fff;
  cursor: pointer;
  position: relative;
}

.dropdown-menu-custom {
  display: none;
      position: absolute;
    top: 49px;
    left: 13px;
    width: 92%;
    background: #fff;
    border: 1px solid #0b2545;
    list-style: none;
    padding: 0px;
    margin: 0px;
    z-index: 99;
}

.dropdown-menu-custom li {
  padding: 10px;
  cursor: pointer;
  font-weight: 500;
}

.dropdown-menu-custom li:hover {
  background-color: #f1f5f9;
}

.custom-search-box input {
  border: none;
  flex: 1;
  color: #007f48;
  font-weight: 600;
}

.custom-search-box input:focus {
  outline: none;
  box-shadow: none;
}

.custom-select-box i,
.custom-search-box i {
  color: #0b2545;
  font-size: 18px;
}

.reliability-box .bi {
      font-size:2.5em;
  }
  .reliability-box:hover .bi {
      color:#fff;
  }
  
     .post-thumbnail img {
    border-radius: 5px;
    text-align:center;
/*         float: left; */
/*     margin: 0 18px 10px 0px; */
/*     max-width: 70%; */
/*     object-fit: cover; */
}

.blog-content ul, strong{
    font-family: "Fira Sans", sans-serif;
}

.blog-content ul{
    list-style: square;
}
.blog-content p, ul li{
    font-size: 1.2em;
}

.blog_detail h3{
    color: #009448;
}

.blog_detail h1{
    color: #009448;
    font-size: 3em;
    letter-spacing: 0px;
}
.blog_detail span{
    color: #192F59;
}

.custom-ww{
    width: 86%!important;
}
.custom-do .owl-dots{
    bottom: 0;
}
.search-results-list a{
    color: #009448;
    text-decoration: none;
    font-size: 1em;
}
.search-results-list{
    margin-top: 3em;
}
.pagination{
        float: right;
    padding-bottom: 3em;
    padding-top: 1em;
}
.pagination .current{
   font-size: 1em;
    /* margin: -6px 12px; */
    color: #012b5e;
    border: 2px solid;
    border-radius: 100%;
    padding: 0px 8px;
}
.page-numbers {
    font-size: 1.2em;
    /* gap: 10px; */
    /* position: relative; */
    margin: 0px 3px;
    color: #009448;
    text-decoration: none;
}
.search-item {
    border: 1px dashed;
    padding: 13px;
    border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

    .features-ul ul li{
        display: flex;
        align-items: anchor-center;
        gap: 7px;
        font-family: "Fira Sans", sans-serif;
        margin: 10px 0;
    }
    .features-ul span{
        width: 80px;
        height: 80px;
        display: flex;
        background: #009448;
        border-radius: 100%;
        align-items: center;
        justify-content: center;
    }
    .innerDetails span, .innerDetails-2 span{
        width: 80px;
        height: 80px;
        display: flex;
        background: #009448;
        border-radius: 100%;
        align-items: center;
        justify-content: center;
    }
    .border-ri-2{
        border-right:2px solid #fff;
    }
    .border-ri{
        border-right:2px solid #012b5e;
    }
    .innerDetails{
        padding:2em;
    }
    .innerDetails-2{
        padding:2em 2em 2em 0;
    }
    .features-ul span img{
        max-width: 55%;
    }
    
    .sustainability-div {
            background: #012b5e;
            display: flex;
            align-items: center;
            padding: 5em 0 5em 19em;
        }
        .sustainability-div h5 {
    color: #fff;
    font-size: 2.5em;
    letter-spacing: 0px;
    margin-bottom: 1em;
}
        .sustainability-div ul {
            color: #fff;
            font-family: "Fira Sans", sans-serif;
        }
        .sustainability-img {
            position: absolute;
            right: 17%;
        }
        .sustainability-img-2 {
            position: absolute;
            left: 17%;
        }
        .driven-ul, .minimize-ul{
             font-family: "Fira Sans", sans-serif;
             font-weight: 500 !important;
        }
        .minimize-section{
            background: #192f59;
        }
        .minimize-ul{
            color:#fff;
        }
        
.service-box.box-1{
    background-color: #029549;
}
.service-box.box-2{
    background-color: #012b5e;
}

.tcolor{
    color:#012b5e!important;
}
.cross-docking-section .custom-row{
    background-image: url(/wp-content/uploads/2025/12/cross-docking-bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
        height: 22em;

}
.custom-space{
    margin-top: 5em;
}
.custom-color{
    background: #009448!important;
    border-color:#009448!important;
}
.custom-space-2 {
    margin-top: 5em;
    margin-left: 1em;
}

.custom-num-fusionchain-1{
    margin-top: 2.5em;
}
.custom-num-fusionchain{
    margin-top: 2.5em;
    margin-left: 0.5em;
}

.custom-num-fusionchain h3, .custom-num-fusionchain-1 h3{
    font-size:1.4em;
}
.custom-num-fc {
    margin-left: -104px!important;
}

.step-number{
    font-size: 2em;
    font-weight: 500;
    margin-left: -13px;
    margin-top: -13px;

}
.navbar-nav .dropdown-menu {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px!important;
}

.custom-num {
    margin-left: -88px!important;
}
.custom-num-2 {
    margin-left: -102px!important;
}

.border-c-r{
    border-right: 1px solid;

}
.border-c-r-2{
    border-right: 1px solid;
    border-color:#012b5e;
}

.box-1 h5{
    border-bottom: 1px solid #fff!important;
}
.box-2 h5{
    border-bottom: 1px solid #fff!important;
}
.box-1 img {
    /*filter: invert(1) brightness(132%);*/
}
.box-2 img {
    filter: invert(1) brightness(132%);
}
.box-1 h5, .box-1 p{
    color: #fff!important;
}
.box-2 h5, .box-2 p{
    color: #fff!important;
}
/*.resource-box span{*/
/*    display:none;*/
/*}*/
.before-after-section {
  background: #fff;
}

/* BEFORE BOX */
.before-box {
  border: 2px dashed #1f9f5f;
  padding: 25px 20px;
}

/* AFTER BOX */
.after-box {
  background: #0a8f4d;
  padding: 25px 20px;
}

/* Vertical text */
.vertical-text {
font-size: 69px;
    font-weight: 700;
    color: #0a8f4d;
    letter-spacing: 10px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: 600 !important;
}

/* Dashed list */
.dashed-list li {
  padding: 12px 0;
  font-size: 15px;
  color: #333;
  border-bottom: 1px dashed #7fcaa5;
}

.dashed-list li:last-child {
  border-bottom: none;
}

/* AFTER list color override */
.dashed-list-white li {
  color: #ffffff;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
}


.contact-social-icon i{
    color:#009448;
    font-size: 1.9em;
}

.contact-frm {
        font-family: "Fira Sans", sans-serif;
}

.career-reliability-title .reliability-title {
    margin-bottom:0;
}

.fusionIcon-2{
    position: absolute;
    top: 71%;
}
.fusionIcon-2 img{
    max-width: 60%;
    float: right;
    opacity: 0.3;
    filter: grayscale(1);
}


.technology-section .banner-top-content{
    width: 83%;
    padding-left: 7em;
}

.custom-fliter-card img{
  filter: invert(16%) sepia(33%) saturate(950%) hue-rotate(190deg) brightness(90%) contrast(95%);

}
.custom-rb{
    height:15em!important;
}
.custom-rb p{
        margin: 1em 0!important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0!important;
}

.content-wrap {
    max-width: 1140px;
    margin: auto;
    padding: 0 15px;
}

.custom-for-mv .service-box:hover h5 {
    color: #192F59!important;
    border-bottom: 1px solid #192F59!important;
}
