.elementor-284 .elementor-element.elementor-element-92b6df7{--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;overflow:visible;}.elementor-284 .elementor-element.elementor-element-6f52712{--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;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-17b2c61 */<style>
.blog-section { padding: 80px 0; font-family: 'Inter', sans-serif; background: #fff; }
.section-header { text-align: center; margin-bottom: 40px; }
.section-title { font-size: 2.5rem; font-weight: 900; color: #1486C2; } /* الكلمة الأولى أزرق */
.section-title span { color: #F89920; } /* الكلمة الثانية برتقالي */
.title-line { width: 60px; height: 4px; background: #F89920; margin: 15px auto; }

.layout-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 30px;
    padding: 0 20px;
}

/* الجهة اليسرى (الكارت الكبير) */
.hero-feature {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 550px; /* طول الكارت الكبير ليكون بارزاً */
    transition: 0.5s ease;
}

.hero-image-wrap { width: 100%; height: 100%; position: relative; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }

.hero-content {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 40px;
    background: linear-gradient(transparent, rgba(0,0,0,0.9));
    color: #fff;
}

.hero-tag { background: #F89920; padding: 5px 15px; border-radius: 5px; font-weight: 700; font-size: 0.8rem; }
.hero-title { font-size: 1.8rem; font-weight: 800; margin: 15px 0; line-height: 1.3; }
.hero-desc { font-size: 1rem; opacity: 0.9; margin-bottom: 20px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hero-cta { color: #F89920; font-weight: 900; text-transform: uppercase; border-bottom: 2px solid #F89920; }

/* الجهة اليمنى (القائمة الجانبية) */
.side-stack { display: flex; flex-direction: column; gap: 15px; }

.stack-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
    border-left: 5px solid transparent;
}

.stack-card.active {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-left-color: #F89920; /* الكسرة البرتقالية */
}

.stack-thumb { width: 80px; height: 80px; flex-shrink: 0; border-radius: 8px; overflow: hidden; }
.stack-thumb img { width: 100%; height: 100%; object-fit: cover; }

.stack-num { color: #F89920; font-weight: 900; margin-right: 10px; }
.stack-tag { font-size: 0.75rem; color: #667085; font-weight: 700; text-transform: uppercase; }
.stack-title { font-size: 1rem; font-weight: 700; color: #1486C2; margin-top: 5px; }

@media (max-width: 900px) {
    .layout-grid { grid-template-columns: 1fr; }
    .hero-feature { height: 400px; }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-563cc15 */.services-section {
    padding: 100px 0;
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* تنسيق العنوان */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.sub-title {
    color: #F89920;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 10px;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1486C2;
    margin: 0;
}

.title-line {
    width: 80px;
    height: 4px;
    background: #F89920;
    margin: 20px auto 0;
    border-radius: 2px;
}

/* الشبكة والكروت */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.service-card {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #eef2f6;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(20, 134, 194, 0.1);
    border-color: #1486C2;
}

.card-icon {
    width: 60px;
    height: 60px;
    background: rgba(20, 134, 194, 0.05);
    color: #1486C2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    margin-bottom: 25px;
    transition: 0.3s;
}

.service-card:hover .card-icon {
    background: #1486C2;
    color: #fff;
}

.service-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 15px;
}

.service-card p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 1rem;
}

.learn-more {
    color: #1486C2;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
}

.service-card:hover .learn-more {
    color: #F89920;
}

/* الكارت النشط (Active) */
.service-card.active {
    border-top: 5px solid #F89920;
}

/* الموبايل */
@media (max-width: 768px) {
    .section-header h2 { font-size: 2rem; }
    .services-grid { grid-template-columns: 1fr; }
    .service-card { padding: 30px 20px; }
}/* End custom CSS */