    /* Navbar */
    .navbar {
        position: sticky !important;
        top: 0;
        height: 75px;
        z-index: 1020;
        /* background: linear-gradient(90deg, rgb(0, 147, 233) 0%, rgb(0, 219, 222) 100%) !important; */
        background: linear-gradient(90deg, rgb(206 223 234) 0%, rgb(180 230 230) 100%) !important
        /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    }
    .navbar-brand {
        margin-right: 10px !important; /* Reduce right spacing */
        padding-right: 0px;
    }
    .navbar-nav {
        margin-left: 750px !important; /* Reduce left spacing */
    }
a{
    text-decoration: none !important;
}
h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 2px;
}
h5 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 2px;
}

/* h2 {
    font-family: 'Pacifico', cursive;
    font-size: 2.5rem;
    color: #ff5733;
} */

/* h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #ff5733;
} */



    /* Hero Section */
    .hero {
        height: 92vh;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: white;
        overflow: hidden;
    }
    .hero video {
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
        object-fit: cover;
        z-index: -1;
    }
    .hero-overlay {
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(0, 0, 0, 0.5);
    }
    .hero-content {
        position: relative;
        z-index: 1;
    }

    .destination-card:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    }

    /* Scroll Buttons */
    .scroll-btn {
        background: #007bff;
        border: none;
        color: white;
        font-size: 24px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background 0.3s ease, transform 0.2s ease;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }
    .scroll-btn:hover {
        background: #0056b3;
    }
    

    /* Footer */
    .footer {
        background: linear-gradient(90deg, rgb(0, 147, 233) 0%, rgb(0, 219, 222) 100%) !important;;
        color: white;
        /* padding: 40px 0; */
    }
    .footer a {
        color: #ddd;
        /* text-decoration: none; */
    }
    .footer a:hover {
        color: #fff;
    }
/*// new code*/
    /* Destination Cards */
.destination-card {
display: flex;
flex-direction: column;
border-radius: 15px;
overflow: hidden;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
min-width: 280px;
flex: 0 0 auto;
background: white;
height: 400px; /* Fixed height */
width: 300px; /* Fixed width */
}

/* Image section - occupies 70% */
.destination-img {
flex-basis: 70%;
height: 70%;
display: flex;
justify-content: center;
align-items: center;
background: #f8f9fa;
overflow: hidden;
object-fit: cover; 
}

.destination-img img {
width: 100%;
height: 100%;
object-fit: cover;
}

/* Text & button section - occupies 30% */
.card-body {
flex-basis: 30%;
height: 30%;
text-align: center;
padding: 10px;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: center;
}

/* Prevents text from expanding */
.card-body h5, .card-body p {
margin: 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

/* Button should stay at the bottom */
/*.card-body a {
margin-top: 5px;
}*/

.card-body a {
display: inline-block;
padding: 8px 15px;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
border-radius: 5px;
text-decoration: none;
transition: background 0.3s ease, transform 0.2s ease;
color: white;
}
.btn-explore {
background: linear-gradient(90deg, rgb(0, 147, 233) 0%, rgb(0, 219, 222) 100%) !important;
}
.top-navbar {
        background: rgba(240, 240, 240, 0.6); /* Light gray with opacity */
        backdrop-filter: blur(5px); /* Blurred effect */
        color: #333;
        padding: 10px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        height: 33px;
    }

    @media (max-width: 768px) {
      .top-navbar {
        padding: 8px 15px; /* Reduce padding */
        font-size: 12px; /* Decrease font size */
        height: 30px; /* Adjust height */
      }
    }
    
    @media (max-width: 480px) {
      .top-navbar {
        padding: 15px 6px; /* Further reduce padding */
        font-size: 8px; /* Smaller font for compact view */
        height: 9px; /* Reduce height */
      }
    }

    /* Social media links */
    .social-links a {
        margin-left: 15px;
        text-decoration: none;
        color: #007bff;
        font-weight: bold;
    }

    .social-links a:hover {
        color: #0056b3;
    }

    .site-footer {
        background-color: #383838;
        padding-top: 80px;
      }
      .site-footer .top-footer {
        padding-bottom: 55px;
      }
      .site-footer .award-img {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 15px;
      }
      .site-footer .award-img a {
        width: 75%;
      }
      .site-footer .award-img a:first-child {
        margin-right: 10px;
      }
      .site-footer .buttom-footer {
        background-color: #404040;
        padding: 30px 0;
      }
      .site-footer .copy-right {
        color: #ffffff;
      }
      .site-footer .copy-right a {
        color: #ffffff;
      }
      .site-footer .copy-right a:hover {
        color: #2C75BA;
      }
      .site-footer .footer-menu ul {
        margin: 0;
        padding: 0;
        font-size: 0;
      }
      .site-footer .footer-menu ul li {
        list-style: none;
        display: inline-block;
        position: relative;
        padding: 0 10px;
      }
      .site-footer .footer-menu ul li:before {
        content: "|";
        position: absolute;
        top: 0;
        right: -2px;
        font-size: 14px;
        color: #B6B6B6;
      }
      .site-footer .footer-menu ul li:last-child:before {
        display: none;
      }
      .site-footer .footer-menu ul li a {
        color: #ffffff;
        font-size: 15px;
      }
      .site-footer .footer-menu ul li a:hover, .site-footer .footer-menu ul li a:focus {
        color: #2C75BA;
      }
      @media screen and (max-width: 575px) {
        .site-footer {
          padding-top: 50px;
        }
        .site-footer .top-footer {
          padding-bottom: 25px;
        }
      }
      @media screen and (max-width: 767px) {
        .site-footer .footer-menu {
          text-align: center;
          margin-bottom: 15px;
        }
        .site-footer .footer-logo {
          margin-bottom: 15px;
        }
        .site-footer .copy-right {
          text-align: center !important;
        }
      }
      
      .footer-primary .widget {
        color: #e0e0e0;
      }
      .footer-primary .widget .widget-title {
        color: #ffffff;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.2;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-bottom: 18px;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: uppercase;
      }
      .footer-primary .widget .widget-title:before {
        background-color: #0791BE;
        content: "";
        height: 18px;
        width: 3px;
        margin-right: 10px;
      }
      .footer-primary .widget ul li a {
        color: #ffffff;
        text-decoration: none !important;
        font-size: 15px !important;
      }
      .footer-primary .widget ul li a:hover, .footer-primary .widget ul li a:focus, .footer-primary .widget ul li a:active {
        color: #2C75BA;
      }
      @media screen and (max-width: 991px) {
        .footer-primary .widget {
          margin-bottom: 30px;
        }
      }
      .widget.widget_newslatter .newslatter-form {
        margin-top: 24px;
      }
      .widget.widget_newslatter .newslatter-form input {
        width: 100%;
        margin-bottom: 15px;
      }
      .widget.widget_newslatter .newslatter-form [type=submit] {
        padding: 17px 30px;
        margin-bottom: 0;
      }
      /* <style> */
    .destination-scroll-container {
       

        display: flex !important;
        overflow-x: scroll !important; /* Enables scrolling */
        scroll-behavior: smooth;
        white-space: nowrap;
        gap: 10px;
        padding: 10px 50px;
        position: relative !important;
    }

    .destination-card {
        flex: 0 0 auto;
        width: 250px;
        text-align: center;
        border: 1px solid #ddd;
        border-radius: 10px;
        background: white;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }

    /* Scroll Button Styling */
    .scroll-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: linear-gradient(90deg, rgb(0, 147, 233) 0%, rgb(0, 219, 222) 100%) !important;
        /* background-color: rgba(0, 0, 0, 0.5); */
        color: white;
        border: none;
        padding: 10px;
        cursor: pointer;
        z-index: 10;
        border-radius: 50%;
    }

    .left-btn {
        left: 0;
    }

    .right-btn {
        right: 0;
    }

    /* multilevel dropdown */
/* Make dropdowns appear on hover */
.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* Position submenus correctly */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -1px;
    min-width: 200px;
}

/* Keep first-level dropdown visible */
.nav-item.dropdown:hover .first-level {
    display: block;
    margin-top: 20px;
    background: linear-gradient(90deg, rgb(154 211 244) 0%, rgb(151 246 248) 100%) !important;
}
.second-level{
    background: linear-gradient(90deg, rgb(154 211 244) 0%, rgb(151 246 248) 100%) !important;

}
.third-level{
    background: linear-gradient(90deg, rgb(154 211 244) 0%, rgb(151 246 248) 100%) !important;

}

/* Show second-level when hovering over first-level */
.dropdown-submenu:hover > .second-level {
    display: block;
    right: 100%; /* Opens to the left */
    left: auto;
}

/* Show third-level when hovering over second-level */
.dropdown-submenu:hover > .third-level {
    display: block;
    right: 100%; /* Opens to the left */
    left: auto;
}

/* Basic dropdown item styling */
.dropdown-item {
    padding: 10px 15px !important;
    font-weight: 500;
    white-space: nowrap;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}

/* Ensure dropdowns don't overlap */
.dropdown-menu {
    position: absolute;
    top: 0;
    right: 100%;
    left: auto; /* Moves submenu to the right of the parent */
    margin-top: -1px;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.dropdown-menu.end-side {
    right: auto;
    left: 100%;
}

.force-right {
    left: 100% !important;
    right: auto !important;
}

.dropdown-menu.third-level {
    display: grid;
    grid-template-columns: repeat(2, auto); /* 2 Columns */
    gap: 10px;
    padding: 10px;
    min-width: 250px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/* Show third-level dropdown only when hovering second-level */
.dropdown-submenu .dropdown-submenu:hover > .dropdown-menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    padding: 10px;
    min-width: 250px;
}
.dropdown-submenu .dropdown-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%; /* Default to opening right */
    min-width: 200px;
}

.navbar-nav ms-auto{
    margin-top: 10px;
}   
.first-level{
    background: linear-gradient(90deg, rgb(0, 147, 233) 0%, rgb(0, 219, 222) 100%) !important;
}

#destinations-container{
  overflow-x: auto !important;
  scroll-behavior: smooth;
}
#d_destinations-container{
  overflow-x: auto !important;
  scroll-behavior: smooth;
}

.header-logo img {
  width: 250px;
  margin-top: -78px;
}

.navbar-nav .nav-item .nav-link {
  color: black;
}

@media (max-width: 768px) {
  .header-logo img {
    width: 180px; /* Reduce width for smaller screens */
    margin-top: -50px; /* Adjust margin accordingly */
  }
}

@media (max-width: 480px) {
  .header-logo img {
    width: 250px;
    margin-top: -89px;/* Adjust margin */
  }
}


.icon-facebook {
  font-size: 14px; /* Adjust size */
  color: #1877F2; /* Facebook blue */
  display: inline-block; /* Ensure it's visible */
}
