.elementor-6996 .elementor-element.elementor-element-bf10a05{--display:flex;--margin-top:100px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-2cbb0674 *//* Container Form Styling */
#mainForm {
    max-width: 600px;
    margin: 40px auto;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
    font-family: 'Segoe UI', sans-serif;
    font-size: 15px;
}

/* Labels */
#mainForm label {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    color: #333;
}

/* Input Fields */
#mainForm input[type="text"],
#mainForm input[type="email"],
#mainForm input[type="tel"],
#mainForm select {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    background-color: #f9f9f9;
}

#mainForm input:focus,
#mainForm select:focus {
    border-color: #66cc66;
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(102, 204, 102, 0.15);
}

/* Checkbox Styling */
#mainForm input[type="checkbox"] {
    transform: scale(1.2);
    accent-color: #66cc66;
    margin-right: 8px;
    vertical-align: middle;
}

#agreeTermsLabel {
    display: flex;
    align-items: center;
    margin: 20px 0;
    font-weight: 500;
    color: #444;
}

#agreeTermsLabel a {
    color: #3498db;
    text-decoration: none;
}

#agreeTermsLabel a:hover {
    text-decoration: underline;
}

/* Error Message */
#termsAgreeWarning {
    margin-top: 5px;
    font-size: 14px;
}

/* Submit Button */
.wpam-registration-form-submit {
    background-color: #b9f265;
    color: #000;
    padding: 14px 30px;
    font-size: 16px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    width: 100%;
    font-weight: bold;
}

.wpam-registration-form-submit:hover {
    background-color: #a3e451;
    transform: scale(1.02);
}

/* Responsive Fixes */
@media (max-width: 600px) {
    #mainForm {
        padding: 20px;
    }
}/* End custom CSS */