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



.logo {
  height: auto;
  max-height: 300px;
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}



.navbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 20px;
}

.navbar a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.banner {
  background: url('background.jpg') no-repeat center center/cover;
  color: white;
  text-align: center;
  padding: 100px 20px;
}

.cta-button {
  background: #0a3d62;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
}



.banner {
  background: url('background.jpg') no-repeat center center/cover;
  color: white;
  text-align: center;
  padding: 100px 20px;
  position: relative;
  z-index: 1;
}

.overlay-content {
  background-color: rgba(0, 0, 0, 0.6); /* semi-transparent black */
  padding: 40px;
  border-radius: 12px;
  max-width: 1200px;
  margin: 40px auto 0 auto;
}

.intro, .pillars, .cta-buttons {
  color: #fff;
}

.pillars .pillar {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.content-section {
  background-color: rgba(0, 0, 0, 0.3);  /* more transparent */
  color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  max-width: 1000px;
  margin: 40px auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
.content-section h1 {
  margin-bottom: 20px;
}

/* Consistent font and spacing across all elements */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  font-size: 16px;
  color: #333;
  background-color: #f4f4f9;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
}

p {
  margin-bottom: 15px;
}

ul {
  padding-left: 20px;
}

.content-section, .form-container, .cta-buttons, .intro, .pillars {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 15px;
}

.product {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.product h3 {
  font-size: 22px;
}
.product p {
  font-size: 18px;
}
.product form {
  margin: 10px 0;
}

.product {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 25px;
  margin: 20px auto;
  border-radius: 10px;
  max-width: 600px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.product h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.product p {
  font-size: 16px;
  margin-bottom: 10px;
}
.product button {
  background-color: #0a3d62;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
}
.product button:hover {
  background-color: #064273;
}

.contact-form {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.contact-form input,
.contact-form textarea {
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  border: none;
}
.contact-form button {
  background-color: #0a3d62;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
.contact-form button:hover {
  background-color: #064273;
}

.contact-form input,
.contact-form textarea {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ccc;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #666;
}


body {
  background-image: url('earth_sunrise_background.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.page-background {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 50px 20px;
  min-height: calc(100vh - 240px);
}


.booking-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}
.booking-form input,
.booking-form select,
.booking-form textarea {
  padding: 10px;
  font-size: 1rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  background-color: #ffffff;
  color: #000;
}
.booking-form button {
  padding: 12px;
  background-color: #009688;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}
.booking-form button:hover {
  background-color: #00796b;
}


.logo-wrapper {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
  text-align: center;
}

.navbar {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px 0;
}

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

.navbar li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
}

.navbar li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

footer {
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  padding: 20px;
  color: white;
  margin-top: 40px;
}
