/* Start custom CSS for html, class: .elementor-element-287c9e3 *//* Modern Contact Section Layout */
.modern-contact-section {
  background: linear-gradient(to bottom right, #f7fbff, #eef5fa);
  padding: 4rem 2rem;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
  align-items: flex-start;
  gap: 4rem;
}

/* LEFT Column – Contact Info */
.contact-info-block {
  flex: 1;
  max-width: 400px;
}

.contact-info-block h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #083d66;
  font-weight: 700;
}

.contact-info-row {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.contact-icon {
  font-size: 2rem;
  background-color: white;
  color: #083d66;
  border-radius: 50%;
  padding: 0.5rem;
  margin-right: 1rem;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.contact-text {
  font-size: 1.1rem;
  color: #083d66;
}

/* RIGHT Column – Form */
.contact-form-area {
  flex: 1;
  max-width: 600px;
}

.contact-form-area h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #222;
  font-weight: 700;
}

.contact-sub {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: #555;
}

/* WPForms Styling */
.wpform-wrapper form input,
.wpform-wrapper form textarea {
  width: 100% !important;
  padding: 0.9rem 1.2rem !important;
  border-radius: 12px !important;
  border: 1px solid #ccc !important;
  margin-bottom: 1rem !important;
  font-size: 1rem !important;
  transition: all 0.3s ease;
}

.wpform-wrapper form input:focus,
.wpform-wrapper form textarea:focus {
  border-color: #0073e6 !important;
  box-shadow: 0 0 0 3px rgba(0, 115, 230, 0.1) !important;
}

.wpform-wrapper form button,
.wpforms-submit {
  background: linear-gradient(to right, #36d1dc, #5b86e5) !important;
  border: none !important;
  border-radius: 24px !important;
  padding: 0.9rem 2rem !important;
  color: white !important;
  font-size: 1.1rem !important;
  cursor: pointer !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wpform-wrapper form button:hover,
.wpforms-submit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 16px rgba(0, 115, 230, 0.2) !important;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    text-align: center;
  }

  .contact-info-row {
    justify-content: center;
  }

  .contact-info-block, .contact-form-area {
    max-width: 100%;
  }
}/* End custom CSS */