
/*
Theme Name: Growthvi
Theme URI: https://growthvi.com/
Author: Growthvi
Author URI: https://growthvi.com/
Description: A sleek single-page video editing agency theme using Tailwind CDN.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: growthvi
*/

/* Base styles */
body {
  font-family: 'Inter', sans-serif;
  background-color: #0f172a;
  color: #e2e8f0;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

.gradient-text {
  background-image: linear-gradient(to right, #6d28d9, #9333ea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hover-lift { transition: transform 0.3s ease; }
.hover-lift:hover { transform: translateY(-8px); }

.shadow-glow { box-shadow: 0 0 15px rgba(147, 51, 234, 0.4); }
