/* 
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 */

/* Inline CSS for banner slider */
.banner-slider-carousel .banner-slide img {
	width: 100%;
	height: auto;
	display: block;
}
.banner-slider-carousel .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	pointer-events: none;
}
.banner-slider-carousel .owl-nav button {
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 2rem;
	padding: 10px 15px;
	border-radius: 50%;
	border: none;
	pointer-events: all;
}
.banner-slider-carousel .owl-prev-arrow,
.banner-slider-carousel .owl-next-arrow {
	font-family: Arial, sans-serif;
}
.banner-slider-carousel .banner-content {
	position: absolute;
	bottom: 20%;
	left: 0;
	text-align: center;
	padding: 20px;
	width: 100%;
	z-index: 2;
}
.banner-slider-carousel .banner-content h2 {
	font-family: 'League Gothic', Sans-serif;
	font-weight: 400;
	font-size: 100px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #ffffff;
	margin-bottom: 2rem;
}
.banner-slider-carousel .banner-btn {
	background: linear-gradient(183.4deg, #FFFB90 -9.85%, #F8DC65 15.84%, #C8A443 25.47%, #996C22 42.6%, #CAAA4D 56.52%, #D0A549 88.63%, #A4631B 97.2%);
	color: #fff;
	padding: 10px 20px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: bold;
	transition: background 0.3s ease;
	font-family: 'League Gothic', Sans-serif;
	font-weight: 400;
	font-size: 50px;
	line-height: 100%;
	display: inline-block;
	letter-spacing: 0%;
	text-transform: uppercase;
}
.banner-slider-carousel .banner-btn:hover {
	background: linear-gradient(13.4deg, #FFFB90 -9.85%, #F8DC65 15.84%, #C8A443 25.47%, #996C22 42.6%, #CAAA4D 56.52%, #D0A549 88.63%, #A4631B 97.2%);
}

.banner-slide {
	position: relative;
}
.banner-slide::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 77.77%;
	z-index: 1;
	background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.phoenix-camp-wrapper {
	display:flex;
	flex-wrap:wrap;
	gap:30px;
	justify-content:space-between;
}
.phoenix-camp-item {
	width:calc(33.33% - 20px);
	text-align:center;
}
.camp-thumbnail {
	margin-bottom:15px;
}
.camp-title {
	font-family: "Poppins", Sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 160%;
	letter-spacing: 0%;
}
.phoenix-camp-item img {
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.phoenix-camp-item img:hover {
    transform: scale(1.03);
}


@media(max-width: 991px){
	.banner-slider-carousel .banner-content {
		bottom: 10%;
		padding: 15px;
	}
	.banner-slider-carousel .banner-content h2 {
		font-size: 40px;
		margin-bottom: 1rem;
	}
	.banner-slider-carousel .banner-btn {
		padding: 8px 15px;
		font-size: 24px;
	}
	.gallery-item {
  		width: calc(50% - 15px);
	}
}
@media(max-width: 767px){
	.banner-slider-carousel .banner-content {
		bottom: 5%;
		padding: 10px;
	}
	.banner-slider-carousel .banner-content h2 {
		font-size: 30px;
		margin-bottom: 1rem;
	}
	.banner-slider-carousel .banner-btn {
		font-size: 18px;
	}
	.phoenix-camp-item {
  		width: 100%;
	}
	.gallery-item {
  		width: 100%;
	}
	.filter-btn {
	  margin: 5px;
	  padding: 8px 10px;
	  border-radius: 10px;
	  font-size: 14px;
	}
}