.elementor-171 .elementor-element.elementor-element-24fc85a{width:100%;max-width:100%;}.elementor-171 .elementor-element.elementor-element-24fc85a.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-24fc85a *//* ==================================================
   ABUNDANCE COMMUNITY HALLS
   HALL & GALLERY 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-hall-page {
  background: var(--ach-white);
  color: var(--ach-text);
  font-family: var(--ach-sans);
  overflow: hidden;
}

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

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

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

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

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

.ach-hall-page h3 {
  margin-bottom: 12px;
}

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

.ach-section-label,
.ach-eyebrow {
  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 50px;
  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;
}

.ach-emphasis {
  color: var(--ach-navy) !important;
  font-weight: 700;
}


/* BUTTONS */

.ach-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 25px;
  border-radius: 3px;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 13px;
  font-weight: 700;
  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-light-outline {
  border: 1px solid rgba(255,255,255,.7);
  background: transparent;
  color: var(--ach-white) !important;
}

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


/* HERO */

.ach-hall-hero {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;

  background:
    url("https://abundancecommunityhalls.org/wp-content/uploads/2026/08/reception.jpg")
    center center / cover no-repeat;
}

.ach-hall-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(3,18,31,.58);
}

.ach-hall-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.ach-hall-hero h1 {
  margin-bottom: 16px;
  color: var(--ach-white);
  font-size: clamp(52px, 7vw, 78px);
}

.ach-hall-hero p {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255,255,255,.92);
  font-size: 18px;
}


/* INTRO */

.ach-hall-intro {
  background: var(--ach-white);
}

.ach-two-col {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 65px;
  align-items: center;
}

.ach-content p {
  color: #4d4d4d;
}

.ach-image-card {
  position: relative;
}

.ach-image-card::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 72%;
  height: 70%;
  border: 2px solid var(--ach-gold);
  z-index: 0;
}

.ach-image-card img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 490px;
  object-fit: cover;
}


/* VENUE HIGHLIGHTS */

.ach-venue-highlights {
  background: var(--ach-ivory);
}

.ach-highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--ach-border);
  border-left: 1px solid var(--ach-border);
}

.ach-highlight-card {
  min-height: 230px;
  padding: 34px 26px;
  text-align: center;
  border-right: 1px solid var(--ach-border);
  border-bottom: 1px solid var(--ach-border);
  background: rgba(255,255,255,.36);
}

.ach-highlight-icon {
  margin-bottom: 17px;
  color: var(--ach-gold);
  font-size: 34px;
}

.ach-highlight-card h3 {
  font-family: var(--ach-sans);
  font-size: 15px;
  font-weight: 700;
}

.ach-highlight-card p {
  margin-bottom: 0;
  color: var(--ach-muted);
  font-size: 13px;
  line-height: 1.7;
}


/* GALLERY */

.ach-full-gallery {
  background: var(--ach-white);
}

.ach-gallery-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-bottom: 35px;
}

.ach-filter {
  padding: 10px 18px;
  border: 1px solid var(--ach-border);
  border-radius: 3px;
  background: var(--ach-white);
  color: var(--ach-navy);
  cursor: pointer;
  font-family: var(--ach-sans);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all .25s ease;
}

.ach-filter:hover,
.ach-filter.active {
  border-color: var(--ach-gold);
  background: var(--ach-gold);
  color: var(--ach-navy);
}

.ach-gallery-masonry {
  columns: 3;
  column-gap: 12px;
}

.ach-gallery-photo {
  position: relative;
  display: block;
  margin: 0 0 12px;
  overflow: hidden;
  break-inside: avoid;
  opacity: 1;
  transform: scale(1);
  transition:
    opacity .25s ease,
    transform .25s ease;
}

.ach-gallery-photo img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform .5s ease;
}

.ach-gallery-photo::after {
  content: "View Image";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8,27,46,.5);
  color: var(--ach-white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity .3s ease;
}

.ach-gallery-photo:hover img {
  transform: scale(1.04);
}

.ach-gallery-photo:hover::after {
  opacity: 1;
}

.ach-gallery-photo.ach-hidden {
  display: none;
}


/* EVENT SHOWCASE */

.ach-event-showcase {
  background: var(--ach-ivory);
}

.ach-showcase-row {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 70px;
  align-items: center;
  margin-bottom: 95px;
}

.ach-showcase-row:last-child {
  margin-bottom: 0;
}

.ach-showcase-row.ach-reverse .ach-showcase-image {
  order: 2;
}

.ach-showcase-row.ach-reverse .ach-showcase-content {
  order: 1;
}

.ach-showcase-image img {
  display: block;
  width: 100%;
  height: 470px;
  object-fit: cover;
}

.ach-showcase-content p {
  color: var(--ach-muted);
}


/* FINAL CTA */

.ach-hall-cta {
  padding: 95px 0;
  text-align: center;
  background:
    linear-gradient(
      135deg,
      #071a2c,
      #102d49
    );
}

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

.ach-hall-cta h2 {
  max-width: 850px;
  margin: 0 auto 16px;
  color: var(--ach-white);
  font-size: clamp(38px, 5vw, 56px);
}

.ach-hall-cta > .ach-container > p {
  max-width: 650px;
  margin: 0 auto 28px;
  color: rgba(255,255,255,.82);
}

.ach-final-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.ach-small-note {
  margin-top: 18px !important;
  font-size: 12px !important;
}

.ach-note-light {
  color: rgba(255,255,255,.68) !important;
}


/* TABLET */

@media (max-width: 1024px) {

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

  .ach-two-col {
    gap: 40px;
  }

  .ach-highlight-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ach-gallery-masonry {
    columns: 2;
  }

  .ach-showcase-row {
    gap: 40px;
  }

  .ach-showcase-image img {
    height: 400px;
  }

}


/* MOBILE */

@media (max-width: 767px) {

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

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

  .ach-hall-hero {
    min-height: 430px;
  }

  .ach-hall-hero h1 {
    font-size: 48px;
  }

  .ach-hall-hero p {
    font-size: 16px;
  }

  .ach-two-col {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ach-image-card img {
    height: 380px;
  }

  .ach-image-card::after {
    right: -10px;
    bottom: -10px;
  }

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

  .ach-highlight-card {
    padding: 27px 18px;
  }

  .ach-gallery-filter {
    justify-content: flex-start;
  }

  .ach-gallery-masonry {
    columns: 1;
  }

  .ach-showcase-row,
  .ach-showcase-row.ach-reverse {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 65px;
  }

  .ach-showcase-row.ach-reverse .ach-showcase-image,
  .ach-showcase-row.ach-reverse .ach-showcase-content {
    order: initial;
  }

  .ach-showcase-image img {
    height: 340px;
  }

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

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

}


/* SMALL MOBILE */

@media (max-width: 480px) {

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

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

}/* End custom CSS */