/* --- Dashboard Settings --- */
.orders_management {
    font-family: 'Montserrat', sans-serif;
    background-color: #f8f4f3;
    /* Your theme color */
    min-height: 60vh;
}

.table_container {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

/* --- Table Base Styling --- */
.custom_orders_table {
    width: 100%;
}

.custom_orders_table thead th {
    background: #fafafa;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 18px 20px;
    border-bottom: 2px solid #f0f0f0;
    color: #666;
}

.custom_orders_table tbody td {
    padding: 18px 20px;
    font-size: 14px;
    vertical-align: middle;
    border-bottom: 1px solid #f8f8f8;
}

/* --- MOBILE SLIDING OPTION --- */
.table-responsive {
    overflow-x: auto;
    /* Enables sliding */
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 991px) {
    .custom_orders_table {
        min-width: 1000px !important;
        /* Forces the table to stay wide so it slides */
        white-space: nowrap;
        /* Prevents text from wrapping into 2 lines */
    }
}

/* --- UI Elements --- */
.search_box {
    position: relative;
    width: 320px;
}

.search_box i {
    position: absolute;
    left: 15px;
    top: 12px;
    color: #aaa;
    font-size: 14px;
}

.search_box input {
    width: 100%;
    padding: 10px 15px 10px 42px;
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 13px;
}

.badge_status {
    padding: 6px 14px;
    border-radius: 2px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.status_processing {
    background: #fff8e1;
    color: #fbc02d;
}

.status_shipped {
    background: #e3f2fd;
    color: #1976d2;
}

.btn_export {
    background: #000;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.avatar_circle {
    width: 32px;
    height: 32px;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
    color: #333;
}

.btn_icon {
    background: none;
    border: none;
    color: #999;
    padding: 5px 10px;
    transition: 0.3s;
}

.btn_icon:hover {
    color: #000;
}

/* --- Scrollbar Styling --- */
.table-responsive::-webkit-scrollbar {
    height: 6px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #000;
}









/* --- Premium Theme Configuration --- */
.premium_cart_section {
    font-family: 'Montserrat', sans-serif;
    background-color: #fcfaf9;
    /* Slightly warmer than your previous color */
    min-height: 80vh;
}

.premium_cart_title {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 60px;
    color: #1a1a1a;
}

/* --- Item List Styling --- */
.cart_table_header {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #888;
}

.cart_item_row {
    display: flex;
    align-items: center;
    padding: 40px 0;
    border-bottom: 1px solid #eee;
    flex-wrap: wrap;
}

.item_image img {
    width: 120px;
    height: 160px;
    object-fit: cover;
    filter: brightness(0.95);
    /* Slight editorial dimming */
}

.item_info {
    flex: 1;
    padding-left: 30px;
}

.item_name {
    font-size: 16px;
    font-weight: 500;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
}

.item_meta {
    font-size: 12px;
    color: #777;
    margin: 8px 0;
}

.remove_btn_minimal {
    background: none;
    border: none;
    font-size: 10px;
    text-decoration: underline;
    color: #999;
    padding: 0;
    text-transform: uppercase;
}

.item_price,
.item_total {
    font-weight: 500;
    width: 100px;
}

/* --- Qty Selector --- */
.premium_qty_selector {
    display: flex;
    border: 1px solid #ddd;
    width: fit-content;
    background: #f8f4f3;
}

.premium_qty_selector button {
    width: 35px;
    height: 35px;
    border: none;
    background: none;
    font-size: 18px;
}

.premium_qty_selector input {
    width: 35px;
    border: none;
    text-align: center;
    font-size: 13px;
    background-color: #f8f4f3;
}

/* --- Summary Sidebar --- */
.premium_summary_card {
    background: #fff;
    padding: 40px;
    border: 1px solid #1a1a1a;
    /* Thin black border frame */
    position: sticky;
    top: 100px;
}

.summary_title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.summary_line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 14px;
}

.total_label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

.total_amount {
    font-size: 20px;
    font-weight: 700;
}

.tax_note {
    font-size: 11px;
    font-style: italic;
    color: #999;
}

.checkout_button_gold {
    width: 100%;
    background: #1a1a1a;
    color: #fff;
    border: none;
    padding: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    transition: 0.4s ease;
}

.checkout_button_gold:hover {
    background: #444;
    letter-spacing: 4px;
}

/* --- Coupon Field --- */
.coupon_field {
    border: none;
    border-bottom: 1px solid #ccc;
    background: transparent;
    padding: 10px 0;
    width: 250px;
    font-size: 11px;
    letter-spacing: 1px;
}

.coupon_apply {
    background: none;
    border: 1px solid #1a1a1a;
    padding: 10px 25px;
    font-size: 10px;
    font-weight: 700;
    margin-left: 20px;
    transition: 0.3s;
}

.coupon_apply:hover {
    background: #1a1a1a;
    color: #fff;
}

/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
    .cart_item_row {
        text-align: center;
        justify-content: center;
    }

    .item_info {
        padding: 20px 0;
        width: 100%;
        flex: none;
    }

    .item_price,
    .item_qty,
    .item_total {
        width: 100%;
        margin-bottom: 15px;
    }
}




/* Authentication Pages Styles */
.auth_section {
    padding: 80px 0;
    background-color: #f8f4f3;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.auth_container {
    max-width: 500px;
    margin: 0 auto;
}

.auth_card {
    background-color: #ffffff;
    padding: 50px;
    border: 1px solid #eeeeee;
}

.auth_title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

.form_group {
    margin-bottom: 25px;
}

.form_label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #666666;
    display: block;
    margin-bottom: 10px;
}

.premium_input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #cccccc;
    padding: 12px 0;
    font-size: 13px;
    background: transparent;
    border-radius: 0;
    transition: border-color 0.3s ease;
}

.premium_input:focus {
    outline: none;
    border-bottom: 1px solid #000000;
}

.btn_premium_black {
    background: #000000;
    color: #ffffff;
    border: none;
    padding: 18px 25px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn_premium_black:hover {
    background: #333333;
    letter-spacing: 3px;
}

.small_link {
    font-size: 11px;
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #000000;
    transition: opacity 0.3s;
}

.small_link:hover {
    opacity: 0.6;
}





/* Checkout Flow Styles */
.checkout_section {
    padding: 60px 0;
    background-color: #f8f4f3;
}

.step_title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #000000;
    margin-bottom: 25px;
}

.checkout_step {
    margin-bottom: 50px;
}

.payment_method {
    border: 1px solid #dddddd;
    padding: 20px;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    cursor: pointer;
    transition: border-color 0.3s;
}

.payment_method.active {
    border-color: #000000;
}

.order_summary_sticky {
    position: sticky;
    top: 100px;
    padding: 35px;
    border: 1px solid #eeeeee;
    background: #ffffff;
}

.summary_product_item {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: center;
}

.summary_img {
    width: 70px;
    height: 90px;
    object-fit: cover;
}

.summary_line {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 12px;
}

.total_line {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
}





/* --- Address Section Core --- */
.address_section {
    background-color: #f8f4f3;
    /* Your theme background */
    font-family: 'Montserrat', sans-serif;
    min-height: 100vh;
}

.address_container {
    max-width: 1430px;
    margin: 0 auto;
}

/* --- Header & Title --- */
.address_header {
    border-bottom: 1px solid #e5e0de;
    padding-bottom: 25px;
}

.premium_subtitle {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #1a1a1a;
}

.btn_add_address {
    background: #000;
    color: #fff;
    border: none;
    padding: 12px 25px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn_add_address:hover {
    background: #333;
    letter-spacing: 3px;
}

/* --- Address Card Design --- */
.address_card {
    background: #ffffff;
    padding: 40px;
    border: 1px solid transparent;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
}

.address_card:hover {
    border-color: #1a1a1a;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
    transform: translateY(-5px);
}

.badge_default {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #999;
    background: #f1f1f1;
    padding: 4px 10px;
}

.customer_name {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

.address_text {
    font-size: 13px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 2px;
}

.address_phone {
    font-size: 13px;
    color: #1a1a1a;
    font-weight: 500;
}

/* --- Action Links --- */
.address_actions {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #f5f5f5;
}

.action_link {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #1a1a1a;
    text-decoration: none;
    position: relative;
}

.action_link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #1a1a1a;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.action_link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.delete_link {
    color: #b32d2e;
}

.delete_link::after {
    background: #b32d2e;
}

/* --- Mobile First Responsiveness --- */
@media (max-width: 768px) {
    .address_header {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 20px;
    }

    .address_card {
        padding: 30px;
    }

    .btn_add_address {
        width: 100%;
        text-align: center;
    }
}






/* --- Unique Namespace Styles --- */
.ma-auth-wrapper {
    background-color: #f8f4f3;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    font-family: 'Montserrat', sans-serif;
}

.ma-auth-container {
    width: 100%;
    max-width: 450px;
}

.ma-auth-box {
    background: #ffffff;
    padding: 60px 45px;
    border: 1px solid #e5e0de;
    /* Soft shadow for depth */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03);
}

.ma-auth-heading {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #111111;
    text-align: center;
    margin-bottom: 12px;
}

.ma-auth-desc {
    font-size: 12px;
    color: #777777;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 40px;
    padding: 0 10px;
}

/* --- Field Styling --- */
.ma-input-group {
    margin-bottom: 30px;
}

.ma-field-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #111111;
    display: block;
    margin-bottom: 10px;
}

.ma-premium-field {
    width: 100%;
    border: none;
    border-bottom: 1px solid #dddddd;
    padding: 10px 0;
    font-size: 14px;
    background: transparent;
    border-radius: 0;
    transition: border-color 0.4s ease;
}

.ma-premium-field:focus {
    outline: none;
    border-bottom: 1px solid #111111;
}

/* --- Primary Button --- */
.ma-btn-action-dark {
    width: 100%;
    background: #111111;
    color: #ffffff;
    border: 1px solid #111111;
    padding: 18px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin-top: 15px;
    cursor: pointer;
}

.ma-btn-action-dark:hover {
    background: transparent;
    color: #111111;
}

/* --- Navigation Links --- */
.ma-auth-nav {
    margin-top: 35px;
    text-align: center;
}

.ma-link-minimal {
    font-size: 10px;
    font-weight: 700;
    color: #111111;
    text-decoration: none;
    letter-spacing: 1.5px;
    transition: opacity 0.3s;
}

.ma-link-minimal:hover {
    opacity: 0.5;
}

/* --- Mobile Logic --- */
@media (max-width: 576px) {
    .ma-auth-box {
        padding: 40px 25px;
    }

    .ma-auth-heading {
        letter-spacing: 3px;
    }
}










/* --- Core Styling --- */
.ma-shipping-hero {
    background-color: #f8f4f3;
    font-family: 'Montserrat', sans-serif;
    min-height: 100vh;
}

.ma-shipping-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

/* --- Typography --- */
.ma-shipping-title {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: #111;
}

.ma-shipping-subtitle {
    font-size: 12px;
    color: #888;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 10px;
}

/* --- Card Design --- */
.ma-policy-card {
    background: #ffffff;
    padding: 60px 50px;
    border: 1px solid #e5e0de;
    transition: border-color 0.4s ease;
}

.ma-policy-card:hover {
    border-color: #111;
}

.ma-card-icon {
    font-size: 28px;
    color: #111;
    margin-bottom: 30px;
}

.ma-policy-heading {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.ma-policy-text {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    max-width: 600px;
    margin: 0 auto;
}

/* --- Timeline Grid --- */
.ma-timeline-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.ma-timeline-item {
    display: flex;
    flex-direction: column;
}

.ma-meta-label {
    font-size: 10px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ma-meta-value {
    font-size: 14px;
    font-weight: 600;
    color: #111;
    margin-top: 5px;
}

/* --- Details Box --- */
.ma-shipping-info-box {
    background-color: #ffffff;
    border: 1px solid #111;
}

.ma-small-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.ma-info-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

/* --- Links --- */
.ma-link-underline {
    font-size: 11px;
    font-weight: 700;
    color: #111;
    text-decoration: underline;
    text-underline-offset: 6px;
    letter-spacing: 2px;
}

/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
    .ma-shipping-title {
        font-size: 26px;
        letter-spacing: 4px;
    }

    .ma-policy-card {
        padding: 40px 20px;
    }

    .ma-timeline-grid {
        flex-direction: column;
        gap: 20px;
    }

    .border-end-md {
        border-right: none !important;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }
}



/* --- Unique Namespace Styles: ma-reg-new-auth --- */
.ma-reg-new-auth-wrapper {
    background-color: #f8f4f3;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    font-family: 'Montserrat', sans-serif;
}

.ma-reg-new-auth-container {
    width: 100%;
    max-width: 500px;
}

.ma-reg-new-auth-box {
    background: #ffffff;
    padding: 60px 45px;
    border: 1px solid #e5e0de;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03);
}

.ma-reg-new-auth-heading {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #111111;
    text-align: center;
    margin-bottom: 12px;
}

.ma-reg-new-auth-desc {
    font-size: 12px;
    color: #777777;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 40px;
}

/* --- Field Styling --- */
.ma-reg-new-auth-group {
    margin-bottom: 25px;
}

.ma-reg-new-auth-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #111111;
    display: block;
    margin-bottom: 8px;
}

.ma-reg-new-auth-field {
    width: 100%;
    border: none;
    border-bottom: 1px solid #dddddd;
    padding: 10px 0;
    font-size: 14px;
    background: transparent;
    border-radius: 0;
    transition: border-color 0.4s ease;
}

.ma-reg-new-auth-field:focus {
    outline: none;
    border-bottom: 1px solid #111111;
}

/* --- Button Styling --- */
.ma-reg-new-auth-btn {
    width: 100%;
    background: #111111;
    color: #ffffff;
    border: 1px solid #111111;
    padding: 18px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
}

.ma-reg-new-auth-btn:hover {
    background: #333333;
}

/* --- Footer & Links --- */
.ma-reg-new-auth-checkbox {
    accent-color: #000;
}

.ma-reg-new-auth-check-label {
    font-size: 11px;
    color: #666;
}

.ma-reg-new-auth-small-link {
    text-decoration: underline;
    color: #000;
}

.ma-reg-new-auth-footer {
    margin-top: 35px;
    text-align: center;
}

.ma-reg-new-auth-footer-text {
    font-size: 12px;
    color: #777;
}

.ma-reg-new-auth-footer-link {
    font-size: 12px;
    font-weight: 700;
    color: #111111;
    text-decoration: none;
    letter-spacing: 1.5px;
    margin-left: 8px;
}

/* --- Mobile Responsiveness --- */
@media (max-width: 576px) {
    .ma-reg-new-auth-box {
        padding: 40px 25px;
    }
}




.ma-dash-wrapper {
    background-color: #f8f4f3; /* Muskaan Agarwal signature bg */
    font-family: 'Montserrat', sans-serif;
}

.ma-dash-max-width { max-width: 1430px; }

/* Sidebar & Cards */
.ma-dash-sidebar-card, .ma-dash-main-card {
    background: #fff;
    border: 1px solid #e5e0de;
    padding: 20px;
}

.ma-dash-main-card { padding: 40px; }

/* Avatar Styling */
.ma-dash-avatar-wrap {
    position: relative;
    display: inline-block;
}

.ma-dash-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f8f4f3;
}

.ma-dash-avatar-edit {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
}

/* Sidebar Menu */
.ma-dash-user-display {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.ma-dash-menu-link {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    color: #666;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    transition: 0.3s;
}

.ma-dash-menu-link i { margin-right: 15px; font-size: 16px; }

.ma-dash-menu-link.active {
    background-color: #000;
    color: #fff;
}

.ma-dash-link-danger:hover { color: #b33; }

/* Main Content Headers */
.ma-dash-page-title {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ma-dash-page-subtitle {
    font-size: 12px;
    color: #888;
    margin-top: 5px;
}

/* Form Fields */
.ma-dash-field-box {
    background: #fff;
    border: 1px solid #eee;
    padding: 15px 20px;
}

.ma-dash-field-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #999;
}

.ma-dash-field-input {
    width: 100%;
    border: none;
    padding: 8px 0;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    outline: none;
}

.ma-dash-status-box {
    background: #fbfbfb;
    border: 1px dashed #ddd;
    padding: 15px 20px;
}

.ma-dash-status-text { font-size: 15px; font-weight: 700; letter-spacing: 1px; }
.ma-dash-status-icon { color: #000; font-size: 20px; }

/* Action Buttons */
.ma-dash-btn-dark {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    padding: 12px 25px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.ma-dash-btn-outline {
    background: transparent;
    color: #000;
    border: 1px solid #ddd;
    padding: 12px 25px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}


/* Sidebar and Wrapper styles are reused from account.php */

.ma-dash-main-card {
    background: #fff;
    border: 1px solid #e5e0de;
    padding: 40px;
}

/* Order Card Styling */
.ma-order-item-card {
    border: 1px solid #eee;
    background: #fff;
    transition: all 0.3s ease;
}

.ma-order-item-card:hover {
    border-color: #000;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.02);
}

.ma-order-icon-box {
    width: 60px;
    height: 60px;
    background-color: #f8f4f3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #111;
}

.ma-order-id {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #111;
}

.ma-order-meta {
    font-size: 11px;
    color: #999;
    letter-spacing: 0.5px;
    margin: 0;
}

.ma-order-amount {
    font-size: 16px;
    font-weight: 700;
    color: #111;
}

.ma-order-status-tag {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #000;
    background: #f0f0f0;
    padding: 4px 12px;
    display: inline-block;
}

.ma-order-view-link {
    font-size: 10px;
    font-weight: 700;
    color: #111;
    text-decoration: underline;
    text-underline-offset: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
    transition: opacity 0.3s ease;
}

.ma-order-view-link:hover {
    color: #000;
    opacity: 0.6;
}

/* Mobile Styling */
@media (max-width: 768px) {
    .ma-order-item-card {
        flex-direction: column;
        align-items: flex-start !important;
        text-align: left;
    }
    
    .ma-order-icon-box {
        margin-bottom: 15px;
    }
    
    .text-end {
        text-align: left !important;
        margin-top: 15px;
        width: 100%;
        border-top: 1px solid #eee;
        padding-top: 15px;
    }
}




/* Sidebar and General Wrapper styles are reused */

/* -----------------------------------------------------------
   MA PREMIUM DASHBOARD & ADDRESS BOOK CORE
----------------------------------------------------------- */

/* Global Wrapper & Container */
.ma-dash-wrapper {
    background-color: #f8f4f3; /* Muskaan Agarwal signature bg */
    font-family: 'Montserrat', sans-serif;
    min-height: 100vh;
}

.ma-dash-max-width {
    max-width: 1430px;
}

/* Sidebar Styling */
.ma-dash-sidebar-card {
    background: #fff;
    border: 1px solid #e5e0de;
    position: sticky;
    top: 20px;
}

.ma-dash-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f8f4f3;
}

.ma-dash-user-display {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #111;
}

.ma-dash-menu-link {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    color: #666;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid #f5f5f5;
    transition: 0.3s;
}

.ma-dash-menu-link i {
    margin-right: 15px;
    font-size: 16px;
}

.ma-dash-menu-link.active {
    background-color: #000;
    color: #fff !important;
}

.ma-dash-link-danger:hover {
    color: #c00;
}

/* Main Content Card */
.ma-dash-main-card {
    background: #fff;
    border: 1px solid #e5e0de;
    padding: 40px;
}

.ma-dash-page-title {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ma-dash-page-subtitle {
    font-size: 12px;
    color: #888;
    margin-top: 5px;
}

/* Address Card Styling (List View) */
.ma-address-card {
    border: 1px solid #000; /* Signature black border for primary */
    position: relative;
    transition: transform 0.3s ease;
}

.ma-address-icon-sm {
    width: 35px;
    height: 35px;
    background: #f8f4f3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #000;
}

.ma-address-badge {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    background: #000;
    color: #fff;
    padding: 3px 10px;
}

.ma-address-type {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.ma-address-text {
    font-size: 13px;
    color: #666;
    line-height: 1.8;
}

.ma-address-link {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.ma-link-red {
    color: #c00;
}

/* Add New Slot Styling */
.ma-address-add-new {
    border: 1px dashed #ddd;
    text-decoration: none;
    transition: all 0.3s ease;
    min-height: 220px;
}

.ma-address-add-new:hover {
    border-color: #000;
    background-color: #fafafa;
}

.ma-add-icon-circle {
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ccc;
    transition: 0.3s;
}

.ma-address-add-new:hover .ma-add-icon-circle {
    border-color: #000;
    color: #000;
}

.ma-add-text {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #999;
}

/* -----------------------------------------------------------
   ADDRESS FORM STYLING (Edit/Add View)
----------------------------------------------------------- */

.ma-address-back-btn {
    font-size: 11px;
    font-weight: 700;
    color: #888;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.3s;
}

.ma-address-back-btn:hover {
    color: #000;
}

.ma-dash-input-group {
    background: #fbfbfb; /* Light grey box from image 2 */
    border: 1px solid #f0f0f0;
    padding: 15px 20px;
}

.ma-dash-field-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #999;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.ma-dash-field-input {
    width: 100%;
    border: none;
    background: transparent;
    font-weight: 600;
    font-size: 14px;
    color: #111;
    outline: none;
    padding: 5px 0;
}

.ma-dash-field-input::placeholder {
    color: #ccc;
    font-weight: 400;
}

textarea.ma-dash-field-input {
    resize: none;
}

/* Form Buttons */
.ma-dash-btn-dark, .ma-btn-form-save {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    padding: 12px 25px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.3s;
    cursor: pointer;
}

.ma-btn-form-save {
    padding: 18px; /* Bigger button for the form action */
}

.ma-btn-form-cancel {
    background: #f5f5f5;
    color: #333;
    border: 1px solid #eee;
    padding: 18px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.3s;
    cursor: pointer;
}

.ma-dash-btn-dark:hover, .ma-btn-form-save:hover {
    background: #333;
}

.ma-btn-form-cancel:hover {
    background: #e0e0e0;
}

/* -----------------------------------------------------------
   RESPONSIVE SETTINGS
----------------------------------------------------------- */

@media (max-width: 991px) {
    .ma-dash-sidebar-card {
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .ma-dash-main-card {
        padding: 25px;
    }
    
    .ma-dash-page-title {
        font-size: 20px;
    }

    .ma-address-add-new {
        min-height: 180px;
    }
    
    .d-flex.gap-3.mt-5 {
        flex-direction: column;
    }
}



.ma-success-wrapper {
    background-color: #fcfaf9; /* Slightly warmer signature beige */
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    font-family: 'Montserrat', sans-serif;
}

.ma-success-card {
    background: #ffffff;
    max-width: 650px;
    width: 100%;
    padding: 60px;
    border: 1px solid #e5e0de;
    position: relative;
}

/* Success Icon Styling */
.ma-success-circle {
    width: 70px;
    height: 70px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 20px;
    border-radius: 50%;
    /* Subtle pulsing effect */
    animation: maPulse 2s infinite;
}

@keyframes maPulse {
    0% { box-shadow: 0 0 0 0 rgba(0,0,0,0.2); }
    70% { box-shadow: 0 0 0 15px rgba(0,0,0,0); }
    100% { box-shadow: 0 0 0 0 rgba(0,0,0,0); }
}

/* Typography Hierarchy */
.ma-pre-title {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #999;
    display: block;
    margin-bottom: 15px;
}

.ma-success-title {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #111;
    text-transform: uppercase;
}

.ma-success-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-top: 20px;
}

/* Info Grid Styling */
.ma-info-label {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #bbb;
    display: block;
    margin-bottom: 5px;
}

.ma-info-value {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
}

/* Action Buttons */
.ma-btn-premium {
    background: #000;
    color: #fff !important;
    text-decoration: none;
    padding: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    transition: 0.4s;
}

.ma-btn-premium:hover {
    background: #333;
    letter-spacing: 4px;
}

.ma-link-underline {
    font-size: 11px;
    font-weight: 700;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 8px;
    letter-spacing: 1.5px;
}

.ma-support-note {
    font-size: 12px;
    color: #999;
}

.ma-support-note a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
}

/* Mobile Adjustments */
@media (max-width: 576px) {
    .ma-success-card { padding: 40px 20px; }
    .ma-success-title { font-size: 24px; }
}


.ma-error-status-wrapper {
    background-color: #f8f4f3;
    min-height: 80vh;
    display: flex;
    align-items: center;
    padding: 60px 0;
    font-family: 'Montserrat', sans-serif;
}

.ma-error-frame {
    background: #ffffff;
    border: 1px solid #e5e0de;
    position: relative;
    overflow: hidden;
}

/* Luxury Visual Divider */
.ma-error-visual-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.ma-error-line {
    height: 1px;
    width: 40px;
    background: #000;
}

.ma-error-symbol {
    font-size: 24px;
    font-weight: 300;
    color: #111;
}

/* Typography */
.ma-error-sub {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #999;
}

.ma-error-heading {
    font-size: clamp(24px, 5vw, 32px); /* Responsive font size */
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #111;
}

.ma-error-text {
    font-size: 14px;
    color: #777;
    line-height: 1.8;
    max-width: 400px;
}

/* Meta Data Box */
.ma-error-meta-box {
    border: 1px solid #eee;
    background: #fafafa;
}

.ma-meta-label {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #bbb;
    display: block;
    margin-bottom: 5px;
}

.ma-meta-val {
    font-size: 13px;
    font-weight: 600;
    color: #111;
    letter-spacing: 1px;
}

/* Action Buttons */
.ma-btn-retry {
    background: #000;
    color: #fff !important;
    padding: 18px 40px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
    transition: 0.3s;
    width: 100%;
    max-width: 250px;
}

.ma-btn-retry:hover {
    background: #333;
    letter-spacing: 3px;
}

.ma-link-home {
    font-size: 11px;
    font-weight: 700;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 6px;
    letter-spacing: 1px;
}

/* Responsive Borders */
@media (min-width: 576px) {
    .border-end-sm { border-right: 1px solid #eee; }
    .ma-btn-retry { width: auto; }
}

@media (max-width: 575px) {
    .border-bottom-sm { border-bottom: 1px solid #eee; }
    .ma-error-frame { padding: 40px 20px !important; }
}







.ma-checkout-section {
    background-color: #f8f4f3;
    font-family: 'Montserrat', sans-serif;
}

.ma-checkout-max-width { max-width: 1430px; }

/* Step Titles */
.ma-step-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #111;
}

/* Form Styling */
.ma-premium-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
    font-size: 13px;
    background: transparent;
    border-radius: 0;
    transition: border-color 0.4s ease;
}

.ma-premium-input:focus {
    outline: none;
    border-bottom: 1px solid #000;
}

/* Payment Section Styling */
.ma-payment-instruction {
    font-size: 13px;
    color: #666;
    letter-spacing: 0.5px;
}

.ma-qr-wrapper {
    display: inline-block;
    padding: 15px;
    background: #fff;
    border: 1px solid #111;
    position: relative;
}

.ma-qr-image {
    width: 180px;
    height: 180px;
    display: block;
}

.ma-qr-brand-tag {
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 2px;
    background: #000;
    color: #fff;
    padding: 4px 0;
    margin-top: 10px;
}

.ma-field-label-small {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #111;
}

.ma-input-hint {
    font-size: 11px;
    color: #999;
    font-style: italic;
}

/* Sticky Summary Card */
.ma-order-summary-sticky {
    position: sticky;
    top: 100px;
}

.ma-summary-img-box {
    width: 70px;
    background: #f1f1f1;
}

.ma-summary-name {
    font-size: 13px;
    letter-spacing: 0.5px;
}

.ma-summary-meta {
    font-size: 11px;
    color: #888;
    margin-top: 5px;
}

.ma-summary-price {
    font-size: 13px;
    font-weight: 700;
}

/* Action Button */
.ma-btn-place-order {
    width: 100%;
    background: #000;
    color: #fff;
    border: none;
    padding: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: 0.4s;
}

.ma-btn-place-order:hover {
    background: #333;
    letter-spacing: 4px;
}

/* MOBILE RESPONSIVE */
@media (max-width: 991px) {
    .ma-order-summary-sticky {
        position: relative;
        top: 0;
        margin-top: 40px;
    }
    
    .ma-step-title {
        font-size: 13px;
    }

    .ma-qr-image {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 576px) {
    .ma-checkout-section { padding: 30px 10px; }
    .ma-payment-container { padding: 20px 15px; }
}




/* Order Detail Specifics */
.ma-order-det-back {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #888;
    text-decoration: none;
}

.ma-order-det-status {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    background: #000;
    color: #fff;
    padding: 6px 15px;
}

/* Table Aesthetics */
.ma-order-det-table thead th {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #999;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.ma-order-det-thumb {
    width: 60px;
    aspect-ratio: 3/4;
    background: #f8f4f3;
}

.ma-order-det-thumb img { width: 100%; height: 100%; object-fit: cover; }

.ma-order-det-name { font-size: 13px; font-weight: 600; margin: 0; }
.ma-order-det-meta { font-size: 10px; color: #999; letter-spacing: 0.5px; }

/* Grid Info */
.ma-order-det-subheading {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.ma-order-det-text {
    font-size: 13px;
    color: #666;
    line-height: 1.8;
}

.ma-order-det-summary {
    border: 1px solid #e5e0de;
    background-color: #fafafa !important;
}

.ma-order-det-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}

/* Mobile Tweak */
@media (max-width: 768px) {
    .ma-order-det-table { font-size: 12px; }
    .ma-order-det-summary { margin-top: 30px; }
}


.ma-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff; /* Pure white background */
    z-index: 9999;
    display: none; /* Hidden by default */
    flex-direction: column;
    padding-bottom: 50px;
    animation: maFadeIn 0.4s ease;
}

@keyframes maFadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}






/* Header Text */
.ma-search-label, .ma-search-close {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #111;
    text-transform: capitalize;
}

.ma-search-close {
    background: none;
    border: none;
    cursor: pointer;
}

/* The Large Search Input */
.ma-search-input-wrap {
    margin-top: 15vh;
}

.ma-search-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #eee;
    font-size: 60px; /* Exact massive size from image */
    font-weight: 300;
    color: #ccc; /* Placeholder color */
    padding: 20px 0;
    outline: none;
    font-family: 'Montserrat', sans-serif;
}

.ma-search-input:focus {
    color: #111;
    border-bottom: 1px solid #111;
}

/* Quick Links Styling */
.ma-search-quick-links {
    margin-top: auto;
}

.ma-quick-title {
    font-size: 14px;
    font-weight: 600;
    color: #bbb;
    letter-spacing: 1px;
}

.ma-quick-link {
    font-size: 14px;
    font-weight: 500;
    color: #111;
    text-decoration: none;
    transition: 0.3s;
}

.ma-quick-link:hover {
    color: #888;
}

/* SVG Trigger Styling */
.ma-search-trigger svg {
    width: 20px;
    height: 20px;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .ma-search-input {
        font-size: 32px;
    }
    .ma-search-quick-links {
        padding-top: 40px;
    }
}

/* Hide default browser numeric spinner spin-buttons site-wide for clean luxury minimalist forms */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

/* Sleek minimal luxury floating toasts */
.ma-toast-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    gap: 15px;
    pointer-events: none;
}

.ma-toast {
    background: #111111;
    color: #ffffff;
    padding: 16px 28px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: 1px solid #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    pointer-events: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 0;
}

.ma-toast.show {
    opacity: 1;
    transform: translateY(0);
}

.ma-toast-success {
    border-left: 4px solid #d4af37; /* Warm gold line for success */
}

.ma-toast-error {
    border-left: 4px solid #b32d2e; /* Crimson line for error */
}

.ma-toast-close {
    background: none;
    border: none;
    color: #888888;
    cursor: pointer;
    font-size: 14px;
    padding: 0;
    line-height: 1;
    transition: color 0.3s;
}

.ma-toast-close:hover {
    color: #ffffff;
}