/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: https://wanakamountainguides.co.nz/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: astra-child
Template: astra
*/


/*
 * Theme Name: Astra Child
 * Template: astra
 * Description: Child theme for Astra with trip filtering functionality
 * Version: 1.0.0
 */

/* ==========================================================================
   CONTAINER & LAYOUT
   ========================================================================== */

   /* Force Sans Serif Font Globally */
html, body, p, h1, h2, h3, h4, h5, h6, 
div, span, a, li, ul, ol, strong, em, 
input, textarea, button {
    font-family: Arial, Helvetica, sans-serif !important;
}

.show-header .elementor-widget-theme-site-logo img {
    max-width: 132px !important;
}
.elementor-location-header .elementor-widget-theme-site-logo img {
    max-width: 135px;
}
svg.wamg-filters__title-icon {
    max-width: 20px !important;
    max-height: 20px !important;
}
.category a.elementor-post__read-more {
    background: #767437;
    border-radius: 999px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 400 !IMPORTANT;
    line-height: 1;
    margin: 20px;
    padding: 12px;
}
.ast-page-builder-template .site-content > .ast-container {
    max-width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.wamg-main-content {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 40px;
	margin-top: 30px;
}
  .tax-trip_category .ast-container {
    display: flex;
    flex-direction: column;
	}

.tax-course_category .ast-container {
    display: flex;
    flex-direction: column;
}
.wamg-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
	min-width: 1200px;
}

.wamg-main-content {
    display: flex;
}

.wamg-trips-catetory {
    width: 100%;
}

.wamg-archive-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 380px;
    display: flex;
    align-items: center;
    color: #fff;
    margin-top: -90px;
}

/* ==========================================================================
   ARCHIVE BANNER
   ========================================================================== */

.wamg-archive-banner {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center;
	position: relative;
	margin-bottom: 0;
}

.wamg-archive-banner__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.6));
	display: flex;
    justify-content: center;
    align-items: center;
}
.wamg-archive-banner__overlay h1.wamg-archive-header__title {
    color: #fff ! IMPORTANT;
}
/* ==========================================================================
   ARCHIVE HEADER
   ========================================================================== */

.wamg-archive-header {
	text-align: start;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #e5e5e5;
}

.wamg-archive-header__title {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 15px;
	color: #1a1a1a;
	text-transform: capitalize;
}
.wamg-archive-header__description {
	font-size: 1.125rem;
	color: #666;
	line-height: 1.6;
}

/* ==========================================================================
   SIDEBAR FILTERS
   ========================================================================== */

.wamg-sidebar {
	position: sticky;
	top: 20px;
	height: fit-content;
}

.wamg-filters {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 0;
	overflow: hidden;
}

.wamg-filters__group {
	border-bottom: 1px solid #e0e0e0;
	padding: 20px;
}

.wamg-filters__group:last-of-type {
	border-bottom: none;
}

.wamg-filters__title {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 1rem;
	font-weight: 700;
	color: #333;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.wamg-filters__title-icon {
	color: #1A4959;
	    max-width: 20px !important;
    max-height: 20px !important;
}

.wamg-filters__options {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.wamg-filters__option {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	padding: 8px;
	border-radius: 4px;
	transition: background 0.2s ease;
	position: relative;
}

.wamg-filters__option:hover {
	background: #f5f5f5;
}

.wamg-filters__option input[type="checkbox"] {
	width: 18px;
	height: 18px;
	cursor: pointer;
	accent-color: #1A4959;
}

.wamg-filters__option-text {
	flex: 1;
	font-size: 0.9375rem;
	color: #333;
	display: flex;
	align-items: center;
	gap: 6px;
}

.wamg-filters__count {
	color: #999;
	font-size: 0.875rem;
}

/* Tooltip Styles */
.wamg-filters__tooltip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #e0e0e0;
	color: #666;
	cursor: help;
	transition: all 0.2s ease;
	margin-left: auto;
}

.wamg-filters__tooltip:hover {
	background: #1A4959;
	color: #fff;
}

.wamg-tooltip {
	position: absolute;
	background: #333;
	color: #fff;
	padding: 10px 15px;
	border-radius: 6px;
	font-size: 0.875rem;
	line-height: 1.5;
	max-width: 250px;
	z-index: 9999;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.wamg-tooltip::after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #333;
}

/* Reset Button */
.wamg-filters__reset-wrap {
	padding: 20px;
	background: #f8f9fa;
}

.wamg-filters__reset {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 12px 20px;
	font-size: 0.9375rem;
	font-weight: 600;
	color: #666;
	background: #fff;
	border: 2px solid #ddd;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.wamg-filters__reset:hover {
	background: #f5f5f5;
	border-color: #999;
	color: #333;
}

/* ==========================================================================
   ACTIVE FILTERS (Top of Results)
   ========================================================================== */

.wamg-active-filters {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	padding: 15px 20px;
	background: #f8f9fa;
	border-radius: 8px;
	margin-bottom: 20px;
}

.wamg-active-filters__label {
	font-size: 0.875rem;
	font-weight: 600;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.wamg-active-filters__tags {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.wamg-active-filters__tag {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 12px;
	background: #1A4959;
	color: #fff;
	border-radius: 20px;
	font-size: 0.875rem;
	font-weight: 500;
}

.wamg-active-filters__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	background: rgba(255, 255, 255, 0.2);
	border: none;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease;
	padding: 0;
}

.wamg-active-filters__remove:hover {
	background: rgba(255, 255, 255, 0.3);
}

/* ==========================================================================
   TRIP GRID
   ========================================================================== */

.wamg-trips-category {
	flex: 1;
}

.wamg-results {
	min-height: 400px;
	transition: opacity 0.3s ease;
}

.wamg-trip-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 25px;
	margin-bottom: 40px;
}

/* ==========================================================================
   TRIP CARD
   ========================================================================== */

.wamg-trip-card {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
}

.wamg-trip-card:hover {
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	transform: translateY(-4px);
}

.wamg-trip-card__image {
	position: relative;
	display: block;
	width: 100%;
	height: 220px;
	overflow: hidden;
	background: #f0f0f0;
}

.wamg-trip-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.wamg-trip-card:hover .wamg-trip-card__image img {
	transform: scale(1.05);
}

.wamg-trip-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
}

.wamg-trip-card__content {
	padding: 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
}



.wamg-trip-card__title {
	margin: 0 0 15px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
}

.wamg-trip-card__title a {
	color: #1a1a1a;
	text-decoration: none;
	transition: color 0.2s ease;
}

.wamg-trip-card__title a:hover {
	color: #1A4959;
}

/* At A Glance Section */
.wamg-trip-card__glance {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.wamg-trip-card__glance-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.875rem;
	color: #666;
}

.wamg-trip-card__glance-icon {
	flex-shrink: 0;
	color: #1A4959;
}

.wamg-trip-card__glance-item span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wamg-trip-card__excerpt {
	font-size: 0.9375rem;
	line-height: 1.6;
	color: #666;
	margin-bottom: 20px;
	flex: 1;
}

.wamg-trip-card__button {
	display: inline-block;
	padding: 12px 24px;
	background: #1A4959;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.9375rem;
	border-radius: 6px;
	text-align: center;
	transition: all 0.2s ease;
	align-self: flex-start;
}

.wamg-trip-card__button:hover {
	background: #1A4959;
	transform: translateX(2px);
	color: #fff;
}

/* ==========================================================================
   NO RESULTS
   ========================================================================== */

.wamg-no-results {
	grid-column: 1 / -1;
	text-align: center;
	padding: 60px 20px;
	background: #f8f9fa;
	border-radius: 10px;
}

.wamg-no-results__icon {
	margin: 0 auto 20px;
	color: #ccc;
}

.wamg-no-results__title {
	font-size: 1.5rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 12px;
}

.wamg-no-results__description {
	font-size: 1rem;
	color: #666;
	line-height: 1.6;
}

.wamg-no-results__description a {
	color: #1A4959;
	text-decoration: underline;
}

.wamg-no-results__description a:hover {
	text-decoration: none;
}

/* ==========================================================================
   LOADING
   ========================================================================== */

.wamg-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, 0.95);
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
	text-align: center;
	z-index: 1000;
}

.wamg-loading__spinner {
	width: 50px;
	height: 50px;
	margin: 0 auto 20px;
	border: 4px solid #f0f0f0;
	border-top-color: #1A4959;
	border-radius: 50%;
	animation: wamg-spin 0.8s linear infinite;
}

@keyframes wamg-spin {
	to { transform: rotate(360deg); }
}

.wamg-loading p {
	margin: 0;
	font-size: 1rem;
	color: #666;
	font-weight: 500;
}

/* ==========================================================================
   ERROR
   ========================================================================== */

.wamg-error {
	grid-column: 1 / -1;
	background: #fff3cd;
	border: 2px solid #ffc107;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
}

.wamg-error p {
	margin: 0;
	color: #856404;
	font-weight: 500;
}

/* ==========================================================================
   PAGINATION
   ========================================================================== */

.wamg-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 40px;
	padding-top: 40px;
	border-top: 2px solid #e5e5e5;
}

.wamg-pagination a,
.wamg-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 12px;
	background: #fff;
	border: 2px solid #ddd;
	border-radius: 6px;
	color: #333;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.2s ease;
}

.wamg-pagination a:hover {
	background: #1A4959;
	border-color: #1A4959;
	color: #fff;
}

.wamg-pagination .current {
	background: #1A4959;
	border-color: #1A4959;
	color: #fff;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 1024px) {
	.wamg-main-content {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	.wamg-sidebar {
		position: static;
	}
	
	.wamg-trip-grid {
		grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	}
}

@media (max-width: 768px) {
	.wamg-container {
		padding: 20px 15px;
	}
	
	.wamg-archive-header__title {
		font-size: 2rem;
	}
	
	.wamg-archive-banner {
		height: 200px;
	}
	
	.wamg-trip-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.wamg-trip-card__image {
		height: 200px;
	}
	
	.wamg-trip-card__glance {
		grid-template-columns: 1fr;
	}
}

.wamg-trip-card__category {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.wamg-trip-card__category-item {
    background: #f2f2f2;
    color: #666;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* At A Glance Sidebar Styles */

.wamg-at-glance-sidebar {
	position: sticky;
	top: 20px;
}

.wamg-at-glance {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.wamg-at-glance__title {
	padding: 25px;
	margin: 0;
	font-size: 1.25rem;
	font-weight: 700;
	color: #1a1a1a;
	border-bottom: 1px solid #e5e5e5;
}

.wamg-at-glance__items {
	padding: 0;
}

.wamg-at-glance__item {
	display: grid;
	grid-template-columns: 50px 1fr 30px;
	align-items: center;
	gap: 15px;
	padding: 20px 25px;
	border-bottom: 1px solid #f0f0f0;
	transition: background 0.2s ease;
	cursor: pointer;
}

.wamg-at-glance__item:last-child {
	border-bottom: none;
}

.wamg-at-glance__item:hover {
	background: #f8f9fa;
}

.wamg-at-glance__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: #e8f5e9;
	border-radius: 50%;
}

.wamg-at-glance__icon svg {
	stroke: #4caf50;
}

/* Colored icons */
.wamg-at-glance__item:nth-child(1) .wamg-at-glance__icon {
	background: #e3f2fd;
}
.wamg-at-glance__item:nth-child(1) .wamg-at-glance__icon svg {
	stroke: #2196f3;
}

.wamg-at-glance__item:nth-child(2) .wamg-at-glance__icon {
	background: #fff3e0;
}
.wamg-at-glance__item:nth-child(2) .wamg-at-glance__icon svg {
	stroke: #ff9800;
}

.wamg-at-glance__item:nth-child(3) .wamg-at-glance__icon {
	background: #f3e5f5;
}
.wamg-at-glance__item:nth-child(3) .wamg-at-glance__icon svg {
	stroke: #9c27b0;
}

.wamg-at-glance__item:nth-child(4) .wamg-at-glance__icon {
	background: #e0f2f1;
}
.wamg-at-glance__item:nth-child(4) .wamg-at-glance__icon svg {
	stroke: #009688;
}

.wamg-at-glance__item:nth-child(5) .wamg-at-glance__icon {
	background: #fff8e1;
}
.wamg-at-glance__item:nth-child(5) .wamg-at-glance__icon svg {
	stroke: #ffc107;
}

.wamg-at-glance__item:nth-child(6) .wamg-at-glance__icon {
	background: #fce4ec;
}
.wamg-at-glance__item:nth-child(6) .wamg-at-glance__icon svg {
	stroke: #e91e63;
}

.wamg-at-glance__content {
	min-width: 0;
}

.wamg-at-glance__label {
	margin: 0 0 5px 0;
	font-size: 0.9375rem;
	font-weight: 600;
	color: #1a1a1a;
}

.wamg-at-glance__value {
	font-size: 0.9375rem;
	color: #666;
	line-height: 1.4;
}

.wamg-at-glance__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.3;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.wamg-at-glance__arrow svg {
	stroke: #666;
}

.wamg-at-glance__item:hover .wamg-at-glance__arrow {
	opacity: 1;
	transform: translateX(3px);
}

/* ==========================================================================
   MOBILE RESPONSIVE STYLES FOR TRIP FILTERS
   Add these styles to your style.css file
   ========================================================================== */

/* ==========================================================================
   RESPONSIVE - TABLET AND BELOW (1024px)
   ========================================================================== */

@media (max-width: 1024px) {
	.wamg-container {
		min-width: auto;
		max-width: 100%;
	}

	.wamg-main-content {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	.wamg-sidebar {
		position: static;
		order: 2;
	}

	.wamg-trips-category {
		order: 1;
	}
	
	.wamg-trip-grid {
		grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	}
}

/* ==========================================================================
   RESPONSIVE - MOBILE LARGE (768px)
   ========================================================================== */

@media (max-width: 768px) {
	.wamg-container {
		padding: 20px 15px;
	}
	
	.wamg-archive-header__title {
		font-size: 2rem;
	}
	
	.wamg-archive-banner {
		height: 200px;
		min-height: 200px;
	}
	
	/* ==========================================================================
	   MOBILE FILTER TOGGLE BUTTON
	   ========================================================================== */
	
	.wamg-mobile-filter-toggle {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		width: 100%;
		padding: 15px 20px;
		margin-bottom: 20px;
		background: #1A4959;
		color: #fff;
		border: none;
		border-radius: 8px;
		font-size: 1rem;
		font-weight: 600;
		cursor: pointer;
		transition: background 0.2s ease;
		box-shadow: 0 2px 8px rgba(26, 73, 89, 0.2);
	}

	.wamg-mobile-filter-toggle:hover,
	.wamg-mobile-filter-toggle:active {
		background: #143a47;
	}

	.wamg-mobile-filter-toggle svg {
		width: 20px;
		height: 20px;
		flex-shrink: 0;
	}

	/* ==========================================================================
	   MOBILE FILTER SIDEBAR (SLIDE-IN)
	   ========================================================================== */
	
	.wamg-sidebar {
		position: fixed;
		top: 0;
		left: -100%;
		width: 85%;
		max-width: 350px;
		height: 100vh;
		background: #fff;
		z-index: 9999;
		overflow-y: auto;
		transition: left 0.3s ease;
		box-shadow: 2px 0 15px rgba(0, 0, 0, 0.2);
	}

	.wamg-sidebar.active {
		left: 0;
	}

	/* ==========================================================================
	   MOBILE FILTER OVERLAY
	   ========================================================================== */
	
	.wamg-filter-overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.5);
		z-index: 9998;
		backdrop-filter: blur(2px);
	}

	.wamg-filter-overlay.active {
		display: block;
		animation: fadeIn 0.3s ease;
	}

	@keyframes fadeIn {
		from { opacity: 0; }
		to { opacity: 1; }
	}

	/* ==========================================================================
	   MOBILE FILTER HEADER
	   ========================================================================== */
	
	.wamg-filters__mobile-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 20px;
		background: #1A4959;
		color: #fff;
		position: sticky;
		top: 0;
		z-index: 10;
	}

	.wamg-filters__mobile-title {
		margin: 0;
		font-size: 1.25rem;
		font-weight: 700;
	}

	.wamg-filters__mobile-close {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		background: rgba(255, 255, 255, 0.1);
		border: none;
		border-radius: 50%;
		color: #fff;
		font-size: 24px;
		line-height: 1;
		cursor: pointer;
		transition: background 0.2s ease;
	}

	.wamg-filters__mobile-close:hover {
		background: rgba(255, 255, 255, 0.2);
	}

	/* ==========================================================================
	   MOBILE FILTER ADJUSTMENTS
	   ========================================================================== */
	
	.wamg-filters {
		border: none;
		border-radius: 0;
	}

	.wamg-filters__group {
		padding: 25px 20px;
	}

	.wamg-filters__title {
		font-size: 1.125rem;
		margin-bottom: 18px;
	}

	.wamg-filters__option {
		padding: 12px 10px;
		border-radius: 6px;
	}

	.wamg-filters__option input[type="checkbox"],
	.wamg-filters__option input[type="radio"] {
		width: 20px;
		height: 20px;
	}

	.wamg-filters__reset-wrap {
		position: sticky;
		bottom: 0;
		padding: 20px;
		background: #fff;
		border-top: 2px solid #e0e0e0;
		box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
	}

	/* ==========================================================================
	   MOBILE ACTIVE FILTERS
	   ========================================================================== */
	
	.wamg-active-filters {
		flex-direction: column;
		align-items: flex-start;
		padding: 12px 15px;
	}

	.wamg-active-filters__label {
		margin-bottom: 8px;
	}

	.wamg-active-filters__tags {
		width: 100%;
	}

	/* ==========================================================================
	   MOBILE TRIP GRID
	   ========================================================================== */
	
	.wamg-trip-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.wamg-trip-card {
		max-width: 100%;
	}

	.wamg-trip-card__image {
		height: 200px;
	}
	
	.wamg-trip-card__glance {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.wamg-trip-card__content {
		padding: 18px;
	}

	.wamg-trip-card__title {
		font-size: 1.125rem;
		margin-bottom: 12px;
	}

	.wamg-trip-card__excerpt {
		margin-bottom: 16px;
	}

	/* ==========================================================================
	   MOBILE PAGINATION
	   ========================================================================== */
	
	.wamg-pagination {
		gap: 6px;
		padding-top: 30px;
		margin-top: 30px;
	}

	.wamg-pagination a,
	.wamg-pagination span {
		min-width: 40px;
		height: 40px;
		padding: 0 8px;
		font-size: 0.875rem;
	}

	/* ==========================================================================
	   MOBILE LOADING INDICATOR
	   ========================================================================== */
	
	.wamg-loading {
		padding: 30px 20px;
	}

	.wamg-loading__spinner {
		width: 40px;
		height: 40px;
		margin-bottom: 15px;
	}
}

/* ==========================================================================
   RESPONSIVE - MOBILE SMALL (480px)
   ========================================================================== */

@media (max-width: 480px) {
	.wamg-container {
		padding: 15px 12px;
	}

	.wamg-archive-header {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.wamg-archive-header__title {
		font-size: 1.75rem;
		margin-bottom: 12px;
	}

	.wamg-archive-header__description {
		font-size: 1rem;
	}

	.wamg-archive-banner {
		height: 180px;
		min-height: 180px;
	}

	/* ==========================================================================
	   MOBILE SMALL - FILTER SIDEBAR
	   ========================================================================== */
	
	.wamg-sidebar {
		width: 90%;
		max-width: 100%;
	}

	.wamg-filters__mobile-header {
		padding: 15px;
	}

	.wamg-filters__mobile-title {
		font-size: 1.125rem;
	}

	.wamg-filters__group {
		padding: 20px 15px;
	}

	.wamg-filters__title {
		font-size: 1rem;
	}

	.wamg-filters__option {
		padding: 10px 8px;
	}

	.wamg-filters__option-text {
		font-size: 0.875rem;
	}

	.wamg-mobile-filter-toggle {
		padding: 14px 16px;
		font-size: 0.9375rem;
	}

	/* ==========================================================================
	   MOBILE SMALL - TRIP CARDS
	   ========================================================================== */
	
	.wamg-trip-card {
		border-radius: 8px;
	}

	.wamg-trip-card__image {
		height: 180px;
	}

	.wamg-trip-card__content {
		padding: 16px;
	}

	.wamg-trip-card__title {
		font-size: 1.0625rem;
	}

	.wamg-trip-card__glance-item {
		font-size: 0.8125rem;
	}

	.wamg-trip-card__glance-icon {
		width: 14px;
		height: 14px;
	}

	.wamg-trip-card__excerpt {
		font-size: 0.875rem;
		line-height: 1.5;
	}

	.wamg-trip-card__button {
		width: 100%;
		padding: 14px 20px;
		font-size: 0.875rem;
	}

	/* ==========================================================================
	   MOBILE SMALL - ACTIVE FILTERS
	   ========================================================================== */
	
	.wamg-active-filters {
		padding: 10px 12px;
	}

	.wamg-active-filters__label {
		font-size: 0.8125rem;
	}

	.wamg-active-filters__tag {
		font-size: 0.8125rem;
		padding: 5px 10px;
	}

	.wamg-active-filters__remove {
		width: 16px;
		height: 16px;
		font-size: 14px;
	}

	/* ==========================================================================
	   MOBILE SMALL - NO RESULTS
	   ========================================================================== */
	
	.wamg-no-results {
		padding: 40px 20px;
	}

	.wamg-no-results__icon {
		width: 48px;
		height: 48px;
		margin-bottom: 16px;
	}

	.wamg-no-results__title {
		font-size: 1.25rem;
		margin-bottom: 10px;
	}

	.wamg-no-results__description {
		font-size: 0.9375rem;
	}

	/* ==========================================================================
	   MOBILE SMALL - AT A GLANCE SIDEBAR
	   ========================================================================== */
	
	.wamg-at-glance-sidebar {
		position: static;
		margin-top: 20px;
	}

	.wamg-at-glance__title {
		padding: 20px;
		font-size: 1.125rem;
	}

	.wamg-at-glance__item {
		grid-template-columns: 45px 1fr 25px;
		gap: 12px;
		padding: 16px 18px;
	}

	.wamg-at-glance__icon {
		width: 45px;
		height: 45px;
	}

	.wamg-at-glance__icon svg {
		width: 20px;
		height: 20px;
	}

	.wamg-at-glance__label,
	.wamg-at-glance__value {
		font-size: 0.875rem;
	}

	.wamg-at-glance__label {
		margin-bottom: 4px;
	}
}

/* ==========================================================================
   LANDSCAPE ORIENTATION FIX FOR TABLETS
   ========================================================================== */

@media (max-width: 1024px) and (orientation: landscape) {
	.wamg-main-content {
		grid-template-columns: 280px 1fr;
		gap: 25px;
	}

	.wamg-sidebar {
		position: sticky;
		top: 20px;
		height: fit-content;
		order: 1;
	}

	.wamg-trips-category {
		order: 2;
	}

	.wamg-trip-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.wamg-mobile-filter-toggle {
		display: none;
	}
}

/* ==========================================================================
   UTILITY CLASSES FOR MOBILE
   ========================================================================== */

.hide-on-mobile {
	display: block;
}

@media (max-width: 768px) {
	.hide-on-mobile {
		display: none;
	}
}

.show-on-mobile {
	display: none;
}

@media (max-width: 768px) {
	.show-on-mobile {
		display: block;
	}
}

.wmg-tabs {
    position: sticky;
    top: 0;
    z-index: 999;
    width: fit-content;
    border-bottom: 2px solid #c8a96e;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.wmg-tabs__row {
    display: flex;
    overflow-x: auto;
    max-width: 1200px;
    margin: 0 auto;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}


.wmg-tabs__btn.is-active {
     color: #fff ! IMPORTANT;
    border-bottom: 3px solid #d76515;
    background-color: #1A4959 !important;
}

.wp-block-media-text.is-image-fill-element .wp-block-media-text__media {
    min-height: 400px;
}

.wp-block-media-text {
    align-items: stretch;
}

.wp-block-media-text__media {
    min-height: 100%;
}

.register_button {
    text-align: center;
    
}
a.paoc-popup-click {
    background: #aa4f0f !important;
}

h3.wp-block-heading {
    font-family: "Inter", Sans-serif;
    font-size: 35px;
    font-weight: bold;
    text-transform: capitalize;
    color: #000000;
}
h2.wp-block-heading{
	   font-family: "Inter", Sans-serif;
    font-size: 35px;
    font-weight: bold;
    text-transform: capitalize;
    color: #000000;
}

/* =============================================================================
   KNOWLEDGEBASE / BLOG CATEGORY ARCHIVE — style additions
   Add to your child theme's style.css
   ============================================================================= */

/* ── Search bar ────────────────────────────────────────────────────────────── */
.wamg-kb-search {
    position: relative;
    margin-bottom: 28px;
}

.wamg-kb-search__input {
    width: 100%;
    padding: 12px 44px 12px 16px;
    border: 1.5px solid #dde2ea;
    border-radius: 8px;
    font-size: 15px;
    background: #fff;
    color: #1a2030;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}

.wamg-kb-search__input:focus {
    outline: none;
    border-color: #c8a96e;
    box-shadow: 0 0 0 3px rgba(200,169,110,0.15);
}

.wamg-kb-search__icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #8a9ab0;
    pointer-events: none;
}

/* ── KB card extras ─────────────────────────────────────────────────────────── */
.wamg-kb-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a2030 0%, #2c3a50 100%);
    color: #8a9ab0;
    min-height: 200px;
}

.wamg-kb-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 10px 0 14px;
}

/* ── Tag pills ──────────────────────────────────────────────────────────────── */
.wamg-kb-tag {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 20px;
    background: rgba(200,169,110,0.12);
    border: 1px solid rgba(200,169,110,0.35);
    color: #c8a96e;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.wamg-kb-tag:hover {
    background: #c8a96e;
    color: #fff;
    border-color: #c8a96e;
}

.wamg-kb-tag--small {
    font-size: 11px;
    padding: 3px 8px;
}

/* ── Sidebar category links ─────────────────────────────────────────────────── */
.wamg-kb-cat-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 4px;
    border-bottom: 1px solid #eef0f4;
    color: #3a4a5c;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.18s;
}

.wamg-kb-cat-link:hover {
    color: #c8a96e;
}

.wamg-kb-cat-link:last-child {
    border-bottom: none;
}

/* ── Tag cloud in sidebar ───────────────────────────────────────────────────── */
.wamg-kb-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding-top: 4px;
}

/* ── About block ────────────────────────────────────────────────────────────── */
.wamg-filters__about {
    padding: 6px 0 2px;
}

.wamg-filters__about-count {
    font-size: 14px;
    color: #5a6a7c;
    margin: 0;
    line-height: 1.5;
}

.wamg-filters__about-count strong {
    color: #1a2030;
    font-size: 22px;
    font-weight: 700;
}

.wamg-filters__about-count em {
    color: #c8a96e;
    font-style: normal;
}

/* ── Pagination ─────────────────────────────────────────────────────────────── */
.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    margin: 0 2px;
    border-radius: 6px;
    background: #f4f6f8;
    color: #3a4a5c;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.18s, color 0.18s;
}

.page-numbers:hover,
.page-numbers.current {
    background: #1A4959;
    color: #fff;
}

.wamg-trips-category .page-numbers {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

/* ── Mobile ─────────────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
    .wamg-kb-search {
        margin-bottom: 20px;
    }

    .wamg-kb-card__tags {
        display: none; /* keep cards compact on mobile */
    }
}
.wamg-at-glance {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wamg-full-form-link {
    width: auto;
    display: inline-flex;
    justify-content: center;
        margin-bottom: 20px;
}
