/********** Template CSS **********/
:root {
    --primary: #D81324;
    --secondary: #0B2154;
    --light: #F2F2F2;
    --dark: #111111;
}

.fw-medium {
    font-weight: 600 !important;
}

body {
    font-family: "Exo", serif !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 120px;
    z-index: 99;
}
.toggel-phone{
      position:fixed;
      width: 60px;
      height: 60px;
      bottom: 40px;
      right: 30px;
      background-color: #fff;
      color: blue !important;
      border-radius: 50px;
      text-align: center;
      font-size: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0px 0px 10px #999;
      z-index: 100;
}


   .toggless{
          position:fixed;
          width: 60px;
          height: 60px;
          bottom: 40px;
          left: 30px;
          background-color: #25d366;
          color: #fff;
          border-radius: 50px;
          text-align: center;
          font-size: 30px;
          display: flex;
          justify-content: center;
          align-items: center;
          box-shadow: 0px 0px 10px #999;
          z-index: 100;
        }
        .icon-wrapper {
            font-size: 35px;
            cursor: pointer;
            transition: transform 0.3s ease-in-out;
        }
        .icon-wrapper:hover {
            transform: scale(1.2);
        }
        .whatsapp-link {
            color: #25D366;
            animation: pulse 1.5s infinite;
        }
        .call-link {
            color: #007bff;
            animation: shake 1.5s infinite;
        }
        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.1); }
            100% { transform: scale(1); }
        }
        @keyframes shake {
            0% { transform: translateX(0); }
            25% { transform: translateX(-5px); }
            50% { transform: translateX(5px); }
            75% { transform: translateX(-5px); }
            100% { transform: translateX(0); }
        }


/*** 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 {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

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

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

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

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


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

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;

}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #ee721f;
}

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

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

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.zoom-card {
    overflow: hidden;
    position: relative;
}

.zoom-card img {
    transition: transform 0.7s ease-in-out;
    width: 100%;
}

.zoom-card:hover img {
    transform: scale(1.2);
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 800;
}

.card-text {
    font-size: 24px;
    font-weight: 700;
    color: #0B2154;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .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;
    }
}

.logo {
    margin-left: 5rem;
}

@media(max-width:768px) {
    .logo {
        margin-left: 0;
    }
}

.vehicle-bottom-content, .booking_form {
    position: relative;
}

.booking_form::before {
    content: "";
    background-image: url(../Img_new/rental-bottom-border.png);
    left: 0;
    right: 0;
    width: 100%;
    height: 16px;
    position: absolute;
    top: 0;
    background-repeat: repeat;
    opacity: 0.5;
}

.booking_form::after {
    content: "";
    background-image: url(../Img_new/rental-bottom-border.png);
    left: 0;
    right: 0;
    width: 100%;
    height: 16px;
    position: absolute;
    bottom: 0;
    background-repeat: repeat;
    opacity: 0.5;
}

.vehicle-bottom-content::before {
    content: "";
    background-image: url(../Img_new/rental-bottom-border.png);
    left: 0;
    right: 0;
    width: 100%;
    height: 16px;
    position: absolute;
    top: 0;
    background-repeat: repeat;
    opacity: 0.5;
}

.vehicle-bottom-content h2 {
    font-weight: 900;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 4px;
}

.vehicle-bottom-content {
    background: #ffcc00 !important;
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    z-index: 1;
}

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 720px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(0, 0, 0, .7);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../Img_new/backgroundimg1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.number {
    color: #f9d11c;
    font-weight: 900;
    font-size: 60px;

}

.number-1 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}


/*** Service ***/
.service .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.service .nav .nav-link.active {
    background: var(--primary);
}

.service .nav .nav-link.active h4 {
    color: #FFFFFF !important;
}


/*** Booking ***/
.booking {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-2.jpg) center center no-repeat;
    background-size: cover;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Team ***/
.team-item .team-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transform: scale(0);
    transition: .5s;
}

.team-item:hover .team-overlay {
    transform: scale(1);
}

.team-item .team-overlay .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-overlay .btn:hover {
    color: #FFFFFF;
    background: var(--secondary)
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background-color: #f9d11c !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #000 !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer {
    background: linear-gradient(#1d1d1f, #1d1d1f), url(../img/carousel-bg-1.jpg) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.card {
    transition: transform 0.3s ease-in-out;
}

.card:hover {
    transform: scale(1.1) rotate(5deg);
    background-color: #ee721f !important;
    color: #fff !important;

}

.text:hover {
    color: #fff !important;
}


.custom-slider-wrapper {
    width: 90%;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
}

#customSlider {
    transition: transform 0.5s ease-in-out;
}

#customSlider {
    display: flex;
    width: max-content;
    /* Adjusts width dynamically */
}

.slider-wrapper {
    overflow: hidden;
    width: 100%;
    /* Ensure it takes only necessary space */
}


.custom-slider {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease-in-out;
}

.custom-slider-card {
    flex: 0 0 300px;
    height: 400px;
    background-color: #eee;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-size: cover;
    background-position: center;
}

.custom-slider-card:hover {
    transform: translateY(-15px) scale(1.05);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
}

.custom-slider-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
}

.custom-slider-card:hover::before {
    background: rgba(0, 0, 0, 0.5);
}

.custom-card-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    z-index: 2;
}

.custom-card-content h3 {
    margin: 0;
    font-size: 1.5rem;
}

.custom-card-content p {
    margin: 5px 0 0;
}

.custom-slider-navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.custom-slider-nav-button {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.custom-slider-nav-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.slide {
    margin: 0;
    padding: 0;
    min-width: 320px;
    /* Match the JavaScript scroll step */

}

.swiper-container {
    overflow: hidden;
    padding: 10px;
}

section {
    padding: 60px 50px !important;
}

.video-section {
    position: relative;
    width: 100%;

    overflow: hidden;
}

.video-section video {
    position: relative;
    width: 100%;
    height: 90%;
    object-fit: cover;
}

.video-container {

    display: inline-block;
    overflow: hidden;
    /* Ensures no unwanted scrollbars */
}

.video-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 13px;
    /* Adjust the thickness of the border */
    background: repeating-linear-gradient(90deg,
            yellow,
            yellow 12px,
            black 10px,
            black 25px);
    z-index: 10;
    /* Ensures it's above other elements */
}




@media (max-width: 768px) {
    section {
        padding: 40px 15px !important;
    }

    /* .video-section {
        height: 60vh;
       
    } */

    /* .video-container {
        width: 90%;
        height: 60%;
        max-width: 500px;
    } */

    /* Remove 3D hover effect on mobile */


}

.collapse {
    visibility: visible !important;
}

@media (max-width: 480px) {
    /* .video-section {
        height: 50vh;
    } */

    /* .video-container { */
    /* width: 95%;
        height: 50%;
        max-width: 400px;
        border-radius: 10px; */
    /* } */
}

.video-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-family: "Exo", serif !important;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
    animation: fadeIn 2s ease-in-out;
}

/* Heading styling */
.video-text h1 {
    font-size: clamp(28px, 5vw, 60px);
    font-weight: bold;
    margin-bottom: 10px;
}

/* Subtext styling */
.video-text p {
    font-size: clamp(16px, 3vw, 24px);
    font-weight: 300;
}




.road {
    width: 100%;
    height: 50px;
    background: black;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.lane {
    width: 100%;
    /* height: 2px; */
    /* background: white; */
    border-top: 3px dashed white;
    position: absolute;
    top: 45%;
}

.car {

    /* width: 60px; */
    position: absolute;
    height: 30px;
    top: 10px;
    display: flex;
    /* left: 0; */
    border-radius: 5px;
    /* transition: car_left 0.1s linear; */
    animation: car_left 10s linear infinite;
}

.phone_number {
    color: #000;
    font-weight: bold;
}


@keyframes car_left {
    0% {
        left: 0%
    }

    100% {
        left: 100%
    }
}

/* .car img {
    width: 100px;
    height: 100%;
} */

.vehicle-multi-border {
    position: relative;
}

.footer-top-border .vehicle-multi-border:before {
    top: -12px;
}

.vehicle-multi-border.yellow-black:before {
    background-image: -webkit-linear-gradient(0deg, #ffcc00 15px, #333 0);
}

.vehicle-multi-border:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    height: 12px;
    background-size: 30px;
}

.swiper-backface-hidden .swiper-slide {
    box-shadow: 0 0 10px #000 !important;
}

.swiper-container1 .swiper-wrapper .swiper-slide {
    box-shadow: none !important;
}

.swiper-container1 .swiper-wrapper .swiper-slide img {
    margin: auto !important;
}

.swiper-container3 .swiper-wrapper .swiper-slide img {
    border-radius: 10px !important;
}

.swiper-container3 .swiper-wrapper .swiper-slide h3 {
    font-size: 1.5rem !important;
}

.testimonial-carousel .owl-stage-outer {
    padding: 20px 5px;
}

.testimonial-item {
    box-shadow: 0 0 10px #000;
    padding: 25px 0 0 0
}


.testimonial-item .testimonial-text {
    margin-top: 15px;
    height: 155px;
}

.testimonial-item .testimonial-text p {
    color: #000000;
    font-weight: 600;

}

.blinking {
    position: relative;
    animation: blinking 2s linear infinite;
    color: #fff;
}

@keyframes blinking {
    0% {
        color: #fff;
    }

    25% {
        color: red;
    }

    50% {
        color: yellow;

    }

    75% {
        color: green;

    }

    100% {
        color: #000;

    }
}