
/* ==========================================================================
   Nails Blaze Nature Wellness - Forest Bathing: Section 1 CSS
   Scoped to #nb-forest-sec1 with RenderBox CMS Compliance
   ========================================================================== */

#nb-forest-sec1,
#nb-forest-sec1 * {
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-font-smoothing: antialiased !important;
}

#nb-forest-sec1 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, sans-serif !important;
  background-color: #F8F9F6 !important;
  color: #1A241C !important;
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
}

/* Base Container */
#nb-forest-sec1 .nb-forest-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  position: relative !important;
}

/* Animations State Machine */
#nb-forest-sec1 .anim-in {
  opacity: 0 !important;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
  will-change: opacity, transform !important;
}

#nb-forest-sec1 .anim-in.slide-up {
  transform: translateY(32px) !important;
}

#nb-forest-sec1 .anim-in.slide-down {
  transform: translateY(-20px) !important;
}

#nb-forest-sec1 .anim-in.animated {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/* SVG Helpers */
#nb-forest-sec1 .nb-forest-svg {
  display: inline-block !important;
  vertical-align: middle !important;
  flex-shrink: 0 !important;
}

/* --------------------------------------------------------------------------
   PART A: HERO SECTION
   -------------------------------------------------------------------------- */
#nb-forest-sec1 .nb-forest-hero {
  position: relative !important;
  padding-top: 56px !important;
  padding-bottom: 96px !important;
  background: linear-gradient(180deg, #152A1E 0%, #1D3B2B 65%, #244634 100%) !important;
  color: #FFFFFF !important;
  overflow: hidden !important;
}

#nb-forest-sec1 .nb-forest-hero-bg {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

#nb-forest-sec1 .nb-forest-hero-mist {
  position: absolute !important;
  top: -20% !important;
  right: -10% !important;
  width: 600px !important;
  height: 600px !important;
  background: radial-gradient(circle, rgba(135, 154, 137, 0.18) 0%, rgba(21, 42, 30, 0) 70%) !important;
  filter: blur(60px) !important;
}

#nb-forest-sec1 .nb-forest-hero-glow {
  position: absolute !important;
  bottom: -15% !important;
  left: 10% !important;
  width: 500px !important;
  height: 500px !important;
  background: radial-gradient(circle, rgba(74, 107, 83, 0.22) 0%, rgba(21, 42, 30, 0) 75%) !important;
  filter: blur(50px) !important;
}

#nb-forest-sec1 .nb-forest-hero-container {
  position: relative !important;
  z-index: 2 !important;
  text-align: center !important;
  max-width: 920px !important;
}

/* Breadcrumbs */
#nb-forest-sec1 .nb-forest-hero-breadcrumbs {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-bottom: 24px !important;
  font-size: 13px !important;
  letter-spacing: 0.04em !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

#nb-forest-sec1 .nb-forest-crumb-link {
  color: rgba(255, 255, 255, 0.78) !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

#nb-forest-sec1 .nb-forest-crumb-link:hover {
  color: #B4E1BE !important;
}

#nb-forest-sec1 .nb-forest-crumb-sep {
  opacity: 0.4 !important;
}

#nb-forest-sec1 .nb-forest-crumb-current {
  color: #A9DAB4 !important;
  font-weight: 500 !important;
}

/* Eyebrow Pill */
#nb-forest-sec1 .nb-forest-eyebrow-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 6px 16px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
  color: #D3EBD7 !important;
  margin-bottom: 22px !important;
  text-transform: uppercase !important;
  backdrop-filter: blur(8px) !important;
}

#nb-forest-sec1 .nb-forest-eyebrow-pill.nb-forest-pill-forest {
  background: rgba(45, 90, 67, 0.1) !important;
  border: 1px solid rgba(45, 90, 67, 0.25) !important;
  color: #244634 !important;
}

/* Hero Title */
#nb-forest-sec1 .nb-forest-hero-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 54px !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  color: #FFFFFF !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 24px !important;
}

#nb-forest-sec1 .nb-forest-serif-italic {
  font-style: italic !important;
  font-weight: 400 !important;
  color: #D5EFE0 !important;
}

/* Hero Lead */
#nb-forest-sec1 .nb-forest-hero-lead {
  font-size: 18px !important;
  line-height: 1.65 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  margin-bottom: 32px !important;
  font-weight: 350 !important;
  max-width: 820px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#nb-forest-sec1 .nb-forest-hero-lead strong {
  font-weight: 600 !important;
  color: #FFFFFF !important;
}

/* Bio Strip */
#nb-forest-sec1 .nb-forest-hero-bio-strip {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 12px !important;
  margin-bottom: 38px !important;
}

#nb-forest-sec1 .nb-forest-bio-tag {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 6px 14px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 20px !important;
  font-size: 12px !important;
  color: #E2ECE4 !important;
}

#nb-forest-sec1 .nb-forest-bio-dot {
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background-color: #6CD48E !important;
}

/* Hero Action Buttons */
#nb-forest-sec1 .nb-forest-hero-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
}

#nb-forest-sec1 .nb-forest-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 14px 28px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
  cursor: pointer !important;
}

#nb-forest-sec1 .nb-forest-btn-primary {
  background-color: #407759 !important;
  color: #FFFFFF !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2) !important;
}

#nb-forest-sec1 .nb-forest-btn-primary:hover {
  background-color: #518D6C !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3) !important;
}

#nb-forest-sec1 .nb-forest-btn-ghost {
  background-color: transparent !important;
  color: #FFFFFF !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
}

#nb-forest-sec1 .nb-forest-btn-ghost:hover {
  background-color: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
}

/* --------------------------------------------------------------------------
   PART B: NOT A HIKE. NOT A WORKOUT.
   -------------------------------------------------------------------------- */
#nb-forest-sec1 .nb-forest-paradigm-sec {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
  background-color: #FFFFFF !important;
  border-bottom: 1px solid #E4E8E1 !important;
}

#nb-forest-sec1 .nb-forest-sec-header {
  text-align: center !important;
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 48px !important;
}

#nb-forest-sec1 .nb-forest-sub-eyebrow {
  display: block !important;
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 11px !important;
  letter-spacing: 0.12em !important;
  color: #5C7764 !important;
  margin-bottom: 12px !important;
  text-transform: uppercase !important;
}

#nb-forest-sec1 .nb-forest-sec-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 38px !important;
  font-weight: 600 !important;
  color: #1A241C !important;
  line-height: 1.25 !important;
  margin-bottom: 16px !important;
}

#nb-forest-sec1 .nb-forest-sec-desc {
  font-size: 16px !important;
  line-height: 1.65 !important;
  color: #556257 !important;
  font-weight: 350 !important;
}

#nb-forest-sec1 .nb-forest-contrast-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 28px !important;
  max-width: 1040px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#nb-forest-sec1 .nb-forest-contrast-card {
  padding: 36px 32px !important;
  border-radius: 20px !important;
  transition: all 0.3s ease !important;
}

#nb-forest-sec1 .nb-forest-hike-card {
  background-color: #F8F9F7 !important;
  border: 1px solid #E5E9E2 !important;
}

#nb-forest-sec1 .nb-forest-shinrin-card {
  background-color: #F0F6F2 !important;
  border: 1px solid #CFDEC9 !important;
  box-shadow: 0 10px 30px rgba(33, 64, 46, 0.06) !important;
}

#nb-forest-sec1 .nb-forest-card-head {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  margin-bottom: 24px !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}

#nb-forest-sec1 .nb-forest-card-icon-wrap {
  width: 48px !important;
  height: 48px !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#nb-forest-sec1 .nb-forest-icon-muted {
  background-color: #E8EBE6 !important;
  color: #6C7A70 !important;
}

#nb-forest-sec1 .nb-forest-icon-pine {
  background-color: #2D5A43 !important;
  color: #FFFFFF !important;
}

#nb-forest-sec1 .nb-forest-card-label {
  display: block !important;
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
  color: #6B7B70 !important;
  margin-bottom: 4px !important;
  text-transform: uppercase !important;
}

#nb-forest-sec1 .nb-forest-card-heading {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #1A241C !important;
}

#nb-forest-sec1 .nb-forest-card-list {
  list-style: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

#nb-forest-sec1 .nb-forest-card-list li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  font-size: 14.5px !important;
  line-height: 1.6 !important;
  color: #3F4D42 !important;
}

#nb-forest-sec1 .nb-icon-cross {
  color: #9AA69E !important;
  margin-top: 3px !important;
}

#nb-forest-sec1 .nb-icon-check {
  color: #2D5A43 !important;
  margin-top: 3px !important;
}

/* --------------------------------------------------------------------------
   PART C: THE FOREST, AT HUMAN SPEED (VERTICAL WANDERING PATH)
   -------------------------------------------------------------------------- */
#nb-forest-sec1 .nb-forest-path-sec {
  padding-top: 84px !important;
  padding-bottom: 96px !important;
  background-color: #F4F6F2 !important;
  position: relative !important;
}

#nb-forest-sec1 .nb-forest-trail-wrap {
  position: relative !important;
  max-width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* Center Trail Line SVG */
#nb-forest-sec1 .nb-forest-trail-line {
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 100px !important;
  height: 100% !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

#nb-forest-sec1 .nb-forest-trail-svg {
  width: 100% !important;
  height: 100% !important;
}

#nb-forest-sec1 .nb-forest-waypoints-list {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 40px !important;
}

/* Individual Waypoints */
#nb-forest-sec1 .nb-forest-waypoint {
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  width: 100% !important;
}

#nb-forest-sec1 .nb-waypoint-left {
  justify-content: flex-start !important;
}

#nb-forest-sec1 .nb-waypoint-right {
  justify-content: flex-end !important;
}

/* Waypoint Card Container */
#nb-forest-sec1 .nb-waypoint-card {
  width: 44% !important;
  background-color: #FFFFFF !important;
  border: 1px solid #DCE3D8 !important;
  border-radius: 18px !important;
  padding: 28px 24px !important;
  box-shadow: 0 4px 18px rgba(28, 48, 35, 0.05) !important;
  transition: all 0.3s ease !important;
  position: relative !important;
}

#nb-forest-sec1 .nb-waypoint-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 30px rgba(28, 48, 35, 0.1) !important;
  border-color: #B5C9BC !important;
}

/* Center Pin Point */
#nb-forest-sec1 .nb-waypoint-pin {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  background-color: #FFFFFF !important;
  border: 2px solid #2D5A43 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12) !important;
  z-index: 3 !important;
  transition: transform 0.25s ease !important;
}

#nb-forest-sec1 .nb-forest-waypoint:hover .nb-waypoint-pin {
  transform: translate(-50%, -50%) scale(1.15) !important;
  background-color: #2D5A43 !important;
}

#nb-forest-sec1 .nb-pin-dot {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background-color: #2D5A43 !important;
  transition: background-color 0.2s ease !important;
}

#nb-forest-sec1 .nb-forest-waypoint:hover .nb-pin-dot {
  background-color: #FFFFFF !important;
}

/* Card Content Details */
#nb-forest-sec1 .nb-waypoint-meta {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-bottom: 12px !important;
}

#nb-forest-sec1 .nb-waypoint-num {
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #2D5A43 !important;
  background-color: #EBF3ED !important;
  padding: 3px 8px !important;
  border-radius: 6px !important;
}

#nb-forest-sec1 .nb-waypoint-badge {
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 10px !important;
  letter-spacing: 0.1em !important;
  color: #6C7D71 !important;
  text-transform: uppercase !important;
}

#nb-forest-sec1 .nb-waypoint-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #1A241C !important;
  margin-bottom: 10px !important;
}

#nb-forest-sec1 .nb-waypoint-body {
  font-size: 14px !important;
  line-height: 1.65 !important;
  color: #49574D !important;
  margin-bottom: 16px !important;
}

#nb-forest-sec1 .nb-waypoint-practice {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 14px !important;
  border-radius: 10px !important;
  background-color: #F6F8F5 !important;
  border: 1px solid #E5EBE2 !important;
  font-size: 12px !important;
  color: #375340 !important;
  font-weight: 500 !important;
}

#nb-forest-sec1 .nb-waypoint-practice svg {
  color: #2D5A43 !important;
}

/* --------------------------------------------------------------------------
   RESPONSIVE BREAKPOINTS
   -------------------------------------------------------------------------- */
@media (max-width: 900px) {
  #nb-forest-sec1 .nb-forest-hero-title {
    font-size: 40px !important;
  }

  #nb-forest-sec1 .nb-forest-contrast-grid {
    grid-template-columns: 1fr !important;
  }

  /* Switch Wandering Path to Left-Aligned Timeline on Tablets/Mobile */
  #nb-forest-sec1 .nb-forest-trail-line {
    left: 20px !important;
    transform: none !important;
  }

  #nb-forest-sec1 .nb-forest-waypoint {
    justify-content: flex-start !important;
    padding-left: 54px !important;
  }

  #nb-forest-sec1 .nb-waypoint-card {
    width: 100% !important;
  }

  #nb-forest-sec1 .nb-waypoint-pin {
    left: 20px !important;
    transform: translateY(-50%) !important;
  }

  #nb-forest-sec1 .nb-forest-waypoint:hover .nb-waypoint-pin {
    transform: translateY(-50%) scale(1.15) !important;
  }
}

@media (max-width: 600px) {
  #nb-forest-sec1 .nb-forest-hero {
    padding-top: 40px !important;
    padding-bottom: 64px !important;
  }

  #nb-forest-sec1 .nb-forest-hero-title {
    font-size: 32px !important;
  }

  #nb-forest-sec1 .nb-forest-hero-lead {
    font-size: 16px !important;
  }

  #nb-forest-sec1 .nb-forest-sec-title {
    font-size: 28px !important;
  }

  #nb-forest-sec1 .nb-forest-contrast-card {
    padding: 24px 20px !important;
  }

  #nb-forest-sec1 .nb-waypoint-card {
    padding: 20px 16px !important;
  }

  #nb-forest-sec1 .nb-forest-btn {
    width: 100% !important;
  }
}
 
/* ==========================================================================
   Nails Blaze Nature Wellness - Forest Bathing: Section 2 CSS
   Scoped to #nb-forest-sec2 with RenderBox CMS Compliance
   ========================================================================== */

#nb-forest-sec2,
#nb-forest-sec2 * {
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-font-smoothing: antialiased !important;
}

#nb-forest-sec2 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, sans-serif !important;
  background-color: #FAFBF9 !important;
  color: #1A241C !important;
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
}

/* Base Container */
#nb-forest-sec2 .nb-forest-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  position: relative !important;
}

/* Animation Utilities */
#nb-forest-sec2 .anim-in {
  opacity: 0 !important;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
  will-change: opacity, transform !important;
}

#nb-forest-sec2 .anim-in.slide-up {
  transform: translateY(30px) !important;
}

#nb-forest-sec2 .anim-in.animated {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/* SVG Helpers */
#nb-forest-sec2 .nb-forest-svg {
  display: inline-block !important;
  vertical-align: middle !important;
  flex-shrink: 0 !important;
}

/* Header standard */
#nb-forest-sec2 .nb-forest-sec-header {
  text-align: center !important;
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 44px !important;
}

#nb-forest-sec2 .nb-forest-eyebrow-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 6px 16px !important;
  border-radius: 999px !important;
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
  margin-bottom: 18px !important;
  text-transform: uppercase !important;
}

#nb-forest-sec2 .nb-forest-eyebrow-pill.nb-forest-pill-forest {
  background: rgba(45, 90, 67, 0.1) !important;
  border: 1px solid rgba(45, 90, 67, 0.25) !important;
  color: #244634 !important;
}

#nb-forest-sec2 .nb-forest-sub-eyebrow {
  display: block !important;
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 11px !important;
  letter-spacing: 0.12em !important;
  color: #5C7764 !important;
  margin-bottom: 12px !important;
  text-transform: uppercase !important;
}

#nb-forest-sec2 .nb-forest-sec-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 38px !important;
  font-weight: 600 !important;
  color: #1A241C !important;
  line-height: 1.25 !important;
  margin-bottom: 16px !important;
}

#nb-forest-sec2 .nb-forest-sec-desc {
  font-size: 16px !important;
  line-height: 1.65 !important;
  color: #556257 !important;
  font-weight: 350 !important;
}

/* --------------------------------------------------------------------------
   PART A: FIVE SENSES INTERFACE
   -------------------------------------------------------------------------- */
#nb-forest-sec2 .nb-forest-senses-sec {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
  background-color: #FFFFFF !important;
  border-bottom: 1px solid #E8EBE4 !important;
}

#nb-forest-sec2 .nb-forest-senses-interface {
  max-width: 960px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background-color: #F8FAF7 !important;
  border: 1px solid #DCE4D8 !important;
  border-radius: 24px !important;
  padding: 16px !important;
  box-shadow: 0 10px 30px rgba(28, 48, 35, 0.05) !important;
}

/* Tab buttons */
#nb-forest-sec2 .nb-forest-sense-tabs {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  background-color: #EBF1EA !important;
  border-radius: 16px !important;
  padding: 6px !important;
  margin-bottom: 24px !important;
  overflow-x: auto !important;
}

#nb-forest-sec2 .nb-forest-sense-tab {
  flex: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 12px 18px !important;
  border-radius: 12px !important;
  border: none !important;
  background-color: transparent !important;
  color: #4D5E52 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
  white-space: nowrap !important;
}

#nb-forest-sec2 .nb-forest-sense-tab:hover {
  color: #1A241C !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
}

#nb-forest-sec2 .nb-forest-sense-tab.active {
  background-color: #2D5A43 !important;
  color: #FFFFFF !important;
  box-shadow: 0 4px 12px rgba(45, 90, 67, 0.22) !important;
}

/* Sensory Stage Card */
#nb-forest-sec2 .nb-forest-sense-stage {
  min-height: 280px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

#nb-forest-sec2 .nb-sense-card-content {
  display: grid !important;
  grid-template-columns: 1fr 1.3fr !important;
  gap: 32px !important;
  align-items: center !important;
  padding: 16px 20px 20px 20px !important;
}

#nb-forest-sec2 .nb-sense-visual-box {
  background: linear-gradient(135deg, #1D3B2B 0%, #2A543E 100%) !important;
  border-radius: 18px !important;
  padding: 32px 24px !important;
  color: #FFFFFF !important;
  position: relative !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  min-height: 240px !important;
}

#nb-forest-sec2 .nb-sense-visual-badge {
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 11px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #B2DDC0 !important;
}

#nb-forest-sec2 .nb-sense-visual-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  color: #FFFFFF !important;
  margin-top: 12px !important;
  margin-bottom: 8px !important;
}

#nb-forest-sec2 .nb-sense-visual-quote {
  font-size: 13.5px !important;
  line-height: 1.55 !important;
  color: rgba(255, 255, 255, 0.85) !important;
  font-style: italic !important;
}

#nb-forest-sec2 .nb-sense-details-box {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}

#nb-forest-sec2 .nb-sense-field-invitation {
  background-color: #FFFFFF !important;
  border: 1px solid #D6E0D2 !important;
  border-radius: 16px !important;
  padding: 22px !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03) !important;
}

#nb-forest-sec2 .nb-invitation-label {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  color: #2D5A43 !important;
  text-transform: uppercase !important;
  margin-bottom: 8px !important;
}

#nb-forest-sec2 .nb-invitation-text {
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #1A241C !important;
  font-weight: 500 !important;
}

#nb-forest-sec2 .nb-sense-micro-content {
  font-size: 14.5px !important;
  line-height: 1.65 !important;
  color: #4D5C50 !important;
}

/* --------------------------------------------------------------------------
   PART B: SIX CANADIAN FOREST BIOMES
   -------------------------------------------------------------------------- */
#nb-forest-sec2 .nb-forest-biomes-sec {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
  background-color: #F5F7F3 !important;
  border-bottom: 1px solid #E4EBE0 !important;
}

#nb-forest-sec2 .nb-forest-biomes-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 24px !important;
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#nb-forest-sec2 .nb-forest-biome-card {
  background-color: #FFFFFF !important;
  border: 1px solid #D9E2D5 !important;
  border-radius: 20px !important;
  padding: 28px !important;
  box-shadow: 0 4px 16px rgba(28, 48, 35, 0.04) !important;
  transition: all 0.3s ease !important;
}

#nb-forest-sec2 .nb-forest-biome-card:hover {
  transform: translateY(-4px) !important;
  border-color: #AEC4B2 !important;
  box-shadow: 0 10px 28px rgba(28, 48, 35, 0.08) !important;
}

#nb-forest-sec2 .nb-biome-card-top {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-bottom: 14px !important;
}

#nb-forest-sec2 .nb-biome-region {
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
  color: #6C7D71 !important;
  text-transform: uppercase !important;
}

#nb-forest-sec2 .nb-biome-pill {
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 10px !important;
  letter-spacing: 0.06em !important;
  padding: 3px 10px !important;
  border-radius: 999px !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
}

#nb-forest-sec2 .nb-pill-green {
  background-color: #EBF4EE !important;
  color: #215939 !important;
}

#nb-forest-sec2 .nb-pill-blue {
  background-color: #E8F1F7 !important;
  color: #215170 !important;
}

#nb-forest-sec2 .nb-pill-amber {
  background-color: #F8EFE0 !important;
  color: #8C5716 !important;
}

#nb-forest-sec2 .nb-pill-teal {
  background-color: #E6F3F4 !important;
  color: #196469 !important;
}

#nb-forest-sec2 .nb-pill-stone {
  background-color: #EEEFEA !important;
  color: #555E57 !important;
}

#nb-forest-sec2 .nb-pill-warm {
  background-color: #F8EFEA !important;
  color: #8A4621 !important;
}

#nb-forest-sec2 .nb-biome-name {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #1A241C !important;
  margin-bottom: 12px !important;
  line-height: 1.3 !important;
}

#nb-forest-sec2 .nb-biome-desc {
  font-size: 14px !important;
  line-height: 1.65 !important;
  color: #4B5B4E !important;
  margin-bottom: 18px !important;
}

#nb-forest-sec2 .nb-biome-flora {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

#nb-forest-sec2 .nb-flora-tag {
  font-size: 11.5px !important;
  color: #375340 !important;
  background-color: #F2F7F3 !important;
  padding: 4px 10px !important;
  border-radius: 6px !important;
  border: 1px solid #DFE8E0 !important;
}

/* --------------------------------------------------------------------------
   PART C: FIND YOUR FOREST MOOD (SIGNATURE INTERACTIVE)
   -------------------------------------------------------------------------- */
#nb-forest-sec2 .nb-forest-mood-sec {
  padding-top: 84px !important;
  padding-bottom: 96px !important;
  background-color: #FFFFFF !important;
}

#nb-forest-sec2 .nb-forest-mood-chips {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 12px !important;
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 36px !important;
}

#nb-forest-sec2 .nb-forest-mood-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 10px 18px !important;
  border-radius: 999px !important;
  border: 1px solid #D5E0D2 !important;
  background-color: #F8FAF7 !important;
  color: #314235 !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
}

#nb-forest-sec2 .nb-forest-mood-btn:hover {
  background-color: #EDF3EC !important;
  border-color: #B4CCB8 !important;
  transform: translateY(-2px) !important;
}

#nb-forest-sec2 .nb-forest-mood-btn.active {
  background-color: #2D5A43 !important;
  color: #FFFFFF !important;
  border-color: #2D5A43 !important;
  box-shadow: 0 4px 14px rgba(45, 90, 67, 0.25) !important;
}

#nb-forest-sec2 .nb-mood-icon {
  font-size: 15px !important;
}

/* Mood Display Showcase */
#nb-forest-sec2 .nb-forest-mood-result {
  max-width: 920px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background: linear-gradient(180deg, #F9FAF7 0%, #F1F6F0 100%) !important;
  border: 1px solid #D3E0CE !important;
  border-radius: 24px !important;
  padding: 36px 32px !important;
  box-shadow: 0 8px 24px rgba(28, 48, 35, 0.06) !important;
  transition: all 0.35s ease !important;
}

#nb-forest-sec2 .nb-mood-result-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 32px !important;
  align-items: center !important;
}

#nb-forest-sec2 .nb-mood-result-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #1A241C !important;
  margin-bottom: 12px !important;
}

#nb-forest-sec2 .nb-mood-result-desc {
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: #495A4C !important;
  margin-bottom: 20px !important;
}

#nb-forest-sec2 .nb-mood-result-action {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 11px 22px !important;
  border-radius: 999px !important;
  background-color: #2D5A43 !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  transition: all 0.25s ease !important;
}

#nb-forest-sec2 .nb-mood-result-action:hover {
  background-color: #3B7256 !important;
  transform: translateY(-2px) !important;
}

#nb-forest-sec2 .nb-mood-matched-box {
  background-color: #FFFFFF !important;
  border: 1px solid #DCE5D8 !important;
  border-radius: 16px !important;
  padding: 24px !important;
}

#nb-forest-sec2 .nb-matched-header {
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
  color: #637768 !important;
  text-transform: uppercase !important;
  margin-bottom: 14px !important;
}

#nb-forest-sec2 .nb-matched-spots-list {
  list-style: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

#nb-forest-sec2 .nb-matched-spots-list li {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 14px !important;
  color: #243527 !important;
  font-weight: 500 !important;
}

#nb-forest-sec2 .nb-matched-spots-list li svg {
  color: #2D5A43 !important;
}

/* --------------------------------------------------------------------------
   RESPONSIVE BREAKPOINTS
   -------------------------------------------------------------------------- */
@media (max-width: 900px) {
  #nb-forest-sec2 .nb-sense-card-content {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  #nb-forest-sec2 .nb-forest-biomes-grid {
    grid-template-columns: 1fr !important;
  }

  #nb-forest-sec2 .nb-mood-result-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

@media (max-width: 600px) {
  #nb-forest-sec2 .nb-forest-sec-title {
    font-size: 28px !important;
  }

  #nb-forest-sec2 .nb-forest-sense-tab {
    padding: 10px 12px !important;
    font-size: 12.5px !important;
  }

  #nb-forest-sec2 .nb-forest-mood-result {
    padding: 24px 18px !important;
  }
}
 
/* ==========================================================================
   Nails Blaze Nature Wellness - Forest Bathing: Section 3 CSS
   Scoped to #nb-forest-sec3 with RenderBox CMS Compliance
   ========================================================================== */

#nb-forest-sec3,
#nb-forest-sec3 * {
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-font-smoothing: antialiased !important;
}

#nb-forest-sec3 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, sans-serif !important;
  background-color: #F8FAF7 !important;
  color: #1A241C !important;
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
}

/* Base Container */
#nb-forest-sec3 .nb-forest-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  position: relative !important;
}

/* Animation Utilities */
#nb-forest-sec3 .anim-in {
  opacity: 0 !important;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
  will-change: opacity, transform !important;
}

#nb-forest-sec3 .anim-in.slide-up {
  transform: translateY(30px) !important;
}

#nb-forest-sec3 .anim-in.animated {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/* SVG Helpers */
#nb-forest-sec3 .nb-forest-svg {
  display: inline-block !important;
  vertical-align: middle !important;
  flex-shrink: 0 !important;
}

/* Header Standard */
#nb-forest-sec3 .nb-forest-sec-header {
  text-align: center !important;
  max-width: 780px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 44px !important;
}

#nb-forest-sec3 .nb-forest-eyebrow-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 6px 16px !important;
  border-radius: 999px !important;
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
  margin-bottom: 18px !important;
  text-transform: uppercase !important;
}

#nb-forest-sec3 .nb-forest-eyebrow-pill.nb-forest-pill-forest {
  background: rgba(45, 90, 67, 0.1) !important;
  border: 1px solid rgba(45, 90, 67, 0.25) !important;
  color: #244634 !important;
}

#nb-forest-sec3 .nb-forest-sec-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 38px !important;
  font-weight: 600 !important;
  color: #1A241C !important;
  line-height: 1.25 !important;
  margin-bottom: 16px !important;
}

#nb-forest-sec3 .nb-forest-sec-desc {
  font-size: 16px !important;
  line-height: 1.65 !important;
  color: #556257 !important;
  font-weight: 350 !important;
  margin-bottom: 12px !important;
}

#nb-forest-sec3 .nb-forest-caveat-notice {
  font-size: 13.5px !important;
  line-height: 1.6 !important;
  color: #6C7D71 !important;
  background-color: #EDF3EC !important;
  padding: 10px 18px !important;
  border-radius: 12px !important;
  border: 1px solid #D5E2D4 !important;
  display: inline-block !important;
}

/* --------------------------------------------------------------------------
   PART A: EDITORIAL NOTEBOOK (45-MINUTE CADENCE)
   -------------------------------------------------------------------------- */
#nb-forest-sec3 .nb-forest-notebook-sec {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
  background-color: #FFFFFF !important;
  border-bottom: 1px solid #E8EDE6 !important;
}

#nb-forest-sec3 .nb-forest-notebook-card {
  max-width: 960px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background: #FCFDFB !important;
  border: 1px solid #DCE5D8 !important;
  border-radius: 20px !important;
  box-shadow: 0 8px 30px rgba(28, 48, 35, 0.05), inset 0 0 40px rgba(240, 244, 238, 0.5) !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 38px 32px 32px 42px !important;
}

#nb-forest-sec3 .nb-notebook-margin-line {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 28px !important;
  width: 2px !important;
  background-color: rgba(214, 110, 110, 0.28) !important;
  pointer-events: none !important;
}

#nb-forest-sec3 .nb-notebook-inner {
  position: relative !important;
  z-index: 2 !important;
}

#nb-forest-sec3 .nb-notebook-header {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  padding-bottom: 24px !important;
  margin-bottom: 30px !important;
  border-bottom: 1px solid #E4EBE0 !important;
}

#nb-forest-sec3 .nb-notebook-pretitle {
  display: block !important;
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 11px !important;
  letter-spacing: 0.1em !important;
  color: #6A7E6F !important;
  margin-bottom: 6px !important;
}

#nb-forest-sec3 .nb-notebook-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 30px !important;
  font-weight: 600 !important;
  color: #1A241C !important;
}

#nb-forest-sec3 .nb-notebook-badge {
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 11px !important;
  letter-spacing: 0.06em !important;
  padding: 6px 14px !important;
  border-radius: 8px !important;
  background-color: #EBF4EE !important;
  color: #2D5A43 !important;
  border: 1px solid #CFE2D4 !important;
  font-weight: 600 !important;
}

/* Steps Grid */
#nb-forest-sec3 .nb-notebook-steps-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
  margin-bottom: 28px !important;
}

#nb-forest-sec3 .nb-step-item {
  background-color: #FFFFFF !important;
  border: 1px solid #DFE6DC !important;
  border-radius: 14px !important;
  padding: 20px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  transition: transform 0.25s ease !important;
}

#nb-forest-sec3 .nb-step-item:hover {
  transform: translateY(-3px) !important;
  border-color: #B5C9BA !important;
}

#nb-forest-sec3 .nb-step-time {
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #2D5A43 !important;
  background-color: #EDF5EF !important;
  padding: 3px 8px !important;
  border-radius: 6px !important;
  align-self: flex-start !important;
}

#nb-forest-sec3 .nb-step-name {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #1A241C !important;
}

#nb-forest-sec3 .nb-step-instruction {
  font-size: 13px !important;
  line-height: 1.55 !important;
  color: #4B5B4E !important;
}

#nb-forest-sec3 .nb-notebook-footer {
  text-align: center !important;
  padding-top: 18px !important;
  border-top: 1px dashed #D2DCD0 !important;
}

#nb-forest-sec3 .nb-notebook-motto {
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 12px !important;
  letter-spacing: 0.08em !important;
  color: #4D6453 !important;
  font-weight: 600 !important;
}

/* --------------------------------------------------------------------------
   PART B: FILTERABLE PLACES EXPLORER
   -------------------------------------------------------------------------- */
#nb-forest-sec3 .nb-forest-places-sec {
  padding-top: 84px !important;
  padding-bottom: 96px !important;
  background-color: #F5F7F3 !important;
}

/* Filter Toolbar */
#nb-forest-sec3 .nb-forest-filter-toolbar {
  background-color: #FFFFFF !important;
  border: 1px solid #D9E3D6 !important;
  border-radius: 20px !important;
  padding: 24px !important;
  margin-bottom: 36px !important;
  box-shadow: 0 4px 18px rgba(28, 48, 35, 0.04) !important;
}

#nb-forest-sec3 .nb-filter-search-box {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  margin-bottom: 20px !important;
}

#nb-forest-sec3 .nb-filter-search-box svg {
  position: absolute !important;
  left: 16px !important;
  color: #6C7D71 !important;
  pointer-events: none !important;
}

#nb-forest-sec3 #nb-places-search-input {
  width: 100% !important;
  padding: 13px 44px 13px 44px !important;
  border: 1px solid #CFDCD0 !important;
  border-radius: 12px !important;
  background-color: #F8FAF7 !important;
  font-size: 14px !important;
  color: #1A241C !important;
  outline: none !important;
  transition: all 0.2s ease !important;
}

#nb-forest-sec3 #nb-places-search-input:focus {
  border-color: #2D5A43 !important;
  background-color: #FFFFFF !important;
  box-shadow: 0 0 0 3px rgba(45, 90, 67, 0.12) !important;
}

#nb-forest-sec3 .nb-search-clear {
  position: absolute !important;
  right: 14px !important;
  background: none !important;
  border: none !important;
  color: #8B9A8F !important;
  cursor: pointer !important;
  font-size: 14px !important;
  padding: 4px !important;
  display: none !important;
}

#nb-forest-sec3 .nb-filter-dropdowns-row {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px !important;
  margin-bottom: 18px !important;
}

#nb-forest-sec3 .nb-filter-select-wrap {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
}

#nb-forest-sec3 .nb-filter-select-wrap label {
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
  color: #5C7261 !important;
  font-weight: 600 !important;
}

#nb-forest-sec3 .nb-filter-select-wrap select {
  width: 100% !important;
  padding: 11px 14px !important;
  border-radius: 10px !important;
  border: 1px solid #D0DCD0 !important;
  background-color: #F8FAF7 !important;
  color: #243527 !important;
  font-size: 13.5px !important;
  outline: none !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

#nb-forest-sec3 .nb-filter-select-wrap select:focus {
  border-color: #2D5A43 !important;
  background-color: #FFFFFF !important;
}

#nb-forest-sec3 .nb-filter-status-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding-top: 14px !important;
  border-top: 1px solid #EBF1EA !important;
}

#nb-forest-sec3 .nb-filter-count {
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 12.5px !important;
  color: #375340 !important;
  font-weight: 500 !important;
}

#nb-forest-sec3 .nb-reset-btn {
  background: none !important;
  border: none !important;
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 12px !important;
  color: #6C7D71 !important;
  text-decoration: underline !important;
  cursor: pointer !important;
  transition: color 0.2s ease !important;
}

#nb-forest-sec3 .nb-reset-btn:hover {
  color: #2D5A43 !important;
}

/* Places Grid */
#nb-forest-sec3 .nb-forest-places-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 22px !important;
}

/* Field Record Tag Card */
#nb-forest-sec3 .nb-place-card {
  background-color: #FFFFFF !important;
  border: 1px solid #D8E2D5 !important;
  border-radius: 18px !important;
  padding: 26px !important;
  box-shadow: 0 4px 16px rgba(28, 48, 35, 0.04) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  transition: all 0.3s ease !important;
}

#nb-forest-sec3 .nb-place-card:hover {
  transform: translateY(-3px) !important;
  border-color: #A9C2AD !important;
  box-shadow: 0 8px 24px rgba(28, 48, 35, 0.08) !important;
}

#nb-forest-sec3 .nb-place-header {
  margin-bottom: 12px !important;
}

#nb-forest-sec3 .nb-place-location {
  display: block !important;
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
  color: #637768 !important;
  text-transform: uppercase !important;
  margin-bottom: 4px !important;
}

#nb-forest-sec3 .nb-place-name {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 21px !important;
  font-weight: 600 !important;
  color: #1A241C !important;
  line-height: 1.3 !important;
}

#nb-forest-sec3 .nb-place-tags-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin-bottom: 14px !important;
}

#nb-forest-sec3 .nb-place-tag-pill {
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 10px !important;
  letter-spacing: 0.06em !important;
  color: #2D5A43 !important;
  background-color: #EBF4EE !important;
  padding: 3px 8px !important;
  border-radius: 6px !important;
  border: 1px solid #D2E5D7 !important;
  text-transform: uppercase !important;
}

#nb-forest-sec3 .nb-place-summary {
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: #495A4D !important;
  margin-bottom: 18px !important;
}

#nb-forest-sec3 .nb-open-field-note-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 9px 16px !important;
  border-radius: 999px !important;
  background-color: #F2F6F3 !important;
  border: 1px solid #D2E0D4 !important;
  color: #244634 !important;
  font-size: 12.5px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  align-self: flex-start !important;
  transition: all 0.25s ease !important;
}

#nb-forest-sec3 .nb-open-field-note-btn:hover {
  background-color: #2D5A43 !important;
  color: #FFFFFF !important;
  border-color: #2D5A43 !important;
}

/* Expanded Field Note Drawer */
#nb-forest-sec3 .nb-field-note-drawer {
  display: none;
  margin-top: 18px !important;
  padding-top: 18px !important;
  border-top: 1px solid #E8EFE6 !important;
  animation: fadeIn 0.3s ease forwards !important;
}

#nb-forest-sec3 .nb-field-note-drawer.open {
  display: block !important;
}

#nb-forest-sec3 .nb-drawer-section {
  margin-bottom: 14px !important;
}

#nb-forest-sec3 .nb-drawer-label {
  display: block !important;
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 10px !important;
  letter-spacing: 0.08em !important;
  color: #6C7D71 !important;
  text-transform: uppercase !important;
  margin-bottom: 4px !important;
}

#nb-forest-sec3 .nb-drawer-text {
  font-size: 13px !important;
  line-height: 1.55 !important;
  color: #38493D !important;
}

/* --------------------------------------------------------------------------
   RESPONSIVE BREAKPOINTS
   -------------------------------------------------------------------------- */
@media (max-width: 900px) {
  #nb-forest-sec3 .nb-notebook-steps-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  #nb-forest-sec3 .nb-filter-dropdowns-row {
    grid-template-columns: 1fr !important;
  }

  #nb-forest-sec3 .nb-forest-places-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 600px) {
  #nb-forest-sec3 .nb-notebook-steps-grid {
    grid-template-columns: 1fr !important;
  }

  #nb-forest-sec3 .nb-forest-notebook-card {
    padding: 24px 16px 20px 24px !important;
  }

  #nb-forest-sec3 .nb-forest-sec-title {
    font-size: 28px !important;
  }
}
 
/* ==========================================================================
   Nails Blaze Nature Wellness - Forest Bathing: Section 4 CSS
   Scoped to #nb-forest-sec4 with RenderBox CMS Compliance
   ========================================================================== */

#nb-forest-sec4,
#nb-forest-sec4 * {
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-font-smoothing: antialiased !important;
}

#nb-forest-sec4 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, sans-serif !important;
  background-color: #FFFFFF !important;
  color: #1A241C !important;
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
}

/* Base Container */
#nb-forest-sec4 .nb-forest-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  position: relative !important;
}

/* Animation Utilities */
#nb-forest-sec4 .anim-in {
  opacity: 0 !important;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
  will-change: opacity, transform !important;
}

#nb-forest-sec4 .anim-in.slide-up {
  transform: translateY(30px) !important;
}

#nb-forest-sec4 .anim-in.animated {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/* SVG Helpers */
#nb-forest-sec4 .nb-forest-svg {
  display: inline-block !important;
  vertical-align: middle !important;
  flex-shrink: 0 !important;
}

/* Header Standard */
#nb-forest-sec4 .nb-forest-sec-header {
  text-align: center !important;
  max-width: 780px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 44px !important;
}

#nb-forest-sec4 .nb-forest-eyebrow-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 6px 16px !important;
  border-radius: 999px !important;
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
  margin-bottom: 18px !important;
  text-transform: uppercase !important;
}

#nb-forest-sec4 .nb-forest-eyebrow-pill.nb-forest-pill-forest {
  background: rgba(45, 90, 67, 0.1) !important;
  border: 1px solid rgba(45, 90, 67, 0.25) !important;
  color: #244634 !important;
}

#nb-forest-sec4 .nb-forest-sec-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 38px !important;
  font-weight: 600 !important;
  color: #1A241C !important;
  line-height: 1.25 !important;
  margin-bottom: 16px !important;
}

#nb-forest-sec4 .nb-forest-sec-desc {
  font-size: 16px !important;
  line-height: 1.65 !important;
  color: #556257 !important;
  font-weight: 350 !important;
}

/* --------------------------------------------------------------------------
   1. GUIDED VS SELF-GUIDED
   -------------------------------------------------------------------------- */
#nb-forest-sec4 .nb-forest-guided-sec {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
  background-color: #F8FAF7 !important;
  border-bottom: 1px solid #E8EDE6 !important;
}

#nb-forest-sec4 .nb-guided-comparison-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 28px !important;
  margin-bottom: 40px !important;
}

#nb-forest-sec4 .nb-pathway-card {
  background-color: #FFFFFF !important;
  border: 1px solid #D8E2D5 !important;
  border-radius: 20px !important;
  padding: 34px !important;
  box-shadow: 0 4px 20px rgba(28, 48, 35, 0.04) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  transition: transform 0.3s ease, border-color 0.3s ease !important;
}

#nb-forest-sec4 .nb-pathway-card:hover {
  transform: translateY(-4px) !important;
  border-color: #2D5A43 !important;
}

#nb-forest-sec4 .nb-pathway-badge {
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 11px !important;
  letter-spacing: 0.1em !important;
  color: #2D5A43 !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
}

#nb-forest-sec4 .nb-pathway-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #1A241C !important;
  margin-bottom: 12px !important;
}

#nb-forest-sec4 .nb-pathway-lead {
  font-size: 14.5px !important;
  line-height: 1.6 !important;
  color: #556658 !important;
  margin-bottom: 24px !important;
  padding-bottom: 18px !important;
  border-bottom: 1px solid #EAF0E9 !important;
}

#nb-forest-sec4 .nb-pathway-features {
  list-style: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  margin-bottom: 28px !important;
}

#nb-forest-sec4 .nb-pathway-features li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
}

#nb-forest-sec4 .nb-pathway-features li strong {
  display: block !important;
  font-size: 14px !important;
  color: #1A241C !important;
  margin-bottom: 2px !important;
}

#nb-forest-sec4 .nb-pathway-features li span {
  font-size: 13px !important;
  color: #556658 !important;
  line-height: 1.5 !important;
}

#nb-forest-sec4 .nb-pathway-ideal {
  background-color: #F4F8F4 !important;
  border-radius: 12px !important;
  padding: 16px !important;
  border: 1px solid #D9E4DA !important;
}

#nb-forest-sec4 .nb-ideal-label {
  display: block !important;
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 10px !important;
  letter-spacing: 0.08em !important;
  color: #2D5A43 !important;
  font-weight: 700 !important;
  margin-bottom: 4px !important;
}

#nb-forest-sec4 .nb-pathway-ideal p {
  font-size: 12.5px !important;
  line-height: 1.55 !important;
  color: #374A3C !important;
}

/* Pathway Recommender */
#nb-forest-sec4 .nb-pathway-recommender-box {
  background-color: #FFFFFF !important;
  border: 1px solid #D8E2D5 !important;
  border-radius: 18px !important;
  padding: 28px !important;
  box-shadow: 0 4px 16px rgba(28, 48, 35, 0.03) !important;
  text-align: center !important;
}

#nb-forest-sec4 .nb-recommender-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #1A241C !important;
  margin-bottom: 6px !important;
}

#nb-forest-sec4 .nb-recommender-sub {
  font-size: 14px !important;
  color: #637768 !important;
  margin-bottom: 18px !important;
}

#nb-forest-sec4 .nb-recommender-pills {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 10px !important;
  margin-bottom: 22px !important;
}

#nb-forest-sec4 .nb-recommender-btn {
  padding: 10px 18px !important;
  border-radius: 999px !important;
  border: 1px solid #D2DFD2 !important;
  background-color: #F8FAF7 !important;
  color: #2A3C2F !important;
  font-size: 13px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

#nb-forest-sec4 .nb-recommender-btn:hover {
  border-color: #2D5A43 !important;
  background-color: #FFFFFF !important;
}

#nb-forest-sec4 .nb-recommender-btn.active {
  background-color: #2D5A43 !important;
  color: #FFFFFF !important;
  border-color: #2D5A43 !important;
}

#nb-forest-sec4 .nb-recommender-result-card {
  max-width: 680px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background-color: #F2F7F2 !important;
  border: 1px solid #CFE0D2 !important;
  border-radius: 12px !important;
  padding: 18px !important;
  text-align: left !important;
}

#nb-forest-sec4 .nb-rec-tag {
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
  color: #2D5A43 !important;
  font-weight: 700 !important;
  margin-bottom: 6px !important;
}

#nb-forest-sec4 .nb-rec-text {
  font-size: 13.5px !important;
  line-height: 1.6 !important;
  color: #2D4032 !important;
}

/* --------------------------------------------------------------------------
   2. RESPECTFUL FOREST IMMERSION (ETIQUETTE)
   -------------------------------------------------------------------------- */
#nb-forest-sec4 .nb-forest-etiquette-sec {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
  background-color: #FFFFFF !important;
  border-bottom: 1px solid #E8EDE6 !important;
}

#nb-forest-sec4 .nb-etiquette-tri-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
}

#nb-forest-sec4 .nb-etiquette-card {
  background-color: #F8FAF7 !important;
  border: 1px solid #D8E2D5 !important;
  border-radius: 18px !important;
  padding: 28px !important;
  transition: transform 0.25s ease !important;
}

#nb-forest-sec4 .nb-etiquette-card:hover {
  transform: translateY(-3px) !important;
  border-color: #B2CABA !important;
}

#nb-forest-sec4 .nb-etiquette-icon {
  width: 52px !important;
  height: 52px !important;
  border-radius: 12px !important;
  background-color: #EBF4EE !important;
  border: 1px solid #D2E4D6 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 18px !important;
}

#nb-forest-sec4 .nb-etiquette-card-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 21px !important;
  font-weight: 600 !important;
  color: #1A241C !important;
  margin-bottom: 12px !important;
}

#nb-forest-sec4 .nb-etiquette-card-text {
  font-size: 13.5px !important;
  line-height: 1.6 !important;
  color: #556658 !important;
  margin-bottom: 16px !important;
}

#nb-forest-sec4 .nb-etiquette-list {
  list-style: disc !important;
  padding-left: 18px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

#nb-forest-sec4 .nb-etiquette-list li {
  font-size: 13px !important;
  line-height: 1.55 !important;
  color: #374A3C !important;
}

/* --------------------------------------------------------------------------
   3. SEASONS OF SHINRIN-YOKU
   -------------------------------------------------------------------------- */
#nb-forest-sec4 .nb-forest-seasons-sec {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
  background-color: #F8FAF7 !important;
  border-bottom: 1px solid #E8EDE6 !important;
}

#nb-forest-sec4 .nb-seasons-interactive-wrap {
  max-width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#nb-forest-sec4 .nb-seasons-nav-bar {
  display: flex !important;
  justify-content: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  margin-bottom: 28px !important;
}

#nb-forest-sec4 .nb-season-tab-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 10px 20px !important;
  border-radius: 999px !important;
  border: 1px solid #D2DED2 !important;
  background-color: #FFFFFF !important;
  color: #243527 !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
}

#nb-forest-sec4 .nb-season-tab-btn:hover {
  border-color: #2D5A43 !important;
}

#nb-forest-sec4 .nb-season-tab-btn.active {
  background-color: #2D5A43 !important;
  color: #FFFFFF !important;
  border-color: #2D5A43 !important;
}

#nb-forest-sec4 .nb-season-dot {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
}

#nb-forest-sec4 .nb-season-card {
  background-color: #FFFFFF !important;
  border: 1px solid #D8E2D5 !important;
  border-radius: 20px !important;
  padding: 36px !important;
  box-shadow: 0 6px 24px rgba(28, 48, 35, 0.05) !important;
  transition: all 0.3s ease !important;
}

#nb-forest-sec4 .nb-season-head {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-bottom: 18px !important;
  padding-bottom: 18px !important;
  border-bottom: 1px solid #E8EFE6 !important;
}

#nb-forest-sec4 .nb-season-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  color: #1A241C !important;
}

#nb-forest-sec4 .nb-season-months {
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 12px !important;
  letter-spacing: 0.08em !important;
  color: #6C7D71 !important;
}

#nb-forest-sec4 .nb-season-sensory-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 18px !important;
  margin-bottom: 24px !important;
}

#nb-forest-sec4 .nb-season-sensory-item {
  background-color: #F8FAF7 !important;
  border: 1px solid #DFE7DD !important;
  border-radius: 12px !important;
  padding: 16px !important;
}

#nb-forest-sec4 .nb-season-sensory-label {
  display: block !important;
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 10px !important;
  letter-spacing: 0.08em !important;
  color: #2D5A43 !important;
  font-weight: 700 !important;
  margin-bottom: 4px !important;
}

#nb-forest-sec4 .nb-season-sensory-val {
  font-size: 13px !important;
  line-height: 1.5 !important;
  color: #2E3E32 !important;
}

#nb-forest-sec4 .nb-season-invitation-box {
  background-color: #F1F6F2 !important;
  border: 1px solid #D2E2D5 !important;
  border-radius: 12px !important;
  padding: 18px !important;
}

#nb-forest-sec4 .nb-season-invitation-title {
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
  color: #244634 !important;
  font-weight: 700 !important;
  margin-bottom: 6px !important;
}

#nb-forest-sec4 .nb-season-invitation-text {
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: #1A241C !important;
  font-style: italic !important;
}

/* --------------------------------------------------------------------------
   4. FREQUENTLY ASKED QUESTIONS
   -------------------------------------------------------------------------- */
#nb-forest-sec4 .nb-forest-faq-sec {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
  background-color: #FFFFFF !important;
  border-bottom: 1px solid #E8EDE6 !important;
}

#nb-forest-sec4 .nb-faq-accordion-container {
  max-width: 820px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}

#nb-forest-sec4 .nb-faq-item {
  background-color: #F8FAF7 !important;
  border: 1px solid #D8E2D5 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  transition: all 0.25s ease !important;
}

#nb-forest-sec4 .nb-faq-item.open {
  background-color: #FFFFFF !important;
  border-color: #2D5A43 !important;
  box-shadow: 0 4px 16px rgba(28, 48, 35, 0.05) !important;
}

#nb-forest-sec4 .nb-faq-question {
  width: 100% !important;
  padding: 20px 24px !important;
  background: none !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #1A241C !important;
  text-align: left !important;
  cursor: pointer !important;
}

#nb-forest-sec4 .nb-faq-icon {
  font-family: 'Inter', sans-serif !important;
  font-size: 20px !important;
  color: #2D5A43 !important;
  font-weight: 400 !important;
  transition: transform 0.25s ease !important;
}

#nb-forest-sec4 .nb-faq-item.open .nb-faq-icon {
  transform: rotate(45deg) !important;
}

#nb-forest-sec4 .nb-faq-answer {
  display: none;
  padding: 0 24px 22px 24px !important;
  border-top: 1px solid #EDF3EC !important;
  padding-top: 16px !important;
  animation: fadeIn 0.3s ease forwards !important;
}

#nb-forest-sec4 .nb-faq-item.open .nb-faq-answer {
  display: block !important;
}

#nb-forest-sec4 .nb-faq-answer p {
  font-size: 14px !important;
  line-height: 1.65 !important;
  color: #4B5B4E !important;
  margin-bottom: 12px !important;
}

#nb-forest-sec4 .nb-faq-answer p:last-child {
  margin-bottom: 0 !important;
}

/* --------------------------------------------------------------------------
   5. CALL TO STILLNESS / FOOTER
   -------------------------------------------------------------------------- */
#nb-forest-sec4 .nb-forest-stillness-cta-sec {
  padding-top: 84px !important;
  padding-bottom: 96px !important;
  background-color: #F5F7F3 !important;
}

#nb-forest-sec4 .nb-stillness-cta-card {
  max-width: 860px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background: #FFFFFF !important;
  border: 1px solid #D6E0D4 !important;
  border-radius: 24px !important;
  padding: 52px 36px !important;
  text-align: center !important;
  box-shadow: 0 10px 36px rgba(28, 48, 35, 0.06) !important;
}

#nb-forest-sec4 .nb-cta-leaf-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 68px !important;
  height: 68px !important;
  border-radius: 50% !important;
  background-color: #EBF4EE !important;
  border: 1px solid #D2E4D6 !important;
  margin-bottom: 20px !important;
}

#nb-forest-sec4 .nb-cta-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 34px !important;
  font-weight: 600 !important;
  color: #1A241C !important;
  margin-bottom: 14px !important;
}

#nb-forest-sec4 .nb-cta-desc {
  font-size: 16px !important;
  line-height: 1.65 !important;
  color: #556658 !important;
  max-width: 620px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 32px !important;
}

#nb-forest-sec4 .nb-cta-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
}

#nb-forest-sec4 .nb-cta-primary-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 13px 26px !important;
  border-radius: 999px !important;
  background-color: #2D5A43 !important;
  color: #FFFFFF !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
}

#nb-forest-sec4 .nb-cta-primary-btn:hover {
  background-color: #1F3F2E !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(45, 90, 67, 0.25) !important;
}

#nb-forest-sec4 .nb-cta-secondary-link {
  display: inline-flex !important;
  align-items: center !important;
  padding: 13px 22px !important;
  border-radius: 999px !important;
  background-color: #F0F5F1 !important;
  color: #244634 !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  border: 1px solid #D2E0D4 !important;
  transition: all 0.2s ease !important;
}

#nb-forest-sec4 .nb-cta-secondary-link:hover {
  background-color: #E2EDE4 !important;
}

/* --------------------------------------------------------------------------
   RESPONSIVE BREAKPOINTS
   -------------------------------------------------------------------------- */
@media (max-width: 900px) {
  #nb-forest-sec4 .nb-guided-comparison-grid {
    grid-template-columns: 1fr !important;
  }

  #nb-forest-sec4 .nb-etiquette-tri-grid {
    grid-template-columns: 1fr !important;
  }

  #nb-forest-sec4 .nb-season-sensory-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 600px) {
  #nb-forest-sec4 .nb-pathway-card {
    padding: 24px 18px !important;
  }

  #nb-forest-sec4 .nb-season-card {
    padding: 24px 18px !important;
  }

  #nb-forest-sec4 .nb-stillness-cta-card {
    padding: 36px 20px !important;
  }

  #nb-forest-sec4 .nb-sec-title {
    font-size: 28px !important;
  }
}
 
            
            body{
                position: relative;
            }
            .public-header{
                position: relative;
                transition:5s;
            }
            .absolute-container{
                background-color: #ee273a;
                border-radius: 7px;
                position: fixed;
                top: 50%;
                left: 2%;
                transform: translateY(-50%);
                padding: 10px;
                z-index: 4900;
            }
            .social-absolute{
                position: relative;
                padding: 10px 0;
                border-bottom: 1px solid rgba(0, 0, 0, .1);
                box-sizing: content-box;
                width: 24px;
                height: 24px;
            }
            .social-absolute:last-child {
                border-bottom: none !important;
            }
            .social-absolute img{
                width: 24px;
                height: 24px;
            }
            .absolute-tooltip{
                position: relative;
                transition: all 0.5s;
                border-radius: 0 7px 7px 0;
                font-size: 14px;
                overflow: hidden;
                white-space: nowrap;
            }
            .absolute-tooltip > span{
                padding: 10px 20px;
                display: block;
            }
            .tooltip-shake{
                display: block;
                width: 100%;
                height: 100%;
            }
            .tooltip-shake:before,
            .tooltip-shake:after {
                position: absolute;
                content: "";
                opacity: 0;
                transition: all 0.4s ease;
                color: #fff;
                font-weight: bold;
            }
            .tooltip-shake:before {
                content: attr(data-tooltip);
                background: #3c5059;
                width: 0;
                padding: 0;
                font-size: 0.9rem;
                top: 50%;
                left: calc(24px + 32px);
                border-radius: 5px;
                transform: translateY(-50%);
                overflow: hidden;
                white-space: nowrap;
            }
            .tooltip-shake:after {
                border-width: 8px 10px 8px 0;
                border-style: solid;
                border-color: transparent #3c5059 transparent transparent;
                top: 50%;
                left: calc(24px + 24px);
                transform: translateY(-50%);
            }
            .tooltip-shake:hover::before,
            .tooltip-shake:hover::after {
                opacity: 1;
                overflow: hidden;
                white-space: nowrap;
                transform: translate(0, -50%);
            }
            .tooltip-shake:hover::before {
                width: max-content;
                padding: 10px 25px;
            }
            @keyframes shake {
                0% {
                    transform: rotate(2deg);
                }
                50% {
                    transform: rotate(-3deg);
                }
                70% {
                    transform: rotate(3deg);
                }
                100% {
                    transform: rotate(0deg);
                }
            }
            .social-absolute:hover {
                animation: shake 500ms ease-in-out forwards;
            }
            
                
                .public-header{
                    width: 100%;
                    background: #392054;
                    background-size: auto;
                    background-repeat: no-repeat;
                }
            
            
            .adv-banner-container{
                width: 100%;
                height: 10px;
            }
            .adv-banner-container .adv-item{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .top-bar-container{
                width: 100%;
                min-height: 40px;
                height: 40px;
                background: #222 ;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-bar{
                width: 1200px;
                height: 100%;
                margin: auto;
                padding: 0 8px;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
            }
            .top-item{
                height: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container{
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container img{
                width: 16px;
                height: 16px;
            }
            .info-container > span{
                display: inline-flex;
            }
            .top-info,
            .top-social{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-social{
                padding: 5px 0;
            }
            .top-social li a img{
                width: 32px;
                height: 32px;
            }
            .top-social li a span{
                font-size: 0px;
                font-weight: 200;
                color: #777;
            }
            .top-list{
                width: max-content;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                margin: 0  0px;
            }
            .top-list:hover{
                color: ;
            }
            
                .top-list:first-child{
                    margin-left : 0;
                }
                .top-list:last-child{
                    margin-right : 0;
                }
            
            
            .arrow-menu-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-list a span,
            .top-list span{
                color: #777;
                font-weight: bold;
                font-size: 14px;
            }
            .top-list a img,
            .top-list span img{
                margin: 0 5px;
                width: 24px;
                height: 24px;
                object-fit: contain;
            }
            .top-list:first-child a img,
            .top-list:first-child span img{
                margin-left: 0;
            }
            .top-navbar{
                height: 100%;
                background: transparent;
            }
            .top-nav-list{
                position: relative;
                height: 100%;
                padding: 0 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-nav-list a span,
            .top-nav-list span{
                color: #000;
                font-size: 0px;
                font-weight: 200;search
            }
            .top-nav-list:hover{
                background-color: #fff;
            }
            .top-nav-list .arrow-menu-container svg{
                fill: #000;
            }
            .top-nav-list:hover a span,
            .top-nav-list:hover span,
            .top-nav-list:hover .arrow-menu-container svg{
                color: #fff;
                fill: #fff;
            }
            .top-nav-list .icon-title-part{
                padding-left: 5px;
            }
            .top-sub-nav > .top-sub-list a span,
            .top-sub-nav > .top-sub-list span{
                color: #000;
            }
            .top-sub-nav > .top-sub-list:hover a span,
            .top-sub-nav > .top-sub-list:hover span{
                color: #fff;
            }
            
            .top-sub-nav{
                flex-direction: column;
                justify-content: center;
                align-content: flex-start;
                position: absolute;
                z-index: 4999;
                min-width: 150px;
                width: max-content;
                background: #2c3e50;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translateY(-10px) scaleY(0.5);
                transform-origin: top;  
                border-radius: 0;
            }
            .top-nav-list:hover > .top-sub-nav{
                display: flex;
                top: 100%;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
        
                .top-nav-list:hover > .top-sub-nav{
                    left: 0;
                }
                .top-sub-list{
                    border-right: 5px solid  #f00;
                }
            
        
            .top-sub-list{
                width: 100%;
                padding: 8px 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-sub-list:hover{
                background: #fff;
            }
            .header-container{
                display: grid;
                width: 1200px;
                margin: auto;
                height: auto;
                grid-template-rows: 1fr 1fr;  
                grid-template-columns: 1fr 3fr 1fr;
                grid-template-areas: 
                    "top-1 top-2 top-3"
                    "bottom-1 bottom-2 bottom-3"; 
                padding-top: 8px;
                padding-bottom: 8px;
                padding-left: 8px;
                padding-right: 8px;
            }
            .top-section-1{
                grid-area: top-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-2{
                grid-area: top-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-3{
                grid-area: top-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-end;
                align-items: center;
            }
            .logo-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 100%;
                height: 100%;
                padding: 0px  0px;
            }
            .logo-container img{
                display: block;
                width: 150px;
                height: 50px;
                max-width: 150px;
                max-height: 50px;
                object-fit: contain;
            }
            .nav-container{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                box-sizing: border-box;
                margin: 0 10px;
            }
            .nav-container > .navbar{
                width: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                background: #392054;
                box-sizing: border-box;
                border: px  solid  ;
                border-radius: 3px;
            }
            
                .nav-container > .navbar{
                    margin-right: calc(0px + 10px);
                }
            
        
            .max-height{
                height: 700px;
                overflow-x:hidden;
                overflow-y: auto;
                display:flex!important;
                flex-direction: column!important;
                justify-content: flex-start!important;
            }
            .nav-container .navbar .nav-list{
                padding: 10px 18px;
                min-height: 45px;
                position: relative;
                list-style: none;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-content: center;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list.active{
                background-color: ;
            }
            .nav-container .navbar .nav-list.active a,
            .nav-container .navbar .nav-list.active span{
                color: ;
            }
            
            .nav-container .navbar .nav-list .icon-title-part{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .nav-container .navbar .nav-list .icon-title-part img{
                width: 24px;
                height: 24px;
                margin: 0 5px;
            }
            .nav-container .navbar .nav-list .overflow-menu{
                justify-content: center !important;
            }
            .nav-container .navbar .nav-list:hover{
                background-color: ;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list:hover a,
            .nav-container .navbar .nav-list:hover span{
                color:  ;
            }
            .nav-container .navbar .nav-list img{
                width: 32px;
                height: 32px;
            }
            .nav-container .navbar .nav-list a,
            .nav-container .navbar .nav-list span{
                text-decoration: none;
                font-size: 14px;
                color: #fff;
            }
            .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
            .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                display: flex;
                top: 45px;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                display: flex;
                right: calc(100%  +  0px);
                top: 0;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
                    
                    .nav-container .navbar.navbar-sub{
                        flex-direction: column;
                        justify-content: center;
                        align-content: flex-start;
                        min-width: 150px;
                        width: max-content;
                    }
                    .nav-container .navbar.navbar-sub .nav-list{
                        width: 100%;
                        border-right: 0px solid ;
                    }
                    .nav-container .navbar.navbar-sub{
                        position: absolute;
                        z-index: 4999;
                        background: #fff;
                        clip: rect(1px, 1px, 1px, 1px);
                        opacity: 0.1;
                        transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                                    opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                        transform: translateY(-10px) scaleY(0.5);
                        transform-origin: top;  
                        border-radius: 0;
                    }
                    .nav-container .navbar.navbar-sub{
                        flex-direction: column;
                        justify-content: center;
                        align-content: flex-start;
                        min-width: 150px;
                        width: max-content;
                    }
                    .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
                    .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                        left: 0;
                        border-radius: 0 !important;
                    }
                    .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                        left: calc(100%  +  0px);
                    }
                    .nav-container .navbar.navbar-sub .nav-list{
                        width: 200px;
                        border-right: 0px solid ;
                        border-radius: 0 !important;
                    }
                
                .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
                .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                    left: 0;
                }
                .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                    left: calc(100%  +  0px);
                }
            
        
            .arrow-icon-menu{
                width: 8px;
                height: 8px;
            }
            .arrow-icon-menu.arrow-bottom{
                transform: rotate(90deg);
            }
            
                .arrow-menu-container{
                    margin-left: 5px;
                }
                .arrow-icon-menu.arrow-right,
                .overflow-list .arrow-icon-menu.arrow-bottom{
                    transform: rotate(0deg);
                }
                .nav-container .navbar .nav-list:first-child:hover{
                    border-radius: 3px 0 0 3px;
                }
                .nav-container .navbar .nav-list:last-child:hover{
                    border-radius: 0 3px 3px 0;
                }
            
            
            .nav-container .navbar .nav-list.base-level svg,
            .nav-container .navbar .nav-list .overflow-menu svg{
                fill: #fff;
            }
            .nav-container .navbar .nav-list.base-level:hover svg{
                fill: ;
            }
            .sub-menu-container{
                position: absolute;
                min-width: 150px;
                background-color: #fff;
                color: #fff;
                top: 32px;
                right: 0;
                z-index: 4999;
               /* display: none;*/
            } 
            /*.sub-navbar{
                width: 100%;
                height: 100%;
            }*/
            .nav-container .navbar.navbar-sub .nav-list img{
                width: 16px;
                height: 16px;
            }
            .nav-container .navbar.navbar-sub .nav-list a,
            .nav-container .navbar.navbar-sub .nav-list span{
                color: #000;
                font-size: 12px;
            }
            .nav-list.with-sub-menu:hover .sub-menu-container{
                display: block;
            }
            .nav-container .navbar.navbar-sub .nav-list .arrow-menu-container svg{
                fill: #000;
            }
            .active{
                background-color: ;
            }
            .active a{
                color: ;
            }     
            .icon-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
            }
            .icon-container .icon-item{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
                box-sizing: border-box;
                min-height: 45px;
                margin: 0 5px;
            }
            
                
                .icon-container .icon-item:first-child{
                    margin-left: 0 !important;
                }
                .icon-container .icon-item:last-child{
                    margin-right: 0 !important;
                }
            
            
            
            .icon-container .icon-item a{
                border: 0px  solid  ;
            }
            .icon-container .icon-item.basket-icon{
                position: relative;
                color: #e84118;
                min-width: 45px;
                min-height: 45px;
                outline: none;
                border-radius: 3px;
                background: #2c3e50;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                cursor: pointer;
                text-decoration: none;
                margin: 0 10px;
            }
            .icon-container .icon-item .icon-shortcut{
                color: #e84118;
                min-width: 45px;
                min-height: 45px;
                margin: 0;
                outline: none;
                border-radius: 3px;
                background: #2c3e50;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                transition: .4s;
                cursor: pointer;
                text-decoration: none;
            }
            
            .basket-shop{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 45px;
                height: 45px;
                border-radius: 3px;
            }
            .icon-container .icon-item .icon-shortcut:hover svg,
            .icon-container .icon-item .icon-shortcut:hover .add-item-to-cart.open span
            {
                fill: #fff;
                color: #fff;
            }
            
                
                .icon-container .icon-item.basket-icon .add-item-to-cart{
                    color: #e84118;
                    border-radius: 3px;
                    background: #2c3e50;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .4s;
                    cursor: pointer;
                    box-sizing: content-box;
                    border: 0px  solid  ;
                }
                
                    .icon-container .icon-item.basket-icon .add-item-to-cart{
                        border-right: none !important;
                    }
                    .border-basket{
                        border-left: none !important;
                    }
                
                
                    .icon-container .icon-item:hover > span,
                    .icon-container .icon-item.login-icon:hover span{
                        color: #fff;
                    }
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover,
                    .icon-container .icon-item.login-icon .icon-shortcut:hover,
                    
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover .add-item-to-cart{
                       background: #3e5772;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open{
                        width: 45px;
                        border-radius: 0 3px 3px 0;
                        display: flex;
                        flex-direction: row;
                        justify-content: center;
                        align-items: center;
                    }
                    .icon-container .icon-item.basket-icon:hover .add-item-to-cart.open{
                        background: #3e5772;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open:hover span{
                        color: #fff;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open + .icon-shortcut{
                        border-radius: 3px 0 0 3px;
                    }
                    .icon-container .icon-item.lang-icon .icon-shortcut:hover{
                        background: #3e5772;
                    }
                    .icon-container .icon-item.search-icon .icon-shortcut .search-container .search-btn:hover{
                        background: #3e5772;
                    }
                 
            .icon-container .icon-item svg{
                width: 25px;
                height: 25px;
            
                fill: #e84118;
            
            
            }
            .icon-container .icon-item.login-icon{
                position: relative;
            }
            /*.icon-container .icon-item.login-icon .icon-shortcut{
                width: 100%;
                height: 100%;
            }*/
            .icon-container .icon-item.login-icon .icon-login{
                width: 25px;
                height: 25px;
            }
            #div_profile_picture, 
            #div_profile_picture_metro {
                display: inline !important;
                width: 0 !important;
                height: 0 !important;
                line-height: unset !important;
            }
            #div_profile_picture .rShowLogin{
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 0;
                z-index: -1000;
            }
            #div_profile_picture .login-container{
                display: none !important;
            }
            #div_profile_picture #profile_picture,
            #div_profile_picture #profile_exit{
                display: none !important;
            }
        
                
                .icon-container .icon-item.login-icon{
                    color: #e84118;
                    /*width: 90px !important;*/
                    min-height: 45px;
                    outline: none;
                    border-radius: 3px;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    text-decoration: none;
                    box-sizing: content-box;
                    border: 0px  solid  ;
                }
                .icon-container .icon-item.login-icon .status-user,
                .icon-container .icon-item.login-icon .icon-login{
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    margin: 0 5px;
                    font-size:14px;
                }
            
            
            .public-header .bottom-section-1{
                grid-area: bottom-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-2{
                grid-area: bottom-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-3{
                grid-area: bottom-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            
                
                .icon-container .icon-item{
                    width: unset;
                    height: unset;
                }
                .search-icon{
                    position: relative;
                }
                .search-container {
                    display: flex;
                    flex-direction: row;
                    justify-content: flex-end;
                    align-items: center;
                    height: 100%;
                    position: relative;
                    border-radius: 3px;
                    min-width: 45px;
                }
                .search-container > .search-btn svg,
                .search-container > .close-search-btn svg{
                    fill: #e84118;
                }
                .search-container > .search-btn:hover svg,
                .search-container > .close-search-btn:hover svg{
                    fill: #fff;
                }
                .search-btn {
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #2c3e50;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .8s;
                    cursor: pointer;
                    text-decoration: none;
                    border: 0px  solid  transparent;
                }
                
                .icon-container .icon-item img{
                    width: 25px;
                    height: 25px;
                    object-fit:contain;
                }
                
                    .search-container.open-search-box .search-btn{
                        border-radius: 0 3px 3px 0 !important;
                    }
                    .search-container.open-search-box .close-search-btn{
                        border-radius: 3px 0 0 3px !important;
                    }    
                 
                
                .search-btn,
                .search-command,
                .close-search-btn{
                    box-sizing: content-box;
                }
                .search-btn > svg {
                    fill: #fff;
                }
                .cls-pls::placeholder{
                    color: #fff;
                }
                .search-input {
                    padding: 0;
                    height: 100%;
                    background: #2c3e50;
                    color: #fff;
                    font-size: 14px;
                    font-weight: normal;
                    transition: all 1s ease-in-out;
                    width: 0;
                    position: absolute;
                    top: 0;
                    overflow: hidden;
                    white-space: nowrap;
                    border: 0px  solid  transparent;
                }
                
                .open-search-box > .search-input{
                    padding : 10px 48px;
                }
                
                    
                    .search-input {
                        right: calc(0px + 45px);
                        border-right: none;
                        border-left: none;
                    }
                
                        .search-container.open-search-box .search-btn{
                            border-radius: 0 3px 3px 0 !important;
                        }
                        .search-container.open-search-box .close-search-btn{
                            border-radius: 3px 0 0 3px !important;
                        }
                        .search-container.open-search-box .search-input{
                            border-radius: 3px 0 0 3px !important;
                        }    
                    
                
                .close-search-btn{
                    position: absolute;
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #2c3e50;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    box-sizing: border-box;
                    box-sizing: border-box;
                }
                .close-search-btn svg{
                    fill: #e84118;
                }
            
            
            .sticky{
                width: 100vw;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 999;
                padding: 2vh 8vw;
                transition: .8s;
                background-color: #ddd !important;
            }
            .public_sticky{
                width: 100%;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 1001;
            }
            .d-none{
                display: none !important;
            }
            .border-left-n{
                border-left: none !important;
            }
            .border-right-n{
                border-right: none !important;
            }
            .w-1200px{
                width: 1200px !important;
                margin: auto;
            }
            .lang-icon{
                position: relative;
            }
            .language-container .lang-btn{
                width: 25px;
                height: 25px;
            }
            .lang-list-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .lang-list{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px;
                background: #2c3e50;
                border-radius: 3px;
            }
            .lang-list::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #2c3e50;
                display: block;
            }
            .lang-nav{
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
            }
            .lang-nav .lang-li{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                list-style: none;
                width: max-content;
                margin: 5px 0;
                
            }
            .lang-nav .lang-li a{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .lang-nav .lang-li img{
                width: 25px;
                height: 25px;
                object-fit: cover;
                margin: 0 4px;
            }
            .lang-nav .lang-li span{
                text-transform: uppercase;
                line-height: 2.5;
                font-size: 14px;
                margin: 0 4px;
                color: #fff;
            }
            .lang-nav .lang-li a{
                color: #fff;
            }
            .lang-nav .lang-li span:hover{
                cursor: pointer;
                color: #fff;
            }
            .lang-nav .lang-li .lang-active{
                font-weight: bold;
                color: #e84118;
            }
            .icon-item.lang-icon:hover .lang-list-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            /*---------------------------------------------------------------------------------*/
            .link-profile-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .link-profile-container .link-wrapper{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px 25px;
                background: #2c3e50;
                border-radius: 3px;
            }
            .link-profile-container .link-wrapper a{
                color: #fff;
            }
            .link-profile-container .link-wrapper a:hover{
                cursor: pointer;
                color: #fff;
            }
            .link-profile-container .link-wrapper::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #2c3e50;
                display: block;
            }
             .icon-item.login-icon:hover .link-profile-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            
            
            .backTop{
                display: flex !important;
            }
            #back_to_top{
                display: none;
                position: fixed;
                transition: 600ms;
                right: 25px;
                left: unset;
                bottom: 50px;
                z-index: 100;
                border-radius: 50%;
                border: 1px  solid  #ee7aae;
                padding: 15px;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                background-color: #ffffff;
            }
            #back_to_top svg{
                width: 24px;
                height: 24px;
                fill: #ee7aae;
            }
            #back_to_top img{
                width: 24px;
                height: 24px;
                fill: #ee7aae;
                object-fit:contain;
            }
            .search-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .basket-shop img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .lang-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .icon-login img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
        
                    
                    .header-container{
                        grid-template-rows: 1fr;  
                        grid-template-columns: 150px minmax(auto, 100%) 1fr;
                        grid-template-areas: 
                            "top-1 top-2 top-3"; 
                    }
                    .top-section-1{
                        justify-content: flex-start;
                    }
                    .top-section-2{
                        justify-content: flex-start;
                    }
                    .logo-container{
                        justify-content: flex-start;
                    }
                    .nav-container{
                        justify-content: flex-start;
                    }
                    .nav-container .navbar{
                        justify-content: flex-start;
                    }
                    .width-full{
                        width: 100% !important;
                    }
                #module_footer_section_1{
;
justify-content:center;
padding-top:6vw;
padding-right:26vw;
padding-bottom:4vw;
padding-left:26vw;
border-style:none;
border-bottom-width:.020vw;
border-color:#d9d9d9;
}#module_footer_column_1{
;
justify-content:center;
border-style:none;
}#module_footer_row_1{
;
justify-content:center;
border-style:none;
}#module_footer_items_1{
;
cursor:default;
width:15vw;
height:4vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_1:hover{
;
}#module_footer_row_2{
;
justify-content:center;
padding-top:4vw;
border-style:none;
}#module_footer_items_2{
;
cursor:default;
text-align:center;
line-height:2vw;
color:#bfbfbf;
font-weight:500;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_2:hover{
;
}#module_footer_row_3{
;
padding-top:4vw;
border-style:none;
}#module_footer_items_3{
;
cursor:default;
line-height:2vw;
color:#ffffff;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_3:hover{
;
color:#d9c1a3;
}#module_footer_items_4{
;
cursor:default;
line-height:2vw;
color:#ffffff;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:4vw;
margin-left:4vw;
}#module_footer_items_4:hover{
;
}#module_footer_items_5{
;
cursor:default;
line-height:2vw;
color:#ffffff;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:4vw;
}#module_footer_items_5:hover{
;
}#module_footer_items_6{
;
cursor:default;
line-height:2vw;
color:#ffffff;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:4vw;
}#module_footer_items_6:hover{
;
}#module_footer_items_7{
;
cursor:default;
line-height:2vw;
color:#ffffff;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_7:hover{
;
}#module_footer_row_4{
;
justify-content:center;
padding-top:4vw;
border-style:none;
}#module_footer_items_8{
;
cursor:default;
color:#ffffff;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_8:hover{
;
}#module_footer_items_9{
;
cursor:default;
color:#ffffff;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:2vw;
margin-left:2vw;
}#module_footer_items_9:hover{
;
}#module_footer_items_10{
;
cursor:default;
color:#ffffff;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:2vw;
}#module_footer_items_10:hover{
;
}#module_footer_items_11{
;
cursor:default;
color:#ffffff;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_11:hover{
;
}#module_footer_section_2{
;
justify-content:center;
border-style:none;
}#module_footer_row_5{
;
justify-content:center;
padding-top:1.5vw;
padding-bottom:1.5vw;
border-style:none;
}#module_footer_items_12{
;
cursor:default;
text-align:center;
line-height:2vw;
color:#ffffff;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_12:hover{
;
}#public_footer_main_1{;background-color:#000;background-size:cover;background-repeat:no-repeat;background-position:left;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}#public_footer_main_1:hover{;}
                #public_footer_main_1{
                    position:relative;
                    margin-right:auto !important;
                    margin-left:auto !important;
                    overflow:hidden !important;
                }
                #public_footer_main_1 > div{
                    position:relative;
                    z-index:12;
                }
                
                #public_footer_main_1:hover .background-img {
                    filter:none;
                }
            
                #public_footer_main_1 .background-img {
                    position: absolute;
                    top: 0;
                    right: 0;
                    left: 0;
                    bottom: 0;
                    z-index: 0;
                    backdrop-filter: none;
                }
            
                #public_footer_main_1 
            
            #public_footer_main_1 .new_admin_layer {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 10;
                transition: all 600ms ease;
                background-color: rgba(0,0,0,0);
                display: flex;
                
            right:0;
            top:0;
        
            }

            #public_footer_main_1 .layer_first_child {
                width: 100%;
            }
        
            #public_footer_main_1:hover .new_admin_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
                    #public_footer_main_1{
                        background-image:url("https://nailsblaze.com/files/Pic/19-12/1671533325_88.png") !important;
                    }
                
            #msg_footer.msg_footer,
            #msg_footer_complete.msg_footer{
                position: fixed;
                top: 50px;
                right: 10px;
                width: 400px;
                height: 50px;
                z-index: 10000;
                border-radius: 3px;
            }

            #msg_footer .d_flex,
            #msg_footer_complete .d_flex{
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                height: 100%;
                padding: 0 15px;
            }

            #msg_footer.green_msg_footer {
                background-color: #d4edda;
                border: 1px solid #c3e6cb;
                color: #155724;
            }

            #msg_footer.red_msg_footer,
            #msg_footer_complete.red_msg_footer{
                background-color: #f8d7da;
                border: 1px solid #f5c6cb;
                color: #721c24;
            }

            #msg_footer .close_msg,
            #msg_footer_complete .close_msg{
                cursor: pointer;
                font-size: 25px;
                padding-right: 15px;
            }

            #msg_footer .close_msg:hover,
            #msg_footer_complete .close_msg:hover{
                color: #000;
            }
            
            .border_red{
                border: 1px solid #e20000;
            }
            footer a{
                color: inherit;
            }
        .dno{display:none!important;}
            #body_popup_1,#body_popup_2{
                position:fixed;
                display:flex;
                text-align:center;
                top:0;
                bottom:0;
                right:0;
                left:0;
                z-index:99999;
                visibility:hidden;
                opacity: 0;
                background:rgba(0,0,0,0.5);
            }
            #body_popup_1.open-popup,#body_popup_2.open-popup{
                visibility:visible;
                opacity: 1;
            }
            #body_popup_1 > div,#body_popup_2 > div{
                display:block;
                background:#fff;
                padding:10px;
                margin:auto;
                transform:translateY(-150px);
                -webkit-transition:transform .3s;-moz-transition:transform .3s;-ms-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s;
                text-align:center;
                border-radius:10px;
                position:relative;
                z-index:999999;
            }
            #body_popup_1.open-popup > div,#body_popup_1.open-popup > div{
                transform:translateY(0);
            }
            #body_popup_1 .icon-close-popup{
                position:absolute;
                font-size:30px;
                height:30px;
                width:30px;
                border-radius:50%;
                color:red;
                top:-10px;
                right:-10px;
                background-color:transparent;
                z-index:9999;
            }
            #body_popup_1 .icon-close-popup i{
                position:absolute;
                top:0;
                right:0;
            }
            #body_popup_1 .container-html{
                height:100%;
                overflow:auto;
                max-height:90vh;
            }
            #body_popup_1 .container-html::-webkit-scrollbar{
                width:5px;
                height:100%;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-track{
                background-color:transparent;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-thumb{
                background-color:#777;
                border-radius:20%;
            }
            #body_popup_1 .icon-close-popup{
                color:#fff;
                top:0;
                right:0;
            }
            #module_waiting_box{
                position:fixed;
                background:rgba(256,256,256,0.8);
                width:100%;
                height:100%;
                -webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;
                top:0;
                right:0;
                opacity:0;
                z-index:9999999999999;
                visibility:hidden;
            }
            #module_waiting_box.show-waiting{
                visibility:visible;
                opacity:1;
            }
            #module_waiting_box .spinner {
              margin: 100px auto 0;
              width: 70px;
              text-align: center;
            }
            
            #module_waiting_box .spinner > div {
              width: 18px;
              height: 18px;
              background-color: #333;
              border-radius: 100%;
              display: inline-block;
              -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
              animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            }
            
            #module_waiting_box .spinner .bounce1 {
              -webkit-animation-delay: -0.35s;
              animation-delay: -0.35s;
            }
            
            #module_waiting_box .spinner .bounce2 {
              -webkit-animation-delay: -0.16s;
              animation-delay: -0.16s;
            }
            
            @-webkit-keyframes sk-bouncedelay {
              0%, 95%, 100% { -webkit-transform: scale(0) }
              50% { -webkit-transform: scale(1.0) }
            }
            
            @keyframes sk-bouncedelay {
              0%, 95%, 100% { 
                -webkit-transform: scale(0);
                transform: scale(0);
              } 50% { 
                -webkit-transform: scale(1.0);
                transform: scale(1.0);
              }
            }
        body{direction: ltr;text-align: left;}