/*
 Theme Name:   BA Passion Child
 Theme URI:    https://www.ba-passion.de
 Description:  Divi Child Theme for BA Passion Redesign
 Author:       Antigravity
 Author URI:   https://google.com
 Template:     Divi
 Version:      1.0.0
*/

/* Add your custom styles here */

:root {
	/* Brand Colors - Adjust HEX codes to match exact branding */
	--brand-primary: #A4C400;
	/* Approximate Lime Green */
	--brand-secondary: #333333;
	/* Dark Gray */
	--brand-bg-light: #F5F5F5;
	/* Light Gray */
	--brand-white: #FFFFFF;
	
}

body {
	background-color: var(--brand-white);
	color: var(--brand-secondary);
}

/* Mobile First Base Styles */
@media (min-width: 980px) {
	/* Desktop overrides */
}

 /* Header */
.et_pb_row_0_tb_header {
	overflow: visible !important;
}

/* --- Calendar Image Map Styles --- */
.ba-calendar-map-container {
	width: 100%;
	margin-bottom: 30px;
}

.ba-map-hotspot {
	position: absolute;
	width: 30px;
	height: 30px;
	background: var(--brand-primary);
	border-radius: 50%;
	cursor: pointer;
	transform: translate(-50%, -50%);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
	z-index: 10;
}

.ba-map-hotspot:hover {
	transform: translate(-50%, -50%) scale(1.2);
	box-shadow: 0 0 15px rgba(164, 196, 0, 0.6);
	/* Glow effect */
}

.ba-hotspot-icon::after {
	content: "+";
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: bold;
	font-size: 18px;
}

/* Lightbox */
.ba-lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ba-lightbox-container {
	background: #FFFFFF;
	padding: 30px;
	max-width: 600px;
	width: 90%;
	border-radius: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
}

.ba-lightbox-close {
	position: absolute;
	top: 10px;
	right: 15px;
	background: none;
	border: none;
	font-size: 30px;
	cursor: pointer;
	line-height: 1;
}

.ba-lightbox-inner h3 {
	color: var(--brand-primary);
	margin-bottom: 15px;
}

/* ========================================
   HOMEPAGE DESIGN
   ======================================== */

/* Hero Section */
.ba-hero {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}


.ba-hero-content {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 40px 20px;
}

.ba-hero h1 {
	font-size: clamp(2rem, 5vw, 4rem);
	font-weight: 700;
}


.text-primary {
	color: var(--brand-primary);
}

.footer-bottom {
	.et_pb_menu .et_pb_menu__menu {
		display: block !important;
	}
	
	.et_mobile_nav_menu {
		display: none !important;
	}
	
	.et-menu {
		li:not(:last-child):after {
			content: " | ";
			color: var(--brand-primary);
			padding: 0 5px;
		}
		
		li {
			padding-right: 0;
			padding-left: 0;
		}
	}
}
