/* 
Theme Name: Luxury Air
Theme URI: https://luxuryair.co.uk
Description: Bespoke WordPress website design.
Author: LuxuryAir
Author URI: https://luxuryair.co.uk
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: Luxury Air
License URI: https://luxuryair.co.uk
*/

/*
    Add your custom styles here
*/

/* Base form styling */
body .gform_wrapper {
  font-family: 'Red Hat Text', sans-serif;
}

/* Form fields */
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="number"],
body .gform_wrapper input[type="url"],
body .gform_wrapper input[type="password"],
body .gform_wrapper textarea,
body .gform_wrapper select {
  background-color: #ffffff;
  border: 1px solid #eaeaea; /* very faint border */
  padding: 12px;
  font-size: 16px;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* Optional: Better spacing between fields */
body .gform_wrapper .gfield {
  margin-bottom: 20px;
}

body .gform_wrapper input[type="submit"],
body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_page_footer input[type="submit"] {
  background-color: #fcc300 !important;
  color: #000000 !important;
  font-family: 'Red Hat Text', sans-serif !important;
  font-weight: 400 !important;
  border: none !important;
  padding: 14px 32px !important;
  font-size: 16px !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
  width: auto !important;
  display: inline-block !important;
}

body .gform_wrapper input[type="submit"]:hover,
body .gform_wrapper .gform_footer input[type="submit"]:hover,
body .gform_wrapper .gform_page_footer input[type="submit"]:hover {
  background-color: #e6b100 !important;
}