/* Base styles */
body {
  margin: 0;
  font-family: 'Helvetica Neue', sans-serif;
  background-color: #000;
background-image: linear-gradient(to right, #243949 0%, #517fa4 100%);
  /* ensure it covers the screen: */
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}

/* Container for content (various sizes used throughout) */
.container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  color: white;
}

/* Headings */
.container h2 {
  color: #d4b062;
  font-size: 2.5rem;
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
}

.container h3 {
  color: #053b36;
  font-size: 1.8rem;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}

/* Paragraphs */
.container p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #ddd;
  margin-bottom: 20px;
}

/* List items */
.container ul {
  list-style-type: disc;
  padding-left: 20px;
  color: #ccc;
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.container ul li {
  margin-bottom: 10px;
}

/* Footer */
footer {
  text-align: center;
  padding: 20px;
  background-color: #000;
  color: white;
  font-size: 0.9rem;
}

footer p {
  margin: 5px 0;
  color: #ccc;
}

footer a {
  color: #d4b062;
  text-decoration: none;
}

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

footer p a[href*="instagram.com"] {
  color: #d4b062;
  font-weight: 600;
  text-decoration: none;
}

footer p a[href*="instagram.com"]:hover {
  color: #fff;
  text-decoration: underline;
}


.footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #000;
  padding: 30px 60px;
  color: white;
  font-size: 0.95rem;
  gap: 20px;
}

.footer-left,
.footer-center,
.footer-right {
  flex: 1;
  min-width: 220px;
}

.footer-center {
  text-align: center;
}

.footer-right {
  text-align: right;
}

footer a {
  color: #d4b062;
  text-decoration: none;
}

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

.footer-right p,
.footer-left p,
.footer-center p {
  margin: 8px 0;
  color: #ccc;
}

.footer-left {
  text-align: left;
  margin-left: 0;
  padding-left: 0;
  align-items: flex-start;
}

.footer-right iframe {
  width: 100%;
  max-width: 300px;
  border: none;
}

.footer-right a {
  color: #d4b062;
  text-decoration: none;
  font-size: 0.9rem;
}

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

.footer-right .address-map {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.footer-right .address-text {
  color: #ccc;
  font-size: 0.95rem;
  line-height: 1.4;
  min-width: 150px;
  text-align: left;
}

.footer-right .map-embed iframe {
  width: 180px;
  height: 120px;
  border: none;
  border-radius: 8px;
}

.footer-right .map-embed a {
  color: #d4b062;
  font-size: 0.85rem;
  text-decoration: none;
}

.footer-right .map-embed a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .footer-right .address-map {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-right .map-embed {
    text-align: left;
  }
}

.footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #000;
  padding: 30px 60px;
  color: white;
  font-size: 0.95rem;
  gap: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-column {
  flex: 1;
  min-width: 220px;
  padding: 0 20px;
  position: relative;
}

/* Vertical dividers between columns */
.footer-column:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.footer-center {
  text-align: center;
}

.footer-left {
  text-align: left;
}

.footer-right {
  text-align: right;
}

.footer-right .address-map {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.footer-right .address-text {
  color: #ccc;
  font-size: 0.95rem;
  line-height: 1.4;
  min-width: 150px;
  text-align: left;
}

.footer-right .map-embed iframe {
  width: 180px;
  height: 120px;
  border: none;
  border-radius: 8px;
}

.footer-right .map-embed a {
  color: #d4b062;
  font-size: 0.85rem;
  text-decoration: none;
}

.footer-right .map-embed a:hover {
  text-decoration: underline;
}
