
/* Reset within root scope */
#LicenceBanner_root__LbH9Xk,
#LicenceBanner_root__LbH9Xk *,
#LicenceBanner_root__LbH9Xk *::before,
#LicenceBanner_root__LbH9Xk *::after {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

#LicenceBanner_root__LbH9Xk {
    position: relative !important;
    width: 100% !important;
    background: #000000 !important;
    padding: 2rem 1rem !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    overflow: hidden !important;
}

@media (min-width: 768px) {
    #LicenceBanner_root__LbH9Xk {
        padding: 3rem 2.5rem !important;
    }
}

#LicenceBanner_root__LbH9Xk .LicenceBanner_wrapper__LbH9Xk {
    width: 100% !important;
    max-width: 1300px !important; /* ✅ تغییر به 1300px */
}

/* Banner Frame with Accents */
#LicenceBanner_root__LbH9Xk .LicenceBanner_bannerFrame__LbH9Xk {
    position: relative !important;
    width: 100% !important;
    display: flex !important;
    align-items: stretch !important;
}

/* Accent Blocks */
#LicenceBanner_root__LbH9Xk .LicenceBanner_accentLeft__LbH9Xk,
#LicenceBanner_root__LbH9Xk .LicenceBanner_accentRight__LbH9Xk {
    position: absolute !important;
    top: -10px !important;
    bottom: -10px !important;
    width: 80px !important;
    z-index: 0 !important;
    border-radius: 8px !important;
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.95) !important;
    overflow: hidden !important;
    display: none !important;
}

@media (min-width: 640px) {
    #LicenceBanner_root__LbH9Xk .LicenceBanner_accentLeft__LbH9Xk,
    #LicenceBanner_root__LbH9Xk .LicenceBanner_accentRight__LbH9Xk {
        display: block !important;
        width: 144px !important;
        top: -16px !important;
        bottom: -16px !important;
    }
}

@media (min-width: 1024px) {
    #LicenceBanner_root__LbH9Xk .LicenceBanner_accentLeft__LbH9Xk,
    #LicenceBanner_root__LbH9Xk .LicenceBanner_accentRight__LbH9Xk {
        width: 256px !important;
    }
}

#LicenceBanner_root__LbH9Xk .LicenceBanner_accentLeft__LbH9Xk {
    left: -48px !important;
}

#LicenceBanner_root__LbH9Xk .LicenceBanner_accentRight__LbH9Xk {
    right: -48px !important;
}

#LicenceBanner_root__LbH9Xk .LicenceBanner_accentImg__LbH9Xk {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

#LicenceBanner_root__LbH9Xk .LicenceBanner_accentImgFlipped__LbH9Xk {
    transform: scaleX(-1) !important;
}

/* Main Banner Container */
#LicenceBanner_root__LbH9Xk .LicenceBanner_bannerMain__LbH9Xk {
    position: relative !important;
    z-index: 10 !important;
    width: 100% !important;
    background: #181a1d !important;
    box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.95) !important;
    overflow: hidden !important;
    min-height: 340px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

@media (min-width: 640px) {
    #LicenceBanner_root__LbH9Xk .LicenceBanner_bannerMain__LbH9Xk {
        min-height: 380px !important;
    }
}

@media (min-width: 768px) {
    #LicenceBanner_root__LbH9Xk .LicenceBanner_bannerMain__LbH9Xk {
        min-height: 420px !important;
    }
}

/* Background Wildlife Photo */
#LicenceBanner_root__LbH9Xk .LicenceBanner_bannerBg__LbH9Xk {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
}

#LicenceBanner_root__LbH9Xk .LicenceBanner_bannerBgImg__LbH9Xk {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: right center !important;
    opacity: 0.6 !important;
    filter: contrast(1.1) brightness(0.9) !important;
}

#LicenceBanner_root__LbH9Xk .LicenceBanner_bannerBgGradient1__LbH9Xk {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(to right, #121417, rgba(18, 20, 23, 0.9), rgba(18, 20, 23, 0.75), transparent) !important;
}

@media (max-width: 767px) {
    #LicenceBanner_root__LbH9Xk .LicenceBanner_bannerBgGradient1__LbH9Xk {
        background: linear-gradient(to right, #121417, rgba(18, 20, 23, 0.9), transparent) !important;
    }
}

#LicenceBanner_root__LbH9Xk .LicenceBanner_bannerBgGradient2__LbH9Xk {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(to top, #121417, transparent, transparent) !important;
    opacity: 0.8 !important;
}

/* Inset White Framing Line */
#LicenceBanner_root__LbH9Xk .LicenceBanner_bannerFrameLine__LbH9Xk {
    position: absolute !important;
    inset: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    pointer-events: none !important;
    z-index: 20 !important;
}

@media (min-width: 640px) {
    #LicenceBanner_root__LbH9Xk .LicenceBanner_bannerFrameLine__LbH9Xk {
        inset: 16px !important;
    }
}

@media (min-width: 768px) {
    #LicenceBanner_root__LbH9Xk .LicenceBanner_bannerFrameLine__LbH9Xk {
        inset: 20px !important;
    }
}

/* Banner Content */
#LicenceBanner_root__LbH9Xk .LicenceBanner_bannerContent__LbH9Xk {
    position: relative !important;
    z-index: 30 !important;
    width: 100% !important;
    padding: 2rem 1.5rem !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1.5rem !important;
}

@media (min-width: 640px) {
    #LicenceBanner_root__LbH9Xk .LicenceBanner_bannerContent__LbH9Xk {
        padding: 2.5rem 2rem !important;
    }
}

@media (min-width: 768px) {
    #LicenceBanner_root__LbH9Xk .LicenceBanner_bannerContent__LbH9Xk {
        flex-direction: row !important;
        padding: 3rem 3rem !important;
        gap: 2.5rem !important;
    }
}

/* Banner Photo */
#LicenceBanner_root__LbH9Xk .LicenceBanner_bannerPhoto__LbH9Xk {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

@media (min-width: 768px) {
    #LicenceBanner_root__LbH9Xk .LicenceBanner_bannerPhoto__LbH9Xk {
        width: 45% !important;
        max-width: 600px !important;
    }
}

#LicenceBanner_root__LbH9Xk .LicenceBanner_bannerPhotoWrapper__LbH9Xk {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#LicenceBanner_root__LbH9Xk .LicenceBanner_bannerAnimalImg__LbH9Xk {
    width: 100% !important;
    height: auto !important;
    max-height: 400px !important;
    object-fit: contain !important;
    object-position: center center !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.95) !important;
    filter: contrast(1.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    background: rgba(0, 0, 0, 0.3) !important;
}

/* Banner Text */
#LicenceBanner_root__LbH9Xk .LicenceBanner_bannerText__LbH9Xk {
    width: 100% !important;
    text-align: left !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

@media (min-width: 768px) {
    #LicenceBanner_root__LbH9Xk .LicenceBanner_bannerText__LbH9Xk {
        width: 55% !important;
        padding-left: 0.5rem !important;
    }
}

#LicenceBanner_root__LbH9Xk .LicenceBanner_bannerTitle__LbH9Xk {
    font-size: 1.75rem !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: -0.025em !important;
    color: #ffffff !important;
    line-height: 1.1 !important;
    margin-bottom: 0.75rem !important;
}

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

@media (min-width: 768px) {
    #LicenceBanner_root__LbH9Xk .LicenceBanner_bannerTitle__LbH9Xk {
        font-size: 2.75rem !important;
    }
}

@media (min-width: 1024px) {
    #LicenceBanner_root__LbH9Xk .LicenceBanner_bannerTitle__LbH9Xk {
        font-size: 3.25rem !important;
    }
}

#LicenceBanner_root__LbH9Xk .LicenceBanner_bannerTitleRed__LbH9Xk {
    color: #D20D24 !important;
}

#LicenceBanner_root__LbH9Xk .LicenceBanner_bannerSubtitle__LbH9Xk {
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    color: #FF7B40 !important;
    line-height: 1.4 !important;
}

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

@media (min-width: 768px) {
    #LicenceBanner_root__LbH9Xk .LicenceBanner_bannerSubtitle__LbH9Xk {
        font-size: 1.125rem !important;
    }
}

/* Animation States */
#LicenceBanner_root__LbH9Xk .LicenceBanner_animate-in__LbH9Xk {
    opacity: 0 !important;
}

#LicenceBanner_root__LbH9Xk .LicenceBanner_animate-in__LbH9Xk.LicenceBanner_animated__LbH9Xk {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

#LicenceBanner_root__LbH9Xk .LicenceBanner_slide-up__LbH9Xk {
    transform: translateY(60px) !important;
}

#LicenceBanner_root__LbH9Xk .LicenceBanner_container__LbH9Xk {
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}
 
/* ==========================================================================
   Module: Getting Hunting Licence (Dark Theme: #000000, #D20D24, #FF7B40)
   ========================================================================== */
#gettinglicence_root__GLic, 
#gettinglicence_root__GLic *, 
#gettinglicence_root__GLic *::before, 
#gettinglicence_root__GLic *::after {
  margin: 0; 
  padding: 0; 
  box-sizing: border-box !important;
}

#gettinglicence_root__GLic {
  position: relative !important; 
  width: 100% !important;
  background-color: #000000 !important; 
  color: #ffffff !important;
  font-family: &amp;amp;quot;Inter&amp;amp;quot;, system-ui, -apple-system, sans-serif !important;
  padding: 4rem 1rem !important; 
  overflow: hidden !important;
}

@media (min-width: 640px) { 
  #gettinglicence_root__GLic { padding-left: 1.5rem !important; padding-right: 1.5rem !important; } 
}
@media (min-width: 1024px) { 
  #gettinglicence_root__GLic { padding-left: 2rem !important; padding-right: 2rem !important; } 
}

#gettinglicence_root__GLic .gettinglicence_container__GLic {
  position: relative !important; 
  z-index: 10 !important; 
  max-width: 75rem !important; /* ~1200px */
  margin: 0 auto !important; 
  width: 100% !important;
  text-align: center !important;
}

/* Header */
#gettinglicence_root__GLic .gettinglicence_header__GLic {
  margin-bottom: 3rem !important;
}

#gettinglicence_root__GLic .gettinglicence_title__GLic {
  font-family: &amp;amp;quot;Plus Jakarta Sans&amp;amp;quot;, sans-serif !important; 
  font-size: 1.75rem !important;
  font-weight: 900 !important; 
  color: #D20D24 !important; /* رنگ درخواستی اصلی */
  letter-spacing: -0.025em !important;
  line-height: 1.3 !important;
  margin-bottom: 1.25rem !important;
}

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

#gettinglicence_root__GLic .gettinglicence_intro__GLic {
  color: #cbd5e1 !important; 
  font-size: 0.95rem !important; 
  font-weight: 500 !important;
  line-height: 1.7 !important; 
  max-width: 56rem !important;
  margin: 0 auto !important;
}

@media (min-width: 640px) { 
  #gettinglicence_root__GLic .gettinglicence_intro__GLic { font-size: 1.05rem !important; } 
}

/* Methods Wrapper */
#gettinglicence_root__GLic .gettinglicence_methodsWrapper__GLic {
  margin-bottom: 3rem !important;
}

#gettinglicence_root__GLic .gettinglicence_subTitle__GLic {
  font-size: 1.1rem !important; 
  font-weight: 800 !important; 
  color: #ffffff !important;
  margin-bottom: 2rem !important;
}

/* Grid */
#gettinglicence_root__GLic .gettinglicence_grid__GLic {
  display: grid !important; 
  grid-template-columns: 1fr !important; 
  gap: 1.5rem !important;
}

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

/* Cards */
#gettinglicence_root__GLic .gettinglicence_card__GLic {
  padding: 2rem 1.5rem !important; 
  border-radius: 1rem !important;
  background-color: rgba(255, 255, 255, 0.03) !important; 
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

#gettinglicence_root__GLic .gettinglicence_card__GLic:hover {
  background-color: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 123, 64, 0.3) !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}

#gettinglicence_root__GLic .gettinglicence_cardTitle__GLic {
  font-size: 1.1rem !important; 
  font-weight: 800 !important; 
  color: #FF7B40 !important; /* رنگ درخواستی فرعی */
  margin-bottom: 1rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
}

#gettinglicence_root__GLic .gettinglicence_cardText__GLic {
  font-size: 0.9rem !important; 
  color: #94a3b8 !important; 
  line-height: 1.6 !important;
}

/* Footer Info */
#gettinglicence_root__GLic .gettinglicence_footer__GLic {
  max-width: 56rem !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
  padding-top: 1.5rem !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

#gettinglicence_root__GLic .gettinglicence_footerText__GLic {
  font-size: 0.9rem !important; 
  color: #cbd5e1 !important; 
  line-height: 1.7 !important;
  text-align: center !important;
}

@media (min-width: 640px) { 
  #gettinglicence_root__GLic .gettinglicence_footerText__GLic { font-size: 1rem !important; } 
}
/* ==========================================================================
   Module: Types of Licence Section (Compact + Pure Black Background)
   ========================================================================== */
#typeslicence_root__TLic, 
#typeslicence_root__TLic *, 
#typeslicence_root__TLic *::before, 
#typeslicence_root__TLic *::after {
  margin: 0; 
  padding: 0; 
  box-sizing: border-box !important;
}

/* ✅ بک‌گراند مشکی خالص + padding کمتر */
#typeslicence_root__TLic {
  position: relative !important; 
  width: 100% !important;
  background-color: #000000 !important; 
  color: #ffffff !important;
  font-family: &amp;amp;quot;Inter&amp;amp;quot;, system-ui, -apple-system, sans-serif !important;
  padding: 2rem 1rem !important; /* کاهش از 3rem به 2rem */
  overflow: hidden !important;
}

@media (min-width: 640px) { 
  #typeslicence_root__TLic { padding: 2.5rem 1.5rem !important; } 
}
@media (min-width: 1024px) { 
  #typeslicence_root__TLic { padding: 3rem 2rem !important; } /* کاهش از 5rem به 3rem */
}

/* ✅ حذف بک‌گراند شیشه‌ای کانتینر و کاهش padding آن */
#typeslicence_root__TLic .typeslicence_container__TLic {
  position: relative !important; 
  z-index: 10 !important; 
  max-width: 73.75rem !important;
  margin: 0 auto !important; 
  width: 100% !important;
  background-color: transparent !important; /* حذف بک‌گراند شیشه‌ای */
  padding: 0 !important; /* حذف padding اضافی */
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Header */
#typeslicence_root__TLic .typeslicence_header__TLic {
  text-align: center !important;
  margin-bottom: 1.25rem !important; /* کاهش از 2rem */
}

#typeslicence_root__TLic .typeslicence_title__TLic {
  font-family: &amp;amp;quot;Plus Jakarta Sans&amp;amp;quot;, sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 900 !important;
  color: #D20D24 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.3 !important;
  margin-bottom: 0.5rem !important; /* کاهش از 1rem */
}

@media (min-width: 640px) { 
  #typeslicence_root__TLic .typeslicence_title__TLic { font-size: 1.875rem !important; } 
}
@media (min-width: 768px) { 
  #typeslicence_root__TLic .typeslicence_title__TLic { font-size: 2.25rem !important; } 
}

#typeslicence_root__TLic .typeslicence_intro__TLic {
  color: #cbd5e1 !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1.6 !important; /* کاهش از 1.7 */
  max-width: 56rem !important;
  margin: 0 auto !important;
}

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

/* Tabs */
#typeslicence_root__TLic .typeslicence_tabs__TLic {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 0.5rem !important; /* کاهش از 0.75rem */
  max-width: 56rem !important;
  margin: 0 auto 1.25rem auto !important; /* کاهش از 2rem */
  width: 100% !important;
}

@media (min-width: 640px) { 
  #typeslicence_root__TLic .typeslicence_tabs__TLic { 
    grid-template-columns: repeat(4, 1fr) !important; 
    gap: 0.75rem !important;
  } 
}

#typeslicence_root__TLic .typeslicence_tab__TLic {
  width: 100% !important;
  min-height: 2.5rem !important; /* کاهش از 2.75rem */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 0.5rem 0.75rem !important; /* کاهش از 0.625rem */
  border-radius: 0.75rem !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  transition: all 0.3s ease !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background-color: rgba(255, 255, 255, 0.03) !important;
  color: #94a3b8 !important;
  cursor: pointer !important;
}

@media (min-width: 640px) { 
  #typeslicence_root__TLic .typeslicence_tab__TLic { 
    font-size: 0.875rem !important;
    padding: 0.625rem 1rem !important;
  } 
}

#typeslicence_root__TLic .typeslicence_tab__TLic:hover {
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
}

#typeslicence_root__TLic .typeslicence_tab__TLic.active {
  background-color: #D20D24 !important;
  border-color: #FF4F00 !important;
  color: #ffffff !important;
  box-shadow: 0 0 20px rgba(210, 13, 36, 0.5) !important;
  transform: scale(1.02) !important;
}

#typeslicence_root__TLic .typeslicence_tab__TLic span {
  line-height: 1.2 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* Slider Wrapper */
#typeslicence_root__TLic .typeslicence_sliderWrapper__TLic {
  position: relative !important;
  max-width: 64rem !important;
  margin: 0 auto !important;
  padding-top: 0 !important; /* حذف padding */
}

/* Badge */
#typeslicence_root__TLic .typeslicence_badgeWrapper__TLic {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 0.75rem !important; /* کاهش از 1rem */
}

#typeslicence_root__TLic .typeslicence_badge__TLic {
  display: inline-flex !important;
  align-items: center !important;
  padding: 0.25rem 0.75rem !important;
  border-radius: 9999px !important;
  background-color: rgba(255, 123, 64, 0.1) !important;
  border: 1px solid rgba(255, 123, 64, 0.3) !important;
}

#typeslicence_root__TLic .typeslicence_badgeText__TLic {
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  color: #FF7B40 !important;
}

/* Slider */
#typeslicence_root__TLic .typeslicence_slider__TLic {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.75rem !important; /* کاهش از 1rem */
  width: 100% !important;
}

/* Navigation Buttons (Desktop) */
#typeslicence_root__TLic .typeslicence_navBtn__TLic {
  display: none !important;
  flex-shrink: 0 !important;
  width: 2.75rem !important; /* کاهش از 3rem */
  height: 2.75rem !important;
  border-radius: 0.875rem !important;
  background-color: #D20D24 !important;
  border: 1px solid #D20D24 !important;
  color: #ffffff !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 20px rgba(210, 13, 36, 0.45) !important;
}

@media (min-width: 640px) { 
  #typeslicence_root__TLic .typeslicence_navBtn__TLic { 
    display: flex !important;
    width: 3rem !important;
    height: 3rem !important;
  } 
}

#typeslicence_root__TLic .typeslicence_navBtn__TLic svg {
  width: 1.125rem !important;
  height: 1.125rem !important;
  stroke: currentColor !important;
}

#typeslicence_root__TLic .typeslicence_navBtn__TLic:hover {
  background-color: #b50b1f !important;
  border-color: #b50b1f !important;
}

#typeslicence_root__TLic .typeslicence_navBtn__TLic:active {
  transform: scale(0.95) !important;
}

/* ✅ کارت با padding کمتر برای کاهش ارتفاع */
#typeslicence_root__TLic .typeslicence_card__TLic {
  position: relative !important;
  width: 100% !important;
  flex: 1 !important;
  overflow: hidden !important;
  border-radius: 1.25rem !important; /* کاهش از 1.5rem */
  background: linear-gradient(to bottom right, rgba(28, 25, 23, 0.9), rgba(0, 0, 0, 0.8), rgba(15, 23, 42, 0.95)) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 1.25rem !important; /* کاهش از 1.5rem */
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6) !important;
  transition: all 0.3s ease !important;
  user-select: none !important;
}

@media (min-width: 640px) { 
  #typeslicence_root__TLic .typeslicence_card__TLic { padding: 1.5rem !important; } /* کاهش از 2rem */
}
@media (min-width: 768px) { 
  #typeslicence_root__TLic .typeslicence_card__TLic { padding: 1.75rem !important; } /* کاهش از 2.5rem */
}

#typeslicence_root__TLic .typeslicence_cardGlow__TLic {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 10rem !important; /* کاهش از 12rem */
  height: 10rem !important;
  background-color: rgba(210, 13, 36, 0.1) !important;
  border-radius: 9999px !important;
  filter: blur(60px) !important;
  pointer-events: none !important;
}

#typeslicence_root__TLic .typeslicence_cardContent__TLic {
  position: relative !important;
  z-index: 10 !important;
}

/* Card Header */
#typeslicence_root__TLic .typeslicence_cardHeader__TLic {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.4rem !important; /* کاهش از 0.5rem */
  padding-bottom: 0.75rem !important; /* کاهش از 1rem */
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  margin-bottom: 0.75rem !important; /* کاهش از 1rem */
}

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

#typeslicence_root__TLic .typeslicence_cardTitle__TLic {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  font-size: 1.125rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  letter-spacing: -0.01em !important;
}

@media (min-width: 640px) { 
  #typeslicence_root__TLic .typeslicence_cardTitle__TLic { font-size: 1.5rem !important; } 
}
@media (min-width: 768px) { 
  #typeslicence_root__TLic .typeslicence_cardTitle__TLic { font-size: 1.75rem !important; } /* کاهش از 1.875rem */
}

#typeslicence_root__TLic .typeslicence_titleDot__TLic {
  width: 0.625rem !important;
  height: 0.625rem !important;
  border-radius: 50% !important;
  background-color: #D20D24 !important;
  box-shadow: 0 0 10px #D20D24 !important;
  flex-shrink: 0 !important;
}

#typeslicence_root__TLic .typeslicence_regionBadge__TLic {
  font-size: 0.625rem !important;
  font-weight: 600 !important;
  color: #94a3b8 !important;
  background-color: rgba(41, 37, 36, 0.6) !important;
  padding: 0.2rem 0.5rem !important; /* کاهش از 0.25rem 0.625rem */
  border-radius: 0.375rem !important;
  align-self: flex-start !important;
}

@media (min-width: 640px) { 
  #typeslicence_root__TLic .typeslicence_regionBadge__TLic { 
    align-self: auto !important;
    font-size: 0.75rem !important;
  } 
}

/* Description */
#typeslicence_root__TLic .typeslicence_cardDesc__TLic {
  color: #e2e8f0 !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1.6 !important; /* کاهش از 1.7 */
  margin-bottom: 0.75rem !important; /* کاهش از 1rem */
}

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

/* Bullets */
#typeslicence_root__TLic .typeslicence_bullets__TLic {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important; /* کاهش از 0.75rem */
  padding-top: 0.25rem !important; /* کاهش از 0.5rem */
}

#typeslicence_root__TLic .typeslicence_bulletItem__TLic {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.75rem !important;
  padding: 0.625rem !important; /* کاهش از 0.75rem */
  border-radius: 0.75rem !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
}

@media (min-width: 640px) { 
  #typeslicence_root__TLic .typeslicence_bulletItem__TLic { 
    gap: 1rem !important;
    padding: 0.75rem !important; /* کاهش از 1rem */
  } 
}

#typeslicence_root__TLic .typeslicence_bulletDot__TLic {
  width: 0.5rem !important;
  height: 0.5rem !important;
  border-radius: 50% !important;
  background-color: #FF7B40 !important;
  margin-top: 0.5rem !important;
  flex-shrink: 0 !important;
}

#typeslicence_root__TLic .typeslicence_bulletText__TLic {
  font-size: 0.75rem !important;
  color: #cbd5e1 !important;
  line-height: 1.5 !important; /* کاهش از 1.6 */
}

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

/* Mobile Navigation */
#typeslicence_root__TLic .typeslicence_mobileNav__TLic {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0.5rem !important;
  margin-top: 1rem !important; /* کاهش از 1.5rem */
  padding: 0 0.25rem !important;
}

@media (min-width: 640px) { 
  #typeslicence_root__TLic .typeslicence_mobileNav__TLic { display: none !important; } 
}

#typeslicence_root__TLic .typeslicence_mobileBtn__TLic {
  display: flex !important;
  align-items: center !important;
  gap: 0.25rem !important;
  padding: 0.4rem 0.625rem !important; /* کاهش از 0.5rem 0.75rem */
  border-radius: 0.75rem !important;
  background-color: #D20D24 !important;
  color: #ffffff !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 2px 10px rgba(210, 13, 36, 0.4) !important;
}

#typeslicence_root__TLic .typeslicence_mobileBtn__TLic svg {
  width: 1rem !important;
  height: 1rem !important;
  stroke: currentColor !important;
}

#typeslicence_root__TLic .typeslicence_mobileBtn__TLic:active {
  transform: scale(0.95) !important;
}

/* Dots */
#typeslicence_root__TLic .typeslicence_dots__TLic,
#typeslicence_root__TLic .typeslicence_desktopDots__TLic {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
}

#typeslicence_root__TLic .typeslicence_desktopDots__TLic {
  display: none !important;
  margin-top: 1rem !important; /* کاهش از 1.5rem */
}

@media (min-width: 640px) { 
  #typeslicence_root__TLic .typeslicence_desktopDots__TLic { display: flex !important; } 
}

#typeslicence_root__TLic .typeslicence_dot__TLic {
  width: 0.375rem !important;
  height: 0.375rem !important;
  border-radius: 9999px !important;
  background-color: #52525b !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  padding: 0 !important;
}

#typeslicence_root__TLic .typeslicence_dot__TLic:hover {
  background-color: #a1a1aa !important;
}

#typeslicence_root__TLic .typeslicence_dot__TLic.active {
  width: 1.5rem !important;
  background: linear-gradient(to right, #D20D24, #FF4F00) !important;
}

@media (min-width: 640px) { 
  #typeslicence_root__TLic .typeslicence_dot__TLic { 
    width: 0.5rem !important;
    height: 0.5rem !important;
  }
  #typeslicence_root__TLic .typeslicence_dot__TLic.active { 
    width: 2rem !important;
  } 
}

/* Footer Note */
#typeslicence_root__TLic .typeslicence_footerNote__TLic {
  color: #FF4F00 !important;
  font-size: 0.75rem !important;
  font-style: italic !important;
  text-align: center !important;
  padding-top: 1rem !important; /* کاهش از 1.5rem */
  max-width: 48rem !important;
  margin: 0 auto !important;
  line-height: 1.5 !important; /* کاهش از 1.6 */
}

@media (min-width: 640px) { 
  #typeslicence_root__TLic .typeslicence_footerNote__TLic { font-size: 0.875rem !important; } 
}
/* ==========================================================================
   Module: BC Non-resident Licences (Dark Theme: #000000, #D20D24, #FF7B40)
   Width: 1300px max
   ========================================================================== */
#bcnonres_root__BNRL, 
#bcnonres_root__BNRL *, 
#bcnonres_root__BNRL *::before, 
#bcnonres_root__BNRL *::after {
  margin: 0; 
  padding: 0; 
  box-sizing: border-box !important;
}

#bcnonres_root__BNRL {
  position: relative !important; 
  width: 100% !important;
  background-color: #000000 !important; 
  color: #ffffff !important;
  font-family: &amp;amp;quot;Inter&amp;amp;quot;, system-ui, -apple-system, sans-serif !important;
  padding: 4rem 1rem !important; 
  overflow: hidden !important;
}

@media (min-width: 640px) { 
  #bcnonres_root__BNRL { padding-left: 1.5rem !important; padding-right: 1.5rem !important; } 
}
@media (min-width: 1024px) { 
  #bcnonres_root__BNRL { padding-left: 2rem !important; padding-right: 2rem !important; } 
}

/* ✅ عرض دقیق 1300px طبق درخواست */
#bcnonres_root__BNRL .bcnonres_container__BNRL {
  position: relative !important; 
  z-index: 10 !important; 
  max-width: 1300px !important; /* عرض دقیق درخواستی */
  margin: 0 auto !important; 
  width: 100% !important;
  text-align: center !important;
}

/* Header */
#bcnonres_root__BNRL .bcnonres_header__BNRL {
  margin-bottom: 2.5rem !important;
}

#bcnonres_root__BNRL .bcnonres_title__BNRL {
  font-family: &amp;amp;quot;Plus Jakarta Sans&amp;amp;quot;, sans-serif !important; 
  font-size: 1.75rem !important;
  font-weight: 900 !important; 
  color: #D20D24 !important; /* عنوان اصلی قرمز */
  letter-spacing: -0.025em !important;
  line-height: 1.3 !important;
  margin-bottom: 1rem !important;
}

@media (min-width: 640px) { 
  #bcnonres_root__BNRL .bcnonres_title__BNRL { font-size: 2.25rem !important; } 
}
@media (min-width: 1024px) { 
  #bcnonres_root__BNRL .bcnonres_title__BNRL { font-size: 2.5rem !important; } 
}

#bcnonres_root__BNRL .bcnonres_intro__BNRL {
  color: #cbd5e1 !important; 
  font-size: 0.95rem !important; 
  font-weight: 500 !important;
  line-height: 1.7 !important; 
  max-width: 56rem !important;
  margin: 0 auto !important;
}

@media (min-width: 640px) { 
  #bcnonres_root__BNRL .bcnonres_intro__BNRL { font-size: 1.05rem !important; } 
}

/* Grid */
#bcnonres_root__BNRL .bcnonres_grid__BNRL {
  display: grid !important; 
  grid-template-columns: 1fr !important; 
  gap: 1.5rem !important;
  text-align: left !important;
}

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

/* Cards */
#bcnonres_root__BNRL .bcnonres_card__BNRL {
  position: relative !important;
  padding: 1.75rem !important;
  border-radius: 1rem !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

@media (min-width: 640px) { 
  #bcnonres_root__BNRL .bcnonres_card__BNRL { padding: 2rem !important; } 
}

#bcnonres_root__BNRL .bcnonres_card__BNRL:hover {
  border-color: rgba(255, 123, 64, 0.3) !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6) !important;
}

#bcnonres_root__BNRL .bcnonres_cardInner__BNRL {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.85rem !important;
}

/* Card Title */
#bcnonres_root__BNRL .bcnonres_cardTitle__BNRL {
  display: flex !important;
  align-items: center !important;
  gap: 0.6rem !important;
  font-size: 1.1rem !important; 
  font-weight: 800 !important; 
  color: #ffffff !important;
  line-height: 1.3 !important;
}

@media (min-width: 640px) { 
  #bcnonres_root__BNRL .bcnonres_cardTitle__BNRL { font-size: 1.25rem !important; } 
}

/* ✅ Dots - هر دو دایره (Unrestricted و Restricted) به رنگ قرمز #D20D24 */
#bcnonres_root__BNRL .bcnonres_dot__BNRL {
  width: 0.75rem !important; 
  height: 0.75rem !important; 
  border-radius: 50% !important;
  flex-shrink: 0 !important;
}

#bcnonres_root__BNRL .bcnonres_dotGreen__BNRL {
  background-color: #D20D24 !important;
  box-shadow: 0 0 10px rgba(210, 13, 36, 0.5) !important;
}

#bcnonres_root__BNRL .bcnonres_dotRed__BNRL {
  background-color: #D20D24 !important;
  box-shadow: 0 0 10px rgba(210, 13, 36, 0.5) !important;
}

/* Card Text */
#bcnonres_root__BNRL .bcnonres_cardText__BNRL {
  font-size: 0.85rem !important; 
  color: #cbd5e1 !important; 
  line-height: 1.6 !important;
}

@media (min-width: 640px) { 
  #bcnonres_root__BNRL .bcnonres_cardText__BNRL { font-size: 0.9rem !important; } 
}

/* Accompaniment Box */
#bcnonres_root__BNRL .bcnonres_accompaniment__BNRL {
  padding: 1rem !important;
  border-radius: 0.75rem !important;
  background-color: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  margin-top: 0.25rem !important;
}

#bcnonres_root__BNRL .bcnonres_accompLabel__BNRL {
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  color: #94a3b8 !important;
  line-height: 1.5 !important;
  margin-bottom: 0.75rem !important;
}

#bcnonres_root__BNRL .bcnonres_accompList__BNRL {
  list-style: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
}

#bcnonres_root__BNRL .bcnonres_accompItem__BNRL {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.5rem !important;
  font-size: 0.8rem !important;
  color: #e2e8f0 !important;
  line-height: 1.5 !important;
}

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

#bcnonres_root__BNRL .bcnonres_bullet__BNRL {
  color: #FF7B40 !important;
  font-weight: 900 !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  flex-shrink: 0 !important;
}

/* Footer Text */
#bcnonres_root__BNRL .bcnonres_cardFooter__BNRL {
  font-size: 0.75rem !important;
  color: #FF7B40 !important;
  font-weight: 500 !important;
  padding-top: 0.75rem !important;
  margin-top: auto !important;
  line-height: 1.5 !important;
}

@media (min-width: 640px) { 
  #bcnonres_root__BNRL .bcnonres_cardFooter__BNRL { font-size: 0.8rem !important; } 
}

#bcnonres_root__BNRL .bcnonres_footerOrange__BNRL {
  color: #FF4F00 !important;
}
/* ==========================================================================
   Module: Small Game Animals Slider (Dark Theme: #000000, #D20D24, #FF7B40)
   Width: 1300px max
   ========================================================================== */
#smallgame_slider_root__SGS, 
#smallgame_slider_root__SGS *, 
#smallgame_slider_root__SGS *::before, 
#smallgame_slider_root__SGS *::after {
  margin: 0; 
  padding: 0; 
  box-sizing: border-box !important;
}

#smallgame_slider_root__SGS {
  position: relative !important; 
  width: 100% !important;
  background-color: #000000 !important; 
  color: #ffffff !important;
  font-family: &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Inter&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;, system-ui, -apple-system, sans-serif !important;
  padding: 4rem 1rem !important; 
  overflow: hidden !important;
}

@media (min-width: 640px) { 
  #smallgame_slider_root__SGS { padding-left: 1.5rem !important; padding-right: 1.5rem !important; } 
}
@media (min-width: 1024px) { 
  #smallgame_slider_root__SGS { padding-left: 2rem !important; padding-right: 2rem !important; } 
}

/* ✅ عرض دقیق 1300px طبق درخواست */
#smallgame_slider_root__SGS .smallgame_slider_container__SGS {
  position: relative !important; 
  z-index: 10 !important; 
  max-width: 1300px !important; 
  margin: 0 auto !important; 
  width: 100% !important;
  text-align: center !important;
}

/* Header */
#smallgame_slider_root__SGS .smallgame_slider_header__SGS {
  margin-bottom: 2rem !important;
}

#smallgame_slider_root__SGS .smallgame_slider_title__SGS {
  font-family: &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;Plus Jakarta Sans&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;quot;, sans-serif !important; 
  font-size: 1.5rem !important;
  font-weight: 900 !important; 
  color: #D20D24 !important; 
  letter-spacing: -0.025em !important;
  line-height: 1.3 !important;
}

@media (min-width: 640px) { 
  #smallgame_slider_root__SGS .smallgame_slider_title__SGS { font-size: 1.875rem !important; } 
}

/* Slider Wrapper */
#smallgame_slider_root__SGS .smallgame_slider_wrapper__SGS {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.75rem !important;
  width: 100% !important;
  max-width: 1300px !important;
  margin: 0 auto !important;
}

/* Navigation Buttons */
#smallgame_slider_root__SGS .smallgame_slider_navBtn__SGS {
  flex-shrink: 0 !important;
  width: 2.75rem !important;
  height: 2.75rem !important;
  border-radius: 1rem !important;
  background-color: #D20D24 !important;
  border: 1px solid #D20D24 !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 20px rgba(210, 13, 36, 0.45) !important;
  z-index: 20 !important;
}

@media (min-width: 640px) { 
  #smallgame_slider_root__SGS .smallgame_slider_navBtn__SGS { 
    width: 3rem !important;
    height: 3rem !important;
  } 
}

#smallgame_slider_root__SGS .smallgame_slider_navBtn__SGS svg {
  width: 1.25rem !important;
  height: 1.25rem !important;
  stroke: currentColor !important;
}

#smallgame_slider_root__SGS .smallgame_slider_navBtn__SGS:hover {
  background-color: #b50b1f !important;
  border-color: #b50b1f !important;
  transform: scale(1.05) !important;
}

#smallgame_slider_root__SGS .smallgame_slider_navBtn__SGS:active {
  transform: scale(0.95) !important;
}

/* Viewport */
#smallgame_slider_root__SGS .smallgame_slider_viewport__SGS {
  flex: 1 !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0.5rem 0 !important;
}

/* Track */
#smallgame_slider_root__SGS .smallgame_slider_track__SGS {
  display: flex !important;
  width: 100% !important;
}

/* Cards */
#smallgame_slider_root__SGS .smallgame_slider_card__SGS {
  flex-shrink: 0 !important;
  padding: 0.5rem !important;
  box-sizing: border-box !important;
}

#smallgame_slider_root__SGS .smallgame_slider_cardInner__SGS {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  align-items: center !important;
  text-align: center !important;
  height: 100% !important;
  min-height: 310px !important;
  padding: 1rem !important;
  border-radius: 1rem !important;
  background: linear-gradient(to bottom right, rgba(28, 25, 23, 0.95), rgba(0, 0, 0, 0.9), rgba(15, 23, 42, 0.95)) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  color: inherit !important;
  overflow: hidden !important;
  cursor: pointer !important;
}

@media (min-width: 640px) { 
  #smallgame_slider_root__SGS .smallgame_slider_cardInner__SGS { padding: 1.25rem !important; } 
}

#smallgame_slider_root__SGS .smallgame_slider_cardInner__SGS:hover {
  border-color: #D20D24 !important;
  box-shadow: 0 0 25px rgba(210, 13, 36, 0.35) !important;
  transform: translateY(-4px) !important;
}

/* Image Container */
#smallgame_slider_root__SGS .smallgame_slider_imgContainer__SGS {
  position: relative !important;
  width: 100% !important;
  height: 9rem !important;
  border-radius: 0.75rem !important;
  overflow: hidden !important;
  margin-bottom: 0.75rem !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background-color: #0a0a0a !important;
  flex-shrink: 0 !important;
}

@media (min-width: 640px) { 
  #smallgame_slider_root__SGS .smallgame_slider_imgContainer__SGS { height: 10rem !important; } 
}

#smallgame_slider_root__SGS .smallgame_slider_img__SGS {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.5s ease-out !important;
}

#smallgame_slider_root__SGS .smallgame_slider_cardInner__SGS:hover .smallgame_slider_img__SGS {
  transform: scale(1.05) !important;
}

#smallgame_slider_root__SGS .smallgame_slider_imgOverlay__SGS {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%) !important;
  pointer-events: none !important;
}

/* Content */
#smallgame_slider_root__SGS .smallgame_slider_content__SGS {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  flex: 1 !important;
  width: 100% !important;
  padding: 0 0.25rem !important;
}

#smallgame_slider_root__SGS .smallgame_slider_cardName__SGS {
  font-size: 1rem !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  line-height: 1.2 !important;
  margin-bottom: 0.5rem !important;
  transition: color 0.3s ease !important;
}

@media (min-width: 640px) { 
  #smallgame_slider_root__SGS .smallgame_slider_cardName__SGS { font-size: 1.125rem !important; } 
}

#smallgame_slider_root__SGS .smallgame_slider_cardInner__SGS:hover .smallgame_slider_cardName__SGS {
  color: #FF7B40 !important;
}

#smallgame_slider_root__SGS .smallgame_slider_cardDetail__SGS {
  font-size: 0.75rem !important;
  color: #cbd5e1 !important;
  line-height: 1.4 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

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

/* Footer Action */
#smallgame_slider_root__SGS .smallgame_slider_footer__SGS {
  width: 100% !important;
  padding-top: 0.75rem !important;
  margin-top: 0.75rem !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  flex-shrink: 0 !important;
}

#smallgame_slider_root__SGS .smallgame_slider_actionText__SGS {
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  color: #FF7B40 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.375rem !important;
  transition: color 0.3s ease !important;
}

#smallgame_slider_root__SGS .smallgame_slider_cardInner__SGS:hover .smallgame_slider_actionText__SGS {
  color: #D20D24 !important;
}

#smallgame_slider_root__SGS .smallgame_slider_actionIcon__SGS {
  width: 0.875rem !important;
  height: 0.875rem !important;
  stroke: currentColor !important;
  transition: transform 0.3s ease !important;
}

#smallgame_slider_root__SGS .smallgame_slider_cardInner__SGS:hover .smallgame_slider_actionIcon__SGS {
  transform: translateX(4px) !important;
}

/* Dots */
#smallgame_slider_root__SGS .smallgame_slider_dots__SGS {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  margin-top: 1.5rem !important;
}

#smallgame_slider_root__SGS .smallgame_slider_dot__SGS {
  height: 0.375rem !important;
  width: 0.375rem !important;
  border-radius: 9999px !important;
  background-color: #52525b !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  padding: 0 !important;
}

@media (min-width: 640px) { 
  #smallgame_slider_root__SGS .smallgame_slider_dot__SGS { 
    height: 0.5rem !important;
    width: 0.5rem !important;
  } 
}

#smallgame_slider_root__SGS .smallgame_slider_dot__SGS:hover {
  background-color: #a1a1aa !important;
}

#smallgame_slider_root__SGS .smallgame_slider_dot__SGS.active {
  width: 1.75rem !important;
  background: linear-gradient(to right, #D20D24, #FF4F00) !important;
}

@media (min-width: 640px) { 
  #smallgame_slider_root__SGS .smallgame_slider_dot__SGS.active { 
    width: 2rem !important;
  } 
}
/* ==========================================================================
   Module: Big Game Animals Slider (Dark Theme: #000000, #D20D24, #FF7B40)
   Width: 1300px max
   ========================================================================== */
#biggame_slider_root__BGS, 
#biggame_slider_root__BGS *, 
#biggame_slider_root__BGS *::before, 
#biggame_slider_root__BGS *::after {
  margin: 0; 
  padding: 0; 
  box-sizing: border-box !important;
}

#biggame_slider_root__BGS {
  position: relative !important; 
  width: 100% !important;
  background-color: #000000 !important; 
  color: #ffffff !important;
  font-family: &amp;amp;amp;amp;amp;amp;quot;Inter&amp;amp;amp;amp;amp;amp;quot;, system-ui, -apple-system, sans-serif !important;
  padding: 4rem 1rem !important; 
  overflow: hidden !important;
}

@media (min-width: 640px) { 
  #biggame_slider_root__BGS { padding-left: 1.5rem !important; padding-right: 1.5rem !important; } 
}
@media (min-width: 1024px) { 
  #biggame_slider_root__BGS { padding-left: 2rem !important; padding-right: 2rem !important; } 
}

/* ✅ عرض دقیق 1300px طبق درخواست */
#biggame_slider_root__BGS .biggame_slider_container__BGS {
  position: relative !important; 
  z-index: 10 !important; 
  max-width: 1300px !important; 
  margin: 0 auto !important; 
  width: 100% !important;
  text-align: center !important;
}

/* Header */
#biggame_slider_root__BGS .biggame_slider_header__BGS {
  margin-bottom: 2rem !important;
}

#biggame_slider_root__BGS .biggame_slider_title__BGS {
  font-family: &amp;amp;amp;amp;amp;amp;quot;Plus Jakarta Sans&amp;amp;amp;amp;amp;amp;quot;, sans-serif !important; 
  font-size: 1.5rem !important;
  font-weight: 900 !important; 
  color: #D20D24 !important; 
  letter-spacing: -0.025em !important;
  line-height: 1.3 !important;
}

@media (min-width: 640px) { 
  #biggame_slider_root__BGS .biggame_slider_title__BGS { font-size: 1.875rem !important; } 
}

/* Slider Wrapper */
#biggame_slider_root__BGS .biggame_slider_wrapper__BGS {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.75rem !important;
  width: 100% !important;
  max-width: 1300px !important;
  margin: 0 auto !important;
}

/* Navigation Buttons */
#biggame_slider_root__BGS .biggame_slider_navBtn__BGS {
  flex-shrink: 0 !important;
  width: 2.75rem !important;
  height: 2.75rem !important;
  border-radius: 1rem !important;
  background-color: #D20D24 !important;
  border: 1px solid #D20D24 !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 20px rgba(210, 13, 36, 0.45) !important;
  z-index: 20 !important;
}

@media (min-width: 640px) { 
  #biggame_slider_root__BGS .biggame_slider_navBtn__BGS { 
    width: 3rem !important;
    height: 3rem !important;
  } 
}

#biggame_slider_root__BGS .biggame_slider_navBtn__BGS svg {
  width: 1.25rem !important;
  height: 1.25rem !important;
  stroke: currentColor !important;
}

#biggame_slider_root__BGS .biggame_slider_navBtn__BGS:hover {
  background-color: #b50b1f !important;
  border-color: #b50b1f !important;
  transform: scale(1.05) !important;
}

#biggame_slider_root__BGS .biggame_slider_navBtn__BGS:active {
  transform: scale(0.95) !important;
}

/* Viewport */
#biggame_slider_root__BGS .biggame_slider_viewport__BGS {
  flex: 1 !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0.5rem 0 !important;
}

/* Track */
#biggame_slider_root__BGS .biggame_slider_track__BGS {
  display: flex !important;
  width: 100% !important;
  /* Transition will be handled by JS for infinite loop reset */
}

/* Cards */
#biggame_slider_root__BGS .biggame_slider_card__BGS {
  flex-shrink: 0 !important;
  padding: 0.5rem !important;
  box-sizing: border-box !important;
}

#biggame_slider_root__BGS .biggame_slider_cardInner__BGS {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  align-items: center !important;
  text-align: center !important;
  height: 100% !important;
  min-height: 310px !important;
  padding: 1rem !important;
  border-radius: 1rem !important;
  background: linear-gradient(to bottom right, rgba(28, 25, 23, 0.95), rgba(0, 0, 0, 0.9), rgba(15, 23, 42, 0.95)) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  color: inherit !important;
  overflow: hidden !important;
  cursor: pointer !important;
}

@media (min-width: 640px) { 
  #biggame_slider_root__BGS .biggame_slider_cardInner__BGS { padding: 1.25rem !important; } 
}

#biggame_slider_root__BGS .biggame_slider_cardInner__BGS:hover {
  border-color: #D20D24 !important;
  box-shadow: 0 0 25px rgba(210, 13, 36, 0.35) !important;
  transform: translateY(-4px) !important;
}

/* Image Container */
#biggame_slider_root__BGS .biggame_slider_imgContainer__BGS {
  position: relative !important;
  width: 100% !important;
  height: 9rem !important;
  border-radius: 0.75rem !important;
  overflow: hidden !important;
  margin-bottom: 0.75rem !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background-color: #0a0a0a !important;
  flex-shrink: 0 !important;
}

@media (min-width: 640px) { 
  #biggame_slider_root__BGS .biggame_slider_imgContainer__BGS { height: 10rem !important; } 
}

#biggame_slider_root__BGS .biggame_slider_img__BGS {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.5s ease-out !important;
}

#biggame_slider_root__BGS .biggame_slider_cardInner__BGS:hover .biggame_slider_img__BGS {
  transform: scale(1.05) !important;
}

#biggame_slider_root__BGS .biggame_slider_imgOverlay__BGS {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%) !important;
  pointer-events: none !important;
}

/* Content */
#biggame_slider_root__BGS .biggame_slider_content__BGS {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  flex: 1 !important;
  width: 100% !important;
  padding: 0 0.25rem !important;
}

#biggame_slider_root__BGS .biggame_slider_cardName__BGS {
  font-size: 1rem !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  line-height: 1.2 !important;
  margin-bottom: 0.5rem !important;
  transition: color 0.3s ease !important;
}

@media (min-width: 640px) { 
  #biggame_slider_root__BGS .biggame_slider_cardName__BGS { font-size: 1.125rem !important; } 
}

#biggame_slider_root__BGS .biggame_slider_cardInner__BGS:hover .biggame_slider_cardName__BGS {
  color: #FF7B40 !important;
}

#biggame_slider_root__BGS .biggame_slider_cardDetail__BGS {
  font-size: 0.75rem !important;
  color: #cbd5e1 !important;
  line-height: 1.4 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

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

/* Footer Action */
#biggame_slider_root__BGS .biggame_slider_footer__BGS {
  width: 100% !important;
  padding-top: 0.75rem !important;
  margin-top: 0.75rem !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  flex-shrink: 0 !important;
}

#biggame_slider_root__BGS .biggame_slider_actionText__BGS {
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  color: #FF7B40 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.375rem !important;
  transition: color 0.3s ease !important;
}

#biggame_slider_root__BGS .biggame_slider_cardInner__BGS:hover .biggame_slider_actionText__BGS {
  color: #D20D24 !important;
}

#biggame_slider_root__BGS .biggame_slider_actionIcon__BGS {
  width: 0.875rem !important;
  height: 0.875rem !important;
  stroke: currentColor !important;
  transition: transform 0.3s ease !important;
}

#biggame_slider_root__BGS .biggame_slider_cardInner__BGS:hover .biggame_slider_actionIcon__BGS {
  transform: translateX(4px) !important;
}

/* Dots */
#biggame_slider_root__BGS .biggame_slider_dots__BGS {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  margin-top: 1.5rem !important;
}

#biggame_slider_root__BGS .biggame_slider_dot__BGS {
  height: 0.375rem !important;
  width: 0.375rem !important;
  border-radius: 9999px !important;
  background-color: #52525b !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  padding: 0 !important;
}

@media (min-width: 640px) { 
  #biggame_slider_root__BGS .biggame_slider_dot__BGS { 
    height: 0.5rem !important;
    width: 0.5rem !important;
  } 
}

#biggame_slider_root__BGS .biggame_slider_dot__BGS:hover {
  background-color: #a1a1aa !important;
}

#biggame_slider_root__BGS .biggame_slider_dot__BGS.active {
  width: 1.75rem !important;
  background: linear-gradient(to right, #D20D24, #FF4F00) !important;
}

@media (min-width: 640px) { 
  #biggame_slider_root__BGS .biggame_slider_dot__BGS.active { 
    width: 2rem !important;
  } 
}
/* ==========================================================================
   Module: BC Resident Licence (Fixed Width 1200px + Pure Camo BG)
   ========================================================================== */
#bcresident_root__BCR, 
#bcresident_root__BCR *, 
#bcresident_root__BCR *::before, 
#bcresident_root__BCR *::after {
  margin: 0; 
  padding: 0; 
  box-sizing: border-box !important;
}

#bcresident_root__BCR {
  position: relative !important; 
  width: 100% !important;
  min-height: 500px !important;
  background-color: #000000 !important;
  color: #ffffff !important;
  font-family: &amp;amp;quot;Inter&amp;amp;quot;, system-ui, -apple-system, sans-serif !important;
  padding: 4rem 1rem !important; 
  overflow: hidden !important;
  text-align: center !important;
}

@media (min-width: 640px) { 
  #bcresident_root__BCR { padding-left: 1.5rem !important; padding-right: 1.5rem !important; } 
}
@media (min-width: 1024px) { 
  #bcresident_root__BCR { padding: 5rem 2rem !important; } 
}

/* ✅ بک‌گراند با تگ img - بدون گرادیانت و شفافیت */
#bcresident_root__BCR .bcresident_bg__BCR {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  z-index: 0 !important;
  opacity: 1 !important; /* ✅ تغییر به 1 برای حذف کامل گرادیانت */
  pointer-events: none !important;
}

/* ✅ کانتینر با عرض دقیق 1200px */
#bcresident_root__BCR .bcresident_container__BCR {
  position: relative !important; 
  z-index: 10 !important; 
  width: 1200px !important;
  max-width: 100% !important;
  margin: 0 auto !important; 
}

/* Typography */
#bcresident_root__BCR .bcresident_title__BCR {
  font-family: &amp;amp;quot;Plus Jakarta Sans&amp;amp;quot;, sans-serif !important; 
  font-size: 2rem !important;
  font-weight: 900 !important; 
  color: #D20D24 !important; 
  letter-spacing: -0.025em !important;
  line-height: 1.2 !important;
  margin-bottom: 1rem !important;
}

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

#bcresident_root__BCR .bcresident_desc__BCR {
  color: #cbd5e1 !important;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  line-height: 1.7 !important;
  margin: 0 auto 2.5rem auto !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8) !important;
}

#bcresident_root__BCR .bcresident_subTitle__BCR {
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin-bottom: 1.25rem !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9) !important;
}

#bcresident_root__BCR .bcresident_smallText__BCR {
  color: #94a3b8 !important;
  font-size: 0.85rem !important;
  line-height: 1.6 !important;
  margin: 0 auto 0.5rem auto !important;
}

#bcresident_root__BCR .bcresident_qualifyText__BCR {
  color: #e2e8f0 !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  margin-bottom: 1rem !important;
}

/* Grid Layout (1-2-1 Pattern) */
#bcresident_root__BCR .bcresident_reqWrapper__BCR,
#bcresident_root__BCR .bcresident_initWrapper__BCR {
  margin-bottom: 3rem !important;
}

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

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

/* Cards */
#bcresident_root__BCR .bcresident_card__BCR {
  padding: 1rem 1.25rem !important;
  border-radius: 0.75rem !important;
  background-color: #000000 !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  transition: all 0.3s ease !important;
}

#bcresident_root__BCR .bcresident_card__BCR:hover {
  border-color: rgba(255, 255, 255, 0.2) !important;
  transform: translateY(-2px) !important;
}

/* Full Width Card Logic for 1-2-1 Layout */
@media (min-width: 640px) {
  #bcresident_root__BCR .bcresident_card__BCR.bcresident_full__BCR {
    grid-column: span 2 !important;
  }
}

#bcresident_root__BCR .bcresident_card__BCR p {
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  color: #ffffff !important;
}

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

#bcresident_root__BCR .bcresident_check__BCR {
  color: #FF4F00 !important;
  font-weight: 900 !important;
  font-size: 1.1rem !important;
  margin-right: 0.75rem !important;
  flex-shrink: 0 !important;
}
/* ==========================================================================
   Module: Hunting Licence Fee (Dark Theme: #000000, #9E0A1B, #FF4F00)
   Width: 1200px max
   ========================================================================== */
#licfee_root__LFE, 
#licfee_root__LFE *, 
#licfee_root__LFE *::before, 
#licfee_root__LFE *::after {
  margin: 0; 
  padding: 0; 
  box-sizing: border-box !important;
}

#licfee_root__LFE {
  position: relative !important; 
  width: 100% !important;
  background-color: #000000 !important; 
  color: #ffffff !important;
  font-family: &amp;amp;quot;Inter&amp;amp;quot;, system-ui, -apple-system, sans-serif !important;
  padding: 4rem 1rem !important; 
  overflow: hidden !important;
  text-align: center !important;
}

@media (min-width: 640px) { 
  #licfee_root__LFE { padding-left: 1.5rem !important; padding-right: 1.5rem !important; } 
}
@media (min-width: 1024px) { 
  #licfee_root__LFE { padding: 5rem 2rem !important; } 
}

/* ✅ کانتینر با عرض دقیق 1200px */
#licfee_root__LFE .licfee_container__LFE {
  position: relative !important; 
  z-index: 10 !important; 
  width: 1200px !important; /* عرض ثابت طبق درخواست */
  max-width: 100% !important; /* جلوگیری از اسکرول افقی در موبایل */
  margin: 0 auto !important; 
}

/* Header */
#licfee_root__LFE .licfee_header__LFE {
  margin-bottom: 2rem !important;
}

#licfee_root__LFE .licfee_title__LFE {
  font-family: &amp;amp;quot;Plus Jakarta Sans&amp;amp;quot;, sans-serif !important; 
  font-size: 1.75rem !important;
  font-weight: 900 !important; 
  color: #D20D24 !important; 
  letter-spacing: -0.025em !important;
  line-height: 1.3 !important;
  margin-bottom: 1rem !important;
}

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

#licfee_root__LFE .licfee_desc__LFE {
  color: #cbd5e1 !important;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  line-height: 1.7 !important;
  max-width: 56rem !important;
  margin: 0 auto !important;
}

/* Table Wrapper */
#licfee_root__LFE .licfee_tableWrapper__LFE {
  overflow-x: auto !important;
  width: 100% !important;
  border-radius: 1rem !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
  margin-bottom: 1.5rem !important;
}

#licfee_root__LFE .licfee_table__LFE {
  width: 100% !important;
  border-collapse: collapse !important;
  text-align: center !important;
  min-width: 600px !important; /* حداقل عرض برای خوانایی در موبایل */
}

/* Caption &amp;amp;amp; Header */
#licfee_root__LFE .licfee_caption__LFE {
  background-color: #9E0A1B !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 0.875rem !important;
  padding: 1rem !important;
  caption-side: top !important;
  border-bottom: 1px solid #7e0815 !important;
}

#licfee_root__LFE .licfee_table__LFE th {
  background-color: #9E0A1B !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  padding: 1rem !important;
  font-size: 0.75rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  border-bottom: 1px solid #7e0815 !important;
}

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

/* Body Rows */
#licfee_root__LFE .licfee_table__LFE td {
  padding: 1rem !important;
  font-size: 0.8rem !important;
  color: #cbd5e1 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

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

#licfee_root__LFE .licfee_table__LFE tbody tr:last-child td {
  border-bottom: none !important;
}

#licfee_root__LFE .licfee_table__LFE tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.03) !important;
}

/* Price Column */
#licfee_root__LFE .licfee_price__LFE {
  color: #9E0A1B !important;
  font-weight: 900 !important;
  font-size: 0.9rem !important;
}

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

/* Footer Note */
#licfee_root__LFE .licfee_footerNote__LFE {
  color: #FF4F00 !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  max-width: 56rem !important;
  margin: 0 auto !important;
}

@media (min-width: 640px) { 
  #licfee_root__LFE .licfee_footerNote__LFE { font-size: 0.875rem !important; } 
}
/* ==========================================================================
   Module: Species Licences Section (Dark Theme: #000000, #9E0A1B, #FF4F00)
   Width: 1200px max
   ========================================================================== */
#specieslic_root__SLC, 
#specieslic_root__SLC *, 
#specieslic_root__SLC *::before, 
#specieslic_root__SLC *::after {
  margin: 0; 
  padding: 0; 
  box-sizing: border-box !important;
}

#specieslic_root__SLC {
  position: relative !important; 
  width: 100% !important;
  background-color: #000000 !important; 
  color: #ffffff !important;
  font-family: &amp;amp;quot;Inter&amp;amp;quot;, system-ui, -apple-system, sans-serif !important;
  padding: 4rem 1rem !important; 
  overflow: hidden !important;
  text-align: center !important;
}

@media (min-width: 640px) { 
  #specieslic_root__SLC { padding-left: 1.5rem !important; padding-right: 1.5rem !important; } 
}
@media (min-width: 1024px) { 
  #specieslic_root__SLC { padding: 5rem 2rem !important; } 
}

/* ✅ کانتینر با عرض دقیق 1200px */
#specieslic_root__SLC .specieslic_container__SLC {
  position: relative !important; 
  z-index: 10 !important; 
  width: 1200px !important; /* عرض ثابت طبق درخواست */
  max-width: 100% !important; /* جلوگیری از اسکرول افقی در موبایل */
  margin: 0 auto !important; 
}

/* Header */
#specieslic_root__SLC .specieslic_header__SLC {
  margin-bottom: 2rem !important;
}

#specieslic_root__SLC .specieslic_title__SLC {
  font-family: &amp;amp;quot;Plus Jakarta Sans&amp;amp;quot;, sans-serif !important; 
  font-size: 1.75rem !important;
  font-weight: 900 !important; 
  color: #D20D24 !important; 
  letter-spacing: -0.025em !important;
  line-height: 1.3 !important;
  margin-bottom: 1rem !important;
}

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

#specieslic_root__SLC .specieslic_desc__SLC {
  color: #cbd5e1 !important;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  line-height: 1.7 !important;
  max-width: 56rem !important;
  margin: 0 auto !important;
}

/* Requirements List */
#specieslic_root__SLC .specieslic_reqWrapper__SLC {
  margin-bottom: 2.5rem !important;
}

#specieslic_root__SLC .specieslic_subTitle__SLC {
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin-bottom: 1rem !important;
}

#specieslic_root__SLC .specieslic_reqList__SLC {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
  max-width: 56rem !important;
  margin: 0 auto !important;
}

#specieslic_root__SLC .specieslic_reqItem__SLC {
  font-size: 0.85rem !important;
  color: #cbd5e1 !important;
  line-height: 1.6 !important;
}

@media (min-width: 640px) { 
  #specieslic_root__SLC .specieslic_reqItem__SLC { font-size: 0.95rem !important; } 
}

/* Table Wrapper */
#specieslic_root__SLC .specieslic_tableSection__SLC {
  margin-bottom: 2.5rem !important;
}

#specieslic_root__SLC .specieslic_tableWrapper__SLC {
  overflow-x: auto !important;
  width: 100% !important;
  border-radius: 1rem !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
  margin-bottom: 1rem !important;
  -webkit-overflow-scrolling: touch !important;
}

#specieslic_root__SLC .specieslic_table__SLC {
  width: 100% !important;
  border-collapse: collapse !important;
  text-align: center !important;
  min-width: 600px !important; /* حداقل عرض برای حفظ ساختار ستون‌ها */
}

/* Caption &amp;amp;amp; Header */
#specieslic_root__SLC .specieslic_caption__SLC {
  background-color: #9E0A1B !important;
  color: #ffffff !important;
  font-weight: 900 !important; /* ✅ کاملا بولد */
  font-size: 1rem !important; /* ✅ کمی بزرگتر */
  padding: 1rem !important;
  caption-side: top !important;
  border-bottom: 1px solid #7e0815 !important;
  text-align: center !important;
}

#specieslic_root__SLC .specieslic_table__SLC th {
  background-color: #9E0A1B !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  padding: 1rem !important;
  font-size: 0.75rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  border-bottom: 1px solid #7e0815 !important;
  white-space: nowrap !important;
  text-align: center !important;
}

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

/* Body Rows */
#specieslic_root__SLC .specieslic_table__SLC td {
  padding: 1rem !important;
  font-size: 0.8rem !important;
  color: #cbd5e1 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
  vertical-align: middle !important;
  text-align: center !important; /* ✅ همه سلول‌ها وسط‌چین */
}

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

#specieslic_root__SLC .specieslic_table__SLC tbody tr:last-child td {
  border-bottom: none !important;
}

#specieslic_root__SLC .specieslic_table__SLC tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.03) !important;
}

/* ✅ قیمت‌ها با رنگ قرمز #9E0A1B */
#specieslic_root__SLC .specieslic_price__SLC {
  color: #9E0A1B !important;
  font-weight: 900 !important;
  font-size: 0.9rem !important;
  white-space: nowrap !important;
}

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

/* Footer Note */
#specieslic_root__SLC .specieslic_footerNote__SLC {
  color: #FF4F00 !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  max-width: 56rem !important;
  margin: 0 auto !important;
}

#specieslic_root__SLC .specieslic_smallDesc__SLC {
  color: #94a3b8 !important;
  font-size: 0.85rem !important;
  margin-bottom: 1rem !important;
}

@media (min-width: 640px) { 
  #specieslic_root__SLC .specieslic_footerNote__SLC { font-size: 0.875rem !important; } 
}
/* ==========================================================================
   Module: Replacing Lost Licence &amp;amp;amp;amp;amp; HCTF (Camo BG + Dark Theme)
   Width: 1200px max
   ========================================================================== */
#lostlic_root__LLC, 
#lostlic_root__LLC *, 
#lostlic_root__LLC *::before, 
#lostlic_root__LLC *::after {
  margin: 0; 
  padding: 0; 
  box-sizing: border-box !important;
}

#lostlic_root__LLC {
  position: relative !important; 
  width: 100% !important;
  min-height: 500px !important;
  background-color: #000000 !important; /* ✅ تغییر به #000 */
  color: #ffffff !important;
  font-family: &amp;amp;amp;amp;quot;Inter&amp;amp;amp;amp;quot;, system-ui, -apple-system, sans-serif !important;
  padding: 4rem 1rem !important; 
  overflow: hidden !important;
  text-align: center !important;
  border-top: 1px solid rgba(68, 64, 60, 0.5) !important;
  border-bottom: 1px solid rgba(68, 64, 60, 0.5) !important;
}

@media (min-width: 640px) { 
  #lostlic_root__LLC { padding-left: 2rem !important; padding-right: 2rem !important; } 
}
@media (min-width: 1024px) { 
  #lostlic_root__LLC { padding: 5rem 2rem !important; } 
}

/* ✅ بک‌گراند با تگ img - گرادیانت ملایم 25% */
#lostlic_root__LLC .lostlic_bg__LLC {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  z-index: 0 !important;
  opacity: 0.50 !important; /* ✅ گرادیانت ملایم (25%) */
  pointer-events: none !important;
}

/* ✅ کانتینر با عرض دقیق 1200px */
#lostlic_root__LLC .lostlic_container__LLC {
  position: relative !important; 
  z-index: 10 !important; 
  width: 1200px !important; 
  max-width: 100% !important; 
  margin: 0 auto !important; 
  display: flex !important;
  flex-direction: column !important;
  gap: 3rem !important;
}

/* Typography */
#lostlic_root__LLC .lostlic_title__LLC {
  font-family: &amp;amp;amp;amp;quot;Plus Jakarta Sans&amp;amp;amp;amp;quot;, sans-serif !important; 
  font-size: 1.5rem !important;
  font-weight: 900 !important; 
  letter-spacing: -0.025em !important;
  line-height: 1.2 !important;
  margin-bottom: 0.5rem !important;
}

#lostlic_root__LLC .lostlic_title__LLC.lostlic_white__LLC {
  color: #ffffff !important;
}

@media (min-width: 640px) { 
  #lostlic_root__LLC .lostlic_title__LLC { font-size: 1.875rem !important; }
}

#lostlic_root__LLC .lostlic_desc__LLC {
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1.625 !important;
  margin: 0 auto !important;
}

#lostlic_root__LLC .lostlic_desc__LLC.lostlic_white__LLC {
  color: #ffffff !important;
}

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

#lostlic_root__LLC .lostlic_subTitle__LLC {
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 0.75rem !important;
}

@media (min-width: 640px) { 
  #lostlic_root__LLC .lostlic_subTitle__LLC { font-size: 1.25rem !important; }
}

/* Grid Layouts */
#lostlic_root__LLC .lostlic_grid__LLC {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0.625rem !important;
  width: 100% !important;
}

@media (min-width: 640px) { 
  #lostlic_root__LLC .lostlic_grid__LLC.lostlic_2col__LLC { grid-template-columns: repeat(2, 1fr) !important; } 
  #lostlic_root__LLC .lostlic_grid__LLC.lostlic_3col__LLC { grid-template-columns: repeat(3, 1fr) !important; } 
}

/* Cards */
#lostlic_root__LLC .lostlic_card__LLC {
  padding: 0.625rem 1rem !important;
  border-radius: 0.5rem !important;
  background-color: #000000 !important;
  border: 1px solid rgba(68, 64, 60, 0.5) !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  transition: all 0.3s ease !important;
}

#lostlic_root__LLC .lostlic_card__LLC:hover {
  border-color: rgba(120, 113, 108, 0.5) !important;
}

#lostlic_root__LLC .lostlic_card__LLC p {
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  line-height: 1.5 !important;
}

@media (min-width: 640px) { 
  #lostlic_root__LLC .lostlic_card__LLC p { font-size: 0.8125rem !important; }
}

#lostlic_root__LLC .lostlic_check__LLC {
  color: #FF4F00 !important;
  font-weight: 900 !important;
  font-size: 1rem !important;
  margin-right: 0.375rem !important;
  flex-shrink: 0 !important;
}

/* Divider */
#lostlic_root__LLC .lostlic_divider__LLC {
  height: 1px !important;
  background-color: rgba(68, 64, 60, 0.5) !important;
  width: 100% !important;
  margin: 0 auto !important;
}

/* Footer Texts */
#lostlic_root__LLC .lostlic_footerTexts__LLC {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
  margin-top: 1.5rem !important;
}

#lostlic_root__LLC .lostlic_footerTexts__LLC p {
  font-size: 0.875rem !important;
  color: #ffffff !important;
  line-height: 1.625 !important;
}

@media (min-width: 640px) { 
  #lostlic_root__LLC .lostlic_footerTexts__LLC p { font-size: 1rem !important; } 
}
/* ==========================================================================
   Module: Core Education Section (Fixed Width 1300px + Full Text Width)
   ========================================================================== */
#coreedu_root__CED, 
#coreedu_root__CED *, 
#coreedu_root__CED *::before, 
#coreedu_root__CED *::after {
  margin: 0; 
  padding: 0; 
  box-sizing: border-box !important;
}

#coreedu_root__CED {
  position: relative !important; 
  width: 100% !important;
  background-color: #000000 !important; 
  color: #ffffff !important;
  font-family: &amp;amp;amp;amp;amp;quot;Inter&amp;amp;amp;amp;amp;quot;, system-ui, -apple-system, sans-serif !important;
  padding: 4rem 1rem !important; 
  overflow: hidden !important;
  text-align: center !important;
}

@media (min-width: 640px) { 
  #coreedu_root__CED { padding-left: 1.5rem !important; padding-right: 1.5rem !important; } 
}
@media (min-width: 1024px) { 
  #coreedu_root__CED { padding: 5rem 2rem !important; } 
}

/* ✅ کانتینر با عرض دقیق 1300px طبق درخواست */
#coreedu_root__CED .coreedu_container__CED {
  position: relative !important; 
  z-index: 10 !important; 
  width: 1300px !important; /* عرض ثابت طبق درخواست */
  max-width: 100% !important; /* جلوگیری از اسکرول افقی در موبایل */
  margin: 0 auto !important; 
}

/* Header */
#coreedu_root__CED .coreedu_header__CED {
  margin-bottom: 1.5rem !important;
}

#coreedu_root__CED .coreedu_title__CED {
  font-family: &amp;amp;amp;amp;amp;quot;Plus Jakarta Sans&amp;amp;amp;amp;amp;quot;, sans-serif !important; 
  font-size: 1.75rem !important;
  font-weight: 900 !important; 
  color: #D20D24 !important; 
  letter-spacing: -0.025em !important;
  line-height: 1.3 !important;
}

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

/* Description Texts - ✅ حذف max-w-4xl برای استفاده از کل عرض 1300px */
#coreedu_root__CED .coreedu_descWrapper__CED {
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
  margin-bottom: 2rem !important;
  width: 100% !important; /* ✅ اطمینان از پر کردن عرض کانتینر */
}

#coreedu_root__CED .coreedu_descText__CED {
  color: #cbd5e1 !important; /* text-stone-300 */
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  line-height: 1.7 !important;
  /* ✅ حذف max-width قبلی که باعث محدود شدن به 800px می‌شد */
  width: 100% !important; 
  margin: 0 auto !important;
}

@media (min-width: 640px) { 
  #coreedu_root__CED .coreedu_descText__CED { font-size: 1.05rem !important; } 
}

/* Cards Wrapper */
#coreedu_root__CED .coreedu_cardsWrapper__CED {
  margin-bottom: 2rem !important;
  width: 100% !important;
}

#coreedu_root__CED .coreedu_subTitle__CED {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 1.25rem !important;
}

#coreedu_root__CED .coreedu_grid__CED {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1rem !important;
  width: 100% !important; /* ✅ گرید کل عرض 1300px را پر می‌کند */
}

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

/* Cards - مطابق با bg-stone-900/90 و border-stone-800 */
#coreedu_root__CED .coreedu_card__CED {
  border-radius: 0.75rem !important;
  overflow: hidden !important;
  border: 1px solid rgba(68, 64, 60, 0.8) !important; /* border-stone-800 */
  background-color: rgba(28, 25, 23, 0.9) !important; /* bg-stone-900/90 */
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  flex-direction: column !important;
}

#coreedu_root__CED .coreedu_card__CED:hover {
  border-color: rgba(120, 113, 108, 0.8) !important; /* hover:border-stone-700 */
}

#coreedu_root__CED .coreedu_imgContainer__CED {
  height: 8rem !important; /* h-32 */
  overflow: hidden !important;
  background-color: #0a0a0a !important;
}

@media (min-width: 640px) { 
  #coreedu_root__CED .coreedu_imgContainer__CED { height: 9rem !important; } /* sm:h-36 */
}

#coreedu_root__CED .coreedu_imgContainer__CED img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.3s ease !important;
}

#coreedu_root__CED .coreedu_card__CED:hover .coreedu_imgContainer__CED img {
  transform: scale(1.05) !important; /* group-hover:scale-105 */
}

#coreedu_root__CED .coreedu_cardContent__CED {
  padding: 0.875rem !important; /* p-3.5 */
  background-color: rgba(0, 0, 0, 0.7) !important; /* bg-black/70 */
  border-top: 1px solid rgba(68, 64, 60, 0.8) !important; /* border-t border-stone-800 */
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

#coreedu_root__CED .coreedu_cardTitle__CED {
  font-size: 0.75rem !important; /* text-xs */
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 0.25rem !important;
}

@media (min-width: 640px) { 
  #coreedu_root__CED .coreedu_cardTitle__CED { font-size: 0.875rem !important; } /* sm:text-sm */
}

#coreedu_root__CED .coreedu_cardDesc__CED {
  font-size: 0.75rem !important;
  color: #cbd5e1 !important; /* text-stone-300 */
  line-height: 1.5 !important;
}

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

/* Footer Note */
#coreedu_root__CED .coreedu_footerNote__CED {
  color: #FF4F00 !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  width: 100% !important; /* ✅ نکته پایانی هم کل عرض را پر کند */
  margin: 0 auto !important;
}

@media (min-width: 640px) { 
  #coreedu_root__CED .coreedu_footerNote__CED { font-size: 0.875rem !important; } 
}
 
            body{
                position: relative;
            }
            .dno{
                display: none!important;
            }
            .public-header{
                position: relative;
                transition:5s;
            }
            .absolute-container{
                background-color: #ED3334;
                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: cover;
                    background-repeat: no-repeat;
                    z-index: 100;
                }
            
            .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: 0px;
                height: 0px;
                background: #222 ;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-bar{
                width: 1200px;
                height: 100%;
                margin: auto;
                padding: 0 8px;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
            }
            .top-item{
                height: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container{
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container img{
                width: 16px;
                height: 16px;
            }
            .info-container > span{
                display: inline-flex;
            }
            .top-info,
            .top-social{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-social{
                padding: 5px 0;
            }
            .top-social li a img{
                width: 32px;
                height: 32px;
            }
            .top-social li a span{
                font-size: 0px;
                font-weight: 200;
                color: #777;
            }
            .top-list{
                width: max-content;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                margin: 0  0px;
            }
            .top-list:hover{
                color: ;
            }
            
                .top-list:first-child{
                    margin-left : 0;
                }
                .top-list:last-child{
                    margin-right : 0;
                }
            
            .arrow-menu-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-list a span,
            .top-list span{
                color: #777;
                font-weight: bold;
                font-size: 14px;
            }
            .top-list a img,
            .top-list span img{
                margin: 0 5px;
                width: 0px;
                height: 0px;
                object-fit: contain;
            }
            .top-list:first-child a img,
            .top-list:first-child span img{
                margin-left: 0;
            }
            .top-navbar{
                height: 100%;
                background: transparent;
            }
            .top-nav-list{
                position: relative;
                height: 100%;
                padding: 0 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-nav-list a span,
            .top-nav-list span{
                color: #000;
                font-size: 0px;
                font-weight: 200;search
            }
            .top-nav-list:hover{
                background-color: #fff;
            }
            .top-nav-list .arrow-menu-container svg{
                fill: #000;
            }
            .top-nav-list:hover a span,
            .top-nav-list:hover span,
            .top-nav-list:hover .arrow-menu-container svg{
                color: #fff;
                fill: #fff;
            }
            .top-nav-list .icon-title-part{
                padding-left: 5px;
            }
            .top-sub-nav > .top-sub-list a span,
            .top-sub-nav > .top-sub-list span{
                color: #000;
            }
            .top-sub-nav > .top-sub-list:hover a span,
            .top-sub-nav > .top-sub-list:hover span{
                color: #fff;
            }
            
            .top-sub-nav{
                flex-direction: column;
                justify-content: center;
                align-content: flex-start;
                position: absolute;
                z-index: 4999;
                min-width: 150px;
                width: max-content;
                background: #2c3e50;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translateY(-10px) scaleY(0.5);
                transform-origin: top;  
                border-radius: 0;
            }
            .top-nav-list:hover > .top-sub-nav{
                display: flex;
                top: 100%;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
        
                .top-nav-list:hover > .top-sub-nav{
                    left: 0;
                }
                .top-sub-list{
                    border-right: 5px solid  #f00;
                }
            
            .top-sub-list{
                width: 100%;
                padding: 8px 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-sub-list:hover{
                background: #fff;
            }
            .header-container{
                display: grid;
                width: 1200px;
                margin: auto;
                height: auto;
                grid-template-rows: 1fr 1fr;  
                grid-template-columns: 1fr 3fr 1fr;
                grid-template-areas: 
                    "top-1 top-2 top-3"
                    "bottom-1 bottom-2 bottom-3"; 
                padding-top: 8px;
                padding-bottom: 8px;
                padding-left: 8px;
                padding-right: 8px;
            }
            .top-section-1{
                grid-area: top-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-2{
                grid-area: top-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-3{
                grid-area: top-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-end;
                align-items: center;
            }
            .logo-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 100%;
                height: 100%;
                padding: 0px  0px;
            }
            .logo-container img{
                display: block;
                width: 150px;
                height: 76px;
                max-width: 150px;
                max-height: 76px;
                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: #000;
                box-sizing: border-box;
                border: 0px  solid  ;
                border-radius: 3px;
                padding: 0 !important;
            }
            
                .nav-container > .navbar{
                    margin-right: calc(0px + 10px);
                }
            
            .max-height{
                height: 700px;
                overflow-x:hidden;
                overflow-y: auto;
                display:flex!important;
                flex-direction: column!important;
                justify-content: flex-start!important;
            }
            .nav-container .navbar .nav-list{
                padding: 10px 18px;
                min-height: 45px;
                position: relative;
                list-style: none;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-content: center;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list.active{
                background-color: ;
            }
            .nav-container .navbar .nav-list.active a,
            .nav-container .navbar .nav-list.active span{
                color: #D20D24;
            }
            
            .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: #D20D24;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list:hover a,
            .nav-container .navbar .nav-list:hover span{
                color: #000 ;
            }
            .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: #FDFFF5;
            }
            .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
            .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                display: flex;
                top: 45px;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                display: flex;
                right: calc(100%  +  5px);
                top: 0;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
                    .nav-container .navbar.navbar-sub{
                        flex-direction: column;
                        justify-content: center;
                        align-content: flex-start;
                        min-width: 150px;
                        width: max-content;
                    }
                    .nav-container .navbar.navbar-sub .nav-list{
                        width: 100%;
                        border-right: 5px solid #D20D24;
                    }
                    .nav-container .navbar.navbar-sub{
                        position: absolute;
                        z-index: 4999;
                        background: #000;
                        clip: rect(1px, 1px, 1px, 1px);
                        opacity: 0.1;
                        transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                                    opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                        transform: translateY(-10px) scaleY(0.5);
                        transform-origin: top;  
                        border-radius: 0;
                    }
                    .nav-container .navbar.navbar-sub{
                        flex-direction: column;
                        justify-content: center;
                        align-content: flex-start;
                        min-width: 150px;
                        width: max-content;
                    }
                    .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
                    .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                        left: 0;
                        border-radius: 0 !important;
                    }
                    .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                        left: calc(100%  +  5px);
                    }
                    .nav-container .navbar.navbar-sub .nav-list{
                        width: 200px;
                        border-right: 5px solid #D20D24;
                        border-radius: 0 !important;
                    }
                
                .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
                .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                    left: 0;
                }
                .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                    left: calc(100%  +  5px);
                }
            
            .arrow-icon-menu{
                width: 8px;
                height: 8px;
            }
            .arrow-icon-menu.arrow-bottom{
                transform: rotate(90deg);
            }
            
                .arrow-menu-container{
                    margin-left: 5px;
                }
                .arrow-icon-menu.arrow-right,
                .overflow-list .arrow-icon-menu.arrow-bottom{
                    transform: rotate(0deg);
                }
                .nav-container .navbar .nav-list:first-child:hover{
                    border-radius: 3px 0 0 3px;
                }
                .nav-container .navbar .nav-list:last-child:hover{
                    border-radius: 0 3px 3px 0;
                }
            
            .nav-container .navbar .nav-list.base-level svg,
            .nav-container .navbar .nav-list .overflow-menu svg{
                fill: #FDFFF5;
            }
            .nav-container .navbar .nav-list.base-level:hover svg{
                fill: #000;
            }
            .sub-menu-container{
                position: absolute;
                min-width: 150px;
                background-color: #000;
                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: #ffffff;
                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: #ffffff;
            }
            .active{
                background-color: ;
            }
            .active a{
                color: #D20D24;
            }     
            .icon-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
            }
            .icon-container .icon-item{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
                box-sizing: border-box;
                min-height: 45px;
                margin: 0 5px;
            }
            
                .icon-container .icon-item:first-child{
                    margin-left: 0 !important;
                }
                .icon-container .icon-item:last-child{
                    margin-right: 0 !important;
                }
            
            
            .icon-container .icon-item a{
                border: 0px  solid  ;
            }
            .icon-container .icon-item.basket-icon{
                position: relative;
                color: #525B3C;
                min-width: 45px;
                min-height: 45px;
                outline: none;
                border-radius: 3px;
                background: ;
                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: #525B3C;
                min-width: 45px;
                min-height: 45px;
                margin: 0;
                outline: none;
                border-radius: 3px;
                background: ;
                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: #EDD9AD;
                color: #EDD9AD;
            }
            
                .icon-container .icon-item.basket-icon .add-item-to-cart{
                    color: #525B3C;
                    border-radius: 3px;
                    background: ;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .4s;
                    cursor: pointer;
                    box-sizing: content-box;
                    border: 0px  solid  ;
                }
                
                    .icon-container .icon-item.basket-icon .add-item-to-cart{
                        border-right: none !important;
                    }
                    .border-basket{
                        border-left: none !important;
                    }
                
                    .icon-container .icon-item:hover > span,
                    .icon-container .icon-item.login-icon:hover span{
                        color: #EDD9AD;
                    }
                    .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: #525B3C;
                    }
                    .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: #525B3C;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open:hover span{
                        color: #EDD9AD;
                    }
                    .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: #525B3C;
                    }
                    .icon-container .icon-item.search-icon .icon-shortcut .search-container .search-btn:hover{
                        background: #525B3C;
                    }
                 
            .icon-container .icon-item svg{
                width: 25px;
                height: 25px;
            
                fill: #525B3C;
            
            }
            .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 .status-user{
                    display: none !important;
                }
            
            .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: #525B3C;
                }
                .search-container > .search-btn:hover svg,
                .search-container > .close-search-btn:hover svg{
                    fill: #EDD9AD;
                }
                .search-btn {
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: ;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .8s;
                    cursor: pointer;
                    text-decoration: none;
                    border: 0px  solid  transparent;
                }
                
                .icon-container .icon-item img{
                    width: 25px;
                    height: 25px;
                    object-fit:contain;
                }
                
                    .search-container.open-search-box .search-btn{
                        border-radius: 0 3px 3px 0 !important;
                    }
                    .search-container.open-search-box .close-search-btn{
                        border-radius: 3px 0 0 3px !important;
                    }    
                 
                .search-btn,
                .search-command,
                .close-search-btn{
                    box-sizing: content-box;
                }
                .search-btn > svg {
                    fill: #fff;
                }
                .cls-pls::placeholder{
                    color: ;
                }
                .search-input {
                    padding: 0;
                    height: 100%;
                    background: #6a858c;
                    color: #fff;
                    font-size: 14px;
                    font-weight: normal;
                    transition: all 1s ease-in-out;
                    width: 0;
                    position: absolute;
                    top: 0;
                    overflow: hidden;
                    white-space: nowrap;
                    border: 0px  solid  transparent;
                }
                
                .open-search-box > .search-input{
                    padding : 10px 48px;
                }
                
                    .search-input {
                        right: calc(0px + 45px);
                        border-right: none;
                        border-left: none;
                    }
                
                        .search-container.open-search-box .search-btn{
                            border-radius: 0 3px 3px 0 !important;
                        }
                        .search-container.open-search-box .close-search-btn{
                            border-radius: 3px 0 0 3px !important;
                        }
                        .search-container.open-search-box .search-input{
                            border-radius: 3px 0 0 3px !important;
                        }    
                    
                .close-search-btn{
                    position: absolute;
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #6a858c;
                    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: #525B3C;
                }
            
            .sticky{
                width: 100vw;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 999;
                padding: 2vh 8vw;
                transition: .8s;
                background-color: #EDD9AD !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: #EDD9AD;
            }
            .lang-nav .lang-li span:hover{
                cursor: pointer;
                color: #EDD9AD;
            }
            .lang-nav .lang-li .lang-active{
                font-weight: bold;
                color: #e84118;
            }
            .icon-item.lang-icon:hover .lang-list-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            /*---------------------------------------------------------------------------------*/
            .link-profile-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .link-profile-container .link-wrapper{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px 25px;
                background: #2c3e50;
                border-radius: 3px;
            }
            .link-profile-container .link-wrapper a{
                color: #fff;
            }
            .link-profile-container .link-wrapper a:hover{
                cursor: pointer;
                color: #EDD9AD;
            }
            .link-profile-container .link-wrapper::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #2c3e50;
                display: block;
            }
             .icon-item.login-icon:hover .link-profile-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            
            .backTop{
                display: flex !important;
            }
            #back_to_top{
                display: none;
                position: fixed;
                transition: ms;
                right: 50px;
                left: unset;
                bottom: 50px;
                z-index: 100;
                border-radius: 50%;
                border: 2px  solid  #FDFFF5;
                padding: 15px;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                background-color: #9E0A1B;
            }
            #back_to_top svg{
                width: 30px;
                height: 30px;
                fill: #FDFFF5;
            }
            #back_to_top img{
                width: 30px;
                height: 30px;
                fill: #FDFFF5;
                object-fit:contain;
            }
            .search-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .basket-shop img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .lang-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .icon-login img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
        
                    .header-container{
                        grid-template-rows: 1fr;  
                        grid-template-columns: 150px minmax(auto, 100%) 1fr;
                        grid-template-areas: 
                            "top-1 top-2 top-3"; 
                    }
                    .top-section-1{
                        justify-content: flex-start;
                    }
                    .top-section-2{
                        justify-content: flex-start;
                    }
                    .logo-container{
                        justify-content: flex-start;
                    }
                    .nav-container{
                        justify-content: flex-start;
                    }
                    .nav-container .navbar{
                        justify-content: flex-start;
                    }
                    .width-full{
                        width: 100% !important;
                    }
                #module_footer_section_1{
;
width:100%;
padding-top:5vw;
padding-right:3vw;
padding-bottom:2vw;
padding-left:3vw;
border-style:none;
}#module_footer_row_1{
;
justify-content:center;
border-style:none;
}#module_footer_items_2{
;
cursor:default;
text-align:center;
z-index:20;
line-height:1.5vw;
color:#FF7B40;
font-weight:500;
font-size:1.25vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:2vw;
}#module_footer_items_2:hover{
;
}#module_footer_items_1{
;
cursor:default;
text-align:center;
z-index:10;
line-height:1.5vw;
color:#FF7B40;
font-weight:500;
font-size:1.25vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:2vw;
}#module_footer_items_1:hover{
;
}#module_footer_items_36{
;
cursor:default;
z-index:30;
line-height:1.5vw;
color:#FF7B40;
font-weight:500;
font-size:1.25vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_36:hover{
;
}#module_footer_items_39{
;
cursor:default;
text-align:center;
z-index:40;
line-height:1.5vw;
color:#FF7B40;
font-weight:500;
font-size:1.25vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:2vw;
padding-left:2vw;
}#module_footer_items_39:hover{
;
}#module_footer_items_41{
;
cursor:default;
line-height:1.5vw;
color:#FF7B40;
font-weight:500;
font-size:1.25vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:2vw;
}#module_footer_items_41:hover{
;
}#module_footer_row_2{
;
justify-content:center;
padding-top:4vw;
border-style:none;
}#module_footer_items_5{
;
cursor:default;
text-align:center;
width:3.5vw;
height:3.5vw;
font-weight:400;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-top-left-radius:2vw;
border-top-right-radius:2vw;
border-bottom-right-radius:2vw;
border-bottom-left-radius:2vw;
border-style:none;
margin-right:2vw;
}#module_footer_items_5:hover{
;
background-color:#000;
}#module_footer_items_7{
;
cursor:default;
text-align:center;
width:3.5vw;
height:3.5vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-top-left-radius:2vw;
border-top-right-radius:2vw;
border-bottom-right-radius:2vw;
border-bottom-left-radius:2vw;
border-style:none;
margin-right:2vw;
}#module_footer_items_7:hover{
;
}#module_footer_items_32{
;
cursor:default;
text-align:center;
width:3.5vw;
height:3.5vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-top-left-radius:2vw;
border-top-right-radius:2vw;
border-bottom-right-radius:2vw;
border-bottom-left-radius:2vw;
border-style:none;
margin-right:2vw;
}#module_footer_items_32:hover{
;
}#module_footer_items_33{
;
cursor:default;
width:3.5vw;
height:3.5vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-top-left-radius:2vw;
border-top-right-radius:2vw;
border-bottom-right-radius:2vw;
border-bottom-left-radius:2vw;
border-style:none;
margin-right:1vw;
}#module_footer_items_33:hover{
;
}#module_footer_row_3{
;
justify-content:center;
padding-top:4vw;
border-style:none;
}#module_footer_items_9{
;
cursor:default;
text-align:center;
color:#FF7B40;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_9:hover{
;
}#module_footer_row_4{
;
justify-content:center;
padding-top:1vw;
border-style:none;
}#module_footer_items_10{
;
cursor:default;
text-align:center;
color:#FF7B40;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_10:hover{
;
}#module_footer_row_5{
;
justify-content:center;
padding-top:1vw;
border-style:none;
}#module_footer_items_11{
;
cursor:default;
text-align:center;
width:90%;
color:#FF7B40;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:solid;
border-bottom-width:.15vw;
border-color:#312416;
padding-bottom:3vw;
}#module_footer_items_11:hover{
;
}#module_footer_row_7{
;
justify-content:center;
padding-top:3vw;
border-style:none;
}#module_footer_items_13{
;
cursor:default;
text-align:center;
color:#D20D24;
font-weight:300;
font-size:1.25vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_13:hover{
;
}#module_footer_row_19{
;
justify-content:center;
border-style:none;
}#public_footer_main_1{;background-color:#000;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}#public_footer_main_1:hover{;}
                #public_footer_main_1{
                    position:relative;
                    margin-right:auto !important;
                    margin-left:auto !important;
                    overflow:hidden !important;
                }
                #public_footer_main_1 > div{
                    position:relative;
                    z-index:12;
                }
                
                #public_footer_main_1 
            
            #public_footer_main_1 .new_admin_layer {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 10;
                transition: all 600ms ease;
                background-color: rgba(0,0,0,0);
                display: flex;
                
            right:0;
            top:0;
        
            }

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

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

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

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

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

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