/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
@font-face{font-family:jf-flat-regular;src:url("jf-flat-regular.ttf")}
.rtl h1,.rtl h2,.rtl h3,.rtl h4,.rtl h5,.rtl h6,.rtl p,.rtl li,.rtl input,.rtl textarea,.rtl li,.rtl a,.rtl label,.rtl form,.rtl .w-tabs-item.with_icon a span,.rtl .tp-caption,.rtl button,.rtl span.w-btn-label,rtl strong,.rtl div {
        font-family: 'jf-flat-regular', sans-serif !important;
}
.rtl.post-template-default header.l-header.pos_fixed {
    background: #323d4f !important;
}
section.l-section.wpb_row.height_auto.width_full.home-slide .w-image-h img {
    width: 100% !important;
}
@media (max-width:768px){
	.l-subheader-cell.at_left .w-text.ush_text_2 {
    display: none;
}
}
.l-header.id_5932.pos_fixed.bg_transparent.shadow_thin.sticky a.w-nav-anchor.level_1 {
    color: #ee1919 !important;
}

.ush_menu_1 .w-nav-item.level_1.current-menu-item>a:not(.w-btn), .ush_menu_1 .w-nav-item.level_1.current-menu-ancestor>a:not(.w-btn), .ush_menu_1 .w-nav-item.level_1.current-page-ancestor>a:not(.w-btn) {
    background: transparent;
    color: #ff0000 !important;
}
@media (max-width: 768px){
a.w-nav-anchor.level_1 {
    color: #444 !important;
}
}
button.w-popup-trigger.type_btn.w-btn.us-btn-style_1.icon_atleft i {
    padding-right: 10px;
}
a.w-btn.us-btn-style_8.icon_atright i {
    padding-left: 10px !important;
}


/* تحسين سرعة التحميل وSEO */
.hero-section {
    min-height: 500px;
    display: flex;
    align-items: center;
}

/* تحسين FAQ لظهور Featured Snippet */
.faq-section .vc_toggle {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.faq-section .vc_toggle_title h4 {
    font-size: 18px;
    font-weight: 600;
}

/* تحسين إضافة الكود إلى النموذج */
.wpcf7-form input, .wpcf7-form textarea {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 12px;
}

/* تحسين الأزرار على الموبايل */
@media (max-width: 768px) {
    .us_btn {
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }
}