.elementor-6023 .elementor-element.elementor-element-c4f1c5e{--display:flex;--min-height:100vh;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-7494052 */.elementor-6023 .elementor-element.elementor-element-7494052 { height: 0px; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-33b9f83 *//* Prevent WPForms from breaking parent flex/grid layout */
.contact-opt-section {
  width: 100%;
  clear: both;
}

.lrm-wpforms-wrapper .wpforms-container {
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.lrm-wpforms-wrapper .wpforms-field-container {
  display: block !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-493cfaf *//* Hide only the original PHP widget container, not the moved contents */
#lrm-form-source {
    display: none !important;
}

/* Ensure the target wrapper displays properly */
#lrm-form-target {
    display: block;
    width: 100%;
}

.wpforms-container .wpforms-field { padding: 6px 0!important; }
/* WPForms Custom Container Styling */
#lrm-form-target .wpforms-container {
  padding: 0;
  margin: 0;
}

/* Label Styling */
#lrm-form-target .wpforms-field-label {
  display: block;
  font-weight: 700 !important;
  font-size: 15px !important;
  color: #1a202c !important;
  margin-bottom: 6px !important;
}

#lrm-form-target .wpforms-required-label {
  color: #a60f22 !important;
  font-weight: 700;
}

/* Input Fields & Textareas */
#lrm-form-target input[type="text"],
#lrm-form-target input[type="email"]
#lrm-form-target textarea {
 width: 100% !important;
  height: auto !important;
  padding: 12px 16px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px !important;
  background-color: #ffffff !important;
  font-size: 15px !important;
  color: #2d3748 !important;
  box-shadow: none !important;
  outline: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

/* Base styles for Smart Phone Input */
#lrm-form-target input[type="tel"] {
  width: 100% !important;
  height: 43px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px !important;
  background-color: #ffffff !important;
  font-size: 15px !important;
  color: #2d3748 !important;
  box-shadow: none !important;
  outline: none !important;
  /* Preserve left space for the country flag */
  padding-left: 62px !important; 
  padding-right: 16px !important;
}

/* Position and align the country flag container inside the rounded field */
#lrm-form-target .iti {
  width: 100% !important;
}

#lrm-form-target .iti__selected-country {
  padding-left: 14px !important;
  border-radius: 14px 0 0 14px !important;
  background: transparent !important;
}

/* Ensure dropdown sits properly above adjacent layout columns */
#lrm-form-target .iti__country-list {
  z-index: 9999 !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15) !important;
}

/* Placeholder Styling */
#lrm-form-target input::placeholder,
#lrm-form-target textarea::placeholder {
  color: #a0aec0 !important;
  font-weight: 400;
}

/* Field Focus State (Matching red focus border in preview) */
#lrm-form-target input:focus,
#lrm-form-target textarea:focus {
  border-color: #d98d95 !important;
  box-shadow: 0 0 0 3px rgba(166, 15, 34, 0.1) !important;
}

/* Textarea Specific Height */
#lrm-form-target textarea {
  min-height: 100px !important;
  resize: vertical;
}

/* Phone Input Integration (iti dropdown alignment) */
#lrm-form-target .iti--inline-dropdown {
  width: 100%;
}

#lrm-form-target .iti__selected-country {
  border-radius: 14px 0 0 14px !important;
  background: transparent !important;
}

/* Sublabel / Footnote Text */
#lrm-form-target .wpforms-field-sublabel,
#lrm-form-target .wpforms-footnote {
  font-size: 13.5px !important;
  color: #718096 !important;
  margin-top: 12px !important;
}

/* Submit Button - Pill Style with Soft Red Drop Shadow */
#lrm-form-target .wpforms-submit-container {
  margin-top: 16px !important;
  padding-top: 0 !important;
}

#lrm-form-target button[type="submit"].wpforms-submit {
  background-color: #8c0c1e !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 12px 28px !important;
  border-radius: 12px !important;
  border: none !important;
  cursor: pointer !important;
  box-shadow: 0 8px 18px rgba(140, 12, 30, 0.25) !important;
  transition: background-color 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease !important;
}

#lrm-form-target button[type="submit"].wpforms-submit:hover {
  background-color: #a60f22 !important;
  box-shadow: 0 10px 22px rgba(140, 12, 30, 0.35) !important;
}

#lrm-form-target button[type="submit"].wpforms-submit:active {
  transform: translateY(1px);
}

div.wpforms-container-full .wpforms-confirmation-container-full { border-radius: 12px; }

/* Normalize borders and border-radius across all WPForms inputs and textareas */
.wpforms-container input[type="text"],
.wpforms-container input[type="email"],
.wpforms-container input[type="tel"],
.wpforms-container textarea {
    border: 1px solid #e2e8f0  !important; /* Adjust color to match standard inputs */
    border-radius: 12px !important;       /* Matches rounded corners on Full Name/Company */
    box-sizing: border-box;
}

/* Ensure focus states remain uniform */
.wpforms-container input[type="email"]:focus,
.wpforms-container textarea:focus {
    border-color: #e2e8f0  !important;
    outline: none;
}/* End custom CSS */