.elementor-227 .elementor-element.elementor-element-726e11c > .elementor-container{max-width:1600px;}.elementor-227 .elementor-element.elementor-element-726e11c{margin-top:220px;margin-bottom:120px;}.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-227 .elementor-element.elementor-element-087dd60{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 40px) 0px;text-align:center;}.elementor-227 .elementor-element.elementor-element-087dd60 .elementor-heading-title{font-family:"Play", Sans-serif;font-size:80px;font-weight:600;line-height:1.1em;color:var( --e-global-color-b055e53 );}.elementor-227 .elementor-element.elementor-element-48f2578 > .elementor-widget-container{background-color:#DAE7F510;padding:30px 30px 30px 30px;border-style:solid;border-width:1px 1px 1px 1px;border-color:#DAE7F520;border-radius:10px 10px 10px 10px;}body.elementor-page-227:not(.elementor-motion-effects-element-type-background), body.elementor-page-227 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#00021B;}@media(min-width:481px){.elementor-227 .elementor-element.elementor-element-07468b7{width:15%;}.elementor-227 .elementor-element.elementor-element-0a1eb75{width:69.332%;}.elementor-227 .elementor-element.elementor-element-10fd019{width:15%;}}@media(max-width:1366px) and (min-width:481px){.elementor-227 .elementor-element.elementor-element-07468b7{width:15%;}.elementor-227 .elementor-element.elementor-element-0a1eb75{width:80%;}.elementor-227 .elementor-element.elementor-element-10fd019{width:15%;}}@media(max-width:1023px) and (min-width:481px){.elementor-227 .elementor-element.elementor-element-07468b7{width:100%;}.elementor-227 .elementor-element.elementor-element-0a1eb75{width:100%;}}@media(max-width:1023px){.elementor-227 .elementor-element.elementor-element-726e11c{margin-top:160px;margin-bottom:60px;}.elementor-227 .elementor-element.elementor-element-087dd60 .elementor-heading-title{font-size:50px;}}@media(max-width:767px){.elementor-227 .elementor-element.elementor-element-087dd60 .elementor-heading-title{font-size:40px;}}@media(max-width:480px){.elementor-227 .elementor-element.elementor-element-087dd60 .elementor-heading-title{font-size:35px;}.elementor-227 .elementor-element.elementor-element-48f2578 > .elementor-widget-container{padding:15px 15px 15px 15px;}}/* Start custom CSS for wc-elements, class: .elementor-element-48f2578 */.elementor-227 .elementor-element.elementor-element-48f2578{
    backdrop-filter: blur(3px);
}


/* ==========================================================
   1. MY ACCOUNT SIDEBAR NAVIGATION (Dashboard Pills)
   ========================================================== */
.woocommerce-MyAccount-navigation {
    margin-bottom: 30px !important;
}

/* Strips default Bootstrap list-group styling */
.woocommerce-MyAccount-navigation .list-group {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

/* Individual Pill Links */
.woocommerce-MyAccount-navigation .list-group-item {
    background-color: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(218, 231, 245, 0.08) !important;
    color: #DAE7F5 !important;
    border-radius: 5px !important; /* Force 5px radius to align with design rules */
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    padding: 12px 20px !important;
    margin-bottom: 8px !important; /* Clear visual gap between choices */
    display: block !important;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out !important;
    box-sizing: border-box !important;
}

/* Hover Animation (Pill highlight with subtle slide-right) */
.woocommerce-MyAccount-navigation .list-group-item:hover {
    background-color: rgba(30, 144, 255, 0.1) !important;
    border-color: rgba(30, 144, 255, 0.3) !important;
    color: #ffffff !important;
    padding-left: 24px !important; /* Slight horizontal push */
}

/* Active / Currently Open Page State */
.woocommerce-MyAccount-navigation .list-group-item[aria-current="page"],
.woocommerce-MyAccount-navigation .list-group-item.active {
    background-color: #1e90ff !important;
    border-color: #1e90ff !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    padding-left: 20px !important; /* Keep aligned, no sliding */
}

/* ==========================================================
   2. MY ACCOUNT MAIN CONTENT BOX
   ========================================================== */
.woocommerce-MyAccount-content {
    background-color: rgba(10, 15, 30, 0.4) !important;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(218, 231, 245, 0.1) !important;
    border-radius: 5px !important;
    padding: 30px !important;
    box-sizing: border-box !important;
    color: #DAE7F5 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 300 !important;
    font-size: 14px !important;
}

/* Inner Paragraph Styling */
.woocommerce-MyAccount-content p {
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
    color: #DAE7F5 !important;
}

.woocommerce-MyAccount-content p:last-child {
    margin-bottom: 0 !important;
}

/* Inline navigation and helper links */
.woocommerce-MyAccount-content a {
    color: #1e90ff !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.woocommerce-MyAccount-content a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

/* Key bold details (like active usernames) */
.woocommerce-MyAccount-content strong {
    color: #ffffff !important;
    font-weight: 600 !important;
}

/* ==========================================================
   3. RESPONSIVE / MOBILE OPTIMIZATIONS (Under 768px)
   ========================================================== */
@media (max-width: 768px) {
    .woocommerce-MyAccount-content {
        margin-top: 25px !important; /* Space between sidebar menu and panel when stacked vertically */
        padding: 20px !important;
    }
}






/* ==========================================================
   1. EDIT ACCOUNT FORM (Fieldsets, Legends, Labels)
   ========================================================== */
/* Styled Fieldset grouping (Password change section) */
.woocommerce-MyAccount-content fieldset {
    border: none !important;
    border-top: 1px solid rgba(218, 231, 245, 0.1) !important;
    padding: 25px 0 0 0 !important;
    margin-top: 25px !important;
    margin-bottom: 20px !important;
}

/* Styled Legend inside Fieldset (as Section Titles) */
.woocommerce-MyAccount-content legend {
    font-family: 'Play', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px;
    padding: 0 15px 0 0 !important;
    margin-bottom: 15px !important;
    float: left;
    width: auto;
}

/* Fixes for WooCommerce Password Eye/Visibility toggle */
.woocommerce-MyAccount-content .password-input {
    position: relative !important;
    display: block !important;
    width: 100% !important;
}

/* Shifts the visibility eye icon to sit neatly inside the right edge of input */
.woocommerce-MyAccount-content .show-password-input {
    position: absolute !important;
    top: 50% !important;
    right: 15px !important;
    transform: translateY(-50%) !important;
    background: transparent !important;
    border: none !important;
    color: #DAE7F5 !important;
    cursor: pointer !important;
    outline: none !important;
    padding: 0 !important;
    width: 20px !important;
    height: 20px !important;
}

.woocommerce-MyAccount-content .show-password-input::after {
    color: #DAE7F5 !important;
}

.woocommerce-MyAccount-content .password-input input {
    padding-right: 45px !important; /* Space for eye icon */
}

/* ==========================================================
   2. ORDERS & DOWNLOADS TABLES
   ========================================================== */
.woocommerce-MyAccount-content table.shop_table {
    background-color: rgba(10, 15, 30, 0.4) !important;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(218, 231, 245, 0.1) !important;
    border-radius: 5px !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    overflow: hidden;
    width: 100% !important;
    margin-bottom: 30px !important;
}

/* Header Columns */
.woocommerce-MyAccount-content table.shop_table th {
    font-family: 'Play', sans-serif !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
    background-color: rgba(255, 255, 255, 0.02) !important;
    border-bottom: 1px solid rgba(218, 231, 245, 0.1) !important;
    padding: 15px 20px !important;
}

/* Rows & Cells */
.woocommerce-MyAccount-content table.shop_table td {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    color: #DAE7F5 !important;
    padding: 15px 20px !important;
    border-top: 1px solid rgba(218, 231, 245, 0.08) !important;
    vertical-align: middle !important;
}

/* Action Buttons inside tables ("View", "Download", etc.) */
.woocommerce-MyAccount-content table.shop_table td .button,
.woocommerce-MyAccount-content table.shop_table td .woocommerce-button {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    background-color: #1e90ff !important;
    color: #ffffff !important;
    border-radius: 5px !important;
    border: none !important;
    padding: 8px 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-transform: none !important;
    height: auto !important;
    box-sizing: border-box !important;
    transition: background-color 0.2s ease !important;
    text-decoration: none !important;
}

.woocommerce-MyAccount-content table.shop_table td .button:hover,
.woocommerce-MyAccount-content table.shop_table td .woocommerce-button:hover {
    background-color: #1570c2 !important;
    color: #ffffff !important;
}

/* ==========================================================
   3. BILLING & SHIPPING ADDRESSES CARDS
   ========================================================== */
/* Addresses wrapper */
.woocommerce-Addresses.addresses {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    margin-top: 25px !important;
}

.woocommerce-Addresses .woocommerce-Address {
    flex: 1 1 280px !important;
    background-color: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(218, 231, 245, 0.08) !important;
    border-radius: 5px !important;
    padding: 20px !important;
    box-sizing: border-box !important;
}

/* Address Card Header Block */
.woocommerce-Address-title {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 15px !important;
    border-bottom: 1px solid rgba(218, 231, 245, 0.1) !important;
    padding-bottom: 10px !important;
}

.woocommerce-Address-title h2,
.woocommerce-Address-title h3 {
    font-family: 'Play', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    margin: 0 !important;
}

/* "Edit" or "Add" link button on the card header */
.woocommerce-Address-title a.edit {
    color: #1e90ff !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

.woocommerce-Address-title a.edit:hover {
    color: #ffffff !important;
}

/* Address text styling */
.woocommerce-Address address {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    color: #DAE7F5 !important;
    font-style: normal !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* ==========================================================
   4. RESPONSIVE / MOBILE OPTIMIZATIONS (Under 768px)
   ========================================================== */
@media (max-width: 768px) {
    /* Stack Address Columns on mobile screens */
    .woocommerce-Addresses.addresses {
        flex-direction: column !important;
        gap: 15px !important;
    }
    
    .woocommerce-Addresses .woocommerce-Address {
        width: 100% !important;
    }
}



/* ==========================================================
   FIX: Account Details & Address Edit Forms
   ========================================================== */
/* Force translucent dark backgrounds on all My Account text fields */
.woocommerce-MyAccount-content input.input-text,
.woocommerce-MyAccount-content input[type="text"],
.woocommerce-MyAccount-content input[type="email"],
.woocommerce-MyAccount-content input[type="password"],
.woocommerce-MyAccount-content textarea,
.woocommerce-EditAccountForm input.input-text {
    background-color: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(218, 231, 245, 0.15) !important;
    color: #ffffff !important;
    height: 42px !important;
    line-height: 40px !important;
    padding: 0 15px !important;
    border-radius: 5px !important; /* Force 5px border radius */
    box-sizing: border-box !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    outline: none !important;
    transition: border-color 0.2s, box-shadow 0.2s !important;
}

/* Focused input state */
.woocommerce-MyAccount-content input.input-text:focus,
.woocommerce-MyAccount-content input[type="text"]:focus,
.woocommerce-MyAccount-content input[type="email"]:focus,
.woocommerce-MyAccount-content input[type="password"]:focus,
.woocommerce-MyAccount-content textarea:focus {
    border-color: #1e90ff !important;
    box-shadow: 0 0 0 2px rgba(30, 144, 255, 0.2) !important;
}

/* Style help/description texts under the input fields */
.woocommerce-MyAccount-content span#account_display_name_description,
.woocommerce-MyAccount-content em {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    color: #DAE7F5 !important;
    opacity: 0.7 !important;
    display: block !important;
    margin-top: 6px !important;
    font-style: italic !important;
    line-height: 1.4 !important;
}

/* Style the "Save Changes" / Form Submit buttons to be solid blue */
.woocommerce-MyAccount-content button.button,
.woocommerce-MyAccount-content input.button[type="submit"],
.woocommerce-EditAccountForm button.button {
    background-color: #1e90ff !important;
    color: #ffffff !important;
    border-radius: 5px !important;
    border: none !important;
    padding: 12px 24px !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: auto !important;
    box-sizing: border-box !important;
    transition: background-color 0.2s ease !important;
    text-transform: none !important;
}

.woocommerce-MyAccount-content button.button:hover,
.woocommerce-MyAccount-content input.button[type="submit"]:hover,
.woocommerce-EditAccountForm button.button:hover {
    background-color: #1570c2 !important;
    color: #ffffff !important;
}

/* Correct positioning and color for standard password show/hide eyes inside inputs */
.woocommerce-MyAccount-content .password-input {
    position: relative !important;
    display: block !important;
    width: 100% !important;
}

.woocommerce-MyAccount-content .show-password-input {
    position: absolute !important;
    top: 50% !important;
    right: 15px !important;
    transform: translateY(-50%) !important;
    background: transparent !important;
    border: none !important;
    color: #DAE7F5 !important;
    cursor: pointer !important;
    outline: none !important;
    padding: 0 !important;
    width: 20px !important;
    height: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Ensure password input text doesn't overlap the eye visibility button */
.woocommerce-MyAccount-content .password-input input {
    padding-right: 45px !important;
}


/* ==========================================================
   FIX: Spacing & Dropdowns in My Account Forms
   ========================================================== */

/* 1. Add top margin above the Save buttons to prevent sticking */
.woocommerce-MyAccount-content button[name="save_address"],
.woocommerce-MyAccount-content button[name="save_account_details"] {
    margin-top: 20px !important;
}

/* 2. Style Select2 Dropdown fields inside My Account (Country/Region) */
.woocommerce-MyAccount-content .select2-container--default .select2-selection--single {
    background-color: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(218, 231, 245, 0.15) !important;
    border-radius: 5px !important;
    height: 42px !important;
    outline: none !important;
    display: flex !important;
    align-items: center !important;
}

.woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #DAE7F5 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    padding-left: 15px !important;
    line-height: 40px !important;
}

.woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #DAE7F5 transparent transparent transparent !important;
}

/* 3. Style Native Select dropdowns inside My Account (if fallbacks are active) */
.woocommerce-MyAccount-content select,
.woocommerce-MyAccount-content select.form-control,
.woocommerce-MyAccount-content select.country_select,
.woocommerce-MyAccount-content select.state_select {
    height: 42px !important;
    line-height: 40px !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(218, 231, 245, 0.15) !important;
    color: #ffffff !important;
    border-radius: 5px !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    padding: 0 15px !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    outline: none !important;
}

.woocommerce-MyAccount-content select option {
    background-color: #0c1222 !important; /* Solid dark background */
    color: #DAE7F5 !important;
}/* End custom CSS */
/* Start custom CSS */.silver-blue-text-bright {
color: #1e90ff;
}

/* 1. BASE BACKGROUND */
body {
    background-color: #060B14; /* Your premium deep navy background color */
    margin: 0;
    padding: 0;
    min-height: 100vh;
    overflow-x: hidden;
}

/* 2. THE BACKGROUND GRID (CINEMATIC SCIFI BLUE) */
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    /* Using transparent overlays of #8AAFD4 (138, 175, 212) and #1E90FF (30, 144, 255) */
    background-image: 
        radial-gradient(circle at 1px 1px, rgba(138, 175, 212, 0.15) 1px, transparent 0),
        linear-gradient(rgba(30, 144, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(30, 144, 255, 0.05) 1px, transparent 1px);
    background-size: 80px 80px;
    z-index: -10; 
    pointer-events: none;
    
    /* Vignette mask that makes the center sharp and softly fades the grid near corners */
    mask-image: radial-gradient(circle at center, black 40%, transparent 95%);
    -webkit-mask-image: radial-gradient(circle at center, black 40%, transparent 95%);
}

/* 3. GLOW EFFECTS CONTAINER */
.page-glow-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -9;
    pointer-events: none;
}

/* 4. ATMOSPHERIC NEON GLOW POINTS */
.glow-point {
    position: absolute;
    border-radius: 50%;
    filter: blur(140px); /* Slightly increased to make the blue gradients bleed smoothly */
    opacity: 0.30; /* Adjusted down slightly so vibrant blues don't overpower content readability */
}

/* Upper Left: Soft Baby Blue Ambient Wash */
.glow-1 { 
    width: 700px; 
    height: 700px; 
    top: -5%; 
    left: -10%; 
    background: radial-gradient(circle, #8AAFD4 0%, rgba(138, 175, 212, 0) 70%); 
}

/* Upper Right: Vivid Electric Blue Flare */
.glow-2 { 
    width: 600px; 
    height: 600px; 
    top: 15%; 
    right: -5%; 
    background: radial-gradient(circle, #1E90FF 0%, rgba(30, 144, 255, 0) 70%); 
}

/* Mid-Page Left: Ultra-Wide Deep Space Navy Hue */
.glow-3 { 
    width: 900px; 
    height: 900px; 
    top: 45%; 
    left: -5%; 
    background: radial-gradient(circle, #0055B3 0%, rgba(0, 85, 179, 0) 75%); 
}

/* Lower Right: Icy Bright Blue Accent */
.glow-4 { 
    width: 700px; 
    height: 700px; 
    top: 75%; 
    right: -10%; 
    background: radial-gradient(circle, #A2C7EE 0%, rgba(162, 199, 238, 0) 70%); 
}/* End custom CSS */