
            
                #module_ads_search_1 #app {
                    direction: rtl;
                    }
    
                #module_ads_search_1 .hero {
                    min-height: 100vh;
                    background: url("https://arefcars.com/files/image/1778937978_3478.jpg") center/cover no-repeat;
                    position: relative;
    
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    }
    
                #module_ads_search_1 .overlay {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    }
    
                #module_ads_search_1 .content {
                    position: absolute;
                    z-index: 2;
                    text-align: center;
                    top: 20%;
                    max-width: 900px;
                    width: 100%;
                    padding: 20px;
    
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    gap: 50px;
                }

                #module_ads_search_1 .top-title_div {
                    display: inline-block;
                    padding: 6px 16px;
                    border-radius: 20px;
    
                    background: #FFFF0010;
                    backdrop-filter: blur(6px);
                    -webkit-backdrop-filter: blur(6px);
    
                    border: 2px solid #FFFF0010;
    
                    line-height: 1.4;
                }

                #module_ads_search_1 .top-title {
                    font-size: 18px;
                    font-weight: 700;
                    color: #DEC454;
                }

                #module_ads_search_1 .main_title_div {
                   margin-top: 5px;
                }

                #module_ads_search_1 .main-title {
                    font-size: 45px;
                    font-weight: 700;
                    background: #fff;
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    line-height: 1.3;
                    margin: 0;
                }

                #module_ads_search_1 .sub-title_div {
                   margin-top: -5px;
                }

                #module_ads_search_1 .sub-title {
                    font-size: 16px;
                    font-weight: 600;
                    color: #ffffff;
                    line-height: 1.8;
                    margin: 0;
                    opacity: 0.9;
                }

                #module_ads_search_1 .search-wrapper {
                    width: 100%;
                    max-width: 650px;
                    margin-top: 15px;
                    display: flex;
                    align-items: center;
                    background: #ffffff; 
                    border-radius: 50px; 
                    padding: 6px; 
                    position: relative;
                    z-index: 10;
                }

                #module_ads_search_1 .search-icon-box {
                    padding: 0 15px;
                    color: #616161;
                    display: flex;
                    align-items: center;
                }

                #module_ads_search_1 #searchInput {
                    flex: 1;
                    border: none;
                    outline: none;
                    background: transparent;
                    padding: 10px 15px;
                    color: #000000;
                    font-size: 16px;
                    font-weight: 600;
                }

                #module_ads_search_1 #searchBtn {
                    background: #001A96;
                    color: #ffffff ;
                    border: none;
                    padding: 12px 35px;
                    border-radius: 40px; 
                    cursor: pointer !important;
                    font-weight: bold;
                    font-size: 16px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    transition: all 0.3s ease;
                    min-width: 100px;
                }

                #module_ads_search_1 #searchBtn:hover {
                    opacity: 0.9;
                    transform: scale(1.02);
                }

                #module_ads_search_1 #suggestions {
                    position: absolute;
                    top: 100%;
                    left: 0;
                    width: 100%;
                    background: #ffffff;
                    border: 1px solid #616161;
                    border-radius: 15px;
                    margin-top: 5px;
                    max-height: 200px; 
                    overflow-y: auto;
                    z-index: 999;
                    display: none;
                    flex-direction: column; 
                    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
                }
            
                #module_ads_search_1 .suggestion-item {
                    display: block !important; 
                    width: 100%;
                    padding: 12px 20px;
                    text-decoration: none;
                    color: #000000;
                    font-size: 14px;
                    border-bottom: 1px solid rgba(0,0,0,0.05);
                    transition: background 0.2s;
                    text-align: right;
                    box-sizing: border-box;
                }
            
                #module_ads_search_1 .suggestion-item:last-child {
                    border-bottom: none;
                }
            
                #module_ads_search_1 .suggestion-item:hover {
                    background: rgba(0,0,0,0.05);
                }

                #module_ads_search_1 #suggestions div {
                    padding: 10px;
                    cursor: pointer;
                }

                #module_ads_search_1 #suggestions div:hover {
                background: rgba(0,0,0,0.05);
                }

                #module_ads_search_1 .stats {
                    margin-top: 40px;
                    display: flex;
                    align-items: center;
                    gap: 20px;
                }

                #module_ads_search_1 .stats .divider {
                    width: 1px;
                    height: 30px;
                    background: rgba(255,255,255,0.8);
                }

                #module_ads_search_1 .stats > div {
                 text-align: center;
                }

                #module_ads_search_1 .stats > div span {
                    display: block;
                    font-size: 18px;
                    font-weight: 600;
                }

                #module_ads_search_1 .stats > div p {
                    margin: 5px 0 0;
                    font-size: 14px;
                    opacity: 0.8;
                }

                #module_ads_search_1 .stats > div:nth-child(1) span {
                    font-size: 14px;
                    font-weight: 400;
                    color: #ffffff;
                }

                #module_ads_search_1 .stats > div:nth-child(1) p {
                    font-size: 16px;
                    font-weight: 600;
                    color: #ffffff;
                }

                #module_ads_search_1 .stats > div:nth-child(3) span {
                    font-size: 14px;
                    font-weight: 400;
                    color: #ffffff;
                }

                #module_ads_search_1 .stats > div:nth-child(3) p {
                    font-size: 16px;
                    font-weight: 600;
                    color: #ffffff;
                }

                #module_ads_search_1 .stats > div:nth-child(5) span {
                    font-size: 14px;
                    font-weight: 400;
                    color: #ffffff;
                }

                #module_ads_search_1 .stats > div:nth-child(5) p {
                    font-size: 16px;
                    font-weight: 600;
                    color: #ffffff;
                }
            
                #module_ads_search_1 .suggested-container {
                    display: flex;
                    align-items: center;
                    gap: 10px;
                    margin-top: 15px;
                }
                
                #module_ads_search_1 .suggested-title {
                    font-size: 14px;
                    font-weight: 500;
                    color: #ffffff;
                }
                
                #module_ads_search_1 .brand-items {
                    display: flex;
                    gap: 8px;
                }
                
                #module_ads_search_1 .brand-items a {
                    background: #ffffff;
                    color: #262626;
                    padding: 6px 14px;
                    border-radius: 25px;
                    text-decoration: none;
                    font-size: 14px;
                    font-weight: 500;
                    transition: 0.3s;
                    border: 1px solid #616161;
                    display: flex;
                    align-items: center;
                    gap: 8px;
                }
                
                #module_ads_search_1 .brand-icon {
                    width: 20px;
                    height: 20px;
                    object-fit: contain;
                }
                
                #module_ads_search_1 .brand-items a:hover {
                    transform: translateY(-3px);
                    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
                }
                
                #module_ads_search_1 .social-sidebar {
                    position: absolute;
                    right: 30px;
                    top: 50%;
                    transform: translateY(-50%);
                    display: flex;
                    flex-direction: column;
                    gap: 15px;
                    z-index: 10;
                }
                
                #module_ads_search_1 .social-item {
                    background: #007BFF;
                    color: #000;
                    width: 45px;
                    height: 45px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-radius: 50%;
                    border: 2px solid #ffffff;
                    transition: 0.3s;
                    text-decoration: none;
                    position: relative;
                }
                
                #module_ads_search_1 .social-item:hover {
                    transform: scale(1.1);
                }
                
                #module_ads_search_1 .social-item:hover::after {
                    content: attr(title);
                    position: absolute;
                    right: 55px;
                    background: rgba(0,0,0,0.7);
                    color: #fff;
                    padding: 4px 10px;
                    border-radius: 5px;
                    font-size: 12px;
                    white-space: nowrap;
                }
                   
        
/* ═══════════════════════════════════════════════════════════════
   FeaturedListings.css — RenderBox v9 compliant
   Scoped to #FeaturedListings_root__Fl8X3
   !important on all critical properties
   NO @keyframes — class-based transitions only
   ═══════════════════════════════════════════════════════════════ */

/* ── Scoped reset ─────────────────────────────────────────── */
#FeaturedListings_root__Fl8X3,
#FeaturedListings_root__Fl8X3 * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* ── Design tokens ────────────────────────────────────────── */
#FeaturedListings_root__Fl8X3 {
    --fl-primary:   #c8a96e;
    --fl-secondary: #1a1f2e;
    --fl-muted:     #6b7280;
    --fl-bg:        #f5f5f5;
    --fl-white:     #ffffff;
    --fl-radius:    16px;
    --fl-gap:       24px;
    --fl-t:         0.28s;
    --fl-ease:      cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Section ──────────────────────────────────────────────── */
#FeaturedListings_root__Fl8X3 {
    display: block !important;
    position: relative !important;
    background: #f5f5f5 !important;
    padding: 56px 0 72px !important;
    overflow: hidden !important;
    direction: rtl !important;
    font-family: Vazirmatn, 'Segoe UI', Tahoma, Arial, sans-serif !important;
    width: 100% !important;
}

@media (min-width: 768px) {
    #FeaturedListings_root__Fl8X3 {
        padding: 96px 0 !important;
    }
}

/* ── Background glow ──────────────────────────────────────── */
#FeaturedListings_root__Fl8X3 .FeaturedListings_glow__Fl8X3 {
    display: block !important;
    position: absolute !important;
    top: 25% !important;
    right: 0 !important;
    width: 500px !important;
    height: 500px !important;
    background: rgba(200, 169, 110, 0.10) !important;
    border-radius: 50% !important;
    filter: blur(120px) !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

/* ── Container ────────────────────────────────────────────── */
#FeaturedListings_root__Fl8X3 .FeaturedListings_container__Fl8X3 {
    display: block !important;
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
    position: relative !important;
    z-index: 1 !important;
}

/* ── Header ───────────────────────────────────────────────── */
#FeaturedListings_root__Fl8X3 .FeaturedListings_header__Fl8X3 {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 24px !important;
    margin-bottom: 40px !important;
}

@media (min-width: 768px) {
    #FeaturedListings_root__Fl8X3 .FeaturedListings_header__Fl8X3 {
        flex-direction: row !important;
        align-items: flex-end !important;
        margin-bottom: 64px !important;
    }
}

#FeaturedListings_root__Fl8X3 .FeaturedListings_headerText__Fl8X3 {
    display: block !important;
    text-align: right !important;
}

#FeaturedListings_root__Fl8X3 .FeaturedListings_bar__Fl8X3 {
    display: block !important;
    width: 48px !important;
    height: 3px !important;
    background: #c8a96e !important;
    border-radius: 2px !important;
    margin: 0 0 20px auto !important;
}

#FeaturedListings_root__Fl8X3 .FeaturedListings_label__Fl8X3 {
    display: inline-block !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    color: #c8a96e !important;
    margin-bottom: 12px !important;
}

#FeaturedListings_root__Fl8X3 .FeaturedListings_title__Fl8X3 {
    display: block !important;
    font-size: clamp(1.8rem, 4vw, 2.8rem) !important;
    font-weight: 900 !important;
    color: #1a1f2e !important;
    line-height: 1.15 !important;
    background: transparent !important;
}

#FeaturedListings_root__Fl8X3 .FeaturedListings_accent__Fl8X3 {
    color: #c8a96e !important;
}

/* ── Nav buttons ──────────────────────────────────────────── */
#FeaturedListings_root__Fl8X3 .FeaturedListings_nav__Fl8X3 {
    display: flex !important;
    gap: 12px !important;
    flex-shrink: 0 !important;
    align-self: flex-end !important;
}

@media (min-width: 768px) {
    #FeaturedListings_root__Fl8X3 .FeaturedListings_nav__Fl8X3 {
        align-self: auto !important;
    }
}

#FeaturedListings_root__Fl8X3 .FeaturedListings_btn__Fl8X3 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    background: #ffffff !important;
    border: 1px solid rgba(26,31,46,0.10) !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07) !important;
    cursor: pointer !important;
    color: #1a1f2e !important;
    transition: color 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, transform 0.12s !important;
}

#FeaturedListings_root__Fl8X3 .FeaturedListings_btn__Fl8X3:hover {
    color: #c8a96e !important;
    border-color: rgba(200,169,110,0.4) !important;
    box-shadow: 0 4px 16px rgba(200,169,110,0.18) !important;
}

#FeaturedListings_root__Fl8X3 .FeaturedListings_btn__Fl8X3:active {
    transform: scale(0.93) !important;
}

#FeaturedListings_root__Fl8X3 .FeaturedListings_btn__Fl8X3 svg {
    display: block !important;
    width: 22px !important;
    height: 22px !important;
}

/* ── Slider wrapper ───────────────────────────────────────── */
#FeaturedListings_root__Fl8X3 .FeaturedListings_sliderWrap__Fl8X3 {
    display: block !important;
    overflow: hidden !important;
    padding: 4px 2px 12px !important;
}

/* ── Track — CSS transition replaces framer-motion ─────────
   JS sets transform:translateX() without !important
   CSS transition animates it                              */
#FeaturedListings_root__Fl8X3 .FeaturedListings_track__Fl8X3 {
    display: flex !important;
    gap: 24px !important;
    transition: transform 0.52s cubic-bezier(0.25, 1, 0.5, 1) !important;
    will-change: transform !important;
    align-items: stretch !important;
}

/* ── Card widths — responsive ─────────────────────────────── */
/* Mobile: 1 card */
#FeaturedListings_root__Fl8X3 .FeaturedListings_card__Fl8X3 {
    flex: 0 0 100% !important;
    min-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Tablet: 2 cards */
@media (min-width: 768px) {
    #FeaturedListings_root__Fl8X3 .FeaturedListings_card__Fl8X3 {
        flex: 0 0 calc(50% - 12px) !important;
        min-width: calc(50% - 12px) !important;
    }
}

/* Desktop: 3 cards */
@media (min-width: 1024px) {
    #FeaturedListings_root__Fl8X3 .FeaturedListings_card__Fl8X3 {
        flex: 0 0 calc(33.333% - 16px) !important;
        min-width: calc(33.333% - 16px) !important;
    }
}

/* ── Card inner shell ─────────────────────────────────────── */
#FeaturedListings_root__Fl8X3 .FeaturedListings_cardShell__Fl8X3 {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    background: #ffffff !important;
    border: 1px solid rgba(26,31,46,0.06) !important;
    border-radius: var(--fl-radius) !important;
    overflow: hidden !important;
    transition: box-shadow 0.3s ease, transform 0.3s ease !important;
}

#FeaturedListings_root__Fl8X3 .FeaturedListings_cardShell__Fl8X3:hover {
    box-shadow: 0 16px 48px rgba(0,0,0,0.10), 0 4px 12px rgba(200,169,110,0.10) !important;
    transform: translateY(-4px) !important;
}

/* ── Card image ───────────────────────────────────────────── */
#FeaturedListings_root__Fl8X3 .FeaturedListings_imgWrap__Fl8X3 {
    display: block !important;
    position: relative !important;
    height: 220px !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
}

@media (min-width: 768px) {
    #FeaturedListings_root__Fl8X3 .FeaturedListings_imgWrap__Fl8X3 {
        height: 256px !important;
    }
}

#FeaturedListings_root__Fl8X3 .FeaturedListings_img__Fl8X3 {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.7s ease !important;
}

#FeaturedListings_root__Fl8X3 .FeaturedListings_cardShell__Fl8X3:hover .FeaturedListings_img__Fl8X3 {
    transform: scale(1.08) !important;
}

#FeaturedListings_root__Fl8X3 .FeaturedListings_badge__Fl8X3 {
    display: inline-block !important;
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    background: #1a1f2e !important;
    color: #ffffff !important;
    font-size: 0.62rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    padding: 5px 12px !important;
    border-radius: 9999px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25) !important;
    z-index: 2 !important;
}

/* ── Card body ────────────────────────────────────────────── */
#FeaturedListings_root__Fl8X3 .FeaturedListings_body__Fl8X3 {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    padding: 24px !important;
    text-align: right !important;
}

@media (min-width: 1024px) {
    #FeaturedListings_root__Fl8X3 .FeaturedListings_body__Fl8X3 {
        padding: 32px !important;
    }
}

#FeaturedListings_root__Fl8X3 .FeaturedListings_carTitle__Fl8X3 {
    display: block !important;
    font-size: 1.3rem !important;
    font-weight: 900 !important;
    color: #1a1f2e !important;
    margin-bottom: 18px !important;
    line-height: 1.2 !important;
    background: transparent !important;
    transition: color 0.28s ease !important;
}

#FeaturedListings_root__Fl8X3 .FeaturedListings_cardShell__Fl8X3:hover .FeaturedListings_carTitle__Fl8X3 {
    color: #c8a96e !important;
}

/* ── Specs grid ───────────────────────────────────────────── */
#FeaturedListings_root__Fl8X3 .FeaturedListings_specs__Fl8X3 {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    margin-bottom: 20px !important;
}

#FeaturedListings_root__Fl8X3 .FeaturedListings_spec__Fl8X3 {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 0.8rem !important;
    color: rgba(26,31,46,0.55) !important;
    direction: rtl !important;
}

#FeaturedListings_root__Fl8X3 .FeaturedListings_specIcon__Fl8X3 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    color: #c8a96e !important;
    width: 14px !important;
    height: 14px !important;
}

#FeaturedListings_root__Fl8X3 .FeaturedListings_specIcon__Fl8X3 svg {
    display: block !important;
    width: 14px !important;
    height: 14px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

/* ── Options box ──────────────────────────────────────────── */
#FeaturedListings_root__Fl8X3 .FeaturedListings_optionsBox__Fl8X3 {
    display: block !important;
    background: rgba(26,31,46,0.03) !important;
    border: 1px solid rgba(26,31,46,0.06) !important;
    border-radius: 12px !important;
    padding: 14px 16px !important;
    margin-bottom: 18px !important;
}

#FeaturedListings_root__Fl8X3 .FeaturedListings_optionsLabel__Fl8X3 {
    display: block !important;
    font-size: 0.6rem !important;
    font-weight: 700 !important;
    color: rgba(26,31,46,0.38) !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    margin-bottom: 6px !important;
}

#FeaturedListings_root__Fl8X3 .FeaturedListings_optionsText__Fl8X3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    font-size: 0.82rem !important;
    color: rgba(26,31,46,0.65) !important;
    line-height: 1.55 !important;
}

/* ── Description ──────────────────────────────────────────── */
#FeaturedListings_root__Fl8X3 .FeaturedListings_desc__Fl8X3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    font-size: 0.82rem !important;
    color: rgba(26,31,46,0.38) !important;
    line-height: 1.65 !important;
    font-style: italic !important;
    margin-bottom: 20px !important;
    flex: 1 !important;
}

/* ── Price footer ─────────────────────────────────────────── */
#FeaturedListings_root__Fl8X3 .FeaturedListings_footer__Fl8X3 {
    display: block !important;
    border-top: 1px solid rgba(26,31,46,0.08) !important;
    padding-top: 20px !important;
    margin-top: auto !important;
}

#FeaturedListings_root__Fl8X3 .FeaturedListings_priceRow__Fl8X3 {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-direction: row-reverse !important;
    margin-bottom: 16px !important;
}

#FeaturedListings_root__Fl8X3 .FeaturedListings_priceLabel__Fl8X3 {
    display: block !important;
    font-size: 0.72rem !important;
    color: rgba(26,31,46,0.38) !important;
}

#FeaturedListings_root__Fl8X3 .FeaturedListings_price__Fl8X3 {
    display: block !important;
    font-size: 1.15rem !important;
    font-weight: 900 !important;
    color: #c8a96e !important;
    background: transparent !important;
}

/* ── CTA Button ───────────────────────────────────────────── */
#FeaturedListings_root__Fl8X3 .FeaturedListings_cta__Fl8X3 {
    display: block !important;
    width: 100% !important;
    padding: 14px 20px !important;
    background: transparent !important;
    color: #1a1f2e !important;
    border: 2px solid #1a1f2e !important;
    border-radius: 10px !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
    cursor: pointer !important;
    text-align: center !important;
    transition: background 0.28s ease, color 0.28s ease, border-color 0.28s ease, transform 0.12s !important;
}

#FeaturedListings_root__Fl8X3 .FeaturedListings_cta__Fl8X3:hover {
    background: #1a1f2e !important;
    color: #ffffff !important;
    border-color: #1a1f2e !important;
}

#FeaturedListings_root__Fl8X3 .FeaturedListings_cta__Fl8X3:active {
    transform: scale(0.97) !important;
}
 
#PartakBrands_v2_root,
#PartakBrands_v2_root * {
    margin: 0; padding: 0; box-sizing: border-box;
    font-family: 'Vazirmatn', sans-serif !important;
}
#PartakBrands_v2_root {
    padding: 100px 0 !important;
    background: #fff !important;
    direction: rtl !important;
}
#PartakBrands_v2_root .PartakBrands_v2_container {
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
    position: relative !important;
}
#PartakBrands_v2_root .PartakBrands_v2_header_row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
    margin-bottom: 32px !important;
}
#PartakBrands_v2_root .PartakBrands_v2_header_text { text-align: right !important; }
#PartakBrands_v2_root .PartakBrands_v2_label_wrapper {
    display: flex !important; flex-direction: column !important;
    align-items: flex-start !important; margin-bottom: 12px !important;
}
#PartakBrands_v2_root .PartakBrands_v2_label {
    font-size: 14px !important; font-weight: 700 !important;
    color: #888 !important; margin-bottom: 6px !important;
}
#PartakBrands_v2_root .PartakBrands_v2_gold_line {
    width: 60px !important; height: 3px !important; background: #b7925b !important;
}
#PartakBrands_v2_root .PartakBrands_v2_title {
    font-size: 42px !important; font-weight: 800 !important;
    color: #011d44 !important; margin-bottom: 15px !important; line-height: 1.2 !important;
}
#PartakBrands_v2_root .PartakBrands_v2_gold { color: #b7925b !important; }
#PartakBrands_v2_root .PartakBrands_v2_subtitle {
    font-size: 18px !important; color: #666 !important; font-weight: 500 !important;
}
#PartakBrands_v2_root .PartakBrands_v2_nav_controls {
    display: flex !important; gap: 15px !important;
}
#PartakBrands_v2_root .PartakBrands_v2_nav_btn {
    width: 50px !important; height: 50px !important;
    background: #fff !important; border: 1px solid #eee !important;
    border-radius: 12px !important; display: flex !important;
    align-items: center !important; justify-content: center !important;
    cursor: pointer !important; color: #333 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03) !important;
}
#PartakBrands_v2_root .PartakBrands_v2_nav_btn:hover {
    border-color: #b7925b !important; color: #b7925b !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 15px rgba(183,146,91,0.1) !important;
}

/* ── SLIDER CORE ──
   overflow:hidden روی outer است، نه slider_container
   track فقط flex است — grid روی page‌ها توسط JS inline میشه
*/
#PartakBrands_v2_root .PartakBrands_v2_slider_outer {
    position: relative !important;
    overflow: hidden !important;
}
#PartakBrands_v2_root .PartakBrands_v2_track {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
    will-change: transform !important;
}

/* ── BRAND ITEM ── */
#PartakBrands_v2_root .PartakBrands_v2_item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fff !important;
    padding: 30px 15px !important;
    border-radius: 20px !important;
    text-decoration: none !important;
    border: 1px solid #f0f0f0 !important;
    transition: all 0.4s ease !important;
    position: relative !important;
    overflow: hidden !important;
    height: 157px !important;
    min-width: 0 !important;
}
#PartakBrands_v2_root .PartakBrands_v2_item::after {
    content: '' !important; position: absolute !important;
    bottom: 0 !important; right: 0 !important;
    border-style: solid !important; border-width: 0 0 15px 15px !important;
    border-color: transparent transparent #b7925b transparent !important;
    opacity: 0 !important; transition: opacity 0.3s ease !important;
}
#PartakBrands_v2_root .PartakBrands_v2_item:hover,
#PartakBrands_v2_root .PartakBrands_v2_item.active {
    border-color: rgba(183,146,91,0.48) !important;
    box-shadow: 0 10px 30px rgba(183,146,91,0.08) !important;
}
#PartakBrands_v2_root .PartakBrands_v2_item.active::after { opacity: 1 !important; }
#PartakBrands_v2_root .PartakBrands_v2_icon_box {
    width: 80px !important; height: 80px !important;
    display: flex !important; align-items: center !important;
    justify-content: center !important; margin-bottom: 20px !important;
}
#PartakBrands_v2_root .PartakBrands_v2_icon {
    max-width: 100% !important; max-height: 100% !important; object-fit: contain !important;
}
#PartakBrands_v2_root .PartakBrands_v2_name {
    font-size: 15px !important; font-weight: 700 !important;
    color: #444 !important; text-align: center !important;
    transition: color 0.3s ease !important;
}
#PartakBrands_v2_root .PartakBrands_v2_item:hover .PartakBrands_v2_name,
#PartakBrands_v2_root .PartakBrands_v2_item.active .PartakBrands_v2_name {
    color: #b7925b !important;
}

/* ── DOTS ── */
#PartakBrands_v2_root .PartakBrands_v2_dots {
    display: flex !important; justify-content: center !important;
    margin-top: 40px !important; gap: 8px !important;
}
#PartakBrands_v2_root .PartakBrands_v2_dot {
    width: 8px !important; height: 8px !important;
    background: #e0e0e0 !important; border-radius: 50% !important;
    cursor: pointer !important; transition: all 0.3s ease !important;
}
#PartakBrands_v2_root .PartakBrands_v2_dot.active {
    background: #b7925b !important; width: 30px !important; border-radius: 4px !important;
}

@media (max-width: 768px) {
    #PartakBrands_v2_root .PartakBrands_v2_header_row {
        flex-direction: column !important; align-items: flex-start !important; gap: 24px !important;
    }
    #PartakBrands_v2_root .PartakBrands_v2_title { font-size: 30px !important; }
}
 
#PartakPrice_v2_root,
#PartakPrice_v2_root * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Vazirmatn', sans-serif !important;
}

#PartakPrice_v2_root {
    padding: 100px 0 !important;
    background: #fdfdfd !important;
    direction: rtl !important;
}

#PartakPrice_v2_root .PartakPrice_v2_container {
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
}

/* Header Styles */
#PartakPrice_v2_root .PartakPrice_v2_header {
    text-align: right !important;
    margin-bottom: 60px !important;
}

#PartakPrice_v2_root .PartakPrice_v2_label_wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    margin-bottom: 12px !important;
}

#PartakPrice_v2_root .PartakPrice_v2_label {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #888 !important;
    margin-bottom: 6px !important;
}

#PartakPrice_v2_root .PartakPrice_v2_gold_line {
    width: 60px !important;
    height: 3px !important;
    background: #b7925b !important;
}

#PartakPrice_v2_root .PartakPrice_v2_title {
    font-size: 42px !important;
    font-weight: 800 !important;
    color: #011d44 !important;
    margin-bottom: 15px !important;
    line-height: 1.2 !important;
}

#PartakPrice_v2_root .PartakPrice_v2_gold {
    color: #b7925b !important;
}

#PartakPrice_v2_root .PartakPrice_v2_subtitle {
    font-size: 18px !important;
    color: #666 !important;
    font-weight: 500 !important;
    max-width: 800px !important;
}

/* Grid Styles */
#PartakPrice_v2_root .PartakPrice_v2_grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 25px !important;
}

/* Card Styles */
#PartakPrice_v2_root .PartakPrice_v2_card {
    position: relative !important;
    height: 320px !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    text-decoration: none !important;
    display: block !important;
    transition: all 0.4s ease !important;
}

#PartakPrice_v2_root .PartakPrice_v2_card_bg {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
    transition: transform 0.6s ease !important;
}

#PartakPrice_v2_root .PartakPrice_v2_card:hover .PartakPrice_v2_card_bg {
    transform: scale(1.1) !important;
}

#PartakPrice_v2_root .PartakPrice_v2_card_overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(to top, rgba(1, 29, 68, 0.95) 0%, rgba(1, 29, 68, 0.4) 50%, rgba(255, 255, 255, 0.1) 100%) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    padding: 30px !important;
}

#PartakPrice_v2_root .PartakPrice_v2_card_content {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

#PartakPrice_v2_root .PartakPrice_v2_card_top {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}

#PartakPrice_v2_root .PartakPrice_v2_gold_icon {
    width: 40px !important;
    height: 40px !important;
    background: #b7925b !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    box-shadow: 0 4px 10px rgba(183, 146, 91, 0.3) !important;
}

#PartakPrice_v2_root .PartakPrice_v2_range_text {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #fff !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3) !important;
}

#PartakPrice_v2_root .PartakPrice_v2_card_footer {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    margin-right: auto !important; /* Push to left in RTL visually */
}

#PartakPrice_v2_root .PartakPrice_v2_details_link {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #b7925b !important;
    margin-bottom: 5px !important;
}

#PartakPrice_v2_root .PartakPrice_v2_details_line {
    width: 40px !important;
    height: 2px !important;
    background: #b7925b !important;
}

/* Hover Effects */
#PartakPrice_v2_root .PartakPrice_v2_card:hover {
    box-shadow: 0 15px 35px rgba(1, 29, 68, 0.3) !important;
    transform: translateY(-5px) !important;
}

/* Responsive */
@media (max-width: 1100px) {
    #PartakPrice_v2_root .PartakPrice_v2_grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {
    #PartakPrice_v2_root .PartakPrice_v2_grid {
        grid-template-columns: 1fr !important;
    }
}
 
/* ============================================================
   ABOUT MODULE — RenderBox v9 compliant CSS
   Root: #About_root__Km9X4
   ============================================================ */

/* ---------- RESET ---------- */
#About_root__Km9X4,
#About_root__Km9X4 *,
#About_root__Km9X4 *::before,
#About_root__Km9X4 *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ---------- ROOT ---------- */
#About_root__Km9X4 {
    font-family: &amp;amp;amp;quot;Vazirmatn&amp;amp;amp;quot;, &amp;amp;amp;quot;Inter&amp;amp;amp;quot;, system-ui, -apple-system, sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    direction: rtl !important;
    position: relative !important;
    overflow: hidden !important;
}

/* ---------- ABOUT SECTION ---------- */
#About_root__Km9X4 .About_aboutSec__Ap1B2 {
    background: #ffffff !important;
    padding: 96px 0 !important;
    position: relative !important;
    overflow: hidden !important;
}

/* ---------- CONTAINER ---------- */
#About_root__Km9X4 .About_container__Cp3D4 {
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
    position: relative !important;
    z-index: 10 !important;
}

/* ---------- FLEX LAYOUT ---------- */
#About_root__Km9X4 .About_flex__Ep5F6 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 64px !important;
}

@media (min-width: 1024px) {
    #About_root__Km9X4 .About_flex__Ep5F6 {
        flex-direction: row-reverse !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 96px !important;
    }
}

/* ---------- TEXT WRAP ---------- */
#About_root__Km9X4 .About_textWrap__Gp7H8 {
    width: 100% !important;
    text-align: right !important;
}

@media (min-width: 1024px) {
    #About_root__Km9X4 .About_textWrap__Gp7H8 {
        width: 50% !important;
        padding-right: 40px !important;
    }
}

/* ---------- LABEL ROW ---------- */
#About_root__Km9X4 .About_labelRow__Ip9J0 {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start!important;
    margin-bottom: 48px !important;
}

#About_root__Km9X4 .About_bar__Kp1L2 {
    height: 3px !important;
    width: 48px !important;
    background: #C9A055 !important;
    margin-bottom: 24px !important;
}

#About_root__Km9X4 .About_labelAccent__Mp3N4 {
    display: inline-block !important;
    color: #C9A055 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.25em !important;
    text-transform: uppercase !important;
}

/* ---------- HEADING ---------- */
#About_root__Km9X4 .About_heading__Op5P6 {
    color: #1B1F2E !important;
    font-size: clamp(2rem, 4vw, 3rem) !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    margin-bottom: 32px !important;
}

#About_root__Km9X4 .About_headingAccent__Qp7R8 {
    color: #C9A055 !important;
}

/* ---------- DESCRIPTION ---------- */
#About_root__Km9X4 .About_desc__Sp9T0 {
    color: #6B7280 !important;
    font-size: clamp(0.9rem, 2vw, 1.1rem) !important;
    font-weight: 300 !important;
    line-height: 1.8 !important;
    margin-bottom: 56px !important;
    max-width: 640px !important;
    margin-right: 0 !important;
    margin-left: auto !important;
}

/* ---------- BUTTON ---------- */
#About_root__Km9X4 .About_btn__Up1V2 {
    display: inline-block !important;
    background: #C9A055 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 14px 36px !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: background 0.3s ease, transform 0.2s ease !important;
    font-family: inherit !important;
}

#About_root__Km9X4 .About_btn__Up1V2:hover {
    background: #b08a44 !important;
    transform: translateY(-2px) !important;
}

/* ---------- IMAGES WRAP ---------- */
#About_root__Km9X4 .About_imagesWrap__Wp3X4 {
    width: 100% !important;
}

@media (min-width: 1024px) {
    #About_root__Km9X4 .About_imagesWrap__Wp3X4 {
        width: 50% !important;
    }
}

/* ---------- IMAGE FRAME ---------- */
#About_root__Km9X4 .About_imgFrame__Yp5Z6 {
    position: relative !important;
    height: 480px !important;
    display: flex !important;
    align-items: center !important;
}

/* ---------- MAIN IMAGE ---------- */
#About_root__Km9X4 .About_mainImgWrap__Ap7B8 {
    position: relative !important;
    width: 85% !important;
    height: 100% !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15) !important;
    border: 1px solid rgba(27, 31, 46, 0.05) !important;
    z-index: 10 !important;
}

#About_root__Km9X4 .About_mainImg__Cp9D0 {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.7s ease !important;
}

#About_root__Km9X4 .About_mainImgWrap__Ap7B8:hover .About_mainImg__Cp9D0 {
    transform: scale(1.04) !important;
}

#About_root__Km9X4 .About_imgOverlay__Ep1F2 {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(to top, rgba(27, 31, 46, 0.1), transparent) !important;
    z-index: 1 !important;
    pointer-events: none !important;
}

/* ---------- ACCENT IMAGE ---------- */
#About_root__Km9X4 .About_accentImgWrap__Gp3H4 {
    position: absolute !important;
    bottom: -32px !important;
    left: -32px !important;
    width: 300px !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2) !important;
    border: 8px solid #ffffff !important;
    z-index: 20 !important;
    aspect-ratio: 16 / 9 !important;
}

@media (min-width: 768px) {
    #About_root__Km9X4 .About_accentImgWrap__Gp3H4 {
        width: 360px !important;
        left: -48px !important;
    }
}

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

/* ---------- STATS SECTION ---------- */
#About_root__Km9X4 .About_statsSec__Kp7L8 {
    background: #f5f5f5 !important;
    padding: 96px 0 !important;
    border-top: 1px solid rgba(27, 31, 46, 0.05) !important;
}

/* ---------- STATS GRID ---------- */
#About_root__Km9X4 .About_statsGrid__Mp9N0 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 48px 32px !important;
}

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

/* ---------- STAT ITEM ---------- */
#About_root__Km9X4 .About_statItem__Op1P2 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

/* ---------- STAT ICON ---------- */
#About_root__Km9X4 .About_statIcon__Qp3R4 {
    color: #C9A055 !important;
    margin-bottom: 24px !important;
    transition: transform 0.5s ease !important;
}

#About_root__Km9X4 .About_statItem__Op1P2:hover .About_statIcon__Qp3R4 {
    transform: scale(1.1) !important;
}

/* ---------- STAT NUMBER ---------- */
#About_root__Km9X4 .About_statNum__Sp5T6 {
    color: #1B1F2E !important;
    font-size: clamp(2.25rem, 4vw, 3rem) !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
}

/* ---------- STAT LABEL ---------- */
#About_root__Km9X4 .About_statLabel__Wp9X0 {
    color: rgba(27, 31, 46, 0.3) !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: 0.3em !important;
    text-transform: uppercase !important;
    margin-top: 8px !important;
    transition: color 0.3s ease !important;
}

#About_root__Km9X4 .About_statItem__Op1P2:hover .About_statLabel__Wp9X0 {
    color: #C9A055 !important;
}

/* ============================================================
   SCROLL ANIMATION CLASSES (class-based — NO @keyframes)
   ============================================================ */

/* Transition on animated elements */
#About_root__Km9X4 .About_card__Xv2L9 {
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1),
                transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#About_root__Km9X4 .About_statCard__Rp4S3 {
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1),
                transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

/* Hidden state: animate-in */
#About_root__Km9X4 .About_animIn__Ip5J6 {
    opacity: 0 !important;
}

/* Slide up variant */
#About_root__Km9X4 .About_slideUp__Kp7L8 {
    transform: translateY(40px) !important;
}

/* Slide left variant */
#About_root__Km9X4 .About_slideLeft__Mn9P0 {
    transform: translateX(-30px) !important;
}

/* Slide right variant */
#About_root__Km9X4 .About_slideRight__Qr1S2 {
    transform: translateX(30px) !important;
}

/* Revealed state: animated */
#About_root__Km9X4 .About_animIn__Ip5J6.About_animated__Qw3K7 {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}
 
#PartakWhy_v2_root,
#PartakWhy_v2_root * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Vazirmatn', sans-serif !important;
}

#PartakWhy_v2_root {
    padding: 100px 0 !important;
    background: #fff !important;
    overflow: hidden !important;
}

#PartakWhy_v2_root .PartakWhy_v2_container {
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
}

/* Header Section */
#PartakWhy_v2_root .PartakWhy_v2_header {
    margin-bottom: 70px !important;
    max-width: 900px !important;
}

#PartakWhy_v2_root .PartakWhy_v2_label_wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    margin-bottom: 12px !important;
}

#PartakWhy_v2_root .PartakWhy_v2_label {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #888 !important;
    margin-bottom: 6px !important;
}

#PartakWhy_v2_root .PartakWhy_v2_gold_line {
    width: 60px !important;
    height: 3px !important;
    background: #b7925b !important;
}

#PartakWhy_v2_root .PartakWhy_v2_title {
    font-size: 42px !important;
    font-weight: 800 !important;
    color: #011d44 !important;
    margin-bottom: 20px !important;
    line-height: 1.2 !important;
}

#PartakWhy_v2_root .PartakWhy_v2_gold {
    color: #b7925b !important;
}

#PartakWhy_v2_root .PartakWhy_v2_subtitle {
    font-size: 18px !important;
    color: #666 !important;
    font-weight: 500 !important;
    line-height: 1.8 !important;
}

/* Grid Layout */
#PartakWhy_v2_root .PartakWhy_v2_grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 30px !important;
}

/* Card Styling */
#PartakWhy_v2_root .PartakWhy_v2_card {
    background: #fdfdfd !important;
    border: 1px solid #f0f0f0 !important;
    border-radius: 30px !important;
    padding: 45px 30px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: right !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    position: relative !important;
    z-index: 1 !important;
}

#PartakWhy_v2_root .PartakWhy_v2_icon_wrapper {
    width: 70px !important;
    height: 70px !important;
    background: #fff !important;
    border-radius: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #b7925b !important;
    margin-bottom: 30px !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05) !important;
    transition: all 0.4s ease !important;
}

#PartakWhy_v2_root .PartakWhy_v2_icon_wrapper svg {
    width: 32px !important;
    height: 32px !important;
}

#PartakWhy_v2_root .PartakWhy_v2_card_title {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #011d44 !important;
    margin-bottom: 15px !important;
    transition: color 0.3s ease !important;
}

#PartakWhy_v2_root .PartakWhy_v2_card_desc {
    font-size: 15px !important;
    color: #777 !important;
    line-height: 1.7 !important;
    font-weight: 500 !important;
}

/* Hover Effects */
#PartakWhy_v2_root .PartakWhy_v2_card:hover {
    transform: translateY(-12px) !important;
    border-color: #b7925b !important;
    box-shadow: 0 30px 60px rgba(1, 29, 68, 0.1) !important;
    background: #fff !important;
}

#PartakWhy_v2_root .PartakWhy_v2_card:hover .PartakWhy_v2_icon_wrapper {
    background: #b7925b !important;
    color: #fff !important;
    transform: scale(1.1) rotate(10deg) !important;
    box-shadow: 0 15px 30px rgba(183, 146, 91, 0.3) !important;
}

#PartakWhy_v2_root .PartakWhy_v2_card:hover .PartakWhy_v2_card_title {
    color: #b7925b !important;
}

/* Card Numbers (Optional aesthetic accent) */
#PartakWhy_v2_root .PartakWhy_v2_card::after {
    content: '' !important;
    position: absolute !important;
    bottom: 20px !important;
    left: 20px !important;
    width: 40px !important;
    height: 40px !important;
    background: url('data:image/svg+xml;utf8,&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; width=&quot;24&quot; height=&quot;24&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;%23b7925b&quot; stroke-width=&quot;1&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; opacity=&quot;0.1&quot;&gt;&lt;circle cx=&quot;12&quot; cy=&quot;12&quot; r=&quot;10&quot;/&gt;&lt;/svg&gt;') no-repeat center !important;
    opacity: 0.5 !important;
    transition: all 0.4s ease !important;
}

/* Responsive */
@media (max-width: 1200px) {
    #PartakWhy_v2_root .PartakWhy_v2_grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 640px) {
    #PartakWhy_v2_root .PartakWhy_v2_grid {
        grid-template-columns: 1fr !important;
    }
    
    #PartakWhy_v2_root .PartakWhy_v2_title {
        font-size: 32px !important;
    }
    
    #PartakWhy_v2_root .PartakWhy_v2_container {
        padding: 0 24px !important;
    }
}
 
#TestiMod_root__Qw9Pz,
#TestiMod_root__Qw9Pz * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Vazirmatn', sans-serif !important;
}

#TestiMod_root__Qw9Pz {
    position: relative !important;
    padding: 80px 0 !important;
    background: #ffffff !important;
    overflow: hidden !important;
    text-align: right !important;
}

#TestiMod_root__Qw9Pz .TestiMod_container__Qw9Pz {
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
}

#TestiMod_root__Qw9Pz .TestiMod_grid__Qw9Pz {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 40px !important;
    align-items: center !important;
}

@media (min-width: 1024px) {
    #TestiMod_root__Qw9Pz .TestiMod_grid__Qw9Pz {
        /* Cards on Left (8fr) | Sidebar on Right (4fr) in RTL */
        grid-template-columns: 8fr 4fr !important; 
    }
}

/* Sidebar Information */
#TestiMod_root__Qw9Pz .TestiMod_line__Qw9Pz {
    height: 3px !important;
    width: 48px !important;
    background: #b7925b !important;
    margin-bottom: 20px !important;
    margin-left: auto !important;
}

#TestiMod_root__Qw9Pz .TestiMod_label__Qw9Pz {
    display: block !important;
    color: #c4a16f !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
}

#TestiMod_root__Qw9Pz .TestiMod_title__Qw9Pz {
    font-size: clamp(32px, 5vw, 42px) !important;
    font-weight: 900 !important;
    color: #011d44 !important;
    line-height: 1.2 !important;
    margin-bottom: 25px !important;
}

#TestiMod_root__Qw9Pz .TestiMod_highlight__Qw9Pz {
    color: #b7925b !important;
}

#TestiMod_root__Qw9Pz .TestiMod_desc__Qw9Pz {
    font-size: 15px !important;
    color: rgba(1, 29, 68, 0.5) !important;
    line-height: 1.8 !important;
}

/* Slider Track Logic */
#TestiMod_root__Qw9Pz .TestiMod_slider_container__Qw9Pz {
    width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
}

#TestiMod_root__Qw9Pz .TestiMod_track__Qw9Pz {
    display: flex !important;
    width: 100% !important;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#TestiMod_root__Qw9Pz .TestiMod_slide_page__Qw9Pz {
    min-width: 100% !important;
    display: flex !important;
    gap: 20px !important;
    padding: 10px 0 !important;
}

#TestiMod_root__Qw9Pz .TestiMod_card__Qw9Pz {
    flex: 1 !important;
    background: #f8f9fa !important;
    padding: 30px !important;
    border-radius: 20px !important;
    border: 1px solid rgba(0,0,0,0.03) !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02) !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Card Inner Styling */
#TestiMod_root__Qw9Pz .TestiMod_card_header__Qw9Pz {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 25px !important;
}

#TestiMod_root__Qw9Pz .TestiMod_user__Qw9Pz {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-direction: row-reverse !important; /* Image on right in card header */
}

#TestiMod_root__Qw9Pz .TestiMod_avatar_box__Qw9Pz {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
}

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

#TestiMod_root__Qw9Pz .TestiMod_user_info__Qw9Pz {
    text-align: left !important;
}

#TestiMod_root__Qw9Pz .TestiMod_name__Qw9Pz {
    font-size: 16px !important;
    color: #011d44 !important;
    font-weight: 700 !important;
}

#TestiMod_root__Qw9Pz .TestiMod_date__Qw9Pz {
    font-size: 11px !important;
    color: #94a3b8 !important;
}

#TestiMod_root__Qw9Pz .TestiMod_platform__Qw9Pz {
    width: 32px !important;
    height: 32px !important;
}

#TestiMod_root__Qw9Pz .TestiMod_platform__Qw9Pz img {
    width: 100% !important;
}

#TestiMod_root__Qw9Pz .TestiMod_stars__Qw9Pz {
    color: #FFC107 !important;
    font-size: 14px !important;
    margin-bottom: 15px !important;
}

#TestiMod_root__Qw9Pz .TestiMod_text__Qw9Pz {
    font-size: 14px !important;
    color: #475569 !important;
    line-height: 1.8 !important;
}

/* Dots Styling */
#TestiMod_root__Qw9Pz .TestiMod_dots_box__Qw9Pz {
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    margin-top: 30px !important;
}

#TestiMod_root__Qw9Pz .TestiMod_dot__Qw9Pz {
    width: 8px !important;
    height: 8px !important;
    background: #e2e8f0 !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

#TestiMod_root__Qw9Pz .TestiMod_active__Qw9Pz {
    width: 30px !important;
    background: #b7925b !important;
    border-radius: 4px !important;
}

/* Entry Animations */
#TestiMod_root__Qw9Pz .TestiMod_animate__Qw9Pz {
    opacity: 0 !important;
    transform: translateY(20px) !important;
    transition: all 0.8s ease-out !important;
}

#TestiMod_root__Qw9Pz .TestiMod_animated__Qw9Pz {
    opacity: 1 !important;
    transform: translateY(0) !important;
}
 
/* ===== RESET ===== */
#FaqModule_root__Kp7X3,
#FaqModule_root__Kp7X3 *,
#FaqModule_root__Kp7X3 *::before,
#FaqModule_root__Kp7X3 *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ===== ROOT ===== */
#FaqModule_root__Kp7X3 {
    position: relative !important;
    background-color: #f5f4f0 !important;
    overflow: hidden !important;
    padding: 8rem 0 !important;
    direction: rtl !important;
    font-family: &amp;amp;amp;amp;quot;Vazirmatn&amp;amp;amp;amp;quot;, &amp;amp;amp;amp;quot;Tahoma&amp;amp;amp;amp;quot;, sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
}

/* ===== INNER ===== */
#FaqModule_root__Kp7X3 .FaqModule_inner__Kp7X3 {
    position: relative !important;
    z-index: 10 !important;
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding: 0 1.5rem !important;
}

/* ===== GRID ===== */
#FaqModule_root__Kp7X3 .FaqModule_grid__Kp7X3 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 3rem !important;
}

@media (min-width: 1024px) {
    #FaqModule_root__Kp7X3 .FaqModule_grid__Kp7X3 {
        grid-template-columns: 5fr 7fr !important;
        gap: 6rem !important;
    }
}

/* ===== HEADER COLUMN ===== */
#FaqModule_root__Kp7X3 .FaqModule_headerCol__Kp7X3 {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: right !important;
}

#FaqModule_root__Kp7X3 .FaqModule_headerWrap__Kp7X3 {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start!important;
    text-align: right !important;
}

/* ===== ACCENT BAR ===== */
#FaqModule_root__Kp7X3 .FaqModule_accentBar__Kp7X3 {
    display: block !important;
    height: 3px !important;
    width: 3rem !important;
    background-color: #b7925b !important;
    margin-bottom: 1.5rem !important;
    margin-left: auto !important;
}

/* ===== LABEL ===== */
#FaqModule_root__Kp7X3 .FaqModule_labelAccent__Kp7X3 {
    display: block !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.1em !important;
    color: #b7925b !important;
    margin-bottom: 0.75rem !important;
    text-align: right !important;
}

/* ===== HEADING ===== */
#FaqModule_root__Kp7X3 .FaqModule_heading__Kp7X3 {
    font-size: clamp(2rem, 4vw, 3rem) !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    color: #011d44 !important;
    margin-bottom: 2rem !important;
    text-align: right !important;
}

#FaqModule_root__Kp7X3 .FaqModule_headingAccent__Kp7X3 {
    color: #b7925b !important;
}

/* ===== SUBTEXT ===== */
#FaqModule_root__Kp7X3 .FaqModule_subtext__Kp7X3 {
    color: rgba(1, 29, 68, 0.55) !important;
    font-size: 1rem !important;
    font-weight: 300 !important;
    line-height: 1.75 !important;
    max-width: 24rem !important;
    text-align: right !important;
    margin-left: auto !important;
}

/* ===== ACCORDION LIST ===== */
#FaqModule_root__Kp7X3 .FaqModule_accordionList__Kp7X3 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

/* ===== ITEM ===== */
#FaqModule_root__Kp7X3 .FaqModule_item__Kp7X3 {
    background: #ffffff !important;
    border: 1px solid rgba(1, 29, 68, 0.08) !important;
    border-radius: 0.5rem !important;
    overflow: hidden !important;
    box-shadow: 0 1px 4px rgba(1, 29, 68, 0.05) !important;
    transition: box-shadow 0.3s ease, border-color 0.3s ease !important;
}

#FaqModule_root__Kp7X3 .FaqModule_item__Kp7X3:hover {
    box-shadow: 0 4px 20px rgba(1, 29, 68, 0.10) !important;
    border-color: rgba(183, 146, 91, 0.25) !important;
}

#FaqModule_root__Kp7X3 .FaqModule_item__Kp7X3.FaqModule_itemActive__Kp7X3 {
    border-color: rgba(183, 146, 91, 0.35) !important;
    box-shadow: 0 4px 24px rgba(183, 146, 91, 0.12) !important;
}

/* ===== BUTTON ===== */
#FaqModule_root__Kp7X3 .FaqModule_itemBtn__Kp7X3 {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 1.75rem 2rem !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    text-align: right !important;
    direction: rtl !important;
}

/* ===== QUESTION ===== */
#FaqModule_root__Kp7X3 .FaqModule_itemQuestion__Kp7X3 {
    font-weight: 700 !important;
    font-size: clamp(0.95rem, 2vw, 1.15rem) !important;
    color: #011d44 !important;
    flex: 1 !important;
    text-align: right !important;
    transition: color 0.3s ease !important;
}

#FaqModule_root__Kp7X3 .FaqModule_itemBtn__Kp7X3:hover .FaqModule_itemQuestion__Kp7X3,
#FaqModule_root__Kp7X3 .FaqModule_item__Kp7X3.FaqModule_itemActive__Kp7X3 .FaqModule_itemQuestion__Kp7X3 {
    color: #b7925b !important;
}

/* ===== CHEVRON ===== */
#FaqModule_root__Kp7X3 .FaqModule_chevronWrap__Kp7X3 {
    margin-left: 1.5rem !important;
    margin-right: 0 !important;
    flex-shrink: 0 !important;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

#FaqModule_root__Kp7X3 .FaqModule_chevron__Kp7X3 {
    display: block !important;
    color: rgba(1, 29, 68, 0.25) !important;
    transition: color 0.3s ease !important;
}

#FaqModule_root__Kp7X3 .FaqModule_item__Kp7X3.FaqModule_itemActive__Kp7X3 .FaqModule_chevronWrap__Kp7X3 {
    transform: rotate(180deg) !important;
}

#FaqModule_root__Kp7X3 .FaqModule_item__Kp7X3.FaqModule_itemActive__Kp7X3 .FaqModule_chevron__Kp7X3 {
    color: #b7925b !important;
}

/* ===== ACCORDION BODY - MAX-HEIGHT PATTERN (FIXED) ===== */
#FaqModule_root__Kp7X3 .FaqModule_itemBody__Kp7X3 {
    max-height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    transition: max-height 0.4s ease, opacity 0.3s ease !important;
    padding: 0 2rem !important;
}

#FaqModule_root__Kp7X3 .FaqModule_item__Kp7X3.FaqModule_itemActive__Kp7X3 .FaqModule_itemBody__Kp7X3 {
    max-height: 500px !important;
    opacity: 1 !important;
}

/* ===== ANSWER ===== */
#FaqModule_root__Kp7X3 .FaqModule_itemAnswer__Kp7X3 {
    padding-bottom: 1.75rem !important;
    color: rgba(1, 29, 68, 0.65) !important;
    font-size: 1rem !important;
    font-weight: 300 !important;
    line-height: 1.8 !important;
    text-align: right !important;
    direction: rtl !important;
}

/* ===== BACKGROUND GLOW ===== */
#FaqModule_root__Kp7X3 .FaqModule_bgGlow__Kp7X3 {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    width: 500px !important;
    height: 500px !important;
    background: radial-gradient(circle, rgba(183, 146, 91, 0.18) 0%, transparent 70%) !important;
    filter: blur(90px) !important;
    transform: translateY(-50%) !important;
    opacity: 0.5 !important;
    z-index: 1 !important;
    pointer-events: none !important;
}

/* ===== ENTRY ANIMATIONS (Isolated from accordion state) ===== */
#FaqModule_root__Kp7X3 .FaqModule_headerCol__Kp7X3.FaqModule_entryPending__Kp7X3 {
    opacity: 0 !important;
    transform: translateY(28px) !important;
    transition: opacity 0.75s cubic-bezier(0.19, 1, 0.22, 1),
                transform 0.75s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#FaqModule_root__Kp7X3 .FaqModule_item__Kp7X3.FaqModule_entryPending__Kp7X3 {
    opacity: 0 !important;
    transform: translateY(22px) !important;
    transition: opacity 0.65s cubic-bezier(0.19, 1, 0.22, 1),
                transform 0.65s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#FaqModule_root__Kp7X3 .FaqModule_headerCol__Kp7X3.FaqModule_entryVisible__Kp7X3,
#FaqModule_root__Kp7X3 .FaqModule_item__Kp7X3.FaqModule_entryVisible__Kp7X3 {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* ===== MOBILE ===== */
@media (max-width: 640px) {
    #FaqModule_root__Kp7X3 {
        padding: 4rem 0 !important;
    }
    #FaqModule_root__Kp7X3 .FaqModule_itemBtn__Kp7X3 {
        padding: 1.25rem !important;
    }
    #FaqModule_root__Kp7X3 .FaqModule_itemAnswer__Kp7X3 {
        padding: 0 1.25rem 1.25rem 1.25rem !important;
    }
    #FaqModule_root__Kp7X3 .FaqModule_chevronWrap__Kp7X3 {
        margin-left: 0.75rem !important;
    }
}
 
            body{
                position: relative;
            }
            .dno{
                display: none!important;
            }
            .public-header{
                position: relative;
                transition:5s;
            }
            .absolute-container{
                background-color: #ee273a;
                border-radius: 7px;
                position: fixed;
                top: 50%;
                left: 2%;
                transform: translateY(-50%);
                padding: 10px;
                z-index: 4900;
            }
            .social-absolute{
                position: relative;
                padding: 10px 0;
                border-bottom: 1px solid rgba(0, 0, 0, .1);
                box-sizing: content-box;
                width: 24px;
                height: 24px;
            }
            .social-absolute:last-child {
                border-bottom: none !important;
            }
            .social-absolute img{
                width: 24px;
                height: 24px;
            }
            .absolute-tooltip{
                position: relative;
                transition: all 0.5s;
                border-radius: 0 7px 7px 0;
                font-size: 14px;
                overflow: hidden;
                white-space: nowrap;
            }
            .absolute-tooltip > span{
                padding: 10px 20px;
                display: block;
            }
            .tooltip-shake{
                display: block;
                width: 100%;
                height: 100%;
            }
            .tooltip-shake:before,
            .tooltip-shake:after {
                position: absolute;
                content: "";
                opacity: 0;
                transition: all 0.4s ease;
                color: #fff;
                font-weight: bold;
            }
            .tooltip-shake:before {
                content: attr(data-tooltip);
                background: #3c5059;
                width: 0;
                padding: 0;
                font-size: 0.9rem;
                top: 50%;
                left: calc(24px + 32px);
                border-radius: 5px;
                transform: translateY(-50%);
                overflow: hidden;
                white-space: nowrap;
            }
            .tooltip-shake:after {
                border-width: 8px 10px 8px 0;
                border-style: solid;
                border-color: transparent #3c5059 transparent transparent;
                top: 50%;
                left: calc(24px + 24px);
                transform: translateY(-50%);
            }
            .tooltip-shake:hover::before,
            .tooltip-shake:hover::after {
                opacity: 1;
                overflow: hidden;
                white-space: nowrap;
                transform: translate(0, -50%);
            }
            .tooltip-shake:hover::before {
                width: max-content;
                padding: 10px 25px;
            }
            @keyframes shake {
                0% {
                    transform: rotate(2deg);
                }
                50% {
                    transform: rotate(-3deg);
                }
                70% {
                    transform: rotate(3deg);
                }
                100% {
                    transform: rotate(0deg);
                }
            }
            .social-absolute:hover {
                animation: shake 500ms ease-in-out forwards;
            }
            
                .public-header{
                    width: 100%;
                    background: #fff;
                    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: #081b43;
                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: flex-start;
                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: 24px;
                height: 24px;
            }
            .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: 12px;
                font-weight: 200;
                color: #FFF;
            }
            .top-list{
                width: max-content;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                margin: 0  14px;
            }
            .top-list:hover{
                color: ;
            }
            
                .top-list:first-child{
                    margin-right : 0;
                }
                .top-list:last-child{
                    margin-left : 0;
                }
            
            .arrow-menu-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-list a span,
            .top-list span{
                color: #FFF;
                font-weight: bold;
                font-size: 12px;
            }
            .top-list a img,
            .top-list span img{
                margin: 0 5px;
                width: 24px;
                height: 24px;
                object-fit: contain;
            }
            .top-list:first-child a img,
            .top-list:first-child span img{
                margin-right: 0;
            }
            .top-navbar{
                height: 100%;
                background: #081b4360;
            }
            .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: #FFF;
                font-size: 14px;
                font-weight: 500;search
            }
            .top-nav-list:hover{
                background-color: #081b4360;
            }
            .top-nav-list .arrow-menu-container svg{
                fill: #FFF;
            }
            .top-nav-list:hover a span,
            .top-nav-list:hover span,
            .top-nav-list:hover .arrow-menu-container svg{
                color: #fff;
                fill: #fff;
            }
            .top-nav-list .icon-title-part{
                padding-left: 5px;
            }
            .top-sub-nav > .top-sub-list a span,
            .top-sub-nav > .top-sub-list span{
                color: #000;
            }
            .top-sub-nav > .top-sub-list:hover a span,
            .top-sub-nav > .top-sub-list:hover span{
                color: #fff;
            }
            
            .top-sub-nav{
                flex-direction: column;
                justify-content: center;
                align-content: flex-start;
                position: absolute;
                z-index: 4999;
                min-width: 150px;
                width: max-content;
                background: #2c3e50;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translateY(-10px) scaleY(0.5);
                transform-origin: top;  
                border-radius: 0;
            }
            .top-nav-list:hover > .top-sub-nav{
                display: flex;
                top: 100%;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
        
                .top-nav-list:hover > .top-sub-nav{
                    right: 0;
                }
                .top-sub-list{
                    border-left: 5px solid  #f00;
                }
            
            .top-sub-list{
                width: 100%;
                padding: 8px 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-sub-list:hover{
                background: #081b4360;
            }
            .header-container{
                display: grid;
                width: 1200px;
                margin: auto;
                height: auto;
                grid-template-rows: 1fr 1fr;  
                grid-template-columns: 1fr 3fr 1fr;
                grid-template-areas: 
                    "top-1 top-2 top-3"
                    "bottom-1 bottom-2 bottom-3"; 
                padding-top: 8px;
                padding-bottom: 8px;
                padding-left: 8px;
                padding-right: 8px;
            }
            .top-section-1{
                grid-area: top-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-2{
                grid-area: top-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-3{
                grid-area: top-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-end;
                align-items: center;
            }
            .logo-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 100%;
                height: 100%;
                padding: 0px  0px;
            }
            .logo-container img{
                display: block;
                width: 100px;
                height: 100px;
                max-width: 100px;
                max-height: 100px;
                object-fit: contain;
            }
            .nav-container{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                box-sizing: border-box;
                margin: 0 10px;
            }
            .nav-container > .navbar{
                width: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                background: #fff;
                box-sizing: border-box;
                border: px  solid  ;
                border-radius: 3px;
                padding: 0 !important;
            }
            
                .nav-container > .navbar{
                    margin-left: calc(0px + 10px);
                }
            
            .max-height{
                height: 700px;
                overflow-x:hidden;
                overflow-y: auto;
                display:flex!important;
                flex-direction: column!important;
                justify-content: flex-start!important;
            }
            .nav-container .navbar .nav-list{
                padding: 10px 18px;
                min-height: 45px;
                position: relative;
                list-style: none;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-content: center;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list.active{
                background-color: ;
            }
            .nav-container .navbar .nav-list.active a,
            .nav-container .navbar .nav-list.active span{
                color: ;
            }
            
            .nav-container .navbar .nav-list .icon-title-part{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .nav-container .navbar .nav-list .icon-title-part img{
                width: 24px;
                height: 24px;
                margin: 0 5px;
            }
            .nav-container .navbar .nav-list .overflow-menu{
                justify-content: center !important;
            }
            .nav-container .navbar .nav-list:hover{
                background-color: ;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list:hover a,
            .nav-container .navbar .nav-list:hover span{
                color:  ;
            }
            .nav-container .navbar .nav-list img{
                width: 32px;
                height: 32px;
            }
            .nav-container .navbar .nav-list a,
            .nav-container .navbar .nav-list span{
                text-decoration: none;
                font-size: 14px;
                color: #193356;
            }
            .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
            .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                display: flex;
                top: 45px;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                display: flex;
                right: calc(100%  +  5px);
                top: 0;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
                    .nav-container .navbar.navbar-sub{
                        position: absolute;
                        z-index: 4999;
                        background: #193356;
                        clip: rect(1px, 1px, 1px, 1px);
                        opacity: 0.1;
                        transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                                    opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                        transform: translateY(-10px) scaleY(0.5);
                        transform-origin: top;  
                        border-radius: 0;
                    }
                    .nav-container .navbar.navbar-sub{
                        flex-direction: column;
                        justify-content: center;
                        align-content: flex-start;
                        min-width: 150px;
                        width: max-content;
                    }
                    .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
                    .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                        right: 0;
                    }
                    .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                        right: calc(100%  +  5px);
                    }
                    .nav-container .navbar.navbar-sub .nav-list{
                        width:200px;
                        border-left: 5px solid #ddd;
                    }
                
            .arrow-icon-menu{
                width: 8px;
                height: 8px;
            }
            .arrow-icon-menu.arrow-bottom{
                transform: rotate(90deg);
            }
            
                .arrow-menu-container{
                    margin-right: 5px;
                }
                .arrow-icon-menu.arrow-right,
                .overflow-list .arrow-icon-menu.arrow-bottom{
                    transform: rotate(180deg);
                }
                .nav-container .navbar .nav-list:first-child:hover{
                    border-radius: 0 3px 3px 0;
                }
                .nav-container .navbar .nav-list:last-child:hover{
                    border-radius: 3px 0 0 3px;
                }
            
            .nav-container .navbar .nav-list.base-level svg,
            .nav-container .navbar .nav-list .overflow-menu svg{
                fill: #193356;
            }
            .nav-container .navbar .nav-list.base-level:hover svg{
                fill: ;
            }
            .sub-menu-container{
                position: absolute;
                min-width: 150px;
                background-color: #193356;
                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: #fff;
                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: #fff;
            }
            .active{
                background-color: ;
            }
            .active a{
                color: ;
            }     
            .icon-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
            }
            .icon-container .icon-item{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
                box-sizing: border-box;
                min-height: 45px;
                margin: 0 5px;
            }
            
                .icon-container .icon-item:first-child{
                    margin-right: 0 !important;
                }
                .icon-container .icon-item:last-child{
                    margin-left: 0 !important;
                }
                
            
            .icon-container .icon-item a{
                border: 0px  solid  ;
            }
            .icon-container .icon-item.basket-icon{
                position: relative;
                color: #Fff;
                min-width: 45px;
                min-height: 45px;
                outline: none;
                border-radius: 3px;
                background: #193356;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                cursor: pointer;
                text-decoration: none;
                margin: 0 10px;
            }
            .icon-container .icon-item .icon-shortcut{
                color: #Fff;
                min-width: 45px;
                min-height: 45px;
                margin: 0;
                outline: none;
                border-radius: 3px;
                background: #193356;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                transition: .4s;
                cursor: pointer;
                text-decoration: none;
            }
            
            .basket-shop{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 45px;
                height: 45px;
                border-radius: 3px;
            }
            .icon-container .icon-item .icon-shortcut:hover svg,
            .icon-container .icon-item .icon-shortcut:hover .add-item-to-cart.open span
            {
                fill: #fff;
                color: #fff;
            }
            
                .icon-container .icon-item.basket-icon .add-item-to-cart{
                    color: #Fff;
                    border-radius: 3px;
                    background: #193356;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .4s;
                    cursor: pointer;
                    box-sizing: content-box;
                    border: 0px  solid  ;
                }
                
                    .icon-container .icon-item.basket-icon .add-item-to-cart{
                        border-left: none !important;
                    }
                    .border-basket{
                        border-right: none !important;
                    }
                
                    .icon-container .icon-item:hover > span,
                    .icon-container .icon-item.login-icon:hover span{
                        color: #fff;
                    }
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover,
                    .icon-container .icon-item.login-icon .icon-shortcut:hover,
                    
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover .add-item-to-cart{
                       background: #193356;
                    }
                    .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: #193356;
                    }
                    .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: #193356;
                    }
                    .icon-container .icon-item.search-icon .icon-shortcut .search-container .search-btn:hover{
                        background: #193356;
                    }
                 
            .icon-container .icon-item svg{
                width: 25px;
                height: 25px;
            
                fill: #Fff;
            
            }
            .icon-container .icon-item.login-icon{
                position: relative;
            }
            /*.icon-container .icon-item.login-icon .icon-shortcut{
                width: 100%;
                height: 100%;
            }*/
            .icon-container .icon-item.login-icon .icon-login{
                width: 25px;
                height: 25px;
            }
            #div_profile_picture, 
            #div_profile_picture_metro {
                display: block;
                width: 0 !important;
                height: 0 !important;
                line-height: unset !important;
            }
            #div_profile_picture .rShowLogin{
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 0;
                z-index: -1000;
            }
            #div_profile_picture .login-container{
                display: none !important;
            }
            #div_profile_picture #profile_picture,
            #div_profile_picture #profile_exit{
                display: none !important;
            }
        
                .icon-container .icon-item.login-icon{
                    color: #Fff;
                    /*width: 90px !important;*/
                    min-height: 45px;
                    outline: none;
                    border-radius: 3px;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    text-decoration: none;
                    box-sizing: content-box;
                    border: 0px  solid  ;
                }
                .icon-container .icon-item.login-icon .status-user,
                .icon-container .icon-item.login-icon .icon-login{
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    margin: 0 5px;
                    font-size:14px;
                }
            
            .public-header .bottom-section-1{
                grid-area: bottom-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-2{
                grid-area: bottom-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-3{
                grid-area: bottom-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            
                .icon-container .icon-item{
                    width: unset;
                    height: unset;
                }
                .search-icon{
                    position: relative;
                }
                .search-container {
                    display: flex;
                    flex-direction: row;
                    justify-content: flex-end;
                    align-items: center;
                    height: 100%;
                    position: relative;
                    border-radius: 3px;
                    min-width: 45px;
                }
                .search-container > .search-btn svg,
                .search-container > .close-search-btn svg{
                    fill: #Fff;
                }
                .search-container > .search-btn:hover svg,
                .search-container > .close-search-btn:hover svg{
                    fill: #fff;
                }
                .search-btn {
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #193356;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .8s;
                    cursor: pointer;
                    text-decoration: none;
                    border: 0px  solid  transparent;
                }
                
                .icon-container .icon-item img{
                    width: 25px;
                    height: 25px;
                    object-fit:contain;
                }
                
                    .search-container.open-search-box .search-btn{
                        border-radius: 3px 0 0 3px !important;
                    }
                    .search-container.open-search-box .close-search-btn{
                        border-radius: 0 3px 3px 0 !important;
                    }
                 
                .search-btn,
                .search-command,
                .close-search-btn{
                    box-sizing: content-box;
                }
                .search-btn > svg {
                    fill: #fff;
                }
                .cls-pls::placeholder{
                    color: ;
                }
                .search-input {
                    padding: 0;
                    height: 100%;
                    background: #193356;
                    color: #fff;
                    font-size: 14px;
                    font-weight: normal;
                    transition: all 1s ease-in-out;
                    width: 0;
                    position: absolute;
                    top: 0;
                    overflow: hidden;
                    white-space: nowrap;
                    border: 0px  solid  transparent;
                }
                
                .open-search-box > .search-input{
                    padding : 10px 48px;
                }
                
                    .search-input {
                        left: calc(0px + 45px);
                        border-right: none;
                        border-left: none;
                    }
                
                        .search-container.open-search-box .search-btn{
                            border-radius: 3px 0 0 3px !important;
                        }
                        .search-container.open-search-box .close-search-btn{
                            border-radius: 0 3px 3px 0 !important;
                        }
                        .search-container.open-search-box .search-input{
                            border-radius: 0 3px 3px 0 !important;
                        }
                    
                .close-search-btn{
                    position: absolute;
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #193356;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    box-sizing: border-box;
                    box-sizing: border-box;
                }
                .close-search-btn svg{
                    fill: #Fff;
                }
            
            .sticky{
                width: 100vw;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 999;
                padding: 2vh 8vw;
                transition: .8s;
                background-color: #ddd !important;
            }
            .public_sticky{
                width: 100%;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 1001;
            }
            .d-none{
                display: none !important;
            }
            .border-left-n{
                border-left: none !important;
            }
            .border-right-n{
                border-right: none !important;
            }
            .w-1200px{
                width: 1200px !important;
                margin: auto;
            }
            .lang-icon{
                position: relative;
            }
            .language-container .lang-btn{
                width: 25px;
                height: 25px;
            }
            .lang-list-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .lang-list{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px;
                background: #2c3e50;
                border-radius: 3px;
            }
            .lang-list::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #2c3e50;
                display: block;
            }
            .lang-nav{
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
            }
            .lang-nav .lang-li{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                list-style: none;
                width: max-content;
                margin: 5px 0;
                
            }
            .lang-nav .lang-li a{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .lang-nav .lang-li img{
                width: 25px;
                height: 25px;
                object-fit: cover;
                margin: 0 4px;
            }
            .lang-nav .lang-li span{
                text-transform: uppercase;
                line-height: 2.5;
                font-size: 14px;
                margin: 0 4px;
                color: #fff;
            }
            .lang-nav .lang-li a{
                color: #fff;
            }
            .lang-nav .lang-li span:hover{
                cursor: pointer;
                color: #fff;
            }
            .lang-nav .lang-li .lang-active{
                font-weight: bold;
                color: #e84118;
            }
            .icon-item.lang-icon:hover .lang-list-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            /*---------------------------------------------------------------------------------*/
            .link-profile-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .link-profile-container .link-wrapper{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px 25px;
                background: #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  #000;
                padding: 15px;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                background-color: #777 ;
            }
            #back_to_top svg{
                width: 24px;
                height: 24px;
                fill: #fff ;
            }
            #back_to_top img{
                width: 24px;
                height: 24px;
                fill: #fff ;
                object-fit:contain;
            }
            .search-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .basket-shop img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .lang-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .icon-login img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
        
                    .header-container{
                        grid-template-rows: auto;  
                        grid-template-columns: 100px minmax(auto, 100%) auto;
                        grid-template-areas: 
                            "top-1 top-2 top-3"; 
                        background-color: transparent;
                        background-image: unset;
                    }
                    .top-section-1{
                        justify-content: flex-start;
                    }
                    .top-section-2{
                        justify-content: center;
                    }
                    .top-section-3{
                        justify-content: flex-end;
                    }
                    .logo-container{
                        justify-content: flex-start;
                    }
                    .nav-container{
                        padding: 15px;
                        justify-content: center;
                    }
                    .nav-container .navbar{
                        justify-content: center;
                    }
                    .width-full{
                        width: 43vw !important;
                    }
                #module_footer_section_6{
;
width:100%;
padding-top:4vw;
padding-right:4vw;
padding-bottom:4vw;
padding-left:4vw;
border-style:none;
}#module_footer_column_14{
;
width:25%;
margin-top:0px;
border-style:none;
}#module_footer_row_37{
;
margin-top:0px;
border-style:none;
}#module_footer_items_48{
;
cursor:default;
width:7vw;
height:7vw;
font-weight:400;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_48:hover{
;
}#module_footer_column_15{
;
width:25%;
margin-top:0px;
border-style:none;
}#module_footer_items_49{
;
cursor:default;
line-height:1.5vw;
color:#FFF;
font-weight:bold;
font-size:1.05vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_49:hover{
;
}#module_footer_row_39{
;
padding-top:1.5vw;
border-style:none;
}#module_footer_items_50{
;
cursor:default;
line-height:1.2vw;
color:#FFF;
font-weight:500;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_50:hover{
;
}#module_footer_row_41{
;
padding-top:1vw;
border-style:none;
}#module_footer_items_52{
;
cursor:default;
line-height:1.2vw;
color:#FFF;
font-weight:500;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_52:hover{
;
}#module_footer_row_40{
;
padding-top:1vw;
border-style:none;
}#module_footer_items_51{
;
cursor:default;
line-height:1.2vw;
color:#FFF;
font-weight:500;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_51:hover{
;
}#module_footer_column_16{
;
width:25%;
margin-top:0px;
border-style:none;
}#module_footer_items_53{
;
cursor:default;
line-height:1.5vw;
color:#FFF;
font-weight:bold;
font-size:1.05vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_53:hover{
;
}#module_footer_row_43{
;
padding-top:1.5vw;
border-style:none;
}#module_footer_items_54{
;
cursor:default;
line-height:1.2vw;
color:#FFF;
font-weight:500;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_54:hover{
;
}#module_footer_row_44{
;
padding-top:1vw;
border-style:none;
}#module_footer_items_55{
;
cursor:default;
line-height:1.2vw;
color:#FFF;
font-weight:500;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_55:hover{
;
}#module_footer_row_45{
;
padding-top:1vw;
border-style:none;
}#module_footer_items_56{
;
cursor:default;
line-height:1.2vw;
color:#FFF;
font-weight:500;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_56:hover{
;
}#module_footer_column_17{
;
width:25%;
margin-top:0px;
border-style:none;
}#module_footer_items_58{
;
cursor:default;
line-height:1.5vw;
color:#FFF;
font-weight:bold;
font-size:1.05vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_58:hover{
;
}#module_footer_row_48{
;
padding-top:1.5vw;
border-style:none;
}#module_footer_items_59{
;
cursor:default;
line-height:1.2vw;
color:#FFF;
font-weight:500;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_59:hover{
;
}#module_footer_row_49{
;
padding-top:1vw;
border-style:none;
}#module_footer_items_60{
;
cursor:default;
line-height:1.2vw;
color:#fff;
font-weight:500;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_60:hover{
;
}#module_footer_row_71{
;
justify-content:center;
padding-top:1vw;
padding-bottom:1vw;
border-style:solid;
border-top-width:0.15vw;
border-color:#fff;
}#module_footer_items_86{
;
cursor:default;
text-align:center;
line-height:1.5vw;
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_86:hover{
;
}#public_footer_main_4{;background-color:#193356;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}#public_footer_main_4:hover{;}#public_footer_main_4{
                    position:relative;
                    margin-right:auto !important;
                    margin-left:auto !important;
                    overflow:hidden !important;
                }
                #public_footer_main_4 > div{
                    position:relative;
                    z-index:12;
                }
                #public_footer_main_4 
            
            #public_footer_main_4 .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_4 .layer_first_child {
                width: 100%;
            }
        
            #public_footer_main_4: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: rtl;text-align: right;}