.elementor-1713 .elementor-element.elementor-element-567cad46:not(.elementor-motion-effects-element-type-background), .elementor-1713 .elementor-element.elementor-element-567cad46 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;background-image:url("https://matplus.co.uk/wp-content/uploads/2026/02/Matplus-empowerher-movement.jpg");background-size:100% auto;}.elementor-1713 .elementor-element.elementor-element-567cad46 > .elementor-background-overlay{background-color:#FE0000;opacity:0.25;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1713 .elementor-element.elementor-element-567cad46 > .elementor-container{max-width:1137px;min-height:400px;}.elementor-1713 .elementor-element.elementor-element-567cad46{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1713 .elementor-element.elementor-element-694933f{text-align:start;}.elementor-1713 .elementor-element.elementor-element-694933f img{width:32%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1713 .elementor-element.elementor-element-62d6729c .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:64px;font-weight:600;color:#FFFFFF;}.elementor-1713 .elementor-element.elementor-element-31d135f{z-index:0;}.elementor-1713 .elementor-element.elementor-element-31d135f .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:47px;font-weight:600;color:#FFFFFF;}body.elementor-page-1713:not(.elementor-motion-effects-element-type-background), body.elementor-page-1713 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1713 .elementor-element.elementor-element-567cad46:not(.elementor-motion-effects-element-type-background), .elementor-1713 .elementor-element.elementor-element-567cad46 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:-91px 0px;background-size:1000px auto;}}/* Start custom CSS for html, class: .elementor-element-0a35e55 *//* EmpowerHer Landing Page – Full Style */

:root {
  --matplus-red: #c8102e;
  --matplus-red-dark: #a00d25;
  --matplus-black: #111111;
  --matplus-gray: #f8f9fa;
  --matplus-light: #ffffff;
  --text-dark: #2d2d2d;
  --text-muted: #666666;
}

* { margin:0; padding:0; box-sizing:border-box; }

body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.8;
  color: var(--text-dark);
  background: var(--matplus-light);
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

section { padding: 100px 0; }

h1, h2, h3 { font-weight: 700; color: var(--matplus-black); line-height: 1.2; }
h1 { font-size: clamp(2.8rem, 6vw, 3.8rem); margin-bottom: 1.5rem; }
h2 { font-size: clamp(2rem, 5vw, 2.8rem); text-align: center; margin-bottom: 1.5rem; }
.section-title { font-size: clamp(2.2rem, 5vw, 2.6rem); color: var(--matplus-red); text-align: center; margin-bottom: 3rem; }

p { font-size: 1.08rem; color: var(--text-muted); }

.btn {
  display: inline-block;
  padding: 14px 36px;
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff !important;
  background: var(--matplus-red);
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn:hover {
  background: var(--matplus-red-dark);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(200,16,46,0.25);
}

/* Floating left menu button */
.floating-menu-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  background: var(--matplus-red);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 6px 20px rgba(200,16,46,0.35);
  z-index: 9999;
  cursor: pointer;
  transition: transform 0.3s;
}

.floating-menu-btn:hover { transform: scale(1.08); }

/* Slide-up menu panel */
.mobile-menu-panel {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--matplus-light);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 -10px 40px rgba(0,0,0,0.2);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
  z-index: 9998;
  padding: 2rem 1.5rem;
  max-height: 80vh;
  overflow-y: auto;
}

.mobile-menu-panel.active { transform: translateY(0); }

.menu-close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 2rem;
  color: var(--text-muted);
  cursor: pointer;
}

.mobile-menu-panel ul {
  list-style: none;
  margin-top: 2rem;
}

.mobile-menu-panel li {
  padding: 1.2rem 0;
  border-bottom: 1px solid #eee;
}

.mobile-menu-panel a {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--matplus-black);
  display: block;
}

/* Hero */
#hero {
  padding: 180px 0 140px;
  text-align: center;
  background: linear-gradient(rgba(200,16,46,0.08), rgba(200,16,46,0.03));
}

/* Features */
#features { background: var(--matplus-gray); }

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
}

.feature-card {
  background: #fff;
  border-radius: 16px;
  padding: 2.5rem 2rem;
  text-align: center;
  border: 1px solid #eee;
  transition: all 0.35s ease;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.feature-card:hover {
  border-color: var(--matplus-red);
  box-shadow: 0 15px 40px rgba(200,16,46,0.18);
  transform: translateY(-8px);
}

.feature-icon {
  font-size: 3.2rem;
  color: var(--matplus-red);
  margin-bottom: 1.5rem;
}

/* Events */
#events { background: #fff; }

/* Timeline */
#timeline { background: #fff; }

.timeline-steps {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.timeline-steps::before {
  content: '';
  position: absolute;
  top: 0; bottom: 0; left: 50%;
  width: 4px;
  background: linear-gradient(to bottom, var(--matplus-red), var(--matplus-red-dark));
  transform: translateX(-50%);
}

.step {
  display: flex;
  align-items: center;
  margin: 4rem 0;
  position: relative;
}

.step:nth-child(even) { flex-direction: row-reverse; }

.step-content {
  width: 45%;
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  border: 1px solid #eee;
}

.step-icon {
  width: 80px;
  height: 80px;
  background: var(--matplus-red);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  box-shadow: 0 6px 20px rgba(200,16,46,0.3);
}

/* Testimonials */
#testimonials { background: var(--matplus-gray); }

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 2rem;
}

.testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 2.5rem;
  text-align: center;
  box-shadow: 0 6px 25px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

.testimonial-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1.5rem;
}

.testimonial-card p {
  font-style: italic;
  margin-bottom: 1.5rem;
  color: #444;
}

.author {
  font-weight: 600;
  color: var(--matplus-black);
}

/* Blog */
#blog { background: var(--matplus-gray); }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 2rem;
}

.blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0,0,0,0.06);
  transition: all 0.35s ease;
  cursor: pointer;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 36px rgba(200,16,46,0.15);
}

.blog-img {
  height: 220px;
  background-size: cover;
  background-position: center;
}

.blog-content {
  padding: 1.8rem;
}

.blog-title {
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.blog-card.expanded .excerpt { display: none; }
.blog-card .full-text { display: none; }
.blog-card.expanded .full-text { display: block; }
.blog-card .read-more {
  color: var(--matplus-red);
  font-weight: 600;
  cursor: pointer;
  display: block;
  margin-top: 1rem;
}

/* CTA */
#cta {
  background: var(--matplus-red);
  color: #fff !important;
  text-align: center;
  padding: 120px 0;
}

#cta h2 { font-size: 3rem; margin-bottom: 1.5rem; }

#cta p { font-size: 1.3rem; max-width: 720px; margin: 0 auto 3rem; }

#cta .scarcity {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 2rem;
  background: rgba(255,255,255,0.15);
  padding: 12px 24px;
  border-radius: 50px;
  display: inline-block;
}

/* Zoho Form */
#zoho-form {
  padding: 80px 0;
  background: var(--matplus-gray);
  text-align: center;
}

#zoho-form form {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 6px 25px rgba(0,0,0,0.08);
}

#zoho-form label {
  display: block;
  margin: 1.2rem 0 0.5rem;
  font-weight: 600;
  font-size: 1.05rem;
}

#zoho-form input[type="text"],
#zoho-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 12px;
  font-size: 1rem;
  margin-bottom: 1rem;
}

#zoho-form textarea {
  min-height: 120px;
}

#zoho-form button[type="submit"] {
  margin-top: 2rem;
  background: var(--matplus-red);
  color: #fff !important;
  padding: 14px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s;
}

#zoho-form button[type="submit"]:hover {
  background: var(--matplus-red-dark);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(200,16,46,0.3);
}

/* Footer */
footer {
  background: var(--matplus-black);
  color: #aaa;
  padding: 80px 0 40px;
  text-align: center;
}

/* Responsive */
@media (max-width: 992px) {
  h2 { font-size: 2.4rem; }
  #hero h1 { font-size: 3.2rem; }
}

@media (max-width: 768px) {
  section { padding: 70px 0; }
  .timeline-steps::before { left: 40px; }
  .step { flex-direction: column; }
  .step:nth-child(even) { flex-direction: column; }
  .step-content { width: 100%; margin-bottom: 2rem; }
  .step-icon { left: 40px; transform: none; position: relative; margin: 0 auto 1.5rem; }
  .features-grid, .testimonial-grid, .blog-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */