.sticky-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #f0f0f0;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-menu .dropdown:hover>.dropdown-menu {
    display: block;
    left: 100%;
    top: 0;
}
/* Custom card image styling */
.mun {
    height: 150px;
    object-fit: cover;
    border-bottom: 3px solid #007bff;
}

/* Card body styling */
.sun h6 {
    font-weight: bold;
    color: #ff6600;
}

/* Card shadow and hover effect */
.bun {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.bun:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Center align content inside carousel-item */
.babu {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Tilt effect for left and right cards */
.card-left {
    transform: rotate(-3deg);
}

.card-right {
    transform: rotate(3deg);
}

/* Carousel control button styling */
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #007bff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
/* General styling */
.card-wrapper {
    position: relative;
    margin: 0 15px;
}

/* Background card styling */
.background-card {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 0;
    bottom: 0;
    background-color: #f0f0f0;
    border-radius: 10px;
    z-index: 1;
}

/* Tour card styling */
.tour-card {
    z-index: 2;
    width: 230px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.tour-card img {
    height: 150px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tour-card .card-body {
    padding: 15px;
}

.tour-card:hover {
    transform: scale(1.05);
}

/* Carousel controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #007bff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}



.ny{
    color:#dad1d1;
    border-radius: 10px;
}
.nws{
    background-color: #035081;
     border: 2px solid #fff;
     border-radius: 10px;
}
.nys{
    background-color: #b75902;
    border-radius:10px;
}
.footer {
    background: url('https://www.bookmerigadi.com/assets/img/preview/wp2847691.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
    padding: 40px 0;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    color: #ddd;
}

.social-icons a {
    margin: 0 10px;
    color: #fff;
    font-weight: bold;
}

.social-icons .facebook {
    background-color: #3b5998;
}

.social-icons .instagram {
    background-color: #833ab4;
}

.social-icons .youtube {
    background-color: #FF0000;
}

.social-icons .whatsapp {
    background-color: #25D366;
}

.social-icons a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
}

.footer .back-to-top {
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    padding: 10px;
}

.footer .back-to-top i {
    color: #fff;
}

.copyright {
    margin-top: 20px;
    font-size: 14px;
}