/* Root Variables for Easy Theming */
:root {
  --primary-color: #1e5585;
  --secondary-color: #4b8abf;
  --text-color: #ffffff;
  --shadow-color: rgba(0, 0, 0, 0.2);
  --backdrop-blur: blur(10px);
  --transition-speed: 0.3s;
}
.modal .btn-close {
  filter: invert(1); 
  opacity: 1;        
}
 .side-icon {
      position: fixed;
      right: 15px;
      width: 45px;
      height: 45px;
      background: #000;
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      box-shadow: 0 4px 8px rgba(0,0,0,0.3);
      z-index: 9999;
      transition: all 0.3s ease;
    }
    .form-navbar{
      max-width: 200px;
    }
    .search-wrapper {
  position: relative;
}


.bi-search {
  color: #6c757d; 
}
  .nav-form:focus {
    box-shadow: none !important;
    outline: none !important;
  }
    /* .side-icon:hover {
      background: #007bff; 
    }
    #scrollTopBtn {
      bottom: 20px; 
    } */
    #messageBtn {
      bottom: 20px; 
    }
html {
  scroll-behavior: smooth;
}


/* swiper */
    .indexSwiper {
      width: 100%;
      max-width: 1200px;
      margin: auto;
    }

    .indexSwiper .swiper-slide {
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      color: #fff;
      height: 380px;
    }

    .indexSwiper .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.3s ease;
    }

    .indexSwiper .swiper-slide:hover img {
      transform: scale(1.05);
    }

    .indexSwiper .tour-content {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 20px;
      width: 100%;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    }

    .indexSwiper .tour-title {
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 5px;
    }

    .indexSwiper .tour-location {
      font-size: 0.85rem;
      text-transform: uppercase;
      opacity: 0.8;
    }

    .indexSwiper .tour-price {
      margin: 8px 0;
      font-size: 1rem;
      font-weight: bold;
    }

    .circle {
    width: 80px;
    height: 80px;
    border: 5px solid #d9d9d9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
  }
   .small-circle{
    font-size: 0.8rem;
   }


/* Push navbar below the notice bar */
body {
  padding-top: 40px; 
}
p{
  font-family: 'Times New Roman', serif;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: black;
    border-radius: 50%;     
    width: 40px;           
    height: 40px;
    background-size: 100%, 100%;
    padding: 20px;
}

/* Optional: hover effect */
.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
    background-color: #333; 
}

.read_more{
  background-color: var(--secondary-color);
  border: var(--secondary-color);
}
.bhutna-btn
{
  background-color: var(--secondary-color);
  border: var(--secondary-color);
  color: white;

}
.bhutna-btn:hover
{
  background-color: var(--primary-color);
  border: var(--primary-color);
  color: white;

}
 .advisor-card {
      background-color: #f1f6f8;
      padding: 2rem;
      border-radius: 10px;
      text-align: center;
      max-width: 350px;
      margin: 50px auto;
      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }
    .advisor-card img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      margin-bottom: 1rem;
    }
    .advisor-card h5 {
      font-style: italic;
      margin-bottom: 1rem;
    }
    .advisor-card p {
      margin-bottom: 1.5rem;
      color: #555;
    }
    .advisor-card .btn {
      background-color: var(--secondary-color);
      width: 100%;
    }
    .advisor-card .phone {
      font-weight: bold;
      margin-bottom: 1rem;
      display: block;
      color: #333;
      text-decoration: none;
    }
    .advisor-card .phone i {
      margin-right: 0.5rem;
    }

.about_btn{
  background-color: var(--secondary-color);
  border: var(--secondary-color);
  padding: 10px;
}


  .tourideacard img {
      height: 220px;
      object-fit: cover;
    }
    .tourideacard .badge-family {
      position: absolute;
      top: 10px;
      left: 10px;
      background: #f05a28;
      color: white;
      font-size: 0.8rem;
      padding: 5px 10px;
      border-radius: 20px;
      font-weight: bold;
    }
    .tourideacard .card-body h5 {
      font-size: 1.15rem;
      font-weight: 500;
    }
    .tourideacard .price {
      font-weight: bold;
      color: #333;
    }
/* Top Notification Bar */
.top-notice {
 background-color:var(--primary-color);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1050; /* Above navbar */
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.FAQ_sections{
  max-width: 1000px;
}

@media (max-width: 576px) {
  .top-notice {
    font-size: 0.8rem;
  
  }
   
}

/* Navbar */
.navbar {
  background: rgba(75, 138, 191, 0.5); 
  backdrop-filter: var(--backdrop-blur);
  padding-top: 0px;
}
.logo{
 max-width: 120px;
  height: auto; 
 margin-bottom: 0px;
 padding-bottom: 0px;
}

/* Navbar Links */
.navbar-nav .nav-link {
  color:white;
  font-weight: 600;
  transition: color var(--transition-speed);
}



/* .navbar-nav .nav-link:hover {
  color: var(--primary-color) !important;
} */

/* Navbar Explore Button */
.navbar-explore-btn {
  font-size: 0.9rem;
  padding: 0.4rem 1rem;
  border-radius: 25px;
  border: 2px solid var(--primary-color);
  background-color: transparent;
  color: var(--primary-color);
  transition: all 0.3s ease;
}

.navbar-explore-btn:hover {
  background-color: var(--primary-color);
  color: #fff;
  transform: scale(1.05);
}

/* Hero Section */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-left: 30px;
  overflow: hidden;
}
.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.row_item{
  max-width: 800px; margin: 0 auto;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--text-color);
}

.hero-content h1 {
  font-size: clamp(3rem, 5vw, 7rem);
  font-weight: 600;
  -webkit-text-stroke: 2px var(--text-color);
  color: transparent;
  margin-bottom: 1rem;
}

.hero-content p {
  font-size: 1.2rem;
  padding: 10px;
}



.about_hero {
  position: relative;
  width: 100%;
  min-height: 80vh; 
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

/* Main search container */
.main-search {
  display: flex;
  width: 100%;
  width: 380px;
  background: #fff;
  border-radius: 15px;
  padding: 5px;
  margin-top: 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  transition: transform 0.3s;
}

/* Input field */
.main-search input {
  flex: 1;
  border: none;
  outline: none;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 50px;
  min-width: 0;
}

/* Search button */
.main-search .search-btn {

  border: none;
  color: black;
  font-size: 18px;
  border-radius: 30%;
  cursor: pointer;
  transition: background 0.3s;

}


/* Responsive adjustments */
@media (max-width: 768px) {
 
  .main-search {
    width: 100%;
    max-width: 400px;
  }
  .main-search input {
    font-size: 14px;
    padding: 8px 12px;
  }
}

@media (max-width: 480px) {
  
  .main-search {
    max-width: 100%;
  }
  .main-search input {
    font-size: 14px;
    padding: 8px 10px;
  }
  .main-search .search-btn {
    padding: 8px 12px;
    font-size: 16px;
  }
}

.background_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.background_image img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

.content_backgrounimage {
  position: relative; 
  color: white;
  padding: 20px; 
}
.story-container p{
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
}
.itenraybgsimple {
  background-image: url('/assets/images/itenrayimage.jpg');
  background-size: cover;       
   
  background-repeat: no-repeat; 
  background-position: bottom; 
  width: 100%;    
  height: 400px;         
  overflow: hidden;
}
.planbg {
  background-color: #6c757d;
  width: 100%;    
  height: 300px;         
  padding-left: 100px;
  padding-right:100px;
  
  
}
.planbg img{
  max-height: 240px;
}


/* .signature {
            text-align: right;
            font-style: italic;
            margin-top: 40px;
        }
        .founder {
            text-align: right;
            font-weight: bold;
            color: #004085;
            margin-top: 10px;
        } */

/* Video Modal Button */
.video_modal {
  background-color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  border-radius: 50px;
  width: 70px;
  height: 70px;
}

.video_modal i {
  font-size: 32px;
}

.description-title {
  top: 10px; 
left: -25px;  
  z-index: 2;  
}

/* Animated Hero Button */
/* .animated-btn {
  background-color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  font-weight: 500;
  transition: transform 0.2s, background-color 0.3s;
  animation: pulse 2s infinite;
} */

/* @keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
} */

/* .animated-btn:hover {
  transform: scale(1.2);
  background-color: var(--backdrop-blur);
  border: 2px solid var(--primary-color);
} */

/* Responsive Navbar */
@media (max-width: 992px) {
  .navbar-nav {
    background: rgba(12,3,51,0.8);
    backdrop-filter: var(--backdrop-blur);
    border-radius: 10px;
    padding: 10px 0;
    margin-top: 10px;
  }

  .navbar-nav .nav-link {
    font-size: 1.2rem;
    padding: 0.8rem 1rem;
  }

  .navbar-explore-btn {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
}
/* Mega Menu */

.holdidaytypedropdown {
  width: 400px;
  left: 0;
  right: 0;
  background-color: var(--primary-color);
  color: #fff !important;
  border: none;
}

.holdidaytypedropdown ul li{
  white-space: nowrap;
  padding: 2px 0;
  transition: all 0.2s;
  cursor: pointer;
  color: white !important;
  text-decoration: none;
}

.holdidaytypedropdown ul li a{
  color: white !important;
  text-decoration: none;
}

.mega-menu {
    position: static;
  width: 800px;
   max-height: 80vh;  
  left: 0;
  right: 0;
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  overflow-y: scroll;
}

/* Prevent wrapping of text inside li */
.mega-menu ul li{
  white-space: nowrap;
  padding: 2px 0;
  transition: all 0.2s;
  cursor: pointer;
  color: white !important;
  text-decoration: none;
}

.mega-menu ul li a {
  color: white !important;
  text-decoration: none;
}
/* .mega-menu ul li:hover {
  color: var(--primary-color);
} */

.mega-menu h6 {
  color: #fff;
  margin-bottom: 10px;
}

/* Mobile responsiveness */
@media (max-width: 992px) {
  .mega-menu {
    position: static;   
    width: 100%;
    max-height: 70vh;         
    overflow-y: auto;        
    padding: 1rem 0.5rem;    
  }

  .mega-menu .row {
    flex-direction: column;   
  }

  .mega-menu ul {
    padding-left: 0;
  }
}
/* Responsive Design */
@media (max-width: 992px) {
  .navbar-nav {
    background: rgba(var(--secondary-color), 0.8);
    backdrop-filter: var(--backdrop-blur);
    border-radius: 10px;
    padding: 10px 0;
    margin-top: 10px;
  }

  .navbar-nav .nav-link {
    font-size: 1.2rem;
    padding: 0.8rem 1rem;
    text-align: center;
  }



}



@media (max-width: 450px) {
  .holdidaytypedropdown {
  width: 240px;
  left: 0;
  right: 0;
  background-color: var(--primary-color);
  color: #fff;
  border: none;
}

  .dropdown_mega{
  max-width: 300px;;
}
  .hero{
     padding-left: 0px;
  }
  .hero-content h1 {
    font-size: clamp(2rem, 8vw, 6rem);

  }
  .description-title {
  top: 0px; 
left: 0px;  
  z-index: 2;  
}


.background_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; 
  overflow: hidden;
}

.background_image img {
  width: 100%;
  object-fit: cover;
}


}
 .destination-card {
      position: relative;
      overflow: hidden;
      border-radius: 15px;
      transition: transform 0.3s, box-shadow 0.3s;
      cursor: pointer;
    }
    .destination-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      transition: transform 0.3s;
    }
    .destination-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 25px rgba(0,0,0,0.3);
    }
    .destination-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 10px;
      background: rgba(0,0,0,0.55);
      color: #fff;
      text-align: center;
      transition: background 0.3s;
    }
    .destination-card:hover .destination-overlay {
      background: rgba(0,0,0,0.75);
    }
   
/* Modal Header Fix */
.modal-header {
  background: #343a40;   
  color: #fff;       
  border-bottom: none;  
}

.modal-title {
  font-size: 1.2rem;
  font-weight: 600;
}
.btn-close {
  z-index: 1055; /* Higher than modal content */
}

/* Cities Modal Body */
.modal_cities {
  padding: 10px;
}

#citiesList {
  color: white;
  list-style: none;
  padding: 0;
  margin: 0;
}

#citiesList li {
  background: #f8f9fa;
  margin-bottom: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 1rem;
  color: #333;
  transition: background 0.2s;
}

#citiesList li:hover {
  background: #e9ecef;
  cursor: pointer;
}



/* Gallery Section */
.gallery-card {
  cursor: pointer;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}

.gallery-card img {
  transition: transform 0.4s ease;
}

.gallery-card:hover img {
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.4s ease;
  text-align: center;
}

.gallery-card:hover .gallery-overlay {
  opacity: 1;
}


/* Custom Pagination Styling */
.pagination {
  --bs-pagination-color: #0d6efd;       
  --bs-pagination-hover-color: #fff;    
  --bs-pagination-hover-bg: #0d6efd;  
  --bs-pagination-active-bg: #0d6efd;   
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-border-radius: 50px; 
}

.pagination .page-item .page-link {
  border: none;
  margin: 0 5px;
  padding: 8px 16px;
  font-weight: 500;
  color: var(--bs-pagination-color);
  border-radius: 50px !important;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.pagination .page-item .page-link:hover {
  background-color: var(--bs-pagination-hover-bg);
  color: var(--bs-pagination-hover-color);
  transform: translateY(-2px);
}

.pagination .page-item.active .page-link {
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
  color: #fff;
  font-weight: 600;
}

.pagination .page-item.disabled .page-link {
  color: #aaa;
  background-color: #f8f9fa;
  box-shadow: none;
}


.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 10px;
}
.image-grid-month{
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 2fr));
  gap: 20px;
  padding: 10px;
}
.image-grid-month h2{
  font-size: 1.3rem !important;

}

.image-grid-month a{
  font-size: 1rem !important;
  font-weight: 600;
  color: var(--secondary-color);

}
.image-item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 8px var(--shadow-color);
  transition: transform var(--transition-speed) ease, box-shadow var(--transition-speed) ease;
  cursor: pointer;
}

.image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  transition: transform var(--transition-speed) ease;
}

.image-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px var(--shadow-color);
}

.image-item:hover img {
  transform: scale(1.1);
}

/* Image Overlay */
.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); 
  color: var(--text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity var(--transition-speed) ease;
  border-radius: 15px;
  padding: 10px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
}
/* gallery sectionend */

/* beskopesection */

    .bespoke-section {
      overflow: hidden;
      text-align: center;
      max-width: 800px;
      margin: 0 auto;
    }
    .bespoke-section h1 {
      color: var(--secondary-color);
           font-weight: 600;
    }
    .bespoke-section p {
      font-size: 1.1rem;
      color: #4a4a4a; /* Matching the paragraph text color */
      line-height: 1.6;
      margin-bottom: 20px;
    }
    /* beskopesection end */

/* stepcard */

 .step-card {
    background-color: #f8f9fa;
    border: none;
    border-radius: 12px; 
    text-align: center;
    padding: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); 
}

        .step-number {
            font-size: 2.1rem;
            color: black;
            font-weight: 600;
            margin-bottom: 10px;
        }
         .step{
           color: var(--secondary-color);
           font-weight: 600;
         }
        .step-title {
            color: var(--secondary-color);
            font-size: 1.1rem;
            margin-bottom: 15px;
        }
        .step-text {
            color: #333;
            font-size: 0.9rem;
        }
        @media (max-width: 768px) {
            .step-card {
                margin-bottom: 20px;
            }
        }
/* stepcardend */
    /* clients */
.client_heading{
     font-size: 2.5rem;
      font-weight: 600;
     color: var(--secondary-color);
      margin-bottom: 30px;
}

.logo-slider {
    overflow: hidden;
    padding: 30px 0 0 0;
    white-space: nowrap;
    position: relative;
}

.logo-slider:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-block;
    animation: 45s slide infinite linear;
}

.logos-slide img {
    width: 183px;
    height: 83px;
    margin: 0 40px;
}


@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}
  
    .gallery-card {
      position: relative;
      cursor: pointer;
      overflow: hidden;
      border-radius: 10px;
    }
    .gallery-card img {
      width: 100%;
      height: auto;
      display: block;
      transition: transform 0.4s;
    }
    .gallery-card:hover img {
      transform: scale(1.05);
    }
    .gallery-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0,0,0,0.55);
      color: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.3s;
      text-align: center;
      padding: 10px;
    }
    .gallery-card:hover .gallery-overlay {
      opacity: 1;
    }
/* clients end */


/* forms  */
/* forms  */
.section_form {
    position: relative;
    height: 140vh;
    background: url('https://images.pexels.com/photos/1371360/pexels-photo-1371360.jpeg?cs=srgb&dl=pexels-te-lensfix-380994-1371360.jpg&fm=jpg');
    background-size: cover;
}

.section_form .section-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#booking {
    font-family: 'Raleway', sans-serif;
}

.booking-form {
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding: 40px;
    overflow: hidden;
    background-size: cover;
    border-radius: 5px;
    z-index: 20;
}

.booking-form::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.booking-form .form-header {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.booking-form .form-header h1 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 42px;
    margin: 0px;
    color: #fff;
}

.booking-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.booking-form .form-control {
    background-color: rgba(255, 255, 255, 0.2);
    height: 60px;
    padding: 0px 25px;
    border: none;
    border-radius: 40px;
    color: #fff;
    -webkit-box-shadow: 0px 0px 0px 2px transparent;
    box-shadow: 0px 0px 0px 2px transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.booking-form .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.booking-form .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.booking-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.booking-form .form-control:focus {
    -webkit-box-shadow:var(--backdrop-blur);
    box-shadow: var(--secondary-color);
}

.custom-textarea {
  height: 300px !important;
}

.booking-form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.booking-form select.form-control:invalid {
    color: rgba(255, 255, 255, 0.5);
}




.booking-form select.form-control option {
    color: #000;
}

.booking-form .submit-btn {
    color: #fff;
    background-color: var(--secondary-color);
    font-weight: 700;
    height: 60px;
    padding: 10px 30px;
    width: 100%;
    border-radius: 40px;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.3px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.booking-form .submit-btn:hover,
.booking-form .submit-btn:focus {
    opacity: 0.9;
}


/* journapage */
 .journal_sidebar {
      position: sticky;
      top: 0;
      height: 100vh;
      overflow-y: auto;
    }
    .post-meta {
      font-size: 0.9rem;
      color: #555;
    }



    /* socialmedia */


    /* destination */
    
    /* Container */
    .menu-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    /* Left links */
    .menucontainer-links {
      display: flex;
      gap: 30px;
    }
      .menucontainer-links a {
    text-decoration: none;
    font-size: 1.2rem;
    color: var(--primary-color);
    }
       .menucontainer-links a:hover{
  color: #163a69;
  text-decoration: underline;
    }

    /* Right button */
    .menu-button {
      background-color: var(--primary-color);
      color: white;
      padding: 10px 20px;
      border-radius: 8px;
      font-size: 16px;
      font-weight: 500;
      cursor: pointer;
      box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
    }

    .menu-button:hover {
      background-color: #163a69;
    }


      /* Content Area */
    .itenarybg {
  background-image: url('/assets/images/itenarybg.jpg');
  background-size: cover;     
  background-position: center; 
  background-repeat: no-repeat
}

    .itenarycontent {
      max-width: 1000px;
      color: white;
    
    }

    .itenarycontent  p {
      font-size: 18px;
      line-height: 1.6;
      margin-bottom: 20px;
    }

    .itenarycontent a {
      display: inline-block;
      background: var(--primary-color);
      color: white;
      padding: 10px 20px;
      text-decoration: none;
      border-radius: 6px;
      font-weight: 500;
      transition: background 0.3s ease;
    }

    .itenarycontent  a:hover {
      background: #163a69;
    }


     .Destinationcard {
      width: 100%;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
      background: #fff;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      margin-bottom: 20px;
    }

    .Destinationcard:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 30px rgba(0,0,0,0.2);
    }

    .Destinationcard img {
      width: 100%;
      height: auto;
      max-height: 220px;
      object-fit: cover;
    }

    .Destinationcard-content {
      padding: 18px;
      text-align: center;
    }

    .Destinationcard-content h3 {
      margin: 10px 0;
      font-size: 22px;
      color: #0a2345;
    }

    .Destinationcard-content p {
      font-size: 15px;
      color: #555;
      line-height: 1.6;
    }

    /* Tabs scrollable on mobile */
     #v-pills-tab .nav-link {
 font-weight: 500;
    color: #333;
    border: 1px solid transparent;
    border-radius: .5rem 0 0 .5rem;
    margin-bottom: .3rem;
    background: #f8f9fa;
    transition: all 0.3s ease;
    text-align: start;
  }
  #v-pills-tab .nav-link:hover {
    background: #e9ecef;
  }
  #v-pills-tab .nav-link.active {
    color: #fff;
    background: var(--primary-color);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  }
 
  .rigion-tabs{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  font-weight: 500;
    color: #333;
    border: 1px solid transparent;
    border-radius: .5rem 0 0 .5rem;
    margin-bottom: .3rem;
    background: #f8f9fa;
    transition: all 0.3s ease;
    text-align: start;
    font-size: 1.1rem;
 
  }
 .rigion-tabs .nav-link:hover {
    background: #e9ecef;
  }
 


  .holdidayspagestabs{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  font-weight: 450;
    color: var(--secondary-color);
    border: 1px solid transparent;
    font-size: 1.3rem;
    text-decoration: underline;
    gap: 4px;
 
  }
#v-pills-tab {
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: thin; /
}

#v-pills-tab .nav-link {
  flex: 0 0 auto; 
}


    @media (max-width: 768px) {
         .menu-container {
      display: flex;
      justify-content: end;
      align-items: center;
      gap: 2%;
    }

    /* Left links */
    .menucontainer-links {
      display: flex;
      gap: 10px;
    }
      .menucontainer-links a {
    text-decoration: none;
    font-size: 0.7rem;
    }


       .menu-button {
      background-color: var(--primary-color);
      color: white;
      padding: 5px 5px;
      border-radius: 8px;
      font-size: 12px;
      font-weight: 500;
    }


      .Destinationcard-content h3 {
        font-size: 20px;
      }
      .Destinationcard-content p {
        font-size: 14px;
      }
    }

    @media (max-width: 480px) {
      .Destinationcard-content h3 {
        font-size: 18px;
      }
      .Destinationcard-content p {
        font-size: 13px;
      }
    }

/* footer */
/* =========================
   FOOTER STYLING
   Prefix: footer-
========================= */

footer {
  background: var(--primary-color);
  color: white;
  font-family: "Segoe UI", sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
}

footer a {
  color: #9f9d9d;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer a:hover {
  color: var(--crimson-red, #e63946);
}

/* --- Top Section --- */
.footer-section-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-section-brandName p:first-child {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
}

.footer-section-brandSlogan {
  font-size: 0.9rem;
  color: #aaa;
}

.footer-section-social {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section-social li a svg {
  fill: #bbb;
  transition: fill 0.3s ease;
}

.footer-section-social li a:hover svg {
  fill: var(--crimson-red, white);
}

/* --- Columns --- */
.footer-section-top .column-title {
  font-weight: 600;
  color: #fff;
  font-size: 1rem;
}

.footer-section-top p {
  margin-bottom: 0.4rem;
}

.footer-section-top a {
  font-size: 0.9rem;
  color: #bbb;
}

.footer-section-top a:hover {
  color: var(--crimson-red, white);
}

/* --- Middle Divider --- */
.footer-section-middle {
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.footer-section-middle-start-line,
.footer-section-middle-end-line {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.footer-section-middle-brandLogo svg {
  fill: #ddd;
  transition: fill 0.3s ease;
}

.footer-section-middle-brandLogo svg:hover {
  fill: var(--crimson-red, white);
}

/* --- Bottom Section --- */
.footer-section-bottom {
  font-size: 0.85rem;
  color: #aaa;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 1rem;
}

.footer-section-bottom p {
  margin-bottom: 0.5rem;
}

.footer-section-bottom a {
  color: #bbb;
}

.footer-section-bottom a:hover {
  color: var(--crimson-red, white);
}

.footer-section-bottom .credit svg {
  margin: 0 4px;
  vertical-align: middle;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .footer-section-top {
    text-align: center;
  }

  .footer-section-social {
    justify-content: center;
  }

  .footer-section-middle {
    flex-direction: column;
  }

  .footer-section-middle-start-line,
  .footer-section-middle-end-line {
    display: none;
  }

  .footer-section-bottom {
    text-align: center;
    flex-direction: column;
  }
}
