* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: 'Josefin Sans', sans-serif;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

header {
  position: relative;
  height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  background-color: rgb(85, 98, 91);
}



.logo-container {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1002;
  margin-top: -58px;
  margin-left: -20px;
}

.logo {
  width: 200px;
  height: 200px;
}

.sticky {
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.destinations-link {
  position: relative;
}

.resorts-list {
  display: flex;
  gap: 20px;
  background: #fff;
  padding: 20px;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 100;
  width: max-content;
}

.destinations-link:hover .resorts-list {
  display: flex;
}

.experiences-column {
  display: flex;
  flex-direction: column;
}

.experiences-column h3 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #3e5947;
  margin-bottom: 10px;
  font-weight: bold;
}

.experiences-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.experiences-column ul li {
  margin: 20px 10px;
}

.experiences-column ul li a {
  text-decoration: none;
  color: #555;
  transition: color 0.3s;
  font-size: 13px;
}

.experiences-column ul li a:hover {
  color: #d59874; /* Match your hover color */
}

.vertical-divider {
  width: 1px;
  background: #ddd;
  height: auto;
}


/* Mobile-specific styles */
@media (max-width: 768px) {
  header {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  background-color: rgb(85, 98, 91);
}
.resorts-list ul li a {
color: #465a65;
font-weight: bolder;

}
.destinations-link {
  position: relative;
}

.resorts-list {
  display: none; /* Hidden by default */
  position: static; /* Display in the normal flow */
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  width: 100%;
}

.resorts-grid {
  display: flex;
  flex-direction: column; /* Vertical layout */
  gap: 10px; /* Space between links */
  padding: 10px 0; /* Add some padding */
}

.resorts-grid a {
  color: #fffbf7; /* Match your mobile nav link color */
  text-decoration: none;
  font-size: 6px; /* Slightly smaller font size */
  padding: 8px 20px; /* Add padding for better touch targets */
  background-color: rgba(255, 255, 255, 0.1); /* Light background for visibility */
  border-radius: 4px; /* Rounded corners */
  transition: background-color 0.3s ease, color 0.3s ease;
}

.resorts-grid a:hover {
  background-color: rgba(255, 255, 255, 0.2); /* Hover effect */
  color: #d59874; /* Match your hover color */
}

/* Push other links down when destinations are expanded */
.destinations-link.active .resorts-list {
  display: block; /* Show the resorts list */

}

.destinations-link.active ~ li {
  margin-top: 100%; /* Push other links down */
}
}
/* Mobile-specific styles */
@media (max-width: 1024px) {
.resorts-list ul li a {
color: #465a65;
font-weight: bolder;

}
.destinations-link {
  position: relative;
}

.resorts-list {
  display: none; /* Hidden by default */
  position: static; /* Display in the normal flow */
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  width: 100%;
}

.resorts-grid {
  display: flex;
  flex-direction: column; /* Vertical layout */
  gap: 10px; /* Space between links */
  padding: 10px 0; /* Add some padding */
}

.resorts-grid a {
  color: #fffbf7; /* Match your mobile nav link color */
  text-decoration: none;
  font-size: 6px; /* Slightly smaller font size */
  padding: 8px 20px; /* Add padding for better touch targets */
  background-color: rgba(255, 255, 255, 0.1); /* Light background for visibility */
  border-radius: 4px; /* Rounded corners */
  transition: background-color 0.3s ease, color 0.3s ease;
}

.resorts-grid a:hover {
  background-color: rgba(255, 255, 255, 0.2); /* Hover effect */
  color: #d59874; /* Match your hover color */
}

/* Push other links down when destinations are expanded */
.destinations-link.active .resorts-list {
  display: block; /* Show the resorts list */

}

.destinations-link.active ~ li {
  margin-top: 100%; /* Push other links down */
}
}


/* Mobile-specific styles */
@media (max-width: 768px) {
  .resorts-list ul li a {
    color: #465a65;
    font-weight: bolder;

  }
  .destinations-link {
      position: relative;
  }

  .resorts-list {
      display: none; /* Hidden by default */
      position: static; /* Display in the normal flow */
      background-color: transparent;
      border: none;
      box-shadow: none;
      padding: 0;
      width: 100%;
  }

  .resorts-grid {
      display: flex;
      flex-direction: column; /* Vertical layout */
      gap: 10px; /* Space between links */
      padding: 10px 0; /* Add some padding */
  }

  .resorts-grid a {
      color: #fffbf7; /* Match your mobile nav link color */
      text-decoration: none;
      font-size: 6px; /* Slightly smaller font size */
      padding: 8px 20px; /* Add padding for better touch targets */
      background-color: rgba(255, 255, 255, 0.1); /* Light background for visibility */
      border-radius: 4px; /* Rounded corners */
      transition: background-color 0.3s ease, color 0.3s ease;
  }

  .resorts-grid a:hover {
      background-color: rgba(255, 255, 255, 0.2); /* Hover effect */
      color: #d59874; /* Match your hover color */
  }

  /* Push other links down when destinations are expanded */
  .destinations-link.active .resorts-list {
      display: block; /* Show the resorts list */

  }

  .destinations-link.active ~ li {
      margin-top: 100%; /* Push other links down */
  }
}
  /* Mobile-specific styles */
@media (max-width: 1024px) {
  .resorts-list ul li a {
    color: #465a65;
    font-weight: bolder;

  }
  .destinations-link {
      position: relative;
  }

  .resorts-list {
      display: none; /* Hidden by default */
      position: static; /* Display in the normal flow */
      background-color: transparent;
      border: none;
      box-shadow: none;
      padding: 0;
      width: 100%;
  }

  .resorts-grid {
      display: flex;
      flex-direction: column; /* Vertical layout */
      gap: 10px; /* Space between links */
      padding: 10px 0; /* Add some padding */
  }

  .resorts-grid a {
      color: #fffbf7; /* Match your mobile nav link color */
      text-decoration: none;
      font-size: 6px; /* Slightly smaller font size */
      padding: 8px 20px; /* Add padding for better touch targets */
      background-color: rgba(255, 255, 255, 0.1); /* Light background for visibility */
      border-radius: 4px; /* Rounded corners */
      transition: background-color 0.3s ease, color 0.3s ease;
  }

  .resorts-grid a:hover {
      background-color: rgba(255, 255, 255, 0.2); /* Hover effect */
      color: #d59874; /* Match your hover color */
  }

  /* Push other links down when destinations are expanded */
  .destinations-link.active .resorts-list {
      display: block; /* Show the resorts list */

  }

  .destinations-link.active ~ li {
      margin-top: 100%; /* Push other links down */
  }
}
@media (max-width: 768px) {
  .language-toggle{
      display: none;
  }
  .sticky .mobile-header-bar {
      background-color: #ffffff !important;
      
  }

  .sticky .logo {
      content: url('logo2.svg');
      width: 200px;
      height: 200px;
  }

  .logo-container {
      display: none;
  }

  body.menu-open .mobile-header-bar {
      background-color: transparent;
      box-shadow: none;
  }

  body.menu-open .mobile-header-bar .close-menu {
      display: block;
      font-size: 30px;
      color: #000;
      background: none;
      border: none;
      cursor: pointer;
      padding-right: 20px;
  }

  .mobile-header-bar .close-menu {
      display: none;
  }

  body.menu-open .mobile-header-bar {
      height: 65px !important;
      align-items: center !important;
      justify-content: space-between;
      padding: 0 20px;
      background-color: rgba(192, 192, 177, 0.976);
  }

  body.menu-open .mobile-header-bar .logo {
      width: 180px;
      height: 180px;
      margin-left: -45px;
      margin-top: -16px;
      transition: none;
  }

  .mobile-header-bar .logo {
      width: 180px;
      height: 180px;
      margin-left: -45px;
      margin-top: -16px;
  }

  .mobile-header-bar {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 65px;
      background-color: rgba(255, 255, 255, 0);
      z-index: 1003;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 20px;
  }

  header {
      margin-top: 0;
  }

  .mobile-nav {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgb(200, 186, 165);
      backdrop-filter: blur(10px);
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 20px;
      transform: translateX(-100%);
      transition: transform 0.7s ease-in-out;
      z-index: 1000;
      overflow: scroll;
  }

  .mobile-nav.active {
      transform: translateX(0);
      transition: transform 0.7s ease-in-out;
  }

  .mobile-nav::-webkit-scrollbar {
      width: 8px;
  }

  .mobile-nav::-webkit-scrollbar-thumb {
      background: rgba(255, 255, 255, 0.5);
      border-radius: 10px;
  }

  .mobile-nav::-webkit-scrollbar-track {
      background: rgba(0, 0, 0, 0.1);
  }

  .logo {
      margin-bottom: -20px;
      align-self: flex flex-end;
      content: url('logo.svg');
      width: 280px;
  }

  .nav-container {
      flex-grow: 1;
      overflow-y: auto;
      width: 100%;
      max-height: calc(100% - 80px);
  }

  .nav-links {
      text-align: left;
      list-style: none;
      margin: 0;
      font-weight: 100;
      padding-left: 10px;
      padding-top: 10px;
  }

  .additional-links {
      text-align: left;
      list-style: none;
      margin: 0;
      font-weight: 100;
      padding-left: 10px;
      padding-top: 100px;
  }

  .nav-links li, .additional-links li {
      margin: 5px 0;
  }

  .nav-links a, .additional-links a {
      color: #fffbf7;
      font-size: 30px;
      padding: 10px 10px;
      display: block;
      transition: color 0.3s ease;
      text-decoration: none;
  }

  .nav-links a:hover, .nav-links a:focus, .additional-links a:hover, .additional-links a:focus {
      color: #254441;
  }

  .separator {
      width: 100%;
      border: 0;
      border-top: 1px solid #fff;
      margin: 20px 0;
  }

  .language-options {
      display: absolute;
      gap: 15px;
      margin-top: 300px;
  }

  .language-options a {
      color: #000000;
      font-size: 16px;
      text-decoration: none;
      transition: color 0.3s ease;
  }

  .language-options a:hover, .language-options a:focus {
      color: #254441;
  }

  .close-menu {
      position: absolute;
      top: 20px;
      right: 20px;
      color: rgb(192, 192, 177);
      font-size: 30px;
      background: none;
      border: none;
      cursor: pointer;
      transition: color 0.3s ease;
  }

  .close-menu:hover, .close-menu:focus {
      color: #ffcc00;
  }

  .hamburger {
      position: fixed;
      top: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      width: 30px;
      height: 24px;
      background: none;
      border: none;
      cursor: pointer;
      z-index: 1001;
  }

  .hamburger span {
      display: block;
      width: 100%;
      height: 3px;
      background-color: #cea68e;
      transition: all 0.3s ease;
  }

  .hamburger.active span:nth-child(1) {
      transform: rotate(45deg) translate(6px, 6px);
      background-color: #617a67;
      font-weight: bold;
  }

  .hamburger.active span:nth-child(2) {
      opacity: 0;
      background-color: #617a67;
  }

  .hamburger.active span:nth-child(3) {
      transform: rotate(-45deg) translate(5px, -5px);
      background-color: #617a67;
  }

  body.menu-open .mobile-header-bar.sticky {
      position: static;
      background-color: transparent !important;
      box-shadow: none !important;
  }

  body.menu-open .mobile-header-bar.sticky .logo {
      content: url('logo.svg') !important;
      width: 200px !important;
      height: 200px !important;
  }

  body.menu-open .mobile-header-bar {
      background-color: transparent !important;
      box-shadow: none !important;
  }


}
@media (max-width: 1024px) {
  .language-toggle{
      display: none;
  }
  .sticky .mobile-header-bar {
      background-color: #ffffff !important;
      transition: background-color 0.9s ease, padding 0.9s ease;
  }


  .sticky .logo {
    content: url('logo2.svg');
    width: 200px;
    height: 200px;
  }

  .logo-container {
      display: none;
  }

  body.menu-open .mobile-header-bar {
      background-color: transparent;
      box-shadow: none;
  }

  body.menu-open .mobile-header-bar .close-menu {
      display: block;
      font-size: 30px;
      color: #000;
      background: none;
      border: none;
      cursor: pointer;
      padding-right: 20px;
  }

  .mobile-header-bar .close-menu {
      display: none;
  }

  body.menu-open .mobile-header-bar {
      height: 65px !important;
      align-items: center !important;
      justify-content: space-between;
      padding: 0 20px;
      background-color: rgba(192, 192, 177, 0.976);
  }

  body.menu-open .mobile-header-bar .logo {
    width: 210px;
    height: 200px !important;
    margin-left: -45px;
    margin-top: 14px;
    transition: none;
    content: url('logo2.svg')
      
  }

  .mobile-header-bar .logo {
      width: 210px;
      height: 200px !important;
      margin-left: -45px;
      margin-top: -8px;
    
  }

  .mobile-header-bar {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 85px;
      background-color: rgba(255, 255, 255, 0);
      z-index: 1003;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 20px;
  }

  header {
      margin-top: 0;
  }

  .mobile-nav {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgb(255, 255, 255);
      backdrop-filter: blur(10px);
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 20px;
      transform: translateX(-100%);
      transition: transform 0.7s ease-in-out;
      z-index: 1000;
      overflow: scroll;
      
  }

  .mobile-nav.active {
      transform: translateX(0);
      transition: transform 0.7s ease-in-out;
  }

  .mobile-nav::-webkit-scrollbar {
      width: 8px;
  }

  .mobile-nav::-webkit-scrollbar-thumb {
      background: rgba(255, 255, 255, 0.5);
      border-radius: 10px;
  }

  .mobile-nav::-webkit-scrollbar-track {
      background: rgba(0, 0, 0, 0.1);
  }

  .logo {
      margin-bottom: -20px;
      align-self: flex flex-end;
      content: url('logo.svg');
      width: 290px;
      
  }

  .nav-container {
      flex-grow: 1;
      overflow-y: auto;
      width: 100%;
      max-height: calc(100% - 85px);
  }

  .nav-links {
      text-align: left;
      list-style: none;
      margin: 0;
      font-weight: 100;
      padding-left: 10px;
      padding-top: 10px;
  }

  .additional-links {
      text-align: left;
      list-style: none;
      margin: 0;
      font-weight: 100;
      padding-left: 10px;
      padding-top: 100px;
  }

  .nav-links li, .additional-links li {
      margin: 5px 0;
  }

  .nav-links a, .additional-links a {
      color: #585757;
      font-size: 26px;
      padding: 10px 10px;
      display: block;
      transition: color 0.3s ease;
      text-decoration: none;
      font-weight: 200;
      font-family: "Tenor Sans", sans-serif;
  }

  .nav-links a:hover, .nav-links a:focus, .additional-links a:hover, .additional-links a:focus {
      color: #254441;

  }

  .separator {
      width: 100%;
      border: 0;
      border-top: 1px solid #000000;
      margin: 20px 0;
  }

  .language-options {
      display: absolute;
      gap: 15px;
      margin-top: 300px;
  }

  .language-options a {
      color: #3d3d3d;
      font-size: 16px;
      text-decoration: none;
      transition: color 0.3s ease;
  }

  .language-options a:hover, .language-options a:focus {
      color: #151515;
  }

  .close-menu {
      position: absolute;
      top: 20px;
      right: 20px;
      color: rgb(255, 255, 255);
      font-size: 30px;
      background: none;
      border: none;
      cursor: pointer;
      transition: color 0.3s ease;
  }

  .close-menu:hover, .close-menu:focus {
      color: #ffcc00;
  }

  .hamburger {
      position: fixed;
      top: 35px;
      right: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      width: 30px;
      height: 24px;
      background: none;
      border: none;
      cursor: pointer;
      z-index: 1001;
  }

  .hamburger span {
      display: block;
      width: 100%;
      height: 3px;
      background-color: #cea68e;
      transition: all 0.3s ease;
  }
  .hamburger.active span:nth-child(1) {
      transform: rotate(45deg) translate(6px, 6px);
      background-color: #3d3d3d;
      font-weight: bold;
  }

  .hamburger.active span:nth-child(2) {
      opacity: 0;
      background-color: #3d3d3d;
  }

  .hamburger.active span:nth-child(3) {
      transform: rotate(-45deg) translate(5px, -5px);
      background-color: #3d3d3d;
  }

  body.menu-open .mobile-header-bar.sticky {
      position: static;
      background-color: transparent !important;
      box-shadow: none !important;
      
  }

  body.menu-open .mobile-header-bar.sticky .logo {
      content: url('logo.svg') !important;
      width: 200px !important;
      height: 200px !important;
  }

  body.menu-open .mobile-header-bar {
      background-color: transparent !important;
      box-shadow: none !important;
  }


}

@media (min-width: 1024px) {

  .mobile-header-bar .logo {
      display: none;
  }

  .additional-links {
      display: none;
  }

  .hamburger, .close-menu {
      display: none;
  }

  .mobile-nav {
      position: fixed;
      top: 0;
      width: 100%;
      background-color: transparent;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 40px;
      z-index: 1000;
      transition: background-color 0.3s ease, padding 0.3s ease;
  }

  .sticky .mobile-nav {
      background-color: #ffffff !important;
      padding: 40px 40px;
  }

  .sticky .logo {
      content: url('logo2.svg');
      width: 200px;
      height: 200px;
  }

  .nav-links {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0;
      list-style: none;
  }

  .nav-links li {
      margin: 0 20px;
      position: relative;
  }

  .nav-links a {
      color: #fff;
      font-size: 16px;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: 600;
      transition: color 0.3s ease;
  }

  .sticky .nav-links a {
      color: #000;
  }

  .nav-links a:hover, .nav-links a:focus {
      color: #d59874;
  }

  .nav-links a::after {
      content: '';
      position: absolute;
      bottom: -3px;
      left: 50%;
      width: 0;
      height: 2px;
      background-color: #fff;
      transition: width 0.3s ease, left 0.3s ease;
  }

  .nav-links a:hover::after, .nav-links a:focus::after {
      width: 100%;
      left: 0;
  }

.language-options{
  display: none
}
  .booking-button {
      background-color: #333;
      color: #fff;
      padding: 5px 15px;
      border: none;
      font-size: 14px;
      text-transform: uppercase;
      cursor: pointer;
      transition: background-color 0.3s ease;
  }

  .booking-button:hover, .booking-button:focus {
      background-color: #666;
  }
}
@media (min-width: 1024px) {
    .sticky {
        background-color: white;
        box-shadow: 0 4px 6px rgba(32, 26, 26, 0.1);
        margin-top: -15px;
    }
  .language-toggle {
      position: relative;
  }

  .language-toggle button {
      background: none;
      border: none;
      color: #cea68e;
      font-size: 18px;
      cursor: pointer;
      padding: 8px 16px;
      border-radius: 4px;
      transition: background-color 0.3s ease, color 0.3s ease;
      display: flex;
      align-items: center;
      gap: 8px; /* Space between text and icon */
      font-weight: 500;
  }

  .language-toggle button:hover {
      background-color: rgba(255, 255, 255, 0.1);
  }

  .sticky .language-toggle button {
      color: #d19f80;
  }

  .sticky .language-toggle button:hover {
      background-color: rgba(0, 0, 0, 0.05);
  }

  .language-icon {
      font-size: 15px; /* Adjust icon size */
      transition: transform 0.3s ease; /* Add rotation animation */
  }

  .language-toggle.active .language-icon {
      transform: rotate(180deg); /* Rotate icon when active */
  }

  .language-options-vertical {
      display: none;
      position: absolute;
      top: 100%;
      right: 0;
      background-color: #fff;
      border-radius: 6px;
      flex-direction: column;
      gap: 8px;
      padding: 10px;
      z-index: 1000;
      min-width: 120px;
      opacity: 0;
      transform: translateY(-10px);
      transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .language-options-vertical a {
      color: #333;
      font-size: 14px;
      text-decoration: none;
      padding: 8px 12px;
      border-radius: 4px;
      transition: background-color 0.3s ease, color 0.3s ease;
  }

  .language-options-vertical a:hover, .language-options-vertical a:focus {
      background-color: rgba(0, 0, 0, 0.05);
      color: #d19f80;
  }

  .language-toggle.active .language-options-vertical {
      display: flex;
      opacity: 1;
      transform: translateY(0);
  }
}
/* General Styles */
.header-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slides {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}

.slide {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}

.slider-content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  text-align: left;
  z-index: 2;
  color: white;
  max-width: 800px;
  width: 90%;
}

.slogan {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Cormorant Garamond", serif;
}

.subheading {
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-family: "Cormorant Garamond", serif;
}

.book-now-btn {
  padding: 0.75rem 1.5rem; /* Match padding */
  font-size: 1rem; /* Match font size */
  background: #ffffff00; /* Transparent background */
  color: #ffffff; /* White text */
  text-decoration: none; /* Remove underline */
  border-radius: 4px; /* Rounded corners */
  transition: background 0.3s ease; /* Smooth transition */
  border: 2px solid rgba(255, 255, 255, 0.8); /* Semi-transparent white border */
  font-weight: 400; /* Normal font weight */
}

.book-now-btn:hover {
  background: #ffffff; /* White background on hover */
  color: rgb(4, 3, 3); /* Dark text on hover */
}

.dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: 3;
}

.dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #d19f80;
}

/* Mobile Styles */
@media (max-width: 768px) {
header {
  height: 60vh;

}
  .slider-content {
      left: 5%; /* Adjust left positioning for smaller screens */
      max-width: 90%; /* Ensure content doesn't overflow */
  }

  .slogan {
      font-size: 2rem; /* Smaller font size for mobile */
      margin-bottom: 5px; /* Reduce spacing */
  }

  .subheading {
      font-size: 1rem; /* Smaller font size for mobile */
      display: -webkit-box;
      -webkit-line-clamp: 3; /* Limit text to 3 lines */
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; /* Add ellipsis for overflow text */
  }

  .book-now-btn {
      padding: 10px 15px; /* Smaller button for mobile */
      font-size: 0.9rem;
  }
}
/* Deals Section */
.deals-section {
  padding: 4rem 2rem;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.9); /* Peach overlay */
  background-blend-mode: overlay;
  text-align: center;
  position: relative;
}

.deals-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(255, 239, 213, 0.8), rgba(255, 239, 213, 0.6)); /* Peach lines effect */
  z-index: -1;
}

/* Heading */
.deals-heading {
  margin-bottom: 2rem;
}

.deals-heading h1 {
  font-size: 4rem;
  font-family: "Tenor Sans", sans-serif;
  color: rgba(20, 20, 20, 0.8);
  margin-bottom: 0.5rem;
  animation: pop-out 1s ease-in-out;
  font-weight: 200;
}

.deals-heading p {
  font-size: 1.5rem;
  color: #5b5757;
  font-family: "Dancing Script", cursive;
  font-weight: 450;
}

/* Filter and Sort Buttons */
.deals-controls {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}



/* Deals Grid */
.deals-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 deals per line */
  gap: 2rem;
  padding: 0 2rem;
}

/* Deal Card */
.deal-card {
  background: #fcf8f6;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.125);
  transition: transform 0.3s ease;
}


.deal-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.deal-info {
  padding: 1.5rem;
  text-align: left;
}

.deal-info h3 {
  font-size: 1.5rem;
  font-family: "Tenor Sans", sans-serif;
  color: rgb(71, 75, 71);
  margin-bottom: 0.5rem;
  font-weight: bold;
  
}

.deal-description {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1rem;
  font-weight: 400;
}

.deal-price {
  font-size: 1.25rem;
  color: rgba(20, 20, 20, 0.8);
  font-weight: bold;
  margin-bottom: 1rem;
  font-family: "Lato", sans-serif; /* Improved font */
}

.original-price {
  text-decoration: line-through;
  color: #888;
  font-size: 1rem;
  margin-left: 0.5rem;
}

.book1-now-btn {
  padding: 0.75rem 1.5rem; /* Match padding */
  font-size: 1rem; /* Match font size */
  background: rgba(20, 20, 20, 0.8);
  color: #ffffff; /* White text */
  text-decoration: none; /* Remove underline */
  border-radius: 4px; /* Rounded corners */
  transition: background 0.3s ease; /* Smooth transition */
  border: 2px solid rgba(255, 255, 255, 0.8); /* Semi-transparent white border */
  font-weight: 400; /* Normal font weight */
}

.book1-now-btn:hover {
  background: white;
  color: black;
  border: 2px solid rgba(0, 0, 0, 0.8); /* Semi-transparent white border */
}



/* Mobile Responsiveness */
@media (max-width: 768px) {
  .deals-section {
      padding: 2rem 1rem;
  }

  .deals-heading h1 {
      font-size: 2.5rem; /* Smaller font size for mobile */
  }

  .deals-heading p {
      font-size: 1rem; /* Smaller font size for mobile */
  }

  .deals-controls {
      flex-direction: column;
      gap: 1rem;
  }


  .deals-grid {
      grid-template-columns: 1fr; /* Single column on mobile */
      gap: 1rem;
      padding: 0;
  }

  .deal-card img {
      height: 150px; /* Smaller image height for mobile */
  }

  .deal-info {
      padding: 1rem;
  }

  .deal-info h3 {
      font-size: 1.25rem; /* Smaller font size for mobile */
  }

  .deal-description {
      font-size: 0.9rem; /* Smaller font size for mobile */
  }

  .deal-price {
      font-size: 1.1rem; /* Smaller font size for mobile */
  }

  .book-now-btn {
      padding: 0.5rem 1rem; /* Smaller button for mobile */
      font-size: 0.9rem;
  }
}

:root {
  --primary-color: #e6a481;
  --primary-hover: #ffad81;
  --secondary-color: #435c76;
  --bg-color: #f5f5f5;
  --bot-message-bg: #ffffff;
  --border-color: #e0e0e0;
  --text-color: #ffffff;
}

#chatbot-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#chatbot-toggle {
  background-color: #ba927c;
  color: #ffffff;
  font-size: 1.5rem;
  width: 60px;
  height: 60px;
  border-radius: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, background-color 0.3s;
}

#chatbot-toggle:hover {
  background-color: #a4755c;
  transform: scale(1.1);
}

#chatbot-toggle:active {
  transform: scale(0.95);
}

#chatbot-toggle i {
  font-size: 1.8rem;
}

#chatbot {
  display: none;
  flex-direction: column;
  width: 350px;
  height: 500px;
  background-color: #f5f5f5;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

#header {
  background-color: #e6a481;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  font-size: 1.2rem;
  font-weight: 200;
}

#message-section {
  flex: 1;
  padding: 15px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #cccccc #ffffff;
}

#message-section::-webkit-scrollbar {
  width: 6px;
}

#message-section::-webkit-scrollbar-track {
  background: #ffffff;
}

#message-section::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 3px;
}

.message {
  max-width: 75%;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 15px;
  font-size: 0.9rem;
  word-wrap: break-word;
}

.bot-message {
  background-color: rgb(255, 255, 255);
  border: 1px solid #e0e0e0;
  align-self: flex-start;
}

.user-message {
  background-color: #435c76;
  color: #ffffff;
  align-self: flex-end;
}

#input-section {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-top: 1px solid #e0e0e0;
}

#input-section input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  outline: none;
  font-size: 0.9rem;
  transition: border-color 0.3s;
}

#input-section input:focus {
  border-color: var(--primary-color);
}

.send {
  background: #e6a481;
  border: none;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.send:hover {
  background: #ffad81;
}

.send i {
  color: #ffffff;
  font-size: 1.2rem;
}

.close-button {
  position: absolute;
  top: 11px;
  right: 12px;
  background: transparent;
  border: none;
  color: #435c76;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.3s ease;
}

.close-button span {
  font-size: 20px;
  color: #435c76;
  font-weight: 20;
}

@media screen and (max-width: 768px) {
  #chatbot {
      width: 250px;
      height: 370px;
  }
}
