:root{--page-title-display:none;}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button{bottom:15px;right:15px;width:50px;height:50px;z-index:9999;opacity:0.7;background-color:#C22416;border-radius:5px;}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button i{font-size:16px;color:#ffffff;}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button svg{width:16px;height:16px;fill:#ffffff;}/* Start custom CSS for section, class: .elementor-element-3381cd7 */.ecs-case-study {
  font-family: "Poppins", sans-serif;
  color: #1f1f1f;
  line-height: 1.65;
  max-width: 1180px;
  margin: 0 auto;
}

.ecs-case-study * {
  box-sizing: border-box;
}

.ecs-hero {
  background: #2F1E6E;
  color: #ffffff;
  border-radius: 24px;
  padding: 52px;
  margin-bottom: 30px;
}

.ecs-logo-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  box-shadow: 0 14px 30px rgba(0,0,0,0.12);
}

.ecs-logo-card img {
  max-width: 220px;
  height: auto;
  display: block;
}

.ecs-eyebrow {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: #ffffff;
}

.ecs-hero h1 {
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.08;
  margin: 0 0 20px;
  color: #ffffff;
  font-weight: 800;
  max-width: 850px;
}

.ecs-hero p {
  font-size: 19px;
  max-width: 760px;
  margin: 0;
  color: #ffffff;
}

.ecs-meta-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: -22px 24px 34px;
  position: relative;
  z-index: 2;
}

.ecs-meta-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 12px 26px rgba(47,30,110,0.10);
  border: 1px solid rgba(47,30,110,0.08);
}

.ecs-meta-card span {
  display: block;
  font-size: 13px;
  color: #6a6477;
  font-weight: 600;
  margin-bottom: 6px;
}

.ecs-meta-card strong {
  display: block;
  color: #2F1E6E;
  font-size: 17px;
  font-weight: 800;
}

.ecs-section {
  background: #ffffff;
  border-radius: 22px;
  padding: 38px;
  margin-bottom: 26px;
  box-shadow: 0 10px 24px rgba(47,30,110,0.07);
  border: 1px solid rgba(47,30,110,0.08);
}

.ecs-section h2,
.ecs-quote h2,
.ecs-timeline h2 {
  color: #2F1E6E;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.18;
  margin: 0 0 18px;
  font-weight: 800;
}

.ecs-section h3 {
  color: #2F1E6E;
  font-size: 22px;
  margin: 26px 0 12px;
  font-weight: 800;
}

.ecs-section p,
.ecs-quote p,
.ecs-timeline p,
.ecs-final p {
  margin: 0 0 18px;
  font-size: 17px;
}

.ecs-highlight {
  background: #f4f2fb;
  border-left: 5px solid #C22416;
  border-radius: 16px;
  padding: 24px;
  margin: 24px 0;
}

.ecs-highlight p {
  font-size: 21px;
  font-weight: 700;
  color: #2F1E6E;
  margin: 0;
}

.ecs-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 24px;
}

.ecs-card {
  background: #f8f7fb;
  border-radius: 20px;
  padding: 26px;
  border: 1px solid rgba(47,30,110,0.06);
}

.ecs-card h3 {
  margin-top: 0;
}

.ecs-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}

.ecs-list li {
  position: relative;
  padding: 10px 0 10px 32px;
  font-size: 16.5px;
}

.ecs-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 10px;
  width: 21px;
  height: 21px;
  background: #C22416;
  color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
}

.ecs-security-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 26px;
}

.ecs-security-item {
  background: #f8f7fb;
  border-radius: 18px;
  padding: 22px;
  border: 1px solid rgba(47,30,110,0.08);
}

.ecs-security-item strong {
  display: block;
  color: #2F1E6E;
  font-size: 18px;
  margin-bottom: 8px;
}

.ecs-security-item span {
  display: block;
  font-size: 15.5px;
  color: #4b4658;
}

.ecs-timeline {
  background: #2F1E6E;
  color: #ffffff;
  border-radius: 22px;
  padding: 38px;
  margin-bottom: 26px;
}

.ecs-timeline h2 {
  color: #ffffff;
}

.ecs-timeline-step {
  background: rgba(255,255,255,0.13);
  border-radius: 18px;
  padding: 22px;
  margin-top: 16px;
}

.ecs-timeline-step strong {
  display: block;
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 8px;
}

.ecs-results {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.ecs-result-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
  border: 1px solid rgba(47,30,110,0.10);
  box-shadow: 0 8px 20px rgba(47,30,110,0.05);
}

.ecs-result-card strong {
  color: #2F1E6E;
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}

.ecs-quote {
  background: #f4f2fb;
  border-radius: 22px;
  padding: 38px;
  margin-bottom: 26px;
  border: 1px solid rgba(47,30,110,0.08);
}

.ecs-quote blockquote {
  margin: 0;
  font-size: 17px;
  color: #2b2638;
}

.ecs-final {
  background: #f4f2fb;
  border-left: 6px solid #C22416;
  color: #1f1f1f;
  border-radius: 22px;
  padding: 42px;
  text-align: center;
}

.ecs-final h2 {
  color: #2F1E6E;
  font-size: clamp(28px, 4vw, 42px);
  margin: 0 0 16px;
  line-height: 1.18;
}

.ecs-final p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
}

@media (max-width: 980px) {
  .ecs-meta-grid,
  .ecs-security-grid,
  .ecs-results,
  .ecs-two-col {
    grid-template-columns: 1fr 1fr;
  }

  .ecs-hero {
    padding: 42px;
  }
}

@media (max-width: 680px) {
  .ecs-meta-grid,
  .ecs-security-grid,
  .ecs-results,
  .ecs-two-col {
    grid-template-columns: 1fr;
  }

  .ecs-meta-grid {
    margin: -16px 12px 28px;
  }

  .ecs-hero,
  .ecs-section,
  .ecs-timeline,
  .ecs-quote,
  .ecs-final {
    padding: 28px;
    border-radius: 20px;
  }

  .ecs-logo-card img {
    max-width: 180px;
  }
}/* End custom CSS */