.offcanvas-menu li a{
    text-transform: uppercase;
}

.pt-150{
    padding-top: 150px;
}
.pb-100{
    padding-bottom: 100px;
}
.pt-80{
    padding-top: 80px;
}
.pb-80{
    padding-bottom: 80px;
}
.contact-icon i{
    color:#2c4190
}

.main-container{
    position:relative;
    overflow: hidden;
  }

 .sticky-header {
    position: sticky;
    width: 100%;
    z-index: 9999;
    top: 0;
 }
 .section-title h2{
    color: #2d428f;
 }


 .card-header {
    background: none;
    border: none;
}

.red-color{
    color: #e1192f;
}

.product__link{
    text-align: center;
    padding: 10px 0;
    border-radius: 0 0 10px 10px;
    background-color: #f5f5f5;
}
.product__img{
    border-radius: 10px 10px 0  0;
}

.btn--white, .btn--blue{
    border-radius: 10px;
}

.title--blue{
    color:#2d428f
}

@media (max-width: 991px) {
    .banner__content--top {
    top: 65px;
    width: 100%;
}
}
 
 



 /* ========================================
   FLEETOCITY DECORATIVE SECTION ICONS
======================================== */

.fleet-section {
    position: relative;
    overflow: hidden;
}

.fleet-deco-icon {
    position: absolute;

    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(23, 105, 255, 0.12);

    color: #1769ff;

    font-size: 18px;

    box-shadow: 0 10px 30px rgba(0, 60, 150, 0.10);

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    z-index: 2;

    animation: fleetFloating 5s ease-in-out infinite;
}


/* Soft animated ring */

.fleet-deco-icon::after {
    content: "";

    position: absolute;
    inset: -5px;

    border-radius: 50%;

    border: 1px solid rgba(23, 105, 255, 0.12);

    animation: fleetPulse 3.5s ease-out infinite;
}


/* Floating movement */

@keyframes fleetFloating {

    0% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-12px) rotate(3deg);
    }

    100% {
        transform: translateY(0) rotate(0deg);
    }

}


/* Pulse */

@keyframes fleetPulse {

    0% {
        transform: scale(.9);
        opacity: .7;
    }

    70% {
        transform: scale(1.35);
        opacity: 0;
    }

    100% {
        transform: scale(1.35);
        opacity: 0;
    }

}

.about-icon-1 {
    left: 5%;
    top: 20%;
    animation-delay: 0s;
}

.about-icon-2 {
    left: 6%;
    bottom: 20%;
    animation-delay: 1.5s;
}

.service-icon-1 {
    left: 3%;
    top: 45%;
    animation-delay: .8s;
}

.service-icon-2 {
    right: 4%;
    bottom: 15%;
    animation-delay: 2s;
}
.counter-icon {
    right: 8%;
    top: 25%;

    animation-delay: 1s;
}
.insta-icon {
    left: 7%;
    top: 30%;

    animation-delay: 2.5s;
}

@media (max-width: 767px) {

    .fleet-deco-icon {
        width: 36px;
        height: 36px;

        font-size: 13px;

        opacity: .55;
    }

    .about-icon-1 {
        left: 2%;
        top: 15%;
    }

    .about-icon-2 {
        left: 2%;
        bottom: 12%;
    }

    .service-icon-1 {
        left: 2%;
        bottom: 15%;
    }

    .service-icon-2 {
        right: 2%;
        bottom: 10%;
    }

    .counter-icon {
        right: 3%;
        top: 15%;
    }

    .insta-icon {
        left: 3%;
        bottom: 22%;
    }

}







.instagram-video-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
}

.instagram-video-wrapper .instagram-media {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
}


 /* Arrow before each mega menu item */
.mega-menu__list > a {
    display: flex;
    align-items: center;
}

.mega-menu__list > a::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 9px;
    margin-right: 10px;
    opacity: 0.7;
    transition: all 0.25s ease;
}

/* Arrow animation on hover */
.mega-menu__list > a:hover::before {
    transform: translateX(4px);
    opacity: 1;
}


.btn:first-child:hover, :not(.btn-check)+.btn:hover{
        color: #2c4190 !important;
    background-color: #fff;
    border:1px solid #2c4190;
}









/* =========================================
   FLEETOCITY SERVICE FLOATING ICONS
========================================= */

#main-container {
    position: relative;
}

.service-floating-icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 20;
}

/* Common icon */

.service-floating-icons .service-icon {
    position: absolute;

    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(25, 91, 180, 0.15);

    box-shadow: 0 10px 30px rgba(35, 70, 130, 0.12);

    color: #1769d1;

    font-size: 21px;
    line-height: 1;

    opacity: 0.85;

    animation: fleetIconFloat 5s ease-in-out infinite;

    box-sizing: border-box;
}


/* =========================================
   ICON POSITIONS
========================================= */

.service-floating-icons .icon-1 {
    top: 8%;
    left: 7%;
    animation-delay: 0s;
}

.service-floating-icons .icon-2 {
    top: 28%;
    right: 7%;
    animation-delay: 1s;
}

.service-floating-icons .icon-3 {
    top: 52%;
    left: 10%;
    animation-delay: 2s;
}

.service-floating-icons .icon-4 {
    top: 70%;
    right: 12%;
    animation-delay: 3s;
}

.service-floating-icons .icon-5 {
        top: 94%;
    left: 12%;
    animation-delay: 4s;
}


/* =========================================
   FLOAT ANIMATION
========================================= */

@keyframes fleetIconFloat {

    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .service-floating-icons .service-icon {
        width: 42px;
        height: 42px;

        font-size: 15px;

        opacity: 0.65;
    }

    .service-floating-icons .icon-1 {
        top: 8%;
        left: 4%;
    }

    .service-floating-icons .icon-2 {
        top: 28%;
        right: 4%;
    }

    .service-floating-icons .icon-3 {
        top: 50%;
        left: 5%;
    }

    .service-floating-icons .icon-4 {
        top: 70%;
        right: 5%;
    }

    .service-floating-icons .icon-5 {
        top: 88%;
        left: 45%;
    }

}