.elementor-47 .elementor-element.elementor-element-9e3fe81{--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;}.elementor-47 .elementor-element.elementor-element-d391a92{--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;}.elementor-47 .elementor-element.elementor-element-4d1a614{--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;}/* Start custom CSS for html, class: .elementor-element-40ccf8b *//* ---------- Laundry & Vanities Hero ---------- */
#laundry-hero {
  background: url('/wp-content/uploads/laundry-vanity-hero.jpg') center center/cover no-repeat;
  position: relative;
  padding: 110px 20px;
  color: #ffffff;
}

#laundry-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

.laundry-hero-inner {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
}

#laundry-hero h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

#laundry-hero p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 22px;
}

.laundry-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ---------- Intro ---------- */
#laundry-intro {
  padding: 60px 20px 40px;
  background: #ffffff;
}

.laundry-intro-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.laundry-intro-inner h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

/* ---------- Laundry Services ---------- */
#laundry-services {
  padding: 50px 20px 60px;
  background: #f7f5f2;
}

.laundry-services-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.laundry-services-inner h2 {
  text-align: center;
  margin-bottom: 26px;
}

.laundry-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.laundry-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 18px 16px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.04);
}

/* ---------- Vanities ---------- */
#vanity-section {
  padding: 60px 20px;
  background: #ffffff;
}

.vanity-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.vanity-inner h2 {
  text-align: center;
  margin-bottom: 24px;
}

.vanity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.vanity-card {
  background: #f7f5f2;
  border-radius: 12px;
  padding: 18px 16px;
}

/* ---------- Materials ---------- */
#laundry-materials {
  padding: 60px 20px;
  background: #ffffff;
}

.laundry-materials-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.laundry-materials-inner h2 {
  margin-bottom: 10px;
}

.laundry-materials-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

.laundry-materials-list li {
  margin-bottom: 6px;
}

/* ---------- Detail Section ---------- */
#laundry-detail {
  padding: 60px 20px;
  background: #f7f5f2;
}

.laundry-detail-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.laundry-detail-inner h2 {
  text-align: center;
  margin-bottom: 26px;
}

.laundry-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.detail-block {
  background: #ffffff;
  border-radius: 12px;
  padding: 18px 16px;
}

/* ---------- Process ---------- */
#laundry-process {
  padding: 60px 20px 70px;
  background: #ffffff;
}

.laundry-process-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.laundry-process-inner h2 {
  text-align: center;
  margin-bottom: 28px;
}

.laundry-process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.laundry-step {
  background: #f7f5f2;
  border-radius: 12px;
  padding: 20px 18px;
  position: relative;
}

.laundry-step-number {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 22px;
  font-weight: 700;
  color: #d4b98a;
}

/* ---------- Areas ---------- */
#laundry-areas {
  padding: 60px 20px;
  background: #ffffff;
}

.laundry-areas-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.laundry-areas-inner h2 {
  margin-bottom: 8px;
}

.laundry-areas-list {
  margin-top: 10px;
  line-height: 1.7;
}

/* ---------- Final CTA ---------- */
#laundry-final-cta {
  padding: 60px 20px 70px;
  background: #111111;
  color: #ffffff;
  text-align: center;
}

.laundry-final-inner {
  max-width: 650px;
  margin: 0 auto;
}

#laundry-final-cta h2 {
  margin-bottom: 10px;
}

#laundry-final-cta p {
  margin-bottom: 18px;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .laundry-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .vanity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .laundry-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .laundry-process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  #laundry-hero {
    text-align: center;
    padding: 85px 18px;
  }

  .laundry-hero-inner {
    max-width: 100%;
  }

  .laundry-hero-buttons {
    justify-content: center;
  }

  .laundry-services-grid,
  .vanity-grid,
  .laundry-detail-grid,
  .laundry-process-steps {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4c2f46b *//* Laundry & vanities FAQs */
#laundry-faq {
  padding: 60px 20px 70px;
  background: #ffffff;
}

.laundry-faq-inner {
  max-width: 900px;
  margin: 0 auto;
}

.laundry-faq-inner h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 24px;
}

#laundry-faq .faq-item + .faq-item {
  margin-top: 16px;
}

#laundry-faq .faq-item h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

#laundry-faq .faq-item p {
  font-size: 14px;
  line-height: 1.7;
  color: #4a4a4a;
}/* End custom CSS */