/*
Theme Name: ABHYAS Responsible Tourism
Theme URI: https://example.com
Author: ABHYAS
Description: Custom theme for conscious travel - Experiences, Bookings, Soul Ledger. Works together with the ABHYAS Core plugin. No page builder used.
Version: 1.7.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: abhyas
*/

/* Base styles are in assets/css/main.css. This file exists because WordPress requires it as the theme's identifying stylesheet. */

.header-actions .btn-outline:hover{background: var(--sage);border-color: var(--sage);}
.site-footer .nav-menu a:hover {
	color: #fff !important;
}
.site-header .nav-menu a:hover{color: #000;}

@media (max-width: 767px){

	body .footer-bottom-inner {flex-direction: column;justify-content: center;text-align: center;gap: 10px;}
}

@media (max-width: 600px) {
  .dim-grid, .exp-grid, .reflection-grid, .abhyas-ledger, .footprint-stats {
    grid-template-columns: 1fr !important;
  }
}