.elementor-30 .elementor-element.elementor-element-3566557{--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;}.elementor-30 .elementor-element.elementor-element-4e9c18d{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-fa77093 */.lz-services-one-section {
  position: relative;
  overflow: hidden;
  padding: 90px 20px;
  background: linear-gradient(180deg, #f5fbfb 0%, #ffffff 100%);
}

.lz-services-wrap {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  z-index: 2;
}

.lz-services-bg-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.18;
  pointer-events: none;
}

.lz-services-shape-1 {
  width: 280px;
  height: 280px;
  background: #1aa39a;
  top: -60px;
  left: -60px;
}

.lz-services-shape-2 {
  width: 320px;
  height: 320px;
  background: #6ec7ff;
  right: -100px;
  bottom: -100px;
}

.lz-services-head {
  max-width: 860px;
  margin: 0 auto 40px;
  text-align: center;
}

.lz-services-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(18, 157, 143, 0.10);
  color: #0f8c80;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.lz-services-head h1 {
  margin: 0 0 14px;
  font-size: 46px;
  line-height: 1.15;
  font-weight: 800;
  color: #0d2238;
}

.lz-services-subtitle {
  margin: 0 auto;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.8;
  color: #5e6b78;
}

.lz-services-main-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(17, 95, 89, 0.10);
  border-radius: 28px;
  box-shadow: 0 20px 70px rgba(19, 51, 74, 0.08);
  padding: 42px;
  backdrop-filter: blur(8px);
}

.lz-services-content p {
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 1.9;
  color: #425466;
}

.lz-services-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 34px 0 34px;
}

.lz-service-feature-card {
  background: #ffffff;
  border: 1px solid #e6f0ef;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(15, 34, 56, 0.05);
  transition: all 0.3s ease;
}

.lz-service-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(15, 34, 56, 0.08);
}

.lz-service-feature-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.35;
  color: #0d2238;
  font-weight: 700;
}

.lz-service-feature-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #5f6f7c;
}

.lz-services-text-block {
  margin: 28px 0;
  padding: 28px 30px;
  background: linear-gradient(180deg, #fbffff 0%, #f7fbfb 100%);
  border: 1px solid #e2efee;
  border-radius: 22px;
}

.lz-services-text-block h2 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.3;
  color: #0d2238;
  font-weight: 700;
}

.lz-services-text-block p {
  margin: 0;
}

.lz-services-highlight {
  margin: 38px 0 26px;
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(135deg, #0f8f84 0%, #116d85 100%);
  color: #ffffff;
  box-shadow: 0 16px 40px rgba(17, 109, 133, 0.22);
}

.lz-services-highlight-tag {
  display: inline-block;
  padding: 7px 14px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.lz-services-highlight h2 {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.25;
  color: #ffffff;
}

.lz-services-highlight ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 22px;
}

.lz-services-highlight ul li {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.94);
}

.lz-services-highlight ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.14);
}

.lz-services-cta {
  margin-top: 36px;
  padding: 28px 30px;
  border-radius: 24px;
  background: #f7fbfd;
  border: 1px solid #dfedf2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.lz-cta-mini {
  display: inline-block;
  margin-bottom: 10px;
  color: #159789;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.lz-services-cta h2 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.25;
  color: #0d2238;
}

.lz-services-cta p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #61717f;
}

.lz-services-cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.lz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.lz-btn-primary {
  background: linear-gradient(135deg, #14998f 0%, #1279a3 100%);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(18, 121, 163, 0.24);
}

.lz-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(18, 121, 163, 0.28);
}

.lz-btn-secondary {
  background: #ffffff;
  color: #0f7f84;
  border: 1px solid #cfe3e8;
}

.lz-btn-secondary:hover {
  transform: translateY(-2px);
  border-color: #9bc9d3;
}

@media (max-width: 991px) {
  .lz-services-one-section {
    padding: 75px 18px;
  }

  .lz-services-head h1 {
    font-size: 38px;
  }

  .lz-services-main-card {
    padding: 30px 22px;
  }

  .lz-services-feature-grid,
  .lz-services-highlight ul {
    grid-template-columns: 1fr;
  }

  .lz-services-cta {
    padding: 24px 20px;
  }

  .lz-services-cta h2,
  .lz-services-text-block h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .lz-services-one-section {
    padding: 65px 16px;
  }

  .lz-services-head h1 {
    font-size: 32px;
  }

  .lz-services-subtitle {
    font-size: 16px;
    line-height: 1.8;
  }

  .lz-services-content p,
  .lz-services-highlight ul li,
  .lz-services-cta p {
    font-size: 15px;
  }

  .lz-service-feature-card,
  .lz-services-text-block,
  .lz-services-highlight,
  .lz-services-cta {
    border-radius: 18px;
  }

  .lz-btn {
    width: 100%;
    min-width: auto;
  }

  .lz-services-cta-actions {
    width: 100%;
    flex-direction: column;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-48684fc */.lz-services-auto-section {
  position: relative;
  overflow: hidden;
  padding: 90px 20px;
  background: linear-gradient(180deg, #f5fbfb 0%, #ffffff 100%);
}

.lz-services-wrap {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  z-index: 2;
}

.lz-services-auto-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.18;
  pointer-events: none;
}

.lz-services-auto-shape-1 {
  width: 280px;
  height: 280px;
  background: #1aa39a;
  top: -60px;
  left: -60px;
}

.lz-services-auto-shape-2 {
  width: 320px;
  height: 320px;
  background: #6ec7ff;
  right: -100px;
  bottom: -100px;
}

.lz-services-auto-head {
  max-width: 860px;
  margin: 0 auto 38px;
  text-align: center;
}

.lz-services-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(18, 157, 143, 0.10);
  color: #0f8c80;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.lz-services-auto-head h2 {
  margin: 0 0 14px;
  font-size: 42px;
  line-height: 1.18;
  font-weight: 800;
  color: #0d2238;
}

.lz-services-auto-head p {
  margin: 0 auto;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.85;
  color: #5e6b78;
}

.lz-services-auto-grid-wrap {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(17, 95, 89, 0.10);
  border-radius: 28px;
  box-shadow: 0 20px 70px rgba(19, 51, 74, 0.08);
  padding: 34px;
  backdrop-filter: blur(8px);
}

.lz-services-auto-grid {
  position: relative;
}

/* Elementor loop spacing improvement */
.lz-services-auto-grid .elementor-loop-container,
.lz-services-auto-grid .e-loop,
.lz-services-auto-grid .elementor-grid {
  gap: 24px !important;
}

/* Optional: if cards need equal height */
.lz-services-auto-grid .e-loop-item,
.lz-services-auto-grid .elementor-post,
.lz-services-auto-grid .elementor-grid-item {
  height: 100%;
}

.lz-services-cta {
  margin-top: 34px;
  padding: 40px 30px;
  border-radius: 24px;
  background: #f7fbfd;
  border: 1px solid #dfedf2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  text-align: center;
}

.lz-services-cta-text {
  width: 100%;
  text-align: center;
}

.lz-cta-mini {
  display: inline-block;
  margin-bottom: 10px;
  color: #159789;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.lz-services-cta h2 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.25;
  color: #0d2238;
  text-align: center;
}

.lz-services-cta p {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  color: #61717f;
  max-width: 760px;
  text-align: center;
}

.lz-services-cta-actions {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.lz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.lz-btn-primary {
  background: linear-gradient(135deg, #14998f 0%, #1279a3 100%);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(18, 121, 163, 0.24);
}

.lz-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(18, 121, 163, 0.28);
}

.lz-btn-secondary {
  background: #ffffff;
  color: #0f7f84;
  border: 1px solid #cfe3e8;
}

.lz-btn-secondary:hover {
  transform: translateY(-2px);
  border-color: #9bc9d3;
}

@media (max-width: 991px) {
  .lz-services-auto-section {
    padding: 75px 18px;
  }

  .lz-services-auto-head h2 {
    font-size: 36px;
  }

  .lz-services-auto-grid-wrap {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .lz-services-cta {
    padding: 28px 20px;
  }

  .lz-services-cta h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .lz-services-auto-section {
    padding: 65px 16px;
  }

  .lz-services-auto-head h2 {
    font-size: 30px;
  }

  .lz-services-auto-head p {
    font-size: 16px;
    line-height: 1.8;
  }

  .lz-services-cta p {
    font-size: 15px;
  }

  .lz-services-auto-grid-wrap,
  .lz-services-cta {
    border-radius: 18px;
  }

  .lz-btn {
    width: 100%;
    min-width: auto;
  }

  .lz-services-cta-actions {
    width: 100%;
    flex-direction: column;
  }
}/* End custom CSS */