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

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

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

.text-primary {
    color: #C96868 !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: url('../images/car_rentbanner.jpg');
    width: 100%;
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
}
.car-banner2 {
    margin-top: 65px;
}

.car-banner2 {
    background-image: url('../images/car_rentbanner2.jpg');
    width: 100%;
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
}

.finalcar-banner {
    background-image: 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 === */



.travel_cards .travel-card {
    background-size: cover;
    background-position: center;
    height: 250px;
    color: white;
    border-radius: 15px;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    /* margin-top: 100px; */
}

    .travel_cards .travel-card:hover {
        transform: scale(1.02);
    }

    .travel_cards .travel-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        z-index: 1;
    }

.travel_cards .travel-card-content {
    position: relative;
    z-index: 2;
}

.travel_cards .travel-card h5 {
    font-weight: bold;
}

.travel_cards .travel-card .btn {
    background-color: white;
    color: #000;
    font-weight: 500;
    padding: 6px 16px;
    border-radius: 20px;
}




/* cruise-destination start */
.cruise-destination {
    background: #f7f9fb;
    padding: 40px 0;
}

    .cruise-destination .item {
        background: #C96868;
        border-radius: 10px;
        /* padding: 40px 20px; */
        text-align: center;
        color: white;
        font-size: 24px;
        font-weight: bold;
    }

    .cruise-destination .owl-nav button {
        background: #C96868 !important;
        color: white !important;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        margin: 5px;
    }

        .cruise-destination .owl-nav button:hover {
            background: #000 !important;
        }

/* cruise-destination end */



/* footer section start */
footer {
    background-color: whitesmoke;
    color: #000;
}

    footer ul {
        list-style: none;
        padding-left: 0px;
        line-height: 35px;
    }

    footer a {
        font-weight: 500;
        color: #000000;
        text-decoration: none;
    }

        footer a:hover {
            color: #0436a5;
        }

/* footer section 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: 235px;
    background-size: cover;
    background-repeat: no-repeat;
}



/* ================= */
.mobile_call {
    background: linear-gradient(90deg, #C96868, #C96868);
    color: white;
    display: none;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
    z-index: 1050;
}

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

.nav-phone {
    display: none;
}


/* Blink animation for number */
.blink-number {
    animation: blink 1s infinite;
    color: #fff;
    letter-spacing: 1px;
}

@keyframes blink {

    0%, 50%, 100% {
        color: #fff;
    }

    25%, 75% {
        color: #212529;
    }
}

/* Pulse effect for phone icon */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.6);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(25, 135, 84, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(25, 135, 84, 0);
    }
}


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

    .nav-phone {
        display: block;
    }

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

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