body {
  font-family: 'Raleway', sans-serif;
  margin: 0;
  background-color: #f8f6f2;
  color: #2a2a2a;
}

/* Navbar — now uses Bootstrap */
.navbar {
  background-color: #ffffff !important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1)!important;
  padding-left: 50px!important;
  padding-right: 50px!important;
}
.navbar-brand img {
  height: 60px;
  width: auto;
}

.navbar-nav .nav-link {
  color: #367a9e !important;
  font-weight: bold;
}


.hero-content {
  background-color: rgba(0, 0, 0, 0.5); /* overlay */
  padding: 20px;
  border-radius: 10px;
}


/* Main content */
.content {
  padding: 50px 20px;
}

.intro {
  text-align: center;
  margin-bottom: 40px;
}

/* Spa cards using Bootstrap grid */
.spa-card {
  background-color: #ffffff;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
}
.spa-card img {
    height: 490px;           /* Adjust height as needed */
   object-fit: cover;
  max-width: 100%;
  border-radius: 8px;
}
.navbar-nav .nav-link {
  white-space: nowrap;
  padding-right:20px!important;
}

/* Footer styles */
.footer {
  background-color: #367a9e;
  color: #ffffff;
  text-align: center;
  padding: 30px 20px;
}

.footer-logo {
  height: 60px;
  width: auto;
  margin-bottom: 15px;
}

.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0 0;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.footer-nav li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}

.footer-nav li a:hover {
  text-decoration: underline;
}
.carousel-item img {
  height: 600px;
  object-fit: cover;
}

.carousel-item {
  height: 500px;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#homepageCarousel .carousel-item img {
  width: 100%;
  height: 500px; /* set your desired fixed height */
  object-fit: cover; /* ensures consistent crop/fill */
}


.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(54, 122, 158, 0.7);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 90%;
  max-width: 500px;
  height: 100px;
}

.carousel-caption h5 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}

.carousel-caption p {
  font-size: 1rem;
  color: #f0f0f0;
}
.fw-bold{
    color:#367a9e!important;
}
.content-wrap {
    margin-top:50px;
    padding: 30px;
    background-color: #fff; /* Optional: set a background to visually separate */
    position: relative;
    z-index: 1;
}
.hotspot-section {
  background-color: #000;
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotspot-wrap {
  position: relative;
  width: 90%;
  max-width: 1200px;
}

.hotspot-image {
  width: 100%;
  height: auto;
  display: block;
}

.hotspot {
  position: absolute;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}

.dot {
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 50%;
  padding: 6px 12px;
  border: 2px solid #000;
  transition: all 0.3s ease;
}

.tooltip {
  display: none;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 10px 15px;
  border-radius: 6px;
  white-space: nowrap;
  max-width: 220px;
  z-index: 10;
  font-size: 14px;
  text-align: left;
}

.hotspot:hover .tooltip {
  display: block;
}
.sub {
  color: #367a9e!important; /* or any custom hex/rgb color */
  font-weight: 600; /* optional: gives it a bit more emphasis */
}
.foot{color: #fff!important;}
/* Change dropdown background */
.dropdown-menu {
  background-color: #367a9e;
  border: none;
  border-radius: 0;
}

/* Change dropdown text color */
.dropdown-menu a.dropdown-item {
  color: #fff;
  padding: 10px 20px;
}

/* Hover effect for dropdown items */
.dropdown-menu a.dropdown-item:hover {
  background-color: #285f7d; /* darker shade for hover */
  color: #fff;
}
.mobile-caption {
  background-color: rgba(54, 122, 158, 0.7);
  border-radius: 10px;
  margin-top: 10px;
}

.mobile-caption h5 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
}

.mobile-caption p {
  font-size: 1rem;
  color: #f0f0f0;
}

@media (max-width: 991.98px) { /* Targets md and below */
  .partner {
    margin-bottom: 2rem; /* or whatever spacing you want */
  }
  .hero {
    height: 200px !important;
  }
}
@media (max-width: 768px) {
  .hero {
    height: 90px !important;
  }
    .carousel-caption h5 {
    font-size: 1.3rem;
  }
    .carousel-item {
  height: auto!important;
}
#homepageCarousel .carousel-item img {
    height: 300px;         /* Fixed height for uniformity */
    width: 100%;
    object-fit: contain;   /* Show full image without cutting */
    background-color: #000; /* Optional: fill background behind image */
  }
  .carousel-caption p {
    font-size: 0.95rem;
  }
  .footer {
    text-align: center;
  }
   body {
    font-size: 1.05rem;
  }

  p,
  li,
  a,
  span,
  td,
  div {
    font-size: 1.05rem;
    line-height: 1.6;
  }

  h1 { font-size: 2rem; }
  h2 { font-size: 1.75rem; }
  h3 { font-size: 1.5rem; }
  h4 { font-size: 1.3rem; }
  h5 { font-size: 1.1rem; }
  h6 { font-size: 1rem; }
}
