.elementor-672 .elementor-element.elementor-element-a44c5e0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d1ce7d2 */.nhg-section {
  padding: 110px 0;
  background: #ffffff;
  font-family: 'Montserrat', sans-serif;
}

.nhg-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
}

.nhg-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: start;
}

.nhg-label {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #09b4d8;
}

.nhg-content h2 {
  margin: 0 0 20px;
  font-size: 40px;
  line-height: 1.2;
  color: #1b2f75;
}

.nhg-content p,
.nhg-card p {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.9;
  color: #44609a;
}

.nhg-points {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.nhg-point {
  position: relative;
  padding: 16px 18px 16px 48px;
  background: #f7fafc;
  border: 1px solid #e4ecf4;
  border-radius: 16px;
  color: #35508f;
  font-size: 17px;
  line-height: 1.6;
}

.nhg-point:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #09b4d8;
  position: absolute;
  left: 20px;
  top: 22px;
}

.nhg-card {
  background: #f7fafc;
  border: 1px solid #e5ebf3;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 10px 28px rgba(27, 47, 117, 0.05);
}

.nhg-card h3 {
  margin: 0 0 18px;
  font-size: 26px;
  line-height: 1.2;
  color: #1b2f75;
}

.nhg-btn {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  border-radius: 999px;
  padding: 15px 28px;
  font-size: 15px;
  font-weight: 700;
  background: #09b4d8;
  color: #ffffff;
  transition: all 0.25s ease;
}

.nhg-btn:hover {
  background: #089dbc;
  color: #ffffff;
}

@media (max-width: 1100px) {
  .nhg-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .nhg-section {
    padding: 80px 0;
  }

  .nhg-container {
    padding: 0 20px;
  }

  .nhg-content h2 {
    font-size: 30px;
  }

  .nhg-content p,
  .nhg-card p,
  .nhg-point {
    font-size: 16px;
  }

  .nhg-card {
    padding: 24px;
  }

  .nhg-btn {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */