
/* Scoped Reset and general container rules */
#HeroCarousel_root__Vp3L7,
#HeroCarousel_root__Vp3L7 * {
  margin: 0 !important;
  padding: 0;
  box-sizing: border-box !important;
}

#HeroCarousel_root__Vp3L7 {
  position: relative !important;
  width: 100% !important;
  height: 650px !important;
  background-color: #0c0c0f !important;
  color: #ffffff !important;
  overflow: hidden !important;
  border-bottom: 1px solid #181c24 !important;
  user-select: none !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  font-family: &amp;quot;Vazirmatn&amp;quot;, &amp;quot;Inter&amp;quot;, sans-serif !important;
  direction: rtl !important;
  text-align: right !important;
  box-shadow: none !important;
}

@media (min-width: 640px) {
  #HeroCarousel_root__Vp3L7 {
    height: 700px !important;
  }
}

@media (min-width: 1024px) {
  #HeroCarousel_root__Vp3L7 {
    height: 750px !important;
  }
}

/* Slides Container and individual relative Slide styles */
#HeroCarousel_root__Vp3L7 .HeroCarousel_slidesContainer__Vp3L7 {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_slide__Vp3L7 {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  opacity: 0 !important;
  visibility: hidden !important;
  z-index: 1 !important;
  transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), visibility 1.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0 1rem !important;
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_slideActive__Vp3L7 {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 3 !important;
}

/* Overlays */
#HeroCarousel_root__Vp3L7 .HeroCarousel_overlayTop__Vp3L7 {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(to top, #09090b 0%, rgba(9, 9, 11, 0.85) 50%, rgba(9, 9, 11, 0.6) 100%) !important;
  z-index: 2 !important;
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_overlaySides__Vp3L7 {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(to right, rgba(9, 9, 11, 0.4) 0%, transparent 50%, rgba(9, 9, 11, 0.4) 100%) !important;
  z-index: 2 !important;
}

/* Decorative vector grids &amp;amp; glow blobs */
#HeroCarousel_root__Vp3L7 .HeroCarousel_vectorGrid__Vp3L7 {
  position: absolute !important;
  inset: 0 !important;
  opacity: 0.10 !important;
  pointer-events: none !important;
  background-image: radial-gradient(#b81c22 1.5px, transparent 1.5px) !important;
  background-size: 24px 24px !important;
  z-index: 4 !important;
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_radialGlowRed__Vp3L7 {
  position: absolute !important;
  top: 25% !important;
  left: 25% !important;
  width: 320px !important;
  height: 320px !important;
  background-color: rgba(184, 28, 34, 0.1) !important;
  border-radius: 9999px !important;
  filter: blur(120px) !important;
  pointer-events: none !important;
  z-index: 4 !important;
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_radialGlowAmber__Vp3L7 {
  position: absolute !important;
  bottom: 25% !important;
  right: 25% !important;
  width: 320px !important;
  height: 320px !important;
  background-color: rgba(146, 64, 14, 0.1) !important;
  border-radius: 9999px !important;
  filter: blur(120px) !important;
  pointer-events: none !important;
  z-index: 4 !important;
}

/* Slide Content Container */
#HeroCarousel_root__Vp3L7 .HeroCarousel_content__Vp3L7 {
  position: relative !important;
  max-width: 56rem !important;
  width: 100% !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  z-index: 10 !important;
  padding-top: 3rem !important;
}

/* Slide Elements Animations &amp;amp; Layout */
#HeroCarousel_root__Vp3L7 .HeroCarousel_badge__Vp3L7 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  padding: 0.375rem 1rem !important;
  border-radius: 9999px !important;
  background-color: rgba(69, 10, 10, 0.7) !important;
  border: 1px solid rgba(239, 68, 68, 0.35) !important;
  color: #ff4b50 !important;
  font-size: 0.75rem !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  backdrop-filter: blur(12px) !important;
  margin-bottom: 1.25rem !important;
  
  opacity: 0 !important;
  transform: translateY(20px) !important;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_slideActive__Vp3L7 .HeroCarousel_badge__Vp3L7 {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition-delay: 0.1s !important;
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_pulseDot__Vp3L7 {
  width: 0.625rem !important;
  height: 0.625rem !important;
  background-color: #e52a30 !important;
  border-radius: 9999px !important;
  display: inline-block !important;
  animation: HeroCarousel_ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_title__Vp3L7 {
  color: #ffffff !important;
  font-size: 1.875rem !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 1.25rem !important;
  padding: 0 0.5rem !important;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
  
  opacity: 0 !important;
  transform: translateY(20px) !important;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_slideActive__Vp3L7 .HeroCarousel_title__Vp3L7 {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition-delay: 0.25s !important;
}

@media (min-width: 640px) {
  #HeroCarousel_root__Vp3L7 .HeroCarousel_title__Vp3L7 {
    font-size: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  #HeroCarousel_root__Vp3L7 .HeroCarousel_title__Vp3L7 {
    font-size: 3rem !important;
  }
}

@media (min-width: 1024px) {
  #HeroCarousel_root__Vp3L7 .HeroCarousel_title__Vp3L7 {
    font-size: 3.5rem !important;
  }
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_desc__Vp3L7 {
  color: #f4f4f5 !important;
  font-size: 0.875rem !important;
  line-height: 1.625 !important;
  max-width: 42rem !important;
  margin-bottom: 1.5rem !important;
  padding: 0 1rem !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) !important;
  
  opacity: 0 !important;
  transform: translateY(20px) !important;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_slideActive__Vp3L7 .HeroCarousel_desc__Vp3L7 {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition-delay: 0.4s !important;
}

@media (min-width: 640px) {
  #HeroCarousel_root__Vp3L7 .HeroCarousel_desc__Vp3L7 {
    font-size: 1rem !important;
  }
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_highlight__Vp3L7 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.625rem !important;
  color: #fbbf24 !important;
  font-weight: 800 !important;
  font-size: 0.75rem !important;
  background-color: rgba(120, 53, 4, 0.6) !important;
  padding: 0.375rem 1rem !important;
  border-radius: 0.75rem !important;
  border: 1px solid rgba(245, 158, 11, 0.35) !important;
  backdrop-filter: blur(12px) !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3) !important;
  margin-bottom: 1.5rem !important;
  
  opacity: 0 !important;
  transform: translateY(20px) !important;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_slideActive__Vp3L7 .HeroCarousel_highlight__Vp3L7 {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition-delay: 0.55s !important;
}

@media (min-width: 640px) {
  #HeroCarousel_root__Vp3L7 .HeroCarousel_highlight__Vp3L7 {
    font-size: 0.875rem !important;
  }
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_iconFlame__Vp3L7 {
  width: 1rem !important;
  height: 1rem !important;
  color: #f59e0b !important;
  flex-shrink: 0 !important;
  animation: HeroCarousel_pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_actions__Vp3L7 {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 1rem !important;
  width: 100% !important;
  margin-top: 1rem !important;
  
  opacity: 0 !important;
  transform: translateY(20px) !important;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_slideActive__Vp3L7 .HeroCarousel_actions__Vp3L7 {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition-delay: 0.7s !important;
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_ctaPrimary__Vp3L7 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0.875rem 2rem !important;
  border-radius: 0.75rem !important;
  background-color: #b81c22 !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  font-size: 0.875rem !important;
  text-decoration: none !important;
  box-shadow: 0 20px 25px -5px rgba(69, 10, 10, 0.5) !important;
  border: 1px solid rgba(239, 68, 68, 0.2) !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
}

@media (min-width: 640px) {
  #HeroCarousel_root__Vp3L7 .HeroCarousel_ctaPrimary__Vp3L7 {
    font-size: 1rem !important;
  }
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_ctaPrimary__Vp3L7:hover {
  background-color: #e52a30 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 25px 30px -5px rgba(69, 10, 10, 0.6) !important;
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_ctaPrimary__Vp3L7:active {
  transform: scale(0.95) !important;
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_ctaSecondary__Vp3L7 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0.875rem 1.5rem !important;
  border-radius: 0.75rem !important;
  background-color: rgba(24, 24, 27, 0.6) !important;
  border: 1px solid #3f3f46 !important;
  color: #d4d4d8 !important;
  font-weight: 600 !important;
  font-size: 0.75rem !important;
  text-decoration: none !important;
  backdrop-filter: blur(8px) !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
}

@media (min-width: 640px) {
  #HeroCarousel_root__Vp3L7 .HeroCarousel_ctaSecondary__Vp3L7 {
    font-size: 0.875rem !important;
  }
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_ctaSecondary__Vp3L7:hover {
  color: #ffffff !important;
  border-color: rgba(229, 42, 48, 0.5) !important;
  background-color: rgba(39, 39, 42, 0.4) !important;
  transform: translateY(-2px) !important;
}

/* Controls overlaid at bottom */
#HeroCarousel_root__Vp3L7 .HeroCarousel_controlsContainer__Vp3L7 {
  position: absolute !important;
  bottom: 5.5rem !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 20 !important;
  width: 100% !important;
  max-width: 32rem !important;
  padding: 0 1rem !important;
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_navControls__Vp3L7 {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 1.5rem !important;
  width: 100% !important;
  border-top: 1px solid rgba(63, 63, 70, 0.6) !important;
  padding-top: 2rem !important;
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_arrowBtns__Vp3L7 {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_arrowBtn__Vp3L7 {
  padding: 0.625rem !important;
  border-radius: 0.75rem !important;
  background-color: rgba(24, 24, 27, 0.8) !important;
  border: 1px solid #27272a !important;
  color: #d4d4d8 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.2s ease !important;
  outline: none !important;
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_arrowBtn__Vp3L7:hover {
  color: #ffffff !important;
  background-color: #b81c22 !important;
  border-color: #b81c22 !important;
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_arrowBtn__Vp3L7:active {
  transform: scale(0.95) !important;
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_separator__Vp3L7 {
  color: #27272a !important;
  font-size: 1rem !important;
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_pagerDots__Vp3L7 {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_pagerDot__Vp3L7 {
  height: 0.625rem !important;
  width: 0.625rem !important;
  border-radius: 9999px !important;
  background-color: #3f3f46 !important;
  border: none !important;
  cursor: pointer !important;
  outline: none !important;
  transition: all 0.3s ease !important;
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_pagerDot__Vp3L7:hover {
  background-color: #71717a !important;
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_pagerDotActive__Vp3L7 {
  width: 2rem !important;
  background-color: #e52a30 !important;
}

/* Scroll down indicator */
#HeroCarousel_root__Vp3L7 .HeroCarousel_scrollIndicator__Vp3L7 {
  position: absolute !important;
  bottom: 1.5rem !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0.375rem !important;
  color: #71717a !important;
  text-decoration: none !important;
  z-index: 20 !important;
  transition: color 0.3s ease !important;
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_scrollIndicator__Vp3L7:hover {
  color: #ffffff !important;
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_scrollLabelWrapper__Vp3L7 {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0.25rem !important;
  color: inherit !important;
  text-decoration: none !important;
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_scrollText__Vp3L7 {
  font-size: 0.625rem !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  color: #a1a1aa !important;
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_scrollIndicator__Vp3L7:hover .HeroCarousel_scrollText__Vp3L7 {
  color: #ffffff !important;
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_scrollChevron__Vp3L7 {
  width: 1rem !important;
  height: 1rem !important;
  color: #b81c22 !important;
  animation: HeroCarousel_bounce 2s infinite !important;
  transition: transform 0.3s ease !important;
}

#HeroCarousel_root__Vp3L7 .HeroCarousel_scrollIndicator__Vp3L7:hover .HeroCarousel_scrollChevron__Vp3L7 {
  transform: scale(1.25) !important;
}

/* Keyframes animations */
@keyframes HeroCarousel_ping {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  75%, 100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

@keyframes HeroCarousel_bounce {
  0%, 20%, 53%, 80%, 100% {
    transform: translateY(0);
  }
  40%, 43% {
    transform: translateY(-8px);
  }
  70% {
    transform: translateY(-4px);
  }
  90% {
    transform: translateY(-1.5px);
  }
}

@keyframes HeroCarousel_pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
}

/* Mobile Responsive Overrides for Complete Compliance */
@media (max-width: 768px) {
  #HeroCarousel_root__Vp3L7 {
    height: 660px !important;
  }

  #HeroCarousel_root__Vp3L7 .HeroCarousel_slide__Vp3L7 {
    padding-top: 2rem !important;
    padding-bottom: 9rem !important;
    justify-content: center !important;
  }

  #HeroCarousel_root__Vp3L7 .HeroCarousel_content__Vp3L7 {
    padding-top: 1rem !important;
    width: 100% !important;
  }

  #HeroCarousel_root__Vp3L7 .HeroCarousel_badge__Vp3L7 {
    padding: 0.35rem 0.85rem !important;
    font-size: 0.7rem !important;
    margin-bottom: 0.85rem !important;
  }

  #HeroCarousel_root__Vp3L7 .HeroCarousel_title__Vp3L7 {
    font-size: 1.5rem !important;
    margin-bottom: 0.85rem !important;
    line-height: 1.35 !important;
    font-weight: 900 !important;
  }

  #HeroCarousel_root__Vp3L7 .HeroCarousel_desc__Vp3L7 {
    font-size: 0.8rem !important;
    margin-bottom: 0.85rem !important;
    line-height: 1.6 !important;
    max-width: 28rem !important;
    padding: 0 0.5rem !important;
  }

  #HeroCarousel_root__Vp3L7 .HeroCarousel_highlight__Vp3L7 {
    padding: 0.35rem 0.85rem !important;
    font-size: 0.75rem !important;
    margin-bottom: 1.25rem !important;
  }

  #HeroCarousel_root__Vp3L7 .HeroCarousel_actions__Vp3L7 {
    margin-top: 0.5rem !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.85rem !important;
    width: 100% !important;
    max-width: 290px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #HeroCarousel_root__Vp3L7 .HeroCarousel_ctaPrimary__Vp3L7 {
    width: 100% !important;
    padding: 0.8rem 1.5rem !important;
    font-size: 0.85rem !important;
    border-radius: 0.75rem !important;
    box-shadow: 0 10px 15px -3px rgba(69, 10, 10, 0.4) !important;
    text-align: center !important;
  }

  #HeroCarousel_root__Vp3L7 .HeroCarousel_ctaSecondary__Vp3L7 {
    width: 100% !important;
    padding: 0.8rem 1.5rem !important;
    font-size: 0.85rem !important;
    border-radius: 0.75rem !important;
    text-align: center !important;
  }

  #HeroCarousel_root__Vp3L7 .HeroCarousel_controlsContainer__Vp3L7 {
    bottom: 5.5rem !important;
  }

  #HeroCarousel_root__Vp3L7 .HeroCarousel_navControls__Vp3L7 {
    border-top: none !important;
    padding-top: 0 !important;
    gap: 1rem !important;
    justify-content: center !important;
  }

  #HeroCarousel_root__Vp3L7 .HeroCarousel_arrowBtns__Vp3L7 {
    display: none !important;
  }

  #HeroCarousel_root__Vp3L7 .HeroCarousel_separator__Vp3L7 {
    display: none !important;
  }

  #HeroCarousel_root__Vp3L7 .HeroCarousel_pagerDot__Vp3L7 {
    height: 0.625rem !important;
    width: 0.625rem !important;
  }

  #HeroCarousel_root__Vp3L7 .HeroCarousel_pagerDotActive__Vp3L7 {
    width: 2rem !important;
  }

  #HeroCarousel_root__Vp3L7 .HeroCarousel_scrollIndicator__Vp3L7 {
    bottom: 1rem !important;
  }

  #HeroCarousel_root__Vp3L7 .HeroCarousel_scrollText__Vp3L7 {
    font-size: 0.6rem !important;
  }
}
 
/* Reset inside root scope to prevent CMS leakage */
#AboutSection_root__Km9X4,
#AboutSection_root__Km9X4 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
}

#AboutSection_root__Km9X4 {
  position: relative !important;
  width: 100% !important;
  background-color: #ffffff !important;
  color: #18181b !important;
  font-family: &quot;Vazirmatn&quot;, &quot;Inter&quot;, sans-serif !important;
  direction: rtl !important;
  text-align: right !important;
  padding: 5rem 0 !important;
  border-bottom: 1px solid #f4f4f5 !important;
  overflow: hidden !important;
}

#AboutSection_root__Km9X4 .AboutSection_container__Km9X4 {
  width: 100% !important;
  max-width: 80rem !important; /* max-w-7xl equivalence */
  margin: 0 auto !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

/* Grid Layout - Mobile-first Flow */
#AboutSection_root__Km9X4 .AboutSection_grid__Km9X4 {
  display: flex !important;
  flex-direction: column !important;
  gap: 3rem !important;
  width: 100% !important;
}

#AboutSection_root__Km9X4 .AboutSection_leftBlock__Km9X4 {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 1.5rem !important;
}

#AboutSection_root__Km9X4 .AboutSection_rightBlock__Km9X4 {
  width: 100% !important;
}

@media (min-width: 1024px) {
  #AboutSection_root__Km9X4 .AboutSection_grid__Km9X4 {
    display: grid !important;
    grid-template-columns: repeat(12, 1fr) !important;
    gap: 4rem !important;
  }
  #AboutSection_root__Km9X4 .AboutSection_leftBlock__Km9X4 {
    grid-column: span 6 !important;
    width: auto !important;
  }
  #AboutSection_root__Km9X4 .AboutSection_rightBlock__Km9X4 {
    grid-column: span 6 !important;
    width: auto !important;
  }
}

/* Badge styling */
#AboutSection_root__Km9X4 .AboutSection_badge__Km9X4 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  color: #b81c22 !important;
  font-weight: 900 !important;
  font-size: 0.8125rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}

#AboutSection_root__Km9X4 .AboutSection_badgeLine__Km9X4 {
  height: 2px !important;
  width: 2rem !important;
  background-color: #b81c22 !important;
}

/* Titles and Descs */
#AboutSection_root__Km9X4 .AboutSection_title__Km9X4 {
  color: #09090b !important;
  font-size: 1.875rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  letter-spacing: -0.02em !important;
}

@media (min-width: 640px) {
  #AboutSection_root__Km9X4 .AboutSection_title__Km9X4 {
    font-size: 2.25rem !important;
  }
}

#AboutSection_root__Km9X4 .AboutSection_desc__Km9X4 {
  color: #4b5563 !important;
  font-size: 0.9375rem !important;
  line-height: 1.75 !important;
}

#AboutSection_root__Km9X4 .AboutSection_desc__Km9X4 strong {
  color: #09090b !important;
  font-weight: 700 !important;
}

/* Trust Metric Badge */
#AboutSection_root__Km9X4 .AboutSection_metricBadge__Km9X4 {
  padding: 1rem 1.25rem !important;
  border-radius: 1rem !important;
  background-color: #f8fafc !important;
  border: 1px solid #ebd9da !important;
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
}

#AboutSection_root__Km9X4 .AboutSection_metricNumContainer__Km9X4 {
  width: 3.5rem !important;
  height: 3.5rem !important;
  border-radius: 0.75rem !important;
  background-color: #fee2e2 !important;
  color: #b81c22 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 900 !important;
  font-size: 1.25rem !important;
  font-family: &quot;Vazirmatn&quot;, sans-serif !important;
  flex-shrink: 0 !important;
}

#AboutSection_root__Km9X4 .AboutSection_metricText__Km9X4 {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.25rem !important;
}

#AboutSection_root__Km9X4 .AboutSection_metricTitle__Km9X4 {
  font-size: 0.875rem !important;
  font-weight: 800 !important;
  color: #0f172a !important;
}

#AboutSection_root__Km9X4 .AboutSection_metricSubtitle__Km9X4 {
  font-size: 0.75rem !important;
  color: #64748b !important;
}

/* Action button */
#AboutSection_root__Km9X4 .AboutSection_actionContainer__Km9X4 {
  margin-top: 0.5rem !important;
}

#AboutSection_root__Km9X4 .AboutSection_cta__Km9X4 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0.75rem 1.75rem !important;
  border-radius: 0.75rem !important;
  background-color: #b81c22 !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 0.75rem !important;
  text-decoration: none !important;
  box-shadow: 0 10px 15px -3px rgba(184, 28, 34, 0.2) !important;
  border: 1px solid rgba(220, 38, 38, 0.1) !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
}

#AboutSection_root__Km9X4 .AboutSection_cta__Km9X4:hover {
  background-color: #921317 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 20px -3px rgba(184, 28, 34, 0.3) !important;
}

#AboutSection_root__Km9X4 .AboutSection_cta__Km9X4:active {
  transform: scale(0.97) !important;
}

/* 4 Pillars Features Grid styling */
#AboutSection_root__Km9X4 .AboutSection_featuresGrid__Km9X4 {
  display: grid !important;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 1.5rem !important;
}

@media (min-width: 640px) {
  #AboutSection_root__Km9X4 .AboutSection_featuresGrid__Km9X4 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

#AboutSection_root__Km9X4 .AboutSection_featureCard__Km9X4 {
  padding: 1.5rem !important;
  border-radius: 1.25rem !important;
  background-color: #f8fafc !important;
  border: 1px solid #f1f5f9 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: right !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#AboutSection_root__Km9X4 .AboutSection_featureCard__Km9X4:hover {
  background-color: #ffffff !important;
  border-color: rgba(184, 28, 34, 0.15) !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.02) !important;
}

#AboutSection_root__Km9X4 .AboutSection_iconBox__Km9X4 {
  width: 2.75rem !important;
  height: 2.75rem !important;
  border-radius: 0.75rem !important;
  background-color: rgba(184, 28, 34, 0.08) !important;
  border: 1px solid rgba(184, 28, 34, 0.15) !important;
  color: #b81c22 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 1.25rem !important;
  flex-shrink: 0 !important;
}

#AboutSection_root__Km9X4 .AboutSection_iconBox__Km9X4 svg {
  width: 1.25rem !important;
  height: 1.25rem !important;
}

#AboutSection_root__Km9X4 .AboutSection_featureTitle__Km9X4 {
  font-size: 0.9375rem !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  margin-bottom: 0.625rem !important;
}

#AboutSection_root__Km9X4 .AboutSection_featureDesc__Km9X4 {
  font-size: 0.75rem !important;
  line-height: 1.625 !important;
  color: #64748b !important;
}

/* =========================================
   Entry Animations (IntersectionObserver)
   ========================================= */

#AboutSection_root__Km9X4 .AboutSection_entryAnimate__Km9X4 {
  opacity: 0 !important;
  transform: translateY(40px) !important;
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#AboutSection_root__Km9X4 .AboutSection_entryAnimateActive__Km9X4 {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Responsive spacing overrides for Mobile Viewports */
@media (max-width: 768px) {
  #AboutSection_root__Km9X4 {
    padding: 3.5rem 0 !important;
  }

  #AboutSection_root__Km9X4 .AboutSection_container__Km9X4 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  
  #AboutSection_root__Km9X4 .AboutSection_grid__Km9X4 {
    gap: 2.5rem !important;
    padding: 0 !important;
  }

  #AboutSection_root__Km9X4 .AboutSection_title__Km9X4 {
    font-size: 1.5rem !important;
    line-height: 1.4 !important;
  }

  #AboutSection_root__Km9X4 .AboutSection_desc__Km9X4 {
    font-size: 0.875rem !important;
    line-height: 1.7 !important;
  }

  /* Robust Metric Badge formatting on mobile */
  #AboutSection_root__Km9X4 .AboutSection_metricBadge__Km9X4 {
    padding: 1rem !important;
    gap: 0.875rem !important;
    align-items: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  #AboutSection_root__Km9X4 .AboutSection_metricNumContainer__Km9X4 {
    width: 3.25rem !important;
    height: 3.25rem !important;
    font-size: 1.15rem !important;
  }

  #AboutSection_root__Km9X4 .AboutSection_metricText__Km9X4 {
    min-width: 0 !important;
    flex: 1 !important;
  }

  #AboutSection_root__Km9X4 .AboutSection_metricTitle__Km9X4 {
    font-size: 0.8rem !important;
    line-height: 1.4 !important;
    white-space: normal !important;
  }

  #AboutSection_root__Km9X4 .AboutSection_metricSubtitle__Km9X4 {
    font-size: 0.7rem !important;
    line-height: 1.4 !important;
    white-space: normal !important;
  }

  #AboutSection_root__Km9X4 .AboutSection_actionContainer__Km9X4 {
    display: flex !important;
    justify-content: flex-start !important;
  }

  #AboutSection_root__Km9X4 .AboutSection_cta__Km9X4 {
    width: 100% !important;
    max-width: 320px !important;
    padding: 0.85rem 1.5rem !important;
    font-size: 0.8rem !important;
  }

  /* Features layout */
  #AboutSection_root__Km9X4 .AboutSection_featuresGrid__Km9X4 {
    gap: 1.25rem !important;
    width: 100% !important;
  }

  #AboutSection_root__Km9X4 .AboutSection_featureCard__Km9X4 {
    padding: 1.25rem !important;
    border-radius: 1rem !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  #AboutSection_root__Km9X4 .AboutSection_featureTitle__Km9X4 {
    font-size: 0.875rem !important;
    line-height: 1.4 !important;
  }

  #AboutSection_root__Km9X4 .AboutSection_featureDesc__Km9X4 {
    font-size: 0.75rem !important;
    line-height: 1.6 !important;
  }
}
 
/* Reset scoped inside the unique root wrapper */
#AestheticStats_root__Yt5R2,
#AestheticStats_root__Yt5R2 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
}

#AestheticStats_root__Yt5R2 {
  position: relative !important;
  width: 100% !important;
  background-color: #09090b !important;
  color: #ffffff !important;
  font-family: &amp;quot;Vazirmatn&amp;quot;, &amp;quot;Inter&amp;quot;, sans-serif !important;
  direction: rtl !important;
  text-align: right !important;
  padding: 5rem 0 !important;
  border-top: 1px solid #18181b !important;
  border-bottom: 1px solid #18181b !important;
  overflow: hidden !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_container__Yt5R2 {
  width: 100% !important;
  max-width: 80rem !important; /* max-w-7xl */
  margin: 0 auto !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  position: relative !important;
  z-index: 10 !important;
}

/* Background Interactive System */
#AestheticStats_root__Yt5R2 .AestheticStats_bgGrid__Yt5R2 {
  position: absolute !important;
  inset: 0 !important;
  opacity: 0.1 !important;
  pointer-events: none !important;
  background-image: radial-gradient(#b81c22 1px, transparent 1px) !important;
  background-size: 24px 24px !important;
  z-index: 1 !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_glowTop__Yt5R2 {
  position: absolute !important;
  top: -10rem !important;
  right: 5rem !important;
  width: 24rem !important;
  height: 24rem !important;
  border-radius: 9999px !important;
  background-color: rgba(184, 28, 34, 0.08) !important;
  filter: blur(80px) !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_glowBottom__Yt5R2 {
  position: absolute !important;
  bottom: -10rem !important;
  left: 2rem !important;
  width: 24rem !important;
  height: 24rem !important;
  border-radius: 9999px !important;
  background-color: rgba(63, 63, 70, 0.15) !important;
  filter: blur(80px) !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

/* Header style and animations */
#AestheticStats_root__Yt5R2 .AestheticStats_header__Yt5R2 {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  max-width: 42rem !important;
  margin: 0 auto 4rem auto !important;
  gap: 1rem !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_indicator__Yt5R2 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  color: #b81c22 !important;
  font-weight: 905 !important;
  font-size: 0.75rem !important;
  font-family: &amp;quot;JetBrains Mono&amp;quot;, monospace !important;
  letter-spacing: 0.05em !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_pulseIcon__Yt5R2 {
  color: #ef4444 !important;
  animation: AestheticStats_pulse__Yt5R2 2s infinite !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_title__Yt5R2 {
  font-size: 2rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  line-height: 1.3 !important;
  letter-spacing: -0.02em !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_subtitle__Yt5R2 {
  color: #a1a1aa !important;
  font-size: 0.875rem !important;
  line-height: 1.6 !important;
}

/* Dashboard Grid for 5 items */
#AestheticStats_root__Yt5R2 .AestheticStats_dashboardGrid__Yt5R2 {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 1.5rem !important;
  margin-bottom: 3rem !important;
  width: 100% !important;
}

/* Stat Cards styling */
#AestheticStats_root__Yt5R2 .AestheticStats_statCard__Yt5R2 {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  align-items: stretch !important;
  height: 12rem !important;
  padding: 1.5rem !important;
  border-radius: 1.5rem !important;
  border: 1px solid #27272a !important;
  background: rgba(24, 24, 27, 0.6) !important;
  position: relative !important;
  overflow: hidden !important;
  cursor: pointer !important;
  outline: none !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
  text-align: right !important;
  color: inherit !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_cardGlow__Yt5R2 {
  position: absolute !important;
  top: -2.5rem !important;
  left: -2.5rem !important;
  width: 6rem !important;
  height: 6rem !important;
  border-radius: 9999px !important;
  filter: blur(24px) !important;
  opacity: 0.1 !important;
  transition: transform 0.3s ease !important;
  pointer-events: none !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_statCard__Yt5R2:hover .AestheticStats_cardGlow__Yt5R2 {
  transform: scale(1.5) !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_statCard__Yt5R2:hover {
  background: #18181b !important;
  border-color: #3f3f46 !important;
  transform: translateY(-4px) !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_statCard__Yt5R2.AestheticStats_active__Yt5R2 {
  background: linear-gradient(180deg, #18181b, #09090b) !important;
  border-color: #b81c22 !important;
  box-shadow: 0 0 25px rgba(184, 28, 34, 0.25) !important;
  transform: translateY(-6px) !important;
}

/* Card internals layout */
#AestheticStats_root__Yt5R2 .AestheticStats_cardHeader__Yt5R2 {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 1rem !important;
  width: 100% !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_iconBox__Yt5R2 {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 2.25rem !important;
  height: 2.25rem !important;
  border-radius: 0.75rem !important;
  background-color: #27272a !important;
  color: #ffffff !important;
  transition: all 0.3s ease !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_statCard__Yt5R2.AestheticStats_active__Yt5R2 .AestheticStats_iconBox__Yt5R2 {
  color: #ef4444 !important;
  background-color: rgba(184, 28, 34, 0.15) !important;
  border: 1px solid rgba(184, 28, 34, 0.25) !important;
}

/* Micro gauge representations */
#AestheticStats_root__Yt5R2 .AestheticStats_microGauge__Yt5R2 {
  width: 2rem !important;
  height: 2rem !important;
  flex-shrink: 0 !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_microGauge__Yt5R2 svg {
  width: 100% !important;
  height: 100% !important;
  transform: rotate(-90deg) !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_gaugeFill__Yt5R2 {
  transition: stroke-dashoffset 0.8s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Footer numerical details */
#AestheticStats_root__Yt5R2 .AestheticStats_cardFooter__Yt5R2 {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.25rem !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_numValueRow__Yt5R2 {
  display: flex !important;
  align-items: baseline !important;
  gap: 0.25rem !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_countNum__Yt5R2 {
  font-size: 1.875rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  line-height: 1 !important;
  font-family: &amp;quot;Vazirmatn&amp;quot;, &amp;quot;Inter&amp;quot;, sans-serif !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_suffix__Yt5R2 {
  font-size: 0.75rem !important;
  color: #a1a1aa !important;
  font-weight: 500 !important;
  font-sans: &amp;quot;Vazirmatn&amp;quot;, sans-serif !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_cardTitle__Yt5R2 {
  font-size: 0.8125rem !important;
  font-weight: 800 !important;
  color: #e4e4e7 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  line-height: 1.2 !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_cardSubtitle__Yt5R2 {
  font-size: 0.6875rem !important;
  color: #71717a !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

/* Premium active Stat inspection board */
#AestheticStats_root__Yt5R2 .AestheticStats_inspectPanel__Yt5R2 {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 2.5rem !important;
  padding: 2.5rem !important;
  border-radius: 1.75rem !important;
  background: linear-gradient(135deg, #18181b, #09090b) !important;
  border: 1px solid rgba(39, 39, 42, 0.8) !important;
  position: relative !important;
  overflow: hidden !important;
  transition: all 0.5s ease !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_inspectOverlay__Yt5R2 {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(270deg, rgba(184, 28, 34, 0.04), transparent) !important;
  pointer-events: none !important;
  border-radius: 1.75rem !important;
}

/* Gauge Circle Block */
#AestheticStats_root__Yt5R2 .AestheticStats_gaugeContainer__Yt5R2 {
  width: 10rem !important;
  height: 10rem !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_gaugeBlur__Yt5R2 {
  position: absolute !important;
  inset: 0 !important;
  background-color: rgba(184, 28, 34, 0.12) !important;
  border-radius: 9999px !important;
  filter: blur(20px) !important;
  animation: AestheticStats_pulse__Yt5R2 3s infinite alternate !important;
  pointer-events: none !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_mainSvgGauge__Yt5R2 {
  width: 100% !important;
  height: 100% !important;
  transform: rotate(-90deg) !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_transitionCircle__Yt5R2 {
  transition: stroke-dashoffset 0.8s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_gaugeValueBlock__Yt5R2 {
  position: absolute !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  pointer-events: none !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_gaugeValueNum__Yt5R2 {
  font-size: 2.25rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  line-height: 1 !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_gaugeValueSuffix__Yt5R2 {
  font-size: 0.65rem !important;
  color: #a1a1aa !important;
  font-weight: 700 !important;
  margin-top: 0.25rem !important;
}

/* Details columns description */
#AestheticStats_root__Yt5R2 .AestheticStats_detailsColumn__Yt5R2 {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.85rem !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_approvalBadge__Yt5R2 {
  display: inline-flex !important;
  align-self: flex-start !important;
  align-items: center !important;
  gap: 0.375rem !important;
  padding: 0.35rem 0.75rem !important;
  border-radius: 9999px !important;
  background-color: rgba(184, 28, 34, 0.1) !important;
  border: 1px solid rgba(184, 28, 34, 0.2) !important;
  color: #f87171 !important;
  font-size: 0.6875rem !important;
  font-weight: 800 !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_flameSpec__Yt5R2 {
  color: #ef4444 !important;
  fill: none !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_inspectTitle__Yt5R2 {
  font-size: 1.35rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  line-height: 1.3 !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_inspectDetail__Yt5R2 {
  font-size: 0.875rem !important;
  color: #d4d4d8 !important;
  line-height: 1.7 !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_specsList__Yt5R2 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 0.75rem !important;
  padding-top: 1rem !important;
  border-top: 1px solid #27272a !important;
  width: 100% !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_specCheck__Yt5R2 {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  color: #a1a1aa !important;
  font-size: 0.75rem !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_specBullet__Yt5R2 {
  width: 0.375rem !important;
  height: 0.375rem !important;
  border-radius: 9999px !important;
  background-color: #ef4444 !important;
  flex-shrink: 0 !important;
}

/* Actions panel block */
#AestheticStats_root__Yt5R2 .AestheticStats_actionsColumn__Yt5R2 {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.75rem !important;
  width: auto !important;
  min-width: 15rem !important;
  align-items: stretch !important;
  border-right: 1px solid #27272a !important;
  padding-right: 2rem !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_ctaButton__Yt5R2 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  padding: 0.85rem 1.25rem !important;
  border-radius: 1rem !important;
  background: linear-gradient(135deg, #b81c22, #ef4444) !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  font-size: 0.75rem !important;
  text-decoration: none !important;
  box-shadow: 0 4px 15px rgba(184, 28, 34, 0.3) !important;
  transition: all 0.25s ease !important;
  cursor: pointer !important;
  border: 1px solid rgba(239, 68, 68, 0.2) !important;
  text-align: center !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_ctaButton__Yt5R2:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(184, 28, 34, 0.45) !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_ctaButton__Yt5R2:active {
  transform: scale(0.97) !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_cycleButton__Yt5R2 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  padding: 0.85rem 1.25rem !important;
  border-radius: 1rem !important;
  background-color: #18181b !important;
  border: 1px solid #27272a !important;
  color: #d4d4d8 !important;
  font-weight: 700 !important;
  font-size: 0.75rem !important;
  transition: all 0.25s ease !important;
  cursor: pointer !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_cycleButton__Yt5R2:hover {
  background-color: #27272a !important;
  color: #ffffff !important;
}

#AestheticStats_root__Yt5R2 .AestheticStats_loaderSpin__Yt5R2 {
  animation: AestheticStats_spin__Yt5R2 12s linear infinite !important;
  color: #a1a1aa !important;
}

/* ANIMATIONS DEFINITIONS */
@keyframes AestheticStats_pulse__Yt5R2 {
  0% {
    opacity: 0.3;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
    transform: scale(1.02);
  }
}

@keyframes AestheticStats_spin__Yt5R2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* ====================================================
   MOBILE RESPONSIVE OVERRIDES - Perfect fit guarantee
   ==================================================== */
@media (max-width: 1024px) {
  #AestheticStats_root__Yt5R2 .AestheticStats_dashboardGrid__Yt5R2 {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.25rem !important;
  }
}

@media (max-width: 768px) {
  #AestheticStats_root__Yt5R2 {
    padding: 3rem 0 !important;
  }

  #AestheticStats_root__Yt5R2 .AestheticStats_container__Yt5R2 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  #AestheticStats_root__Yt5R2 .AestheticStats_title__Yt5R2 {
    font-size: 1.5rem !important;
  }

  #AestheticStats_root__Yt5R2 .AestheticStats_dashboardGrid__Yt5R2 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
    margin-bottom: 2rem !important;
  }

  #AestheticStats_root__Yt5R2 .AestheticStats_statCard__Yt5R2 {
    height: 10.5rem !important;
    padding: 1rem !important;
    border-radius: 1.25rem !important;
  }

  /* Specific heights for mobile to avoid text squeeze */
  #AestheticStats_root__Yt5R2 .AestheticStats_countNum__Yt5R2 {
    font-size: 1.5rem !important;
  }

  #AestheticStats_root__Yt5R2 .AestheticStats_cardTitle__Yt5R2 {
    font-size: 0.75rem !important;
  }

  /* Robust single page container display for inspect details panel */
  #AestheticStats_root__Yt5R2 .AestheticStats_inspectPanel__Yt5R2 {
    flex-direction: column !important;
    padding: 1.5rem !important;
    gap: 1.5rem !important;
    align-items: center !important;
    text-align: center !important;
  }

  #AestheticStats_root__Yt5R2 .AestheticStats_gaugeContainer__Yt5R2 {
    width: 8rem !important;
    height: 8rem !important;
  }

  #AestheticStats_root__Yt5R2 .AestheticStats_gaugeValueNum__Yt5R2 {
    font-size: 1.75rem !important;
  }

  #AestheticStats_root__Yt5R2 .AestheticStats_detailsColumn__Yt5R2 {
    align-items: center !important;
  }

  #AestheticStats_root__Yt5R2 .AestheticStats_approvalBadge__Yt5R2 {
    align-self: center !important;
  }

  #AestheticStats_root__Yt5R2 .AestheticStats_inspectTitle__Yt5R2 {
    font-size: 1.15rem !important;
  }

  #AestheticStats_root__Yt5R2 .AestheticStats_inspectDetail__Yt5R2 {
    font-size: 0.8rem !important;
    line-height: 1.6 !important;
  }

  #AestheticStats_root__Yt5R2 .AestheticStats_specsList__Yt5R2 {
    grid-template-columns: 1fr !important;
    gap: 0.5rem !important;
    text-align: right !important;
  }

  #AestheticStats_root__Yt5R2 .AestheticStats_actionsColumn__Yt5R2 {
    width: 100% !important;
    border-right: none !important;
    border-top: 1px solid #27272a !important;
    padding-right: 0 !important;
    padding-top: 1.25rem !important;
    min-width: unset !important;
  }
}

@media (max-width: 480px) {
  #AestheticStats_root__Yt5R2 .AestheticStats_dashboardGrid__Yt5R2 {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  #AestheticStats_root__Yt5R2 .AestheticStats_statCard__Yt5R2 {
    height: auto !important;
    min-height: 8rem !important;
    gap: 1.5rem !important;
  }

  #AestheticStats_root__Yt5R2 .AestheticStats_cardFooter__Yt5R2 {
    margin-top: auto !important;
  }
}
 
/* Reset within scoped root ID to secure CMS compliance */
#ServicesTabs_root__Sv4T1,
#ServicesTabs_root__Sv4T1 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
}

#ServicesTabs_root__Sv4T1 {
  position: relative !important;
  width: 100% !important;
  background-color: #f8fafc !important; /* Premium Slate 50 base for genuine light theme */
  color: #334155 !important; /* Slate 700 main body text */
  font-family: &amp;quot;Vazirmatn&amp;quot;, &amp;quot;Inter&amp;quot;, sans-serif !important;
  direction: rtl !important;
  text-align: right !important;
  padding: 6.5rem 0 !important;
  border-top: 1px solid #e2e8f0 !important; /* Slate 200 border lines */
  border-bottom: 1px solid #e2e8f0 !important;
  overflow: hidden !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_container__Sv4T1 {
  width: 100% !important;
  max-width: 80rem !important; /* max-w-7xl equivalent */
  margin: 0 auto !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  position: relative !important;
  z-index: 10 !important;
}

/* Red &amp;amp; Cyan ambient backgrounds for exquisite style decoration */
#ServicesTabs_root__Sv4T1 .ServicesTabs_spotGlowRed__Sv4T1 {
  position: absolute !important;
  top: 15% !important;
  right: 15% !important;
  width: 32rem !important;
  height: 32rem !important;
  background-color: rgba(229, 42, 48, 0.035) !important;
  border-radius: 9999px !important;
  pointer-events: none !important;
  filter: blur(140px) !important;
  z-index: 1 !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_spotGlowCyan__Sv4T1 {
  position: absolute !important;
  bottom: 15% !important;
  left: 15% !important;
  width: 28rem !important;
  height: 28rem !important;
  background-color: rgba(6, 182, 212, 0.02) !important;
  border-radius: 9999px !important;
  pointer-events: none !important;
  filter: blur(130px) !important;
  z-index: 1 !important;
}

/* Header Text elements */
#ServicesTabs_root__Sv4T1 .ServicesTabs_headerBlock__Sv4T1 {
  max-width: 48rem !important;
  margin: 0 auto 4rem auto !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 1rem !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_badge__Sv4T1 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.75rem !important;
  color: #e52a30 !important; /* Corporate red tint */
  margin-bottom: 0.5rem !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_badgeLine__Sv4T1 {
  height: 2px !important;
  width: 1.5rem !important;
  background-color: #e52a30 !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_badgeText__Sv4T1 {
  font-size: 0.75rem !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  font-family: &amp;quot;Inter&amp;quot;, sans-serif !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_title__Sv4T1 {
  font-size: 1.875rem !important; /* text-3xl approx */
  font-weight: 950 !important;
  color: #0f172a !important; /* deep slate 900 */
  line-height: 1.35 !important;
  margin: 0 !important;
}

@media (min-width: 640px) {
  #ServicesTabs_root__Sv4T1 .ServicesTabs_title__Sv4T1 {
    font-size: 2.25rem !important; /* text-4xl approx */
  }
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_subtitle__Sv4T1 {
  font-size: 0.9375rem !important;
  color: #475569 !important; /* Slate 600 info text */
  line-height: 1.75 !important;
  margin: 0 !important;
}

/* Interactive Dynamic Layout Grid */
#ServicesTabs_root__Sv4T1 .ServicesTabs_layoutGrid__Sv4T1 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2.5rem !important;
  align-items: stretch !important;
}

@media (min-width: 1024px) {
  #ServicesTabs_root__Sv4T1 .ServicesTabs_layoutGrid__Sv4T1 {
    grid-template-columns: repeat(12, 1fr) !important;
  }
}

/* Left Buttons Sidebar */
#ServicesTabs_root__Sv4T1 .ServicesTabs_sidebarButtons__Sv4T1 {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.875rem !important;
}

@media (min-width: 1024px) {
  #ServicesTabs_root__Sv4T1 .ServicesTabs_sidebarButtons__Sv4T1 {
    grid-column: span 5 / span 5 !important;
  }
}

/* Tab button designs */
#ServicesTabs_root__Sv4T1 .ServicesTabs_tabButton__Sv4T1 {
  width: 100% !important;
  background-color: #ffffff !important; /* Elevated solid white */
  border: 1px solid #e2e8f0 !important;
  padding: 1.15rem 1.25rem !important;
  border-radius: 1.25rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  color: #475569 !important; /* slate-600 */
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  text-align: right !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.01) !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_tabButton__Sv4T1:hover {
  border-color: rgba(229, 42, 48, 0.3) !important;
  background-color: #f8fafc !important;
  transform: translateX(-4px) !important; /* subtle RTL slide shift on hover */
}

/* Active tab state */
#ServicesTabs_root__Sv4T1 .ServicesTabs_tabButton__Sv4T1.ServicesTabs_activeButton__Sv4T1 {
  background-color: #ffffff !important;
  border-color: #e52a30 !important; /* solid corporate red borders */
  color: #0f172a !important;
  transform: translateX(-6px) !important;
  box-shadow: -4px 8px 24px rgba(229, 42, 48, 0.08) !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_buttonBody__Sv4T1 {
  display: flex !important;
  align-items: center !important;
  gap: 0.85rem !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_buttonIcon__Sv4T1 {
  width: 2.5rem !important;
  height: 2.5rem !important;
  border-radius: 0.85rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  background-color: #f1f5f9 !important;
  border: 1px solid #e2e8f0 !important;
  color: #64748b !important;
  transition: all 0.25s ease !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_tabButton__Sv4T1:hover .ServicesTabs_buttonIcon__Sv4T1 {
  color: #e52a30 !important;
  border-color: rgba(229, 42, 48, 0.2) !important;
  background-color: rgba(229, 42, 48, 0.04) !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_iconFlame__Sv4T1 { color: #f97316 !important; }
#ServicesTabs_root__Sv4T1 .ServicesTabs_iconShield__Sv4T1 { color: #10b981 !important; }
#ServicesTabs_root__Sv4T1 .ServicesTabs_iconWrench__Sv4T1 { color: #2563eb !important; }
#ServicesTabs_root__Sv4T1 .ServicesTabs_iconLayers__Sv4T1 { color: #8b5cf6 !important; }

#ServicesTabs_root__Sv4T1 .ServicesTabs_tabButton__Sv4T1.ServicesTabs_activeButton__Sv4T1 .ServicesTabs_buttonIcon__Sv4T1 {
  background-color: rgba(229, 42, 48, 0.08) !important; /* premium red active tint */
  border-color: rgba(229, 42, 48, 0.3) !important;
  color: #e52a30 !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_buttonMeta__Sv4T1 {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0.15rem !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_buttonTitle__Sv4T1 {
  font-size: 0.875rem !important;
  font-weight: 800 !important;
  color: #1e293b !important;
  text-align: right !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_buttonSub__Sv4T1 {
  font-size: 0.6875rem !important;
  color: #94a3b8 !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_tabButton__Sv4T1.ServicesTabs_activeButton__Sv4T1 .ServicesTabs_buttonTitle__Sv4T1 {
  color: #0f172a !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_buttonArrow__Sv4T1 {
  color: #94a3b8 !important;
  transition: all 0.3s ease !important;
  transform: scale(0.85) !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_tabButton__Sv4T1:hover .ServicesTabs_buttonArrow__Sv4T1 {
  color: #e52a30 !important;
  transform: scale(1) translateX(-2px) !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_tabButton__Sv4T1.ServicesTabs_activeButton__Sv4T1 .ServicesTabs_buttonArrow__Sv4T1 {
  color: #e52a30 !important;
  transform: scale(1) translateX(-3px) !important;
}

/* Right Detail Panels Column wrapper */
#ServicesTabs_root__Sv4T1 .ServicesTabs_panelsContainer__Sv4T1 {
  background-color: #ffffff !important; /* Elevated solid white backdrop card */
  border: 1px solid #e2e8f0 !important;
  border-radius: 2rem !important;
  padding: 2.5rem !important;
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  box-shadow: 0 12px 36px -15px rgba(15, 23, 42, 0.05) !important;
}

@media (min-width: 1024px) {
  #ServicesTabs_root__Sv4T1 .ServicesTabs_panelsContainer__Sv4T1 {
    grid-column: span 7 / span 7 !important;
    min-height: 38rem !important;
  }
}

/* Default state for panel content */
#ServicesTabs_root__Sv4T1 .ServicesTabs_panelContent__Sv4T1 {
  display: none !important;
  opacity: 0 !important;
  transform: translateY(12px) !important;
  transition: opacity 0.35s ease, transform 0.35s ease !important;
  width: 100% !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_panelContent__Sv4T1.ServicesTabs_activePanel__Sv4T1 {
  display: flex !important;
  flex-direction: column !important;
  gap: 1.5rem !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_panelContent__Sv4T1.ServicesTabs_panelFadeIn__Sv4T1 {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Panel Header */
#ServicesTabs_root__Sv4T1 .ServicesTabs_panelHeader__Sv4T1 {
  border-bottom: 1px solid #f1f5f9 !important;
  padding-bottom: 1.25rem !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0.5rem !important;
  width: 100% !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_panelBadge__Sv4T1 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  background-color: rgba(229, 42, 48, 0.04) !important;
  border: 1px solid rgba(229, 42, 48, 0.1) !important;
  color: #e52a30 !important;
  padding: 0.25rem 0.65rem !important;
  border-radius: 0.5rem !important;
  font-size: 0.65rem !important;
  font-weight: 800 !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_panelTitle__Sv4T1 {
  font-size: 1.35rem !important;
  font-weight: 950 !important;
  color: #0f172a !important; /* Slate 900 bold text */
  margin: 0.25rem 0 0 0 !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_panelSub__Sv4T1 {
  font-size: 0.8125rem !important;
  color: #64748b !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_panelDesc__Sv4T1 {
  font-size: 0.875rem !important;
  color: #475569 !important;
  line-height: 1.75 !important;
  margin: 0 !important;
}

/* Blueprint CAD sections */
#ServicesTabs_root__Sv4T1 .ServicesTabs_blueprintSection__Sv4T1 {
  width: 100% !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_blueprintGraphic__Sv4T1 {
  width: 100% !important;
  height: auto !important;
  background-color: #060913 !important; /* Premium dark scientific scope CAD black */
  border: 1px solid #1e293b !important;
  border-radius: 1rem !important;
  padding: 0.85rem !important;
}

/* Bullet Items Lists */
#ServicesTabs_root__Sv4T1 .ServicesTabs_bulletsBlock__Sv4T1 {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.85rem !important;
  width: 100% !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_bulletsLabel__Sv4T1 {
  font-size: 0.8125rem !important;
  font-weight: 900 !important;
  color: #0f172a !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_bulletsGrid__Sv4T1 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0.75rem !important;
  width: 100% !important;
}

@media (min-width: 640px) {
  #ServicesTabs_root__Sv4T1 .ServicesTabs_bulletsGrid__Sv4T1 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_bulletItem__Sv4T1 {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.65rem !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_checkIcon__Sv4T1 {
  color: #10b981 !important; /* emerald complete indicators */
  flex-shrink: 0 !important;
  margin-top: 0.15rem !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_bulletItem__Sv4T1 span {
  font-size: 0.75rem !important;
  color: #475569 !important;
  line-height: 1.5 !important;
}

/* Materials and Recommended Badges section */
#ServicesTabs_root__Sv4T1 .ServicesTabs_materialsBlock__Sv4T1 {
  background-color: #f8fafc !important; /* contrast box backdrop */
  border: 1px solid #e2e8f0 !important;
  border-radius: 1.25rem !important;
  padding: 1.25rem !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.85rem !important;
  width: 100% !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_materialsLabel__Sv4T1 {
  font-size: 0.75rem !important;
  font-weight: 900 !important;
  color: #64748b !important;
  text-transform: uppercase !important;
  letter-spacing: 0.025em !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_badgesList__Sv4T1 {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.5rem !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_matBadge__Sv4T1 {
  background-color: #ffffff !important;
  border: 1px solid #cbd5e1 !important;
  padding: 0.4rem 0.85rem !important;
  border-radius: 0.5rem !important;
  font-size: 0.6875rem !important;
  font-weight: 800 !important;
  color: #334155 !important;
  transition: all 0.2s ease !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_matBadge__Sv4T1:hover {
  border-color: rgba(229, 42, 48, 0.4) !important;
  color: #e52a30 !important;
}

/* Fixed Panel Sticky Footer with CTA and Status Dot */
#ServicesTabs_root__Sv4T1 .ServicesTabs_panelFooter__Sv4T1 {
  border-top: 1px solid #e2e8f0 !important;
  padding-top: 1.5rem !important;
  margin-top: 2rem !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 1.25rem !important;
  width: 100% !important;
}

@media (min-width: 640px) {
  #ServicesTabs_root__Sv4T1 .ServicesTabs_panelFooter__Sv4T1 {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_conformityBadge__Sv4T1 {
  display: flex !important;
  align-items: center !important;
  gap: 0.65rem !important;
  font-size: 0.75rem !important;
  color: #475569 !important;
  font-weight: 800 !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_pulsingDot__Sv4T1 {
  width: 0.625rem !important;
  height: 0.625rem !important;
  border-radius: 9999px !important;
  background-color: #10b981 !important; /* emerald status */
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7) !important;
  animation: ServicesTabs_pulseDot__Sv4T1 2s infinite !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_panelCta__Sv4T1 {
  background: linear-gradient(135deg, #1e293b, #0f172a) !important; /* Slate CTA */
  border: 1px solid #0f172a !important;
  color: #ffffff !important;
  padding: 0.75rem 1.5rem !important;
  border-radius: 0.85rem !important;
  font-size: 0.75rem !important;
  font-weight: 950 !important;
  text-decoration: none !important;
  text-align: center !important;
  transition: all 0.2s ease !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_panelCta__Sv4T1:hover {
  border-color: #e52a30 !important;
  background: #e52a30 !important;
  box-shadow: 0 4px 12px rgba(229, 42, 48, 0.2) !important;
}

/* Animations declarations */
@keyframes ServicesTabs_pulseDot__Sv4T1 {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

@keyframes ServicesTabs_pulsePing__Sv4T1 {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(2.8); opacity: 0; }
  100% { transform: scale(1); opacity: 0; }
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_pingMarker__Sv4T1 {
  transform-origin: center !important;
  animation: ServicesTabs_pulsePing__Sv4T1 2.2s cubic-bezier(0.16, 1, 0.3, 1) infinite !important;
}


/* ==========================================================
   CLASS-BASED ENTRY MOVEMENT PHASES &amp;amp; RESPONSIVENESS LIMITS
   ========================================================== */

/* State class added by JS on initialization setup */
#ServicesTabs_root__Sv4T1 .ServicesTabs_entryAnimate__Sv4T1 {
  opacity: 0 !important;
  transform: translateY(40px) !important;
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.85s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#ServicesTabs_root__Sv4T1 .ServicesTabs_entryAnimateActive__Sv4T1 {
  opacity: 1 !important;
  transform: translateY(0) !important;
}


/* =========================================
   Robust Responsive Compliancy Framework
   ========================================= */

@media (max-width: 768px) {
  #ServicesTabs_root__Sv4T1 {
    padding: 3.5rem 0 !important;
  }

  #ServicesTabs_root__Sv4T1 .ServicesTabs_container__Sv4T1 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  #ServicesTabs_root__Sv4T1 .ServicesTabs_headerBlock__Sv4T1 {
    margin-bottom: 2.5rem !important;
  }

  #ServicesTabs_root__Sv4T1 .ServicesTabs_title__Sv4T1 {
    font-size: 1.5rem !important;
    line-height: 1.4 !important;
  }

  #ServicesTabs_root__Sv4T1 .ServicesTabs_subtitle__Sv4T1 {
    font-size: 0.8125rem !important;
    line-height: 1.625 !important;
  }

  #ServicesTabs_root__Sv4T1 .ServicesTabs_tabButton__Sv4T1 {
    padding: 0.95rem 1.15rem !important;
    border-radius: 1rem !important;
  }

  #ServicesTabs_root__Sv4T1 .ServicesTabs_panelsContainer__Sv4T1 {
    padding: 1.5rem !important;
    border-radius: 1.25rem !important;
  }

  #ServicesTabs_root__Sv4T1 .ServicesTabs_panelTitle__Sv4T1 {
    font-size: 1.15rem !important;
  }

  #ServicesTabs_root__Sv4T1 .ServicesTabs_panelCta__Sv4T1 {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  #ServicesTabs_root__Sv4T1 {
    padding: 3rem 0 !important;
  }

  #ServicesTabs_root__Sv4T1 .ServicesTabs_container__Sv4T1 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  #ServicesTabs_root__Sv4T1 .ServicesTabs_buttonIcon__Sv4T1 {
    width: 2rem !important;
    height: 2rem !important;
    border-radius: 0.5rem !important;
  }

  #ServicesTabs_root__Sv4T1 .ServicesTabs_buttonTitle__Sv4T1 {
    font-size: 0.75rem !important;
  }

  #ServicesTabs_root__Sv4T1 .ServicesTabs_buttonSub__Sv4T1 {
    font-size: 0.625rem !important;
  }
}
 
/* Reset within scoped root ID to secure CMS compliance */
#ProjectsPortfolio_root__Ap4T9,
#ProjectsPortfolio_root__Ap4T9 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
}

#ProjectsPortfolio_root__Ap4T9 {
  position: relative !important;
  width: 100% !important;
  background-color: #f8fafc !important; /* Slate 50 base for genuine light theme */
  color: #334155 !important; /* Slate 700 main body text */
  font-family: &amp;amp;quot;Vazirmatn&amp;amp;quot;, &amp;amp;quot;Inter&amp;amp;quot;, sans-serif !important;
  direction: rtl !important;
  text-align: right !important;
  padding: 6rem 0 !important;
  border-top: 1px solid #e2e8f0 !important; /* Slate 200 border */
  border-bottom: 1px solid #e2e8f0 !important;
  overflow: hidden !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_container__Ap4T9 {
  width: 100% !important;
  max-width: 80rem !important; /* max-w-7xl equivalent */
  margin: 0 auto !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  position: relative !important;
  z-index: 10 !important;
}

/* Subtle corporate backlighting blurs for crisp light theme layout */
#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_ambientLight__Ap4T9 {
  position: absolute !important;
  top: 10% !important;
  right: 15% !important;
  width: 28rem !important;
  height: 28rem !important;
  background-color: rgba(229, 42, 48, 0.04) !important; /* Soft Red glow */
  border-radius: 9999px !important;
  pointer-events: none !important;
  filter: blur(130px) !important;
  z-index: 1 !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_ambientGlow__Ap4T9 {
  position: absolute !important;
  bottom: 10% !important;
  left: 15% !important;
  width: 28rem !important;
  height: 28rem !important;
  background-color: rgba(6, 182, 212, 0.03) !important; /* Soft Cyan glow */
  border-radius: 9999px !important;
  pointer-events: none !important;
  filter: blur(130px) !important;
  z-index: 1 !important;
}

/* Header Text elements */
#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_headerBlock__Ap4T9 {
  max-width: 48rem !important; /* max-w-3xl equivalency */
  margin: 0 auto 3.5rem auto !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 1rem !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_badge__Ap4T9 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.75rem !important;
  color: #e52a30 !important; /* Corporate red */
  margin-bottom: 0.5rem !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_badgeLine__Ap4T9 {
  height: 2px !important;
  width: 1.5rem !important;
  background-color: #e52a30 !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_badgeText__Ap4T9 {
  font-size: 0.75rem !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  font-family: &amp;amp;quot;Inter&amp;amp;quot;, sans-serif !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_title__Ap4T9 {
  font-size: 2rem !important;
  font-weight: 900 !important;
  color: #0f172a !important; /* Slate 900 primary dark bold text */
  line-height: 1.35 !important;
  margin: 0 !important;
}

@media (min-width: 640px) {
  #ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_title__Ap4T9 {
    font-size: 2.25rem !important;
  }
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_subtitle__Ap4T9 {
  font-size: 0.9375rem !important;
  color: #475569 !important; /* Slate 600 */
  line-height: 1.75 !important;
  margin: 0 !important;
}

/* Interactive Card System Layout */
#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_cardWrapper__Ap4T9 {
  background-color: #ffffff !important; /* Clean elevated white card */
  border: 1px solid #e2e8f0 !important; /* border-slate-200 */
  border-radius: 2rem !important; /* rounded-3xl */
  padding: 2.5rem !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.08) !important; /* Subtle soft light shadow */
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_cardDecoration__Ap4T9 {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 6rem !important;
  height: 6rem !important;
  background-color: rgba(229, 42, 48, 0.015) !important;
  border-bottom-right-radius: 9999px !important;
  pointer-events: none !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_layoutGrid__Ap4T9 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2.5rem !important;
  align-items: start !important;
}

@media (min-width: 1024px) {
  #ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_layoutGrid__Ap4T9 {
    grid-template-columns: repeat(12, 1fr) !important;
  }
}

/* Left Tabs Selector Column */
#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_tabsColumn__Ap4T9 {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.75rem !important;
}

@media (min-width: 1024px) {
  #ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_tabsColumn__Ap4T9 {
    grid-column: span 4 / span 4 !important;
  }
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_columnLabel__Ap4T9 {
  font-size: 0.6875rem !important;
  font-weight: 800 !important;
  color: #64748b !important; /* Slate 500 */
  text-transform: uppercase !important;
  letter-spacing: 0.025em !important;
  margin-bottom: 0.25rem !important;
  display: block !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_tabsList__Ap4T9 {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.75rem !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_tabButton__Ap4T9 {
  width: 100% !important;
  background-color: #f8fafc !important; /* Light background for tabs */
  border: 1px solid #e2e8f0 !important;
  padding: 1rem 1.25rem !important;
  border-radius: 1.25rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  color: #475569 !important; /* text-slate-600 */
  cursor: pointer !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  text-align: right !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_tabButton__Ap4T9:hover {
  border-color: rgba(229, 42, 48, 0.35) !important;
  background-color: rgba(241, 245, 249, 0.8) !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_tabButton__Ap4T9.ProjectsPortfolio_activeButton__Ap4T9 {
  background-color: #ffffff !important; /* Active pure white light background */
  border-color: #e52a30 !important; /* Red highlight border */
  color: #0f172a !important;
  transform: translateX(-4px) !important; /* RTL offset shifts leftwards */
  box-shadow: -4px 4px 16px rgba(15, 23, 42, 0.05) !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_buttonBody__Ap4T9 {
  display: flex !important;
  align-items: center !important;
  gap: 0.875rem !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_buttonIcon__Ap4T9 {
  width: 2.25rem !important;
  height: 2.25rem !important;
  border-radius: 0.75rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  background-color: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  color: #64748b !important;
  transition: all 0.2s ease !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_tabButton__Ap4T9:hover .ProjectsPortfolio_buttonIcon__Ap4T9 {
  border-color: rgba(229, 42, 48, 0.4) !important;
  color: #e52a30 !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_tabButton__Ap4T9.ProjectsPortfolio_activeButton__Ap4T9 .ProjectsPortfolio_buttonIcon__Ap4T9 {
  background-color: rgba(229, 42, 48, 0.08) !important; /* Light active red tint */
  border-color: rgba(229, 42, 48, 0.3) !important;
  color: #e52a30 !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_buttonMeta__Ap4T9 {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0.15rem !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_buttonTitle__Ap4T9 {
  font-size: 0.8125rem !important;
  font-weight: 800 !important;
  color: #1e293b !important; /* Slate 800 */
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_buttonSub__Ap4T9 {
  font-size: 0.6875rem !important;
  color: #64748b !important; /* Slate 500 */
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_tabButton__Ap4T9.ProjectsPortfolio_activeButton__Ap4T9 .ProjectsPortfolio_buttonSub__Ap4T9 {
  color: #475569 !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_buttonArrow__Ap4T9 {
  font-size: 0.625rem !important;
  color: #cbd5e1 !important;
  transition: all 0.25s ease !important;
  transform: scale(0.8) !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_tabButton__Ap4T9.ProjectsPortfolio_activeButton__Ap4T9 .ProjectsPortfolio_buttonArrow__Ap4T9 {
  color: #e52a30 !important;
  transform: scale(1.1) !important;
}

/* Right Content Panels Column */
#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_panelsColumn__Ap4T9 {
  background-color: #f8fafc !important; /* Elevate right column with deep white/grey */
  border: 1px solid #e2e8f0 !important;
  border-radius: 1.5rem !important;
  padding: 2rem !important;
}

@media (min-width: 1024px) {
  #ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_panelsColumn__Ap4T9 {
    grid-column: span 8 / span 8 !important;
  }
}

/* Tab Panels transition system */
#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_panelContent__Ap4T9 {
  display: none !important;
  opacity: 0 !important;
  transform: translateY(12px) !important;
  transition: opacity 0.35s ease, transform 0.35s ease !important;
  width: 100% !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_panelContent__Ap4T9.ProjectsPortfolio_activePanel__Ap4T9 {
  display: flex !important;
  flex-direction: column !important;
  gap: 1.5rem !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_panelContent__Ap4T9.ProjectsPortfolio_panelFadeIn__Ap4T9 {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Panel Header styling */
#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_panelHeader__Ap4T9 {
  border-bottom: 1px solid #e2e8f0 !important;
  padding-bottom: 1.15rem !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0.5rem !important;
  width: 100% !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_panelBadge__Ap4T9 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  background-color: rgba(229, 42, 48, 0.05) !important;
  border: 1px solid rgba(229, 42, 48, 0.12) !important;
  color: #e52a30 !important;
  padding: 0.25rem 0.625rem !important;
  border-radius: 0.5rem !important;
  font-size: 0.625rem !important;
  font-weight: 800 !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_panelBadge__Ap4T9 svg {
  color: #e52a30 !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_panelTitle__Ap4T9 {
  font-size: 1.125rem !important;
  font-weight: 900 !important;
  color: #0f172a !important; /* Deep dark title */
  margin: 0.25rem 0 0 0 !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_panelSub__Ap4T9 {
  font-size: 0.8125rem !important;
  color: #475569 !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_panelDesc__Ap4T9 {
  font-size: 0.8125rem !important;
  color: #475569 !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

/* Interactive Vector Simulation Graphic - High-tech deep blueprint look */
#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_graphicSection__Ap4T9 {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.75rem !important;
  width: 100% !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_graphicLabel__Ap4T9 {
  font-size: 0.6875rem !important;
  font-weight: 800 !important;
  color: #64748b !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_vectorGraphic__Ap4T9 {
  width: 100% !important;
  height: auto !important;
  min-height: 12rem !important;
  background-color: #0b0f19 !important; /* Premium dark scientific scope CAD black overlay */
  border: 1px solid #1e293b !important;
  border-radius: 1.25rem !important;
  padding: 1.25rem !important;
  overflow: visible !important;
}

/* Specifications Grid */
#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_specsBlock__Ap4T9 {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.75rem !important;
  width: 100% !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_specsLabel__Ap4T9 {
  font-size: 0.75rem !important;
  font-weight: 900 !important;
  color: #0f172a !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_specsGrid__Ap4T9 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0.75rem !important;
  width: 100% !important;
}

@media (min-width: 640px) {
  #ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_specsGrid__Ap4T9 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_specCard__Ap4T9 {
  background-color: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  padding: 1rem !important;
  border-radius: 1rem !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.35rem !important;
  align-items: flex-start !important;
  min-height: 5.5rem !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02) !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_specValue__Ap4T9 {
  font-size: 0.8125rem !important;
  font-weight: 900 !important;
  color: #e52a30 !important; /* Corporate red numeric values highlight */
  font-family: inherit !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_specName__Ap4T9 {
  font-size: 0.6875rem !important;
  color: #475569 !important;
  line-height: 1.4 !important;
}

/* Operational Guidelines steps list */
#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_guidelinesBlock__Ap4T9 {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.75rem !important;
  width: 100% !important;
  border-top: 1px solid #e2e8f0 !important;
  padding-top: 1.5rem !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_guidelinesLabel__Ap4T9 {
  font-size: 0.75rem !important;
  font-weight: 900 !important;
  color: #0f172a !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_stepsList__Ap4T9 {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.625rem !important;
  list-style: none !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_stepItem__Ap4T9 {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 0.75rem !important;
  width: 100% !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_stepText__Ap4T9 {
  font-size: 0.75rem !important;
  color: #475569 !important;
  line-height: 1.5 !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_stepIcon__Ap4T9 {
  width: 1.15rem !important;
  height: 1.15rem !important;
  border-radius: 9999px !important;
  background-color: rgba(16, 185, 129, 0.1) !important; /* emerald bg */
  border: 1px solid rgba(16, 185, 129, 0.2) !important;
  color: #10b981 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0.6875rem !important;
  font-weight: bold !important;
  flex-shrink: 0 !important;
}

/* Panel Footer block with ASTM Badge and CTA button */
#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_panelFooter__Ap4T9 {
  display: flex !important;
  flex-direction: column !important;
  gap: 1.25rem !important;
  width: 100% !important;
  border-top: 1px solid #e2e8f0 !important;
  padding-top: 1.5rem !important;
}

@media (min-width: 640px) {
  #ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_panelFooter__Ap4T9 {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_conformityBadge__Ap4T9 {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  font-size: 0.75rem !important;
  color: #10b981 !important; /* ASTM emerald conform */
  font-weight: 800 !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_conformityBadge__Ap4T9 svg {
  color: #10b981 !important;
  flex-shrink: 0 !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_panelCta__Ap4T9 {
  background: linear-gradient(135deg, #1e293b, #0f172a) !important; /* Slate CTA anchor button */
  border: 1px solid #0f172a !important;
  color: #ffffff !important;
  padding: 0.625rem 1.25rem !important;
  border-radius: 0.75rem !important;
  font-size: 0.75rem !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  text-align: center !important;
  transition: all 0.2s ease !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_panelCta__Ap4T9:hover {
  border-color: #e52a30 !important;
  background: #e52a30 !important;
  box-shadow: 0 4px 12px rgba(229, 42, 48, 0.2) !important;
}

/* SVG Animations and Micro interactions definition */
@keyframes ProjectsPortfolio_pulsePing__Ap4T9 {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(3.5); opacity: 0; }
  100% { transform: scale(1); opacity: 0; }
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_pingAnimation__Ap4T9 {
  transform-origin: center !important;
  animation: ProjectsPortfolio_pulsePing__Ap4T9 2s cubic-bezier(0.16, 1, 0.3, 1) infinite !important;
}

/* =========================================
   Scroll Entry Animations (IntersectionObserver)
   ========================================= */

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_entryAnimate__Ap4T9 {
  opacity: 0 !important;
  transform: translateY(40px) !important;
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_entryAnimateActive__Ap4T9 {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* =========================================
   Robust Responsive Compliancy Framework
   ========================================= */

@media (max-width: 768px) {
  #ProjectsPortfolio_root__Ap4T9 {
    padding: 3.5rem 0 !important;
  }

  #ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_container__Ap4T9 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  #ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_headerBlock__Ap4T9 {
    margin-bottom: 2.5rem !important;
  }

  #ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_title__Ap4T9 {
    font-size: 1.5rem !important;
    line-height: 1.4 !important;
  }

  #ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_subtitle__Ap4T9 {
    font-size: 0.8125rem !important;
    line-height: 1.625 !important;
  }

  #ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_cardWrapper__Ap4T9 {
    padding: 1.5rem !important;
    border-radius: 1.25rem !important;
  }

  #ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_panelsColumn__Ap4T9 {
    padding: 1.25rem !important;
    border-radius: 1rem !important;
  }

  #ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_tabButton__Ap4T9 {
    padding: 0.875rem 1rem !important;
    border-radius: 1rem !important;
  }

  #ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_specCard__Ap4T9 {
    min-height: auto !important;
    padding: 0.875rem !important;
  }
}

@media (max-width: 480px) {
  #ProjectsPortfolio_root__Ap4T9 {
    padding: 3rem 0 !important;
  }

  #ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_container__Ap4T9 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  #ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_buttonBody__Ap4T9 {
    gap: 0.5rem !important;
  }

  #ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_buttonIcon__Ap4T9 {
    width: 2rem !important;
    height: 2rem !important;
    border-radius: 0.5rem !important;
  }

  #ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_buttonTitle__Ap4T9 {
    font-size: 0.75rem !important;
  }

  #ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_buttonSub__Ap4T9 {
    font-size: 0.625rem !important;
  }

  #ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_specValue__Ap4T9 {
    font-size: 0.75rem !important;
  }

  #ProjectsPortfolio_root__Ap4T9 .ProjectsPortfolio_specName__Ap4T9 {
    font-size: 0.625rem !important;
  }
}
 
/* Scoped within root ID to protect specificity */
#ConsultationForm_root__Zt4R2,
#ConsultationForm_root__Zt4R2 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
}

#ConsultationForm_root__Zt4R2 {
  position: relative !important;
  width: 100% !important;
  background-color: #f7f9fc !important; /* Premium light theme off-white */
  color: #1f2937 !important;
  font-family: &amp;quot;Vazirmatn&amp;quot;, &amp;quot;Inter&amp;quot;, sans-serif !important;
  direction: rtl !important;
  text-align: right !important;
  padding: 6rem 0 !important;
  border-bottom: 1px solid #e5e7eb !important;
  overflow: hidden !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_container__Zt4R2 {
  width: 100% !important;
  max-width: 80rem !important; /* 7xl */
  margin: 0 auto !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  position: relative !important;
  z-index: 10 !important;
}

/* Ambient Visual Grid &amp;amp; Glow Systems (Proper relative layering, NO position fixed) */
#ConsultationForm_root__Zt4R2 .ConsultationForm_ambientGrid__Zt4R2 {
  position: absolute !important;
  inset: 0 !important;
  opacity: 0.12 !important;
  pointer-events: none !important;
  background-image: radial-gradient(#ef4444 1px, transparent 1px) !important;
  background-size: 24px 24px !important;
  z-index: 1 !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_glowingGlint__Zt4R2 {
  position: absolute !important;
  top: -8rem !important;
  right: 15% !important;
  width: 32rem !important;
  height: 32rem !important;
  border-radius: 9999px !important;
  background-color: rgba(184, 28, 34, 0.03) !important;
  filter: blur(100px) !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_glowingOrbR__Zt4R2 {
  position: absolute !important;
  bottom: -15rem !important;
  left: 5% !important;
  width: 28rem !important;
  height: 28rem !important;
  border-radius: 9999px !important;
  background-color: rgba(239, 68, 68, 0.02) !important;
  filter: blur(120px) !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

/* Base columns wrapper */
#ConsultationForm_root__Zt4R2 .ConsultationForm_wrapperGrid__Zt4R2 {
  display: grid !important;
  grid-template-columns: repeat(12, 1fr) !important;
  gap: 4rem !important;
  align-items: center !important;
  width: 100% !important;
}

/* LEFT COLUMN: Visual structure &amp;amp; Lead design (Renders on the right inside RTL flow) */
#ConsultationForm_root__Zt4R2 .ConsultationForm_leftInfoBlock__Zt4R2 {
  grid-column: span 5 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 1.5rem !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_leadAccent__Zt4R2 {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_accentLine__Zt4R2 {
  width: 2rem !important;
  height: 2px !important;
  background-color: #b81c22 !important;
  display: inline-block !important;
  border-radius: 99px !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_accentText__Zt4R2 {
  color: #b81c22 !important;
  font-size: 0.8125rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_mainTitle__Zt4R2 {
  font-size: 2.25rem !important;
  font-weight: 900 !important;
  color: #111827 !important;
  line-height: 1.35 !important;
  letter-spacing: -0.02em !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_descriptionText__Zt4R2 {
  color: #4b5563 !important;
  font-size: 0.9375rem !important;
  line-height: 1.8 !important;
}

/* Trust list of items */
#ConsultationForm_root__Zt4R2 .ConsultationForm_promisesList__Zt4R2 {
  display: flex !important;
  flex-direction: column !important;
  gap: 1.25rem !important;
  margin-top: 0.5rem !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_promiseCard__Zt4R2 {
  display: flex !important;
  align-items: flex-start !important;
  gap: 1rem !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_promiseCheckmark__Zt4R2 {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
  border-radius: 9999px !important;
  background-color: rgba(16, 185, 129, 0.08) !important;
  border: 1px solid rgba(16, 185, 129, 0.15) !important;
  color: #10b981 !important;
  margin-top: 0.125rem !important;
  flex-shrink: 0 !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_promiseContent__Zt4R2 {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.125rem !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_promiseTitle__Zt4R2 {
  font-size: 0.875rem !important;
  font-weight: 800 !important;
  color: #111827 !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_promiseDesc__Zt4R2 {
  font-size: 0.75rem !important;
  color: #6b7280 !important;
}

/* Timings Active alert banner */
#ConsultationForm_root__Zt4R2 .ConsultationForm_workingCallout__Zt4R2 {
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
  padding: 1.25rem !important;
  border-radius: 1.25rem !important;
  background-color: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  margin-top: 1rem !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02) !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_calloutIconBox__Zt4R2 {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 2.75rem !important;
  height: 2.75rem !important;
  border-radius: 0.9375rem !important;
  background-color: rgba(184, 28, 34, 0.06) !important;
  border: 1px solid rgba(184, 28, 34, 0.12) !important;
  color: #b81c22 !important;
  flex-shrink: 0 !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_calloutMeta__Zt4R2 {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.25rem !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_calloutSubtitle__Zt4R2 {
  font-size: 0.7188rem !important;
  color: #6b7280 !important;
  font-weight: 700 !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_calloutTitle__Zt4R2 {
  font-size: 0.875rem !important;
  font-weight: 800 !important;
  color: #111827 !important;
}


/* RIGHT COLUMN: Premium light themed card block (Renders on left in RTL) */
#ConsultationForm_root__Zt4R2 .ConsultationForm_rightCardBlock__Zt4R2 {
  grid-column: span 7 !important;
  width: 100% !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_cardCore__Zt4R2 {
  background: #ffffff !important;
  border: 1px solid rgba(229, 231, 235, 0.8) !important;
  border-radius: 2rem !important;
  padding: 2.5rem !important;
  box-shadow: 0 25px 50px -12px rgba(184, 28, 34, 0.06), 0 0 1px rgba(184, 28, 34, 0.1) !important;
  position: relative !important;
  overflow: hidden !important;
}

/* Subtle border top highlight */
#ConsultationForm_root__Zt4R2 .ConsultationForm_cardCore__Zt4R2::before {
  content: &amp;quot;&amp;quot; !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: 2rem !important;
  padding: 1px !important;
  background: linear-gradient(135deg, rgba(184, 28, 34, 0.2), transparent, rgba(229, 231, 235, 0.4)) !important;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
  -webkit-mask-composite: xor !important;
  mask-composite: exclude !important;
  pointer-events: none !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_dynamicContainer__Zt4R2 {
  position: relative !important;
  width: 100% !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_actualForm__Zt4R2 {
  display: flex !important;
  flex-direction: column !important;
  gap: 1.5rem !important;
  width: 100% !important;
}

/* Collapsed class to hide form under success */
#ConsultationForm_root__Zt4R2 .ConsultationForm_actualForm__Zt4R2.ConsultationForm_collapsed__Zt4R2 {
  display: none !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_formHeader__Zt4R2 {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  padding-bottom: 1.25rem !important;
  border-bottom: 1px solid #f3f4f6 !important;
  margin-bottom: 0.5rem !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_headerIcon__Zt4R2 {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 2.25rem !important;
  height: 2.25rem !important;
  border-radius: 0.75rem !important;
  background-color: rgba(184, 28, 34, 0.05) !important;
  border: 1px solid rgba(184, 28, 34, 0.12) !important;
  color: #b81c22 !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_formTitle__Zt4R2 {
  font-size: 1rem !important;
  font-weight: 800 !important;
  color: #111827 !important;
}

/* Error Banner styling */
#ConsultationForm_root__Zt4R2 .ConsultationForm_errorBanner__Zt4R2 {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  padding: 1rem !important;
  border-radius: 0.75rem !important;
  background-color: #fef2f2 !important;
  border: 1px solid #fee2e2 !important;
  color: #ef4444 !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  animation: ConsultationForm_shake__Zt4R2 0.4s ease-in-out !important;
}

@keyframes ConsultationForm_shake__Zt4R2 {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(4px); }
  75% { transform: translateX(-4px); }
}

/* Double column row configuration */
#ConsultationForm_root__Zt4R2 .ConsultationForm_formRow__Zt4R2 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 1.25rem !important;
  width: 100% !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_inputGroup__Zt4R2 {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
  width: 100% !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_inputLabel__Zt4R2 {
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  color: #374151 !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_reqStar__Zt4R2 {
  color: #ef4444 !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_inputWrapper__Zt4R2 {
  position: relative !important;
  width: 100% !important;
}

/* Custom Text inputs &amp;amp; Textarea focus lines */
#ConsultationForm_root__Zt4R2 .ConsultationForm_textInput__Zt4R2,
#ConsultationForm_root__Zt4R2 .ConsultationForm_selectInput__Zt4R2 {
  width: 100% !important;
  padding: 0.875rem 1.25rem !important;
  border-radius: 0.9375rem !important;
  background-color: #fafbfc !important;
  border: 1px solid #e5e7eb !important;
  color: #1f2937 !important;
  font-family: inherit !important;
  font-size: 0.8125rem !important;
  outline: none !important;
  transition: border-color 0.3s ease, background-color 0.3s ease !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_textareaInput__Zt4R2 {
  width: 100% !important;
  padding: 1rem 1.25rem !important;
  border-radius: 0.9375rem !important;
  background-color: #fafbfc !important;
  border: 1px solid #e5e7eb !important;
  color: #1f2937 !important;
  font-family: inherit !important;
  font-size: 0.8125rem !important;
  outline: none !important;
  transition: border-color 0.3s ease, background-color 0.3s ease !important;
  resize: vertical !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_textInput__Zt4R2:focus,
#ConsultationForm_root__Zt4R2 .ConsultationForm_textareaInput__Zt4R2:focus,
#ConsultationForm_root__Zt4R2 .ConsultationForm_selectInput__Zt4R2:focus {
  border-color: #b81c22 !important;
  background-color: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(184, 28, 34, 0.05) !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_inputLineFocus__Zt4R2 {
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  width: 0 !important;
  height: 2px !important;
  background-color: #ef4444 !important;
  transition: width 0.35s ease, left 0.35s ease !important;
  pointer-events: none !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_inputWrapper__Zt4R2:focus-within .ConsultationForm_inputLineFocus__Zt4R2 {
  width: 100% !important;
  left: 0 !important;
}

/* Digits styling for phone inputs */
#ConsultationForm_root__Zt4R2 .ConsultationForm_phoneFont__Zt4R2 {
  direction: ltr !important;
  text-align: left !important;
  font-family: &amp;quot;JetBrains Mono&amp;quot;, monospace !important;
  font-size: 0.875rem !important;
}

/* Custom Select Dropdowns */
#ConsultationForm_root__Zt4R2 .ConsultationForm_selectWrapper__Zt4R2 {
  position: relative !important;
  width: 100% !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_selectInput__Zt4R2 {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  padding-left: 2.5rem !important; /* Spacing for the custom chevron at left */
  cursor: pointer !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_selectChevron__Zt4R2 {
  position: absolute !important;
  left: 1rem !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #9ca3af !important;
  pointer-events: none !important;
  transition: color 0.3s ease !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_selectWrapper__Zt4R2:focus-within .ConsultationForm_selectChevron__Zt4R2 {
  color: #b81c22 !important;
}

/* Submit Industrial Button &amp;amp; Loader */
#ConsultationForm_root__Zt4R2 .ConsultationForm_submitButton__Zt4R2 {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.75rem !important;
  padding: 1.15rem 1.5rem !important;
  border-radius: 0.9375rem !important;
  background: linear-gradient(135deg, #b81c22, #e52a30) !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 0.875rem !important;
  border: 1px solid rgba(184, 28, 34, 0.1) !important;
  cursor: pointer !important;
  outline: none !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: 0 4px 20px rgba(184, 28, 34, 0.25) !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_submitButton__Zt4R2:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(184, 28, 34, 0.4) !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_submitButton__Zt4R2:active {
  transform: translateY(1px) !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_submitButton__Zt4R2:disabled {
  opacity: 0.85 !important;
  cursor: not-allowed !important;
  transform: none !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_sendIconNormal__Zt4R2 {
  display: flex !important;
  color: inherit !important;
  transition: transform 0.3s ease !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_submitButton__Zt4R2:hover .ConsultationForm_sendIconNormal__Zt4R2 {
  transform: translate(-3px, -3px) rotate(-10deg) !important;
}

/* Dynamic circular spinner */
#ConsultationForm_root__Zt4R2 .ConsultationForm_spinner__Zt4R2 {
  width: 1.25rem !important;
  height: 1.25rem !important;
  flex-shrink: 0 !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_spinnerSvg__Zt4R2 {
  animation: ConsultationForm_spin__Zt4R2 0.8s linear infinite !important;
  width: 100% !important;
  height: 100% !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_spinnerCircle__Zt4R2 {
  stroke: #ffffff !important;
  stroke-linecap: round !important;
  animation: ConsultationForm_dash__Zt4R2 1.5s ease-in-out infinite !important;
}

@keyframes ConsultationForm_spin__Zt4R2 {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes ConsultationForm_dash__Zt4R2 {
  0% { stroke-dasharray: 1, 150; stroke-dashoffset: 0; }
  50% { stroke-dasharray: 90, 150; stroke-dashoffset: -35; }
  100% { stroke-dasharray: 90, 150; stroke-dashoffset: -124; }
}


/* SUCCESS STATE PANEL STYLE */
#ConsultationForm_root__Zt4R2 .ConsultationForm_successBlock__Zt4R2 {
  display: none !important; /* Managed beautifully with class triggers, avoiding overlapping load bugs */
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  gap: 1.25rem !important;
  padding: 1rem 0 !important;
  animation: ConsultationForm_scaleIn__Zt4R2 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Expanded class to display success panel after trigger */
#ConsultationForm_root__Zt4R2 .ConsultationForm_successBlock__Zt4R2.ConsultationForm_expanded__Zt4R2 {
  display: flex !important;
}

@keyframes ConsultationForm_scaleIn__Zt4R2 {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_badgeOuterZone__Zt4R2 {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 4.5rem !important;
  height: 4.5rem !important;
  border-radius: 9999px !important;
  background-color: rgba(16, 185, 129, 0.08) !important;
  border: 1px solid rgba(16, 185, 129, 0.15) !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_checkmarkRing__Zt4R2 {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 3.25rem !important;
  height: 3.25rem !important;
  border-radius: 9999px !important;
  background-color: #10b981 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.25) !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_successCheckIcon__Zt4R2 {
  animation: ConsultationForm_checkmarkPop__Zt4R2 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) both !important;
  animation-delay: 0.15s !important;
}

@keyframes ConsultationForm_checkmarkPop__Zt4R2 {
  from { transform: scale(0); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_successTitle__Zt4R2 {
  font-size: 1.25rem !important;
  font-weight: 900 !important;
  color: #111827 !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_successMessageBubble__Zt4R2 {
  background-color: #fafbfc !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 1.25rem !important;
  padding: 1.25rem !important;
  width: 100% !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_successMsgText__Zt4R2 {
  font-size: 0.8125rem !important;
  color: #4b5563 !important;
  line-height: 1.75 !important;
}

/* Certificate Tracking Badge style */
#ConsultationForm_root__Zt4R2 .ConsultationForm_trackingCard__Zt4R2 {
  width: 100% !important;
  position: relative !important;
  border: 1px dotted rgba(184, 28, 34, 0.3) !important;
  background-color: rgba(184, 28, 34, 0.02) !important;
  border-radius: 1rem !important;
  padding: 1rem 1.5rem !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_trackingMetaLine__Zt4R2 {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  position: relative !important;
  z-index: 5 !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_metaLabel__Zt4R2 {
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  color: #6b7280 !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_metaValue__Zt4R2 {
  font-family: &amp;quot;JetBrains Mono&amp;quot;, monospace !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
  color: #b81c22 !important;
  letter-spacing: 0.05em !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_trackingWatermark__Zt4R2 {
  position: absolute !important;
  font-family: &amp;quot;JetBrains Mono&amp;quot;, monospace !important;
  font-size: 1.5rem !important;
  font-weight: 900 !important;
  opacity: 0.02 !important;
  transform: rotate(-5deg) !important;
  pointer-events: none !important;
  white-space: nowrap !important;
  left: 5% !important;
  top: 15% !important;
  color: #000000 !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_successActions__Zt4R2 {
  width: 100% !important;
  margin-top: 0.5rem !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_resetFormButton__Zt4R2 {
  width: 100% !important;
  padding: 1rem 1.5rem !important;
  border-radius: 0.9375rem !important;
  background-color: #fef2f2 !important;
  border: 1px solid rgba(184, 28, 34, 0.15) !important;
  color: #b81c22 !important;
  font-weight: 800 !important;
  font-size: 0.75rem !important;
  cursor: pointer !important;
  outline: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  transition: all 0.3s ease !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_resetFormButton__Zt4R2:hover {
  background-color: rgba(184, 28, 34, 0.06) !important;
  color: #ef4444 !important;
  border-color: #ef4444 !important;
}


/* ====================================================
   ENTRY ANIMATION SCROLL-TRIGGER SYSTEM (Gears &amp;amp; Pixels)
   ==================================================== */
#ConsultationForm_root__Zt4R2 .ConsultationForm_animate-item__Zt4R2 {
  opacity: 0 !important;
  transform: translateY(40px) !important;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), 
              transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
  will-change: transform, opacity !important;
}

#ConsultationForm_root__Zt4R2 .ConsultationForm_animate-item__Zt4R2.ConsultationForm_animated__Zt4R2 {
  opacity: 1 !important;
  transform: translateY(0) !important;
}


/* ====================================================
   RESPONSIVE DESIGN BREAKPOINTS - Perfect Fit Guarantee
   ==================================================== */
@media (max-width: 1024px) {
  #ConsultationForm_root__Zt4R2 {
    padding: 5rem 0 !important;
  }

  #ConsultationForm_root__Zt4R2 .ConsultationForm_wrapperGrid__Zt4R2 {
    grid-template-columns: 1fr !important;
    gap: 3rem !important;
  }

  #ConsultationForm_root__Zt4R2 .ConsultationForm_leftInfoBlock__Zt4R2 {
    grid-column: span 8 !important;
    text-align: center !important;
    align-items: center !important;
  }

  #ConsultationForm_root__Zt4R2 .ConsultationForm_leadAccent__Zt4R2 {
    justify-content: center !important;
  }

  #ConsultationForm_root__Zt4R2 .ConsultationForm_promisesList__Zt4R2 {
    max-width: 38rem !important;
    text-align: right !important;
  }

  #ConsultationForm_root__Zt4R2 .ConsultationForm_promiseCard__Zt4R2 {
    align-items: flex-start !important;
  }

  #ConsultationForm_root__Zt4R2 .ConsultationForm_rightCardBlock__Zt4R2 {
    grid-column: span 8 !important;
    max-width: 42rem !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 768px) {
  #ConsultationForm_root__Zt4R2 {
    padding: 3.5rem 0 !important;
  }

  #ConsultationForm_root__Zt4R2 .ConsultationForm_container__Zt4R2 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  #ConsultationForm_root__Zt4R2 .ConsultationForm_mainTitle__Zt4R2 {
    font-size: 1.65rem !important;
    line-height: 1.4 !important;
  }

  #ConsultationForm_root__Zt4R2 .ConsultationForm_descriptionText__Zt4R2 {
    font-size: 0.875rem !important;
    line-height: 1.7 !important;
  }

  #ConsultationForm_root__Zt4R2 .ConsultationForm_cardCore__Zt4R2 {
    padding: 1.5rem !important;
    border-radius: 1.5rem !important;
  }

  #ConsultationForm_root__Zt4R2 .ConsultationForm_formRow__Zt4R2 {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
  }

  #ConsultationForm_root__Zt4R2 .ConsultationForm_textInput__Zt4R2,
  #ConsultationForm_root__Zt4R2 .ConsultationForm_selectInput__Zt4R2,
  #ConsultationForm_root__Zt4R2 .ConsultationForm_textareaInput__Zt4R2 {
    font-size: 0.75rem !important;
    padding: 0.75rem 1rem !important;
  }

  #ConsultationForm_root__Zt4R2 .ConsultationForm_submitButton__Zt4R2 {
    padding: 1rem !important;
    font-size: 0.8rem !important;
  }

  #ConsultationForm_root__Zt4R2 .ConsultationForm_successTitle__Zt4R2 {
    font-size: 1.125rem !important;
  }

  #ConsultationForm_root__Zt4R2 .ConsultationForm_workingCallout__Zt4R2 {
    width: 100% !important;
    max-width: 38rem !important;
  }
}

@media (max-width: 480px) {
  #ConsultationForm_root__Zt4R2 {
    padding: 2.5rem 0 !important;
  }

  #ConsultationForm_root__Zt4R2 .ConsultationForm_container__Zt4R2 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  #ConsultationForm_root__Zt4R2 .ConsultationForm_cardCore__Zt4R2 {
    padding: 1rem !important;
  }

  #ConsultationForm_root__Zt4R2 .ConsultationForm_submitButton__Zt4R2 {
    padding: 0.85rem 1rem !important;
    font-size: 0.72rem !important;
  }

  #ConsultationForm_root__Zt4R2 .ConsultationForm_promiseTitle__Zt4R2 {
    font-size: 0.8rem !important;
  }

  #ConsultationForm_root__Zt4R2 .ConsultationForm_promiseDesc__Zt4R2 {
    font-size: 0.7rem !important;
  }

  #ConsultationForm_root__Zt4R2 .ConsultationForm_chevronLeft__Zt4R2 {
    width: 12px !important;
    height: 12px !important;
  }

  #ConsultationForm_root__Zt4R2 .ConsultationForm_workingCallout__Zt4R2 {
    padding: 1rem !important;
    gap: 0.75rem !important;
  }

  #ConsultationForm_root__Zt4R2 .ConsultationForm_calloutIconBox__Zt4R2 {
    width: 2.25rem !important;
    height: 2.25rem !important;
    border-radius: 0.75rem !important;
  }

  #ConsultationForm_root__Zt4R2 .ConsultationForm_calloutTitle__Zt4R2 {
    font-size: 0.75rem !important;
  }

  #ConsultationForm_root__Zt4R2 .ConsultationForm_metaValue__Zt4R2 {
    font-size: 0.875rem !important;
  }
}
 
/* Rest */
#Contact_root__Y8v3B,
#Contact_root__Y8v3B *,
#Contact_root__Y8v3B *::before,
#Contact_root__Y8v3B *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#Contact_root__Y8v3B {
    font-family: &quot;Vazirmatn&quot;, &quot;Inter&quot;, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: rtl !important;
    text-align: right !important;
    background-color: #fafafa !important; /* bg-zinc-50 */
    color: #52525b !important; /* text-zinc-600 */
    position: relative !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 6rem 0 !important;
    border-top: 1px solid #e4e4e7 !important;
    overflow: hidden !important;
}

#Contact_root__Y8v3B .Contact_bgGlow__Y8v3B {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 500px !important;
    height: 500px !important;
    background-color: rgba(184, 28, 34, 0.05) !important;
    border-radius: 9999px !important;
    pointer-events: none !important;
    filter: blur(150px) !important;
    z-index: 0 !important;
    transform: translate(50%, -50%) !important;
}

#Contact_root__Y8v3B .Contact_wrapper__Y8v3B {
    max-width: 80rem !important;
    margin: 0 auto !important;
    padding: 0 1rem !important;
    position: relative !important;
    z-index: 10 !important;
    width: 100% !important;
}
@media (min-width: 640px) {
    #Contact_root__Y8v3B .Contact_wrapper__Y8v3B { padding: 0 1.5rem !important; }
}
@media (min-width: 1024px) {
    #Contact_root__Y8v3B .Contact_wrapper__Y8v3B { padding: 0 2rem !important; }
}

#Contact_root__Y8v3B .Contact_header__Y8v3B {
    max-width: 48rem !important;
    margin: 0 auto 4rem auto !important;
    text-align: center !important;
}

#Contact_root__Y8v3B .Contact_badge__Y8v3B {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    color: #e52a30 !important;
    margin-bottom: 1rem !important;
}

#Contact_root__Y8v3B .Contact_badgeLine__Y8v3B {
    height: 2px !important;
    width: 2rem !important;
    background-color: rgba(229, 42, 48, 0.3) !important;
    border-radius: 9999px !important;
}

#Contact_root__Y8v3B .Contact_badgeText__Y8v3B {
    font-size: 0.75rem !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    font-family: &quot;JetBrains Mono&quot;, monospace !important;
}

#Contact_root__Y8v3B .Contact_title__Y8v3B {
    font-size: 2.25rem !important;
    font-weight: 900 !important;
    color: #18181b !important;
    letter-spacing: -0.025em !important;
    line-height: 1.2 !important;
    margin-bottom: 1.5rem !important;
}
@media (min-width: 640px) {
    #Contact_root__Y8v3B .Contact_title__Y8v3B { font-size: 3rem !important; }
}

#Contact_root__Y8v3B .Contact_desc__Y8v3B {
    color: #52525b !important;
    font-size: 0.875rem !important;
    line-height: 1.625 !important;
    max-width: 42rem !important;
    margin: 0 auto !important;
}
@media (min-width: 640px) {
    #Contact_root__Y8v3B .Contact_desc__Y8v3B { font-size: 1rem !important; }
}

#Contact_root__Y8v3B .Contact_grid__Y8v3B {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    width: 100% !important;
}
@media (min-width: 1024px) {
    #Contact_root__Y8v3B .Contact_grid__Y8v3B {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 3rem !important;
    }
}

#Contact_root__Y8v3B .Contact_detailsColumn__Y8v3B {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
}

#Contact_root__Y8v3B .Contact_card__Y8v3B {
    background-color: #ffffff !important;
    border: 1px solid rgba(228, 228, 231, 0.8) !important;
    border-radius: 1.5rem !important;
    padding: 2rem !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
}
#Contact_root__Y8v3B .Contact_card__Y8v3B:hover {
    background-color: rgba(250, 250, 250, 0.8) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

#Contact_root__Y8v3B .Contact_cardLineRed__Y8v3B {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 6px !important;
    height: 100% !important;
    background-image: linear-gradient(to bottom, #e52a30, #b81c22) !important;
}
#Contact_root__Y8v3B .Contact_cardLineDark__Y8v3B {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 6px !important;
    height: 100% !important;
    background-color: #27272a !important;
}

#Contact_root__Y8v3B .Contact_cardHeader__Y8v3B {
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
    margin-bottom: 1.5rem !important;
}

#Contact_root__Y8v3B .Contact_iconRed__Y8v3B {
    width: 3rem !important;
    height: 3rem !important;
    border-radius: 1rem !important;
    background-color: rgba(229, 42, 48, 0.1) !important;
    border: 1px solid rgba(229, 42, 48, 0.2) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    color: #e52a30 !important;
}
#Contact_root__Y8v3B .Contact_iconDark__Y8v3B {
    width: 3rem !important;
    height: 3rem !important;
    border-radius: 1rem !important;
    background-color: #f4f4f5 !important;
    border: 1px solid #e4e4e7 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    color: #3f3f46 !important;
}

#Contact_root__Y8v3B .Contact_cardTitle__Y8v3B {
    font-size: 1.25rem !important;
    font-weight: 900 !important;
    color: #18181b !important;
}

#Contact_root__Y8v3B .Contact_list__Y8v3B {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

#Contact_root__Y8v3B .Contact_listItemLink__Y8v3B,
#Contact_root__Y8v3B .Contact_listItem__Y8v3B {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0.875rem !important;
    border-radius: 0.75rem !important;
    background-color: #fafafa !important;
    border: 1px solid #f4f4f5 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

#Contact_root__Y8v3B .Contact_listItemLink__Y8v3B:hover {
    border-color: rgba(229, 42, 48, 0.3) !important;
}

#Contact_root__Y8v3B .Contact_listItemLabel__Y8v3B {
    color: #52525b !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
}

#Contact_root__Y8v3B .Contact_listItemLabelWithIcon__Y8v3B {
    color: #52525b !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
}

#Contact_root__Y8v3B .Contact_iconZinc__Y8v3B {
    color: #a1a1aa !important;
}

#Contact_root__Y8v3B .Contact_listItemValue__Y8v3B,
#Contact_root__Y8v3B .Contact_listItemValuePlain__Y8v3B {
    font-family: &quot;JetBrains Mono&quot;, monospace !important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    color: #18181b !important;
    transition: color 0.3s ease !important;
}

#Contact_root__Y8v3B .Contact_listItemLink__Y8v3B:hover .Contact_listItemValue__Y8v3B {
    color: #e52a30 !important;
}

#Contact_root__Y8v3B .Contact_addressText__Y8v3B {
    color: #52525b !important;
    font-size: 1rem !important;
    line-height: 2 !important;
    font-weight: 500 !important;
    margin-bottom: 1.5rem !important;
}

#Contact_root__Y8v3B .Contact_cardFooter__Y8v3B {
    padding-top: 1rem !important;
    border-top: 1px solid #f4f4f5 !important;
}

#Contact_root__Y8v3B .Contact_footerText__Y8v3B {
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    color: #71717a !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
}

#Contact_root__Y8v3B .Contact_mapWrapper__Y8v3B {
    background-color: #ffffff !important;
    padding: 0.5rem !important;
    border-radius: 1.5rem !important;
    border: 1px solid rgba(228, 228, 231, 0.8) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    height: 400px !important;
    min-height: 400px !important;
    position: relative !important;
    overflow: hidden !important;
}
@media (min-width: 1024px) {
    #Contact_root__Y8v3B .Contact_mapWrapper__Y8v3B { height: 100% !important; min-height: 400px !important; }
}

#Contact_root__Y8v3B .Contact_mapContainer__Y8v3B {
    position: absolute !important;
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
    border-radius: 1rem !important;
    overflow: hidden !important;
    background-color: #f4f4f5 !important;
}

#Contact_root__Y8v3B .Contact_iframe__Y8v3B {
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    filter: grayscale(0.2) contrast(1.05) !important;
    transition: filter 0.7s ease !important;
}
#Contact_root__Y8v3B .Contact_mapWrapper__Y8v3B:hover .Contact_iframe__Y8v3B {
    filter: grayscale(0) !important;
}

/* Animations */
#Contact_root__Y8v3B .Contact_animate-in__Y8v3B {
    opacity: 0 !important;
}

#Contact_root__Y8v3B .Contact_animate-in__Y8v3B.Contact_animated__Y8v3B {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

#Contact_root__Y8v3B .Contact_slide-up__Y8v3B {
    transform: translateY(40px) !important;
}

/* Transitions on actual elements */
#Contact_root__Y8v3B .Contact_animateItem__Y8v3B {
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}
 
/* Reset within root scope to ensure absolute isolation */
#ScrollReveal_root__Sr7W3,
#ScrollReveal_root__Sr7W3 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
}

#ScrollReveal_root__Sr7W3 {
  position: relative !important;
  width: 100% !important;
  background-color: #f8fafc !important; /* Clean premium Slate 50 backdrop */
  color: #334155 !important; /* Slate 700 main body text */
  font-family: &amp;quot;Vazirmatn&amp;quot;, &amp;quot;Inter&amp;quot;, sans-serif !important;
  direction: rtl !important;
  text-align: right !important;
  padding: 6.5rem 0 !important;
  border-top: 1px solid #e2e8f0 !important;
  border-bottom: 1px solid #e2e8f0 !important;
  overflow: hidden !important;
}

#ScrollReveal_root__Sr7W3 .ScrollReveal_container__Sr7W3 {
  width: 100% !important;
  max-width: 80rem !important; /* max-w-7xl equivalent */
  margin: 0 auto !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  position: relative !important;
  z-index: 10 !important;
}

/* Red &amp;amp; Cyan Soft glow lamps */
#ScrollReveal_root__Sr7W3 .ScrollReveal_glowSpotRed__Sr7W3 {
  position: absolute !important;
  top: 5% !important;
  right: 10% !important;
  width: 32rem !important;
  height: 32rem !important;
  background-color: rgba(229, 42, 48, 0.035) !important;
  border-radius: 9999px !important;
  pointer-events: none !important;
  filter: blur(140px) !important;
  z-index: 1 !important;
}

#ScrollReveal_root__Sr7W3 .ScrollReveal_glowSpotCyan__Sr7W3 {
  position: absolute !important;
  bottom: 5% !important;
  left: 10% !important;
  width: 28rem !important;
  height: 28rem !important;
  background-color: rgba(6, 182, 212, 0.02) !important;
  border-radius: 9999px !important;
  pointer-events: none !important;
  filter: blur(130px) !important;
  z-index: 1 !important;
}

/* Header Typography block */
#ScrollReveal_root__Sr7W3 .ScrollReveal_headerBlock__Sr7W3 {
  max-width: 48rem !important;
  margin: 0 auto 4rem auto !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 1rem !important;
}

#ScrollReveal_root__Sr7W3 .ScrollReveal_badge__Sr7W3 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.75rem !important;
  color: #e52a30 !important; /* corporate red tint */
  margin-bottom: 0.5rem !important;
}

#ScrollReveal_root__Sr7W3 .ScrollReveal_badgeLine__Sr7W3 {
  height: 2px !important;
  width: 1.5rem !important;
  background-color: #e52a30 !important;
}

#ScrollReveal_root__Sr7W3 .ScrollReveal_badgeText__Sr7W3 {
  font-size: 0.75rem !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  font-family: &amp;quot;Inter&amp;quot;, sans-serif !important;
}

#ScrollReveal_root__Sr7W3 .ScrollReveal_title__Sr7W3 {
  font-size: 2rem !important;
  font-weight: 950 !important;
  color: #0f172a !important; /* Deep Slate 900 */
  line-height: 1.35 !important;
  margin: 0 !important;
}

@media (min-width: 640px) {
  #ScrollReveal_root__Sr7W3 .ScrollReveal_title__Sr7W3 {
    font-size: 2.25rem !important;
  }
}

#ScrollReveal_root__Sr7W3 .ScrollReveal_subtitle__Sr7W3 {
  font-size: 0.9375rem !important;
  color: #475569 !important; /* Slate 600 info text */
  line-height: 1.75 !important;
  margin: 0 !important;
}

/* Outer Showcase System wrap */
#ScrollReveal_root__Sr7W3 .ScrollReveal_showcaseWrapper__Sr7W3 {
  display: flex !important;
  flex-direction: column !important;
  gap: 3.5rem !important;
  width: 100% !important;
}

/* Cards Grid holding three transition blocks */
#ScrollReveal_root__Sr7W3 .ScrollReveal_cardsGrid__Sr7W3 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
  width: 100% !important;
}

@media (min-width: 1024px) {
  #ScrollReveal_root__Sr7W3 .ScrollReveal_cardsGrid__Sr7W3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* Individual Showcase Card */
#ScrollReveal_root__Sr7W3 .ScrollReveal_revealCard__Sr7W3 {
  background-color: #ffffff !important; /* solid clean elevated white bg */
  border: 1px solid #e2e8f0 !important;
  border-radius: 1.75rem !important;
  padding: 2.25rem !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 1.5rem !important;
  position: relative !important;
  box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.04) !important;
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.85s cubic-bezier(0.16, 1, 0.3, 1), 
              border-color 0.3s ease, 
              box-shadow 0.3s ease !important;
}

#ScrollReveal_root__Sr7W3 .ScrollReveal_revealCard__Sr7W3:hover {
  border-color: rgba(229, 42, 48, 0.25) !important;
  box-shadow: 0 20px 40px -15px rgba(229, 42, 48, 0.08) !important;
}

/* Card internal top section info */
#ScrollReveal_root__Sr7W3 .ScrollReveal_cardHeader__Sr7W3 {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
}

#ScrollReveal_root__Sr7W3 .ScrollReveal_iconBox__Sr7W3 {
  width: 2.5rem !important;
  height: 2.5rem !important;
  border-radius: 0.85rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #e2e8f0 !important;
  background-color: #f8fafc !important;
  color: #475569 !important;
  transition: all 0.3s ease !important;
}

#ScrollReveal_root__Sr7W3 .ScrollReveal_iconBoxUp__Sr7W3 { color: #2563eb !important; border-color: rgba(37, 99, 235, 0.15) !important; background-color: rgba(37, 99, 235, 0.04) !important; }
#ScrollReveal_root__Sr7W3 .ScrollReveal_iconBoxLeft__Sr7W3 { color: #0891b2 !important; border-color: rgba(8, 145, 178, 0.15) !important; background-color: rgba(8, 145, 178, 0.04) !important; }
#ScrollReveal_root__Sr7W3 .ScrollReveal_iconBoxZoom__Sr7W3 { color: #e52a30 !important; border-color: rgba(229, 42, 48, 0.15) !important; background-color: rgba(229, 42, 48, 0.04) !important; }

#ScrollReveal_root__Sr7W3 .ScrollReveal_revealCard__Sr7W3:hover .ScrollReveal_iconBox__Sr7W3 {
  transform: scale(1.08) !important;
}

#ScrollReveal_root__Sr7W3 .ScrollReveal_physicsLabel__Sr7W3 {
  font-size: 0.625rem !important;
  font-weight: 800 !important;
  color: #64748b !important;
  font-family: &amp;quot;Inter&amp;quot;, sans-serif !important;
  letter-spacing: 0.05em !important;
}

#ScrollReveal_root__Sr7W3 .ScrollReveal_cardTitle__Sr7W3 {
  font-size: 1.125rem !important;
  font-weight: 900 !important;
  color: #0f172a !important;
  margin: 0 !important;
}

#ScrollReveal_root__Sr7W3 .ScrollReveal_cardDesc__Sr7W3 {
  font-size: 0.78125rem !important; /* text-[12.5px] */
  color: #475569 !important;
  line-height: 1.625 !important;
  margin: 0 !important;
  flex-grow: 1 !important;
}

/* Embedded blueprint CAD box styles */
#ScrollReveal_root__Sr7W3 .ScrollReveal_blueprintSection__Sr7W3 {
  width: 100% !important;
}

#ScrollReveal_root__Sr7W3 .ScrollReveal_blueprintGraphic__Sr7W3 {
  width: 100% !important;
  height: auto !important;
  border-radius: 0.75rem !important;
  background-color: #060913 !important; /* high contrast blueprint black grid */
  border: 1px solid #1e293b !important;
  padding: 0.75rem !important;
}

/* Card bottom row info and trigger button */
#ScrollReveal_root__Sr7W3 .ScrollReveal_cardFooter__Sr7W3 {
  border-top: 1px solid #f1f5f9 !important;
  padding-top: 1.25rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  gap: 1rem !important;
}

#ScrollReveal_root__Sr7W3 .ScrollReveal_badgeGreen__Sr7W3 {
  font-size: 0.6875rem !important;
  font-weight: 800 !important;
  color: #10b981 !important;
}

#ScrollReveal_root__Sr7W3 .ScrollReveal_testBtn__Sr7W3 {
  background-color: #f1f5f9 !important;
  border: 1px solid #e2e8f0 !important;
  color: #475569 !important;
  padding: 0.45rem 1rem !important;
  border-radius: 0.5rem !important;
  font-size: 0.6875rem !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#ScrollReveal_root__Sr7W3 .ScrollReveal_testBtn__Sr7W3:hover {
  background-color: #0f172a !important;
  border-color: #0f172a !important;
  color: #ffffff !important;
}

/* Active animation replay indicator trigger */
#ScrollReveal_root__Sr7W3 .ScrollReveal_triggeringEffect__Sr7W3 {
  transform: scale(0.96) !important;
  opacity: 0.4 !important;
  border-color: rgba(229, 42, 48, 0.5) !important;
}

/* Interactive SVG animations inside the blueprint loop */
@keyframes ScrollReveal_pulsePing__Sr7W3 {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(2.5); opacity: 0; }
  100% { transform: scale(1); opacity: 0; }
}

#ScrollReveal_root__Sr7W3 .ScrollReveal_pingMarker__Sr7W3 {
  transform-origin: center !important;
  animation: ScrollReveal_pulsePing__Sr7W3 2s cubic-bezier(0.16, 1, 0.3, 1) infinite !important;
}


/* =========================================
   Scientific Control Console Box (Light themed)
   ========================================= */

#ScrollReveal_root__Sr7W3 .ScrollReveal_consoleBlock__Sr7W3 {
  background-color: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 1.75rem !important;
  padding: 2.25rem !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 1.25rem !important;
  box-shadow: 0 12px 30px -15px rgba(15, 23, 42, 0.05) !important;
  width: 100% !important;
}

#ScrollReveal_root__Sr7W3 .ScrollReveal_consoleHeader__Sr7W3 {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0.5rem !important;
  border-bottom: 1px solid #f1f5f9 !important;
  padding-bottom: 1.15rem !important;
}

@media (min-width: 640px) {
  #ScrollReveal_root__Sr7W3 .ScrollReveal_consoleHeader__Sr7W3 {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
  }
}

#ScrollReveal_root__Sr7W3 .ScrollReveal_consoleStatus__Sr7W3 {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
}

#ScrollReveal_root__Sr7W3 .ScrollReveal_consoleDot__Sr7W3 {
  font-size: 0.75rem !important;
  animation: pulse 1.8s ease-in-out infinite !important;
}

#ScrollReveal_root__Sr7W3 .ScrollReveal_consoleStatusText__Sr7W3 {
  font-size: 0.75rem !important;
  font-weight: 800 !important;
  color: #10b981 !important; /* Live diagnostic emerald code */
}

#ScrollReveal_root__Sr7W3 .ScrollReveal_consoleLabel__Sr7W3 {
  font-size: 0.625rem !important;
  font-weight: 900 !important;
  color: #94a3b8 !important;
  font-family: &amp;quot;Inter&amp;quot;, sans-serif !important;
}

#ScrollReveal_root__Sr7W3 .ScrollReveal_consoleDesc__Sr7W3 {
  font-size: 0.8125rem !important;
  color: #475569 !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

#ScrollReveal_root__Sr7W3 .ScrollReveal_consoleButtons__Sr7W3 {
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
  padding-top: 0.5rem !important;
  width: 100% !important;
}

@media (min-width: 640px) {
  #ScrollReveal_root__Sr7W3 .ScrollReveal_consoleButtons__Sr7W3 {
    flex-direction: row !important;
    align-items: center !important;
  }
}

#ScrollReveal_root__Sr7W3 .ScrollReveal_btnTriggerAll__Sr7W3 {
  background: linear-gradient(135deg, #1e293b, #0f172a) !important;
  border: 1px solid #0f172a !important;
  color: #ffffff !important;
  padding: 0.8rem 1.75rem !important;
  border-radius: 0.85rem !important;
  font-size: 0.75rem !important;
  font-weight: 950 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.75rem !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#ScrollReveal_root__Sr7W3 .ScrollReveal_btnTriggerAll__Sr7W3:hover {
  background: #e52a30 !important;
  border-color: #e52a30 !important;
  box-shadow: 0 4px 16px rgba(229, 42, 48, 0.25) !important;
}

#ScrollReveal_root__Sr7W3 .ScrollReveal_btnToggleTransition__Sr7W3 {
  background-color: #ffffff !important;
  border: 1px solid #cbd5e1 !important;
  color: #334155 !important;
  padding: 0.8rem 1.75rem !important;
  border-radius: 0.85rem !important;
  font-size: 0.75rem !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.75rem !important;
  transition: all 0.2s ease !important;
}

#ScrollReveal_root__Sr7W3 .ScrollReveal_btnToggleTransition__Sr7W3:hover {
  background-color: #f1f5f9 !important;
  border-color: #94a3b8 !important;
}


/* ==========================================================
   CLASS-BASED SCROLL REVEAL PHYSICS KEY AND EMULATION STATES
   ========================================================== */

/* State class added by JS on initialization setup */
#ScrollReveal_root__Sr7W3 .ScrollReveal_animateIn__Sr7W3 {
  opacity: 0 !important;
  will-change: transform, opacity !important;
}

/* Starting physical coordinates */
#ScrollReveal_root__Sr7W3 .ScrollReveal_effectSlideUp__Sr7W3 {
  transform: translateY(60px) scale(0.96) !important;
}

#ScrollReveal_root__Sr7W3 .ScrollReveal_effectSlideLeft__Sr7W3 {
  transform: translateX(-50px) scale(0.96) !important;
}

#ScrollReveal_root__Sr7W3 .ScrollReveal_effectZoom__Sr7W3 {
  transform: scale(0.85) !important;
}

/* Target settling Class representing actual activation */
#ScrollReveal_root__Sr7W3 .ScrollReveal_revealCard__Sr7W3.ScrollReveal_animated__Sr7W3 {
  opacity: 1 !important;
  transform: translate(0, 0) scale(1) !important;
}

/* Container outer reveal animation wrapper rules */
#ScrollReveal_root__Sr7W3 .ScrollReveal_entryAnimate__Sr7W3 {
  opacity: 0 !important;
  transform: translateY(40px) !important;
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#ScrollReveal_root__Sr7W3 .ScrollReveal_entryAnimateActive__Sr7W3 {
  opacity: 1 !important;
  transform: translateY(0) !important;
}


/* =========================================
   Robust Responsive Compliancy Framework
   ========================================= */

@media (max-width: 768px) {
  #ScrollReveal_root__Sr7W3 {
    padding: 3.5rem 0 !important;
  }

  #ScrollReveal_root__Sr7W3 .ScrollReveal_container__Sr7W3 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  #ScrollReveal_root__Sr7W3 .ScrollReveal_headerBlock__Sr7W3 {
    margin-bottom: 2.5rem !important;
  }

  #ScrollReveal_root__Sr7W3 .ScrollReveal_title__Sr7W3 {
    font-size: 1.5rem !important;
    line-height: 1.4 !important;
  }

  #ScrollReveal_root__Sr7W3 .ScrollReveal_subtitle__Sr7W3 {
    font-size: 0.8125rem !important;
    line-height: 1.625 !important;
  }

  #ScrollReveal_root__Sr7W3 .ScrollReveal_showcaseWrapper__Sr7W3 {
    gap: 2rem !important;
  }

  #ScrollReveal_root__Sr7W3 .ScrollReveal_revealCard__Sr7W3 {
    padding: 1.5rem !important;
    border-radius: 1.25rem !important;
    gap: 1rem !important;
  }

  #ScrollReveal_root__Sr7W3 .ScrollReveal_consoleBlock__Sr7W3 {
    padding: 1.5rem !important;
    border-radius: 1.25rem !important;
  }

  #ScrollReveal_root__Sr7W3 .ScrollReveal_consoleButtons__Sr7W3 {
    flex-direction: column !important;
  }

  #ScrollReveal_root__Sr7W3 .ScrollReveal_btnTriggerAll__Sr7W3,
  #ScrollReveal_root__Sr7W3 .ScrollReveal_btnToggleTransition__Sr7W3 {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  #ScrollReveal_root__Sr7W3 {
    padding: 3rem 0 !important;
  }

  #ScrollReveal_root__Sr7W3 .ScrollReveal_container__Sr7W3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  #ScrollReveal_root__Sr7W3 .ScrollReveal_cardTitle__Sr7W3 {
    font-size: 1rem !important;
  }

  #ScrollReveal_root__Sr7W3 .ScrollReveal_cardDesc__Sr7W3 {
    font-size: 0.75rem !important;
  }
}
 
            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: #c31923;
                    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-right : 0;
                }
                .top-list:last-child{
                    margin-left : 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-right: 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{
                    right: 0;
                }
                .top-sub-list{
                    border-left: 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: 100px;
                height: 100px;
                max-width: 100px;
                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: #c31923;
                box-sizing: border-box;
                border: px  solid  ;
                border-radius: 3px;
                padding: 0 !important;
            }
            
                .nav-container > .navbar{
                    margin-left: 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: #c3192350;
            }
            .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: 18px;
                color: #fff;
            }
            .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
            .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                display: flex;
                top: 45px;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                display: flex;
                right: calc(100%  +  5px);
                top: 0;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
                    .nav-container .navbar.navbar-sub{
                        position: absolute;
                        z-index: 4999;
                        background: #c31923;
                        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{
                        right: 0;
                    }
                    .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                        right: calc(100%  +  5px);
                    }
                    .nav-container .navbar.navbar-sub .nav-list{
                        width:200px;
                        border-left: 5px solid #c31923;
                    }
                
            .arrow-icon-menu{
                width: 8px;
                height: 8px;
            }
            .arrow-icon-menu.arrow-bottom{
                transform: rotate(90deg);
            }
            
                .arrow-menu-container{
                    margin-right: 5px;
                }
                .arrow-icon-menu.arrow-right,
                .overflow-list .arrow-icon-menu.arrow-bottom{
                    transform: rotate(180deg);
                }
                .nav-container .navbar .nav-list:first-child:hover{
                    border-radius: 0 3px 3px 0;
                }
                .nav-container .navbar .nav-list:last-child:hover{
                    border-radius: 3px 0 0 3px;
                }
            
            .nav-container .navbar .nav-list.base-level svg,
            .nav-container .navbar .nav-list .overflow-menu svg{
                fill: #fff;
            }
            .nav-container .navbar .nav-list.base-level:hover svg{
                fill: ;
            }
            .sub-menu-container{
                position: absolute;
                min-width: 150px;
                background-color: #c31923;
                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: px;
                height: px;
            }
            .nav-container .navbar.navbar-sub .nav-list a,
            .nav-container .navbar.navbar-sub .nav-list span{
                color: #fff;
                font-size: 17px;
            }
            .nav-list.with-sub-menu:hover .sub-menu-container{
                display: block;
            }
            .nav-container .navbar.navbar-sub .nav-list .arrow-menu-container svg{
                fill: #fff;
            }
            .active{
                background-color: #c3192350;
            }
            .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-right: 0 !important;
                }
                .icon-container .icon-item:last-child{
                    margin-left: 0 !important;
                }
                
            
            .icon-container .icon-item a{
                border: 0px  solid  ;
            }
            .icon-container .icon-item.basket-icon{
                position: relative;
                color: #c31923;
                min-width: 45px;
                min-height: 45px;
                outline: none;
                border-radius: 3px;
                background: #c31923;
                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: #c31923;
                min-width: 45px;
                min-height: 45px;
                margin: 0;
                outline: none;
                border-radius: 3px;
                background: #c31923;
                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: #c31923;
                    border-radius: 3px;
                    background: #c31923;
                    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-left: none !important;
                    }
                    .border-basket{
                        border-right: 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: #c31923;
                    }
                    .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: #c31923;
                    }
                    .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: #c31923;
                    }
                    .icon-container .icon-item.search-icon .icon-shortcut .search-container .search-btn:hover{
                        background: #c31923;
                    }
                 
            .icon-container .icon-item svg{
                width: 25px;
                height: 25px;
            
                fill: #c31923;
            
            }
            .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: #c31923;
                    /*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: #c31923;
                }
                .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: #c31923;
                    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: 3px 0 0 3px !important;
                    }
                    .search-container.open-search-box .close-search-btn{
                        border-radius: 0 3px 3px 0 !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: #c31923;
                    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 {
                        left: calc(0px + 45px);
                        border-right: none;
                        border-left: none;
                    }
                
                        .search-container.open-search-box .search-btn{
                            border-radius: 3px 0 0 3px !important;
                        }
                        .search-container.open-search-box .close-search-btn{
                            border-radius: 0 3px 3px 0 !important;
                        }
                        .search-container.open-search-box .search-input{
                            border-radius: 0 3px 3px 0 !important;
                        }
                    
                .close-search-btn{
                    position: absolute;
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #c31923;
                    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: #c31923;
                }
            
            .sticky{
                width: 100vw;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 999;
                padding: 2vh 8vw;
                transition: .8s;
                background-color: #c31923 !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: #c31923;
                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 #c31923;
                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: #c31923;
            }
            .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: #c31923;
                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 #c31923;
                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  #000;
                padding: 15px;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                background-color: #777 ;
            }
            #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: auto;  
                        grid-template-columns: 100px minmax(auto, 100%) auto;
                        grid-template-areas: 
                            "top-1 top-2 top-3"; 
                        background-color: transparent;
                        background-image: unset;
                    }
                    .top-section-1{
                        justify-content: flex-start;
                    }
                    .top-section-2{
                        justify-content: center;
                    }
                    .top-section-3{
                        justify-content: flex-end;
                    }
                    .logo-container{
                        justify-content: flex-start;
                    }
                    .nav-container{
                        padding: 15px;
                        justify-content: center;
                    }
                    .nav-container .navbar{
                        justify-content: center;
                    }
                    .width-full{
                        width: 43vw !important;
                    }
                #module_footer_section_2{
;
justify-content:center;
padding-top:2%;
padding-bottom:1%;
border-style:none;
}#module_footer_column_2{
;
justify-content:center;
border-style:none;
}#module_footer_row_2{
;
justify-content:center;
border-style:none;
}#module_footer_items_2{
;
cursor:default;
width:8vw;
height:8vw;
font-weight:400;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_2:hover{
;
}#module_footer_row_4{
;
justify-content:center;
padding-top:4vw;
padding-bottom:2vw;
border-style:none;
}#module_footer_items_9{
;
cursor:pointer;
text-align:center;
line-height:1.8vw;
color:#fff;
font-weight:400;
font-size:.95vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
padding-right:26vw;
padding-left:26vw;
}#module_footer_items_9:hover{
;
}#module_footer_items_11{
;
cursor:pointer;
text-align:center;
width:3vw;
height:3vw;
color:#ffffff;
font-weight:400;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:2vw;
}#module_footer_items_11:hover{
;
}#module_footer_items_12{
;
cursor:pointer;
text-align:center;
width:3vw;
height:3vw;
font-weight:400;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:2vw;
}#module_footer_items_12:hover{
;
}#module_footer_items_13{
;
cursor:pointer;
text-align:center;
width:3vw;
height:3vw;
font-weight:400;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:2vw;
}#module_footer_items_13:hover{
;
}#module_footer_row_3{
;
justify-content:center;
padding-top:2vw;
border-style:none;
}#module_footer_items_3{
;
cursor:default;
text-align:center;
color:#fff;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:solid;
border-right-width:0.11vw;
border-color:#ffff;
padding-right:1.5vw;
padding-left:1.5vw;
}#module_footer_items_3:hover{
;
color:#ffff;
}#module_footer_items_4{
;
cursor:default;
text-align:center;
color:#fff;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:solid;
border-right-width:0.11vw;
border-color:#fff;
padding-right:1.5vw;
padding-left:1.5vw;
}#module_footer_items_4:hover{
;
}#module_footer_items_5{
;
cursor:default;
color:#fff;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:solid;
border-right-width:0.11vw;
border-color:#fff;
padding-right:1.5vw;
padding-left:1.5vw;
}#module_footer_items_5:hover{
;
}#module_footer_items_6{
;
cursor:default;
text-align:center;
color:#fff;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:solid;
border-right-width:0.11vw;
border-color:#ffff;
padding-right:1.5vw;
padding-left:1.5vw;
}#module_footer_items_6:hover{
;
}#module_footer_row_5{
;
margin-top:2vw;
justify-content:center;
padding-top:2vw;
border-style:solid;
border-top-width:.15vw;
border-color:#fff;
}#module_footer_items_14{
;
cursor:default;
text-align:center;
line-height:1.5vw;
color:#ffffffff;
font-weight:400;
font-size:.95vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_14:hover{
;
}#public_footer_main_2{;background-color:#c31922;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}#public_footer_main_2:hover{;}
                #public_footer_main_2{
                    position:relative;
                    margin-right:auto !important;
                    margin-left:auto !important;
                    overflow:hidden !important;
                }
                #public_footer_main_2 > div{
                    position:relative;
                    z-index:12;
                }
                
                #public_footer_main_2 
            
            #public_footer_main_2 .new_admin_layer {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 10;
                transition: all 600ms ease;
                background-color: rgba(0,0,0,0);
                display: flex;
                
            right:0;
            top:0;
        
            }

            #public_footer_main_2 .layer_first_child {
                width: 100%;
            }
        
            #public_footer_main_2:hover .new_admin_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
            #msg_footer.msg_footer,
            #msg_footer_complete.msg_footer{
                position: fixed;
                top: 50px;
                right: 10px;
                width: 400px;
                height: 50px;
                z-index: 10000;
                border-radius: 3px;
            }

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

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

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

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

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