/* Start custom CSS for shortcode, class: .elementor-element-4e44884 *//* 🌟 Form Container */
body .gform_wrapper {
 
  background-color: #f00000 !important;
  padding: 30px 30px !important;
  border-radius: 25px !important;
  max-width: 460px;
  margin: auto !important;
  font-family: 'Poppins', sans-serif !important;
  color: white !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25) !important;
}

/* 🌟 Center Form Title */
body .gform_wrapper .gform_title {
       font-family: 'Gibson 671f50', sans-serif !important;
  text-align: center !important;
  width: 100% !important;
  margin-bottom: 20px !important; /* Adjust spacing below title if needed */
  font-size: 36px !important; /* Optional: Larger title */
  line-height: 43px;
  font-weight: 700 !important; /* Optional: Bold title */
}

/* 🌟 Remove all spacing between fields */
body .gform_wrapper .gfield {
  margin: 2px !important;
  padding: 0px !important;
}

/* 🌟 Remove gaps inside the form */
body .gform_wrapper .gform_fields {
  gap: 0 !important;
  row-gap: 8px !important;
}

/* 🌟 Hide labels, use placeholders instead */
body .gform_wrapper .gfield_label {
  display: none !important;
}

/* 🌟 Input Fields (No extra spacing) */
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper textarea,
body .gform_wrapper select {
  width: 100% !important;
  padding: 8px 18px !important;
  border-radius: 8px !important;
  border: none !important;
  font-size: 16px !important;
  color: #737373 !important;
  background-color: #ffffff !important;
  box-sizing: border-box !important;
     font-family: 'Gibson 671f50', sans-serif !important;
     
     
}

/* 🌟 Placeholder styling */
body .gform_wrapper ::placeholder {
  color: #737373 !important;
  opacity: 1 !important;
}

/* 🌟 Remove 'max file size' message */
body .gform_wrapper .gfield_description {
  display: none !important;
}


body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"]{

    padding-bottom: 20.5px
    
    !important;
    padding-top: 20.5px !important; 
    padding-left: 15px !important;
}


body .gform_wrapper textarea,
body .gform_wrapper select {

    padding-top: 10px !important;
    overflow-y: hidden !important;
    padding-bottom: 70px !important;
}




/* 🌟 File Upload */
body .gform_wrapper .file-upload-style {
  background-color: #c00000 !important;
  padding: 30px 0 !important;
  border: 2px dashed #000 !important;
  border-radius: 12px !important;
  text-align: center !important;
  position: relative !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-bottom: 0 !important;
     font-family: 'Gibson 671f50', sans-serif !important;
}

body .gform_wrapper .file-upload-style input[type="file"] {
  opacity: 0 !important;
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer !important;
  z-index: 2;
}

body .gform_wrapper .file-upload-style::before {
  content: "Choose Images" !important;
  display: inline-block;
  background-color: #ffffff !important;
  color: #000 !important;
  font-weight: 500 !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  z-index: 1 !important;
  position: relative !important;
  font-size: 14px !important;
  cursor: pointer !important;
  
}

/* 🌟 Checkbox Styling (No extra spacing) */
body .gform_wrapper .gfield_checkbox input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  vertical-align: middle !important;
  margin: 0 !important;
}

body .gform_wrapper .gfield_checkbox label {
  display: flex !important;
  align-items: center !important;
  color: white !important;
  font-size: 15px !important;
  margin: 0 !important;
     font-family: 'Gibson 671f50', sans-serif !important;
}

/* 🌟 Submit Button (No extra spacing) */
body .gform_wrapper .gform_footer input[type="submit"] {
       font-family: 'Gibson 671f50', sans-serif !important;
  background-color: #EBC700 !important;
  color: #000 !important;
  border: none !important;
  padding: 12px 25px !important;
  border-radius: 12px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  font-size: 16px !important;
  display: block !important;
  width: 100% !important;
  margin-top: 0 !important;
}/* End custom CSS */