html, body {
  width: 100%;
  overflow-x: hidden;
}

  html {
      scroll-behavior: smooth;
    }

    /* Fallback for browsers that don't support smooth scrolling */
    @media (prefers-reduced-motion: reduce) {
      html {
        scroll-behavior: auto;
      }
    }
    .hotel-slider-container {
            position: relative;
            padding: 0 50px;
            margin: 0 auto;
            max-width: 1400px;
        }
        .hotel-slider {
            overflow: hidden;
            position: relative;
        }
        .hotel-track {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }
        .slider-control {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
            z-index: 10;
            transition: background 0.3s;
        }
        .slider-control:hover {
            background: #0d47a1;
            color: white;
        }
        .slider-control.prev {
            left: 0;
        }
        .slider-control.next {
            right: 0;
        }
        .slider-dots {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }
        .dot {
            width: 12px;
            height: 12px;
            background: #ccc;
            border-radius: 50%;
            margin: 0 5px;
            cursor: pointer;
            transition: background 0.3s;
        }
        .dot.active {
            background: #0d47a1;
        }
        .auto-play-toggle {
            text-align: center;
            margin-top: 15px;
        }
        .toggle-btn {
            background: #0d47a1;
            color: white;
            border: none;
            padding: 8px 15px;
            border-radius: 20px;
            cursor: pointer;
            font-size: 0.9rem;
            display: inline-flex;
            align-items: center;
        }
        
        .toggle-btn i {
            margin-right: 5px;
        }
        @media (max-width: 768px) {
            .hotel-slider-container {
                padding: 0 30px;
            }
            .slider-control {
                width: 35px;
                height: 35px;
            }
          }
/* For WebKit browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 8px;
  background-color: transparent !important;
}

::-webkit-scrollbar-track {
  background-color: transparent !important;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0) !important;
  border-radius: 4px !important;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}

/* For Firefox */
html {
  scrollbar-width: thin !important;
  scrollbar-color: rgba(0, 0, 0, 0) transparent !important;
}


/* #Link to profile
================================================== */

/* For Edge and IE */
body {
  -ms-overflow-style: -ms-autohiding-scrollbar !important;
}
    :root {
      --primary-color: #ff6f00;
      --primary-hover: #e65c00;
      --secondary-color: #00c6ff;
      --dark-color: #1a1a1a;
      --light-color: #f9f9f9;
      --text-color: #333;
      --text-light: #555;
    }
    section{
      height: 100%;
    }
    #logo img{
      height: 70px;
    }
    .logo{
      height: 70px;
      margin: 0 0 10px 0;
    }
    /* WhatsApp Floating Button */
    .whatsapp-float {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 999;
      background-color: #25d366;
      padding: 12px;
      border-radius: 50%;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
    }
    
    .whatsapp-float:hover {
      transform: scale(1.1);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
    }
    
    .whatsapp-float img {
      width: 36px;
      height: 36px;
    }
    
    /* Navbar Styles */
.custom-navbar {
  background-color: rgba(0, 0, 0, 0);
  padding: 0.8rem 1rem;
  transition: all 0.3s ease;
}

/* Mobile styles - always white bg with black text */
@media (max-width: 991.98px) {
  .custom-navbar {
    background-color: white !important;
  	color: #000 !important;
  }
  .navbar-nav .nav-link,
  .navbar-brand {
    color: black !important;
  }
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }
}

/* Desktop styles - transparent with white text by default */
@media (min-width: 992px) {
  .navbar-nav .nav-link,
  .navbar-brand {
    color: white !important;
    transition: color 0.3s ease;
  }
  
  .custom-navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  .custom-navbar.scrolled .logo-word::first-letter {
  color: #000; /* vibrant coral or pick your brand accent */
  font-size: 1.8rem;
}
  /* Black text when scrolled on desktop */
  .custom-navbar.scrolled .navbar-nav .nav-link,
  .custom-navbar.scrolled .navbar-brand {
    color: black !important;
  }
  
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  
  .custom-navbar.scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
      #logo {
      color: var(--primary-color) !important;
      font-weight: 700;
      font-size: 1rem;
      display: flex;
      align-items: center;
    }
}

/* Common hover effect for all devices */
.navbar-nav .nav-link:hover {
  color: var(--primary-color) !important;
}
    .navbar-nav .nav-link {
      color: var(--text-color);
      font-weight: 500;
      margin: 0 0.5rem;
      transition: color 0.3s ease, transform 0.2s;
      position: relative;
    }
    
    .navbar-nav .nav-link::after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 0;
      height: 2px;
      background-color: var(--primary-color);
      transition: width 0.3s ease;
    }
    
    .navbar-nav .nav-link:hover {
      color: var(--primary-color);
    }
    
    .navbar-nav .nav-link:hover::after {
      width: 100%;
    }
    
    .btn-orange {
      background-color: var(--primary-color) !important;
      color: #fff !important;
      border: none !important;
      transition: all 0.3s ease !important;
      padding: 0.5rem 1.5rem !important;
    }
    
    .btn-orange:hover {
      background-color: var(--primary-hover);
      color: #fff;
      transform: translateY(-2px) !important;
      box-shadow: 0 4px 8px rgba(230, 92, 0, 0.3) !important;
    }
#logo {
  color: var(--primary-color) !important;
  font-weight: 700;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 6px; /* spacing between words */
}

.logo-word::first-letter {
  color: #fff; /* vibrant coral or pick your brand accent */
  font-size: 1.8rem;
  outline: #000000;
}

.logo-word {
  color: var(--primary-color);
}

    #logo i {
      margin-right: 8px;
      font-size: 1.8rem;
    }
    #booking{
		background-color: #f9f9f9;
		padding: 0 !important;
	}
    /* Hero Section */
    .hero-section {
  position: relative;
  height: 70vh; /* Full viewport height */
  overflow: hidden;
  color: white;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}
.container{
	z-index: 2;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(1, 1, 1, 0.625) 0%,
    #005e7a3d 30%,
    rgba(0, 50, 76, 0.475) 60%,
    rgba(0, 110, 150, 0.54) 100%
  );
  z-index: 1;
}
.hero-title {
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #ffffff;
  text-shadow:
    2px 2px 6px rgba(3, 21, 59, 0.415),
    0 0 10px rgba(0, 0, 0, 0.129);
  -webkit-text-stroke: 0.5px rgba(210, 210, 210, 0.3);
}

.hero-subtitle {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 1.5rem;
  font-weight: 600;
}


.btn-orange {
  background: #ff6f00;
  color: white;
  transition: background 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 111, 0, 0.5);
}
.btn-orange2 {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  transition: background 0.3s ease !important;
}
.btn-orange2:hover,
.btn-orange2:focus {
  background: #e65c00 !important;
  border: 1px solid #e65c00 !important;
}
.btn-orange:hover,
.btn-orange:focus {
  background: #e65c00;
  box-shadow: 0 6px 20px rgba(230, 92, 0, 0.7);
}
/* Dot animation */
.dots::after {
  content: '';
  animation: dots 1.5s steps(4, end) infinite;
}

@keyframes dots {
  0%   { content: ''; }
  25%  { content: '.'; }
  50%  { content: '..'; }
  75%  { content: '...'; }
  100% { content: ''; }
}

/* Responsive font sizes */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.2rem;
  }
  .logo-word::first-letter {
  color: #00c6ff;
}
  .hero-subtitle {
    font-size: 1.2rem;
  }
  .btn-orange {
    font-size: 1rem;
  }
  .btn-orange2 {
  background: transparent !important;
  font-size: 1rem !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  transition: background 0.3s ease !important;
}
}
 
.callback-btn {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: linear-gradient(180deg, #00f5d4, #00bbf9);
  border-radius: 20px 0 0 20px;
  box-shadow: 0 0 25px rgba(0, 187, 249, 0.6);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: floatWave 3s ease-in-out infinite;
}

@keyframes floatWave {
  0%, 100% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(-5px);
  }
}


.callback-link {
  border-radius: 5px;
  display: flex;
  flex-direction: row; /* vertical alignment */
  align-items: center;
  justify-content: center;
  padding: 16px 10px;
  writing-mode: vertical-rl; /* rotates text vertically */
  text-orientation: mixed;
  color: white;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  gap: 10px;
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
}

.callback-link:hover {
  background: linear-gradient(to top, #ff416c, #ff4b2b); /* coral hover */
  box-shadow: 0 0 20px rgba(255, 65, 108, 0.5);
}

.icon {
  font-size: 20px;
  color: white;
}
.form-contain {
  z-index: 2 !important;
  margin-top: -80px;
  background-color: #fff;
  position: relative;
  border-radius: 5px;
  padding: 25px 40px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.tour-search-section .form-select,
.tour-search-section .form-control {
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 50px;
  font-size: 14px;
}

.tour-search-section label {
  font-weight: 600;
  font-size: 14px;
}

.options-container {
  margin-bottom: 15px;
}
.option-btn {
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 10px 20px;
  background: white;
  color: #333;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
}
.option-btn.active {
  background: linear-gradient(90deg, #FF6600, #FF9900);
  color: white;
  border-color: #FF6600;
}
/* Traveller Selector Styles */
.traveller-selector {
  position: relative;
}

.traveller-display {
  background-color: white;
  cursor: pointer;
}

.traveller-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  z-index: 2;
  display: none;
  margin-top: 5px;
}

.traveller-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-weight: bold;
}

.traveller-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.traveller-label {
  font-weight: 500;
}

.traveller-counter {
  display: flex;
  align-items: center;
}

.counter-btn {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
}

.counter-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.count {
  margin: 0 10px;
  min-width: 20px;
  text-align: center;
}

.done-btn {
  width: 100%;
  padding: 8px;
  background: linear-gradient(90deg, #FF6600, #FF9900);
  color: white;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .tour-search-section .col-md-4 {
    margin-bottom: 15px;
  }
  
  .traveller-dropdown {
    width: 280px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .top-options .col-md-2 {
    margin-bottom: 15px;
  }
}

.nav-pills .nav-link {
  border-radius: 50px;
  padding: 8px 18px;
  font-weight: 500;
  color: #555;
}
.nav-pills .nav-link.active {
  background-color: #ff5a1f;
  color: #fff;
}
.card-img{
	width: 100%;
}

/* Swiper Arrows */
.swiper-button-next,
.swiper-button-prev {
  color: #ff5a1f;
}
/* Make modal fullscreen only on small screens */
@media (max-width: 768px) {
  .modal-dialog {
    margin: 0;
    max-width: 100%;
    height: 100%;
  }
  .modal-content {
    height: 100%;
    border-radius: 0; /* remove rounding on mobile */
  }
}
        /* Cruise Slider */
        .cruise-slider-container {
            position: relative;
            padding: 20px 0;
        }
        
        .cruise-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: all 0.3s;
            height: 100%;
        }
        
        .cruise-card:hover {
            transform: translateY(-20px);
    box-shadow: 0 12px 14px rgba(255, 117, 43, 0.12);
        }
        
        .cruise-image {
            height: 200px;
            overflow: hidden;
        }
        
        .cruise-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }
        
        .cruise-card:hover .cruise-image img {
            transform: scale(1.05);
        }
        
        .cruise-content {
            padding: 20px;
        }
        
        .cruise-title {
            font-weight: 700;
            color: var(--dark);
            margin-bottom: 10px;
        }
        
        .cruise-price {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 15px;
        }
        
        .cruise-features {
            list-style: none;
            padding: 0;
            margin-bottom: 20px;
        }
        
        .cruise-features li {
            margin-bottom: 8px;
            color: #555;
        }
        
        .cruise-features i {
            color: var(--primary-color);
            margin-right: 10px;
            width: 20px;
        }
        
        .cruise-button {
            display: block;
            text-align: center;
            background: linear-gradient(90deg, var(--primary-color), var(--primary-hover));
            color: white;
            padding: 10px 20px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s;
        }
        
        .cruise-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(255, 102, 0, 0.3);
            color: white;
        }
        
        .cruise-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            z-index: 10;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .cruise-nav:hover {
            background: var(--primary);
            color: white;
        }
        
        .cruise-nav-prev {
            left: -20px;
        }
        
        .cruise-nav-next {
            right: -20px;
        }
		
.packages-section {
  background: linear-gradient(to right, #f9f9f9, #fff);
  padding: 60px 0;
}
.cruise-section{
height: 100vh !important;
}
.package-image {
    height: 200px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.package-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.glass-card:hover .package-image img {
    transform: scale(1.05);
}
.glass-card {
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(10px);
            border-radius: 15px;
            box-shadow: 0 8px 32px rgba(31, 38, 135, 0.15);
            transition: all 0.3s;
            height: 100%;
            border: 1px solid rgba(255, 255, 255, 0.5);
        }
        
        .glass-card:hover {
            transform: translateY(-20px);
    box-shadow: 0 12px 24px rgba(255, 117, 43, 0.12);
        }
        .card-body{
			padding:0 30px 30px 20px !important;
		}
        .card-icon {
            font-size: 2.5rem;
            color: var(--primary-color);
            margin-bottom: 15px;
        }
        
        .card-title {
            font-weight: 700;
            color: var(--dark-color);
            margin-bottom: 15px;
        }
        
        .card-price {
            font-size: 1.8rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 20px;
        }
        
        .card-features {
            list-style: none;
            padding: 0;
            margin-bottom: 25px;
        }
        
        .card-features li {
            margin-bottom: 10px;
            color: #555;
        }
        
        .card-features i {
            color: var(--primary-color);
            margin-right: 10px;
        }
        
        .card-button {
            display: inline-block;
            background: linear-gradient(45deg, var(--primary-color), var(--primary-hover));
            color: white;
            padding: 12px 25px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s;
        }
        
        .card-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(255, 102, 0, 0.3);
            color: white;
        }

.section-title {
  font-size: 32px;
  font-weight: 700;
}

.section-subtext {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.6px;

  /* Gradient Text */
  background: linear-gradient(90deg, #000000, #0047ff, #ff2e2e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-highlight {
  color: var(--primary-color);
}

    /* About Section */
    .about-section {
      background-color: #f9fafa;
      padding: 6rem 0;
    }
    
    .section-title {
      font-size: 3rem;
      font-weight: 800;
      color: var(--dark-color);
      line-height: 1.2;
      margin-bottom: 1.5rem;
    }
    
    .text-highlight {
      color: var(--primary-color);
      position: relative;
      display: inline-block;
    }
    
    .text-highlight::after {
      content: '';
      display: block;
      height: 4px;
      width: 70%;
      background: var(--secondary-color);
      position: absolute;
      left: 0;
      bottom: -8px;
      border-radius: 10px;
    }
    
    .section-subtext {
      font-size: 1.15rem;
      color: var(--text-light);
      line-height: 1.7;
      margin-bottom: 2rem;
    }
    
    .info-card {
      background: #fff;
      border-radius: 18px;
      padding: 2rem;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
      height: 100%;
      transition: all 0.3s ease;
      border: 1px solid rgba(0, 0, 0, 0.05);
    }
    
    .info-card:hover {
      transform: translateY(-15px);
    box-shadow: 0 12px 24px rgba(255, 117, 43, 0.12);
    }
    
    .icon-circle {
      width: 60px;
      height: 60px;
      background: #fff0e0;
      color: var(--primary-color);
      border-radius: 50%;
      font-size: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
    }
    
    .info-title {
      font-weight: 700;
      color: var(--dark-color);
      font-size: 1.3rem;
      margin-bottom: 1rem;
    }
    
    .info-text {
      color: var(--text-light);
      font-size: 1.05rem;
      line-height: 1.6;
    }
    
    /* Services Section */

      .services-section {
    padding: 4rem 1rem 6rem;
    max-width: 100%;
    margin: auto;
  }
.services{
	margin: 0 0 100px 0;
}
  .services-title {
    font-size: 3rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 1rem;
  }

  .services-title .text-highlight {
    color: var(--primary-color);
  }

  .services-subtitle {
    font-size: 1.3rem;
    color: var(--text-light);
    text-align: center;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-card {
    border-radius: 16px;
    margin: 10px 0;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .service-card:hover {
    transform: translateY(-20px);
    box-shadow: 0 12px 24px rgba(255, 117, 43, 0.12);
  }

  /* Swiper container */
  .swiper {
    width: 100%;
    height: 280px; /* slightly taller for better image view */
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    position: relative;
  }

  .swiper-slide img {
    width: 100%;
	height: 280px;
    object-fit: cover !important;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    user-select: none;
  }

.swiper-button-next,
.swiper-button-prev {
  color: var(--primary-color);
  width: 36px;
  height: 36px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.3s ease;
  z-index: 10;
}
#cruise .swiper-slide img{
	width: 100%;
	height: 350px !important;
    object-fit: cover !important;
    border-radius: 15px !important;
}
#cruise-slider{
	width: 100%;
	height: 350px !important;
    object-fit: cover !important;
    border-radius: 15px !important;
}
    /* Navigation Buttons */
    .swiper-button-next,
    .swiper-button-prev {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, 0.4);
      color: white !important;
      border: none;
      border-radius: 50%;
      width: 40px !important;
      height: 40px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 1;
    }

    .swiper-button-next {
      right: -20px;
    }

    .swiper-button-prev {
      left: -20px;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
      font-size: 16px !important;
      font-weight: bold;
    }

  /* Swiper pagination dots */
  .swiper-pagination {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .swiper-pagination-bullet {
    background: var(--primary-color);
    opacity: 0.7;
    width: 10px;
    height: 10px;
    margin: 0 6px !important;
  }

  .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--primary-hover);
  }

  .service-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .service-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--dark-color);
    display: flex;
    align-items: center;
    gap: 8px;
  }



  .service-price {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 1rem;
  }

  .service-description {
    color: var(--text-light);
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    flex-grow: 1;
  }

  .service-btn {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 0.7rem 1.8rem;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    user-select: none;
    font-size: 1rem;
  }

  .service-btn:hover {
    background-color: var(--primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(230, 92, 0, 0.3);
  }

  .service-btn i {
    margin-left: 8px;
  }
    /* Gallery Section */
  .gallery-section {
      padding: 6rem 0;
      background-color: #f9fafa;
      position: relative;
    }
    
    .gallery-title {
      font-size: 3rem;
      font-weight: 800;
      color: var(--dark-color);
      margin-bottom: 1rem;
      text-align: center;
      position: relative;
      display: inline-block;
      left: 50%;
      transform: translateX(-50%);
    }
    
    .gallery-title::after {
      content: '';
      display: block;
      width: 80px;
      height: 4px;
      background: var(--primary-color);
      margin: 15px auto;
      border-radius: 2px;
    }
    
    .gallery-subtitle {
      font-size: 1.3rem;
      color: var(--text-light);
      text-align: center;
      margin-bottom: 3rem;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.6;
    }
    
       .location-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
            transition: transform 0.4s ease, box-shadow 0.4s ease;
            height: 100%;
            margin-bottom: 2.5rem;
            border: none;
        }
        
        .location-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.15);
        }
        
        .card-image-container {
            height: 280px;
            overflow: hidden;
            position: relative;
        }
        
        .card-image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.7s ease;
        }
        
        .location-card:hover .card-image-container img {
            transform: scale(1.08);
        }
        
        .card-content {
            padding: 1.8rem;
        }
        
        .location-title {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
            color: var(--text-dark);
        }
        
      .beach-subtitle {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: 1rem;
            font-size: 0.9rem;
            color: var(--text-light);
        }
        
        .beach-tag {
            display: inline-flex;
            align-items: center;
            background-color: rgba(13, 110, 253, 0.1);
            color: var(--primary-color);
            padding: 4px 10px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 500;
            margin-right: 6px;
            margin-bottom: 6px;
        }
        
        .beach-tag i {
            margin-right: 4px;
            font-size: 0.9rem;
        }
        
        .location-description {
            color: var(--text-light);
            margin-bottom: 1.8rem;
            line-height: 1.7;
        }
        
        .gallery-btn {
            display: inline-flex;
            align-items: center;
            background: linear-gradient(to right, var(--primary-color), var(--primary-hover));
            color: white;
            padding: 0.7rem 1.8rem;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
        }
        
        .gallery-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(13, 110, 253, 0.4);
            color: white;
        }
        
        .gallery-btn i {
            margin-left: 0.5rem;
            transition: transform 0.3s ease;
        }
        
        .gallery-btn:hover i {
            transform: translateX(4px);
        }
        
        .location-card .carousel-control-prev, .location-card .carousel-control-next {
            width: 45px;
            height: 45px;
            background-color: rgba(255, 255, 255, 0.9);
            border-radius: 50%;
            top: 50%;
            transform: translateY(-50%);
            opacity: 0.5;
            transition: opacity 0.3s ease;
            box-shadow: 0 2px 10px rgba(0,0,0,0.2);
        }
        
        .location-card .carousel-control-prev-icon,.location-card .carousel-control-next-icon {
            filter: invert(25%) sepia(89%) saturate(1918%) hue-rotate(210deg) brightness(97%) contrast(93%);
        }
    
        
        .location-card .carousel-control-prev {
            left: 15px;
        }
        
        .location-card .carousel-control-next {
            right: 15px;
        }
        
        .location-card .carousel-indicators {
            bottom: 10px;
        }
        
        .location-card .carousel-indicators button {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            margin: 0 4px;
        }
        
        /* Beach-specific color accents */
        .beach-1 .beach-subtitle { background-color: rgba(13, 110, 253, 0.1); color: var(--primary-color); }
        .beach-2 .beach-subtitle { background-color: rgba(255, 193, 7, 0.1); color: #ffc107; }
        .beach-3 .beach-subtitle { background-color: rgba(111, 66, 193, 0.1); color: #6f42c1; }
        .beach-4 .beach-subtitle { background-color: rgba(32, 201, 151, 0.1); color: #20c997; }
        .beach-5 .beach-subtitle { background-color: rgba(253, 126, 20, 0.1); color: #fd7e14; }
        .beach-6 .beach-subtitle { background-color: rgba(214, 51, 132, 0.1); color: #d63384; }
        
        /* Responsive adjustments */
        @media (max-width: 992px) {
            .services-title {
                font-size: 2.3rem;
            }
            
            .card-image-container {
                height: 250px;
            }
        }
        
        @media (max-width: 768px) {
            .services-title {
                font-size: 2rem;
            }
            
            .section-subtext {
                font-size: 1.1rem;
            }
            
            .card-image-container {
                height: 220px;
            }
            
            .location-title {
                font-size: 1.4rem;
            }
            
            .card-content {
                padding: 1.5rem;
            }
        }
        
        @media (max-width: 576px) {
            .services-title {
                font-size: 1.8rem;
            }
            
            .section-subtext {
                font-size: 1rem;
            }
            
            .card-content {
                padding: 1.3rem;
            }
            
            .gallery-btn {
                padding: 0.6rem 1.5rem;
            }
        }
        
        .water-wave {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            overflow: hidden;
            line-height: 0;
        }
        
        .water-wave svg {
            position: relative;
            display: block;
            width: calc(100% + 1.3px);
            height: 54px;
        }
        
        .water-wave .shape-fill {
            fill: #FFFFFF;
        }
        /* Responsive adjustments */
        @media (max-width: 992px) {
            .services-title {
                font-size: 2rem;
            }
        }
        
        @media (max-width: 768px) {
            .card-image-container {
                height: 220px;
            }
            
            .location-title {
                font-size: 1.3rem;
            }
        }
        
        @media (max-width: 576px) {
            .services-title {
                font-size: 1.75rem;
            }
            
            .section-subtext {
                font-size: 1rem;
            }
            
            .card-content {
                padding: 1.25rem;
            }
        }
    /* Contact Section */
    .contact-section {
      padding: 6rem 0;
      background-color: #fff;
    }
    
    .contact-container {
      background: #fff;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    }
    
    .contact-image {
      height: 100%;
      min-height: 400px;
      object-fit: cover;
    }
    
    .contact-form {
      padding: 3rem;
    }
    
    .contact-title {
      font-size: 2.5rem;
      font-weight: 800;
      color: var(--dark-color);
      margin-bottom: 1.5rem;
    }
    
    .contact-subtitle {
      color: var(--text-light);
      margin-bottom: 2rem;
      font-size: 1.1rem;
    }
    
    .form-control {
      padding: 0.8rem 1rem;
      border-radius: 8px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      margin-bottom: 1.5rem;
    }
    
    .form-control:focus {
      border-color: var(--primary-color);
      box-shadow: 0 0 0 0.25rem rgba(255, 111, 0, 0.25);
    }
    
    .submit-btn {
      background-color: var(--primary-color);
      color: white;
      border: none;
      padding: 0.8rem 2rem;
      border-radius: 50px;
      font-weight: 500;
      transition: all 0.3s ease;
      width: 100%;
    }
    
    .submit-btn:hover {
      background-color: var(--primary-hover);
      transform: translateY(-2px);
      box-shadow: 0 4px 8px rgba(230, 92, 0, 0.3);
    }
    
    /* Footer */
    .footer {
      background-color: var(--dark-color);
      color: white;
      padding: 4rem 0 0;
    }
    
    .footer-title {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 1.5rem;
      color: #fff;
    }
    
    .footer-text {
      color: rgba(255, 255, 255, 0.7);
      margin-bottom: 1rem;
    }
    
    .footer-links {
      list-style: none;
      padding: 0;
    }
    
    .footer-links li {
      margin-bottom: 0.8rem;
    }
    
    .footer-links a {
      color: rgba(255, 255, 255, 0.7);
      text-decoration: none;
      transition: color 0.3s ease;
    }
    
    .footer-links a:hover {
      color: var(--primary-color);
    }
    
    .social-links {
      display: flex;
      gap: 1rem;
      margin-top: 1.5rem;
    }
    
    .social-link {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.1);
      color: white;
      transition: all 0.3s ease;
    }
    
    .social-link:hover {
      background-color: var(--primary-color);
      transform: translateY(-3px);
    }
    
    .map-container {
      height: 250px;
      border-radius: 12px;
      overflow: hidden;
    }
    
    .map-container iframe {
      width: 100%;
      height: 100%;
      border: none;
    }
    
    .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      padding-top: 2rem;
      margin-top: 3rem;
      text-align: center;
    }
    
    .copyright {
      color: rgba(255, 255, 255, 0.5);
      font-size: 0.9rem;
    }
    
    /* Responsive Styles */
    @media (max-width: 1199.98px) {
      .hero-title {
        font-size: 3.5rem;
      }
      
      .section-title {
        font-size: 2.5rem;
      }
    }
    
    @media (max-width: 991.98px) {
      .hero-title {
        font-size: 3rem;
      }
      
      .hero-subtitle {
        font-size: 1.2rem;
      }
      
      .section-title {
        font-size: 2.2rem;
      }
      
      .callback-btn {
        top: auto;
        bottom: 10px;
        right: 45%;
        transform: translateX(50%);
        border-radius: 8px;
      }
      
      .callback-link {
        writing-mode: horizontal-tb;
        padding: 10px 15px;
      }
      
      .carousel-inner img {
        height: 350px;
      }
    }
    
    @media (max-width: 767.98px) {
      .hero-title {
        font-size: 2.5rem;
      }
      
      .hero-subtitle {
        font-size: 1.1rem;
      }
      
      .section-title {
        font-size: 2rem;
      }
      
      .info-card {
        margin-bottom: 1.5rem;
      }
      
      .contact-image {
        min-height: 300px;
      }
      
      .contact-form {
        padding: 2rem;
      }
    }
    
    @media (max-width: 575.98px) {
          #logo {
      color: var(--primary-color) !important;
      font-weight: 700;
      font-size: 1.2rem;
      display: flex;
      align-items: center;
    }
      .hero-title {
        font-size: 2rem;
      }
      body{
overflow-x: hidden !important;      }
      .section-title {
        font-size: 1.8rem;
      }
      .services-title,
      .gallery-title,
      .testimonials-title {
        font-size: 2rem;
      }
      
      .contact-title {
        font-size: 1.8rem;
      }
      
      .carousel-inner img {
        height: 250px;
      }
    }        /* Modal Styles */
        .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.85);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 10000;
            padding: 20px;
            overflow-y: auto;
        }

        .modal-content {
            background: linear-gradient(135deg, #ffffff, #ffffff);
            color: white;
            border-radius: 20px;
            width: 100%;
            max-width: 900px;
            max-height: 90vh;
            overflow-y: auto;
            padding: 35px;
            position: relative;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .modal-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 25px;
            padding-bottom: 20px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        }

        .modal-title {
            font-size: 2.2rem;
            color: var(--text-color);
        }

        .close-modal {
            background: rgba(255, 255, 255, 0.1);
            border: none;
            color: #000;
            font-size: 2.8rem;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .close-modal:hover {
            background: rgba(255, 255, 255, 0.2);
            color: #FFD166;
            transform: rotate(90deg);
        }

        .package-price {
            font-size: 1.6rem;
            margin-bottom: 25px;
            color: var(--primary-color);
            text-align: center;
            font-weight: 700;
        }

        .accommodation-details {
            background: rgba(255, 255, 255, 0.08);
            padding: 20px;
            border-radius: 12px;
            margin-bottom: 30px;
            border-left: 4px solid var(--text-color);
        }

        .accommodation-details h3 {
            color: var(--primary-color);
            margin-bottom: 12px;
            font-size: 1.3rem;
        }

        .accommodation-details p {
            margin-bottom: 8px;
            line-height: 1.5;
        }

        .highlights-section {
            margin-bottom: 30px;
        }

        .highlights-section h3 {
            color: var(--primary-color);
            margin-bottom: 18px;
            font-size: 1.5rem;
            border-left: 4px solid var(--secondary-color);
            padding-left: 10px;
        }

        .highlights-list {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
            gap: 12px;
            list-style: none;
        }

        .highlights-list li {
            background: #12008a74;
            padding: 12px 15px;
            border-radius: 8px;
            color: #fff;
            display: flex;
            align-items: center;
            transition: all 0.3s ease;
        }

        .highlights-list li:hover {
            background: rgba(125, 0, 73, 0.433);
            transform: translateY(-2px);
        }

        .highlights-list i {
            margin-right: 12px;
            color: var(--light-color);
            font-size: 1.1rem;
        }

        .itinerary-section {
            margin-bottom: 30px;
        }

        .itinerary-section h3 {
            color: var(--primary-color);
            margin-bottom: 18px;
            font-size: 1.5rem;
            border-left: 4px solid var(--secondary-color);
            padding-left: 10px;
        }

        .day-card {
            background: rgba(207, 90, 0, 0.164);
            padding: 22px;
            border-radius: 12px;
            margin-bottom: 18px;
            border-left: 4px solid #118AB2;
            transition: all 0.3s ease;
        }

        .day-card:hover {
            background: rgba(255, 185, 88, 0.1);
            transform: translateX(5px);
        }

        .day-title {
            color: var(--dark-color);
            margin-bottom: 12px;
            font-size: 1.3rem;
        }

        .day-card p {
            line-height: 1.6;
        }

        .inclusion-exclusion {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 25px;
            margin-bottom: 30px;
        }

        .inclusions, .exclusions {
            background: rgba(84, 254, 194, 0.167);
            padding: 22px;
            border-radius: 12px;
        }

        .inclusions h3, .exclusions h3 {
            color: var(--primary-color);
            margin-bottom: 18px;
            font-size: 1.3rem;
            border-left: 4px solid #06D6A0;
            padding-left: 10px;
        }

        .inclusions ul, .exclusions ul {
            list-style: none;
        }

        .inclusions li, .exclusions li {
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            padding: 8px 0;
        }

        .inclusions i {
            color: #06D6A0;
            margin-right: 12px;
            font-size: 1.2rem;
        }

        .exclusions i {
            color: #EF476F;
            margin-right: 12px;
            font-size: 1.2rem;
        }

        .modal-footer {
            text-align: center;
            margin-top: 25px;
            padding-top: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.15);
        }

        .book-now-btn {
            background: linear-gradient(45deg, #118AB2, #06D6A0);
            color: white;
            border: none;
            padding: 16px 45px;
            border-radius: 30px;
            font-size: 1.2rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 6px 20px rgba(6, 214, 160, 0.4);
            text-decoration: none;
            display: inline-block;
        }

        .book-now-btn:hover {
            transform: scale(1.05);
            box-shadow: 0 8px 25px rgba(6, 214, 160, 0.5);
        }

        @media (max-width: 768px) {
            .inclusion-exclusion {
                grid-template-columns: 1fr;
            }
            
            .highlights-list {
                grid-template-columns: 1fr;
            }
            
            .modal-content {
                padding: 25px 20px;
            }
            
            .modal-title {
                font-size: 1.8rem;
            }
        }