/*
Theme Name: Maroon Edu & Migration Services
Theme URI: https://maroonedumig.com.au
Author: Avishith Pm
Author URI: https://maroonedumig.com.au
Description: A professional WordPress theme for Maroon Edu & Migration Services - Your Trusted Partner for Australian Migration & Nursing Pathways.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maroon-theme
Tags: migration, education, nursing, australia, custom-menu, custom-logo, featured-images

Maroon Edu & Migration Services Theme
Developer & Maintenance: Avishith Pm
*/

/* Base Styles - These are minimal as Tailwind handles most styling */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hero-pattern {
    background-color: #ffffff;
    background-image: radial-gradient(#FF6F61 0.5px, transparent 0.5px), radial-gradient(#FF6F61 0.5px, #ffffff 0.5px);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
    opacity: 0.1;
}

/* Screen reader only content */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* WordPress specific styles */
.wp-block-image img {
    max-width: 100%;
    height: auto;
}

/* Navigation menu styles */
.nav-menu li {
    display: inline-block;
}

.nav-menu a {
    display: block;
}

/* Mobile menu styles */
#mobile-menu .menu-item a {
    display: block;
    font-size: 1.125rem;
    font-weight: 500;
    color: #1e293b;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f8fafc;
}

#mobile-menu .menu-item a:hover {
    color: #FF6F61;
}

/* Footer menu styles */
.footer-menu li {
    margin-bottom: 0.75rem;
}

.footer-menu a {
    font-size: 0.875rem;
    color: #64748b;
    transition: color 0.3s;
}

.footer-menu a:hover {
    color: #FF6F61;
}

/* Social menu styles */
.social-menu {
    display: flex;
    gap: 1rem;
}

.social-menu li {
    list-style: none;
}

.social-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background-color: #f1f5f9;
    border-radius: 50%;
    color: #475569;
    transition: all 0.3s;
}

.social-menu a:hover {
    background-color: #FF6F61;
    color: #ffffff;
}
