/* ==========================================================
   Template: home-renovation
   Theme: Home Renovation – Orange / Dark Gray
   Author: Diligent Creators
   ========================================================== */

/* --- Reset & Base --- */
.hr-body {
  margin: 0;
  padding: 0;
  background-color: #d6d3d1;
  -webkit-font-smoothing: antialiased;
}
.hr-outer {
  width: 100%;
  background-color: #d6d3d1;
}
.hr-outer-td {
  padding: 20px 10px;
}
.hr-container {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 3px 16px rgba(0,0,0,0.12);
}

/* --- Preheader --- */
.hr-preheader {
  background: #fff7ed;
  color: #9a3412;
  font-size: 11px;
}

/* --- Header --- */
.hr-header {
  background: #292524;
  padding: 16px 20px;
}

/* --- Hero (split) --- */
.hr-hero-left {
  background: #ea580c;
  padding: 40px 25px;
  text-align: center;
}
.hr-hero-right {
  background: #431407;
  padding: 40px 25px;
  text-align: center;
}

/* --- Process Steps --- */
.hr-step {
  text-align: center;
  padding: 0 8px;
}

/* --- Showcase Cards --- */
.hr-showcase-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

/* --- Stats --- */
.hr-stat {
  background: #292524;
  padding: 24px 10px;
  text-align: center;
}

/* --- Promo --- */
.hr-promo {
  background: #ea580c;
  padding: 30px;
  text-align: center;
}

/* --- Testimonials --- */
.hr-testimonial {
  background: #fafaf9;
  border-radius: 8px;
  border: 1px solid #e7e5e4;
  padding: 16px 18px;
}

/* --- CTA --- */
.hr-cta {
  background: #292524;
  padding: 35px 30px;
  text-align: center;
}

/* --- Footer --- */
.hr-footer {
  background: #1c1917;
  padding: 25px 20px;
  text-align: center;
}

/* --- Responsive --- */
@media screen and (max-width: 600px) {
  .hr-container {
    width: 100% !important;
  }
  .hr-hero-left,
  .hr-hero-right {
    display: block !important;
    width: 100% !important;
    padding: 30px 20px !important;
  }
  .hr-step {
    display: block !important;
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .hr-showcase-card {
    width: 100% !important;
    display: block !important;
    margin-bottom: 14px !important;
  }
  .hr-stats-table td {
    display: block !important;
    width: 100% !important;
    padding: 18px 10px !important;
  }
  .hr-testimonial {
    margin-bottom: 10px !important;
  }
  img {
    height: auto !important;
    max-width: 100% !important;
  }
}
