.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-4122 .elementor-element.elementor-element-56bbf8f{--display:flex;--min-height:104px;--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;--justify-content:center;}.elementor-4122 .elementor-element.elementor-element-56bbf8f:not(.elementor-motion-effects-element-type-background), .elementor-4122 .elementor-element.elementor-element-56bbf8f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-5b19ffe );}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4122 .elementor-element.elementor-element-42f047d.elementor-element{--align-self:center;}.elementor-4122 .elementor-element.elementor-element-42f047d{text-align:center;}.elementor-4122 .elementor-element.elementor-element-42f047d .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:500;color:#000000;}.elementor-4122 .elementor-element.elementor-element-4883dd9f{--display:flex;--margin-top:0px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}.elementor-widget-shortcode .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-shortcode .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}@media(max-width:1024px){.elementor-4122 .elementor-element.elementor-element-4883dd9f{--margin-top:0px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-4122 .elementor-element.elementor-element-4883dd9f{--margin-top:0px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-466711e *//* Main Form Container */
.um-form,
.um .um-form {
    max-width: 600px !important;
    margin: 50px auto !important;
    padding: 50px 40px !important;
    background: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
    border: none !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Form container decoration */
.um-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff0071, #ff4081, #ff0071);
 
}

/* Description Text */
.um-form p,
.um-form .um-field-description {
    color: #666 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
}

/* Input Field Styling */
.um-form .um-field-area input[type="text"],
.um-form .um-field-area input[type="email"],
.um-form input[type="text"],
.um-form input[type="email"] {
    width: 100% !important;
    padding: 25px 20px !important;
    border: 2px solid #e1e5e9 !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    color: #333 !important;
    background: #fafafa !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
    margin-bottom: 25px !important;
}

.um-form .um-field-area input[type="text"]:focus,
.um-form .um-field-area input[type="email"]:focus,
.um-form input[type="text"]:focus,
.um-form input[type="email"]:focus {
    border-color: #ff0071 !important;
    outline: none !important;
    box-shadow: 0 0 0 4px rgba(255, 0, 113, 0.1) !important;
    background: #ffffff !important;
    transform: translateY(-2px) !important;
}

/* Button Styling - Pink Color */
.um-form .um-button,
.um-form input[type="submit"],
.um-form .um-field-area input[type="submit"] {
    width: 60% !important;
    padding: 18px 30px !important;
    background: linear-gradient(135deg, #ff0071, #e6006a) !important;
    color: white !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 6px 20px rgba(255, 0, 113, 0.3) !important;
    margin-top: 10px !important;
}

.um-form .um-button:hover,
.um-form input[type="submit"]:hover,
.um-form .um-field-area input[type="submit"]:hover {
    background: linear-gradient(135deg, #e6006a, #cc0060) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(255, 0, 113, 0.4) !important;
}

.um-form .um-button:active,
.um-form input[type="submit"]:active,
.um-form .um-field-area input[type="submit"]:active {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 15px rgba(255, 0, 113, 0.3) !important;
}

/* Error Messages */
.um-form .um-field-error {
    color: #e74c3c !important;
    font-size: 14px !important;
    margin-top: 8px !important;
    font-weight: 500 !important;
    text-align: center !important;
}

/* Success/Error Notices */
.um-form .um-notice {
    padding: 15px 20px !important;
    border-radius: 10px !important;
    margin-bottom: 25px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-align: center !important;
}

.um-form .um-notice.success {
    background: #d4edda !important;
    color: #155724 !important;
    border: 1px solid #c3e6cb !important;
}

.um-form .um-notice.error {
    background: #f8d7da !important;
    color: #721c24 !important;
    border: 1px solid #f5c6cb !important;
}

/* Additional styling for better appearance */
.um-form .um-field {
    margin-bottom: 0 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .um-form,
    .um .um-form {
        margin: 30px 65px !important;
        padding: 40px 30px !important;
    }
    
    .um-form .um-form-title,
    .um-form h2 {
        font-size: 26px !important;
    }
    
    .um-form .um-field-area input[type="text"],
    .um-form .um-field-area input[type="email"],
    .um-form input[type="text"],
    .um-form input[type="email"] {
        padding: 16px 18px !important;
    }
    
    .um-form .um-button,
    .um-form input[type="submit"],
    .um-form .um-field-area input[type="submit"] {
        padding: 16px 25px !important;
        font-size: 16px !important;
    }
}

@media (max-width: 480px) {
    .um-form,
    .um .um-form {
        margin: 20px 15px !important;
        padding: 30px 25px !important;
    }
    
    .um-form .um-form-title,
    .um-form h2 {
        font-size: 24px !important;
    }
}/* End custom CSS */