.elementor-53 .elementor-element.elementor-element-783caac{--display:flex;--min-height:150px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.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-53 .elementor-element.elementor-element-46d774a{text-align:center;}.elementor-53 .elementor-element.elementor-element-46d774a .elementor-heading-title{color:#FFFFFF;}.elementor-53 .elementor-element.elementor-element-bd4e1fd{--display:flex;--padding-top:30px;--padding-bottom:90px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-783caac */.elementor-53 .elementor-element.elementor-element-783caac{background: linear-gradient(90deg, #2e2c2c -26%, #e61211 48%, #2e2727 121%) !important;}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5752594 *//* Container and Heading Styling */
.u-columns.col2-set {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}

.u-column1, .u-column2 {
    flex: 1;
}

h2 {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #333;
    margin-bottom: 20px !important;
}

/* Card Styling for the Forms */
.woocommerce-form-login, .woocommerce-form-register {
    background: #ffffff;
    padding: 40px !important;
    border-radius: 16px !important;
    border: none !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    transition: transform 0.3s ease;
}

.woocommerce-form-login:hover, .woocommerce-form-register:hover {
    transform: translateY(-5px);
}

/* Input Field Styling */
.woocommerce-form-row input.input-text {
    width: 100%;
    padding: 12px 15px !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    background-color: #f8fafc !important;
    font-size: 16px;
    transition: all 0.3s ease;
}

.woocommerce-form-row input.input-text:focus {
    background-color: #fff !important;
    border-color: #0093d9 !important; /* Luminex Blue */
    outline: none;
    box-shadow: 0 0 0 4px rgba(0, 147, 217, 0.1) !important;
}

/* Label Styling */
label {
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    display: block;
    color: #4a5568;
}

/* Primary Button Styling */
.woocommerce-form-login .button, 
.woocommerce-form-register .button {
    width: 100%;
    background-color: #0093d9 !important; /* Luminex Blue */
    color: white !important;
    padding: 14px !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none !important;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease !important;
    margin-top: 10px;
}

.woocommerce-form-login .button:hover, 
.woocommerce-form-register .button:hover {
    background-color: #0077b3 !important;
    box-shadow: 0 5px 15px rgba(0, 147, 217, 0.3) !important;
}

/* Link Styling (Lost Password) */
.lost_password a {
    color: #e63946 !important; /* Keeping your current accent red */
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}

.lost_password a:hover {
    text-decoration: underline;
}

/* Checkbox alignment */
.woocommerce-form-login__rememberme {
    margin-bottom: 20px !important;
    display: flex;
    align-items: center;
    gap: 8px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-bd4e1fd *//* Container styling */
.woocommerce-account .woocommerce {
    display: flex;
    gap: 40px;
    margin-top: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Sidebar Navigation */
.woocommerce-MyAccount-navigation {
    flex: 0 0 250px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.woocommerce-MyAccount-navigation li {
    border-bottom: 1px solid #eee;
}

.woocommerce-MyAccount-navigation li:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    color: #444;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* Hover & Active States */
.woocommerce-MyAccount-navigation li:hover a {
    background-color: #f8fbff;
    color: #E51211; /* Luminex Blue */
    padding-left: 25px;
}

.woocommerce-MyAccount-navigation li.is-active a {
    background: linear-gradient(90deg, #2e2c2c -26%, #e61211 48%, #2e2727 121%) !important;
    color: white;
}

/* Content Area Styling */
.woocommerce-MyAccount-content {
    flex: 1;
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    line-height: 1.6;
}

/* Highlighting the Welcome Message */
.woocommerce-MyAccount-content p:first-child {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #333;
}

/* Turning links in the text into buttons */
.woocommerce-MyAccount-content a {
    color: #E51211;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border 0.2s;
}

.woocommerce-MyAccount-content a:hover {
    border-bottom: 2px solid #0093d9;
}





.woocommerce-form-login .button, .woocommerce-form-register .button{background: linear-gradient(90deg, #2e2c2c -26%, #e61211 48%, #2e2727 121%) !important;}/* End custom CSS */