.elementor-2272 .elementor-element.elementor-element-873f818{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-c0afd00 *//* جعل اللوجو والأيقونات الأربعة على سطر واحد */
.topbar-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.header-block.pull-right {
    float: none;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 20px;
}

/* للتأكد من ظهورهم بشكل صحيح على الشاشات الصغيرة */
@media (max-width: 768px) {
    .topbar-box {
        flex-direction: column;
        align-items: flex-start;
    }
    .header-block.pull-right {
        margin-left: 0;
        flex-wrap: wrap;
        gap: 10px;
    }
}/* End custom CSS */