.elementor-50 .elementor-element.elementor-element-6f4ae4b{--display:flex;}.elementor-50 .elementor-element.elementor-element-5de09f2{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0989c1a *//* CONTACT FORM 7 OVERRIDE CSS */
.form-card-container {
  background: #ffffff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.form-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0f172a !important; /* Exact Dark Blue/Black Heading Color */
  margin-bottom: 14px;
}

.form-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #64748b;
  margin-bottom: 24px;
  border-bottom: 1px solid #edf2f7;
  padding-bottom: 20px;
}

/* CF7 GRID FIX */
.custom-cf7-wrapper {
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
}

.cf7-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 18px !important;
}

.cf7-col, .cf7-full-width {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
}

.custom-cf7-wrapper label {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1e293b;
}

/* INPUT & TEXTAREA STYLING */
.custom-cf7-wrapper input[type="text"],
.custom-cf7-wrapper input[type="email"],
.custom-cf7-wrapper input[type="tel"],
.custom-cf7-wrapper textarea {
  width: 100% !important;
  background-color: #edf4fa !important; /* Light blue background */
  border: 1px solid #dbeade !important;
  padding: 12px 14px !important;
  font-size: 0.95rem !important;
  color: #1e293b !important;
  border-radius: 4px !important;
  outline: none !important;
  box-shadow: none !important;
}

.custom-cf7-wrapper input:focus,
.custom-cf7-wrapper textarea:focus {
  background-color: #ffffff !important;
  border-color: #f59e0b !important;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.15) !important;
}

.custom-cf7-wrapper textarea {
  height: 110px !important;
  resize: vertical !important;
}

/* SUBMIT BUTTON STYLING */
.cf7-submit-btn input[type="submit"] {
  width: 100% !important;
  background-color: #f59e0b !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  padding: 16px !important;
  border: none !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease !important;
  margin-top: 6px !important;
}

.cf7-submit-btn input[type="submit"]:hover {
  background-color: #d97706 !important;
}

/* MOBILE RESPONSIVE FIX */
@media (max-width: 600px) {
  .cf7-row {
    grid-template-columns: 1fr !important;
  }
}/* End custom CSS */