.elementor-1258 .elementor-element.elementor-element-0bfb59a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-318032f *//* RTL Header - ULTIMATE OFF-CANVAS FIX */
.rtl-header {
    background: white;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100% !important;
    max-width: 100vw !important;
    top: 0;
    left: 0 !important;
    right: 0 !important;
    z-index: 50;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    direction: rtl;
    text-align: right;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.rtl-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 1.5rem;
    width: 100%;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.rtl-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 70px;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 100%;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

/* CTA Section - EXTREME CONSTRAINTS */
.rtl-cta-section {
    display: none;
    align-items: center;
    flex-shrink: 0;
    width: auto;
    max-width: 120px !important; /* EXTREMELY LIMITED */
    min-width: 100px;
    overflow: hidden !important;
}

.rtl-cta-button {
    padding: 0.4rem 0.8rem !important; /* VERY SMALL */
    border-radius: 0.5rem;
    background-color: rgb(188, 13, 48) !important;
    color: white !important;
    font-weight: 500;
    font-size: 0.8rem !important; /* VERY SMALL FONT */
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none !important;
    display: inline-block;
    white-space: nowrap;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.rtl-cta-button:hover {
    background-color: rgb(168, 11, 43) !important;
    color: white !important;
    text-decoration: none !important;
}

/* Navigation Menu - EXTREME CONSTRAINTS */
.rtl-nav {
    display: none;
    gap: 1rem !important; /* MINIMAL GAP */
    align-items: center;
    flex: 1;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0 !important;
    max-width: calc(100vw - 250px) !important; /* EXTREME CONSTRAINT */
    overflow: hidden !important;
    min-width: 0;
}

.rtl-nav-link {
    color: #374151 !important;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 0.8rem !important; /* VERY SMALL */
    transition: color 0.3s ease;
    padding: 0.4rem 0.1rem !important; /* MINIMAL PADDING */
    white-space: nowrap;
    position: relative;
    border: none !important;
    outline: none !important;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    min-width: 0;
}

.rtl-nav-link:hover {
    color: rgb(38, 40, 141) !important;
    text-decoration: none !important;
    border: none !important;
}

/* Logo Section - EXTREME CONSTRAINTS */
.rtl-logo-section {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: auto;
    max-width: 100px !important; /* EXTREMELY SMALL */
    min-width: 80px;
    overflow: hidden !important;
}

.rtl-logo-link {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    border: none !important;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.rtl-logo-link:hover {
    text-decoration: none !important;
    border: none !important;
}

/* EXTREME Logo Size Constraints */
.rtl-logo-image {
    height: 30px !important; /* VERY SMALL */
    width: auto !important;
    max-width: 80px !important; /* EXTREMELY CONSTRAINED */
    min-width: 40px !important;
    
    /* Image behavior */
    object-fit: contain !important;
    object-position: center !important;
    
    /* Smooth transitions */
    transition: all 0.3s ease !important;
    
    /* Image quality */
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    
    /* Force block display */
    display: block !important;
}

.rtl-logo-image:hover {
    transform: none !important; /* NO HOVER EFFECT TO PREVENT EXPANSION */
}

/* Desktop Layout - EXTREME CONSTRAINTS */
@media (min-width: 768px) {
    .rtl-nav {
        display: flex;
    }
    
    .rtl-cta-section {
        display: flex;
    }
    
    .rtl-mobile-menu {
        display: none;
    }
    
    .rtl-header-content {
        min-height: 70px;
    }
    
    /* EXTREME Desktop constraints */
    .rtl-logo-image {
        height: 35px !important; /* REASONABLE SIZE */
        max-width: 100px !important; /* VERY CONSTRAINED */
        min-width: 60px !important;
    }
    
    .rtl-logo-section {
        max-width: 120px !important; /* VERY CONSTRAINED */
        min-width: 80px;
    }
    
    .rtl-cta-section {
        max-width: 100px !important; /* VERY CONSTRAINED */
    }
    
    .rtl-nav {
        gap: 1rem;
        max-width: calc(100vw - 240px) !important; /* EXTREME CONSTRAINT */
    }
    
    .rtl-nav-link {
        font-size: 0.85rem !important;
        padding: 0.5rem 0.15rem !important;
    }
}

/* Large Desktop - STILL EXTREME CONSTRAINTS */
@media (min-width: 1200px) {
    .rtl-logo-image {
        height: 40px !important; /* REASONABLE MAX */
        max-width: 120px !important; /* STILL CONSTRAINED */
    }
    
    .rtl-logo-section {
        max-width: 140px !important;
    }
    
    .rtl-cta-section {
        max-width: 120px !important;
    }
    
    .rtl-nav {
        gap: 1.2rem;
        max-width: calc(100vw - 280px) !important;
    }
    
    .rtl-nav-link {
        font-size: 0.9rem !important;
        padding: 0.5rem 0.2rem !important;
    }
}

/* Mobile Menu Button */
.rtl-mobile-menu {
    display: block;
    padding: 0.5rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #374151;
}

.rtl-mobile-menu svg {
    width: 1.5rem;
    height: 1.5rem;
}

/* Font Weight Classes */
.font-medium {
    font-weight: 500;
}

/* ULTIMATE OVERFLOW PREVENTION */
.rtl-header,
.rtl-header *,
.rtl-container,
.rtl-header-content,
.rtl-logo-section,
.rtl-cta-section,
.rtl-nav {
    overflow: hidden !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* Remove all underlines and borders */
.rtl-header a,
.rtl-header a:hover,
.rtl-header a:visited,
.rtl-header a:focus,
.rtl-header a:active {
    text-decoration: none !important;
    border: none !important;
    outline: none !important;
}

.rtl-header button,
.rtl-header button:hover,
.rtl-header button:focus,
.rtl-header button:active {
    text-decoration: none !important;
    border: none !important;
    outline: none !important;
}

.rtl-header .rtl-nav-link::after,
.rtl-header .rtl-nav-link::before {
    display: none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bfa57ca *//* RTL Services Section - Fixed Title Color */
.rtl-services {
    padding: 5rem 0;
    background-color: white;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    direction: rtl;
}

.rtl-services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.rtl-services-header {
    text-align: center;
    margin-bottom: 4rem;
}

/* FIXED: Main Title with exact color specification */
.rtl-services-title {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-weight: 700 !important; /* font-bold */
    font-size: 2.25rem !important; /* text-4xl */
    line-height: 2.5rem !important;
    margin-bottom: 1rem;
    color: rgb(39, 42, 155) !important; /* Your exact specified color */
    font-feature-settings: normal;
    font-variation-settings: normal;
}

/* Subtitle - Matching your specifications */
.rtl-services-subtitle {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.25rem; /* text-xl */
    line-height: 1.75rem;
    color: rgb(75, 85, 99) !important; /* text-gray-600 */
    max-width: 32rem;
    margin: 0 auto;
    font-feature-settings: normal;
    font-variation-settings: normal;
}

/* Responsive Grid Layout */
.rtl-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

/* Service Card Styles */
.rtl-service-card {
    background: white;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    text-align: center;
    height: 100%;
    border: 1px solid #f3f4f6;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.rtl-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

/* Service Icon */
.rtl-service-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem auto;
    color: white;
}

.rtl-service-icon.accounting {
    background: linear-gradient(135deg, #2563eb, #1e40af);
}

.rtl-service-icon.warehouse {
    background: linear-gradient(135deg, #dc2626, #991b1b);
}

.rtl-service-icon.hr {
    background: linear-gradient(135deg, #ea580c, #c2410c);
}

.rtl-service-icon.support {
    background: linear-gradient(135deg, #1d4ed8, #7c3aed);
}

.rtl-service-icon svg {
    width: 2rem;
    height: 2rem;
}

/* Card Title - Table title specifications */
.rtl-service-title {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700; /* font-bold */
    font-size: 1.25rem; /* text-xl */
    line-height: 1.75rem;
    margin-bottom: 1rem;
    color: rgb(31, 41, 55) !important; /* text-gray-800 */
    font-feature-settings: normal;
    font-variation-settings: normal;
}

/* Card Description - Table subtitle specifications */
.rtl-service-description {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: rgb(75, 85, 99) !important; /* text-gray-600 */
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-feature-settings: normal;
    font-variation-settings: normal;
}

/* Service Button - Your button specifications */
.rtl-service-button {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 500 !important; /* font-medium */
    background-color: rgb(255, 153, 72) !important; /* Your specified color */
    color: white !important;
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    font-feature-settings: normal;
    font-variation-settings: normal;
}

.rtl-service-button:hover {
    background-color: rgb(251, 146, 60) !important;
    box-shadow: 0 10px 15px -3px rgba(255, 153, 72, 0.4);
    color: white !important;
    text-decoration: none;
}

/* Tablet Layout - 2 Columns */
@media (max-width: 1023px) {
    .rtl-services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .rtl-services-title {
        font-size: 2rem !important;
        line-height: 2.25rem !important;
    }
    
    .rtl-services-subtitle {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
    
    .rtl-service-card {
        padding: 1.5rem;
    }
}

/* Mobile Layout - 1 Column */
@media (max-width: 640px) {
    .rtl-services {
        padding: 3rem 0;
    }
    
    .rtl-services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .rtl-services-header {
        margin-bottom: 2.5rem;
    }
    
    .rtl-services-title {
        font-size: 1.875rem !important;
        line-height: 2.125rem !important;
    }
    
    .rtl-services-subtitle {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    
    .rtl-service-card {
        padding: 1.5rem;
    }
    
    .rtl-service-icon {
        width: 3.5rem;
        height: 3.5rem;
        margin-bottom: 1rem;
    }
    
    .rtl-service-icon svg {
        width: 1.75rem;
        height: 1.75rem;
    }
    
    .rtl-service-title {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
    
    .rtl-service-description {
        font-size: 0.875rem;
        line-height: 1.4;
    }
}

/* Font Loading Optimization */
.rtl-services * {
    font-display: swap;
}

/* Override any conflicting styles */
h1, h2, h3, h4, h5, h6 {
    color: inherit !important;
}

.rtl-services h2 {
    color: rgb(39, 42, 155) !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f068602 *//* RTL Features Section - تحسين الخطوط والألوان والاستجابة */
.rtl-features {
    padding: 5rem 0;
    background-color: rgb(248, 250, 252);
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    direction: rtl;
}

.rtl-features-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.rtl-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

/* Features Content (يمين الشاشة) */
.rtl-features-content {
    text-align: right;
}

/* العنوان الرئيسي - طبقاً للمواصفات المطلوبة */
.rtl-features-title {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-weight: 700 !important; /* font-bold */
    font-size: 2.25rem !important; /* text-4xl */
    line-height: 2.5rem !important;
    margin-bottom: 2rem;
    color: rgb(39, 42, 155) !important; /* اللون المطلوب */
    font-feature-settings: normal;
    font-variation-settings: normal;
}

/* قائمة الميزات */
.rtl-features-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.rtl-feature-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 0.5rem 0;
}

/* نص الميزة - طبقاً للمواصفات */
.rtl-feature-text {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size: 1.125rem !important; /* text-lg */
    color: rgb(75, 85, 99) !important; /* text-gray-700 */
    font-feature-settings: normal;
    font-variation-settings: normal;
}

.rtl-feature-icon {
    color: #22c55e; /* green-500 */
    flex-shrink: 0;
}

/* زر الدعوة للعمل - طبقاً للمواصفات */
.rtl-features-button {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-weight: 500 !important; /* font-medium */
    background-color: rgb(188, 13, 48) !important;
    color: white !important;
    padding: 1rem 2rem !important; /* px-8 py-4 */
    border-radius: 0.5rem !important; /* rounded-lg */
    border: none;
    cursor: pointer;
    font-size: 1.125rem !important; /* text-lg */
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    margin-top: 2rem !important; /* mt-8 */
    font-feature-settings: normal;
    font-variation-settings: normal;
}

.rtl-features-button:hover {
    background-color: rgb(168, 11, 43) !important;
    box-shadow: 0 20px 25px -5px rgba(188, 13, 48, 0.4);
    color: white !important;
    text-decoration: none;
    transform: translateY(-2px);
}

/* حاوية لوحة التحكم (يسار الشاشة) */
.rtl-dashboard-container {
    position: relative;
}

.rtl-dashboard-card {
    background: white;
    border-radius: 1rem; /* rounded-2xl */
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); /* shadow-2xl */
    padding: 2rem; /* p-8 */
}

/* رأس لوحة التحكم */
.rtl-dashboard-header {
    margin-bottom: 1.5rem;
}

.rtl-dashboard-title {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-weight: 700 !important; /* font-bold */
    font-size: 1.5rem !important; /* text-2xl */
    color: rgb(39, 42, 155) !important;
    margin-bottom: 1rem;
    text-align: right;
    font-feature-settings: normal;
    font-variation-settings: normal;
}

/* شبكة الإحصائيات */
.rtl-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* grid-cols-2 */
    gap: 1rem; /* gap-4 */
}

.rtl-stat-card {
    padding: 1rem; /* p-4 */
    border-radius: 0.5rem; /* rounded-lg */
    text-align: center;
}

/* ألوان الخلفيات */
.rtl-stat-card.blue {
    background-color: rgb(239, 246, 255); /* bg-blue-50 */
}

.rtl-stat-card.red {
    background-color: rgb(254, 242, 242); /* bg-red-50 */
}

.rtl-stat-card.orange {
    background-color: rgb(255, 247, 237); /* bg-orange-50 */
}

.rtl-stat-card.green {
    background-color: rgb(240, 253, 244); /* bg-green-50 */
}

/* قيم الإحصائيات */
.rtl-stat-value {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-weight: 700 !important; /* font-bold */
    font-size: 1.875rem !important; /* text-3xl */
    line-height: 2.25rem;
    margin-bottom: 0.25rem;
    font-feature-settings: normal;
    font-variation-settings: normal;
}

.rtl-stat-value.blue {
    color: rgb(39, 42, 155) !important;
}

.rtl-stat-value.red {
    color: rgb(188, 13, 48) !important;
}

.rtl-stat-value.orange {
    color: rgb(255, 153, 72) !important;
}

.rtl-stat-value.green {
    color: #16a34a !important; /* text-green-600 */
}

/* تسميات الإحصائيات */
.rtl-stat-label {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size: 0.875rem !important; /* text-sm */
    color: rgb(75, 85, 99) !important; /* text-gray-600 */
    font-feature-settings: normal;
    font-variation-settings: normal;
}

/* تخطيط الأجهزة اللوحية */
@media (max-width: 1023px) {
    .rtl-features-grid {
        gap: 3rem;
    }
    
    .rtl-features-title {
        font-size: 2rem !important;
        line-height: 2.25rem !important;
    }
    
    .rtl-feature-text {
        font-size: 1rem !important;
    }
    
    .rtl-dashboard-card {
        padding: 1.5rem;
    }
    
    .rtl-dashboard-title {
        font-size: 1.25rem !important;
    }
    
    .rtl-stat-value {
        font-size: 1.5rem !important;
        line-height: 2rem;
    }
}

/* تخطيط الجوال */
@media (max-width: 767px) {
    .rtl-features {
        padding: 3rem 0;
    }
    
    .rtl-features-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    
    .rtl-features-title {
        font-size: 1.875rem !important;
        line-height: 2.125rem !important;
        margin-bottom: 1.5rem;
    }
    
    .rtl-feature-text {
        font-size: 0.95rem !important;
    }
    
    .rtl-features-button {
        padding: 0.875rem 1.75rem !important;
        font-size: 1rem !important;
    }
    
    .rtl-dashboard-card {
        padding: 1.25rem;
    }
    
    .rtl-stats-grid {
        gap: 0.75rem;
    }
    
    .rtl-stat-card {
        padding: 0.75rem;
    }
    
    .rtl-stat-value {
        font-size: 1.25rem !important;
        line-height: 1.75rem;
    }
    
    .rtl-stat-label {
        font-size: 0.75rem !important;
    }
}

/* تحسينات الأداء */
.rtl-features * {
    font-display: swap;
}

/* أنماط الطباعة لتحسين SEO */
@media print {
    .rtl-features {
        background: white !important;
    }
    
    .rtl-features-title,
    .rtl-dashboard-title {
        color: black !important;
    }
}

/* دعم التباين العالي */
@media (prefers-contrast: high) {
    .rtl-features-button {
        border: 2px solid transparent;
    }
    
    .rtl-features-button:focus {
        border-color: currentColor;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-935afd5 *//* RTL Testimonials Section - محسّن للخطوط والألوان */
.rtl-testimonials {
    padding: 5rem 0;
    background-color: white;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    direction: rtl;
    text-align: center;
}

.rtl-testimonials-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.rtl-testimonials-header {
    text-align: center;
    margin-bottom: 4rem;
}

/* العنوان الرئيسي - طبقاً للمواصفات */
.rtl-testimonials-title {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-weight: 700 !important; /* font-bold */
    font-size: 2.25rem !important; /* text-4xl */
    line-height: 2.5rem !important;
    color: rgb(39, 42, 155) !important; /* اللون المطلوب */
    margin-bottom: 1rem;
    font-feature-settings: normal;
    font-variation-settings: normal;
}

/* العنوان الفرعي - طبقاً للمواصفات */
.rtl-testimonials-subtitle {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size: 1.25rem !important; /* text-xl */
    line-height: 1.75rem;
    color: rgb(75, 85, 99) !important; /* text-gray-600 */
    font-feature-settings: normal;
    font-variation-settings: normal;
}

/* شبكة البطاقات */
.rtl-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 64rem; /* max-w-4xl */
    margin: 0 auto;
}

/* بطاقة التوصية */
.rtl-testimonial-card {
    background-color: rgb(249, 250, 251); /* bg-gray-50 */
    border-radius: 0.75rem; /* rounded-xl */
    padding: 2rem; /* p-8 */
    text-align: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.rtl-testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* النجوم */
.rtl-stars-container {
    display: flex;
    justify-content: center;
    gap: 0.25rem;
    margin-bottom: 1rem;
}

.rtl-star {
    color: #fbbf24; /* text-yellow-400 */
    width: 1.25rem;
    height: 1.25rem;
    fill: currentColor;
}

/* نص التوصية */
.rtl-quote {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    color: rgb(75, 85, 99) !important; /* text-gray-700 */
    margin-bottom: 1.5rem; /* mb-6 */
    font-style: italic;
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-feature-settings: normal;
    font-variation-settings: normal;
}

/* معلومات العميل */
.rtl-client-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

/* اسم العميل */
.rtl-client-name {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-weight: 700 !important; /* font-bold */
    color: rgb(31, 41, 55) !important; /* text-gray-800 */
    font-size: 1.125rem;
    font-feature-settings: normal;
    font-variation-settings: normal;
}

/* منصب/شركة العميل */
.rtl-client-position {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    color: rgb(75, 85, 99) !important; /* text-gray-600 */
    font-size: 0.875rem;
    font-feature-settings: normal;
    font-variation-settings: normal;
}

/* تخطيط الأجهزة اللوحية */
@media (max-width: 1023px) {
    .rtl-testimonials-title {
        font-size: 2rem !important;
        line-height: 2.25rem !important;
    }
    
    .rtl-testimonials-subtitle {
        font-size: 1.125rem !important;
        line-height: 1.625rem;
    }
    
    .rtl-testimonials-grid {
        gap: 1.5rem;
    }
    
    .rtl-testimonial-card {
        padding: 1.5rem;
    }
    
    .rtl-quote {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

/* تخطيط الجوال */
@media (max-width: 767px) {
    .rtl-testimonials {
        padding: 3rem 0;
    }
    
    .rtl-testimonials-header {
        margin-bottom: 2.5rem;
    }
    
    .rtl-testimonials-title {
        font-size: 1.875rem !important;
        line-height: 2.125rem !important;
    }
    
    .rtl-testimonials-subtitle {
        font-size: 1rem !important;
        line-height: 1.5rem;
    }
    
    .rtl-testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .rtl-testimonial-card {
        padding: 1.25rem;
    }
    
    .rtl-quote {
        font-size: 0.95rem;
        line-height: 1.4rem;
        margin-bottom: 1.25rem;
    }
    
    .rtl-client-name {
        font-size: 1rem;
    }
    
    .rtl-client-position {
        font-size: 0.8rem;
    }
}

/* تحسينات الأداء */
.rtl-testimonials * {
    font-display: swap;
}

/* أنماط الطباعة لتحسين SEO */
@media print {
    .rtl-testimonials {
        background: white !important;
    }
    
    .rtl-testimonials-title {
        color: black !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eb113d0 *//* RTL About Section - محسّن للخطوط والألوان والاستجابة */
.rtl-about {
    padding: 5rem 0;
    background-color: rgb(248, 250, 252);
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    direction: rtl;
    text-align: center;
}

.rtl-about-container {
    max-width: 64rem; /* max-w-4xl */
    margin: 0 auto;
    padding: 0 1rem;
}

/* العنوان الرئيسي - طبقاً للمواصفات المطلوبة */
.rtl-about-title {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-weight: 700 !important; /* font-bold */
    font-size: 2.25rem !important; /* text-4xl */
    line-height: 2.5rem !important;
    color: rgb(39, 42, 155) !important; /* اللون المطلوب */
    margin-bottom: 2rem; /* mb-8 */
    font-feature-settings: normal;
    font-variation-settings: normal;
}

/* النص التوضيحي - طبقاً للمواصفات */
.rtl-about-text {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size: 1.25rem !important; /* text-xl */
    line-height: 1.75rem !important; /* leading-relaxed */
    color: rgb(75, 85, 99) !important; /* text-gray-700 */
    margin-bottom: 3rem; /* mb-12 */
    max-width: 100%;
    font-feature-settings: normal;
    font-variation-settings: normal;
}

/* شبكة الإحصائيات */
.rtl-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* md:grid-cols-3 */
    gap: 2rem; /* gap-8 */
    text-align: center;
}

/* بطاقة الإحصائية */
.rtl-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

/* رقم الإحصائية - طبقاً للمواصفات */
.rtl-stat-number {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-weight: 700 !important; /* font-bold */
    font-size: 2.25rem !important; /* text-4xl */
    line-height: 2.5rem !important;
    margin-bottom: 0.5rem; /* mb-2 */
    font-feature-settings: normal;
    font-variation-settings: normal;
}

/* ألوان الأرقام - طبقاً للتصميم */
.rtl-stat-number.blue {
    color: rgb(39, 42, 155) !important; /* اللون الأزرق الرئيسي */
}

.rtl-stat-number.red {
    color: rgb(188, 13, 48) !important; /* اللون الأحمر */
}

.rtl-stat-number.orange {
    color: rgb(255, 153, 72) !important; /* اللون البرتقالي */
}

/* وصف الإحصائية - طبقاً للمواصفات */
.rtl-stat-label {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    color: rgb(75, 85, 99) !important; /* text-gray-600 */
    font-size: 1rem;
    font-feature-settings: normal;
    font-variation-settings: normal;
}

/* تخطيط الأجهزة اللوحية والجوال */
@media (max-width: 1023px) {
    .rtl-about {
        padding: 4rem 0;
    }
    
    .rtl-about-title {
        font-size: 2rem !important;
        line-height: 2.25rem !important;
        margin-bottom: 1.5rem;
    }
    
    .rtl-about-text {
        font-size: 1.125rem !important;
        line-height: 1.625rem !important;
        margin-bottom: 2.5rem;
    }
    
    .rtl-stats-grid {
        gap: 1.5rem;
    }
    
    .rtl-stat-number {
        font-size: 2rem !important;
        line-height: 2.25rem !important;
    }
}

/* تخطيط الجوال */
@media (max-width: 767px) {
    .rtl-about {
        padding: 3rem 0;
    }
    
    .rtl-about-title {
        font-size: 1.875rem !important;
        line-height: 2.125rem !important;
        margin-bottom: 1.5rem;
    }
    
    .rtl-about-text {
        font-size: 1rem !important;
        line-height: 1.5rem !important;
        margin-bottom: 2rem;
    }
    
    .rtl-stats-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .rtl-stat-number {
        font-size: 1.75rem !important;
        line-height: 2rem !important;
    }
    
    .rtl-stat-label {
        font-size: 0.875rem;
    }
}

/* شاشات صغيرة جداً */
@media (max-width: 480px) {
    .rtl-about-container {
        padding: 0 0.75rem;
    }
    
    .rtl-stats-grid {
        gap: 1.5rem;
    }
    
    .rtl-stat-number {
        font-size: 1.5rem !important;
        line-height: 1.75rem !important;
    }
}

/* تحسينات للأداء وSEO */
.rtl-about * {
    font-display: swap;
}

@media print {
    .rtl-about {
        background: white !important;
    }
    
    .rtl-about-title {
        color: black !important;
    }
}

/* دعم التباين العالي للوصولية */
@media (prefers-contrast: high) {
    .rtl-stat-number {
        font-weight: 800 !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c5babc7 *//* RTL Contact section - English only */
html[lang|="en"] .rtl-contact * {
    direction: ltr;
    text-align: left !important;
}

/* WordPress content elements - English only */
html[lang|="en"] .entry-content .wp-audio-shortcode, 
html[lang|="en"] .entry-content .wp-embedded-audio, 
html[lang|="en"] .entry-content .wp-embedded-video, 
html[lang|="en"] .entry-content .wp-video, 
html[lang|="en"] .entry-content p {
    direction: ltr;
    text-align: left;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0bfb59a *//* RTL Hero Section Styles */
.rtl-hero {
    padding-top: 5rem;
    padding-bottom: 4rem;
    background: linear-gradient(135deg, #eff6ff 0%, #faf5ff 100%);
    font-family: 'Arial', 'Tahoma', sans-serif;
    direction: rtl;
}

.rtl-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem 1rem;
}

.rtl-hero-grid {
    display: grid;
    gap: 3rem;
    align-items: center;
}

.rtl-hero-content {
    text-align: right;
}

.rtl-hero-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.rtl-hero-title .blue-text {
    color: rgb(38, 40, 141);
}

.rtl-hero-title .red-text {
    color: rgb(188, 13, 48);
}

.rtl-hero-title .gray-text {
    color: #1f2937;
}

.rtl-hero-description {
    font-size: 1.25rem;
    color: #6b7280;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.rtl-hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: flex-end;
}

.rtl-primary-btn {
    padding: 1rem 2rem;
    border-radius: 8px;
    background-color: rgb(38, 40, 141);
    color: white;
    font-size: 1.125rem;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.rtl-primary-btn:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    background-color: rgb(33, 35, 125);
    color: white;
}

.rtl-secondary-btn {
    padding: 1rem 2rem;
    border-radius: 8px;
    font-size: 1.125rem;
    font-weight: 500;
    border: 2px solid rgb(188, 13, 48);
    color: rgb(188, 13, 48);
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.rtl-secondary-btn:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    background-color: rgb(188, 13, 48);
    color: white;
}

.rtl-hero-visual {
    position: relative;
}

.rtl-mockup-card {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 2rem;
    transform: rotate(3deg);
}

.rtl-mockup-header {
    background: linear-gradient(90deg, #2563eb 0%, #9333ea 100%);
    height: 1rem;
    border-radius: 0.5rem 0.5rem 0 0;
    margin-bottom: 1.5rem;
}

.rtl-mockup-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.rtl-mockup-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rtl-mockup-label-1 {
    width: 8rem;
    height: 1rem;
    background-color: #e5e7eb;
    border-radius: 0.25rem;
}

.rtl-mockup-label-2 {
    width: 6rem;
    height: 1rem;
    background-color: #e5e7eb;
    border-radius: 0.25rem;
}

.rtl-mockup-label-3 {
    width: 7rem;
    height: 1rem;
    background-color: #e5e7eb;
    border-radius: 0.25rem;
}

.rtl-mockup-value-1 {
    width: 5rem;
    height: 1rem;
    background-color: #4ade80;
    border-radius: 0.25rem;
}

.rtl-mockup-value-2 {
    width: 4rem;
    height: 1rem;
    background-color: #60a5fa;
    border-radius: 0.25rem;
}

.rtl-mockup-value-3 {
    width: 4.5rem;
    height: 1rem;
    background-color: #f87171;
    border-radius: 0.25rem;
}

.rtl-btn-icon {
    margin-right: 0.5rem;
    width: 1.25rem;
    height: 1.25rem;
    transform: scaleX(-1); /* Flip icon for RTL */
}

/* Desktop styles */
@media (min-width: 768px) {
    .rtl-hero-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .rtl-hero-title {
        font-size: 3.75rem;
    }
    
    .rtl-hero-buttons {
        flex-direction: row;
    }
}

/* Mobile responsive adjustments */
@media (max-width: 767px) {
    .rtl-hero-container {
        padding: 3rem 1rem;
    }
    
    .rtl-hero-title {
        font-size: 2.5rem;
    }
    
    .rtl-hero-description {
        font-size: 1.125rem;
    }
    
    .rtl-primary-btn,
    .rtl-secondary-btn {
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
    }
    
    .rtl-mockup-card {
        padding: 1.5rem;
        transform: rotate(1deg);
    }
}

/* Extra small screens */
@media (max-width: 480px) {
    .rtl-hero-title {
        font-size: 2rem;
    }
    
    .rtl-hero-description {
        font-size: 1rem;
    }
}/* End custom CSS */
/* Start custom CSS */html[lang|="en"] h1, 
html[lang|="en"] .entry-content h1, 
html[lang|="en"] h2, 
html[lang|="en"] .entry-content h2, 
html[lang|="en"] h3, 
html[lang|="en"] .entry-content h3, 
html[lang|="en"] h4, 
html[lang|="en"] .entry-content h4, 
html[lang|="en"] h5, 
html[lang|="en"] .entry-content h5, 
html[lang|="en"] h6, 
html[lang|="en"] .entry-content h6 {
    direction: ltr;
    text-align: left !important;
}/* End custom CSS */