.elementor-23791 .elementor-element.elementor-element-292d5de{overflow:visible;}/* Start custom CSS for html, class: .elementor-element-05ba09e */.hero-slide {
            background: linear-gradient(135deg, #000000 0%, #1a0000 50%, #330000 100%);
            color: #ffffff;
            padding: 60px 40px;
            min-height: 600px;
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
            height: 100vh;
        }
        
        .hero-container {
            max-width: 1400px;
            margin: 0 auto;
            width: 100%;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }
        
        .hero-content {
            z-index: 2;
        }
        
        .nav-menu {
            font-size: 14px;
            letter-spacing: 2px;
            margin-bottom: 40px;
            font-weight: 400;
            opacity: 0.8;
        }
        
        .nav-menu span {
            margin: 0 10px;
            opacity: 0.5;
        }
        
        .hero-heading {
            font-size: 72px;
            font-weight: 700;
            line-height: 1.1;
            margin-bottom: 30px;
        }
        
        .hero-heading .highlight {
            color: #00d9ff;
        }
        
        .hero-subheading {
            font-size: 20px;
            line-height: 1.6;
            margin-bottom: 40px;
            opacity: 0.9;
            max-width: 600px;
        }
        
        .cta-buttons {
            display: flex;
            gap: 20px;
            margin-bottom: 60px;
            flex-wrap: wrap;
        }
        
        .btn {
            padding: 18px 35px;
            font-size: 18px;
            font-weight: 600;
            border-radius: 8px;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
            cursor: pointer;
        }
        
        .btn-primary {
            background: #d92027;
            color: #ffffff;
            border: none;
        }
        
        .btn-primary:hover {
            background: #b51a20;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(217, 32, 39, 0.3);
            color: #ffffff;
        }
        
        .btn-secondary {
            background: transparent;
            color: #ffffff;
            border: 2px solid rgba(255, 255, 255, 0.3);
        }
        
        .btn-secondary:hover {
            border-color: #ffffff;
            background: rgba(255, 255, 255, 0.1);
            color: #ffffff;
        }
        
        .hero-quote {
            font-size: 18px;
            font-style: italic;
            opacity: 0.8;
        }
        
        .hero-quote .author {
            display: block;
            margin-top: 8px;
            font-size: 15px;
            font-style: normal;
            opacity: 0.7;
        }
        
        .hero-visual {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1;
        }
        
        .visual-elements {
            position: relative;
            width: 100%;
            max-width: 600px;
            height: 500px;
        }
        
        .device-mockup {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 400px;
            height: 500px;
            background: linear-gradient(145deg, #1a1a2e, #0f0f1e);
            border-radius: 12px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
            border: 1px solid rgba(255, 255, 255, 0.05);
        }
        
        .device-header {
            height: 40px;
            background: rgba(0, 0, 0, 0.3);
            border-radius: 12px 12px 0 0;
            display: flex;
            align-items: center;
            padding: 0 15px;
            gap: 8px;
        }
        
        .device-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.2);
        }
        
        .device-dot.red {
            background: #d92027;
        }
        
        .chat-bubble {
            position: absolute;
            background: rgba(100, 100, 120, 0.8);
            padding: 20px;
            border-radius: 12px;
            backdrop-filter: blur(10px);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
        }
        
        .chat-bubble-1 {
            top: 80px;
            left: 20px;
            width: 200px;
            height: 80px;
        }
        
        .chat-line {
            height: 10px;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 5px;
            margin: 8px 0;
        }
        
        .chat-line:last-child {
            width: 60%;
        }
        
        .voice-indicator {
            position: absolute;
            left: 60px;
            bottom: 80px;
            width: 180px;
            height: 180px;
            background: rgba(0, 30, 60, 0.8);
            border: 3px solid #00d9ff;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 32px rgba(0, 217, 255, 0.3);
        }
        
        .waveform {
            display: flex;
            gap: 4px;
            align-items: center;
            height: 60px;
        }
        
        .wave-bar {
            width: 6px;
            background: #00d9ff;
            border-radius: 3px;
            animation: wave 1s ease-in-out infinite;
        }
        
        .wave-bar:nth-child(1) { height: 20px; animation-delay: 0s; }
        .wave-bar:nth-child(2) { height: 40px; animation-delay: 0.1s; }
        .wave-bar:nth-child(3) { height: 60px; animation-delay: 0.2s; }
        .wave-bar:nth-child(4) { height: 45px; animation-delay: 0.3s; }
        .wave-bar:nth-child(5) { height: 35px; animation-delay: 0.4s; }
        .wave-bar:nth-child(6) { height: 55px; animation-delay: 0.5s; }
        .wave-bar:nth-child(7) { height: 30px; animation-delay: 0.6s; }
        
        @keyframes wave {
            0%, 100% { transform: scaleY(1); }
            50% { transform: scaleY(0.5); }
        }
        
        .content-card {
            position: absolute;
            right: 40px;
            bottom: 120px;
            width: 240px;
            height: 200px;
            background: rgba(240, 240, 245, 0.9);
            border-radius: 12px;
            padding: 20px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
        }
        
        .content-line {
            height: 12px;
            background: rgba(150, 150, 160, 0.4);
            border-radius: 6px;
            margin: 12px 0;
        }
        
        .content-block {
            height: 40px;
            background: #d92027;
            border-radius: 6px;
            margin-top: 20px;
        }
        
        .content-block:last-child {
            margin-top: 12px;
        }
        
        /* Responsive Design */
        @media (max-width: 1024px) {
            .hero-container {
                grid-template-columns: 1fr;
                gap: 0px;
                text-align: center;
            }
            
            .hero-slide {
                padding: ;
            }
            
            .hero-heading {
                font-size: 56px;
            }
            
            .hero-subheading {
                max-width: 100%;
            }
            
            .cta-buttons {
                display: block;
            }
            
            .hero-visual {
                height: 400px;
                display: none;
            }
            
            .visual-elements {
                height: 400px;
            }
        }
        
        @media (max-width: 768px) {
            .hero-container {
                gap: 0;
            }
            .hero-slide {
                padding: 20px;
            }
            
            .hero-heading {
                font-size: 32px;
            }
            
            .hero-subheading {
                font-size: 16px;
            }
            
            .cta-buttons {
                display: flex;
                flex-direction: column;
            }
            
            .btn {
                width: 100%;
                text-align: center;
                font-size: 14px;
            }
            
            .hero-visual {
                display: none;
            }
        }/* End custom CSS */