.elementor-217 .elementor-element.elementor-element-20c97e7{--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;}/* Start custom CSS for html, class: .elementor-element-8d848e3 */.lc-contact-hero {
  background: linear-gradient(135deg, #062b54, #2F963F);
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}

.lc-contact-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 56px;
  line-height: 1;
}

.lc-contact-hero p {
  margin: 16px auto 0;
  max-width: 680px;
  font-size: 18px;
  line-height: 1.5;
}

.lc-contact-section {
  background: #f7f9fc;
  padding: 70px 0;
  font-family: 'Poppins', sans-serif;
}

.lc-contact-container {
  display: grid;
  grid-template-columns: 63% 37%;
  gap: 34px;
  padding: 0 7%;
  align-items: start;
}

.lc-contact-left h2 {
  margin: 0 0 22px;
  color: #062b54;
  font-size: 30px;
  font-weight: 900;
}

.office-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px;
  display: flex;
  gap: 18px;
  box-shadow: 0 10px 26px rgba(6, 43, 84, 0.08);
  margin-bottom: 26px;
}

.office-card.full {
  margin-bottom: 45px;
}

.office-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #eaf7ee;
  color: #2F963F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

.office-card h3 {
  margin: 0 0 8px;
  color: #062b54;
  font-size: 20px;
  font-weight: 900;
}

.office-card p {
  margin: 0 0 14px;
  color: #475569;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
}

.office-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: #64748b;
  font-size: 13px;
  font-weight: 600;
}

.office-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.office-grid .office-card {
  margin-bottom: 0;
}

.lc-contact-form-wrap {
  position: sticky;
  top: 100px;
}

.lc-contact-form {
  background: #062b54;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 18px 35px rgba(6, 43, 84, 0.18);
}

.lc-contact-form h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
}

.lc-contact-form p {
  margin: 0 0 20px;
  color: #d6e4f0;
  font-size: 14px;
  line-height: 1.45;
}

.lc-contact-form input,
.lc-contact-form select,
.lc-contact-form textarea {
  width: 100%;
  margin-bottom: 14px;
  padding: 14px 15px;
  border-radius: 8px;
  border: none;
  font-size: 14px;
  font-family: inherit;
}

.lc-contact-form button {
  width: 100%;
  height: 52px;
  background: #2F963F;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}

/* Mobile */
@media (max-width: 900px) {
  .lc-contact-hero h1 {
    font-size: 42px;
  }

  .lc-contact-container {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }

  .office-grid {
    grid-template-columns: 1fr;
  }

  .lc-contact-form-wrap {
    position: relative;
    top: 0;
  }

  .office-card {
    flex-direction: column;
  }
}/* End custom CSS */