/* لوگو همیشه رنگ اصلی خود را حفظ کند */
.elementor-widget-theme-site-logo img,
.header-logo img,
.transparent-header img,
.ast-site-identity img,
.ast-header-break-point .main-header-bar .custom-logo-link img {
    filter: none !important;
    -webkit-filter: none !important;
    mix-blend-mode: normal !important;
    opacity: 1 !important;
    transition: none !important;
}

/* حالت Sticky / Mobile */
.ast-header-sticky img,
.elementor-sticky--active img {
    filter: none !important;
    -webkit-filter: none !important;
    mix-blend-mode: normal !important;
    opacity: 1 !important;
}

/* نمایش همه تصاویر صفحه Contact */
.page-id-XX img {
    display: block !important;
    opacity: 1 !important;
    filter: none !important;
}