/* ==========================================
   Family Corner - Header Logo Only
   ========================================== */

/* شعار الهيدر فقط */
.sense-header-logo .sense-image-logo {
    transform: scale(4) !important;
    transform-origin: center center !important;
}

/* الجوال */
@media (max-width: 768px) {

    .sense-header-logo .sense-image-logo {
        transform: scale(2.3) !important;
        transform-origin: center center !important;
    }

}

/* التابلت والجوال الأفقي */
@media (min-width: 769px) and (max-width: 1024px) {

    .sense-header-logo .sense-image-logo {
        transform: scale(3) !important;
        transform-origin: center center !important;
    }

}

/* إبقاء أيقونات الهيدر فوق الشعار */
.sense-header-icons-left,
.sense-header-icons-right,
.sense-icon-menu-top,
.icon-menu-top {
    position: relative !important;
    z-index: 9999 !important;
}