.ess-slider-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.ess-slider {
    position: relative;
    overflow: hidden;
    min-height: 720px;
}

.ess-slider .swiper-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
}

.ess-slider .swiper-slide {
    flex-shrink: 0;
    width: 100% !important;
    height: auto;
}

.ess-slide {
    position: relative;
    min-height: inherit;
    display: flex;
}

.ess-slide-bg,
.ess-slide-overlay,
.ess-particles,
.ess-nav-holder {
    position: absolute;
    inset: 0;
}

.ess-slide-bg {
    z-index: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(var(--ess-zoom-start, 1));
    animation: essZoomSingleDirection var(--ess-zoom-duration, 10s) linear infinite;
    will-change: transform;
}

.ess-slide-overlay {
    z-index: 1;
    background: var(--ess-overlay-bg, rgba(0,0,0,0.4));
    opacity: var(--ess-overlay-opacity, 0.4);
    pointer-events: none;
}

.ess-particles {
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.ess-particle {
    position: absolute;
    display: block;
    border-radius: 50%;
    opacity: 0;
    animation-name: essParticleFloat;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.ess-slide-inner {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-height: inherit;
    margin-left: auto;
    margin-right: auto;
    padding: 60px;
    box-sizing: border-box;
}

.ess-slide-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    width: 100%;
    max-width: 760px;
    position: relative;
    z-index: 2;
}

.ess-slide-content[style*="text-align: center"] {
    align-items: center;
}

.ess-slide-content[style*="text-align: right"] {
    align-items: flex-end;
}

.ess-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    border-radius: 50px;
    background: rgba(52, 53, 66, 0.78);
    backdrop-filter: blur(8px);
    max-width: 100%;
    flex-wrap: wrap;
}

.ess-badge-icon,
.ess-feature-icon {
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.9em;
    height: 1.9em;
    min-width: 1.9em;
    min-height: 1.9em;
    border-radius: 999px;
    box-sizing: border-box;
}

.ess-badge-icon {
    background: rgba(255,255,255,0.12);
}

.ess-feature-icon {
    background: rgba(255,255,255,0.12);
}

.ess-badge-icon svg,
.ess-feature-icon svg {
    width: 1em;
    height: 1em;
}

.ess-badge-icon svg *,
.ess-feature-icon svg * {
    fill: currentColor;
    stroke: currentColor;
}

.ess-badge-text,
.ess-description,
.ess-feature-text,
.ess-button {
    color: #fff;
}

.ess-title-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
}

.ess-title-part {
    font-size: clamp(40px, 6vw, 82px);
    line-height: 1;
    font-weight: 800;
    word-break: break-word;
}

.ess-title-part-1 {
    color: #ffffff;
}

.ess-title-part-2 {
    color: #0a8d8f;
}

.ess-description {
    max-width: 680px;
    font-size: 22px;
    line-height: 1.5;
}

.ess-feature-list,
.ess-actions,
.ess-nav-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ess-feature-list {
    gap: 14px 24px;
}

.ess-feature-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
}

.ess-actions {
    gap: 16px;
    margin-top: 8px;
}

.ess-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 16px 28px;
    border-radius: 14px;
    font-size: 18px;
    font-weight: 700;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
    text-align: center;
}

.ess-button-primary {
    background: #e53935;
}

.ess-button-secondary {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.55);
}

.ess-button:hover,
.ess-button:focus {
    transform: translateY(-2px);
}

.ess-nav-holder {
    z-index: 3;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 40px 40px;
    pointer-events: none;
    box-sizing: border-box;
    overflow: hidden;
}

.ess-nav-wrap {
    gap: 14px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(14, 33, 47, 0.42);
    backdrop-filter: blur(6px);
    pointer-events: auto;
    max-width: calc(100% - 10px);
}

.ess-nav-btn {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    color: #fff;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    flex: 0 0 auto;
}

.ess-nav-btn:hover {
    transform: scale(1.06);
}

.ess-pagination {
    position: static;
    display: inline-flex;
    align-items: center;
    width: auto !important;
    gap: 8px;
    flex: 0 0 auto;
}

.ess-nav-wrap .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    border-radius: 999px;
    background: rgba(255,255,255,0.45);
    margin: 0 !important;
    transition: width 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}

.ess-nav-wrap .swiper-pagination-bullet-active {
    width: 28px;
    background: #e53935;
}

.ess-progress-holder {
    position: relative;
    z-index: 4;
    margin-top: 14px;
}

.ess-progress-bar {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 8px;
    background: rgba(255,255,255,0.22);
    border-radius: 999px;
}

.ess-progress-fill {
    display: block;
    height: 100%;
    width: 0;
    border-radius: inherit;
    background: #0a8d8f;
    transition: width 0.35s ease;
}

@keyframes essZoomSingleDirection {
    0% { transform: scale(var(--ess-zoom-start, 1)); }
    100% { transform: scale(var(--ess-zoom-end, 1.12)); }
}

@keyframes essParticleFloat {
    0% { transform: translate3d(0,0,0) scale(0.7); opacity: 0; }
    20% { opacity: 0.6; }
    50% { transform: translate3d(var(--ess-move-x, 25px), var(--ess-move-y, -35px), 0) scale(1); opacity: 0.9; }
    100% { transform: translate3d(calc(var(--ess-move-x, 25px) * -0.5), calc(var(--ess-move-y, -35px) * 1.5), 0) scale(0.35); opacity: 0; }
}

@media (max-width: 1366px) {
    .ess-slide-inner {
        padding: 48px;
    }

    .ess-title-part {
        font-size: clamp(36px, 5.2vw, 72px);
    }

    .ess-description {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .ess-slider {
        min-height: 620px;
    }

    .ess-slide-inner {
        padding: 38px 32px 86px;
    }

    .ess-slide-content {
        max-width: 680px;
        gap: 16px;
    }

    .ess-title-part {
        font-size: clamp(34px, 5vw, 58px);
    }

    .ess-description {
        font-size: 18px;
        max-width: 560px;
    }

    .ess-feature-list {
        gap: 12px 18px;
    }

    .ess-button {
        padding: 14px 22px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .ess-slider {
        min-height: 540px;
    }

    .ess-slide-inner {
        padding: 24px 18px 84px;
    }

    .ess-slide-content {
        max-width: 100%;
        gap: 14px;
    }

    .ess-badge {
        padding: 10px 14px;
        gap: 8px;
    }

    .ess-badge-text,
    .ess-feature-text {
        font-size: 14px;
    }

    .ess-title-part {
        font-size: clamp(30px, 10vw, 48px);
        line-height: 1.02;
    }

    .ess-description {
        font-size: 16px;
        line-height: 1.45;
        max-width: 100%;
    }

    .ess-feature-list {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
    }

    .ess-actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        gap: 12px;
    }

    .ess-button {
        width: 100%;
        padding: 14px 18px;
    }

    .ess-nav-holder {
        padding: 0 14px 14px;
    }

    .ess-nav-wrap {
        gap: 8px;
        padding: 8px 12px;
    }

    .ess-nav-btn {
        width: 34px;
        height: 34px;
        font-size: 15px;
    }

    .ess-nav-wrap .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .ess-nav-wrap .swiper-pagination-bullet-active {
        width: 20px;
    }
}


/* Mobile Feature List Fix */
@media (max-width: 767px){

    .ess-feature-list{
        display:flex;
        flex-direction:row;
        flex-wrap:wrap;
        gap:10px;
        width:100%;
        justify-content:center;
        align-items:center;
    }

    .ess-badge{
        padding:10px 14px;
        gap:8px;
        display:flex;
        justify-content:center;
        align-items:center;
        margin:0 auto;
        width:fit-content;
    }

}
