/* CRITICAL FIXES - LOAD FIRST */
/* Fix hero title color */
.hero-title,
.hero h1,
h1.hero-title {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8) !important;
}

.hero-subtitle,
.hero p {
    color: #ffffff !important;
}

.hero-tagline {
    color: #ffd700 !important;
}

/* TV Icon and Animation Fixes */
.tv-icon {
    position: relative !important;
    width: 40px !important;
    height: 30px !important;
    animation: tvBounce 2s ease-in-out infinite !important;
}

.tv-screen {
    width: 45px !important;
    height: 32px !important;
    background: linear-gradient(135deg, #ff1744 0%, #d32f2f 50%, #b71c1c 100%) !important;
    border-radius: 6px !important;
    border: 3px solid #1e5f63 !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 4px 12px rgba(255, 23, 68, 0.4), 0 2px 6px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
}

.tv-content {
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(45deg, #ff5722 0%, #ff1744 50%, #d32f2f 100%) !important;
    border-radius: 3px !important;
    position: relative !important;
}

.tv-content::before {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 8px !important;
    height: 8px !important;
    background: #ffffff !important;
    border-radius: 50% !important;
    opacity: 0.8 !important;
    animation: tvSignal 2s ease-in-out infinite !important;
}

.tv-stand {
    width: 25px !important;
    height: 5px !important;
    background: linear-gradient(135deg, #1e5f63 0%, #0d4043 100%) !important;
    margin: 3px auto 0 !important;
    border-radius: 3px !important;
    position: relative !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}

.tv-stand::after {
    content: '' !important;
    position: absolute !important;
    top: -2px !important;
    right: -3px !important;
    width: 4px !important;
    height: 4px !important;
    background: #ff1744 !important;
    border-radius: 50% !important;
    box-shadow: 0 0 6px rgba(255, 23, 68, 0.8) !important;
    animation: powerLight 3s ease-in-out infinite !important;
}

/* TV Animations */
@keyframes tvBounce {

    0%,
    100% {
        transform: scale(1) rotate(0deg);
    }

    25% {
        transform: scale(1.05) rotate(1deg);
    }

    75% {
        transform: scale(1.05) rotate(-1deg);
    }
}

@keyframes tvSignal {
    0% {
        background: linear-gradient(45deg, #00bcd4 0%, #4fc3f7 50%, #81c784 100%);
        opacity: 1;
    }

    50% {
        background: linear-gradient(45deg, #4fc3f7 0%, #81c784 50%, #00bcd4 100%);
        opacity: 0.8;
    }

    100% {
        background: linear-gradient(45deg, #81c784 0%, #00bcd4 50%, #4fc3f7 100%);
        opacity: 1;
    }
}

@keyframes powerLight {

    0%,
    100% {
        opacity: 1;
        box-shadow: 0 0 6px rgba(255, 23, 68, 0.8);
    }

    50% {
        opacity: 0.5;
        box-shadow: 0 0 12px rgba(255, 23, 68, 1);
    }
}

/* Ensure all sections are always visible */
.about,
.services,
.plans,
.gallery,
.contact,
.footer {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Fix AOS elements that might be hidden */
[data-aos] {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

/* Ensure about section content is always visible */
.about .section-header,
.about .about-content,
.about .about-image,
.about .about-text,
.about .about-features,
.about .feature-item {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.about-content {
    display: grid !important;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* Modern Attractive Theme */
    --primary-color: #2563eb;
    --primary-light: #3b82f6;
    --primary-medium: #60a5fa;
    --primary-dark: #1d4ed8;
    --secondary-color: #f59e0b;
    --secondary-light: #fbbf24;
    --secondary-dark: #d97706;
    --accent-color: #ffffff;
    --accent-soft: #f8fafc;
    --accent-gold: #fcd34d;
    --accent-silver: #e5e7eb;

    /* Text Colors */
    --text-dark: #1f2937;
    --text-medium: #374151;
    --text-light: #6b7280;
    --text-muted: #9ca3af;

    /* Background Colors */
    --bg-light: #f9fafb;
    --bg-white: #ffffff;
    --bg-dark: #1f2937;
    --bg-section: #eff6ff;
    --bg-gradient: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 50%, #93c5fd 100%);
    --bg-hero: linear-gradient(135deg, #1e40af 0%, #2563eb 50%, #3b82f6 100%);

    /* Modern Attractive Gradients */
    --gradient-primary: linear-gradient(135deg, #1e40af 0%, #2563eb 50%, #3b82f6 100%);
    --gradient-secondary: linear-gradient(135deg, #f59e0b 0%, #fbbf24 50%, #fcd34d 100%);
    --gradient-royal: linear-gradient(135deg, #1d4ed8 0%, #2563eb 30%, #3b82f6 70%, #60a5fa 100%);
    --gradient-gold: linear-gradient(135deg, #fcd34d 0%, #fbbf24 50%, #f59e0b 100%);
    --gradient-glass: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
    --gradient-glass-dark: linear-gradient(135deg, rgba(37, 99, 235, 0.2) 0%, rgba(37, 99, 235, 0.05) 100%);
    --gradient-card: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.95) 100%);

    /* Premium Royal Shadows */
    --shadow-soft: 0 8px 32px rgba(26, 35, 126, 0.12);
    --shadow-medium: 0 16px 48px rgba(26, 35, 126, 0.18);
    --shadow-strong: 0 24px 64px rgba(26, 35, 126, 0.25);
    --shadow-royal: 0 20px 60px rgba(26, 35, 126, 0.3);
    --shadow-gold: 0 12px 36px rgba(255, 111, 0, 0.4);
    --shadow-glow: 0 0 40px rgba(255, 215, 0, 0.3);

    /* Border Radius */
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-xl: 28px;

    /* Transitions */
    --transition-fast: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.8;
    color: var(--text-dark);
    overflow-x: hidden;
    background: var(--bg-gradient);
    font-weight: 400;
    letter-spacing: 0.5px;
    scroll-behavior: smooth;
    position: relative;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 20% 80%, rgba(255, 215, 0, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(26, 35, 126, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(255, 111, 0, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: -1;
}

/* Optimized Transitions */
a,
button,
.btn,
.nav-link {
    transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}

/* Scroll Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Classic Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.3;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

h1 {
    font-size: 3.5rem;
}

h2 {
    font-size: 2.8rem;
}

h3 {
    font-size: 2.2rem;
}

h4 {
    font-size: 1.8rem;
}

h5 {
    font-size: 1.4rem;
}

h6 {
    font-size: 1.2rem;
}

p {
    margin-bottom: 1.2rem;
    color: var(--text-medium);
}

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    transition: all 0.3s ease;
}

.loader {
    width: 60px;
    height: 60px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top: 3px solid var(--secondary-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.loader-inner {
    width: 40px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-top: 2px solid var(--accent-color);
    border-radius: 50%;
    animation: spin 0.8s linear infinite reverse;
    margin: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
    font-size: 10px;
    font-weight: 700;
}

.loader-inner::after {
    content: 'SCN';
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Header - Exact Reference Match with Correct Colors */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-wrapper {
    position: relative;
    height: 80px;
    background: #1e5f63;
    overflow: hidden;
}

.logo-diagonal {
    position: absolute;
    left: 0;
    top: 0;
    width: 350px;
    height: 80px;
    background: #fdd835;
    clip-path: polygon(0 0, 80% 0, 65% 100%, 0% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.header-logo-container {
    display: flex;
    align-items: center;
    gap: 12px;
    animation: logoFloat 3s ease-in-out infinite;
}

.header-logo {
    font-size: 2.2rem;
    font-weight: 900;
    color: #1e5f63;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Arial Black', sans-serif;
    text-shadow:
        0 3px 6px rgba(30, 95, 99, 0.4),
        0 1px 0 rgba(255, 255, 255, 0.8),
        0 -1px 0 rgba(0, 0, 0, 0.2);
    animation: classicTextGlow 3s ease-in-out infinite alternate;
    position: relative;
}

.header-logo::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, transparent, rgba(255, 23, 68, 0.1), transparent);
    border-radius: 4px;
    z-index: -1;
    animation: logoAura 4s ease-in-out infinite;
}

.tv-icon {
    position: relative;
    width: 40px;
    height: 30px;
    animation: tvBounce 2s ease-in-out infinite;
}

.tv-screen {
    width: 45px;
    height: 32px;
    background: linear-gradient(135deg, #ff1744 0%, #d32f2f 50%, #b71c1c 100%);
    border-radius: 6px;
    border: 3px solid #1e5f63;
    position: relative;
    overflow: hidden;
    box-shadow:
        0 4px 12px rgba(255, 23, 68, 0.4),
        0 2px 6px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.tv-content {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #ff5722 0%, #ff1744 50%, #d32f2f 100%);
    border-radius: 3px;
    position: relative;
}

.tv-content::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    opacity: 0.8;
    animation: tvSignal 2s ease-in-out infinite;
}

.tv-content::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}

.tv-stand {
    width: 25px;
    height: 5px;
    background: linear-gradient(135deg, #1e5f63 0%, #0d4043 100%);
    margin: 3px auto 0;
    border-radius: 3px;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.tv-stand::before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 3px;
    background: linear-gradient(135deg, #1e5f63 0%, #0d4043 100%);
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.tv-stand::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -3px;
    width: 4px;
    height: 4px;
    background: #ff1744;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(255, 23, 68, 0.8);
    animation: powerLight 3s ease-in-out infinite;
}

/* Animations */
@keyframes logoFloat {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-3px);
    }
}

@keyframes textGlow {
    0% {
        text-shadow: 0 2px 4px rgba(30, 95, 99, 0.3);
    }

    100% {
        text-shadow: 0 2px 8px rgba(30, 95, 99, 0.6), 0 0 15px rgba(30, 95, 99, 0.3);
    }
}

@keyframes tvBounce {

    0%,
    100% {
        transform: scale(1) rotate(0deg);
    }

    25% {
        transform: scale(1.05) rotate(1deg);
    }

    75% {
        transform: scale(1.05) rotate(-1deg);
    }
}

@keyframes tvSignal {
    0% {
        background: linear-gradient(45deg, #00bcd4 0%, #4fc3f7 50%, #81c784 100%);
        opacity: 1;
    }

    50% {
        background: linear-gradient(45deg, #4fc3f7 0%, #81c784 50%, #00bcd4 100%);
        opacity: 0.8;
    }

    100% {
        background: linear-gradient(45deg, #81c784 0%, #00bcd4 50%, #4fc3f7 100%);
        opacity: 1;
    }
}

.contact-section {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 40px;
    z-index: 1;
}

.contact-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-icon {
    width: 35px;
    height: 35px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon i {
    color: #fdd835;
    font-size: 0.9rem;
}

.contact-text {
    display: flex;
    flex-direction: column;
}

.contact-label {
    font-size: 0.75rem;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1px;
}

.contact-value {
    font-size: 0.7rem;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.2;
    opacity: 0.9;
}

.navigation-bar {
    background: #1e5f63;
    height: 50px;
    position: relative;
}

.nav-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    position: relative;
}

.main-nav {
    display: flex;
    align-items: center;
    background: #0d4043;
    border-radius: 5px;
    overflow: hidden;
}

.nav-item {
    color: #ffffff !important;
    text-decoration: none;
    padding: 12px 20px;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-item:hover {
    background: #fdd835 !important;
    color: #1e5f63 !important;
    transform: translateY(-1px);
}

.request-quote {
    background: #fdd835;
    color: #1e5f63;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.request-quote:hover {
    background: #f9a825;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .contact-section {
        gap: 30px;
        right: 20px;
    }

    .contact-group {
        gap: 8px;
    }

    .contact-label,
    .contact-value {
        font-size: 0.7rem;
    }
}

@media (max-width: 992px) {
    .contact-section {
        display: none;
    }

    .logo-diagonal {
        width: 300px;
    }
}

@media (max-width: 768px) {
    .main-header {
        position: relative;
    }

    .header-wrapper {
        height: 60px;
    }

    .logo-diagonal {
        height: 60px;
        width: 250px;
    }

    .header-logo {
        font-size: 1.5rem;
    }

    .navigation-bar {
        height: 45px;
    }

    .main-nav {
        display: none;
    }

    .request-quote {
        padding: 10px 20px;
        font-size: 0.8rem;
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .contact-info {
        gap: 20px;
        margin-right: 80px;
    }

    .contact-item {
        gap: 8px;
    }

    .contact-label,
    .contact-value {
        font-size: 0.7rem;
    }
}

@media (max-width: 992px) {
    .contact-info {
        display: none;
    }

    .top-bar::after {
        border-left: 50px solid #ffeb3b;
        border-bottom: 60px solid #2c5530;
    }
}

@media (max-width: 768px) {
    .header {
        position: relative;
    }

    .top-bar {
        height: 50px;
    }

    .logo-text {
        font-size: 1.5rem;
    }

    .logo-subtitle {
        font-size: 0.6rem;
    }

    .nav-menu {
        display: none;
    }

    .quote-btn {
        padding: 10px 20px;
        font-size: 0.8rem;
    }
}



.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
    position: relative;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    transition: var(--transition-smooth);
    position: relative;
    z-index: 2;
}

.nav-logo:hover {
    transform: translateY(-1px);
}

.logo {
    height: 55px;
    width: auto;
    transition: var(--transition-smooth);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.logo:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
}

.logo:hover {
    animation: none;
}

.logo-text {
    font-size: 2.2rem;
    font-weight: 900;
    color: #ffffff;
    transition: var(--transition-smooth);
    letter-spacing: 3px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
    position: relative;
}

/* Logo Text Animation */
@keyframes textShine {
    0% {
        text-shadow: 0 3px 6px rgba(30, 64, 175, 0.2);
    }

    50% {
        text-shadow: 0 3px 6px rgba(30, 64, 175, 0.4), 0 0 20px rgba(245, 158, 11, 0.3);
    }

    100% {
        text-shadow: 0 3px 6px rgba(30, 64, 175, 0.2);
    }
}

.logo-text {
    animation: textShine 4s ease-in-out infinite;
}

.nav-logo:hover .logo-text {
    animation: none;
    text-shadow: 0 3px 8px rgba(30, 64, 175, 0.4), 0 0 25px rgba(245, 158, 11, 0.4);
    transform: translateY(-1px);
}

.logo-text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.logo-subtitle {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--secondary-color);
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.9;
    transition: var(--transition-smooth);
    font-family: 'Arial', sans-serif;
}

.navbar.scrolled .logo-subtitle {
    color: var(--accent-color);
    opacity: 0.8;
}

.nav-logo:hover .logo-subtitle {
    opacity: 1;
    transform: translateX(2px);
    color: var(--secondary-light);
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 0;
    background: #1a3a1f;
    border-radius: 8px;
    padding: 8px;
    position: relative;
    z-index: 2;
}

.nav-link {
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    transition: var(--transition-smooth);
    padding: 12px 20px;
    font-size: 1rem;
    letter-spacing: 0.5px;
    border-radius: 6px;
    display: block;
}

.nav-link:hover {
    color: #ffffff;
    background: #ff6f00;
    transform: translateY(-1px);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--gradient-gold);
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 2px;
}

.nav-link:hover::after {
    width: 100%;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.bar {
    width: 28px;
    height: 3px;
    background: var(--primary-color);
    transition: var(--transition-smooth);
    border-radius: 2px;
}

/* Hero Section */
.hero {
    position: relative;
    height: calc(100vh - 130px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--bg-hero);
    margin-top: 130px;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 30% 70%, rgba(255, 215, 0, 0.2) 0%, transparent 50%),
        radial-gradient(circle at 70% 30%, rgba(255, 111, 0, 0.15) 0%, transparent 50%),
        linear-gradient(135deg, rgba(26, 35, 126, 0.1) 0%, rgba(57, 73, 171, 0.05) 100%);
    z-index: 1;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    z-index: 2;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.hero-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('assets/images/hero-background.svg') center/cover no-repeat;
    opacity: 0.4;
    z-index: -1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,
            rgba(13, 23, 84, 0.9) 0%,
            rgba(26, 35, 126, 0.85) 30%,
            rgba(57, 73, 171, 0.8) 70%,
            rgba(92, 107, 192, 0.75) 100%);
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: var(--accent-color);
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
    /* animation: fadeInUp 1.2s ease-out; */
}

.hero-title {
    font-size: 4.5rem;
    font-weight: 900;
    margin-bottom: 2rem;
    line-height: 1.1;
    color: #ffffff;
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.8),
        0 4px 8px rgba(0, 0, 0, 0.6),
        0 0 20px rgba(255, 255, 255, 0.3);
    animation: classicGlow 2s ease-in-out infinite alternate;
    position: relative;
}

@keyframes classicGlow {
    0% {
        color: #ffffff;
        text-shadow:
            0 2px 4px rgba(0, 0, 0, 0.8),
            0 4px 8px rgba(0, 0, 0, 0.6),
            0 0 20px rgba(255, 255, 255, 0.3);
    }

    100% {
        color: #f0f0f0;
        text-shadow:
            0 2px 6px rgba(0, 0, 0, 0.9),
            0 4px 12px rgba(0, 0, 0, 0.7),
            0 0 30px rgba(255, 255, 255, 0.5);
    }
}

.hero-subtitle {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.95;
    line-height: 1.6;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.hero-tagline {
    font-size: 1.4rem;
    margin-bottom: 3rem;
    color: var(--accent-gold);
    font-weight: 600;
    text-shadow:
        0 3px 15px rgba(0, 0, 0, 0.6),
        0 1px 5px rgba(0, 0, 0, 0.4),
        0 0 20px rgba(255, 215, 0, 0.4);
    font-style: italic;
    letter-spacing: 1px;
    /* animation: taglineFloat 4s ease-in-out infinite; */
}

@keyframes taglineFloat {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
    }
}

.hero-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Enhanced Buttons */
.btn {
    display: inline-block;
    padding: 16px 36px;
    border-radius: var(--radius-lg);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: var(--transition-smooth);
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align: center;
    min-width: 180px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 0.95rem;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s;
}

.btn:hover::before {
    left: 100%;
}

.btn-primary {
    background: var(--gradient-gold);
    color: var(--primary-dark);
    box-shadow: var(--shadow-gold);
    border: 2px solid transparent;
    font-weight: 800;
    text-shadow: none;
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s ease;
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: var(--shadow-glow);
    background: linear-gradient(135deg, #ffd700 0%, #ff6f00 100%);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
    border-color: var(--secondary-color);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

.btn-outline {
    background: transparent;
    color: #ffffff;
    border: 2px solid var(--secondary-color);
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.btn-outline:hover {
    background: var(--secondary-color);
    color: #1a1a1a;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(245, 158, 11, 0.4);
    text-shadow: none;
}

.btn-plan {
    background: var(--gradient-royal);
    color: var(--accent-color);
    width: 100%;
    margin-top: 2rem;
    border: 2px solid transparent;
}

.btn-plan:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-royal);
    border-color: var(--secondary-color);
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
}

.scroll-arrow {
    width: 35px;
    height: 35px;
    border: 2px solid var(--secondary-color);
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    40% {
        transform: translateX(-50%) translateY(-15px);
    }

    60% {
        transform: translateX(-50%) translateY(-8px);
    }
}

/* Section Styles */
section {
    padding: 120px 0;
    position: relative;
}

.section-header {
    text-align: center;
    margin-bottom: 5rem;
}

.section-title {
    font-size: 3.2rem;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    position: relative;
    text-shadow: 0 2px 8px rgba(30, 64, 175, 0.2);
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 5px;
    background: var(--gradient-gold);
    border-radius: 3px;
}

.section-subtitle {
    font-size: 1.3rem;
    color: var(--text-medium);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 500;
}

/* About Section */
.about {
    background: linear-gradient(135deg, var(--bg-white) 0%, var(--accent-silver) 50%, var(--bg-section) 100%);
    position: relative;
    overflow: hidden;
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 80% 20%, rgba(255, 111, 0, 0.1) 0%, transparent 50%),
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="30" height="30" patternUnits="userSpaceOnUse"><circle cx="15" cy="15" r="1.5" fill="%23ff6f00" opacity="0.15"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    opacity: 0.4;
    z-index: 0;
}

.about .container {
    position: relative;
    z-index: 1;
}

.about::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, rgba(26, 35, 126, 0.05) 0%, transparent 100%);
    z-index: 1;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.about-image {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-strong);
}

.about-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: var(--transition-slow);
}

.about-image:hover img {
    transform: scale(1.08);
}

.about-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-glass-dark);
    backdrop-filter: blur(2px);
    opacity: 0;
    transition: var(--transition-smooth);
}

.about-image:hover .about-image-overlay {
    opacity: 1;
}

.about-text p {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    color: var(--text-medium);
}

.about-features {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: var(--radius-lg);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(26, 35, 126, 0.1);
    transition: var(--transition-smooth);
    box-shadow: var(--shadow-soft);
}

.feature-item:hover {
    transform: translateX(15px);
    box-shadow: var(--shadow-medium);
    border-color: var(--secondary-color);
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: var(--gradient-royal);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-color);
    font-size: 1.8rem;
    flex-shrink: 0;
    box-shadow: var(--shadow-medium);
}

.feature-content h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    color: var(--text-dark);
}

.feature-content p {
    color: var(--text-light);
    margin: 0;
    line-height: 1.6;
}

/* Services Section */
.services {
    background: linear-gradient(135deg, var(--bg-section) 0%, var(--bg-white) 50%, var(--accent-silver) 100%);
    position: relative;
    overflow: hidden;
}

.services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 20% 80%, rgba(26, 35, 126, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 111, 0, 0.06) 0%, transparent 50%);
    z-index: 0;
}

.services .container {
    position: relative;
    z-index: 1;
}

.services::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -200px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
}

.service-card {
    background: var(--gradient-card);
    backdrop-filter: blur(25px);
    border: 2px solid rgba(26, 35, 126, 0.15);
    border-radius: var(--radius-xl);
    padding: 3.5rem 3rem;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-medium);
    /* animation: fadeInUp 0.8s ease-out; */
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 215, 0, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.service-card:hover::before {
    opacity: 1;
}

.service-card>* {
    position: relative;
    z-index: 1;
}

.service-card:nth-child(1) {
    animation-delay: 0.1s;
}

.service-card:nth-child(2) {
    animation-delay: 0.2s;
}

.service-card:nth-child(3) {
    animation-delay: 0.3s;
}

.service-card:nth-child(4) {
    animation-delay: 0.4s;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--gradient-royal);
    transform: scaleX(0);
    transition: var(--transition-smooth);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover {
    transform: translateY(-25px) scale(1.03);
    box-shadow: var(--shadow-royal);
    border-color: var(--accent-gold);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 248, 225, 0.95) 100%);
}

.service-icon {
    width: 110px;
    height: 110px;
    background: var(--gradient-royal);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2.5rem;
    color: var(--accent-color);
    font-size: 2.8rem;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--shadow-royal);
    position: relative;
    /* animation: float 4s ease-in-out infinite; */
}

.service-icon::before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    background: var(--gradient-gold);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: all 0.4s ease;
    /* animation: iconGlow 3s ease-in-out infinite; */
}

.service-card:hover .service-icon::before {
    opacity: 1;
    top: -12px;
    left: -12px;
    right: -12px;
    bottom: -12px;
}

.service-card:hover .service-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: var(--shadow-glow);
}

@keyframes iconGlow {

    0%,
    100% {
        box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
    }

    50% {
        box-shadow: 0 0 40px rgba(255, 215, 0, 0.6);
    }
}

.service-card:hover .service-icon {
    transform: scale(1.15) rotate(10deg);
    box-shadow: var(--shadow-royal);
}

.service-title {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--primary-color);
    text-shadow: 0 1px 3px rgba(30, 64, 175, 0.1);
}

.service-description {
    color: var(--text-light);
    margin-bottom: 2rem;
    line-height: 1.7;
    font-size: 1.05rem;
}

.service-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    transition: var(--transition-smooth);
    font-size: 1.05rem;
}

.service-link:hover {
    color: var(--secondary-color);
    transform: translateX(8px);
}

/* Plans Section */
.plans {
    background: var(--bg-section);
    position: relative;
}

.plans::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 35, 126, 0.02) 0%, rgba(255, 215, 0, 0.02) 100%);
    z-index: 0;
}

.plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.plan-card {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(15, 23, 42, 0.1);
    border-radius: var(--radius-xl);
    padding: 3rem 2.5rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    /* animation: fadeInUp 0.6s ease-out; */
}

.plan-card:nth-child(1) {
    animation-delay: 0.1s;
}

.plan-card:nth-child(2) {
    animation-delay: 0.2s;
}

.plan-card:nth-child(3) {
    animation-delay: 0.3s;
}

.plan-card.featured {
    transform: scale(1.08);
    border: 3px solid var(--secondary-color);
    box-shadow: var(--shadow-strong);
    background: rgba(255, 255, 255, 1);
}

.plan-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.2);
    border-color: var(--secondary-color);
    background: rgba(255, 255, 255, 1);
}

.plan-card.featured:hover {
    transform: scale(1.08) translateY(-12px);
}

.plan-badge {
    position: absolute;
    top: 25px;
    right: -35px;
    background: var(--gradient-gold);
    color: var(--text-dark);
    padding: 10px 45px;
    font-size: 0.9rem;
    font-weight: 700;
    transform: rotate(45deg);
    box-shadow: var(--shadow-gold);
    letter-spacing: 0.5px;
}

.plan-header {
    margin-bottom: 2.5rem;
}

.plan-name {
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    text-shadow: 0 1px 3px rgba(30, 64, 175, 0.1);
}

.plan-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.3rem;
}

.currency {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-color);
}

.amount {
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--primary-color);
}

.period {
    font-size: 1.2rem;
    color: var(--text-light);
    font-weight: 500;
}

.plan-speed {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--secondary-color);
    margin-bottom: 1.5rem;
    padding: 0.8rem 1.5rem;
    background: rgba(255, 215, 0, 0.1);
    border-radius: 30px;
    display: inline-block;
    border: 2px solid rgba(255, 215, 0, 0.3);
}

.plan-description {
    color: var(--text-light);
    margin-bottom: 2.5rem;
    font-style: italic;
    font-size: 1.05rem;
}

.feature-list {
    list-style: none;
    text-align: left;
    margin-bottom: 2.5rem;
}

.feature-list li {
    padding: 0.8rem 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--text-medium);
    font-size: 1.05rem;
}

.feature-list i {
    color: var(--secondary-color);
    font-size: 1.2rem;
    width: 20px;
}

/* Gallery Section */
.gallery {
    background: var(--bg-white);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.gallery-item {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    cursor: pointer;
    transition: var(--transition-smooth);
    aspect-ratio: 4/3;
    box-shadow: var(--shadow-soft);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-slow);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 35, 126, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition-smooth);
}

.gallery-overlay i {
    color: var(--accent-color);
    font-size: 2.5rem;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover img {
    transform: scale(1.15);
}

.gallery-item:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-medium);
}

/* Contact Section */
.contact {
    background: var(--bg-section);
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    margin-bottom: 5rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: var(--radius-lg);
    border: 1px solid rgba(26, 35, 126, 0.1);
    transition: var(--transition-smooth);
    box-shadow: var(--shadow-soft);
}

.contact-item:hover {
    transform: translateX(12px);
    box-shadow: var(--shadow-medium);
    border-color: var(--secondary-color);
}

.contact-icon {
    width: 60px;
    height: 60px;
    background: var(--gradient-royal);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-color);
    font-size: 1.4rem;
    flex-shrink: 0;
    box-shadow: var(--shadow-medium);
}

.contact-details h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    color: var(--text-dark);
}

.contact-details p {
    color: var(--text-light);
    margin: 0;
    line-height: 1.6;
}

.contact-details a {
    color: var(--primary-color);
    text-decoration: none;
    transition: var(--transition-smooth);
    font-weight: 600;
}

.contact-details a:hover {
    color: var(--secondary-color);
}

.contact-form-container {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(26, 35, 126, 0.1);
    border-radius: var(--radius-xl);
    padding: 3rem;
    box-shadow: var(--shadow-medium);
}

.form-group {
    margin-bottom: 2rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 1.2rem 1.8rem;
    border: 2px solid rgba(26, 35, 126, 0.1);
    border-radius: var(--radius-md);
    font-size: 1.05rem;
    font-family: inherit;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    transition: var(--transition-smooth);
    color: var(--text-dark);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(26, 35, 126, 0.1);
    background: var(--bg-white);
}

.map-container {
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-strong);
}

.map-container iframe {
    filter: grayscale(30%);
    transition: var(--transition-smooth);
}

.map-container:hover iframe {
    filter: grayscale(0%);
}

/* Footer */
.footer {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 50%, var(--primary-medium) 100%);
    color: var(--accent-color);
    padding: 5rem 0 2.5rem;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
    z-index: 0;
}

.footer .container {
    position: relative;
    z-index: 1;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 1.5rem;
}

.footer-logo img {
    height: 45px;
    width: auto;
}

.footer-logo span {
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: 2px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.footer-tagline {
    color: var(--secondary-light);
    margin-bottom: 2rem;
    font-style: italic;
    font-size: 1.1rem;
    font-weight: 500;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.social-links {
    display: flex;
    gap: 1.2rem;
}

.social-link {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-color);
    text-decoration: none;
    transition: var(--transition-smooth);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-link:hover {
    background: var(--gradient-gold);
    color: var(--text-dark);
    transform: translateY(-4px);
    box-shadow: var(--shadow-gold);
}

.footer-title {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--secondary-light);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    position: relative;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--secondary-color);
    border-radius: 1px;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: var(--transition-smooth);
    font-size: 1.05rem;
    font-weight: 500;
    display: inline-block;
}

.footer-links a:hover {
    color: var(--secondary-light);
    padding-left: 10px;
    transform: translateX(5px);
}

.footer-contact p {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
}

.footer-contact i {
    color: var(--secondary-light);
    width: 20px;
    font-size: 1.2rem;
}

.footer-bottom {
    text-align: center;
    padding-top: 2.5rem;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.1);
    margin: 2rem -2rem -2.5rem -2rem;
    padding: 2rem;
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 35px;
    right: 35px;
    width: 55px;
    height: 55px;
    background: var(--gradient-royal);
    color: var(--accent-color);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.3rem;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-smooth);
    z-index: 1000;
    box-shadow: var(--shadow-royal);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-strong);
    background: var(--gradient-gold);
    color: var(--text-dark);
}

/* WhatsApp Float Button */
.whatsapp-float {
    position: fixed;
    bottom: 110px;
    right: 35px;
    width: 65px;
    height: 65px;
    background: #25d366;
    color: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    text-decoration: none;
    box-shadow: var(--shadow-medium);
    z-index: 1000;
    transition: var(--transition-smooth);
    animation: pulse 2s infinite;
}

.whatsapp-float:hover {
    transform: scale(1.15);
    box-shadow: var(--shadow-strong);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
}

.lightbox-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 800px;
    max-height: 80%;
    object-fit: contain;
    border-radius: var(--radius-lg);
    animation: zoom 0.4s;
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.lightbox-close {
    position: absolute;
    top: 40px;
    right: 60px;
    color: var(--accent-color);
    font-size: 45px;
    font-weight: bold;
    cursor: pointer;
    transition: var(--transition-smooth);
}

.lightbox-close:hover {
    color: var(--secondary-color);
    transform: scale(1.3);
}

/* Image Error Handling */
img {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid rgba(26, 35, 126, 0.1);
}

img[src*="placeholder"],
img[alt]:empty {
    background: var(--gradient-royal);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-align: center;
    position: relative;
}

img[src*="placeholder"]::after,
img[alt]:empty::after {
    content: attr(alt);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    padding: 10px;
}

/* Enhanced Gallery Hover Effects */
.gallery-item {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.gallery-item img {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-item:hover img {
    transform: scale(1.05) rotate(1deg);
}

/* Loading Animation for Images */
@keyframes imageLoad {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

img {
    animation: imageLoad 0.5s ease-out;
}

/* Responsive Image Optimization */
@media (max-width: 768px) {

    .about-image img,
    .gallery-item img {
        height: auto;
        min-height: 200px;
    }
}

/* 
Responsive Design */
@media (max-width: 1200px) {
    .container {
        padding: 0 20px;
    }

    .hero-title {
        font-size: 3.5rem;
    }

    .section-title {
        font-size: 2.8rem;
    }

    .about-content {
        gap: 4rem;
    }

    .contact-content {
        gap: 4rem;
    }
}

@media (max-width: 1024px) {
    .hero-title {
        font-size: 3rem;
    }

    .section-title {
        font-size: 2.4rem;
    }

    .about-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .contact-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .plans-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .plan-card.featured {
        transform: none;
    }

    .plan-card.featured:hover {
        transform: translateY(-12px);
    }
}

@media (max-width: 768px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 85px;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(20px);
        width: 100%;
        text-align: center;
        transition: 0.4s;
        box-shadow: var(--shadow-strong);
        padding: 3rem 0;
        gap: 1.5rem;
        border-top: 3px solid var(--secondary-color);
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-toggle {
        display: flex;
    }

    .nav-toggle.active .bar:nth-child(2) {
        opacity: 0;
    }

    .nav-toggle.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .nav-toggle.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .hero-title {
        font-size: 2.8rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .hero-tagline {
        font-size: 1.1rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn {
        width: 100%;
        max-width: 300px;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .section-subtitle {
        font-size: 1.1rem;
    }

    section {
        padding: 80px 0;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .plans-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.5rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2.5rem;
    }

    .social-links {
        justify-content: center;
    }

    .whatsapp-float {
        bottom: 90px;
        right: 25px;
        width: 60px;
        height: 60px;
        font-size: 1.8rem;
    }

    .back-to-top {
        bottom: 25px;
        right: 25px;
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }

    .lightbox-content {
        width: 95%;
    }

    .lightbox-close {
        top: 25px;
        right: 35px;
        font-size: 35px;
    }

    .nav-container {
        height: 75px;
    }

    .logo {
        height: 45px;
    }

    .logo-text {
        font-size: 1.6rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-tagline {
        font-size: 1rem;
    }

    section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 1.9rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .service-card,
    .plan-card {
        padding: 2.5rem 2rem;
    }

    .contact-form-container {
        padding: 2.5rem 2rem;
    }

    .feature-item,
    .contact-item {
        padding: 1.5rem;
        flex-direction: column;
        text-align: center;
    }

    .about-image img {
        height: 300px;
    }

    .plan-price .amount {
        font-size: 3rem;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .nav-container {
        height: 70px;
        padding: 0 16px;
    }

    .logo {
        height: 40px;
    }

    .logo-text {
        font-size: 1.4rem;
    }

    .hero-buttons {
        gap: 1rem;
    }

    .btn {
        padding: 14px 28px;
        font-size: 0.9rem;
    }

    .service-icon,
    .feature-icon,
    .contact-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .whatsapp-float {
        width: 55px;
        height: 55px;
        font-size: 1.6rem;
        bottom: 80px;
        right: 20px;
    }

    .back-to-top {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
        bottom: 20px;
        right: 20px;
    }
}

/* Performance Optimizations */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Focus styles for keyboard navigation */
.nav-link:focus,
.btn:focus,
input:focus,
textarea:focus {
    outline: 3px solid var(--secondary-color);
    outline-offset: 3px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    :root {
        --shadow-soft: 0 4px 20px rgba(0, 0, 0, 0.4);
        --shadow-medium: 0 8px 30px rgba(0, 0, 0, 0.5);
        --shadow-strong: 0 15px 50px rgba(0, 0, 0, 0.6);
    }
}

/* Print styles */
@media print {

    .navbar,
    .whatsapp-float,
    .back-to-top,
    .hero-video,
    .lightbox {
        display: none !important;
    }

    body {
        font-size: 12pt;
        line-height: 1.4;
    }

    .hero {
        height: auto;
        padding: 2rem 0;
    }

    .hero-overlay {
        display: none;
    }
}

/* Additional Classic Enhancements */
.service-card:nth-child(even) {
    background: linear-gradient(135deg, rgba(26, 35, 126, 0.02) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.plan-card:nth-child(odd) {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.02) 0%, rgba(255, 255, 255, 0.98) 100%);
}

/* Scroll Progress Bar */
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: var(--gradient-gold);
    z-index: 10000;
    transition: width 0.1s ease;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--bg-light);
}

::-webkit-scrollbar-thumb {
    background: var(--gradient-royal);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--gradient-gold);
}

/* Selection Color */
::selection {
    background: var(--secondary-color);
    color: var(--text-dark);
}

::-moz-selection {
    background: var(--secondary-color);
    color: var(--text-dark);
}

/* E
nhanced Animations */
.animate-in {
    animation-play-state: running !important;
}

/* Stagger Animation Delays */
.service-card:nth-child(1) {
    animation-delay: 0.1s;
}

.service-card:nth-child(2) {
    animation-delay: 0.2s;
}

.service-card:nth-child(3) {
    animation-delay: 0.3s;
}

.service-card:nth-child(4) {
    animation-delay: 0.4s;
}

.plan-card:nth-child(1) {
    animation-delay: 0.1s;
}

.plan-card:nth-child(2) {
    animation-delay: 0.2s;
}

.plan-card:nth-child(3) {
    animation-delay: 0.3s;
}

.gallery-item:nth-child(1) {
    animation-delay: 0.1s;
}

.gallery-item:nth-child(2) {
    animation-delay: 0.2s;
}

.gallery-item:nth-child(3) {
    animation-delay: 0.3s;
}

.gallery-item:nth-child(4) {
    animation-delay: 0.4s;
}

.gallery-item:nth-child(5) {
    animation-delay: 0.5s;
}

.gallery-item:nth-child(6) {
    animation-delay: 0.6s;
}

/* Hover Glow Effects */
.service-card:hover,
.plan-card:hover {
    box-shadow:
        0 25px 60px rgba(15, 23, 42, 0.2),
        0 0 0 1px rgba(245, 158, 11, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Enhanced Button Animations */
.btn {
    position: relative;
    overflow: hidden;
}

.btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn:hover::after {
    width: 300px;
    height: 300px;
}

/* Fixed Section Visibility */
section {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

/* Ensure all content is visible */
.hero,
.about,
.services,
.plans,
.gallery,
.contact {
    opacity: 1 !important;
    visibility: visible !important;
}

.hero-content,
.service-card,
.plan-card,
.gallery-item {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Loading Animation */
@keyframes shimmer {
    0% {
        background-position: -200px 0;
    }

    100% {
        background-position: calc(200px + 100%) 0;
    }
}

.loading-shimmer {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200px 100%;
    animation: shimmer 1.5s infinite;
}

/* Enhanced Mobile Responsiveness */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
        line-height: 1.3;
    }

    .service-icon {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
    }

    .service-card,
    .plan-card {
        padding: 2rem 1.5rem;
    }

    .footer {
        padding: 3rem 0 2rem;
    }

    .footer-content {
        gap: 2rem;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    :root {
        --bg-white: #1a1a1a;
        --bg-section: #2a2a2a;
        --text-dark: #ffffff;
        --text-medium: #e0e0e0;
        --text-light: #b0b0b0;
    }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .service-icon {
        animation: none !important;
    }
}

/* Foote
r Styles */
.footer {
    background: linear-gradient(135deg, #1a237e 0%, #283593 50%, #3949ab 100%);
    color: #ffffff;
    padding: 4rem 0 2rem;
    position: relative;
    overflow: hidden;
    border-top: 3px solid #ffd700;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="footerPattern" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="2" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23footerPattern)"/></svg>');
    opacity: 0.3;
    z-index: 0;
}

.footer .container {
    position: relative;
    z-index: 1;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-section h4 {
    color: #ffd700;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.footer-section h4::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(135deg, #ffd700 0%, #ffeb3b 100%);
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.footer-logo img {
    width: 50px;
    height: 50px;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

.footer-logo span {
    font-size: 1.8rem;
    font-weight: 800;
    color: #ffd700;
    text-shadow:
        0 0 10px rgba(255, 215, 0, 0.8),
        0 2px 8px rgba(255, 215, 0, 0.6),
        2px 2px 4px rgba(0, 0, 0, 0.8);
}

.footer-tagline {
    color: #e3f2fd;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    font-style: italic;
    font-weight: 500;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: #e3f2fd;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 1.5rem;
    font-weight: 500;
}

.footer-links a::before {
    content: '▶';
    position: absolute;
    left: 0;
    color: #ffd700;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #ffd700;
    transform: translateX(5px);
    text-shadow: 0 2px 8px rgba(255, 215, 0, 0.6);
}

.footer-links a:hover::before {
    transform: translateX(3px);
}

.footer-contact p {
    color: #e3f2fd;
    margin-bottom: 1rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 500;
}

.footer-contact i {
    color: #ffd700;
    width: 20px;
    font-size: 1.1rem;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 215, 0, 0.3);
}

.social-link:hover {
    background: #ffd700;
    color: #1a237e;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.5);
    border: 2px solid #ffd700;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 2rem;
    text-align: center;
    position: relative;
}

.footer-bottom p {
    color: #e3f2fd;
    font-size: 1rem;
    margin: 0;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* Footer Responsive */
@media (max-width: 768px) {
    .footer {
        padding: 3rem 0 1.5rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    .footer-logo {
        justify-content: center;
    }

    .footer-links a::before {
        display: none;
    }

    .footer-links a {
        padding-left: 0;
    }

    .social-links {
        justify-content: center;
    }

    .footer-bottom p {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .footer-content {
        gap: 1.5rem;
    }

    .footer-section h4 {
        font-size: 1.1rem;
    }

    .footer-tagline {
        font-size: 1rem;
    }

    .footer-contact p {
        font-size: 0.9rem;
    }
}

/* He
ader Contact Info and Quote Button */
.nav-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.nav-contact-info {
    display: flex;
    gap: 30px;
    font-size: 0.85rem;
    color: #ffffff;
}

.nav-contact-info .contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
}

.nav-contact-info .contact-item i {
    color: #ff6f00;
    font-size: 0.9rem;
}

.quote-btn {
    background: #ff6f00;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(255, 111, 0, 0.3);
}

.quote-btn:hover {
    background: #e65100;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 111, 0, 0.4);
}

/* Update navbar container layout */
.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
    position: relative;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .nav-contact-info {
        display: none;
    }

    .nav-right {
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .navbar {
        height: 80px;
    }

    .nav-container {
        height: 80px;
    }

    .navbar::before {
        width: 250px;
    }

    .nav-menu {
        display: none;
    }

    .quote-btn {
        padding: 8px 16px;
        font-size: 0.8rem;
    }
}

/* Hero Section Adjustment for New Header */
.hero {
    padding-top: 110px !important;
}

/* Clean up any conflicting OLD navigation styles only */
.nav-container,
.nav-logo,
.logo,
.nav-toggle,
.bar {
    display: none !important;
}

/* Ensure NEW logo elements are visible */
.logo-section,
.logo-container,
.logo-text,
.logo-subtitle {
    display: flex !important;
}

/* Ensure header stays on top */
.header {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Additional styling for perfect match */
.top-bar {
    box-shadow: inset 0 -1px 0 rgba(44, 85, 48, 0.1);
}

.navbar {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Hero Section Adjustment for New Header */
.hero {
    padding-top: 120px !important;
}

/* Clean up old conflicting styles */
.nav-container,
.nav-logo,
.logo,
.nav-toggle,
.bar,
.logo-text-container,
.logo-subtitle {
    display: none !important;
}

/* 
Hero Section Adjustment */
.hero {
    padding-top: 130px !important;
}

/* Responsive Design for Header */
@media (max-width: 1200px) {
    .contact-section {
        gap: 25px;
        right: 30px;
    }

    .contact-icon {
        width: 30px;
        height: 30px;
    }

    .contact-label {
        font-size: 0.7rem;
    }

    .contact-value {
        font-size: 0.65rem;
    }
}

@media (max-width: 992px) {
    .contact-section {
        display: none;
    }

    .logo-diagonal {
        width: 280px;
    }
}

@media (max-width: 768px) {
    .main-header {
        position: relative;
    }

    .header-wrapper {
        height: 60px;
    }

    .logo-diagonal {
        height: 60px;
        width: 220px;
    }

    .header-logo {
        font-size: 1.4rem;
    }

    .navigation-bar {
        height: 45px;
    }

    .main-nav {
        display: none;
    }

    .nav-wrapper {
        justify-content: center;
    }

    .request-quote {
        padding: 10px 20px;
        font-size: 0.75rem;
    }

    .hero {
        padding-top: 105px !important;
    }
}

/* M
obile Navigation */
@media (max-width: 768px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 85px;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.98);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        backdrop-filter: blur(30px);
        gap: 0;
        padding: 2rem 0;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-menu li {
        margin: 1rem 0;
    }

    .nav-link {
        font-size: 1.1rem;
        padding: 1rem 0;
    }

    .nav-toggle {
        display: flex;
    }

    .nav-toggle.active .bar:nth-child(2) {
        opacity: 0;
    }

    .nav-toggle.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .nav-toggle.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .logo-text {
        font-size: 1.8rem;
    }

    .logo-subtitle {
        font-size: 0.65rem;
    }

    .nav-container {
        height: 70px;
        padding: 0 16px;
    }

    .logo {
        height: 45px;
    }
}

/* Logo
 Hover Effects */
.logo-diagonal:hover .header-logo-container {
    animation-play-state: paused;
    transform: translateY(-2px) scale(1.05);
}

.logo-diagonal:hover .header-logo {
    color: #0d4043;
    text-shadow: 0 3px 12px rgba(13, 64, 67, 0.8), 0 0 20px rgba(13, 64, 67, 0.4);
}

.logo-diagonal:hover .tv-icon {
    animation-play-state: paused;
    transform: scale(1.1) rotate(5deg);
}

.logo-diagonal:hover .tv-content {
    background: #fdd835;
    opacity: 0.8;
}

.logo-diagonal:hover .tv-screen {
    box-shadow: 0 5px 15px rgba(30, 95, 99, 0.6), 0 0 25px rgba(30, 95, 99, 0.4);
}

/* Pulse effect on logo */
@keyframes logoPulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

.header-logo-container {
    cursor: pointer;
    transition: all 0.3s ease;
}

.header-logo-container:active {
    animation: logoPulse 0.3s ease;
}

/* Fi
x Overlapping Issues */
.hero-content {
    margin-top: 0;
    padding-top: 0;
}

.main-header {
    z-index: 1000;
}

.hero {
    z-index: 1;
}

/* Ensure proper spacing */
@media (max-width: 768px) {
    .hero {
        margin-top: 105px;
        height: calc(100vh - 105px);
    }
}

@media (max-width: 480px) {
    .hero {
        margin-top: 90px;
        height: calc(100vh - 90px);
    }
}

/* FORC
E FIX - Overlapping Issues */
.hero {
    margin-top: 130px !important;
    height: calc(100vh - 130px) !important;
    padding-top: 0 !important;
}

.main-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
}

body {
    margin: 0 !important;
    padding: 0 !important;
}

/* Force mobile fixes */
@media (max-width: 768px) {
    .hero {
        margin-top: 105px !important;
        height: calc(100vh - 105px) !important;
    }
}

/* Advanced
 TV Icon Animations */
@keyframes tvSignal {
    0% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.2);
    }

    100% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes powerLight {

    0%,
    100% {
        opacity: 0.6;
        box-shadow: 0 0 6px rgba(255, 23, 68, 0.6);
    }

    50% {
        opacity: 1;
        box-shadow: 0 0 12px rgba(255, 23, 68, 1), 0 0 20px rgba(255, 23, 68, 0.5);
    }
}

@keyframes classicTextGlow {
    0% {
        text-shadow:
            0 3px 6px rgba(30, 95, 99, 0.4),
            0 1px 0 rgba(255, 255, 255, 0.8),
            0 -1px 0 rgba(0, 0, 0, 0.2);
    }

    100% {
        text-shadow:
            0 4px 8px rgba(30, 95, 99, 0.6),
            0 1px 0 rgba(255, 255, 255, 1),
            0 -1px 0 rgba(0, 0, 0, 0.3),
            0 0 15px rgba(30, 95, 99, 0.3);
    }
}

@keyframes logoAura {

    0%,
    100% {
        opacity: 0;
        transform: scale(1);
    }

    50% {
        opacity: 0.3;
        transform: scale(1.05);
    }
}

/* Enhanced Navigation Visibility */
.main-nav {
    display: flex !important;
    align-items: center !important;
    background: #0d4043 !important;
    border-radius: 5px !important;
    overflow: hidden !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3) !important;
}

/* 
Scroll TV Icon Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    animation: scrollBounce 2s ease-in-out infinite;
}

.scroll-tv-icon {
    position: relative;
    width: 50px;
    height: 38px;
    cursor: pointer;
    animation: tvFloat 3s ease-in-out infinite;
}

.scroll-tv-screen {
    width: 50px;
    height: 35px;
    background: linear-gradient(135deg, #ff1744 0%, #d32f2f 50%, #b71c1c 100%);
    border-radius: 8px;
    border: 4px solid #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow:
        0 6px 20px rgba(255, 23, 68, 0.4),
        0 3px 10px rgba(0, 0, 0, 0.3),
        inset 0 2px 0 rgba(255, 255, 255, 0.3);
}

.scroll-tv-content {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #ff5722 0%, #ff1744 50%, #d32f2f 100%);
    border-radius: 4px;
    position: relative;
    animation: tvScreenGlow 2s ease-in-out infinite alternate;
}

.scroll-tv-content::before {
    content: '▼';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    animation: arrowPulse 1.5s ease-in-out infinite;
}

.scroll-tv-content::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 3px;
}

.scroll-tv-stand {
    width: 30px;
    height: 6px;
    background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%);
    margin: 3px auto 0;
    border-radius: 3px;
    position: relative;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.scroll-tv-stand::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%);
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.scroll-tv-stand::after {
    content: '';
    position: absolute;
    top: -3px;
    right: -4px;
    width: 5px;
    height: 5px;
    background: #4caf50;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(76, 175, 80, 0.8);
    animation: powerIndicator 2s ease-in-out infinite;
}

/* Scroll TV Animations */
@keyframes scrollBounce {

    0%,
    100% {
        transform: translateX(-50%) translateY(0px);
    }

    50% {
        transform: translateX(-50%) translateY(-10px);
    }
}

@keyframes tvFloat {

    0%,
    100% {
        transform: rotate(0deg) scale(1);
    }

    25% {
        transform: rotate(2deg) scale(1.05);
    }

    75% {
        transform: rotate(-2deg) scale(1.05);
    }
}

@keyframes tvScreenGlow {
    0% {
        background: linear-gradient(45deg, #ff5722 0%, #ff1744 50%, #d32f2f 100%);
        box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.2);
    }

    100% {
        background: linear-gradient(45deg, #ff1744 0%, #d32f2f 50%, #b71c1c 100%);
        box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.4);
    }
}

@keyframes arrowPulse {

    0%,
    100% {
        opacity: 0.7;
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.2);
    }
}

@keyframes powerIndicator {

    0%,
    100% {
        opacity: 0.6;
        box-shadow: 0 0 8px rgba(76, 175, 80, 0.6);
    }

    50% {
        opacity: 1;
        box-shadow: 0 0 15px rgba(76, 175, 80, 1), 0 0 25px rgba(76, 175, 80, 0.5);
    }
}

/* Hover Effects for Scroll TV */
.scroll-tv-icon:hover {
    animation-play-state: paused;
    transform: scale(1.1);
}

.scroll-tv-icon:hover .scroll-tv-screen {
    box-shadow:
        0 8px 25px rgba(255, 23, 68, 0.6),
        0 4px 15px rgba(0, 0, 0, 0.4),
        inset 0 2px 0 rgba(255, 255, 255, 0.5);
}

.scroll-tv-icon:hover .scroll-tv-content::before {
    animation-duration: 0.5s;
    color: #ffeb3b;
}

/* SCR
OLL TV ICON - FORCE DISPLAY */
.scroll-indicator {
    position: absolute !important;
    bottom: 50px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 9999 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    animation: scrollBounce 2s ease-in-out infinite !important;
}

.scroll-tv-icon {
    position: relative !important;
    width: 60px !important;
    height: 45px !important;
    cursor: pointer !important;
    display: block !important;
    animation: tvFloat 3s ease-in-out infinite !important;
}

.scroll-tv-screen {
    width: 60px !important;
    height: 42px !important;
    background: linear-gradient(135deg, #ff1744 0%, #d32f2f 50%, #b71c1c 100%) !important;
    border-radius: 8px !important;
    border: 4px solid #ffffff !important;
    position: relative !important;
    overflow: hidden !important;
    display: block !important;
    box-shadow:
        0 6px 20px rgba(255, 23, 68, 0.6),
        0 3px 10px rgba(0, 0, 0, 0.4),
        inset 0 2px 0 rgba(255, 255, 255, 0.3) !important;
}

.scroll-tv-content {
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(45deg, #ff5722 0%, #ff1744 50%, #d32f2f 100%) !important;
    border-radius: 4px !important;
    position: relative !important;
    display: block !important;
    animation: tvScreenGlow 2s ease-in-out infinite alternate !important;
}

.scroll-tv-content::before {
    content: '▼' !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: bold !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7) !important;
    animation: arrowPulse 1.5s ease-in-out infinite !important;
    display: block !important;
}

.scroll-tv-stand {
    width: 35px !important;
    height: 8px !important;
    background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%) !important;
    margin: 4px auto 0 !important;
    border-radius: 4px !important;
    position: relative !important;
    display: block !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) !important;
}

.scroll-tv-stand::before {
    content: '' !important;
    position: absolute !important;
    bottom: -6px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 45px !important;
    height: 5px !important;
    background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%) !important;
    border-radius: 3px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4) !important;
    display: block !important;
}

/* SCROLL TV ANIMATIONS */
@keyframes scrollBounce {

    0%,
    100% {
        transform: translateX(-50%) translateY(0px);
    }

    50% {
        transform: translateX(-50%) translateY(-15px);
    }
}

@keyframes tvFloat {

    0%,
    100% {
        transform: rotate(0deg) scale(1);
    }

    25% {
        transform: rotate(3deg) scale(1.05);
    }

    75% {
        transform: rotate(-3deg) scale(1.05);
    }
}

@keyframes tvScreenGlow {
    0% {
        background: linear-gradient(45deg, #ff5722 0%, #ff1744 50%, #d32f2f 100%);
    }

    100% {
        background: linear-gradient(45deg, #ff1744 0%, #d32f2f 50%, #b71c1c 100%);
    }
}

@keyframes arrowPulse {

    0%,
    100% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.3);
    }
}

/* 
CUSTOM SCROLLBAR WITH TV ICON */
::-webkit-scrollbar {
    width: 16px;
    background: linear-gradient(180deg, #1e5f63 0%, #0d4043 100%);
}

::-webkit-scrollbar-track {
    background: linear-gradient(180deg, #1e5f63 0%, #0d4043 100%);
    border-radius: 8px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #ff1744 0%, #d32f2f 50%, #b71c1c 100%);
    border-radius: 8px;
    border: 2px solid #ffffff;
    box-shadow:
        0 4px 12px rgba(255, 23, 68, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    position: relative;
    min-height: 40px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #ff5722 0%, #ff1744 50%, #d32f2f 100%);
    box-shadow:
        0 6px 16px rgba(255, 23, 68, 0.6),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
}

::-webkit-scrollbar-thumb:active {
    background: linear-gradient(180deg, #ff9800 0%, #ff5722 50%, #ff1744 100%);
    box-shadow:
        0 2px 8px rgba(255, 23, 68, 0.8),
        inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

/* TV ICON ON SCROLLBAR */
::-webkit-scrollbar-thumb::before {
    content: '📺';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    animation: scrollTvGlow 2s ease-in-out infinite alternate;
}

/* SCROLLBAR CORNER */
::-webkit-scrollbar-corner {
    background: linear-gradient(45deg, #1e5f63 0%, #0d4043 100%);
}

/* SCROLLBAR BUTTONS */
::-webkit-scrollbar-button {
    background: linear-gradient(180deg, #fdd835 0%, #f9a825 100%);
    border-radius: 4px;
    height: 16px;
    border: 1px solid #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-button:hover {
    background: linear-gradient(180deg, #ffeb3b 0%, #fdd835 100%);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}

::-webkit-scrollbar-button:vertical:start:decrement {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231e5f63'%3E%3Cpath d='M7 14l5-5 5 5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
}

::-webkit-scrollbar-button:vertical:end:increment {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231e5f63'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
}

/* SCROLLBAR TV ANIMATION */
@keyframes scrollTvGlow {
    0% {
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        filter: brightness(1);
    }

    100% {
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7), 0 0 8px rgba(255, 255, 255, 0.5);
        filter: brightness(1.2);
    }
}

/* FIREFOX SCROLLBAR */
html {
    scrollbar-width: thin;
    scrollbar-color: #ff1744 #1e5f63;
}

/* ENHANCED SCROLLBAR FOR BETTER VISIBILITY */
body::-webkit-scrollbar {
    width: 18px;
}

body::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #ff1744 0%, #d32f2f 50%, #b71c1c 100%);
    border-radius: 9px;
    border: 3px solid #ffffff;
    box-shadow:
        0 4px 12px rgba(255, 23, 68, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.4),
        inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}

/* TV SCREEN EFFECT ON SCROLLBAR */
body::-webkit-scrollbar-thumb::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
    border-radius: 6px;
    animation: tvScanline 3s linear infinite;
}

@keyframes tvScanline {
    0% {
        background-position: -100% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

/* DR
AGGABLE TV SCROLL INDICATOR */
.tv-scroll-indicator {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    cursor: grab;
    user-select: none;
    transition: all 0.3s ease;
}

.tv-scroll-indicator:active {
    cursor: grabbing;
    transform: translateY(-50%) scale(1.1);
}

.tv-scroll-handle {
    width: 50px;
    height: 70px;
    position: relative;
    animation: tvScrollFloat 3s ease-in-out infinite;
}

.tv-scroll-screen {
    width: 50px;
    height: 40px;
    background: linear-gradient(135deg, #ff1744 0%, #d32f2f 50%, #b71c1c 100%);
    border-radius: 8px;
    border: 3px solid #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow:
        0 6px 20px rgba(255, 23, 68, 0.5),
        0 3px 10px rgba(0, 0, 0, 0.3),
        inset 0 2px 0 rgba(255, 255, 255, 0.3);
}

.tv-scroll-content {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #ff5722 0%, #ff1744 50%, #d32f2f 100%);
    border-radius: 5px;
    position: relative;
    animation: tvScrollGlow 2s ease-in-out infinite alternate;
}

.tv-scroll-content::before {
    content: '⇅';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
    animation: scrollArrowPulse 1.5s ease-in-out infinite;
}

.tv-scroll-content::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 4px;
}

.tv-scroll-stand {
    width: 30px;
    height: 8px;
    background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%);
    margin: 4px auto 0;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.tv-scroll-stand::before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 5px;
    background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%);
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.tv-scroll-stand::after {
    content: '';
    position: absolute;
    top: -3px;
    right: -4px;
    width: 6px;
    height: 6px;
    background: #4caf50;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(76, 175, 80, 0.8);
    animation: powerBlink 2s ease-in-out infinite;
}

/* SCROLL PROGRESS TRACK */
.tv-scroll-track {
    position: absolute;
    right: -15px;
    top: -100px;
    width: 4px;
    height: 200px;
    background: linear-gradient(180deg, #1e5f63 0%, #0d4043 100%);
    border-radius: 2px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}

.tv-scroll-progress {
    width: 100%;
    background: linear-gradient(180deg, #ffd700 0%, #ff9800 100%);
    border-radius: 2px;
    transition: height 0.1s ease;
    box-shadow: 0 0 8px rgba(255, 215, 0, 0.6);
}

/* TV SCROLL ANIMATIONS */
@keyframes tvScrollFloat {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-5px) rotate(2deg);
    }
}

@keyframes tvScrollGlow {
    0% {
        background: linear-gradient(45deg, #ff5722 0%, #ff1744 50%, #d32f2f 100%);
    }

    100% {
        background: linear-gradient(45deg, #ff1744 0%, #d32f2f 50%, #b71c1c 100%);
    }
}

@keyframes scrollArrowPulse {

    0%,
    100% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.2);
    }
}

@keyframes powerBlink {

    0%,
    100% {
        opacity: 0.7;
        box-shadow: 0 0 10px rgba(76, 175, 80, 0.7);
    }

    50% {
        opacity: 1;
        box-shadow: 0 0 15px rgba(76, 175, 80, 1), 0 0 25px rgba(76, 175, 80, 0.5);
    }
}

/* HOVER EFFECTS */
.tv-scroll-indicator:hover .tv-scroll-screen {
    box-shadow:
        0 8px 25px rgba(255, 23, 68, 0.7),
        0 4px 15px rgba(0, 0, 0, 0.4),
        inset 0 2px 0 rgba(255, 255, 255, 0.5);
}

.tv-scroll-indicator:hover .tv-scroll-content::before {
    color: #ffeb3b;
    animation-duration: 0.5s;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .tv-scroll-indicator {
        right: 10px;
        transform: translateY(-50%) scale(0.8);
    }

    .tv-scroll-track {
        height: 150px;
        top: -75px;
    }
}

/* EMERGENCY FIX - RESTORE CONTENT VISIBILITY */
.hero {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: 100vh !important;
    margin-top: 130px !important;
    position: relative !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, #1e40af 0%, #2563eb 50%, #3b82f6 100%) !important;
}

.hero-content {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    text-align: center !important;
    color: #ffffff !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
    z-index: 10 !important;
    position: relative !important;
}

.hero-title {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 4.5rem !important;
    font-weight: 900 !important;
    margin-bottom: 2rem !important;
    line-height: 1.1 !important;
    color: #ffffff !important;
}

.hero-subtitle {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 1.4rem !important;
    margin-bottom: 1.5rem !important;
    color: #ffffff !important;
}

.hero-tagline {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 1.4rem !important;
    margin-bottom: 3rem !important;
    color: #ffd700 !important;
}

.hero-buttons {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    gap: 1.5rem !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
}

/* RESTORE ALL SECTIONS */
.about,
.services,
.plans,
.gallery,
.contact,
.footer {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* ENSURE ABOUT SECTION CONTENT IS ALWAYS VISIBLE */
.about .section-header,
.about .about-content,
.about .about-image,
.about .about-text,
.about .about-features,
.about .feature-item {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.about-content {
    display: grid !important;
}

.about-image img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* FIX AOS ELEMENTS THAT MIGHT BE HIDDEN */
[data-aos] {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

/* RESTORE BUTTONS */
.btn {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* REMOVE PROBLEMATIC MARGINS */
body {
    margin: 0 !important;
    padding: 0 !important;
}

/* ENSURE PROPER SPACING */
section {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* FIX SCROLL INDICATOR */
.scroll-indicator {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
    bottom: 30px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 100 !important;
}

/* FIX NES
TED HERO ELEMENTS */
.hero-content .container {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
}

.hero-text {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    text-align: center !important;
    color: #ffffff !important;
}

.hero-text h1,
.hero-text .hero-title {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 4.5rem !important;
    font-weight: 900 !important;
    margin-bottom: 2rem !important;
    line-height: 1.1 !important;
    color: #ffffff !important;
    text-align: center !important;
}

.hero-text p,
.hero-text .hero-subtitle,
.hero-text .hero-tagline {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #ffffff !important;
    text-align: center !important;
    margin-bottom: 1.5rem !important;
}

.hero-text .hero-tagline {
    color: #ffd700 !important;
    font-style: italic !important;
    font-weight: 600 !important;
}

/* FORCE HERO BACKGROUND */
.hero-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(135deg, rgba(13, 23, 84, 0.8) 0%, rgba(26, 35, 126, 0.7) 50%, rgba(57, 73, 171, 0.6) 100%) !important;
    z-index: 1 !important;
}

.hero-background {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 0 !important;
}

/* ENSURE CONTENT IS ABOVE BACKGROUND */
.hero-content {
    z-index: 10 !important;
    position: relative !important;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {

    .hero-text h1,
    .hero-text .hero-title {
        font-size: 2.5rem !important;
    }

    .hero {
        margin-top: 105px !important;
        height: calc(100vh - 105px) !important;
    }
}

/*
 CRITICAL FIX: ENSURE ABOUT SECTION IS NEVER HIDDEN */
#about {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    min-height: 600px !important;
}

#about * {
    visibility: visible !important;
    opacity: 1 !important;
}

#about .section-title,
#about .section-subtitle,
#about .about-content,
#about .about-image,
#about .about-text,
#about .feature-item {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

#about .about-content {
    display: grid !important;
}

/* OVERRIDE ANY AOS HIDING */
#about [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

/* ENSURE TEXT IS READABLE */
#about p,
#about h2,
#about h3,
#about h4 {
    color: inherit !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* 
EMERGENCY HERO TEXT COLOR FIX */
#home .hero-title,
#home h1,
.hero .hero-title,
.hero h1,
.hero-content .hero-title,
.hero-content h1,
.hero-text .hero-title,
.hero-text h1 {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8) !important;
}

#home .hero-subtitle,
#home .hero p,
.hero .hero-subtitle,
.hero p,
.hero-content .hero-subtitle,
.hero-content p,
.hero-text .hero-subtitle,
.hero-text p {
    color: #ffffff !important;
}

#home .hero-tagline,
.hero .hero-tagline,
.hero-content .hero-tagline,
.hero-text .hero-tagline {
    color: #ffd700 !important;
    font-style: italic !important;
    font-weight: 600 !important;
}

/* Override any conflicting text colors in hero section */
.hero * {
    color: inherit !important;
}

.hero {
    color: #ffffff !important;
}