/* 
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
*/

/* =============================================
   ONENESS8 — COMPLETE HEADER + FOOTER CSS
   Version: Final
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;500;600;700&display=swap');

/* ════════════════════════════════════════
   ONENESS8 — CUSTOM HEADER CSS
   Rewritten with mobile fix · March 2026
   ════════════════════════════════════════ */

/* ── Header Background ── */
.site-header {
  background: linear-gradient(135deg, #1a0a2e 0%, #2d1557 40%, #4a2080 70%, #6b3fa0 100%) !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
  box-shadow: 0 4px 24px rgba(26, 10, 46, 0.45) !important;
}

/* Gold accent line at bottom of header */
.site-header::after {
  content: '' !important;
  display: block !important;
  height: 2px !important;
  background: linear-gradient(90deg, transparent, #c9a227, #f0d060, #c9a227, transparent) !important;
}

/* ── Inner Container ── */
.header-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  max-width: 1300px !important;
  margin: 0 auto !important;
  padding: 0 48px !important;
  height: 80px !important;
  gap: 32px !important;
  flex-wrap: nowrap !important;
  box-sizing: border-box !important;
}

/* ── Logo ── */
.site-branding { flex-shrink: 0 !important; }

.site-branding .custom-logo {
  width: 120px !important;
  height: auto !important;
  display: block !important;
}

/* ════════════════════════════════════════
   DESKTOP NAV (≥1025px)
   ════════════════════════════════════════ */
@media (min-width: 1025px) {

  /* Hide mobile toggle */
  .site-navigation-toggle-holder { display: none !important; }

  /* Nav wrapper */
  .site-header .site-navigation {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex: 1 !important;
    justify-content: flex-end !important;
    align-items: center !important;
    position: static !important;
    background: none !important;
    padding: 0 !important;
    width: auto !important;
  }

  /* Top-level menu list */
  .site-header .site-navigation > ul.menu {
    display: flex !important;
    align-items: center !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
  }

  .site-header .site-navigation > ul.menu > li {
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    list-style: none !important;
  }

  /* Top-level nav links */
  .site-header .site-navigation > ul.menu > li > a {
    display: flex !important;
    align-items: center !important;
    height: 80px !important;
    padding: 0 14px !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    text-decoration: none !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    background: none !important;
    border: none !important;
    position: relative !important;
    transition: color 0.25s !important;
  }

  .site-header .site-navigation > ul.menu > li > a::before,
  .site-header .site-navigation > ul.menu > li > a::after {
    display: none !important;
    content: none !important;
  }

  /* Hover + active */
  .site-header .site-navigation > ul.menu > li:hover > a,
  .site-header .site-navigation > ul.menu > li.current-menu-item > a {
    color: #f0d060 !important;
  }

  /* Dropdown parent */
  .site-header .site-navigation > ul.menu > li.menu-item-has-children > a {
    padding-right: 8px !important;
    gap: 6px !important;
  }

  /* ── Dropdown Sub-menu ── */
  .site-header .site-navigation > ul.menu > li > ul.sub-menu {
    display: block !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    top: 80px !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(6px) !important;
    margin: 0 !important;
    background: #ffffff !important;
    border-radius: 10px !important;
    border-top: 3px solid #c9a227 !important;
    box-shadow: 0 12px 40px rgba(26, 10, 46, 0.22), 0 0 0 1px rgba(201,162,39,0.15) !important;
    min-width: 220px !important;
    padding: 8px 0 !important;
    z-index: 99999 !important;
    list-style: none !important;
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s !important;
  }

  /* Show dropdown on hover */
  .site-header .site-navigation > ul.menu > li.menu-item-has-children:hover > ul.sub-menu {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: all !important;
    transform: translateX(-50%) translateY(0) !important;
  }

  /* Sub-menu items */
  .site-header .site-navigation > ul.menu > li > ul.sub-menu > li {
    display: block !important;
    visibility: visible !important;
    list-style: none !important;
    position: static !important;
  }

  .site-header .site-navigation > ul.menu > li > ul.sub-menu > li > a {
    display: block !important;
    padding: 10px 20px 10px 18px !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 13.5px !important;
    font-weight: 400 !important;
    color: #2d1557 !important;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: 0.02em !important;
    height: auto !important;
    white-space: nowrap !important;
    background: none !important;
    border-top: 1px solid rgba(201, 162, 39, 0.1) !important;
    border-left: 3px solid transparent !important;
    transition: background 0.2s, color 0.2s, border-color 0.2s, padding-left 0.2s !important;
  }

  .site-header .site-navigation > ul.menu > li > ul.sub-menu > li:first-child > a {
    border-top: none !important;
  }

  .site-header .site-navigation > ul.menu > li > ul.sub-menu > li > a::before,
  .site-header .site-navigation > ul.menu > li > ul.sub-menu > li > a::after {
    display: none !important;
    content: none !important;
  }

  .site-header .site-navigation > ul.menu > li > ul.sub-menu > li > a:hover {
    background: rgba(201, 162, 39, 0.07) !important;
    color: #4a2080 !important;
    border-left-color: #c9a227 !important;
    padding-left: 24px !important;
    font-weight: 600 !important;
  }

  /* ── Contact Us Button ── */
  .site-header .site-navigation > ul.menu > li.btn {
    margin-left: 16px !important;
  }

  .site-header .site-navigation > ul.menu > li.btn > a,
  .site-header .site-navigation .menu > li.btn > a {
    display: inline-flex !important;
    align-items: center !important;
    height: auto !important;
    padding: 10px 24px !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.07em !important;
    text-transform: uppercase !important;
    color: #1a0a2e !important;
    background: linear-gradient(135deg, #f0d060 0%, #c9a227 60%, #a07c10 100%) !important;
    border-radius: 50px !important;
    box-shadow: 0 4px 16px rgba(201, 162, 39, 0.4) !important;
    white-space: nowrap !important;
    transition: box-shadow 0.3s, transform 0.2s !important;
  }

  .site-header .site-navigation > ul.menu > li.btn > a::before,
  .site-header .site-navigation > ul.menu > li.btn > a::after {
    display: none !important;
    content: none !important;
  }

  .site-header .site-navigation > ul.menu > li.btn > a:hover,
  .site-header .site-navigation .menu > li.btn:hover > a {
    background: linear-gradient(135deg, #f7e07a 0%, #d4ae35 60%, #b88a18 100%) !important;
    box-shadow: 0 6px 24px rgba(201, 162, 39, 0.55) !important;
    transform: translateY(-2px) !important;
    color: #0f0520 !important;
  }
}

/* ════════════════════════════════════════
   TABLET & MOBILE (≤1024px)
   ════════════════════════════════════════ */
@media (max-width: 1024px) {

  .header-inner {
    padding: 0 20px !important;
    height: 64px !important;
    position: relative !important;
  }

  /* ── Hamburger Toggle Button ── */
  .site-navigation-toggle-holder {
    display: flex !important;
    align-items: center !important;
    margin-left: auto !important;
  }

  .site-navigation-toggle {
    background: rgba(255,255,255,0.08) !important;
    border: 1.5px solid rgba(201,162,39,0.5) !important;
    border-radius: 8px !important;
    width: 42px !important;
    height: 38px !important;
    cursor: pointer !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    padding: 0 !important;
  }

  .site-navigation-toggle-icon {
    display: block !important;
    width: 20px !important;
    height: 2px !important;
    background: #f0d060 !important;
    border-radius: 2px !important;
    position: relative !important;
  }

  .site-navigation-toggle-icon::before,
  .site-navigation-toggle-icon::after {
    content: '' !important;
    display: block !important;
    width: 20px !important;
    height: 2px !important;
    background: #f0d060 !important;
    border-radius: 2px !important;
    position: absolute !important;
  }

  .site-navigation-toggle-icon::before { top: -6px !important; }
  .site-navigation-toggle-icon::after  { top: 6px !important; }

  /* ── Nav: hidden by default on mobile ── */
  .site-header .site-navigation {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    top: 64px !important;
    left: 0 !important;
    width: 100% !important;
    background: linear-gradient(180deg, #2d1557 0%, #1a0a2e 100%) !important;
    border-top: 1px solid rgba(201, 162, 39, 0.25) !important;
    box-shadow: 0 8px 32px rgba(26, 10, 46, 0.5) !important;
    z-index: 9998 !important;
    padding: 8px 0 16px !important;
    flex-direction: column !important;
    align-items: stretch !important;
    transition: opacity 0.25s ease, visibility 0.25s !important;
  }

  /* ── Nav OPEN state — toggled by JS ── */
  /* Supports: .toggled / .show / .active / [aria-expanded=true] */
  .site-header .site-navigation.toggled,
  .site-header .site-navigation.show,
  .site-header .site-navigation.active,
  .site-header .site-navigation[aria-expanded="true"] {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* ── Mobile Menu List ── */
  .site-header .site-navigation > ul.menu {
    display: flex !important;
    flex-direction: column !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  /* ── Force ALL menu items visible ── */
  .site-header .site-navigation > ul.menu > li {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    position: static !important;
  }

  .site-header .site-navigation > ul.menu > li > a {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding: 13px 28px !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, 0.88) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(201, 162, 39, 0.12) !important;
    background: none !important;
    white-space: normal !important;
    transition: color 0.2s, background 0.2s !important;
  }

  .site-header .site-navigation > ul.menu > li > a:hover,
  .site-header .site-navigation > ul.menu > li.current-menu-item > a {
    color: #f0d060 !important;
    background: rgba(255, 255, 255, 0.04) !important;
  }

  .site-header .site-navigation > ul.menu > li > a::before,
  .site-header .site-navigation > ul.menu > li > a::after {
    display: none !important;
    content: none !important;
  }

  /* ── Mobile Sub-menus (always visible inline) ── */
  .site-header .site-navigation > ul.menu > li > ul.sub-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    transform: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    border-top: none !important;
    border-left: 3px solid #c9a227 !important;
    background: rgba(0, 0, 0, 0.18) !important;
    padding: 4px 0 4px 0 !important;
    min-width: unset !important;
    pointer-events: all !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .site-header .site-navigation > ul.menu > li > ul.sub-menu > li {
    display: block !important;
    visibility: visible !important;
    list-style: none !important;
  }

  .site-header .site-navigation > ul.menu > li > ul.sub-menu > li > a {
    display: block !important;
    visibility: visible !important;
    padding: 10px 28px 10px 28px !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.75) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(201, 162, 39, 0.08) !important;
    height: auto !important;
    white-space: normal !important;
    background: none !important;
  }

  .site-header .site-navigation > ul.menu > li > ul.sub-menu > li > a:hover {
    color: #f0d060 !important;
    background: rgba(201, 162, 39, 0.07) !important;
  }

  .site-header .site-navigation > ul.menu > li > ul.sub-menu > li > a::before,
  .site-header .site-navigation > ul.menu > li > ul.sub-menu > li > a::after {
    display: none !important;
    content: none !important;
  }

  /* ── Contact Us Button on Mobile ── */
  .site-header .site-navigation > ul.menu > li.btn {
    margin: 14px 24px !important;
    width: auto !important;
  }

  .site-header .site-navigation > ul.menu > li.btn > a,
  .site-header .site-navigation .menu > li.btn > a {
    display: block !important;
    height: auto !important;
    padding: 13px 24px !important;
    text-align: center !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.07em !important;
    text-transform: uppercase !important;
    color: #1a0a2e !important;
    background: linear-gradient(135deg, #f0d060 0%, #c9a227 60%, #a07c10 100%) !important;
    border-radius: 50px !important;
    border-bottom: none !important;
    box-shadow: 0 4px 16px rgba(201, 162, 39, 0.35) !important;
  }

  .site-header .site-navigation > ul.menu > li.btn > a:hover {
    background: linear-gradient(135deg, #f7e07a 0%, #d4ae35 60%, #b88a18 100%) !important;
    color: #0f0520 !important;
  }
}


/* ===================
   FOOTER
   =================== */

.site-footer {
  background: linear-gradient(135deg, #1a0a2e 0%, #2d1557 40%, #4a2080 70%, #6b3fa0 100%) !important;
  position: relative !important;
  margin-top: 0 !important;
}

/* Gold accent line at top of footer */
.site-footer::before {
  content: '' !important;
  display: block !important;
  height: 2px !important;
  background: linear-gradient(90deg, transparent, #c9a227, #f0d060, #c9a227, transparent) !important;
}

/* Subtle gold shimmer line at bottom */
.site-footer::after {
  content: '' !important;
  display: block !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(201, 162, 39, 0.3), transparent) !important;
}

.site-footer .footer-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  max-width: 1300px !important;
  margin: 0 auto !important;
  padding: 28px 48px !important;
  gap: 24px !important;
  flex-wrap: wrap !important;
  box-sizing: border-box !important;
}

.site-footer .site-branding { flex-shrink: 0 !important; }

.site-footer .site-branding .custom-logo {
  width: 110px !important;
  height: auto !important;
  display: block !important;
  filter: drop-shadow(0 2px 8px rgba(201, 162, 39, 0.25)) !important;
  opacity: 0.92 !important;
  transition: filter 0.3s ease, transform 0.3s ease, opacity 0.3s ease !important;
}

.site-footer .site-branding .custom-logo:hover {
  filter: drop-shadow(0 4px 14px rgba(201, 162, 39, 0.5)) !important;
  transform: scale(1.04) !important;
  opacity: 1 !important;
}

.site-footer .copyright {
  flex: 1 !important;
  text-align: center !important;
}

.site-footer .copyright p {
  font-family: 'Lato', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.55) !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .site-footer .footer-inner {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 24px 20px !important;
    gap: 16px !important;
  }

  .site-footer .copyright { text-align: center !important; }

  .site-footer .site-branding .custom-logo {
    width: 90px !important;
  }
}
/* =============================================
   CART ICON WITH BADGE — oneness8.com/cart/
   ============================================= */

/* ── Hide cart text, make room for icon ── */
.site-header .site-navigation > ul.menu > li > a[href="https://oneness8.com/cart/"] {
  font-size: 0 !important;
  color: transparent !important;
  padding: 0 18px !important;
  position: relative !important;
  height: 80px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* ── SVG Cart Icon via ::after ── */
.site-header .site-navigation > ul.menu > li > a[href="https://oneness8.com/cart/"]::after {
  display: block !important;
  content: '' !important;
  width: 30px !important;
  height: 30px !important;
  background-image: url('https://oneness8.com/wp-content/uploads/2024/11/Group-39915-1.svg') !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: static !important;
  transform: none !important;
  flex-shrink: 0 !important;
}

/* ── WooCommerce Cart Count Badge ── */
.site-header .site-navigation > ul.menu > li > a[href="https://oneness8.com/cart/"] .count {
  font-size: 10px !important;
  font-family: 'Lato', sans-serif !important;
  font-weight: 700 !important;
  color: #1a0a2e !important;
  background: linear-gradient(135deg, #f0d060, #c9a227) !important;
  border-radius: 50% !important;
  min-width: 18px !important;
  height: 18px !important;
  line-height: 18px !important;
  text-align: center !important;
  display: inline-block !important;
  position: absolute !important;
  top: 18px !important;
  right: 6px !important;
  padding: 0 3px !important;
  box-shadow: 0 2px 6px rgba(201, 162, 39, 0.5) !important;
  pointer-events: none !important;
}

/* Hide badge when cart is empty (count = 0) */
.site-header .site-navigation > ul.menu > li > a[href="https://oneness8.com/cart/"] .count:empty {
  display: none !important;
}







