/* ==================================================
   DM Hero Slider Styles (منطبق با کلاس‌های PHP جدید)
================================================== */
.dm-hero-slider-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    direction: rtl;
}

.dm-hero-swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.dm-slide-item {
    position: relative;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    padding: 40px;
}

.dm-slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    z-index: 1;
}

.dm-slide-content {
    position: relative;
    z-index: 2;
    max-width: 50%;
    color: #fff;
}

.dm-slide-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.dm-slide-subtitle {
    font-size: 18px;
    margin-bottom: 25px;
    color: #f0f0f0;
}

.dm-slide-btn {
    display: inline-block;
    padding: 10px 25px;
    background-color: #d32f2f;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
}

.dm-slide-btn:hover {
    background-color: #b71c1c;
    color: #fff;
}

/* Swiper Controls Customization */
.dm-hero-slider-wrapper .swiper-pagination-bullet-active {
    background-color: #d32f2f;
}

.dm-hero-slider-wrapper .swiper-button-next,
.dm-hero-slider-wrapper .swiper-button-prev {
    color: #fff;
    background: rgba(0,0,0,0.3);
    padding: 20px;
    border-radius: 50%;
    transform: scale(0.6);
}
