.elementor-216 .elementor-element.elementor-element-5e3a967{--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-e7d3618 */.consult-container {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
  font-family: Arial, sans-serif;
}

/* HERO */
.consult-hero {
  background: #003366;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.consult-hero h1 {
  font-size: 36px;
  margin-bottom: 15px;
}

.consult-hero p {
  font-size: 18px;
  max-width: 700px;
  margin: auto;
}

/* SECTION GENERAL */
section {
  padding: 70px 0;
}

h2 {
  font-size: 28px;
  color: #003366;
  margin-bottom: 20px;
}

/* CONSULT TOPICS */
.consult-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.consult-card {
  background: #f3f6fa;
  padding: 20px;
  border-radius: 10px;
  font-weight: 600;
}

/* TARGET */
.consult-target ul {
  padding-left: 20px;
}

.consult-target li {
  margin-bottom: 10px;
  line-height: 1.6;
}

/* STEPS */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.step {
  background: #fff;
  border: 1px solid #e5e7eb;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
}

.step span {
  display: inline-block;
  background: #003366;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  line-height: 36px;
  margin-bottom: 10px;
}

/* CLOSING */
.consult-closing {
  background: #f9fafb;
  text-align: center;
  font-size: 17px;
  line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .consult-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .consult-hero h1 {
    font-size: 28px;
  }
}
/* HERO TITLE & TEXT WHITE */
.consult-hero h1,
.consult-hero p {
  color: #ffffff;
}/* End custom CSS */