/* =========================================
   WOOCOMMERCE MY ACCOUNT DASHBOARD
========================================= */

body.woocommerce-account{
    background:#f5f7fb;
    font-family:'Poppins',sans-serif;
}

/* MAIN */
.woocommerce-account .seoinux-content-wrap.container.page {
	    max-width: 100% !important;
}
.woocommerce-account .woocommerce{
    display:flex;
    gap:0px;
    padding:0;
}

/* REMOVE PAGE TITLE */

.woocommerce-account .entry-title{
    display:none;
}

/* =========================================
   SIDEBAR
========================================= */

.woocommerce-account .woocommerce-MyAccount-navigation{
    width:300px;
    background:linear-gradient(180deg,#00142d,#001c45);
    border-radius:0;
    padding:50px 20px;
    min-height:100vh;
}
.woocommerce-account .seoinux-content-wrap {
    padding-top: 90px;
    padding-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
    margin:0;
    padding:0;
    list-style:none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li{
    margin-bottom:12px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link {
	    border: 0 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
    position:relative;
    display:flex;
    align-items:center;
    gap:14px;
    padding:16px 18px !important;
    border-radius:14px;
    color:#fff !important;
    text-decoration:none;
    font-size:17px;
    font-weight:500;
    transition:0.3s;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{
		background: #1452ff !important;
		transform: translateX(0);
		border-radius: 0 !important;
}

/* ICONS */

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before{
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    font-size:18px;
}

.woocommerce-MyAccount-navigation-link--dashboard a:before{
    content:"\f015";
}

.woocommerce-MyAccount-navigation-link--orders a:before{
    content:"\f07a";
}

.woocommerce-MyAccount-navigation-link--downloads a:before{
    content:"\f019";
}

.woocommerce-MyAccount-navigation-link--edit-address a:before{
    content:"\f3c5";
}

.woocommerce-MyAccount-navigation-link--payment-methods a:before{
    content:"\f09d";
}

.woocommerce-MyAccount-navigation-link--edit-account a:before{
    content:"\f007";
}

.woocommerce-MyAccount-navigation-link--customer-logout a:before{
    content:"\f011";
}

/* =========================================
   CONTENT
========================================= */

.woocommerce-account .woocommerce-MyAccount-content{
    width:calc(100% - 310px);
}

/* TOP CARD */

.custom-dashboard-top{
    background:#fff;
    border-radius:24px;
    padding:35px;
    display:flex;
    align-items:center;
    gap:30px;
    margin-bottom:30px;
    box-shadow:0 4px 25px rgba(0,0,0,0.05);
}

.custom-dashboard-top img{
    width:140px;
    height:140px;
    border-radius:50%;
    object-fit:cover;
}

.custom-dashboard-info h2{
    margin:0;
    font-size:42px;
    color:#1452ff;
}

.custom-dashboard-info p{
    margin-top:10px;
    color:#666;
    font-size:18px;
}

/* MEMBER BOX */

.custom-member-box{
    margin-top:25px;
    background:#f4f8ff;
    border-radius:16px;
    padding:22px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.custom-member-box h4{
    margin:0;
    color:#19b73d;
    font-size:24px;
}

.custom-member-btn{
    border:2px solid #1452ff;
    color:#1452ff;
    text-decoration:none;
    padding:14px 30px;
    border-radius:12px;
    font-weight:600;
    transition:0.3s;
}

.custom-member-btn:hover{
    background:#1452ff;
    color:#fff;
}

/* GRID */

.dashboard-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:25px;
}

/* CARD */

.dashboard-card{
    background:#fff;
    border-radius:24px;
    padding:28px;
    box-shadow:0 4px 25px rgba(0,0,0,0.05);
}

.dashboard-card h3{
    margin-top:0;
    margin-bottom:25px;
    font-size:30px;
}

.dashboard-card img{
    width:100%;
    border-radius:18px;
    margin-bottom:20px;
}

.dashboard-card p{
    margin-bottom:12px;
    color:#444;
    font-size:17px;
}

/* BUTTON */

.dashboard-btn{
    display:block;
    margin-top:25px;
    text-align:center;
    border:2px solid #1452ff;
    color:#1452ff;
    text-decoration:none;
    padding:15px;
    border-radius:14px;
    font-weight:600;
    transition:0.3s;
}

.dashboard-btn:hover{
    background:#1452ff;
    color:#fff;
}

/* PROGRESS */

.progress-circle{
    width:180px;
    height:180px;
    border-radius:50%;
    border:14px solid #1452ff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:20px auto;
    font-size:42px;
    font-weight:700;
}

/* STATS */

.stats-row{
    display:flex;
    justify-content:space-between;
    padding:16px 0;
    border-bottom:1px solid #eee;
}

/* BOTTOM */

.bottom-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-top:30px;
}

.bottom-card{
    background:#fff;
    border-radius:20px;
    padding:25px;
    box-shadow:0 4px 25px rgba(0,0,0,0.05);
    transition:0.3s;
}

.bottom-card:hover{
    transform:translateY(-5px);
}

.bottom-card h4{
    margin-top:0;
    margin-bottom:10px;
    font-size:24px;
}

.bottom-card p{
    color:#666;
}
.seoinux-content-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* =========================================
   MOBILE
========================================= */

@media(max-width:991px){

    .woocommerce-account .woocommerce{
        flex-direction:column;
        padding:15px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation{
        width:100%;
        min-height:auto;
    }

    .woocommerce-account .woocommerce-MyAccount-content{
        width:100%;
    }

    .dashboard-grid{
        grid-template-columns:1fr;
    }

    .bottom-grid{
        grid-template-columns:1fr;
    }

    .custom-dashboard-top{
        flex-direction:column;
        text-align:center;
    }

    .custom-member-box{
        flex-direction:column;
        gap:15px;
    }
}
:root{
    --primary:#0d6efd;
    --dark:#1f2937;
    --light:#f5f7fb;
    --border:#e5e7eb;
    --text:#111827;
    --muted:#6b7280;
    --radius:22px;
}

body.woocommerce-account{
    background: linear-gradient(135deg,#f4f7fb,#eef4ff);
    font-family: 'Poppins', sans-serif;
}

.woocommerce{
    margin:80px auto;
    padding:0 20px;
}

.woocommerce .u-columns{
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.woocommerce .u-column1,
.woocommerce .u-column2{
    background:#fff;
    border-radius:var(--radius);
    padding:50px;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    position:relative;
    overflow:hidden;
}

.woocommerce .u-column1::before,
.woocommerce .u-column2::before{
    content:'';
    position:absolute;
    top:-80px;
    right:-80px;
    width:180px;
    height:180px;
    background:rgba(13,110,253,0.08);
    border-radius:50%;
}

.woocommerce h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:30px;
    color:var(--text);
    line-height:1.1;
}

.woocommerce form .form-row{
    margin-bottom:22px;
}

.woocommerce label{
    font-size:15px;
    font-weight:600;
    color:var(--dark);
    margin-bottom:10px;
    display:block;
}

.woocommerce input.input-text{
    width:100%;
    height:58px;
    border:1px solid var(--border);
    border-radius:16px;
    padding:0 20px;
    background:#f9fbff;
    font-size:15px;
    transition:all .3s ease;
}

.woocommerce input.input-text:focus{
    border-color:var(--primary);
    background:#fff;
    box-shadow:0 0 0 4px rgba(13,110,253,0.12);
    outline:none;
}

.woocommerce .woocommerce-form-login__rememberme{
    display:flex;
    align-items:center;
    gap:10px;
    margin-top:10px;
}

.woocommerce .woocommerce-form-login__rememberme span{
    color:var(--muted);
    font-size:14px;
}

.woocommerce button.button{
    background:linear-gradient(135deg,#0d6efd,#2563eb);
    color:#fff;
    border:none;
    border-radius:50px;
    padding:16px 35px;
    font-size:15px;
    font-weight:600;
    letter-spacing:.5px;
    transition:.3s ease;
    margin-top:15px;
    box-shadow:0 10px 25px rgba(13,110,253,.25);
}

.woocommerce button.button:hover{
    transform:translateY(-2px);
    background:linear-gradient(135deg,#2563eb,#0d6efd);
}

.woocommerce .lost_password a,
.woocommerce-privacy-policy-text a{
    color:var(--primary);
    text-decoration:none;
    font-weight:500;
}

.woocommerce p{
    color:var(--muted);
    line-height:1.7;
}

.woocommerce .woocommerce-form-login,
.woocommerce .woocommerce-form-register{
    border:none!important;
    padding:0!important;
    margin:0!important;
}
.woocommerce {
    margin: 0px auto;
}
.woocommerce label.hpsw-form-label{
	    color: #fff;
}
/* =========================================
   WooCommerce Sidebar Menu Icons
   ========================================= */

/* Base Icon Style */
.woocommerce-MyAccount-navigation ul li a{
    position:relative;
    display:flex;
    align-items:center;
    gap:14px;
}

.woocommerce-MyAccount-navigation ul li a:before{
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    font-size:18px;
    width:22px;
    text-align:center;
    display:inline-block;
}

/* Dashboard */
.woocommerce-MyAccount-navigation-link--swim-dashboard a:before{
    content:"\f3fd"; /* house-user */
    color:#fff;
}

/* Progress */
.woocommerce-MyAccount-navigation-link--swim-progress a:before{
    content:"\f201"; /* chart-line */
    color:#fff;
}

/* Bookings */
.woocommerce-MyAccount-navigation-link--swim-bookings a:before{
    content:"\f073"; /* calendar-days */
    color:#fff;
}

/* Profile */
.woocommerce-MyAccount-navigation-link--swim-profile a:before{
    content:"\f007"; /* user */
    color:#fff;
}

/* Change Password */
.woocommerce-MyAccount-navigation-link--swim-change-password a:before{
    content:"\f084"; /* key */
    color:#fff;
}

/* Logout */
.woocommerce-MyAccount-navigation-link--customer-logout a:before{
    content:"\f2f5"; /* right-from-bracket */
    color:#fff;
}

/* Hover Animation */
.woocommerce-MyAccount-navigation ul li a:hover:before{
    transform:scale(1.1);
    transition:all .3s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul li a{
	    font-size: 16px !important;
}
@media(max-width:991px){

    .woocommerce .u-column1,
    .woocommerce .u-column2{
        padding:35px 25px;
    }

    .woocommerce h2{
        font-size:34px;
    }
	.woocommerce .u-columns {
    flex-direction: column;
    }
.woocommerce {
    margin: 0px auto;
}
}


/* =========================================
   WooCommerce Mobile Sidebar Toggle Menu
   ========================================= */

@media(max-width:768px){

    /* Sidebar Wrapper */
    .woocommerce-MyAccount-navigation{
        position:fixed;
        top:80px;
        left:-415px;
        width:260px;
        height:100vh;
        background:#021b44;
        z-index:99999;
        padding:90px 25px 30px;
        transition:all .35s ease;
        overflow-y:auto;
        box-shadow:0 0 25px rgba(0,0,0,.25);
    }

    /* Active Sidebar */
    .woocommerce-MyAccount-navigation.active{
        left:0;
    }

    /* Menu UL */
    .woocommerce-MyAccount-navigation ul{
        margin:0;
        padding:0;
        list-style:none;
    }

    /* Menu Items */
    .woocommerce-MyAccount-navigation ul li{
        margin-bottom:12px;
    }

    .woocommerce-MyAccount-navigation ul li a{
        display:flex;
        align-items:center;
        gap:12px;
        padding:16px 18px;
        border-radius:14px;
        color:#fff;
        font-size:16px;
        font-weight:600;
        text-decoration:none;
        background:transparent;
        transition:all .3s ease;
    }

    .woocommerce-MyAccount-navigation ul li.is-active a,
    .woocommerce-MyAccount-navigation ul li a:hover{
        background:#2563ff;
    }

    /* Toggle Button */
    .account-menu-toggle{
        position:fixed;
        top:90px;
        left:20px;
        width:46px;
        height:46px;
        background:#021b44;
        border-radius:12px;
        display:flex;
        align-items:center;
        justify-content:center;
        z-index:1;
        cursor:pointer;
        box-shadow:0 10px 20px rgba(0,0,0,.15);
    }

    .account-menu-toggle span{
        display:block;
        width:22px;
        height:2px;
        background:#fff;
        position:relative;
    }

    .account-menu-toggle span::before,
    .account-menu-toggle span::after{
        content:'';
        position:absolute;
        left:0;
        width:22px;
        height:2px;
        background:#fff;
    }

    .account-menu-toggle span::before{
        top:-7px;
    }

    .account-menu-toggle span::after{
        top:7px;
    }

    /* Overlay */
    .account-menu-overlay{
        position:fixed;
        inset:0;
        background:rgba(0,0,0,.5);
        opacity:0;
        visibility:hidden;
        transition:.3s ease;
        z-index:9999;
		 top: 80px;
    }

    .account-menu-overlay.active{
        opacity:1;
        visibility:visible;
    }

    /* Content Full Width */
    .woocommerce-MyAccount-content{
        width:100% !important;
        padding-left:0 !important;
    }
	.hpsw-dash-header{
		
    flex-direction: column;
	}
	.hpsw-overview-card{
		padding: 22px;
		    gap: 12px;
    margin-bottom: 12px;
	    justify-content: center;
		flex-direction: column;
	}
	.hpsw-stage-card{
		flex-direction: column;
	}
	.hpsw-skills-stage-title {
    font-size: 12px;
    font-weight: 600;
    color: #111;
}
.hpsw-badge-pill {
    display: inline-block;
    padding: 3px 8px;
    font-size: 9px;
}
.hpsw-skills-stage-left {
    gap: 10px;
}
.hpsw-skills-stage-header{
	    padding: 14px 8px;
		    display: grid;
    align-items: center;
    grid-template-columns: 65% 35%;
}
.hpsw-avatar-upload-row{
	justify-content: center;
}
}
