.elementor-5 .elementor-element.elementor-element-054d563{--display:flex;}.elementor-5 .elementor-element.elementor-element-054d563.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-5 .elementor-element.elementor-element-189d737.elementor-element{--align-self:stretch;}.elementor-5 .elementor-element.elementor-element-4316c7d{--display:flex;}@media(min-width:768px){.elementor-5 .elementor-element.elementor-element-054d563{--width:102.206%;}}/* Start custom CSS for shortcode, class: .elementor-element-189d737 *//* 🌿 General WPForms Styling (Teal Theme) */
.wpforms-container {
  font-family: "Poppins", sans-serif !important;
  color: #005f63 !important;
  max-width: 700px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 40px 50px;
}

/* Form Labels */
.wpforms-field-label {
  color: #005f63 !important;
  font-weight: 600;
  margin-bottom: 6px !important;
}

/* Input Fields */
.wpforms-field input[type="text"],
.wpforms-field input[type="email"],
.wpforms-field input[type="tel"],
.wpforms-field input[type="url"],
.wpforms-field input[type="number"],
.wpforms-field textarea,
.wpforms-field select {
  width: 100%;
  padding: 14px 16px;
  border: 1.8px solid #b2eaea;
  border-radius: 10px;
  background: #f9ffff;
  transition: all 0.3s ease;
  font-size: 15px;
  color: #004f52;
}

/* Focus Effect */
.wpforms-field input:focus,
.wpforms-field textarea:focus,
.wpforms-field select:focus {
  outline: none;
  border-color: #00a8a8;
  box-shadow: 0 0 8px rgba(0, 168, 168, 0.2);
  background: #ffffff;
}

/* Placeholder color */
.wpforms-field input::placeholder,
.wpforms-field textarea::placeholder {
  color: #7aa2a2;
}

/* Submit Button */
.wpforms-submit-container button[type="submit"] {
  background: linear-gradient(135deg, #00a8a8, #007f83);
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 14px 26px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.wpforms-submit-container button[type="submit"]:hover {
  background: linear-gradient(135deg, #009090, #005f63);
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 95, 99, 0.25);
}

/* Field Layout Adjustments */
.wpforms-field {
  margin-bottom: 20px !important;
}

/* Error + Success Messages */
.wpforms-error {
  border-color: #e74c3c !important;
  background: #fff5f5 !important;
  color: #c0392b !important;
}

.wpforms-confirmation-container-full {
  background: #e8fdfc;
  color: #005f63;
  border: 1.5px solid #00a8a8;
  border-radius: 10px;
  padding: 20px;
  font-weight: 500;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 168, 168, 0.15);
}

/* Checkbox & Radio Inputs */
.wpforms-field-checkbox li label,
.wpforms-field-radio li label {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #004f52 !important;
}

.wpforms-field-checkbox input,
.wpforms-field-radio input {
  accent-color: #00a8a8 !important;
  width: 18px;
  height: 18px;
}

/* Field Description */
.wpforms-field-description {
  font-size: 13px;
  color: #558888;
  margin-top: 4px;
}

/* Multi-Column Fix for Smaller Screens */
@media (max-width: 768px) {
  .wpforms-container {
    padding: 25px 20px;
  }
  .wpforms-field {
    width: 100% !important;
  }
}/* End custom CSS */