/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* ================================
   WOOCOMMERCE MY ACCOUNT – GLOBAL
================================ */
.woocommerce-account {
    background: #0680750A;
    font-family: inherit;
}

.woocommerce-account .woocommerce {
    max-width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
}

/* ================================
   ACCOUNT NAVIGATION
================================ */
.woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #0680750A;
    border-radius: 10px;
    overflow: hidden;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid rgba(6, 128, 117, 0.15);
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 14px 18px;
    color: #068075;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
    background: #068075;
    color: #ffffff;
}

/* ================================
   ACCOUNT CONTENT AREA
================================ */
.woocommerce-MyAccount-content {
    float: right;
    width: 72%;
}

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    color: #068075;
    margin-bottom: 15px;
}

/* ================================
   DASHBOARD TEXT
================================ */
.woocommerce-MyAccount-content p {
    color: #444;
    line-height: 1.6;
}

/* ================================
   TABLES (ORDERS, DOWNLOADS)
================================ */
.woocommerce table.shop_table {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(6, 128, 117, 0.2);
}

.woocommerce table.shop_table thead {
    background: #068075;
    color: #ffffff;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    padding: 14px;
}

.woocommerce table.shop_table tbody tr:nth-child(even) {
    background: #0680750A;
}

/* ================================
   BUTTONS
================================ */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: #068075;
    color: #ffffff;
    border-radius: 6px;
    padding: 10px 18px;
    font-weight: 500;
    border: none;
    transition: all 0.3s ease;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: #055f57;
    color: #ffffff;
}

/* ================================
   FORMS (EDIT ADDRESS / DETAILS)
================================ */
.woocommerce form .form-row label {
    color: #068075;
    font-weight: 500;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    border-radius: 6px;
    border: 1px solid rgba(6, 128, 117, 0.3);
    padding: 10px 12px;
    transition: border-color 0.3s ease;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
    border-color: #068075;
    outline: none;
}

/* ================================
   ADDRESS BOXES
================================ */
.woocommerce .woocommerce-Address {
    background: #0680750A;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid rgba(6, 128, 117, 0.2);
}

.woocommerce .woocommerce-Address-title h3 {
    color: #068075;
}

/* ================================
   NOTICES
================================ */
.woocommerce-message,
.woocommerce-info {
    border-left: 4px solid #068075;
    background: #0680750A;
    color: #333;
    border-radius: 6px;
}

.woocommerce-error {
    border-left: 4px solid #c0392b;
    border-radius: 6px;
}

/* ================================
   LOGOUT LINK
================================ */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: #c0392b;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    background: #c0392b;
    color: #ffffff;
}

/* ================================
   RESPONSIVE
================================ */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content {
        width: 100%;
        float: none;
    }

    .woocommerce-MyAccount-navigation {
        margin-bottom: 25px;
    }
}


/* ================================
   WOOCOMMERCE LOGIN / REGISTER
================================ */
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
    max-width: 420px;
    margin: 0 auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid rgba(6, 128, 117, 0.2);
    box-shadow: 0 10px 30px rgba(6, 128, 117, 0.08);
}

/* Page Wrapper */
.woocommerce-account:not(.logged-in) .woocommerce {
    background: #0680750A;
    padding: 60px 20px;
    border-radius: 16px;
}

/* Form Headings */
.woocommerce-account .woocommerce-form-login h2,
.woocommerce-account .woocommerce-form-register h2 {
    color: #068075;
    text-align: center;
    margin-bottom: 20px;
}

/* Labels */
.woocommerce-account .woocommerce-form-login label,
.woocommerce-account .woocommerce-form-register label {
    color: #068075;
    font-weight: 500;
}

/* Inputs */
.woocommerce-account .woocommerce-form-login input.input-text,
.woocommerce-account .woocommerce-form-register input.input-text {
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(6, 128, 117, 0.3);
    padding: 12px 14px;
    transition: all 0.3s ease;
}

.woocommerce-account .woocommerce-form-login input.input-text:focus,
.woocommerce-account .woocommerce-form-register input.input-text:focus {
    border-color: #068075;
    box-shadow: 0 0 0 3px rgba(6, 128, 117, 0.15);
    outline: none;
}

/* Remember Me */
.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #444;
}

/* Buttons */
.woocommerce-account .woocommerce-form-login button.button,
.woocommerce-account .woocommerce-form-register button.button {
    width: 100%;
    background: #068075;
    color: #ffffff;
    border-radius: 8px;
    padding: 12px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    transition: background 0.3s ease;
}

.woocommerce-account .woocommerce-form-login button.button:hover,
.woocommerce-account .woocommerce-form-register button.button:hover {
    background: #055f57;
}

/* Lost Password */
.woocommerce-account .woocommerce-LostPassword a {
    display: block;
    text-align: center;
    margin-top: 15px;
    color: #068075;
    font-weight: 500;
    text-decoration: none;
}

.woocommerce-account .woocommerce-LostPassword a:hover {
    text-decoration: underline;
}

/* Notices */
.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info {
    border-left: 4px solid #068075;
    background: #0680750A;
    border-radius: 8px;
    margin-bottom: 20px;
}

/* Register Columns Layout Fix */
.woocommerce-account .u-columns {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2 {
    width: 100%;
    max-width: 420px;
}

/* ================================
   RESPONSIVE
================================ */
@media (max-width: 768px) {
    .woocommerce-account .u-columns {
        flex-direction: column;
    }
}
