/**
 * Quack Circle Events - Main CSS
 * 
 * @package Quack\Events
 */

/* ==========================================================================
   Base Styles
   ========================================================================== */
.page-header{
	padding-top: 4rem;
}
#content > div.page-content > div{
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.qc-events-archive,
.qc-single-travel {
	padding: 40px 0;
}
.mx-auto{
	margin-left: auto !important;
	margin-right: auto !important;
}

button.forminator-button.forminator-button-submit {
    border: 2px solid #000;
    background: #000000;
    color: #fff;
}
/* ==========================================================================
   Header Background Override - Dark header for all pages except homepage
   ========================================================================== */

/* Dark header for all pages except homepage */
body:not(.home) header,
body:not(.home) .site-header,
body:not(.home) #masthead,
body:not(.home) .header,
body:not(.home) .main-header,
body:not(.home) .top-header,
body:not(.home) .primary-header {
	background-color: #191919 !important;
}

/* Ensure header text is visible on dark background */
body:not(.home) header *,
body:not(.home) .site-header *,
body:not(.home) #masthead *,
body:not(.home) .header *,
body:not(.home) .main-header *,
body:not(.home) .top-header *,
body:not(.home) .primary-header * {
	color: #ffffff !important;
}




/* Override Bootstrap container widths */

/* Small devices */
.container-sm {
    max-width: 540px !important; /* Fixed width for container-sm */
}

/* Medium devices */
.container-md {
    max-width: 720px !important; /* Fixed width for container-md */
}

/* Large devices */
.container-lg {
    max-width: 960px !important; /* Fixed width for container-lg */
}

/* Extra large devices */
.container-xl {
    max-width: 1140px !important; /* Fixed width for container-xl */
}

/* Extra extra large devices */
.container-xxl {
    max-width: 1320px !important; /* Fixed width for container-xxl */
}
body:not(.home).site-main{
	max-width: 1320px !important;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 2;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-right: 3rem;
	padding-left: 3rem;
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.entry-title{
	margin-left:0 !important;
}
/* ==========================================================================
   Single Experience Glass Morphism Design
   ========================================================================== */

/* GLASS MORPHISM DESIGN - COMPLETE OVERRIDE */
body.single-experience,
body.single-experience #page,
body.single-experience #content,
body.single-experience .site-content,
body.single-experience .content-area,
body.single-experience main {
	background-color: #000;

}

/* Main Article with Background Image */
body.single-experience .qc-single-experience {
	position: relative !important;
	margin-left: calc(-50vw + 50%) !important;
	margin-right: calc(-50vw + 50%) !important;
	width: 100vw !important;
	max-width: 100vw !important;
	padding: 0 !important;
}

/* Dark overlay on top of article */
body.single-experience .qc-single-experience::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.8) 100%);
	z-index: 1;
	pointer-events: none;
}

/* Dark Overlay */
.single-experience .qc-background-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.8) 100%);
	z-index: 1;
}

/* Glass Container */
body.single-experience .qc-glass-container {
	position: relative !important;
	z-index: 2 !important;
	background: rgba(255, 255, 255, 0.1) !important;
	backdrop-filter: blur(10px) !important;
	-webkit-backdrop-filter: blur(10px) !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 20px !important;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
}

/* Glass-like effect for qc-glass-container */
.qc-glass-container {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 2;
}



/* Text Colors */
body.single-experience h1,
body.single-experience h2,
body.single-experience h3,
body.single-experience h4,
body.single-experience h5,
body.single-experience h6,
body.single-experience p,
body.single-experience div,
body.single-experience span,
body.single-experience li {
	color: #ffffff;
}

/* Event Groups Badges */
body.single-experience .badge.bg-primary,
body.single-experience .qc-event-groups .badge {
	background: rgba(13, 110, 253, 0.8);
	backdrop-filter: blur(5px);
	border: 1px solid rgba(13, 110, 253, 0.3);
	color: #ffffff;
	font-size: 0.875rem;
	font-weight: 500;
}

/* Sponsor Cards - Glass Effect */
body.single-experience .qc-sponsor-card {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.3s ease;
}

body.single-experience .qc-sponsor-card:hover {
	background: rgba(255, 255, 255, 0.15);
	transform: translateY(-5px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

body.single-experience .qc-sponsor-card:hover .qc-sponsor-logo {
	filter: grayscale(0%);
	transform: scale(1.1);
}

/* Event Details Box - Glass Effect */
body.single-experience .qc-event-details {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #ffffff;
}

body.single-experience .qc-event-details * {
	color: #ffffff;
}

/* Ticket Button - Outline Glass Style */
body.single-experience .btn-outline-light {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(5px);
	border: 2px solid rgba(255, 255, 255, 0.3);
	color: #ffffff;
	font-weight: 600;
	transition: all 0.3s ease;
}

body.single-experience .btn-outline-light:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.5);
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

/* Featured Image in Sidebar */
body.single-experience .qc-featured-image img {
	border-radius: 15px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
	border: 2px solid rgba(255, 255, 255, 0.2);
}

/* Gallery Items */
body.single-experience .qc-gallery-item img,
body.single-experience .qc-gallery-item video {
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.3s ease;
}

body.single-experience .qc-gallery-item img:hover,
body.single-experience .qc-gallery-item video:hover {
	transform: scale(1.05);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
	border-color: rgba(255, 255, 255, 0.4);
}

/* Links */
body.single-experience a:not(.btn) {
	color: #66b3ff;
	text-decoration: none;
}

body.single-experience a:not(.btn):hover {
	color: #4da3ff;
	text-decoration: underline;
}

/* Text Utilities */
body.single-experience .text-muted {
	color: rgba(255, 255, 255, 0.7);
}

body.single-experience .text-light {
	color: rgba(255, 255, 255, 0.9);
}

body.single-experience .text-white {
	color: #ffffff;
}

/* Mobile Responsive */
@media (max-width: 991px) {
	body.single-experience .qc-sidebar {
		position: static;
		margin-top: 3rem;
	}
}

@media (max-width: 768px) {
	body.single-experience .qc-single-experience {
		background-attachment: scroll;
	}
	
	body.single-experience .qc-glass-container {
		
		border-radius: 15px;
	}
	
	body.single-experience .display-4 {
		font-size: 2rem;
	}
}

/* Remove theme overrides */
body.single-experience .entry-header {
	display: none;
}

/* Force transparent backgrounds on theme elements */
body.single-experience .bg-white,
body.single-experience .bg-light,
body.single-experience .background-white,
body.single-experience .has-white-background-color,
body.single-experience [style*="background-color: white"],
body.single-experience [style*="background-color:#fff"],
body.single-experience [style*="background: white"] {
	background: transparent;
}

/* Container max width */
body.single-experience .container {
	max-width: 1200px;
}

/* Ensure glass effect works on all browsers */
@supports not (backdrop-filter: blur(10px)) {
	body.single-experience .qc-glass-container {
		background: rgba(0, 0, 0, 0.6);
	}
	
	body.single-experience .qc-sponsor-card,
	body.single-experience .qc-event-details {
		background: rgba(0, 0, 0, 0.4);
	}
}

/* ==========================================================================
   Gallery Page Glass Morphism Design
   ========================================================================== */

/* Gallery Page Background Override */
body.page-template-page-gallery,
body.page-template-page-gallery #page,
body.page-template-page-gallery #content,
body.page-template-page-gallery .site-content,
body.page-template-page-gallery .content-area,
body.page-template-page-gallery main {
	background-color: #000;
}

/* Gallery Page with Background Image */
body.page-template-page-gallery .qc-gallery-page {
	position: relative !important;
	margin-left: calc(-50vw + 50%) !important;
	margin-right: calc(-50vw + 50%) !important;
	width: 100vw !important;
	max-width: 100vw !important;
	padding: 0 !important;
}

/* Gallery Page Dark overlay */
body.page-template-page-gallery .qc-gallery-page::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.8) 100%);
	z-index: 1;
	pointer-events: none;
}

/* Gallery Text Colors */
body.page-template-page-gallery h1,
body.page-template-page-gallery h2,
body.page-template-page-gallery h3,
body.page-template-page-gallery h4,
body.page-template-page-gallery h5,
body.page-template-page-gallery h6,
body.page-template-page-gallery p,
body.page-template-page-gallery div,
body.page-template-page-gallery span,
body.page-template-page-gallery li,
body.page-template-page-gallery label {
	color: #ffffff;
}

/* Gallery Filter Controls */
body.page-template-page-gallery .qc-gallery-filters {
	margin-bottom: 2rem;
}

body.page-template-page-gallery .qc-gallery-filters label {
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 0.5rem;
}

body.page-template-page-gallery .qc-gallery-filters select {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #ffffff;
	padding: 0.5rem 1rem;
	border-radius: 10px;
}

body.page-template-page-gallery .qc-gallery-filters select option {
	background: #000;
	color: #ffffff;
}

body.page-template{
	background-color: #000;
	color: #ffffff;
}

/* Gallery Grid Items */
body.page-template-page-gallery .qc-gallery-item {
	background: transparent;
	
}

body.page-template-page-gallery .qc-gallery-item img {
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.3s ease;
}

body.page-template-page-gallery .qc-gallery-item:hover img {
	transform: scale(1.05);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
	border-color: rgba(255, 255, 255, 0.4);
}

/* Gallery Load More Button */
body.page-template-page-gallery .btn-outline-primary {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(5px);
	border: 2px solid rgba(255, 255, 255, 0.3);
	color: #ffffff;
	font-weight: 600;
	transition: all 0.3s ease;
}

body.page-template-page-gallery .btn-outline-primary:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.5);
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

/* ==========================================================================
   Single Travel Glass Morphism Design
   ========================================================================== */

/* Travel Page Background Override */
body.single-travel,
body.single-travel #page,
body.single-travel #content,
body.single-travel .site-content,
body.single-travel .content-area,
body.single-travel main {
	background-color: #000;
}

/* Travel Page with Background Image */
body.single-travel .qc-single-travel {
	position: relative !important;
	margin-left: calc(-50vw + 50%) !important;
	margin-right: calc(-50vw + 50%) !important;
	width: 100vw !important;
	max-width: 100vw !important;
	padding: 0 !important;
}

/* Travel Page Dark overlay */
body.single-travel .qc-single-travel::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.8) 100%);
	z-index: 1;
	pointer-events: none;
}

/* Travel Text Colors */
body.single-travel h1,
body.single-travel h2,
body.single-travel h3,
body.single-travel h4,
body.single-travel h5,
body.single-travel h6,
body.single-travel p,
body.single-travel div,
body.single-travel span,
body.single-travel li {
	color: #ffffff;
}

/* Travel RSVP Banner - Glass Effect */
body.single-travel .qc-rsvp-banner .alert {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #ffffff;
}

/* Travel Package Cards - Glass Effect */
body.single-travel .qc-package-card {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.3s ease;
}

body.single-travel .qc-package-card:hover {
	background: rgba(255, 255, 255, 0.15);
	transform: translateY(-5px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

/* Travel Itinerary Cards - Glass Effect */
body.single-travel .qc-itinerary-item {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 1rem;
	padding: 1.5rem;
	border-radius: 10px;
}

/* Travel Deadlines Section - Glass Effect */
body.single-travel .qc-deadlines-section .alert {
	background: rgba(255, 202, 40, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 202, 40, 0.3);
	color: #ffffff;
}

/* Travel Info Boxes - Glass Effect */
body.single-travel .qc-info-box {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 1.5rem;
	border-radius: 10px;
	margin-bottom: 1.5rem;
}

/* Travel Gallery Section */
body.single-travel .qc-gallery-section {
	margin-top: 3rem;
}

body.single-travel .qc-gallery-item img,
body.single-travel .qc-gallery-item video {
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.3s ease;
}

body.single-travel .qc-gallery-item img:hover,
body.single-travel .qc-gallery-item video:hover {
	transform: scale(1.05);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
	border-color: rgba(255, 255, 255, 0.4);
}

/* Travel Buttons */
body.single-travel .btn-primary {
	background: rgba(13, 110, 253, 0.8);
	backdrop-filter: blur(5px);
	border: 2px solid rgba(13, 110, 253, 0.3);
	color: #ffffff;
	font-weight: 600;
	transition: all 0.3s ease;
}

body.single-travel .btn-primary:hover {
	background: rgba(13, 110, 253, 1);
	border-color: rgba(13, 110, 253, 0.5);
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

/* Travel Link Colors */
body.single-travel a:not(.btn) {
	color: #66b3ff;
	text-decoration: none;
}

body.single-travel a:not(.btn):hover {
	color: #4da3ff;
	text-decoration: underline;
}

/* Travel Text Utilities */
body.single-travel .text-muted {
	color: rgba(255, 255, 255, 0.7);
}

/* Mobile Responsive for Travel */
@media (max-width: 768px) {
	body.single-travel .qc-single-travel {
		background-attachment: scroll;
	}
	
	body.page-template-page-gallery .qc-gallery-page {
		background-attachment: scroll;
	}
}

/* ==========================================================================
   Hero Section - For Travel and Archive Pages Only
   ========================================================================== */

/* Note: Experience hero styles moved to template for glass morphism design */

.qc-hero {
	position: relative;
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 40px;
}

/* Standard overlay for Travel */
.qc-hero-travel .qc-hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	z-index: 1;
}

.qc-hero-content {
	position: relative;
	z-index: 2;
	text-align: center;
	color: #fff;
	padding: 20px;
}

.qc-hero-title {
	font-size: 3em;
	font-weight: bold;
	margin-bottom: 20px;
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.qc-hero-excerpt {
	font-size: 1.2em;
	max-width: 600px;
	margin: 0 auto;
	color: #fff;
}

/* ==========================================================================
   Event Cards Grid
   ========================================================================== */

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

.qc-events-grid.row {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}

.qc-events-grid.row > div {
	padding: 15px;
}

.qc-event-card {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.qc-event-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.qc-event-card-image {
	position: relative;
	padding-top: 60%;
	overflow: hidden;
	background: #f5f5f5;
}

.qc-event-card-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.qc-event-card:hover .qc-event-card-image img {
	transform: scale(1.05);
}

.qc-event-card-overlay {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	z-index: 2;
}

.qc-event-card-content {
	padding: 20px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.qc-event-card-title {
	font-size: 1.4em;
	margin-bottom: 10px;
}

.qc-event-card-title a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s ease;
}

.qc-event-card-title a:hover {
	color: #0073aa;
}

.qc-event-card-excerpt {
	color: #666;
	margin-bottom: 20px;
	flex-grow: 1;
}

.qc-event-card-footer {
	margin-top: auto;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.qc-event-card-link {
	display: inline-block;
	padding: 10px 20px;
	background: #421152;
	color: #fff;
	text-decoration: none !important;
	border-radius: 4px;
	transition: background 0.3s ease;
	width: 155px;
}

.qc-event-card-link:hover {
	background: #000000;
	color: #fff;
}

/* ==========================================================================
   Event Group Badges
   ========================================================================== */

.qc-event-groups {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 15px;
}

.qc-event-group-badge {
	display: none;
}

.qc-event-group-badge:hover {
	background: #005582;
	color: #fff;
	transform: translateY(-2px);
}

/* ==========================================================================
   Single Experience Layout - Moved to Template for Glass Morphism
   ========================================================================== */

/* Note: Single experience styles moved to template for glass morphism design */

.qc-single-sidebar {
	position: relative;
}

.qc-ticket-section {
	margin: 20px 0;
	text-align: center;
}

.qc-ticket-button {
	width: 100%;
	padding: 15px 20px;
	font-size: 1.2em;
	font-weight: bold;
}

/* Note: .qc-event-meta styles moved to template for glass morphism design */

/* Note: .qc-event-meta child styles moved to template for glass morphism design */

/* ==========================================================================
   Sponsors Section
   ========================================================================== */

.qc-sponsors-section {
	margin: 40px 0;
}

.qc-sponsors-section h2 {
	margin-bottom: 30px;
}

.qc-sponsors-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 20px;
	align-items: center;
}

.qc-sponsor-item {
	text-align: center;
}

.qc-sponsor-logo {
	max-width: 100%;
	max-height: 100px;
	height: auto;
	filter: grayscale(100%);
	transition: filter 0.3s ease, transform 0.3s ease;
}

.qc-sponsor-item:hover .qc-sponsor-logo {
	filter: grayscale(0%);
	transform: scale(1.05);
}

.qc-sponsor-name {
	display: block;
	padding: 15px;
	background: #f5f5f5;
	border-radius: 4px;
	font-weight: 600;
}

/* ==========================================================================
   Gallery Section
   ========================================================================== */

.qc-gallery-section {
	margin: 40px 0;
}

.qc-gallery-section h2 {
	margin-bottom: 30px;
}

.qc-gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 15px;
}

.qc-gallery-grid-cols-2 {
	grid-template-columns: repeat(2, 1fr);
}

.qc-gallery-grid-cols-3 {
	grid-template-columns: repeat(3, 1fr);
}

.qc-gallery-grid-cols-4 {
	grid-template-columns: repeat(4, 1fr);
}

.qc-gallery-grid-cols-6 {
	grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 768px) {
	.qc-gallery-grid,
	.qc-gallery-grid-cols-2,
	.qc-gallery-grid-cols-3,
	.qc-gallery-grid-cols-4,
	.qc-gallery-grid-cols-6 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.qc-gallery-grid,
	.qc-gallery-grid-cols-2,
	.qc-gallery-grid-cols-3,
	.qc-gallery-grid-cols-4,
	.qc-gallery-grid-cols-6 {
		grid-template-columns: 1fr;
	}
}

.qc-gallery-item {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	background: #f5f5f5;
	cursor: pointer;
}

.qc-gallery-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0);
	transition: background 0.3s ease;
	z-index: 1;
	pointer-events: none;
}

.qc-gallery-item:hover::before {
	background: rgba(0,0,0,0.3);
}

.qc-gallery-image img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.qc-gallery-item:hover img {
	transform: scale(1.05);
}

.qc-gallery-video video {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
}

.qc-gallery-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
	color: #fff;
	padding: 10px;
	font-size: 0.9em;
	transform: translateY(100%);
	transition: transform 0.3s ease;
	z-index: 2;
}

.qc-gallery-item:hover .qc-gallery-caption {
	transform: translateY(0);
}

/* ==========================================================================
   Travel Specific Sections
   ========================================================================== */

/* RSVP Banner */
.qc-rsvp-banner {
	margin: 30px 0;
}

.qc-rsvp-banner .alert {
	padding: 30px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: #fff;
	border: none;
	border-radius: 8px;
}

.qc-rsvp-banner h3 {
	color: #fff;
	margin-bottom: 10px;
}

/* Packages */
.qc-packages-section {
	margin: 40px 0;
}

.qc-package-card {
	height: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.qc-package-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.qc-package-price {
	font-size: 1.8em;
	font-weight: bold;
	color: #0073aa;
	margin-bottom: 20px;
}

.qc-package-includes,
.qc-package-excludes {
	list-style: none;
	padding: 0;
	margin: 0;
}

.qc-package-includes li::before {
	content: "✓ ";
	color: #46b450;
	font-weight: bold;
	margin-right: 5px;
}

.qc-package-excludes li::before {
	content: "✗ ";
	color: #dc3545;
	font-weight: bold;
	margin-right: 5px;
}

/* Itinerary */
.qc-itinerary-section {
	margin: 40px 0;
}

.qc-itinerary-timeline {
	position: relative;
	padding-left: 40px;
}

.qc-itinerary-timeline::before {
	content: '';
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #e5e5e5;
}

.qc-itinerary-day {
	position: relative;
	margin-bottom: 40px;
	padding: 20px;
	background: #f9f9f9;
	border-radius: 8px;
}

.qc-itinerary-day::before {
	content: '';
	position: absolute;
	left: -30px;
	top: 25px;
	width: 20px;
	height: 20px;
	background: #0073aa;
	border-radius: 50%;
	border: 4px solid #fff;
	box-shadow: 0 0 0 2px #e5e5e5;
}

.qc-day-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.qc-day-header h3 {
	margin: 0;
	color: #0073aa;
}

.qc-activity-time {
	background: #0073aa;
	color: #fff;
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 0.9em;
}

.qc-day-description {
	margin-bottom: 15px;
}

.qc-meals-included {
	padding-top: 15px;
	border-top: 1px solid #e5e5e5;
	font-size: 0.9em;
}

/* Deadlines */
.qc-deadlines-section {
	margin: 40px 0;
	padding: 30px;
	background: #fff8dc;
	border-radius: 8px;
	border-left: 4px solid #ffc107;
}

.qc-deadline-item {
	text-align: center;
	padding: 20px;
}

.qc-deadline-date {
	font-size: 1.5em;
	font-weight: bold;
	color: #dc3545;
}

/* Travel Info Sections */
.qc-travel-info-section {
	margin: 30px 0;
	padding: 25px;
	border-radius: 8px;
}

.qc-location-section {
	border-radius: 8px;
	
}

/* Contact Section */
.qc-contact-section {
	background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.qc-contact-section .btn {
	font-size: 1.2em;
	padding: 15px 40px;
}

/* ==========================================================================
   Gallery Index Page
   ========================================================================== */

.qc-gallery-page {
	padding: 40px 0;
}

.qc-gallery-filters {
	margin-bottom: 30px;
	padding: 20px;
	background: #670F4C;
	border-radius: 8px;
    color: #fff;
}

.qc-gallery-filters label {
	font-weight: 600;
	margin-right: 10px;
	margin-bottom: 10px;
}

.qc-gallery-filters select {
	min-width: 150px;
}

.qc-gallery-loading {
	padding: 60px;
	text-align: center;
	color: #999;
}

.qc-gallery-loadmore {
	margin-top: 40px;
	text-align: center;
}

.qc-gallery-loadmore-btn {
	padding: 12px 40px;
	font-size: 1.1em;
}

/* ==========================================================================
   Lightbox Overlay
   ========================================================================== */

.qc-lightbox-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.9);
	z-index: 9999;
	cursor: zoom-out;
}

.qc-lightbox-overlay.active {
	display: flex;
	align-items: center;
	justify-content: center;
}

.qc-lightbox-content {
	max-width: 90%;
	max-height: 90%;
	position: relative;
}

.qc-lightbox-content img {
	max-width: 100%;
	max-height: 90vh;
	display: block;
}

.qc-lightbox-close {
	position: absolute;
	top: 20px;
	right: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
	z-index: 10000;
}

.qc-lightbox-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 15px;
	text-align: center;
}

/* ==========================================================================
   Pagination
   ========================================================================== */

.qc-events-pagination {
	margin-top: 40px;
	text-align: center;
}

.qc-events-pagination .page-numbers {
	display: inline-block;
	padding: 8px 12px;
	margin: 0 4px;
	background: #f5f5f5;
	color: #333;
	text-decoration: none;
	border-radius: 4px;
	transition: background 0.3s ease;
}

.qc-events-pagination .page-numbers:hover {
	background: #0073aa;
	color: #fff;
}

.qc-events-pagination .current {
	background: #0073aa;
	color: #fff;
}

/* ==========================================================================
   Utilities
   ========================================================================== */

.qc-no-posts {
	padding: 60px 20px;
	text-align: center;
	background: #f9f9f9;
	border-radius: 8px;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 992px) {
	.qc-hero-title {
		font-size: 2.5em;
	}
	
	.qc-events-grid {
		grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
		gap: 20px;
	}
	
	/* Note: .qc-single-experience styles moved to template for glass morphism design */
}

@media (max-width: 768px) {
	.qc-hero {
		min-height: 300px;
	}
	
	.qc-hero-title {
		font-size: 2em;
	}
	
	.qc-events-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.qc-sponsors-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.qc-itinerary-timeline {
		padding-left: 20px;
	}
	
	.qc-itinerary-timeline::before {
		display: none;
	}
	
	.qc-itinerary-day::before {
		display: none;
	}
}

@media (max-width: 480px) {
	.qc-hero-title {
		font-size: 1.5em;
	}
	
	.qc-sponsors-grid {
		grid-template-columns: 1fr;
	}
}

.quack-nav-list a {
    color: #ffffff !important;
}