        /* Fix header alignment - remove any unwanted padding/margin */
        body {
            margin: 0 !important;
            padding: 0 !important;
        }
        
        #kt_app_root {
            margin: 0 !important;
            padding: 0 !important;
        }
        
        .d-flex.flex-column.flex-root {
            margin: 0 !important;
            padding: 0 !important;
        }
        
        /* Ensure header navbar is full width */
        .header.navbar {
            width: 100% !important;
            left: 0 !important;
            right: 0 !important;
        }
        
        /* Ensure header container is properly centered */
        .header .container.nav_topbar {
            width: 100% !important;
            max-width: 1200px !important;
            margin-left: auto !important;
            margin-right: auto !important;
            padding-left: 15px !important;
            padding-right: 15px !important;
            box-sizing: border-box !important;
        }
        
        @media (min-width: 1400px) {
            .header .container.nav_topbar {
                max-width: 1320px !important;
            }
        }

        /* الخلفية مع حجز الأبعاد */
        .home-index {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 324px;
            /* الطول الافتراضي */
            background-color: #f4f4f4;
            /* لون مؤقت لحين تحميل الصورة */
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
        }

        /* تصحيح الأحجام حسب الأجهزة */
        @media (min-width: 768px) {
            .home-index {
                min-height: 639px;
                /* الطول المخصص لأجهزة الحاسوب */
            }
        }

        .lazy-bg {
            background-size: cover;
            background-repeat: no-repeat;
            background-image: none;
            /* سيتم تحميل الصورة عبر JavaScript */
        }
				.requested-visas .card_heading {-webkit-box-orient: unset !important;}

