/*** RESET ***/
:root{
	--gw800: #FF2E70;
	--gw700: #FF9000;
	--gw600: #FFC600;
	--gw500: #00B4BD;
	--gw400: #9366DD;
	--gw300: #89F262;
	--gw200: #19E4FF;

	--neutralWhite: #FFFFFF;
	--neutral100: #F6F6F6;
	--neutral200: #eff8ff;
	--neutral300: #9ca3af;
	--neutral400: #596068;
	--neutral500: #303030;

	--customRed50: #fef2f2;
	--customRed500: #D70017;
	--customRed600: #B20013;

	--primaryColor: var(--customRed500);
	--secondaryColor: var(--customRed600);

	--primaryFont:'Avenir LT Std';

	--swiper-theme-color: var(--customRed500);

	--wp--preset--font-size--small: 12px;
	--wp--preset--font-size--medium: 16px;
	--wp--preset--font-size--large: 24px;
	--wp--preset--font-size--x-large: 36px;
	--wp--preset--font-size--xx-large: 48px;

	--wp--preset--spacing--20: 30px !important;
	--wp--preset--spacing--30: 50px !important;
	--wp--preset--spacing--40: 70px !important;
	--wp--preset--spacing--50: 90px !important;
	--wp--preset--spacing--60: 130px !important;
	--wp--preset--spacing--70: 180px !important;
	--wp--preset--spacing--80: 220px !important;

	--containerWidth: 1320px;
}

*{
	box-sizing: border-box;
}

html,body{
	margin:0;
	padding:0;
	font-size:16px;
	line-height:100%;
}

body{
	line-height: 100%;
	font-family: var(--primaryFont);
	color: var(--neutral500);
	background: var(--neutralWhite);
}

h1,
h2,
h3,
h4,
h5{
	margin: 0 0 10px 0;
	line-height: 100%;
}

p{
	font-size: 16px;
	margin: 0 0 20px 0;
	line-height: 150%;
}

ul, ol{
	font-size: 16px;
	line-height: 150%;
	margin: 0 0 20px 0;
}

p:last-child,
ul:last-child,
ol:last-child{
	margin-bottom: 0;
}

ul:empty,
ol:empty,
li:empty,
p:empty{
	display: none;
}

img{
	max-width: 100%;
	height: auto;
	border:none;
	outline:none;
}

a{
	color: currentColor;
}

a, a:hover{
	text-decoration:none
}

input,
select,
textarea,
button{
	font-family: var(--primaryFont);
	outline: none;
}

::-webkit-scrollbar{
	width: 5px;
}

::-webkit-scrollbar-track{
	background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb{
	background: rgba(0, 0, 0, 0.2);
}

/*** WP BLOCKS ***/

/* PADDING */
.padding-all-preset-spacing-0{
	padding: 0;
}

.padding-all-preset-spacing-20{
	padding: var(--wp--preset--spacing--20);
}

.padding-all-preset-spacing-30{
	padding: var(--wp--preset--spacing--30);
}

.padding-all-preset-spacing-40{
	padding: var(--wp--preset--spacing--40);
}

.padding-all-preset-spacing-50{
	padding: var(--wp--preset--spacing--50);
}

.padding-all-preset-spacing-60{
	padding: var(--wp--preset--spacing--60);
}

.padding-all-preset-spacing-70{
	padding: var(--wp--preset--spacing--70);
}

.padding-all-preset-spacing-80{
	padding: var(--wp--preset--spacing--80);
}

.padding-top-preset-spacing-0{
	padding-top: 0;
}

.padding-top-preset-spacing-20{
	padding-top: var(--wp--preset--spacing--20);
}

.padding-top-preset-spacing-30{
	padding-top: var(--wp--preset--spacing--30);
}

.padding-top-preset-spacing-40{
	padding-top: var(--wp--preset--spacing--40);
}

.padding-top-preset-spacing-50{
	padding-top: var(--wp--preset--spacing--50);
}

.padding-top-preset-spacing-60{
	padding-top: var(--wp--preset--spacing--60);
}

.padding-top-preset-spacing-70{
	padding-top: var(--wp--preset--spacing--70);
}

.padding-top-preset-spacing-80{
	padding-top: var(--wp--preset--spacing--80);
}

.padding-bottom-preset-spacing-0{
	padding-bottom: 0;
}

.padding-bottom-preset-spacing-20{
	padding-bottom: var(--wp--preset--spacing--20);
}

.padding-bottom-preset-spacing-30{
	padding-bottom: var(--wp--preset--spacing--30);
}

.padding-bottom-preset-spacing-40{
	padding-bottom: var(--wp--preset--spacing--40);
}

.padding-bottom-preset-spacing-50{
	padding-bottom: var(--wp--preset--spacing--50);
}

.padding-bottom-preset-spacing-60{
	padding-bottom: var(--wp--preset--spacing--60);
}

.padding-bottom-preset-spacing-70{
	padding-bottom: var(--wp--preset--spacing--70);
}

.padding-bottom-preset-spacing-80{
	padding-bottom: var(--wp--preset--spacing--80);
}

/* GRADIENT */
.gradient-gw400-to-gw700{
	background: linear-gradient(120deg, var(--gw400) 0%, var(--gw700) 100%);
}

.gradient-gw400-to-gw700-revert{
	background: linear-gradient(120deg, var(--gw700) 0%, var(--gw400) 100%);
}

/* COLUMNS */
.wp-block-columns.row{
	flex-wrap: wrap !important;
	gap:0;
}

.wp-block-column.col,
.wp-block-column[class*="col-"]{
	flex-basis: unset !important;
	flex-grow: unset !important;
	margin-top: var(--bs-gutter-y);
}

.wp-block-columns:last-child{
	margin-bottom: 0;
}

/* IMAGES */
:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){
	border-radius: 8px !important;
}

.wp-block-video{
	border-radius: 8px;
	overflow: hidden;
}

.wp-block-video:last-child{
	margin-bottom: 0;
}

/* QUOTES */
.wp-block-quote{
	margin: 30px 0;
    padding: 2px 0 3px 20px;
    border-left: 2px solid var(--neutral300);
}

.wp-block-quote p{
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
}

/* SEPARATORS */
.wp-block-separator{
	width: 100%;
	max-width: var(--containerWidth);
	margin: 10px auto;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
}

.wp-block-separator.has-neutral-100-background-color{
	border-color: var(--neutral100);
}

.wp-block-separator.has-neutral-200-background-color{
	border-color: var(--neutral200);
}

.wp-block-separator.has-neutral-300-background-color{
	border-color: var(--neutral300);
}

.wp-block-separator.has-neutral-400-background-color{
	border-color: var(--neutral400);
}

.wp-block-separator.has-neutral-500-background-color{
	border-color: var(--neutral500);
}

/*** TEXT COLORS ***/
.text-color---neutralWhite{
	color: var(--neutralWhite);
}

.text-color---neutral100{
	color: var(--neutral100);
}

.text-color---neutral200{
	color: var(--neutral200);
}

.text-color---neutral300{
	color: var(--neutral300);
}

.text-color---neutral400{
	color: var(--neutral400);
}

.text-color---neutral500{
	color: var(--neutral500);
}

.text-color---customRed500{
	color: var(--customRed500);
}

.text-color---customRed600{
	color: var(--customRed600);
}

.text-color---gw800{
	color: var(--gw800);
}

.text-color---gw700{
	color: var(--gw700);
}

.text-color---gw600{
	color: var(--gw600);
}

.text-color---gw500{
	color: var(--gw500);
}

.text-color---gw400{
	color: var(--gw400);
}

.text-color---gw300{
	color: var(--gw300);
}

.text-color---gw200{
	color: var(--gw200);
}

/*** BACKGROUND COLORS ***/
.bg-color---neutralWhite{
	background-color: var(--neutralWhite);
}

.bg-color---neutral100{
	background-color: var(--neutral100);
}

.bg-color---neutral200{
	background-color: var(--neutral200);
}

.bg-color---neutral300{
	background-color: var(--neutral300);
}

.bg-color---neutral400{
	background-color: var(--neutral400);
}

.bg-color---neutral500{
	background-color: var(--neutral500);
}

.bg-color---customRed500{
	background-color: var(--customRed500);
}

.bg-color---customRed600{
	background-color: var(--customRed600);
}

.bg-color---gw800{
	background-color: var(--gw800);
}

.bg-color---gw700{
	background-color: var(--gw700);
}

.bg-color---gw600{
	background-color: var(--gw600);
}

.bg-color---gw500{
	background-color: var(--gw500);
}

.bg-color---gw400{
	background-color: var(--gw400);
}

.bg-color---gw300{
	background-color: var(--gw300);
}

.bg-color---gw200{
	background-color: var(--gw200);
}

/*** GRAVITY FORMS ***/
.gform_description:empty,
.gform_heading{
	display: none !important;
}

.form_wrapper .gform_wrapper.gravity-theme input[type=text],
.form_wrapper .gform_wrapper.gravity-theme input[type=email],
.form_wrapper .gform_wrapper.gravity-theme input[type=tel],
.form_wrapper .gform_wrapper.gravity-theme input[type=number],
.form_wrapper .gform_wrapper.gravity-theme textarea{
	border-radius: 8px;
	height: 50px;
	border:1px solid var(--neutral300);
}

.form_wrapper .gform_wrapper.gravity-theme .gfield_label{
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
	font-weight: normal;
}

.form_wrapper .gform_wrapper.gravity-theme .gform_fields{
    grid-row-gap: 20px;
}

/*** MISC ***/
.container{
	max-width: var(--containerWidth);
}

.wp-element-button,
.button{
	--btnColor: var(--customRed500);
    --btnColorHover: var(--customRed600);
    --btnTextColor: var(--neutralWhite);
    display: inline-flex;
    align-items: center;
    justify-content: center;
	gap: 10px;
    position: relative;
    background: var(--btnColor);
    color: var(--btnTextColor);
    border-radius:5px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 24px;
    line-height: 24px;
    text-align: center;
    transition: all 0.3s;
}

.wp-element-button:hover,
.button:hover{
	background: var(--btnColorHover);
}

.is-style-outline .wp-element-button,
.button.outline_button{
	background: none;
	border:1px solid var(--btnColor);
	color: var(--btnColor);
}

.is-style-outline .wp-element-button:hover,
.button.outline_button:hover{
	background: var(--btnColor);
	color: var(--btnTextColor);
}

.lightgray_button{
	--btnColor: var(--neutral300);
	--btnColorHover: var(--neutral400);
	--btnTextColor: var(--neutral500);
	--btnTextColorHover: var(--neutralWhite);
}

.lightgray_button:hover{
	--btnColor: var(--neutral400);
	--btnColorHover: var(--neutral500);
	--btnTextColor: var(--neutralWhite);
	--btnTextColorHover: var(--neutralWhite);
}

.arrow_button::after{
	content: '';
	width: 24px;
	height: 24px;
	background-image: url(../images/right-arrow-alt.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.arrow_button.white{
	padding: 10px 20px;
	--btnColor: var(--customRed50);
	--btnColorHover: var(--neutralWhite);
	--btnTextColor: var(--neutral500);
	--btnTextColorHover: var(--neutral500);
}
.arrow_button.white::after{
	display: none;
}
.arrow_button.white::before{
	content: '';
	width: 24px;
	height: 24px;
	background-image: url(../images/user.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.arrow_button.white.loading::before{
	width: 14px;
	height: 14px;
	background-image: none;
	border-width: 3px;
	border-style: solid;
	border-color: var(--customRed500) var(--customRed500) var(--customRed500) transparent;
	border-radius: 50%;
	animation: spin 0.5s linear infinite;
}

.is-style-section_title{
	position: relative;
	font-size: 48px;
	font-weight: 800;
	line-height: 120%; 
	letter-spacing: -0.48px;
	padding-top: 35px;
	text-transform: uppercase;
}
h1.is-style-section_title{
	font-size: clamp(50px, 7vw, 150px);
	line-height: 90%;
}

.is-style-section_title::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 65px;
	height: 3px;
	background-color: var(--customRed500);
	transform: skewX(-20deg);
}

.has-text-align-center::before{
	left: 50%;
	transform: translateX(-50%);
}



h1.is-style-section_title::before{
	display: none;
}

h3.is-style-section_title{
	font-size: 30px;
}

.is-style-section_title_alt{
	padding-top: 0;
	position: relative;
	font-size: 48px;
	font-weight: 800;
	line-height: 120%; 
	letter-spacing: -0.48px;
	text-transform: uppercase;
}
h1.is-style-section_title_alt{
	font-size: 70px;
}
h3.is-style-section_title_alt{
	font-size: 32px;
}

.is-style-section_title_alt::before{
	display: none;
}

.is-style-section_subtitle{
	font-size: 23px;
	font-weight: normal;
	line-height: 130%;
}

.is-style-blured_bg > img{
	filter: blur(5px);
}

.blur_box{
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.box_shadowed{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.classes_schedule{
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
}

.classes_schedule td{
	padding: 10px;
}

.classes_schedule td:first-child{
	width: 170px;
}

.wp-block-read-more{
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	margin-block-start: 20px !important;
}

.wp-block-read-more::after{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(../images/chevron-right.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.related_post_metadata{
	color: #656767;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%; /* 21px */
	margin-bottom:15px !important;
}

/*** HEADER ***/
#top_bar_announcement{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: var(--customRed500);
    color: var(--neutralWhite);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    z-index: 99;
}
#top_bar_announcement.closed{
	transform: translateY(-100%);
	transition:transform 0.5s;
}
.admin-bar #top_bar_announcement{
	top:32px;
}
.top_bar_announcement_close{
	position: absolute;
	top: calc(50% - 16px);
	right: 10px;
	width: 32px;
	height: 32px;
	background-image: url(../images/close_white.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
#top_bar_announcement p{
	margin-bottom: 0;
}

#header{
	position: fixed;
	top: 20px;
	left: 50%;
	width: calc(100% - 40px);
	max-width: var(--containerWidth);
	border-radius: 4px;
	background: rgba(48, 48, 48, 0.40);
	backdrop-filter: blur(6px);
	color: var(--neutralWhite);
	padding: 16px;
	z-index: 99;
	transform: translateX(-50%);
	transition:top 0.3s;
}
.page_header_solid_black #header{
	background: var(--neutral500);
}
.admin-bar #header{
	top: 56px;
}
#top_bar_announcement + #header{
	top: 80px;
}
.admin-bar #top_bar_announcement + #header{
	top: 100px;
}
.admin-bar.float_active #top_bar_announcement + #header{
	top: 56px;
}
.float_active #top_bar_announcement + #header{
	top:20px;
}

#header_logo{
	display: inline-block;
	max-width: 100%;
	width: 150px;
}

/*** HEADER MENU ***/
#header_menu{
	list-style: none;
    gap: 40px;
    font-size: 16px;
    font-weight: 300;
}

#header_menu > li{
	position: relative;
	line-height: 50px;
}

#header_menu .menu-item-has-children a{
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

#header_menu .menu-item-has-children a::after{
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(../images/down.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#header_menu .sub-menu{
	position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    background: var(--neutralWhite);
    border-radius: 6px;
    padding:10px 0;
    list-style: none;
    text-align: left;
	font-size: 14px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	transform: translateY(10px);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

#header_menu > li:hover > .sub-menu{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

#header_menu .sub-menu a{
	display: inline-block;
	padding: 5px 15px;
}

#header_menu a{
	transition: all 0.3s;
}

#header_menu a:hover{
	color: var(--customColor500);
}

/*** MOBILE MENU ***/
#menu_trigger{
	position: relative;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

#menu_trigger::after{
	content: '';
	position: absolute;
	top:calc(50% - 1px);
	left: 50%;
	width: 25px;
	height: 2px;
	background:currentColor;
	transition:all 0.5s;
	transform: translateX(-50%);
}

.menu_open #menu_trigger::after{
	transform: translateX(100%);
	opacity: 0;
}

#menu_trigger i{
	position: absolute;
	top:50%;
	left:50%;
	width: 25px;
	height: 16px;
	transform: translate(-50%, -50%);
}

#menu_trigger i::before{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 2px;
	background:currentColor;
	transition:all 0.5s;
}

.menu_open #menu_trigger i::before{
	transform: translate(0px, 5px) rotate(45deg);
}

#menu_trigger i::after{
	content: '';
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	height: 2px;
	background:currentColor;
	transition:all 0.5s;
}

.menu_open #menu_trigger i::after{
	transform: translate(0px, -8px) rotate(-45deg);
}

.menu_open{
	overflow: hidden;
}

#mobile_menu_wrapper{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: rgb(0 0 0 / 66%);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
    color: var(--neutralWhite);
	padding: 0 40px;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.menu_open #mobile_menu_wrapper{
	opacity: 1;
	visibility: visible;
}

#mobile_menu{
	font-size: 25px;
    line-height: 150%;
    max-height: calc(100vh - 200px);
    gap: 20px;
    list-style: none;
    padding: 0;
    overflow: auto;
}

#mobile_menu > li.menu-item-has-children > a{
	padding-right: 25px;
    position: relative;
    margin-right: -25px;
}

#mobile_menu > li.menu-item-has-children > a::after{
	content: '';
	position: absolute;
	top: calc(50% - 10px);
	right: 0;
	width: 20px;
	height: 20px;
	background-image: url(../images/down.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.3s;
}

#mobile_menu > li.menu-item-has-children.open > a::after{
	transform: rotate(180deg);
}

#mobile_menu .sub-menu{
	background: var(--red500);
    list-style: none;
    padding: 10px 15px;
    border-radius: 6px;
	display: none;
}

#mobile_menu .sub-menu li{
	padding: 5px 0;
}

/*** FOOTER ***/
#footer{
	background-color: var(--neutral500);
	color: var(--neutralWhite);
	font-weight: 300;
}

#footer_widgets_area_wrapper{
	padding: 70px 0;
	font-size: 14px;
	overflow: hidden;
}

#footer_bottom_bar{
	font-size: 14px;
	padding: 30px 0 80px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

#footer_widgets_area_wrapper .wp-block-social-links{
	font-size: 23px;
    margin-top: 20px;
}

.footer_widget .wp-block-list{
	padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.footer_widget .wp-block-heading{
	font-size: 22px;
    font-weight: normal;
}

.icon_list_item p{
	width: calc(100% - 30px);
}
#footer .gform_wrapper.gravity-theme input[type=text],
#footer .gform_wrapper.gravity-theme input[type=email]{
	padding:0 10px;
	height: 40px;
	border-radius: 6px;
	border: 1px solid var(--Opacity-Neutral-Darkest-15, rgba(8, 1, 2, 0.15));
	background: var(--Opacity-Neutral-Darkest-40, rgba(8, 1, 2, 0.40));
	color: var(--neutralWhite);
}

#footer .gform-button{
	height: 40px;
	padding: 0 20px;
	background:var(--neutralWhite);
	color: var(--neutral500);
}

#footer h3{
	color: var(--neutralWhite);
	font-size: 16px;
	font-weight: 300;
	line-height: 150%; /* 24px */
}

#footer .wp-block-list{
	font-size: 14px;
}

#footer_menu{
	gap: 24px;
}

#footer_menu a{
	text-decoration: underline;
}

.overlap_image{
	position: relative;
	z-index: 9;
}

/*** NUMBER BOX ***/
.number_icon{
	display: inline-flex;
    width: 100px;
    height: 100px;
    background: var(--neutral200);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    font-weight: bold;
	padding: 0;
}

.number_icon.has-large-font-size{
	width: 80px;
	height: 80px;
}

.numbers_box_title{
	font-size: 23px;
    font-weight: 400;
}

/*** IMAGES SLIDER ***/
.images_slider_item{
	aspect-ratio: 1 / 0.6;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.slider_nav{
	position: absolute;
	top: calc(50% - 20px);
	width: 50px;
	height: 50px;
	background-color: var(--customColor500);
	background-image: url(../images/arrow-right.svg);
	background-size: 30px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 2;
}

.slider_nav_prev{
	left: 0;
	border-radius: 90px 0 0 90px;
	transform: scaleX(-1);
}

.slider_nav_next{
	right: 0;
	border-radius: 99px 0 0 99px;
}

.images_slider{
	border-radius: 10px;
}

.fleet_box_title{
	text-transform: uppercase;
    font-size: 24px;
}

/*** SCROLL GALLERY ***/
.gallery_marquee_component{
	margin-block-start: 10px !important;
	overflow: hidden;
	position: relative;
}
 .images_slider_item{
	width: 100%;
	aspect-ratio: 1 / 0.7;
	border-radius: 10px;
	transition: transform 0.3s ease;
}

.custom_video_component{
	aspect-ratio: 10/6;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
}

.custom_video_component .custom_video_thumbnail{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 2;
	cursor: pointer;
	border-radius: 10px;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.custom_video_component .custom_video_thumbnail i{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	background-image: url(../images/play-circle.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform: translate(-50%, -50%);
	transition: transform 0.3s ease;
}

.custom_video_component .custom_video_thumbnail i:hover{
	transform: translate(-50%, -50%) scale(1.1);
}

.custom_video_component .custom_video_component_video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.custom_video_component video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Playing state */
.custom_video_component.playing .custom_video_thumbnail{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.custom_video_component.playing .custom_video_component_video{
	z-index: 3;
}

.custom_video_component.playing video{
	cursor: pointer;
}

/*** MAP COMPONENT ***/
.map_component{
	width: 100%;
	margin: 20px 0;
}

.map_component_inner{
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.map_component_map{
	width: 100%;
	min-height: 300px;
	height: 400px;
}

/* Info Window Styles */
.map-info-window{
	padding: 10px;
	max-width: 250px;
}

.map-info-window h4{
	margin: 0 0 8px 0;
	font-size: 16px;
	font-weight: 600;
	color: var(--neutral600);
}

.map-info-window p{
	margin: 0 0 5px 0;
	font-size: 14px;
	line-height: 1.4;
	color: var(--neutral500);
}

.map-info-window p:last-child{
	margin-bottom: 0;
}

.map-info-window small{
	font-size: 12px;
	color: var(--neutral400);
}

/*** ACCORDION ITEM COMPONENT ***/
.accordion_item_component{
	background-color: var(--neutralWhite);
    border-radius: 8px;
    border: 1px solid var(--neutral150);
}

.accordion_item_component .accordion_item_header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	cursor: pointer;
}

.accordion_item_component .accordion_item_header .wp-block-heading{
	font-size: 20px;
	line-height: 140%;
	letter-spacing: -0.2px;
}

.accordion_item_component .accordion_item_header::after{
	content: '';
	width: 32px;
	height: 32px;
	background-image: url(../images/chevron-right.svg);
	background-size: 32px;
	background-position: center;
	background-repeat: no-repeat;
	transform: rotate(90deg);
	transition: all 0.3s;	
}

.open .accordion_item_header::after{
	transform: rotate(270deg);
}

.accordion_item_content{
	padding: 0 0 30px 0;
}

.services_grid a{
	display: flex;
}

.services_grid a .box_shadowed{
	width: 100%;
	transition: all 0.3s;
}

.services_grid a:hover .box_shadowed{
	background-color: var(--neutral100);
}

/*** REGILAR PAGES ***/
.page_content_wrapper{
	padding: 100px 0;
}

.page_title{
	font-size: 40px;
	margin-bottom: 50px;
}

/*** ARCHIVE PAGES ***/
.wp-block-categories-list{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.wp-block-categories-list li{
	display: inline-block;
	padding: 5px 15px;
	background-color: var(--neutral100);
	border-radius: 6px;
	font-size: 12px;
}

/*** SINGLE POSTS ***/
.post_single_landing{
	padding: 300px 0 150px;
    color: #FFF;
    background-size: cover;
    background-position: center;
}

.post_single_landing::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.post_single_landing .container{
	position: relative;
	z-index: 2;
}

.share_links > *{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: var(--neutral100);
	border-radius: 50%;
	transition: all 0.3s;
}

.share_links > *:hover{
	background-color: var(--customRed500);
}

.share_links i{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.fa-link{
	background-image: url(../images/link-alt.svg);
}

.fa-linkedin{
	background-image: url(../images/LinkedIn.svg);
}

.fa-twitter{
	background-image: url(../images/X.svg);
}

.fa-facebook{
	background-image: url(../images/Facebook.svg);
}

.related_posts_section{
	padding: 0 0 100px 0;
}

.author_avatar img{
	border-radius: 50%;
}

.sidebar_author_avatar{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
}

.post_single_sidebar_widget{
	padding-bottom:45px;
	margin-bottom: 45px;
	border-bottom: 1px solid rgba(8, 1, 2, 0.15);
}

.post_single_sidebar_widget:last-child{
	border-bottom: none;
}

.post_single_sidebar_title{
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 16px;
}

.newsletter_form_notice{
	font-size: 12px;
	font-weight: 400;
	line-height: 150%;
}

.sidebar_newsletter_form .gform_footer{
	padding:0 !important;
	margin:10px 0 0 0 !important;
}

.sidebar_newsletter_form .gform_wrapper.gravity-theme input[type=email],
.sidebar_newsletter_form .gform_wrapper.gravity-theme input[type=text]{
	height: 44px !important;
	padding: 0 16px !important;
	border-radius: 6px !important;
	border: 1px solid rgba(8, 1, 2, 0.15) !important;
	background: rgba(8, 1, 2, 0.05) !important;
}

.related_posts_section_subtitle{
	margin-bottom: 15px;
}

.post_single_sidebar_wrapper{
	position: sticky;
	top: 140px;
}

.page_content h2{
	font-size: 40px;
	line-height: 120%;
	letter-spacing: -0.4px;
	text-transform: uppercase;
	margin: 35px 0 15px;
}

.page_content h2:first-child{
	margin-top: 0;
}

.hero_newsletter_form .gform_wrapper.gravity-theme input[type=email],
.hero_newsletter_form .gform_wrapper.gravity-theme input[type=text]{
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: rgba(255, 255, 255, 0.10);
	padding: 11px;
}

.hero_newsletter_form .gform_footer{
	display: none !important;
}

.featured_post{
	overflow: hidden;
}

.featured_post_content{
	height: 100%;
}

.featured_post_content .featured_post_metadata{
	margin-top: auto;
}

.featured_post_metadata > *{
	display: inline-flex;
	gap: 10px;
	align-items: center;
}

.featured_post_metadata > *:not(:last-child)::after{
	content:'';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: currentColor;
}

.faqs_sidebar{
	position: sticky;
	top: 160px;
}

#faqs_menu{
	list-style: none;
	padding: 0;
	margin:40px 0 0 0;
}

#faqs_menu li a{
	display: inline-block;
    padding: 12px 20px;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.2px;
    border-left: 3px solid transparent;
    color: #7F8181;
    font-weight: 500;
    transition: all 0.3s;
}

#faqs_menu li a.active{
	border-color: var(--customRed500);
	background-color: var(--customRed50);
	color: var(--neutral500);
}

/*** SIGNUP FORM ***/
.signup_columns_wrapper{
	overflow: hidden;
}
.signup_flow_content{
	max-width: 560px;
	margin: 0 auto;
}
.signup_flow_component{
    position: relative;
}

.signup_flow_content{
	padding: 100px 30px;
}

.signup_flow_component::before{
	content:'';
	position: absolute;
	top:0;
	right:0;
	width: 50%;
	height: 100%;
	background-image: var(--bgImage);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.signup_form_wrapper{
	padding: 50px;
	background-color: var(--neutral100);
	border-radius: 8px;
	border: 1px solid rgba(8, 1, 2, 0.15);
}

.signup_form_wrapper,
.signup_form_wrapper p{
	font-size: 15px;
}

.back_wrapper{
	position: absolute;
    top: -60px;
    left: 0;
}

.back_button{
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
}

.back_button::before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/arrow-left.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.signup_flow_steps{
	position: relative;
	margin-bottom: 32px;
}

.signup_flow_steps::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(8, 1, 2, 0.15);
}

.signup_step{
	position:relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: var(--neutral100);
	border: 1px solid rgba(8, 1, 2, 0.15);
	transition: all 0.3s;
}

.signup_step.active{
	background-color: var(--customRed500);
	color: var(--neutralWhite);
	border-color: var(--customRed500);
}

.signup_flow_step_title{
	color: var(--neutral500);
	text-align: center;
	font-size: 32px;
	font-weight: 800;
	line-height: 130%;
	letter-spacing: -0.32px;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.signup_flow_step_form{
	margin-top: 32px;
}

.signup_flow_step_form label{
	display: block;
	color: var(--neutral500);
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 8px;
}

.signup_flow_step_form input[type=text],
.signup_flow_step_form input[type=email],
.signup_flow_step_form input[type=tel],
.signup_flow_step_form input[type=password],
.signup_flow_step_form select{
	width: 100%;
	height: 40px;
	padding: 8px 12px;;
	border-radius: 6px;
	border: 1px solid rgba(8, 1, 2, 0.15);
	background-color:  rgba(8, 1, 2, 0.05);
	padding: 8px 12px;
}

.signup_flow_step_form input[type=tel]{
	padding-left: 45px;
	background-image: url(../images/phone-black.svg);
	background-size: 20px;
	background-position: left 12px center;
	background-repeat: no-repeat;
}

.signup_flow_step_form input[type=email]{
	padding-left: 45px;
	background-image: url(../images/envelope.svg);
	background-size: 20px;
	background-position: left 12px center;
	background-repeat: no-repeat;
}
.optional_field_toggle{
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
	cursor: pointer;
}
.optional_field_toggle span{
	display: inline-block;
	line-height: 25px;
}
.optional_field_toggle::before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/chevron-down.svg);
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.optional_field_toggle.active::before{
	transform: rotate(180deg);
}

.optional_field{
	display: none;
}

/* Loading state for signup form */
.signup_flow_step_form.loading{
	position: relative;
}

.signup_flow_step_form.loading::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
}

.signup_flow_step_form.loading::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	border: 3px solid #f3f3f3;
	border-top: 3px solid var(--customRed500);
	border-radius: 50%;
	animation: spin 1s linear infinite;
	z-index: 1000;
}

@keyframes spin{
	0% { transform: rotate(0deg); }

	100%{ transform: rotate(360deg); }
}
.reveal_field_trigger{
	margin-bottom: 8px;
	cursor: pointer;
}

.reveal_field_trigger::before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/chevron-down.svg);
	transition: all 0.3s;
}

.reveal_field{
	display: none;
}

.reveal_field_trigger.active::before{
	transform: rotate(180deg);
}

.membership_box_title{
	color: #FCA5A7;
	font-size: 20px;
	font-weight: 800;
	line-height: 130%;
	letter-spacing: -0.2px;
	text-transform: uppercase;
}

.membership_box_price{
	color: var(--neutralWhite);
	font-size: 40px;
	font-weight: 800;
	line-height: 120%;
	letter-spacing: -0.4px;
	text-transform: uppercase;
}

.membership_box_price mark{
	font-size: 20px;
	font-weight: 800;
	line-height: 120%;
	letter-spacing: -0.2px;
	text-transform: none;
}

.box_tag{
	display: inline-block;
	padding: 6px 16px;
	border-radius: 8px;
	background: #323333;
}

.class_packs_box p:not(.membership_box_price){
	color: #D1D1D1;
	font-size: 20px;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -0.2px;
}

.single-post h1.is-style-section_title{
    font-size: clamp(30px, 7vw, 48px);
}

/*** CLASS SELECTION COMPONENT ***/
.class_selector_header{
    padding: 20px 25px;
}

.class_selector_location{
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.class_selector_settings_trigger{
    width: 30px;
    height: 30px;
	background-image:  url(../images/equalizer.svg);
	background-size: 24px;
	background-position: center;
	background-repeat: no-repeat;
    transition: all 0.3s ease;
    cursor: pointer;
}

.class_selector_header{
    position: relative;
}

/* LOCATIONS LIST DROPDOWN */
.locations_list{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition: all 0.3s ease;
}

.locations_list.show{
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.locations_list_item{
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    transition: background-color 0.2s ease;
}

.locations_list_item:last-child{
    border-bottom: none;
    border-radius: 0 0 12px 12px;
}

.locations_list_item:hover{
    background-color: #f8f9fa;
}

.locations_list_item.active{
    background-color: var(--customRed50);
    border-left: 4px solid var(--customRed500);
}

.locations_list_item_name{
    font-weight: 600;
    font-size: 16px;
    color: #333;
    margin-bottom: 4px;
}

.locations_list_item_address{
    font-size: 14px;
    color: #666;
    line-height: 1.3;
}

.locations_list_item.active .locations_list_item_name{
    color: var(--customRed600);
}

.locations_list_item.active .locations_list_item_address{
    color: var(--customRed500);
}

/* LOADING STATE */
.locations_list_item.loading{
    opacity: 0.6;
    pointer-events: none;
}

/* SCROLLBAR STYLING */
.locations_list::-webkit-scrollbar{
    width: 6px;
}

.locations_list::-webkit-scrollbar-track{
    background: #f1f1f1;
    border-radius: 3px;
}

.locations_list::-webkit-scrollbar-thumb{
    background: #c1c1c1;
    border-radius: 3px;
}

.locations_list::-webkit-scrollbar-thumb:hover{
    background: #a1a1a1;
}

/* RESPONSIVE DESIGN */


.calendar_date_swiper_wrapper{
    padding: 10px;
    border-bottom: 1px solid #e9ecef;
}

.calendar_date_swiper_prev,
.calendar_date_swiper_next{
    width: 30px;
    height: 30px;
	background-image:  url(../images/chevron-right.svg);
	background-size: 30px;
	background-position: center;
	background-repeat: no-repeat;
    transition: all 0.3s ease;
    cursor: pointer;
}

.calendar_date_swiper_prev{
	transform:scaleX(-1);
}

.calendar_date_item{
	text-align: center;
	border-width: 0 0 3px 0;
	border-style: solid;
	border-color: transparent;
	padding-bottom: 15px;
    cursor: pointer;
	color:var(--neutral300);
	transition: all 0.3s ease;
}

.calendar_date_item:hover{
	border-color: var(--neutral300);
}

.calendar_date_item.active{
	border-color: var(--customRed500);
	color:var(--neutral500);
}

.calendar_date_item_weekday{
    font-size: 12px;
    font-weight: 500;
    opacity: 0.8;
    margin-bottom: 4px;
}

.calendar_date_item_day{
    font-size: 20px;
    font-weight: 700;
}

.calendar_class_list_box{
    padding: 0;
}

.calendar_class_list_header{
    padding: 20px 25px;
    background: white;
    border-bottom: 1px solid #e9ecef;
}

.calendar_class_list_title{
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: var(--neutral500);
}

.get_current_date_trigger{
    background: var(--customRed500);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.get_current_date_trigger:hover{
    background: var(--customRed600);
    transform: translateY(-1px);
}

.calendar_class_list_item{
    padding: 20px 25px;
    border-bottom: 1px solid #dddddd;
    transition: all 0.3s ease;
}

.calendar_class_list_item:not(.past_class):hover{
	background-color: #FFF;
}

.calendar_class_list_item:last-child{
    border-bottom: none;
}

.calendar_class_list_item[data-available="false"]{
    opacity: 0.6;
    background: #f8f9fa;
	pointer-events: none;
}

.calendar_class_list_item.no_classes{
    cursor: default;
    text-align: center;
    color: var(--neutral300);
}

.calendar_class_list_item.no_classes:hover{
    background: white;
}

.calendar_class_list_item_time{
    font-size: 18px;
    font-weight: 700;
    color: var(--customRed500);
    margin-bottom: 4px;
}

.calendar_class_list_item_duration{
    font-size: 12px;
    color: var(--neutral300);
    display: block;
    margin-bottom: 12px;
}

.calendar_class_list_item_trainer_image{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #e9ecef;
}

.calendar_class_list_item_trainer_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.calendar_class_list_item_title{
    font-size: 18px;
    font-weight: 700;
    color: var(--neutral500);
    margin-bottom: 8px;
}

.calendar_class_list_item_trainer_name,
.calendar_class_list_item_salon_name,
.calendar_class_list_item_location_name{
    font-size: 14px;
    color: var(--neutral300);
    margin-bottom: 4px;
}

.calendar_class_list_item_trainer_name{
    font-weight: 600;
    color: var(--neutral400);
}

.calendar_class_list_item_actions{
    text-align: right;
}

.book_class_btn,
.waitlist_btn{
    min-width: 80px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.book_class_btn{
    background: var(--customRed500);
    color: white;
}

.book_class_btn:hover{
    background: var(--customRed600);
    transform: translateY(-1px);
}

.waitlist_btn{
    background: #6c757d;
    color: white;
}

.waitlist_btn:hover{
    background: #5a6268;
    transform: translateY(-1px);
}

.spots_available{
    color: var(--neutral300);
    font-size: 11px;
    margin-top: 4px;
}

.badge{
    padding: 4px 8px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 4px;
}

.bg-danger{
    background: #dc3545;
    color: white;
}

/* Loading states */
.loading{
    opacity: 0.6;
    pointer-events: none;
}

.calendar_class_list.loading{
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*** PAYMENT FORM ***/
.payment_summary{
	background: #f8f9fa;
	border: 1px solid #e9ecef;
	border-radius: 8px;
	padding: 20px;
	margin-top: 20px;
}

.payment_summary h4{
	margin-bottom: 15px;
	color: #333;
}

.payment_details{
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.payment_item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0;
}

.payment_item.payment_total{
	border-top: 1px solid #dee2e6;
	padding-top: 10px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 1.1em;
}

.payment_label{
	color: #666;
}

.payment_value{
	color: #333;
	font-weight: 500;
}

.checkbox_label{
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
}

.checkbox_label input[type="checkbox"]{
	margin: 0;
}

.form_actions{
	margin-top: 30px;
}

.button_loader{
	display: none;
}

.loading .button_text{
	display: none;
}

.loading .button_loader{
	display: inline-flex;
	align-items: center;
}

/* Card number formatting */
#card_number{
	font-family: monospace;
	letter-spacing: 1px;
}

/* Expiry date formatting */
#expiry{
	font-family: monospace;
}

/* CVV field styling */
#cvv{
	font-family: monospace;
}

/* Class Reservation Page Styles */
.class_reservation_header{
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    margin-bottom: 2rem;
}

.class_reservation_header h1{
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.class_list_container{
    min-height: 200px;
}

.class_list_container.loading{
    opacity: 0.7;
    pointer-events: none;
}

.class_info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.class_details{
    flex: 1;
    min-width: 200px;
}

.class_name{
    font-weight: 600;
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 0.5rem;
}

.class_time{
    color: #666;
    font-size: 0.9rem;
}

.class_location{
    color: #666;
    font-size: 0.9rem;
}

.class_instructor{
    color: #666;
    font-size: 0.9rem;
}

.class_actions{
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.btn-book{
    background-color: #28a745;
    border-color: #28a745;
    color: white;
}

.btn-book:hover{
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-waitlist{
    background-color: #6c757d;
    border-color: #6c757d;
    color: white;
}

.btn-waitlist:hover{
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-booked{
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: white;
    cursor: not-allowed;
}

.btn-waitlisted{
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529;
    cursor: not-allowed;
}

/* Authentication Status Card */
.card{
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 12px;
}

.card-title{
    color: #333;
    font-weight: 600;
    margin-bottom: 1rem;
}

/* Form Controls */
.form-select{
    border-radius: 8px;
    border: 1px solid #ced4da;
    padding: 0.75rem;
    transition: border-color 0.3s ease;
}

.form-select:focus{
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

/* Loading Spinner */
.spinner-border{
    color: #667eea;
}

/* Responsive Design */


/* OAuth2 Diagnostic Page Styles */
.oauth2_diagnostic_header{
    background: linear-gradient(135deg, var(--gw400) 0%, var(--gw700) 100%);
    color: white;
    border-radius: 10px;
    margin-bottom: 30px;
}

.oauth2_diagnostic_header h1{
    margin-bottom: 10px;
    font-size: 2.5rem;
    font-weight: bold;
}

.oauth2_diagnostic_header p{
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 0;
}

.card{
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.card-header{
    background-color: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 20px;
    border-radius: 8px 8px 0 0;
}

.card-body{
    padding: 20px;
}

.text-success{
    color: #28a745 !important;
}

.text-warning{
    color: #ffc107 !important;
}

.text-danger{
    color: #dc3545 !important;
}

.calendar_class_list_item.btn-success{
	background-color: #7ec54a;
}

/* Reservation status styles */
.calendar_class_list_item.reserved{
	border-left: 4px solid #28a745;
	background-color: rgba(40, 167, 69, 0.05);
}

.calendar_class_list_item.full{
	border-left: 4px solid #6c757d;
	background-color: rgba(108, 117, 125, 0.05);
}

.calendar_class_list_item.waitlist{
	border-left: 4px solid #ffc107;
	background-color: rgba(255, 193, 7, 0.05);
}

.reservation-status{
	font-size: 12px;
	color: #6c757d;
}

.calendar_class_list_item.reserved .reservation-status{
	color: #28a745;
}

.calendar_class_list_item.waitlist .reservation-status{
	color: #ffc107;
}

.calendar_class_list_item.full .reservation-status{
	color: #6c757d;
}

/* Past class styles */
.calendar_class_list_item.past_class{
	opacity: 0.5;
    filter: grayscale(1);
	pointer-events: none;
}

.calendar_class_list_item.past_class .calendar_class_list_item_time,
.calendar_class_list_item.past_class .calendar_class_list_item_title,
.calendar_class_list_item.past_class .calendar_class_list_item_trainer_name,
.calendar_class_list_item.past_class .calendar_class_list_item_salon_name,
.calendar_class_list_item.past_class .calendar_class_list_item_location_name{
	color: #6c757d;
}

.calendar_class_list_item.past_class .reservation-status{
	color: #dc3545;
}

/* Alert System Styles */
.alert-container{
    position: fixed;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    max-width: 90%;
    width: auto;
}

.alert{
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: none;
    position: relative;
    animation: slideInUp 0.3s ease-out;
}

.alert-dismissible{
    padding-right: 40px;
}

.alert-dismissible .btn-close{
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.alert-dismissible .btn-close:hover{
    opacity: 1;
}

/* Alert Types */
.alert-danger{
    background-color: #dc3545;
    color: white;
}

.alert-success{
    background-color: #198754;
    color: white;
}

.alert-info{
    background-color: #365ec2;
    color: white;
}

.alert-warning{
    background-color: #ffc107;
    color: #000;
}

/* Alert Animation */
@keyframes slideInUp{
    from {
        transform: translateY(100%);
        opacity: 0;
    }

to{
        transform: translateY(0);
        opacity: 1;
    }

}

.alert.fade{
    transition: opacity 0.15s linear;
}

.alert.fade.show{
    opacity: 1;
}

/* Responsive adjustments for alerts */

/* Booking Button Styles */
.booking-button-container{
    margin-top: 0.75rem;
}

.booking-btn{
    font-size: 16px;
    border: none;
    background: var(--neutral500);
    color: #FFF;
    padding: 8px 20px;
    border-radius: 4px;
	cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.booking-btn:disabled{
	opacity: 0.6;
    cursor: not-allowed;
    border-color: #CCC;
    background: #e1e1e1;
}

.booking-btn.btn-success{
    background-color: #198754;
    border-color: #198754;
    color: white;
}

.booking-btn.btn-info{
    background-color: #365ec2;
    border-color: #365ec2;
    color: white;
}

.booking-btn.btn-warning{
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
}

.booking-btn .spinner-border{
    width: 0.875rem;
    height: 0.875rem;
}

/* Class item states */
.calendar_class_list_item.reserved{
    background-color: rgba(25, 135, 84, 0.1);
    border-left: 4px solid #198754;
}

.calendar_class_list_item.waitlisted{
    background-color: rgba(255, 193, 7, 0.1);
    border-left: 4px solid #ffc107;
}

.select_class_form_wrapper{
	padding: 50px 0 0;
}

/*** BOOKING CONFIRMATION COMPONENT ***/
.booking_confirmation_wrapper{
	padding: 150px 50px;
}
.flow_close{
	position: absolute;
	top: 30px;
	right: 30px;
	width: 40px;
	height: 40px;
	background-color: var(--neutralWhite);
	background-image: url(../images/close.svg);
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-gallery.continuous-movement .swiper-wrapper {
	animation: continuousScroll 30s linear infinite;
	width: calc(200% + 20px);
}
.swiper-gallery.continuous-movement.reverse .swiper-wrapper {
	animation-direction: reverse;
}

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

/*** MODAL ***/
.modal{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.modal.open{
	opacity: 1;
	visibility: visible;
}
.modal_overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.modal_content{
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 40px);
	max-width: 600px;
	background-color: var(--neutralWhite);
	padding: 40px;
	border-radius: 10px;
	transform: translate(-50%, -50%);
}

.modal_title{
	font-size: 30px;
	font-weight: 600;
    line-height: 130%;
    border-bottom: 1px solid var(--neutral300);
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.modal_close{
	position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
	background-color: var(--neutralWhite);
    background-image: url(../images/close.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
	cursor: pointer;
}
.opt_in_wrapper a{
	text-decoration: underline;
}
.account_container .container{
	position: relative;
}
.purchase_classes_buttons{
	position: absolute;
    right: 20px;
    top: 60px;
	z-index: 5;
}

/*** ACCOUNT PAGE ***/
.account_back_button_wrapper{
	margin: 40px 0 -30px 60px;
	position: relative;
	z-index: 999;
}
.account_back_button a{
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 20px 10px 10px;
}
.account_back_button a::before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/right-arrow-alt.svg);
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	transform: scaleX(-1);
}



/* =Media Queries =================== */

@media(max-width: 480px){
    .calendar_date_item {
        padding: 8px 4px;
    }

    .calendar_date_item_day {
        font-size: 14px;
    }
    
    .calendar_date_item_weekday {
        font-size: 10px;
    }
}

@media(max-width: 768px){
    .locations_list {
        max-height: 250px;
    }
    
    .locations_list_item {
        padding: 12px 16px;
    }
    
    .locations_list_item_name {
        font-size: 15px;
    }
    
    .locations_list_item_address {
        font-size: 13px;
    }
    .calendar_class_list_item {
        padding: 15px 20px;
    }
    
    .calendar_class_list_item_time {
        font-size: 16px;
    }
    
    .calendar_class_list_item_title {
        font-size: 16px;
    }
    
    .calendar_class_list_item_actions {
        text-align: center;
        margin-top: 10px;
    }
	#landing_container{
		padding-top: 100px;
	}
    .class_info {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .class_actions {
        width: 100%;
        justify-content: flex-start;
    }
    
    .class_reservation_header h1 {
        font-size: 2rem;
    }
    .oauth2_diagnostic_header h1 {
        font-size: 2rem;
    }
    
    .card-body {
        padding: 15px;
    }
    .alert-container {
        max-width: 95%;
        margin: 0 10px;
        bottom: 80px;
    }
    
    .alert {
        font-size: 13px;
        padding: 10px 16px;
    }
}

@media(max-width:992px) {
	:root{
		--headerHeight: 60px;
	}
	#top_bar_announcement + #header {
		top: 50px;
	}
	#top_bar_announcement {
		height: 40px;
	}
	#top_bar_announcement p{
		font-size: 14px;
	}
	.is-style-section_title,
	.is-style-section_title_alt {
		font-size: 32px;
	}
	.is-style-section_subtitle {
		font-size: 20px;
	}
	.mobile_reverse{
		flex-direction: column-reverse;
	}
	#mobile_menu_wrapper {
		top: 0;
		height: 100dvh;
	}
	
	.custom_iframe_component iframe{
		height: 900px;
	}
	.wp-container-core-group-is-layout-13 {
		grid-template-columns: repeat(auto-fill, minmax(min(70px, 100%), 1fr)) !important;
	}
	#header_logo,
	.footer_logo img {
		width: 130px;
	}
	.header_phone a {
		--btnColor: var(--neutralWhite);
		--btnColorHover: var(--neutralWhite);
		color: var(--neutral500);
	}
	#mobile_menu > li.menu-item-has-children > a::after{
		background-image: url(../images/down-white.svg);
	}
	
	.wp-container-core-group-is-layout-f0d78ca6 {
		gap: 10px !important;
	}
	.logos_grid .wp-block-group {
		max-width: 110px !important;
	}

	#header_actions .button{
		display: none;
	}
	.overlap_image figure{
		margin-bottom: -80px;
	}
	.activities_widget .wp-block-columns{
		gap:5px;
	}
	.activities_widget .wp-block-columns .wp-block-column:nth-child(2){
		opacity: 0.7;
	}

	.signup_flow_component::before{
		display: none;
	}
	.signup_flow_content {
		padding: 100px 0px;
	}
	.signup_form_wrapper {
		padding: 30px 20px;
	}
	h1.is-style-section_title_alt {
		font-size: 40px;
	}
}