/*
Theme Name: One Million Soch
Theme URI: https://onemillionsoch.com
Author: AI Coding Agent
Author URI: https://onemillionsoch.com
Description: A premium education media platform theme with a clean, professional design for news, career guidance, and scholarships.
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: onemillionsoch
Tags: education, news, blog, custom-menu, featured-images, two-columns, flexible-header, translation-ready

This theme, like WordPress, is licensed under the GPL.
*/

/* 
 * NOTE: This theme uses Tailwind CSS via CDN in the header for styling.
 * Custom styles can be added below.
 */

.animate-marquee {
    animation: marquee 30s linear infinite;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.glass {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
