/* Theme Name: Application Guy Professional Theme URI: https://applicationguy.com Author: MD Arzan Hosen Author URI: https://applicationguy.com/about Description: A premium, dynamic WordPress theme designed for study abroad agencies. Features include custom post types for Services and Team, a live Customizer for all sections, native form handling, and built-in SEO optimizations. Fully responsive and performance-focused. Version: 21.2 Requires at least: 5.0 Tested up to: 6.4 Requires PHP: 7.4 License: GNU General Public License v2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Copyright (C) 2024 MD Arzan Hosen Text Domain: application-guy-professional Tags: education, custom-colors, theme-options, one-column, two-columns, block-patterns */ /* ======================================== MANDATORY WP CLASSES ======================================== */ .sticky { display: block; } .bypostauthor { display: block; } .alignleft { float: left; margin: 0 1.5em 1.5em 0; max-width: 100%; } .alignright { float: right; margin: 0 0 1.5em 1.5em; max-width: 100%; } .aligncenter { display: block; margin-left: auto; margin-right: auto; clear: both; } .wp-caption { margin-bottom: 1.5em; max-width: 100%; } .wp-caption-text { font-size: 0.875rem; color: var(--text-muted); text-align: center; padding: 0.5em 0; } .gallery-caption { font-size: 0.875rem; color: var(--text-muted); text-align: center; } @media (max-width: 768px) { .alignleft, .alignright { float: none; margin-left: auto; margin-right: auto; display: block; } } :root { --primary-color: #2563eb; --primary-light: #60a5fa; --secondary-color: #7c3aed; --accent-color: #3b82f6; --text-main: #1e293b; --text-muted: #64748b; --bg-white: #ffffff; --bg-light: #f8fafc; --border-color: #e2e8f0; --card-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }