/* Start custom CSS for html, class: .elementor-element-b917d71 *//* ==================================================
   ABUNDANCE COMMUNITY HALLS
   CONTACT & ENQUIRIES PAGE
================================================== */

:root {
  --ach-navy: #081b2e;
  --ach-navy-light: #102c46;
  --ach-gold: #c79a3b;
  --ach-gold-dark: #a97922;
  --ach-ivory: #faf7f0;
  --ach-cream: #f5f0e6;
  --ach-white: #ffffff;
  --ach-text: #292929;
  --ach-muted: #6a6a6a;
  --ach-border: #e8e1d5;

  --ach-serif: "Playfair Display", Georgia, serif;
  --ach-sans: "Montserrat", Arial, sans-serif;
}


/* =========================
   GENERAL
========================= */

.ach-contact-page {
  overflow: hidden;
  background: var(--ach-white);
  color: var(--ach-text);
  font-family: var(--ach-sans);
}

.ach-contact-page * {
  box-sizing: border-box;
}

.ach-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.ach-section {
  padding: 95px 0;
}

.ach-contact-page h1,
.ach-contact-page h2,
.ach-contact-page h3 {
  margin-top: 0;
  color: var(--ach-navy);
  font-family: var(--ach-serif);
}

.ach-contact-page h2 {
  margin-bottom: 20px;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.12;
}

.ach-contact-page p {
  font-size: 16px;
  line-height: 1.8;
}

.ach-section-label {
  display: block;
  margin-bottom: 18px;
  color: var(--ach-gold);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ach-section-heading {
  max-width: 760px;
  margin: 0 auto 55px;
  text-align: center;
}

.ach-section-heading p {
  color: var(--ach-muted);
}

.ach-gold-line {
  width: 52px;
  height: 2px;
  margin: 0 0 25px;
  background: var(--ach-gold);
}

.ach-gold-line.centered {
  margin: 0 auto 24px;
}


/* =========================
   BUTTONS
========================= */

.ach-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 25px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .5px;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all .25s ease;
}

.ach-btn:hover {
  transform: translateY(-2px);
}

.ach-btn-gold {
  border: 1px solid var(--ach-gold);
  background: var(--ach-gold);
  color: var(--ach-navy) !important;
}

.ach-btn-gold:hover {
  border-color: var(--ach-gold-dark);
  background: var(--ach-gold-dark);
  color: var(--ach-white) !important;
}

.ach-btn-navy {
  border: 1px solid var(--ach-navy);
  background: var(--ach-navy);
  color: var(--ach-white) !important;
}

.ach-btn-navy:hover {
  border-color: var(--ach-gold);
  background: var(--ach-gold);
  color: var(--ach-navy) !important;
}

.ach-btn-light-outline {
  border: 1px solid rgba(255,255,255,.75);
  background: transparent;
  color: var(--ach-white) !important;
}

.ach-btn-light-outline:hover {
  background: var(--ach-white);
  color: var(--ach-navy) !important;
}


/* =========================
   HERO
========================= */

.ach-contact-hero {
  background: var(--ach-ivory);
}

.ach-contact-hero-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  min-height: 570px;
}

.ach-contact-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 70px 80px 0;
}

.ach-contact-hero-copy h1 {
  max-width: 560px;
  margin-bottom: 22px;
  font-size: clamp(48px, 6vw, 70px);
  line-height: 1.02;
}

.ach-contact-hero-copy p {
  max-width: 600px;
  color: #515151;
}

.ach-contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.ach-contact-hero-image {
  min-height: 570px;
}

.ach-contact-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 570px;
  object-fit: cover;
}


/* =========================
   CONTACT DETAILS
========================= */

.ach-contact-details {
  background: var(--ach-white);
}

.ach-contact-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.ach-contact-panel {
  padding-right: 20px;
}

.ach-contact-panel > p {
  color: var(--ach-muted);
}

.ach-contact-group {
  margin: 35px 0;
}

.ach-contact-group h3 {
  margin-bottom: 18px;
  font-family: var(--ach-sans);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.ach-contact-link {
  display: flex;
  align-items: center;
  gap: 13px;
  width: fit-content;
  margin-bottom: 13px;
  color: var(--ach-navy) !important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none !important;
  transition: color .2s ease;
}

.ach-contact-link span {
  width: 24px;
  color: var(--ach-gold);
}

.ach-contact-link:hover {
  color: var(--ach-gold-dark) !important;
}


/* ADDRESS */

.ach-address {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 28px;
  color: var(--ach-text);
  line-height: 1.6;
}

.ach-address strong {
  margin-bottom: 3px;
  color: var(--ach-navy);
}


/* MAP */

.ach-map-frame {
  width: 100%;
  height: 380px;
  overflow: hidden;
  border: 1px solid var(--ach-border);
  background: #eee;
}

.ach-map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.ach-text-link {
  display: inline-block;
  margin-top: 16px;
  color: var(--ach-gold-dark) !important;
  font-weight: 700;
  text-decoration: none !important;
}


/* =========================
   HOW TO ENQUIRE
========================= */

.ach-enquiry-process {
  background: var(--ach-ivory);
}

.ach-process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

/* horizontal joining line */

.ach-process-grid::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 16.6%;
  right: 16.6%;
  height: 1px;
  background: var(--ach-border);
}

.ach-process-step {
  position: relative;
  padding: 0 38px;
  text-align: center;
}

.ach-process-number {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: var(--ach-gold);
  color: var(--ach-navy);
  font-family: var(--ach-serif);
  font-size: 23px;
  font-weight: 700;
}

.ach-process-icon {
  margin-bottom: 15px;
  color: var(--ach-gold);
  font-size: 28px;
}

.ach-process-step h3 {
  margin-bottom: 12px;
  font-family: var(--ach-sans);
  font-size: 16px;
  font-weight: 700;
}

.ach-process-step p {
  color: var(--ach-muted);
  font-size: 14px;
  line-height: 1.7;
}


/* =========================
   NOTICE BOX
========================= */

.ach-notice-section {
  padding: 80px 0;
  background: var(--ach-white);
}

.ach-notice-box {
  position: relative;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 28px;
  padding: 42px 48px;
  border: 1px solid #ead8ad;
  border-radius: 6px;
  background:
    linear-gradient(
      135deg,
      #fffaf0,
      #f7ecd2
    );
}

.ach-notice-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border: 1px solid var(--ach-gold);
  border-radius: 50%;
  color: var(--ach-gold-dark);
  font-family: var(--ach-serif);
  font-size: 30px;
  font-style: italic;
}

.ach-notice-content h2 {
  margin-bottom: 15px;
  font-size: 36px;
}

.ach-notice-content p {
  margin: 8px 0;
}


/* =========================
   IMAGE CTA
========================= */

.ach-contact-image-strip {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;

  /* REPLACE WITH ONE OF YOUR WIDE HALL PHOTOS */
  background:
    url("YOUR-CONTACT-CTA-IMAGE.jpg")
    center center / cover no-repeat;
}

.ach-contact-strip-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(5,20,34,.9),
      rgba(5,20,34,.65),
      rgba(5,20,34,.25)
    );
}

.ach-contact-strip-content {
  position: relative;
  z-index: 2;
}

.ach-contact-strip-content h2 {
  max-width: 720px;
  color: var(--ach-white);
  font-size: clamp(40px, 5vw, 58px);
}

.ach-contact-strip-content p {
  max-width: 620px;
  color: rgba(255,255,255,.88);
}

.ach-label-light {
  color: var(--ach-gold);
}

.ach-final-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}


/* =========================
   CONTACT SUMMARY
========================= */

.ach-contact-summary {
  padding: 55px 0;
  background: var(--ach-navy);
}

.ach-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.ach-summary-item {
  display: flex;
  gap: 18px;
  padding: 12px 35px;
}

.ach-summary-item:not(:last-child) {
  border-right: 1px solid rgba(255,255,255,.15);
}

.ach-summary-icon {
  padding-top: 3px;
  color: var(--ach-gold);
  font-size: 28px;
}

.ach-summary-item h3 {
  margin-bottom: 8px;
  color: var(--ach-white);
  font-family: var(--ach-sans);
  font-size: 14px;
}

.ach-summary-item p {
  margin: 0;
  color: rgba(255,255,255,.75);
  font-size: 13px;
  line-height: 1.7;
}

.ach-summary-item a {
  color: rgba(255,255,255,.8) !important;
  text-decoration: none !important;
}

.ach-summary-item a:hover {
  color: var(--ach-gold) !important;
}


/* =========================
   TABLET
========================= */

@media (max-width: 1024px) {

  .ach-section {
    padding: 70px 0;
  }

  .ach-contact-hero-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ach-contact-hero-copy {
    padding-right: 40px;
  }

  .ach-contact-columns {
    gap: 45px;
  }

  .ach-process-step {
    padding: 0 22px;
  }

  .ach-summary-item {
    padding: 12px 20px;
  }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

  .ach-container {
    width: min(100% - 34px, 1180px);
  }

  .ach-section {
    padding: 55px 0;
  }


  /* HERO */

  .ach-contact-hero-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .ach-contact-hero-copy {
    width: min(100% - 34px, 1180px);
    margin: auto;
    padding: 65px 0;
  }

  .ach-contact-hero-copy h1 {
    font-size: 44px;
  }

  .ach-contact-hero-image {
    min-height: 390px;
  }

  .ach-contact-hero-image img {
    min-height: 390px;
  }

  .ach-contact-hero-actions {
    flex-direction: column;
  }

  .ach-contact-hero-actions .ach-btn {
    width: 100%;
  }


  /* CONTACT */

  .ach-contact-columns {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .ach-contact-panel {
    padding-right: 0;
  }

  .ach-map-frame {
    height: 320px;
  }


  /* PROCESS */

  .ach-process-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .ach-process-grid::before {
    display: none;
  }

  .ach-process-step {
    max-width: 460px;
    margin: auto;
    padding: 0;
  }


  /* NOTICE */

  .ach-notice-section {
    padding: 55px 0;
  }

  .ach-notice-box {
    grid-template-columns: 1fr;
    padding: 32px 25px;
  }

  .ach-notice-icon {
    width: 55px;
    height: 55px;
  }

  .ach-notice-content h2 {
    font-size: 32px;
  }


  /* IMAGE CTA */

  .ach-contact-image-strip {
    min-height: 520px;
  }

  .ach-contact-strip-overlay {
    background: rgba(5,20,34,.69);
  }

  .ach-final-buttons {
    flex-direction: column;
  }

  .ach-final-buttons .ach-btn {
    width: 100%;
  }


  /* SUMMARY */

  .ach-summary-grid {
    grid-template-columns: 1fr;
  }

  .ach-summary-item {
    padding: 22px 0;
  }

  .ach-summary-item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.15);
  }

}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {

  .ach-contact-page h2 {
    font-size: 34px;
  }

  .ach-contact-hero-copy h1 {
    font-size: 39px;
  }

  .ach-contact-link {
    font-size: 14px;
  }

}/* End custom CSS */