/* Extracted from sunucu-barindirma.php */
@keyframes float-slow {
        0%, 100% { transform: translateY(0px); }
        50% { transform: translateY(-8px); }
    }
    .animate-float-slow {
        animation: float-slow 6s ease-in-out infinite;
    }
    .animate-float-delayed {
        animation: float-slow 7s ease-in-out infinite 2s;
    }
    .perspective-1000 {
        perspective: 1000px;
    }
