.elementor-32 .elementor-element.elementor-element-711a577{--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;}body.elementor-page-32:not(.elementor-motion-effects-element-type-background), body.elementor-page-32 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ffffff;}:root{--page-title-display:none;}/* Start custom CSS *//* APARTMENTS HERO */
.ap-hero {
  position: relative;
  min-height: 60vh;
  background: url('YOUR-APARTMENTS-HERO.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ap-hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}

.ap-hero-content {
  position: relative;
  color: #fff;
  text-align: center;
  max-width: 750px;
  padding: 20px;
}

.ap-hero h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}

/* APARTMENT SECTIONS */
.apartment-section {
  background: #fff;
}

.apartment-section.alt {
  background: #faf7f4;
}

.align-center {
  align-items: center;
}

.reverse {
  direction: rtl;
}

.reverse > * {
  direction: ltr;
}

/* IMAGES */
.ap-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.ap-images img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
  height: 100%;
  min-height: 240px;
}

/* CONTENT */
.ap-content h2 {
  margin-bottom: 10px;
}

.ap-content p {
  margin-bottom: 10px;
  font-size: 1.02rem;
}

.ap-features {
  list-style: none;
  padding: 0;
  margin: 20px 0 30px;
}

.ap-features li {
  padding: 10px 0;
  border-bottom: 1px solid #e6e2df;
  font-weight: 500;
}

/* BUTTON GROUP */
.ap-buttons {
  margin-top: 10px;
}

.btn.secondary.dark {
  border: 2px solid #5a3b2e;
  color: #5a3b2e;
}

.btn.secondary.dark:hover {
  background: #5a3b2e;
  color: #fff;
}

/* BOOKING STRIP */
.booking-strip {
  background: #3f281f;
  color: white;
  text-align: center;
  padding: 70px 0;
}

.booking-strip h3 {
  margin-bottom: 8px;
  font-size: 1.5rem;
}

.booking-strip p {
  opacity: 0.9;
}

/* MOBILE TWEAKS */
@media (max-width: 768px) {
  .ap-hero h1 {
    font-size: 2.2rem;
  }

  .ap-images {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */