.elementor-325 .elementor-element.elementor-element-6c24d68{--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-4dde332 */.contact-wrapper {
  background-image: url("https://powerrankedge.com/wp-content/uploads/2025/12/web-de.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
}

/* Form Box */
.contact-form {
  background: rgba(11, 77, 162, 0.85);
  padding: 50px 40px;
  border-radius: 12px;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);

  /* 🔥 MAIN FIX */
  display: flex;
  flex-direction: column;
  gap: 28px; /* <<< EXTRA GAP */
}

/* Heading */
.contact-form h2 {
  text-align: center;
  color: #ffd700;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
  font-size: 28px;
}

/* Inputs */
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  display: block;
}

/* Textarea */
.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

/* Button */
.contact-form button {
  width: 100%;
  padding: 16px;
  background: #800000;
  color: #ffd700;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s ease;
}

.contact-form button:hover {
  background: #a00000;
}/* End custom CSS */