.sadaf-widget-slider-1 {
    max-width: 1400px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 30px 25px 40px;
    margin: 0 auto;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
    direction: rtl;
}

.sadaf-widget-slider-1__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 15px;
}

.sadaf-widget-slider-1__title-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sadaf-widget-slider-1__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
}

.sadaf-widget-slider-1__icon svg {
    display: block;
    width: 100%;
    height: auto;
}

.sadaf-widget-slider-1__title {
    font-size: 22px;
    font-weight: 600;
    color: #2F504F;
    letter-spacing: 0.3px;
}

.sadaf-widget-slider-1__subtitle {
    font-size: 14px;
    color: #7a9a98;
    font-weight: 400;
    margin-top: 2px;
}

.sadaf-widget-slider-1__view-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 1px solid #d0e3e2;
    color: #547F7E;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 40px;
    transition: background 0.2s, border-color 0.2s;
    text-decoration: none;
}

.sadaf-widget-slider-1__view-all:hover {
    background: #e9f4f4;
    border-color: #b5d3d1;
}

.sadaf-widget-slider-1__view-all svg {
    width: 20px;
    height: 20px;
}

.sadaf-widget-slider-1__main-box {
    background: #547f7e;
    flex: 0 0 320px;
    border-radius: 16px 96px 96px 16px;
    overflow: hidden;
    min-height: 200px;
    position: relative;
    box-shadow: 0 6px 20px rgba(84, 127, 126, 0.15);
    transition: transform 0.3s ease;
}

.sadaf-widget-slider-1__main-box:hover {
    transform: scale(1.01);
}

.sadaf-widget-slider-1__main-content {
    width: 100%;
    height: 100%;
    min-height: 200px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
}

.sadaf-widget-slider-1__main-overlay {
    padding: 20px 16px;
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}

.sadaf-widget-slider-1__main-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.4;
}

.sadaf-widget-slider-1__main-title a {
    color: #fff;
    text-decoration: none;
}

.sadaf-widget-slider-1__main-excerpt {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 8px;
    line-height: 1.6;
}

.sadaf-widget-slider-1__main-meta {
    font-size: 13px;
    opacity: 0.8;
    margin-bottom: 4px;
}

.sadaf-widget-slider-1__main-readmore {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 18px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.sadaf-widget-slider-1__main-readmore:hover {
    background: rgba(255, 255, 255, 0.3);
}

.sadaf-widget-slider-1__default-image {
    flex: 0 0 220px;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(145deg, #547F7E, #3b6362);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 16px;
    text-align: center;
    color: #fff;
    min-height: 200px;
    position: relative;
    box-shadow: 0 6px 20px rgba(84, 127, 126, 0.15);
    transition: transform 0.3s ease;
}

.sadaf-widget-slider-1__default-image:hover {
    transform: scale(1.01);
}

.sadaf-widget-slider-1__default-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 40%, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
    pointer-events: none;
    border-radius: 16px;
}

.sadaf-widget-slider-1__carousel {
    flex: 1 1 0;
    min-width: 0;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.sadaf-widget-slider-1 .swiper {
    overflow: visible;
    padding: 8px 16px;
}

.sadaf-widget-slider-1 .swiper-wrapper {
    align-items: stretch;
}

.sadaf-widget-slider-1 .swiper-slide {
    height: auto;
    display: flex;
}

.sadaf-widget-slider-1__item {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px 16px 24px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(84, 127, 126, 0.08);
    border: 1px solid #eef6f5;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.sadaf-widget-slider-1__item:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(84, 127, 126, 0.12);
    border-color: #cde0de;
}

.sadaf-widget-slider-1__item-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 14px;
    flex-shrink: 0;
    border-radius: 16px;
    overflow: hidden;
}

.sadaf-widget-slider-1__item-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.sadaf-widget-slider-1__item-title {
    font-size: 18px;
    font-weight: 600;
    color: #2F504F;
    margin-bottom: 4px;
}

.sadaf-widget-slider-1__item-title a {
    color: inherit;
    text-decoration: none;
}

.sadaf-widget-slider-1__item-sub {
    font-size: 14px;
    color: #6e8b8a;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-bottom: 6px;
}

.sadaf-widget-slider-1__item-date,
.sadaf-widget-slider-1__item-author {
    font-size: 12px;
    color: #8aa5a4;
    margin-top: 4px;
}

.sadaf-widget-slider-1__item-readmore {
    margin-top: 10px;
    font-size: 13px;
    color: #547F7E;
    text-decoration: none;
    border-bottom: 1px dashed #b5d3d1;
    transition: color 0.2s;
}

.sadaf-widget-slider-1__item-readmore:hover {
    color: #2F504F;
}

.sadaf-widget-slider-1__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: #ffffff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.2s, box-shadow 0.2s;
    color: #2F504F;
}

.sadaf-widget-slider-1__nav:hover {
    background: #f0f7f6;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.sadaf-widget-slider-1__nav--prev {
    right: 4px;
}

.sadaf-widget-slider-1__nav--next {
    left: 4px;
}

.sadaf-widget-slider-1__nav svg {
    width: 24px;
    height: 24px;
    display: block;
}

.sadaf-widget-slider-1__row {
    display: flex;
}

@media (max-width: 992px) {
    .sadaf-widget-slider-1__default-image {
        flex: 0 0 160px;
        padding: 16px 12px;
        min-height: 170px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .sadaf-widget-slider-1__carousel {
        min-height: 180px;
    }
    .sadaf-widget-slider-1 .swiper-slide {
        height: auto;
    }
}

@media (max-width: 768px) {
    .sadaf-widget-slider-1 {
        padding: 0px;
    }

    .sadaf-widget-slider-1__header {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .sadaf-widget-slider-1__title {
        font-size: 18px;
    }
    .sadaf-widget-slider-1__subtitle {
        font-size: 13px;
    }

    .sadaf-widget-slider-1__row {
        flex-direction: column;
        gap: 16px;
    }

    .sadaf-widget-slider-1__default-image {
        flex: 0 0 auto;
        width: 100%;
        min-height: 140px;
        padding: 16px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-radius: 16px;
    }

    .sadaf-widget-slider-1__main-box {
        flex: 0 0 auto;
        width: 100%;
        min-height: 160px;
    }
    .sadaf-widget-slider-1__main-content {
        min-height: 160px;
    }
    .sadaf-widget-slider-1__main-overlay {
        min-height: 160px;
    }
    .sadaf-widget-slider-1__main-title {
        font-size: 18px;
    }

    .sadaf-widget-slider-1__item {
        padding: 18px 12px;
        min-height: 160px;
    }
    .sadaf-widget-slider-1__item-icon {
        width: 56px;
        height: 56px;
    }
    .sadaf-widget-slider-1__item-title {
        font-size: 15px;
    }
    .sadaf-widget-slider-1__item-sub {
        font-size: 13px;
    }

    .sadaf-widget-slider-1__nav {
        width: 34px;
        height: 34px;
    }
    .sadaf-widget-slider-1__nav--prev {
        right: 8px;
    }
    .sadaf-widget-slider-1__nav--next {
        left: 8px;
    }

    .sadaf-widget-slider-1__view-all span {
        font-size: 14px;
    }

    .sadaf-widget-slider-1__carousel {
        min-height: 180px;
    }
    .sadaf-widget-slider-1 .swiper-slide {
        height: auto;
    }
}

@media (max-width: 480px) {
    .sadaf-widget-slider-1__default-image {
        min-height: 90px;
        padding: 12px 16px;
    }

    .sadaf-widget-slider-1__item {
        min-height: 150px;
        padding: 16px 8px;
    }
    .sadaf-widget-slider-1__item-icon {
        width: 52px;
        height: 52px;
    }
    .sadaf-widget-slider-1__item-title {
        font-size: 14px;
    }
    .sadaf-widget-slider-1__item-sub {
        font-size: 12px;
    }

    .sadaf-widget-slider-1__carousel {
        min-height: 160px;
    }
    .sadaf-widget-slider-1 .swiper-slide {
        height: auto;
    }
}