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

/* ===== BASE TYPOGRAPHY ===== */
#DeckBuilders_root__Km9X4 {
  font-family: &amp;amp;quot;Inter&amp;amp;quot;, system-ui, -apple-system, &amp;amp;quot;Segoe UI&amp;amp;quot;, Roboto, &amp;amp;quot;Helvetica Neue&amp;amp;quot;, Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  line-height: 1.5 !important;
  color: #ffffff !important;
}

/* ===== CONTAINER ===== */
#DeckBuilders_root__Km9X4.DeckBuilders_container__Vp3L7 {
  min-height: 100vh !important;
  background: #fafafa !important;
  overflow-x: hidden !important;
  position: relative !important;
  width: 100% !important;
}

/* ===== HERO SECTION ===== */
#DeckBuilders_root__Km9X4 .DeckBuilders_hero__Eh2K4 {
  position: relative !important;
  padding-top: 5rem !important;
  padding-bottom: 6rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  overflow: hidden !important;
  min-height: 100vh !important;
}

@media (min-width: 768px) {
  #DeckBuilders_root__Km9X4 .DeckBuilders_hero__Eh2K4 {
    padding-top: 7rem !important;
    padding-bottom: 8rem !important;
  }
}

/* Background */
#DeckBuilders_root__Km9X4 .DeckBuilders_heroBg__Sc9W2 {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

#DeckBuilders_root__Km9X4 .DeckBuilders_heroImg__Bm6W1 {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

#DeckBuilders_root__Km9X4 .DeckBuilders_heroOverlay__Fx8K5 {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(10, 10, 10, 0.75) !important;
  backdrop-filter: blur(2px) !important;
  z-index: 1 !important;
}

/* Content */
#DeckBuilders_root__Km9X4 .DeckBuilders_heroContent__Jm5C8 {
  position: relative !important;
  z-index: 10 !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 1rem !important;
  width: 100% !important;
}

#DeckBuilders_root__Km9X4 .DeckBuilders_heroInner__Xv2L9 {
  width: 100% !important;
}

/* ===== BADGE ===== */
#DeckBuilders_root__Km9X4 .DeckBuilders_badge__Ab3C4 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  padding: 0.5rem 1rem !important;
  border-radius: 9999px !important;
  background: rgba(249, 115, 22, 0.1) !important;
  border: 1px solid rgba(249, 115, 22, 0.2) !important;
  color: #f97316 !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  margin-bottom: 2rem !important;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#DeckBuilders_root__Km9X4 .DeckBuilders_badgeDot__De5F6 {
  width: 0.5rem !important;
  height: 0.5rem !important;
  border-radius: 50% !important;
  background: #f97316 !important;
  display: inline-block !important;
}

/* ===== HEADING ===== */
#DeckBuilders_root__Km9X4 .DeckBuilders_title__Pn7R8 {
  font-size: 1.875rem !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.025em !important;
  color: #ffffff !important;
  margin-bottom: 2rem !important;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

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

@media (min-width: 1024px) {
  #DeckBuilders_root__Km9X4 .DeckBuilders_title__Pn7R8 {
    font-size: 3.75rem !important;
  }
}

#DeckBuilders_root__Km9X4 .DeckBuilders_titleHighlight__Yt4K2 {
  color: #f97316 !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(249, 115, 22, 0.2) !important;
  text-underline-offset: 0.5rem !important;
  display: inline !important;
}

/* ===== DESCRIPTION ===== */
#DeckBuilders_root__Km9X4 .DeckBuilders_description__Zx6M3 {
  font-size: 1.125rem !important;
  color: #a3a3a3 !important;
  line-height: 1.625 !important;
  font-weight: 500 !important;
  margin-bottom: 3rem !important;
  max-width: 48rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

@media (min-width: 768px) {
  #DeckBuilders_root__Km9X4 .DeckBuilders_description__Zx6M3 {
    font-size: 1.25rem !important;
  }
}

/* ===== SERVICES BANNER ===== */
#DeckBuilders_root__Km9X4 .DeckBuilders_servicesBanner__Ht9N5 {
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(12px) !important;
  border-radius: 1.5rem !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4) !important;
  padding: 1.5rem !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  margin-top: 2rem !important;
  width: 100% !important;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

@media (min-width: 768px) {
  #DeckBuilders_root__Km9X4 .DeckBuilders_servicesBanner__Ht9N5 {
    padding: 2.5rem !important;
    margin-top: 3rem !important;
  }
}

#DeckBuilders_root__Km9X4 .DeckBuilders_servicesTitle__Kp2W7 {
  text-align: center !important;
  font-size: 0.625rem !important;
  font-weight: 700 !important;
  color: #d4d4d4 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3em !important;
  margin-bottom: 1.5rem !important;
  opacity: 0.7 !important;
}

@media (min-width: 768px) {
  #DeckBuilders_root__Km9X4 .DeckBuilders_servicesTitle__Kp2W7 {
    font-size: 0.75rem !important;
    letter-spacing: 0.4em !important;
    margin-bottom: 2.5rem !important;
  }
}

/* Services Grid */
#DeckBuilders_root__Km9X4 .DeckBuilders_servicesGrid__Rv5B8 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 2rem 1rem !important;
}

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

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

/* Service Item */
#DeckBuilders_root__Km9X4 .DeckBuilders_serviceItem__Lx4T6 {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

/* Service Icon Container */
#DeckBuilders_root__Km9X4 .DeckBuilders_serviceIcon__Nm8J3 {
  width: 2.5rem !important;
  height: 2.5rem !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 0.75rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #f97316 !important;
  margin-bottom: 0.5rem !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
}

@media (min-width: 768px) {
  #DeckBuilders_root__Km9X4 .DeckBuilders_serviceIcon__Nm8J3 {
    width: 3rem !important;
    height: 3rem !important;
    border-radius: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

#DeckBuilders_root__Km9X4 .DeckBuilders_serviceItem__Lx4T6:hover .DeckBuilders_serviceIcon__Nm8J3 {
  background: #ea580c !important;
  color: #ffffff !important;
  transform: scale(1.05) !important;
}

#DeckBuilders_root__Km9X4 .DeckBuilders_iconSvg__Qs1D9 {
  width: 1.25rem !important;
  height: 1.25rem !important;
}

@media (min-width: 768px) {
  #DeckBuilders_root__Km9X4 .DeckBuilders_iconSvg__Qs1D9 {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }
}

/* Service Text */
#DeckBuilders_root__Km9X4 .DeckBuilders_serviceText__Wp7K4 {
  font-weight: 700 !important;
  color: #ffffff !important;
  font-size: 0.75rem !important;
  line-height: 1.25 !important;
  padding: 0 0.25rem !important;
  transition: color 0.3s ease !important;
}

@media (min-width: 768px) {
  #DeckBuilders_root__Km9X4 .DeckBuilders_serviceText__Wp7K4 {
    font-size: 0.8125rem !important;
  }
}

#DeckBuilders_root__Km9X4 .DeckBuilders_serviceItem__Lx4T6:hover .DeckBuilders_serviceText__Wp7K4 {
  color: #f97316 !important;
}

/* ===== ANIMATION STATE CLASSES ===== */
/* Initial hidden state */
#DeckBuilders_root__Km9X4 .DeckBuilders_animate-in__Qw3K7 {
  opacity: 0 !important;
}

/* Final visible state */
#DeckBuilders_root__Km9X4 .DeckBuilders_animate-in__Qw3K7.DeckBuilders_animated__Rt8N6 {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/* Slide-up initial position */
#DeckBuilders_root__Km9X4 .DeckBuilders_slide-up__Lm2P5 {
  transform: translateY(60px) !important;
}

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

#DeckHiringGuide_root__Kx9M2 {
    font-family: &quot;Inter&quot;, system-ui, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    min-height: 100vh !important;
    background: #FDFCFB !important;
    color: #0f172a !important;
    line-height: 1.5 !important;
    position: relative !important;
    overflow-x: hidden !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

#DeckHiringGuide_root__Kx9M2::-webkit-scrollbar { display: none !important; }
#DeckHiringGuide_root__Kx9M2 *::-webkit-scrollbar { display: none !important; }

/* ===== COLOR VARIABLES ===== */
#DeckHiringGuide_root__Kx9M2 {
    --dhg-bg: #FDFCFB; --dhg-bg-white: #ffffff;
    --dhg-text-primary: #0f172a; --dhg-text-secondary: #64748b; --dhg-text-muted: #94a3b8;
    --dhg-accent-orange: #F97316; --dhg-accent-orange-hover: #ea580c;
    --dhg-accent-purple: #2D0320; --dhg-accent-purple-light: rgba(45, 3, 32, 0.1);
    --dhg-border-light: #e2e8f0; --dhg-border-subtle: #f1f5f9;
    --dhg-shadow-sm: 0 1px 2px rgba(0,0,0,0.05); --dhg-shadow-md: 0 8px 30px rgba(0,0,0,0.04);
    --dhg-shadow-lg: 0 20px 40px rgba(45,3,32,0.12); --dhg-shadow-xl: 0 32px 64px -12px rgba(45,3,32,0.08);
}

/* ===== TYPOGRAPHY ===== */
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_heroTitle__Dn5P8 { font-size: 1.5rem !important; font-weight: 800 !important; color: var(--dhg-text-primary) !important; line-height: 1.1 !important; letter-spacing: -0.025em !important; margin-bottom: 1.5rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_heroTitleAccent__Wr2K4 { color: var(--dhg-accent-orange) !important; font-style: italic !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_heroDesc__Bt7L9 { font-size: 1rem !important; color: var(--dhg-text-secondary) !important; font-weight: 500 !important; line-height: 1.625 !important; max-width: 48rem !important; margin: 0 auto !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_textStrong__Km3X1 { color: var(--dhg-text-primary) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_badgeText__Hv8M3 { font-size: 0.625rem !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: 0.3em !important; color: var(--dhg-accent-orange) !important; }
#DeckHiringGuide_root__Kx9M2 h2 { font-size: 1.5rem !important; font-weight: 800 !important; color: var(--dhg-text-primary) !important; line-height: 1.2 !important; letter-spacing: -0.025em !important; margin-bottom: 1rem !important; }
#DeckHiringGuide_root__Kx9M2 h3 { font-size: 1rem !important; font-weight: 700 !important; color: #ffffff !important; line-height: 1.375 !important; letter-spacing: -0.025em !important; }
#DeckHiringGuide_root__Kx9M2 h4 { font-size: 1.125rem !important; font-weight: 700 !important; color: var(--dhg-text-primary) !important; margin-bottom: 0.75rem !important; }
#DeckHiringGuide_root__Kx9M2 p { font-size: 0.875rem !important; color: var(--dhg-text-secondary) !important; line-height: 1.625 !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_serviceDesc__Ft2L5, #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_cardDesc__Ft2L5 { color: var(--dhg-text-secondary) !important; font-size: 0.875rem !important; line-height: 1.625 !important; }

/* ===== HERO SECTION ===== */
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_hero__Vn3K8 { padding: 4rem 1rem 2rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_heroInner__Bm5T1 { max-width: 75rem !important; margin: 0 auto !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_heroContent__Jm2C5 { background: var(--dhg-bg-white) !important; border: 1px solid var(--dhg-border-subtle) !important; border-radius: 2rem !important; padding: 2rem !important; box-shadow: var(--dhg-shadow-xl) !important; position: relative !important; overflow: hidden !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_heroAccent1__Zx8W3 { position: absolute !important; top: 0 !important; right: 0 !important; width: 50% !important; height: 100% !important; background: linear-gradient(to bottom left, rgba(249, 115, 22, 0.05), transparent) !important; pointer-events: none !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_heroAccent2__Yw6R9 { position: absolute !important; bottom: -6rem !important; left: -6rem !important; width: 16rem !important; height: 16rem !important; background: rgba(249, 115, 22, 0.05) !important; border-radius: 50% !important; filter: blur(3rem) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_heroHeader__Fx4K7 { max-width: 48rem !important; margin: 0 auto 4rem auto !important; text-align: center !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_heroBadge__Lp9X2 { display: flex !important; align-items: center !important; justify-content: center !important; gap: 0.75rem !important; margin-bottom: 1.5rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_badgeLine__Qs1N6 { width: 2.5rem !important; height: 1px !important; background: var(--dhg-accent-orange) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_guideGrid__Yx4M7 { display: grid !important; grid-template-columns: 1fr !important; gap: 1.5rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_guideCard__Zp8N2 { position: relative !important; padding: 1.5rem !important; border-radius: 2rem !important; background: var(--dhg-accent-purple) !important; border: 1px solid rgba(255,255,255,0.1) !important; transition: border-color 0.5s ease !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_guideCard__Zp8N2:hover { border-color: rgba(249, 115, 22, 0.3) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_cardLabel__Vx7T4 { position: absolute !important; top: 1.5rem !important; right: 1.5rem !important; font-size: 0.625rem !important; font-weight: 700 !important; color: rgba(255,255,255,0.2) !important; transition: color 0.5s ease !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_guideCard__Zp8N2:hover .DeckHiringGuide_cardLabel__Vx7T4 { color: rgba(249, 115, 22, 0.4) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_cardIcon__Bn6W1 { width: 3rem !important; height: 3rem !important; border-radius: 0.75rem !important; background: rgba(255,255,255,0.1) !important; border: 1px solid rgba(255,255,255,0.1) !important; display: flex !important; align-items: center !important; justify-content: center !important; margin-bottom: 1.5rem !important; transition: background 0.5s ease, border-color 0.5s ease !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_guideCard__Zp8N2:hover .DeckHiringGuide_cardIcon__Bn6W1 { background: var(--dhg-accent-orange) !important; border-color: var(--dhg-accent-orange) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_icon__Hs9K2 { width: 1.5rem !important; height: 1.5rem !important; color: var(--dhg-accent-orange) !important; transition: color 0.5s ease !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_guideCard__Zp8N2:hover .DeckHiringGuide_icon__Hs9K2 { color: #ffffff !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_cardTitle__Jm4C8 { font-size: 1rem !important; font-weight: 700 !important; color: #ffffff !important; margin-bottom: 0.75rem !important; line-height: 1.375 !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_cardDesc__Ft2L5 { color: rgba(255,255,255,0.5) !important; font-size: 0.8125rem !important; line-height: 1.625 !important; transition: color 0.5s ease !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_guideCard__Zp8N2:hover .DeckHiringGuide_cardDesc__Ft2L5 { color: rgba(255,255,255,0.8) !important; }

/* ===== TRUST SECTION ===== */
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_trustSection__Rx4M8 { padding: 0 1rem 4rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_trustInner__Kn7P2 { max-width: 75rem !important; margin: 0 auto !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_trustGrid__Yw9L3 { background: var(--dhg-bg-white) !important; border-radius: 2rem !important; border: 1px solid var(--dhg-border-subtle) !important; padding: 1.5rem !important; position: relative !important; overflow: hidden !important; box-shadow: var(--dhg-shadow-sm) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_trustContent__Bm5T6 { margin-bottom: 2rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_trustTitle__Jx3K9 { font-size: 1.5rem !important; font-weight: 800 !important; color: var(--dhg-text-primary) !important; line-height: 1.2 !important; letter-spacing: -0.025em !important; margin-bottom: 1.5rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_trustAccent__Vp2L8 { color: var(--dhg-accent-orange) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_trustDesc__Ft8M4 { color: var(--dhg-text-secondary) !important; margin-bottom: 2rem !important; line-height: 1.625 !important; font-size: 1rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_trustList__Hs6N1 { display: flex !important; flex-direction: column !important; gap: 1rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_trustItem__Qw4K7 { display: flex !important; align-items: flex-start !important; gap: 0.75rem !important; color: var(--dhg-text-secondary) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_trustDot__Lp9X2 { width: 0.5rem !important; height: 0.5rem !important; border-radius: 50% !important; background: var(--dhg-accent-orange) !important; margin-top: 0.375rem !important; flex-shrink: 0 !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_trustText__Bn3M5 { font-size: 0.875rem !important; font-weight: 500 !important; line-height: 1.5 !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_trustCard__Zp7N4 { background: var(--dhg-accent-purple) !important; padding: 1.75rem !important; border-radius: 2rem !important; color: #ffffff !important; position: relative !important; overflow: hidden !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_trustCardBg__Yx5M8 { position: absolute !important; top: -2.5rem !important; right: -2.5rem !important; width: 10rem !important; height: 10rem !important; background: rgba(249, 115, 22, 0.1) !important; border-radius: 50% !important; filter: blur(2.5rem) !important; transition: background 0.7s ease !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_trustCard__Zp7N4:hover .DeckHiringGuide_trustCardBg__Yx5M8 { background: rgba(249, 115, 22, 0.2) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_trustQuote__Jm2C6 { position: relative !important; z-index: 10 !important; font-size: 1rem !important; font-weight: 500 !important; line-height: 1.6 !important; color: rgba(255,255,255,0.9) !important; font-style: italic !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_trustBadge__Fx4K9 { margin-top: 2rem !important; padding-top: 2rem !important; border-top: 1px solid rgba(255,255,255,0.1) !important; display: flex !important; align-items: center !important; justify-content: space-between !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_trustBadgeIcon__Hs8L1 { width: 2.5rem !important; height: 2.5rem !important; border-radius: 50% !important; background: var(--dhg-accent-orange) !important; display: flex !important; align-items: center !important; justify-content: center !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_badgeSvg__Km3X2 { width: 1.5rem !important; height: 1.5rem !important; color: #ffffff !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_trustBadgeText__Vp6N3 { font-size: 0.625rem !important; text-transform: uppercase !important; letter-spacing: 0.2em !important; font-weight: 700 !important; color: rgba(255,255,255,0.6) !important; }

/* ===== SERVICES SECTION ===== */
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_servicesSection__Dn8P4 { padding: 4rem 1rem !important; background: var(--dhg-bg-white) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_servicesInner__Bt5L7 { max-width: 75rem !important; margin: 0 auto !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_servicesHeader__Yx2M9 { margin-bottom: 3rem !important; text-align: center !important; padding: 0 1rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_servicesDivider__Fx7N1 { width: 4rem !important; height: 0.25rem !important; background: var(--dhg-accent-orange) !important; border-radius: 9999px !important; margin: 0 auto !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_servicesGrid__Qw3K6 { display: grid !important; grid-template-columns: 1fr !important; gap: 1rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_serviceCard__Lp8X2 { padding: 1.5rem !important; border-radius: 1.5rem !important; background: var(--dhg-bg-white) !important; border: 1px solid var(--dhg-border-subtle) !important; box-shadow: var(--dhg-shadow-md) !important; transition: box-shadow 0.3s ease, transform 0.3s ease !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_serviceCard__Lp8X2:hover { box-shadow: var(--dhg-shadow-lg) !important; transform: translateY(-0.25rem) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_serviceIcon__Bn5W1 { width: 3rem !important; height: 3rem !important; border-radius: 1rem !important; background: var(--dhg-border-subtle) !important; border: 1px solid var(--dhg-border-light) !important; display: flex !important; align-items: center !important; justify-content: center !important; margin-bottom: 1.5rem !important; transition: background 0.3s ease, border-color 0.3s ease !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_serviceCard__Lp8X2:hover .DeckHiringGuide_serviceIcon__Bn5W1 { background: var(--dhg-accent-purple) !important; border-color: var(--dhg-accent-purple) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_serviceCard__Lp8X2:hover .DeckHiringGuide_icon__Hs9K2 { color: #ffffff !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_serviceTitle__Jm3C7 { font-size: 1.125rem !important; font-weight: 700 !important; color: var(--dhg-text-primary) !important; margin-bottom: 0.75rem !important; }

/* ===== PRICING SECTION ===== */
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_pricingSection__Yx7M3 { padding: 4rem 1rem !important; background: var(--dhg-accent-purple) !important; color: #ffffff !important; position: relative !important; overflow: hidden !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_pricingInner__Bt4L8 { max-width: 75rem !important; margin: 0 auto !important; position: relative !important; z-index: 10 !important; text-align: center !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_pricingHeader__Jm5K9 { margin-bottom: 3rem !important; padding: 0 1rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_pricingTitle__Fx2N6 { font-size: 1.5rem !important; font-weight: 800 !important; color: #ffffff !important; line-height: 1.2 !important; letter-spacing: -0.025em !important; margin-bottom: 1rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_pricingDesc__Hs8L4 { color: rgba(255,255,255,0.6) !important; font-size: 1rem !important; max-width: 48rem !important; margin: 0 auto !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_pricingTable__Qw6K1 { background: rgba(255,255,255,0.05) !important; border-radius: 1.5rem !important; border: 1px solid rgba(255,255,255,0.1) !important; padding: 1rem !important; margin-bottom: 2rem !important; overflow: hidden !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_pricingTableDesktop__Lp3X7 { display: none !important; overflow-x: auto !important; padding-bottom: 1rem !important; scrollbar-width: none !important; -ms-overflow-style: none !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_pricingTableDesktop__Lp3X7::-webkit-scrollbar { height: 0 !important; background: transparent !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_table__Bn9W2 { width: 100% !important; text-align: left !important; border-collapse: collapse !important; min-width: 37.5rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_th__Jm4C8 { padding: 1.25rem 0 !important; font-size: 0.75rem !important; font-weight: 700 !important; color: rgba(255,255,255,0.4) !important; text-transform: uppercase !important; letter-spacing: 0.05em !important; border-bottom: 1px solid rgba(255,255,255,0.1) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_td__Ft2L5 { padding: 1.5rem 0 !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_tdMaterial__Vp7N3 { font-weight: 700 !important; color: var(--dhg-accent-orange) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_tdCost__Km8X4 { color: #ffffff !important; font-weight: 500 !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_maintBadge__Hs5K9 { padding: 0.375rem 0.75rem !important; border-radius: 0.5rem !important; font-size: 0.625rem !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: 0.05em !important; display: inline-block !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_maintZero__Qw4K7 { background: rgba(34, 197, 94, 0.2) !important; color: #4ade80 !important; border: 1px solid rgba(34, 197, 94, 0.3) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_maintLow__Bn2M5 { background: rgba(59, 130, 246, 0.2) !important; color: #60a5fa !important; border: 1px solid rgba(59, 130, 246, 0.3) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_maintMedium__Jm3C6 { background: rgba(249, 115, 22, 0.2) !important; color: var(--dhg-accent-orange) !important; border: 1px solid rgba(249, 115, 22, 0.3) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_tdBest__Fx4L7 { color: rgba(255,255,255,0.6) !important; font-size: 0.875rem !important; font-style: italic !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_pricingTableMobile__Yx8M4 { display: flex !important; flex-direction: column !important; gap: 1rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_pricingCard__Lp5X9 { text-align: left !important; padding: 1.25rem !important; border-radius: 1rem !important; background: rgba(255,255,255,0.03) !important; border: 1px solid rgba(255,255,255,0.05) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_pricingCardHeader__Bn7W3 { display: flex !important; justify-content: space-between !important; align-items: flex-start !important; padding-bottom: 0.75rem !important; border-bottom: 1px solid rgba(255,255,255,0.1) !important; margin-bottom: 0.75rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_pricingCardTitle__Jm4C8 { font-size: 1rem !important; font-weight: 700 !important; color: #ffffff !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_pricingCardCost__Vp2N6 { color: var(--dhg-accent-orange) !important; font-weight: 700 !important; font-size: 0.875rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_pricingCardGrid__Fx3K7 { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 1rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_pricingCardLabel__Hs8L1 { font-size: 0.625rem !important; text-transform: uppercase !important; font-weight: 900 !important; color: rgba(255,255,255,0.3) !important; letter-spacing: 0.05em !important; margin-bottom: 0.25rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_pricingCardValue__Km3X2 { font-size: 0.75rem !important; color: rgba(255,255,255,0.8) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_pricingCardValue__Km3X2:last-child { color: rgba(255,255,255,0.6) !important; font-style: italic !important; line-height: 1.5 !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_pricingDisclaimer__Qw5K8 { font-size: 0.6875rem !important; color: rgba(255,255,255,0.4) !important; line-height: 1.5 !important; max-width: 48rem !important; margin: 0 auto !important; font-style: italic !important; }

/* ===== WHY LOCAL SECTION ===== */
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_whyLocalSection__Bt6L9 { padding: 6rem 1rem !important; background: var(--dhg-bg-white) !important; overflow: hidden !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_whyLocalInner__Yx3M7 { max-width: 75rem !important; margin: 0 auto !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_whyLocalGrid__Jm8K4 { display: grid !important; grid-template-columns: 1fr !important; gap: 4rem !important; align-items: center !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_whyLocalContent__Fx5N2 { display: flex !important; flex-direction: column !important; gap: 2rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_whyLocalTitle__Hs7L3 { font-size: 2rem !important; font-weight: 800 !important; color: var(--dhg-text-primary) !important; line-height: 1.2 !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_whyLocalList__Km4X9 { display: flex !important; flex-direction: column !important; gap: 1.5rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_whyLocalItem__Vp2N6 { display: flex !important; gap: 1rem !important; padding: 1rem !important; border-radius: 1rem !important; transition: background 0.3s ease !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_whyLocalItem__Vp2N6:hover { background: var(--dhg-border-subtle) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_whyLocalIcon__Bn8W1 { width: 2.5rem !important; height: 2.5rem !important; background: rgba(249, 115, 22, 0.1) !important; border-radius: 0.75rem !important; display: flex !important; align-items: center !important; justify-content: center !important; flex-shrink: 0 !important; margin-top: 0.25rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_checkIcon__Jm3C5 { width: 1.25rem !important; height: 1.25rem !important; color: var(--dhg-accent-orange) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_whyLocalItemTitle__Fx4K7 { font-weight: 700 !important; color: var(--dhg-text-primary) !important; margin-bottom: 0.25rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_whyLocalItemDesc__Hs8L1 { color: var(--dhg-text-secondary) !important; font-size: 0.875rem !important; line-height: 1.625 !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_whyLocalCard__Qw7K3 { position: relative !important; padding: 0.25rem !important; background: linear-gradient(135deg, var(--dhg-accent-orange), #ea580c) !important; border-radius: 2rem !important; box-shadow: var(--dhg-shadow-xl) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_whyLocalCardInner__Lp4X8 { background: var(--dhg-accent-purple) !important; padding: 1.5rem !important; border-radius: 1.75rem !important; color: #ffffff !important; overflow: hidden !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_whyLocalCardTitle__Bn9W2 { font-size: 1.25rem !important; font-weight: 700 !important; margin-bottom: 1.5rem !important; display: flex !important; align-items: center !important; gap: 0.75rem !important; line-height: 1.2 !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_shieldIcon__Jm5C7 { width: 2rem !important; height: 2rem !important; color: #ffffff !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_whyLocalCardDesc__Fx3K6 { color: rgba(255,255,255,0.8) !important; font-size: 0.875rem !important; margin-bottom: 1.5rem !important; line-height: 1.625 !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_whyLocalCardList__Hs8L4 { display: flex !important; flex-direction: column !important; gap: 1rem !important; margin-bottom: 2rem !important; font-size: 0.875rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_whyLocalCardList__Hs8L4 li { display: flex !important; align-items: center !important; gap: 0.75rem !important; color: #ffffff !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_listDot__Km2X5 { width: 0.375rem !important; height: 0.375rem !important; background: #ffffff !important; border-radius: 50% !important; flex-shrink: 0 !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_whyLocalCardNote__Vp7N3 { color: rgba(255,255,255,0.6) !important; font-size: 0.75rem !important; font-style: italic !important; line-height: 1.625 !important; padding-top: 1.5rem !important; border-top: 1px solid rgba(255,255,255,0.2) !important; }

/* ===== FAQ SECTION ===== */
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_faqSection__Yx9M5 { padding: 4rem 1rem !important; background: var(--dhg-bg-white) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_faqInner__Bt7L2 { max-width: 75rem !important; margin: 0 auto !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_faqGrid__Jm4K8 { display: grid !important; grid-template-columns: 1fr !important; gap: 3rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_faqSidebar__Fx6N3 { position: sticky !important; top: 6rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_faqIcon__Hs8L1 { width: 3rem !important; height: 3rem !important; border-radius: 0.75rem !important; background: var(--dhg-accent-orange) !important; display: flex !important; align-items: center !important; justify-content: center !important; margin-bottom: 1.5rem !important; box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.2) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_helpIcon__Km3X2 { width: 1.5rem !important; height: 1.5rem !important; color: #ffffff !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_faqTitle__Vp2N6 { font-size: 1.875rem !important; font-weight: 800 !important; color: var(--dhg-text-primary) !important; line-height: 1.2 !important; letter-spacing: -0.025em !important; margin-bottom: 1rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_faqAccent__Bn8W4 { color: var(--dhg-accent-orange) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_faqDesc__Jm5C7 { color: var(--dhg-text-secondary) !important; font-size: 1rem !important; line-height: 1.625 !important; max-width: 24rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_faqSupport__Fx4K9 { margin-top: 2rem !important; padding: 1.5rem !important; border-radius: 1rem !important; background: var(--dhg-border-subtle) !important; border: 1px solid var(--dhg-border-light) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_faqSupportTitle__Hs7L3 { font-size: 0.875rem !important; font-weight: 700 !important; color: var(--dhg-text-primary) !important; margin-bottom: 0.25rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_faqSupportDesc__Km2X5 { font-size: 0.75rem !important; color: var(--dhg-text-secondary) !important; margin-bottom: 1rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_faqSupportBtn__Vp6N8 { color: var(--dhg-accent-orange) !important; font-weight: 700 !important; font-size: 0.75rem !important; display: flex !important; align-items: center !important; gap: 0.5rem !important; background: none !important; border: none !important; cursor: pointer !important; transition: gap 0.3s ease !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_faqSupportBtn__Vp6N8:hover { gap: 0.75rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_phoneIcon__Bn3M6 { width: 0.75rem !important; height: 0.75rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_faqList__Qw8K4 { display: flex !important; flex-direction: column !important; gap: 1rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_faqItem__Lp5X9 { background: var(--dhg-bg-white) !important; border-radius: 1.5rem !important; border: 1px solid var(--dhg-border-light) !important; transition: border-color 0.3s ease, box-shadow 0.3s ease !important; overflow: hidden !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_faqItem__Lp5X9.DeckHiringGuide_faqActive__Zx4M9 { border-color: var(--dhg-accent-orange) !important; box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.05) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_faqBtn__Bn7W3 { width: 100% !important; padding: 1.5rem !important; display: flex !important; align-items: flex-start !important; gap: 1rem !important; text-align: left !important; background: none !important; border: none !important; cursor: pointer !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_faqNumber__Jm4C8 { width: 2rem !important; height: 2rem !important; border-radius: 0.5rem !important; background: var(--dhg-border-subtle) !important; color: var(--dhg-accent-orange) !important; display: flex !important; align-items: center !important; justify-content: center !important; font-size: 0.625rem !important; font-weight: 900 !important; border: 1px solid var(--dhg-border-light) !important; flex-shrink: 0 !important; transition: background 0.3s ease, color 0.3s ease !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_faqItem__Lp5X9.DeckHiringGuide_faqActive__Zx4M9 .DeckHiringGuide_faqNumber__Jm4C8 { background: var(--dhg-accent-orange) !important; color: #ffffff !important; border-color: var(--dhg-accent-orange) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_faqContent__Fx3K6 { flex: 1 !important; padding-top: 0.125rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_faqHeader__Hs8L1 { display: flex !important; align-items: center !important; justify-content: space-between !important; gap: 1rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_faqQuestion__Km3X2 { font-weight: 700 !important; font-size: 1rem !important; color: var(--dhg-text-primary) !important; transition: color 0.3s ease !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_faqItem__Lp5X9.DeckHiringGuide_faqActive__Zx4M9 .DeckHiringGuide_faqQuestion__Km3X2 { color: var(--dhg-accent-orange) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_faqChevron__Vp2N6 { width: 1.25rem !important; height: 1.25rem !important; color: var(--dhg-text-muted) !important; transition: transform 0.3s ease, color 0.3s ease !important; flex-shrink: 0 !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_faqItem__Lp5X9.DeckHiringGuide_faqActive__Zx4M9 .DeckHiringGuide_faqChevron__Vp2N6 { transform: rotate(180deg) !important; color: var(--dhg-accent-orange) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_faqAnswer__Bn9W4 { padding-top: 1rem !important; border-top: 1px solid var(--dhg-border-subtle) !important; margin-top: 1rem !important; display: none !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_faqItem__Lp5X9.DeckHiringGuide_faqActive__Zx4M9 .DeckHiringGuide_faqAnswer__Bn9W4 { display: block !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_faqAnswer__Bn9W4 p { color: var(--dhg-text-secondary) !important; line-height: 1.625 !important; font-size: 0.875rem !important; }

/* ===== CTA SECTION ===== */
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_ctaSection__Yx5M9 { padding: 4rem 1rem !important; background: var(--dhg-bg) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_ctaInner__Bt8L3 { max-width: 64rem !important; margin: 0 auto !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_ctaCard__Jm6K4 { position: relative !important; background: var(--dhg-accent-purple) !important; border-radius: 2rem !important; padding: 1.5rem !important; text-align: center !important; overflow: hidden !important; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_ctaBg1__Fx9N7 { position: absolute !important; top: 0 !important; right: 0 !important; width: 24rem !important; height: 24rem !important; background: rgba(249, 115, 22, 0.1) !important; filter: blur(6.25rem) !important; margin-right: -12rem !important; margin-top: -12rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_ctaBg2__Hs3L8 { position: absolute !important; bottom: 0 !important; left: 0 !important; width: 24rem !important; height: 24rem !important; background: rgba(171, 91, 79, 0.1) !important; filter: blur(6.25rem) !important; margin-left: -12rem !important; margin-bottom: -12rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_ctaContent__Km7X2 { position: relative !important; z-index: 10 !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_ctaTitle__Vp4N5 { font-size: 1.875rem !important; font-weight: 800 !important; color: #ffffff !important; margin-bottom: 1.5rem !important; line-height: 1.2 !important; letter-spacing: -0.025em !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_ctaAccent__Bn2M6 { color: var(--dhg-accent-orange) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_ctaDesc__Jm8C3 { color: rgba(255,255,255,0.7) !important; font-size: 1rem !important; margin-bottom: 2rem !important; max-width: 48rem !important; margin-left: auto !important; margin-right: auto !important; line-height: 1.625 !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_ctaButtons__Fx5K9 { display: flex !important; flex-direction: column !important; gap: 1rem !important; justify-content: center !important; align-items: center !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_ctaBtnPrimary__Hs7L4 {
    width: 100% !important; background: var(--dhg-accent-orange) !important; color: #ffffff !important; padding: 1.25rem 2.5rem !important; border-radius: 1rem !important; font-weight: 700 !important; font-size: 1.125rem !important; border: none !important; cursor: pointer !important; transition: background 0.3s ease, transform 0.3s ease !important; display: flex !important; align-items: center !important; justify-content: center !important; gap: 0.75rem !important; box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.2) !important; text-decoration: none !important;
}
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_ctaBtnPrimary__Hs7L4:hover { background: var(--dhg-accent-orange-hover) !important; transform: translateY(-0.25rem) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_ctaBtnPrimary__Hs7L4:active { transform: translateY(0) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_searchIcon__Km4X1 { width: 1.25rem !important; height: 1.25rem !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_ctaBtnSecondary__Vp6N8 {
    width: 100% !important; background: rgba(255,255,255,0.1) !important; backdrop-filter: blur(0.75rem) !important; border: 1px solid rgba(255,255,255,0.2) !important; color: #ffffff !important; padding: 1.25rem 2.5rem !important; border-radius: 1rem !important; font-weight: 700 !important; font-size: 1.125rem !important; cursor: pointer !important; transition: background 0.3s ease !important; display: flex !important; align-items: center !important; justify-content: center !important; gap: 0.75rem !important; text-decoration: none !important;
}
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_ctaBtnSecondary__Vp6N8:hover { background: rgba(255,255,255,0.2) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_phoneIcon__Bn3M5 { width: 1.25rem !important; height: 1.25rem !important; }

/* ===== ANIMATION CLASSES ===== */
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_animateIn__Qw5K9 { opacity: 0 !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_animateIn__Qw5K9.DeckHiringGuide_animated__Rx7K2 { opacity: 1 !important; transform: translate(0, 0) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_slideUp__Lm3P6 { transform: translateY(3.75rem) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_slideLeft__Rm6P8 { transform: translateX(-1.25rem) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_fadeIn__Rm4P7 { transform: translateY(1.875rem) !important; }
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_guideCard__Zp8N2, #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_serviceCard__Lp8X2, #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_whyLocalCard__Qw7K3, #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_faqItem__Lp5X9 { transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important; }

/* ===== RESPONSIVE STYLES ===== */
@media (min-width: 480px) {
    #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_heroTitle__Dn5P8 { font-size: 2rem !important; }
    #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_heroDesc__Bt7L9 { font-size: 1.125rem !important; }
    #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_heroContent__Jm2C5 { padding: 3rem !important; }
}
@media (min-width: 640px) {
    #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_hero__Vn3K8 { padding-top: 6rem !important; padding-bottom: 3rem !important; }
    #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_heroTitle__Dn5P8 { font-size: 3rem !important; }
    #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_guideGrid__Yx4M7 { grid-template-columns: repeat(2, 1fr) !important; }
    #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_servicesGrid__Qw3K6 { grid-template-columns: repeat(2, 1fr) !important; }
    #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_ctaTitle__Vp4N5 { font-size: 3rem !important; }
    #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_ctaButtons__Fx5K9 { flex-direction: row !important; }
    #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_ctaBtnPrimary__Hs7L4, #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_ctaBtnSecondary__Vp6N8 { width: auto !important; }
}
@media (min-width: 768px) {
    #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_hero__Vn3K8 { padding-top: 6rem !important; padding-bottom: 3rem !important; }
    #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_heroContent__Jm2C5 { padding: 5rem !important; }
    #DeckHiringGuide_root__Kx9M2 h2 { font-size: 1.875rem !important; }
    #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_trustGrid__Yw9L3 { padding: 4rem !important; display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 3rem !important; align-items: center !important; }
    #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_trustTitle__Jx3K9 { font-size: 2.25rem !important; }
    #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_trustContent__Bm5T6 { margin-bottom: 0 !important; }
    #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_servicesGrid__Qw3K6 { grid-template-columns: repeat(3, 1fr) !important; gap: 1.5rem !important; }
    #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_pricingTableDesktop__Lp3X7 { display: block !important; }
    #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_pricingTableMobile__Yx8M4 { display: none !important; }
    #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_whyLocalGrid__Jm8K4 { grid-template-columns: 1fr 1fr !important; }
    #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_faqGrid__Jm4K8 { grid-template-columns: 5fr 7fr !important; }
    #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_faqSupport__Fx4K9 { display: block !important; }
    #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_pricingTitle__Fx2N6 { font-size: 3rem !important; }
}
@media (min-width: 1024px) {
    #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_guideGrid__Yx4M7 { grid-template-columns: repeat(5, 1fr) !important; }
    #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_servicesGrid__Qw3K6 { grid-template-columns: repeat(4, 1fr) !important; }
    #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_pricingHeader__Jm5K9 { margin-bottom: 4rem !important; }
    #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_pricingTitle__Fx2N6 { font-size: 3rem !important; }
    #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_whyLocalTitle__Hs7L3 { font-size: 2.25rem !important; }
    #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_faqTitle__Vp2N6 { font-size: 2.25rem !important; }
    #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_ctaCard__Jm6K4 { padding: 4rem !important; border-radius: 3.5rem !important; }
    #DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_ctaTitle__Vp4N5 { font-size: 3.75rem !important; }
}

/* ===== UTILITY CLASSES ===== */
#DeckHiringGuide_root__Kx9M2 .DeckHiringGuide_srOnly__Xy9Z1 { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border-width: 0 !important; }
#DeckHiringGuide_root__Kx9M2 [class*=&quot;__&quot;] { -webkit-tap-highlight-color: transparent !important; }
#DeckHiringGuide_root__Kx9M2 button, #DeckHiringGuide_root__Kx9M2 [role=&quot;button&quot;] { -webkit-appearance: none !important; appearance: none !important; }
 #module_new_comment_15 .new_comment_title{color:#000;font-weight:500;font-size:20px;text-align:center;margin-bottom:50px;width:100%;}.module[data-id_page=&#039;261&#039;]:hover .new_comment_title{}
                #module_new_comment_15 .new_comment_title h3{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            
            #pagination_product{
                padding: 5px;
                border: 1px solid #e8e8e8;
                border-radius: 3px;
                justify-content: space-between;
                margin: 15px 0;
                display: flex;
                width: 100%;
                height: 50px;
                height: max-content;
                height: fit-content;
            }
            #pagination_product > div {
                display: flex;
            }
            #pagination_product > div > *{
                margin: 0 10px;
            }
            #pagination_product span,#pagination_product a,#pagination_product label{
                text-align: center;
                flex-direction: column;
                display: flex;
                justify-content: center;
                border: 1px solid #bababa;
                border-radius: 50%;
            }
            #pagination_product a,#pagination_product label{
                background-color: #ffffff;
                color: #0f0f0f;
                width: 30px;
                height: 30px;
                cursor: pointer;
            }
            #pagination_product span{
                background-color: #e8e8e8;
                color: #5e5e5e;
                opacity: .8;
                width: 32px;
                height: 32px;
            }
            #pagination_product i{
                font-size: 23px;
                margin-bottom: 1px;
            }
            #pagination_product .fa-caret-right{
                margin-left: 4px;
            }
            #pagination_product .fa-caret-left{
                margin-right: 4px;
            }
            #pagination_product label:after{
                content:"" !important;
            }
            #pagination_product_button{
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                cursor: pointer;
            }
            .pagination_product_button_load_more{
                padding: 5px;
                border: 1px solid #e8e8e8;
                border-radius: 3px;
                margin: 15px 0;
                width: calc(100% - 50px);
                height: fit-content;
                text-align: center;
                color: #333;
                cursor: pointer;
            }
        
            .fw500{
                font-weight: 500;
            }
            .parent_input_box{
                background-color: #e8e8e8;
                padding: 0;
                border-radius: 3px;
                margin: 5px 0;
            }
            .parent_input_box:first-child{
                margin-top: 0;
            }
            .parent_input_box > div:first-child{
                width: 10%;
                text-align: center;
                color: #555;
            }
            
            .new_color_tag{
                color: #00AFEF !important;
            }
            .flex1{
                flex: 1 0;
            }
            .module_new_comment15 .input_box{
                background-color: #e8e8e8;
                padding: 5px 10px;
                border: 2px solid transparent;
                border-radius: 5px;
                width: 100%;
            }
            .module_new_comment .input_box:focus{
                border-color: #6ac7ff;
            }
            .module_new_comment .input_box.error{
                border-color: #f4b3b3;
            }
            .module_new_comment textarea{
                min-height: 140px;
                width: 100%;
                resize: vertical;
            }
            .module_new_comment input{
                width: 318px;
            }
            .module_new_comment15 button{
                padding: 9px 0;
                border: none;
                width: 100%;
                background-color: green;
                color: #FFFFFF;
                margin-top:3px;
                max-width: 250px;
                border-radius: 3px;
                cursor: pointer;
                -webkit-box-shadow:0 14px 26px -12px #afafaf, 0 4px 23px 0 #f7fff7, 0 8px 10px -5px #003700;
                -moz-box-shadow:0 14px 26px -12px #afafaf, 0 4px 23px 0 #f7fff7, 0 8px 10px -5px #003700;
                box-shadow:0 14px 26px -12px #afafaf, 0 4px 23px 0 #f7fff7, 0 8px 10px -5px #003700;
            }
            .module_new_comment15 button:hover{
                -webkit-box-shadow: 0 14px 26px -12px #417a41, 0 4px 23px 0 #ffffff, 0 8px 10px -5px #0c510a;
                -moz-box-shadow: 0 14px 26px -12px #417a41, 0 4px 23px 0 #ffffff, 0 8px 10px -5px #0c510a;
                box-shadow: 0 14px 26px -12px #417a41, 0 4px 23px 0 #ffffff, 0 8px 10px -5px #0c510a;
            }
            #new_comment_popup .module_new_comment{
                display: block;
                width: 600px;
            }
            #new_comment_popup .input_box{
                border-radius: 1px;
            }
            #new_comment_popup .parent_input_box{
                width: 49%;
                margin: 0;
            }
            #new_comment_popup .parent_input_box input{
                width: 265px;
            }
            .module_new_comment .result-msg{
                height:50px;
                line-height: 50px;
                padding: 0 20px;
                border: 2px solid;
                border-radius: 4px;
                font-weight: 300;
                margin: 10px 0;
                font-size: 14px;
            }
            .module_new_comment .result-msg.accept-send-msg{
                color: #054012;
                background-color: #a6edbb;
                border-color: #93e2ab;
            }
            .module_new_comment .result-msg.error-send-msg{    
                color: #570b10;
                background-color: #f8c3c3;
                border-color: #f4b3b3;
            }
            .parent-comment-box{
                background-color: #fff;
                padding: 30px 10px;
                font-size: 14px;
                border-bottom: 1px solid #eee;
                color: #2F425C;
                text-align: justify;
            }
            .parent-answer-box{
                background-color: #eee;
                padding: 10px;
                width: 98%;
                margin: 15px auto;
                position:relative;
                border: 1px solid #ddd;
                border-radius: 2px;
            }
            .parent-answer-box:before{
                content: "";
                border: 8px solid;
                position: absolute;
                right: 30px;
                bottom: 100%;
                border-color: transparent transparent #ddd transparent;
                z-index: 9;
            }
            .answer-comment-btn span{
                color: #c71b0c;
                font-weight: 500;
                margin-right: 5px;
                font-size: 15px;
            }
            .answer-comment-btn i{
                color: #c71b0c;
            }
            .parent-score{
                padding: 0 10px;
                margin: 0 3px;
                border: 1px solid #e0e0e0;
                border-radius: 2px;
            }
            .parent-score i{
                margin-right: 5px;
                cursor: pointer;
            }
            .like-score.chooses{
                color: #05810b;
            }
            .dis-like-score.chooses{
                color: #c71b0c;
            }
            .favorite-score i{
                cursor: pointer;
            }
            .favorite-score .like-score.chooses{
                color: #c71b0c;
            }
            .txtd-left{
                direction: ltr;
                text-align: left;
            }
            .txtd-right{
                direction: rtl;
                text-align: right;
            }
            .placeholder-right:-moz-placeholder{
                text-align: right !important;
            }
            .placeholder-right:-ms-input-placeholder{
                text-align: right !important;
            }
            .placeholder-right::-webkit-input-placeholder{
                text-align: right !important;
            }
            .placeholder-left:-moz-placeholder{
                text-align: left !important;
            }
            .placeholder-left:-ms-input-placeholder{
                text-align: left !important;
            }
            .placeholder-left::-webkit-input-placeholder{
                text-align: left !important;
            }
            #result_send_msg{
                text-align: center;
                padding: 0.5rem 0;
                color: red;
            }
        
            body{
                position: relative;
            }
            .dno{
                display: none!important;
            }
            .public-header{
                position: relative;
                transition:5s;
            }
            .absolute-container{
                background-color: #ee273a;
                border-radius: 7px;
                position: fixed;
                top: 50%;
                left: 2%;
                transform: translateY(-50%);
                padding: 10px;
                z-index: 4900;
            }
            .social-absolute{
                position: relative;
                padding: 10px 0;
                border-bottom: 1px solid rgba(0, 0, 0, .1);
                box-sizing: content-box;
                width: 24px;
                height: 24px;
            }
            .social-absolute:last-child {
                border-bottom: none !important;
            }
            .social-absolute img{
                width: 24px;
                height: 24px;
            }
            .absolute-tooltip{
                position: relative;
                transition: all 0.5s;
                border-radius: 0 7px 7px 0;
                font-size: 14px;
                overflow: hidden;
                white-space: nowrap;
            }
            .absolute-tooltip > span{
                padding: 10px 20px;
                display: block;
            }
            .tooltip-shake{
                display: block;
                width: 100%;
                height: 100%;
            }
            .tooltip-shake:before,
            .tooltip-shake:after {
                position: absolute;
                content: "";
                opacity: 0;
                transition: all 0.4s ease;
                color: #fff;
                font-weight: bold;
            }
            .tooltip-shake:before {
                content: attr(data-tooltip);
                background: #3c5059;
                width: 0;
                padding: 0;
                font-size: 0.9rem;
                top: 50%;
                left: calc(24px + 32px);
                border-radius: 5px;
                transform: translateY(-50%);
                overflow: hidden;
                white-space: nowrap;
            }
            .tooltip-shake:after {
                border-width: 8px 10px 8px 0;
                border-style: solid;
                border-color: transparent #3c5059 transparent transparent;
                top: 50%;
                left: calc(24px + 24px);
                transform: translateY(-50%);
            }
            .tooltip-shake:hover::before,
            .tooltip-shake:hover::after {
                opacity: 1;
                overflow: hidden;
                white-space: nowrap;
                transform: translate(0, -50%);
            }
            .tooltip-shake:hover::before {
                width: max-content;
                padding: 10px 25px;
            }
            @keyframes shake {
                0% {
                    transform: rotate(2deg);
                }
                50% {
                    transform: rotate(-3deg);
                }
                70% {
                    transform: rotate(3deg);
                }
                100% {
                    transform: rotate(0deg);
                }
            }
            .social-absolute:hover {
                animation: shake 500ms ease-in-out forwards;
            }
            
                .public-header{
                    width: 100%;
                    background: #f9fafc;
                    background-size: auto;
                    background-repeat: no-repeat;
                }
            
            .adv-banner-container{
                width: 100%;
                height: 10px;
            }
            .adv-banner-container .adv-item{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .top-bar-container{
                width: 100%;
                min-height: 40px;
                height: 40px;
                background: #2D0320;
                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: 32px;
                height: 32px;
            }
            .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: #275345;
            }
            .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: #275345;
                font-weight: bold;
                font-size: 14px;
            }
            .top-list a img,
            .top-list span img{
                margin: 0 5px;
                width: 24px;
                height: 24px;
                object-fit: contain;
            }
            .top-list:first-child a img,
            .top-list:first-child span img{
                margin-left: 0;
            }
            .top-navbar{
                height: 100%;
                background: transparent;
            }
            .top-nav-list{
                position: relative;
                height: 100%;
                padding: 0 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-nav-list a span,
            .top-nav-list span{
                color: #ffff;
                font-size: 17px;
                font-weight: 400;search
            }
            .top-nav-list:hover{
                background-color: ;
            }
            .top-nav-list .arrow-menu-container svg{
                fill: #ffff;
            }
            .top-nav-list:hover a span,
            .top-nav-list:hover span,
            .top-nav-list:hover .arrow-menu-container svg{
                color: ;
                fill: ;
            }
            .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: ;
            }
            .top-sub-nav > .top-sub-list:hover a span,
            .top-sub-nav > .top-sub-list:hover span{
                color: ;
            }
            
            .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  ;
                }
            
            .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: ;
            }
            .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: 240px;
                height: 79px;
                max-width: 240px;
                max-height: 79px;
                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: #FFF;
                box-sizing: border-box;
                border: px  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: #2D0320;
            }
            .nav-container .navbar .nav-list.active a,
            .nav-container .navbar .nav-list.active span{
                color: #FFF;
            }
            
            .nav-container .navbar .nav-list .icon-title-part{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .nav-container .navbar .nav-list .icon-title-part img{
                width: 24px;
                height: 24px;
                margin: 0 5px;
            }
            .nav-container .navbar .nav-list .overflow-menu{
                justify-content: center !important;
            }
            .nav-container .navbar .nav-list:hover{
                background-color: ;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list:hover a,
            .nav-container .navbar .nav-list:hover span{
                color:  ;
            }
            .nav-container .navbar .nav-list img{
                width: 32px;
                height: 32px;
            }
            .nav-container .navbar .nav-list a,
            .nav-container .navbar .nav-list span{
                text-decoration: none;
                font-size: 14px;
                color: #4b5663;
            }
            .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 #E07A5F;
                    }
                    .nav-container .navbar.navbar-sub{
                        position: absolute;
                        z-index: 4999;
                        background: #fff;
                        clip: rect(1px, 1px, 1px, 1px);
                        opacity: 0.1;
                        transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                                    opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                        transform: translateY(-10px) scaleY(0.5);
                        transform-origin: top;  
                        border-radius: 0;
                    }
                    .nav-container .navbar.navbar-sub{
                        flex-direction: column;
                        justify-content: center;
                        align-content: flex-start;
                        min-width: 150px;
                        width: max-content;
                    }
                    .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
                    .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                        left: 0;
                        border-radius: 0 !important;
                    }
                    .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                        left: calc(100%  +  5px);
                    }
                    .nav-container .navbar.navbar-sub .nav-list{
                        width: 200px;
                        border-right: 5px solid #E07A5F;
                        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: #4b5663;
            }
            .nav-container .navbar .nav-list.base-level:hover svg{
                fill: ;
            }
            .sub-menu-container{
                position: absolute;
                min-width: 150px;
                background-color: #fff;
                color: #fff;
                top: 32px;
                right: 0;
                z-index: 4999;
               /* display: none;*/
            } 
            /*.sub-navbar{
                width: 100%;
                height: 100%;
            }*/
            .nav-container .navbar.navbar-sub .nav-list img{
                width: 16px;
                height: 16px;
            }
            .nav-container .navbar.navbar-sub .nav-list a,
            .nav-container .navbar.navbar-sub .nav-list span{
                color: #f56b38;
                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: #f56b38;
            }
            .active{
                background-color: #2D0320;
            }
            .active a{
                color: #FFF;
            }     
            .icon-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
            }
            .icon-container .icon-item{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
                box-sizing: border-box;
                min-height: 45px;
                margin: 0 5px;
            }
            
                .icon-container .icon-item:first-child{
                    margin-left: 0 !important;
                }
                .icon-container .icon-item:last-child{
                    margin-right: 0 !important;
                }
            
            
            .icon-container .icon-item a{
                border: 0px  solid  ;
            }
            .icon-container .icon-item.basket-icon{
                position: relative;
                color: #e84118;
                min-width: 45px;
                min-height: 45px;
                outline: none;
                border-radius: 3px;
                background: #2c3e50;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                cursor: pointer;
                text-decoration: none;
                margin: 0 10px;
            }
            .icon-container .icon-item .icon-shortcut{
                color: #e84118;
                min-width: 45px;
                min-height: 45px;
                margin: 0;
                outline: none;
                border-radius: 3px;
                background: #2c3e50;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                transition: .4s;
                cursor: pointer;
                text-decoration: none;
            }
            
            .basket-shop{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 45px;
                height: 45px;
                border-radius: 3px;
            }
            .icon-container .icon-item .icon-shortcut:hover svg,
            .icon-container .icon-item .icon-shortcut:hover .add-item-to-cart.open span
            {
                fill: #fff;
                color: #fff;
            }
            
                .icon-container .icon-item.basket-icon .add-item-to-cart{
                    color: #e84118;
                    border-radius: 3px;
                    background: #2c3e50;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .4s;
                    cursor: pointer;
                    box-sizing: content-box;
                    border: 0px  solid  ;
                }
                
                    .icon-container .icon-item.basket-icon .add-item-to-cart{
                        border-right: none !important;
                    }
                    .border-basket{
                        border-left: none !important;
                    }
                
                    .icon-container .icon-item:hover > span,
                    .icon-container .icon-item.login-icon:hover span{
                        color: #fff;
                    }
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover,
                    .icon-container .icon-item.login-icon .icon-shortcut:hover,
                    
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover .add-item-to-cart{
                       background: #3e5772;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open{
                        width: 45px;
                        border-radius: 0 3px 3px 0;
                        display: flex;
                        flex-direction: row;
                        justify-content: center;
                        align-items: center;
                    }
                    .icon-container .icon-item.basket-icon:hover .add-item-to-cart.open{
                        background: #3e5772;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open:hover span{
                        color: #fff;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open + .icon-shortcut{
                        border-radius: 3px 0 0 3px;
                    }
                    .icon-container .icon-item.lang-icon .icon-shortcut:hover{
                        background: #3e5772;
                    }
                    .icon-container .icon-item.search-icon .icon-shortcut .search-container .search-btn:hover{
                        background: #3e5772;
                    }
                 
            .icon-container .icon-item svg{
                width: 25px;
                height: 25px;
            
                fill: #e84118;
            
            }
            .icon-container .icon-item.login-icon{
                position: relative;
            }
            /*.icon-container .icon-item.login-icon .icon-shortcut{
                width: 100%;
                height: 100%;
            }*/
            .icon-container .icon-item.login-icon .icon-login{
                width: 25px;
                height: 25px;
            }
            #div_profile_picture, 
            #div_profile_picture_metro {
                display: block;
                width: 0 !important;
                height: 0 !important;
                line-height: unset !important;
            }
            #div_profile_picture .rShowLogin{
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 0;
                z-index: -1000;
            }
            #div_profile_picture .login-container{
                display: none !important;
            }
            #div_profile_picture #profile_picture,
            #div_profile_picture #profile_exit{
                display: none !important;
            }
        
                .icon-container .icon-item.login-icon{
                    color: #e84118;
                    /*width: 90px !important;*/
                    min-height: 45px;
                    outline: none;
                    border-radius: 3px;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    text-decoration: none;
                    box-sizing: content-box;
                    border: 0px  solid  ;
                }
                .icon-container .icon-item.login-icon .status-user,
                .icon-container .icon-item.login-icon .icon-login{
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    margin: 0 5px;
                    font-size:14px;
                }
            
            .public-header .bottom-section-1{
                grid-area: bottom-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-2{
                grid-area: bottom-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-3{
                grid-area: bottom-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            
                .icon-container .icon-item{
                    width: unset;
                    height: unset;
                }
                .search-icon{
                    position: relative;
                }
                .search-container {
                    display: flex;
                    flex-direction: row;
                    justify-content: flex-end;
                    align-items: center;
                    height: 100%;
                    position: relative;
                    border-radius: 3px;
                    min-width: 45px;
                }
                .search-container > .search-btn svg,
                .search-container > .close-search-btn svg{
                    fill: #e84118;
                }
                .search-container > .search-btn:hover svg,
                .search-container > .close-search-btn:hover svg{
                    fill: #fff;
                }
                .search-btn {
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #2c3e50;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .8s;
                    cursor: pointer;
                    text-decoration: none;
                    border: 0px  solid  transparent;
                }
                
                .icon-container .icon-item img{
                    width: 25px;
                    height: 25px;
                    object-fit:contain;
                }
                
                    .search-container.open-search-box .search-btn{
                        border-radius: 0 3px 3px 0 !important;
                    }
                    .search-container.open-search-box .close-search-btn{
                        border-radius: 3px 0 0 3px !important;
                    }    
                 
                .search-btn,
                .search-command,
                .close-search-btn{
                    box-sizing: content-box;
                }
                .search-btn > svg {
                    fill: #fff;
                }
                .cls-pls::placeholder{
                    color: ;
                }
                .search-input {
                    padding: 0;
                    height: 100%;
                    background: #2c3e50;
                    color: #fff;
                    font-size: 14px;
                    font-weight: normal;
                    transition: all 1s ease-in-out;
                    width: 0;
                    position: absolute;
                    top: 0;
                    overflow: hidden;
                    white-space: nowrap;
                    border: 0px  solid  transparent;
                }
                
                .open-search-box > .search-input{
                    padding : 10px 48px;
                }
                
                    .search-input {
                        right: calc(0px + 45px);
                        border-right: none;
                        border-left: none;
                    }
                
                        .search-container.open-search-box .search-btn{
                            border-radius: 0 3px 3px 0 !important;
                        }
                        .search-container.open-search-box .close-search-btn{
                            border-radius: 3px 0 0 3px !important;
                        }
                        .search-container.open-search-box .search-input{
                            border-radius: 3px 0 0 3px !important;
                        }    
                    
                .close-search-btn{
                    position: absolute;
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #2c3e50;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    box-sizing: border-box;
                    box-sizing: border-box;
                }
                .close-search-btn svg{
                    fill: #e84118;
                }
            
            .sticky{
                width: 100vw;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 999;
                padding: 2vh 8vw;
                transition: .8s;
                background-color: #F9FAFB !important;
            }
            .public_sticky{
                width: 100%;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 1001;
            }
            .d-none{
                display: none !important;
            }
            .border-left-n{
                border-left: none !important;
            }
            .border-right-n{
                border-right: none !important;
            }
            .w-1200px{
                width: 1200px !important;
                margin: auto;
            }
            .lang-icon{
                position: relative;
            }
            .language-container .lang-btn{
                width: 25px;
                height: 25px;
            }
            .lang-list-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .lang-list{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px;
                background: #2c3e50;
                border-radius: 3px;
            }
            .lang-list::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #2c3e50;
                display: block;
            }
            .lang-nav{
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
            }
            .lang-nav .lang-li{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                list-style: none;
                width: max-content;
                margin: 5px 0;
                
            }
            .lang-nav .lang-li a{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .lang-nav .lang-li img{
                width: 25px;
                height: 25px;
                object-fit: cover;
                margin: 0 4px;
            }
            .lang-nav .lang-li span{
                text-transform: uppercase;
                line-height: 2.5;
                font-size: 14px;
                margin: 0 4px;
                color: #fff;
            }
            .lang-nav .lang-li a{
                color: #fff;
            }
            .lang-nav .lang-li span:hover{
                cursor: pointer;
                color: #fff;
            }
            .lang-nav .lang-li .lang-active{
                font-weight: bold;
                color: #e84118;
            }
            .icon-item.lang-icon:hover .lang-list-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            /*---------------------------------------------------------------------------------*/
            .link-profile-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .link-profile-container .link-wrapper{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px 25px;
                background: #2c3e50;
                border-radius: 3px;
            }
            .link-profile-container .link-wrapper a{
                color: #fff;
            }
            .link-profile-container .link-wrapper a:hover{
                cursor: pointer;
                color: #fff;
            }
            .link-profile-container .link-wrapper::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #2c3e50;
                display: block;
            }
             .icon-item.login-icon:hover .link-profile-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            
            .backTop{
                display: flex !important;
            }
            #back_to_top{
                display: none;
                position: fixed;
                transition: 600ms;
                right: 25px;
                left: unset;
                bottom: 50px;
                z-index: 100;
                border-radius: 50%;
                border: 1px  solid  #0A3D2E;
                padding: 15px;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                background-color: #0A3D2E;
            }
            #back_to_top svg{
                width: 24px;
                height: 24px;
                fill: #fff ;
            }
            #back_to_top img{
                width: 24px;
                height: 24px;
                fill: #fff ;
                object-fit:contain;
            }
            .search-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .basket-shop img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .lang-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .icon-login img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
        
                    .header-container{
                        grid-template-rows: auto;  
                        grid-template-columns: 240px minmax(auto, 100%) auto;
                        grid-template-areas: 
                            "top-1 top-2 top-3"; 
                        background-color: transparent;
                        background-image: unset;
                    }
                    .top-section-1{
                        justify-content: flex-start;
                    }
                    .top-section-2{
                        justify-content: center;
                    }
                    .top-section-3{
                        justify-content: flex-end;
                    }
                    .logo-container{
                        justify-content: flex-start;
                    }
                    .nav-container{
                        padding: 15px;
                        justify-content: center;
                    }
                    .nav-container .navbar{
                        justify-content: center;
                    }
                    .width-full{
                        width: 43vw !important;
                    }
                #module_footer_section_1{
;
width:100%;
padding-top:4%;
padding-right:4vw;
padding-bottom:4%;
padding-left:4vw;
border-style:none;
}#module_footer_column_1{
;
width:33%;
margin-top:0px;
border-style:none;
}#module_footer_row_1{
;
border-style:solid;
border-bottom-width:.015vw;
border-color:#ebedf2;
}#module_footer_items_1{
;
cursor:default;
width:14vw;
height:4vw;
font-weight:400;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
padding-bottom:1vw;
}#module_footer_items_1:hover{
;
}#module_footer_items_69{
;
cursor:default;
line-height:1.2vw;
color:#fff;
font-weight:400;
font-size:.95vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_69:hover{
;
}#module_footer_row_2{
;
padding-top:1vw;
padding-bottom:1vw;
border-style:none;
border-color:#ebedf2;
}#module_footer_items_2{
;
cursor:default;
line-height:1.7vw;
color:#fff;
font-weight:400;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_2:hover{
;
}#module_footer_column_2{
;
width:36%;
margin-top:0px;
padding-left:8%;
border-style:none;
}#module_footer_row_5{
;
margin-top:0px;
border-style:none;
}#module_footer_items_11{
;
cursor:default;
line-height:4vw;
color:#fff;
font-weight:bold;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_11:hover{
;
}#module_footer_row_6{
;
padding-top:1vw;
border-style:none;
}#module_footer_items_12{
;
cursor:default;
color:#fff;
font-weight:300;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_12:hover{
;
}#module_footer_row_7{
;
padding-top:.5vw;
border-style:none;
}#module_footer_items_13{
;
cursor:default;
color:#fff;
font-weight:300;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.25vw;
}#module_footer_items_13:hover{
;
}#module_footer_column_3{
;
width:30%;
margin-top:0px;
padding-left:4%;
border-style:none;
}#module_footer_items_19{
;
cursor:default;
line-height:4vw;
color:#fff;
font-weight:bold;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_19:hover{
;
}#module_footer_row_13{
;
padding-top:1vw;
border-style:none;
}#module_footer_items_20{
;
cursor:default;
color:#fff;
font-weight:300;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_20:hover{
;
}#module_footer_row_15{
;
padding-top:.5vw;
border-style:none;
}#module_footer_items_22{
;
cursor:default;
color:#fff;
font-weight:300;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.25vw;
}#module_footer_items_22:hover{
;
}#module_footer_row_16{
;
padding-top:.5vw;
border-style:none;
}#module_footer_items_23{
;
cursor:default;
color:#fff;
font-weight:300;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.5vw;
}#module_footer_items_23:hover{
;
}#module_footer_column_4{
;
width:30%;
margin-top:0px;
padding-left:4%;
border-style:none;
}#module_footer_items_25{
;
cursor:default;
line-height:4vw;
color:#fff;
font-weight:bold;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_25:hover{
;
}#module_footer_row_21{
;
padding-top:1vw;
border-style:none;
}#module_footer_items_27{
;
cursor:default;
color:#fff;
font-weight:300;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_27:hover{
;
}#module_footer_row_22{
;
padding-top:.5vw;
border-style:none;
}#module_footer_items_28{
;
cursor:default;
color:#fff;
font-weight:300;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.25vw;
}#module_footer_items_28:hover{
;
}#module_footer_items_68{
;
cursor:default;
color:#fff;
font-weight:300;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.5vw;
}#module_footer_items_68:hover{
;
}#module_footer_section_7{
;
justify-content:center;
padding-top:1vw;
padding-bottom:1vw;
border-style:solid;
border-top-width:.015vw;
border-color:#FFF;
}#module_footer_column_10{
;
justify-content:center;
border-style:none;
}#module_footer_row_52{
;
justify-content:center;
border-style:none;
}#module_footer_items_70{
;
cursor:default;
text-align:center;
line-height:2vw;
color:#FFF;
font-weight:400;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_70:hover{
;
}#public_footer_main_1{;background-color:#2D0320;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;
            }
        
            #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;}