/********** SNOWMAN CSS **********/


* {
    margin: 0px;
    padding: 0px;
}

:root {
    --font-primary: "Space Grotesk", sans-serif;

    --color-white: #fff;
    --color-black: #000;
    --color-dim: #a09797;
    --color-orange: #ff9900;
    --border-col: #a0979794;
    --paragraph-col: #4A4A4A;
}

a,
button {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    background-color: transparent;
    border: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0px;
    padding: 0px;
}


.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;

}

/* =================INDEX-PAGE============ */



.demo-hero {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
}

/* Slider */
.demo-slider {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.slide-bg {
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.slide-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

/* Overlay */
.demo-overlay {
    position: relative;
    z-index: 5;
    height: 100%;
    display: flex;
    align-items: center;
}



.sr-1 {
    background-image: url('../images/banner/maxi-taxi-slider-1.webp');
}

.sr-2 {
    background-image: url('../images/banner/maxi-taxi-slider-2.webp');
}

.sr-3 {
    background-image: url('../images/banner/maxi-taxi-slider-1.webp');
}




/* --------------- */


/* section-form-banner */
.form-banner {
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    background-image: url(../images/banner/texture.webp);
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
    padding: 60px 0px;
    z-index: 1;
}


.form-banner-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}

.form-banner-content-header h1 {
    font-size: 45px;
    color: var(--color-white);
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--font-primary);
    margin: 0px 0px 20px 0px;
}


.form-banner-content-header h6 {
    font-size: 20px;
    color: var(--color-white);
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--font-primary);
    margin: 0px 0px 20px 0px;
}

.form-banner-list ul {
    list-style: none;
}

.form-banner-list ul li {
    color: var(--color-white);
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--font-primary);
    margin: 0px 0px 10px 0px;
}

.form-banner-list ul li i {
    color: orange;
    margin: 0px 10px 0px 0px;
}

.form-banner-form {
    /* background-color: var(--color-white); */
    /* padding: 20px; */
    border-radius: 20px;
}

.form-banner-form label {
    font-size: 15px;
    color: var(--color-black);
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--font-primary);
    margin: 0px 0px 10px 0px;
}


.form-banner-field {
    position: relative;
    /* margin: 0px 0px 20px 0px; */
}

.form-banner-field span {
    font-size: 15px;
    color: var(--color-black);
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--font-primary);
    margin: 0px 0px 10px 0px;
}



.form-banner-text {
    /* border-radius: 10px; */
    padding: 5px;
    color: var(--color-dim);
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--font-primary);
    overflow: hidden;
}



.form-date {
    padding: 5px;
    border: none;
    color: var(--color-dim);
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: var(--font-primary);
}

.form-b-f {
    border: 2px solid var(--border-col);
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid var(--color-black);
    position: relative;
}

.form-b-f i {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 20px;
    transform: translateY(-50%);
    color: orange;
}

.form-b-f input {
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    width: 100%;
    color: var(--color-black);
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--font-primary);
}

.form-b-f textarea {
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
}

.form-b-f-t {
    border: 1px solid var(--color-black);
    border-radius: 5px;
    padding: 10px 15px;
    overflow: hidden;
    width: 100%;
    display: flex;
    position: relative;
}

.form-b-f-t i {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 20px;
    transform: translateY(-50%);
    color: orange;
}

.fo-tp {
    padding: 10px;
    border: 1px solid var(--color-dim);
}

/* Equal width for both inputs */
.form-b-f-t input[type="date"],
.form-b-f-t input[type="time"] {
    flex: 1;
    min-width: 0;
    padding: 14px 12px;
    border: none;
    font-size: 14px;
}

.book-form {
    padding: 60px 0px !important;
}

.form-banner-f-time {
    margin: 0px 0px 15px 0px;
    background-color: var(--color-white);
    border-radius: 5px;
}

.f-r-t:focus {
    border: 0px !important;
    box-shadow: none !important;
}

.form-banner-rad {
    margin: 0px 20px 0px 0px;
}

.form-banner-rad span {
    margin: 0px 0px 0px 10px;
}

.form-banner-btn {
    background-color: orange;
    color: var(--color-black);
    font-size: 14px;
    text-transform: uppercase;
    font-family: var(--font-primary);
    padding: 18px 20px;
    border-radius: 5px;
    font-weight: 700;
    letter-spacing: 2px;
    width: 100%;
}

.f-r-t:focus {
    border: #e68900 !important;
}

.phone-logo {
    width: 60px;
}



.form-banner-text:focus {
    border-color: orange;
    background-color: #f5f5f5;
}

/* 
.form-banner-field i {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: orange;
} */



/* SECTION-BANNER-SLIDER  */

/* SECTION-FOOTER */

.logo-section {
    display: flex;
    align-items: center;
}

.footer-top-wrap {
    position: relative;
}

.logo-image img {
    width: 100px;
    margin: 20px;
}

.logo-content p {
    color: var(--color-white);
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--font-primary);
    padding: 20px;
}


.contact-logo {
    display: flex;
    align-items: center;
}


.contact-logo i {
    color: var(--color-black);
    font-size: 50px;
    font-weight: 400;
}


.contact-area {
    z-index: 99;
    position: absolute;
    width: 30%;
    right: 0;
    top: -10px;
    display: flex;
    justify-content: center;
    height: 100%;
    background-color: orange;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);


}

.landing-page {
    background-image: url();
}


.contact-info .contact-detail {
    color: var(--color-white);
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--font-primary)
}

.contact-info .contact-num {
    color: var(--color-black);
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--font-primary)
}

.contact-info {
    z-index: 999;
    padding: 20px;
}

.footer-bottom-wrap {
    padding: 80px 0 140px 0;
    position: relative;
    z-index: 1;
}

.rental-footer {
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    background-image: url(../images/banner/texture.webp);
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    z-index: 1;

}


.contact-area:before {
    background-color: #ff9900;
    background-image: repeating-linear-gradient(45deg, #f7a20f 0, #f7a20f 2px, transparent 0, transparent 50%);
    background-size: 10px 10px;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}


.footer-bottom-wrap::before {
    background: url(../images/banner/city-skiline.webp);
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
}

.display-line {
    width: 120px;
    height: 5px;
    background-color: orange;
    margin: 0px 0px 20px 0px;
}

.footer-info h6 {
    font-size: 20px;
    color: var(--color-white);
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--font-primary);
    margin: 0px 0px 10px 0px;
}

.footer-list-item a {
    color: var(--color-white);
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--font-primary);
}

.footer-list-item span {
    display: block;
    font-size: 15px;
    color: orange;
    font-weight: 600;
    text-transform: uppercase;
}

.email-area input {
    padding: 10px;
}

.email-sign {
    padding: 10px;
    background-color: orange;
    color: var(--color-black);
    border: none;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--font-primary);
}

.footer-list-item {
    color: var(--color-white);
    margin: 0px 0px 10px 0px;
}

.footer-list {
    list-style: none;
}


/* Set size for your slider */
.swiper {
    height: 700px;
    /* marg in: 50px auto; */
    border-radius: 0px;
    background: rgba(0, 0, 0, 0.4);

}

.form-banner-field-area i {
    color: var(--color-black);
    margin: 0px 10px 0px 0px;
    font-size: 30px;
}




/* BANNER-SLIDER-SECTION============================*/

.swiper-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    width: 100%;
    height: 100%;
}

.swiper-slide::after {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(19, 14, 23, 0.66) 19%, rgba(255, 255, 255, 0.35) 77%);
    opacity: 1;
    z-index: -1;
    content: "";
    position: absolute;
}



.slide-one {
    background: url(../images/banner/maxi-taxi-slider-2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    width: 100%;
    height: 100%;
}

.slide-two {
    background: url(../images/banner/maxi-taxi-slider-1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    width: 100%;
    height: 100%;
}

.slide-three {
    background: url(../images/banner/maxi-taxi-slider-2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    width: 100%;
    height: 100%;
}




.mob-menu li a {
    color: var(--color-black);
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 400;
    font-family: var(--font-primary);
}

.car-book {
    color: var(--color-white);
    padding: 10px 20px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 400;
    font-family: var(--font-primary);
    background-color: orange;
    width: 150px;
}

.rent-car-info {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 400;
    color: var(--color-white);
    font-family: var(--font-primary);
    margin: 0px 0px 10px 0px;
}


.rent-car-title {
    text-transform: capitalize;
    font-size: 45px;
    font-weight: 700;
    color: var(--color-white);
    font-family: var(--font-primary);
    margin: 0px 0px 10px 0px;
}


.shape {
    position: absolute;
    right: 120px;
    transform: skew(-20deg, 0deg);
    height: 100%;
    width: 400px;
    display: flex;
    align-items: flex-end;
}

.shape-top {
    background-color: black;
    width: 100px;
    height: 80%;
    z-index: 99;
}


.shape-middle {
    background-color: orange;
    width: 200px;
    height: 100%;
    z-index: 98;
}

.shape-bottom {
    background-color: black;
    width: 100px;
    height: 80%;
    z-index: 98;
    margin-bottom: 30%;
    overflow: hidden;
}





/* SECTION-ABOUT-US ============================ */

.about-info ul {
    list-style: none;
}

.about-info ul li {
    color: var(--color-black);
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--font-primary);
    margin: 0px 0px 10px 0px;
}



.about-us {
    padding: 60px 0px;
}

.about-header h6 {
    font-size: 24px;
    color: var(--color-black);
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--font-primary);
    margin: 0px 0px 20px 0px;
}

.about-header h2 {
    font-size: 35px;
    color: var(--color-black);
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--font-primary);
    margin: 0px 0px 20px 0px;
}

.header-info {
    padding: 20px;
}



.about-content p {
    font-size: 16px;
    color: var(--paragraph-col);
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--font-primary);
    line-height: 1.8;
    text-align: justify;
    margin: 0px 0px 10px 0px;

}

.company-info {
    list-style: none;
    margin: 0px 0px 20px 0px;
}

.c-i-item {
    display: flex;
    align-items: baseline;
    font-size: 16px;
    color: var(--color-black);
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--font-primary);
    margin: 0px 0px 10px 0px;
}

.c-i-item p {
    font-size: 16px;
    color: var(--color-black);
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--font-primary);
}

.c-i-item i {
    background-color: orange;
    color: var(--color-white);
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 20px;
    line-height: 20px;
    margin: 0px 10px 0px 0px;
    flex-shrink: 0;
}

.read-button {
    background-color: black;
    color: var(--color-white);
    font-size: 12px;
    text-transform: uppercase;
    font-family: var(--font-primary);
    padding: 10px 20px;
}




.car-image-area p {
    position: absolute;
    top: 40px;
    right: -100px;
    color: orange;
    font-size: 51px;
    font-weight: 800;
    text-transform: capitalize;
    font-family: var(--font-primary);
    padding: 5px 10px;
    transform: rotate(270deg);
}



/* SECTION-OFFER ============================ */

.car-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50px);
}



.car-slider .owl-nav .owl-prev i,
.car-slider .owl-nav .owl-next i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    display: inline-block;
    color: var(--color-black);
    background-color: orange;
    opacity: 1;
    transition: all .3s;
}

.car-slider .owl-nav .owl-prev i {
    clip-path: polygon(0 50%, 100% 100%, 100% 0%);
    position: absolute;
    left: -65px;
}

.car-slider .owl-nav .owl-next i {
    clip-path: polygon(100% 50%, 0 100%, 0 0);
    position: absolute;
    right: -65px;
}

.car-slider {
    margin-bottom: 20px;
}

/* ================================ */

.offer {
    position: relative;
    padding: 100px 0;
    /* add spacing for content */
    overflow: hidden;
}

.bg-offer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 59%;
    z-index: 0;
    /* background layer */
}

.bg-offer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-offer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* dark overlay */
    z-index: 1;
}

.offer-content {
    position: relative;
    z-index: 2;
    /* content above overlay */
    text-align: center;
    color: #fff;
}

.offer-content h6 {
    color: orange;
    text-transform: uppercase;
    margin: 0px 0px 20px 0px;
}

.offer-content h2 {
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 20px;
}

.offer-content p {
    max-width: 600px;
    margin: 0 auto 30px;
    color: #ddd;
}



.car-area {
    background-color: var(--color-white);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}


.main-img {
    text-align: center;
    position: relative;
    overflow: hidden;
    /* padding: 20px; */
}

.main-img img {
    width: 100%;
}

.car-img {
    position: absolute;
    bottom: 0;
    right: -16px;
    transition: transform 0.3s ease;
    z-index: 2;
}

.car-img img {
    transition: transform 0.3s ease;
}

.car-img img:hover {
    transform: translateX(-40px);
}

.car-img img {
    width: 200px;
}

.booking-info {
    text-align: left;
    padding: 20px;
}

.booking-info h2 {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    color: var(--color-black);
    font-family: var(--font-primary);
    margin: 20px 0px;
}


.booking-info p {
    text-align: justify;
    font-size: 16px;
    color: var(--paragraph-col);
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--font-primary);
    line-height: 1.8;
}

.red-mor {
    background-color: orange;
    text-transform: uppercase;
    font-family: var(--font-primary);
    width: 150px;
    height: 40px;
    border-radius: 0px;
    color: var(--color-white);
    transition: all 0.3s ease;
}

.red-mor:hover {
    background-color: #e68900;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}


.service-img-wrap {
    position: absolute;
    right: 29px;
    top: 0;
    transform: skew(-20deg, 0deg);
    height: 100%;
    width: 200px;
    display: flex;
    align-items: flex-end;
    z-index: 1;
}

.ser-d-img {
    margin: 0px 0px 20px 0px;
}

.service-shape {
    position: relative;
    width: 80px;
    height: 50%;
    background-color: orange;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-black-img {
    width: 200px;
    margin: 0px 0px 20px 0px;
}

.service-header h5 {
    color: var(--color-white);
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--font-primary);
}

.service-black-box {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    background-image: url(../images/banner/texture.webp);
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
    width: 100%;
    z-index: 1;
}

.service-shape:hover {
    transform: translateY(40px);
}

.service-shape:hover::after,
.service-shape:hover::before {
    transform: translateY(40px);
}

.section-banner-slider-one {
    position: relative;
}

/* 
.slider-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 50%;
} */

.slider-item {
    background-color: var(--color-white);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    height: 600px;
    background-repeat: repeat;
    background-size: cover;
    background-position: center;

}

.bg-one {
    background-image: url(../images/banner/maxi-taxi-slider-1.webp);
}

.bg-two {
    background-image: url(../images/banner/maxi-taxi-slider-2.webp);
}

.bg-three {
    background-image: url(../images/banner/maxi-taxi-slider-1.webp);
}

.bg-four {
    background-image: url(../images/banner/maxi-taxi-slider-2.webp);
}


/*ONLINE-BOOKING-SECTION============================ */

.booking-form-header {
    text-align: center;
}

.booking-form-header h3 {
    color: var(--color-black);
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 700;
    font-family: var(--font-primary);
    margin: 0px 0px 20px 0px;
}

.form-banner-field p {
    background-color: var(--color-orange);
    color: var(--color-black);
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    font-family: var(--font-primary);
    margin: 0px 0px 10px 0px;
    /* background-color: var(--color-orange); */
    padding: 10px 15px;
    border-radius: 5px;
}

.form-red {
    border: none;
    color: var(--color-dim);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-primary);
}

.form-red option {
    color: var(--color-black);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-primary);
}

.online-booking {
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    background-image: url(../images/banner/texture.webp);
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
    z-index: 1;
}

.online-booking::after {
    content: '';
    position: absolute;
    background-color: var(--color-white);
    width: 300px;
    height: 14%;
    z-index: -1;
    right: 0px;
    top: -1px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%);

}

/* .online-booking::before {
    content: '';
    position: absolute;
    background-color: orange;
    width: 300px;
    height: 100%;
    z-index: -2;
    left: 0px;
} */

/* .booking-car {
    z-index: -1;
    width: 760px;
    height: 400px;
    left: -144px;
    background-image: url(../images/banner/400-225-2.webp);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 85%;
    position: absolute;
} */



.car-form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.car-form-header h2 {
    font-size: 35px;
    color: var(--color-white);
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--font-primary);
    margin: 0px 0px 20px 0px;
}

.off-can {
    background-color: #222;
    width: 500px;
    padding: 35px;
}

.off-dis {
    display: grid !important;
    flex-grow: 0;
}


.off-meg {
    display: block;
}

.contact-info-f h6 {
    font-size: 15px;
    color: orange;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--font-primary);
    margin: 0px 0px 10px 0px;
}

.contact-info-f h2 {
    font-size: 25px;
    color: var(--color-white);
    font-weight: 700;
    font-family: var(--font-primary);
    margin: 0px 0px 20px 0px;
}

.off-top {
    background-color: #222;
}

.head-logo-off img {
    width: 35%;
    float: left;
    margin: 0px 0px 20px 0px;
}

.off-dis p {
    font-size: 16px;
    color: var(--color-white);
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--font-primary);
    line-height: 1.8;
    margin: 0px 0px 20px 0px;
}

.car-form-header h6 {
    font-size: 15px;
    color: orange;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--font-primary);
    margin: 0px 0px 10px 0px;
}




.car-form-field {
    position: relative;
    background-color: #333;
}

.car-form-field i {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: orange;
}

.book-now-btns {
    background-color: orange;
    color: var(--color-white);
    font-size: 12px;
    text-transform: uppercase;
    font-family: var(--font-primary);
    padding: 10px 20px;
    border-radius: 0px;
    font-weight: 600;
    width: 100%;
}

.car-form-text {
    border-radius: 0px;
    background-color: #333;
    border: 1px solid grey;
    color: var(--color-dim);
    font-family: var(--font-primary);
}

.car-form-text:focus {
    border-color: orange;
    background-color: #333;
}

.car-form-text::placeholder {
    color: var(--color-dim);
    text-transform: capitalize;
    font-family: var(--font-primary);
}

.car-form-section {
    padding: 20px 0px;
}



/* SECTION WITH-US====================== */

.with-us {
    padding: 60px 0px;
}

.with-us-header {
    text-align: center;
}

.with-us-header h6 {
    font-size: 15px;
    color: orange;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--font-primary);
    margin: 0px 0px 10px 0px;
}

.with-us-header h4 {
    font-size: 35px;
    color: var(--color-black);
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--font-primary);
    margin: 0px 0px 20px 0px;
}

.with-us-header p {
    font-size: 16px;
    color: grey;
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--font-primary);
    line-height: 1.8;
    margin: 0px 0px 20px 0px;
}

.car-tab {
    justify-content: center;
    border-bottom: none;
}

.car-tab li {
    position: relative;
}


.with-tab {
    margin: 0px 20px 0px;
    color: grey;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--font-primary);
}

.with-tab.active {
    background-color: transparent !important;
    color: var(--color-black) !important;
}

.with-tab::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -33px;
    width: 40%;
    height: 2px;
    background-color: grey;
}



.car-tab li:last-child .with-tab::before {
    display: none;
}


.car-expo {
    background-color: var(--color-white);
    /* padding: 40px 0px 0px 0px; */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

/* .expo-price {
    position: absolute;
    background-color: orange;
    color: var(--color-black);
    font-size: 18px;
    font-weight: 700;
    z-index: 2;
    text-transform: uppercase;
    font-family: var(--font-primary);
    padding: 10px 20px;
    border-radius: 0px;
    top: 30px;
    right: 30px;
    clip-path: polygon(79% 0, 100% 38%, 100% 100%, 0 100%, 0 0);
} */

/* .car-expo-shape {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 300px;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 40%);
    background-image: url(../images/icons/pricing-bg.jpg);
    background-size: cover;
    background-position: center;
    z-index: 1;
} */


.car-expo-img {
    text-align: center;
    width: 100%;
}

.car-expo-img img {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.expo-header {
    padding: 20px;
    text-align: center;
}

.expo-header h2 {
    font-size: 25px;
    color: var(--color-black);
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--font-primary);
}

.expo-header h6 {
    font-size: 16px;
    color: grey;
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--font-primary);
    line-height: 1.8;
}

.expo-detail {
    padding: 20px;
}

.expo-detail p {
    font-size: 18px;
    margin: 0px 0px 10px 0px;
    color: grey;
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--font-primary);
}

.expo-detail p span {
    float: right;
}

.expo-book {
    padding: 20px;
    text-align: center;
}

.expo-book .book-expo-btn {
    background-color: orange;
    color: var(--color-white);
    font-size: 16px;
    text-transform: uppercase;
    font-family: var(--font-primary);
    padding: 10px 20px;
    margin: 0px 0px 10px 0px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.book-expo-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--color-white);
    opacity: 0.3;
    z-index: -1;
    transition: all 0.3s ease;
}

.book-expo-btn:hover::after {
    left: 0;
}



/* section-online-booking-modal */

.online-booking-modal {
    position: relative;
}

.booking-info-header h6 {
    font-size: 15px;
    color: orange;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--font-primary);
    margin: 0px 0px 10px 0px;
}

.booking-info-header h2 {
    font-size: 35px;
    color: var(--color-black);
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--font-primary);
    margin: 0px 0px 20px 0px;
}

.booking-info-detail p {
    font-size: 16px;
    color: grey;
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--font-primary);
    line-height: 1.8;
    margin: 0px 0px 20px 0px;
}

.b-i-item {
    margin: 0px 20px 0px 0px;
}

.b-i-item span {
    display: block;
    font-size: 16px;
    color: var(--color-black);
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--font-primary);
}

.booking-info-icons ul {
    list-style: none;
    display: flex;
    margin: 0px 0px 20px 0px;
}

.download-btn {
    display: flex;
    gap: 20px;
}

.download-btn a {
    width: 170px;
}

.taxi-holder {
    width: 100%;
    right: 35px;
    height: 400px;
    background-image: url(../images/banner/taxi-background.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    position: absolute;
    z-index: -1;
    min-height: 500px;
}

.taxi-model {
    width: 40%;
    right: 60px;
    height: 400px;
    background-image: url(../images/banner/taxi.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    position: absolute;
    z-index: 1;
    min-height: 430px;
}

.mockup {
    width: 25%;
    top: -35px;
    right: 227px;
    height: 300px;
    background-image: url(../images/banner/mockup.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    position: absolute;
    z-index: 0;
    min-height: 320px;
}

.charector {
    width: 15%;
    right: 70px;
    height: 400px;
    background-image: url(../images/banner/charecter.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    position: absolute;
    z-index: 2;
    min-height: 270px;
    bottom: -13px;
}


/* SECTION-TESIMONIALS===================== */

.testimonials {
    padding: 60px 0px;
    position: relative;
}

.testimonials::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    background-image: url(../images/banner/map.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}


.client-header h6 {
    font-size: 15px;
    color: orange;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--font-primary);
    margin: 0px 0px 10px 0px;
}

.client-header h2 {
    font-size: 35px;
    color: var(--color-black);
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--font-primary);
    margin: 0px 0px 20px 0px;
}

.client-header p {
    font-size: 16px;
    color: var(--paragraph-col);
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--font-primary);
    line-height: 1.8;
    margin: 0px 0px 20px 0px;
}

.client-item-wrapper {
    position: relative;

}

.client-item {
    padding: 40px;
    height: 400px;
    background-color: #f5f5f5;
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
}

.client-section {
    display: flex;
    align-items: center;
}

.client-info {
    margin: 0px 0px 0px 20px;
}

.client-info h2 {
    font-size: 22px;
    color: var(--color-black);
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--font-primary);
}

.client-info p {
    font-size: 16px;
    color: var(--paragraph-col);
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--font-primary);
    line-height: 1.8;
}

.client-img img {
    width: 100px !important;
    border-radius: 50%;
}


.why-list-item {
    display: flex;
    margin: 0px 0px 10px 0px;
}

.why-list-icon i {
    font-size: 40px;
    color: var(--color-white);
    margin: 0px 10px 0px 0px;
}

.why-list-content h3 {
    font-size: 22px;
    color: var(--color-white);
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--font-primary);
    margin: 0px 0px 10px 0px;
}

.why-list-content p {
    font-size: 16px;
    color: var(--color-white);
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--font-primary);
    line-height: 1.8;
    margin: 0px 0px 20px 0px;
}






.client-it {
    font-size: 19px;
    color: var(--paragraph-col);
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--font-primary);
    line-height: 1.8;
    margin: 0px 0px 20px 0px;
}

.owl-carousel .item img {
    width: 100%;
    border-radius: 10px;
}

.car-are {
    background-color: orange;
    padding: 20px;
    background-size: 10px 10px;
    background-image: repeating-linear-gradient(45deg, #f7a20f 0, #f7a20f 2px, transparent 0, transparent 50%) !important;
}

.car-are-header h6 {
    font-size: 15px;
    color: var(--color-white);
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--font-primary);
    margin: 0px 0px 10px 0px;
}

.car-are-header h2 {
    font-size: 35px;
    color: var(--color-white);
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--font-primary);
    margin: 0px 0px 20px 0px;
}

.car-are-header p {
    font-size: 16px;
    color: var(--color-white);
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--font-primary);
    line-height: 1.8;
    margin: 0px 0px 40px 0px;
}


/* SECTION-HEADER===================== */

.rental-taxi-top {
    background-color: #e4e6ec;

}


.rental-taxi-info {
    display: flex;
    align-items: center;
    padding: 5px;
}

.rental-taxi-info h5 {
    font-size: 15px;
    color: grey;
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--font-primary);
}

.rental-taxi-contact-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.info-link {
    color: grey;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--font-primary);
    margin: 0px 20px 0px 0px;
}

.links i {
    color: grey;
    font-size: 17px;
    margin: 0px 5px;
}

.info-area {
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    padding: 5px 10px;
}


.rental-taxi-logo a img {
    width: 70px;
}

.main-menu ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.rental-taxi-middle {
    padding: 10px;
}

.main-sublist {
    display: flex;
    margin: 0px 10px 0px 0px;
    align-items: center;
}


.main-sublist i {
    margin: 10px;
    color: orange;
    font-size: 40px;
    font-weight: 500;
    text-transform: capitalize;
}


.info-sub {
    line-height: 18px;
}

.info-sub span {
    display: block;
    font-size: 15px;
    color: grey;
    font-weight: 500;
    text-transform: capitalize;
    font-family: var(--font-primary);
}

.info-sub a {
    font-size: 17px;
    color: var(--color-black);
    font-weight: 600;
    font-family: var(--font-primary);
}


.inf-num-sub {
    text-decoration: underline;
}

.nav-menu {
    position: relative;
    height: 25px;
    z-index: 99999999;
}


.nav-menu-list {
    display: flex;
    position: absolute;
    justify-content: space-between;
    left: 15%;
    bottom: -40px;
    width: 80%;
    z-index: 2;
    height: 60px;
}


.nav-menu-list::before {
    content: "";
    position: absolute;
    inset: 0;
    background: orange;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 1% 100%);
    z-index: -1;
}


.top-menu {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0px 20px;
}

.top-menu li {
    margin: 0px 20px 0px 0px;
    position: relative;
    z-index: 100;
}

.top-menu li a {
    font-size: 18px;
    color: var(--color-white);
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--font-primary);
    position: relative;
}






.top-menu li a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: var(--color-white);
    transition: all 0.3s ease;
}


.top-menu li a:hover::after {
    width: 100%;
}

.search {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0px 10px 0px 0px;
}

.search i {
    color: var(--color-white);
    font-size: 20px;
}

.nav-menu-serach-booking {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
}

.book-now {
    height: 100%;
}

.book-now a {
    background-color: black;
    color: var(--color-white);
    font-size: 17px;
    text-transform: uppercase;
    font-family: var(--font-primary);
    padding: 10px 20px;
    border-radius: 0px;
    height: 100%;
    display: flex;
    align-items: center;

}

.search-result {
    color: var(--color-white);
    font-size: 23px;
    display: flex;
    padding: 0px !important;
    height: 100%;
    align-items: center;
    margin: 0px 10px 0px 0px;
}

.search-box {
    position: relative;
    border: 1px solid var(--color-black);
    width: 500px;
    display: flex;
    align-items: center;
    border-radius: 20px;
}

.btn-off i {
    position: absolute;
    right: 15px;
    top: 25%;
}

.search-box input {
    background-color: transparent;
    border: none;
    outline: none;
    color: var(--color-black);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: var(--font-primary);
    padding: 10px;
    width: 100%;
}


.offcanvas-area {
    display: flex;
    justify-content: center;
}

/* ==================CONTACT-PAGE================== */


/* SECTION-CONATACT-US====================== */



.sticky-header {
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}

.sticky-header.active {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.sticky-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.sticky-nav ul {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
}

.sticky-nav ul li a {
    text-transform: capitalize;
    font-weight: 500;
    color: var(--color-black);
    text-decoration: none;
    transition: color 0.3s ease;
}

.sticky-nav ul li a:hover {
    color: orange;
}

/* Book Button */
.book-now-btn {
    background: orange;
    color: var(--color-white);
    padding: 8px 20px;
    border-radius: 0px;
    text-decoration: none;
    transition: 0.3s;
    font-family: var(--font-primary);
    font-size: 15px;
    text-transform: capitalize;
}

.book-now-btn:hover {
    background: var(--color-black);
    color: var(--color-white);
}

/* Only show sticky header on large screens (≥992px) */


.sticky-logo img {
    width: 85px;
}


/* ===================================== */


/* Mobile Header Base */
.mobile-header {
    background: #fff;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 9999;
}

/* Header Layout */
.mobile-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

/* Hamburger Icon */
.mobile-menu-toggle i {
    font-size: 26px;
    cursor: pointer;
    color: #222;
}

/* Mobile Menu Hidden by Default */
.mobile-menu {
    display: none;
    background: #fff;
    padding: 15px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.mobile-menu.active {
    display: block;
}

.mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu ul li {
    border-bottom: 1px solid #eee;
}

.mobile-menu ul li a {
    display: block;
    padding: 10px 0;
    color: #222;
    text-decoration: none;
    font-weight: 500;
}

.mobile-menu ul li a:hover {
    color: orange;
}

/* Book Button */
.mobile-book-btn {
    text-align: center;
    margin-top: 15px;
}

.mobile-book-btn a {
    display: inline-block;
    background: orange;
    color: #fff;
    padding: 8px 20px;
    border-radius: 25px;
    text-decoration: none;
    width: 100%;
}

.mobile-book-btn a:hover {
    background: #222;
}

/* Hide on Large Devices */

.mobile-menu {
    position: fixed;
    top: 65px !important;
    left: 0;
    width: 100%;
}


.mobile-menu-toggle {
    z-index: 9999;
}


.mobile-logo {
    width: 100px;
}

.no-scroll {
    overflow: hidden;
    height: 100%;
}


.mobile-menu {
    z-index: 99999 !important;
}




/* =============================================== */


.con-inf-header h5 {
    font-size: 30px;
    color: black;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--font-primary);
    margin: 0px 0px 10px 0px;
}

.con-inf-header p {
    font-size: 16px;
    color: grey;
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--font-primary);
}


.con-inf-content {
    list-style: none;
}



.inf-content-area {
    padding: 20px 0px;
}

.con-inf-content li i {
    color: orange;
    background-color: black;
    border-radius: 0%;
    text-align: center;
    line-height: 50px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin: 0px 10px 0px 0px;
}

.con-inf-content li {
    display: flex;
    align-items: center;
    margin: 0px 0px 20px 0px;
}

.con-inf-content li span {
    display: block;
    font-size: 16px;
    color: grey;
    font-weight: 500;
    font-family: var(--font-primary);
}


.contact-from-header {
    font-size: 30px;
    color: black;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--font-primary);
    margin: 0px 0px 10px 0px;
}


.form-group {
    margin: 0px 0px 20px 0px;
}

.inf-form {
    font-size: 15px;
    color: black;
    padding: 12px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--font-primary);
    margin: 0px 0px 20px 0px;
    border-radius: 0px;
}

.contact-btn {
    background-color: orange;
    color: var(--color-white);
    font-size: 16px;
    text-transform: uppercase;
    font-family: var(--font-primary);
    padding: 10px 20px;
    border-radius: 0px;
    font-weight: 600;
}

.contact-info-page {
    padding: 60px 0px;
    position: relative;
}

.map-area-page {
    background-image: url(../images/banner/cta-map.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 50%;
    height: 400px;
    position: absolute;
}




/* ==================ALL-PAGE-BREAD-CRUMB====================*/


.contact-top-slider {
    background-image: url(../images/banner/my-taxi-onetaxi-2.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding: 60px 0px;
    width: 100%;
    height: 400px;
    position: relative;
}

.about-top-slider {
    background-image: url(../images/banner/my-taxi-uk-banner-1.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0px;
    width: 100%;
    height: 400px;
    position: relative;
}


.our-taxi-top-slider {
    background-image: url(../images/banner/maxi-taxi-slider-1.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;

    padding: 60px 0px;
    width: 100%;
    height: 400px;
    position: relative;
}

.service-top-slider {
    background-image: url(../images/banner/my-taxi-onetaxi-2.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding: 60px 0px;
    width: 100%;
    height: 400px;
    position: relative;
}


/*==================ALL-PAGE-BREAD-CRUMB-OVERLAY=========== */

.about-top-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6;
    z-index: 1;
}

.contact-top-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6;
    z-index: 1;
}

.our-taxi-top-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6;
    z-index: 1;
}

.service-top-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6;
    z-index: 1;
}


/* =================ABOUT-PAGE================== */

/* about-top-slider-section */








.about-top-slider-content {
    position: relative;
    z-index: 2;
}

.about-top-slider-content h4 {
    font-size: 15px;
    color: var(--color-white);
    font-weight: 400;
    padding: 5px;
    text-transform: uppercase;
    font-family: var(--font-primary);
    margin: 0px 0px 10px 0px;
    background-color: orange;
    display: inline-block;

    clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 100%, 0 100%);

}

.about-top-slider-content h2 {
    font-size: 45px;
    color: var(--color-white);
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--font-primary);
    margin: 0px 0px 20px 0px;
}

.about-top-slider-content h2 span {
    color: orange;
}


.about-top-slider-content p {
    font-size: 20px;
    color: rgb(204, 195, 195);
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--font-primary);
    margin: 0px 0px 20px 0px;
}



/* ================service-page=================== */


/* section-service-details=============== */


.service-details {
    padding: 60px 0px;
}

.service-detail-header {
    text-align: center;
}

.service-detail-header p {
    font-size: 15px;
    color: grey;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--font-primary);
    margin: 0px 0px 20px 0px;
}


.service-detail-header h5 {
    font-size: 15px;
    color: orange;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--font-primary);
    margin: 0px 0px 10px 0px;
}

.service-detail-header h2 {
    font-size: 45px;
    color: black;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--font-primary);
    margin: 0px 0px 30px 0px;

}

.service-detail-box {
    padding: 15px;
    background-color: orange;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-detail-content h3 {
    font-size: 20px;
    color: var(--color-white);
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--font-primary);
}

.service-detail-icon i {
    font-size: 30px;
    color: var(--color-white);
    font-weight: 700;
    text-transform: capitalize;
    transition: 0.3s ease-in-out;
}

.service-detail-box:hover {
    background-color: red;
}

.service-detail-box:hover .service-detail-content h3,
.service-detail-box:hover .service-detail-icon i {
    color: var(--color-white);
}

.service-detail-section {
    padding: 20px 0px;
}

.service-detail-section p {
    font-size: 18px;
    color: var(--paragraph-col);
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--font-primary);
    margin: 0px 0px 20px 0px;
    text-align: justify;
}


.service-detail-image {
    overflow: hidden;
    border-radius: 20px !important;
}


.service-detail-image img {
    border-radius: 20px;
    transition: 0.3s ease-in-out;
}

.service-detail-image img:hover {
    transform: scale(1.1);
    border-radius: 20px !important;
}


/* ABOUT-PAGE */

.about-information {
    padding: 60px 0px;
}

.about-info h5 {
    font-size: 15px;
    color: orange;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--font-primary);
    margin: 0px 0px 20px 0px;
}

.about-info p {
    font-size: 16px;
    color: grey;
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--font-primary);
    margin: 0px 0px 20px 0px;
}


.contact-number p {
    font-size: 25px;
    color: grey;
    font-weight: 500;
    text-transform: capitalize;
    font-family: var(--font-primary);
    margin: 0px 0px 20px 0px;
}

.num-contact {
    display: block;
    font-size: 45px;
    color: orange;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--font-primary);
    margin: 0px 0px 20px 0px;
}

.hero-section {
    position: relative;
    width: 100%;
    min-height: 700px;
    overflow: visible;
}

.img-slider {
    position: absolute;
    width: 100%;
    height: 700px;
    top: 0;
    left: 0;
    z-index: 1;
}

.img-div {
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.img-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Hero Text Overlay */
.hero-text-wrapper {
    position: relative;
    width: 100%;
    min-height: 700px;
    z-index: 10;
    display: flex;
    align-items: center;
    padding: 150px 0 50px 0;
}



/* animation to slider */
/* Swiper Zoom Animation */
.swiper-slide-active .img-div img {
    animation: zoomIn 7s ease-out forwards;
}

@keyframes zoomIn {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.1);
    }
}

/* Reset scale for non-active slides */
.swiper-slide:not(.swiper-slide-active) .img-div img {
    transform: scale(1);
}

/* Smooth transition */
.img-div img {
    transition: transform 0.5s ease-out;
}

/* Hero Text Overlay */
.hero-text-wrapper {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: center; */
}

/* 
.demo-slider {
    padding: 60px 0px 0px 0px;
    background-image: url(../images/banner/maxi-taxi-slider-2.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 700px;
} */

.demo-sliders {
    padding: 60px 0px;
}

.hero-text {
    color: var(--primary--color);
    border-radius: 10px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8),
        4px 4px 12px rgba(0, 0, 0, 0.6);

}

.date-time-input i,
.input-with-icon i,
.location-icon {
    pointer-events: none !important;
}

.hero-text h1 {
    max-width: 450px;
    font-size: 45px;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 15px;
    font-family: var(--font-primary);
    text-transform: capitalize;
}

.hero-text h1 span {
    color: var(--bg--color);
}

.hero-text h5 {
    color: var(--color-white);
    text-transform: capitalize;
    font-size: 24px;
    font-family: var(--font-primary);
    font-weight: 400;
    margin-bottom: 30px;
}

.theme-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.theme-list li {
    font-size: 18px;
    margin: 0px 0px 12px 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.theme-list li i {
    color: var(--bg--color);
    font-size: 20px;
}

/* Booking Form Styles */
.booking-form {
    background: #ffffffbf;
    border-radius: 5px;
    padding: 30px;

    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

/* Vehicle Type Buttons */
.vehicle-types {
    display: flex;
    gap: 10px;
    margin: 0px 0px 25px 0px;
}

.vehicle-btn {
    flex: 1;
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--sec-font);
}

.vehicle-btn i {
    font-size: 28px;
    color: #333;
}

.vehicle-btn span {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.vehicle-btn:hover {
    border-color: var(--bg--color);
    transform: translateY(-2px);
}

.vehicle-btn.active {
    border-color: var(--bg--color);
    background: #fff5f0;
}

.vehicle-btn.active i {
    color: var(--bg--color);
}

/* Form Groups */
.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    display: block;
    font-family: var(--sec-font);
}

.required {
    color: var(--bg--color);
}

/* Input with Icon */
.input-with-icon {
    position: relative;
}

.input-with-icon i.fa-magnifying-glass {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 16px;
}

.input-with-icon .location-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--bg--color);
    font-size: 18px;
    cursor: pointer;
}



.car-form-text:focus {
    color: var(--color-white) !important;
}

/* Checkbox */
.form-check {
    padding-left: 1.5rem;
}


.form-check-input {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.form-check-input:checked {
    background-color: var(--bg--color);
    border-color: var(--bg--color);
}

.form-check-label {
    font-size: 14px;
    color: #0066cc;
    cursor: pointer;
    font-family: var(--sec-font);
}

/* Date Time Input - Single Box Style */
.date-time-input {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 8px 12px;
    background: #ffffff;
    gap: 8px;
    transition: all 0.3s ease;
}

.date-time-input:focus-within {
    border-color: var(--bg--color);
    box-shadow: 0 0 0 3px rgba(255, 98, 0, 0.1);
}

.date-time-input i {
    color: #666;
    font-size: 16px;
    flex-shrink: 0;
}

.date-time-input .divider {
    color: #ddd;
    font-size: 18px;
    margin: 0 5px;
    flex-shrink: 0;
}






/* Rental Types Radio */
.rental-types {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.form-check-inline {
    margin-right: 0;
}

.form-check-inline .form-check-input {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.form-check-inline .form-check-label {
    font-size: 14px;
    color: #333;
    font-family: var(--sec-font);
}

/* Submit Button */
.btn-submit {
    width: 100%;
    background-color: var(--bg--color);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    font-family: var(--sec-font);
    letter-spacing: 0.5px;
}

.btn-submit:hover {
    background-color: #e55700;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(255, 98, 0, 0.3);
}


/* SECTION-HERO===================== */

.img-div {
    position: relative;
}

.img-div::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}



/* datdatdatdad */


.form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    max-width: 500px;
    margin: auto;
}



.input-box {
    width: 100%;
    padding: 5px 15px;
    font-size: 16px;
    border: none;
    border-radius: 0px;
    background-color: var(--color-white) !important;
    color: var(--color-black) !important;
    font-family: var(--primary--color);
    cursor: pointer;
    box-sizing: border-box;
}


.flatpickr-calendar {
    z-index: 999999 !important;
}

.fl-bot {
    background-color: #333 !important;
}


.book-here-btn {
    text-align: center;
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.book-here-btn a {
    background-color: var(--color-orange);
    color: var(--color-white);
    border: none;
    padding: 15px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--sec-font);
    display: block;
    width: 300px;
}

/* Phone number highlight */
.inf-num-sub {
    color: var(--color-black);
    font-weight: 700;
    font-size: 24px;
    text-decoration: none;
    font-family: var(--font-primary);
}

.inf-num-sub:hover {
    color: var(--color-white);
    text-decoration: underline;
}