.slider-wrap-d9fca058 {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 380px;
    overflow: hidden;
    background: #EEF4FB;
    font-family: 'Tajawal', sans-serif;
}

.slides-d9fca058 {
    display: flex;
    width: 300%;
    height: 100%;
    transition: transform 0.7s cubic-bezier(0.77,0,0.18,1);
}

.slide-d9fca058 {
    position: relative;
    width: calc(100% / 3);
    height: 100%;
    flex-shrink: 0;
    overflow: hidden;
}

.slide-img-d9fca058 {
    position: absolute;
    top: 0; bottom: 0; right: 0;
    width: 58%;
}

.slide-img-d9fca058 img {
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    filter: brightness(0.92) saturate(0.85) hue-rotate(190deg);
}

.slide-fade-d9fca058 {
    position: absolute;
    top: 0; bottom: 0; right: 25%;
    width: 75%;
    pointer-events: none;
}

.slide-1-d9fca058 { background: #EEF4FB; }
.slide-1-d9fca058 .slide-fade-d9fca058 {
    background: linear-gradient(to right, #EEF4FB 0%, #EEF4FB 28%, rgba(238,244,251,0.97) 40%, rgba(238,244,251,0.82) 55%, rgba(238,244,251,0.2) 73%, transparent 100%);
}

.slide-2-d9fca058 { background: #E8F0FA; }
.slide-2-d9fca058 .slide-fade-d9fca058 {
    background: linear-gradient(to right, #E8F0FA 0%, #E8F0FA 28%, rgba(232,240,250,0.97) 40%, rgba(232,240,250,0.82) 55%, rgba(232,240,250,0.2) 73%, transparent 100%);
}

.slide-3-d9fca058 { background: #EBF2FC; }
.slide-3-d9fca058 .slide-fade-d9fca058 {
    background: linear-gradient(to right, #EBF2FC 0%, #EBF2FC 28%, rgba(235,242,252,0.97) 40%, rgba(235,242,252,0.82) 55%, rgba(235,242,252,0.2) 73%, transparent 100%);
}

/* النص */
.slide-content-d9fca058 {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(calc(-50% + 20px));
    z-index: 5;
    opacity: 0;
    transition: opacity 0.55s 0.25s, transform 0.55s 0.25s;
}

.slide-d9fca058.active .slide-content-d9fca058 {
    opacity: 1;
    transform: translateY(-50%);
}

.slide-badge-d9fca058 {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(21,101,192,0.1);
    border: 1px solid rgba(21,101,192,0.3);
    color: #1565C0;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.3rem 0.85rem;
    border-radius: 20px;
    margin-bottom: 0.9rem;
}

.badge-dot-d9fca058 {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #1565C0;
}

.slide-title-d9fca058 {
    font-size: 2.7rem;
    font-weight: 900;
    line-height: 1.25;
    color: #0D1B2A;
    margin-bottom: 0.85rem;
}

.slide-title-d9fca058 span { color: #1565C0; }

.slide-sub-d9fca058 {
    font-size: 0.9rem;
    color: #4A5568;
    line-height: 1.85;
    font-weight: 400;
    max-width: 320px;
    margin-bottom: 1.4rem;
}

.slide-cta-d9fca058 {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #1565C0;
    color: white;
    padding: 0.6rem 1.5rem;
    border-radius: 50px;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    font-family: 'Tajawal', sans-serif;
}

.slide-cta-d9fca058:hover { background: #0D47A1; }

/* أزرار التنقل */
.slider-btn-d9fca058 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 42px; height: 42px;
    border-radius: 50%;
    background: white;
    border: 1.5px solid rgba(21,101,192,0.2);
    color: #1565C0;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.slider-btn-d9fca058:hover { background: #1565C0; color: white; border-color: #1565C0; }
.slider-btn-prev-d9fca058 { left: 1rem; }
.slider-btn-next-d9fca058 { right: 1rem; }

/* النقاط */
.slider-dots-d9fca058 {
    position: absolute;
    bottom: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
    z-index: 20;
}

.dot-d9fca058 {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: rgba(21,101,192,0.2);
    cursor: pointer;
    transition: all 0.3s;
    border: none;
}

.dot-d9fca058.active {
    background: #1565C0;
    width: 24px;
    border-radius: 4px;
}

/* شريط التقدم */
.progress-bar-d9fca058 {
    position: absolute;
    bottom: 0; left: 0;
    height: 3px;
    background: #1565C0;
    width: 0%;
    z-index: 20;
    transition: width linear;
}
