
/* ========== RESET &amp; ROOT SCOPING ========== */
#Resources_root__Mn4Bx,
#Resources_root__Mn4Bx *,
#Resources_root__Mn4Bx *::before,
#Resources_root__Mn4Bx *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#Resources_root__Mn4Bx {

    font-family: system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;


  direction: rtl;
    background: rgb(8 8 8) !important;
}

/* ========== CONTAINER ========== */
#Resources_root__Mn4Bx .Resources_container__Qw7Ty {
  padding-top: 5rem !important;
  min-height: 100vh !important;
  background: #050505 !important;
  color: #d1d5db !important;
}

/* ========== H1 HERO SECTION ========== */
#Resources_root__Mn4Bx .Resources_heroSection__Zx3Cv {
  position: relative !important;
  background: #080808 !important;
  padding: 5rem 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
  overflow: hidden !important;
}

#Resources_root__Mn4Bx .Resources_heroPattern__Kl8Pm {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background-image: url('https://www.transparenttextures.com/patterns/cubes.png') !important;
  opacity: 0.05 !important;
  z-index: 0 !important;
}

#Resources_root__Mn4Bx .Resources_heroContent__Jh2Nt {
  position: relative !important;
  z-index: 10 !important;
  max-width: 56rem !important;
  margin: 0 auto !important;
  padding: 0 1rem !important;
  text-align: center !important;
}

#Resources_root__Mn4Bx .Resources_heroTitle__Wp9Qs {
  font-size: 1.875rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 1.5rem !important;
  line-height: 1.3 !important;
}

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

#Resources_root__Mn4Bx .Resources_heroDesc__Bv5Rx {
  font-size: 1.125rem !important;
  line-height: 1.8 !important;
  color: #9ca3af !important;
  text-align: justify !important;
}

@media (min-width: 768px) {
  #Resources_root__Mn4Bx .Resources_heroDesc__Bv5Rx {
    text-align: center !important;
  }
}

/* ========== FILTERABLE RESOURCES SECTION ========== */
#Resources_root__Mn4Bx .Resources_filterableSection__Tn6Yh {
  padding: 4rem 0 !important;
  max-width: 1508px !important;
  margin: 0 auto !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

/* Main Filters */
#Resources_root__Mn4Bx .Resources_mainFilters__Gr4Wd {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 1rem !important;
  margin-bottom: 2rem !important;
}

#Resources_root__Mn4Bx .Resources_filterBtn__Hs8Lp {
  padding: 0.5rem 1.5rem !important;
  border-radius: 9999px !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #111 !important;
  color: #9ca3af !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

#Resources_root__Mn4Bx .Resources_filterBtn__Hs8Lp:hover {
  border-color: #C5A55D !important;
}

#Resources_root__Mn4Bx .Resources_filterActive__Xm2Nv {
  background: #C5A55D !important;
  color: #000000 !important;
  border-color: #C5A55D !important;
}

/* Sub Filters */
#Resources_root__Mn4Bx .Resources_subFilters__Pk3Jm {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 0.75rem !important;
  margin-bottom: 3rem !important;
  animation: Resources_fadeInDown__Anim 0.3s ease !important;
}

@keyframes Resources_fadeInDown__Anim {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#Resources_root__Mn4Bx .Resources_subFilterBtn__Yx7Kp {
  padding: 0.375rem 1rem !important;
  border-radius: 0.5rem !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #111 !important;
  color: #9ca3af !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

#Resources_root__Mn4Bx .Resources_subFilterBtn__Yx7Kp:hover {
  border-color: rgba(197, 165, 93, 0.3) !important;
}

#Resources_root__Mn4Bx .Resources_subFilterActive__Lm9Qz {
  background: rgba(197, 165, 93, 0.2) !important;
  color: #C5A55D !important;
  border-color: rgba(197, 165, 93, 0.5) !important;
}

/* Resources Grid */
#Resources_root__Mn4Bx .Resources_resourcesGrid__Lq5Yn {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
  margin-bottom: 3rem !important;
  min-height: 300px !important;
}

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

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

/* Resource Card */
#Resources_root__Mn4Bx .Resources_resourceCard__Wt9Px {
  background: #111 !important;
  border-radius: 1.5rem !important;
  padding: 1.5rem !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  animation: Resources_fadeIn__Anim 0.4s ease !important;
}

@keyframes Resources_fadeIn__Anim {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#Resources_root__Mn4Bx .Resources_resourceCard__Wt9Px:hover {
  border-color: #C5A55D !important;
  transform: translateY(-4px) !important;
}

#Resources_root__Mn4Bx .Resources_cardHeader__Zn6Lv {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 1rem !important;
}

#Resources_root__Mn4Bx .Resources_cardBadge__Hm3Qx {
  font-size: 0.625rem !important;
  font-weight: 700 !important;
  padding: 0.25rem 0.75rem !important;
  border-radius: 9999px !important;
  border: 1px solid !important;
}

#Resources_root__Mn4Bx .Resources_badgeContract__Jt8Lp {
  background: rgba(30, 64, 175, 0.2) !important;
  color: #60a5fa !important;
  border-color: rgba(59, 130, 246, 0.3) !important;
}

#Resources_root__Mn4Bx .Resources_badgeTariff__Vx2Km {
  background: rgba(6, 78, 59, 0.2) !important;
  color: #4ade80 !important;
  border-color: rgba(34, 197, 94, 0.3) !important;
}

#Resources_root__Mn4Bx .Resources_badgeLaw__Bn9Rw {
  background: rgba(88, 28, 135, 0.2) !important;
  color: #c084fc !important;
  border-color: rgba(168, 85, 247, 0.3) !important;
}

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

#Resources_root__Mn4Bx .Resources_cardBody__Ln4Rx {
  display: flex !important;
  align-items: flex-start !important;
  gap: 1rem !important;
  margin-bottom: 1rem !important;
}

#Resources_root__Mn4Bx .Resources_cardIcon__Zx9Pm {
  width: 3rem !important;
  height: 3rem !important;
  border-radius: 0.75rem !important;
  background: #1a1a1a !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #C5A55D !important;
  font-size: 1.25rem !important;
  flex-shrink: 0 !important;
  transition: all 0.3s ease !important;
}

#Resources_root__Mn4Bx .Resources_resourceCard__Wt9Px:hover .Resources_cardIcon__Zx9Pm {
  background: #C5A55D !important;
  color: #000000 !important;
}

#Resources_root__Mn4Bx .Resources_cardTitle__Wq2Kz {
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  line-height: 1.4 !important;
  transition: color 0.3s ease !important;
}

#Resources_root__Mn4Bx .Resources_resourceCard__Wt9Px:hover .Resources_cardTitle__Wq2Kz {
  color: #C5A55D !important;
}

#Resources_root__Mn4Bx .Resources_cardTitle__Wq2Kz a {
  color: inherit !important;
  text-decoration: none !important;
}

#Resources_root__Mn4Bx .Resources_cardTitle__Wq2Kz a:hover {
  text-decoration: underline !important;
}

#Resources_root__Mn4Bx .Resources_cardDesc__Tn8Qv {
  font-size: 0.875rem !important;
  color: #9ca3af !important;
  line-height: 1.6 !important;
  margin-bottom: 1.5rem !important;
  flex-grow: 1 !important;
}

#Resources_root__Mn4Bx .Resources_cardFooter__Hm6Vy {
  padding-top: 1rem !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
  margin-top: auto !important;
  text-align: right !important;
}

#Resources_root__Mn4Bx .Resources_cardLink__Fp3Qn {
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  transition: color 0.3s ease !important;
}

#Resources_root__Mn4Bx .Resources_cardLink__Fp3Qn:hover {
  color: #C5A55D !important;
}

#Resources_root__Mn4Bx .Resources_cardLink__Fp3Qn i {
  transition: transform 0.3s ease !important;
}

#Resources_root__Mn4Bx .Resources_cardLink__Fp3Qn:hover i {
  transform: translateX(-4px) !important;
}

/* Empty State */
#Resources_root__Mn4Bx .Resources_emptyState__Vx7Km {
  grid-column: 1 / -1 !important;
  text-align: center !important;
  padding: 3rem !important;
  color: #6b7280 !important;
  background: #111 !important;
  border-radius: 1.5rem !important;
  border: 1px dashed rgba(255, 255, 255, 0.05) !important;
}

/* Category Navigation */
#Resources_root__Mn4Bx .Resources_categoryNav__Hk4Ps {
  text-align: center !important;
  animation: Resources_fadeIn__Anim 0.4s ease !important;
}

#Resources_root__Mn4Bx .Resources_categoryLink__Jt9Lx {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  background: #1a1a1a !important;
  color: #ffffff !important;
  padding: 0.75rem 2rem !important;
  border-radius: 0.75rem !important;
  font-weight: 700 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}

#Resources_root__Mn4Bx .Resources_categoryLink__Jt9Lx:hover {
  background: #C5A55D !important;
  color: #000000 !important;
}

/* ========== TAX CALENDAR SECTION ========== */
#Resources_root__Mn4Bx .Resources_calendarSection__Jy8Fm {
  padding: 4rem 0 !important;
  background: #0a0a0a !important;
}

#Resources_root__Mn4Bx .Resources_calendarHeader__Xz5Bq {
  max-width: 1508px !important;
  margin: 0 auto 3rem !important;
  padding: 0 1rem 1rem !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-bottom: 2px solid #C5A55D !important;
  gap: 1rem !important;
}

@media (min-width: 768px) {
  #Resources_root__Mn4Bx .Resources_calendarHeader__Xz5Bq {
    flex-direction: row !important;
  }
}

#Resources_root__Mn4Bx .Resources_calendarTitle__Cn9Rt {
  font-size: 1.875rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-align: center !important;
}

@media (min-width: 768px) {
  #Resources_root__Mn4Bx .Resources_calendarTitle__Cn9Rt {
    text-align: right !important;
  }
}

#Resources_root__Mn4Bx .Resources_calendarBadge__Vp2Lm {
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  color: #C5A55D !important;
  background: rgba(197, 165, 93, 0.1) !important;
  padding: 0.5rem 1rem !important;
  border-radius: 9999px !important;
  border: 1px solid rgba(197, 165, 93, 0.3) !important;
}

#Resources_root__Mn4Bx .Resources_calendarGrid__Wt4Nh {
  max-width: 1508px !important;
  margin: 0 auto !important;
  padding: 0 1rem !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.5rem !important;
  margin-bottom: 2rem !important;
}

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

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

#Resources_root__Mn4Bx .Resources_calendarCard__Ql7Js {
  background: #111 !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-radius: 1rem !important;
  padding: 1.5rem !important;
  position: relative !important;
  overflow: hidden !important;
  transition: border-color 0.3s ease !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

#Resources_root__Mn4Bx .Resources_calendarCard__Ql7Js:hover {
  border-color: #C5A55D !important;
}

#Resources_root__Mn4Bx .Resources_calendarAccent__Zm3Kv {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 4px !important;
  height: 100% !important;
  background: #C5A55D !important;
}

#Resources_root__Mn4Bx .Resources_calendarSeason__Bn6Xw {
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  color: #6b7280 !important;
  margin-bottom: 0.5rem !important;
}

#Resources_root__Mn4Bx .Resources_calendarEventTitle__Fp8Ry {
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 0.5rem !important;
}

#Resources_root__Mn4Bx .Resources_calendarDate__Gm2Lq {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  font-size: 0.875rem !important;
  font-family: monospace !important;
  color: #C5A55D !important;
  margin-bottom: 1rem !important;
}

#Resources_root__Mn4Bx .Resources_calendarEventDesc__Ht5Nw {
  font-size: 0.875rem !important;
  color: #9ca3af !important;
  margin-bottom: 1rem !important;
  flex-grow: 1 !important;
  line-height: 1.6 !important;
}

#Resources_root__Mn4Bx .Resources_calendarService__Pq9Xs {
  font-size: 0.75rem !important;
  color: #6b7280 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
  padding-top: 0.75rem !important;
  margin-top: auto !important;
  font-style: italic !important;
}

#Resources_root__Mn4Bx .Resources_calendarNote__Ty6Mz {
  max-width: 1508px !important;
  margin: 0 auto !important;
  padding: 1.5rem !important;
  background: linear-gradient(to left, rgba(197, 165, 93, 0.2), rgba(197, 165, 93, 0.05)) !important;
  border: 1px solid rgba(197, 165, 93, 0.3) !important;
  border-radius: 1rem !important;
  text-align: center !important;
  color: #ffffff !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
}

#Resources_root__Mn4Bx .Resources_bellIcon__Kw3Lp {
  color: #C5A55D !important;
  margin-left: 0.5rem !important;
  animation: Resources_pulse__Anim 2s infinite !important;
}

@keyframes Resources_pulse__Anim {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

/* ========== ONLINE TOOLS SECTION ========== */
#Resources_root__Mn4Bx .Resources_toolsSection__Rq8Vy {
  padding: 4rem 1rem !important;
  max-width: 1508px !important;
  margin: 0 auto !important;
}

#Resources_root__Mn4Bx .Resources_toolsTitle__Fm3Kx {
  font-size: 1.875rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 1rem !important;
  text-align: center !important;
}

#Resources_root__Mn4Bx .Resources_toolsDesc__Jn7Wt {
  color: #9ca3af !important;
  text-align: center !important;
  margin-bottom: 2.5rem !important;
}

#Resources_root__Mn4Bx .Resources_toolsGrid__Zp5Lx {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
  max-width: 75rem !important;
  margin: 0 auto !important;
}

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

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

#Resources_root__Mn4Bx .Resources_toolsColumnTitle__Bn4Kw {
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 1.125rem !important;
  margin-bottom: 1rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
}

#Resources_root__Mn4Bx .Resources_toolsIcon__Vx2Ly {
  color: #C5A55D !important;
}

#Resources_root__Mn4Bx .Resources_toolCard__Wq6Jt {
  background: #111 !important;
  padding: 1.25rem !important;
  border-radius: 0.75rem !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
}

#Resources_root__Mn4Bx .Resources_toolCard__Wq6Jt:hover {
  border-color: #C5A55D !important;
}

#Resources_root__Mn4Bx .Resources_toolCardTitle__Xz8Pm {
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 0.5rem !important;
  transition: color 0.3s ease !important;
}

#Resources_root__Mn4Bx .Resources_toolCard__Wq6Jt:hover .Resources_toolCardTitle__Xz8Pm {
  color: #C5A55D !important;
}

#Resources_root__Mn4Bx .Resources_toolCardDesc__Ln3Rv {
  font-size: 0.75rem !important;
  color: #9ca3af !important;
  margin-bottom: 0.75rem !important;
}

#Resources_root__Mn4Bx .Resources_toolCardLink__Gk7Tz {
  color: #C5A55D !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.25rem !important;
}

/* ========== WHY US SECTION ========== */
#Resources_root__Mn4Bx .Resources_whyUsSection__Pn5Mw {
  padding: 4rem 1rem !important;
  background: #0a0a0a !important;
}

#Resources_root__Mn4Bx .Resources_whyUsTitle__Qx7Ry {
  font-size: 1.875rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 2.5rem !important;
  text-align: center !important;
  max-width: 1508px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#Resources_root__Mn4Bx .Resources_whyUsGrid__Zm4Kv {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 1.5rem !important;
  max-width: 1058px !important;
  margin: 0 auto !important;
}

#Resources_root__Mn4Bx .Resources_whyUsCard__Jt8Lx {
  width: 100% !important;
  background: #111 !important;
  padding: 1.5rem !important;
  border-radius: 1rem !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  transition: all 0.3s ease !important;
}

@media (min-width: 768px) {
  #Resources_root__Mn4Bx .Resources_whyUsCard__Jt8Lx {
    width: calc(50% - 0.75rem) !important;
  }
}

@media (min-width: 1024px) {
  #Resources_root__Mn4Bx .Resources_whyUsCard__Jt8Lx {
    width: calc(33.333% - 1rem) !important;
  }
}

#Resources_root__Mn4Bx .Resources_whyUsCard__Jt8Lx:hover {
  border-color: #C5A55D !important;
}

#Resources_root__Mn4Bx .Resources_whyUsIcon__Bn3Qw {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

#Resources_root__Mn4Bx .Resources_whyUsIcon__Bn3Qw i {
  color: #C5A55D !important;
  font-size: 1.25rem !important;
  transition: transform 0.3s ease !important;
}

#Resources_root__Mn4Bx .Resources_whyUsCard__Jt8Lx:hover .Resources_whyUsIcon__Bn3Qw i {
  transform: scale(1.1) !important;
}

#Resources_root__Mn4Bx .Resources_whyUsCardTitle__Fp2Nm {
  color: #ffffff !important;
  font-weight: 700 !important;
}

#Resources_root__Mn4Bx .Resources_whyUsCardDesc__Vx9Ry {
  font-size: 0.875rem !important;
  color: #9ca3af !important;
  line-height: 1.6 !important;
}

/* ========== SPECIAL SERVICES SECTION ========== */
#Resources_root__Mn4Bx .Resources_servicesSection__Lq6Mx {
  padding: 4rem 1rem !important;
  max-width: 1508px !important;
  margin: 0 auto !important;
}

#Resources_root__Mn4Bx .Resources_servicesTitle__Wt9Pv {
  font-size: 1.875rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 2.5rem !important;
  text-align: center !important;
}

#Resources_root__Mn4Bx .Resources_servicesDesc__Bn7Kx {
  color: #9ca3af !important;
  text-align: center !important;
  margin-bottom: 2.5rem !important;
}

#Resources_root__Mn4Bx .Resources_servicesGrid__Hm4Ty {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.5rem !important;
}

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

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

#Resources_root__Mn4Bx .Resources_serviceCard__Zx8Qv {
  background: #111 !important;
  padding: 1.5rem !important;
  border-radius: 1rem !important;
  border-top: 4px solid #C5A55D !important;
  text-align: center !important;
}

#Resources_root__Mn4Bx .Resources_serviceIcon__Jn3Lw {
  font-size: 3rem !important;
  color: #C5A55D !important;
  margin-bottom: 1rem !important;
  display: block !important;
}

#Resources_root__Mn4Bx .Resources_serviceCardTitle__Fp6Rx {
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 0.5rem !important;
}

#Resources_root__Mn4Bx .Resources_serviceCardDesc__Vx2Km {
  font-size: 0.875rem !important;
  color: #9ca3af !important;
}

/* ========== FAQ SECTION ========== */
#Resources_root__Mn4Bx .Resources_faqSection__Pq7Mx {
  padding: 4rem 1rem !important;
  background: #0a0a0a !important;
}

#Resources_root__Mn4Bx .Resources_faqTitle__Wn4Ky {
  font-size: 1.875rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 2.5rem !important;
  text-align: center !important;
  max-width: 56rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#Resources_root__Mn4Bx .Resources_faqGrid__Zt8Lv {
  max-width: 56rem !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
}

#Resources_root__Mn4Bx .Resources_faqCard__Hm3Qx {
  background: #111 !important;
  padding: 1.5rem !important;
  border-radius: 1rem !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  transition: border-color 0.3s ease !important;
}

#Resources_root__Mn4Bx .Resources_faqCard__Hm3Qx:hover {
  border-color: rgba(197, 165, 93, 0.3) !important;
}

#Resources_root__Mn4Bx .Resources_faqQuestion__Bn9Rw {
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 0.75rem !important;
  font-size: 1.125rem !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.75rem !important;
}

#Resources_root__Mn4Bx .Resources_faqIcon__Jt2Lp {
  color: #C5A55D !important;
  margin-top: 0.25rem !important;
  flex-shrink: 0 !important;
}

#Resources_root__Mn4Bx .Resources_faqAnswer__Vx6Km {
  color: #9ca3af !important;
  line-height: 1.6 !important;
  padding-right: 2rem !important;
}

/* ========== SPECIAL OFFER SECTION ========== */
#Resources_root__Mn4Bx .Resources_offerSection__Lm7Qx {
  padding: 4rem 1rem !important;
  max-width: 1508px !important;
  margin: 0 auto !important;
}

#Resources_root__Mn4Bx .Resources_offerBox__Tn3Kv {
  background: linear-gradient(to bottom right, #1a1a1a, #000000) !important;
  border: 1px solid #C5A55D !important;
  border-radius: 1.5rem !important;
  padding: 2rem !important;
  position: relative !important;
  overflow: hidden !important;
}

@media (min-width: 768px) {
  #Resources_root__Mn4Bx .Resources_offerBox__Tn3Kv {
    padding: 3rem !important;
  }
}

#Resources_root__Mn4Bx .Resources_offerGlow__Zx9Pm {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 16rem !important;
  height: 16rem !important;
  background: #C5A55D !important;
  opacity: 0.1 !important;
  border-radius: 50% !important;
  filter: blur(80px) !important;
  pointer-events: none !important;
}

#Resources_root__Mn4Bx .Resources_offerTitle__Bn5Rw {
  font-size: 1.875rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 1.5rem !important;
  text-align: center !important;
}

#Resources_root__Mn4Bx .Resources_offerDesc__Jt8Lx {
  text-align: center !important;
  color: #9ca3af !important;
  margin-bottom: 2.5rem !important;
  max-width: 48rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#Resources_root__Mn4Bx .Resources_offerGrid__Hm6Vy {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.5rem !important;
  position: relative !important;
  z-index: 10 !important;
  margin-bottom: 2rem !important;
}

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

#Resources_root__Mn4Bx .Resources_offerCard__Wq2Kz {
  background: #111 !important;
  padding: 1.5rem !important;
  border-radius: 1rem !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

#Resources_root__Mn4Bx .Resources_offerIcon__Fp9Lm {
  font-size: 2rem !important;
  color: #C5A55D !important;
  margin-bottom: 1rem !important;
}

#Resources_root__Mn4Bx .Resources_offerCardTitle__Vx3Qn {
  color: #ffffff !important;
  font-weight: 700 !important;
  margin-bottom: 0.5rem !important;
}

#Resources_root__Mn4Bx .Resources_offerCardDesc__Ln7Rx {
  font-size: 0.875rem !important;
  color: #9ca3af !important;
}

#Resources_root__Mn4Bx .Resources_offerNote__Zx4Pm {
  text-align: center !important;
  color: #d1d5db !important;
  font-weight: 500 !important;
}

/* ========== CONTACT FORM SECTION ========== */
#Resources_root__Mn4Bx .Resources_contactSection__Pq8Mx {
  padding: 4rem 1rem 2rem !important;
  max-width: 56rem !important;
  margin: 0 auto !important;
}

#Resources_root__Mn4Bx .Resources_contactTitle__Wn5Ky {
  font-size: 1.875rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 2.5rem !important;
  text-align: center !important;
}

#Resources_root__Mn4Bx .Resources_contactGrid__Zt6Lv {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
}

@media (min-width: 768px) {
  #Resources_root__Mn4Bx .Resources_contactGrid__Zt6Lv {
    grid-template-columns: 1fr 2fr !important;
  }
}

#Resources_root__Mn4Bx .Resources_contactInfo__Hm9Qx {
  background: #111 !important;
  border: 1px solid #C5A55D !important;
  border-radius: 1.5rem !important;
  padding: 2rem !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  text-align: center !important;
  height: 100% !important;
}

#Resources_root__Mn4Bx .Resources_contactInfoTitle__Bn7Rw {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 0.5rem !important;
}

#Resources_root__Mn4Bx .Resources_contactInfoSub__Jt4Lp {
  color: #C5A55D !important;
  font-size: 0.875rem !important;
  margin-bottom: 2rem !important;
}

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

#Resources_root__Mn4Bx .Resources_contactBtn__Fp3Qn {
  display: block !important;
  background: #1a1a1a !important;
  padding: 1rem !important;
  border-radius: 0.75rem !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  color: inherit !important;
}

#Resources_root__Mn4Bx .Resources_contactBtn__Fp3Qn:hover {
  background: #C5A55D !important;
  color: #000000 !important;
}

#Resources_root__Mn4Bx .Resources_contactBtnIcon__Ln2Rx {
  font-size: 2rem !important;
  margin-bottom: 0.5rem !important;
  display: block !important;
  color: #C5A55D !important;
  transition: color 0.3s ease !important;
}

#Resources_root__Mn4Bx .Resources_contactBtn__Fp3Qn:hover .Resources_contactBtnIcon__Ln2Rx {
  color: #000000 !important;
}

#Resources_root__Mn4Bx .Resources_contactBtnWhatsapp__Wq5Km:hover {
  background: #25D366 !important;
  color: #ffffff !important;
}

#Resources_root__Mn4Bx .Resources_contactBtnWhatsapp__Wq5Km:hover .Resources_contactBtnIcon__Ln2Rx {
  color: #ffffff !important;
}

#Resources_root__Mn4Bx .Resources_contactBtnText__Zx9Vy {
  font-weight: 700 !important;
  font-size: 1.125rem !important;
}

#Resources_root__Mn4Bx .Resources_contactForm__Pq7Lx {
  background: #111 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 1.5rem !important;
  padding: 2rem !important;
  position: relative !important;
  overflow: hidden !important;
}

#Resources_root__Mn4Bx .Resources_contactFormTitle__Bn4Kw {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 1.5rem !important;
}

#Resources_root__Mn4Bx .Resources_form__Jt8Vy {
  display: flex !important;
  flex-direction: column !important;
  gap: 1.25rem !important;
}

#Resources_root__Mn4Bx .Resources_formRow__Vx6Km {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.25rem !important;
}

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

#Resources_root__Mn4Bx .Resources_formGroup__Ln3Rw {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
}

#Resources_root__Mn4Bx .Resources_formLabel__Zx9Pm {
  font-size: 0.875rem !important;
  color: #9ca3af !important;
}

#Resources_root__Mn4Bx .Resources_formInput__Fp2Qn,
#Resources_root__Mn4Bx .Resources_formTextarea__Wq5Lx {
  width: 100% !important;
  background: #050505 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 0.75rem !important;
  padding: 0.75rem 1rem !important;
  color: #ffffff !important;
  font-family: inherit !important;
  transition: border-color 0.3s ease !important;
}

#Resources_root__Mn4Bx .Resources_formInput__Fp2Qn:focus,
#Resources_root__Mn4Bx .Resources_formTextarea__Wq5Lx:focus {
  outline: none !important;
  border-color: #C5A55D !important;
}

#Resources_root__Mn4Bx .Resources_formTextarea__Wq5Lx {
  resize: vertical !important;
  min-height: 80px !important;
}

#Resources_root__Mn4Bx .Resources_formSubmit__Tn8Qv {
  width: 100% !important;
  background: #C5A55D !important;
  color: #000000 !important;
  font-weight: 700 !important;
  padding: 1rem !important;
  border-radius: 0.75rem !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  margin-top: 0.5rem !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}

#Resources_root__Mn4Bx .Resources_formSubmit__Tn8Qv:hover {
  background: #b0924f !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: #000;
                    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: 230px;
                height: 100px;
                max-width: 230px;
                max-height: 100px;
                object-fit: contain;
            }
            .nav-container{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                box-sizing: border-box;
                margin: 0 10px;
            }
            .nav-container > .navbar{
                width: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                background: #222 ;
                box-sizing: border-box;
                border: px  solid  ;
                border-radius: 3px;
            }
            
                .nav-container > .navbar{
                    margin-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: ;
            }
            .nav-container .navbar .nav-list.active a,
            .nav-container .navbar .nav-list.active span{
                color: ;
            }
            
            .nav-container .navbar .nav-list .icon-title-part{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .nav-container .navbar .nav-list .icon-title-part img{
                width: 24px;
                height: 24px;
                margin: 0 5px;
            }
            .nav-container .navbar .nav-list .overflow-menu{
                justify-content: center !important;
            }
            .nav-container .navbar .nav-list:hover{
                background-color: ;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list:hover a,
            .nav-container .navbar .nav-list:hover span{
                color:  ;
            }
            .nav-container .navbar .nav-list img{
                width: 32px;
                height: 32px;
            }
            .nav-container .navbar .nav-list a,
            .nav-container .navbar .nav-list span{
                text-decoration: none;
                font-size: 14px;
                color: #fff;
            }
            .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
            .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                display: flex;
                top: 45px;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                display: flex;
                right: calc(100%  +  1px);
                top: 0;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
                    .nav-container .navbar.navbar-sub{
                        position: absolute;
                        z-index: 4999;
                        background: #fff;
                        clip: rect(1px, 1px, 1px, 1px);
                        opacity: 0.1;
                        transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                                    opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                        transform: translateY(-10px) scaleY(0.5);
                        transform-origin: top;  
                        border-radius: 0;
                    }
                    .nav-container .navbar.navbar-sub{
                        flex-direction: column;
                        justify-content: center;
                        align-content: flex-start;
                        min-width: 150px;
                        width: max-content;
                    }
                    .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
                    .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                        right: 0;
                    }
                    .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                        right: calc(100%  +  1px);
                    }
                    .nav-container .navbar.navbar-sub .nav-list{
                        width:200px;
                        border-left: 1px solid #C5A55D;
                    }
                
            .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: #fff;
                color: #fff;
                top: 32px;
                right: 0;
                z-index: 4999;
               /* display: none;*/
            } 
            /*.sub-navbar{
                width: 100%;
                height: 100%;
            }*/
            .nav-container .navbar.navbar-sub .nav-list img{
                width: 16px;
                height: 16px;
            }
            .nav-container .navbar.navbar-sub .nav-list a,
            .nav-container .navbar.navbar-sub .nav-list span{
                color: #000;
                font-size: 12px;
            }
            .nav-list.with-sub-menu:hover .sub-menu-container{
                display: block;
            }
            .nav-container .navbar.navbar-sub .nav-list .arrow-menu-container svg{
                fill: #000;
            }
            .active{
                background-color: ;
            }
            .active a{
                color: ;
            }     
            .icon-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
            }
            .icon-container .icon-item{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
                box-sizing: border-box;
                min-height: 45px;
                margin: 0 5px;
            }
            
                .icon-container .icon-item:first-child{
                    margin-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: #fff;
                min-width: 45px;
                min-height: 45px;
                outline: none;
                border-radius: 3px;
                background: #C5A55D ;
                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: #fff;
                min-width: 45px;
                min-height: 45px;
                margin: 0;
                outline: none;
                border-radius: 3px;
                background: #C5A55D ;
                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: #fff;
                    border-radius: 3px;
                    background: #C5A55D ;
                    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: #C5A55D ;
                    }
                    .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: #C5A55D ;
                    }
                    .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: #C5A55D ;
                    }
                    .icon-container .icon-item.search-icon .icon-shortcut .search-container .search-btn:hover{
                        background: #C5A55D ;
                    }
                 
            .icon-container .icon-item svg{
                width: 25px;
                height: 25px;
            
                fill: #fff;
            
            }
            .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: #fff;
                    /*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: #fff;
                }
                .search-container > .search-btn:hover svg,
                .search-container > .close-search-btn:hover svg{
                    fill: #fff;
                }
                .search-btn {
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #2c3e50;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .8s;
                    cursor: pointer;
                    text-decoration: none;
                    border: 0px  solid  transparent;
                }
                
                .icon-container .icon-item img{
                    width: 25px;
                    height: 25px;
                    object-fit:contain;
                }
                
                    .search-container.open-search-box .search-btn{
                        border-radius: 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: #2c3e50;
                    color: #fff;
                    font-size: 14px;
                    font-weight: normal;
                    transition: all 1s ease-in-out;
                    width: 0;
                    position: absolute;
                    top: 0;
                    overflow: hidden;
                    white-space: nowrap;
                    border: 0px  solid  transparent;
                }
                
                .open-search-box > .search-input{
                    padding : 10px 48px;
                }
                
                    .search-input {
                        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: #2c3e50;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    box-sizing: border-box;
                    box-sizing: border-box;
                }
                .close-search-btn svg{
                    fill: #fff;
                }
            
            .sticky{
                width: 100vw;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 999;
                padding: 2vh 8vw;
                transition: .8s;
                background-color: #ddd !important;
            }
            .public_sticky{
                width: 100%;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 1001;
            }
            .d-none{
                display: none !important;
            }
            .border-left-n{
                border-left: none !important;
            }
            .border-right-n{
                border-right: none !important;
            }
            .w-1200px{
                width: 1200px !important;
                margin: auto;
            }
            .lang-icon{
                position: relative;
            }
            .language-container .lang-btn{
                width: 25px;
                height: 25px;
            }
            .lang-list-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .lang-list{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px;
                background: #2c3e50;
                border-radius: 3px;
            }
            .lang-list::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #2c3e50;
                display: block;
            }
            .lang-nav{
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
            }
            .lang-nav .lang-li{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                list-style: none;
                width: max-content;
                margin: 5px 0;
                
            }
            .lang-nav .lang-li a{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .lang-nav .lang-li img{
                width: 25px;
                height: 25px;
                object-fit: cover;
                margin: 0 4px;
            }
            .lang-nav .lang-li span{
                text-transform: uppercase;
                line-height: 2.5;
                font-size: 14px;
                margin: 0 4px;
                color: #fff;
            }
            .lang-nav .lang-li a{
                color: #fff;
            }
            .lang-nav .lang-li span:hover{
                cursor: pointer;
                color: #fff;
            }
            .lang-nav .lang-li .lang-active{
                font-weight: bold;
                color: #e84118;
            }
            .icon-item.lang-icon:hover .lang-list-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            /*---------------------------------------------------------------------------------*/
            .link-profile-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .link-profile-container .link-wrapper{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px 25px;
                background: #C5A55D ;
                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 #C5A55D ;
                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: 1fr;  
                        grid-template-columns: 230px minmax(auto, 100%) 1fr;
                        grid-template-areas: 
                            "top-1 top-2 top-3"; 
                    }
                    .top-section-1{
                        justify-content: flex-start;
                    }
                    .top-section-2{
                        justify-content: flex-start;
                    }
                    .logo-container{
                        justify-content: flex-start;
                    }
                    .nav-container{
                        justify-content: flex-start;
                    }
                    .nav-container .navbar{
                        justify-content: flex-start;
                    }
                    .width-full{
                        width: 100% !important;
                    }
                
            #msg_footer.msg_footer,
            #msg_footer_complete.msg_footer{
                position: fixed;
                top: 50px;
                right: 10px;
                width: 400px;
                height: 50px;
                z-index: 10000;
                border-radius: 3px;
            }

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

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

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

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

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