/* 2D Rotation Animation */
.easy-access-col-img-animation {
    position: relative;
    height: 400px;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}

.easy-access-col-img-animation img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 90%;
    height: auto;
    max-height: 85%;
    transform-origin: center center;
    will-change: transform;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
}

/* Initial state - all images stacked */
.easy-access-col-img-animation img {
    transform: translate(-50%, -50%) rotate(0deg);
    z-index: 1;
}

/* Animation states */
.easy-access-col-img-animation img.animate-rotate {
    animation: rotateAntiClockwise 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
    animation-fill-mode: both;
}

/* All devices start simultaneously - no staggered delays */
.easy-access-col-img-animation img:nth-child(1) {
    animation-delay: 0s;
    /* z-index: 1; */
}

.easy-access-col-img-animation img:nth-child(2) {
    animation-delay: 0s;
    /* z-index: 2; */
}

.easy-access-col-img-animation img:nth-child(3) {
    animation-delay: 0s;
    /* z-index: 3; */
}

/* Anti-clockwise rotation with upward movement animation and gradual slowdown */
@keyframes rotateAntiClockwise {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    /* 70% {
        transform: translate(-25%, -75%) rotate(-14deg);
    }
    85% {
        transform: translate(-18%, -85%) rotate(-18deg);
    }
    95% {
        transform: translate(-16%, -88%) rotate(-19.5deg);
    } */
    100% {
        transform: translate(-40%, -100%) rotate(-20deg);
    }
}

/* Subtle glow effect */
.easy-access-col-img-animation::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 4;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.easy-access-col-img-animation:hover::before {
    opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .easy-access-col-img-animation {
        height: 300px;
    }
    
    .easy-access-col-img-animation img {
        max-width: 95%;
    }
}

@media (max-width: 480px) {
    .easy-access-col-img-animation {
        height: 250px;
    }
}

/* Optional: Add subtle shadow for depth */
.easy-access-col-img-animation img.active {
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.2));
}

/* Pause animation on hover for better UX */
.easy-access-col-img-animation.paused img {
    animation-play-state: paused;
}


.easy-access-col-img-animation {
    width: 1100px;
    height: 900px;
    max-width: 100%;
}

.easy-access-col-img-animation-2 {
    width: 1000px;
    height: 1000px;
    max-width: 100%;
}

#home-easy-access-animation .easy-access-col-img-animation {
    height: 1020px;
    width: 1500px;
    position: absolute;
}

#home-easy-access-animation-2 .easy-access-col-img-animation {
    position: absolute;
}

#home-easy-access-animation-3 .easy-access-col-img-animation {
    position: absolute;
}

#home-easy-access-animation {
    position: relative;
    height: 900px;
    justify-content: right;
}

#home-easy-access-animation-2 {
    position: relative;
    height: 700px;
}

#home-easy-access-animation-3 {
    position: relative;
    justify-content: right;
}

#device-laptop {
    top: 80%;
    left: 35%;
}

#device-tablet {
    top: 99%;
    left: 58%;
}

#device-mobile {
    top: 123%;
    left: 39%;
    max-width: 120%;
}

#device-tablet-2 {
    display: none;
}

#device-mobile-2 {
    display: none;
}

#easy-access-col-text {
    z-index: 5;
}

#home-easy-access-animation-2 {
    margin-top: -200px;
}

#home-easy-access-animation-3 {
    margin-top: -460px;
    height: 330px;
}

@media (max-width: 1024px) {

    #device-laptop {
        top: 68%;
        left: 36%;
    }
    
    #device-tablet {
        top: 84%;
        left: 58%;
        max-width: 80%;
    }
    
    #device-mobile {
        top: 99%;
        left: 38%;
        max-width: 50%;
    }

    #home-easy-access-animation-3 {
        margin-top: -590px;
    }

}

@media (max-width: 912px) {

    #device-laptop {
        top: 62%;
        left: 33%;
    }
    
    #device-tablet {
        top: 79%;
        left: 58%;
        max-width: 80%;
    }
    
    #device-mobile {
        top: 88%;
        left: 37%;
        max-width: 45%;
    }

}

@media (max-width: 853px) {

    #device-laptop {
        top: 62%;
        left: 33%;
    }
    
    #device-tablet {
        top: 79%;
        left: 58%;
        max-width: 80%;
    }
    
    #device-mobile {
        top: 88%;
        left: 37%;
        max-width: 45%;
    }

    .easy-access-col .card-easy-access {
        max-width: 260px;
    }

}

@media (max-width: 820px) {

    #device-laptop {
        top: 55%;
        left: 25%;
    }
    
    #device-tablet {
        top: 72%;
        left: 58%;
        max-width: 80%;
    }
    
    #device-mobile {
        top: 80%;
        left: 32%;
        max-width: 55%;
    }

    .easy-access-col .card-easy-access {
        max-width: 330px;
    }

    #home-easy-access-animation-2 {
        margin-top: -180px;
    }

    #home-easy-access-animation-3 {
        margin-top: -700px;
    }

}

@media (max-width: 768px) {

    #device-laptop {
        top: 55%;
        left: 25%;
    }
    
    #device-tablet {
        top: 72%;
        left: 58%;
        max-width: 80%;
    }
    
    #device-mobile {
        top: 80%;
        left: 32%;
        max-width: 55%;
    }
}

@media (max-width: 767px) {

    .easy-access-col-img-animation {
        height: 380px;
    }

    #home-easy-access-animation {
        height: auto;
    }

    #home-easy-access-animation-2 {
        height: auto;
        margin-top: 20px;
    }
    
    #home-easy-access-animation-3 {
        margin-top: 20px;
    }

    #home-easy-access-animation .easy-access-col-img-animation {
        position: relative;
        height: 380px;
    }

    #home-easy-access-animation-2 .easy-access-col-img-animation {
        height: 0;
        position: relative;
    }

    #home-easy-access-animation-3 .easy-access-col-img-animation {
        height: 0;
    }

    #device-laptop {
        top: 65%;
        left: 33%;
    }

    #device-tablet {
        top: 75%;
        left: 64%;
    }
    
    #device-mobile {
        top: 88%;
        left: 40%;
    }

    #device-tablet-2 {
        top: 55%;
        left: 75%;
        display: block;
    }
    
    #device-mobile-2 {
        top: 76%;
        left: 48%;
        max-width: 250px;
        display: block;
    }

    .easy-access-col .card-easy-access {
        max-width: 100%;
    }

    #home-easy-access-animation .easy-access-col {
        margin-top: -15%;
    }

}