.elementor-17904 .elementor-element.elementor-element-974bf6f{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-974bf6f */.sigma-section {
  padding: 40px 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #1f2933;
}

.sigma-container {
  max-width: 1180px;
  margin: 0 auto;
}

.sigma-hero {
  margin-bottom: 42px;
}

.sigma-hero img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
}

.sigma-header {
  max-width: 860px;
  margin-bottom: 34px;
}

.sigma-header h2 {
  margin: 0 0 12px;
  font-size: 34px;
  line-height: 1.2;
  color: #0f172a;
}

.sigma-header p {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #334155;
}

.sigma-content {
  max-width: 980px;
}

.sigma-content p {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.75;
  color: #475569;
}

.sigma-content h3 {
  margin: 42px 0 18px;
  padding-bottom: 10px;
  border-bottom: 3px solid #1e73be;
  font-size: 24px;
  line-height: 1.3;
  color: #0f172a;
}

.sigma-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sigma-content li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.6;
  color: #475569;
}

.sigma-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1e73be;
}

.sigma-feature-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 26px 0 10px;
}

.sigma-feature-list li {
  margin: 0;
  padding: 18px 18px 18px 38px;
  border-radius: 8px;
  background: rgba(32, 117, 191, 0.1);
  color: #1f2933;
  font-weight: 700;
}

.sigma-feature-list li::before {
  left: 18px;
  top: 26px;
}

.sigma-kit {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin: 28px 0 34px;
  padding: 30px;
  border-radius: 8px;
  background: rgba(32, 117, 191, 0.1);
  border-left: 5px solid #1e73be;
}

.sigma-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 22px;
  border-radius: 6px;
  background: #1e73be;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.sigma-button:hover {
  background: #155f9d;
  transform: translateY(-2px);
}

.sigma-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
}

.sigma-gallery img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

@media (max-width: 900px) {
  .sigma-section {
    padding: 28px 16px;
  }

  .sigma-header h2 {
    font-size: 28px;
  }

  .sigma-header p {
    font-size: 18px;
  }

  .sigma-feature-list,
  .sigma-kit,
  .sigma-gallery {
    grid-template-columns: 1fr;
  }

  .sigma-gallery img {
    height: auto;
  }
}/* End custom CSS */