.service-img {
        transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
    }
    .magnetic-hover:hover .service-img {
        transform: scale(1.08) rotate(1deg);
    }
    .why-choose-card:hover {
        background: rgba(255, 255, 255, 0.06) !important;
        border-color: rgba(0, 188, 212, 0.3) !important;
        transform: scale(1.02) translateX(10px);
    }

