/*
Theme Name: Sofia Dance Crew Dance Promo
Theme URI: https://sofiadancecrew.site/
Author: Jonana Samia (@maya.de_von) & Lovable AI
Author URI: https://www.instagram.com/maya.de_von
Description: A modern, Lovable-built high-converting WordPress Theme for paid dance promo videos by Jonana Samia at Sofia Dance Crew (sofiadancecrew.site). Designed with Tailwind CSS, sleek glassmorphism navigation, filterable Instagram Reel portfolio grid, interactive pricing cards, and instant booking form.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sofiadancecrew
Tags: custom-theme, one-page, dance, entertainment, portfolio, dark-theme, tailwind
*/

/* Custom Core Animations & Overrides */
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
}

.animate-float {
  animation: float 4s ease-in-out infinite;
}

.glass-nav {
  background: rgba(10, 10, 12, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
