/* فقط برای first-page.php */
body.page-template-first-page #primary,
body.page-template-first-page .site-content,
body.page-template-first-page #content {
    width: 100vw !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Hero wrapper */
body.page-template-first-page .fullwidth-wrapper {
    width: 100vw !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
}

/* جلوگیری از اسکرول افقی */
body.page-template-first-page {
    overflow-x: hidden;
}

/* ریسپانسیو موبایل */
@media (max-width: 992px) {
    body.page-template-first-page #primary,
    body.page-template-first-page .site-content,
    body.page-template-first-page #content {
        padding: 0px 0px !important;
    }

    body.page-template-first-page .fullwidth-wrapper {
        padding: 0px 0px !important;
        margin: 0px !important;
        top:10px;
    }
}

@media (max-width: 767px) {
    .elementor-slides .swiper-slide-inner {
        padding: 0px;
        top:10px;
    }
}

.elementor-10454 .elementor-element.elementor-element-5e116c7 .swiper-slide{
    
}