{"id":7,"date":"2025-04-17T10:06:28","date_gmt":"2025-04-17T10:06:28","guid":{"rendered":"https:\/\/ruvanas.com\/?page_id=7"},"modified":"2025-04-22T13:05:03","modified_gmt":"2025-04-22T13:05:03","slug":"index","status":"publish","type":"page","link":"https:\/\/ruvanas.com\/","title":{"rendered":"Index"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"en\"><br \/>\n<head><br \/>\n    <meta charset=\"UTF-8\"><br \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n    <meta name=\"description\" content=\"Ruvanas - Professional in-store radio and streaming services for businesses. Enhance customer experience with customized audio solutions, personalized voice promotions, and copyright compliant music.\"><br \/>\n    <meta name=\"keywords\" content=\"in-store radio, business radio, retail radio, streaming services, personalized voice promotions, multi-location support\"><br \/>\n    <title>Ruvanas &#8211; Professional Radio Streaming Services<\/title>\n    <link href=\"https:\/\/cdn.jsdelivr.net\/npm\/tailwindcss@2.2.19\/dist\/tailwind.min.css\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/@fortawesome\/fontawesome-free@6.0.0\/css\/all.min.css\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n        :root {\n            --primary: #6d28d9;\n            --primary-dark: #5b21b6;\n            --secondary: #10b981;\n            --dark: #1f2937;\n            --darker: #111827;\n            --light: #f3f4f6;\n            --accent: #f59e0b;\n        }<\/p>\n<p>        body {\n            font-family: 'Inter', sans-serif;\n            background-color: var(--dark);\n            color: var(--light);\n            scroll-behavior: smooth;\n        }<\/p>\n<p>        .bg-gradient {\n            background: linear-gradient(135deg, var(--darker) 0%, var(--dark) 100%);\n        }<\/p>\n<p>        .text-gradient {\n            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);\n            -webkit-background-clip: text;\n            background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }<\/p>\n<p>        .btn-primary {\n            background: linear-gradient(90deg, var(--primary) 0%, var(--primary-dark) 100%);\n            transition: all 0.3s ease;\n        }<\/p>\n<p>        .btn-primary:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 10px 20px rgba(109, 40, 217, 0.3);\n        }<\/p>\n<p>        .btn-secondary {\n            background: linear-gradient(90deg, var(--secondary) 0%, #059669 100%);\n            transition: all 0.3s ease;\n        }<\/p>\n<p>        .btn-secondary:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 10px 20px rgba(16, 185, 129, 0.3);\n        }<\/p>\n<p>        .card {\n            background: rgba(31, 41, 55, 0.8);\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.05);\n            transition: all 0.3s ease;\n        }<\/p>\n<p>        .card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);\n        }<\/p>\n<p>        .feature-icon {\n            color: var(--primary);\n            font-size: 2rem;\n            margin-bottom: 1rem;\n        }<\/p>\n<p>        .nav-link {\n            position: relative;\n            transition: all 0.3s ease;\n        }<\/p>\n<p>        .nav-link::after {\n            content: '';\n            position: absolute;\n            bottom: -5px;\n            left: 0;\n            width: 0;\n            height: 2px;\n            background: var(--primary);\n            transition: width 0.3s ease;\n        }<\/p>\n<p>        .nav-link:hover::after {\n            width: 100%;\n        }<\/p>\n<p>        .slider-container {\n            overflow: hidden;\n            width: 100%;\n            position: relative;\n        }<\/p>\n<p>        .slider {\n            display: flex;\n            animation: slide 30s linear infinite;\n        }<\/p>\n<p>        .testimonial-card {\n            flex: 0 0 auto;\n            min-width: 300px;\n            margin: 0 1rem;\n        }<\/p>\n<p>        @keyframes slide {\n            0% {\n                transform: translateX(0);\n            }\n            100% {\n                transform: translateX(-100%);\n            }\n        }<\/p>\n<p>        .audio-player {\n            position: relative;\n            height: 100px;\n            background: rgba(17, 24, 39, 0.8);\n            border-radius: 15px;\n            padding: 15px;\n            display: flex;\n            align-items: center;\n        }<\/p>\n<p>        .live-player {\n            position: relative;\n            background: rgba(17, 24, 39, 0.9);\n            border-radius: 15px;\n            padding: 20px;\n            border: 1px solid rgba(109, 40, 217, 0.3);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);\n        }<\/p>\n<p>        .audio-visualizer {\n            display: flex;\n            align-items: flex-end;\n            height: 50px;\n            width: 100%;\n            max-width: 300px;\n            margin: 0 auto;\n        }<\/p>\n<p>        .audio-bar {\n            flex: 1;\n            margin: 0 2px;\n            background: var(--primary);\n            animation: visualize 0.5s infinite alternate;\n        }<\/p>\n<p>        @keyframes visualize {\n            0% {\n                height: calc(10% + var(--i) * 5%);\n            }\n            100% {\n                height: calc(30% + var(--i) * 7%);\n            }\n        }<\/p>\n<p>        .service-section {\n            margin-bottom: 4rem;\n            scroll-margin-top: 100px;\n        }<\/p>\n<p>        .animate-float {\n            animation: float 6s ease-in-out infinite;\n        }<\/p>\n<p>        @keyframes float {\n            0% {\n                transform: translateY(0px);\n            }\n            50% {\n                transform: translateY(-20px);\n            }\n            100% {\n                transform: translateY(0px);\n            }\n        }<\/p>\n<p>        .pricing-card {\n            transform: scale(1);\n            transition: all 0.3s ease;\n            z-index: 1;\n        }<\/p>\n<p>        .pricing-card:hover {\n            transform: scale(1.05);\n            z-index: 2;\n        }<\/p>\n<p>        .popular-badge {\n            position: absolute;\n            top: -10px;\n            right: 20px;\n            background: var(--accent);\n            color: white;\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-weight: bold;\n            transform: rotate(3deg);\n        }<\/p>\n<p>        .volume-slider {\n            -webkit-appearance: none;\n            width: 100%;\n            height: 6px;\n            border-radius: 3px;\n            background: rgba(255, 255, 255, 0.2);\n            outline: none;\n        }<\/p>\n<p>        .volume-slider::-webkit-slider-thumb {\n            -webkit-appearance: none;\n            appearance: none;\n            width: 16px;\n            height: 16px;\n            border-radius: 50%;\n            background: var(--primary);\n            cursor: pointer;\n        }<\/p>\n<p>        .volume-slider::-moz-range-thumb {\n            width: 16px;\n            height: 16px;\n            border-radius: 50%;\n            background: var(--primary);\n            cursor: pointer;\n        }<\/p>\n<p>        .play-btn {\n            width: 60px;\n            height: 60px;\n            border-radius: 50%;\n            background: var(--primary);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            cursor: pointer;\n            transition: all 0.2s ease;\n            box-shadow: 0 4px 10px rgba(109, 40, 217, 0.3);\n        }<\/p>\n<p>        .play-btn:hover {\n            transform: scale(1.1);\n            background: var(--primary-dark);\n        }<\/p>\n<p>        .equalizer-animate .audio-bar {\n            animation: equalizer 0.8s ease-in-out infinite alternate;\n        }<\/p>\n<p>        @keyframes equalizer {\n            0% {\n                height: 5%;\n            }\n            100% {\n                height: var(--height, 50%);\n            }\n        }<\/p>\n<p>        .live-badge {\n            position: absolute;\n            top: -12px;\n            left: 20px;\n            background: var(--primary);\n            color: white;\n            padding: 4px 12px;\n            border-radius: 20px;\n            font-weight: bold;\n            font-size: 12px;\n            display: flex;\n            align-items: center;\n            gap: 6px;\n            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);\n            z-index: 1;\n        }<\/p>\n<p>        .pulse {\n            display: inline-block;\n            width: 8px;\n            height: 8px;\n            border-radius: 50%;\n            background: #fff;\n            box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);\n            animation: pulse 2s infinite;\n        }<\/p>\n<p>        @keyframes pulse {\n            0% {\n                box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);\n            }\n            70% {\n                box-shadow: 0 0 0 6px rgba(255, 255, 255, 0);\n            }\n            100% {\n                box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);\n            }\n        }<\/p>\n<p>        \/* Improved mobile responsive styles for features comparison section *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 1rem;\n        }<\/p>\n<p>        @media (min-width: 768px) {\n            .features-grid {\n                grid-template-columns: repeat(3, 1fr);\n            }\n        }<\/p>\n<p>        .feature-card {\n            background: rgba(31, 41, 55, 0.8);\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.05);\n            border-radius: 0.75rem;\n            padding: 1.5rem;\n            transition: all 0.3s ease;\n        }<\/p>\n<p>        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);\n        }<\/p>\n<p>        .feature-row {\n            display: flex;\n            flex-direction: column;\n            margin-bottom: 1rem;\n            padding: 1rem;\n            background: rgba(23, 31, 42, 0.6);\n            border-radius: 0.5rem;\n        }<\/p>\n<p>        @media (min-width: 768px) {\n            .feature-row {\n                flex-direction: row;\n                align-items: center;\n            }\n        }<\/p>\n<p>        .feature-name {\n            font-weight: 600;\n            margin-bottom: 0.5rem;\n            flex: 0 0 100%;\n        }<\/p>\n<p>        @media (min-width: 768px) {\n            .feature-name {\n                flex: 0 0 33.333%;\n                margin-bottom: 0;\n            }\n        }<\/p>\n<p>        .feature-detail {\n            flex: 1;\n            text-align: center;\n            padding: 0.75rem;\n            border-radius: 0.375rem;\n            background: rgba(31, 41, 55, 0.5);\n            margin: 0.25rem 0;\n        }<\/p>\n<p>        @media (min-width: 768px) {\n            .feature-detail {\n                margin: 0 0.5rem;\n            }\n        }<\/p>\n<p>        .feature-inhouse {\n            color: var(--primary);\n        }<\/p>\n<p>        .feature-streaming {\n            color: var(--secondary);\n        }\n    <\/style>\n<p><\/head><br \/>\n<body><br \/>\n    <!-- Navigation --><\/p>\n<nav class=\"fixed top-0 left-0 right-0 bg-gradient z-50 shadow-lg\">\n<div class=\"container mx-auto px-4 py-3\">\n<div class=\"flex justify-between items-center\">\n<div class=\"flex items-center\">\n                    <a href=\"#\" class=\"text-2xl font-bold text-gradient\">Ruvanas<\/a>\n                <\/div>\n<div class=\"hidden md:flex items-center space-x-8\">\n                    <a href=\"#home\" class=\"nav-link text-white hover:text-gray-300\">Home<\/a><br \/>\n                    <a href=\"#about\" class=\"nav-link text-white hover:text-gray-300\">About Us<\/a><br \/>\n                    <a href=\"#inhouse\" class=\"nav-link text-white hover:text-gray-300\">In-House Radio<\/a><br \/>\n                    <a href=\"#streaming\" class=\"nav-link text-white hover:text-gray-300\">Streaming Services<\/a><br \/>\n                    <a href=\"#benefits\" class=\"nav-link text-white hover:text-gray-300\">Benefits<\/a><br \/>\n                    <a href=\"#pricing\" class=\"nav-link text-white hover:text-gray-300\">Plans<\/a><br \/>\n                    <a href=\"#copyright\" class=\"nav-link text-white hover:text-gray-300\">Copyright<\/a><br \/>\n                    <a href=\"#contact\" class=\"nav-link text-white hover:text-gray-300\">Contact<\/a>\n                <\/div>\n<div class=\"md:hidden flex items-center\">\n                    <button class=\"text-white\"><br \/>\n                        <i class=\"fas fa-bars text-xl\"><\/i><br \/>\n                    <\/button>\n                <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/nav>\n<p>    <!-- Hero Section --><\/p>\n<section id=\"home\" class=\"bg-gradient pt-32 pb-20\">\n<div class=\"container mx-auto px-4\">\n<div class=\"flex flex-col md:flex-row items-center\">\n<div class=\"md:w-1\/2 mb-10 md:mb-0\">\n<h1 class=\"text-4xl md:text-6xl font-bold mb-6\">Elevate Your Business With <span class=\"text-gradient\">Ruvanas<\/span><\/h1>\n<p class=\"text-xl text-gray-300 mb-8\">Your gateway to enhancing business ambiance through the power of in-store radio and professional streaming services.<\/p>\n<div class=\"flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4\">\n                        <a href=\"#inhouse\" class=\"btn-primary text-white font-bold py-3 px-8 rounded-full text-center\">In-House Radio<\/a><br \/>\n                        <a href=\"#streaming\" class=\"btn-secondary text-white font-bold py-3 px-8 rounded-full text-center\">Streaming Services<\/a>\n                    <\/div>\n<\/p><\/div>\n<div class=\"md:w-1\/2 relative\">\n<div class=\"animate-float\">\n<div class=\"relative\">\n                            <!-- Functional Audio Player --><\/p>\n<div class=\"live-player mb-8 relative\">\n<div class=\"live-badge\">\n                                    <span class=\"pulse\"><\/span><br \/>\n                                    <span>LIVE<\/span>\n                                <\/div>\n<div class=\"text-center\">\n<h3 class=\"text-xl font-bold mb-2\">Ruvanas Demo Stream<\/h3>\n<p class=\"text-sm text-gray-400 mb-4\">Listen to our sample streaming service<\/p>\n<\/p><\/div>\n<div class=\"flex justify-center mb-5\">\n<div id=\"playBtn\" class=\"play-btn\">\n                                        <i id=\"playIcon\" class=\"fas fa-play text-white text-xl\"><\/i>\n                                    <\/div>\n<\/p><\/div>\n<div id=\"audioVisualizer\" class=\"audio-visualizer equalizer-animate mb-6\">\n<div class=\"audio-bar\" style=\"--height: 30%; --i: 1\"><\/div>\n<div class=\"audio-bar\" style=\"--height: 60%; --i: 2\"><\/div>\n<div class=\"audio-bar\" style=\"--height: 45%; --i: 3\"><\/div>\n<div class=\"audio-bar\" style=\"--height: 80%; --i: 4\"><\/div>\n<div class=\"audio-bar\" style=\"--height: 35%; --i: 5\"><\/div>\n<div class=\"audio-bar\" style=\"--height: 70%; --i: 6\"><\/div>\n<div class=\"audio-bar\" style=\"--height: 55%; --i: 7\"><\/div>\n<div class=\"audio-bar\" style=\"--height: 90%; --i: 8\"><\/div>\n<div class=\"audio-bar\" style=\"--height: 40%; --i: 9\"><\/div>\n<div class=\"audio-bar\" style=\"--height: 75%; --i: 10\"><\/div>\n<div class=\"audio-bar\" style=\"--height: 50%; --i: 11\"><\/div>\n<div class=\"audio-bar\" style=\"--height: 65%; --i: 12\"><\/div>\n<div class=\"audio-bar\" style=\"--height: 85%; --i: 13\"><\/div>\n<div class=\"audio-bar\" style=\"--height: 45%; --i: 14\"><\/div>\n<div class=\"audio-bar\" style=\"--height: 60%; --i: 15\"><\/div>\n<\/p><\/div>\n<div class=\"flex items-center space-x-4\">\n                                    <i class=\"fas fa-volume-down text-gray-400\"><\/i><br \/>\n                                    <input id=\"volumeSlider\" type=\"range\" min=\"0\" max=\"100\" value=\"80\" class=\"volume-slider\"><br \/>\n                                    <i class=\"fas fa-volume-up text-gray-400\"><\/i>\n                                <\/div>\n<p>                                <audio id=\"streamPlayer\" src=\"https:\/\/retro-radio105network.radioca.st\/;\" preload=\"none\"><\/audio><\/p>\n<div class=\"text-center mt-4\">\n<p id=\"nowPlaying\" class=\"text-sm text-gray-400\">Ready to play<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"absolute -top-10 -right-10 w-40 h-40 bg-secondary bg-opacity-20 rounded-full filter blur-3xl\"><\/div>\n<div class=\"absolute -bottom-20 -left-10 w-60 h-60 bg-primary bg-opacity-20 rounded-full filter blur-3xl\"><\/div>\n<\/p><\/div>\n<div class=\"bg-darker p-6 rounded-xl shadow-2xl border border-gray-800\">\n<div class=\"flex items-center mb-4\">\n<div class=\"w-3 h-3 rounded-full bg-red-500 mr-2\"><\/div>\n<div class=\"w-3 h-3 rounded-full bg-yellow-500 mr-2\"><\/div>\n<div class=\"w-3 h-3 rounded-full bg-green-500 mr-2\"><\/div>\n<div class=\"flex-1 text-center text-sm text-gray-400\">Ruvanas Web Player<\/div>\n<\/p><\/div>\n<div class=\"flex items-center justify-between mb-4\">\n<div class=\"text-sm\">\n                                    <span class=\"text-primary font-medium\">Now Playing:<\/span><br \/>\n                                    <span class=\"text-white ml-2\">Business Stream &#8211; Premium Channel<\/span>\n                                <\/div>\n<div class=\"flex space-x-3 text-gray-400\">\n                                    <i class=\"fas fa-volume-up\"><\/i><br \/>\n                                    <i class=\"fas fa-heart\"><\/i><br \/>\n                                    <i class=\"fas fa-share-alt\"><\/i>\n                                <\/div>\n<\/p><\/div>\n<div class=\"relative h-1 bg-gray-700 rounded-full mb-2\">\n<div class=\"absolute left-0 top-0 h-full w-2\/3 bg-gradient-to-r from-primary to-secondary rounded-full\"><\/div>\n<div class=\"absolute left-2\/3 top-0 h-4 w-4 bg-white rounded-full -mt-1.5 shadow-lg\"><\/div>\n<\/p><\/div>\n<div class=\"flex justify-between text-xs text-gray-400 mb-6\">\n                                <span>2:14<\/span><br \/>\n                                <span>3:45<\/span>\n                            <\/div>\n<div class=\"flex justify-center space-x-8 text-xl\">\n                                <button class=\"text-gray-400 hover:text-white transition\"><i class=\"fas fa-step-backward\"><\/i><\/button><br \/>\n                                <button class=\"text-white bg-primary hover:bg-primary-dark w-12 h-12 rounded-full flex items-center justify-center transition\"><i class=\"fas fa-pause\"><\/i><\/button><br \/>\n                                <button class=\"text-gray-400 hover:text-white transition\"><i class=\"fas fa-step-forward\"><\/i><\/button>\n                            <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>    <!-- About Section --><\/p>\n<section class=\"py-20 bg-darker\">\n<div class=\"container mx-auto px-4\">\n<div class=\"text-center mb-16\">\n<h2 class=\"text-3xl md:text-5xl font-bold mb-6\">Over <span class=\"text-gradient\">30 Years<\/span> of Excellence in Radio<\/h2>\n<p class=\"text-xl text-gray-300 max-w-3xl mx-auto\">With three decades of profound experience in the radio industry, Ruvanas offers revolutionary platforms that transform businesses through the power of customized audio.<\/p>\n<\/p><\/div>\n<div class=\"grid grid-cols-1 md:grid-cols-3 gap-8\">\n<div class=\"card p-8 rounded-xl\">\n<div class=\"feature-icon\">\n                        <i class=\"fas fa-broadcast-tower\"><\/i>\n                    <\/div>\n<h3 class=\"text-xl font-bold mb-4\">Worldwide Reach<\/h3>\n<p class=\"text-gray-400\">Providing specialized in-store radio services to businesses across the globe with reliable connectivity and superior audio quality.<\/p>\n<\/p><\/div>\n<div class=\"card p-8 rounded-xl\">\n<div class=\"feature-icon\">\n                        <i class=\"fas fa-microphone-alt\"><\/i>\n                    <\/div>\n<h3 class=\"text-xl font-bold mb-4\">Personalized Voice<\/h3>\n<p class=\"text-gray-400\">Create personalized voice promotions that resonate with your brand and captivate clients as they explore your store.<\/p>\n<\/p><\/div>\n<div class=\"card p-8 rounded-xl\">\n<div class=\"feature-icon\">\n                        <i class=\"fas fa-music\"><\/i>\n                    <\/div>\n<h3 class=\"text-xl font-bold mb-4\">Audio Identity<\/h3>\n<p class=\"text-gray-400\">Curate a distinct audio identity for your business that reflects your brand personality and creates an immersive atmosphere.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>    <!-- About Us Section --><\/p>\n<section id=\"about\" class=\"py-20 bg-gradient\">\n<div class=\"container mx-auto px-4\">\n<div class=\"text-center mb-16\">\n<h2 class=\"text-3xl md:text-5xl font-bold mb-6\">About <span class=\"text-gradient\">Ruvanas<\/span><\/h2>\n<p class=\"text-xl text-gray-300 max-w-3xl mx-auto\">Your partner in creating bespoke digital in-house radio experiences for businesses.<\/p>\n<\/p><\/div>\n<div class=\"flex flex-col md:flex-row items-center\">\n<div class=\"md:w-1\/2 mb-10 md:mb-0\">\n<div class=\"card p-8 rounded-xl\">\n<h3 class=\"text-2xl font-bold mb-4\">Our Story<\/h3>\n<p class=\"text-gray-300 mb-4\">Welcome to Ruvanas, your partner in creating bespoke digital in-house radio experiences for businesses. Building on a legacy of over 30 years in the radio industry, Ruvanas brings unparalleled expertise and a passion for sound to the retail environment.<\/p>\n<p class=\"text-gray-300 mb-4\">Our story begins in 1993 with our founder, Manuel Chircop, who embarked on his radio journey at Smash Radio. Manuel&#8217;s enduring ambition to evolve within the radio landscape led to the establishment of Radio Galaxy in 2001. This venture expanded into the Radio Galaxy Network in 2010, embracing digital web channels to reach a wider audience. In 2019, the network underwent a significant transformation, rebranding as Radio 105 and moving to new, state-of-the-art studios, signifying a commitment to innovation and quality.<\/p>\n<p class=\"text-gray-300 mb-4\">The evolution continued in 2023 with the inception of Ruvanas. Manuel envisioned leveraging his extensive radio background to specifically cater to the unique needs of retail spaces, developing a sophisticated Retail Radio service. This vision was further solidified in 2024 with significant investment in professional streaming servers, ensuring the delivery of a superior and reliable service not only for the Radio 105 Network (Malta) but also for all businesses partnering with Ruvanas.<\/p>\n<p class=\"text-gray-300 mb-4\">The name Ruvanas holds deep personal significance, reflecting Manuel&#8217;s dedication to both his work and, more importantly, his family. Despite his commitment as a self-proclaimed workaholic, family remains his greatest treasure. Ruvanas is a heartfelt tribute, derived from the names of his children, Ruud (RU) and Nirvana (VANA), and his wife, Sandra (S).<\/p>\n<p class=\"text-gray-300\">At Ruvanas, we are dedicated to transforming your business&#8217;s atmosphere through the power of tailored digital radio, creating engaging and memorable experiences for your customers.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"md:w-1\/2 md:pl-12\">\n<div class=\"grid grid-cols-1 gap-8\">\n<div class=\"card p-6 rounded-xl\">\n<div class=\"text-primary text-4xl mb-4\">\n                                <i class=\"fas fa-history\"><\/i>\n                            <\/div>\n<h3 class=\"text-xl font-bold mb-2\">30+ Years of Radio Excellence<\/h3>\n<p class=\"text-gray-400\">From humble beginnings in 1993 to becoming a specialized provider of bespoke radio experiences for businesses worldwide.<\/p>\n<\/p><\/div>\n<div class=\"card p-6 rounded-xl\">\n<div class=\"text-primary text-4xl mb-4\">\n                                <i class=\"fas fa-users\"><\/i>\n                            <\/div>\n<h3 class=\"text-xl font-bold mb-2\">Family-Inspired Vision<\/h3>\n<p class=\"text-gray-400\">Our name Ruvanas reflects our founder&#8217;s dedication to both professional excellence and family values &#8211; derived from Ruud, Nirvana, and Sandra.<\/p>\n<\/p><\/div>\n<div class=\"card p-6 rounded-xl\">\n<div class=\"text-primary text-4xl mb-4\">\n                                <i class=\"fas fa-broadcast-tower\"><\/i>\n                            <\/div>\n<h3 class=\"text-xl font-bold mb-2\">State-of-the-Art Technology<\/h3>\n<p class=\"text-gray-400\">Significant investments in professional streaming servers in 2024 ensure superior service quality for all our business partners.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>    <!-- In-House Radio Section --><\/p>\n<section id=\"inhouse\" class=\"service-section py-20 bg-gradient\">\n<div class=\"container mx-auto px-4\">\n<div class=\"flex flex-col md:flex-row items-center\">\n<div class=\"md:w-1\/2 mb-10 md:mb-0\">\n<h2 class=\"text-3xl md:text-5xl font-bold mb-6\">In-House <span class=\"text-gradient\">Retail Radio<\/span><\/h2>\n<p class=\"text-xl text-gray-300 mb-8\">Welcome to Ruvanas, your gateway to elevating the ambiance of your business through the power of in-store radio! With over 20 years of profound experience in the radio industry, we bring you a revolutionary platform that transforms your shop into a dynamic and engaging space.<\/p>\n<p class=\"text-xl text-gray-300 mb-8\">At Ruvanas, we specialize in providing in-store radio services tailored to businesses worldwide. Imagine having your very own radio station broadcasting exclusively within your shop or simultaneously across all your establishments.<\/p>\n<div class=\"flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4\">\n                        <a href=\"#pricing\" class=\"btn-primary text-white font-bold py-3 px-8 rounded-full text-center\">See Plans<\/a><br \/>\n                        <a href=\"#contact\" class=\"bg-transparent border-2 border-primary text-white font-bold py-3 px-8 rounded-full text-center hover:bg-primary hover:bg-opacity-20 transition\">Request Demo<\/a>\n                    <\/div>\n<\/p><\/div>\n<div class=\"md:w-1\/2\">\n<div class=\"grid grid-cols-2 gap-6\">\n<div class=\"card p-6 rounded-xl\">\n<div class=\"text-secondary text-4xl mb-4\">\n                                <i class=\"fas fa-store\"><\/i>\n                            <\/div>\n<h3 class=\"text-xl font-bold mb-2\">Personalized Experience<\/h3>\n<p class=\"text-gray-400\">Our services extend beyond just streaming music; we offer personalized voice promotions that resonate with your brand.<\/p>\n<\/p><\/div>\n<div class=\"card p-6 rounded-xl\">\n<div class=\"text-secondary text-4xl mb-4\">\n                                <i class=\"fas fa-building\"><\/i>\n                            <\/div>\n<h3 class=\"text-xl font-bold mb-2\">Multi-Location Support<\/h3>\n<p class=\"text-gray-400\">Broadcast simultaneously across all your establishments with consistent branding and messaging.<\/p>\n<\/p><\/div>\n<div class=\"card p-6 rounded-xl\">\n<div class=\"text-secondary text-4xl mb-4\">\n                                <i class=\"fas fa-bullhorn\"><\/i>\n                            <\/div>\n<h3 class=\"text-xl font-bold mb-2\">Targeted Promotions<\/h3>\n<p class=\"text-gray-400\">Highlight specific products and influence shopping behavior with targeted in-store messages.<\/p>\n<\/p><\/div>\n<div class=\"card p-6 rounded-xl\">\n<div class=\"text-secondary text-4xl mb-4\">\n                                <i class=\"fas fa-lightbulb\"><\/i>\n                            <\/div>\n<h3 class=\"text-xl font-bold mb-2\">Brand Enhancement<\/h3>\n<p class=\"text-gray-400\">Create a memorable environment that reflects your brand personality and engages customers.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>    <!-- Benefits Section --><\/p>\n<section id=\"benefits\" class=\"py-20 bg-darker\">\n<div class=\"container mx-auto px-4\">\n<div class=\"text-center mb-16\">\n<h2 class=\"text-3xl md:text-5xl font-bold mb-6\">The <span class=\"text-gradient\">Benefits<\/span> of In-Store Radio<\/h2>\n<p class=\"text-xl text-gray-300 max-w-3xl mx-auto\">Experience the myriad benefits of incorporating in-store radio into your business strategy.<\/p>\n<\/p><\/div>\n<div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8\">\n<div class=\"card p-8 rounded-xl\">\n<div class=\"w-16 h-16 bg-primary bg-opacity-20 rounded-full flex items-center justify-center mb-6\">\n                        <i class=\"fas fa-fingerprint text-primary text-2xl\"><\/i>\n                    <\/div>\n<h3 class=\"text-xl font-bold mb-4\">Distinctive Identity<\/h3>\n<p class=\"text-gray-400\">Cultivate a distinctive in-store radio identity with personalized commercials, corporate messages, and tailored music playlists that resonate with your brand.<\/p>\n<\/p><\/div>\n<div class=\"card p-8 rounded-xl\">\n<div class=\"w-16 h-16 bg-primary bg-opacity-20 rounded-full flex items-center justify-center mb-6\">\n                        <i class=\"fas fa-ad text-primary text-2xl\"><\/i>\n                    <\/div>\n<h3 class=\"text-xl font-bold mb-4\">Competitor-Free Zone<\/h3>\n<p class=\"text-gray-400\">Bid farewell to the era where customers inadvertently hear competitor ads in your store; now, everything can be seamlessly customized to align with your brand.<\/p>\n<\/p><\/div>\n<div class=\"card p-8 rounded-xl\">\n<div class=\"w-16 h-16 bg-primary bg-opacity-20 rounded-full flex items-center justify-center mb-6\">\n                        <i class=\"fas fa-chart-line text-primary text-2xl\"><\/i>\n                    <\/div>\n<h3 class=\"text-xl font-bold mb-4\">Boost Sales<\/h3>\n<p class=\"text-gray-400\">Harness the power of in-store radio to boost domestic sales by spotlighting specific products and promotions available in your store.<\/p>\n<\/p><\/div>\n<div class=\"card p-8 rounded-xl\">\n<div class=\"w-16 h-16 bg-primary bg-opacity-20 rounded-full flex items-center justify-center mb-6\">\n                        <i class=\"fas fa-copyright text-primary text-2xl\"><\/i>\n                    <\/div>\n<h3 class=\"text-xl font-bold mb-4\">Copyright Compliant<\/h3>\n<p class=\"text-gray-400\">Our Business Unlimited plan includes Royalty-Free Music across various genres, ensuring you stay compliant with copyright regulations.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>    <!-- Streaming Service Section --><\/p>\n<section id=\"streaming\" class=\"service-section py-20 bg-gradient\">\n<div class=\"container mx-auto px-4\">\n<div class=\"flex flex-col md:flex-row items-center\">\n<div class=\"md:w-1\/2 order-2 md:order-1\">\n<div class=\"card p-8 rounded-xl mb-8\">\n<div class=\"flex items-center mb-6\">\n<div class=\"w-16 h-16 bg-secondary bg-opacity-20 rounded-full flex items-center justify-center mr-4\">\n                                <i class=\"fas fa-server text-secondary text-2xl\"><\/i>\n                            <\/div>\n<div>\n<h3 class=\"text-xl font-bold\">Global Server Network<\/h3>\n<p class=\"text-gray-400\">Servers strategically located in Europe and America for optimal performance<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<ul class=\"space-y-3\">\n<li class=\"flex items-center\">\n                                <i class=\"fas fa-check-circle text-secondary mr-3\"><\/i><br \/>\n                                <span>Reliable streaming infrastructure<\/span>\n                            <\/li>\n<li class=\"flex items-center\">\n                                <i class=\"fas fa-check-circle text-secondary mr-3\"><\/i><br \/>\n                                <span>Low latency broadcasting<\/span>\n                            <\/li>\n<li class=\"flex items-center\">\n                                <i class=\"fas fa-check-circle text-secondary mr-3\"><\/i><br \/>\n                                <span>99.9% uptime guarantee<\/span>\n                            <\/li>\n<li class=\"flex items-center\">\n                                <i class=\"fas fa-check-circle text-secondary mr-3\"><\/i><br \/>\n                                <span>Global content delivery network<\/span>\n                            <\/li>\n<\/ul><\/div>\n<div class=\"card p-8 rounded-xl\">\n<div class=\"flex items-center mb-6\">\n<div class=\"w-16 h-16 bg-secondary bg-opacity-20 rounded-full flex items-center justify-center mr-4\">\n                                <i class=\"fas fa-sliders-h text-secondary text-2xl\"><\/i>\n                            <\/div>\n<div>\n<h3 class=\"text-xl font-bold\">Premium Features<\/h3>\n<p class=\"text-gray-400\">Everything you need for professional radio broadcasting<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<ul class=\"space-y-3\">\n<li class=\"flex items-center\">\n                                <i class=\"fas fa-check-circle text-secondary mr-3\"><\/i><br \/>\n                                <span>Unlimited Monthly Bandwidth<\/span>\n                            <\/li>\n<li class=\"flex items-center\">\n                                <i class=\"fas fa-check-circle text-secondary mr-3\"><\/i><br \/>\n                                <span>Unlimited Listener Slots<\/span>\n                            <\/li>\n<li class=\"flex items-center\">\n                                <i class=\"fas fa-check-circle text-secondary mr-3\"><\/i><br \/>\n                                <span>320kb\/s Broadcast Quality<\/span>\n                            <\/li>\n<li class=\"flex items-center\">\n                                <i class=\"fas fa-check-circle text-secondary mr-3\"><\/i><br \/>\n                                <span>Personalized Web Player<\/span>\n                            <\/li>\n<\/ul><\/div>\n<\/p><\/div>\n<div class=\"md:w-1\/2 mb-10 md:mb-0 order-1 md:order-2 md:pl-12\">\n<h2 class=\"text-3xl md:text-5xl font-bold mb-6\">Radio <span class=\"text-gradient\">Streaming Services<\/span><\/h2>\n<p class=\"text-xl text-gray-300 mb-8\">Ruvanas offers the highest quality streaming for Radio Stations around the world. With our strategically positioned servers in Europe and America, we guarantee reliable streaming service that makes your radio station more accessible to listeners everywhere.<\/p>\n<p class=\"text-xl text-gray-300 mb-8\">Our comprehensive streaming solution includes a personalized web player and all the technical features you need for professional broadcasting, ensuring your content reaches your audience with crystal-clear quality.<\/p>\n<div class=\"flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4\">\n                        <a href=\"#pricing\" class=\"btn-secondary text-white font-bold py-3 px-8 rounded-full text-center\">See Plans<\/a><br \/>\n                        <a href=\"#contact\" class=\"bg-transparent border-2 border-secondary text-white font-bold py-3 px-8 rounded-full text-center hover:bg-secondary hover:bg-opacity-20 transition\">Request Demo<\/a>\n                    <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>    <!-- Features Comparison - IMPROVED MOBILE VERSION --><\/p>\n<section class=\"py-20 bg-darker\">\n<div class=\"container mx-auto px-4\">\n<div class=\"text-center mb-16\">\n<h2 class=\"text-3xl md:text-5xl font-bold mb-6\">Comprehensive <span class=\"text-gradient\">Features<\/span><\/h2>\n<p class=\"text-xl text-gray-300 max-w-3xl mx-auto\">Compare our services to see which solution best fits your business needs.<\/p>\n<\/p><\/div>\n<p>            <!-- Mobile-responsive features comparison --><\/p>\n<div class=\"space-y-6\">\n                <!-- Feature Row: Target Audience --><\/p>\n<div class=\"feature-row\">\n<div class=\"feature-name text-lg\">Target Audience<\/div>\n<div class=\"flex flex-col md:flex-row flex-1 space-y-4 md:space-y-0\">\n<div class=\"feature-detail feature-inhouse\">\n                            <span class=\"block font-medium mb-1\">In-House Radio<\/span><br \/>\n                            <span class=\"text-sm md:text-base\">Retail Businesses, Shops, Restaurants<\/span>\n                        <\/div>\n<div class=\"feature-detail feature-streaming\">\n                            <span class=\"block font-medium mb-1\">Streaming Service<\/span><br \/>\n                            <span class=\"text-sm md:text-base\">Radio Stations, Broadcasters, Content Creators<\/span>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>                <!-- Feature Row: Music Library --><\/p>\n<div class=\"feature-row\">\n<div class=\"feature-name text-lg\">Music Library<\/div>\n<div class=\"flex flex-col md:flex-row flex-1 space-y-4 md:space-y-0\">\n<div class=\"feature-detail feature-inhouse\">\n                            <span class=\"block font-medium mb-1\">In-House Radio<\/span><br \/>\n                            <span class=\"text-sm md:text-base\">Royalty-Free Music Library Included<\/span>\n                        <\/div>\n<div class=\"feature-detail feature-streaming\">\n                            <span class=\"block font-medium mb-1\">Streaming Service<\/span><br \/>\n                            <span class=\"text-sm md:text-base\">Unlimited Monthly Bandwidth<\/span>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>                <!-- Feature Row: Customization --><\/p>\n<div class=\"feature-row\">\n<div class=\"feature-name text-lg\">Customization<\/div>\n<div class=\"flex flex-col md:flex-row flex-1 space-y-4 md:space-y-0\">\n<div class=\"feature-detail feature-inhouse\">\n                            <span class=\"block font-medium mb-1\">In-House Radio<\/span><br \/>\n                            <span class=\"text-sm md:text-base\">Brand Voice, Custom Playlists, Promotions<\/span>\n                        <\/div>\n<div class=\"feature-detail feature-streaming\">\n                            <span class=\"block font-medium mb-1\">Streaming Service<\/span><br \/>\n                            <span class=\"text-sm md:text-base\">Custom Web Player, Branded Interface<\/span>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>                <!-- Feature Row: Audio Quality --><\/p>\n<div class=\"feature-row\">\n<div class=\"feature-name text-lg\">Audio Quality<\/div>\n<div class=\"flex flex-col md:flex-row flex-1 space-y-4 md:space-y-0\">\n<div class=\"feature-detail feature-inhouse\">\n                            <span class=\"block font-medium mb-1\">In-House Radio<\/span><br \/>\n                            <span class=\"text-sm md:text-base\">High Quality Stream<\/span>\n                        <\/div>\n<div class=\"feature-detail feature-streaming\">\n                            <span class=\"block font-medium mb-1\">Streaming Service<\/span><br \/>\n                            <span class=\"text-sm md:text-base\">320kb\/s Broadcast Quality<\/span>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>                <!-- Feature Row: Audience Capacity --><\/p>\n<div class=\"feature-row\">\n<div class=\"feature-name text-lg\">Audience Capacity<\/div>\n<div class=\"flex flex-col md:flex-row flex-1 space-y-4 md:space-y-0\">\n<div class=\"feature-detail feature-inhouse\">\n                            <span class=\"block font-medium mb-1\">In-House Radio<\/span><br \/>\n                            <span class=\"text-sm md:text-base\">Tailored to Store Size<\/span>\n                        <\/div>\n<div class=\"feature-detail feature-streaming\">\n                            <span class=\"block font-medium mb-1\">Streaming Service<\/span><br \/>\n                            <span class=\"text-sm md:text-base\">Unlimited Listener Slots<\/span>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>                <!-- Feature Row: Analytics --><\/p>\n<div class=\"feature-row\">\n<div class=\"feature-name text-lg\">Analytics<\/div>\n<div class=\"flex flex-col md:flex-row flex-1 space-y-4 md:space-y-0\">\n<div class=\"feature-detail feature-inhouse\">\n                            <span class=\"block font-medium mb-1\">In-House Radio<\/span><br \/>\n                            <i class=\"fas fa-check text-primary text-lg\"><\/i>\n                        <\/div>\n<div class=\"feature-detail feature-streaming\">\n                            <span class=\"block font-medium mb-1\">Streaming Service<\/span><br \/>\n                            <i class=\"fas fa-check text-secondary text-lg\"><\/i>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>                <!-- Feature Row: Support --><\/p>\n<div class=\"feature-row\">\n<div class=\"feature-name text-lg\">Support<\/div>\n<div class=\"flex flex-col md:flex-row flex-1 space-y-4 md:space-y-0\">\n<div class=\"feature-detail feature-inhouse\">\n                            <span class=\"block font-medium mb-1\">In-House Radio<\/span><br \/>\n                            <span class=\"text-sm md:text-base\">24\/7 Dedicated Support<\/span>\n                        <\/div>\n<div class=\"feature-detail feature-streaming\">\n                            <span class=\"block font-medium mb-1\">Streaming Service<\/span><br \/>\n                            <span class=\"text-sm md:text-base\">24\/7 Technical Assistance<\/span>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>    <!-- Pricing Section --><\/p>\n<section id=\"pricing\" class=\"py-20 bg-gradient\">\n<div class=\"container mx-auto px-4\">\n<div class=\"text-center mb-16\">\n<h2 class=\"text-3xl md:text-5xl font-bold mb-6\">Transparent <span class=\"text-gradient\">Plans<\/span><\/h2>\n<p class=\"text-xl text-gray-300 max-w-3xl mx-auto\">Choose the plan that suits your business needs. All plans come with our exceptional customer support.<\/p>\n<\/p><\/div>\n<div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8\">\n                <!-- In-House Radio Plans --><\/p>\n<div class=\"pricing-card relative card p-8 rounded-xl border-t-4 border-primary\">\n<h3 class=\"text-2xl font-bold mb-2\">Business Basic<\/h3>\n<p class=\"text-gray-400 mb-6\">For small retail establishments<\/p>\n<div class=\"text-4xl font-bold mb-6\">Contact Us<\/div>\n<ul class=\"space-y-3 mb-8\">\n<li class=\"flex items-start\">\n                            <i class=\"fas fa-check-circle text-primary mt-1 mr-3\"><\/i><br \/>\n                            <span>Customized music playlists<\/span>\n                        <\/li>\n<li class=\"flex items-start\">\n                            <i class=\"fas fa-check-circle text-primary mt-1 mr-3\"><\/i><br \/>\n                            <span>5 personalized voice promotions<\/span>\n                        <\/li>\n<li class=\"flex items-start\">\n                            <i class=\"fas fa-check-circle text-primary mt-1 mr-3\"><\/i><br \/>\n                            <span>Basic scheduling options<\/span>\n                        <\/li>\n<li class=\"flex items-start\">\n                            <i class=\"fas fa-check-circle text-primary mt-1 mr-3\"><\/i><br \/>\n                            <span>Single location support<\/span>\n                        <\/li>\n<li class=\"flex items-start\">\n                            <i class=\"fas fa-check-circle text-primary mt-1 mr-3\"><\/i><br \/>\n                            <span>Copyright compliant music<\/span>\n                        <\/li>\n<\/ul>\n<p>                    <a href=\"#contact\" class=\"btn-primary text-white font-bold py-3 px-8 rounded-full block text-center\">Get Started<\/a>\n                <\/div>\n<div class=\"pricing-card relative card p-8 rounded-xl border-t-4 border-primary transform scale-105 z-10\">\n<div class=\"popular-badge\">Most Popular<\/div>\n<h3 class=\"text-2xl font-bold mb-2\">Business Pro Plus<\/h3>\n<p class=\"text-gray-400 mb-6\">For medium to large businesses<\/p>\n<div class=\"text-4xl font-bold mb-6\">Contact Us<\/div>\n<ul class=\"space-y-3 mb-8\">\n<li class=\"flex items-start\">\n                            <i class=\"fas fa-check-circle text-primary mt-1 mr-3\"><\/i><br \/>\n                            <span>All Basic features<\/span>\n                        <\/li>\n<li class=\"flex items-start\">\n                            <i class=\"fas fa-check-circle text-primary mt-1 mr-3\"><\/i><br \/>\n                            <span>15 personalized voice promotions<\/span>\n                        <\/li>\n<li class=\"flex items-start\">\n                            <i class=\"fas fa-check-circle text-primary mt-1 mr-3\"><\/i><br \/>\n                            <span>Advanced scheduling by time of day<\/span>\n                        <\/li>\n<li class=\"flex items-start\">\n                            <i class=\"fas fa-check-circle text-primary mt-1 mr-3\"><\/i><br \/>\n                            <span>Multi-location support (up to 5)<\/span>\n                        <\/li>\n<li class=\"flex items-start\">\n                            <i class=\"fas fa-check-circle text-primary mt-1 mr-3\"><\/i><br \/>\n                            <span>Copyright compliant music<\/span>\n                        <\/li>\n<li class=\"flex items-start\">\n                            <i class=\"fas fa-check-circle text-primary mt-1 mr-3\"><\/i><br \/>\n                            <span>Monthly content updates<\/span>\n                        <\/li>\n<\/ul>\n<p>                    <a href=\"#contact\" class=\"btn-primary text-white font-bold py-3 px-8 rounded-full block text-center\">Get Started<\/a>\n                <\/div>\n<div class=\"pricing-card relative card p-8 rounded-xl border-t-4 border-primary\">\n<h3 class=\"text-2xl font-bold mb-2\">Business Unlimited<\/h3>\n<p class=\"text-gray-400 mb-6\">For Multilocation businesses<\/p>\n<div class=\"text-4xl font-bold mb-6\">Contact Us<\/div>\n<ul class=\"space-y-3 mb-8\">\n<li class=\"flex items-start\">\n                            <i class=\"fas fa-check-circle text-primary mt-1 mr-3\"><\/i><br \/>\n                            <span>All Basic features<\/span>\n                        <\/li>\n<li class=\"flex items-start\">\n                            <i class=\"fas fa-check-circle text-primary mt-1 mr-3\"><\/i><br \/>\n                            <span>15 personalized voice promotions<\/span>\n                        <\/li>\n<li class=\"flex items-start\">\n                            <i class=\"fas fa-check-circle text-primary mt-1 mr-3\"><\/i><br \/>\n                            <span>Advanced scheduling by time of day<\/span>\n                        <\/li>\n<li class=\"flex items-start\">\n                            <i class=\"fas fa-check-circle text-primary mt-1 mr-3\"><\/i><br \/>\n                            <span>Multi-location support (up to 20)<\/span>\n                        <\/li>\n<li class=\"flex items-start\">\n                            <i class=\"fas fa-check-circle text-primary mt-1 mr-3\"><\/i><br \/>\n                            <span>Extended royalty-free music library<\/span>\n                        <\/li>\n<li class=\"flex items-start\">\n                            <i class=\"fas fa-check-circle text-primary mt-1 mr-3\"><\/i><br \/>\n                            <span>Monthly content updates<\/span>\n                        <\/li>\n<\/ul>\n<p>                    <a href=\"#contact\" class=\"btn-primary text-white font-bold py-3 px-8 rounded-full block text-center\">Get Started<\/a>\n                <\/div>\n<p>                <!-- Radio Streaming Plan --><\/p>\n<div class=\"pricing-card relative card p-8 rounded-xl border-t-4 border-secondary\">\n<h3 class=\"text-2xl font-bold mb-2\">Streaming Professional<\/h3>\n<p class=\"text-gray-400 mb-6\">For radio stations &#038; broadcasters<\/p>\n<div class=\"text-4xl font-bold mb-6\">Contact Us<\/div>\n<ul class=\"space-y-3 mb-8\">\n<li class=\"flex items-start\">\n                            <i class=\"fas fa-check-circle text-secondary mt-1 mr-3\"><\/i><br \/>\n                            <span>Unlimited Monthly Bandwidth<\/span>\n                        <\/li>\n<li class=\"flex items-start\">\n                            <i class=\"fas fa-check-circle text-secondary mt-1 mr-3\"><\/i><br \/>\n                            <span>Unlimited Listener Slots<\/span>\n                        <\/li>\n<li class=\"flex items-start\">\n                            <i class=\"fas fa-check-circle text-secondary mt-1 mr-3\"><\/i><br \/>\n                            <span>320kb\/s Broadcast Quality<\/span>\n                        <\/li>\n<li class=\"flex items-start\">\n                            <i class=\"fas fa-check-circle text-secondary mt-1 mr-3\"><\/i><br \/>\n                            <span>Personalized Web Player<\/span>\n                        <\/li>\n<\/ul>\n<p>                    <a href=\"#contact\" class=\"btn-secondary text-white font-bold py-3 px-8 rounded-full block text-center\">Get Started<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"text-center mt-12\">\n<p class=\"text-gray-400 mb-4\">Need a custom solution? Contact us for enterprise pricing.<\/p>\n<p>                <a href=\"#contact\" class=\"text-white font-medium border-b-2 border-primary hover:text-primary transition\">Get a Custom Quote <i class=\"fas fa-arrow-right ml-2\"><\/i><\/a>\n            <\/div>\n<\/p><\/div>\n<\/section>\n<p>    <!-- Testimonials Section --><\/p>\n<section class=\"py-20 bg-darker overflow-hidden\">\n<div class=\"container mx-auto px-4\">\n<div class=\"text-center mb-16\">\n<h2 class=\"text-3xl md:text-5xl font-bold mb-6\">What Our <span class=\"text-gradient\">Clients Say<\/span><\/h2>\n<p class=\"text-xl text-gray-300 max-w-3xl mx-auto\">Join the ranks of satisfied businesses that have transformed their environments with Ruvanas.<\/p>\n<\/p><\/div>\n<div class=\"slider-container\">\n<div class=\"slider\">\n<div class=\"testimonial-card card p-8 rounded-xl\">\n<div class=\"flex items-center mb-6\">\n<div class=\"w-12 h-12 bg-primary bg-opacity-20 rounded-full flex items-center justify-center mr-4\">\n                                <i class=\"fas fa-user text-primary\"><\/i>\n                            <\/div>\n<div>\n<h4 class=\"font-bold\">Sarah Johnson<\/h4>\n<p class=\"text-sm text-gray-400\">Boutique Owner<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<p class=\"text-gray-300 mb-4\">&#8220;Ruvanas has completely transformed the shopping experience in our boutique. Our customers love the personalized playlists and often comment on how the music enhances their shopping experience.&#8221;<\/p>\n<div class=\"flex text-yellow-400\">\n                            <i class=\"fas fa-star\"><\/i><br \/>\n                            <i class=\"fas fa-star\"><\/i><br \/>\n                            <i class=\"fas fa-star\"><\/i><br \/>\n                            <i class=\"fas fa-star\"><\/i><br \/>\n                            <i class=\"fas fa-star\"><\/i>\n                        <\/div>\n<\/p><\/div>\n<div class=\"testimonial-card card p-8 rounded-xl\">\n<div class=\"flex items-center mb-6\">\n<div class=\"w-12 h-12 bg-secondary bg-opacity-20 rounded-full flex items-center justify-center mr-4\">\n                                <i class=\"fas fa-user text-secondary\"><\/i>\n                            <\/div>\n<div>\n<h4 class=\"font-bold\">Michael Rodriguez<\/h4>\n<p class=\"text-sm text-gray-400\">Radio Station Manager<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<p class=\"text-gray-300 mb-4\">&#8220;We&#8217;ve tried several streaming solutions before finding Ruvanas. The difference in quality and reliability is remarkable. Our listeners report crystal clear audio and our team loves the intuitive management interface.&#8221;<\/p>\n<div class=\"flex text-yellow-400\">\n                            <i class=\"fas fa-star\"><\/i><br \/>\n                            <i class=\"fas fa-star\"><\/i><br \/>\n                            <i class=\"fas fa-star\"><\/i><br \/>\n                            <i class=\"fas fa-star\"><\/i><br \/>\n                            <i class=\"fas fa-star\"><\/i>\n                        <\/div>\n<\/p><\/div>\n<div class=\"testimonial-card card p-8 rounded-xl\">\n<div class=\"flex items-center mb-6\">\n<div class=\"w-12 h-12 bg-primary bg-opacity-20 rounded-full flex items-center justify-center mr-4\">\n                                <i class=\"fas fa-user text-primary\"><\/i>\n                            <\/div>\n<div>\n<h4 class=\"font-bold\">David Thompson<\/h4>\n<p class=\"text-sm text-gray-400\">Retail Chain Director<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<p class=\"text-gray-300 mb-4\">&#8220;The ability to sync messaging across all our locations while maintaining a consistent brand sound has been a game-changer. Sales have increased by 15% since implementing Ruvanas in-store radio.&#8221;<\/p>\n<div class=\"flex text-yellow-400\">\n                            <i class=\"fas fa-star\"><\/i><br \/>\n                            <i class=\"fas fa-star\"><\/i><br \/>\n                            <i class=\"fas fa-star\"><\/i><br \/>\n                            <i class=\"fas fa-star\"><\/i><br \/>\n                            <i class=\"fas fa-star-half-alt\"><\/i>\n                        <\/div>\n<\/p><\/div>\n<div class=\"testimonial-card card p-8 rounded-xl\">\n<div class=\"flex items-center mb-6\">\n<div class=\"w-12 h-12 bg-secondary bg-opacity-20 rounded-full flex items-center justify-center mr-4\">\n                                <i class=\"fas fa-user text-secondary\"><\/i>\n                            <\/div>\n<div>\n<h4 class=\"font-bold\">Lisa Chen<\/h4>\n<p class=\"text-sm text-gray-400\">Podcast Producer<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<p class=\"text-gray-300 mb-4\">&#8220;The streaming quality and reliability of Ruvanas have elevated our podcast to professional standards. The custom web player has helped us create a cohesive brand experience for our listeners.&#8221;<\/p>\n<div class=\"flex text-yellow-400\">\n                            <i class=\"fas fa-star\"><\/i><br \/>\n                            <i class=\"fas fa-star\"><\/i><br \/>\n                            <i class=\"fas fa-star\"><\/i><br \/>\n                            <i class=\"fas fa-star\"><\/i><br \/>\n                            <i class=\"fas fa-star\"><\/i>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>    <!-- Copyright Info Section --><\/p>\n<section id=\"copyright\" class=\"py-20 bg-gradient\">\n<div class=\"container mx-auto px-4\">\n<div class=\"text-center mb-16\">\n<h2 class=\"text-3xl md:text-5xl font-bold mb-6\">Copyright <span class=\"text-gradient\">Information<\/span><\/h2>\n<p class=\"text-xl text-gray-300 max-w-3xl mx-auto\">Understanding the legal aspects of music in your business environment.<\/p>\n<\/p><\/div>\n<div class=\"card p-8 rounded-xl max-w-4xl mx-auto\">\n<h3 class=\"text-2xl font-bold mb-4\">Important Copyright Information<\/h3>\n<p class=\"text-gray-300 mb-4\">At Ruvanas, we deeply respect the talent and dedication of artists and value the significant contributions they make. Our core service is providing efficient and reliable music scheduling solutions for your business.<\/p>\n<div class=\"border-l-4 border-primary pl-4 py-2 mb-6\">\n<p class=\"text-gray-300 italic\">Please note that Ruvanas is a scheduling service provider and is not responsible for music rights fees. It is the sole responsibility of our clients to ensure they comply with all applicable copyright obligations and obtain the necessary licenses for the music they use, according to the regulations of their specific country.<\/p>\n<\/p><\/div>\n<p class=\"text-gray-300 mb-4\">For example, in the UK, this may involve licensing from PRS for Music, and similar organizations such as ASCAP, BMI, SESAC (in the USA), GEMA (in Germany), SACEM (in France), SIAE (in Italy), JASRAC (in Japan), and APRA AMCOS (in Australia and New Zealand) in other territories.<\/p>\n<p class=\"text-gray-300\">We encourage our clients to ensure they are correctly licensed to play music publicly.<\/p>\n<div class=\"mt-6 flex items-center bg-gray-800 p-4 rounded-lg\">\n<div class=\"text-primary text-3xl mr-4\">\n                        <i class=\"fas fa-info-circle\"><\/i>\n                    <\/div>\n<p class=\"text-sm text-gray-300\">Our Business Pro Plus plan includes Royalty-Free Music options to help simplify compliance with copyright regulations. Contact us to learn more about these options.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>    <!-- FAQ Section --><\/p>\n<section class=\"py-20 bg-darker\">\n<div class=\"container mx-auto px-4\">\n<div class=\"text-center mb-16\">\n<h2 class=\"text-3xl md:text-5xl font-bold mb-6\">Frequently Asked <span class=\"text-gradient\">Questions<\/span><\/h2>\n<p class=\"text-xl text-gray-300 max-w-3xl mx-auto\">Find quick answers to common questions about our services.<\/p>\n<\/p><\/div>\n<div class=\"max-w-4xl mx-auto\">\n<div class=\"card p-6 rounded-xl mb-4\">\n<div class=\"flex justify-between items-center cursor-pointer\">\n<h3 class=\"text-xl font-bold\">What equipment do I need for in-store radio?<\/h3>\n<p>                        <i class=\"fas fa-chevron-down text-primary\"><\/i>\n                    <\/div>\n<div class=\"mt-4 text-gray-300\">\n                        For our in-store radio service, you only need an internet connection and a compatible audio system. Our team will guide you through the setup process and ensure everything works perfectly with your existing equipment.\n                    <\/div>\n<\/p><\/div>\n<div class=\"card p-6 rounded-xl mb-4\">\n<div class=\"flex justify-between items-center cursor-pointer\">\n<h3 class=\"text-xl font-bold\">How does the copyright protection work?<\/h3>\n<p>                        <i class=\"fas fa-chevron-down text-primary\"><\/i>\n                    <\/div>\n<div class=\"mt-4 text-gray-300\">\n                        Our Business Pro Plus plan includes Royalty-Free Music across various genres, ensuring you stay compliant with copyright regulations. Private streaming services intended for personal use are not legally allowed in commercial settings, which is why our service provides a compliant solution for businesses.\n                    <\/div>\n<\/p><\/div>\n<div class=\"card p-6 rounded-xl mb-4\">\n<div class=\"flex justify-between items-center cursor-pointer\">\n<h3 class=\"text-xl font-bold\">Can I have different playlists for different times of the day?<\/h3>\n<p>                        <i class=\"fas fa-chevron-down text-primary\"><\/i>\n                    <\/div>\n<div class=\"mt-4 text-gray-300\">\n                        Yes! Our Business Pro Plus plan includes advanced scheduling options that allow you to set different playlists and promotional messages based on the time of day, enhancing the atmosphere and targeting your messaging to match customer traffic patterns.\n                    <\/div>\n<\/p><\/div>\n<div class=\"card p-6 rounded-xl mb-4\">\n<div class=\"flex justify-between items-center cursor-pointer\">\n<h3 class=\"text-xl font-bold\">What does &#8220;Unlimited Listener Slots&#8221; mean?<\/h3>\n<p>                        <i class=\"fas fa-chevron-down text-primary\"><\/i>\n                    <\/div>\n<div class=\"mt-4 text-gray-300\">\n                        For our streaming services, &#8220;Unlimited Listener Slots&#8221; means there&#8217;s no cap on how many people can listen to your broadcast simultaneously. Whether you have 100 or 100,000 listeners, our infrastructure can handle it without additional costs.\n                    <\/div>\n<\/p><\/div>\n<div class=\"card p-6 rounded-xl\">\n<div class=\"flex justify-between items-center cursor-pointer\">\n<h3 class=\"text-xl font-bold\">How customizable is the web player?<\/h3>\n<p>                        <i class=\"fas fa-chevron-down text-primary\"><\/i>\n                    <\/div>\n<div class=\"mt-4 text-gray-300\">\n                        Our personalized web player is highly customizable to match your brand&#8217;s aesthetics. You can adjust colors, logos, layout, and even functionality to create a seamless brand experience for your listeners. Our team will work with you to create the perfect web player for your needs.\n                    <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>    <!-- Contact Section --><\/p>\n<section id=\"contact\" class=\"py-20 bg-darker\">\n<div class=\"container mx-auto px-4\">\n<div class=\"flex flex-col md:flex-row\">\n<div class=\"md:w-1\/2 mb-10 md:mb-0\">\n<h2 class=\"text-3xl md:text-5xl font-bold mb-6\">Get In <span class=\"text-gradient\">Touch<\/span><\/h2>\n<p class=\"text-xl text-gray-300 mb-8\">Ready to transform your business atmosphere or take your broadcasting to the next level? Contact us today for a personalized consultation.<\/p>\n<div class=\"space-y-6\">\n<div class=\"flex items-center\">\n<div class=\"w-12 h-12 bg-primary bg-opacity-20 rounded-full flex items-center justify-center mr-4\">\n                                <i class=\"fas fa-map-marker-alt text-primary\"><\/i>\n                            <\/div>\n<p>                            <span>Ruvanas, 8 Dun F.Camilleri street, Hamrun, Malta (Europe)<\/span>\n                        <\/div>\n<div class=\"flex items-center\">\n<div class=\"w-12 h-12 bg-primary bg-opacity-20 rounded-full flex items-center justify-center mr-4\">\n                                <i class=\"fas fa-phone-alt text-primary\"><\/i>\n                            <\/div>\n<p>                            <span>(00356) 99000105<\/span>\n                        <\/div>\n<div class=\"flex items-center\">\n<div class=\"w-12 h-12 bg-primary bg-opacity-20 rounded-full flex items-center justify-center mr-4\">\n                                <i class=\"fas fa-envelope text-primary\"><\/i>\n                            <\/div>\n<p>                            <span>info@ruvanas.com<\/span>\n                        <\/div>\n<\/p><\/div>\n<div class=\"mt-10\">\n<h3 class=\"text-xl font-bold mb-4\">Connect With Us<\/h3>\n<div class=\"flex space-x-4\">\n                            <a href=\"https:\/\/www.facebook.com\/ruvanasservices\" target=\"_blank\" class=\"w-12 h-12 bg-gray-800 rounded-full flex items-center justify-center hover:bg-primary transition\"><br \/>\n                                <i class=\"fab fa-facebook-f text-white\"><\/i><br \/>\n                            <\/a>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"md:w-1\/2 md:pl-12\">\n<div class=\"card p-8 rounded-xl\">\n<h3 class=\"text-2xl font-bold mb-6\">Request Information<\/h3>\n<form action=\"https:\/\/formspree.io\/f\/xoveykqd\" method=\"POST\">\n<div class=\"mb-6\">\n                                <label class=\"block text-gray-400 mb-2\" for=\"name\">Full Name<\/label><br \/>\n                                <input type=\"text\" id=\"name\" name=\"name\" class=\"w-full px-4 py-3 bg-gray-800 border border-gray-700 rounded-lg focus:outline-none focus:border-primary\">\n                            <\/div>\n<div class=\"mb-6\">\n                                <label class=\"block text-gray-400 mb-2\" for=\"email\">Email Address<\/label><br \/>\n                                <input type=\"email\" id=\"email\" name=\"email\" class=\"w-full px-4 py-3 bg-gray-800 border border-gray-700 rounded-lg focus:outline-none focus:border-primary\">\n                            <\/div>\n<div class=\"mb-6\">\n                                <label class=\"block text-gray-400 mb-2\" for=\"service\">Service Interested In<\/label><br \/>\n                                <select id=\"service\" name=\"service\" class=\"w-full px-4 py-3 bg-gray-800 border border-gray-700 rounded-lg focus:outline-none focus:border-primary\"><option>In-House Retail Radio<\/option><option>Radio Streaming Services<\/option><option>Both Services<\/option><option>Custom Solution<\/option><\/select>\n                            <\/div>\n<div class=\"mb-6\">\n                                <label class=\"block text-gray-400 mb-2\" for=\"message\">Your Message<\/label><br \/>\n                                <textarea id=\"message\" name=\"message\" rows=\"4\" class=\"w-full px-4 py-3 bg-gray-800 border border-gray-700 rounded-lg focus:outline-none focus:border-primary\"><\/textarea>\n                            <\/div>\n<p>                            <button type=\"submit\" class=\"btn-primary text-white font-bold py-3 px-8 rounded-full w-full\">Send Message<\/button><br \/>\n                        <\/form>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>    <!-- Footer --><\/p>\n<footer class=\"py-10 bg-darker border-t border-gray-800\">\n<div class=\"container mx-auto px-4\">\n<div class=\"flex flex-col md:flex-row justify-between mb-10\">\n<div class=\"mb-8 md:mb-0\">\n<h2 class=\"text-2xl font-bold text-gradient mb-4\">Ruvanas<\/h2>\n<p class=\"text-gray-400 max-w-md\">Elevating business atmospheres and broadcasting experiences with cutting-edge radio solutions since 2005.<\/p>\n<\/p><\/div>\n<div class=\"grid grid-cols-2 md:grid-cols-3 gap-8\">\n<div>\n<h3 class=\"text-lg font-bold mb-4\">Services<\/h3>\n<ul class=\"space-y-2\">\n<li><a href=\"#inhouse\" class=\"text-gray-400 hover:text-white\">In-House Radio<\/a><\/li>\n<li><a href=\"#streaming\" class=\"text-gray-400 hover:text-white\">Streaming Services<\/a><\/li>\n<li><a href=\"#benefits\" class=\"text-gray-400 hover:text-white\">Benefits<\/a><\/li>\n<li><a href=\"#pricing\" class=\"text-gray-400 hover:text-white\">Plans<\/a><\/li>\n<\/ul><\/div>\n<div>\n<h3 class=\"text-lg font-bold mb-4\">Company<\/h3>\n<ul class=\"space-y-2\">\n<li><a href=\"#about\" class=\"text-gray-400 hover:text-white\">About Us<\/a><\/li>\n<li><a href=\"#\" class=\"text-gray-400 hover:text-white\">Our Team<\/a><\/li>\n<li><a href=\"#\" class=\"text-gray-400 hover:text-white\">Careers<\/a><\/li>\n<li><a href=\"#contact\" class=\"text-gray-400 hover:text-white\">Contact<\/a><\/li>\n<\/ul><\/div>\n<div>\n<h3 class=\"text-lg font-bold mb-4\">Legal<\/h3>\n<ul class=\"space-y-2\">\n<li><a href=\"#\" class=\"text-gray-400 hover:text-white\">Privacy Policy<\/a><\/li>\n<li><a href=\"#\" class=\"text-gray-400 hover:text-white\">Terms of Service<\/a><\/li>\n<li><a href=\"#copyright\" class=\"text-gray-400 hover:text-white\">Copyright Info<\/a><\/li>\n<li><a href=\"#\" class=\"text-gray-400 hover:text-white\">Licensing<\/a><\/li>\n<\/ul><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"pt-8 border-t border-gray-800 text-gray-400 text-sm text-center\">\n<p>&copy; 2025 Ruvanas. All rights reserved. | www.ruvanas.com<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/footer>\n<p>    <script>\n        \/\/ Audio Player Functionality\n        document.addEventListener('DOMContentLoaded', function() {\n            const audioPlayer = document.getElementById('streamPlayer');\n            const playBtn = document.getElementById('playBtn');\n            const playIcon = document.getElementById('playIcon');\n            const volumeSlider = document.getElementById('volumeSlider');\n            const nowPlaying = document.getElementById('nowPlaying');\n            const visualizer = document.getElementById('audioVisualizer');\n            const audioBars = visualizer.querySelectorAll('.audio-bar');<\/p>\n<p>            \/\/ Set initial volume\n            audioPlayer.volume = volumeSlider.value \/ 100;<\/p>\n<p>            \/\/ Play\/Pause functionality\n            playBtn.addEventListener('click', function() {\n                if (audioPlayer.paused) {\n                    audioPlayer.play()\n                        .then(() => {\n                            playIcon.classList.remove('fa-play');\n                            playIcon.classList.add('fa-pause');\n                            nowPlaying.textContent = 'Now playing: Retro Radio 105 Network';\n                            startVisualization();\n                        })\n                        .catch(error => {\n                            console.error('Error playing the stream:', error);\n                            nowPlaying.textContent = 'Error playing the stream. Please try again.';\n                        });\n                } else {\n                    audioPlayer.pause();\n                    playIcon.classList.remove('fa-pause');\n                    playIcon.classList.add('fa-play');\n                    nowPlaying.textContent = 'Stream paused';\n                    stopVisualization();\n                }\n            });<\/p>\n<p>            \/\/ Volume control\n            volumeSlider.addEventListener('input', function() {\n                audioPlayer.volume = this.value \/ 100;\n            });<\/p>\n<p>            \/\/ Visualizer animation\n            function startVisualization() {\n                visualizer.classList.add('equalizer-animate');\n                animateBars();\n            }<\/p>\n<p>            function stopVisualization() {\n                visualizer.classList.remove('equalizer-animate');\n            }<\/p>\n<p>            function animateBars() {\n                if (!audioPlayer.paused) {\n                    audioBars.forEach(bar => {\n                        const randomHeight = Math.floor(Math.random() * 95) + 5;\n                        bar.style.setProperty('--height', `${randomHeight}%`);\n                    });\n                    setTimeout(animateBars, 100);\n                }\n            }<\/p>\n<p>            \/\/ Audio events\n            audioPlayer.addEventListener('playing', function() {\n                playIcon.classList.remove('fa-play');\n                playIcon.classList.add('fa-pause');\n                startVisualization();\n            });<\/p>\n<p>            audioPlayer.addEventListener('pause', function() {\n                playIcon.classList.remove('fa-pause');\n                playIcon.classList.add('fa-play');\n                stopVisualization();\n            });<\/p>\n<p>            audioPlayer.addEventListener('error', function() {\n                nowPlaying.textContent = 'Error: Could not load the stream';\n                playIcon.classList.remove('fa-pause');\n                playIcon.classList.add('fa-play');\n                stopVisualization();\n            });\n        });<\/p>\n<p>        \/\/ Simple script to make the FAQ accordion work\n        document.querySelectorAll('.card').forEach(card => {\n            const header = card.querySelector('.flex.justify-between');\n            if (header) {\n                header.addEventListener('click', () => {\n                    const content = header.nextElementSibling;\n                    const icon = header.querySelector('i');<\/p>\n<p>                    if (content.style.display === 'none' || !content.style.display) {\n                        content.style.display = 'block';\n                        icon.classList.remove('fa-chevron-down');\n                        icon.classList.add('fa-chevron-up');\n                    } else {\n                        content.style.display = 'none';\n                        icon.classList.remove('fa-chevron-up');\n                        icon.classList.add('fa-chevron-down');\n                    }\n                });\n            }\n        });<\/p>\n<p>        \/\/ Smooth scrolling for anchor links\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function(e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    window.scrollTo({\n                        top: target.offsetTop - 80,\n                        behavior: 'smooth'\n                    });\n                }\n            });\n        });\n    <\/script><br \/>\n<\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ruvanas &#8211; Professional Radio Streaming Services Ruvanas Home About Us In-House Radio Streaming Services Benefits Plans Copyright Contact Elevate Your Business With Ruvanas Your gateway to enhancing business ambiance through the power of in-store radio and professional streaming services. In-House Radio Streaming Services LIVE Ruvanas Demo Stream Listen to our sample streaming service Ready to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":35,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"wp-custom-template-ruvanas","meta":{"footnotes":""},"class_list":["post-7","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/ruvanas.com\/index.php\/wp-json\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ruvanas.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ruvanas.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ruvanas.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ruvanas.com\/index.php\/wp-json\/wp\/v2\/comments?post=7"}],"version-history":[{"count":10,"href":"https:\/\/ruvanas.com\/index.php\/wp-json\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":41,"href":"https:\/\/ruvanas.com\/index.php\/wp-json\/wp\/v2\/pages\/7\/revisions\/41"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ruvanas.com\/index.php\/wp-json\/wp\/v2\/media\/35"}],"wp:attachment":[{"href":"https:\/\/ruvanas.com\/index.php\/wp-json\/wp\/v2\/media?parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}