/* Hero - Banner */
.hero {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.background-video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
}

/* About Us */
.about-us .youtube-image {
    max-width: 300px;
}

.about-us .scroll-link .icon {
    max-width: 18px;
}


/* Fleet Services */
.fleet-services .bg-img img {
    min-height: 400px;
}

.fleet-services .dark-down-gradient {
    background-image: linear-gradient(to bottom, #000000, transparent);
}

.white-bottom-gradient {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10%;
    background-image: linear-gradient(to bottom, transparent, #ffffffb8, #ffffff);
}

.dark-top-gradient {
    left: 0;
    top: 0;
    width: 100%;
    height: 10%;
    background-image: linear-gradient(to bottom, #000000, #0000009e, transparent);
}

.dark-bottom-gradient {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10%;
    background-image: linear-gradient(to bottom, transparent, #000000b8, #000000);
}

.fleet-services .content {
    top: 0;
    left: 0;
    width: 100%;
    height: fit-content;
}

@media screen and (max-width: 767px) {
    .fleet-services .dark-down-gradient {
        background-image: linear-gradient(to bottom, #000000a1 75%, transparent);
    }
}


/* Taxi Mobility Offerings */
@media screen and (max-width: 1199px) {
    .taxi-mobility-offerings h3 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 991px) {
    .taxi-mobility-offerings h3 {
        font-size: 1.3rem;
    }
}


/* Solutions */
.ev-future .dark-top-gradient {
    height: 16%;
}

@media screen and (max-width: 1199px) {
    .ev-future h3 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 991px) {
    .ev-future h3 {
        font-size: 1.3rem;
    }

    .ev-future .dark-left-gradient {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to right, #000000, #000000cc, #00000075);
    }
}

/* Driver's Safety */
@media screen and (min-width: 1440px) {
    .driver-safety {
        aspect-ratio: 1920 / 506;
    }
}

@media screen and (max-width: 1199px) {
    .driver-safety h3 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 991px) {
    .driver-safety h3 {
        font-size: 1.3rem;
    }

    .driver-safety .dark-left-gradient {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to right, #000000, #000000ad, #0000003d);
    }
}

@media screen and (max-width: 767px) {
    .driver-safety .bg-img img {
        object-position: 70%;
    }
}


/* Solutions */
.solutions .service-card {
    text-align: center;
}

.solutions .service-card .card-img {
    position: relative;
}

.solutions .service-card img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.solutions .service-card:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.solutions .service-card .card-img::before {
    content: "";
    position: absolute;
    top: 20%;
    left: 30%;
    width: 40%;
    aspect-ratio: 310 / 310;
    z-index: 0;
    background-color: var(--primary-color);
    box-shadow: 0 0 20px 8px var(--primary-color);
}

.solutions .service-card:hover .card-img::before {
    top: -3%;
}

/* Services */
.services .service-card {
    text-align: center;
    height: 100%;
}

.services .service-card .card-img {
    position: relative;
    max-width: 150px;
}

/* technology-sec */
@media screen and (max-width: 767px) {
    .technology-sec .mxw-500 {
        max-width: 340px;
    }
}

/* Carbon Footprint Calculator */
.carbonCalculatorBox {
    border: 1px solid #050708;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 420px;
    background-color: white;
    margin: 28px auto 40px;
    box-shadow: 2px 4px 14px #3636371a;
}

.carbonCalculatorBox .kmInput {
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 4px 12px;
}

input.kmInput[type="number"]::-webkit-input-placeholder {
    color: #00000060;
    font-size: 12px;
}

input.kmInput[type="number"]::-moz-placeholder {
    color: #00000060;
    font-size: 12px;
}

input.kmInput[type="number"]:-ms-input-placeholder {
    color: #00000060;
    font-size: 12px;
}

input.kmInput[type="number"]::placeholder {
    color: #00000060;
    font-size: 12px;
}

.cFootprintCard {
    border: 1px solid #c7ddff;
    background-image: linear-gradient(-45deg, #ffffff, #F0F6FF);
    width: 100%;
    box-shadow: 2px 4px 14px #3636371a;
    margin-bottom: 1rem;
}

.cFootprintCard.electric-calculation {
    background-image: none;
    border-color: var(--dark-color);
    background-color: var(--primary-color);
}

@media screen and (min-width: 576px) {
    .cFootprintCard {
        max-width: calc(50% - 0.5rem);
    }
}

@media screen and (min-width: 992px) {
    .cFootprintCard {
        max-width: calc(25% - 1rem);
    }

    .cFootprintCard:nth-child(even) {
        margin-top: -1.125rem;
    }
}

@media screen and (max-width: 420px) {
    .carbonCalculatorBox .kmInput {
        max-width: 110px;
    }
}


/* Why Do We Exist */
.compare-img .v-compare {
    max-width: 680px;
}

@media screen and (min-width: 768px) {
    .compare-img .h-compare {
        display: block;
    }

    .compare-img .v-compare {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .compare-img .h-compare {
        display: none;
    }

    .compare-img .v-compare {
        display: block;
    }
}


/* Clients */
.client-slider-img {
    border: 2px solid #eff5ff;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    box-shadow: 0 3px 10px 0 transparent;
}

.client-slider-img:hover {
    border-color: #d7e7ff;
    box-shadow: 0 3px 10px 0 #0000001f;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.clientSwiper .swiper-slide,
.clientSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

/* Investors */
.investor-logo {
    max-width: 200px;
}

/* .investors .client-slider-img {
    filter: none;
    -webkit-filter: none;
} */

@media screen and (max-width: 1199px) {
    .investor-logo {
        max-width: 180px;
    }
}

@media screen and (max-width: 768px) {
    .investor-logo {
        max-width: 160px;
    }
}

@media screen and (max-width: 575px) {
    .investor-logo {
        max-width: 140px;
    }
}

/* Blogs */
.blogs .item {
    display: flex;
    height: 100%;
}

.blog-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #c7ddff;
    height: 100%;
}

.blog-img {
    aspect-ratio: 500 / 280;
}

.blog-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent, #0000006b);
    z-index: 1;
}

.blog-img img {
    object-fit: cover;
    object-position: center;
}

.blog-card:hover .blog-img img {
    transform: scale(1.04) rotate(-1deg);
    -webkit-transform: scale(1.04) rotate(-1deg);
    -moz-transform: scale(1.04) rotate(-1deg);
    -ms-transform: scale(1.04) rotate(-1deg);
    -o-transform: scale(1.04) rotate(-1deg);
}

.blog-img .pill {
    bottom: 0.5rem;
    right: 0.5rem;
}

.blog-content .date {
    width: 65%;
}

.blog-content .blog-website-logo {
    width: 34%;
}

.blog-content .blog-website-logo img {
    max-width: fit-content;
    max-height: 40px;
    margin: 0 auto;
}

.blog-content .date .icon {
    font-size: 16px;
}

.blog-card h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-content .desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-link {
    position: relative;
    font-size: 0.9rem;
    color: var(--default-color);
    font-weight: 500;
}

.blog-link::after {
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    height: 4px;
    background-color: var(--primary-color);
    bottom: 2px;
    left: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

@media screen and (max-width: 1399px) {
    .blog-card h5 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 991px) {
    .blog-card h5 {
        font-size: 1.05rem;
    }

    .blog-link {
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {
    .blog-card h5 {
        font-size: 0.95rem;
    }
}

/* Team */
.team-img {
    max-width: 420px;
}

.worked-at {
    max-width: 340px;
    padding: 0.5rem 0;
}

.social-icons {
    display: flex;
    justify-content: center;
}

.social-icons .social-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--dark-color);
}

.social-icons .social-link i {
    color: var(--primary-color);
}

.social-icons .social-link:hover {
    background-color: var(--primary-color);
}

.social-icons .social-link:hover i {
    color: var(--dark-color);
}