/* ==========================================================
   Template: event-planning
   Theme: Event Planning – Blush / Gold / White
   Author: Diligent Creators
   ========================================================== */

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

/* --- Preheader --- */
.ep-preheader {
  background: #fdf2f4;
  color: #b76e79;
  font-size: 11px;
}

/* --- Header --- */
.ep-header {
  border-bottom: 3px solid #c9a84c;
}

/* --- Hero --- */
.ep-hero {
  background: linear-gradient(135deg, #fdf2f4, #fce4e8);
  padding: 50px 30px;
  text-align: center;
}

/* --- Gold Divider --- */
.ep-gold-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, #c9a84c, transparent);
}

/* --- Stats --- */
.ep-stat {
  padding: 28px 15px;
  text-align: center;
}

/* --- Wedding Cards --- */
.ep-wedding-card {
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}

/* --- Corporate Events (3-column) --- */
.ep-corp-item {
  text-align: center;
  padding: 16px;
}

/* --- Checklist --- */
.ep-checklist-item {
  background: #ffffff;
  border-radius: 4px;
  padding: 12px 16px;
}

/* --- Testimonials --- */
.ep-testimonial {
  background: #fdf2f4;
  border-radius: 8px;
  padding: 18px;
}

/* --- CTA --- */
.ep-cta-section {
  background: linear-gradient(135deg, #7c2d3e, #b76e79);
  padding: 35px 30px;
  text-align: center;
}

/* --- Footer --- */
.ep-footer {
  background: #7c2d3e;
  padding: 25px 20px;
  text-align: center;
}

/* --- Responsive --- */
@media screen and (max-width: 600px) {
  .ep-container {
    width: 100% !important;
  }
  .ep-wedding-card {
    width: 100% !important;
    display: block !important;
    margin-bottom: 14px !important;
  }
  .ep-corp-item {
    width: 100% !important;
    display: block !important;
    margin-bottom: 10px !important;
  }
  .ep-stat {
    display: block !important;
    width: 100% !important;
    padding: 20px 15px !important;
  }
  .ep-testimonial {
    margin-bottom: 10px !important;
  }
  img {
    height: auto !important;
    max-width: 100% !important;
  }
  .ep-checklist-item {
    margin-bottom: 4px !important;
  }
}
