/* Global Defaults */
* { user-select: none; font-family: 'Inter', sans-serif; }

/* Page Specific Body Styles */
body.page-home { background-color: #ffffff; color: #000000; overflow-x: hidden; }
body.page-about { background-color: #0f0e17; color: #ffffff; overflow-x: hidden; }

/* Premium Gradients */
.gradient-text {
    background: linear-gradient(to top, #e14fad 0%, #f9d423 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.btn-gradient {
    background: linear-gradient(to right, #e14fad 0%, #f9d423 100%);
    transition: all 0.3s ease;
}
.btn-gradient:hover { transform: scale(1.05); opacity: 0.9; }

/* Navbar Professional Curve (Index) */
.nav-curved-bottom {
    position: relative;
    background: #0f0e17;
    padding-bottom: 40px;
}

/* Navbar Curve (About) */
.nav-curved {
    position: relative;
    background: #0f0e17;
    padding-bottom: 20px;
}

/* Glassmorphism Navbar (Navbar.php) */
.premium-nav {
    background: rgba(15, 14, 23, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* Dropdown Styling - Shared & Specific */
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #000000;
    min-width: 220px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.5);
    z-index: 100;
    top: 100%;
    border-top: 3px solid #d0b58c;
}
.nav-item:hover .dropdown-menu { display: block; }

/* Submenu Styling (Navbar.php variation) */
.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #000000;
    min-width: 220px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.5);
    border-radius: 0 0 12px 12px;
    border: 1px solid rgba(208, 181, 140, 0.2);
    z-index: 1000;
    overflow: hidden;
}

.nav-item:hover .dropdown-content {
    display: block;
    animation: fadeIn 0.3s ease;
}

.dropdown-link {
    display: block;
    padding: 12px 24px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    transition: all 0.3s ease;
}

.dropdown-link:hover {
    background: rgba(208, 181, 140, 0.1);
    color: #f9d423;
    padding-left: 30px;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Register Button Glow */
.reg-btn {
    background: linear-gradient(90deg, #e14fad, #f9d423);
    box-shadow: 0 4px 15px rgba(225, 79, 173, 0.3);
}

/* Logo Marquee Animation */
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.marquee-container { overflow: hidden; white-space: nowrap; width: 100%; background: #0f0e17; padding: 40px 0; }
.marquee-content { display: inline-flex; animation: scroll 30s linear infinite; width: max-content; }
.marquee-content img { height: 40px; margin: 0 40px; opacity: 0.7; filter: grayscale(100%); transition: 0.3s; }
.marquee-content img:hover { opacity: 1; filter: none; }

/* Counter Styling */
.counter-box h3 { font-size: 3.5rem; font-weight: 800; }

/* Cursor color fix */
.typed-cursor {
    color: #e14fad;
    font-size: 0.8em;
}

/* Artist Marquee */
@keyframes artistScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.artist-marquee {
    display: flex;
    width: max-content;
    animation: artistScroll 25s linear infinite;
}
.artist-marquee:hover { animation-play-state: paused; }
.artist-card {
    width: 250px;
    height: 350px;
    margin: 0 15px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.artist-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.artist-card:hover img { transform: scale(1.1); }













/* New Content Styles */

.gradient-text {
    background: linear-gradient(90deg, #f9d423, #e14fad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Rounded sections to match your previous design */
.rounded-40 {
    border-radius: 40px;
}

/* Hover effect for the Technical Specs cards */
.flex-1:hover {
    transform: translateY(-10px);
    background-color: #161616;
}

/* Smooth transition for the global impact bar */
.bg-gradient-to-r div {
    transition: transform 0.3s ease;
}

.bg-gradient-to-r div:hover {
    transform: scale(1.1);
}





/* Phonographic Management System Styling */

.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: .5; }
}

/* Custom shadow for white-label sections */
.shadow-2xl {
    shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

/* Gradient text to match header */
.gradient-text {
    background: linear-gradient(90deg, #f9d423, #e14fad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Icon box styling */
.bg-gray-50 {
    background-color: #f9fafb !important;
}

.transition-all {
    transition: all 0.4s ease;
}

/* Artist Only Grid Styling */

.grayscale {
    filter: grayscale(100%);
}

.group:hover .grayscale {
    filter: grayscale(0%);
}

.group:hover .translate-y-4 {
    transform: translateY(0);
}

.group:hover .opacity-100 {
    opacity: 1 !important;
}

/* Ensure images maintain the 4:5 aspect ratio consistently */
.aspect-\[4\/5\] {
    aspect-ratio: 4 / 5;
}

/* Rounded corners matching your other sections */
.rounded-40 {
    border-radius: 40px;
}


