/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.elementor-empty-view {
	display: none !important;
}

body.single-tribe_events #tribe-events-pg-template {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    padding: 0;
}

.event-month-custom {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 20px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 1.1em;
    margin-right: -20px;
    white-space: nowrap;
}

.event-day-custom {
    font-size: 96px;
    font-weight: 900;
    text-transform: uppercase;
    color: var( --e-global-color-accent );
    text-align: center;
    line-height: 0.8em;
}

@media (max-width: 767px) {
	.event-month-custom {
		font-size: 18px
		letter-spacing: 12px;
	}

	.event-day-custom {
		font-size: 48px;
	}
}


/* ==================== ELEMENTOR LOOP CAROUSEL ==================== */
/* Hide default Elementor navigation */
.carousel-custom .elementor-swiper-button {
	display: none !important;
}

/* Base slide styling - all slides start with grayscale and normal scale */
.carousel-custom .swiper-slide {
	transition: transform 0.5s ease, filter 0.5s ease, opacity 0.5s ease;
	transform: scale(0.85);
	z-index: 1 !important;
}

/* Desaturate all non-center slides */
.carousel-custom .swiper-slide .e-con-inner,
.carousel-custom .swiper-slide .e-con {
	transition: filter 0.5s ease;
}

.carousel-custom .swiper-slide:not(.swiper-slide-next) .e-con {
	filter: grayscale(70%) brightness(0.7);
}

/* LEFT slide (swiper-slide-active) - move inward to the RIGHT to go under center */
.carousel-custom .swiper-slide.swiper-slide-active {
	transform: scale(0.85);
	z-index: 1 !important;
}

/* CENTER slide (swiper-slide-next) - pop out, full color, on top */
.carousel-custom .swiper-slide.swiper-slide-next {
	transform: scale(1);
	z-index: 3 !important;
}

.carousel-custom .swiper-slide.swiper-slide-next .e-con {
	filter: grayscale(0%) brightness(1);
}

/* RIGHT slide (the one after swiper-slide-next) - move inward to the LEFT to go under center */
.carousel-custom .swiper-slide.swiper-slide-next + .swiper-slide {
	transform: scale(0.85);
	z-index: 1 !important;
}

/* Handle the prev slide too (for when scrolling backwards) */
.carousel-custom .swiper-slide.swiper-slide-prev {
	transform: scale(0.85) translateX(80px);
	z-index: 1 !important;
}

/* When showing 2 slides (tablet), different behavior */
@media (max-width: 1024px) and (min-width: 769px) {
	.carousel-custom .swiper-slide {
		transform: scale(0.9);
	}
	.carousel-custom .swiper-slide.swiper-slide-active {
		transform: scale(1) translateX(0);
		z-index: 2 !important;
	}
	.carousel-custom .swiper-slide.swiper-slide-active .e-con {
		filter: grayscale(0%) brightness(1);
	}
	.carousel-custom .swiper-slide.swiper-slide-next {
		transform: scale(0.9) translateX(-40px);
		z-index: 1 !important;
	}
	.carousel-custom .swiper-slide.swiper-slide-next .e-con {
		filter: grayscale(70%) brightness(0.7);
	}
}

/* When showing 1 slide (mobile) */
@media (max-width: 768px) {
	.carousel-custom .swiper-slide {
		transform: scale(1);
	}
	.carousel-custom .swiper-slide.swiper-slide-active {
		transform: scale(1) translateX(0);
		z-index: 2 !important;
	}
	.carousel-custom .swiper-slide.swiper-slide-active .e-con {
		filter: grayscale(0%) brightness(1);
	}
	.carousel-custom .swiper-slide.swiper-slide-next {
		transform: scale(1);
		z-index: 1 !important;
	}
	.carousel-custom .swiper-slide.swiper-slide-next .e-con {
		filter: grayscale(0%) brightness(1);
	}
}

/* Custom navigation buttons */
.carousel-custom .custom-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background: rgba(125, 211, 252, 0.2);
	border: 2px solid #7dd3fc;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 10;
}

.carousel-custom .custom-nav:hover {
	background: rgba(125, 211, 252, 0.4);
}

.carousel-custom .custom-nav.custom-prev {
	left: 10px;
}

.carousel-custom .custom-nav.custom-next {
	right: 10px;
}

.carousel-custom .custom-nav::before {
	content: '';
	width: 12px;
	height: 12px;
	border-top: 3px solid #7dd3fc;
	border-right: 3px solid #7dd3fc;
}

.carousel-custom .custom-nav.custom-prev::before {
	transform: rotate(-135deg);
	margin-left: 5px;
}

.carousel-custom .custom-nav.custom-next::before {
	transform: rotate(45deg);
	margin-right: 5px;
}

/* Responsive Design */
@media (max-width: 768px) {
	.carousel-custom .custom-nav {
		width: 40px;
		height: 40px;
	}

	.carousel-custom .custom-nav.custom-prev {
		left: 5px;
	}

	.carousel-custom .custom-nav.custom-next {
		right: 5px;
	}
}


.product-accordion {
	width: 100%;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
}

.accordion-item {
	border-bottom: 1px solid #e0e0e0;
}

.accordion-item:last-child {
	border-bottom: none;
}

.accordion-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 12px 24px;
	background: #fff;
	border: none;
	cursor: pointer;
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.accordion-icon {
	position: relative;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	margin-left: 16px;
}

.accordion-icon::before,
.accordion-icon::after {
	content: '';
	position: absolute;
	background-color: #666;
	transition: transform 0.3s ease;
}

.accordion-icon::before {
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	transform: translateY(-50%);
}

.accordion-icon::after {
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	transform: translateX(-50%);
}

.accordion-header[aria-expanded="true"] .accordion-icon::after {
	transform: translateX(-50%) rotate(90deg);
}

.accordion-content {
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.accordion-content[hidden] {
	display: block;
	max-height: 0;
	visibility: hidden;
}

.accordion-content:not([hidden]) {
	max-height: 1000px;
	visibility: visible;
}

.accordion-content-inner {
	padding: 16px 20px;
	background-color: #fafafa;
	line-height: 1.6;
	color: #555;
}

.accordion-content-inner p:last-child {
	margin-bottom: 0;
}