body {
  font-family: 'Sora', sans-serif;
}

.glass-header {
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.logo-img {
  height: 40px;
  width: auto;
}

.brand-primary {
  color: #8F87F1;
}

.btn-primary-custom {
  background-color: #8F87F1;
  color: #fff;
  border: none;
}

.btn-primary-custom:hover {
  background-color: #766ED1;
  color: #fff;
}

.nav-link-custom {
  color: #333;
  transition: color 0.3s ease;
}

.nav-link-custom:hover {
  color: #8F87F1;
}

.hero {
  background: url('hero.jpg') center/cover no-repeat;
}



.about-section {
  background-color: #f9f9ff;
}

.about-heading {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  color: #8F87F1;
  font-size: 1.8rem;
  line-height: 1.4;
}

.about-text {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.7;
  max-width: 90%;
}

.about-img {
  max-width: 90%;
  border: 5px solid #fff;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-img:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 25px rgba(143, 135, 241, 0.35);
}


.amenities-section {
  background: #fefeff;
}

.section-heading {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  color: #8F87F1;
  font-size: 1.9rem;
}

.amenity-card {
  background: #fff;
  border: 1px solid rgba(143, 135, 241, 0.15);
  transition: all 0.3s ease;
}

.amenity-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(143, 135, 241, 0.2);
  border-color: #8F87F1;
}

.amenity-icon {
  font-size: 2rem;
  color: #8F87F1;
}

.amenity-text {
  font-size: 0.95rem;
  color: #555;
}


.pricing-section {
  background: #f9f9ff;
}

.pricing-sub {
  color: #555;
  font-size: 1rem;
}

.pricing-card {
  background: #fff;
  border: 1px solid rgba(143, 135, 241, 0.15);
  transition: all 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(143, 135, 241, 0.25);
  border-color: #8F87F1;
}

.pricing-card .price {
  font-size: 2rem;
  color: #8F87F1;
  font-weight: 700;
}

.pricing-card ul li {
  margin: 8px 0;
  font-size: 0.95rem;
  color: #444;
}

.highlight {
  border: 2px solid #8F87F1;
  transform: scale(1.05);
}

.pricing-card .benefit {
  font-size: 1.5rem;
  color: #8F87F1;
  font-weight: 700;
}


.ideal-section-dark {
  background: #8F87F1;
}

.ideal-card-dark {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  transition: all 0.3s ease;
}

.ideal-card-dark:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}

.ideal-card-dark .icon {
  font-size: 2rem;
}


.location-section {
  background: #f9f9ff;
}

.text-primary-custom {
  color: #8F87F1;
}

.location-list li {
  font-size: 1.1rem;
  margin-bottom: 0.6rem;
}

.map-container {
  overflow: hidden;
  border: 4px solid #fff;
}


.contact-section {
  background: #f3f2ff; /* soft light lavender background */
}

.contact-btn {
  min-width: 160px;
  font-size: 1rem;
  padding: 10px 20px;
  border-radius: 50px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.contact-form {
  max-width: 500px;
  border: 1px solid #eee;
}

.input-narrow {
  max-width: 100%;
  border-radius: 12px;
  border: 1px solid #ddd;
}

.input-narrow:focus {
  border-color: #8F87F1;
  box-shadow: 0 0 6px rgba(143, 135, 241, 0.25);
}

.btn-primary-custom {
  background: #8F87F1;
  border: none;
  border-radius: 30px;
  font-size: 1rem;
  padding: 8px 24px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-primary-custom:hover {
  background: #6e65d6;
  transform: translateY(-2px);
}

.btn-narrow {
  min-width: 180px;
}


.footer-section {
  background: #1d1b2e;
  margin-bottom: 0; /* removes any gap below */
}

.footer-logo {
  max-width: 120px;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links a {
  color: #ddd;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #8F87F1;
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.15);
}

.footer-section h5,
.footer-section h6 {
  color: #ffffff;
}

.footer-section p {
  color: #cccccc;
}


.footer-credit {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
}

.footer-credit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, #8F87F1, #ffffff);
  transition: width 0.4s ease;
  border-radius: 2px;
}

.footer-credit:hover {
  color: #8F87F1;
}

.footer-credit:hover::after {
  width: 100%;
}


.highlight-focus {
  animation: focusGlow 1.5s ease;
}

@keyframes focusGlow {
  0% { box-shadow: 0 0 0 rgba(143,135,241,0); }
  50% { box-shadow: 0 0 40px rgba(143,135,241,0.6); }
  100% { box-shadow: 0 0 0 rgba(143,135,241,0); }
}

.custom-toggler .navbar-toggler-icon {
  display: none;
}

.hamburger-icon {
  width: 28px;
  height: 28px;
}


.gallery-section {
  background: #f9f9ff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-auto-rows: 250px;
  gap: 20px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
  transition: transform 0.4s ease;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item:hover img {
  transform: scale(1.07);
}


.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-auto-rows: 250px;
  gap: 20px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.gallery-item.wide {
  grid-column: span 2;
}

.nav-link, .link:hover{
  cursor: pointer;
}

.gallery-item.tall {
  grid-row: span 2;
}

@media (max-width: 768px) {
  .gallery-item.tall {
    display: none;
  }

  .gallery-grid {
    grid-template-columns: 1fr; 
    grid-auto-rows: 200px; 
  }

  .gallery-item.wide {
    grid-column: span 1; 
  }
}


   .floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 15px;
      z-index: 999;
    }

    .fab {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: white;
      overflow: hidden;
      box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
      transition: all 0.3s ease;
    }

    .fab img {
      width: 65%;
      height: 65%;
      object-fit: contain;
    }

    .fab:hover {
      transform: scale(1.15);
      box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
    }

    .fab.whatsapp {
      background: #25d366;
      box-shadow: 0 4px 20px rgba(37, 211, 102, 0.6);
    }

    .fab.whatsapp:hover {
      box-shadow: 0 0 25px #25d366;
    }

    .fab.call {
      background: #8F87F1;
      box-shadow: 0 4px 20px rgba(0, 123, 255, 0.6);
    }

    .fab.call:hover {
      box-shadow: 0 0 25px #007bff;
    }