.woocommerce-MyAccount-navigation{
    display: none;
}
.menu-dropdown {
  position: absolute;
  top: 129px;
  right: 20px;
  background: white;
  border-radius: 14px; 
  box-shadow: 0px 25px 50px -12px #00000040;
  margin-top: 12px;
  width: 288px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-15px);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  z-index: 9999;
}
.elementor-element-e92efc3 {
  z-index: 0;
}
.menu-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.menu-dropdown ul {
  list-style: none;
  padding: 8px 0;
  margin: 0;
}
.menu-dropdown li a {
  display: flex;
  gap: 14px;
  padding: 14px 20px;
  color: #1E2939;
  text-decoration: none;
  font-size: 16px;
  transition: background 0.2s ease;
  font-family: "Poppins", Sans-serif;
  font-weight: 500;
}
.menu-dropdown li a:hover {
  background: #f8f9fa;
}
.menu-dropdown .logout a {
  color: #E7000B;
  border-top: 1px solid #E5E7EB;
  margin-top: 6px;
}
.menu-dropdown .icon {
  font-size: 18px;
  opacity: 0.85;
  display: flex;

}

.user-info {
  display: flex;
  align-items: center;
  gap: 14px;
 padding: 24px 20px 24px;
  border-bottom: 1px solid #eee;
  background: #062733;
}

.user-avatar {
  width: 48px;
  height: 48px;
  background-color: #FFB900;
  color: white;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  font-weight: 700;
  font-family: "Poppins", Sans-serif;
}

.user-details strong {
  display: block;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 3px;
    font-weight: 600;
  font-family: "Poppins", Sans-serif;
}

.user-details span {
  display: block;
  font-size: 14px;
  color: #D1D5DC;
  font-family: "Poppins", Sans-serif;
}

/* IMPORTANT: Correct selector for Elementor button */
.myaccountmenuopen.active .toggle-icon {
  transform: rotate(90deg);
}
@media (max-width: 1024px) {
  .my-account-toggle-wrapper {
    margin-right: 15px;
  }
}

.my-account-custom-wrapper .mad-profile-actions {
  margin-top: 30px;
}

.mad-profile-wrapper { 
  padding: 80px 0;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 100% !important;
  float: none !important;
}

.mad-container {
  max-width: 1400px;
  margin: 0 auto;
}

/* Header */
.mad-header {
  margin-bottom: 40px;
}

.mad-header h1, .asH1 {
  font-size: 36px;
  font-weight: 400;
  color: #101828; 
  font-family: "Asbigan", Sans-serif;

}

.asP{
    font-size: 16px;
    margin-top: 8px;
    color: #4A5565;
    font-family: "Poppins", Sans-serif;
}

/* Main Grid */
.mad-grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 30px;
  align-items: start;
}

/* Profile Card - Left */
.mad-profile-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 50px 40px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.mad-avatar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #146C8C;
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  letter-spacing: 2px;
  font-family: "Poppins", Sans-serif;
}

.mad-profile-name {
font-size: 24px;
  font-weight: 400;
  color: #101828;
  margin: 0 0 8px 0;
  font-family: "Asbigan", Sans-serif;
}
 

/* Stats Section */
.mad-stats {
  border-top: 1px solid #e5e7eb;
  padding-top: 30px;
  margin-bottom: 30px;
}

.mad-stat-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0 6px 0;
  font-size: 15px;
}

.mad-stat-row span {
  color: #4A5565;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.mad-stat-row strong {
  color: #101828;
  font-weight: 600;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
}

.mad-stat-row strong.mad-points {
  color: #E17100;
  font-weight: 600;
  font-family: "Poppins", Sans-serif;
}

/* Premium Badge */
.mad-premium-badge {
  background: linear-gradient(90deg, #FFFBEB 0%, #FFF7ED 100%);
  border: 2px solid #FFD230;
  border-radius: 14px;
  padding: 16px 24px;
  text-align: center;
  margin-top: 20px;
}

.mad-premium-badge .badge-title {
  font-size: 16px;
  font-weight: 600;
  color: #92400e;
  margin: 0 0 4px 0;
}

.mad-premium-badge .badge-subtitle {
  font-size: 13px;
  color: #b45309;
  margin: 0;
}

/* Info Cards - Right */
.mad-info-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mad-info-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.mad-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.mad-card-header h3 {
  font-size: 24px;
  font-weight: 400;
  color: #101828;
  margin: 0;
  font-family: "Asbigan", Sans-serif;
}

.mad-edit-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #146C8C;
  color: #ffffff;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s;
  font-family: "Poppins", Sans-serif;
}

.mad-edit-btn:hover {
  background: #146C8C; 
}

.mad-edit-btn svg {
  width: 16px;
  height: 16px;
}

/* Info Fields */
.mad-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.mad-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mad-field-label {
  font-size: 14px;
  font-weight: 600;
  color: #101828;
  margin: 0;
  font-family: "Poppins", Sans-serif;
}
html body .mad-field-value:focus-visible{
      border: 2px solid #F3F4F6;
}
html body .mad-field-value {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: #F9FAFB;
  border-radius: 10px;
  font-size: 16px;
  color: #0A0A0A;
  border: 2px solid #F3F4F6;
  font-family: "Poppins", Sans-serif;
}

.mad-field-value svg {
  width: 18px;
  height: 18px;
  color: #99A1AF;
  flex-shrink: 0;
}
.mad-info-section input[type="date"],
.mad-info-section input[type="email"],
.mad-info-section input[type="number"],
.mad-info-section input[type="password"],
.mad-info-section input[type="search"],
.mad-info-section input[type="tel"],
.mad-info-section input[type="text"],
.mad-info-section input[type="url"],
.mad-info-section select,
.mad-info-section textarea {
    border: 2px solid #F3F4F6 !important;
    outline: none;
}

/* focus */
.mad-info-section input:focus,
.mad-info-section select:focus,
.mad-info-section textarea:focus {
    border: 2px solid #F3F4F6 !important;
    outline: none;
    box-shadow: none;
}

/* focus-visible (keyboard focus) */
.mad-info-section input:focus-visible,
.mad-info-section select:focus-visible,
.mad-info-section textarea:focus-visible {
    border: 2px solid #F3F4F6 !important;
    outline: none;
    box-shadow: none;
}

/* Address Fields */
.mad-address-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.mad-address-grid .mad-info-grid {
  grid-template-columns: 2fr 1fr 1fr;
}

/* Responsive */
@media (max-width: 1200px) {
  .mad-grid {
    grid-template-columns: 380px 1fr;
  }
}

@media (max-width: 992px) {
  .mad-grid {
    grid-template-columns: 1fr;
  }

  .mad-profile-card {
    max-width: 500px;
    margin: 0 auto;
  }
}
#mad-cancel-btn {
  margin-right: 10px;
  border: 2px solid #D1D5DC !important;
  background-color: #fff !important;
  color: #0A0A0A !important;
}
.mad-edit-btn:hover {
  color: #fff !important;
}
@media (max-width: 768px) {
  .mad-profile-wrapper {
    padding: 30px 15px;
  }

  .mad-header h1 {
    font-size: 32px;
  }

  .mad-info-card {
    padding: 30px 24px;
  }

  .mad-info-grid {
    grid-template-columns: 1fr;
  }

  .mad-address-grid .mad-info-grid {
    grid-template-columns: 1fr;
  }

  .mad-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .mad-edit-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .mad-header h1 {
    font-size: 28px;
  }

  .mad-avatar {
    width: 120px;
    height: 120px;
    font-size: 48px;
  }

  .mad-profile-name {
    font-size: 24px;
  }

  .mad-info-card {
    padding: 24px 20px;
  }
}



/* order and view order style */


 .orders-container {
               max-width: 1280px;
            padding: 50px 0;
            margin: 0 auto;
        }
        .orders-header {
            padding-bottom: 30px;
            background: #F9FAFB;
        } 
        .filter-tabs {
            display: flex;
            gap: 10px;
            margin-bottom: 30px;
            flex-wrap: wrap; 
            box-shadow: 0px 10px 15px -3px #0000001A;
            padding: 10px;
            border-radius: 16px;
        }
        .tab-button {
            padding: 14px 42px;
            border: none;
            border-radius: 14px;
            background-color: #F9FAFB;
            color:#364153;
            font-size: 16px;
            font-family: "Poppins", Sans-serif;  
            display: flex;
            align-items: center;
            gap: 10px;
        }
 
        .tab-button.active-tab, .tab-button:hover, .tab-button:focus {
            background-color: #0A2F2F;
            color: #FFFFFF;
        }
        .astotal{
            text-align: right;
        }
        .tab-button.active-tab .tab-count, .tab-button:hover .tab-count{
            background-color: #FFFFFF33;
            color:#fff;
        }
        .tab-count {
            background-color:#E5E7EB;
            padding: 2px 8px;
            border-radius: 10px;
            font-size: 12px;
        }
        .order-card {
            background-color: white;
            border-radius: 16px;
            margin-bottom: 20px;
            overflow: hidden; 
            box-shadow: 0px 10px 15px -3px #0000001A;

            display: block;
        }
        .order-header {
            background: #146C8C;
            color: white;
            padding:  24px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .order-info-left {
            display: flex;
            align-items: center;
            gap: 15px;
        }
        .order-icon {
            width: 48px;
            height: 48px;
            background-color: #FFFFFF33;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center; 
        }
        .order-status-icon {
            width: 24px;
            height: 24px;
            display: inline-block;
        }

        .order-details {
            display: flex;
            flex-direction: column;
        }
        .order-number {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 4px;
            color: #FFFFFF;
            font-family: "Asbigan", Sans-serif;
        }
        .order-date {
            font-size: 14px;
            opacity: 0.9;
            color: #E5E7EB;
            font-family: "Poppins", Sans-serif;
            font-weight: 400;
        }
        .order-status-section {
            display: flex;
            flex-direction: row;
            align-items: flex-end;
            gap: 20px;
        }
        .status-badge {
            padding: 10px 20px;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
        }
        .status-delivered {
            background-color: #DCFCE7;
            color: #016630;
              border: 1px solid #7BF1A8;
        }
        .status-transit {
            background-color: #DBEAFE;
            color: #193CB8;
              border: 1px solid #8EC5FF;
        }
        .status-processing {
background-color: #FEF3C6;
  color: #973C00;
  border: 1px solid #FFD230;
        }
        .status-cancelled {
            background-color: #FFE2E2;
            color: #9F0712;
              border: 1px solid #FFA2A2;
        }
            .order-total {
            font-size: 14px; 
            color: #E5E7EB;
            font-family: "Poppins", Sans-serif;
            }
            .order-price {
            font-size: 24px;
            font-weight: 700;
            font-family: "Poppins", Sans-serif;
            color: #fff;
            }
        .tracking-section {
            background-color: #f8f9fa;
            padding: 16px 24px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .tracking-info {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .tracking-icon {
            color: #1e6b6b;
            font-size: 20px;
        }
        .tracking-details h4 {
            font-size: 16px;
            font-weight: 600;
            color: #101828;
            margin-bottom: 2px;
            font-family: "Poppins", Sans-serif;
        }
        .tracking-number {
            font-size: 14px;
            color: #1447E6;
            font-weight: 400;
            font-family: "Poppins", Sans-serif;
        }
        .delivery-info {
            text-align: right;
        }
        .delivery-label {
            font-size: 14px;
            color: #4A5565;
            margin-bottom: 2px;
            font-family: "Poppins", Sans-serif;
        }
        .delivery-date {
            font-size: 16px;
            font-weight: 600;
            color: #101828;
            font-family: "Poppins", Sans-serif;
        }
        .tracking-pending {
            font-size: 16x;
            color:#1447E6;
            font-family: "Poppins", Sans-serif;
        }
        .order-items {
            padding: 24px;
        }
        .order-item {
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 16px 0;
            border-bottom: 1px solid #f0f0f0;
        }
        .order-item:last-child {
            border-bottom: none;
        }
        .item-image {
            width: 80px;
            height: 80px;
            border-radius: 10px;
            object-fit: cover;
            background-color: #e0e0e0;
        }
        .item-details {
            flex: 1;
        }
        .item-name {
            font-size: 16px;
            font-weight: 700;
            color: #101828;
            margin-bottom: 4px;
           font-family: "Asbigan", Sans-serif;
        }
        .item-variant {
            font-size: 14px;
            color: #4A5565;
            margin-bottom: 2px;
             font-family: "Poppins", Sans-serif;
        }
        .item-quantity {
            font-size: 14px;
            color: #4A5565;
            margin-bottom: 2px;
            font-family: "Poppins", Sans-serif;
        }
        .item-quantity {
            font-size: 14px;
            color: #4A5565;
        }
        .item-price {
            font-size: 18px;
            font-weight: 700;
            color: #0A2F2F;
            font-family: "Poppins", Sans-serif;
        }
        .order-actions {
            padding: 0px 24px 30px 24px;
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }
        .action-button {
            flex: 1;
            min-width: 140px;
            padding: 12px 20px;
            border: none;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            text-decoration: none;
            color: inherit;
        }
        .btn-view, .btn-view:hover {
            background-color: #0A2F2F;
            color: #fff;
        } 
        .btn-reorder, .btn-reorder:hover {
            background-color: #00A63E;
            color: white;
        } 
        .btn-track,.btn-track:hover, .btn-invoice,.btn-invoice:hover {
            background-color: #030213;
            color: #fff;
        }  
        @media (max-width: 768px) {
            body {
                padding: 15px;
            }
            /* .orders-title {
                font-size: 26px;
            } */
            .filter-tabs {
                gap: 8px;
            }
            .tab-button {
                padding: 10px 18px;
                font-size: 13px;
            }
            .order-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 15px;
                padding: 18px 20px;
            }
            .order-status-section {
                align-items: flex-start;
                width: 100%;
                flex-direction: row;
                justify-content: space-between;
            }
            .tracking-section {
                flex-direction: column;
                align-items: flex-start;
                gap: 12px;
            }
            .delivery-info {
                text-align: left;
                width: 100%;
            }
            .order-items {
                padding: 20px;
            }
            .order-actions {
                padding: 16px 20px;
            }
            .action-button {
                min-width: 120px;
                font-size: 13px;
                padding: 11px 16px;
            }
        }
        @media (max-width: 480px) {
            /* .orders-title {
                font-size: 24px;
            } */
            .tab-button {
                padding: 9px 16px;
                font-size: 12px;
            }
            .order-item {
                gap: 12px;
            }
            .item-image {
                width: 50px;
                height: 50px;
            }
            .item-name {
                font-size: 14px;
            }
            .item-variant,
            .item-quantity {
                font-size: 12px;
            }
            .item-price {
                font-size: 15px;
            }
            .action-button {
                flex: 1 1 calc(50% - 6px);
                min-width: auto;
            }
        }