.elementor-2241 .elementor-element.elementor-element-6f401df5{--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;--overflow:hidden;}.elementor-2241 .elementor-element.elementor-element-61ec3f7f.elementor-element{--align-self:center;}.elementor-2241 .elementor-element.elementor-element-509581d8{--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;--overflow:hidden;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2241 .elementor-element.elementor-element-14ed49c8.elementor-element{--flex-grow:1;--flex-shrink:0;}.elementor-2241 .elementor-element.elementor-element-4ae7dcf5{--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;--overflow:hidden;--margin-top:-52px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2241 .elementor-element.elementor-element-59586f8b{--display:flex;--overflow:hidden;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-2241 .elementor-element.elementor-element-59586f8b:not(.elementor-motion-effects-element-type-background), .elementor-2241 .elementor-element.elementor-element-59586f8b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-2241 .elementor-element.elementor-element-7d5fd2{--display:flex;--overflow:hidden;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-61ec3f7f *//* ——— Controlled top breathing room for the Cricket hero content ——— */

/* 1) Keep the section itself flush (no big white bar) */
.ewm-case-hero { padding-top: 0 !important; }

/* 2) Nuke any wrapper spacing Elementor adds around the HTML widget */
.elementor .e-con:has(.ewm-case-hero),
.elementor .elementor-section:has(.ewm-case-hero),
.elementor .elementor-widget-html:has(.ewm-case-hero),
.elementor .elementor-widget-html:has(.ewm-case-hero) > .elementor-widget-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* 3) Add *content-only* offset (wins via specificity + !important) */
.ewm-case-hero .ewm-case-hero-inner { padding-top: 40px !important; }

/* 4) Bulletproof fallback: pseudo-spacer that always renders */
.ewm-case-hero .ewm-container::before {
  content: "";
  display: block;
  height: 40px;   /* tweak: 24px (subtle), 40px (medium), 60px (roomy) */
}

/* 5) Optional: slightly smaller on phones */
@media (max-width: 767px) {
  .ewm-case-hero .ewm-case-hero-inner { padding-top: 24px !important; }
  .ewm-case-hero .ewm-container::before { height: 24px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-14ed49c8 *//* ===========================
   EWM PROJECT OVERVIEW STYLES
   =========================== */

.ewm-project-overview {
  padding: 80px 24px;
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0.4), #ffffff);

  font-family: var(--e-global-typography-text-font-family, 'Inter'),
               'Inter var', 'Inter',
               -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #111;
}

.ewm-project-overview *:not(svg):not(path) {
  font-family: inherit !important;
  color: inherit;
}

/* Container */
.ewm-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Section header */
.ewm-section-header {
  text-align: center;
  margin-bottom: 64px;
}

.ewm-section-title {
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #000;
}

.ewm-section-description {
  font-size: clamp(18px, 1.4vw, 20px);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
  font-weight: 400;
}

/* Grid */
.ewm-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

@media (min-width: 1024px) {
  .ewm-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Text column */
.ewm-text-column {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* Card base */
.ewm-card {
  border-radius: 12px;
  padding: 24px;
  backdrop-filter: blur(4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Card variants */
.ewm-problem-card {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.ewm-solution-card {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/* Card titles */
.ewm-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 16px;
}

/* Card content */
.ewm-card-content p {
  line-height: 1.7;
  margin-bottom: 16px;
  font-size: 1rem;
  font-weight: 400;
}

/* Specs */
.ewm-specs-card {
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.ewm-specs-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 24px;
}

.ewm-specs-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ewm-specs-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 12px;
}

.ewm-specs-item dt {
  font-weight: 500;
}

.ewm-specs-item dd {
  font-weight: 700;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4dd233aa */.ewm-results-section {
  padding: 80px 24px;
  background: #000;
  color: #fff;
}

.ewm-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Section Header */
.ewm-section-header {
  text-align: center;
  margin-bottom: 64px;
}

.ewm-results-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.ewm-results-subtitle {
  font-size: 1.125rem;
  color: #fff;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Primary Metric Grid */
.ewm-metric-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin-bottom: 64px;
}

.ewm-metric-card {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  text-align: center;
  padding: 40px 24px;
  width: 300px;
  box-shadow: 0 6px 16px rgba(255, 255, 255, 0.06);
  transition: transform 0.25s ease;
}

.ewm-metric-card:hover {
  transform: scale(1.05);
}

.ewm-highlight {
  background-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 24px rgba(255, 255, 255, 0.1);
}

.ewm-metric-value {
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}

.ewm-metric-label {
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 8px;
}

.ewm-metric-desc {
  font-size: 0.875rem;
  color: #fff;
  opacity: 0.9;
}

/* Secondary Metric Grid */
.ewm-secondary-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}

.ewm-secondary-metric {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 24px;
  width: 140px;
  border-radius: 12px;
  backdrop-filter: blur(4px);
  transition: background-color 0.25s ease;
}

.ewm-secondary-metric:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

.ewm-secondary-value {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}

.ewm-secondary-label {
  font-size: 0.875rem;
  color: #fff;
  opacity: 0.9;
}
/* Force white header and subtitle text */
.ewm-results-section h2,
.ewm-results-section .ewm-results-title,
.ewm-results-section .ewm-results-subtitle {
  color: #fff !important;
}/* End custom CSS */