
/* ========================================
   HEROSLIDER MODULE - RENDERBOX CMS
   Root ID: #HeroSlider_root__Hs9X2
   ======================================== */

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

/* ========== CONTAINER ========== */
#HeroSlider_root__Hs9X2.HeroSlider_container__Ky4T7 {
    position: relative !important;
    width: 100% !important;
    min-height: 100vh !important;
    height: 100vh !important;
    max-height: 100vh !important;
    overflow: hidden !important;
    background: #2f2f2f !important;
    background-color: #2f2f2f !important;
    color: #ffffff !important;
    font-family: -apple-system, BlinkMacSystemFont, &amp;amp;quot;Segoe UI&amp;amp;quot;, Roboto, &amp;amp;quot;Helvetica Neue&amp;amp;quot;, Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* ========== SLIDES ========== */
#HeroSlider_root__Hs9X2 .HeroSlider_slide__Mw8P1 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 1s ease, visibility 1s ease !important;
    z-index: 1 !important;
}

#HeroSlider_root__Hs9X2 .HeroSlider_slide__Mw8P1.HeroSlider_active__Xy9Z1 {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 2 !important;
}

/* ========== SLIDE 1: CENTER MASK ========== */
#HeroSlider_root__Hs9X2 .HeroSlider_slide1__Qr3N6 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #2f2f2f !important;
    background-color: #2f2f2f !important;
}

/* Center Wrapper */
#HeroSlider_root__Hs9X2 .HeroSlider_centerWrapper__Lx5V9 {
    position: relative !important;
    z-index: 10 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Irregular Rotating Orange Lines Container */
#HeroSlider_root__Hs9X2 .HeroSlider_linesContainer__Zt2B4 {
    position: absolute !important;
    width: 400px !important;
    height: 550px !important;
    pointer-events: none !important;
    z-index: 1 !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

@media (min-width: 768px) {
    #HeroSlider_root__Hs9X2 .HeroSlider_linesContainer__Zt2B4 {
        width: 600px !important;
        height: 750px !important;
    }
}

#HeroSlider_root__Hs9X2 .HeroSlider_svgLines__Np7K3 {
    width: 100% !important;
    height: 100% !important;
    animation: HeroSlider_rotate360__Kx3W9 25s linear infinite !important;
    opacity: 1 !important;
}

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

#HeroSlider_root__Hs9X2 .HeroSlider_ellipse1__Fx8D2 {
    opacity: 1 !important;
}

#HeroSlider_root__Hs9X2 .HeroSlider_ellipse2__Jh6M9 {
    opacity: 0.8 !important;
}

/* Masked Image - Vertical Oval */
#HeroSlider_root__Hs9X2 .HeroSlider_ovalMask__Bv3W7 {
    position: relative !important;
    width: 280px !important;
    height: 400px !important;
    border-radius: 9999px !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5) !important;
    z-index: 5 !important;
    opacity: 1 !important;
    transform: scale(1) !important;
    animation: HeroSlider_scaleInOval__Nx7D2 1.2s ease-out forwards !important;
}

@media (min-width: 768px) {
    #HeroSlider_root__Hs9X2 .HeroSlider_ovalMask__Bv3W7 {
        width: 380px !important;
        height: 520px !important;
    }
}

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

#HeroSlider_root__Hs9X2 .HeroSlider_ovalImage__Pq9R4 {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    animation: HeroSlider_zoomInImage__Bv8K5 10s linear infinite !important;
}

@keyframes HeroSlider_zoomInImage__Bv8K5 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

#HeroSlider_root__Hs9X2 .HeroSlider_imageOverlay__Kd5T1 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(0, 0, 0, 0.1) !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
    pointer-events: none !important;
}

/* Huge Text Overlay - Mix Blend Mode */
#HeroSlider_root__Hs9X2 .HeroSlider_textOverlay__Yw2H8 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 20 !important;
    pointer-events: none !important;
    mix-blend-mode: difference !important;
}

#HeroSlider_root__Hs9X2 .HeroSlider_hugeText__Vn1L6 {
    font-family: Georgia, &amp;amp;quot;Times New Roman&amp;amp;quot;, serif !important;
    font-size: 12vw !important;
    line-height: 1 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    letter-spacing: -0.05em !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 1rem !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    animation: HeroSlider_slideUpText__Qw5M3 1s ease-out forwards !important;
    animation-delay: 0.4s !important;
}

@media (min-width: 768px) {
    #HeroSlider_root__Hs9X2 .HeroSlider_hugeText__Vn1L6 {
        font-size: 140px !important;
    }
}

@media (min-width: 1024px) {
    #HeroSlider_root__Hs9X2 .HeroSlider_hugeText__Vn1L6 {
        font-size: 160px !important;
    }
}

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

/* ========== SLIDE 2: FULL BACKGROUND ========== */
#HeroSlider_root__Hs9X2 .HeroSlider_slide2__Tr7Z3 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

/* Background Image */
#HeroSlider_root__Hs9X2 .HeroSlider_fullBackground__Cx4K9 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 0 !important;
}

#HeroSlider_root__Hs9X2 .HeroSlider_bgImage__Dn8J5 {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    animation: HeroSlider_zoomInBg__Pv2L9 8s ease-out infinite !important;
}

@keyframes HeroSlider_zoomInBg__Pv2L9 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

#HeroSlider_root__Hs9X2 .HeroSlider_bgOverlay__Wm3P2 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(0, 0, 0, 0.6) !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
}

/* Centered Content */
#HeroSlider_root__Hs9X2 .HeroSlider_centeredContent__Ax6Y4 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 1rem !important;
    z-index: 10 !important;
}

#HeroSlider_root__Hs9X2 .HeroSlider_contentInner__Gp2V7 {
    max-width: 56rem !important;
    width: 100% !important;
}

#HeroSlider_root__Hs9X2 .HeroSlider_brandScript__Zq9K1 {
    font-family: &amp;amp;quot;Brush Script MT&amp;amp;quot;, &amp;amp;quot;Lucida Handwriting&amp;amp;quot;, cursive !important;
    color: #e07a5f !important;
    font-size: 2.5rem !important;
    margin-bottom: 1.5rem !important;
    display: block !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    animation: HeroSlider_fadeSlideUp__Wx4N7 0.8s ease forwards !important;
    animation-delay: 0.3s !important;
}

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

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

#HeroSlider_root__Hs9X2 .HeroSlider_slideTitle__Bh5N8 {
    font-family: Georgia, &amp;amp;quot;Times New Roman&amp;amp;quot;, serif !important;
    font-size: 1.75rem !important;
FONT-WEIGHT: 700;
    color: #ffffff !important;
    margin-bottom: 2rem !important;
    line-height: 1.4 !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    animation: HeroSlider_fadeSlideUp2__Zy7H3 0.8s ease forwards !important;
    animation-delay: 0.5s !important;
}

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

@media (min-width: 768px) {
    #HeroSlider_root__Hs9X2 .HeroSlider_slideTitle__Bh5N8 {
        font-size: 3.5rem !important;
    }
}

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

#HeroSlider_root__Hs9X2 .HeroSlider_slideDescription__Fm7D3 {
    color: #d1d5db !important;
    font-size: 1rem !important;
    line-height: 1.75 !important;
    margin-bottom: 2.5rem !important;
    max-width: 42rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-weight: 300 !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    animation: HeroSlider_fadeSlideUp3__Mp8K1 0.8s ease forwards !important;
    animation-delay: 0.7s !important;
}

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

@media (min-width: 768px) {
    #HeroSlider_root__Hs9X2 .HeroSlider_slideDescription__Fm7D3 {
        font-size: 1rem !important;
    }
}

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

#HeroSlider_root__Hs9X2 .HeroSlider_ctaButton__Wx8T5 {
    padding: 1rem 3.5rem !important;
    border: 1px solid #e07a5f !important;
    background: transparent !important;
    background-color: transparent !important;
    color: #ffffff !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    transition: background 0.3s ease, transform 0.2s ease !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    animation: HeroSlider_fadeSlideUp4__Bx9W2 0.8s ease forwards !important;
    animation-delay: 0.9s !important;
}

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

#HeroSlider_root__Hs9X2 .HeroSlider_ctaButton__Wx8T5:hover {
    background: #e07a5f !important;
    background-color: #e07a5f !important;
    transform: translateY(-2px) !important;
}

#HeroSlider_root__Hs9X2 .HeroSlider_ctaButton__Wx8T5:active {
    transform: translateY(0) !important;
}

/* ========== NAVIGATION BUTTONS ========== */
#HeroSlider_root__Hs9X2 .HeroSlider_navButton__Lp4M9 {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 30 !important;
    width: 50px !important;
    height: 150px !important;
    background: rgba(0, 0, 0, 0.2) !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    cursor: pointer !important;
    overflow: hidden !important;
    transition: border-color 0.3s ease, background 0.3s ease !important;
    display: none !important;
}

@media (min-width: 768px) {
    #HeroSlider_root__Hs9X2 .HeroSlider_navButton__Lp4M9 {
        display: block !important;
        width: 60px !important;
        height: 180px !important;
    }
}

#HeroSlider_root__Hs9X2 .HeroSlider_navPrev__Rs6H2 {
    left: 0 !important;
}

#HeroSlider_root__Hs9X2 .HeroSlider_navNext__Dv9F4 {
    right: 0 !important;
}

#HeroSlider_root__Hs9X2 .HeroSlider_navButton__Lp4M9:hover {
    border-color: #e07a5f !important;
    background: rgba(0, 0, 0, 0.4) !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
}

#HeroSlider_root__Hs9X2 .HeroSlider_navButtonInner__Yk3W1 {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
}

#HeroSlider_root__Hs9X2 .HeroSlider_navText__Zt8B7 {
    white-space: nowrap !important;
    color: #ffffff !important;
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    transition: color 0.3s ease !important;
}

#HeroSlider_root__Hs9X2 .HeroSlider_navButton__Lp4M9:hover .HeroSlider_navText__Zt8B7 {
    color: #e07a5f !important;
}

#HeroSlider_root__Hs9X2 .HeroSlider_navTextPrev__Qm2N5 {
    transform: rotate(-90deg) !important;
}

#HeroSlider_root__Hs9X2 .HeroSlider_navTextNext__Hx5P8 {
    transform: rotate(90deg) !important;
}

/* Force visibility for first slide even without JS */
#HeroSlider_root__Hs9X2 .HeroSlider_slide__Mw8P1:first-of-type {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 2 !important;
}

/* ========== MOBILE DOT INDICATORS ========== */
#HeroSlider_root__Hs9X2 .HeroSlider_dotsContainer__Mn5K8 {
    position: absolute !important;
    bottom: 2rem !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 40 !important;
    display: flex !important;
    gap: 0.75rem !important;
    align-items: center !important;
    justify-content: center !important;
}

@media (min-width: 768px) {
    #HeroSlider_root__Hs9X2 .HeroSlider_dotsContainer__Mn5K8 {
        bottom: 3rem !important;
    }
}

#HeroSlider_root__Hs9X2 .HeroSlider_dot__Px7W3 {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.4) !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    padding: 0 !important;
}

#HeroSlider_root__Hs9X2 .HeroSlider_dot__Px7W3:hover {
    background: rgba(255, 255, 255, 0.7) !important;
    background-color: rgba(255, 255, 255, 0.7) !important;
    transform: scale(1.2) !important;
}

#HeroSlider_root__Hs9X2 .HeroSlider_dot__Px7W3.HeroSlider_dotActive__Qr9T2 {
    background: #e07a5f !important;
    background-color: #e07a5f !important;
    border-color: #e07a5f !important;
    width: 28px !important;
    border-radius: 5px !important;
}

@media (min-width: 768px) {
    #HeroSlider_root__Hs9X2 .HeroSlider_dot__Px7W3 {
        width: 12px !important;
        height: 12px !important;
    }
    
    #HeroSlider_root__Hs9X2 .HeroSlider_dot__Px7W3.HeroSlider_dotActive__Qr9T2 {
        width: 32px !important;
    }
}
 
/* ========================================
   RENDERBOX CMS MODULE: Services Section
   Version: 1.0
   RTL Support: Yes
   Dark Mode: Default
   ======================================== */

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

/* Root Container */
#ServicesSection_root__Kh7Wd.ServicesSection_container__Mn2Qx {
    position: relative !important;
    width: 100% !important;
    padding: 5rem 1rem !important;
    overflow: hidden !important;
    background: #2f2f2f !important;
    background-color: #2f2f2f !important;
    direction: rtl !important;
    font-family: &amp;amp;amp;quot;Inter&amp;amp;amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;amp;amp;quot;Segoe UI&amp;amp;amp;quot;, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
    #ServicesSection_root__Kh7Wd.ServicesSection_container__Mn2Qx {
        padding: 5rem 2rem !important;
    }
}

@media (min-width: 1024px) {
    #ServicesSection_root__Kh7Wd.ServicesSection_container__Mn2Qx {
     padding: 5rem 4rem !important;
border-style: solid;
    border-top-width: 1px;
    border-color: #e8e5e4;
    }
}

/* ========== HEADER SECTION ========== */

#ServicesSection_root__Kh7Wd .ServicesSection_header__Pq4Rt {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
    margin-bottom: 4rem !important;
    gap: 2rem !important;
    max-width: 1140px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (min-width: 768px) {
    #ServicesSection_root__Kh7Wd .ServicesSection_header__Pq4Rt {
        flex-direction: row !important;
        gap: 2rem !important;
    }
}

/* Title Group */
#ServicesSection_root__Kh7Wd .ServicesSection_titleGroup__Lm8Bv {
    position: relative !important;
    width: 100% !important;
}

@media (min-width: 768px) {
    #ServicesSection_root__Kh7Wd .ServicesSection_titleGroup__Lm8Bv {
        width: 66.666667% !important;
    }
}

#ServicesSection_root__Kh7Wd .ServicesSection_titleWrapper__Zx5Nc {
    position: relative !important;
    display: inline-block !important;
}

#ServicesSection_root__Kh7Wd .ServicesSection_title__Gh3Yt {
    font-size: 2rem !important;
    font-weight: 300 !important;
    line-height: 1.1 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    position: relative !important;
    z-index: 10 !important;
}

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

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

#ServicesSection_root__Kh7Wd .ServicesSection_titleBold__Jw6Rp {
    font-weight: 700 !important;
}

/* CTA Button Wrapper */
#ServicesSection_root__Kh7Wd .ServicesSection_ctaWrapper__Vb2Mx {
    width: 100% !important;
    display: flex !important;
    justify-content: flex-start !important;
    padding-bottom: 0.5rem !important;
}

@media (min-width: 768px) {
    #ServicesSection_root__Kh7Wd .ServicesSection_ctaWrapper__Vb2Mx {
        width: 33.333333% !important;
        justify-content: flex-end !important;
    }
}

/* CTA Button */
#ServicesSection_root__Kh7Wd .ServicesSection_ctaButton__Dx8Nh {
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
    padding: 1.5rem 2rem !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    background: transparent !important;
    background-color: transparent !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    transition: border-color 0.3s ease, color 0.3s ease, transform 0.2s ease !important;
    font-family: inherit;
}

#ServicesSection_root__Kh7Wd .ServicesSection_ctaButton__Dx8Nh:hover {
    border-color: #E66445!important;
}

#ServicesSection_root__Kh7Wd .ServicesSection_buttonText__Tw4Qp {
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    transition: color 0.3s ease !important;
}

#ServicesSection_root__Kh7Wd .ServicesSection_ctaButton__Dx8Nh:hover .ServicesSection_buttonText__Tw4Qp {
    color: #E66445!important;
}

#ServicesSection_root__Kh7Wd .ServicesSection_buttonIcon__Yx3Zm {
    width: 1rem !important;
    height: 1rem !important;
    transition: transform 0.3s ease, color 0.3s ease !important;
}

#ServicesSection_root__Kh7Wd .ServicesSection_ctaButton__Dx8Nh:hover .ServicesSection_buttonIcon__Yx3Zm {
    transform: translateX(-0.25rem) !important;
    color: #E66445!important;
}

/* ========== CARDS SECTION ========== */

#ServicesSection_root__Kh7Wd .ServicesSection_cardsOuter__Bm5Qw {
    max-width: 1140px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 1.9375rem !important;
}

#ServicesSection_root__Kh7Wd .ServicesSection_cardsGrid__Cn7Rx {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -0.9375rem !important;
    margin-right: -0.9375rem !important;
}

@media (min-width: 1024px) {
    #ServicesSection_root__Kh7Wd .ServicesSection_cardsGrid__Cn7Rx {
        margin-left: -1.25rem !important;
        margin-right: -1.25rem !important;
    }
}

/* Card Wrapper */
#ServicesSection_root__Kh7Wd .ServicesSection_cardWrapper__Hk2Tv {
    width: 100% !important;
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
    margin-bottom: 3rem !important;
    display: flex !important;
    justify-content: center !important;
}

@media (min-width: 768px) {
    #ServicesSection_root__Kh7Wd .ServicesSection_cardWrapper__Hk2Tv {
        width: 50% !important;
    }
}

@media (min-width: 1024px) {
    #ServicesSection_root__Kh7Wd .ServicesSection_cardWrapper__Hk2Tv {
        width: 33.333333% !important;
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
        justify-content: flex-start !important;
    }
}

/* Card */
#ServicesSection_root__Kh7Wd .ServicesSection_card__Jm9Lp {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
}

/* Image Container - Pill/Stadium Shape */
#ServicesSection_root__Kh7Wd .ServicesSection_imageContainer__Np8Qx {
    position: relative !important;
    width: 100% !important;
    max-width: 286px !important;
    aspect-ratio: 286 / 417!important;
    border: 1px solid #E66445 !important;
    border-radius: 9999px !important;
    padding: 8px !important;
    cursor: pointer !important;
    transition: transform 0.3s ease !important;
}

#ServicesSection_root__Kh7Wd .ServicesSection_imageContainer__Np8Qx:hover {
    transform: scale(1.02) !important;
}

#ServicesSection_root__Kh7Wd .ServicesSection_imageInner__Rw3Vy {
    width: 100% !important;
    height: 100% !important;
    border-radius: 9999px !important;
    overflow: hidden !important;
    position: relative !important;
}

/* Image Overlay */
#ServicesSection_root__Kh7Wd .ServicesSection_imageOverlay__Sq6Zt {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(0, 0, 0, 0.2) !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
    z-index: 10 !important;
    transition: background-color 0.5s ease !important;
}

#ServicesSection_root__Kh7Wd .ServicesSection_imageContainer__Np8Qx:hover .ServicesSection_imageOverlay__Sq6Zt {
    background: transparent !important;
    background-color: transparent !important;
}

/* Image */
#ServicesSection_root__Kh7Wd .ServicesSection_image__Um4Bw {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transform: scale(1) !important;
    transition: transform 0.7s ease-in-out !important;
}

#ServicesSection_root__Kh7Wd .ServicesSection_imageContainer__Np8Qx:hover .ServicesSection_image__Um4Bw {
    transform: scale(1.1) !important;
}

/* Title Container */
#ServicesSection_root__Kh7Wd .ServicesSection_titleContainer__Xp2Cy {
    margin-top: 1.5rem !important;
    text-align: center !important;
}

#ServicesSection_root__Kh7Wd .ServicesSection_cardTitle__Yq5Dz {
    font-size: 1.375rem !important;
    color: #ffffff !important;
    font-weight: 400 !important;
    cursor: pointer !important;
    transition: color 0.3s ease !important;
}

#ServicesSection_root__Kh7Wd .ServicesSection_cardTitle__Yq5Dz:hover {
    color: #E66445 !important;
}

/* ========== SCROLL ANIMATIONS ========== */

#ServicesSection_root__Kh7Wd .ServicesSection_animateIn__Fa9Kw {
    opacity: 0 !important;
    transform: translateY(30px) !important;
    transition: opacity 0.6s ease, transform 0.6s ease !important;
}

#ServicesSection_root__Kh7Wd .ServicesSection_animateIn__Fa9Kw.ServicesSection_animated__Zq7Ym {
    opacity: 1 !important;
    transform: translateY(0) !important;
}
 
/* ========== RESET &amp;amp;amp;amp; BASE ========== */
#Testimonial_root__Kp8M3,
#Testimonial_root__Kp8M3 *,
#Testimonial_root__Kp8M3 *::before,
#Testimonial_root__Kp8M3 *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#Testimonial_root__Kp8M3 {
    font-family: &amp;amp;amp;quot;Inter&amp;amp;amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;amp;amp;quot;Segoe UI&amp;amp;amp;quot;, Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: rtl !important;
}

/* ========== CONTAINER ========== */
#Testimonial_root__Kp8M3.Testimonial_container__Lq2N5 {
    width: 100% !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    padding: 5rem 1.5rem !important;
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
}

#Testimonial_root__Kp8M3 .Testimonial_wrapper__Mr4P7 {
    max-width: 1280px !important;
    margin: 0 auto !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 4rem !important;
}

@media (min-width: 768px) {
    #Testimonial_root__Kp8M3 .Testimonial_wrapper__Mr4P7 {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 6rem !important;
    }
}

@media (min-width: 1024px) {
    #Testimonial_root__Kp8M3 .Testimonial_wrapper__Mr4P7 {
        gap: 8rem !important;
    }
}

/* ========== STATS SECTION (RIGHT SIDE - سمت راست) ========== */
#Testimonial_root__Kp8M3 .Testimonial_statsSection__Sw3V9 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4rem !important;
    width: 100% !important;
    order: 1 !important;
}

@media (min-width: 768px) {
    #Testimonial_root__Kp8M3 .Testimonial_statsSection__Sw3V9 {
        order: 2 !important;
        width: auto !important;
        min-width: 200px !important;
        flex-shrink: 0 !important;
    }
}

@media (min-width: 1024px) {
    #Testimonial_root__Kp8M3 .Testimonial_statsSection__Sw3V9 {
        gap: 5rem !important;
        min-width: 240px !important;
    }
}

/* ========== STAT ITEM ========== */
#Testimonial_root__Kp8M3 .Testimonial_statItem__Tx4W1 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Hover Effect */
#Testimonial_root__Kp8M3 .Testimonial_statItem__Tx4W1:hover .Testimonial_statNumber__Uy5X3 {
    color: #e56347!important;
    transform: scale(1.05) !important;
}

#Testimonial_root__Kp8M3 .Testimonial_statItem__Tx4W1:hover .Testimonial_statLabel__Vz6Y5 {
    color: #1a1a1a !important;
}

/* ========== STAT NUMBER ========== */
#Testimonial_root__Kp8M3 .Testimonial_statNumber__Uy5X3 {
    font-size: 6rem !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    line-height: 1 !important;
    letter-spacing: -0.05em !important;
    transition: all 0.3s ease !important;
    font-family: &amp;amp;amp;quot;Inter&amp;amp;amp;quot;, system-ui, sans-serif !important;
    text-align: center !important;
}

/* Add + sign for first stat */
#Testimonial_root__Kp8M3 .Testimonial_statItem__Tx4W1[data-stat-index=&amp;amp;amp;quot;0&amp;amp;amp;quot;] .Testimonial_statNumber__Uy5X3::before {
    content: &amp;amp;amp;quot;+&amp;amp;amp;quot;;
}

/* Add % sign for second stat */
#Testimonial_root__Kp8M3 .Testimonial_statItem__Tx4W1[data-stat-index=&amp;amp;amp;quot;1&amp;amp;amp;quot;] .Testimonial_statNumber__Uy5X3::after {
    content: &amp;amp;amp;quot;%&amp;amp;amp;quot;;
}

@media (min-width: 768px) {
    #Testimonial_root__Kp8M3 .Testimonial_statNumber__Uy5X3 {
        font-size: 7rem !important;
    }
}

@media (min-width: 1024px) {
    #Testimonial_root__Kp8M3 .Testimonial_statNumber__Uy5X3 {
        font-size: 8rem !important;
    }
}

/* ========== STAT LABEL ========== */
#Testimonial_root__Kp8M3 .Testimonial_statLabel__Vz6Y5 {
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    color: #6b7280 !important;
    line-height: 1.4 !important;
    text-align: center !important;
    transition: color 0.3s ease !important;
    white-space: nowrap !important;
}

@media (min-width: 768px) {
    #Testimonial_root__Kp8M3 .Testimonial_statLabel__Vz6Y5 {
        font-size: 0.9375rem !important;
    }
}

/* ========== CONTENT SECTION (LEFT SIDE - سمت چپ) ========== */
#Testimonial_root__Kp8M3 .Testimonial_contentSection__Ns6Q9 {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 1.5rem !important;
    width: 100% !important;
    order: 2 !important;
}

@media (min-width: 768px) {
    #Testimonial_root__Kp8M3 .Testimonial_contentSection__Ns6Q9 {
        order: 1 !important;
        max-width: 600px !important;
        gap: 2rem !important;
    }
}

@media (min-width: 1024px) {
    #Testimonial_root__Kp8M3 .Testimonial_contentSection__Ns6Q9 {
        max-width: 700px !important;
    }
}

/* ========== TITLE ========== */
#Testimonial_root__Kp8M3 .Testimonial_title__Ot8R1 {
    font-size: 1.875rem !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    line-height: 1.3 !important;
    text-align: right !important;
    margin: 0 !important;
}

@media (min-width: 768px) {
    #Testimonial_root__Kp8M3 .Testimonial_title__Ot8R1 {
        font-size: 2.25rem !important;
    }
}

@media (min-width: 1024px) {
    #Testimonial_root__Kp8M3 .Testimonial_title__Ot8R1 {
        font-size: 2.5rem !important;
    }
}

/* ========== DESCRIPTION ========== */
#Testimonial_root__Kp8M3 .Testimonial_description__Pu9S3 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    width: 100% !important;
}

#Testimonial_root__Kp8M3 .Testimonial_paragraph__Qv1T5 {
    font-size: 0.9375rem !important;
    line-height: 1.8 !important;
    color: #6b7280 !important;
    text-align: right !important;
    margin: 0 !important;
}

@media (min-width: 768px) {
    #Testimonial_root__Kp8M3 .Testimonial_paragraph__Qv1T5 {
        font-size: 1rem !important;
        line-height: 1.9 !important;
    }
}

/* ========== BUTTON ========== */
#Testimonial_root__Kp8M3 .Testimonial_button__Rv2U7 {
    padding: 0.875rem 2.5rem !important;
    font-size: 0.9375rem !important;
    font-weight: 400 !important;
    color: #6b7280 !important;
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #d1d5db !important;
    border-radius: 0.375rem !important;
    cursor: pointer !important;
    transition: all 0.3s ease-in-out !important;
    display: inline-block !important;
    text-align: center !important;
    white-space: nowrap !important;
    align-self: flex-start !important;
}

#Testimonial_root__Kp8M3 .Testimonial_button__Rv2U7:hover {
    background: #1a1a1a !important;
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    border-color: #1a1a1a !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 25px rgba(26, 26, 26, 0.15) !important;
}

#Testimonial_root__Kp8M3 .Testimonial_button__Rv2U7:active {
    transform: translateY(0) !important;
}

#Testimonial_root__Kp8M3 .Testimonial_button__Rv2U7:focus {
    outline: 2px solid #e56347 !important;
    outline-offset: 2px !important;
}

/* ========== MOBILE OPTIMIZATION ========== */
@media (max-width: 479px) {
    #Testimonial_root__Kp8M3.Testimonial_container__Lq2N5 {
        padding: 3rem 1rem !important;
    }
    
    #Testimonial_root__Kp8M3 .Testimonial_wrapper__Mr4P7 {
        gap: 3rem !important;
    }
    
    #Testimonial_root__Kp8M3 .Testimonial_title__Ot8R1 {
        font-size: 1.5rem !important;
    }
    
    #Testimonial_root__Kp8M3 .Testimonial_statNumber__Uy5X3 {
        font-size: 4.5rem !important;
    }
    
    #Testimonial_root__Kp8M3 .Testimonial_paragraph__Qv1T5 {
        font-size: 0.875rem !important;
    }
    
    #Testimonial_root__Kp8M3 .Testimonial_statsSection__Sw3V9 {
        gap: 3rem !important;
    }
}

/* ========== PRINT STYLES ========== */
@media print {
    #Testimonial_root__Kp8M3.Testimonial_container__Lq2N5 {
        background: white !important;
    }
    
    #Testimonial_root__Kp8M3 .Testimonial_button__Rv2U7 {
        display: none !important;
    }
}
 
/* ========================================
   GALLERY MODULE - RENDERBOX CSS
   Root ID: #GalleryModule_root__Gm7X3
   Dark Mode Default | RTL Support
   ======================================== */

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

/* ========== CONTAINER ========== */
#GalleryModule_root__Gm7X3.GalleryModule_container__Km9P2 {
    position: relative !important;
    width: 100% !important;
    padding: 5rem 0 !important;
    background: #2f2f2f !important;
    background-color: #2f2f2f !important;
    overflow: hidden !important;
    font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Roboto&amp;quot;, &amp;quot;Oxygen&amp;quot;, &amp;quot;Ubuntu&amp;quot;, &amp;quot;Cantarell&amp;quot;, &amp;quot;Fira Sans&amp;quot;, &amp;quot;Droid Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ========== HEADER SECTION ========== */
#GalleryModule_root__Gm7X3 .GalleryModule_headerWrapper__Lp4Q8 {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 1rem 4rem 1rem !important;
    position: relative !important;
    z-index: 10 !important;
}

@media (min-width: 768px) {
    #GalleryModule_root__Gm7X3 .GalleryModule_headerWrapper__Lp4Q8 {
        padding: 0 0 6rem 0 !important;
    }
}

#GalleryModule_root__Gm7X3 .GalleryModule_header__Nr5T1 {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: right !important;
    direction: rtl !important;
}

#GalleryModule_root__Gm7X3 .GalleryModule_title__Qs6W9 {
    font-family: Georgia, &amp;quot;Times New Roman&amp;quot;, serif !important;
    font-size: 1.875rem !important;
    line-height: 1.5 !important;
    letter-spacing: 0.02em !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    max-width: 64rem !important;
}

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

@media (min-width: 1024px) {
    #GalleryModule_root__Gm7X3 .GalleryModule_title__Qs6W9 {
        font-size: 3rem !important;
    }
}

#GalleryModule_root__Gm7X3 .GalleryModule_titleBreak__Uv8Y4 {
    display: none !important;
}

@media (min-width: 768px) {
    #GalleryModule_root__Gm7X3 .GalleryModule_titleBreak__Uv8Y4 {
        display: block !important;
    }
}

/* ========== GALLERY GRID ========== */
#GalleryModule_root__Gm7X3 .GalleryModule_grid__Xt7Z5 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
    width: 100% !important;
    padding: 0 1rem !important;
}

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

@media (min-width: 768px) {
    #GalleryModule_root__Gm7X3 .GalleryModule_grid__Xt7Z5 {
        padding: 0 2rem !important;
    }
}

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

/* ========== GALLERY ITEM ========== */
#GalleryModule_root__Gm7X3 .GalleryModule_item__Aw9B6 {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 450px !important;
    overflow: hidden !important;
    cursor: pointer !important;
    background: #171717 !important;
    background-color: #171717 !important;
    text-decoration: none !important;
}

@media (min-width: 768px) {
    #GalleryModule_root__Gm7X3 .GalleryModule_item__Aw9B6 {
        height: 600px !important;
    }
}

/* ========== BACKGROUND IMAGE LAYER ========== */
#GalleryModule_root__Gm7X3 .GalleryModule_bgImage__Bx1C7 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
    will-change: transform;
}

#GalleryModule_root__Gm7X3 .GalleryModule_item__Aw9B6:hover .GalleryModule_bgImage__Bx1C7 {
    transform: scale(1.1) !important;
}

/* ========== INITIAL STATE - NON-HOVER ========== */
#GalleryModule_root__Gm7X3 .GalleryModule_initialOverlay__Cy2D8 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent) !important;
    opacity: 0.8 !important;
    transition: opacity 0.5s ease !important;
    z-index: 1 !important;
}

#GalleryModule_root__Gm7X3 .GalleryModule_item__Aw9B6:hover .GalleryModule_initialOverlay__Cy2D8 {
    opacity: 0 !important;
}

#GalleryModule_root__Gm7X3 .GalleryModule_initialTitle__Dz3E9 {
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 100% !important;
    padding: 2rem !important;
    z-index: 10 !important;
    transition: all 0.5s ease !important;
    transform: translateY(0) !important;
    opacity: 1 !important;
    text-align: right !important;
    direction: rtl !important;
}

#GalleryModule_root__Gm7X3 .GalleryModule_item__Aw9B6:hover .GalleryModule_initialTitle__Dz3E9 {
    transform: translateY(1rem) !important;
    opacity: 0 !important;
}

#GalleryModule_root__Gm7X3 .GalleryModule_titleText__Ea4F1 {
    font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, sans-serif !important;
    font-size: 1.125rem !important;
    letter-spacing: 0.025em !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
}

/* ========== HOVER STATE - WHITE CARD ========== */
#GalleryModule_root__Gm7X3 .GalleryModule_hoverCard__Fb5G2 {
    position: absolute !important;
    top: 1.25rem !important;
    left: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    z-index: 20 !important;
    opacity: 0 !important;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding: 1.5rem !important;
    overflow: hidden !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25) !important;
}

@media (min-width: 768px) {
    #GalleryModule_root__Gm7X3 .GalleryModule_hoverCard__Fb5G2 {
        top: 1.75rem !important;
        left: 1.75rem !important;
        right: 1.75rem !important;
        bottom: 1.75rem !important;
    }
}

@media (min-width: 1024px) {
    #GalleryModule_root__Gm7X3 .GalleryModule_hoverCard__Fb5G2 {
        top: 2rem !important;
        left: 2rem !important;
        right: 2rem !important;
        bottom: 2rem !important;
    }
}

#GalleryModule_root__Gm7X3 .GalleryModule_item__Aw9B6:hover .GalleryModule_hoverCard__Fb5G2 {
    opacity: 1 !important;
}

/* ========== HOVER CARD CONTENT ========== */
#GalleryModule_root__Gm7X3 .GalleryModule_hoverContent__Gc6H3 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 10 !important;
    transform: translateY(1.5rem) !important;
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.1s !important;
    direction: rtl !important;
}

#GalleryModule_root__Gm7X3 .GalleryModule_item__Aw9B6:hover .GalleryModule_hoverContent__Gc6H3 {
    transform: translateY(0) !important;
}

#GalleryModule_root__Gm7X3 .GalleryModule_hoverTitle__Hd7I4 {
    font-family: Georgia, &amp;quot;Times New Roman&amp;quot;, serif !important;
    font-size: 1.5rem !important;
    letter-spacing: 0.025em !important;
    margin-bottom: 1.25rem !important;
    color: #1e1e1e !important;
    font-weight: 400 !important;
}

@media (min-width: 768px) {
    #GalleryModule_root__Gm7X3 .GalleryModule_hoverTitle__Hd7I4 {
        font-size: 1.875rem !important;
    }
}

#GalleryModule_root__Gm7X3 .GalleryModule_hoverDesc__Ie8J5 {
    font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, sans-serif !important;
    font-size: 0.875rem !important;
    line-height: 1.6 !important;
    color: #737373 !important;
    max-width: 260px !important;
}

@media (min-width: 768px) {
    #GalleryModule_root__Gm7X3 .GalleryModule_hoverDesc__Ie8J5 {
        font-size: 0.9375rem !important;
    }
}

/* ========== WATERMARK SIGNATURE ========== */
#GalleryModule_root__Gm7X3 .GalleryModule_watermark__Jf9K6 {
    position: absolute !important;
    bottom: -0.5rem !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    pointer-events: none !important;
    user-select: none !important;
    overflow: hidden !important;
}

#GalleryModule_root__Gm7X3 .GalleryModule_watermarkText__Kg1L7 {
    font-family: &amp;quot;Brush Script MT&amp;quot;, &amp;quot;Lucida Handwriting&amp;quot;, cursive !important;
    font-size: 4.5rem !important;
    color: #e6e6e6 !important;
    line-height: 1 !important;
    display: block !important;
    transform: translateY(0.75rem) !important;
    white-space: nowrap !important;
}

@media (min-width: 768px) {
    #GalleryModule_root__Gm7X3 .GalleryModule_watermarkText__Kg1L7 {
        font-size: 5.5rem !important;
    }
}

@media (min-width: 1024px) {
    #GalleryModule_root__Gm7X3 .GalleryModule_watermarkText__Kg1L7 {
font-size: 4rem !important; padding-bottom: 2.5rem;    }
}
 .module[data-id_page='3']{;background-size:contain;background-repeat:no-repeat;background-position:left;background-attachment:scroll;width:100%;max-width:100%;padding-top:128px;padding-bottom:128px;border-style:none;}.module[data-id_page='3']:hover{;}.module[data-id_page='3']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='3'] > div{
                        position:relative;
                        z-index:12;
                    }
                .module[data-id_page='3'] 
            
            .module[data-id_page='3'] .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;
        
            }

            .module[data-id_page='3'] .layer_first_child {
                width: 100%;
            }
        
            .module[data-id_page='3']:hover .new_admin_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
            #module_new_medical_1 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
            #module_new_medical_1 .new_medical_description ul{
               list-style-position:inside;
            }
            
			#module_new_medical_1 .content_str{
				width:100%;
			}
            #module_new_medical_1 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_1 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_1 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_1 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_1 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_1 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_1 .mode7-size span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            .custom1{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1:hover{
                color:;
            }
            .custom2{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2:hover{
                color:;
              
            }
            #module_new_medical_1 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_1 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_1 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_1 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_1 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
        
            #module_new_medical_1 .new_medical_description a,#module_new_medical_1 .new_medical_description_main a{
                color:#00AFEF!important;
            }
            #module_new_medical_1 .new_medical_description a:hover,#module_new_medical_1 .new_medical_description_main a:hover{
                color:#00AFEF!important;
            }
         
                #module_new_medical_1 .swiper-pagination{
                position: absolute;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_1 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_1 .new_medical_icon{
                background-image:url("https://tatotaj.ir/files/image/1767101957_32 (2).png");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1 .background-img{
                border-radius:;
            }
        
            #medical_box_1 .new_medical_icon{
                
            }
        #medical_box_1 .new_medical_title{color:#221d1a;font-weight:400;font-size:16px;text-align:right;margin-top:16px;line-height:28px;}#medical_box_1:hover .new_medical_title{}
                #medical_box_1 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1 .new_medical_icon{background-size:contain;background-position:right;background-repeat:no-repeat;min-width:100%;height:80px;border-style:none;border-color:#000;}#medical_box_1:hover .new_medical_icon{}#medical_box_1.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}#medical_box_1:hover{}#medical_box_1 .new_medical_description{color:#625e5c;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:solid;border-color:#555;}#medical_box_1:hover .new_medical_description{}
                #medical_box_1 .new_medical_layer{}#medical_box_1:hover .new_medical_layer{}
            
            #medical_box_1 .new_medical_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;
        
            }

            #medical_box_1 .layer_first_child {
                width: 100%;
            }
        
            #medical_box_1:hover .new_medical_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
                #medical_box_1:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1 .mode1-size_1{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1 > div{
               height:100%;
            }
            #medical_box_1 .mode2-size_1{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1 .mode3-size_1{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1 .mode4-size_1{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1 .mode5-size_1{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1 .mode6-size_1{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1 .mode7-size_1{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1 .mode7-size_1 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1 span:hover{
                color:!important;
            }
            .custom2_1{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1 span:hover{
                color:;
            }
            #medical_box_1 .mode-btn1_1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1 .mode-btn1_1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1 .mode-btn2_1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1 .mode-btn2_1 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1 .div-btn-title_main_1{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_5 .new_medical_icon{
                background-image:url("https://tatotaj.ir/files/image/1767101957_32 (4).png");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_5 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_5 .background-img{
                border-radius:;
            }
        
            #medical_box_5 .new_medical_icon{
                
            }
        #medical_box_5 .new_medical_title{color:#221d1a;font-weight:400;font-size:16px;text-align:right;margin-top:16px;line-height:28px;}#medical_box_5:hover .new_medical_title{}
                #medical_box_5 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_5 .new_medical_icon{background-size:contain;background-position:right;background-repeat:no-repeat;min-width:100%;height:80px;border-style:none;border-color:#000;}#medical_box_5:hover .new_medical_icon{}#medical_box_5 .new_medical_description{color:#625e5c;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:solid;border-color:#555;}#medical_box_5:hover .new_medical_description{}
                #medical_box_5 
            
            #medical_box_5 .new_medical_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;
        
            }

            #medical_box_5 .layer_first_child {
                width: 100%;
            }
        
            #medical_box_5:hover .new_medical_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
                #medical_box_5:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_5 .mode1-size_5{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_5 .new_medical_box > div{
                width:100%;
            }
             #medical_box_5 > div{
               height:100%;
            }
            #medical_box_5 .mode2-size_5{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_5 .mode3-size_5{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_5 .mode4-size_5{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_5 .mode5-size_5{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_5 .mode6-size_5{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_5 .mode7-size_5{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_5 .mode7-size_5 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_5 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_5 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_5{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_5 span:hover{
                color:!important;
            }
            .custom2_5{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_5 span:hover{
                color:;
            }
            #medical_box_5 .mode-btn1_5{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_5 .mode-btn1_5 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_5 .mode-btn2_5{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_5 .mode-btn2_5 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_5 .div-btn-title_main_5{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_5 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_5 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_4 .new_medical_icon{
                background-image:url("https://tatotaj.ir/files/image/1767101957_32 (2).png");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_4 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_4 .background-img{
                border-radius:;
            }
        
            #medical_box_4 .new_medical_icon{
                
            }
        #medical_box_4 .new_medical_title{color:#221d1a;font-weight:400;font-size:16px;text-align:right;margin-top:16px;line-height:28px;}#medical_box_4:hover .new_medical_title{}
                #medical_box_4 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_4 .new_medical_icon{background-size:contain;background-position:right;background-repeat:no-repeat;min-width:100%;height:80px;border-style:none;border-color:#000;}#medical_box_4:hover .new_medical_icon{}#medical_box_4 .new_medical_description{color:#625e5c;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:solid;border-color:#555;}#medical_box_4:hover .new_medical_description{}
                #medical_box_4 
            
            #medical_box_4 .new_medical_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;
        
            }

            #medical_box_4 .layer_first_child {
                width: 100%;
            }
        
            #medical_box_4:hover .new_medical_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
                #medical_box_4:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_4 .mode1-size_4{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_4 .new_medical_box > div{
                width:100%;
            }
             #medical_box_4 > div{
               height:100%;
            }
            #medical_box_4 .mode2-size_4{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_4 .mode3-size_4{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_4 .mode4-size_4{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_4 .mode5-size_4{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_4 .mode6-size_4{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_4 .mode7-size_4{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_4 .mode7-size_4 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_4 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_4 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_4{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_4 span:hover{
                color:!important;
            }
            .custom2_4{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_4 span:hover{
                color:;
            }
            #medical_box_4 .mode-btn1_4{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_4 .mode-btn1_4 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_4 .mode-btn2_4{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_4 .mode-btn2_4 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_4 .div-btn-title_main_4{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_4 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_4 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_3 .new_medical_icon{
                background-image:url("https://tatotaj.ir/files/image/1767101957_32 (1).png");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_3 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_3 .background-img{
                border-radius:;
            }
        
            #medical_box_3 .new_medical_icon{
                
            }
        #medical_box_3 .new_medical_title{color:#221d1a;font-weight:400;font-size:16px;text-align:right;margin-top:16px;line-height:28px;}#medical_box_3:hover .new_medical_title{}
                #medical_box_3 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_3 .new_medical_icon{background-size:contain;background-position:right;background-repeat:no-repeat;min-width:100%;height:80px;border-style:none;border-color:#000;}#medical_box_3:hover .new_medical_icon{}#medical_box_3 .new_medical_description{color:#625e5c;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:solid;border-color:#555;}#medical_box_3:hover .new_medical_description{}
                #medical_box_3 
            
            #medical_box_3 .new_medical_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;
        
            }

            #medical_box_3 .layer_first_child {
                width: 100%;
            }
        
            #medical_box_3:hover .new_medical_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
                #medical_box_3:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_3 .mode1-size_3{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_3 .new_medical_box > div{
                width:100%;
            }
             #medical_box_3 > div{
               height:100%;
            }
            #medical_box_3 .mode2-size_3{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_3 .mode3-size_3{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_3 .mode4-size_3{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_3 .mode5-size_3{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_3 .mode6-size_3{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_3 .mode7-size_3{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_3 .mode7-size_3 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_3 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_3 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_3{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_3 span:hover{
                color:!important;
            }
            .custom2_3{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_3 span:hover{
                color:;
            }
            #medical_box_3 .mode-btn1_3{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_3 .mode-btn1_3 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_3 .mode-btn2_3{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_3 .mode-btn2_3 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_3 .div-btn-title_main_3{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_3 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_3 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
                #module_new_medical_1 .new_medical_title_main h3{
                    font-weight:500!important;
                }
            
                #module_new_medical_1 .new_medical_title_main h3{
                    font-size:41px!important;
                }
            #module_new_medical_1 .new_medical_title_main{color:#000;font-weight:500;font-size:41px;justify-content:center;text-align:center;padding-right:358px;padding-left:358px;line-height:58px;}.module[data-id_page='3']:hover .new_medical_title_main{}
                #module_new_medical_1 .new_medical_icon_main{
                    background-image:url("https://tatotaj.ir/files/image/1766914488_SEVIN-TAJ.png");    
                }
            
            #module_new_medical_1 .new_medical_icon_main{
                
            }
            #module_new_medical_1 .new_medical_icon_main{background-size:contain;background-position:center;background-repeat:no-repeat;min-width:100%;height:64px;border-style:none;border-color:#000;}.module[data-id_page='3']:hover .new_medical_icon_main{}#module_new_medical_1 .new_medical_box_main{display:flex;flex-wrap:wrap;visibility:visible;padding-top:64px;border-style:none;}.module[data-id_page='3']:hover .new_medical_box_main{}
            #module_new_medical_1 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_1 .new_medical_module{
                    width:276px;
                    position:relative;
                    overflow:hidden;
                    margin-left:32px;
                    margin-bottom:px;
                }
                #module_new_medical_1 .medical_box_main_animation_trigger{
                    margin-left:32px;
                    margin-bottom:px;
                }
                #module_new_medical_1 .new_medical_module:nth-child(4n){
                    margin-left:0;
                }
                #module_new_medical_1 .medical_box_main_animation_trigger:nth-child(4n){
                    margin-left:0;
                }
                #module_new_medical_1 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_1 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_1 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_1 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_1 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_1 .read-more-less-des {
                width: fit-content;
                text-align: center;
                
                        width: fit-content;
                        margin-right: 50%;
                        transform: translate(50%, 0);
                
                z-index: 1200000;
                position: relative;
            }
            .flex_row_revers{
                flex-direction: row-reverse;
            }
            .flex_row{
                flex-direction: row;
            }
            #module_new_medical_1{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_1 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_1 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_1 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_1 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_1 .swiper-container{
                width:1200px;
            }
            #module_new_medical_1 .top_layer_diagonal{
                z-index:9 !important;
            }
            #module_new_medical_1 .right_layer_diagonal{
                z-index:9 !important;
            }
            #module_new_medical_1 .left_layer_diagonal{
                z-index:9 !important;
            }
            #module_new_medical_1 .bottom_layer_diagonal{
                z-index:9 !important;
            }
        
/* ========================================
   SEVIN TAJ HERO MODULE - RENDERBOX OPTIMIZED
   ======================================== */

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&amp;amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&amp;amp;display=swap');

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

/* Main Container */
#SevinHero_root__Kj8Mn {
    position: relative !important;
    width: 100% !important;
    height: 100vh !important;
    min-height: 600px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    background: #fffcfa !important;
    background-color: #fffcfa !important;
    font-family: &amp;quot;Cormorant Garamond&amp;quot;, Georgia, serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#SevinHero_root__Kj8Mn .SevinHero_container__Lp9No {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
}

/* ========================================
   BACKGROUND GRADIENTS (AURORA MESH)
   ======================================== */

#SevinHero_root__Kj8Mn .SevinHero_bgWrapper__Qr2St {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 0 !important;
    overflow: hidden !important;
}

/* Main Brand Color Blob - Vibrant */
#SevinHero_root__Kj8Mn .SevinHero_blob1__Wx3Uv {
    position: absolute !important;
    top: -25% !important;
    left: -15% !important;
    width: 80vw !important;
    height: 80vw !important;
    background: rgba(230, 97, 72, 0.15) !important;
    background-color: rgba(230, 97, 72, 0.15) !important;
    border-radius: 50% !important;
    filter: blur(130px) !important;
    mix-blend-mode: multiply !important;
    animation: SevinHero_blob1Anim__Wx3Uv 20s ease-in-out infinite !important;
}

@keyframes SevinHero_blob1Anim__Wx3Uv {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(60px, -50px) scale(1.15); }
    66% { transform: translate(-40px, 30px) scale(0.9); }
}

/* Soft Peach/Rose Blob */
#SevinHero_root__Kj8Mn .SevinHero_blob2__Yz4Vw {
    position: absolute !important;
    bottom: -10% !important;
    right: -10% !important;
    width: 70vw !important;
    height: 70vw !important;
    background: rgba(251, 207, 232, 0.5) !important;
    background-color: rgba(251, 207, 232, 0.5) !important;
    border-radius: 50% !important;
    filter: blur(100px) !important;
    mix-blend-mode: multiply !important;
    animation: SevinHero_blob2Anim__Yz4Vw 25s ease-in-out infinite !important;
    animation-delay: 2s !important;
}

@keyframes SevinHero_blob2Anim__Yz4Vw {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(-50px, 40px) scale(0.9); }
    66% { transform: translate(40px, -30px) scale(1.1); }
}

/* Gold Accent Blob */
#SevinHero_root__Kj8Mn .SevinHero_blob3__Ab5Cd {
    position: absolute !important;
    top: 30% !important;
    right: 20% !important;
    width: 30vw !important;
    height: 30vw !important;
    background: rgba(253, 224, 71, 0.1) !important;
    background-color: rgba(253, 224, 71, 0.1) !important;
    border-radius: 50% !important;
    filter: blur(80px) !important;
    will-change: transform !important;
}

/* ========================================
   NOISE TEXTURE
   ======================================== */

#SevinHero_root__Kj8Mn .SevinHero_noise__De6Fg {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 0 !important;
    opacity: 0.035 !important;
    pointer-events: none !important;
    mix-blend-mode: multiply !important;
    background-image: url(&amp;quot;data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E&amp;quot;) !important;
}

/* ========================================
   FLOATING PARTICLES
   ======================================== */

#SevinHero_root__Kj8Mn .SevinHero_particles__Gh7Hi {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 0 !important;
    pointer-events: none !important;
    overflow: hidden !important;
}

#SevinHero_root__Kj8Mn .SevinHero_particle__Ij8Kl {
    position: absolute !important;
    background: #e66148 !important;
    background-color: #e66148 !important;
    border-radius: 50% !important;
    animation: SevinHero_particleFloat__Ij8Kl 27s linear infinite !important;
}

#SevinHero_root__Kj8Mn .SevinHero_particle__Ij8Kl:nth-child(1) {
    width: 4px !important;
    height: 4px !important;
    left: 15% !important;
    top: 80% !important;
    opacity: 0.2 !important;
    animation-duration: 20s !important;
}

#SevinHero_root__Kj8Mn .SevinHero_particle__Ij8Kl:nth-child(2) {
    width: 3px !important;
    height: 3px !important;
    left: 45% !important;
    top: 60% !important;
    opacity: 0.15 !important;
    animation-duration: 25s !important;
    animation-delay: 2s !important;
}

#SevinHero_root__Kj8Mn .SevinHero_particle__Ij8Kl:nth-child(3) {
    width: 5px !important;
    height: 5px !important;
    left: 70% !important;
    top: 90% !important;
    opacity: 0.25 !important;
    animation-duration: 22s !important;
    animation-delay: 4s !important;
}

#SevinHero_root__Kj8Mn .SevinHero_particle__Ij8Kl:nth-child(4) {
    width: 2px !important;
    height: 2px !important;
    left: 30% !important;
    top: 40% !important;
    opacity: 0.3 !important;
    animation-duration: 28s !important;
    animation-delay: 1s !important;
}

#SevinHero_root__Kj8Mn .SevinHero_particle__Ij8Kl:nth-child(5) {
    width: 6px !important;
    height: 6px !important;
    left: 85% !important;
    top: 70% !important;
    opacity: 0.18 !important;
    animation-duration: 24s !important;
    animation-delay: 3s !important;
}

#SevinHero_root__Kj8Mn .SevinHero_particle__Ij8Kl:nth-child(6) {
    width: 3px !important;
    height: 3px !important;
    left: 55% !important;
    top: 85% !important;
    opacity: 0.22 !important;
    animation-duration: 26s !important;
    animation-delay: 5s !important;
}

@keyframes SevinHero_particleFloat__Ij8Kl {
    0% { 
        transform: translateY(0);
        opacity: 0;
    }
    10% {
        opacity: 0.4;
    }
    90% {
        opacity: 0.4;
    }
    100% { 
        transform: translateY(-180px);
        opacity: 0;
    }
}

/* ========================================
   GIANT TYPOGRAPHY BACKGROUND
   ======================================== */

#SevinHero_root__Kj8Mn .SevinHero_giantText__Mn9Op {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: none !important;
    user-select: none !important;
    overflow: hidden !important;
    will-change: transform !important;
}

#SevinHero_root__Kj8Mn .SevinHero_giantH1__Pq0Rs {
    font-size: 28vw !important;
    font-family: &amp;quot;Cormorant Garamond&amp;quot;, Georgia, serif !important;
    font-style: italic !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    letter-spacing: -0.05em !important;
    color: transparent !important;
    -webkit-text-stroke: 1px rgba(230, 97, 72, 0.08) !important;
    filter: blur(0.5px) !important;
}

/* ========================================
   MAIN LOGO / CONTENT
   ======================================== */

#SevinHero_root__Kj8Mn .SevinHero_logoWrapper__St1Uv {
    position: relative !important;
    z-index: 10 !important;
    padding: 3rem !important;
}

#SevinHero_root__Kj8Mn .SevinHero_logoInner__Wx2Yz {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    cursor: pointer !important;
    transform-style: preserve-3d !important;
    will-change: transform !important;
}

/* Vibrant Glow */
#SevinHero_root__Kj8Mn .SevinHero_glow__Ab3Cd {
    position: absolute !important;
    top: -6rem !important;
    left: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    background: linear-gradient(135deg, rgba(230, 97, 72, 0.1), rgba(253, 224, 71, 0.1)) !important;
    background-color: transparent !important;
    border-radius: 50% !important;
    filter: blur(50px) !important;
    opacity: 0 !important;
    transition: opacity 1s ease !important;
    pointer-events: none !important;
}

#SevinHero_root__Kj8Mn .SevinHero_logoInner__Wx2Yz:hover .SevinHero_glow__Ab3Cd {
    opacity: 1 !important;
}

/* Logo Image */
#SevinHero_root__Kj8Mn .SevinHero_logoImg__De4Fg {
    position: relative !important;
    width: 50vw !important;
    max-width: 32rem !important;
    max-height: 45vh !important;
    object-fit: contain !important;
    z-index: 20 !important;
    mix-blend-mode: multiply !important;
    filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.15)) !important;
}

/* Fallback Modern Text */
#SevinHero_root__Kj8Mn .SevinHero_fallback__Gh5Hi {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    z-index: 20 !important;
}

#SevinHero_root__Kj8Mn .SevinHero_fallbackTitle__Ij6Kl {
    font-size: 12vw !important;
    font-family: &amp;quot;Cormorant Garamond&amp;quot;, Georgia, serif !important;
    font-style: italic !important;
    font-weight: 500 !important;
    color: #1f2937 !important;
    line-height: 0.85 !important;
    text-align: center !important;
    letter-spacing: -0.02em !important;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1)) !important;
}

#SevinHero_root__Kj8Mn .SevinHero_fallbackSubtitle__Mn7Op {
    display: flex !important;
    align-items: center !important;
    gap: 1.5rem !important;
    margin-top: 2rem !important;
}

#SevinHero_root__Kj8Mn .SevinHero_line__Pq8Rs {
    width: 4rem !important;
    height: 1px !important;
    background: rgba(230, 97, 72, 0.5) !important;
    background-color: rgba(230, 97, 72, 0.5) !important;
}

#SevinHero_root__Kj8Mn .SevinHero_subtext__St9Uv {
    color: #e66148 !important;
    font-family: &amp;quot;Inter&amp;quot;, system-ui, -apple-system, sans-serif !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.4em !important;
    text-transform: uppercase !important;
}

/* ========================================
   DECORATIVE CORNER TEXT
   ======================================== */

#SevinHero_root__Kj8Mn .SevinHero_cornerText__Wx0Yz {
    position: absolute !important;
    top: 3rem !important;
    left: 3rem !important;
    z-index: 10 !important;
}

#SevinHero_root__Kj8Mn .SevinHero_cornerSpan__Ab1Cd {
    font-family: &amp;quot;Cormorant Garamond&amp;quot;, Georgia, serif !important;
    font-style: italic !important;
    font-size: 1.5rem !important;
    color: #e66148 !important;
}

/* ========================================
   BOTTOM BAR
   ======================================== */

#SevinHero_root__Kj8Mn .SevinHero_bottomBar__De2Fg {
    position: absolute !important;
    bottom: 3rem !important;
    left: 3rem !important;
    right: 3rem !important;
    z-index: 10 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-family: &amp;quot;Inter&amp;quot;, system-ui, -apple-system, sans-serif !important;
    font-size: 0.625rem !important;
    letter-spacing: 0.25em !important;
    text-transform: uppercase !important;
    color: rgba(31, 41, 55, 0.6) !important;
    pointer-events: none !important;
}

#SevinHero_root__Kj8Mn .SevinHero_leftText__Gh3Hi,
#SevinHero_root__Kj8Mn .SevinHero_rightText__St7Uv {
    transition: color 0.3s ease !important;
}

#SevinHero_root__Kj8Mn .SevinHero_leftText__Gh3Hi:hover,
#SevinHero_root__Kj8Mn .SevinHero_rightText__St7Uv:hover {
    color: #e66148 !important;
}

#SevinHero_root__Kj8Mn .SevinHero_centerScroll__Ij4Kl {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.5rem !important;
}

#SevinHero_root__Kj8Mn .SevinHero_scrollLine__Mn5Op {
    width: 1px !important;
    height: 2rem !important;
    background: rgba(230, 97, 72, 0.4) !important;
    background-color: rgba(230, 97, 72, 0.4) !important;
}

#SevinHero_root__Kj8Mn .SevinHero_scrollText__Pq6Rs {
    color: #e66148 !important;
}

/* ========================================
   VIGNETTE
   ======================================== */

#SevinHero_root__Kj8Mn .SevinHero_vignette__Wx8Yz {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 20 !important;
    pointer-events: none !important;
    background: radial-gradient(circle at center, transparent 40%, rgba(255, 252, 250, 0.4) 80%, rgba(255, 252, 250, 1) 100%) !important;
}

/* ========================================
   CUSTOM MOUSE CURSOR
   ======================================== */

#SevinHero_root__Kj8Mn .SevinHero_cursor__Ab9Cd {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 12px !important;
    height: 12px !important;
    background: #e66148 !important;
    background-color: #e66148 !important;
    border-radius: 50% !important;
    pointer-events: none !important;
    z-index: 100 !important;
    opacity: 0 !important;
    transform: translate(-6px, -6px) !important;
    transition: opacity 0.3s ease !important;
}

#SevinHero_root__Kj8Mn .SevinHero_cursorRing__De0Fg {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 48px !important;
    height: 48px !important;
    border: 1.5px solid rgba(230, 97, 72, 0.4) !important;
    border-radius: 50% !important;
    pointer-events: none !important;
    z-index: 99 !important;
    opacity: 0 !important;
    transform: translate(-24px, -24px) !important;
    transition: opacity 0.3s ease !important;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* Mobile */
@media (max-width: 767px) {
    #SevinHero_root__Kj8Mn .SevinHero_cursor__Ab9Cd,
    #SevinHero_root__Kj8Mn .SevinHero_cursorRing__De0Fg {
        display: none !important;
    }
    
    #SevinHero_root__Kj8Mn .SevinHero_logoWrapper__St1Uv {
        padding: 2rem !important;
    }
    
    #SevinHero_root__Kj8Mn .SevinHero_cornerText__Wx0Yz {
        top: 1.5rem !important;
        left: 1.5rem !important;
    }
    
    #SevinHero_root__Kj8Mn .SevinHero_cornerSpan__Ab1Cd {
        font-size: 1.25rem !important;
    }
    
    #SevinHero_root__Kj8Mn .SevinHero_bottomBar__De2Fg {
        bottom: 1.5rem !important;
        left: 1.5rem !important;
        right: 1.5rem !important;
        font-size: 0.5rem !important;
    }
    
    #SevinHero_root__Kj8Mn .SevinHero_leftText__Gh3Hi,
    #SevinHero_root__Kj8Mn .SevinHero_rightText__St7Uv {
        display: none !important;
    }
    
    #SevinHero_root__Kj8Mn .SevinHero_centerScroll__Ij4Kl {
        margin: 0 auto !important;
    }
    
    #SevinHero_root__Kj8Mn .SevinHero_fallbackTitle__Ij6Kl {
        font-size: 14vw !important;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
    #SevinHero_root__Kj8Mn .SevinHero_cornerText__Wx0Yz {
        left: 2rem !important;
    }
    
    #SevinHero_root__Kj8Mn .SevinHero_bottomBar__De2Fg {
        left: 2rem !important;
        right: 2rem !important;
    }
    
    #SevinHero_root__Kj8Mn .SevinHero_fallbackTitle__Ij6Kl {
        font-size: 8rem !important;
    }
}

/* Desktop */
@media (min-width: 1024px) {
    #SevinHero_root__Kj8Mn .SevinHero_cornerText__Wx0Yz {
        left: 6rem !important;
    }
    
    #SevinHero_root__Kj8Mn .SevinHero_bottomBar__De2Fg {
        left: 6rem !important;
        right: 6rem !important;
        font-size: 0.75rem !important;
    }
    
    #SevinHero_root__Kj8Mn .SevinHero_leftText__Gh3Hi,
    #SevinHero_root__Kj8Mn .SevinHero_rightText__St7Uv {
        display: block !important;
    }
}

/* Animation when loaded */
@keyframes SevinHero_fadeInUp__Loaded {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

#SevinHero_root__Kj8Mn.SevinHero_loaded__Anim .SevinHero_logoInner__Wx2Yz {
    animation: SevinHero_fadeInUp__Loaded 1.8s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
}
 
/* ========================================
   PRICING MODULE - RenderBox CMS Compatible
   RTL Layout for Persian/Farsi Content
   ======================================== */

/* ========== CSS Reset Within Root Scope ========== */
#PricingMod_root__Pr8Zx,
#PricingMod_root__Pr8Zx *,
#PricingMod_root__Pr8Zx *::before,
#PricingMod_root__Pr8Zx *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ========== Root Section ========== */
#PricingMod_root__Pr8Zx {
    font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Roboto&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#PricingMod_root__Pr8Zx.PricingMod_section__Hj4Kl {
    position: relative !important;
    width: 100% !important;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #1e1e1e !important;
    direction: rtl !important;
}

/* ========== Container ========== */
#PricingMod_root__Pr8Zx .PricingMod_container__Mx2Vb {
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

@media (min-width: 768px) {
    #PricingMod_root__Pr8Zx .PricingMod_container__Mx2Vb {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

/* ========== Header Section ========== */
#PricingMod_root__Pr8Zx .PricingMod_header__Qw9Nc {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 3rem !important;
    position: relative !important;
}

#PricingMod_root__Pr8Zx .PricingMod_heading__Rt5Df {
    text-align: center !important;
    font-family: Georgia, &amp;quot;Times New Roman&amp;quot;, serif !important;
    line-height: 1.2 !important;
    position: relative !important;
    z-index: 5 !important;
}

#PricingMod_root__Pr8Zx .PricingMod_headingTop__Sv6Eg {
    display: block !important;
    font-size: 1.875rem !important;
    font-weight: 300 !important;
    letter-spacing: 0.05em !important;
    margin-bottom: 0.5rem !important;
    color: #1e1e1e !important;
}

@media (min-width: 768px) {
    #PricingMod_root__Pr8Zx .PricingMod_headingTop__Sv6Eg {
        font-size: 2.25rem !important;
    }
}

#PricingMod_root__Pr8Zx .PricingMod_headingBottom__Tu7Fh {
    display: block !important;
    font-size: 1.875rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    font-weight: 700 !important;
    color: #1e1e1e !important;
}

@media (min-width: 768px) {
    #PricingMod_root__Pr8Zx .PricingMod_headingBottom__Tu7Fh {
        font-size: 3rem !important;
margin-bottom: 3rem;

    }
}

/* ========== Decorative Script Text ========== */
#PricingMod_root__Pr8Zx .PricingMod_decorScript__Uv8Gi {
    position: absolute !important;
    left: -1rem !important;
    top: 2rem !important;
    font-family: &amp;quot;Brush Script MT&amp;quot;, cursive !important;
    font-size: 4rem !important;
    color: #e66148!important;
    transform: rotate(-12deg) !important;
    opacity: 0.9 !important;
    pointer-events: none !important;
    user-select: none !important;
    z-index: 10 !important;
}

@media (min-width: 768px) {
    #PricingMod_root__Pr8Zx .PricingMod_decorScript__Uv8Gi {
        left: 15% !important;
        top: 1rem !important;
        font-size: 6rem !important;
    }
}

/* ========== Pricing Grid ========== */
#PricingMod_root__Pr8Zx .PricingMod_grid__Vw9Hj {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
    row-gap: 2rem !important;
    max-width: 1152px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (min-width: 768px) {
    #PricingMod_root__Pr8Zx .PricingMod_grid__Vw9Hj {
        grid-template-columns: repeat(2, 1fr) !important;
        column-gap: 4rem !important;
    }
}

/* ========== Pricing Item ========== */
#PricingMod_root__Pr8Zx .PricingMod_item__Wx0Ik {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    border-bottom: 1px solid #e5e7eb !important;
    padding-bottom: 1rem !important;
    transition: border-color 0.3s ease !important;
}

#PricingMod_root__Pr8Zx .PricingMod_item__Wx0Ik:hover {
    border-color: #e66148!important;
}

/* ========== Text Content (Right Side in RTL) ========== */
#PricingMod_root__Pr8Zx .PricingMod_textContent__Xy1Jl {
    display: flex !important;
    flex-direction: column !important;
    padding-left: 0.75rem !important;
    text-align: right !important;
    flex: 1 !important;
}

#PricingMod_root__Pr8Zx .PricingMod_itemTitle__Yz2Km {
    font-family: Georgia, &amp;quot;Times New Roman&amp;quot;, serif !important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    color: #1e1e1e !important;
    margin-bottom: 0.5rem !important;
    transition: color 0.3s ease !important;
}

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

#PricingMod_root__Pr8Zx .PricingMod_item__Wx0Ik:hover .PricingMod_itemTitle__Yz2Km {
    color: #e66148 !important;
}

#PricingMod_root__Pr8Zx .PricingMod_itemDesc__Za3Ln {
    font-size: 0.875rem !important;
    color: #6b7280 !important;
    font-weight: 300 !important;
    line-height: 1.6 !important;
}

/* ========== Price Wrapper (Left Side in RTL) ========== */
#PricingMod_root__Pr8Zx .PricingMod_priceWrap__Ab4Mo {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    flex-shrink: 0 !important;
}

/* ========== Price Tags ========== */
#PricingMod_root__Pr8Zx .PricingMod_price__Bc5Np {
    background: #1e1e1e !important;
    background-color: #1e1e1e !important;
    color: #ffffff !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    padding: 0.375rem 1rem !important;
    letter-spacing: 0.05em !important;
    border-radius: 0.25rem !important;
    white-space: nowrap !important;
}

#PricingMod_root__Pr8Zx .PricingMod_oldPrice__Cd6Oq {
    background: #e66148 !important;
    background-color: #e66148 !important;
    color: #ffffff !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    padding: 0.375rem 0.75rem !important;
    text-decoration: line-through !important;
    opacity: 0.9 !important;
    border-radius: 0.25rem !important;
    white-space: nowrap !important;
}

/* ========== Bottom Button Section ========== */
#PricingMod_root__Pr8Zx .PricingMod_buttonWrap__De7Pr {
    display: flex !important;
    justify-content: center !important;
    margin-top: 3rem !important;
}

#PricingMod_root__Pr8Zx .PricingMod_button__Ef8Qs {
    display: inline-block !important;
    padding: 1rem 3rem !important;
    border: 1px solid #e1e1e1 !important;
    color: #1e1e1e !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    text-decoration: none !important;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease !important;
    cursor: pointer !important;
}

#PricingMod_root__Pr8Zx .PricingMod_button__Ef8Qs:hover {
    background: #1e1e1e !important;
    background-color: #1e1e1e !important;
    color: #ffffff !important;
    border-color: #1e1e1e !important;
}

/* ========== Mobile Adjustments ========== */
@media (max-width: 479px) {
    #PricingMod_root__Pr8Zx .PricingMod_item__Wx0Ik {
        flex-direction: column !important;
        gap: 0.75rem !important;
    }
    
    #PricingMod_root__Pr8Zx .PricingMod_textContent__Xy1Jl {
        padding-left: 0 !important;
    }
    
    #PricingMod_root__Pr8Zx .PricingMod_priceWrap__Ab4Mo {
        align-self: flex-end !important;
    }
    
    #PricingMod_root__Pr8Zx .PricingMod_button__Ef8Qs {
        padding: 0.875rem 2rem !important;
        font-size: 0.75rem !important;
    }
}
 
/* ========================================
   BEAUTIUM TESTIMONIALS MODULE - CSS
   RenderBox CMS Optimized
   Version: 1.0
   ======================================== */

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

#Beautium_root__Bw8Xy {
    font-family: -apple-system, BlinkMacSystemFont, &amp;amp;amp;amp;amp;quot;Segoe UI&amp;amp;amp;amp;amp;quot;, Roboto, &amp;amp;amp;amp;amp;quot;Helvetica Neue&amp;amp;amp;amp;amp;quot;, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ========================================
   CONTAINER
   ======================================== */
#Beautium_root__Bw8Xy.Beautium_container__Mz3Qr {
    position: relative !important;
    width: 100% !important;
    min-height: 700px !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    overflow: hidden !important;
    padding: 0rem 1.5rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#Beautium_root__Bw8Xy .Beautium_wrapper__Lp5Vn {
    max-width: 1400px !important;
    width: 100% !important;
    margin: 0 auto !important;
}

/* ========================================
   CONTENT ROW (Flex Layout)
   ======================================== */
#Beautium_root__Bw8Xy .Beautium_contentRow__Jk7Td {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 4rem !important;
}

@media (min-width: 768px) {
    #Beautium_root__Bw8Xy .Beautium_contentRow__Jk7Td {
        flex-direction: row !important;
        gap: 6rem !important;
    }
}

@media (min-width: 1024px) {
    #Beautium_root__Bw8Xy .Beautium_contentRow__Jk7Td {
        gap: 8rem !important;
    }
}

/* ========================================
   IMAGE SECTION
   ======================================== */
#Beautium_root__Bw8Xy .Beautium_imageSection__Rt2Wm {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    order: 1 !important;
}

@media (min-width: 768px) {
    #Beautium_root__Bw8Xy .Beautium_imageSection__Rt2Wm {
        width: 41.666667% !important;
        justify-content: flex-end !important;
        order: 0 !important;
    }
}

@media (min-width: 1024px) {
    #Beautium_root__Bw8Xy .Beautium_imageSection__Rt2Wm {
        width: 50% !important;
        height: 720px;
    }
}

#Beautium_root__Bw8Xy .Beautium_imageWrapper__Yx4Hp {
    position: relative !important;
    width: 100% !important;
    max-width: 450px !important;
}

@media (min-width: 1024px) {
    #Beautium_root__Bw8Xy .Beautium_imageWrapper__Yx4Hp {
        max-width: 550px !important;
    }
}

#Beautium_root__Bw8Xy .Beautium_imageContainer__Kn9Bc {
    overflow: hidden !important;
    position: relative !important;
}

#Beautium_root__Bw8Xy .Beautium_image__Qw6Zs {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: cover !important;
    filter: grayscale(100%) !important;
    transition: filter 1s ease, transform 1s ease !important;
}

#Beautium_root__Bw8Xy .Beautium_imageWrapper__Yx4Hp:hover .Beautium_image__Qw6Zs {
    filter: grayscale(0%) !important;
    transform: scale(1.05) !important;
}

/* ========================================
   LINE ART OVERLAY
   ======================================== */
#Beautium_root__Bw8Xy .Beautium_lineArtOverlay__Fh3Mn {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none !important;
    opacity: 0 !important;
    transition: opacity 1s ease !important;
}

#Beautium_root__Bw8Xy .Beautium_imageWrapper__Yx4Hp:hover .Beautium_lineArtOverlay__Fh3Mn {
    opacity: 0.9 !important;
}

#Beautium_root__Bw8Xy .Beautium_lineArtSvg__Gb5Tp {
    width: 100% !important;
    height: auto !important;
}

/* Line Art Path Animation */
#Beautium_root__Bw8Xy .Beautium_lineArtPath__Hm8Wq,
#Beautium_root__Bw8Xy .Beautium_lineArtDetail1__Pn4Xr,
#Beautium_root__Bw8Xy .Beautium_lineArtDetail2__Vr7Ks,
#Beautium_root__Bw8Xy .Beautium_lineArtEye1__Zt9Lm,
#Beautium_root__Bw8Xy .Beautium_lineArtEye2__Bn2Qp,
#Beautium_root__Bw8Xy .Beautium_lineArtLips__Cm5Wr {
    stroke-dasharray: 2000 !important;
    stroke-dashoffset: 2000 !important;
    transition: stroke-dashoffset 3s ease !important;
}

#Beautium_root__Bw8Xy .Beautium_imageWrapper__Yx4Hp:hover .Beautium_lineArtPath__Hm8Wq,
#Beautium_root__Bw8Xy .Beautium_imageWrapper__Yx4Hp:hover .Beautium_lineArtDetail1__Pn4Xr,
#Beautium_root__Bw8Xy .Beautium_imageWrapper__Yx4Hp:hover .Beautium_lineArtDetail2__Vr7Ks,
#Beautium_root__Bw8Xy .Beautium_imageWrapper__Yx4Hp:hover .Beautium_lineArtEye1__Zt9Lm,
#Beautium_root__Bw8Xy .Beautium_imageWrapper__Yx4Hp:hover .Beautium_lineArtEye2__Bn2Qp,
#Beautium_root__Bw8Xy .Beautium_imageWrapper__Yx4Hp:hover .Beautium_lineArtLips__Cm5Wr {
    stroke-dashoffset: 0 !important;
}

/* ========================================
   CONTENT SECTION
   ======================================== */
#Beautium_root__Bw8Xy .Beautium_contentSection__Pk8Vh {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    position: relative !important;
    z-index: 10 !important;
    order: 2 !important;
}

@media (min-width: 768px) {
    #Beautium_root__Bw8Xy .Beautium_contentSection__Pk8Vh {
        width: 58.333333% !important;
        align-items: flex-start !important;
        text-align: right !important;
        order: 0 !important;
    }
}

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

/* ========================================
   TITLE
   ======================================== */
#Beautium_root__Bw8Xy .Beautium_titleWrapper__Dm7Nx {
    position: relative !important;
    margin-bottom: 3.5rem !important;
    width: 100% !important;
}

#Beautium_root__Bw8Xy .Beautium_title__Fn6Wp {
    font-family: Georgia, &amp;amp;amp;amp;amp;quot;Times New Roman&amp;amp;amp;amp;amp;quot;, serif !important;
    font-size: 2.25rem !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em !important;
}

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

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

#Beautium_root__Bw8Xy .Beautium_titleSubtext__Gr4Zq {
    color: #4a4a4a !important;
}

/* ========================================
   SLIDER AREA
   ======================================== */
#Beautium_root__Bw8Xy .Beautium_sliderArea__Hq5Ls {
    position: relative !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    min-height: 280px !important;
}

@media (min-width: 768px) {
    #Beautium_root__Bw8Xy .Beautium_sliderArea__Hq5Ls {
        min-height: 240px !important;
    }
}

/* Quote Icon */
#Beautium_root__Bw8Xy .Beautium_quoteIcon__Jt8Nm {
    flex-shrink: 0 !important;
    color: #ff6b6b !important;
    padding-top: 0.5rem !important;
}

#Beautium_root__Bw8Xy .Beautium_quoteSvg__Kw3Pr {
    opacity: 1 !important;
    transform: scaleX(-1) !important;
}

/* Text Container */
#Beautium_root__Bw8Xy .Beautium_textContainer__Ls9Wt {
    flex: 1 !important;
    position: relative !important;
    padding-right: 2rem !important;
}

@media (min-width: 1024px) {
    #Beautium_root__Bw8Xy .Beautium_textContainer__Ls9Wt {
        padding-right: 2.5rem !important;
    }
}

/* ========================================
   TESTIMONIALS
   ======================================== */
#Beautium_root__Bw8Xy .Beautium_testimonial__Mz3Qp {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    opacity: 0 !important;
    transform: translateX(3rem) !important;
    filter: blur(4px) !important;
    z-index: 10 !important;
    pointer-events: none !important;
    transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), 
                transform 1s cubic-bezier(0.22, 1, 0.36, 1),
                filter 1s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

#Beautium_root__Bw8Xy .Beautium_testimonial__Mz3Qp.Beautium_testimonialActive__Nr4Xs {
    opacity: 1 !important;
    transform: translateX(0) !important;
    filter: blur(0) !important;
    z-index: 20 !important;
    pointer-events: auto !important;
}

#Beautium_root__Bw8Xy .Beautium_testimonial__Mz3Qp.Beautium_testimonialExiting__Px7Qs {
    opacity: 0 !important;
    transform: translateX(-3rem) !important;
    filter: blur(4px) !important;
    z-index: 10 !important;
    pointer-events: none !important;
}

#Beautium_root__Bw8Xy .Beautium_testimonialText__Pw5Yr {
    font-size: 1.125rem !important;
    color: #666666 !important;
    line-height: 1.8 !important;
    margin-bottom: 2rem !important;
    direction: rtl !important;
    text-align: right !important;
}

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

@media (min-width: 1024px) {
    #Beautium_root__Bw8Xy .Beautium_testimonialText__Pw5Yr {
        font-size: 1.2rem !important;
margin-right: 16px;    }
}

#Beautium_root__Bw8Xy .Beautium_testimonialAuthor__Qx6Zt {
    font-size: 1.125rem !important;
    color: #1a1a1a !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
    direction: rtl !important;
    text-align: right !important;
}

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

/* ========================================
   PAGINATION DOTS
   ======================================== */
#Beautium_root__Bw8Xy .Beautium_paginationDots__Rt7Wv {
    display: flex !important;
    gap: 1rem !important;
    margin-top: 2rem !important;
    padding-left: 0 !important;
    width: 100% !important;
    justify-content: center !important;
}

@media (min-width: 768px) {
    #Beautium_root__Bw8Xy .Beautium_paginationDots__Rt7Wv {
        margin-top: 1.5rem !important;
        padding-right: 5.5rem !important;
        justify-content: flex-start !important;
    }
}

#Beautium_root__Bw8Xy .Beautium_dot__Sw8Xz {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 1.25rem !important;
    height: 1.25rem !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    padding: 0 !important;
    outline: none !important;
}

#Beautium_root__Bw8Xy .Beautium_dot__Sw8Xz:focus {
    outline: none !important;
}

/* Active Ring */
#Beautium_root__Bw8Xy .Beautium_dotRing__Uv5Wb {
    position: absolute !important;
    inset: 0 !important;
    border-radius: 50% !important;
    border: 1.5px solid #ff6b6b !important;
    opacity: 0 !important;
    transform: scale(0.5) !important;
    transition: opacity 0.5s ease, transform 0.5s ease !important;
}

#Beautium_root__Bw8Xy .Beautium_dot__Sw8Xz.Beautium_dotActive__Ty9Za .Beautium_dotRing__Uv5Wb {
    opacity: 1 !important;
    transform: scale(1.25) !important;
}

/* Dot Circle */
#Beautium_root__Bw8Xy .Beautium_dotCircle__Vx6Yc {
    display: block !important;
    width: 0.5rem !important;
    height: 0.5rem !important;
    border-radius: 50% !important;
    background: #d1d5db !important;
    transition: background 0.5s ease, width 0.5s ease, height 0.5s ease !important;
}

#Beautium_root__Bw8Xy .Beautium_dot__Sw8Xz.Beautium_dotActive__Ty9Za .Beautium_dotCircle__Vx6Yc {
    background: #ff6b6b !important;
    width: 0.5rem !important;
    height: 0.5rem !important;
}

#Beautium_root__Bw8Xy .Beautium_dot__Sw8Xz:hover .Beautium_dotCircle__Vx6Yc {
    background: rgba(255, 107, 107, 0.7) !important;
}

/* ========================================
   MOBILE OPTIMIZATIONS
   ======================================== */
@media (max-width: 479px) {
    #Beautium_root__Bw8Xy.Beautium_container__Mz3Qr {
        padding: 4rem 1rem !important;
        min-height: 600px !important;
    }
    
    #Beautium_root__Bw8Xy .Beautium_contentRow__Jk7Td {
        gap: 3rem !important;
    }
    
    #Beautium_root__Bw8Xy .Beautium_title__Fn6Wp {
        font-size: 2rem !important;
    }
    
    #Beautium_root__Bw8Xy .Beautium_testimonialText__Pw5Yr {
        font-size: 1rem !important;
        line-height: 1.7 !important;
    }
    
    #Beautium_root__Bw8Xy .Beautium_sliderArea__Hq5Ls {
        min-height: 320px !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: #2f2f2f;
                    background-size: auto;
                    background-repeat: no-repeat;
                }
            
            .adv-banner-container{
                width: 100%;
                height: 10px;
            }
            .adv-banner-container .adv-item{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .top-bar-container{
                width: 100%;
                min-height: 40px;
                height: 40px;
                background: #222 ;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-bar{
                width: 1200px;
                height: 100%;
                margin: auto;
                padding: 0 8px;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
            }
            .top-item{
                height: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container{
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container img{
                width: 16px;
                height: 16px;
            }
            .info-container > span{
                display: inline-flex;
            }
            .top-info,
            .top-social{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-social{
                padding: 5px 0;
            }
            .top-social li a img{
                width: 32px;
                height: 32px;
            }
            .top-social li a span{
                font-size: 0px;
                font-weight: 200;
                color: #777;
            }
            .top-list{
                width: max-content;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                margin: 0  0px;
            }
            .top-list:hover{
                color: ;
            }
            
                .top-list:first-child{
                    margin-right : 0;
                }
                .top-list:last-child{
                    margin-left : 0;
                }
            
            .arrow-menu-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-list a span,
            .top-list span{
                color: #777;
                font-weight: bold;
                font-size: 14px;
            }
            .top-list a img,
            .top-list span img{
                margin: 0 5px;
                width: 24px;
                height: 24px;
                object-fit: contain;
            }
            .top-list:first-child a img,
            .top-list:first-child span img{
                margin-right: 0;
            }
            .top-navbar{
                height: 100%;
                background: transparent;
            }
            .top-nav-list{
                position: relative;
                height: 100%;
                padding: 0 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-nav-list a span,
            .top-nav-list span{
                color: #000;
                font-size: 0px;
                font-weight: 200;search
            }
            .top-nav-list:hover{
                background-color: #fff;
            }
            .top-nav-list .arrow-menu-container svg{
                fill: #000;
            }
            .top-nav-list:hover a span,
            .top-nav-list:hover span,
            .top-nav-list:hover .arrow-menu-container svg{
                color: #fff;
                fill: #fff;
            }
            .top-nav-list .icon-title-part{
                padding-left: 5px;
            }
            .top-sub-nav > .top-sub-list a span,
            .top-sub-nav > .top-sub-list span{
                color: #000;
            }
            .top-sub-nav > .top-sub-list:hover a span,
            .top-sub-nav > .top-sub-list:hover span{
                color: #fff;
            }
            
            .top-sub-nav{
                flex-direction: column;
                justify-content: center;
                align-content: flex-start;
                position: absolute;
                z-index: 4999;
                min-width: 150px;
                width: max-content;
                background: #2c3e50;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translateY(-10px) scaleY(0.5);
                transform-origin: top;  
                border-radius: 0;
            }
            .top-nav-list:hover > .top-sub-nav{
                display: flex;
                top: 100%;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
        
                .top-nav-list:hover > .top-sub-nav{
                    right: 0;
                }
                .top-sub-list{
                    border-left: 5px solid  #f00;
                }
            
            .top-sub-list{
                width: 100%;
                padding: 8px 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-sub-list:hover{
                background: #fff;
            }
            .header-container{
                display: grid;
                width: 1200px;
                margin: auto;
                height: auto;
                grid-template-rows: 1fr 1fr;  
                grid-template-columns: 1fr 3fr 1fr;
                grid-template-areas: 
                    "top-1 top-2 top-3"
                    "bottom-1 bottom-2 bottom-3"; 
                padding-top: 48px;
                padding-bottom: 48px;
                padding-left: px;
                padding-right: px;
            }
            .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: 2px  2px;
            }
            .logo-container img{
                display: block;
                width: 200px;
                height: 80px;
                max-width: 200px;
                max-height: 80px;
                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: #2f2f2f;
                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: 17px;
                color: #fff;
            }
            .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
            .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                display: flex;
                top: 45px;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                display: flex;
                right: calc(100%  +  5px);
                top: 0;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
                    .nav-container .navbar.navbar-sub{
                        position: absolute;
                        z-index: 4999;
                        background: #fff;
                        clip: rect(1px, 1px, 1px, 1px);
                        opacity: 0.1;
                        transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                                    opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                        transform: translateY(-10px) scaleY(0.5);
                        transform-origin: top;  
                        border-radius: 0;
                    }
                    .nav-container .navbar.navbar-sub{
                        flex-direction: column;
                        justify-content: center;
                        align-content: flex-start;
                        min-width: 150px;
                        width: max-content;
                    }
                    .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
                    .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                        right: 0;
                    }
                    .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                        right: calc(100%  +  5px);
                    }
                    .nav-container .navbar.navbar-sub .nav-list{
                        width:200px;
                        border-left: 5px solid red;
                    }
                
            .arrow-icon-menu{
                width: 8px;
                height: 8px;
            }
            .arrow-icon-menu.arrow-bottom{
                transform: rotate(90deg);
            }
            
                .arrow-menu-container{
                    margin-right: 5px;
                }
                .arrow-icon-menu.arrow-right,
                .overflow-list .arrow-icon-menu.arrow-bottom{
                    transform: rotate(180deg);
                }
                .nav-container .navbar .nav-list:first-child:hover{
                    border-radius: 0 3px 3px 0;
                }
                .nav-container .navbar .nav-list:last-child:hover{
                    border-radius: 3px 0 0 3px;
                }
            
            .nav-container .navbar .nav-list.base-level svg,
            .nav-container .navbar .nav-list .overflow-menu svg{
                fill: #fff;
            }
            .nav-container .navbar .nav-list.base-level:hover svg{
                fill: ;
            }
            .sub-menu-container{
                position: absolute;
                min-width: 150px;
                background-color: #fff;
                color: #fff;
                top: 32px;
                right: 0;
                z-index: 4999;
               /* display: none;*/
            } 
            /*.sub-navbar{
                width: 100%;
                height: 100%;
            }*/
            .nav-container .navbar.navbar-sub .nav-list img{
                width: 16px;
                height: 16px;
            }
            .nav-container .navbar.navbar-sub .nav-list a,
            .nav-container .navbar.navbar-sub .nav-list span{
                color: #2f2f2f;
                font-size: 17px;
            }
            .nav-list.with-sub-menu:hover .sub-menu-container{
                display: block;
            }
            .nav-container .navbar.navbar-sub .nav-list .arrow-menu-container svg{
                fill: #2f2f2f;
            }
            .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: #2f2f2f;
                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: #2f2f2f;
                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: #2f2f2f;
                    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: #2f2f2f;
                    }
                    .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: #2f2f2f;
                    }
                    .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: #2f2f2f;
                    }
                    .icon-container .icon-item.search-icon .icon-shortcut .search-container .search-btn:hover{
                        background: #2f2f2f;
                    }
                 
            .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: #2f2f2f;
                    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: #2f2f2f;
                    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: #2f2f2f;
                    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: #2f2f2f;
                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 #2f2f2f;
                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: #fff;
            }
            .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: #2f2f2f;
                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 #2f2f2f;
                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: 0px;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                background-color: #777 ;
            }
            #back_to_top svg{
                width: 0px;
                height: 0px;
                fill: #fff ;
            }
            #back_to_top img{
                width: 0px;
                height: 0px;
                fill: #fff ;
                object-fit:contain;
            }
            .search-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .basket-shop img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .lang-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .icon-login img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
        
                    .header-container{
                        grid-template-rows: 1fr;  
                        grid-template-columns: 200px minmax(auto, 100%) 1fr;
                        grid-template-areas: 
                            "top-1 top-2 top-3"; 
                    }
                    .top-section-1{
                        justify-content: flex-start;
                    }
                    .top-section-2{
                        justify-content: flex-start;
                    }
                    .logo-container{
                        justify-content: flex-start;
                    }
                    .nav-container{
                        justify-content: flex-start;
                    }
                    .nav-container .navbar{
                        justify-content: flex-start;
                    }
                    .width-full{
                        width: 100% !important;
                    }
                #module_footer_section_14{
;
width:100%;
padding-top:2%;
padding-right:2%;
padding-bottom:2%;
padding-left:2%;
border-style:none;
}#module_footer_column_14{
;
width:30%;
margin-top:0px;
padding-bottom:2vw;
padding-left:1.5vw;
border-style:solid;
border-left-width:.015vw;
border-color:#E1E1E1;
}#module_footer_items_53{
;
cursor:default;
width:9vw;
height:4vw;
font-weight:400;
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_28{
;
padding-top:1.5vw;
border-style:none;
}#module_footer_items_54{
;
cursor:default;
text-align:justify;
line-height:1.8vw;
color:#000;
font-weight:400;
font-size:.8vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_54:hover{
;
}#module_footer_column_15{
;
width:40%;
margin-top:0px;
padding-right:5vw;
padding-left:5vw;
border-style:solid;
border-left-width:.015vw;
border-color:#E1E1E1;
}#module_footer_items_56{
;
cursor:default;
line-height:6vw;
color:#000;
font-weight:bold;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_56:hover{
;
}#module_footer_row_31{
;
padding-top:1.5vw;
border-style:none;
}#module_footer_items_57{
;
cursor:default;
width:1.5vw;
height:1.5vw;
background-color:#f5f5f5;
font-weight:bold;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-top-left-radius:.25vw;
border-top-right-radius:.25vw;
border-bottom-right-radius:.25vw;
border-bottom-left-radius:.25vw;
border-style:none;
margin-left:.5vw;
padding-top:.25vw;
padding-right:.25vw;
padding-bottom:.25vw;
padding-left:.25vw;
}#module_footer_items_57:hover{
;
background-color:#fff;
border-style:solid;
border-top-width:.015vw;
border-right-width:.015vw;
border-bottom-width:.015vw;
border-left-width:.015vw;
border-color:#f5f5f5;
}#module_footer_items_60{
;
cursor:default;
line-height:1.5vw;
color:#000000;
font-size:.8vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:.5vw;
}#module_footer_items_60:hover{
;
}#module_footer_row_33{
;
padding-top:1vw;
border-style:none;
}#module_footer_items_59{
;
cursor:default;
width:1.5vw;
height:1.5vw;
background-color:#f5f5f5;
font-weight:bold;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-top-left-radius:0.25vw;
border-top-right-radius:0.25vw;
border-bottom-right-radius:0.25vw;
border-bottom-left-radius:0.25vw;
border-style:none;
margin-left:.5vw;
padding-top:0.25vw;
padding-right:0.25vw;
padding-bottom:0.25vw;
padding-left:0.25vw;
}#module_footer_items_59:hover{
;
background-color:#fff;
border-style:solid;
border-top-width:.15vw;
border-right-width:.15vw;
border-bottom-width:.15vw;
border-left-width:.15vw;
border-color:#f5f5f5;
}#module_footer_items_62{
;
cursor:default;
line-height:1.5vw;
color:#000;
font-weight:400;
font-size:0.8vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:.5vw;
}#module_footer_items_62:hover{
;
}#module_footer_row_35{
;
padding-top:1vw;
border-style:none;
}#module_footer_items_65{
;
cursor:default;
width:1.5vw;
height:1.5vw;
background-color:#f5f5f5;
font-weight:bold;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-top-left-radius:0.25vw;
border-top-right-radius:0.25vw;
border-bottom-right-radius:0.25vw;
border-bottom-left-radius:0.25vw;
border-style:none;
margin-left:.5vw;
padding-top:0.25vw;
padding-right:0.25vw;
padding-bottom:0.25vw;
padding-left:0.25vw;
}#module_footer_items_65:hover{
;
width:1.5vw;
height:1.5vw;
background-color:#fff;
border-style:solid;
border-top-width:0.15vw;
border-right-width:0.15vw;
border-bottom-width:0.15vw;
border-left-width:0.15vw;
border-color:#f5f5f5;
}#module_footer_items_119{
;
cursor:default;
line-height:1.5vw;
color:#000;
font-weight:400;
font-size:.8vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:.5vw;
}#module_footer_items_119:hover{
;
}#module_footer_row_36{
;
padding-top:2vw;
border-style:none;
}#module_footer_items_67{
;
cursor:default;
line-height:1.5vw;
color:#000;
font-weight:bold;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_67:hover{
;
}#module_footer_row_37{
;
padding-top:1vw;
padding-bottom:1vw;
border-style:none;
}#module_footer_items_68{
;
cursor:default;
width:2vw;
height:2vw;
font-weight:400;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_68:hover{
;
}#module_footer_items_69{
;
cursor:default;
width:2vw;
height:2vw;
font-weight:400;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:1vw;
}#module_footer_items_69:hover{
;
}#module_footer_items_114{
;
cursor:default;
width:2vw;
height:2vw;
font-weight:400;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:1vw;
}#module_footer_items_114:hover{
;
}#module_footer_items_115{
;
cursor:default;
width:2.2vw;
height:2.2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-top-left-radius:5vw;
border-top-right-radius:5vw;
border-bottom-right-radius:5vw;
border-bottom-left-radius:5vw;
border-style:none;
margin-top:.3vw;
margin-right:1vw;
}#module_footer_items_115:hover{
;
}#module_footer_column_16{
;
width:30%;
margin-top:0vw;
padding-right:1.5vw;
padding-left:1.5vw;
border-style:none;
border-left-width:.015vw;
border-color:#E1E1E1;
}#module_footer_items_70{
;
cursor:default;
line-height:6vw;
color:#000000;
font-weight:bold;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_70:hover{
;
}#module_footer_row_39{
;
padding-top:1.5vw;
border-style:none;
}#module_footer_items_71{
;
cursor:default;
width:40%;
line-height:1.5vw;
color:#000;
font-weight:400;
font-size:.8vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_71:hover{
;
}#module_footer_items_172{
;
cursor:default;
width:50%;
line-height:1.5vw;
color:#000;
font-weight:400;
font-size:.8vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_172:hover{
;
}#module_footer_row_40{
;
padding-top:1vw;
border-style:none;
}#module_footer_items_72{
;
cursor:default;
width:40%;
line-height:1.5vw;
color:#000;
font-weight:400;
font-size:.8vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_72:hover{
;
}#module_footer_items_173{
;
cursor:default;
width:50%;
line-height:1.5vw;
color:#000;
font-weight:400;
font-size:.8vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_173:hover{
;
}#module_footer_row_41{
;
padding-top:1vw;
border-style:none;
}#module_footer_items_73{
;
cursor:default;
width:40%;
line-height:1.5vw;
color:#000;
font-weight:400;
font-size:.8vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_73:hover{
;
}#module_footer_items_174{
;
cursor:default;
line-height:1.5vw;
color:#000;
font-weight:400;
font-size:.8vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_174:hover{
;
}#module_footer_section_15{
;
background-color:#2f2f2f;
justify-content:center;
padding-top:1vw;
padding-right:2vw;
padding-bottom:1vw;
padding-left:2vw;
border-style:none;
}#module_footer_column_18{
;
justify-content:center;
border-style:none;
}#module_footer_row_57{
;
justify-content:center;
border-style:none;
}#module_footer_items_89{
;
cursor:default;
text-align:center;
line-height:1.5vw;
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_89:hover{
;
}#public_footer_main_3{;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;border-style:solid;border-top-width:1px;border-color:#d9d9d9;}#public_footer_main_3:hover{;}
                #public_footer_main_3{
                    position:relative;
                    margin-right:auto !important;
                    margin-left:auto !important;
                    overflow:hidden !important;
                }
                #public_footer_main_3 > div{
                    position:relative;
                    z-index:12;
                }
                
                #public_footer_main_3 
            
            #public_footer_main_3 .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_3 .layer_first_child {
                width: 100%;
            }
        
            #public_footer_main_3:hover .new_admin_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
            #msg_footer.msg_footer,
            #msg_footer_complete.msg_footer{
                position: fixed;
                top: 50px;
                right: 10px;
                width: 400px;
                height: 50px;
                z-index: 10000;
                border-radius: 3px;
            }

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

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

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

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

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