/* WEDDINGS AND HONEYMOONS MODULE */

/*? Hero Section */

.hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  min-height: 780px;
  padding: 600px 60px 300px 60px;
  background: url("https://res.cloudinary.com/monkeytours/image/upload/v1759273521/Azura2025/ContactUs/contact-hero-background.png") center bottom 20% / cover no-repeat;
}

.hero-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #2f2f2f2b 0%, #2f2f2f 70%);
  mix-blend-mode: multiply;
}

.hero-content {
  width: 55%;
  position: relative;
  z-index: 1;
}

.hero-pretitle {
  font-weight: 100;
  font-size: 34px;
  color: white;
  text-align: center;
  font-family: var(--font-secondary);
  margin: 0;
  padding: 0;
}

.hero-title {
  font-size: 48px;
  color: white;
  font-weight: 200;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin: 0;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.hero-subtitle {
  margin: 0px;
  font-size: 18px;
  font-weight: 400;
  color: white;
  padding-top: 20px;
  text-align: center;
}

.paragraph {
  position: relative;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
}

/* ? Contact Section */

.contact-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F7EFEC;
  padding: 30px 60px;
  gap: 100px;
  min-height: 400px;
  height: 50vh;
}


/* * Form Styling */

.contact-form-div {
  display: flex;
  flex-direction: column;
  width: 40%;
  padding: 50px 40px;
  background-color: white;
  border: 1px solid #F8E0D8;
  border-radius: 14px;
}

.contact-form-title-container {
  margin-bottom: 30px;
}

.form-title {
  text-align: center;
  font-size: 26px;
  color: #B1897C;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #BFBFBF;
  text-align: center;
}

.paragraph.form {
  width: auto;
  text-align: center;
}

.paragraph.form-section-title {
  width: auto;
  font-size: 20px;
  font-weight: 800;
  color: #744C3E;
  margin-bottom: 14px;
}

.form-container {
  display: flex;
  flex-direction: column;
}

.contact-form {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}

.form-group {
  display: flex;
  align-items: center;
  width: 100%;
}

.form-label {
  font-size: 14px;
  width: 30%;
}

.form-input {
  width: 100%;
  border: 1px solid black;
}

.form-group.message {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 14px;
}

.form-group.button {
  display: flex;
  justify-content: center;
}

.form-submit-btn {
  cursor: pointer;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1;
  padding: var(--button-padding-default-xs);
  font-size: var(--font-size-xxs);
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing-xs);
  background-color: #b3897b;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  transition: background-color 0.3s;
  border: none;
}

.form-submit-btn:hover {
  background-color: #8c6b5f;
  color: #fff;
}

/* * Contact Info Styling */

.contact-info-div {
  width: 50%;
}

.paragraph.contact {
  width: auto;
  font-size: 20px;
  font-weight: 800;
  color: #744C3E;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #BFBFBF;
}

.contact-info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 0;
}

.contact-info-item {
  font-size: 16px;
  margin: 0;
  padding: 0;
  gap: 4px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: start;
}

.contact-info-item::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 4px;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-info-item:nth-child(1)::before {
  background-image: url("https://dev.azuraresorts.com/wp-content/uploads/address.svg");
}

.contact-info-item:nth-child(2)::before {
  background-image: url("https://dev.azuraresorts.com/wp-content/uploads/phone.svg");
}

.contact-info-item:nth-child(3)::before {
  background-image: url("https://dev.azuraresorts.com/wp-content/uploads/phone.svg");
}

.contact-info-item:nth-child(4)::before {
  background-image: url("https://dev.azuraresorts.com/wp-content/uploads/whatsapp.svg");
}

.contact-info-item:nth-child(5)::before {
  background-image: url("https://dev.azuraresorts.com/wp-content/uploads/email.svg");
}

.contact-info-item.social:nth-child(1)::before {
  background-image: url("https://dev.azuraresorts.com/wp-content/uploads/facebook-icon.svg");
}

.contact-info-item.social:nth-child(2)::before {
  background-image: url("https://dev.azuraresorts.com/wp-content/uploads/instagram-icon.svg");
}

.contact-info-link {
  color: inherit;
  text-decoration: underline !important;
}

/* * Map Section */

.map-section {
  margin-bottom: -10px;
}

/* .map-section {
  position: relative;
  margin-bottom: -10px;
  z-index: -1;
} */

/* 
.map-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 500px;
  top: 0;
  left: 0;
  background-color: #2f2f2f27;
  z-index: 0;
} */

/* .map-overlay {
  position: absolute;
  width: 200px;
  height: 100px;
  top: 30px;
  right: 30px;
  background-color: #2f2f2f27;
  z-index: 10;
} */

/* .map-iframe-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.map-iframe {
  pointer-events: none;
  transition: filter 0.3s ease;
}

.map-iframe-wrapper.active .map-iframe {
  pointer-events: auto;
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  z-index: 10;
}

.map-overlay:hover {
  background: rgba(0, 0, 0, 0.1);
}

.map-overlay-text {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  padding: 12px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  transition: all 0.3s ease;
}

.map-overlay:hover .map-overlay-text {
  background: rgba(255, 255, 255, 1);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.map-iframe-wrapper.active .map-overlay {
  display: none;
}

.map-wrapper {
  position: relative;
  width: 100%;
} */

/*! Media Queries - 1200px to ? */

@media (max-width: 1200px) {
  .contact-container {
    gap: 40px;
    padding: 30px;
  }

  .contact-form-div {
    width: 50%;
  }
}

@media (max-width: 1100px) {
  .contact-container {
    flex-direction: column;
    height: auto;
  }

  .contact-form-div {
    width: 80%;
  }

  .contact-info-div {
    width: 80%;
  }
}

@media (max-width: 900px) {

  /*? Hero Section */

  .hero-section {
    padding: 400px 60px 120px 60px;
    height: 100vh;
  }

  .hero-content {
    width: 100%;
  }

  .paragraph {
    width: auto;
  }

  .contact-form-div {
    width: 100%;
  }

  .contact-info-div {
    width: 100%;
  }
}

@media (max-width: 800px) {

  .contact-container {
    padding: 0px;
  }

  .contact-form-div {
    padding: 50px 30px;
    border: none;
    border-radius: 0px;
  }

  .contact-info-div {
    padding: 0px 30px 30px 30px;
  }

}

@media (max-width: 600px) {

  /*? Hero Section  */

  .hero-section {
    padding: 300px 30px 50px 30px;
  }

  .intro-content-decals {
    padding-left: 30px;
  }

  .hero-title {
    font-size: 30px;
  }

  .paragraph {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .hero-section {
    padding-top: 400px;
  }

  .hero-subtitle {
    font-size: 20px;
  }
}

/* Map responsive adjustments */
@media (max-width: 768px) {
  .map-overlay-text {
    font-size: 12px;
    padding: 10px 16px;
  }

  .map-iframe {
    height: 350px;
  }
}

@media (max-width: 480px) {
  .map-overlay-text {
    font-size: 11px;
    padding: 8px 14px;
  }

  .map-iframe {
    height: 300px;
  }
}

/* Google Maps */

/* NOT WORKING */

iframe body .place-card-large {
  display: none !important;
  /* Hides the place card */
}

/* OpenStreetMap */

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  display: none !important;
}