@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&family=Open+Sans&display=swap');

body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  background: #f5f5f5;
  color: #333;
}

.navbar {
  position: sticky;
  top: 0;
  background: #ffffffcc;
  backdrop-filter: saturate(180%) blur(10px);
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  z-index: 9999;
}

.navbar ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  margin: 0;
}

.navbar ul li {
  margin: 0 20px;
}

.navbar ul li a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 16px;
  transition: color 0.3s ease;
}

.navbar ul li a:hover {
  color: #d4af37;
}



section {
  padding: 40px 20px;
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.card {
  background: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.card-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
}

input, select, textarea {
  width: 90%;
  max-width: 400px;
  padding: 10px;
  margin: 10px auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
}

footer {
  background: #333;
  color: white;
  text-align: center;
  padding: 20px;
}

.footer-nav a {
  color: #d4af37;
  text-decoration: none;
  margin: 0 10px;
  font-weight: 600;
  font-size: 14px;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25D366;
  color: white;
  padding: 15px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 22px;
}





body {
  background: linear-gradient(135deg, #0f2027 0%, #2c5364 100%);
  color: #fff;
  font-family: 'Montserrat', 'Segoe UI', sans-serif;
}

.navbar, footer {
  background-color: #1a1a2e;
  color: #ffd700;
  border-bottom: 2px solid #ffd700;
}

.hero {
  background: linear-gradient(90deg, #1a1a2e 60%, #ffd700 100%);
  color: #fff;
  padding: 60px 20px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}

.btn, .book-btn, .whatsapp-btn {
  background: #ffd700;
  color: #1a1a2e;
  border-radius: 30px;
  padding: 12px 32px;
  font-weight: bold;
  box-shadow: 0 4px 16px rgba(255, 215, 0, 0.2);
  transition: background 0.3s;
}

.btn:hover, .book-btn:hover, .whatsapp-btn:hover {
  background: #fff;
  color: #ffd700;
}

.card {
  background: #fff;
  color: #1a1a2e;
  border: 2px solid #ffd700;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(44, 83, 100, 0.15);
  margin: 16px;
  padding: 24px;
}

.card-img {
  border-radius: 12px;
  border: 2px solid #ffd700;
}












/* Luxurious color palette and floating card effect */

body {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  color: #fff;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  margin: 0;
}

.navbar {
  background: #0f2027;
  border-bottom: 2px solid #ffd700;
  box-shadow: 0 2px 12px rgba(44, 83, 100, 0.15);
}

.navbar ul {
  display: flex;
  justify-content: center;
  gap: 40px;
  list-style: none;
  padding: 20px 0;
  margin: 0;
}

.navbar a {
  color: #ffd700;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  text-shadow: 0 2px 8px #000, 0 0px 2px #ffd700;
  transition: color 0.3s;
}

.navbar a:hover {
  color: #fff;
  text-shadow: 0 2px 8px #ffd700, 0 0px 2px #fff;
}

.hero {
  background: linear-gradient(90deg, #1a1a2e 60%, #ffd700 100%);
  color: #fff;
  padding: 60px 20px;
  text-align: center;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}

.btn {
  background: #ffd700;
  color: #1a1a2e;
  border-radius: 30px;
  padding: 14px 36px;
  font-weight: bold;
  font-size: 1.1rem;
  box-shadow: 0 4px 16px rgba(255, 215, 0, 0.2);
  border: none;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}

.btn:hover {
  background: #fff;
  color: #ffd700;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin-top: 40px;
}

.card {
  background: #fff;
  color: #1a1a2e;
  border: 2px solid #ffd700;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(44, 83, 100, 0.25), 0 2px 8px #ffd700;
  margin: 0;
  padding: 28px 22px;
  width: 320px;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  z-index: 2;
}

.card:hover {
  transform: translateY(-18px) scale(1.03);
  box-shadow: 0 24px 48px rgba(44, 83, 100, 0.35), 0 4px 16px #ffd700;
}

.card-img {
  border-radius: 14px;
  border: 2px solid #ffd700;
  width: 100%;
  height: 180px;
  object-fit: cover;
  margin-bottom: 18px;
  box-shadow: 0 4px 16px rgba(255, 215, 0, 0.12);
}

.book-btn {
  background: #ffd700;
  color: #1a1a2e;
  border-radius: 24px;
  padding: 10px 28px;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.18);
  text-decoration: none;
  display: inline-block;
  margin-top: 16px;
  transition: background 0.3s, color 0.3s;
}

.book-btn:hover {
  background: #1a1a2e;
  color: #ffd700;
}

#contact {
  background: #16213e;
  color: #ffd700;
  border-radius: 16px;
  margin: 40px auto;
  max-width: 600px;
  box-shadow: 0 4px 24px rgba(44, 83, 100, 0.18);
}

footer {
  background: #0f2027;
  color: #ffd700;
  text-align: center;
  padding: 18px 0;
  font-size: 1.1rem;
  border-top: 2px solid #ffd700;
  box-shadow: 0 -2px 12px rgba(44, 83, 100, 0.15);
}

.footer-nav a {
  color: #ffd700;
  font-weight: bold;
  text-decoration: none;
  margin: 0 10px;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px #000, 0 0px 2px #ffd700;
  transition: color 0.3s;
}

.footer-nav a:hover {
  color: #fff;
  text-shadow: 0 2px 8px #ffd700, 0 0px 2px #fff;
}

.whatsapp-btn {
  position: fixed;
  bottom: 32px;
  right: 32px;
  background: #25d366;
  color: #fff;
  font-size: 2rem;
  border-radius: 50%;
  padding: 16px 18px;
  box-shadow: 0 4px 24px rgba(44, 83, 100, 0.25);
  z-index: 99;
  text-decoration: none;
  transition: background 0.3s;
}

.whatsapp-btn:hover {
  background: #128c7e;
}



/* ...existing code... */

/* Make grid cards float and always 3 per row */
.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}

.card {
  background: #fff;
  color: #1a1a2e;
  border: 2px solid #ffd700;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(44, 83, 100, 0.25), 0 2px 8px #ffd700;
  margin: 0;
  padding: 28px 22px;
  width: 320px;
  flex: 0 1 320px;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  z-index: 2;
}

@media (max-width: 1100px) {
  .card {
    width: 45%;
    flex: 0 1 45%;
  }
  .grid {
    gap: 24px;
  }
}

@media (max-width: 700px) {
  .card {
    width: 100%;
    flex: 0 1 100%;
  }
  .grid {
    gap: 16px;
  }
}

/* Contact section styling for visibility */
#contact {
  background: #16213e;
  color: #ffd700;
  border-radius: 16px;
  margin: 40px auto;
  max-width: 600px;
  box-shadow: 0 4px 24px rgba(44, 83, 100, 0.18);
  padding: 40px 20px;
  text-align: center;
}

#contact a {
  color: #25d366;
  font-weight: bold;
  font-size: 1.15rem;
  text-decoration: none;
  background: #fffbe6;
  padding: 4px 12px;
  border-radius: 8px;
  transition: background 0.3s, color 0.3s;
}

#contact a:hover {
  background: #ffd700;
  color: #1a1a2e;
}

/* ...existing code... */







/* ...existing code... */

/* Responsive grid: 3 columns desktop, 2 tablet, 1 mobile */
.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin: 0 auto;
  max-width: 1200px;
}

.card {
  width: 30%;
  min-width: 260px;
  max-width: 340px;
  flex: 0 1 30%;
  box-sizing: border-box;
  /* ...other card styles... */
}

/* Tablet: 2 columns */
@media (max-width: 1000px) {
  .card {
    width: 45%;
    flex: 0 1 45%;
  }
}

/* Mobile: 1 column */
@media (max-width: 700px) {
  .grid {
    gap: 18px;
  }
  .card {
    width: 95%;
    flex: 0 1 95%;
    margin: 0 auto;
  }
}

/* Make navbar, hero, contact, and footer responsive */
.navbar ul {
  flex-wrap: wrap;
  gap: 24px;
  padding: 16px 0;
}

.hero {
  padding: 40px 10px;
}

#contact {
  padding: 30px 10px;
  max-width: 95vw;
  margin: 32px auto;
  font-size: 1.1rem;
}

footer {
  padding: 14px 0;
  font-size: 1rem;
}

/* ...existing code... */



/* ...existing code... */

.hero {
  position: relative;
  overflow: hidden;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-slider {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-slider .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s;
}

.hero-slider .slide.active {
  opacity: 1;
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  background: rgba(26,26,46,0.5);
  padding: 30px 20px;
  border-radius: 18px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}

/* ...existing code... */


/* Make header and slider fill the full width and height */
.hero {
  position: relative;
  width: 100%;
  height: 350px; /* Adjust height as needed */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-slider {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-slider .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 1s;
}

.hero-slider .slide.active {
  opacity: 1;
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  background: rgba(26,26,46,0.5);
  padding: 30px 20px;
  border-radius: 18px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}











@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
  background: linear-gradient(135deg, #0f2027, #2c5364);
  color: #fff;
  margin: 0;
}

.navbar {
  position: sticky;
  top: 0;
  background: #0f2027;
  border-bottom: 2px solid #ffd700;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
  z-index: 9999;
}

.navbar ul {
  display: flex;
  justify-content: center;
  gap: 24px;
  list-style: none;
  padding: 14px 0;
  margin: 0;
}

.navbar a {
  color: #ffd700;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s;
}

.navbar a:hover {
  color: #ffffff;
}

.hero {
  background: linear-gradient(90deg, #1a1a2e 60%, #ffd700 100%);
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

section {
  padding: 40px 20px;
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.card {
  background: #fff;
  color: #1a1a2e;
  border: 2px solid #ffd700;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.25);
}

.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  border: 2px solid #ffd700;
  margin-bottom: 12px;
}

input, select, textarea {
  width: 90%;
  max-width: 400px;
  padding: 12px;
  margin: 10px auto;
  border: 1px solid #ccc;
  border-radius: 8px;
  display: block;
  font-size: 1rem;
}

.btn, .book-btn {
  background: #ffd700;
  color: #1a1a2e;
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  margin-top: 12px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  border: none;
}

.btn:hover, .book-btn:hover {
  background: #fff;
  color: #ffd700;
}

footer {
  background: #0f2027;
  color: #ffd700;
  text-align: center;
  padding: 20px;
  font-size: 0.9rem;
}

.footer-nav a {
  color: #ffd700;
  margin: 0 8px;
  text-decoration: none;
  font-weight: 600;
}

.footer-nav a:hover {
  color: #ffffff;
}

.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25D366;
  color: white;
  padding: 16px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  transition: background 0.3s;
}

.whatsapp-btn:hover {
  background: #128C7E;
}








.card-slider {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 12px;
}

.card-slider .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.card-slider .slide.active {
  opacity: 1;
}










.hero-header {
    position: relative;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-header {
    position: relative;
    width: 100%;
    height: 60vh; /* 60% of viewport height for responsiveness */
    min-height: 400px; /* ensures on small screens it remains visible */
    max-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.hero-header::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.3), rgba(0,0,0,0.6)); /* gradient for shine */
}

.hero-content {
    position: relative;
    color: #ffd700; /* luxurious gold */
    z-index: 1;
    max-width: 90%;
    padding: 20px;
    text-shadow: 0 0 10px rgba(255,215,0,0.7), 0 0 20px rgba(255,215,0,0.5);
}

.hero-content h1 {
    font-size: 3rem; /* larger heading */
    font-weight: 700;
    margin: 0;
}

.hero-content p {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 15px;
}


.hero-header {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 400px;
    max-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    filter: brightness(1.1) saturate(1.2); /* enhance shine */
}

.hero-header::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(45deg, rgba(255,215,0,0.15), rgba(255,215,0,0.05));
    mix-blend-mode: screen;
    pointer-events: none;
}








.hero-header {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 400px;
    max-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    filter: brightness(1.05) saturate(1.1);
}

.hero-header::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(45deg, rgba(255,215,0,0.1), rgba(255,215,0,0.05));
    mix-blend-mode: screen;
    pointer-events: none;
}

.hero-content {
    position: relative;
    color: #ffffff;
    z-index: 1;
    max-width: 90%;
    padding: 20px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
}

.hero-content p {
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 15px;
}


.modal {
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  position: relative;
}
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
.modal-content input,
.modal-content textarea {
  width: 100%;
  padding: 8px;
  margin: 6px 0 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
}









  .grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .card {
    max-width: 280px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    padding: 16px;
  }
  .card-slider img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .toggle-label {
    color: #0056b3;
    cursor: pointer;
    user-select: none;
    font-weight: 600;
  }
  .toggle-label:hover {
    text-decoration: underline;
  }
  .toggle-content {
    margin-top: 8px;
    margin-bottom: 12px;
    font-size: 0.9em;
    color: #333;
  }
  ul {
    padding-left: 20px;
    margin: 0;
  }
  .btn {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #2c3e50;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 12px;
  }
  .btn:hover {
    background-color: #1a252f;
  }









.modal-content input[type="time"] {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  margin-bottom: 10px;
  box-sizing: border-box;
}











.modal-content {
  background-color: #fff;
  width: 100%;
  max-width: 500px;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
}

.modal-content input,
.modal-content select,
.modal-content textarea {
  width: 100%;
  font-size: 16px;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}

.modal-content label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

.modal-content .btn {
  padding: 12px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  background-color: #25D366;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.modal-content .btn:hover {
  background-color: #1ebe58;
}

@media screen and (max-width: 480px) {
  .modal-content {
    padding: 15px;
    border-radius: 8px;
  }

  .modal-content input,
  .modal-content select,
  .modal-content textarea {
    font-size: 15px;
    padding: 10px;
  }

  .modal-content .btn {
    font-size: 15px;
    padding: 10px;
  }
}






.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 15px;
  overflow-y: auto;
  z-index: 9999;
}




 
/* Ensure modal takes full screen on mobile */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow-y: auto;
  z-index: 9999;
}

/* Responsive modal content */
.modal-content {
  background-color: #fff;
  width: 100%;
  max-width: 500px;
  padding: 20px;
  border-radius: 8px;
  box-sizing: border-box;
}

/* Full width inputs on small screens */
.modal-content input,
.modal-content select,
.modal-content textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 1rem;
  box-sizing: border-box;
}

.modal-content label {
  font-weight: bold;
  display: block;
  margin: 10px 0 5px;
}

.modal-content .btn {
  font-size: 1rem;
}














