.elementor-11 .elementor-element.elementor-element-912c77d{--display:flex;}.elementor-11 .elementor-element.elementor-element-684f599f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6c8d9f9 *//* ===== PROFILE HEADER BANNER ===== */

.account-header-banner {
  width: 100%;
  height: 200px;
  background: linear-gradient(135deg, #0a0a1a 0%, #0d1b3e 40%, #1e90ff 100%);
  border-radius: 16px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(30, 144, 255, 0.25);
}

/* Subtle pattern overlay */
.account-header-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(30,144,255,0.2) 0%, transparent 70%);
  border-radius: 50%;
}

.account-header-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: linear-gradient(to top, rgba(10,10,26,0.9) 0%, transparent 100%);
}

/* Avatar circle */
.account-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid #1e90ff;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(30,144,255,0.5);
  flex-shrink: 0;
}

.account-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Username & subtitle */
.account-username {
  color: #ffffff !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  margin: 0 0 4px 0 !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.account-subtitle {
  color: #8899bb !important;
  font-size: 14px !important;
  margin: 0 !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .account-header-banner {
    height: 160px;
  }

  .account-username {
    font-size: 18px !important;
  }

  .account-avatar {
    width: 55px;
    height: 55px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-47b0cc2a *//* ===== DASHBOARD WELCOME CONTENT AREA ===== */

/* Content box */
.woocommerce-MyAccount-content {
  background: #16213e !important;
  border-radius: 14px !important;
  padding: 35px !important;
  border: 1px solid #1e2a4a !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4) !important;
}

/* "Hello username" line */
.woocommerce-MyAccount-content p:first-child {
  font-size: 17px !important;
  color: #ccd6f6 !important;
  background: #0d1b3e !important;
  padding: 14px 20px !important;
  border-radius: 10px !important;
  border-left: 4px solid #1e90ff !important;
  margin-bottom: 20px !important;
}

/* Bold username */
.woocommerce-MyAccount-content p:first-child strong {
  color: #ffffff !important;
  font-size: 18px !important;
}

/* "Log out" link */
.woocommerce-MyAccount-content p:first-child a {
  color: #ff6b6b !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.woocommerce-MyAccount-content p:first-child a:hover {
  color: #ff4444 !important;
}

/* Dashboard description paragraph */
.woocommerce-MyAccount-content p:nth-child(2) {
  font-size: 15px !important;
  color: #8899bb !important;
  line-height: 1.8 !important;
  background: #0f1627 !important;
  padding: 16px 20px !important;
  border-radius: 10px !important;
  border: 1px solid #1e2a4a !important;
}

/* Links inside description (recent orders, addresses etc.) */
.woocommerce-MyAccount-content p:nth-child(2) a {
  color: #1e90ff !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  border-bottom: 1px dashed #1e90ff !important;
  transition: all 0.2s ease !important;
}

.woocommerce-MyAccount-content p:nth-child(2) a:hover {
  color: #63b3ff !important;
  border-bottom-color: #63b3ff !important;
}
/* ===== SIDEBAR NAV MENU REDESIGN ===== */

/* Nav container */
.woocommerce-MyAccount-navigation {
  background: #16213e !important;
  border-radius: 14px !important;
  border: 1px solid #1e2a4a !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4) !important;
  overflow: hidden !important;
  padding: 8px 0 !important;
}

/* Remove default list styling */
.woocommerce-MyAccount-navigation ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Each menu item */
.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #1e2a4a !important;
  margin: 0 !important;
}

.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none !important;
}

/* Menu links */
.woocommerce-MyAccount-navigation ul li a {
  display: flex !important;
  align-items: center !important;
  padding: 15px 24px !important;
  color: #8899bb !important;
  text-decoration: none !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  border-left: 4px solid transparent !important;
  transition: all 0.3s ease !important;
  letter-spacing: 0.3px !important;
}

/* Hover state */
.woocommerce-MyAccount-navigation ul li a:hover {
  background: #0d1b3e !important;
  color: #ffffff !important;
  border-left: 4px solid #1e90ff !important;
  padding-left: 30px !important;
}

/* Active/current item */
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li.wc-tab a {
  background: #0d1b3e !important;
  color: #1e90ff !important;
  border-left: 4px solid #1e90ff !important;
  font-weight: 600 !important;
}

/* Add icons before each menu item */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: '🏠';
  margin-right: 10px;
  font-size: 16px;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
  content: '📦';
  margin-right: 10px;
  font-size: 16px;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
  content: '⬇️';
  margin-right: 10px;
  font-size: 16px;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: '📍';
  margin-right: 10px;
  font-size: 16px;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: '👤';
  margin-right: 10px;
  font-size: 16px;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: '🚪';
  margin-right: 10px;
  font-size: 16px;
}

/* Log out special color */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #ff6b6b !important;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  background: #1a0a0a !important;
  border-left-color: #ff4444 !important;
  color: #ff4444 !important;
}/* End custom CSS */