/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
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
*/

/* ============================================
   CSS Variables
   ============================================ */
:root {
	--red: #D50012;
	--light-red: #D64D58;
	--gray: #878787;
	--light-gray: #acacac;
	--arrow-icon: url('images/arrow.svg');
	--arrow-long-icon: url('images/arrow-long.svg');
}

/* ============================================
   Global Styles
   ============================================ */
body::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 25vh;
	background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	background-blend-mode: multiply;
	z-index: 1;
	pointer-events: none;
}

.wpb-content-wrapper > .vc_row {
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.sticky-parent-column .wpb_wrapper {
	position: sticky;
    top: 0;
}

/* ============================================
   Typography
   ============================================ */
p {
	text-wrap: pretty;
}

h1 {
	letter-spacing: 0.02em;
	font-size: clamp(40px, 15.4545px + 6.8182vw, 100px) !important;
	margin-bottom: 40px !important;
}

h2 {
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 2px var(--red);
	font-size: clamp(30px, 1.3636px + 7.9545vw, 100px) !important;
}

h2, h3, h4, h5, h6 {
	text-wrap: balance;
	margin-bottom: 40px !important;
}

h3 {
	font-size: clamp(32px, 24.6364px + 2.0455vw, 50px) !important;
}

h4 {
	letter-spacing: 0.01em;
	font-size: clamp(24px, 21.5455px + 0.6818vw, 30px) !important;
}

h5 {
	font-size: clamp(20px, 17.9545px + 0.5682vw, 25px) !important;
}

/* ============================================
   Layout - Header
   ============================================ */
.site-header,
#masthead {
	position: relative;
	z-index: 10;
}

.main-header-bar.ast-sticky-active,
.site-header.ast-sticky-active,
.ast-sticky-active #masthead,
#ast-fixed-header.ast-sticky-active .main-header-bar {
	background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	background-blend-mode: multiply;
}

.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close {
	background: var(--red);
	margin-top: 2rem;
	margin-right: 2rem;
	padding: 0;
	line-height: 0;
}

.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close .ahfb-svg-iconset svg {
	width: 32px;
	height: 32px;
}

.mobile-menu-toggle-icon {
	transform: scaleX(2);
}

/* ============================================
   Layout - Footer
   ============================================ */
.site-footer {
	background-color: var(--red);
	background-image: url('images/footer-icon.svg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 110%;
}

/* ============================================
   Content - Hero & Parallax
   ============================================ */
.hero,
.parallax-background {
	position: relative;
	overflow: visible;
}

.parallax-bg-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
	pointer-events: none;
}

.parallax-bg-layer {
	position: absolute;
	top: -10%;
	left: 0;
	width: 100%;
	height: 120%;
	z-index: 0;
	pointer-events: none;
	will-change: transform;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	/* Dynamic values set via JavaScript: background-image, background-color, background-size, background-position, background-repeat, background-blend-mode, transform */
}

.hero > *:not(.parallax-bg-wrapper),
.parallax-background > *:not(.parallax-bg-wrapper) {
	position: relative;
	z-index: 1;
}

/* ============================================
   Content - YouTube Background
   ============================================ */
.youtube-bg-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
	pointer-events: none;
}

.youtube-bg-iframe-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 177.77777778vh;
	min-width: 100%;
	min-height: 56.25vw;
	height: 100%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.youtube-bg-iframe-wrapper > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.youtube-bg-iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

/* ============================================
   Content - Gradients
   ============================================ */
.hero::after {
	content: '';
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	height: 25vh !important;
	visibility: visible !important;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	background-blend-mode: multiply;
	z-index: 2;
	pointer-events: none;
}

.gradient-top,
.gradient-bottom,
.gradient-both {
	position: relative;
}

.gradient-top::before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	height: 25%;
	background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	background-blend-mode: multiply;
	z-index: 1;
	pointer-events: none;
}

.gradient-bottom::after {
	content: '';
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	height: 25%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	background-blend-mode: multiply;
	z-index: 1;
	pointer-events: none;
}

.gradient-both::before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, #000000 100%);
	background-blend-mode: multiply;
	z-index: 1;
	pointer-events: none;
}

/* ============================================
   Components - Buttons
   ============================================ */
.hs-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-family: 'Geist', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	transition: color 0.3s ease;
}

.hs-button:hover {
	color: var(--red);
	text-decoration: none;
}

.hs-button__text {
	display: inline-block;
}

.hs-button__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 12px;
	transition: transform 0.3s ease;
}

.hs-button__arrow .arrow-icon {
	display: inline-block;
	width: 35px;
	height: 12px;
	mask-image: var(--arrow-long-icon);
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	-webkit-mask-image: var(--arrow-long-icon);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: currentColor;
}

.hs-button--primary {
	height: 50px;
	padding: 0 1rem;
	border: 1px solid var(--light-gray);
}

.hs-button--primary .hs-button__arrow {
	color: var(--red);
}

.hs-button--primary:hover {
	border-color: var(--light-gray);
}

.hs-button--primary:hover .hs-button__arrow {
	color: var(--red);
}

.hs-button--secondary {
	border: none;
}

.hs-button--secondary .hs-button__arrow {
	color: var(--red);
}

.hs-button--secondary:hover .hs-button__arrow {
	color: var(--red);
}

.hs-button--circle {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid var(--light-gray);
	padding: 0;
}

.hs-button--circle .hs-button__text {
	display: none;
}

.hs-button--circle .hs-button__arrow {
	margin-left: 0;
	color: #FFFFFF;
	transition: color 0.3s ease;
}

.hs-button--circle .hs-button__arrow .arrow-icon {
	width: 12px;
	height: 7px;
}

.hs-button--circle:hover {
	color: #FFFFFF;
}

.hs-button--circle:hover .hs-button__arrow {
	color: var(--red);
}

.hs-button--arrow-right .hs-button__arrow {
	transform: rotate(0deg);
}

.hs-button--arrow-down .hs-button__arrow {
	transform: rotate(90deg);
}

.hs-button-wrapper {
	display: block;
	width: 100%;
}

.hs-button-wrapper--left {
	text-align: left;
}

.hs-button-wrapper--center {
	text-align: center;
}

.hs-button-wrapper--right {
	text-align: right;
}

/* ============================================
   Components - Outlined Headers
   ============================================ */
.hs-outlined-header {
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 2px var(--red);
	margin-bottom: .5em !important;
	opacity: 0.75;
	word-break: keep-all;
	word-wrap: normal;
}

.hs-outlined-header--large {
	font-size: inherit;
}

.hs-outlined-header--extra-large {
	font-size: clamp(36px, -10.6364px + 12.9545vw, 150px) !important;
}

.hs-outlined-header--align-left {
	text-align: left;
}

.hs-outlined-header--align-center {
	text-align: center;
	margin-inline: auto;
}

.hs-outlined-header--align-right {
	text-align: right;
}

.hs-outlined-header--scroll-sticky {
	position: sticky;
	top: 4rem;
	overflow-wrap: normal;
	z-index: 0;
}

.vc_row[data-vc-full-width="true"].hs-has-sticky-header,
.vc_row.vc_row-fluid[data-vc-full-width="true"].hs-has-sticky-header,
.vc_row[data-vc-full-width="true"].parallax-background.hs-has-sticky-header,
.vc_row[data-vc-full-width="true"].hero.hs-has-sticky-header {
	overflow: visible !important;
}

.vc_row[data-vc-full-width="true"]:has(.hs-outlined-header--scroll-sticky),
.vc_row.vc_row-fluid[data-vc-full-width="true"]:has(.hs-outlined-header--scroll-sticky) {
	overflow: visible !important;
}

.hs-outlined-header--scroll-pan-right {
	white-space: nowrap;
	will-change: transform;
}

.hs-outlined-header--scroll-pan-left {
	white-space: nowrap;
	will-change: transform;
}

/* ============================================
   Components - Services List
   ============================================ */
.hs-services-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hs-services-list li {
	margin: 0 0 1.5em;
	padding: 0;
}

.hs-services-list li {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.hs-services-list li.visible {
	opacity: 1;
	transform: translateY(0);
}

.hs-services-list a {
	display: block;
	font-family: 'Inter Tight', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: clamp(40px, 20px + 5vw, 70px);
	line-height: 100%;
	letter-spacing: -0.01em;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	transition: color 0.3s ease;
}

.hs-services-list a:hover {
	color: var(--red);
	text-decoration: none;
}

/* ============================================
   Components - Contact Info
   ============================================ */
.hs-contact-info {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.hs-contact-info__item {
	display: flex;
	align-items: center;
	gap: 1rem;
	text-decoration: none;
	color: #FFFFFF;
	font-family: 'Geist', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	transition: opacity 0.3s ease;
}

.hs-contact-info__item:hover {
	opacity: 0.8;
	text-decoration: none;
	color: #FFFFFF;
}

.hs-contact-info__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 27px;
	height: 27px;
	color: var(--red);
}

.hs-contact-info__icon svg {
	width: auto;
	height: auto;
	max-width: 27px;
	max-height: 27px;
	display: block;
}

.hs-contact-info__text {
	display: inline-block;
}

/* ============================================
   Components - Counter
   ============================================ */
.hs-counter {
	text-align: center;
}

.hs-counter__number {
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 2px var(--red);
	font-size: clamp(36px, 9.8182px + 7.2727vw, 100px) !important;
	margin-bottom: 20px !important;
	line-height: 1;
}

.hs-counter__plus {
	display: inline-block;
	vertical-align: super;
	line-height: 0;
	color: var(--red);
}

.hs-counter__plus svg {
	width: 0.4em;
	height: 0.4em;
	display: block;
}

.hs-counter__title {
	font-size: clamp(16px, 14.5455px + 0.4545vw, 20px) !important;
	color: #FFFFFF;
	text-transform: none;
	letter-spacing: normal;
	margin-bottom: 0 !important;
	font-weight: 400;
}

/* ============================================
   Components - Gravity Forms
   ============================================ */
.gform_wrapper {
	font-family: 'Geist', sans-serif;
}

p.gform_required_legend {
    display: none;
}

.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder,
.gform_wrapper input::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder,
.gform_wrapper input::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder,
.gform_wrapper input:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder {
	color: #FFFFFF !important;
	opacity: 1 !important;
}

.gform_wrapper .gfield_label {
	color: #FFFFFF;
	font-family: 'Geist', sans-serif;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 1.5;
	margin-bottom: 0.5rem !important;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"] {
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #FFFFFF;
	border-radius: 0;
	padding: 0;
	color: #FFFFFF;
	font-family: 'Geist', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	transition: border-color 0.3s ease;
	padding: 0 !important;
}

.gform_wrapper textarea {
	width: 100%;
	background-color: transparent;
	border: 1px solid #FFFFFF;
	border-radius: 0;
	padding: 1rem;
	color: #FFFFFF;
	font-family: 'Geist', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	transition: border-color 0.3s ease;
	min-height: 150px;
	resize: vertical;
}

.gform_wrapper input[type="text"]::placeholder,
.gform_wrapper input[type="email"]::placeholder {
	color: #FFFFFF !important;
	font-family: 'Geist', sans-serif !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	opacity: 1 !important;
}

.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="email"]:focus {
	outline: none;
	border-bottom-color: var(--red);
}

.gform_wrapper textarea:focus {
	outline: none;
	border-color: var(--red);
}

.gform_wrapper .gform_footer {
	margin-top: 1.5rem;
	padding: 0;
	position: relative;
	display: inline-block;
}

.gform_wrapper #gform_submit_button_1,
.gform_wrapper .gform_button.button {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	height: 50px;
	padding: 0 3.5rem 0 1rem;
	background-color: transparent;
	border: 1px solid var(--light-gray);
	border-radius: 0;
	font-family: 'Geist', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	transition: color 0.3s ease;
	position: relative;
	margin-bottom: 0 !important;
}

.gform_wrapper #gform_submit_button_1:hover,
.gform_wrapper .gform_button.button:hover {
	color: var(--red);
	text-decoration: none;
	border-color: var(--light-gray);
}

.gform-button-wrapper::after,
.gform_wrapper .gform_footer::after {
	content: '';
	position: absolute;
	left: 65px;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	height: 12px;
	display: inline-block;
	background-color: var(--red);
	pointer-events: none;
	mask-image: var(--arrow-long-icon);
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	-webkit-mask-image: var(--arrow-long-icon);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
}


/* ============================================
   Components - Partner Logos
   ============================================ */
.hs-partner-logos {
	width: 100%;
}

.hs-partner-logos__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
	align-items: center;
	justify-content: center;
}

.hs-partner-logos__item {
	flex: 0 0 calc(16.666% - 2.5rem);
	max-width: calc(16.666% - 2.5rem);
	display: flex;
	align-items: center;
	justify-content: center;
}

.hs-partner-logos__logo {
	max-width: 100%;
	height: auto;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.hs-partner-logos--scroll-left .hs-partner-logos__scroll-container,
.hs-partner-logos--scroll-right .hs-partner-logos__scroll-container {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 1rem 0;
}

.hs-partner-logos--scroll-left .hs-partner-logos__scroll-track,
.hs-partner-logos--scroll-right .hs-partner-logos__scroll-track {
	display: flex;
	gap: 3rem;
	align-items: center;
	width: fit-content;
	will-change: transform;
}

.hs-partner-logos--scroll-left .hs-partner-logos__scroll-track {
	animation: scroll-left 90s linear infinite;
}

.hs-partner-logos--scroll-right .hs-partner-logos__scroll-track {
	animation: scroll-right 90s linear infinite;
}

.hs-partner-logos--scroll-left .hs-partner-logos__item,
.hs-partner-logos--scroll-right .hs-partner-logos__item {
	flex: 0 0 auto;
	width: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

@keyframes scroll-left {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

@keyframes scroll-right {
	0% {
		transform: translateX(-50%);
	}
	100% {
		transform: translateX(0);
	}
}

/* ============================================
   Components - Productions Slider
   ============================================ */
.productions-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

.productions-slider__container {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.productions-slider__track {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: transform;
}

.productions-slider__slide {
	flex: 0 0 auto;
	width: auto;
	max-width: 50vw;
	height: 60vh;
	aspect-ratio: 2 / 3;
	opacity: 0.5;
	transition: opacity 0.6s ease;
	cursor: pointer;
}

.productions-slider__slide.is-active {
	opacity: 1;
	z-index: 2;
}

.productions-slider__slide.is-hovered {
	opacity: 1;
	z-index: 3;
}

.productions-slider__poster {
	position: relative;
	width: 100%;
	padding-bottom: 150%;
	overflow: hidden;
	background: #000;
}

.productions-slider__poster img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.productions-slider__play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: none !important;
	border: none !important;
	padding: 0 !important;
	cursor: pointer;
	z-index: 10;
	transition: transform 0.3s ease, opacity 0.3s ease;
	opacity: 0;
	pointer-events: none;
	box-shadow: none !important;
}

.productions-slider__slide.is-active .productions-slider__play-button,
.productions-slider__slide.is-hovered .productions-slider__play-button {
	opacity: 0.9;
	pointer-events: auto;
}

.productions-slider__poster:hover .productions-slider__play-button,
.productions-slider__play-button:hover {
	transform: translate(-50%, -50%) scale(1.1);
	opacity: 1;
	background: none !important;
}

.productions-slider__play-button:focus {
	outline: 2px solid #fff;
	outline-offset: 4px;
}

.productions-slider__play-button svg {
	display: block;
	width: 80px;
	height: 80px;
}

.productions-youtube-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.productions-youtube-lightbox__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	cursor: pointer;
}

.productions-youtube-lightbox__container {
	position: relative;
	width: 90%;
	max-width: 1200px;
	z-index: 1;
	margin: 0 auto;
}

.productions-youtube-lightbox__close {
	position: absolute;
	top: -50px;
	right: 0;
	background: var(--red);
	border: none;
	border-radius: 0;
	align-items: center;
	cursor: pointer;
	transition: background 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
	z-index: 10;
	padding: 10px;
}

.productions-youtube-lightbox__close:hover {
	background: var(--red);
	opacity: 0.8;
	transform: scale(1.1);
}

.productions-youtube-lightbox__close:focus {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.productions-youtube-lightbox__close svg {
	width: 24px;
	height: 24px;
	display: block;
}

.productions-youtube-lightbox__close svg path {
	stroke: #FFFFFF;
}

.productions-youtube-lightbox__content {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	background: #000;
}

.productions-youtube-lightbox__iframe-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.productions-youtube-lightbox__iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/* ============================================
   Components - Productions Gallery
   ============================================ */
.productions-gallery {
	width: 100%;
	padding: 40px 0;
}

.productions-gallery__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	max-width: 100%;
	margin: 0 auto;
}

.productions-gallery__item {
	width: 100%;
	min-width: 300px;
}

.productions-gallery__poster {
	position: relative;
	width: 100%;
	padding-bottom: 150%;
	overflow: hidden;
	background: #000;
	cursor: pointer;
}

.productions-gallery__poster img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	transition: transform 0.3s ease;
}

.productions-gallery__poster:hover img {
	transform: scale(1.05);
}

.productions-gallery__play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: none !important;
	border: none !important;
	padding: 0 !important;
	cursor: pointer;
	z-index: 10;
	transition: transform 0.3s ease, opacity 0.3s ease;
	opacity: 0;
	pointer-events: none;
	box-shadow: none !important;
}

.productions-gallery__poster:hover .productions-gallery__play-button,
.productions-gallery__play-button:hover {
	opacity: 0.9;
	pointer-events: auto;
	transform: translate(-50%, -50%) scale(1.1);
}

.productions-gallery__play-button:focus {
	outline: 2px solid #fff;
	outline-offset: 4px;
}

.productions-gallery__play-button svg {
	display: block;
	width: 80px;
	height: 80px;
}

/* ============================================
   Responsive - Productions Slider
   ============================================ */
@media (max-width: 768px) {
	.productions-slider__slide {
		width: 50vw;
		max-width: 50vw;
		height: auto;
	}
	
	.productions-slider__track {
		gap: 15px;
	}
}

@media (max-width: 480px) {
	.productions-slider__slide {
		width: 50vw;
		max-width: 50vw;
		height: auto;
	}
	
	.productions-slider__track {
		gap: 10px;
	}
	
	.productions-slider {
		padding: 20px 0;
	}
	
	.productions-slider__play-button svg {
		width: 60px;
		height: 60px;
	}
	
	.productions-youtube-lightbox__container {
		width: 95%;
	}
	
	.productions-youtube-lightbox__close {
		top: -40px;
		width: 36px;
		height: 36px;
	}
	
	.productions-youtube-lightbox__close svg {
		width: 20px;
		height: 20px;
	}
}

/* ============================================
   Responsive - Productions Gallery
   ============================================ */
@media (max-width: 768px) {
	.productions-gallery__grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.productions-gallery__item {
		min-width: 100%;
	}
}

@media (max-width: 480px) {
	.productions-gallery {
		padding: 20px 0;
	}
	
	.productions-gallery__grid {
		gap: 15px;
	}
	
	.productions-gallery__play-button svg {
		width: 60px;
		height: 60px;
	}
}

/* ============================================
   Responsive - Partner Logos
   ============================================ */
@media (max-width: 1200px) {
	.hs-partner-logos__item {
		flex: 0 0 calc(25% - 2.25rem);
		max-width: calc(25% - 2.25rem);
	}
}

@media (max-width: 768px) {
	.hs-partner-logos__grid {
		gap: 2rem;
	}
	
	.hs-partner-logos__item {
		flex: 0 0 calc(33.333% - 1.33rem);
		max-width: calc(33.333% - 1.33rem);
	}
}

@media (max-width: 480px) {
	.hs-partner-logos__grid {
		gap: 1.5rem;
	}
	
	.hs-partner-logos__item {
		flex: 0 0 calc(50% - 0.75rem);
		max-width: calc(50% - 0.75rem);
	}
}

/* ============================================
   Side Scroll Page Template
   ============================================ */

.page-template-side-scroll {
	#ast-fixed-header,
	#ast-desktop-header {
		transition: opacity 0.4s ease, visibility 0.4s ease;
	}

	.scroll-arrow {
		display: none;
	}

	@media (min-width: 922px) {


		/* --- Horizontal Scroll Layout --- */
		.entry-content {
			> .wpb-content-wrapper {
				display: flex;
				flex-direction: row;
				overflow-x: auto !important;
				overflow-y: hidden !important;
				scroll-snap-type: x mandatory;
				-webkit-overflow-scrolling: touch;
				width: 100%;
				height: 100vh;
				scroll-behavior: smooth;
				scrollbar-width: none; /* Firefox */
				-ms-overflow-style: none; /* IE/Edge */
			}

			> .wpb-content-wrapper::-webkit-scrollbar {
				display: none; /* Chrome/Safari */
			}

			> .wpb-content-wrapper > .vc_row.vc_row-o-full-height {
				flex: 0 0 100vw;
				width: 100vw;
				max-width: 100vw;
				height: 100%;
				scroll-snap-align: start;
				display: flex;
				align-items: center;
				justify-content: center;
				box-sizing: border-box;
				left: 0 !important;
			}
		}

		/* --- Section & Column Tweaks --- */
		.wpb_column.vc_column_container.vc_col-sm-12 {
			max-width: 90vw;
		}

		.hs-parallax-marquee {
			position: absolute;
			left: -50%;
			top: 0;
			rotate: -90deg;
			transform-origin: center;
			z-index: -1;
			width: 100vw !important;
			white-space: nowrap !important;
			overflow: hidden;
		}

		.hs-parallax-marquee .hs-marquee-content {
			display: inline-block !important;
			white-space: nowrap !important;
			will-change: transform;
		}

		/* Apply H2 styles to marquee content if it's an H2 */
		.hs-parallax-marquee .hs-marquee-content h2,
		.hs-parallax-marquee h2.hs-marquee-content {
			letter-spacing: 0.02em;
			text-transform: uppercase;
			color: transparent;
			-webkit-text-fill-color: transparent;
			-webkit-text-stroke: 2px var(--red);
			font-size: clamp(36px, 9.8182px + 7.2727vw, 100px) !important;
			margin: 0 !important;
			display: inline-block !important;
			white-space: nowrap !important;
		}

		.hs-parallax-marquee ~ * {
			padding-left: 200px;
		}

		footer {
			display: none;
		}

		/* --- Pagination Dots --- */
		.hs-pagination {
			position: fixed;
			bottom: 24px;
			left: 50%;
			transform: translateX(-50%);
			display: flex;
			align-items: center;
			justify-content: space-between;
			width: 800px;
			z-index: 1000;
			opacity: 1;
			visibility: visible;
			pointer-events: auto;
			transition: opacity 0.4s ease, visibility 0.4s ease;
		}

		.hs-pagination.hidden {
			opacity: 0;
			visibility: hidden;
			pointer-events: none;
		}

		.hs-pagination::before {
			content: "";
			position: absolute;
			left: 0;
			right: 0;
			top: 50%;
			height: 2px;
			background: var(--red);
			transform: translateY(-50%);
			z-index: -1;
		}

		.hs-dot {
			display: block;
			width: 14px;
			height: 14px;
			border-radius: 50%;
			border: none;
			background-color: black;
			border: 1px solid var(--light-gray);
			cursor: pointer;
			transition: all 0.3s ease;
			padding: 0;
			margin: 0;
		}

		.hs-dot:hover {
			background-color: var(--red);
		}

		.hs-dot.active {
			background-color: var(--red);
			border: 1px solid var(--red);
		}

		/* --- Side Scroll Buttons --- */
		.hs-side-scroll-button {
			transform: translateY(-50%);
			z-index: 100;
			display: flex;
			align-items: center;
			gap: 0.5em;
			font-size: 14px;
			line-height: 1;
			letter-spacing: 0.05em;
			text-transform: capitalize;
			color: #FFFFFF;
			background: transparent;
			padding: 0;
			cursor: pointer;
		}

		.hs-side-scroll-button__text {
			display: inline-block;
		}

		/* Override circle button text display for side scroll buttons with text */
		.hs-side-scroll-button.hs-button--circle .hs-side-scroll-button__text {
			position: absolute;
            right: calc(100% + 8px);
		}

		.hs-side-scroll-button.hs-button--circle .hs-button__arrow {
			margin-left: 0;
		}
	}

	/* Hide pagination and buttons on mobile */
	@media (max-width: 921px) {
		.hs-pagination {
			display: none !important;
		}

		.hs-side-scroll-button {
			display: none !important;
		}
	}
}

/* Mobile: Vertical Scroll Snap */
@media (max-width: 921px) {
	.page-template-side-scroll .entry-content > .wpb-content-wrapper {
		scroll-snap-type: y mandatory;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.page-template-side-scroll  .vc_row.vc_inner {
		padding-inline: 5%;
	}

	.page-template-side-scroll .entry-content > .wpb-content-wrapper > .vc_row.vc_row-o-full-height {
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}

	.hs-parallax-marquee {
		transform: none !important;
		rotate: 0deg !important;
		position: relative !important;
		left: auto !important;
		width: 100% !important;
		white-space: nowrap !important;
		overflow: hidden;
	}

	.hs-parallax-marquee .hs-marquee-content {
		display: inline-block !important;
		white-space: nowrap !important;
	}

	/* Apply H2 styles to marquee content on mobile */
	.hs-parallax-marquee .hs-marquee-content h2,
	.hs-parallax-marquee h2.hs-marquee-content {
		letter-spacing: 0.02em;
		text-transform: uppercase;
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-text-stroke: 2px var(--red);
		font-size: clamp(36px, 9.8182px + 7.2727vw, 100px) !important;
		margin: 0 !important;
		display: inline-block !important;
		white-space: nowrap !important;
	}
}
