
/* ═══════════════════════════════════════════════════════════
   TV &amp;amp;amp; FEATURE WALLS MODULE — RenderBox Compliant
   All rules scoped to #TVFeatureWalls_root__Tv8K3
   85% width centered layout
   ═══════════════════════════════════════════════════════════ */

/* ── RESET ── */
#TVFeatureWalls_root__Tv8K3,
#TVFeatureWalls_root__Tv8K3 *,
#TVFeatureWalls_root__Tv8K3 *::before,
#TVFeatureWalls_root__Tv8K3 *::after {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* ── ROOT CONTAINER (85% width, centered) ── */
#TVFeatureWalls_root__Tv8K3 {
  position: relative !important;
  width: 100% !important;
  margin: 0 auto !important;
  min-height: 100vh !important;
  background: linear-gradient(135deg, #E8EEFA 0%, #D4E0F5 100%) !important;
  color: #0f172a !important;
  font-family: &amp;amp;quot;Inter&amp;amp;quot;, ui-sans-serif, system-ui, sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  line-height: 1.6 !important;
  overflow-x: hidden !important;
}

#TVFeatureWalls_root__Tv8K3 h1,
#TVFeatureWalls_root__Tv8K3 h2,
#TVFeatureWalls_root__Tv8K3 h3,
#TVFeatureWalls_root__Tv8K3 h4 {
  font-family: &amp;amp;quot;Space Grotesk&amp;amp;quot;, &amp;amp;quot;Inter&amp;amp;quot;, sans-serif !important;
  line-height: 1.15 !important;
}

/* ══════════════════════════════════════════════════════════
   ANIMATION STATES
   ══════════════════════════════════════════════════════════ */
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_animateIn__Pf4T7 {
  opacity: 0;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_slideUp__Rh6V9 {
  transform: translateY(40px);
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_animateIn__Pf4T7.TVFeatureWalls_animated__Qg5U8 {
  opacity: 1;
  transform: translate(0, 0);
}

/* ══════════════════════════════════════════════════════════
   HERO SECTION
   ══════════════════════════════════════════════════════════ */
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_hero__Hr4T9 {
  padding: 4rem 1rem !important;
  background: transparent !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_heroInner__Hu7W3 {
  max-width: 72rem !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 3rem !important;
  align-items: center !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_heroContent__Iv8X4 {
  display: flex !important;
  flex-direction: column !important;
  gap: 1.5rem !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_heroBadges__Jw9Y5 {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.5rem !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_badge__Kx1Z6 {
  font-size: 0.625rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  padding: 0.5rem 1rem !important;
  border-radius: 9999px !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
  border: 1px solid rgba(203, 213, 225, 0.6) !important;
  color: #475569 !important;
  backdrop-filter: blur(8px) !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_heroTitle__Mz3B8 {
  font-size: 3rem !important;
  font-weight: 900 !important;
  color: #0f172a !important;
  letter-spacing: -0.025em !important;
  line-height: 1.1 !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_heroDesc__Na4C9 {
  font-size: 1.0625rem !important;
  color: #475569 !important;
  line-height: 1.7 !important;
  max-width: 36rem !important;
  font-weight: 400 !important;
}

/* Tab Controls */
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_tabControls__Ob5D1 {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.375rem !important;
  padding: 0.375rem !important;
  background-color: rgba(255, 255, 255, 0.6) !important;
  border: 1px solid rgba(203, 213, 225, 0.4) !important;
  border-radius: 1rem !important;
  max-width: 36rem !important;
  backdrop-filter: blur(8px) !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_tab__Pc6E2 {
  flex: 1 !important;
  padding: 0.75rem 1.25rem !important;
  border-radius: 0.75rem !important;
  font-size: 0.6875rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.025em !important;
  text-transform: uppercase !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  background-color: transparent !important;
  color: #475569 !important;
  font-family: &amp;amp;quot;Inter&amp;amp;quot;, sans-serif !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_tab__Pc6E2:hover {
  background-color: rgba(255, 255, 255, 0.6) !important;
  color: #0f172a !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_tabActive__Qd7F3 {
  background-color: #0f172a !important;
  color: #ffffff !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
}

/* Tab Content - BUG FIX #1: NO !important on display */
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_tabContent__Re8G4 {
  padding: 1.5rem !important;
  border-radius: 1.5rem !important;
  border: 1px solid rgba(203, 213, 225, 0.3) !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(12px) !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
  display: none; /* NO !important - lets inline style control show/hide */
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_tabContent__Re8G4[style*=&amp;amp;quot;display: flex&amp;amp;quot;] {
  display: flex !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_tabTag__Sf9H5 {
  font-family: &amp;amp;quot;JetBrains Mono&amp;amp;quot;, monospace !important;
  font-size: 0.625rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  color: #f59e0b !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_tabTitle__Tg1I6 {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  line-height: 1.3 !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_tabDesc__Uh2J7 {
  font-size: 0.9375rem !important;
  color: #475569 !important;
  line-height: 1.6 !important;
}

/* Hero Media Panel */
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_heroMedia__Wj4L9 {
  display: flex !important;
  justify-content: center !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_mediaWrapper__Xk5M1 {
  width: 100% !important;
  aspect-ratio: 4/3 !important;
  border-radius: 1.5rem !important;
  overflow: hidden !important;
  border: 3px solid rgba(255, 255, 255, 0.9) !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
  padding: 0.5rem !important;
  transition: all 0.7s ease !important;
  max-width: 28rem !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_mediaWrapper__Xk5M1.TVFeatureWalls_mediaMinimalist__Yl6N2 {
  box-shadow: 0 0 60px -15px rgba(245, 158, 11, 0.3), 0 20px 40px rgba(0, 0, 0, 0.1) !important;
  border-color: rgba(251, 191, 36, 0.6) !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_mediaInner__Zm7O3 {
  width: 100% !important;
  height: 100% !important;
  border-radius: 1rem !important;
  overflow: hidden !important;
  position: relative !important;
  border: 1px solid rgba(203, 213, 225, 0.4) !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_mediaImg__An8P4 {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 6s ease !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_mediaInner__Zm7O3:hover .TVFeatureWalls_mediaImg__An8P4 {
  transform: scale(1.03) !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_mediaOverlay__Bo9Q5 {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(to top, rgba(2, 6, 23, 0.4), transparent) !important;
  pointer-events: none !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_mediaLabel__Cp1R6 {
  position: absolute !important;
  bottom: 1rem !important;
  left: 1rem !important;
  right: 1rem !important;
  background-color: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(203, 213, 225, 0.5) !important;
  border-radius: 0.75rem !important;
  padding: 0.875rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_mediaIcon__Dq2S7 {
  height: 2.5rem !important;
  width: 2.5rem !important;
  border-radius: 0.5rem !important;
  background-color: #FACC15 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #0f172a !important;
  flex-shrink: 0 !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_mediaText__Er3T8 {
  display: flex !important;
  flex-direction: column !important;
  text-align: left !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_mediaTag__Fs4U9 {
  font-family: &amp;amp;quot;JetBrains Mono&amp;amp;quot;, monospace !important;
  font-size: 0.625rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  color: #0f172a !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_mediaTitle__Gt5V1 {
  font-size: 0.75rem !important;
  color: #475569 !important;
  font-weight: 500 !important;
}

/* Buttons */
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_heroBtns__Fv4J7 {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 1rem !important;
  margin-top: 0.5rem !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_btnPrimary__Gw5K8,
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_btnSecondary__Hx6L9,
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_btnOutline__Pq7R9 {
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  padding: 0.875rem 1.75rem !important;
  border-radius: 2rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.025em !important;
  text-transform: uppercase !important;
  font-size: 0.75rem !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  border: none !important;
  text-align: center !important;
  font-family: &amp;amp;quot;Inter&amp;amp;quot;, sans-serif !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_btnPrimary__Gw5K8 {
  background-color: #FACC15 !important;
  color: #0f172a !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_btnPrimary__Gw5K8:hover {
  background-color: #eab308 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_btnSecondary__Hx6L9 {
  background-color: rgba(255, 255, 255, 0.8) !important;
  color: #475569 !important;
  border: 1px solid rgba(203, 213, 225, 0.6) !important;
  backdrop-filter: blur(8px) !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_btnSecondary__Hx6L9:hover {
  background-color: rgba(255, 255, 255, 0.95) !important;
  color: #0f172a !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_btnOutline__Pq7R9 {
  background-color: #0f172a !important;
  color: #ffffff !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_btnOutline__Pq7R9:hover {
  background-color: #1e293b !important;
  transform: translateY(-2px) !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_btnIcon__Vi3K8 {
  width: 1rem !important;
  height: 1rem !important;
}

/* ══════════════════════════════════════════════════════════
   SECTIONS — Shared
   ══════════════════════════════════════════════════════════ */
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_section__Jz8N2 {
  padding: 4rem 1rem !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_sectionInner__Hu7W3 {
  max-width: 72rem !important;
  margin: 0 auto !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_sectionHead__Ka9O3 {
  text-align: center !important;
  max-width: 48rem !important;
  margin: 0 auto 4rem auto !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_sectionTitle__Mc2Q5 {
  font-size: 2rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  letter-spacing: -0.025em !important;
  line-height: 1.2 !important;
  margin-top: 1rem !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_sectionDesc__Nd3R6 {
  font-size: 0.9375rem !important;
  color: #475569 !important;
  margin-top: 1rem !important;
  line-height: 1.7 !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_narrow__Cd3E5 {
  max-width: 56rem !important;
  margin: 0 auto !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_lightBg__Nd2R5 {
  background-color: rgba(255, 255, 255, 0.3) !important;
  border-top: 1px solid rgba(203, 213, 225, 0.3) !important;
  border-bottom: 1px solid rgba(203, 213, 225, 0.3) !important;
  backdrop-filter: blur(8px) !important;
}

/* Tags */
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_tag__Ce5D4 {
  display: inline-block !important;
  font-family: &amp;amp;quot;JetBrains Mono&amp;amp;quot;, monospace !important;
  font-size: 0.625rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  padding: 0.375rem 0.875rem !important;
  border-radius: 9999px !important;
  border: 1px solid transparent !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_tagMuted__Uv8Y2 {
  color: #5c6085 !important;
  background-color: rgba(255, 255, 255, 0.6) !important;
  border-color: rgba(203, 213, 225, 0.4) !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_tagAmber__Ao6E9 {
  color: #b45309 !important;
  background-color: #fffbeb !important;
  border-color: #fef3c7 !important;
}

/* Utility */
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_mt4__Xl3B6 {
  margin-top: 1rem !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_textBlock__Ym4C7 {
  font-size: 0.9375rem !important;
  color: #475569 !important;
  line-height: 1.7 !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_textBlock__Ym4C7 p + p {
  margin-top: 1rem !important;
}

/* ══════════════════════════════════════════════════════════
   TWO-COLUMN LAYOUT
   ══════════════════════════════════════════════════════════ */
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_twoCol__Oe3S6 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 3rem !important;
  align-items: start !important;
}

/* ══════════════════════════════════════════════════════════
   GRIDS
   ══════════════════════════════════════════════════════════ */
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_grid2__Dg7H8,
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_grid3__Oe4S7,
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_grid4__Dr9H3,
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_grid5__Qt2U3 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.5rem !important;
}

/* ══════════════════════════════════════════════════════════
   ADVANTAGE CARDS (Hero Section)
   ══════════════════════════════════════════════════════════ */
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_advGrid__Hw1X2 {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 1rem !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_advCard__Ix2Y3 {
  background-color: rgba(255, 255, 255, 0.6) !important;
  border: 1px solid rgba(203, 213, 225, 0.5) !important;
  border-radius: 1.5rem !important;
  padding: 1.25rem !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
  backdrop-filter: blur(8px) !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_advTitle__Jy3Z4 {
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.375rem !important;
  line-height: 1.25 !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_advIcon__Kz4A5 {
  width: 1rem !important;
  height: 1rem !important;
  color: #f59e0b !important;
  flex-shrink: 0 !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_advDesc__La5B6 {
  font-size: 0.75rem !important;
  color: #475569 !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
}

/* ══════════════════════════════════════════════════════════
   SERVICES BOX
   ══════════════════════════════════════════════════════════ */
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_servicesBox__Mb6C7 {
  background-color: rgba(255, 255, 255, 0.7) !important;
  border: 1px solid rgba(203, 213, 225, 0.4) !important;
  border-radius: 1rem !important;
  padding: 1.5rem !important;
  margin-top: 0.5rem !important;
  backdrop-filter: blur(8px) !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_servicesLabel__Nc7D8 {
  font-family: &amp;amp;quot;Space Grotesk&amp;amp;quot;, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  color: #5c6085 !important;
  display: block !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_servicesList__Od8E9 {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0.625rem !important;
  margin-top: 0.875rem !important;
  list-style: none !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_servicesList__Od8E9 li {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  font-size: 0.8125rem !important;
  font-weight: 500 !important;
  color: #1e293b !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_checkIcon__Cf6F7 {
  color: #059669 !important;
  flex-shrink: 0 !important;
}

/* ══════════════════════════════════════════════════════════
   WHY CARD
   ══════════════════════════════════════════════════════════ */
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_whyCard__Pe9F1 {
  background-color: rgba(236, 238, 250, 0.6) !important;
  border: 1px solid rgba(203, 213, 225, 0.5) !important;
  border-radius: 1.5rem !important;
  padding: 2rem !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
  position: relative !important;
  overflow: hidden !important;
  backdrop-filter: blur(8px) !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_whyTitle__Qf1G2 {
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  color: #0f172a !important;
  margin-bottom: 1.25rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.625rem !important;
  line-height: 1.3 !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_whyIcon__Rg2H3 {
  color: #5c6085 !important;
  flex-shrink: 0 !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_whyList__Sh3I4 {
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
  list-style: none !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_whyList__Sh3I4 li {
  display: flex !important;
  gap: 0.75rem !important;
  align-items: flex-start !important;
  font-size: 0.8125rem !important;
  color: #1e293b !important;
  font-weight: 600 !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_checkCircle__Ti4J5 {
  color: #059669 !important;
  flex-shrink: 0 !important;
  margin-top: 0.125rem !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_whyItemTitle__Uj5K6 {
  display: block !important;
  margin-bottom: 0.125rem !important;
  font-weight: 600 !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_whyItemDesc__Vk6L7 {
  font-size: 0.75rem !important;
  color: #64748b !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em !important;
  display: block !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_whyNote__Wl7M8 {
  margin-top: 1.5rem !important;
  padding-top: 1rem !important;
  border-top: 1px solid rgba(203, 213, 225, 0.4) !important;
  font-family: &amp;amp;quot;JetBrains Mono&amp;amp;quot;, monospace !important;
  font-size: 0.6875rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  color: #5c6085 !important;
  line-height: 1.6 !important;
}

/* ══════════════════════════════════════════════════════════
   MEDIA TYPE CARDS
   ══════════════════════════════════════════════════════════ */
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_mediaTypeCard__Xm8N9 {
  background-color: rgba(255, 255, 255, 0.7) !important;
  border: 1px solid rgba(203, 213, 225, 0.5) !important;
  border-radius: 1.5rem !important;
  padding: 1.75rem !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.875rem !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
  backdrop-filter: blur(8px) !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_mediaTypeTitle__Yn9O1 {
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  line-height: 1.3 !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_mediaTypeDesc__Zo1P2 {
  font-size: 0.8125rem !important;
  color: #475569 !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
}

/* ══════════════════════════════════════════════════════════
   FIREPLACE CARDS
   ══════════════════════════════════════════════════════════ */
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_fpCard__Ap2Q3 {
  background-color: rgba(255, 255, 255, 0.6) !important;
  border: 1px solid rgba(203, 213, 225, 0.5) !important;
  border-radius: 1.5rem !important;
  padding: 1.75rem !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
  backdrop-filter: blur(8px) !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_fpIcon__Bq3R4 {
  padding: 0.625rem !important;
  background-color: rgba(245, 158, 11, 0.1) !important;
  border: 1px solid rgba(245, 158, 11, 0.2) !important;
  border-radius: 0.5rem !important;
  align-self: flex-start !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_fpIcon__Bq3R4 svg {
  color: #b45309 !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_fpTitle__Cr4S5 {
  font-size: 1.0625rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_fpDesc__Ds5T6 {
  font-size: 0.8125rem !important;
  color: #475569 !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
}

/* ══════════════════════════════════════════════════════════
   LISTS WRAP (Accent Walls)
   ══════════════════════════════════════════════════════════ */
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_listsWrap__Fu7V8 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.5rem !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_listCard__Gv8W9 {
  background-color: rgba(255, 255, 255, 0.7) !important;
  border: 1px solid rgba(203, 213, 225, 0.5) !important;
  border-radius: 1.5rem !important;
  padding: 1.75rem !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.875rem !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
  backdrop-filter: blur(8px) !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_listTitle__Hw9X1 {
  font-family: &amp;amp;quot;Space Grotesk&amp;amp;quot;, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  color: #5c6085 !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  border-bottom: 1px dashed rgba(203, 213, 225, 0.5) !important;
  padding-bottom: 0.625rem !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_listItems__Ix1Y2 {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.625rem !important;
  list-style: none !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_listItems__Ix1Y2 li {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  font-size: 0.8125rem !important;
  font-weight: 600 !important;
  color: #1e293b !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_infoBox__Et6U7 {
  padding: 1.25rem !important;
  border-radius: 1rem !important;
  background-color: rgba(236, 238, 250, 0.7) !important;
  border: 1px solid rgba(203, 213, 225, 0.5) !important;
  font-family: &amp;amp;quot;Inter&amp;amp;quot;, sans-serif !important;
  font-size: 0.8125rem !important;
  font-weight: 600 !important;
  color: #1e293b !important;
  line-height: 1.6 !important;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.04) !important;
}

/* ══════════════════════════════════════════════════════════
   PROJECT CARDS
   ══════════════════════════════════════════════════════════ */
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_projCard__Jy2Z3 {
  background-color: rgba(255, 255, 255, 0.7) !important;
  border: 1px solid rgba(203, 213, 225, 0.5) !important;
  border-radius: 1.5rem !important;
  padding: 1.75rem !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: 0.875rem !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
  backdrop-filter: blur(8px) !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_projTitle__Kz3A4 {
  font-size: 1.0625rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  line-height: 1.3 !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_projDesc__La4B5 {
  font-size: 0.8125rem !important;
  color: #475569 !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_projNote__Mb5C6 {
  font-size: 0.8125rem !important;
  color: #475569 !important;
  text-align: center !important;
  font-weight: 500 !important;
  margin-top: 0.5rem !important;
}

/* ══════════════════════════════════════════════════════════
   WHY DRYWALL CARDS
   ══════════════════════════════════════════════════════════ */
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_whyDrywallCard__Nc6D7 {
  background-color: rgba(255, 255, 255, 0.7) !important;
  border: 1px solid rgba(203, 213, 225, 0.5) !important;
  border-radius: 1.5rem !important;
  padding: 1.75rem !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.625rem !important;
  justify-content: space-between !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
  backdrop-filter: blur(8px) !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_whyDrywallIcon__Od7E8 {
  color: #059669 !important;
  margin-bottom: 0.25rem !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_whyDrywallTitle__Pe8F9 {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  line-height: 1.3 !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_whyDrywallDesc__Qf9G1 {
  font-size: 0.8125rem !important;
  color: #475569 !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
}

/* ══════════════════════════════════════════════════════════
   AREA CARDS
   ══════════════════════════════════════════════════════════ */
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_areaCard__Ru3V4 {
  background-color: rgba(255, 255, 255, 0.7) !important;
  border: 1px solid rgba(203, 213, 225, 0.5) !important;
  border-radius: 1.5rem !important;
  padding: 1.75rem !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.875rem !important;
  backdrop-filter: blur(8px) !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_areaHeader__Sv4W5 {
  display: flex !important;
  align-items: center !important;
  gap: 0.625rem !important;
  color: #0f172a !important;
  font-family: &amp;amp;quot;Space Grotesk&amp;amp;quot;, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_areaPin__Tw5X6 {
  color: #f59e0b !important;
  flex-shrink: 0 !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_areaCity__Ux6Y7 {
  color: #0f172a !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_areaDesc__Vy7Z8 {
  font-size: 0.8125rem !important;
  color: #475569 !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
}

/* ══════════════════════════════════════════════════════════
   CHOOSE CARDS
   ══════════════════════════════════════════════════════════ */
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_chooseCard__Rg1H2 {
  background-color: rgba(255, 255, 255, 0.7) !important;
  border: 1px solid rgba(203, 213, 225, 0.5) !important;
  border-radius: 1.5rem !important;
  padding: 1.75rem !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.75rem !important;
  backdrop-filter: blur(8px) !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_chooseIcon__Sh2I3 {
  color: #059669 !important;
  flex-shrink: 0 !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_chooseTitle__Ti3J4 {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  line-height: 1.3 !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_chooseDesc__Uj4K5 {
  font-size: 0.8125rem !important;
  color: #475569 !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
}

/* ══════════════════════════════════════════════════════════
   FAQ ACCORDION
   ══════════════════════════════════════════════════════════ */
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_faqList__De4F6 {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.875rem !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_faqItem__Ef5G7 {
  background-color: rgba(255, 255, 255, 0.6) !important;
  border: 1px solid rgba(203, 213, 225, 0.5) !important;
  border-radius: 1rem !important;
  overflow: hidden !important;
  backdrop-filter: blur(8px) !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_faqBtn__Fg6H8 {
  width: 100% !important;
  padding: 1.25rem 1.5rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  text-align: left !important;
  font-family: &amp;amp;quot;Inter&amp;amp;quot;, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  color: #0f172a !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
  gap: 1rem !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_faqBtn__Fg6H8:hover {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_faqChev__Hi8J1 {
  color: #64748b !important;
  flex-shrink: 0 !important;
  transition: transform 0.3s ease !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_faqItem__Ef5G7.TVFeatureWalls_faqOpen__Jk1L3 .TVFeatureWalls_faqChev__Hi8J1 {
  transform: rotate(180deg) !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_faqAns__Ij9K2 {
  max-height: 0 !important;
  overflow: hidden !important;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease !important;
  padding: 0 1.5rem !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_faqItem__Ef5G7.TVFeatureWalls_faqOpen__Jk1L3 .TVFeatureWalls_faqAns__Ij9K2 {
  max-height: 300px !important;
  opacity: 1;
  padding: 0 1.5rem 1.5rem 1.5rem !important;
  border-top: 1px solid rgba(203, 213, 225, 0.3) !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_faqAns__Ij9K2 p {
  font-size: 0.875rem !important;
  color: #475569 !important;
  line-height: 1.7 !important;
  background-color: rgba(236, 238, 250, 0.6) !important;
  padding: 1.25rem !important;
  border-radius: 0.75rem !important;
  margin-top: 0.875rem !important;
}

/* ══════════════════════════════════════════════════════════
   BOTTOM CTA - BUG FIX #2: Bulletproof Centering
   ══════════════════════════════════════════════════════════ */
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_ctaCenter__Lm3N5 {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  padding: 4rem 1rem !important;
  box-sizing: border-box !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_ctaCenter__Lm3N5 &amp;amp;gt; div {
  width: 100% !important;
  max-width: 42rem !important;
  margin: 0 !important;
  text-align: center !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid rgba(203, 213, 225, 0.4) !important;
  padding: 3.5rem 2.5rem !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  position: relative !important;
  overflow: hidden !important;
  backdrop-filter: blur(16px) !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 250, 252, 0.75) 100%) !important;
  border-radius: 2rem !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_ctaCenter__Lm3N5 &amp;amp;gt; div::before {
  content: &amp;amp;quot;&amp;amp;quot; !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 12rem !important;
  height: 12rem !important;
  background: radial-gradient(circle, rgba(250, 204, 21, 0.15) 0%, transparent 70%) !important;
  border-radius: 50% !important;
  filter: blur(60px) !important;
  z-index: 0 !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_ctaCenter__Lm3N5 &amp;amp;gt; div::after {
  content: &amp;amp;quot;&amp;amp;quot; !important;
  position: absolute !important;
  bottom: 0 !important;
  right: 0 !important;
  width: 12rem !important;
  height: 12rem !important;
  background: radial-gradient(circle, rgba(210, 227, 253, 0.2) 0%, transparent 70%) !important;
  border-radius: 50% !important;
  filter: blur(60px) !important;
  z-index: 0 !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_ctaTag__Vl8M9 {
  font-family: &amp;amp;quot;JetBrains Mono&amp;amp;quot;, monospace !important;
  font-size: 0.625rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  padding: 0.375rem 1rem !important;
  border-radius: 9999px !important;
  background-color: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(203, 213, 225, 0.5) !important;
  color: #475569 !important;
  margin-bottom: 1.5rem !important;
  backdrop-filter: blur(8px) !important;
  position: relative !important;
  z-index: 10 !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_ctaTitle__No5P7 {
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin-bottom: 1.25rem !important;
  letter-spacing: -0.025em !important;
  line-height: 1.2 !important;
  position: relative !important;
  z-index: 10 !important;
}
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_ctaDesc__Op6Q8 {
  font-size: 0.9375rem !important;
  color: #475569 !important;
  margin-bottom: 2.5rem !important;
  max-width: 36rem !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  position: relative !important;
  z-index: 10 !important;
}

/* ══════════════════════════════════════════════════════════
   TRANSITION PROPERTIES
   ══════════════════════════════════════════════════════════ */
#TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_animateIn__Pf4T7 {
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1),
              transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE — TABLET (640px+)
   ══════════════════════════════════════════════════════════ */
@media (min-width: 640px) {
  #TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_hero__Hr4T9 {
    padding: 4rem 1.5rem !important;
  }
  #TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_section__Jz8N2 {
    padding: 5rem 1.5rem !important;
  }
  #TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_heroTitle__Mz3B8 {
    font-size: 3.5rem !important;
  }
  #TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_heroInner__Hu7W3 {
    grid-template-columns: 1fr 1fr !important;
  }
  #TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_heroMedia__Wj4L9 {
    justify-content: flex-end !important;
  }
  #TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_mediaWrapper__Xk5M1 {
    aspect-ratio: 1/1 !important;
  }
  #TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_advGrid__Hw1X2 {
    grid-template-columns: 1fr !important;
  }
  #TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_servicesList__Od8E9 {
    grid-template-columns: 1fr !important;
  }
  #TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_grid4__Dr9H3 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  #TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_grid5__Qt2U3 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  #TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_listsWrap__Fu7V8 {
    grid-template-columns: 1fr 1fr !important;
  }
  #TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_faqBtn__Fg6H8 {
    padding: 1.5rem 1.75rem !important;
  }
  #TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_faqAns__Ij9K2 {
    padding: 0 1.75rem !important;
  }
  #TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_faqItem__Ef5G7.TVFeatureWalls_faqOpen__Jk1L3 .TVFeatureWalls_faqAns__Ij9K2 {
    padding: 0 1.75rem 1.75rem 1.75rem !important;
  }
  #TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_ctaCenter__Lm3N5 {
    padding: 5rem 2.5rem !important;
  }
  #TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_ctaCenter__Lm3N5 &amp;amp;gt; div {
    padding: 4rem 3rem !important;
  }
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE — DESKTOP (768px+)
   ══════════════════════════════════════════════════════════ */
@media (min-width: 768px) {
  #TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_hero__Hr4T9 {
    padding: 5rem 1.5rem !important;
  }
  #TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_heroTitle__Mz3B8 {
    font-size: 3.75rem !important;
  }
  #TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_sectionTitle__Mc2Q5 {
    font-size: 2.25rem !important;
  }
  #TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_twoCol__Oe3S6 {
    grid-template-columns: 1fr 1fr !important;
  }
  #TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_grid3__Oe4S7 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  #TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_grid4__Dr9H3 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  #TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_ctaCenter__Lm3N5 {
    padding: 5rem 3rem !important;
  }
  #TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_ctaCenter__Lm3N5 &amp;amp;gt; div {
    padding: 4.5rem 3.5rem !important;
  }
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE — LARGE DESKTOP (1024px+)
   ══════════════════════════════════════════════════════════ */
@media (min-width: 1024px) {
  #TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_heroTitle__Mz3B8 {
    font-size: 4rem !important;
  }
  #TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_sectionTitle__Mc2Q5 {
    font-size: 2.5rem !important;
  }
  #TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_grid5__Qt2U3 {
    grid-template-columns: repeat(5, 1fr) !important;
  }
  #TVFeatureWalls_root__Tv8K3 .TVFeatureWalls_sectionHead__Ka9O3 {
    margin-bottom: 5rem !important;
  }
}

/* ══════════════════════════════════════════════════════════
   MOBILE OVERRIDE (Under 640px)
   ══════════════════════════════════════════════════════════ */
@media (max-width: 639px) {
  #TVFeatureWalls_root__Tv8K3 {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
 .module[data-id_page='20']{;background-color:#F8FAFC;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}.module[data-id_page='20']:hover{;}.module[data-id_page='20']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='20'] > div{
                        position:relative;
                        z-index:12;
                    }
                .module[data-id_page='20'] 
            
            .module[data-id_page='20'] .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;
        
            }

            .module[data-id_page='20'] .layer_first_child {
                width: 100%;
            }
        
            .module[data-id_page='20']:hover .new_admin_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
                    #s_breadCrump{
                        flex: 0 0 100%;
                        max-width: 100%;
                        width: 100%;
                        margin: auto;
                        height: 50px;
                        line-height:24px;
                        padding:0 20px;
                        font-size: 12px;
                        color:#000000;
                    }
                    #s_breadCrump span,#s_breadCrump a{display:inline-block;padding: 0px 5px;color:#000000;}
                 
            .card-main{
                width: 100%;
                padding: 0 10px;
            } 
            #locals_main .card-box-width{
                flex: 0 0 33.333333333333%;
                max-width: 33.333333333333%;
            }
            .pagination{
                width: 100%;
                flex: 0 0 calc(100% - 20px);
                max-width: calc(100% - 20px);
                flex-direction: row;
                align-items: center;
                justify-content: space-between;
                height: 50px;
                padding: 15px;
                margin: 20px 10px;
                border-radius: 50px;
                background-color: #222831;
                box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
            }
            .arrow-pagination > svg{
                width: 100%;
                height: 100%;
            }
            .arrow-pagination > svg path{
                fill: #222831;
            }
            .right-pagination{
                transform: rotate(180deg);
            }
            .number-pagination{
                display: flex;
                flex-direction: row;
                align-items: center;
                height: 100%;
            }
            .num-pagination:hover{
                background-color: #1e5f74;
            }
            .num-pagination:hover > a{
                color: #fff;
            }
            .arrow-pagination:hover{
                background-color: #1e5f74;
            }
            .arrow-pagination:hover >svg path{
                fill: #fff;
            }
            .pagination-style{
                flex:0 0 30px;
                max-width: 30px;
                width:100%;
                height: 30px;
                background-color: #dddddd;
                border-radius: 50%;
                padding: 5px;
                cursor: pointer;
                text-align: center;
            }
            .number-pagination .pagination-style{
                margin: 0 7px;
            }
            .number-pagination .arrow-pagination > a{
                display: block;
                text-align: center;
            }
            .active-pagination{
                background-color: #00baff !important;
            }
            .active-pagination > a{
                color: #fff !important;
            }
            .pagination-style > span{
                display: block;
                margin-top: -4px;
                font-weight: 600;
            }
            .non-product{   
                font-size: 25px;
                display: block;
                text-align: center;
                font-weight: 600;
                color: #222;
                margin: 50px 0;
                width: 100%;
            }
            .post-details > i{
                transform: rotate(0);
            }
            .post-details::after{
                left: 0;
            }
            .link-box::after{
                left: 0;
            }
            .link-box > i{
                transform: rotate(0) translateY(1px);
            }
            .link-box:hover i{
             color:#1ebbf0;
            }
            #top_custom_review{
                flex: 0 0 100%;
                width: 100%;
                max-width: 100%;
            }
            .adv-img{
                width: 100%;
                height: 100%;
                object-fit: cover;
                padding: 15px;
                user-drag: none;
                -webkit-user-drag: none;
                user-select: none;
                -moz-user-select: none;
                -webkit-user-select: none;
                -ms-user-select: none;
            }
           
                .card-main{ 
                    flex: 0 0 100%;
                    max-width: 100%;
                }
            .card-box {  width: 100%;  padding: 20px 10px 0 10px;  height: 380px;  position: relative;}.box-radius{  border-radius: 10px;  overflow: hidden;}.card-box > div {  height: 100%;}.pre {  position: relative;}.card-box:hover .bg-image > img {  transform: scale(1.2);  transition: transform 4s ease-out;}.bg-image {  width: 100%;  height: 100%;  overflow: hidden;}.bg-image > img {  width: 100%;  height: 100%;  object-fit: cover;  transition: transform 0.3s ease-out, opacity 0.35s;}.bg-text-section {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  overflow: hidden;}.bg-text-section::before {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  opacity: 1;  content: '';  background: rgba(0, 0, 0, 0.8);  background: -moz-linear-gradient(    top,    rgba(0, 0, 0, 0) 0%,    rgba(0, 0, 0, 0.8) 65%,    rgba(0, 0, 0, 0.8) 100%  );  background: -webkit-linear-gradient(    top,    rgba(0, 0, 0, 0) 0%,    rgba(0, 0, 0, 0.8) 65%,    rgba(0, 0, 0, 0.8) 100%  );  background: linear-gradient(    to bottom,    rgba(0, 0, 0, 0) 0%,    rgba(0, 0, 0, 0.8) 65%,    rgba(0, 0, 0, 0.8) 100%  );  -webkit-transform: translate3d(0, 35%, 0);  transform: translate3d(0, 35%, 0);  -webkit-transition: opacity 0.35s, bottom 0.35s, -webkit-transform 0.4s;  transition: opacity 0.35s, bottom 0.35s, transform 0.4s;}.card-box:hover .bg-text-section::before {  opacity: 1;  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0);}.text-section {  position: absolute;  bottom: -100%;  left: 0;  width: 100%;  box-sizing: border-box;  padding: 0 30px 25px 30px;  -webkit-transition: opacity 0.35s, bottom 0.35s, -webkit-transform 0.4s;  transition: opacity 0.35s, bottom 0.35s, transform 0.4s;}.text-section {    position: absolute;    bottom: -35%!important;    left: 0;    width: 100%;    box-sizing: border-box;    padding: 0 16px 16px 16px;    -webkit-transition: opacity 0.35s, bottom 0.35s, -webkit-transform 0.4s;    transition: opacity 0.35s, bottom 0.35s, transform 0.4s;}.card-box:hover .text-section {  bottom: 0 !important;}.entry-title {  margin-bottom: 15px;  font-size: 22px;  line-height: 40px;  font-weight: 700;  color: #fff;}.entry-excerpt {  margin-bottom: 15px;  color: #fff;  font-size: 16px;  line-height: 1.5;}.entry-excerpt {    margin-bottom: 5px!important;    color: #fff;    font-size: 16px;    line-height: 1.5;    /* margin-top: 20px; */    display: -webkit-box;    -webkit-line-clamp: 3;    -webkit-box-orient: vertical;    overflow: hidden;    text-overflow: ellipsis;    height: 100px;    /* margin: 20px 0; */    margin-top: 20px;}.post-details {  color: #fff;  position: relative;    display: -webkit-box;    -webkit-line-clamp: 1;    -webkit-box-orient: vertical;    overflow: hidden;    text-overflow: ellipsis;}.post-details::after {  position: absolute;  display: block;    bottom: -5px;  width: 0;  height: 2px;  content: '';  transition: width 0.4s ease;  clear: both;  background: #1ebbf0;  background: -webkit-linear-gradient(135deg, #1ebbf0 30%, #39dfaa 100%);  background: linear-gradient(135deg, #1ebbf0 30%, #39dfaa 100%);}.post-details:hover::after {  width: 100%;}.post-details:hover > i{  color: #1ebbf0;}
/* ================= NANAIMO DRYWALL FOOTER STYLES ================= */
/* Strictly scoped with .nd- prefix to prevent interference */

/* Scoped Reset */
.nd-footer *,
.nd-footer *::before,
.nd-footer *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Footer Main Container */
.nd-footer {
  background-color: #e4e4f0;
  padding: 60px 60px 32px 60px;
  font-family: &amp;amp;amp;amp;amp;#039;Segoe UI&amp;amp;amp;amp;amp;#039;, Tahoma, Geneva, Verdana, sans-serif;
  width: 100%;
  color: #1a1a2e;
}

.nd-footer__container {
  max-width: 1280px;
  margin: 0 auto;
}

/* ================= TOP SECTION: 4 Columns ================= */
.nd-footer__top {
  display: grid;
  grid-template-columns: 1.5fr 1.2fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
}

/* ---------- Brand Column ---------- */
.nd-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.nd-footer__logo-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nd-footer__logo-icon {
  width: 46px;
  height: 46px;
  background: #d4d4e2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.nd-footer__logo-icon svg {
  width: 26px;
  height: 26px;
}

.nd-footer__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.nd-footer__brand-name {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #1a1a2e;
}

.nd-footer__brand-accent {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #e8872a;
}

.nd-footer__logo-tagline {
  font-size: 10px;
  letter-spacing: 2.2px;
  color: #6b6b80;
  font-weight: 600;
  margin-top: 3px;
  text-transform: uppercase;
}

.nd-footer__description {
  font-size: 14px;
  line-height: 1.7;
  color: #3d3d50;
  max-width: 380px;
}

/* ---------- Column Headings ---------- */
.nd-footer__col-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #4a4a6a;
  margin-bottom: 18px;
}

/* ---------- Directories Column ---------- */
.nd-footer__dir-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
}

.nd-footer__dir-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nd-footer__dir-item {
  list-style: none;
}

.nd-footer__dir-link {
  text-decoration: none;
  color: #1a1a2e;
  font-size: 14.5px;
  font-weight: 500;
  transition: color 0.2s ease;
  display: inline-block;
}

.nd-footer__dir-link:hover {
  color: #e8872a;
}

/* ---------- Services Column ---------- */
.nd-footer__service-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nd-footer__service-item {
  list-style: none;
  font-size: 14.5px;
  font-weight: 500;
  color: #1a1a2e;
  line-height: 1.4;
  transition: color 0.2s ease;
}

.nd-footer__service-item::before {
  content: &amp;amp;amp;amp;amp;#039;•&amp;amp;amp;amp;amp;#039;;
  margin-right: 8px;
  color: #1a1a2e;
  transition: color 0.2s ease;
}

.nd-footer__service-link {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}

.nd-footer__service-item:hover,
.nd-footer__service-item:hover::before,
.nd-footer__service-link:hover {
  color: #e8872a;
}

/* ---------- Areas Column (Updated with Links) ---------- */
.nd-footer__area-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nd-footer__area-item {
  list-style: none;
}

.nd-footer__area-link {
  text-decoration: none;
  color: #1a1a2e;
  font-size: 14.5px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s ease;
  cursor: pointer;
}

.nd-footer__pin-icon {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  color: #4a4a6a;
  transition: color 0.2s ease;
}

.nd-footer__area-link:hover,
.nd-footer__area-link:hover .nd-footer__pin-icon {
  color: #e8872a;
}

/* ================= DIVIDER ================= */
.nd-footer__divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  margin: 0 0 28px 0;
}

/* ================= BOTTOM ROW ================= */
.nd-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.nd-footer__copyright {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a2e;
}

.nd-footer__credentials {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nd-footer__check-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.nd-footer__credentials-text {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a2e;
}

/* ================= SCROLL TO TOP BUTTON ================= */
.nd-scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #1a1a2e;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.2s ease;
  z-index: 1000;
  padding: 0;
}

.nd-scroll-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nd-scroll-top:hover {
  background-color: #2d2d44;
  transform: translateY(-2px);
}

.nd-scroll-top__icon {
  width: 22px;
  height: 22px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1024px) {
  .nd-footer {
    padding: 50px 40px 28px 40px;
  }
  .nd-footer__top {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
}

@media (max-width: 768px) {
  .nd-footer {
    padding: 40px 24px 24px 24px;
  }
  .nd-footer__top {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .nd-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .nd-footer__dir-grid {
    grid-template-columns: 1fr;
  }
  .nd-footer__brand-name,
  .nd-footer__brand-accent {
    font-size: 18px;
  }
}
 
            body{
                position: relative;
            }
            .dno{
                display: none!important;
            }
            .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: #F8FAFC;
                    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: 256px;
                height: 100px;
                max-width: 256px;
                max-height: 100px;
                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: #222 ;
                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: #F8FAFC;
            }
            .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%  +  5px);
                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: 5px solid #fff;
                    }
                    .nav-container .navbar.navbar-sub{
                        position: absolute;
                        z-index: 4999;
                        background: #F8FAFC;
                        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%  +  5px);
                    }
                    .nav-container .navbar.navbar-sub .nav-list{
                        width: 200px;
                        border-right: 5px solid #fff;
                        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%  +  5px);
                }
            
            .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: #F8FAFC;
            }
            .nav-container .navbar .nav-list.base-level:hover svg{
                fill: ;
            }
            .sub-menu-container{
                position: absolute;
                min-width: 150px;
                background-color: #F8FAFC;
                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: #222;
                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: #222;
            }
            .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: block;
                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: ;
                }
                .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: #F8FAFC !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  #fff;
                padding: 15px;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                background-color: #0F172B;
            }
            #back_to_top svg{
                width: 24px;
                height: 24px;
                fill: #fff ;
            }
            #back_to_top img{
                width: 24px;
                height: 24px;
                fill: #fff ;
                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: 256px 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;
                    }
                
            #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;
            }
        
            #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;}