.elementor-45 .elementor-element.elementor-element-5e1395f{--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-45 .elementor-element.elementor-element-dbb1966{--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-45 .elementor-element.elementor-element-cbec818{--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-d68380a *//* ---------- Wardrobes Hero ---------- */
#wardrobe-hero {
  background: url('/wp-content/uploads/wardrobe-hero.jpg') center center/cover no-repeat;
  position: relative;
  padding: 110px 20px;
  color: #ffffff;
}

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

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

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

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

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

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

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

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

/* ---------- Wardrobe Types ---------- */
#wardrobe-types {
  padding: 50px 20px 60px;
  background: #f7f5f2;
}

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

.wardrobe-types-inner h2 {
  text-align: center;
  margin-bottom: 26px;
}

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

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

/* ---------- Features ---------- */
#wardrobe-features {
  padding: 60px 20px;
  background: #ffffff;
}

.wardrobe-features-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.wardrobe-features-inner h2 {
  text-align: center;
  margin-bottom: 26px;
}

.wardrobe-features-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.feature-item {
  background: #f7f5f2;
  border-radius: 10px;
  padding: 16px 14px;
}

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

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

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

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

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

/* ---------- Wardrobe Process ---------- */
#wardrobe-process {
  padding: 60px 20px 70px;
  background: #f7f5f2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .wardrobe-types-grid,
  .wardrobe-features-grid,
  .wardrobe-process-steps {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-22881f9 *//* Wardrobe FAQs */
#wardrobe-faq {
  padding: 60px 20px 70px;
  background: #ffffff;
}

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

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

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

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

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