* {
    margin: 0px;
    padding: 0px;
}

/* imp css start */
.btn {
    background-color: #7388a4;
    border-color: #7388a4;
    color: #fff;
}

    .btn:hover {
        background-color: #000;
        border-color: #000;
        color: #fff;
    }

.text-primary {
    color: #0436a5 !important;
}

/* imp css end */


/* header start */
.navbar-nav .nav-link {
    transition: all 0.3s ease;
}

.navbar {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    background: #ffffff;
}

.navbar-nav .nav-link:hover {
    color: #0077b6;
    transform: scale(1.05);
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: #ffffff;
    border: var(--bs-border-width) solid rgb(255 255 255 / 0%);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}

/* header end  */


/* === car-banner start == */
.car-banner {
    margin-top: 65px;
}

.car-banner {
    background-image: linear-gradient(rgb(0 0 0 / 34%), rgb(0 0 0 / 25%)), url(../images/car_rentbanner.jpg);
    width: 100%;
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
}

.finalcar-banner {
    background-image: linear-gradient(rgb(0 0 0 / 34%), rgb(0 0 0 / 25%)), url(../images/finalcar_banner.jpg);
    width: 100%;
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
}

.car-banner .search-box {
    margin-top: 10px;
    background-color: rgb(255 255 255 / 35%);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* === car-banner end === */


.contact-banner {
    background-image: url('../images/contact_banner.jpg');
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-banner {
    background-image: url('../images/about_banner.jpg');
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}


.privacy-banner {
    background-image: url('../images/privacy-banner.jpg');
    width: 100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
}



/* ===== why-choose-us-modern start ===== */
.why-choose-us-modern .feature-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 20px;
    color: #fff;
    transition: transform 0.3s ease;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.15);
}


@media (max-width: 767px) {
    .why-choose-us-modern .feature-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
}

/* ===== why-choose-us-modern end ===== */


/* ===== our_journey section start ==== */
.our_journey .icon-wrap {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

    .our_journey .icon-wrap:hover {
        transform: scale(1.2);
        box-shadow: 0 0 10px rgba(0, 123, 255, 0.2);
    }

.our_journey .img-box {
    height: 260px;
    transition: all 0.5s ease;
}

    .our_journey .img-box img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        transition: transform 0.5s ease;
    }

    .our_journey .img-box:hover img {
        transform: scale(1.08);
    }

@media (max-width: 767px) {
    .our_journey .img-box {
        height: 120px;
    }
}

/* ===== our_journey section end ==== */

/* ===== top_destination section end ==== */
.top_destination .hover-lift {
    transition: all 0.4s ease;
}

    .top_destination .hover-lift:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    }

.top_destination .badge {
    font-size: 0.75rem;
    letter-spacing: 0.4px;
}

@media (max-width: 767px) {
    .top_destination .col-md-6 img {
        height: 120px !important;
    }
}

/* ===== top_destination section end ==== */


/* ===== faq-section section end ==== */
.faq-section .accordion-button {
    background: #fff;
    border-radius: 10px !important;
    transition: all 0.3s ease;
}

    .faq-section .accordion-button:not(.collapsed) {
        background: linear-gradient(135deg, #007bff1a, #e9f3ff);
        color: #007bff;
        box-shadow: 0 4px 10px rgba(0, 123, 255, 0.1);
    }

    .faq-section .accordion-button::after {
        filter: invert(41%) sepia(83%) saturate(361%) hue-rotate(181deg) brightness(95%) contrast(95%);
    }

.faq-section .accordion-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .faq-section .accordion-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }

.faq-section .faq-image img {
    transition: transform 0.5s ease;
}

.faq-section .faq-image:hover img {
    transform: scale(1.05);
}

@media (max-width: 767px) {
    .faq-section .faq-image img {
        height: 250px !important;
    }
}

/* ===== faq-section section end ==== */



/*-===== fooetr start ====*/

footer {
    border-top:2px solid blue;
}
footer ul {
    padding-left: 0px;
    text-decoration: none;
    list-style: none;
}

    footer ul li a {
        text-decoration: none;
        color:black;
    }
/*==== footer end ====*/



.mobile_nav {
    background-color: #7388a4;
    color: white;
}


.mobile_call {
    background-color: #7388a4;
    color: white;
    display: none;
}

.mobile-icon {
    align-items: center;
    border-radius: 50%;
    width: 50px;
    background: #198754;
    height: 50px;
    justify-content: center;
    display: flex;
}

.nav-phone {
    display: none;
}

    .nav-phone h5 {
        font-size: 16px;
    }

.navbar #final-logo {
    width: 150px;
}

@media (max-width:767px) {
    .mobile_call {
        display: block;
    }

    .nav-phone {
        display: block;
    }

    .navbar #final-logo {
        width: 110px;
    }

    .about-banner {
        background-image: url(../images/about_banner.jpg);
        width: 100%;
        height: 180px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .contact-banner {
        background-image: url(../images/contact_banner.jpg);
        width: 100%;
        height: 180px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .privacy-banner {
        background-image: url('../images/privacy-banner.jpg');
        width: 100%;
        height: 200px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .car-banner {
        background-image: linear-gradient(rgb(0 0 0 / 34%), rgb(0 0 0 / 25%)), url(../images/car_rentbanner.jpg);
        width: 100%;
        height: 620px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .finalcar-banner {
        background-image: linear-gradient(rgb(0 0 0 / 34%), rgb(0 0 0 / 25%)), url(../images/finalcar_banner.jpg);
        width: 100%;
        height: 590px;
        background-size: cover;
        background-repeat: no-repeat;
    }
}
