.elementor-8 .elementor-element.elementor-element-2e550e0e{padding:80px 0px 80px 0px;}.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-8 .elementor-element.elementor-element-12e3d0f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;text-align:left;}.elementor-8 .elementor-element.elementor-element-12e3d0f .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:46px;font-weight:400;color:var( --e-global-color-459084e );}@media(max-width:767px){.elementor-8 .elementor-element.elementor-element-12e3d0f .elementor-heading-title{font-size:36px;}}/* Start custom CSS for wc-elements, class: .elementor-element-df92b25 *//* My Account Navigation - Modern Look */
.woocommerce-MyAccount-navigation {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    margin-bottom: 50px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: contents;
}

.woocommerce-MyAccount-navigation li {
    background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
    border: 1px solid #e6eaf2;
    padding: 20px 20px;
    text-align: center;
    border-radius: 0px;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.woocommerce-MyAccount-navigation li::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0,123,255,0.08) 0%, transparent 70%);
    transform: scale(0);
    transition: transform 0.4s ease;
    z-index: 0;
}

.woocommerce-MyAccount-navigation li:hover::before {
    transform: scale(1);
}

.woocommerce-MyAccount-navigation li:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    border-color: #0073e6;
}

.woocommerce-MyAccount-navigation li a {
    position: relative;
    z-index: 1;
    text-decoration: none;
    font-weight: 600;
    color: #2c2c2c;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
}

.woocommerce-MyAccount-navigation li a:hover {
    color: #0073e6;
}

/* Optional: icon style if you add FontAwesome */
.woocommerce-MyAccount-navigation li a i {
    font-size: 22px;
    color: #0073e6;
    transition: transform 0.3s ease, color 0.3s ease;
}

.woocommerce-MyAccount-navigation li:hover a i {
    transform: scale(1.15);
    color: #005bb5;
}

/* Content Section */
.woocommerce-MyAccount-content {
    background: #fff;
    padding: 20px;
    border-radius: 0px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    border: 1px solid #e6eaf2;
}/* End custom CSS */