.contact-popup.active {
            opacity: 1 !important;
            pointer-events: auto !important;
        }
        .text-green-500{
            color: #56e881;
        }

        /* Ensure swiper wrapper/slide behave for auto width */


        .projects-swiper .swiper-slide {
            width: auto !important;

        }

        /* If your cards add right margin/gap, remove it — use Swiper spaceBetween instead */
        .projects-swiper .swiper-slide > .w-[368px] {
        margin-right: 0 !important;
        }

        /* Mobile fallback - show full width */
        @media (max-width: 640px) {
        .projects-swiper .swiper-slide { width: calc(100% - 48px) !important; }
        }

        .text-blue{
            color:rgb(23 107 156);
        }
