.elementor-3333 .elementor-element.elementor-element-24702a7{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-40px;--margin-bottom:-50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:100px;--padding-right:100px;}.elementor-3333 .elementor-element.elementor-element-ca94b82{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3333 .elementor-element.elementor-element-fd538b8{text-align:left;}.elementor-3333 .elementor-element.elementor-element-d043d84{width:var( --container-widget-width, 85% );max-width:85%;--container-widget-width:85%;--container-widget-flex-grow:0;}.elementor-3333 .elementor-element.elementor-element-d043d84 > .elementor-widget-container{margin:0px 30px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3333 .elementor-element.elementor-element-d043d84 .elementor-heading-title{line-height:27px;}.elementor-3333 .elementor-element.elementor-element-8287f2d{--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;}.elementor-3333 .elementor-element.elementor-element-e25dc02 > .elementor-widget-container{margin:-15px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-3333 .elementor-element.elementor-element-d043d84{width:100%;max-width:100%;}}@media(min-width:768px){.elementor-3333 .elementor-element.elementor-element-ca94b82{--width:50%;}.elementor-3333 .elementor-element.elementor-element-8287f2d{--width:50%;}}/* Start custom CSS for wpforms, class: .elementor-element-e25dc02 */.wpforms-container ul, .wpforms-container ul li {
    background: none;
    border: 0;
    margin-right: 10px !important;
    display: inline-flex;
}

.wpforms-container #wpforms-3326-field_20_1, .wpforms-container #wpforms-3326-field_21{
    margin-left: -35px !important;
}

/* Reduce spacing between WPForms fields */
.wpforms-field {
  margin-bottom: -1.5rem !important; /* Reduce bottom margin */
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-24702a7 *//* General Form Container & Layout */
.wpforms-container {
    max-width: 600px; /* Adjust as needed */
    margin: 0 auto;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); /* Soft shadow */
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; /* Modern font stack */
}

/* Form Fields Container */
.wpforms-field-container {
    display: grid;
    gap: 20px; /* Space between fields */
}

/* Individual Field Styling */
.wpforms-field {
    margin-bottom: 0; /* Reset default WPForms margin */
}

/* Labels */
.wpforms-field-label {
    font-size: 1rem;
    font-weight: 600; /* Slightly bolder labels */
    color: #333;
    margin-bottom: 8px; /* Space between label and input */
    display: block; /* Ensure labels are on their own line */
}

/* Required field asterisk */
.wpforms-required-label {
    color: #dc3545; /* Red for required fields */
    margin-left: 4px;
}

/* Input and Textarea Base Styles */
.wpforms-field input[type="text"],
.wpforms-field input[type="email"],
.wpforms-field textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #ddd;
    border-radius: 8px; /* Slightly rounded corners */
    font-size: 1rem;
    color: #555;
    transition: all 0.3s ease-in-out;
    background-color: #f9f9f9; /* Light background for inputs */
}

/* Input and Textarea Focus State */
.wpforms-field input[type="text"]:focus,
.wpforms-field input[type="email"]:focus,
.wpforms-field textarea:focus {
    border-color: #007bff; /* Primary color on focus */
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2); /* Subtle focus glow */
    outline: none; /* Remove default outline */
    background-color: #fff; /* White background on focus */
}

/* Textarea specific height */
.wpforms-field textarea {
    min-height: 120px; /* Taller textarea for messages */
    resize: vertical; /* Allow vertical resizing */
}

/* Checkbox (Privacy Policy/Terms) */
.wpforms-field-checkbox ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wpforms-field-checkbox li {
    display: flex; /* Align checkbox and text */
    align-items: flex-start;
    margin-bottom: 0; /* Remove default list item margin */
}

.wpforms-field-checkbox input[type="checkbox"] {
    margin-top: 5px; /* Adjust checkbox vertical alignment */
    margin-right: 10px;
    min-width: 18px; /* Ensure checkbox is visible */
    min-height: 18px;
    accent-color: #007bff; /* Primary color for checkbox */
}

.wpforms-field-label-inline {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
}

/* Link within checkbox label (Privacy Policy, T&C) */
.form-privacy-policy {
    color: #007bff; /* Primary color for links */
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease-in-out;
}

.form-privacy-policy:hover {
    color: #0056b3; /* Darker primary color on hover */
    text-decoration: underline;
}


/* Submit Button */
.wpforms-submit-container {
    text-align: left; /* Center the button if desired */
    margin-top: 30px;
}

.wpforms-submit {
    display: inline-block;
    padding: 15px 30px;
    background-color: #007bff; /* Primary button color */
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, transform 0.2s ease-in-out;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.25); /* Subtle shadow for button */
}

.wpforms-submit:hover {
    background-color: #0056b3; /* Darker primary color on hover */
    transform: translateY(-2px); /* Slight lift effect */
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.35);
}

.wpforms-submit:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(0, 123, 255, 0.2);
}

/* Loading spinner for AJAX forms */
.wpforms-submit-spinner {
    vertical-align: middle;
    margin-left: 10px;
    filter: invert(1); /* Makes the spinner white for better contrast on blue button */
}

/* Elementor Specific Overrides (Optional - for fine-tuning your page layout) */
/* These target the main containers to help center and style the entire section */
.elementor-element-24702a7 {
    display: flex;
    justify-content: left;
    align-items: left;
    min-height: calc(100vh - (header-height + footer-height)); /* Adjust for your site's header/footer */
    padding: 60px 50px; /* Ensure good padding around the form */
    box-sizing: border-box; /* Include padding in element's total width/height */
}

/* Adjust heading and description for better spacing and typography */
.elementor-element-fd538b8 .elementor-heading-title {
    font-size: 2.5rem; /* Larger, prominent heading */
    font-weight: 700;
    color: #222;
    text-align: left;
    margin-bottom: 15px;
}

.elementor-element-d043d84 .elementor-heading-title {
    font-size: 1.15rem;
    color: #666;
    text-align: left;
    max-width: 700px; /* Limit line length for readability */
    margin: 0 auto 40px auto; /* Center and add space below description */
    line-height: 1.6;
}

/* Ensure inner container stretches to center content */
.e-con-inner {
    width: 100%;
    max-width: 900px; /* Max width for the whole content area */
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Adjust the container holding the heading and description */
.elementor-element-ca94b82 {
    width: 100%;
    margin-bottom: 30px;
    text-align: left; /* Ensures content inside is centered */
}

/* Adjust the container holding the WPForms widget */
.elementor-element-8287f2d {
    width: 100%;
    display: flex;
    justify-content: center;
}

#wpforms-162-field_3 {
    list-style: none !important;
    margin-left: 0px !important;
    margin-bottom: 10px;
}/* End custom CSS */