body {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  color: #222;
}
h1,
h2,
h3,
h4 {
  font-family: "Noto Serif", serif;
  font-weight: 700;
  line-height: 1.3;
  color: #111;
}
 #loaderOverlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .loader-spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 60px; height: 60px;
    animation: loaderspin 1s linear infinite;
    margin-bottom: 15px;
  }

  @keyframes loaderspin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
.btn-class-primary {
  background-color: #ff908c;
  color: #ffffff;
  border: none;
  padding: 9px 25px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  letter-spacing: 0.3px;
  font-size: 1rem;
}
.btn-class-primary:hover {
  background-color: #ff908cd4;
  color: #ffffff;
  text-decoration: none;
}
.btn-class-secondary {
  border-radius: 30px;
  transition: 0.3s;
  background-color: #b197fc;
  border: none;
  font-size: 1rem;
  padding: 10px 25px;
  text-decoration: none;
  color: #ffffff;
}
.btn-class-secondary:hover {
  background-color: #cab8ff;
  color: #ffffff;
  text-decoration: none;
}
.spinner {
  margin-right: 0.5rem;
  border: 0.2em solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  vertical-align: middle;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
header {
  overflow: visible; /* must allow sticky to work */
}

header .container {
  overflow: visible; /* prevent clipping */
}
/* .site_header_transparent{
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1050;
  background: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
} */
.site_header_sticky {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1050;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
/* .carousel-control-next,
.carousel-control-prev {
  z-index: 5;
} */
/* .carousel-caption {
  animation: fadeInUp 1s;
  /* background: rgba(0, 0, 0, 0.35); 
  border-radius: 1rem;
  left: 15%;
  right: auto;
  z-index: 5;
  padding: 0.5rem;
  bottom: 40%;
} */
/* .carousel-caption p {
    padding-right: 60%;
} */
.caption-heading {
  color: #fff;
}

/* .carousel-inner::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 1;
} 
*/

.hero-slider .overlay {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.3)); */
  z-index: 1;
}

.hero-slider .carousel-caption {
  z-index: 2;
  animation: fadeInUp 1s;
  left: 15%;
  bottom: 30%;
  max-width: 800px;
}

.carousel-span {
  font-size: 1.1rem;
  letter-spacing: 2px;
  font-weight: 200;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1rem;
  color: #f8f9fa;
}

/* Animation */
.animate-caption > * {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUphero 0.9s ease forwards;
}

.animate-caption h1,
.animate-caption h2 {
  animation-delay: 0.3s;
}

.animate-caption p {
  animation-delay: 0.6s;
  font-size: 19px;
  font-weight: 200;
  line-height: 1.5em;
  letter-spacing: 0.4px;
  padding: 2% 25% 2% 0%;
}

.animate-caption a {
  animation-delay: 0.9s;
  color: #ffffff;
  background: transparent;
  border: 2px solid #fff;
  font-size: 1.2rem;
}

@keyframes fadeUphero {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Modern arrows */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.5));
  width: 3rem;
  height: 3rem;
}

.calendar-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #888;
  pointer-events: none;
  height: 20px;
}
.check-availability-btn {
  background: linear-gradient(180deg, #ff4037 0%, #ff40378a 100%);
  border: none;
  border-radius: 50px;
  color: #fff;
}
.check-availability-btn:hover {
  background: linear-gradient(90deg, #ff4037 0%, #ff40378a 100%);
}
.section-container {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
a {
    text-decoration: none;
    color: inherit;
}
.featured_image {
    height: 270px;
}

.section-merge {
  background: linear-gradient(180deg, #ffffff 60%, #cbfaff 100%);
  margin-bottom: -40px;
}
.home-testimonials-section {
  padding-bottom: 8rem;
}
#shopSlider .shop-card:nth-child(5) .image-container img {
  height: 384px;
  object-fit: contain;
  background-color: #9bd0e5;
}
#shopSlider .shop-card:nth-child(9) .image-container img {
  height: 384px;
  object-fit: contain;
  background-color: #7f481d;
}
#shopSlider .shop-card:nth-child(10) .image-container img {
  height: 384px;
  object-fit: contain;
  background-color: #7a6355;
}
.home-area-attraction-section {
  border-radius: 45px;
  background-color: #ffffff;
  /* background-color: #192641; */
  background-color: #153f65;
  padding-bottom: 7rem;
}
.home-area-attraction-section h2 {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.home-area-attraction-section h5 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
}
.home-area-attraction-section p {
  color: #fff;
  margin-bottom: 0;
  font-weight: 300;
}
.attraction-card {
  cursor: pointer;
  transition: transform 0.4s ease;
}

.attraction-card:hover {
  transform: scale(1.05);
}

.attraction-card .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.attraction-card:hover .card-img {
  transform: scale(1.1);
}

.attraction-card .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  transition: background 0.3s ease;
}

.attraction-card:hover .overlay {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
}

@media (max-width: 767px) {
  .d-flex.justify-content-between {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}
.svg-pattern {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1400 662"><path d="M1085 15c0-8.284-6.72-15-15-15H109c-8.284 0-15 6.716-15 15v46c0 8.284-6.716 15-15 15H15C6.716 76 0 82.716 0 91v539c0 17.673 14.327 32 32 32h294c8.284 0 15-6.716 15-15v-51c0-8.284 6.716-15 15-15h485c8.284 0 15 6.716 15 15v51c0 8.284 6.716 15 15 15h302c8.28 0 15-6.716 15-15v-46c0-8.284 6.72-15 15-15h120c8.28 0 15-6.716 15-15v-22c0-8.284 6.72-15 15-15h32c8.28 0 15-6.716 15-15V32c0-17.673-14.33-32-32-32h-18c-8.28 0-15 6.716-15 15v45c0 8.284-6.72 15-15 15h-220c-8.28 0-15-6.716-15-15V15Z" fill="%23cbfaff" opacity="0.5"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
img.welcome_image {
  width: 85%;
  height: auto;
  padding: 20px;
  border: 1px solid rgb(110 110 110);
  object-fit: cover;
  object-position: center center;
  position: relative;
  z-index: 0;
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.4));
}
.welcome-heading {
  font-weight: 300;
}

.apartment-card-rate {
  background-color: #ff8d87;
  z-index: 2;
  position: absolute;
  font-size: 90%;
  padding: 6px 13px;
  align-items: center;
  display: flex;
  justify-content: center;
  right: 0;
  color: #ffffff;
  top: 0;
  width: 50%;
  font-weight: 300;
  border-radius: 40px 0 0 40px;
}
.apartment-card-bt {
  bottom: 80px;
  display: none;
  left: 10px;
  z-index: 3;
  position: absolute;
  background-color: #ffff;
}
.apartment-svg-icon {
  color: #41bacb;
  height: 18px;
  width: 18px;
  margin-right: 5px;
}
.home-amenity-svg {
  color: #b197fc;
  height: 80px;
  width: 80px;
}
.image-container {
  width: 100%;
  height: 385px;
  overflow: hidden;
  position: relative;
}
.card-bg-svg {
  background-image: url(img/background-blob-pattern.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.nav-link:focus-visible {
  box-shadow: none;
}
.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 0.8s; /* how long it takes */
  animation-fill-mode: both; /* keep final state after anim */
  animation-timing-function: ease-out; /* easing */
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://www.toptal.com/designers/subtlepatterns/uploads/dot-grid.png");
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
  animation: bgMove 30s linear infinite alternate;
}
@keyframes bgMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 100px;
  }
}
.hero-slider img {
  width: 100%;
  height: 85vh;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  z-index: 2;
}
.booking-bar {
  margin-top: -50px;
  z-index: 10;
  background: white;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 1.5rem;
  animation: fadeInUp 1s;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.fadeIn {
  animation-name: fadeIn;
}
.fadeInDown {
  animation-name: fadeInDown;
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hover-animate {
  transition: transform 0.3s, box-shadow 0.3s;
}
.hover-animate:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.12);
}
.bg-light {
  background: linear-gradient(135deg, #f8fafc 60%, #e9f5e1 100%);
}
footer {
  background-color: white;
  padding-top: 6rem;
  padding-bottom: 3rem;
}
a.footer-link {
  color: #626262;
  text-decoration: none;
}
a.footer-link:hover {
  font-weight: 700;
}
img.footer-logo {
  height: 132px;
}
footer h6 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
::-webkit-scrollbar {
  width: 8px;
  background: #eee;
}
::-webkit-scrollbar-thumb {
  background: #bba46d;
  border-radius: 4px;
}

@media (max-width: 991.98px) {
  div#navbarNav {
    position: absolute;
    top: 64px;
    left: 0;
    width: 250px;
  }
  .navbar-collapse {
    background-color: #fff; /* white background */
    padding: 1rem; /* optional padding */
  }
  .navbar-collapse.collapsing {
    height: auto !important;
    transition: none !important;
  }

  /* Base collapsed state */
  .navbar-collapse.collapse {
    display: block !important;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.4s ease;
  }

  /* Open state with fadeInDown animation */
  .navbar-collapse.collapse.show {
    max-height: 600px; /* adjust as needed */
    opacity: 1;
    animation: fadeInDown 0.4s ease both;
  }
  .navbar .container {
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative;
    min-height: 56px;
  }
  .navbar-brand {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 2;
  }
  .navbar-toggler {
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 3;
    border: none;
  }
  .d-none.d-lg-flex.ms-3 {
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 3;
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .navbar-brand {
    position: static !important;
    transform: none !important;
    margin-left: 0 !important;
  }
}

/* Luxury dropdown styling */
.navbar .dropdown-menu {
  border-radius: 12px;
  border: none;
  padding: 0.75rem 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  min-width: 220px;
}

.navbar .dropdown-item {
  font-size: 15px;
  padding: 10px 20px;
  transition: all 0.2s ease;
}

.navbar .dropdown-item:hover {
  background: #f8f9fa;
  color: #0d6efd;
  transform: translateX(5px);
}

.navbar .dropdown-divider {
  margin: 6px 0;
}

/* Dropdown toggle caret style */
.navbar .dropdown-toggle::after {
  margin-left: 6px;
  font-size: 0.7em;
  vertical-align: middle;
}

@media(max-width: 600px){
    .animate-caption p {
        display:none;
    }
    .hero-slider img{
        height: 65vh;
        object-position: right;
    }
    .hero-slider .carousel-caption{
        left: 0;
        right: 0;
        bottom: 35%;
    }
    .animate-caption > *{
        text-align: center;
    }
    .animate-caption a {
        margin-top: 29px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: max-content;
    }
    img.welcome_image{
        width: 100%;
    }
}


/* for 404 Error Page*/

.error404-container {
  min-height: 70vh;
  padding: 4rem 1rem 2rem 1rem;
  background: linear-gradient(180deg, #e9f5ff 60%, #fff 100%);
  text-align: center;
  position: relative;
  z-index: 1;
}
.error404-graphic {
  width: 320px;
  max-width: 90vw;
  margin: 0 auto 1.5rem auto;
}
.error404-svg {
  width: 100%;
  height: auto;
  display: block;
}
.error404-island {
  fill: #ffe6b3;
}
.error404-trunk {
  fill: #b97a3a;
}
.error404-leaves path {
  stroke: #38b000;
  stroke-width: 6;
  fill: none;
  stroke-linecap: round;
}
.error404-waves path:first-child {
  fill: #74c0fc;
  opacity: 0.8;
}
.error404-waves path:last-child {
  fill: #38bdf8;
  opacity: 0.7;
}
.error404-title {
  font-size: 6rem;
  font-weight: 900;
  color: #38bdf8;
  letter-spacing: 0.1em;
  margin-bottom: 0.2em;
  font-family: "Noto Serif", serif;
}
.error404-subtitle {
  font-size: 2.2rem;
  font-weight: 700;
  color: #ff908c;
  margin-bottom: 0.5em;
  font-family: "Mulish", sans-serif;
  letter-spacing: 0.05em;
}
.error404-message {
  font-size: 1.25rem;
  color: #555;
  margin-bottom: 1.5em;
  font-family: "Mulish", sans-serif;
}
/* End of 404 CSS*/