/*
Theme Name: AYN Theme
Theme URI: https://ayn-tech.co.uk
Author: His Tech Ltd (Trading as AYN)
Author URI: https://ayn-tech.co.uk
Description: Professional premium technology reseller theme for Back Market verification. Enterprise-grade WordPress theme with mobile-first design, ACF Pro integration, and maximum credibility focus.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ayn-theme
Domain Path: /languages
Tags: ecommerce, mobile-first, accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, theme-options, translation-ready

AYN Theme is a professional WordPress theme built for His Tech Ltd (trading as AYN - All You Need).
This theme establishes maximum credibility, trust, and compliance for Back Market verification.
*/

/*!
 * IMPORTANT: This file should be nearly empty
 * All styles are loaded via enqueue-assets.php
 * This file only exists for WordPress theme recognition
 */

/* Minimal safe styles - DO NOT hide body */
body {
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0;
    padding: 0;
}

/* Loading animation (optional) */
.site-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.3s ease;
}

body.loaded .site-loading {
    opacity: 0;
    pointer-events: none;
}
.footer-menu li a{
    color: #fff !important;
    text-decoration: none;
}
/* Print styles */
@media print {
    .no-print {
        display: none !important;
    }
    
    a[href]:after {
        content: " (" attr(href) ")";
    }
}