.elementor-2459 .elementor-element.elementor-element-00b5917{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9478591 *//* CTA BUTTON GROUP */
.lh-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

/* PRIMARY BUTTON */
.lh-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #0C447C;
  color: #ffffff !important;
  padding: 15px 24px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  transition: all 0.25s ease;
  box-shadow: 0 6px 18px rgba(12, 68, 124, 0.18);
}

.lh-btn-primary:hover {
  background: #0A3967;
  transform: translateY(-2px);
}

/* SECONDARY BUTTON */
.lh-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  color: #0C447C !important;
  padding: 15px 24px;
  border-radius: 10px;
  border: 2px solid #0C447C;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.lh-btn-secondary:hover {
  background: #f2f7fc;
  transform: translateY(-2px);
}

/* BUTTON ICONS */
.lh-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* HERO ICON ROW */
.lh-hero-icon-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 36px;
}

.lh-hero-icon-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f7f9fc;
  border: 1px solid #dbe5f0;
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 600;
  color: #0C447C;
}

.lh-hero-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0C447C;
}/* End custom CSS */