{"id":9275,"date":"2026-02-22T06:23:57","date_gmt":"2026-02-22T00:23:57","guid":{"rendered":"https:\/\/avemedia.net\/?page_id=9275"},"modified":"2026-02-22T07:50:53","modified_gmt":"2026-02-22T01:50:53","slug":"privacy-policy","status":"publish","type":"page","link":"https:\/\/avemedia.net\/?page_id=9275","title":{"rendered":"Privacy Policy"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"9275\" class=\"elementor elementor-9275\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9741d99 e-flex e-con-boxed e-con e-parent\" data-id=\"9741d99\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c19116d elementor-widget elementor-widget-html\" data-id=\"c19116d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Privacy Policy | AVE Media<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        :root {\n            --navy-deep: #0a0e1f;\n            --navy-mid: #0f172a;\n            --navy-light: #1e293b;\n            --accent-blue: #3b82f6;\n            --accent-glow: #60a5fa;\n            --text-primary: #f8fafc;\n            --text-secondary: #cbd5e1;\n            --text-muted: #64748b;\n            --border-subtle: rgba(255, 255, 255, 0.1);\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy-mid) 50%, #0f172a 100%);\n            color: var(--text-primary);\n            line-height: 1.6;\n            min-height: 100vh;\n            overflow-x: hidden;\n        }\n\n        \/* Animated Background *\/\n        body::before {\n            content: '';\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: \n                radial-gradient(circle at 20% 50%, rgba(59, 130, 246, 0.15) 0%, transparent 50%),\n                radial-gradient(circle at 80% 80%, rgba(96, 165, 250, 0.1) 0%, transparent 50%),\n                radial-gradient(circle at 40% 20%, rgba(30, 41, 59, 0.4) 0%, transparent 50%);\n            pointer-events: none;\n            z-index: -1;\n            animation: pulse 15s ease-in-out infinite;\n        }\n\n        @keyframes pulse {\n            0%, 100% { opacity: 0.5; transform: scale(1); }\n            50% { opacity: 0.8; transform: scale(1.05); }\n        }\n\n        \/* Header *\/\n        header {\n            position: sticky;\n            top: 0;\n            background: rgba(10, 14, 31, 0.85);\n            backdrop-filter: blur(12px);\n            border-bottom: 1px solid var(--border-subtle);\n            z-index: 1000;\n            padding: 1rem 0;\n            transition: all 0.3s ease;\n        }\n\n        .header-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 2rem;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n        }\n\n        .logo {\n            display: flex;\n            align-items: center;\n            text-decoration: none;\n            transition: transform 0.3s ease;\n        }\n\n        .logo:hover {\n            transform: scale(1.02);\n        }\n\n        .logo img {\n            height: 40px;\n            width: auto;\n            filter: drop-shadow(0 0 10px rgba(59, 130, 246, 0.3));\n            transition: filter 0.3s ease;\n        }\n\n        .logo:hover img {\n            filter: drop-shadow(0 0 20px rgba(59, 130, 246, 0.6));\n        }\n\n        .back-link {\n            color: var(--text-secondary);\n            text-decoration: none;\n            font-size: 0.9rem;\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n            transition: color 0.3s ease;\n            padding: 0.5rem 1rem;\n            border-radius: 6px;\n            border: 1px solid var(--border-subtle);\n        }\n\n        .back-link:hover {\n            color: var(--accent-glow);\n            border-color: var(--accent-blue);\n            background: rgba(59, 130, 246, 0.1);\n        }\n\n        \/* Main Content *\/\n        main {\n            max-width: 800px;\n            margin: 0 auto;\n            padding: 4rem 2rem;\n            position: relative;\n        }\n\n        .hero-section {\n            text-align: center;\n            margin-bottom: 4rem;\n            padding: 2rem 0;\n        }\n\n        .hero-title {\n            font-size: 3rem;\n            font-weight: 800;\n            margin-bottom: 1rem;\n            background: linear-gradient(135deg, var(--text-primary) 0%, var(--accent-glow) 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            letter-spacing: -0.02em;\n            position: relative;\n            display: inline-block;\n        }\n\n        .hero-title::after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 60px;\n            height: 4px;\n            background: linear-gradient(90deg, var(--accent-blue), var(--accent-glow));\n            border-radius: 2px;\n        }\n\n        .hero-subtitle {\n            color: var(--text-secondary);\n            font-size: 1.1rem;\n            margin-top: 1.5rem;\n        }\n\n        .effective-date {\n            display: inline-block;\n            margin-top: 1rem;\n            padding: 0.5rem 1.25rem;\n            background: rgba(59, 130, 246, 0.1);\n            border: 1px solid var(--border-subtle);\n            border-radius: 20px;\n            font-size: 0.9rem;\n            color: var(--accent-glow);\n            font-weight: 500;\n        }\n\n        \/* Content Sections *\/\n        .content-section {\n            margin-bottom: 3rem;\n            padding: 2rem;\n            background: rgba(255, 255, 255, 0.02);\n            border: 1px solid var(--border-subtle);\n            border-radius: 12px;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .content-section:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.5);\n            border-color: rgba(59, 130, 246, 0.3);\n        }\n\n        .section-number {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            width: 32px;\n            height: 32px;\n            background: linear-gradient(135deg, var(--accent-blue), var(--accent-glow));\n            color: white;\n            font-weight: 700;\n            font-size: 0.9rem;\n            border-radius: 8px;\n            margin-bottom: 1rem;\n            box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);\n        }\n\n        h2 {\n            font-size: 1.5rem;\n            font-weight: 700;\n            margin-bottom: 1rem;\n            color: var(--text-primary);\n            display: flex;\n            align-items: center;\n            gap: 0.75rem;\n        }\n\n        h3 {\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin: 1.5rem 0 0.75rem 0;\n            color: var(--accent-glow);\n        }\n\n        p {\n            color: var(--text-secondary);\n            margin-bottom: 1rem;\n            font-size: 1.05rem;\n            line-height: 1.7;\n        }\n\n        ul {\n            margin-left: 1.5rem;\n            margin-bottom: 1rem;\n            color: var(--text-secondary);\n        }\n\n        li {\n            margin-bottom: 0.5rem;\n            position: relative;\n        }\n\n        li::marker {\n            color: var(--accent-blue);\n        }\n\n        strong {\n            color: var(--text-primary);\n            font-weight: 600;\n        }\n\n        \/* Privacy Highlights *\/\n        .privacy-highlight {\n            background: rgba(59, 130, 246, 0.08);\n            border-left: 4px solid var(--accent-blue);\n            padding: 1.5rem;\n            margin: 1.5rem 0;\n            border-radius: 0 8px 8px 0;\n        }\n\n        .privacy-highlight p {\n            margin: 0;\n            color: var(--text-primary);\n        }\n\n        \/* Data Table *\/\n        .data-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 1.5rem 0;\n            font-size: 0.95rem;\n        }\n\n        .data-table th,\n        .data-table td {\n            padding: 1rem;\n            text-align: left;\n            border-bottom: 1px solid var(--border-subtle);\n        }\n\n        .data-table th {\n            background: rgba(59, 130, 246, 0.1);\n            color: var(--accent-glow);\n            font-weight: 600;\n        }\n\n        .data-table td {\n            color: var(--text-secondary);\n        }\n\n        .data-table tr:hover {\n            background: rgba(255, 255, 255, 0.02);\n        }\n\n        \/* Contact Section *\/\n        .contact-section {\n            background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(96, 165, 250, 0.05));\n            border: 1px solid rgba(59, 130, 246, 0.2);\n            padding: 2.5rem;\n            border-radius: 16px;\n            text-align: center;\n            margin-top: 4rem;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .contact-section::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 70%);\n            animation: rotate 20s linear infinite;\n        }\n\n        @keyframes rotate {\n            from { transform: rotate(0deg); }\n            to { transform: rotate(360deg); }\n        }\n\n        .contact-content {\n            position: relative;\n            z-index: 1;\n        }\n\n        .contact-title {\n            font-size: 1.75rem;\n            margin-bottom: 1rem;\n            color: var(--text-primary);\n        }\n\n        .contact-details {\n            display: flex;\n            flex-direction: column;\n            gap: 0.75rem;\n            margin-top: 1.5rem;\n        }\n\n        .contact-item {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.75rem;\n            color: var(--text-secondary);\n            font-size: 1.1rem;\n        }\n\n        .contact-label {\n            color: var(--accent-glow);\n            font-weight: 600;\n        }\n\n        \/* Footer *\/\n        footer {\n            text-align: center;\n            padding: 3rem 2rem;\n            border-top: 1px solid var(--border-subtle);\n            margin-top: 4rem;\n            color: var(--text-muted);\n            font-size: 0.9rem;\n        }\n\n        .footer-links {\n            display: flex;\n            justify-content: center;\n            gap: 2rem;\n            margin-bottom: 1.5rem;\n        }\n\n        .footer-links a {\n            color: var(--text-secondary);\n            text-decoration: none;\n            transition: color 0.3s ease;\n            position: relative;\n        }\n\n        .footer-links a::after {\n            content: '';\n            position: absolute;\n            bottom: -4px;\n            left: 0;\n            width: 0;\n            height: 2px;\n            background: var(--accent-blue);\n            transition: width 0.3s ease;\n        }\n\n        .footer-links a:hover {\n            color: var(--accent-glow);\n        }\n\n        .footer-links a:hover::after {\n            width: 100%;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .hero-title {\n                font-size: 2rem;\n            }\n            \n            .content-section {\n                padding: 1.5rem;\n            }\n            \n            .header-container {\n                padding: 0 1rem;\n            }\n            \n            main {\n                padding: 2rem 1rem;\n            }\n\n            .data-table {\n                font-size: 0.85rem;\n            }\n\n            .data-table th,\n            .data-table td {\n                padding: 0.75rem;\n            }\n        }\n\n        \/* Scrollbar Styling *\/\n        ::-webkit-scrollbar {\n            width: 10px;\n        }\n\n        ::-webkit-scrollbar-track {\n            background: var(--navy-deep);\n        }\n\n        ::-webkit-scrollbar-thumb {\n            background: var(--navy-light);\n            border-radius: 5px;\n            border: 2px solid var(--navy-deep);\n        }\n\n        ::-webkit-scrollbar-thumb:hover {\n            background: var(--accent-blue);\n        }\n\n        \/* Selection Styling *\/\n        ::selection {\n            background: rgba(59, 130, 246, 0.3);\n            color: var(--text-primary);\n        }\n    <\/style>\n<\/head>\n<body>\n    <header>\n        <div class=\"header-container\">\n            <a href=\"https:\/\/avemedia.net\" class=\"logo\">\n                <img decoding=\"async\" src=\"https:\/\/avemedia.net\/wp-content\/uploads\/2026\/02\/cropped-fgg-removebg-preview.webp\" alt=\"AVE Media Logo\">\n            <\/a>\n            <a href=\"https:\/\/avemedia.net\" class=\"back-link\">\n                <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                    <path d=\"M19 12H5M12 19l-7-7 7-7\"\/>\n                <\/svg>\n                Back to Home\n            <\/a>\n        <\/div>\n    <\/header>\n\n    <main>\n        <section class=\"hero-section\">\n            <h1 class=\"hero-title\">Privacy Policy<\/h1>\n            <p class=\"hero-subtitle\">Your privacy is important to us. This policy explains how we collect, use, and protect your data.<\/p>\n            <div class=\"effective-date\">Last Updated: February 22, 2026<\/div>\n        <\/section>\n\n        <article class=\"content-section\">\n            <span class=\"section-number\">1<\/span>\n            <h2>Introduction<\/h2>\n            <p>AVE Media (\"we\", \"us\", or \"our\") is committed to protecting your privacy. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you visit our website or use our digital marketing services. Please read this privacy policy carefully. If you do not agree with the terms of this privacy policy, please do not access the site or use our services.<\/p>\n            \n            <div class=\"privacy-highlight\">\n                <p><strong>Important:<\/strong> This policy applies to all information collected through our website, marketing campaigns, and client engagements.<\/p>\n            <\/div>\n        <\/article>\n\n        <article class=\"content-section\">\n            <span class=\"section-number\">2<\/span>\n            <h2>Information We Collect<\/h2>\n            <p>We collect information that you voluntarily provide to us when you:<\/p>\n            <ul>\n                <li>Fill out contact forms or request quotes<\/li>\n                <li>Sign up for newsletters or marketing communications<\/li>\n                <li>Enter into service agreements with us<\/li>\n                <li>Participate in surveys or promotions<\/li>\n                <li>Communicate with our team via email, phone, or social media<\/li>\n            <\/ul>\n            \n            <h3>Types of Data Collected<\/h3>\n            <table class=\"data-table\">\n                <thead>\n                    <tr>\n                        <th>Category<\/th>\n                        <th>Examples<\/th>\n                        <th>Purpose<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>Personal Info<\/td>\n                        <td>Name, email, phone, company name<\/td>\n                        <td>Communication & service delivery<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Business Data<\/td>\n                        <td>Brand assets, marketing goals, analytics access<\/td>\n                        <td>Campaign execution & strategy<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Technical Data<\/td>\n                        <td>IP address, browser type, cookies<\/td>\n                        <td>Website optimization & security<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Usage Data<\/td>\n                        <td>Pages visited, time on site, clicks<\/td>\n                        <td>User experience improvement<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/article>\n\n        <article class=\"content-section\">\n            <span class=\"section-number\">3<\/span>\n            <h2>How We Use Your Information<\/h2>\n            <p>We use the information we collect for various business purposes, including:<\/p>\n            <ul>\n                <li><strong>Service Delivery:<\/strong> To provide, operate, and maintain our digital marketing services<\/li>\n                <li><strong>Communication:<\/strong> To respond to inquiries, send updates, and provide customer support<\/li>\n                <li><strong>Improvement:<\/strong> To analyze usage patterns and improve our website and services<\/li>\n                <li><strong>Marketing:<\/strong> To send promotional materials (with your consent, which you can withdraw anytime)<\/li>\n                <li><strong>Legal Compliance:<\/strong> To comply with applicable laws and regulations<\/li>\n                <li><strong>Security:<\/strong> To detect and prevent fraud, spam, and security incidents<\/li>\n            <\/ul>\n        <\/article>\n\n        <article class=\"content-section\">\n            <span class=\"section-number\">4<\/span>\n            <h2>Data Sharing and Disclosure<\/h2>\n            <p>We do not sell your personal information. We may share your data with:<\/p>\n            <ul>\n                <li><strong>Service Providers:<\/strong> Third-party vendors who assist us in operating our business (hosting, email, analytics tools)<\/li>\n                <li><strong>Advertising Platforms:<\/strong> Google, Meta, LinkedIn, and other platforms when managing your campaigns (only with your authorization)<\/li>\n                <li><strong>Legal Authorities:<\/strong> When required by law, court order, or to protect our rights<\/li>\n                <li><strong>Business Transfers:<\/strong> In connection with a merger, acquisition, or sale of assets<\/li>\n            <\/ul>\n            <p>All third-party partners are contractually obligated to maintain the confidentiality and security of your data.<\/p>\n        <\/article>\n\n        <article class=\"content-section\">\n            <span class=\"section-number\">5<\/span>\n            <h2>Cookies and Tracking Technologies<\/h2>\n            <p>We use cookies and similar tracking technologies to enhance your browsing experience:<\/p>\n            <ul>\n                <li><strong>Essential Cookies:<\/strong> Required for basic website functionality<\/li>\n                <li><strong>Analytics Cookies:<\/strong> Help us understand how visitors interact with our site (Google Analytics)<\/li>\n                <li><strong>Marketing Cookies:<\/strong> Used to deliver relevant advertisements and track campaign performance<\/li>\n            <\/ul>\n            <p>You can manage cookie preferences through your browser settings. Note that disabling certain cookies may affect website functionality.<\/p>\n        <\/article>\n\n        <article class=\"content-section\">\n            <span class=\"section-number\">6<\/span>\n            <h2>Data Security<\/h2>\n            <p>We implement appropriate technical and organizational measures to protect your personal information:<\/p>\n            <ul>\n                <li>SSL\/TLS encryption for data transmission<\/li>\n                <li>Secure cloud storage with access controls<\/li>\n                <li>Regular security audits and vulnerability assessments<\/li>\n                <li>Employee training on data protection practices<\/li>\n                <li>Two-factor authentication for critical systems<\/li>\n            <\/ul>\n            <div class=\"privacy-highlight\">\n                <p><strong>Note:<\/strong> While we strive to use commercially acceptable means to protect your data, no method of transmission over the Internet is 100% secure. We cannot guarantee absolute security.<\/p>\n            <\/div>\n        <\/article>\n\n        <article class=\"content-section\">\n            <span class=\"section-number\">7<\/span>\n            <h2>Data Retention<\/h2>\n            <p>We retain your personal information only for as long as necessary to fulfill the purposes outlined in this policy:<\/p>\n            <ul>\n                <li>Client data: Retained for the duration of the contract plus 7 years for tax and legal compliance<\/li>\n                <li>Marketing contacts: Retained until you unsubscribe or request deletion<\/li>\n                <li>Website analytics: Retained for 26 months (Google Analytics default)<\/li>\n                <li>Communication records: Retained for 3 years for quality assurance<\/li>\n            <\/ul>\n        <\/article>\n\n        <article class=\"content-section\">\n            <span class=\"section-number\">8<\/span>\n            <h2>Your Privacy Rights<\/h2>\n            <p>Depending on your location, you may have the following rights regarding your personal data:<\/p>\n            <ul>\n                <li><strong>Access:<\/strong> Request a copy of the personal data we hold about you<\/li>\n                <li><strong>Correction:<\/strong> Request correction of inaccurate or incomplete data<\/li>\n                <li><strong>Deletion:<\/strong> Request deletion of your personal data (subject to legal obligations)<\/li>\n                <li><strong>Restriction:<\/strong> Request limitation of processing under certain circumstances<\/li>\n                <li><strong>Portability:<\/strong> Request transfer of your data to another service provider<\/li>\n                <li><strong>Objection:<\/strong> Object to processing for direct marketing purposes<\/li>\n            <\/ul>\n            <p>To exercise these rights, please contact us using the information provided at the end of this policy.<\/p>\n        <\/article>\n\n        <article class=\"content-section\">\n            <span class=\"section-number\">9<\/span>\n            <h2>International Data Transfers<\/h2>\n            <p>Your information may be transferred to and processed in countries other than your country of residence. These countries may have different data protection laws. We ensure appropriate safeguards are in place when transferring data internationally, including:<\/p>\n            <ul>\n                <li>Standard Contractual Clauses approved by relevant authorities<\/li>\n                <li>Adequacy decisions where applicable<\/li>\n                <li>Data processing agreements with strict confidentiality terms<\/li>\n            <\/ul>\n        <\/article>\n\n        <article class=\"content-section\">\n            <span class=\"section-number\">10<\/span>\n            <h2>Children's Privacy<\/h2>\n            <p>Our services are not directed to individuals under the age of 16. We do not knowingly collect personal information from children. If you become aware that a child has provided us with personal information, please contact us immediately. If we discover that we have collected personal information from a child without parental consent, we will delete that information promptly.<\/p>\n        <\/article>\n\n        <article class=\"content-section\">\n            <span class=\"section-number\">11<\/span>\n            <h2>Changes to This Policy<\/h2>\n            <p>We may update this Privacy Policy from time to time to reflect changes in our practices or for legal, operational, or regulatory reasons. We will notify you of any material changes by:<\/p>\n            <ul>\n                <li>Posting the updated policy on our website with a new effective date<\/li>\n                <li>Sending an email notification to registered users<\/li>\n                <li>Displaying a prominent notice on our homepage<\/li>\n            <\/ul>\n            <p>Your continued use of our services after changes constitutes acceptance of the updated policy.<\/p>\n        <\/article>\n\n        <section class=\"contact-section\">\n            <div class=\"contact-content\">\n                <h2 class=\"contact-title\">Contact Us<\/h2>\n                <p>If you have questions, concerns, or requests regarding this Privacy Policy or our data practices, please contact us:<\/p>\n                <div class=\"contact-details\">\n                    <div class=\"contact-item\">\n                        <span class=\"contact-label\">Email:<\/span>\n                        <a href=\"mailto:info@avemedia.net\" style=\"color: var(--text-secondary); text-decoration: none;\">info@avemedia.net<\/a>\n                    <\/div>\n                    <div class=\"contact-item\">\n                        <span class=\"contact-label\">Response Time:<\/span>\n                        <span>Within 48 business hours<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n    <\/main>\n\n    <footer>\n        <div class=\"footer-links\">\n            <a href=\"https:\/\/avemedia.net\">Home<\/a>\n            <a href=\"https:\/\/avemedia.net\/terms-of-service\">Terms of Service<\/a>\n            <a href=\"https:\/\/avemedia.net\/contact\">Contact<\/a>\n        <\/div>\n        <p>&copy; 2026 AVE Media. All rights reserved.<\/p>\n    <\/footer>\n\n    <script>\n        \/\/ Smooth scroll behavior\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function (e) {\n                e.preventDefault();\n                document.querySelector(this.getAttribute('href')).scrollIntoView({\n                    behavior: 'smooth'\n                });\n            });\n        });\n\n        \/\/ Header shadow on scroll\n        window.addEventListener('scroll', () => {\n            const header = document.querySelector('header');\n            if (window.scrollY > 50) {\n                header.style.boxShadow = '0 4px 20px rgba(0, 0, 0, 0.3)';\n            } else {\n                header.style.boxShadow = 'none';\n            }\n        });\n\n        \/\/ Intersection Observer for fade-in animations\n        const observerOptions = {\n            threshold: 0.1,\n            rootMargin: '0px 0px -50px 0px'\n        };\n\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.style.opacity = '1';\n                    entry.target.style.transform = 'translateY(0)';\n                }\n            });\n        }, observerOptions);\n\n        document.querySelectorAll('.content-section').forEach((section, index) => {\n            section.style.opacity = '0';\n            section.style.transform = 'translateY(20px)';\n            section.style.transition = `opacity 0.6s ease ${index * 0.1}s, transform 0.6s ease ${index * 0.1}s`;\n            observer.observe(section);\n        });\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Privacy Policy | AVE Media Back to Home Privacy Policy Your privacy is important to us. This policy explains how we collect, use, and protect your data. Last Updated: February 22, 2026 1 Introduction AVE Media (&#8220;we&#8221;, &#8220;us&#8221;, or &#8220;our&#8221;) is committed to protecting your privacy. This Privacy Policy explains how we collect, use, disclose, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"boxed","ast-global-header-display":"disabled","ast-banner-title-visibility":"disabled","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"disabled","ast-disable-related-posts":"","theme-transparent-header-meta":"disabled","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-9275","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Privacy Policy<\/title>\n<meta name=\"description\" content=\"Privacy Policy\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/avemedia.net\/?page_id=9275\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Privacy Policy\" \/>\n<meta property=\"og:description\" content=\"Privacy Policy\" \/>\n<meta property=\"og:url\" content=\"https:\/\/avemedia.net\/?page_id=9275\" \/>\n<meta property=\"og:site_name\" content=\"Ave Media\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-22T01:50:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/avemedia.net\/wp-content\/uploads\/2026\/02\/cropped-fgg-removebg-preview.webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/avemedia.net\/?page_id=9275\",\"url\":\"https:\/\/avemedia.net\/?page_id=9275\",\"name\":\"Privacy Policy\",\"isPartOf\":{\"@id\":\"https:\/\/avemedia.net\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/avemedia.net\/?page_id=9275#primaryimage\"},\"image\":{\"@id\":\"https:\/\/avemedia.net\/?page_id=9275#primaryimage\"},\"thumbnailUrl\":\"https:\/\/avemedia.net\/wp-content\/uploads\/2026\/02\/cropped-fgg-removebg-preview.webp\",\"datePublished\":\"2026-02-22T00:23:57+00:00\",\"dateModified\":\"2026-02-22T01:50:53+00:00\",\"description\":\"Privacy Policy\",\"breadcrumb\":{\"@id\":\"https:\/\/avemedia.net\/?page_id=9275#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/avemedia.net\/?page_id=9275\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/avemedia.net\/?page_id=9275#primaryimage\",\"url\":\"https:\/\/avemedia.net\/wp-content\/uploads\/2026\/02\/cropped-fgg-removebg-preview.webp\",\"contentUrl\":\"https:\/\/avemedia.net\/wp-content\/uploads\/2026\/02\/cropped-fgg-removebg-preview.webp\",\"width\":512,\"height\":512},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/avemedia.net\/?page_id=9275#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/avemedia.net\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Privacy Policy\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/avemedia.net\/#website\",\"url\":\"https:\/\/avemedia.net\/\",\"name\":\"Ave Media\",\"description\":\"Professional Video Editing Agency\",\"publisher\":{\"@id\":\"https:\/\/avemedia.net\/#organization\"},\"alternateName\":\"avemedia\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/avemedia.net\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/avemedia.net\/#organization\",\"name\":\"Ave Media\",\"alternateName\":\"avemedia\",\"url\":\"https:\/\/avemedia.net\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/avemedia.net\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/avemedia.net\/wp-content\/uploads\/2026\/01\/cropped-fgg.webp\",\"contentUrl\":\"https:\/\/avemedia.net\/wp-content\/uploads\/2026\/01\/cropped-fgg.webp\",\"width\":512,\"height\":512,\"caption\":\"Ave Media\"},\"image\":{\"@id\":\"https:\/\/avemedia.net\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Privacy Policy","description":"Privacy Policy","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/avemedia.net\/?page_id=9275","og_locale":"en_US","og_type":"article","og_title":"Privacy Policy","og_description":"Privacy Policy","og_url":"https:\/\/avemedia.net\/?page_id=9275","og_site_name":"Ave Media","article_modified_time":"2026-02-22T01:50:53+00:00","og_image":[{"url":"https:\/\/avemedia.net\/wp-content\/uploads\/2026\/02\/cropped-fgg-removebg-preview.webp","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/avemedia.net\/?page_id=9275","url":"https:\/\/avemedia.net\/?page_id=9275","name":"Privacy Policy","isPartOf":{"@id":"https:\/\/avemedia.net\/#website"},"primaryImageOfPage":{"@id":"https:\/\/avemedia.net\/?page_id=9275#primaryimage"},"image":{"@id":"https:\/\/avemedia.net\/?page_id=9275#primaryimage"},"thumbnailUrl":"https:\/\/avemedia.net\/wp-content\/uploads\/2026\/02\/cropped-fgg-removebg-preview.webp","datePublished":"2026-02-22T00:23:57+00:00","dateModified":"2026-02-22T01:50:53+00:00","description":"Privacy Policy","breadcrumb":{"@id":"https:\/\/avemedia.net\/?page_id=9275#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/avemedia.net\/?page_id=9275"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/avemedia.net\/?page_id=9275#primaryimage","url":"https:\/\/avemedia.net\/wp-content\/uploads\/2026\/02\/cropped-fgg-removebg-preview.webp","contentUrl":"https:\/\/avemedia.net\/wp-content\/uploads\/2026\/02\/cropped-fgg-removebg-preview.webp","width":512,"height":512},{"@type":"BreadcrumbList","@id":"https:\/\/avemedia.net\/?page_id=9275#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/avemedia.net\/"},{"@type":"ListItem","position":2,"name":"Privacy Policy"}]},{"@type":"WebSite","@id":"https:\/\/avemedia.net\/#website","url":"https:\/\/avemedia.net\/","name":"Ave Media","description":"Professional Video Editing Agency","publisher":{"@id":"https:\/\/avemedia.net\/#organization"},"alternateName":"avemedia","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/avemedia.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/avemedia.net\/#organization","name":"Ave Media","alternateName":"avemedia","url":"https:\/\/avemedia.net\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/avemedia.net\/#\/schema\/logo\/image\/","url":"https:\/\/avemedia.net\/wp-content\/uploads\/2026\/01\/cropped-fgg.webp","contentUrl":"https:\/\/avemedia.net\/wp-content\/uploads\/2026\/01\/cropped-fgg.webp","width":512,"height":512,"caption":"Ave Media"},"image":{"@id":"https:\/\/avemedia.net\/#\/schema\/logo\/image\/"}}]}},"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/avemedia.net\/index.php?rest_route=\/wp\/v2\/pages\/9275","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/avemedia.net\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/avemedia.net\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/avemedia.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/avemedia.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9275"}],"version-history":[{"count":13,"href":"https:\/\/avemedia.net\/index.php?rest_route=\/wp\/v2\/pages\/9275\/revisions"}],"predecessor-version":[{"id":9310,"href":"https:\/\/avemedia.net\/index.php?rest_route=\/wp\/v2\/pages\/9275\/revisions\/9310"}],"wp:attachment":[{"href":"https:\/\/avemedia.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9275"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}