.elementor-11359 .elementor-element.elementor-element-2e5251d8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:16px 16px;--row-gap:16px;--column-gap:16px;--overlay-opacity:0.77;--margin-top:0px;--margin-bottom:90px;--margin-left:0px;--margin-right:0px;--padding-top:139px;--padding-bottom:139px;--padding-left:0px;--padding-right:0px;}.elementor-11359 .elementor-element.elementor-element-2e5251d8::before, .elementor-11359 .elementor-element.elementor-element-2e5251d8 > .elementor-background-video-container::before, .elementor-11359 .elementor-element.elementor-element-2e5251d8 > .e-con-inner > .elementor-background-video-container::before, .elementor-11359 .elementor-element.elementor-element-2e5251d8 > .elementor-background-slideshow::before, .elementor-11359 .elementor-element.elementor-element-2e5251d8 > .e-con-inner > .elementor-background-slideshow::before, .elementor-11359 .elementor-element.elementor-element-2e5251d8 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#00000080;--background-overlay:'';}.elementor-11359 .elementor-element.elementor-element-2e5251d8 .elementor-background-slideshow__slide__image{background-size:cover;background-position:center center;}.elementor-11359 .elementor-element.elementor-element-2e5251d8.e-con{--flex-grow:1;--flex-shrink:1;}.elementor-11359 .elementor-element.elementor-element-44639446{--spacer-size:50px;}.elementor-11359 .elementor-element.elementor-element-4022d3f{--spacer-size:50px;}.elementor-11359 .elementor-element.elementor-element-7588dfa{--display:flex;}.elementor-11359 .elementor-element.elementor-element-a251ce1 .elementor-heading-title{color:var( --e-global-color-accent );}.elementor-11359 .elementor-element.elementor-element-55e75ba{--spacer-size:0px;}.elementor-11359 .elementor-element.elementor-element-dc8a269{color:var( --e-global-color-accent );}.elementor-11359 .elementor-element.elementor-element-bd139de .thim-ekits-button{text-align:Left;}.elementor-11359 .elementor-element.elementor-element-bd139de .thim-ekits-button a{padding:15px 25px 15px 25px;background-color:#897154;}.elementor-11359 .elementor-element.elementor-element-bd139de .thim-ekits-button a:hover{color:var( --e-global-color-accent );}.elementor-11359 .elementor-element.elementor-element-bd139de .thim-ekits-button:not(.custom-button-hover) a:hover{background-color:var( --e-global-color-53649b7 );}.elementor-11359 .elementor-element.elementor-element-2c448238{--spacer-size:50px;}.elementor-11359 .elementor-element.elementor-element-473478d1{--spacer-size:50px;}.elementor-11359 .elementor-element.elementor-element-4132e98a{--spacer-size:50px;}.elementor-11359 .elementor-element.elementor-element-310acea6{--spacer-size:50px;}.elementor-11359 .elementor-element.elementor-element-b362731{--display:flex;}.elementor-11359 .elementor-element.elementor-element-26f652a{text-align:center;}.elementor-11359 .elementor-element.elementor-element-1ce604a{--display:flex;}.elementor-11359 .elementor-element.elementor-element-dbda2d0{--display:flex;}@media(max-width:1024px){.elementor-11359 .elementor-element.elementor-element-2e5251d8{--margin-top:0px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-3687025 *//* ===== WEDDING VENUES SECTION ===== */
.map-venues-section {
  padding: 80px 0;
  width: 100%;
}

.map-venues-header {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 80px;
  padding: 0 60px;
}

.map-venues-header h2 {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
  white-space: nowrap;
  margin: 0;
}

.map-venues-header-line {
  flex: 1;
  height: 1px;
  background: #d8d2c8;
}

/* Each venue row */
.map-venue {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  width: 100%;
  min-height: 580px;
  margin-bottom: 0;
}

.map-venue:nth-child(even) {
  direction: rtl;
}

.map-venue:nth-child(even) > * {
  direction: ltr;
}

/* Image side */
.map-venue-image {
  position: relative !important;
  overflow: hidden;
  min-height: 580px;
  width: 100%;
}

.map-venue-image img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
  transition: transform 0.8s ease;
}

.map-venue-image:hover img {
  transform: scale(1.04);
}

.map-venue-image-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 52%;
  background: linear-gradient(to top, rgba(20, 15, 10, 0.52), transparent);
  z-index: 1;
}

.map-venue-capacity {
  position: absolute;
  left: 28px;
  bottom: 24px;
  z-index: 2;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.94);
  font-weight: 500;
}

/* Text side */
.map-venue-content {
  background: #f5f0e8;
  padding: 64px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.map-venue-number {
  font-size: 7rem;
  font-weight: 800;
  color: #e3dbcf;
  line-height: 1;
  margin-bottom: 18px;
  letter-spacing: -0.03em;
}

.map-venue-name {
  font-size: 2.55rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 12px;
}

.map-venue-sub {
  font-size: 0.82rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #897154;
  margin-bottom: 26px;
  font-weight: 600;
}

.map-venue-desc,
.map-venue-desc p,
.map-venue-content p.map-venue-desc {
  font-size: 18px !important;
  line-height: 1.95 !important;
  margin-bottom: 36px;
  color: #4a4035 !important;
  max-width: 42ch;
  font-weight: 400;
}

.map-venue-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  color: #897154;
  font-weight: 700;
  transition: gap 0.3s ease;
}

.map-venue-link:hover {
  gap: 18px;
  color: #897154;
}

.map-venue-link::after {
  content: '→';
}

/* Separator */
.map-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 60px 60px 0;
}

.map-sep-line {
  flex: 1;
  max-width: 120px;
  height: 1px;
  background: #b89a72;
  opacity: 0.45;
}

.map-sep-ornament {
  color: #897154;
  font-size: 1.1rem;
}

/* Mobile */
@media (max-width: 900px) {
  .map-venue {
    grid-template-columns: 1fr !important;
    min-height: auto;
  }

  .map-venue:nth-child(even) {
    direction: ltr;
  }

  .map-venue-image {
    min-height: 320px;
  }

  .map-venue-content {
    padding: 40px 28px;
  }

  .map-venue-number {
    font-size: 5rem;
  }

  .map-venue-name {
    font-size: 2rem;
  }

  .map-venue-desc,
  .map-venue-desc p,
  .map-venue-content p.map-venue-desc {
    font-size: 16px !important;
    line-height: 1.85 !important;
    max-width: 100%;
  }

  .map-venues-header {
    padding: 0 24px;
  }

  .map-separator {
    padding: 40px 24px 0;
  }
}/* End custom CSS */