.sifency-3d-inner,
.sifency-3d-inner .elementor,
.sifency-3d-inner img,
.sifency-acc-icon svg {
    height: 100%;
    width: 100%
}

.sifency-3d-carousel-wrapper {
    width: 100%;
    position: relative;
    padding: 50px 0;
    overflow: hidden
}

.sifency-3d-swiper {
    width: 100%;
    perspective: 1200px
}

.sifency-3d-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: filter .4s
}

.sifency-3d-swiper .swiper-slide:not(.swiper-slide-active) {
    filter: brightness(.7) blur(1px)
}

.sifency-3d-inner {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
    background: #fff;
    position: relative;
    transform: translateZ(0)
}

.sifency-3d-inner img {
    object-fit: cover;
    display: block
}

.sifency-cycle-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    line-height: 1.2
}

.sifency-prefix {
    margin-right: .3em
}

.sifency-suffix {
    margin-left: .3em
}

.sifency-cycle-words-wrap {
    display: grid;
    place-items: center start
}

.sifency-cycle-word {
    grid-area: 1/1;
    will-change: transform, opacity, filter;
    display: inline-block
}

.sifency-accordion-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%
}

.sifency-acc-item {
    width: 100%;
    overflow: hidden;
    transition: background-color .3s
}

.sifency-acc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none
}

.sifency-acc-title {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600
}

.sifency-acc-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 20px
}

.sifency-icon-v {
    will-change: transform
}

.sifency-acc-content {
    overflow: hidden;
    will-change: height, opacity
}

.sifency-acc-content-inner {
    line-height: 1.6
}

.sifency-clock-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.sifency-clock-item {
    display: flex;
    align-items: center;
    gap: 8px
}

.sifency-clock-city {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .85em
}

.sifency-clock-time {
    font-weight: 600;
    display: flex;
    align-items: baseline;
    font-variant-numeric: tabular-nums
}

.sifency-copy-btn,
.sifency-copy-state {
    align-items: center;
    gap: 10px;
    transition: all var(--sf-copy-duration) var(--sf-copy-ease)
}

.sifency-c-ampm {
    font-size: .7em;
    margin-left: 4px;
    font-weight: 500
}

@keyframes sifencyBlink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

.sifency-clock-wrapper.sifency-blink-active .sifency-c-colon {
    animation: 1s linear infinite sifencyBlink;
    will-change: opacity
}

:root {
    --sf-copy-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --sf-copy-duration: 0.45s
}

.sifency-copy-wrapper {
    display: inline-block
}

.sifency-copy-btn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    min-width: 100px;
    padding: 12px 22px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02));
    backdrop-filter: blur(10px);
    color: #fff;
    cursor: pointer;
    overflow: hidden
}

.sifency-copy-btn:hover {
    border-color: rgba(255, 255, 255, .35)
}

.sifency-copy-state {
    position: absolute;
    display: flex
}

.sifency-copy-btn.is-success .sifency-state-success,
.sifency-state-default {
    opacity: 1;
    transform: translateY(0)
}

.sifency-state-success {
    opacity: 0;
    transform: translateY(15px)
}

.sifency-copy-btn.is-success .sifency-state-default {
    opacity: 0;
    transform: translateY(-15px)
}

.sifency-copy-btn.is-success {
    border-color: #4ade80;
    background: rgba(74, 222, 128, .12)
}

.sifency-copy-icon {
    display: flex;
    align-items: center
}

.sifency-copy-btn:focus-visible {
    outline: #4ade80 solid 2px;
    outline-offset: 2px
}

.sifency-copy-btn::after {
    content: attr(data-clipboard);
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: #111;
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: .3s
}

.sifency-copy-btn:hover::after,
.sifency-roll-link:hover .sifency-roll-line {
    opacity: 1
}

.sifency-field-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden
}

.sifency-field-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none
}

.sifency-rolling-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%
}

.sifency-roll-link {
    display: inline-flex;
    flex-direction: column;
    text-decoration: none !important;
    outline: 0;
    transition: color .3s;
    cursor: pointer
}

.sifency-roll-container {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    line-height: 1.1;
    padding: 2px 0
}

.sifency-char-wrap {
    position: relative;
    display: inline-block;
    overflow: visible
}

.sifency-char-bottom,
.sifency-char-front {
    display: inline-block;
    will-change: transform;
    white-space: pre
}

.sifency-roll-line {
    width: 100%;
    will-change: opacity, background-color;
    height: 1px;
    margin-top: 4px;
    background-color: currentColor;
    opacity: .3;
    transition: opacity .4s, background-color .4s
}

.sifency-reveal-wrapper {
    width: 100%;
    position: relative;
    overflow-x: hidden
}

.sifency-reveal-pin-wrap {
    width: 100%;
    position: relative
}

.sifency-reveal-panel {
    position: relative;
    overflow: hidden;
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
    box-shadow: 0 -15px 35px rgba(0, 0, 0, .1)
}

.sifency-reveal-inner {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2
}

.sifency-reveal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 3;
    pointer-events: none;
    will-change: opacity
}

@media (max-width:767px) {
    .sifency-cycle-container {
        justify-content: center !important;
        text-align: center
    }

    .sifency-reveal-panel {
        transform: none !important;
        box-shadow: none !important;
        width: 100% !important
    }

    .sifency-reveal-overlay {
        display: none
    }
}

/* Removed global scroll overrides causing issues */

.sifency-liquid-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.sifency-liquid-canvas,
.sifency-liquid-overlay,
.sifency-physics-dom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.sifency-liquid-canvas {
    z-index: 1
}

.sifency-liquid-overlay,
.sifency-physics-dom {
    z-index: 2
}

.sifency-orbit-wrapper {
    position: relative;
    display: inline-block;
    --orbit-thickness: 4px;
    --orbit-radius: 50%;
    --orbit-color-1: #ff3c00;
    --orbit-color-2: #ffc800;
    border-radius: var(--orbit-radius);
    overflow: hidden;
    z-index: 1;
    margin: 0 auto
}

.sifency-orbit-border {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(transparent 0deg, transparent 270deg, var(--orbit-color-2) 320deg, var(--orbit-color-1) 360deg);
    z-index: 0;
    will-change: transform
}

.sifency-orbit-inner {
    position: absolute;
    top: var(--orbit-thickness);
    left: var(--orbit-thickness);
    right: var(--orbit-thickness);
    bottom: var(--orbit-thickness);
    background-color: #111;
    border-radius: calc(var(--orbit-radius) - var(--orbit-thickness));
    overflow: hidden;
    z-index: 1
}

.sifency-orbit-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: inherit;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, .5)
}

.sifency-physics-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden
}

.sifency-physics-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    pointer-events: none
}

.sifency-physics-tag {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    will-change: transform;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 1.1rem;
    white-space: nowrap;
    cursor: grab;
    user-select: none;
    opacity: 0;
}

.sifency-physics-tag:active {
    cursor: grabbing
}