ul.main-menu.site-menu i.fas.fa-caret-down {
    color: #505050;
}
ul.main-menu.site-menu i.fas.fa-caret-down {
    top: 59%;
    right: 8px;
}
li
li.login-btn {
    background-color: #23acda;
    border-radius: 15px;
}
.login-btn {
    background-color: #23acda;
    border-radius: 15px;
    color: hsl(0, 0%, 100%);
}
.login-btn:hover {
    background-color: #134984;
    border-radius: 15px;
    color: hsl(0, 0%, 100%);
}
.header-wrapper .menu-wrapper ul.main-menu li.login-btn a {
    padding: 0px 13px;
    color: hsl(0, 0%, 100%);
}
.footer-menu__link {
    font-size: 13px;
}
.footer-section-top {
    margin-top: 15px !important;
    border-top: 2px solid #77c9e1;
}
p.footer-item__desc.mb-3 {
    font-size: 13px;
}
p.footer-menu {
    color: rgb(255, 255, 255);
    font-size: 14px;
}
.section-heading {
    text-align: center;
}

.section-heading img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
img.banner-img {
    border-radius: 0px;
}
.mui-style-1uxdgwa {
    color: #FFFFFF; 
    text-decoration-color: #FFFFFF;
}
.copyright p {
    font-size: 13px;
}
p.logo-title {
    color: #ffffff;
    font-size: 14px;
}
p.footer-menu img {
    border-radius: 0px;
}
.banner-section .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
h5.footer-item__title {
    font-size: 17px !important;
}
/* Base Section Styling */
.subscribe-section {
    background-color: #f8f9fa; /* Light grey background */
    padding: 80px 0;
}

/* Title Styling */
.exclusive-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
}

/* ---------------------------------------------------- */
/* CSS FOR THE BOTTOM-TO-TOP HOVER EFFECT */
/* ---------------------------------------------------- */

/* 1. Wrapper acts as the fixed window (Crucial for hiding the second image) */
.offer-wrapper {
    height: 250px; /* Must match the image height */
    overflow: hidden; 
    position: relative;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); 
}

/* 2. Inner container holds both images and slides */
.offer-images {
    height: 500px; /* 2x the image height (250px * 2) */
    width: 100%;
    /* Start position: shows the top image */
    transform: translateY(0); 
    transition: transform 0.4s ease-in-out; /* Smooth animation */
    cursor: pointer;
}

/* 3. Individual Images */
.offer-img {
    width: 100%;
    height: 250px; /* Fixed height for consistency */
    object-fit: cover;
    display: block; 
}

/* 4. The Hover Action: Moves the container UP by 250px */
.offer-wrapper:hover .offer-images {
    transform: translateY(-250px);
}

/* Ensures the link block fills the image area */
.offer-link {
    display: block;
    text-decoration: none;
}

/* ---------------------------------------------------- */
/* ORIGINAL CAROUSEL/GRID CSS */
/* ---------------------------------------------------- */

/* Override Bootstrap's carousel item to be flexible for 3 images */
.carousel-item-group {
    display: flex;
    justify-content: space-between;
}

.carousel-item-group .col-md-4 {
    /* Ensures equal spacing/size for the three images */
    padding: 0 5px; 
}

/* Adjust carousel controls for better visibility */
.carousel-control-prev, .carousel-control-next {
    width: 5%;
    opacity: 1;
}
.offer-images img {
    border-radius: 0px;
}


/* Custom CSS to change the animation to a FADE effect */

/* Makes the active slide fully visible */
.carousel-inner .carousel-item.active {
    opacity: 1;
}

/* Ensure the next item is positioned correctly for the fade */
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    /* Prevents them from being off-screen before transition */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; /* Keep them above inactive slides */
}


/* 1. Wrapper acts as the fixed window (Crucial for hiding the second image) */
.offer-wrapper {
    height: 250px; /* Must match the image height */
    overflow: hidden; 
    position: relative;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); 
}

/* 2. Inner container holds both images and slides */
.offer-images {
    height: 500px; /* 2x the image height (250px * 2) */
    width: 100%;
    /* Start position: shows the top image */
    transform: translateY(0); 
    transition: transform 0.4s ease-in-out; /* Smooth animation */
    cursor: pointer;
}

/* 3. Individual Images */
.offer-img {
    width: 100%;
    height: 250px; /* Fixed height for consistency */
    object-fit: cover;
    display: block; 
}

/* 4. The Hover Action: Moves the container UP by 250px */
.offer-wrapper:hover .offer-images {
    transform: translateY(-250px);
}
.offer-link {
    display: block;
    text-decoration: none;
}
.carousel-item-group {
    display: flex;
    justify-content: space-between;
}

.carousel-item-group .col-md-4 {
    padding: 0 5px; 
}
.carousel-control-prev, .carousel-control-next {
    width: 5%;
    opacity: 1;
}

.offer-images img, img.another-offer-img {
    border-radius: 7px;
}

/* Strat Explore Bangladesh */
.section-heading {
    font-size: 2.25rem;
    font-weight: 700;
    color: #333;
    text-align: left !important; 
}

.section-description {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}
.image-link {
    display: block;
    text-decoration: none;
    overflow: hidden;
    border-radius: 8px; 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.image-zoom-wrapper {
    position: relative;
    overflow: hidden; 
    width: 100%;
    height: 100%;
}
.image-zoom-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease-in-out;
}
.image-title-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    color: white;
    padding: 20px 15px 10px;    
    transition: background 0.3s ease-in-out;
}

.image-title-overlay h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
}
.image-link:hover .image-zoom-wrapper img {
    transform: scale(1.1);
}
.image-link:hover .image-title-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1));
}
.image-title-overlay h3 {
    color: #fff;
    text-align: center;
}
.image-title-overlay p {
    color: #fff;
    text-align: center;
}
/* End Explore Bangladesh */
/* Most Popular Destination */
.destination-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.sec-color {
    background-color: #f8f9fa;
}
.section-heading-popular {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}
.section-description-popular {
    font-size: 1rem;
    color: #555;
    max-width: 600px;
    margin: 0 auto;
}
.dest-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px; 
    position: relative;
    overflow: hidden; 
    perspective: 1000px; 
}
.dest-card {
    position: absolute;
    width: 250px; 
    height: 400px; 
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.dest-card a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.dest-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    color: #fff;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
}
.card-overlay h4 {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 600;
    color: #ffffff;
}
.card-overlay p {
    margin: 0;
    font-size: 0.8rem;
    opacity: 0.8;
}
.dest-card.active-card {
    transform: translateZ(100px);
    z-index: 5;
    opacity: 1;
}
.dest-card.side-card-left {
    transform: 
        translateX(-300px) 
        rotateY(15deg)
        translateZ(-50px); 
    z-index: 3;
    opacity: 0.6; 
}
.dest-card.side-card-right {
    transform: 
        translateX(300px) 
        rotateY(-15deg) 
        translateZ(-50px);
    z-index: 3;
    opacity: 0.6; 
}
.dest-card:not(.active-card):not(.side-card-left):not(.side-card-right) {
    z-index: 1;
    opacity: 0;
    transform: translateZ(-200px);
}
.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}
.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: background-color 0.3s;
}
.dot.active {
    background-color: #007bff;
}
/* Most Popular Destination End */












@media screen and (max-width: 599px) {
    .header-wrapper .logo-wrapper img {
        width: 150px !important;
    }
    .exclusive-title {
        font-size: 1.5rem !important;
    }
    .section-heading {
        font-size: 1.25rem;
    }
}