.elementor-256 .elementor-element.elementor-element-bb36a24{--display:flex;}:root{--page-title-display:none;}body.elementor-page-256:not(.elementor-motion-effects-element-type-background), body.elementor-page-256 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://esportsking.in/wp-content/uploads/2026/04/WhatsApp-Image-2026-04-25-at-12.26.23-AM.jpeg");background-position:center center;background-repeat:no-repeat;background-size:cover;}/* Start custom CSS for html, class: .elementor-element-acf64e8 *//* Custom Form Wrapper */
.ek-custom-form {
    background-color: #0a0a0c; 
    border: 1px solid #1f1f1f;
    padding: 35px 30px;
    max-width: 500px;
    margin: 40px auto; /* Centers the form and adds breathing room */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}

/* Minimalist Top Red Accent Line */
.ek-custom-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px; 
    background: linear-gradient(90deg, #ff4655, #8f0014); 
}

/* Override Elementor Label Styles */
.ek-custom-form label {
    display: block !important;
    color: #a0a0a0 !important;
    text-transform: uppercase !important;
    font-size: 0.75rem !important;
    letter-spacing: 1px !important;
    margin-bottom: 8px !important;
    font-weight: 600 !important;
}

/* Override Global Input Styles */
.ek-custom-form input[type="text"],
.ek-custom-form input[type="email"],
.ek-custom-form input[type="password"] {
    width: 100% !important;
    background-color: #121212 !important; 
    border: 1px solid #2a2a2a !important;
    border-left: 3px solid #2a2a2a !important; 
    color: #ffffff !important;
    padding: 14px 15px !important;
    margin-bottom: 20px !important;
    font-size: 1rem !important;
    outline: none !important;
    border-radius: 0 !important; /* Removes any default theme rounding */
    box-shadow: none !important;
    transition: all 0.2s ease-in-out !important;
}

/* Input Focus State */
.ek-custom-form input[type="text"]:focus,
.ek-custom-form input[type="email"]:focus,
.ek-custom-form input[type="password"]:focus {
    border-color: #333 !important;
    border-left: 3px solid #ff4655 !important; 
    background-color: #181818 !important;
}

/* Privacy Policy / Checkbox Area */
.ek-custom-form .wpum-field-checkbox {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 25px !important;
    margin-top: 10px !important;
}

.ek-custom-form input[type="checkbox"] {
    accent-color: #ff4655 !important; 
    width: 16px !important;
    height: 16px !important;
    margin-right: 12px !important;
    margin-top: 3px !important;
    cursor: pointer !important;
}

/* Specific fix for the long privacy policy text */
.ek-custom-form .wpum-field-checkbox label {
    margin-bottom: 0 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    font-size: 0.85rem !important;
    color: #cccccc !important;
    cursor: pointer !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
}

/* Override Global Button Styles */
.ek-custom-form input[type="submit"],
.ek-custom-form button {
    background: #ff4655 !important;
    color: white !important;
    border: none !important;
    padding: 14px 24px !important;
    font-size: 0.9rem !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 96% 100%, 0 100%) !important; 
    width: 100% !important; 
    margin-top: 15px !important;
    border-radius: 0 !important;
}

.ek-custom-form input[type="submit"]:hover,
.ek-custom-form button:hover {
    background: #ff5e6b !important;
}/* End custom CSS */