.elementor-1807 .elementor-element.elementor-element-78bf5d00{margin-top:120px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-1807 .elementor-element.elementor-element-c499093{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-1807 .elementor-element.elementor-element-c499093 .elementor-divider-separator{width:100%;}.elementor-1807 .elementor-element.elementor-element-c499093 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-1807 .elementor-element.elementor-element-18c00c2 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 40px;}.elementor-1807 .elementor-element.elementor-element-f0c469a{margin-top:0px;margin-bottom:0px;padding:0px 60px 0px 40px;}.elementor-1807 .elementor-element.elementor-element-d647cca .elementor-field-group{padding-right:calc( 10px/2 );padding-left:calc( 10px/2 );margin-bottom:20px;}.elementor-1807 .elementor-element.elementor-element-d647cca .elementor-form-fields-wrapper{margin-left:calc( -10px/2 );margin-right:calc( -10px/2 );margin-bottom:-20px;}.elementor-1807 .elementor-element.elementor-element-d647cca .elementor-field-group.recaptcha_v3-bottomleft, .elementor-1807 .elementor-element.elementor-element-d647cca .elementor-field-group.recaptcha_v3-bottomright{margin-bottom:0;}body.rtl .elementor-1807 .elementor-element.elementor-element-d647cca .elementor-labels-inline .elementor-field-group > label{padding-left:0px;}body:not(.rtl) .elementor-1807 .elementor-element.elementor-element-d647cca .elementor-labels-inline .elementor-field-group > label{padding-right:0px;}body .elementor-1807 .elementor-element.elementor-element-d647cca .elementor-labels-above .elementor-field-group > label{padding-bottom:0px;}.elementor-1807 .elementor-element.elementor-element-d647cca .elementor-field-group > label{font-weight:600;line-height:37px;}.elementor-1807 .elementor-element.elementor-element-d647cca .elementor-field-type-html{padding-bottom:0px;}.elementor-1807 .elementor-element.elementor-element-d647cca .elementor-field-group .elementor-field:not(.elementor-select-wrapper){background-color:#ffffff;}.elementor-1807 .elementor-element.elementor-element-d647cca .elementor-field-group .elementor-select-wrapper select{background-color:#ffffff;}.elementor-1807 .elementor-element.elementor-element-d647cca .e-form__buttons__wrapper__button-next{color:#ffffff;}.elementor-1807 .elementor-element.elementor-element-d647cca .elementor-button[type="submit"]{color:#ffffff;}.elementor-1807 .elementor-element.elementor-element-d647cca .elementor-button[type="submit"] svg *{fill:#ffffff;}.elementor-1807 .elementor-element.elementor-element-d647cca .e-form__buttons__wrapper__button-previous{color:#ffffff;}.elementor-1807 .elementor-element.elementor-element-d647cca .e-form__buttons__wrapper__button-next:hover{color:#ffffff;}.elementor-1807 .elementor-element.elementor-element-d647cca .elementor-button[type="submit"]:hover{color:#ffffff;}.elementor-1807 .elementor-element.elementor-element-d647cca .elementor-button[type="submit"]:hover svg *{fill:#ffffff;}.elementor-1807 .elementor-element.elementor-element-d647cca .e-form__buttons__wrapper__button-previous:hover{color:#ffffff;}.elementor-1807 .elementor-element.elementor-element-d647cca{--e-form-steps-indicators-spacing:20px;--e-form-steps-indicator-padding:30px;--e-form-steps-indicator-inactive-secondary-color:#ffffff;--e-form-steps-indicator-active-secondary-color:#ffffff;--e-form-steps-indicator-completed-secondary-color:#ffffff;--e-form-steps-divider-width:1px;--e-form-steps-divider-gap:10px;}/* Start custom CSS for form, class: .elementor-element-d647cca *//* ==========================================================================
   Contact Form Styling - Clean Aligned Version (NO Striped Backgrounds)
   ========================================================================== */

/* Form container */
.elementor-widget-form {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

/* Form field labels */
.elementor-field-group label {
    color: #2c3e50;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 8px;
    display: block;
}

/* Input fields */
.elementor-field-textual,
.elementor-field input[type="text"],
.elementor-field input[type="email"],
.elementor-field input[type="tel"],
.elementor-field textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #ffffff;
    color: #374151;
    font-size: 15px;
    transition: all 0.3s ease;
}

/* Input focus state */
.elementor-field-textual:focus,
.elementor-field input[type="text"]:focus,
.elementor-field input[type="email"]:focus,
.elementor-field input[type="tel"]:focus,
.elementor-field textarea:focus {
    border-color: #4a5568;
    outline: none;
    box-shadow: 0 0 0 3px rgba(74, 85, 104, 0.1);
}

/* Textarea specific */
.elementor-field textarea {
    min-height: 150px;
    resize: vertical;
}

/* Form rows spacing */
.elementor-field-group {
    margin-bottom: 20px;
}

/* Submit button */
.elementor-button,
.elementor-field-type-submit button {
    background: #d11329 !important;
    color: #ffffff !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 16px 40px !important;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(209, 19, 41, 0.2);
}

/* Submit button hover */
.elementor-button:hover,
.elementor-field-type-submit button:hover {
    background: #be0f23 !important;
    box-shadow: 0 4px 8px rgba(209, 19, 41, 0.3);
    transform: translateY(-1px);
}

/* Placeholder text */
.elementor-field-textual::placeholder,
.elementor-field input::placeholder,
.elementor-field textarea::placeholder {
    color: #9ca3af;
    font-style: italic;
}

/* Required field asterisk */
.elementor-mark-required {
    color: #d11329;
}

/* Error messages */
.elementor-message-danger {
    background: #fee2e2;
    border-left: 4px solid #dc2626;
    color: #991b1b;
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 20px;
}

/* Success messages */
.elementor-message-success {
    background: #d1fae5;
    border-left: 4px solid #10b981;
    color: #065f46;
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 20px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .elementor-widget-form {
        padding: 20px;
    }
    
    .elementor-field-textual,
    .elementor-field input[type="text"],
    .elementor-field input[type="email"],
    .elementor-field input[type="tel"],
    .elementor-field textarea {
        padding: 12px 14px;
        font-size: 14px;
    }
    
    .elementor-button,
    .elementor-field-type-submit button {
        padding: 14px 30px !important;
        width: 100%;
    }
}

/* ==========================================================================
   Find a Club - Dropdown Selector Styling
   ========================================================================== */

/* Container styling for the inner section */
.find-club-.elementor-1807 .elementor-element.elementor-element-d647cca-section {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-width: 800px;
    margin: 0 auto;
}

/* Heading "Find a Club:" styling */
.find-club-.elementor-1807 .elementor-element.elementor-element-d647cca-section h2,
.find-club-.elementor-1807 .elementor-element.elementor-element-d647cca-section .elementor-heading-title {
    color: #1a1a52;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: left;
}

/* Dropdown select box */
.find-club-.elementor-1807 .elementor-element.elementor-element-d647cca-section select,
.find-club-.elementor-1807 .elementor-element.elementor-element-d647cca-section .elementor-field-type-select select {
    width: 100%;
    padding: 18px 24px;
    font-size: 18px;
    font-weight: 500;
    color: #d11329;
    background: #ffffff;
    border: 2px solid #d11329;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23d11329' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 20px;
    padding-right: 50px;
}

/* Dropdown hover state */
.find-club-.elementor-1807 .elementor-element.elementor-element-d647cca-section select:hover,
.find-club-.elementor-1807 .elementor-element.elementor-element-d647cca-section .elementor-field-type-select select:hover {
    border-color: #be0f23;
    box-shadow: 0 4px 12px rgba(209, 19, 41, 0.2);
}

/* Dropdown focus state */
.find-club-.elementor-1807 .elementor-element.elementor-element-d647cca-section select:focus,
.find-club-.elementor-1807 .elementor-element.elementor-element-d647cca-section .elementor-field-type-select select:focus {
    outline: none;
    border-color: #1a1a52;
    box-shadow: 0 0 0 4px rgba(26, 26, 82, 0.1);
}

/* Dropdown options styling */
.find-club-.elementor-1807 .elementor-element.elementor-element-d647cca-section select option {
    padding: 12px;
    font-size: 16px;
    color: #1a1a52;
    background: #ffffff;
}

/* Selected option */
.find-club-.elementor-1807 .elementor-element.elementor-element-d647cca-section select option:checked {
    background: #f0f0f0;
    color: #d11329;
}

/* Alternate styling - if you want the dropdown to have a different look */
/* Uncomment this section for a filled button-style dropdown */
/*
.find-club-.elementor-1807 .elementor-element.elementor-element-d647cca-section select {
    background-color: #d11329;
    color: #ffffff;
    border: 2px solid #d11329;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.find-club-.elementor-1807 .elementor-element.elementor-element-d647cca-section select:hover {
    background-color: #be0f23;
    border-color: #be0f23;
}

.find-club-.elementor-1807 .elementor-element.elementor-element-d647cca-section select option {
    background: #ffffff;
    color: #1a1a52;
}
*/

/* Mobile responsiveness */
@media (max-width: 768px) {
    .find-club-.elementor-1807 .elementor-element.elementor-element-d647cca-section {
        padding: 30px 20px;
    }
    
    .find-club-.elementor-1807 .elementor-element.elementor-element-d647cca-section h2,
    .find-club-.elementor-1807 .elementor-element.elementor-element-d647cca-section .elementor-heading-title {
        font-size: 36px;
        text-align: center;
    }
    
    .find-club-.elementor-1807 .elementor-element.elementor-element-d647cca-section select,
    .find-club-.elementor-1807 .elementor-element.elementor-element-d647cca-section .elementor-field-type-select select {
        font-size: 16px;
        padding: 16px 20px;
        padding-right: 45px;
    }
}

@media (max-width: 480px) {
    .find-club-.elementor-1807 .elementor-element.elementor-element-d647cca-section h2,
    .find-club-.elementor-1807 .elementor-element.elementor-element-d647cca-section .elementor-heading-title {
        font-size: 28px;
    }
    
    .find-club-.elementor-1807 .elementor-element.elementor-element-d647cca-section select,
    .find-club-.elementor-1807 .elementor-element.elementor-element-d647cca-section .elementor-field-type-select select {
        font-size: 15px;
        padding: 14px 18px;
        padding-right: 40px;
    }
}/* End custom CSS */