.elementor-13 .elementor-element.elementor-element-547fe024{--display:flex;}body.elementor-page-13{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for container, class: .elementor-element-547fe024 *//* 1. Reset & Layout Fix */
.woocommerce-account .woocommerce {
    display: block !important;
    max-width: 1000px;
    margin: 0 auto;
}

/* --- YAHAN NAYA CODE ADD KIYA HAI --- */

/* 2. Wo "Login" Heading Chupane ke liye jo left side par thi */
#customer_login h2 {
    display: none !important;
}

/* 3. Login Form (Center + Beautiful Card Style) */
.woocommerce-form-login {
    background: #ffffff !important;
    padding: 50px !important; /* Thodi zyada padding */
    border-radius: 20px !important; /* Soft Round Corners */
    border: 1px solid #f0f0f0 !important;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08) !important; /* Soft Shadow */
    max-width: 480px !important;
    margin: 40px auto !important; /* Screen ke center mein */
}

/* Labels Styling */
.woocommerce-form-login .form-row label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

/* Input Fields Styling */
.woocommerce-form-login input.input-text {
    width: 100% !important;
    padding: 15px !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 10px !important;
    background-color: #fcfcfc;
    transition: 0.3s;
}

/* Input Focus Effect */
.woocommerce-form-login input.input-text:focus {
    border-color: #000 !important;
    background-color: #fff;
}

/* Login Button */
.woocommerce-form-login .button {
    width: 100% !important;
    background-color: #000 !important;
    color: #fff !important;
    padding: 15px !important;
    border-radius: 10px !important;
    margin-top: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* "Remember Me" Checkbox spacing */
.woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-bottom: 15px !important;
    display: block;
}

/* --- YAHAN SE NEECHE WO DASHBOARD WALA CODE HAI --- */

/* 4. Dashboard Styling (Jab login ho jaye) */
@media (min-width: 769px) {
    .woocommerce-MyAccount-navigation {
        float: left;
        width: 25%;
        border: 1px solid #eee;
        border-radius: 10px;
        padding: 10px;
        background: #fff;
    }

    .woocommerce-MyAccount-content {
        float: right;
        width: 70%;
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        border: 1px solid #eee; /* Content box ko bhi border de diya */
    }
}

/* Links ki look */
.woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    padding: 0 !important;
}

.woocommerce-MyAccount-navigation ul li {
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}

.woocommerce-MyAccount-navigation ul li a {
    text-decoration: none !important;
    color: #333 !important;
    font-weight: 500;
    padding: 8px 15px;
    display: block;
    transition: 0.3s;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #8B9467 !important; /* Green color */
    background-color: #f9f9f9; /* Halka sa background active hone par */
    border-radius: 5px;
    border-left: 3px solid #8B9467;
}

/* Clearfix for floats */
.woocommerce:after {
    content: "";
    display: table;
    clear: both;
}

/* Mobile Fix */
@media (max-width: 768px) {
    .woocommerce-form-login {
        padding: 30px !important;
        margin: 20px !important;
    }
}/* End custom CSS */