/* Start custom CSS for html, class: .elementor-element-a2ba169 */.employee-wellness {
  padding: 80px 20px;
  background-color: #ffffff;
  font-family: Arial, sans-serif;
}

.ew-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 50px;
}

.ew-content {
  flex: 1;
}

.ew-content h2 {
  font-size: 34px;
  color: #0f172a;
  margin-bottom: 18px;
}

.ew-content p {
  font-size: 16px;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 14px;
}

.ew-image {
  flex: 1;
}

.ew-image img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .ew-container {
    flex-direction: column;
    text-align: center;
  }

  .ew-content h2 {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c723f6b */.zigzag-section {
  padding: 80px 20px;
  background-color: #f9fafb;
  font-family: Arial, sans-serif;
}

.zigzag-container {
  max-width: 1200px;
  margin: auto;
}

.zigzag-item {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 70px;
}

.zigzag-item.reverse {
  flex-direction: row-reverse;
}

.zigzag-image {
  flex: 1;
}

.zigzag-image img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.zigzag-content {
  flex: 1;
}

.zigzag-content h3 {
  font-size: 26px;
  color: #0f172a;
  margin-bottom: 12px;
}

.zigzag-content p {
  font-size: 16px;
  color: #475569;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 768px) {
  .zigzag-item,
  .zigzag-item.reverse {
    flex-direction: column;
    text-align: center;
    margin-bottom: 50px;
  }

  .zigzag-content h3 {
    font-size: 22px;
  }
}/* End custom CSS */