.elementor-widget-image .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-image .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-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1804 .elementor-element.elementor-element-84d69d4 > .elementor-widget-container{margin:-50px 0px -60px 0px;}.elementor-1804 .elementor-element.elementor-element-84d69d4 img{width:30%;}.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-1804 .elementor-element.elementor-element-f3dbfb4 > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-1804 .elementor-element.elementor-element-f3dbfb4{text-align:center;}.elementor-1804 .elementor-element.elementor-element-f3dbfb4 .elementor-heading-title{font-family:"Inter Tight", Sans-serif;font-size:40px;font-weight:600;color:#FAEBEB;}.elementor-1804 .elementor-element.elementor-element-f3dbfb4 .elementor-heading-title a:hover, .elementor-1804 .elementor-element.elementor-element-f3dbfb4 .elementor-heading-title a:focus{color:#FAEBEB;}.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 );}body.elementor-page-1804:not(.elementor-motion-effects-element-type-background), body.elementor-page-1804 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1E0711;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-1804 .elementor-element.elementor-element-84d69d4 > .elementor-widget-container{margin:-15px 0px -25px 0px;}.elementor-1804 .elementor-element.elementor-element-f3dbfb4 .elementor-heading-title{font-size:30px;}}@media(max-width:767px){.elementor-1804 .elementor-element.elementor-element-84d69d4 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-1804 .elementor-element.elementor-element-84d69d4 img{width:50%;}.elementor-1804 .elementor-element.elementor-element-f3dbfb4 .elementor-heading-title{font-size:25px;}}/* Start custom CSS for shortcode, class: .elementor-element-ec134fa *//* Custom CSS for a Sleek Ultimate Member Registration Page */
.um-registration {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #020617 0%, #0F172A 50%, #1E3A8A 100%);
    padding: 20px;
}

/* Form Container */
.um-registration .um-form {
    width: 100%;
    max-width: 500px;
    background: rgba(15, 23, 42, 0.88);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding: 30px;
    border-radius: 18px;
    border: 1px solid rgba(59,130,246,0.2);
    box-shadow: 0 10px 40px rgba(0,0,0,0.45);
}

/* Heading */
.um-registration h2 {
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
}

/* Fields */
.um-registration .um-field {
    margin-bottom: 20px;
}

/* Labels */
.um-registration .um-field label {
    display: block;
    font-size: 14px;
    color: #DBEAFE;
    margin-bottom: 5px;
    font-weight: 600;
}

/* Inputs */
.um-registration .um-field input,
.um-registration .um-field select {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid rgba(59,130,246,0.25);
    background: rgba(255,255,255,0.05);
    color: #ffffff;
    box-sizing: border-box;
    font-size: 16px;
    transition: all 0.3s ease;
}

/* Input Focus */
.um-registration .um-field input:focus,
.um-registration .um-field select:focus {
    border-color: #3B82F6;
    box-shadow: 0 0 15px rgba(59,130,246,0.35);
    outline: none;
    background: rgba(255,255,255,0.08);
}

/* Buttons */
.um-registration .um-button,
.um .um-button,
.um a.um-button,
.um input[type=submit].um-button {
    background: linear-gradient(135deg, #2563EB 0%, #3B82F6 100%) !important;
    border-color: #2563EB !important;
    color: #ffffff !important;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: 0 0 20px rgba(37,99,235,0.35);
}

/* Button Hover */
.um-registration .um-button:hover,
.um .um-button:hover,
.um a.um-button:hover,
.um input[type=submit].um-button:hover {
    background: linear-gradient(135deg, #1D4ED8 0%, #2563EB 100%) !important;
    border-color: #1D4ED8 !important;
    box-shadow: 0 0 25px rgba(37,99,235,0.5);
    transform: translateY(-2px);
}

/* Link Colors */
.um a.um-link,
.um .um-tip:hover,
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um .um-member-name a:hover,
.um .um-member-more a:hover,
.um .um-member-less a:hover,
.um .um-members-pagi a:hover,
.um .um-cover-add:hover,
.um .um-profile-subnav a.active,
.um .um-item-meta a,
.um-account-name a:hover,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color {
    color: #60A5FA !important;
}

/* Link Hover */
.um a.um-link:hover,
.um a.um-link-hvr:hover {
    color: #22D3EE !important;
}

/* Alt Buttons */
.um .um-button.um-alt,
.um input[type=submit].um-button.um-alt {
    background: rgba(255,255,255,0.06) !important;
    border-color: rgba(59,130,246,0.2) !important;
    color: #60A5FA !important;
}

.um .um-button.um-alt:hover,
.um input[type=submit].um-button.um-alt:hover {
    background: rgba(59,130,246,0.12) !important;
    color: #22D3EE !important;
}

/* Icon Colors */
.um .um-field-radio i,
.um .um-field-checkbox i {
    color: #60A5FA !important;
}

/* Typography */
body {
    font-family: 'Poppins', sans-serif;
    background: #020617;
}

/* Inline Text */
element.style {
    color: #DBEAFE;
}

/* Icons */
.um .fa-circle-user::before,
.um-icon-within .fa-circle-user::before,
.um .fa-user-large::before,
.um-icon-within .fa-user-large::before,
.um .fa-users::before,
.um-icon-within .fa-users::before,
.um .fa-user::before,
.um-icon-within .fa-user::before,
.um .fa-envelope::before,
.um-icon-within .fa-envelope::before,
.um .fa-phone::before,
.um-icon-within .fa-phone::before,
.um .fa-square-whatsapp:before,
.um-icon-within .fa-square-whatsapp:before,
.um .fa-location-dot::before,
.um-icon-within .fa-location-dot::before,
.um .fa-earth-asia::before,
.um-icon-within .fa-earth-asia::before,
.um .fa-map-location-dot::before,
.um-icon-within .fa-map-location-dot::before,
.um .fa-handshake::before,
.um-icon-within .fa-handshake::before,
.um .fa-link::before,
.um-icon-within .fa-link::before,
.um .fa-facebook-f:before,
.um-icon-within .fa-facebook-f:before,
.um .fa-instagram:before,
.um-icon-within .fa-instagram:before,
.um .fa-youtube:before,
.um-icon-within .fa-youtube:before,
.um .fa-spotify:before,
.um-icon-within .fa-spotify:before,
.um .fa-file::before,
.um-icon-within .fa-file::before,
.um .fa-key::before,
.um-icon-within .fa-key::before {
    color: #60A5FA !important;
}

/* Field Labels */
.um-field-label label {
    font-size: 15px !important;
    line-height: 22px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
}

/* Checkbox Icon */
.um-icon-android-checkbox-outline-blank:before {
    content: "\f372";
    color: #60A5FA;
}

/* Registration Form Labels */
.um-registration .um-field label {
    font-family: 'Poppins', sans-serif !important;
    font-weight: bold !important;
}

/* Elementor */
.elementor *,
.elementor :after,
.elementor :before {
    box-sizing: border-box;
    color: #DBEAFE;
}/* End custom CSS */