/* SCSS content from earlier answer */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f2933;
  background-color: #ffffff;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.section-padding {
  padding: 4rem 0;
}
@media (min-width: 992px) {
  .section-padding {
    padding: 5rem 0;
  }
}

.section-title {
  font-size: 1.6rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .section-title {
    font-size: 1.9rem;
  }
}

.site-header {
  background-color: #ffffff;
  box-shadow: 0 1px 0 rgba(148, 163, 184, 0.4);
  z-index: 1030;
  transition: box-shadow 0.25s ease, background-color 0.25s ease;
}
.site-header.scrolled {
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.15);
  background-color: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.header-spacer {
  height: 100px;
}
@media (max-width: 767.98px) {
  .header-spacer {
    height: 96px;
  }
}

.top-bar {
  background-color: #f3f4f6;
  font-size: 0.85rem;
  padding: 0.35rem 0;
}
.top-bar span {
  color: #6b7280;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.top-bar span i {
  font-size: 1rem;
}
.top-bar a {
  color: #111827;
  font-size: 1rem;
}

.main-navbar {
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.main-navbar .navbar-brand {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #111827;
}
.main-navbar .navbar-brand span:last-child {
  line-height: 1.1;
}
.main-navbar .navbar-nav .nav-link {
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0.5rem 0.9rem;
  color: #111827;
  position: relative;
}
.main-navbar .navbar-nav .nav-link.active, .main-navbar .navbar-nav .nav-link:hover {
  color: #E89B34;
}
.main-navbar .navbar-nav .nav-link.active::after, .main-navbar .navbar-nav .nav-link:hover::after {
  content: "";
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0;
  height: 2px;
  border-radius: 99px;
  background-color: #E89B34;
}
.main-navbar .book-nav-btn {
  border-radius: 999px;
  padding-inline: 1.4rem;
  background-color: #E89B34;
  border: none;
  color: #111827;
  font-weight: 600;
}
.main-navbar .book-nav-btn:hover {
  background-color: #f3b217;
  color: #111827;
}
.main-navbar .navbar-toggler {
  border-radius: 999px;
  border-color: #e5e7eb;
}
.main-navbar .navbar-toggler .navbar-toggler-icon {
  background-image: none;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
}
.main-navbar .navbar-toggler .navbar-toggler-icon::before, .main-navbar .navbar-toggler .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #111827;
  border-radius: 4px;
}
.main-navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 4px;
}
.main-navbar .navbar-toggler .navbar-toggler-icon::after {
  bottom: 4px;
}

.logo-icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 20%, #97f5a2, #03a681);
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.25);
}

.hero-section {
  position: relative;
  min-height: 520px;
  background-image: url("./slide.jpg");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding: 4rem 0 5rem;
}
@media (min-width: 992px) {
  .hero-section {
    min-height: 440px;
    padding: 5rem 0 6rem;
  }
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(15, 23, 42, 0.85), rgba(15, 23, 42, 0.15)), linear-gradient(to top, rgba(15, 23, 42, 0.6), transparent 50%);
}

.hero-content {
  position: relative;
  max-width: 560px;
}

.hero-eyebrow {
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  opacity: 0.85;
  font-weight: 500;
}

.hero-title {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
}

.hero-subtitle {
  font-size: 1rem;
  max-width: 430px;
  opacity: 0.9;
  margin-bottom: 1.4rem;
}

.hero-actions .btn {
  border-radius: 999px;
  padding-inline: 1.6rem;
}

.hero-actions .btn-outline-light {
  border-width: 1.6px;
}

.resorts-section {
  background-color: #ffffff;
}

.resorts-slider-wrapper {
  position: relative;
}

.resorts-scroller {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
}
.resorts-scroller::-webkit-scrollbar {
  display: none;
}

.resort-card {
  scroll-snap-align: start;
  min-width: 290px;
  max-width: 360px;
  background-color: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
}

.home-card-resort {
  max-width: 100% !important;
}

.resort-image-wrapper {
  position: relative;
  overflow: hidden;
}
.resort-image-wrapper img {
  transition: transform 0.8s ease;
}
.resort-image-wrapper .price-badge {
  position: absolute;
  left: 1rem;
  top: 1rem;
  background-color: rgba(11, 15, 25, 0.9);
  color: #f9fafb;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-size: 0.78rem;
}
.resort-image-wrapper:hover img {
  transform: scale(1.05);
}

.resort-body {
  padding: 1rem 1.1rem 1rem;
  display: flex;
  flex-direction: column;
  height: 57%;
}

.resort-logo {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 20%, #bef264, #16a34a);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #052e16;
  font-weight: 700;
  font-size: 0.8rem;
  margin-top: -1.6rem;
  box-shadow: 0 6px 16px rgba(21, 128, 61, 0.4);
  z-index: 1;
}

.resort-title {
  margin-top: 0.35rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.resort-rating {
  font-size: 0.85rem;
}
.resort-rating .rating-star {
  color: #facc15;
}
.resort-rating .rating-score {
  font-weight: 600;
}

.resort-tags .badge {
  font-size: 0.72rem;
  padding: 0.3rem 0.7rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  font-weight: 500;
}

.resort-description {
  font-size: 0.86rem;
  color: #6b7280;
  margin-bottom: 0.75rem;
}

.resort-location {
  font-size: 0.82rem;
  color: #6b7280;
}
.resort-location i {
  margin-right: 0.35rem;
  color: #E89B34;
}

.resort-actions {
  margin-top: auto;
}
.resort-actions .btn-warning {
  border-radius: 999px;
  padding-inline: 1rem;
}

.slider-arrow {
  z-index: 999;
  position: absolute;
  top: 50%;
  border: none;
  background-color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.slider-arrow i {
  font-size: 1.1rem;
}
.slider-arrow-left {
  left: -0.75rem;
}
.slider-arrow-right {
  right: -0.75rem;
}
@media (max-width: 767.98px) {
  .slider-arrow-left {
    left: 0.2rem;
  }
  .slider-arrow-right {
    right: 0.2rem;
  }
}

.slider-arrow-sm {
  border-radius: 999px;
  width: 34px;
  height: 34px;
  border: 1px solid #d1d5db;
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.welcome-section {
  background-color: #f7f7fb;
}

.info-card {
  padding: 1.1rem 1.1rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.04);
}
.info-card h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.info-card p {
  font-size: 0.86rem;
  color: #6b7280;
  margin-bottom: 0;
}

.experience-banner {
  position: relative;
  color: #ffffff;
  background-image: url("https://images.pexels.com/photos/258154/pexels-photo-258154.jpeg?auto=compress&cs=tinysrgb&w=1600");
  background-size: cover;
  background-position: center;
  text-align: center;
}

.experience-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(15, 23, 42, 0.85), rgba(15, 23, 42, 0.55));
}

.experience-content {
  position: relative;
  max-width: 680px;
  margin-inline: auto;
}

.experience-title {
  font-size: clamp(1.6rem, 2.8vw + 1rem, 2.4rem);
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.experience-subtitle {
  font-size: 0.95rem;
  opacity: 0.9;
}

.testimonials-section {
  background-color: #ffffff;
}

.testimonials-scroller {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
}
.testimonials-scroller::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  scroll-snap-align: start;
  min-width: 280px;
  max-width: 380px;
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 1.6rem 1.5rem;
  border: 1px solid #e5e7eb;
}

.testimonial-icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background-color: rgba(251, 191, 36, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9rem;
}
.testimonial-icon i {
  color: #fbbf24;
  font-size: 1.2rem;
}

.testimonial-text {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 0.75rem;
}

.testimonial-author {
  font-size: 0.9rem;
  font-weight: 600;
}

.site-footer {
  background-color: #050910;
  color: #e5e7eb;
  font-size: 0.86rem;
}

.footer-top .footer-title {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.75rem;
  color: #ffffff;
}
.footer-top .footer-brand {
  display: inline-flex;
  align-items: center;
}
.footer-top .footer-brand .logo-icon {
  width: 40px;
  height: 40px;
}
.footer-top .footer-links li {
  margin-bottom: 0.4rem;
}
.footer-top .footer-links li a {
  color: #9ca3af;
  text-decoration: none;
}
.footer-top .footer-links li a:hover {
  color: #f9fafb;
}
.footer-top .footer-social a {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background-color: #111827;
  color: #e5e7eb;
}
.footer-top .footer-social a:hover {
  background-color: #1f2937;
}
.footer-top .newsletter-form .newsletter-icon {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  font-size: 1rem;
}
.footer-top .newsletter-form input.form-control {
  padding-left: 2.3rem;
  border-radius: 999px;
  border: 1px solid #374151;
  background-color: #020617;
  color: #e5e7eb;
}
.footer-top .newsletter-form input.form-control::-moz-placeholder {
  color: #6b7280;
}
.footer-top .newsletter-form input.form-control::placeholder {
  color: #6b7280;
}
.footer-top .newsletter-form .btn-warning {
  border-radius: 999px;
  white-space: nowrap;
  border: none;
}
.footer-top .footer-divider {
  border-color: #111827;
}
.footer-top .footer-contact-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background-color: #111827;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-top .footer-contact-icon i {
  color: #e5e7eb;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-on-scroll.animated {
  opacity: 1;
  transform: translateY(0);
}

[data-animate=fade-up] {
  transform: translateY(30px);
}

[data-animate=slide-right] {
  transform: translateX(-24px);
}

[data-animate=slide-right].animated {
  transform: translateX(0);
}

[data-animate=zoom-in] {
  transform: scale(0.94);
}

[data-animate=zoom-in].animated {
  transform: scale(1);
}

@keyframes subtle-float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}
.hero-content.animated {
  animation: subtle-float 6s ease-in-out infinite;
}

.btn-primary {
  background-color: #E89B34;
  border-color: #E89B34;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: rgb(227.6115044248, 141.2761061947, 25.7884955752);
  border-color: rgb(227.6115044248, 141.2761061947, 25.7884955752);
}

.btn-outline-light:hover {
  color: #0f172a;
}

.link-primary {
  color: #E89B34;
}
.link-primary:hover {
  color: rgb(227.6115044248, 141.2761061947, 25.7884955752);
}

/* === Modal Styling === */
.modal-content {
  border: none;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
}

.modal-content .form-control,
.modal-content .form-select {
  border-radius: 10px;
  padding: 0.65rem 1rem;
  font-size: 0.95rem;
}

.modal-content .btn-warning {
  background-color: #ffdd57;
  border: none;
}
.modal-content .btn-warning:hover {
  background-color: #f6cc30;
}

/* ==== Resort Carousel Styling ==== */
.carousel-item {
  transition: transform 0.8s ease-in-out;
}

.animate-slide {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.animate-slide.active {
  opacity: 1;
  transform: translateY(0);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-next {
  right: -1.35rem;
}

.carousel-control-prev {
  left: -1.35rem;
}

.carousel-control-prev,
.carousel-control-next {
  transition: 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  transform: scale(1.1);
}

.text-tertiary {
  color: #187A24;
}

.vision {
  background-color: rgba(24, 122, 36, 0.0901960784);
  border: 1px solid #187A24;
}
.vision h5 {
  color: #187A24;
}
.vision p {
  color: black;
}

.mission {
  background-color: rgba(46, 142, 198, 0.1058823529);
  border: 1px solid #2E8EC6;
}
.mission h5 {
  color: #2E8EC6;
}
.mission p {
  color: black;
}

.footer-brand img {
  height: 100%;
  width: 60%;
}

/* Hero section */
.contact-hero {
  margin-top: 109px;
  position: relative;
  background: url("./img/contactpage.jpg") center/cover;
  height: 30vh;
  display: flex;
  align-items: center;
  color: #fff;
}

.contact-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.section-padding {
  padding: 5rem 0;
}

/* Form Styling */
.form-control {
  border-radius: 12px;
  padding: 0.8rem 1rem;
  font-size: 0.95rem;
}

.form-control:focus {
  border-color: #0ea5e9;
  box-shadow: 0 0 0 0.2rem rgba(14, 165, 233, 0.25);
}

.submit-btn {
  background: #ffe570;
  border: none;
  border-radius: 12px;
  padding: 0.8rem;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background: #ffd23f;
  transform: translateY(-2px);
}

.is-invalid {
  border: 2px solid red !important;
  background-color: #ffe6e6 !important;
}

.contact-info {
  font-family: "Poppins", sans-serif;
}

.contact-info h2 {
  font-size: 2.2rem;
  line-height: 1.2;
}

.contact-info .contact-link {
  font-size: 1.1rem;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.contact-info .contact-link:hover {
  text-decoration: underline;
}

.live-chat-btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.live-chat-btn:hover {
  background: #ffe570;
  transform: translateX(4px);
}

.live-chat-btn i {
  margin-left: 6px;
  transition: all 0.3s ease;
}

#contactForm {
  border: 1px solid #dfdfdf;
  padding: 40px 25px;
  border-radius: 10px;
  box-shadow: 1px 5px 7px #dbdbdb;
}

.nav-tabs .nav-link {
  cursor: pointer;
  font-weight: 500;
  color: #555;
}

.nav-tabs .nav-link.active {
  border-bottom: 2px solid #E89B34;
  font-weight: 600;
  background: white;
  border-right: 0px;
  border-left: 0px;
  border-top: 0px;
  color: #E89B34;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-bottom: 2px solid #E89B34;
  border-right: 0px;
  border-left: 0px;
  border-top: 0px;
  color: #E89B34;
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.filter-tag.active {
  background: black;
  color: white;
}

.no-padding {
  padding: 0;
}

.filter-tag {
  border-radius: 100px;
  padding: 2px 10px;
  font-size: 14px;
  border: 1px solid #d2d2d2;
  letter-spacing: 0.5px;
}

/* Hero section */
.resorts-hero {
  margin-top: 109px;
  position: relative;
  background: url("./img/resort-heading.jpg") center/cover;
  height: 30vh;
  display: flex;
  align-items: center;
  color: #fff;
}

.resorts-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.overlay-count {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 14px;
}

.fade-in {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

body.lb-disable-scrolling {
  overflow: hidden !important;
}

.last-card {
  position: relative;
}

.icon-bg {
  background: #F1F1F1;
  height: 50px;
  width: 50px;
  border-radius: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amenities-section {
  font-family: "Poppins", sans-serif;
}
.amenities-section .amenities-title {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  background: #43a047;
  padding: 4px 10px;
  display: inline-block;
  border-radius: 4px;
}
.amenities-section .popular-amenities .amenity-badge {
  background: #f5f5f5;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s ease;
  border: 1px solid #ddd;
}
.amenities-section .popular-amenities .amenity-badge i {
  margin-right: 6px;
}
.amenities-section .popular-amenities .amenity-badge:hover {
  background: #ffe082;
}
.amenities-section .amenities-list h6 {
  font-weight: 600;
  margin-top: 15px;
}
.amenities-section .amenities-list ul {
  padding-left: 15px;
  list-style: disc;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
.amenities-section .btn-outline-secondary {
  border-radius: 20px;
}

.img-full {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=styles.css.map */