/* Contact Page Styles */
.enaya-contact-page-wrapper {
  margin: 6.25rem auto 0; /* Adjusted top margin */
  padding-bottom: 3.75rem;
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
}

/* Contact Hero Section (Get In Touch) */
.enaya-contact-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5625rem;
  margin-bottom: 6.25rem; /* Space between title and cards */
  text-align: center;
  padding: 0 1.25rem;
}

.enaya-contact-eyebrow {
  font-family: "Dubai", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem; /* 16px */
  line-height: 1;
  text-align: center;
  letter-spacing: 0.4375rem; /* 7px */
  text-transform: uppercase;

  /* Gradient Text */
  background: linear-gradient(
    90deg,
    #00818d -13.84%,
    #0b828d -0.84%,
    #288790 22.15%,
    #588e94 52.15%,
    #97989a 86.15%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; /* Fallback */

  position: relative;
  margin-bottom: 0.625rem;
}

.enaya-contact-eyebrow::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 0.5625rem);
  width: 6.375rem;
  height: 0.125rem;
  background: linear-gradient(
    90deg,
    #00818d -13.84%,
    #0b828d -0.84%,
    #288790 22.15%,
    #588e94 52.15%,
    #97989a 86.15%
  );
}

.enaya-contact-eyebrow-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5625rem;
}

.enaya-contact-title {
  font-family: "Lexend", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 4.375rem; /* 70px */
  line-height: 1.05; /* 74px */
  text-align: center;
  letter-spacing: -0.0625rem; /* -1px */
  color: #000000;
  margin: 0;
  max-width: 64.6875rem; /* 1035px */
}

/* Contact Cards Grid */
.enaya-contact-cards-grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 8rem;
  gap: 14.4375rem; /* 231px */
  margin-bottom: 6.25rem;
  flex-wrap: wrap;
  padding: 0 1.25rem;
}

.enaya-contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 14.9375rem; /* 239px */
  text-align: center;
  gap: 0.9375rem; /* 15px gap between icon and text group */
}

/* Icon Container */
.enaya-contact-icon-wrapper {
  width: 4.375rem; /* 70px (from snippet '3' width 70) */
  height: 4.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px; /* Gap handled by parent */
}

.enaya-contact-icon-wrapper img {
  width: 100%;
  height: auto;
}

.enaya-contact-card-title {
  font-family: "Lexend", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.875rem; /* 30px */
  line-height: 1.83; /* 55px */
  text-align: center;
  color: #000000;
  margin: 0;
}

.enaya-contact-card-text {
  font-family: "Dubai", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.375rem; /* 22px */
  line-height: 1.36; /* 30px */
  color: #000000;
  margin: 0;
}

/* Responsive */
@media (max-width: 1200px) {
  .contact-title {
    font-size: 3rem;
  }
  .contact-cards-grid {
    gap: 4rem;
  }
}

@media (max-width: 768px) {
  .contact-hero {
    margin-bottom: 4rem;
  }
  .contact-title {
    font-size: 2.25rem;
  }
  .contact-cards-grid {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
  .enaya-contact-title {
    font-size: 3.375rem;
  }
  .enaya-contact-cards-grid {
    gap: 7.4375rem;
  }
  .enaya-contact-hero {
    margin-bottom: 2.25rem;
  }
}

@media (max-width: 576px) {
  .enaya-contact-title {
    font-size: 1.5rem;
  }
  .enaya-contact-cards-grid {
    gap: 1.4375rem;
  }
}

/* =============================================
   Location Section
   ============================================= */
.enaya-contact-location {
  margin: 0 0.9375rem 6.25rem; /* 15px side margin from Figma */
}

.enaya-contact-location__inner {
  background: rgba(55, 129, 141, 0.1);
  border-radius: 1.25rem; /* 20px */
  padding: 3.625rem 4.6875rem; /* 58px top, 75px sides */
  position: relative;
  overflow: hidden;
}

/* Title block - top area */
.enaya-contact-location__title-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5625rem;
  margin-bottom: 2.125rem; /* space before map */
}

/* Left-aligned eyebrow override */
.enaya-contact-eyebrow--left {
  text-align: left;
}

.enaya-contact-eyebrow--left::after {
  left: 0;
  transform: none;
}

/* Location title */
.enaya-contact-location__title {
  font-family: "Lexend", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 4.375rem; /* 70px */
  line-height: 1.057; /* 74px */
  letter-spacing: -0.0625rem;
  color: #000000;
  margin: 0;
}

/* Map wrapper */
.enaya-contact-location__map-wrapper {
  width: 100%;
  border-radius: 1.25rem; /* 20px */
  overflow: hidden;
  height: 42.1875rem; /* 675px */
}

.enaya-contact-location__map-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
  display: block;
  border-radius: 1.25rem;
}

/* Responsive */
@media (max-width: 1200px) {
  .enaya-contact-location__inner {
    padding: 2.5rem 2rem;
  }
  .enaya-contact-location__title {
    font-size: 3rem;
  }
  .enaya-contact-location__map-wrapper {
    height: 30rem;
  }
}

@media (max-width: 768px) {
  .enaya-contact-location {
    margin: 0 0 4rem;
  }
  .enaya-contact-location__inner {
    padding: 2rem 1.25rem;
    border-radius: 1rem;
  }
  .enaya-contact-location__title {
    font-size: 2.25rem;
  }
  .enaya-contact-location__map-wrapper {
    height: 20rem;
  }
}

@media (max-width: 576px) {
  .enaya-contact-location__title {
    font-size: 1.75rem;
  }
  .enaya-contact-location__map-wrapper {
    height: 15rem;
  }
}
