/*
Theme Name: WSL Academia IELTS Theme
Theme URI: https://ielts.wslacademia.org
Author: WSL Academia Team
Author URI: https://wslacademia.org
Description: Elementor-Ready WordPress Theme for WSL Academia IELTS preparation platform.
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: wsl-ielts-theme
Requires at least: 5.0
Requires PHP: 7.4
*/

:root {
  --wsl-navy: #002282;
  --wsl-navy-deep: #001550;
  --wsl-gold: #D9AA02;
  --wsl-gold-btn: #FCCF66;
  --wsl-gold-hover: #e5bd47;
}

body {
  font-family: 'Lato', 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #272727;
  background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', 'Lato', sans-serif;
  font-weight: 700;
}

.btn-wsl-gold {
  background: var(--wsl-gold-btn);
  color: var(--wsl-navy);
  font-weight: 800;
  border-radius: 12px;
  padding: 12px 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(217, 170, 2, 0.2);
  text-decoration: none;
}

.btn-wsl-gold:hover {
  background: var(--wsl-gold-hover);
  transform: translateY(-2px);
}

.btn-wsl-outline-blue {
  background: #ffffff;
  color: var(--wsl-navy);
  font-weight: 800;
  border: 2px solid var(--wsl-navy);
  border-radius: 12px;
  padding: 10px 26px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-wsl-outline-blue:hover {
  background: var(--wsl-navy);
  color: #ffffff;
}

.wsl-logo-img {
  height: 75px;
  width: auto;
  object-fit: contain;
}
