body.policy-page {
  background-color: #ffffff;
  color: #000000;
  padding: 0 20px;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #212C95;
    color: #333;
}

.hero {
    background: linear-gradient(to right, #00c6ff, #0072ff);
    color: white;
    padding: 80px 20px;
    text-align: center;
}

.btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 25px;
    background: white;
    color: #0072ff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.section {
    padding: 40px 20px;
    text-align: center;
}

.resorts {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.card {
    background: white;
    padding: 20px;
    width: 200px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

form {
    max-width: 400px;
    margin: auto;
}

form input, form button {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
}

footer {
    background: #0072ff;
    color: white;
    padding: 15px;
    text-align: center;
}
.card img {
    width: 100%;
    border-radius: 8px;
    height: 140px;
    object-fit: cover;
}

.card h3 {
    margin: 10px 0 5px;
}
.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: white;
    padding: 12px 18px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
}
#contact {
  max-width: 600px;
  margin: 60px auto;
  text-align: center;
}

#contact input,
#contact textarea {
  width: 100%;
  padding: 14px;
  margin: 10px 0;
  border: 1px solid #ddd;
}

#contact button {
  background: #c9a24d; /* luxury gold */
  color: #fff;
  padding: 14px;
  border: none;
  cursor: pointer;
}
/* HERO BACKGROUND */
.hero {
  height: 100vh;
  background: url('maldives.jpg') center/cover no-repeat;
  position: relative;
}

.hero-overlay {
  background: rgba(0, 0, 0, 0.55);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  color: #fff;
  text-align: center;
  max-width: 520px;
  padding: 40px;
}

/* FORM STYLING */
.contact-form {
  margin-top: 30px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(12px);
  padding: 30px;
  border-radius: 16px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px;
  margin: 10px 0;
  border-radius: 10px;
  border: none;
  font-size: 15px;
}

.contact-form textarea {
  min-height: 120px;
}

.contact-form button {
  background: linear-gradient(135deg, #c9a24d, #e7c77d);
  color: #000;
  font-weight: 600;
  padding: 14px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
}

.contact-form button:hover {
  opacity: 0.9;
}
.reg {
  font-size: 0.6em;
  vertical-align: super;
  margin-left: 2px;
}
.privacy-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #0c2d3a;
  color: #ffffff;
  padding: 14px 20px;
  text-align: center;
  z-index: 9999;
  font-size: 14px;
}
.privacy-banner a {
  color: #f3c77c;
  text-decoration: underline;
}
.privacy-banner button {
  margin-left: 12px;
  padding: 7px 18px;
  background: #f3c77c;
  border: none;
  font-weight: 600;
  cursor: pointer;
}
