/*
Theme Name: Career Path Academy Custom Theme
Theme URI: https://careerpathacademy.in
Author: Honeyfex
Author URI: https://careerpathacademy.in
Description: A custom premium EdTech e-commerce theme for Career Path Academy, designed for selling government exam preparation notes with full WooCommerce support, deep navy/gold styling, and responsive layout.
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: career-path-academy
Tags: custom-colors, e-commerce, two-columns, translation-ready, block-styles
*/

/* --- Core Variable Mappings --- */
:root {
  --color-primary: #0A1628;
  --color-primary-light: #182e4e;
  --color-primary-dark: #050d18;
  --color-accent: #F5A623;
  --color-accent-hover: #d98f12;
  --color-bg-light: #F4F6F9;
}

/* Custom styles complementing Tailwind */
.glass-effect {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* WooCommerce Overrides */
.woocommerce span.onsale {
  background-color: #F5A623 !important;
  color: #0A1628 !important;
  font-weight: 700 !important;
}

.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce #respond input#submit.alt {
  background-color: #F5A623 !important;
  color: #0A1628 !important;
  font-weight: 700 !important;
  border-radius: 12px !important;
  transition: all 0.2s ease-in-out !important;
}

.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce #respond input#submit.alt:hover {
  background-color: #d98f12 !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #0A1628 !important;
  color: #F5A623 !important;
  border-color: #0A1628 !important;
}
