:root
{
    --black: #000;
    --white: #fff;
    --grey: #4D5058;
	--primary: #483CFF;
}
body
{
    margin:0;
    padding: 0;
    font-family: "DM Sans", sans-serif !important;
    line-height: 1.6;
    color: var(--black);
}
*
{
    margin:0;
    padding: 0;
}
h2
{
    font-size: 40px !important;
    font-weight: 500 !important;
}
a {
	transition: 0.5s all;
}
.form-control:focus {

    box-shadow: none;
}
/* .entry-title {
    display: none;
} */
.error-content h2 {
    font-family: 'Barlow Condensed';
}
.error-content .content a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.error-content .content a:hover {
    color: var(--primary);
}
.main-header {
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 99999;
    background: var(--white)));
    transition: all 0.3s ease-in-out;
}
.main-header {
    background: var(--black);
    padding: 30px 0px;
}
.header-full {
    margin: 0 auto !important;
}
.header-info-detail {
    position: absolute;
    background: var(--white);
    top: 100%;
    left: 0;
    width: 500px;
    padding: 16px;
    border-radius: 4px;
	border-top-left-radius: 0px;
    opacity: 0;
    transition: 0.3s all;
	visibility: hidden;
	transform: translateY(-50%);
}
.header-info-tab {
    position: relative;
    gap: 10px;
    margin-left: 40px;
	padding: 8px 16px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	transition: 0.3s all;
}
.header-info-main span.closest-location-name {
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
	font-family: 'Barlow Condensed';
}
.header-info-main .closest-location-hours {
    color: var(--white);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
	display: flex;
    align-items: center;
    line-height: 1;
	gap: 5px;
    text-transform: uppercase;
}
.header-info-main .closest-location-hours strong {
    font-size: 15px;
    font-weight: 700;
}
.header-info-detail .left-col a {
    color: var(--black);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    text-decoration: underline;
    text-decoration-color: var(--primary);
	text-underline-offset: 5px;
}
.header-info-detail .right-col a {
    display: inline-block;
    color: var(--black);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    text-decoration: underline;
    text-decoration-color: var(--primary);
	text-transform: uppercase;
	text-underline-offset: 5px;
}
.header-info-detail .left-col a:hover, .header-info-detail .right-col a:hover {
    color: var(--primary);
}
.dropdown-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 700;
	color: var(--white);
	background: var(--primary);
	text-transform: uppercase;
	line-height: 1;
	height: 34px;
	letter-spacing: -0.02em;
	text-decoration: none;
	justify-content: center;
}
.dropdown-btn-outline {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 700;
	color: var(--black);
	background: var(--white);
	text-transform: uppercase;
	line-height: 1;
	height: 34px;
	border: 1.5px solid var(--primary);
	letter-spacing: -0.02em;
	text-decoration: none;
	justify-content: center;
}
.dropdown-btn:hover {
	background: var(--black);
}
.dropdown-btn-outline:hover {
	background: var(--black);
	border-color: var(--black);
	color: var(--white);
}
.dropdown-btn-outline:hover svg path {
    fill: #fff;
}
.nearby-location-option {
    background: #fff;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	text-transform: none;
	border: none;
	border-bottom: 1px solid var(--primary);
	padding: 10px 0px;
	height: auto;
}
/* .nearby-location-option:last-child {
	border-bottom: none;
} */
.nearby-location-option strong {
	color: var(--primary);
	font-size: 16px !important;
}
.nearby-location-option:hover {
	background: #fff;
	color: #000;
}
.header-info-tab.active {
    background: #fff;
	box-shadow: none;
}
.header-info-tab.active span.closest-location-name {
    color: #000;
}
.header-info-tab.active .closest-location-hours {
    color: #000;
}
.theme-btn:hover {
    --arrow-color: var(--white);
    border-color: var(--black);
    background: var(--black);
}
.theme-btn-outline:hover {
    --arrow-color: var(--white);
    background: var(--black);
    border-color: var(--black);
    color: var(--white);
}
.theme-btn {
    --arrow-color: currentColor;
    background: var(--primary);
    color: var(--white);
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    padding: 20px 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.theme-btn span {
    display: inline-block;
    transition: transform 0.3s ease;
}
.theme-btn::after {
    content: '';
    position: absolute;
    right: 20px;
    width: 16px;
    height: 16px;
    opacity: 0;

    -webkit-mask: url('/wp-content/uploads/2026/03/icon-arrow-hover.svg') no-repeat center;
    mask: url('/wp-content/uploads/2026/03/icon-arrow-hover.svg') no-repeat center;

    -webkit-mask-size: contain;
    mask-size: contain;

    background-color: var(--arrow-color); 

    transform: translateX(-10px);
    transition: all 0.3s ease;
}
.main-header .theme-btn::after {
	width: 14px;
	height: 14px;
}
.theme-btn:hover span {
    transform: translateX(-10px);
}
.theme-btn:hover::after {
    opacity: 1;
    transform: translateX(0px);
}
.main-header .theme-btn:hover::after {
    transform: translateX(10px);
}
.main-header .theme-btn:hover {
    --arrow-color: var(--primary);
    background: var(--white);
    color: var(--black);
}
.theme-btn-outline {
	--arrow-color: currentColor;
    text-align: center;
    border: 1.5px solid var(--primary);
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    padding: 20px 40px;
    color: var(--black);
    background: transparent;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.theme-btn-outline span {
    display: inline-block;
    transition: transform 0.3s ease;
}
.theme-btn-outline::after {
    content: '';
    position: absolute;
    right: 20px;
    width: 16px;
    height: 16px;
    opacity: 0;

    -webkit-mask: url('/wp-content/uploads/2026/03/icon-arrow-hover.svg') no-repeat center;
    mask: url('/wp-content/uploads/2026/03/icon-arrow-hover.svg') no-repeat center;

    -webkit-mask-size: contain;
    mask-size: contain;

    background-color: var(--arrow-color); 

    transform: translateX(-10px);
    transition: all 0.3s ease;
}
.main-header .theme-btn-outline::after {
	width: 14px;
	height: 14px;
}
.theme-btn-outline:hover span {
    transform: translateX(-10px);
}
.theme-btn-outline:hover::after {
    opacity: 1;
    transform: translateX(0px);
}
.main-header .theme-btn-outline:hover::after {
    transform: translateX(10px);
}
.main-header .theme-btn-outline:hover {
    --arrow-color: var(--primary);
    background: var(--white);
    color: var(--black) !important;
	border-color: var(--white);
}
.header-info-detail p {
    color: var(--black);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}
.required-forms {
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    line-height: 1;
    text-decoration: none;
    letter-spacing: -0.01em;
    margin-right: 40px;
    position: relative;
	background: transparent;
    border: none;
}
.required-forms:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('/wp-content/uploads/2026/03/stroke.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	transition: 0.4s all;
}
.required-forms:hover::after {
    transform: rotate(180deg) translateY(50%);
}
.theme-btn-outline {
    display: inline-block;
    text-align: center;
    border: 1px solid var(--primary);
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    padding: 20px 40px;
    color: var(--black);
    background: transparent;
}
.menu-button .menu-bar {
    background: var(--white);
    height: 2.5px;
    width: 34px;
    border-radius: 20px;
	transition: 0.3s all;
}
.menu-button .menu-bar-middle {
    margin: 10px 0px;
}
.menu-button {
    cursor: pointer;
    margin-left: 15px;
    padding: 8px;
    border-radius: 5px;
    transition: 0.3s all;
	background: transparent;
    border: none;
}
.header-profile:hover {
    background: var(--white);
}
.header-profile:hover svg path {
    stroke: var(--primary);
}
.header-profile {
    transition: 0.3s all;
    border-radius: 5px;
}
.header-profile svg path {
    transition: 0.3s all;
}
.menu-button:hover {
    background: var(--white);
}
.menu-button:hover .menu-bar {
    background: var(--primary);
}
.footer-main-nav ul {
    display: flex;
    flex-direction: column;
}
footer.footer {
    background: var(--black);
	clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%, 0 80px);
    position: relative;
    z-index: 2;
}
.footer-main-nav ul li a {
    color: var(--white);
    padding: 10px 0px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.02em;
	display: inline-flex;
    align-items: center;
    gap: 16px;
}
.footer-main-nav ul li a svg {
    width: 30px;
}
.footer-nav ul {
    display: flex;
    flex-direction: column;
}
.footer-nav ul li a {
    color: var(--white);
    padding: 10px 0px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.02em;
}
.footer-main-menu > h2 {
    font-size: 46px !important;
    font-weight: 700 !important;
    color: var(--primary);
    text-transform: uppercase;
    margin-bottom: 40px;
	font-family: 'Barlow Condensed';
}
.footer-menu-wrap > h2 {
    font-size: 24px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--primary);
    margin-bottom: 50px;
    margin-top: 20px;
	font-family: 'Barlow Condensed';
}
.common-padding {
	padding-top: 100px;
	padding-bottom: 100px;
}
.climb-ready-section {
    margin-bottom: -80px;
    padding-bottom: 180px;
}
.hero-section {
    position: relative;
    height: 90vh;
    overflow: hidden;
}
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(5, 10, 17, 0) 0%, rgba(5, 10, 17, 0.24) 53.85%, rgba(5, 10, 17, 0.4) 100%);
    z-index: 2;
}
.hero-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    color: var(--white);
    padding: 20px 20px 120px; 
} 
.hero-content h1 {
    font-size: 110px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif;
    line-height: 1;
}
.hero-desc * {
    font-size: 28px;
    margin-bottom: 25px;
    max-width: 900px;
    font-weight: 400;
    line-height: 1.6;
}
.hero-buttons {
    display: flex;
    gap: 15px;
}
.primary-btn {
	--arrow-color: currentColor;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--black);
    text-decoration: none;
    background: var(--white);
    line-height: 1;
    letter-spacing: -0.02em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 18px 30px;
    border: 1px solid var(--white);
}
.primary-btn span {
    display: inline-block;
    transition: transform 0.3s ease;
}
.primary-btn::after {
    content: '';
    position: absolute;
    right: 20px;
    width: 14px;
    height: 14px;
    opacity: 0;

    -webkit-mask: url('/wp-content/uploads/2026/03/icon-arrow-hover.svg') no-repeat center;
    mask: url('/wp-content/uploads/2026/03/icon-arrow-hover.svg') no-repeat center;

    -webkit-mask-size: contain;
    mask-size: contain;

    background-color: var(--arrow-color); 

    transform: translateX(-10px);
    transition: all 0.3s ease;
}
.primary-btn:hover span {
    transform: translateX(-10px);
}
.primary-btn:hover::after {
    opacity: 1;
    transform: translateX(0);
}
.primary-btn:hover {
    --arrow-color: var(--white);
    background: transparent;
    color: var(--white);
}
.secondary-btn {
	--arrow-color: currentColor;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--white);
    text-decoration: none;
    background: transparent;
    line-height: 1;
    letter-spacing: -0.02em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 18px 30px;
    border: 1.5px solid var(--white);
}
.secondary-btn span {
    display: inline-block;
    transition: transform 0.3s ease;
}
.secondary-btn::after {
    content: '';
    position: absolute;
    right: 20px;
    width: 14px;
    height: 14px;
    opacity: 0;

    -webkit-mask: url('/wp-content/uploads/2026/03/icon-arrow-hover.svg') no-repeat center;
    mask: url('/wp-content/uploads/2026/03/icon-arrow-hover.svg') no-repeat center;

    -webkit-mask-size: contain;
    mask-size: contain;

    background-color: var(--arrow-color); 

    transform: translateX(-10px);
    transition: all 0.3s ease;
}
.secondary-btn:hover span {
    transform: translateX(-10px);
}
.secondary-btn:hover::after {
    opacity: 1;
    transform: translateX(0);
}
.secondary-btn:hover {
    --arrow-color: var(--black);
    background: var(--white);
    color: var(--black);
}
.main-header .theme-btn {
    font-size: 16px;
    font-weight: 800;
    padding: 13px 23px;
}
.main-header .theme-btn-outline {
    font-size: 16px;
    padding: 13px 23px;
    font-weight: 800;
}
.small-header {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    position: fixed;
    width: 100%;
}
.menu-top li >a:hover {
    color: var(--primary);
}
.logo-wrapper img {
    width: 245px;
    height: auto;
}
.menu-top>li {
    display: block;
    line-height: 120%;
    margin-right: 50px;
}
.menu-top>li>a {
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
    display: block;
    position: relative;
    line-height: 120%;
    text-transform: capitalize;
    text-decoration: none;
    padding: 24.22px 0;
    transition: all 0.3s ease-in-out;
}
.climb-section {
    background: var(--white);
}
.accordion-item-custom {
    border-bottom: 1px solid #a0a9b7;
    padding: 20px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}
.accordion-item-custom.active {
    border-bottom: 4px solid var(--primary);
}
.step-label {
    font-size: 22px;
    font-weight: 700;
    color: var(--black);
    text-transform: uppercase;
    font-family: 'Barlow Condensed';
    letter-spacing: 0.02em;
    margin-left: 15px;
}
.accordion-content-custom h4 {
    transition: all 0.3s ease;
	font-size: 46px;
    font-weight: 500;
    color: var(--black);
    margin-top: 10px;
}
.accordion-icon {
    font-size: 20px;
    transition: opacity 0.3s ease;
}
.accordion-header-custom {
	background: transparent;
	border: none;
	width: 100%;
}
.accordion-item-custom.active .accordion-header-custom .d-flex {
    transform: translateX(-46px);
}
.accordion-item-custom.active .step-label {
    font-size: 28px;
	color: var(--primary);
}
.accordion-item-custom.active .step-badge {
    width: 32px;
    height: 32px;
    font-size: 22px;
}
.accordion-item-custom.active .step-label {
    font-size: 28px;
}
.accordion-item-custom.active .step-badge {
    width: 32px;
    height: 32px;
    font-size: 22px;
}
.accordion-custom-desc * {
    font-size: 20px;
    font-weight: 400;
    color: var(--grey);
    line-height: 1.6;
    letter-spacing: -0.01em;
    margin: 15px 0px 30px;
}
.accordion-item-custom.active .accordion-icon {
    opacity: 0;
}
.accordion-content-custom {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s ease;
}
.accordion-item-custom.active .accordion-content-custom {
    max-height: max-content;
    margin-top: 10px;
	padding-bottom: 20px;
}
.climb-image-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50% !important;
    bottom: 0;
}
.climb-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: left;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.climb-image.active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}
.step-badge {
    width: 25px;
    height: 25px;
    background: var(--black);
    color: var(--white);
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    clip-path: polygon(
        25% 0%, 
        75% 0%, 
        100% 25%, 
        100% 75%, 
        75% 100%, 
        25% 100%, 
        0% 75%, 
        0% 25%
    );
}
.accordion-item-custom.active .step-badge {
    background: var(--primary);
}
.image-swiper {
    height: 100%;
}
.image-swiper img {
    height: 100%;
    object-fit: cover;
}
.content-wrapper {
    padding-left: 40px;
}
.testimonial-quote * {
    font-size: 20px;
    color: var(--grey);
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: -0.02em;
    margin-bottom: 10px;
}
.testimonial-author {
    font-size: 20px;
    font-weight: 800 !important;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: var(--black);
}
.testimonial-section .swiper-button-prev,
.testimonial-section .swiper-button-next {
    color: transparent;
}
.testimonial-section h5 {
    color: var(--primary);
    font-weight: 700 !important;
    font-size: 36px;
    letter-spacing: -0.02em;
	display: inline-flex;
    align-items: center;
    gap: 16px;
}
.climb-ready-section .content-wrapper h2 {
    font-size: 60px !important;
    font-family: 'Barlow Condensed';
    text-transform: uppercase;
    font-weight: 700 !important;
    color: var(--black);
}
.ready-to-climb-desc * {
    font-size: 20px;
    font-weight: 400;
    color: var(--black);
    line-height: 1.6;
    letter-spacing: -0.02em;
}
.climb-ready-section .content-wrapper .theme-btn, .climb-ready-section .content-wrapper .theme-btn-outline {
    text-transform: none;
}
.testimonial-section .swiper-slide {
    padding-right: 130px;
}
.testimonial-section .swiper-button-next {
    top: 24px;
    right: 0px;
}
.testimonial-section .swiper-button-prev {
    top: 24px;
    right: 70px;
    left: auto;
}
.testimonial-section {
    border-top: 1.5px solid var(--primary);
    border-bottom: 1.5px solid var(--primary);
}
.crg-carousel-wrapper {
    display: none;
}
.crg-carousel-wrapper.active {
    display: block;
}
.crg-carousel-wrapper .swiper {
    padding: 20px 40px;
}
.crg-carousel-wrapper .slide-item {
    background: #1f2430;
    color: #fff;
    padding: 15px;
    border-radius: 6px;
    height: 100%;
}
.crg-carousel-wrapper .swiper-button-next,
.crg-carousel-wrapper .swiper-button-prev {
    color: #6c63ff;
}
.find-your-path-sec {
	background: #000;
	padding-top: 100px;
}
.find-your-path-sec:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 80px solid #fff;
    border-right: 80px solid transparent;
    z-index: 2;
}
.find-your-path-sec h2 {
	font-size: 60px !important;
	font-weight: 700 !important;
	font-family: 'Barlow Condensed';
	color: #fff;
	text-transform: uppercase;
}
.find-your-path-sec p {
	font-size: 28px;
	font-weight: 500;
	color: #fff;
	letter-spacing: -0.02em;
}
.crg-section {
    background: #000;
    padding-top: 100px;
}
.crg-section ul.nav-tabs {
    border-bottom: 4px solid var(--primary);
	gap: 20px;
}
.crg-section ul.nav-tabs button.nav-link:hover {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}
.crg-section ul.nav-tabs button.nav-link.active {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}
.crg-section ul.nav-tabs button.nav-link {
    font-size: 36px;
    font-weight: 700;
    font-family: 'Barlow Condensed';
    text-transform: uppercase;
    line-height: 1;
    padding: 20px 30px;
    color: #fff;
}
.crg-section ul.nav-tabs button.nav-link:hover {
    border-color: transparent !important;
}
.crg-events-wrapper {
    background: #22252b;
    /* padding-bottom: 100px;
    padding-top: 40px; */
	position: relative;
}
.crg-events-wrapper label {
    color: var(--white);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.5;
}
select.location-select {
    width: auto;
    margin-left: 20px;
    background: transparent;
    border: 1.5px solid #d6daff;
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
	cursor: pointer;
}
select.location-select:focus {
    outline: none;
    box-shadow: none !important;
    border-color: var(--white) !important;
}
select.location-select option {
    color: var(--black);
}
.white-btn {
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--black);
    background: var(--white);
    line-height: 1;
    letter-spacing: -0.02em;
    padding: 16px 32px;
}
.crg-carousel {
    margin-top: 40px;
	position: static;
}
.crg-carousel a {
    color: var(--white);
    text-decoration: none;
}
.crg-carousel .date {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--primary);
    border-bottom: 1px solid var(--primary);
    padding-bottom: 8px;
    margin-bottom: 14px;
}
.crg-carousel .date .time {
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
}
.crg-carousel .date .day {
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
}
.crg-carousel h5 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 14px;
}
.crg-carousel .spaces {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;
}
.crg-carousel .subtitle {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.01em;
    margin-bottom: 8px;
}
.crg-carousel .instructor {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1;
}
.crg-carousel .swiper-button-prev, .crg-carousel .swiper-button-next {
    color: transparent;
}
.crg-carousel .swiper-button-prev {
    top: 50%;
    left: 80px;
}
.crg-carousel .swiper-button-next {
    top: 50%;
    right: 80px;
}
#main-content {
    margin-top: 130px;
}
body.logged-in #main-content {
    margin-top: 100px;
}
.hero-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 80px solid black;
    border-right: 80px solid transparent;
    z-index: 2;
}
.marquee-section {
    background: #000;
    overflow: hidden;
    margin-bottom: 80px;
}
.marquee-wrapper {
    white-space: nowrap;
}
.marquee-track {
    display: inline-block;
    white-space: nowrap;
    animation: marqueeMove 20s linear infinite;
}
.marquee-track span img {
	margin-right: 50px;
}
.marquee-track span {
    display: inline-block;
    margin-right: 80px;
    font-size: 110px;
    font-weight: 600;
    color: #fff;
    font-family: 'Barlow Condensed';
    text-transform: uppercase;
    line-height: 1;
}
@keyframes marqueeMove {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.climb-section h2.section-heading {
    font-size: 72px !important;
    font-weight: 700 !important;
    font-family: 'Barlow Condensed';
    text-transform: uppercase;
    color: var(--black);
}
.copyright-section p {
    color: var(--primary);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
}
.copyright-section a {
    text-decoration: none;
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-left: 16px;
}
.copyright-section a:hover {
    color: var(--primary);
}
.copyright-section .container {
    padding: 20px 0px;
    border-top: 1px solid var(--primary);
}
.mega-menu-overlay {
    position: fixed;
    top: 130px;
    left: 0;
    width: 100%;
    height: calc(100vh - 130px);
    background: var(--black);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
	overflow: auto;
	padding: 20px 0px 60px;
}
.mega-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}
.mega-item {
    color: var(--white);
    transition: all 0.3s ease;
	width: 100%;
	height: 100%;
}
.mega-menu-overlay .col-md-3 {
    margin-bottom: 30px;
}
.mega-content {
    padding: 16px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 230px);
}
.mega-image {
    position: relative;
    overflow: hidden;
}
.mega-image img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: opacity 0.3s ease;
}
.mega-image .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.mega-item:hover .hover-img {
    opacity: 1;
}
.mega-item:hover .default-img {
    opacity: 0;
}
.mega-item h5 {
    font-size: 36px;
    font-weight: 700;
	text-transform: uppercase;
	font-family: "Barlow Condensed", sans-serif;
	position: absolute;
    bottom: 10px;
    margin: 0;
    left: 16px;
	z-index: 3;
}
.mega-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.75) 100%);
    z-index: 2;
}
.mega-content p {
    font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.01em;
    color: #d6daff;
}
.mega-content .btn {
    margin-top: 10px;
}
.menu-button.open .menu-bar-top {
    transform: rotate(45deg) translate(8px, 8px);
}
.menu-button.open .menu-bar-middle {
    opacity: 0;
}
.menu-button.open .menu-bar-bottom {
    transform: rotate(-45deg) translate(10px, -10px);
}
.mega-extra-links {
    gap: 30px;
    border-top: 1px solid var(--primary);
    padding-top: 30px;
}
.mega-extra-links a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
    font-size: 24px;
    font-weight: 500;
    text-decoration-color: var(--primary);
    letter-spacing: -0.01em;
    line-height: 1;
    text-decoration-thickness: 2.15px;
    text-underline-offset: 10px;
}
.mega-extra-links a:hover {
    color: var(--primary);
}
.swiper-button-next:hover svg rect, .swiper-button-prev:hover svg rect {
    fill: var(--primary);
}
.swiper-button-next:hover svg path, .swiper-button-prev:hover svg path {
    stroke: var(--white);
}
.swiper-button-next svg rect, .swiper-button-prev svg rect, .swiper-button-next svg path, .swiper-button-prev svg path{
    transition: 0.5s all;
}
.location-select-wrapper{
	position: relative;
}
.location-select-wrapper:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background-image: url('/wp-content/uploads/2026/03/Stroke-1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}
.image-swiper .swiper-button-next, .image-swiper .swiper-button-prev {
    width: 70px;
    height: 70px;
}
.image-swiper .swiper-button-next {
    right: 16px;
}
.image-swiper .swiper-button-prev {
    left: 16px;
}
.required-forms-submenu {
    position: absolute;
    left: 0;
    top: 100%;
    background: var(--black);
    list-style: none;
    padding: 0;
    width: max-content;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(10px);
	box-shadow: 0px 2px 10px 0px #625a5a8c;
    transition: 
        max-height 0.4s ease,
        opacity 0.3s ease,
        transform 0.3s ease;
}
.required-forms:hover + .required-forms-submenu,
.required-forms-submenu:hover, .required-forms:focus-within + .required-forms-submenu,
.required-forms-submenu:focus-within {
    max-height: 500px;
    opacity: 1;
    transform: translateY(10px);
}
.required-forms-submenu li a {
    text-decoration: none;
    display: inline-block;
    color: var(--white);
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
}
.mega-item .theme-btn-outline:after {
    display: none;
}
.mega-item .theme-btn-outline:hover, .mega-item:hover .theme-btn-outline {
    background: var(--white);
    border-color: var(--white);
    color: var(--black) !important;
}
.blog-listing-banner {
	height: calc(100vh - 260px);
}
.blog-listing-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-listing-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 80px solid black;
    border-right: 80px solid transparent;
    z-index: 2;
}
.blog-listing-hero-text {
	background: var(--primary);
	padding: 30px;
	scroll-margin-top: 130px;
}
.blog-listing-hero-text h1 {
	font-size: 72px;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	color: var(--white);
	margin-bottom: 0px;
}
.blog-listing-hero-text p {
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
	color: var(--white);
	margin: 0px;
}
.blog-tabs ul {
    padding: 0;
    border-bottom: 1px solid #b9c0ca;
    margin: 0;
}
.blog-tabs li {
    display: inline-block;
    margin: 0 20px !important;
}
.blog-tabs li button {
    cursor: pointer;
    font-weight: 700;
    color: var(--black);
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Barlow Condensed';
	transition: 0.1s ease-in-out;
	background: transparent;
    border: none;
}
.blog-tabs li.active, .blog-tabs li:hover {
    border-bottom: 4px solid var(--primary);
}
.blog-card {
    background: #fff;
    transition: all 0.3s ease;
}
.blog-image .featured-img {
    width: 100%;
    height: 282px;
    object-fit: cover;
	transition: 0.5s all;
}
.blog-image .blog-img-arrow {
    position: absolute;
    width: 48px;
    height: 48px;
    right: -48px;
    bottom: -48px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all;
}
.blog-content {
    margin-top: 24px;
}
.blog-category a, .blog-category {
    font-size: 16px;
    color: var(--grey);
    font-weight: 900;
    text-transform: uppercase;
}
.blog-category a:hover {
	color: var(--primary);
}
.blog-content h5 {
    margin: 5px 0 10px;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Barlow Condensed';
    text-transform: uppercase;
    color: var(--black);
    line-height: 1.2;
	text-decoration-color: var(--primary);
    text-underline-offset: 5px;
}
.blog-content p {
    font-size: 20px;
    color: var(--black);
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0px;
}
.blog-card a {
    text-decoration: none;
}
.blog-card a:hover .blog-image .blog-img-arrow {
    right: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.blog-card a:hover .blog-image .featured-img {
    transform: scale(1.1);
}
.blog-card .blog-content a:hover h5 {
    text-decoration: underline;
	text-decoration-color: var(--primary);
}
.blog-pagination {
    margin-top: 30px;
}
.page-num {
    margin: 0 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 900;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f7f8f9;
	color: #353636;
	text-decoration: none;
	border: none;
}
.page-num.active {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}
.page-num:hover {
    background: var(--primary);
    color: var(--white);
}
.page-nav.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.page-nav:hover svg path {
    fill: #fff;
}
.single-hero {
    background: var(--primary);
    color: #fff;
    overflow: hidden;
}
.single-hero .container {
    position: relative;
    z-index: 2;
}
.hero-left {
    padding: 80px 40px 40px 12px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 540px;
}
.back-link {
    display: inline-flex;
    margin-bottom: 20px;
    color: #fff;
    text-decoration: none;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    line-height: 1;
}
.hero-left h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Barlow Condensed';
    text-transform: uppercase;
}
.hero-excerpt {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.4;
}
.hero-meta {
    font-size: 16px;
    font-weight: 400;
}
.hero-share span {
    font-size: 16px;
    font-weight: 400;
}
.hero-share {
    display: flex;
    align-items: center;
    gap: 10px;
}
.hero-share a {
    color: #fff;
    text-decoration: none;
}
.hero-media {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
	z-index: 9;
}
.video-wrapper p {
    margin: 0;
    height: 100%;
}
.hero-media img,
.hero-media video,
.video-wrapper iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
.video-wrapper iframe {
    width: 100%;
    height: 100%;
}
.single-hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 80px solid black;
    border-right: 80px solid transparent;
    z-index: 2;
}
.blog-single-content p, .blog-single-content span {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--black);
	margin-bottom: 30px;
}
.blog-single-content ul li, .blog-single-content ol li {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--black);
}
.blog-single-content strong {
    font-weight: 700;
}
.blog-single-content .wp-block-button a {
    background: var(--primary);
    border-radius: 0px;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.blog-single-content .wp-block-button a:hover {
    background: var(--black);
}
.blog-single-content h1, .blog-single-content h2, .blog-single-content h3, .blog-single-content h4, .blog-single-content h5, .blog-single-content h6 {
    font-weight: 700 !important;
    font-family: 'Barlow Condensed';
    text-transform: uppercase;
    line-height: 1.2;
    color: var(--black);
	margin-bottom: 16px;
}
.blog-single-content h1 {
	font-size: 42px !important;
}
.blog-single-content h2 {
    font-size: 36px !important;
}
.blog-single-content h3 {
    font-size: 32px !important;
}
.blog-single-content h4 {
    font-size: 30px !important;
}
.blog-single-content h5 {
    font-size: 28px !important;
}
.blog-single-content h6 {
    font-size: 24px !important;
}
.blog-single-content hr.wp-block-separator {
    border-top: 1px solid #a0a9b7;
    margin: 40px 0px;
	opacity: 1;
}
.related-blogs {
    background: #22252b;
	margin-bottom: -80px;
    padding-bottom: 180px;
}
.related-blogs .blog-card {
    background: transparent;
}
.related-blogs .blog-card .blog-category {
    color: #a0a9b7;
}
.related-blogs .blog-card .blog-content h5 {
    color: var(--white);
}
.related-blogs .blog-card .blog-content p {
    color: var(--white);
}
.related-blogs h2 {
    color: var(--white);
    font-family: 'Barlow Condensed';
    text-transform: uppercase;
    font-size: 60px !important;
    font-weight: 700 !important;
    line-height: 1;
}
.sticky-blog-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--primary);
    color: #fff;
    z-index: 999;
    transform: translateY(-100%);
    transition: all 0.3s ease;
}
.sticky-blog-bar.active {
    transform: translateY(0);
}
.sticky-blog-bar .container {
    padding: 30px 0;
}
.sticky-title {
    font-size: 36px;
    margin: 0;
    font-weight: 700;
    font-family: 'Barlow Condensed';
    text-transform: uppercase;
    line-height: 1.2;
}
.site-main h1, .site-main h2, .site-main h3, .site-main h4, .site-main h5, .site-main h6 {
    font-weight: 700 !important;
    font-family: 'Barlow Condensed';
    text-transform: uppercase;
    line-height: 1.2;
    color: var(--black);
    margin-bottom: 20px;
}
.site-main p, .site-main strong, .site-main ul li, .site-main ol li {
    font-size: 18px;
    line-height: 1.5;
    color: var(--black);
}
.site-main a, .site-main a strong {
    text-decoration: none;
	color: var(--primary);
}
.site-main a:hover, .site-main a:hover strong {
    color: var(--black);
}
.location-section {
    background: var(--primary);
    color: var(--white);
	padding-bottom: 170px;
}
.location-left {
    padding: 60px 0;
}
.location-media {
    position: absolute;
    right: 0;
    top: 0;
    width: 56%;
	height: calc(100% + 100px);
}
.location-media video,
.location-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.acc-body {
    display: none;
}
.acc-item.active .acc-body {
    display: block;
}
.location-media .media-tabs button {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Barlow Condensed';
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--white);
    background: var(--primary);
    border: none;
    padding: 9px 28px;
    outline: none;
    margin: 0px;
}
.location-media .media-tabs {
    display: flex;
    align-items: center;
    border-top: 4px solid var(--white);
}
.location-media .media-tabs button.active {
    background: var(--white);
    color: var(--primary);
}
.location-stats {
	margin-top: 200px;
	color: var(--white);
}
.media-content {
    display: none;
	height: 100%;
}
.locationGallery {
    height: 100%;
}
.media-content.active {
    display: block;
}
.amenities-n-stats {
	background: var(--black);
}
.get-started-box {
    background: var(--white);
    position: absolute;
    width: 44%;
    left: 0;
    bottom: 0;
}
.get-started-box > .d-flex {
	padding-left: 36px;
	padding-right: 36px;
}
.get-started-box .content {
	padding-right: 10px;
}
.get-started-box h4 {
    color: var(--black);
    font-size: 36px;
    font-family: 'Barlow Condensed';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    line-height: 1.3;
}
.get-started-box .content * {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    letter-spacing: -0.02em;
    line-height: 1.3;
}
.get-started-box .theme-btn {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -0.02em;
    padding: 14px;
    width: 200px;
}
.get-started-box .theme-btn:hover::after {
    transform: translateX(10px);
}
.get-started-box .content p:nth-child(1) {
    margin-bottom: 0px;
}
.location-left h2.location-title {
    font-family: 'Barlow Condensed';
    font-size: 72px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
    color: var(--white);
}
.location-accordion {
    padding-top: 20px;
    border-top: 1px solid #fff;
}
.location-left {
    padding-right: 60px !important;
}
.acc-header {
    font-family: 'Barlow Condensed';
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--white);
	position: relative;
}
/* .acc-header:after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('/wp-content/uploads/2026/04/stroke.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.5s all;
}
.acc-item.active .acc-header:after {
    transform: rotate(180deg) translateY(50%);
} */
.acc-item .acc-body p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--white);
}
.acc-body {
    margin-top: 10px;
}
.acc-item .acc-body a {
    color: var(--white);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 10px;
	width: max-content;
}
.acc-item.address.active .acc-body {
    display: flex;
    flex-direction: column;
}
.acc-item .acc-body a span:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: 0.5s all;
    opacity: 0;
}
.acc-item .acc-body a span {
    position: relative;
}
.acc-item .acc-body a:hover span:after {
    opacity: 1;
}
.acc-item.phone .acc-body a {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.2;
}
.acc-item.email .acc-body a {
    font-size: 16px;
    font-weight: 500;
    text-transform: unset;
    letter-spacing: -0.02em;
}
.acc-body .day {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}
.acc-body .time {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}
.birthday-party-banner-sec {
    height: 32vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding-bottom: 60px;
}
.birthday-party-banner-sec h1 {
    font-size: 110px;
    font-weight: 700;
    font-family: 'Barlow Condensed';
    text-transform: uppercase;
    line-height: 1;
    color: var(--white);
    text-align: center;
    position: relative;
    z-index: 2;
}
.birthday-party-banner-sec:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.3) 100%);
}
.birthday-party-banner-sec:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 80px solid black;
    border-right: 80px solid transparent;
    z-index: 2;
}
.birthday-party-video-sec {
    background: var(--black);
}
h2.section-heading {
    font-size: 60px !important;
    font-weight: 700 !important;
    font-family: 'Barlow Condensed';
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.15;
	color: var(--black);
}
.white-content * {
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
    line-height: 1.6;
    letter-spacing: -0.02em;
}
.white-content h3 {
    font-size: 36px;
    line-height: 1.3;
}
.white-content strong {
    font-weight: 800;
}
.white-content b {
    font-weight: 700;
}
.section-content * {
    font-size: 20px;
    font-weight: 500;
    color: var(--black);
    line-height: 1.6;
    letter-spacing: -0.02em;
}
.white-content p:last-child, .section-content p:last-child {
    margin-bottom: 0px;
}
.birthday-party-video-sec .white-content {
    margin: 30px 0px;
}
.birthday-accordion-sec .accordion-button {
	background-color: transparent;
	color: #fff;
	font-size: 28px;
    font-family: 'Barlow Condensed';
    letter-spacing: 0.02em;
    text-transform: uppercase;
	font-weight: 700;
	padding: 16px 20px;
}
.birthday-accordion-sec .accordion-button:not(.collapsed) {
	background-color: #cdf667;
	color: var(--primary);
	box-shadow: none;
	border-radius: 0px !important;
	padding: 16px 20px;
}
.birthday-accordion-sec .accordion-icon::before {
	content: '+';
	font-size: 28px;
    font-weight: 400;
    border: 1px solid var(--primary);
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
	padding-bottom: 4px;
	transition: 0.4s all;
}
.birthday-accordion-sec .accordion-button:not(.collapsed) .accordion-icon::before {
	content: '-';
	background: var(--primary);
    color: var(--white);
}
.birthday-accordion-sec .accordion-button:focus {
    box-shadow: none;
}
.birthday-accordion-sec {
    background: #22252b;
}
.birthday-accordion-sec .accordion-item {
    background: transparent;
    border: none;
    margin-bottom: 20px;
    position: relative;
	border-radius: 0px !important;
}
.birthday-accordion-sec .accordion-button::after {
    display: none;
}
.birthday-accordion-sec .accordion-item:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: var(--primary);
    bottom: -10px;
    left: 0;
    right: 0;
}
.birthday-accordion-sec .accordion-item:last-of-type::after {
    display: none;
}
.birthday-accordion-sec .accordion-collapse.collapse.show, .birthday-accordion-sec .accordion-collapse.collapsing {
    background: #cdf667;
}
/* .birthday-accordion-sec .accordion-body {
    padding: 0 0 1rem;
} */
#birthdayAccordion {
    margin-top: 60px;
}
.birthday-accordion-sec .accordion-body * {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: var(--black);
}
.birthday-accordion-sec .accordion-body strong, .birthday-accordion-sec .accordion-body b {
    font-weight: 700;
}
.birthday-accordion-sec .accordion-body li {
    margin-bottom: 10px;
}
.birthday-accordion-sec .accordion-body a {
    color: var(--primary);
}
.intro-to-climbing-banner-title {
    background: var(--primary);
    padding: 40px 0px;
}
.intro-to-climbing-banner-title h1 {
    text-align: center;
    font-family: 'Barlow Condensed';
    font-size: 72px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0;
    color: var(--white);
    letter-spacing: 0.01em;
}
.intro-to-climbing-about-sec {
    background: #a1ece0;
    padding: 50px 0px;
}
.intro-to-climbing-about-sec .section-content {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
.intro-to-climbing-content-box-sec {
    background: #edfffc;
    padding: 50px 0px;
}
.itc-content-box h3 {
    font-size: 46px;
    font-family: 'Barlow Condensed';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    line-height: 1.3;
    color: var(--black);
    margin-bottom: 20px;
}
.itc-content-box div * {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: var(--black);
}
.intro-to-climbing-content-box-sec .col-lg-4 {
    border-right: 1px solid var(--primary);
    padding-right: 24px;
    padding-left: 24px;
}
.intro-to-climbing-content-box-sec .col-lg-4:last-child, .intro-to-climbing-content-box-sec .col-lg-4:nth-child(3) {
    border: none;
}
.intro-to-climbing-activities-sec {
    background: #22252b;
	margin-bottom: -80px;
    padding-bottom: 180px;
}
.intro-to-climbing-activities-sec .content p {
    font-size: 24px;
    font-weight: 500;
    color: var(--white);
    line-height: 1.4;
    letter-spacing: -0.02em;
    margin: 30px 0px;
}
.intro-to-climbing-activities-sec .content ul li {
    color: var(--white);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.6;
    letter-spacing: -0.01em;
    margin-bottom: 8px;
}
.activities-gallery .gallery-grid {
	display: flex;
	gap: 24px;
}
.activities-gallery .gallery-left {
	width: 40%;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.activities-gallery .gallery-right {
	width: 60%;
}
.activities-gallery .gallery-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.activities-gallery .gallery-img.small {
	height: 50%;
}
.activities-gallery .gallery-img.large {
	height: 100%;
	min-height: 315px;
}
.recreational-team-banner-sec {
    background: var(--primary);
}
.recreational-team-banner-sec h1 {
    font-family: 'Barlow Condensed';
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}
.recreational-team-about-sec {
    background: var(--black);
    color: var(--white);
}
.section-title-md {
    font-size: 46px !important;
    font-weight: 700 !important;
    font-family: 'Barlow Condensed';
    text-transform: uppercase;
    letter-spacing: -0.02em;
    line-height: 1.3;
}
.rta-slots p {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.3;
    margin-bottom: 12px;
}
.rta-slots span.day {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
    display: inline-block;
    width: 100%;
}
.rta-slots span.time {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.2;
    display: inline-block;
    width: 100%;
    border-left: 1px solid var(--primary);
    padding-left: 10px;
}
.rta-slots .row:not(:last-child) {
    border-bottom: 1px solid var(--primary);
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.rta-slots .row {
    --bs-gutter-x: 0px;
}
.rta-slots {
    margin-bottom: 24px;
}
.recreational-team-about-sec .note * {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.01em;
}
.rta-programs-list ul li {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1.6;
    margin-bottom: 8px;
}
.rta-amount {
    font-size: 36px;
    font-weight: 700;
    font-family: 'Barlow Condensed';
    line-height: 1.3;
    letter-spacing: -0.02em;
}
.rta-amount-note * {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.01em;
}
.recreational-team-about-sec .col-lg-4:not(:last-child) {
    border-right: 1px solid var(--primary);
}
.recreational-team-about-sec .theme-btn:hover {
    --arrow-color: var(--primary);
    background: var(--white);
    color: var(--black);
    border-color: var(--white);
}
.recreational-team-schedule-sec {
    background: #22252b;
    color: var(--white);
}
.recreational-team-schedule-sec .row {
    row-gap: 30px;
}
.recreational-team-wrapper > section:last-child {
	margin-bottom: -80px;
    padding-bottom: 180px;
}
.recreational-team-features-sec .row:nth-child(even) {
    flex-direction: row-reverse;
}
.recreational-team-features-sec .row:not(:last-child) {
    margin-bottom: 80px;
}
.recreational-team-schedule-sec .white-content {
    width: 65%;
    margin: 0 auto;
    text-align: center;
}
.registration-period p {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    line-height: 1.6;
    background: var(--primary);
    padding: 4px;
}
.registration-period span.title {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
    display: inline-block;
    width: 100%;
}
.registration-period span.value {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.2;
    display: inline-block;
    width: 100%;
    border-left: 1px solid var(--primary);
    padding-left: 10px;
}
.registration-period .row:not(:last-child) {
    border-bottom: 1px solid var(--primary);
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.registration-period .row {
    --bs-gutter-x: 0px;
}
.recreational-team-banner-sec:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 80px solid black;
    border-right: 80px solid transparent;
    z-index: 2;
}
.membership-banner-section {
    background: var(--primary);
    color: var(--white);
}
.membership-banner-section h1 {
    font-family: 'Barlow Condensed';
    font-size: 72px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.01em;
}
.subheading {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
}
.membership-banner-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 80px solid black;
    border-right: 80px solid transparent;
    z-index: 2;
}
.membership-pricing-section .container > .white-content {
    width: 70%;
    margin: 0 auto;
}
.membership-price * {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}
.membership-price strong {
    font-family: 'Barlow Condensed';
    font-size: 36px;
    font-weight: 700;
}
.membership-pricing-section .col-lg-4:not(:last-child) {
    border-right: 1px solid var(--primary);
}
.membership-pricing-section .col-lg-4:nth-child(3) {
    border-right: none;
}
.membership-pricing-section .col-lg-4 {
    padding-left: 30px;
    padding-right: 30px;
}
.membership-daypass-section img {
    object-position: left;
}
.membership-daypass-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 23.8%, #000000 56.28%), radial-gradient(79.4% 353.8% at 79.4% 74.47%, rgba(72, 60, 255, 0.8) 0%, rgba(72, 60, 255, 0) 58.22%);
	z-index: 1;
}
.membership-daypass-section:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: radial-gradient(79.4% 353.8% at 79.4% 74.47%, rgba(72, 60, 255, 0.8) 0%, rgba(72, 60, 255, 0) 58.22%);
    z-index: 2;
}
.w-35 {
	width: 35%;
}
.membership-includes-top {
    background: #dcfff9;
    padding: 50px 0px;
}
.membership-includes-bottom {
    background: #a1ece0;
    padding: 50px 0px;
}
.includes-content ul li {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: var(--black);
    margin-bottom: 24px !important;
}
.includes-content ul li span {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.01em;
}
.includes-content ul li:nth-child(3n) {
    margin-bottom: 0px;
}
.includes-content {
    border-top: 1px solid var(--primary);
    padding-top: 24px;
    margin-top: 24px;
}
.membership-includes-bottom h3 {
    font-family: 'Barlow Condensed';
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: var(--black);
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--primary);
}
.membership-includes-bottom .content * {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: var(--black);
}
.membership-includes-bottom a {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    text-decoration: none;
    color: var(--black);
	text-decoration-color: var(--primary);
    display: inline-flex;
    align-items: center;
}
.membership-includes-bottom a svg {
    margin-left: 8px;
    transition: 0.3s all;
}
.membership-includes-bottom a:hover svg {
    transform: translateX(5px);
}
.membership-includes-bottom a:hover {
    text-decoration: underline;
    text-decoration-color: var(--primary);
}
.membership-includes-bottom .col-md-6:nth-child(1) {
    padding-right: 24px;
}
.membership-includes-bottom .col-md-6:nth-child(2) {
    padding-left: 24px;
}
.blue-mark-list ul, .white-mark-list ul {
    list-style: none;
    padding: 0;
	margin-bottom: 0px;
}
.blue-mark-list ul li:before {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    background-image: url('/wp-content/uploads/2026/04/Tick-mark.svg');
    background-size: cover;
    left: 0;
    top: 3px;
    background-repeat: no-repeat;
    background-position: center;
}
.white-mark-list ul li:before {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    background-image: url('/wp-content/uploads/2026/04/Tick-mark-white.svg');
    background-size: cover;
    left: 0;
    top: 3px;
    background-repeat: no-repeat;
    background-position: center;
}
.blue-mark-list ul li, .white-mark-list ul li {
    position: relative;
    padding-left: 40px;
	margin-bottom: 8px;
}
.explore-card {
  position: relative;
  overflow: hidden;
}
.explore-img img {
  width: 100%;
  display: block;
  transition: opacity 0.4s ease;
  object-fit: cover;
    height: 654px;
}
.hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.explore-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: var(--primary);
  color: #fff;
  transition: all 0.4s ease;
}
.hover-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.explore-card:hover .hover-img {
  opacity: 1;
}
.explore-card:hover .default-img {
  opacity: 0;
}
.explore-card:hover .hover-content {
  max-height: 200px;
  opacity: 1;
  margin: 10px 0;
}
.explore-card:hover .explore-overlay {
  background: var(--white);
}
.explore-card:hover .explore-overlay h3 {
  color: var(--primary) !important;
}
.explore-card:hover .explore-overlay a {
	background: var(--primary);
  color: var(--white);
}
.explore-card .explore-overlay a:hover {
	--arrow-color: var(--white);
	background: var(--black);
  color: var(--white);
}
.explore-section {
    background: #22252b;
    margin-bottom: -80px;
    padding-bottom: 180px;
}
.membership-section-single-location img {
    object-position: right;
}
.membership-section-single-location:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(90deg, #000000 23.04%, rgba(0, 0, 0, 0.6) 84.22%);
}
.membership-section-single-location .white-content h3 {
    display: inline-block;
    font-size: 46px;
    font-weight: 700;
    font-family: 'Barlow Condensed';
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 0px;
    margin-right: 10px;
}
.membership-section-single-location .white-content span {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.02em;
}
.membership-section-single-location .white-content h4 strong {
    font-size: 28px;
    font-weight: 700;
    font-family: 'Barlow Condensed';
    text-transform: uppercase;
    display: inline-block;
}
.membership-section-single-location .white-content h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.02em;
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 5px;
}
.group-events-single-location .gallery-img.small {
    height: 250px;
}
.page-template-template-faqs .birthday-accordion-sec {
    margin-bottom: -80px;
	padding-bottom: 180px;
}
.birthday-accordion-sec .accordion-item:last-of-type {
    margin-bottom: 0px;
}
.accordion-more {
    font-size: 20px;
    font-weight: 900;
    font-family: 'DM Sans';
    line-height: 1;
    letter-spacing: -0.02em;
    margin-right: 15px;
	transition: 0.4s all;
}
#LocationAccordion .accordion-button {
    font-size: 46px;
	transition: 0.4s all;
	padding: 24px 0px;
}
#LocationAccordion .accordion-button:not(.collapsed) {
	background: transparent !important;
}
#LocationAccordion .accordion-button:not(.collapsed) .accordion-more {
    opacity: 0;
    transform: translateX(100px);
}
#LocationAccordion .accordion-body * {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--black);
    letter-spacing: -0.02em;
}
#LocationAccordion .accordion-body ul li {
    font-weight: 800;
    letter-spacing: -0.01em;
}
#LocationAccordion .accordion-body strong {
    font-weight: 800;
}
#LocationAccordion .accordion-body .theme-btn span {
    color: var(--white);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.02em;
	text-transform: capitalize;
}
#LocationAccordion .accordion-body {
    padding: 0;
    padding-bottom: 60px;
}
#LocationAccordion .accordion-item {
    margin-bottom: 0px;
}
#LocationAccordion .accordion-item:after {
    bottom: 0;
}
/* #LocationAccordion .accordion-button:not(.collapsed) .accordion-icon::before {
    width: 46px;
    height: 46px;
    font-size: 46px;
} */
#LocationAccordion .accordion-collapse.collapse.show, #LocationAccordion .accordion-collapse.collapsing {
	background: transparent !important;
}
#LocationAccordion .accordion-item.active:nth-child(odd) {
    background: #a1ece0;
}
/* #LocationAccordion .accordion-item.active:nth-child(odd) .accordion-button:not(.collapsed) {
    background: #a1ece0;
}
#LocationAccordion .accordion-item.active:nth-child(odd) .accordion-collapse.collapse.show, #LocationAccordion .accordion-item.active:nth-child(odd) .accordion-collapse.collapsing {
    background: #a1ece0;
} */
#LocationAccordion .accordion-item.active:nth-child(even) {
    background: #cdf667;
}
/* #LocationAccordion .accordion-item.active:nth-child(even) .accordion-button:not(.collapsed) {
    background: #cdf667;
}
#LocationAccordion .accordion-item.active:nth-child(even) .accordion-collapse.collapse.show, #LocationAccordion .accordion-item.active:nth-child(even) .accordion-collapse.collapsing {
    background: #cdf667;
} */
#LocationAccordion .accordion-item.active:nth-child(odd):before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    height: 100%;
    background-image: url('https://centralrockgym.wpenginepowered.com/hadley/wp-content/uploads/sites/2/2026/04/Central-Rock-Gym.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    z-index: 1;
}
#LocationAccordion .accordion-item.active:nth-child(even):before {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    height: 100%;
	background-image: url('https://centralrockgym.wpenginepowered.com/hadley/wp-content/uploads/sites/2/2026/04/Central-Rock-Gym-1.svg');
	background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    z-index: 1;
}
#LocationAccordion .accordion-item .container {
    position: relative;
    z-index: 2;
}
.form-wrapper .gform_heading {
    display: none;
}
.form-wrapper {
    width: 60%;
    margin: 0 auto;
}
.form-wrapper .gform-footer {
    justify-content: center;
}
.form-wrapper .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.form-wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.form-wrapper .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.form-wrapper .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.form-wrapper .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.form-wrapper .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.form-wrapper .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    background: var(--primary);
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    padding: 20px 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 0px;
}
.form-wrapper .gform-footer .button:hover {
	background: var(--black) !important;
	border-color: var(--black) !important;
}
.form-wrapper textarea {
    resize: none !important;
}
.form-wrapper h2.gform_submission_error {
    font-size: 16px !important;
}
.form-wrapper input:not([type="submit"])::placeholder, .form-wrapper textarea::placeholder, .form-wrapper select::placeholder {
    color: #878787 !important;
}
.form-wrapper input:not([type="submit"]), .form-wrapper textarea, .form-wrapper select {
    font-size: 18px !important;
	font-weight: 400 !important;
	letter-spacing: -0.01em !important;
    color: #878787 !important;
    background-color: #efefef !important;
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}
.form-wrapper input:not([type="submit"]), .form-wrapper select {
    height: 54px;
	--gf-local-height: 54px !important;
}
.form-wrapper select {
	display: flex;
	align-items: center;
}
.form-wrapper .gform-theme--foundation .gform_fields {
    gap: 16px;
}
.form-wrapper textarea {
    min-block-size: 150px !important;
}
span#input_10_1_3_container {
    padding-right: 10px;
}
.header-info-main .closest-location-hours .today-hours-text {
	position: relative;
	padding-right: 20px;
}
.header-info-main .closest-location-hours .today-hours-text:after {
    content: '';
    width: 12px;
    height: 12px;
    top: 2px;
    right: -5px;
    background-image: url('https://centralrockgym.wpenginepowered.com/wp-content/uploads/2026/03/stroke.svg');
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.3s all;
}
.header-info-main .location-hours-wrapper.active  .closest-location-hours .today-hours-text:after {
    transform: rotate(180deg);
}
.header-info-main .closest-location-hours .today-hours-text:empty::after {
    display: none;
}
.choose-location-link {
    color: var(--white);
    text-decoration: none;
    position: relative;
    padding-right: 20px;
}
.header-info-tab.active .choose-location-link {
    color: var(--primary);
}
.choose-location-link:after {
    content: '';
    width: 12px;
    height: 12px;
    top: 6px;
    right: -5px;
    background-image: url(https://centralrockgym.wpenginepowered.com/wp-content/uploads/2026/03/stroke.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.3s all;
}
.header-info-tab.active .choose-location-link:after {
	transform: rotate(180deg);
}
.header-info-detail .dropdown-btn svg path {
    fill: #fff;
}
.location-hours-wrapper .hours-toggle {
    cursor: pointer;
	pointer-events: none;
}
.header-info-detail .right-col a.btn-favorite.is-disabled {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}
.hours-toggle {
    margin-left: 6px;
    display: inline-block;
    transition: transform 0.3s ease;
}
.location-hours-wrapper.active .hours-toggle {
    transform: rotate(180deg);
}
.weekly-hours-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    color: #000;
    width: 220px;
    padding: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: none;
    z-index: 999;
}
.header-info-main .weekly-hours-dropdown span {
    color: #000;
}
.location-hours-wrapper.active .weekly-hours-dropdown {
    display: block;
}
.location-hours-wrapper.active .header-info-detail {
    visibility: visible;
    opacity: 1;
	transform: translateY(0px);
}
.weekly-hours-dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.weekly-hours-dropdown li {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
}
.weekly-hours-dropdown li.today {
    font-weight: bold;
}
.birthday-party-page-wrapper > section:last-child {
    margin-bottom: -80px;
    padding-bottom: 180px;
}
.faqs-banner {
    height: 40vh;
}
.faqs-banner img {
    object-position: bottom;
}
.amenities-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    text-align: center;
    gap: 24px 16px;
    padding-top: 24px;
	padding-bottom: 24px;
    border-top: 1px solid var(--primary);
    margin-top: 24px;
}
.amenities-grid .amenities-item p {
    font-size: 16px;
    font-family: 'Barlow Condensed';
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 13px;
    line-height: 1;
}
.amenities-n-stats .features h6 {
    color: var(--white);
    font-family: 'Barlow Condensed';
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.amenities-n-stats {
    padding-bottom: 100px;
}
.amenities-n-stats .location-stats h3 {
    font-family: 'Barlow Condensed';
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.15;
    text-transform: uppercase;
    border-bottom: 1px solid var(--primary);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.amenities-n-stats .location-stats p {
    margin-bottom: 0px;
    font-family: 'Barlow Condensed';
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.15;
}
.amenities-n-stats .features {
    padding-right: 60px;
}
.location-card .location-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.location-card-wrapper .crg-logo {
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
}
.location-card-wrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60.45%, rgba(0, 0, 0, 0.5) 100%);
}
.explore-slider .swiper-button-next, .explore-slider .swiper-button-prev {
    width: 84px;
    height: 84px;
	top: 40%;
}
.swiper-pagination .swiper-pagination-bullet {
    width: 14px;height: 14px;background: transparent;border: 1.5px solid #fff;opacity: 1;transition: 0.3s all;
	}
.explore-slider {
    padding-bottom: 90px;
}
.explore-slider .swiper-wrapper {
    overflow: visible;
}
.swiper-pagination .swiper-pagination-bullet-active {
    width: 28px;
    height: 14px;
    border-radius: 30px;
	background: #fff;
}
.swiper-pagination .swiper-pagination-bullet:hover {
    background: #fff;
}
.explore-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.meet-team-link { display: none; }
/* .location-section .location-left {
    min-height: 570px;
} */
.social-links-footer {
    margin-bottom: 30px;
    gap: 10px;
}
.social-links-footer a, .social-links-location a {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.social-links-footer a:hover {
    background: var(--primary);
    border-color: var(--primary);
}
.social-links-location {
    gap: 10px;
}
.social-links-location a:hover {
    background: var(--black);
    border-color: var(--black);
}
#backToTop {
  position: fixed;
  bottom: 80px;
  right: 40px;
  width: 60px;
    height: 60px;
    padding: 20px;
  border-radius: 50%;
  background-color: var(--primary);
  color: #fff;
display: flex;
  align-items: center;
  justify-content: center;
border: none;
  cursor: pointer;
opacity: 0;
  visibility: hidden;
  transform: translateY(30px) scale(0.9);
transition: 
    opacity 0.4s ease,
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.4s;
box-shadow: 0px 4px 40px 0px #0000001A;
  z-index: 1000;
}
#backToTop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.full-height {
    height: 400px;
}
.sticky-tabs {
    position: sticky;
    top: 132px;
    z-index: 9;
    background: #fff;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
	justify-content: center;
}
.state-tab {
    padding: 10px 20px;
    color: #000;
    text-decoration: none;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    line-height: 1;
}
.location-card {
    background: #fff;
    height: 100%;
	text-align: center;
}
.states-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.state-section {
    width: 100%;
}
.locator-page p.sub-heading {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary);
    letter-spacing: 0.04em;
    line-height: 1.6;
}
.locator-page h2.section-heading {
    font-size: 72px !important;
}
h3.state-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 46px;
    font-weight: 900;
    line-height: 1;
    color: var(--black);
    padding: 20px;
}
.location-card h5 {
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    line-height: 1.15;
    color: var(--black);
    padding: 10px;
    margin-bottom: 20px;
}
.location-card p {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    font-weight: 400;
    color: var(--black);
    margin-bottom: 10px;
}
.location-card a.phone-number {
    color: var(--black);
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
}
.location-card a.phone-number:hover {
    color: var(--primary);
}
.states-wrapper #state-connecticut, .states-wrapper #state-rhode-island {
    width: 50%;
}
.states-wrapper #state-connecticut .col-lg-3, .states-wrapper #state-rhode-island .col-lg-3 {
    width: 50%;
}
.msm-plyr-wrap { position: relative; width: 100%; height: 100%; }
.msm-plyr-wrap .plyr,
.msm-plyr-wrap .plyr video { width: 100%; height: 100%; object-fit: cover; }
.msm-bg-video-wrap { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.msm-bg-video-wrap .plyr,
.msm-bg-video-wrap .plyr video { width: 100%; height: 100%; object-fit: cover; }
.msm-bg-video-wrap .plyr__controls,
.msm-bg-video-wrap .plyr__control--overlaid { display: none !important; }
.msm-video-controls {
    position: absolute;
    bottom: 16px;
    left: auto;
    right: 16px;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 6px;
}
.msm-video-controls button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.55);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    padding: 0;
    transition: background 0.2s;
}
.msm-video-controls button:hover { background: rgba(0,0,0,0.8); }
.msm-video-controls button svg { width: 18px; height: 18px; fill: #fff; flex-shrink: 0; }
.msm-plyr-wrap:not(.msm-bg-video-wrap) .plyr__controls {
    background: linear-gradient(transparent, rgba(0,0,0,0.6));
    border-radius: 0 0 4px 4px;
}
.plyr__poster {
	background-size: cover !important;
}
.page-template-required-forms .birthday-accordion-sec {
    margin-bottom: -80px;
	padding-bottom: 180px;
}
.header-info-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.locator-cta-sec .theme-btn:hover {
    --arrow-color: var(--primary);
    color: var(--primary);
    background: var(--white);
}
/* ── Scoped to #msm-finder ── */
#msm-finder {
    --lf-brand:      #3B30E3;
    --lf-brand-dark: #2920C0;
    --lf-bg:         #0E0E1A;
    --lf-surface:    #16162A;
    --lf-card:       #1D1D35;
    --lf-border:     rgba(255,255,255,0.08);
    --lf-text:       #FFFFFF;
    --lf-muted:      rgba(255,255,255,0.5);
    --lf-radius:     5px;
    --lf-panel:      400px;
    --lf-height:     680px;
    --font-head:     'Barlow Condensed', sans-serif;
    --font-body:     'Barlow', sans-serif;

    font-family: var(--font-body);
    color: var(--lf-text);
	background: var(--primary);
	position: relative;
}
.lf-hours-wrapper {
	border: 1px solid #a0a9b7;
	padding: 10px;
}
/* ── Wrapper: side-by-side ── */
#msm-finder .lf-wrap {
    display: flex;
    height: calc(100vh - 130px);
    overflow: hidden;
    background: var(--primary);
}

/* ────────────────
   LEFT PANEL
──────────────── */
#msm-finder .lf-panel {
    width: 424px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    background: var(--primary);
    overflow: hidden;
	padding-bottom: 30px;
}

#msm-finder .lf-header {
    padding: 100px 0px 16px;
    background: var(--primary);
    flex-shrink: 0;
}

#msm-finder .lf-header h2 {
    font-family: var(--font-head);
    font-size: 42px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    line-height: 1;
    color: #fff;
    margin-bottom: 12px;
}

#msm-finder .lf-search {
    position: relative;
}
#msm-finder .lf-search input {
    width: 100%;
    padding: 12px 38px 12px 16px;
    font-family: var(--font-body);
    font-size: 18px;
    background: #fff;
    border: none;
    border-radius: 4px;
    color: #4d5058;
    outline: none;
    transition: background .2s;
}
#msm-finder .lf-search input::placeholder { color: #4d5058; }
#msm-finder .lf-search svg {
    position: absolute; right: 11px; top: 50%;
    transform: translateY(-50%); opacity: .65; pointer-events: none;
}

/* Filter bar */
#msm-finder .lf-filter-toggle {
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    color: #fff;
    cursor: pointer;
}
#msm-finder .lf-chips {
    display: flex; flex-wrap: wrap; gap: 5px; margin-top: 8px;
}
#msm-finder .lf-chip {
    font-size: 10px; font-weight: 700; text-transform: uppercase;
    letter-spacing: .06em; padding: 4px 9px; border-radius: 20px;
    border: 1px solid #000;
    background: #000; color: #fff;
    cursor: pointer; transition: all .15s;
}
#msm-finder .lf-chip.active {
    background: var(--lf-brand); border-color: var(--lf-brand); color: #fff;
}

/* Location list */
#msm-finder .lf-list {
    flex: 1; overflow-y: auto;
	background: #fff;
	margin-top: 20px;
}
#msm-finder .lf-list::-webkit-scrollbar { width: 3px; }
#msm-finder .lf-list::-webkit-scrollbar-thumb { background: var(--lf-brand); border-radius: 2px; }

#msm-finder .lf-item {
    border: 1px solid #e8e8e8;
    cursor: pointer;
    transition: background .15s;
}
#msm-finder .lf-item.active {
    border: 3px solid #000;
}
#msm-finder .lf-item-head {
    display: flex; justify-content: space-between; align-items: flex-start;
    margin-bottom: 7px;
	padding: 12px 20px;
}
#msm-finder .lf-item-body {
	padding: 0px 20px 20px;
}
#msm-finder .lf-item.active .lf-item-head {
    background: #000;
}
#msm-finder .lf-item.active .lf-item-head .lf-item-name {
    color: #fff;
}
#msm-finder .lf-item-actions a, #msm-finder .lf-item-actions button {
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.02em;
}
#msm-finder .lf-item-name {
    font-family: var(--font-head);
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    color: #000;
}
#msm-finder .lf-badge {
    width: 24px; 
    height: 24px; 
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; margin-left: 8px;
}
#msm-finder .lf-item.active .lf-badge svg path {
    fill: #fff;
}
#msm-finder .lf-item.active .lf-badge svg text {
    fill: #000;
}
#msm-finder .lf-item-row {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #000;
    margin-bottom: 4px;
}
#msm-finder .lf-item-actions {
    display: flex; gap: 7px; margin-top: 10px;
}
#msm-finder .lf-btn {
    font-family: var(--font-body); font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: .07em;
    padding: 6px 13px; border-radius: 3px;
    cursor: pointer; border: none; text-decoration: none !important;
    display: inline-flex; align-items: center; gap: 4px; transition: all .15s;
}
#msm-finder .lf-btn-solid {
    background: var(--lf-brand); color: #fff !important;
}
#msm-finder .lf-btn-solid:hover { background: var(--lf-brand-dark); }
#msm-finder .lf-btn-ghost {
    background: transparent; color: var(--lf-text) !important;
    border: 1.5px solid rgba(255,255,255,.2);
}
#msm-finder .lf-btn-ghost:hover { border-color: rgba(255,255,255,.45); }

/* ────────────────
   MAP AREA
──────────────── */
#msm-finder .lf-map-area {
    flex: 1; position: relative; background: #1a1f2e; overflow: hidden;
	position: absolute;
    width: 70%;
    height: 100%;
    right: 0;
    top: 0;
}
#msm-finder #lf-gmap { width: 100%; height: 100%; }

#msm-finder .lf-fitbtn {
    height: fit-content;
    z-index: 5;
    background: var(--primary);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
	text-decoration: none;
    padding: 14px 30px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 40px;
}
#msm-finder .lf-fitbtn:hover {
	background: #000;
}
/* ────────────────
   BACKDROP
──────────────── */
#msm-finder .lf-backdrop {
    display: none; position: absolute; inset: 0;
    background: rgba(0,0,0,0.45); z-index: 20;
}
/* #msm-finder .lf-backdrop.open { display: block; } */

/* ────────────────
   POPUP
──────────────── */
#msm-finder .lf-popup {
    display: none;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: min(550px, calc(100% - 32px));
    max-height: calc(100% - 32px);
    background: #fff;
    color: #000;
    overflow-y: auto;
    z-index: 30;
    box-shadow: 0px 8px 20px 0px #00000029;
	border: 1px solid #a0a9b7;
    scrollbar-width: thin;
}
#msm-finder .lf-pactions a {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.02em;
    padding: 13px 30px;
}
#msm-finder .lf-popup.open { display: block; }
#msm-finder .lf-popup::-webkit-scrollbar { width: 3px; }
#msm-finder .lf-popup::-webkit-scrollbar-thumb { background: var(--lf-brand); }

#msm-finder .lf-popup-close {
    position: absolute;
    top: 24px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .88);
    border: none;
    cursor: pointer;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    z-index: 10;
    line-height: 1;
}

/* Gallery */
#msm-finder .lf-gallery {
    position: relative; height: 198px; background: #fff; overflow: hidden;
	margin: 0 3px;
}
#msm-finder .lf-slides {
    display: flex; height: 100%; transition: transform .35s ease;
}
#msm-finder .lf-slide {
    flex-shrink: 0; width: 40%; height: 100%; margin-right: 3px;
}
#msm-finder .lf-slide img {
    width: 100%; height: 100%; object-fit: cover; display: block;
}
#msm-finder .lf-gnav {
    position: absolute; top: 50%; transform: translateY(-50%);
    background: var(--primary); color: #fff; border: none;
    width: 24px; height: 24px; border-radius: 50%;
    cursor: pointer; font-size: 16px;
    display: flex; align-items: center; justify-content: center;
}
#msm-finder .lf-gnav.prev { left: 8px; }
#msm-finder .lf-gnav.next { right: 8px; }
#msm-finder .lf-gcounter { display: none;
    position: absolute; bottom: 7px; left: 50%; transform: translateX(-50%);
    background: rgba(0,0,0,.55); color: #fff;
    font-size: 10px; padding: 2px 8px; border-radius: 10px;
}

/* Popup body */
#msm-finder .lf-pbody { padding: 20px; }
#msm-finder .lf-ptitle { padding: 18px 20px 0px 20px; }

#msm-finder .lf-ptitle {
    display: flex; align-items: center; gap: 10px; margin-bottom: 18px;
}
#msm-finder .lf-pnum {
    width: 28px; height: 28px; border-radius: 50%;
    background: var(--lf-brand); color: #fff;
    font-family: var(--font-head); font-size: 15px; font-weight: 900;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
#msm-finder .lf-pname {
    font-family: var(--font-head);
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    color: #000;
}
#msm-finder .lf-pactions {
    display: flex; gap: 9px; margin-bottom: 18px;
}
#msm-finder .lf-paction {
    flex: 1; padding: 10px; text-align: center;
    font-family: var(--font-body); font-size: 12px;
    font-weight: 700; text-transform: uppercase; letter-spacing: .07em;
    border-radius: 4px; cursor: pointer; text-decoration: none !important;
    display: block; transition: all .15s;
}
#msm-finder .lf-paction-primary {
    background: var(--lf-brand); color: #fff !important; border: none;
}
#msm-finder .lf-paction-primary:hover { background: var(--lf-brand-dark); }
#msm-finder .lf-paction-outline {
    background: transparent; color: #111 !important;
    border: 2px solid #333;
}
#msm-finder .lf-paction-outline:hover { background: #f5f5f5; }

/* Info grid */
#msm-finder .lf-pgrid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px;
    margin-bottom: 16px;
}
#msm-finder .lf-pinfo { font-size: 18px;
    color: #000;
    line-height: 1.3;
    letter-spacing: -0.01em; }
#msm-finder .lf-plink {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    color: #000;
    text-decoration: underline;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin-top: 5px;
    text-underline-offset: 5px;
    text-decoration-color: var(--primary);
	width: 100%;
    margin-left: 20px;
}
#msm-finder .lf-pgrid .btn-favorite {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    color: #000;
    text-decoration: underline;
    display: inline-flex;
    align-items: center;
    margin-top: 5px;
    text-underline-offset: 5px;
    text-decoration-color: var(--primary);
    margin-left: 3px;
}
#msm-finder .lf-pgrid > div > svg {
    margin-left: 20px;
}
#msm-finder .lf-pphone {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-top: 10px;
    letter-spacing: -0.01em;
}
#msm-finder .lf-hours { width: 100%; font-size: 12px; border-collapse: collapse; }
#msm-finder .lf-hours td:first-child { color: #000;
    padding: 3px 10px 3px 0;
    font-size: 16px;
    line-height: 1.2; }
#msm-finder .lf-hours td:last-child  { font-weight: 700;
    color: #000;
    font-size: 16px; }

/* Amenities */
#msm-finder .lf-pam-title {
    font-family: var(--font-head);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #000;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #a0a9b7;
}
#msm-finder .lf-ams { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
#msm-finder .lf-am {
    display: flex; flex-direction: column; align-items: center;
    gap: 10px; text-align: center;
    text-decoration: none !important; color: inherit;
}
#msm-finder .lf-am img {
    width: 42px; height: 42px; object-fit: contain;
    border-radius: 50%; background: #f0f0f0;
}
#msm-finder .lf-am-icon {
    width: 42px; height: 42px; border-radius: 50%;
    background: var(--lf-brand);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 16px;
}
#msm-finder .lf-am span {
    font-size: 14px; font-weight: 700; text-transform: uppercase; color: #000; line-height: 1;
}
.mobile-menu-overlay {
    display: none;
}
#msm-finder .lf-am svg path {
    fill: var(--primary);
}
#msm-finder:before, .location-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 80px solid black;
    border-right: 80px solid transparent;
    z-index: 2;
}
#msm-finder .lf-item-actions button {
    position: relative;
}
#msm-finder .lf-item.active .lf-item-actions button {
    padding-left: 15px;
}
#msm-finder .lf-item.active .lf-item-actions button:before {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    top: 50%;
    right: 8px;
    background-image: url('/wp-content/uploads/2026/04/Arrow-2.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: translateY(-50%);
}
#msm-finder .lf-item.active .lf-item-actions button:hover span {
    transform: none;
}
#msm-finder .lf-item.active .lf-item-actions button:hover::after {
    display: none;
}
a.state-tab[href="#state-massachusetts"]:hover {
    background: #a1ece0;
}
a.state-tab[href="#state-connecticut"]:hover {
    background: #cdf667;
}
a.state-tab[href="#state-rhode-island"]:hover {
    background: #ff4623;
}
a.state-tab[href="#state-new-york"]:hover {
    background: #ff61ef;
}
a.state-tab[href="#state-florida"]:hover {
    background: #d6daff;
}
a.state-tab[href="#state-georgia"]:hover {
    background: #dcfff9;
}
.team-filters {
    border-bottom: 1px solid #b9c0ca;
}
.team-filters button.filter-btn {
    border: none;
    background: transparent;
    color: #fff;
    font-family: 'Barlow Condensed';
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 30px;
    padding-bottom: 12px;
    transition: 0.5s all;
    border-bottom: 4px solid transparent;
}
.team-filters button.filter-btn.active {
    border-bottom: 4px solid var(--primary);
}
.team-filters button.filter-btn:hover {
    border-bottom: 4px solid var(--primary);
}
.team-content .role {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.02em;
    margin: 16px 0px 32px;
}
.team-tags span {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-left: 10px;
}
.team-tags {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}
.team-content .white-content {
    margin-bottom: 32px;
}
.bg-grey {
    background: #22252b;
}
.page-template-meet-the-team footer {
    clip-path: unset;
}
.team-content .theme-btn:hover {
    --arrow-color: var(--primary);
    color: var(--primary);
    background: var(--white);
}
.mbl-accordion .accordion-toggle::before {
	content: '+';
    font-size: 28px;
    font-weight: 400;
    border: 1px solid var(--primary);
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding-bottom: 4px;
	color: #fff;
    transition: 0.4s all;
}
.mbl-accordion.active .accordion-toggle::before {
    content: "−";
}
.mbl-accordion .accordion-content {
    display: block;
}
.mbl-accordion .accordion-toggle {
    display: none;
}
.intro-to-climbing-activities-sec .row:nth-child(even) {
    flex-direction: row-reverse;
}
.intro-to-climbing-activities-sec .row:not(:last-child) {
    margin-bottom: 80px;
}
.event-location-filter select {
    border: none;
    cursor: pointer;
    font-weight: 700;
    color: var(--black);
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Barlow Condensed';
    padding: 0 0 4px 0px;
}
.event-location-filter {
    position: relative;
    border-bottom: 1px solid #b9c0ca;
}
.event-location-filter:after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    background-image: url('https://centralrockgym.wpenginepowered.com/hadley/wp-content/uploads/sites/2/2026/05/down-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: translateY(-50%);
	pointer-events: none;
}
.event-location-filter optgroup {
    font-weight: 500;
}
.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input {
    --gf-local-width: 100% !important;
    width: 100% !important;
}
label.gfield_label.gform-field-label {
    font-size: 18px;
    color: #000 !important;
    font-weight: 400;
    letter-spacing: -0.01em;
}
legend.gfield_label.gform-field-label.gfield_label_before_complex {
    font-size: 18px;
    font-weight: 400;
    color: #000 !important;
    letter-spacing: -0.01em;
}
.form-wrapper input[type=checkbox] {
    width: 20px;
    height: 20px !important;
	--gf-local-height: 20px !important;
    border: 1px solid #000 !important;
}
.gfield_checkbox label {
    font-size: 16px !important;
    font-weight: 400;
    color: #000 !important;
}
.gform-theme--foundation .ginput_complex .ginput_container_time {
    inline-size: 33% !important;
}
.amenities-item a:hover img {
    opacity: 0.8;
    transform: translateY(-5px);
}
.amenities-item img {
    transition: 0.3s all;
}
#msm-finder a.lf-am:hover svg {
    opacity: 0.8;
    transform: translateY(-5px);
}
#msm-finder .lf-am svg {
    transition: 0.3s all;
}
select.gfield_select[disabled="disabled"] {
    cursor: not-allowed;
}
.cta-hero-sec {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.cta-hero-sec:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: #041e51bd;
    z-index: 1;
}
.cta-hero-sec .container {
    position: relative;
    z-index: 2;
}
.cta-hero-sec .white-content {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
#climb-grid span.blog-category a {
    pointer-events: none;
}
.skip-to-content-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 999999;
    background: #fff;
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
	transition: none;
}
.skip-to-content-link:focus {
    left: 20px;
    top: 20px;
	border: 1px solid #000;
}
.birthday-accordion-sec .accordion-button:focus-visible {
    outline: 1px solid #fff;
}
.location-map:focus-visible {
    outline: 2px solid #000;
    outline-offset: 4px;
}
.location-media .media-tabs button:focus-visible {
    outline: 2px solid #000;
    outline-offset: -2px;
}
.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
    .hero-video {
        width: 100%;
        height: 56.25vw;
    }
}

@media (max-aspect-ratio: 16/9) {
    .hero-video {
        width: 177.78vh;
        height: 100%;
    }
}
.climbing-banner-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.climbing-banner-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
}
.climbing-banner-section h1 {
    font-family: 'Barlow Condensed';
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    margin: 24px 0px 16px;
}
.climbing-banner-section .banner-sub-heading h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
}
.climbing-banner-section .banner-sub-heading p, .climbing-banner-section .banner-sub-heading a {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
}
.banner-form-wrapper .gform_fields {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap !important;
    gap: 15px !important;
}
.banner-form-wrapper {
    background: var(--primary);
    padding: 40px;
	margin-top: 48px;
}
.banner-form-wrapper .gfield--type-checkbox { order: 6; flex: unset; width: 100%; margin-top: 10px; }
.banner-form-wrapper .gform_fields > div.gfield {
    flex: unset;
    width: 16%;
}
.banner-form-wrapper .gform_fields > fieldset.gfield--type-name {
    flex: unset;
    width: 14%;
}
.banner-form-wrapper .gform_fields div#field_submit {
    flex: unset;
    width: 16%;
}
.banner-form-wrapper .gform_fields div#field_submit input {
    width: 100%;
    background: #fff;
    color: #000;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 0px;
}
.banner-form-wrapper input:not([type="submit"]), .banner-form-wrapper select {
    text-align: left;
    border-radius: 0px !important;
    background-color: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}
.banner-form-wrapper .gfield--type-checkbox label {
    color: #fff !important;
}
.banner-form-wrapper .gform-footer {
    margin: 0 !important;
}
.banner-form-wrapper input:not([type="checkbox"]), .banner-form-wrapper select {
	height: 42px;
}
.banner-form-wrapper .gform_validation_errors {
    display: none !important;
}
.banner-form-wrapper .gfield_description.instruction.validation_message {
    display: none;
}
.banner-form-wrapper .gfield_validation_message {
    position: absolute;
    left: 0;
    top: 90%;
	text-align: left;
    font-size: 10px !important;
}
.banner-form-wrapper .gform_wrapper .gform-loader,
.banner-form-wrapper .gform_wrapper .gform_ajax_spinner {
    visibility: hidden !important;
    display: none !important;
}
.banner-form-wrapper .gfield {
    position: relative;
}
.climbing-loc-banner:after {
    content: '';
    background: rgb(0 0 0 / 50%);
}
.banner-form-wrapper .gform_fields div#field_submit input:hover {
    background: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}
.banner-form-wrapper select, .banner-form-wrapper select:hover {
    cursor: pointer;
	appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5L8 12l6.5-6.5' stroke='white' stroke-width='2' fill='none'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    background-size: 12px !important;
}
.thankyou-video-sec {
    height: 500px;
}
.page-template-template-thank-you footer.footer {
    clip-path: unset;
}
.banner-form-wrapper .gform_fields > fieldset.gfield--type-name {
    flex: unset;
    width: 14%;
}
.banner-form-wrapper .gform_required_legend {
    display: none;
}
.banner-form-wrapper select option {
    background: #fff;
    color: #000;
}
.banner-form-wrapper input[type="checkbox"] {
    background-color: #fff !important;
}