.-ycwt-features_slider {
    position: relative;
    z-index: 1;
    overflow: hidden;
    isolation: isolate;
    padding: clamp(70px, 7vw, 115px) 0;
    background:
        radial-gradient(circle at 8% 14%, rgb(255 127 31 / 9%) 0, transparent 28%),
        radial-gradient(circle at 92% 86%, rgb(18 32 58 / 7%) 0, transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
}

.-ycwt-features_slider::before,
.-ycwt-features_slider::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
    border-radius: 999px;
}

.-ycwt-features_slider::before {
    width: 340px;
    height: 340px;
    inset-inline-start: -170px;
    top: 55px;
    background: rgb(255 127 31 / 8%);
    filter: blur(2px);
}

.-ycwt-features_slider::after {
    width: 250px;
    height: 250px;
    inset-inline-end: -95px;
    bottom: 65px;
    border: 42px solid rgb(18 32 58 / 5%);
}

.-ycwt-features_slider * {
    box-sizing: border-box;
}

.-ycwt-features_slider .features-slider-shell {
    position: relative;
    z-index: 2;
}

.-ycwt-features_slider .features-slider-shell::before {
    content: "";
    position: absolute;
    inset-inline-start: 3%;
    bottom: 30px;
    width: 120px;
    height: 120px;
    background-image: radial-gradient(rgb(255 127 31 / 28%) 1.4px, transparent 1.4px);
    background-size: 13px 13px;
    opacity: .75;
    pointer-events: none;
}

.-ycwt-features_slider .features-slider-shell::after {
    content: "";
    position: absolute;
    inset-inline-end: 4%;
    top: 42px;
    width: 95px;
    height: 95px;
    border-radius: 28px;
    background: rgb(18 32 58 / 4%);
    transform: rotate(14deg);
    pointer-events: none;
}

.-ycwt-features_slider .-dw-title {
    position: relative;
    z-index: 2;
    align-items: center;
    text-align: center;
    max-width: 790px;
    margin: 0 auto 52px;
}

.-ycwt-features_slider .-dw-h4 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: fit-content;
    margin: 0 auto 16px;
    padding: 8px 17px;
    border-radius: 999px;
    background: rgb(255 127 31 / 10%);
    color: var(--uicolor);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 800;
}

.-ycwt-features_slider .-dw-h4::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 5px rgb(255 127 31 / 12%);
}

.-ycwt-features_slider .-dw-h1 {
    margin-bottom: 18px;
    color: var(--primary-text);
    line-height: 1.18;
    letter-spacing: 0;
}

.-ycwt-features_slider .-dw-h1 c--color {
    color: var(--cword-color, var(--uicolor));
}

.-ycwt-features_slider .-dw-title .p-content {
    max-width: 680px;
    margin: 0 auto;
    text-align: center !important;
    color: var(--secondarytext);
    font-size: 16px;
    line-height: 1.9;
}

/* Owl Carousel Structural Fixes */
.features-slider-carousel.owl-carousel {
    display: block;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
}

.features-slider-carousel.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    padding: 8px 0 18px;
    -webkit-transform: translate3d(0, 0, 0);
}

.features-slider-carousel.owl-carousel .owl-stage {
    position: relative;
    display: flex;
    -ms-touch-action: pan-Y;
    touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}

.features-slider-carousel.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    display: flex;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

html[dir="rtl"] .features-slider-carousel.owl-carousel .owl-item {
    float: right;
}

.-ycwt-features_slider .features-slider-carousel.owl-loaded {
    opacity: 1;
}

.-ycwt-features_slider .feature-slide-item {
    width: 100%;
    height: 100%;
    padding: 12px 12px 34px;
    flex: 1;
    min-width: 0;
}

.-ycwt-features_slider .feature-slide-card {
    position: relative;
    height: 100%;
    min-height: 430px;
    padding: 28px 24px 30px;
    text-align: center;
    border: 1px solid rgb(18 32 58 / 7%);
    border-radius: 32px;
    background:
        linear-gradient(180deg, rgb(255 255 255 / 96%) 0%, rgb(255 255 255 / 88%) 100%);
    box-shadow: 0 18px 50px rgb(13 22 40 / 7%);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease, background-color .35s ease;
}

.-ycwt-features_slider .feature-slide-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgb(255 127 31 / 34%), transparent 42%, rgb(18 32 58 / 10%));
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s ease;
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.-ycwt-features_slider .feature-slide-card:hover,
.-ycwt-features_slider .feature-slide-card:focus-within {
    transform: translateY(-8px);
    border-color: rgb(255 127 31 / 18%);
    background: #ffffff;
    box-shadow: 0 28px 70px rgb(13 22 40 / 12%);
}

.-ycwt-features_slider .feature-slide-card:hover::before,
.-ycwt-features_slider .feature-slide-card:focus-within::before {
    opacity: 1;
}

.-ycwt-features_slider .feature-slide-media {
    position: relative;
    width: min(100%, 226px);
    aspect-ratio: 1 / 1;
    margin: 0 auto 26px;
    border-radius: 30px;
    overflow: hidden;
    background: #fff3df;
    box-shadow: 0 24px 48px rgb(13 22 40 / 12%);
    transition: transform .35s ease, box-shadow .35s ease;
}

.-ycwt-features_slider .feature-slide-media::before {
    content: "";
    position: absolute;
    inset: 12px;
    z-index: 2;
    border: 1px solid rgb(255 255 255 / 30%);
    border-radius: 22px;
    pointer-events: none;
}

.-ycwt-features_slider .feature-slide-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease, filter .5s ease;
}

.-ycwt-features_slider .feature-slide-media.is-no-image {
    background:
        radial-gradient(circle at 28% 18%, rgb(255 127 31 / 35%) 0, transparent 34%),
        linear-gradient(140deg, rgb(27 43 78 / 96%), rgb(60 83 122 / 76%));
}

.-ycwt-features_slider .feature-slide-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at center, rgb(255 127 31 / 10%) 0, transparent 34%),
        linear-gradient(180deg, rgb(16 29 55 / 10%) 0%, rgb(16 29 55 / 66%) 100%);
}

.-ycwt-features_slider .feature-slide-icon {
    position: absolute;
    z-index: 3;
    inset: 50% auto auto 50%;
    width: 82px;
    height: 82px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 16%);
    border: 1px solid rgb(255 255 255 / 24%);
    backdrop-filter: blur(10px);
    color: #ffffff;
    font-size: 32px;
    transform: translate(-50%, -50%);
    box-shadow: 0 18px 38px rgb(13 22 40 / 18%);
    transition: transform .35s ease, background-color .35s ease, border-color .35s ease;
}

.-ycwt-features_slider .feature-slide-content {
    position: relative;
    z-index: 2;
}

.-ycwt-features_slider .feature-slide-content h3 {
    margin: 0 0 13px;
    font-size: 28px;
    line-height: 1.25;
    color: var(--primary-text);
    font-weight: 800;
    letter-spacing: 0;
}

.-ycwt-features_slider .feature-slide-content .p-content {
    max-width: 320px;
    margin: 0 auto;
    text-align: center !important;
    color: var(--secondarytext);
    font-size: 15px;
    line-height: 1.9;
}

.-ycwt-features_slider .feature-slide-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 44px;
    margin-top: 22px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgb(18 32 58 / 5%);
    color: var(--primary-text);
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: gap .3s ease, color .3s ease, background-color .3s ease, transform .3s ease;
}

.-ycwt-features_slider .feature-slide-link i {
    color: var(--uicolor);
    font-size: 13px;
    transition: transform .3s ease;
}

.-ycwt-features_slider .feature-slide-card:hover .feature-slide-media,
.-ycwt-features_slider .feature-slide-card:focus-within .feature-slide-media {
    transform: translateY(-10px) scale(.98);
    box-shadow: 0 30px 60px rgb(13 22 40 / 18%);
}

.-ycwt-features_slider .feature-slide-card:hover .feature-slide-media img,
.-ycwt-features_slider .feature-slide-card:focus-within .feature-slide-media img {
    transform: scale(1.08);
    filter: saturate(1.05) contrast(1.02);
}

.-ycwt-features_slider .feature-slide-card:hover .feature-slide-icon,
.-ycwt-features_slider .feature-slide-card:focus-within .feature-slide-icon {
    transform: translate(-50%, -50%) scale(1.08) rotate(5deg);
    background: rgb(255 127 31 / 90%);
    border-color: rgb(255 255 255 / 38%);
}

.-ycwt-features_slider .feature-slide-card:hover .feature-slide-link,
.-ycwt-features_slider .feature-slide-card:focus-within .feature-slide-link {
    color: #ffffff;
    gap: 15px;
    background: var(--uicolor);
    transform: translateY(-2px);
}

.-ycwt-features_slider .feature-slide-card:hover .feature-slide-link i,
.-ycwt-features_slider .feature-slide-card:focus-within .feature-slide-link i {
    color: #ffffff;
    transform: translateX(-3px);
}

.-ycwt-features_slider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 6px;
}

.-ycwt-features_slider .owl-nav button {
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: var(--primary-text) !important;
    border: 1px solid rgb(18 32 58 / 9%) !important;
    box-shadow: 0 12px 30px rgb(13 22 40 / 8%);
    transition: background-color .25s ease, color .25s ease, transform .25s ease, border-color .25s ease;
}

.-ycwt-features_slider .owl-nav button:hover {
    background: var(--uicolor) !important;
    color: #ffffff !important;
    border-color: var(--uicolor) !important;
    transform: translateY(-2px);
}

.-ycwt-features_slider .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 10px;
}

.-ycwt-features_slider .owl-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px !important;
}

.-ycwt-features_slider .owl-dot span {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #d8d0c4;
    transition: width .25s ease, transform .25s ease, background-color .25s ease;
}

.-ycwt-features_slider .owl-dot.active span {
    width: 27px;
    background: var(--uicolor);
    transform: scale(1);
}

@media (max-width: 1150px) {
    .-ycwt-features_slider .feature-slide-card {
        padding: 24px 20px 28px;
    }

    .-ycwt-features_slider .feature-slide-content h3 {
        font-size: 25px;
    }
}

@media (max-width: 980px) {
    .-ycwt-features_slider {
        padding: 62px 0;
    }

    .-ycwt-features_slider .features-slider-shell::before,
    .-ycwt-features_slider .features-slider-shell::after {
        display: none;
    }

    .-ycwt-features_slider .-dw-title {
        margin-bottom: 34px;
    }

    .-ycwt-features_slider .feature-slide-card {
        min-height: 405px;
    }

    .-ycwt-features_slider .feature-slide-content h3 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .-ycwt-features_slider {
        padding: 52px 0;
    }

    .-ycwt-features_slider::before,
    .-ycwt-features_slider::after {
        opacity: .55;
    }

    .-ycwt-features_slider .-dw-title {
        margin-bottom: 28px;
    }

    .-ycwt-features_slider .-dw-h4 {
        padding: 7px 14px;
        font-size: 13px;
    }

    .-ycwt-features_slider .-dw-title .p-content {
        font-size: 15px;
        line-height: 1.85;
    }

    .-ycwt-features_slider .feature-slide-item {
        padding: 8px 8px 28px;
    }

    .-ycwt-features_slider .feature-slide-card {
        min-height: auto;
        padding: 22px 18px 24px;
        border-radius: 26px;
    }

    .-ycwt-features_slider .feature-slide-media {
        width: min(100%, 205px);
        margin-bottom: 22px;
        border-radius: 26px;
    }

    .-ycwt-features_slider .feature-slide-media::before {
        border-radius: 19px;
    }

    .-ycwt-features_slider .feature-slide-icon {
        width: 72px;
        height: 72px;
        border-radius: 20px;
        font-size: 28px;
    }

    .-ycwt-features_slider .feature-slide-content h3 {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .-ycwt-features_slider .feature-slide-content .p-content {
        font-size: 14px;
        line-height: 1.8;
    }

    .-ycwt-features_slider .feature-slide-link {
        min-height: 42px;
        margin-top: 18px;
        padding: 0 16px;
        font-size: 14px;
    }
}

@media (max-width: 520px) {
    .-ycwt-features_slider {
        padding: 44px 0;
    }

    .-ycwt-features_slider .-dw-title {
        margin-bottom: 24px;
    }

    .-ycwt-features_slider .feature-slide-item {
        padding: 6px 4px 24px;
    }

    .-ycwt-features_slider .feature-slide-card {
        padding: 20px 14px 22px;
        border-radius: 24px;
    }

    .-ycwt-features_slider .feature-slide-media {
        width: min(100%, 185px);
        margin-bottom: 20px;
        border-radius: 24px;
    }

    .-ycwt-features_slider .feature-slide-icon {
        width: 66px;
        height: 66px;
        border-radius: 18px;
        font-size: 25px;
    }

    .-ycwt-features_slider .feature-slide-content h3 {
        font-size: 21px;
    }

    .-ycwt-features_slider .feature-slide-content .p-content {
        max-width: 285px;
    }

    .-ycwt-features_slider .owl-dot.active span {
        width: 23px;
    }
}

@media (max-width: 380px) {
    .-ycwt-features_slider .feature-slide-card {
        padding-inline: 12px;
    }

    .-ycwt-features_slider .feature-slide-media {
        width: min(100%, 170px);
    }

    .-ycwt-features_slider .feature-slide-icon {
        width: 60px;
        height: 60px;
        font-size: 23px;
    }

    .-ycwt-features_slider .feature-slide-content h3 {
        font-size: 19px;
    }
}
