.elementor-2990 .elementor-element.elementor-element-ca2039c{--display:flex;}.elementor-2990 .elementor-element.elementor-element-ca2039c:not(.elementor-motion-effects-element-type-background), .elementor-2990 .elementor-element.elementor-element-ca2039c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}/* Start custom CSS for html, class: .elementor-element-a172810 *//* Global */
.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.center {
  text-align: center;
}

.grid-4, .grid-3, .grid-2 {
  display: grid;
  gap: 30px;
}

.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

/* Hero */
.why-hero {
  background: #f5fbff;
  padding: 80px 0;
  text-align: center;
}

.why-hero h1 {
  font-size: 38px;
  margin-bottom: 15px;
}

.why-hero p {
  color: #555;
  max-width: 750px;
  margin: auto;
}

/* Features */
.why-features {
  padding: 60px 0;
  background: #fff;
}

.feature-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.05);
  text-align: center;
}

.feature-box .icon {
  font-size: 34px;
  display: block;
  margin-bottom: 15px;
}

/* Details */
.why-details {
  background: #f9fafb;
  padding: 70px 0;
}

.icon-list {
  list-style: none;
  padding: 0;
}

.icon-list li {
  margin-bottom: 12px;
  font-weight: 500;
}

/* Customer */
.why-customer {
  padding: 60px 0;
}

/* Difference */
.why-difference {
  background: #f5fbff;
  padding: 60px 0;
}

/* CTA */
.why-cta {
  background: #0b6ea8;
  padding: 70px 0;
}

.why-cta h2 {
  color: #fff;
  margin-bottom: 25px;
}

.cta-btn {
  background: #fff;
  color: #0b6ea8;
  padding: 14px 34px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.cta-btn:hover {
  background: #e6f3fb;
}

/* Responsive */
@media (max-width: 992px) {
  .grid-4 { grid-template-column/* End custom CSS */