/*
Theme Name: Raiderspirit Child
Template: raiderspirit
Theme URI: http://raider-spirit.themerex.net/
Description: Raiderspirit is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: ThemeRex
Author URI: http://themerex.net/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
.hero-home-wrapper,
#rs_revslider_home_forcefullwidth,
#rs_revslider_1_forcefullwidth,
.wpb_row.vc_row-fluid:has(#rs_revslider_home_forcefullwidth),
.wpb_row.vc_row-fluid:has(#rs_revslider_1_forcefullwidth) {
  min-height: calc(100vh - 74px);
}

body.home{
  min-height: calc(100vh - 74px);
}

::-webkit-scrollbar-track {
  background: #F5F3F4;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb {
  background: #D3D3D3;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
  background: #B1A7A6;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
.flex-wrap{
  flex-wrap: wrap;
}
.align-start {
  align-items: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.align-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.align-end {
  align-items: flex-end;
}
.justify-end {
  justify-content: flex-end;
}
.text-center{
  text-align: center;
}
.mt-auto{
  margin-top: auto;
}
.input-wrapper.w-auto,
.w-auto{
    width: auto;
}
.mb-0{
  margin-bottom: 0;
}
.mb-4 {
  margin-bottom: 4px;
}
.mt-4 {
  margin-top: 4px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mt-8 {
  margin-top: 8px;
}
.gap-8 {
  gap: 8px;
}
.gap-16 {
  gap: 16px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mt-16 {
  margin-top: 16px;
}
.text-capitalize {
  text-transform: capitalize;
}
.w-full {
  width: 100%;
}
.text-right{
  text-align: right;
}
.py-5 {
  padding-block: 2rem;
}
.btn-round{
  border-radius: 1.5rem;
}
.link-stretched{
  position: absolute;
  inset: 0;
}
.position-relative{
	position: relative;
}

/* Loader screen */
#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 16, 16, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  flex-direction: column;
}
#loading-icon {
  text-align: center;
  background-color: #fff;
  border-radius: 1rem;
}	
#loading-text {
    font-size: 18px;
    font-family: inherit, sans-serif;
    color: #fff;
    margin-top: 20px;
    font-weight: bold;
}
#loading-icon svg {
    animation: moveIcon 2.2s infinite ease-in-out;
}
@keyframes moveIcon {
    0% { transform: translate(-18px, -18px); }
    33% { transform: translate(18px, -18px); }
    66% { transform: translate(0, 18px); }
    100% { transform: translate(-18px, -18px); }
}
.spinner {
    width: 14px;
    height: 14px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #ffffff;
    display: inline-block;
    animation: spin 1s linear infinite;
    vertical-align: middle;
    margin-left: 5px;
}

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

.sc_layouts_item:has(.header-btn) {
    flex-shrink: 0;
}
.sc_layouts_item .header-btn{
  padding: 0.7rem 1.5rem !important;
  border-radius: 2rem;
  font-weight: 700 !important;
}
header .sc_button_default.sc_button_size_normal{
  border-radius: 1.5rem;
}
.sc_layouts_menu_nav > li > .trx_addons_icon-ellipsis-vert + ul {
    border-radius: 1rem;
    padding: 0;
}
.sc_layouts_menu_nav>li .trx_addons_icon-ellipsis-vert + ul li>a {
    padding: 1rem 1.5em !important;
}
.franchise-slider{
  width: 100%;
}
.page_content_wrap .content_wrap, 
.page_content_wrap .content_container,
.franchise-slider .slick-slide .slider-content,
.content_wrap #api-users-container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
.search_wrap.search_mobile {
  display: none;
}
/* .scheme_dark.sc_layouts_row.sc_layouts_row_fixed_on {
  background-color: #251c14 !important;
} */
.scheme_dark .sc_layouts_menu_popup .sc_layouts_menu_nav,
.scheme_dark .sc_layouts_menu_nav > li ul {
  background-color: #353439;
}
.scheme_dark .sc_layouts_menu_popup .sc_layouts_menu_nav,
.scheme_dark .sc_layouts_menu_nav > li ul a:hover,
.scheme_dark .sc_layouts_menu_popup .sc_layouts_menu_nav,
.scheme_dark .sc_layouts_menu_nav > li ul a[aria-current="page"],
.sc_services_hover .sc_services_item_title > span {
  color: #e5383b !important;
}

.captcha-image{
	display: block;
	border: none;
}
.wpcf7-form-control.wpcf7-radio{
  display: block;
  width: 100%;
  border-radius: 0.5rem;
}
.captcha-image label>input+svg{
	width: 30px;
	height: 30px;
}
span.wpcf7-form-control-wrap.kc_captcha {
    margin-top: 1rem;
}
.map-wrapper .vc_column-inner,
.map-wrapper .wpb_text_column,
.map-wrapper .wpb_wrapper{
    height: 100%;
}
.wpcf7-textarea{
	min-height: 14.5rem;
}

/* franchise page css start here */
.game-title {
  margin-top: 0;
  text-transform: capitalize;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  hyphens: auto;
  white-space: normal;
  word-break: break-word;
  font-size: 24px;
  line-height: 1.5;
}
.game-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 16px;
    margin-bottom: 16px;
}
.point-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0B090A;
}
.point-wrapper svg {
  width: 30px;
  height: 30px; 
  color: #A4161A;
}
.point-wrapper p {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.point-wrapper-one { 
  grid-area: 1 / 1 / 2 / 2; 
}
.point-wrapper-two {
   grid-area: 1 / 2 / 2 / 3; 
}
.point-wrapper-three {
   grid-area: 2 / 1 / 3 / 3; 
}
.img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.game-info-container {
  display: flex;
  flex-direction: column;
  min-height: 280px !important;
  padding: 0 30px !important;
  padding-bottom: 16px !important;
}
.game-info-container button {
  width: max-content;
}
.description-container {
  flex: 1;
}
.form-wrapper {
  height: 0;
  overflow: hidden;
  transition: height 2s ease-in-out;
}
.form-wrapper.visible {
  height: max-content;
}
#inline-calendar .ui-datepicker-inline {
  width: 100%;
}
.form-wrapper {
  margin-bottom: 24px;
}
#coupon {
  flex: 1;
}
input:-ms-input-placeholder,
input::placeholder {
  color: #37281c;
}
.flatpickr-calendar {
  width: 100% !important;
  min-width: 100% !important;
}

.flatpickr-wrapper {
  width: 100% !important;
}

#game-date {
  width: 100% !important;
  margin-top: 4px;
}

.flatpickr-calendar .flatpickr-months,
.flatpickr-calendar .flatpickr-weekdays,
.flatpickr-calendar .flatpickr-days {
  width: 100% !important;
}

.flatpickr-calendar .flatpickr-month {
  width: 100% !important;
}
.flatpickr-calendar .flatpickr-day {
  width: calc(100% / 7) !important;
  max-width: unset;
  flex-basis: unset;
  border-radius: 0.75rem;
}
.flatpickr-calendar .flatpickr-day:hover {
  width: calc(100% / 7) !important;
}
.flatpickr-rContainer {
  width: 100%;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  color: #cccccc;
}
.dayContainer {
  width: 100%;
  max-width: 100%;
}
.flatpickr-day.selected,
.flatpickr-day.selected:hover {
    background-color: #e4363a;
    border-color: #e5373b;    
}
.flatpickr-current-month .flatpickr-monthDropdown-months{
	-webkit-appearance: none;
    -moz-appearance: none;
}
.flatpickr-month .select_container:before{
	height: 18px;
}
.flatpickr-month .select_container:after{
	top: 8px;
}
.no-games-available {
  margin: 6rem 0;
  font-size: 18px;
  line-height: 1.5;
}
.franchise-slider .slick-slide .slide-content-wrapper{
  position: relative;
  aspect-ratio: 3 / 1;
  display: flex;
  align-items: center;
  width: 100%;
}

.franchise-slider .slick-slide .slide-content-wrapper img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  z-index: -1;
  left: 0;
  top: 0;
}
.overlay-banner{
  position: absolute;
  background: rgba(22, 21, 21, 51%);
  width: 100%;
  height: 100%;
  inset: 0;
}
.franchise-slider .comingsoon-banner.slick-slide img {
  object-position: bottom;
}
.franchise-slider .slick-slide .slide-content-wrapper:before {
  content: "";
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  background: #261c14;
  z-index: -1;
  left: 0;
}
.franchise-slider .comingsoon-banner.slick-slide:before {
  background: #0000009c;
}
.franchise-slider .comingsoon-banner.slick-slide {
  text-align: center;
}
.franchise-slider .slick-prev {
  position: absolute;
  z-index: 9;
  left: auto;
  right: 76px;
  top: auto;
  bottom: 24px;
  background-color: transparent !important;
}
.franchise-slider .slick-prev:before {
    content: '\E967' !important;
    font-family: fontello !important;
    font-size: 10px !important;
}
.franchise-slider .slick-next:before {
    content: '\E965' !important;
    font-family: fontello !important;
    font-size: 10px !important;
}
.franchise-slider .slick-next {
  position: absolute;
  z-index: 9;
  left: auto;
  right: 40px;
  top: auto;
  bottom: 24px;
  background-color: transparent !important;
}
.franchise-slider .slick-slide .slider-content {
  position: relative;
  z-index: 1;
  color: #fff;
  width: 100%;
  padding-inline: 2rem;
}
.franchise-slider .slider-title {
    font-size: 32px;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  	overflow-wrap: normal;
	word-break: normal; 
    white-space: normal;
    width: 100%;
    hyphens: inherit;
}
.franchise-slider .slider-subtitle {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  width: 100%;
  overflow: hidden;
  word-wrap: break-word;
  white-space: normal;
  max-width: 75ch;
}
/* Gift Card page css */
.giftcard-form {
  background-color: transparent;
  padding: 24px;
  margin-top: 40px;
  color: #251c14;
  max-width: 62rem;
  margin-inline: auto;
}
.giftcard-form .select_container {
    max-width: 34ch;
}
.giftcard-form label{
  color: #8e8989;
  margin-bottom: 3px;
  font-size: 0.925rem;
}
.gift-card-form-heading {
  margin-top: 0;
}
.wpb_text_column .gift-card-heading {
  margin-top: 2em !important;
  margin-bottom: 4px !important;
}
.gift-amount-radio-section {
  display: flex;
  align-items: center;
  gap: 24px;
}
.details-input-section {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.input-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.textarea-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.gift-message {
  width: 100%;
  min-height: 7em;
}
.giftcard-form .select_container {
  background: transparent;
}
.gift-card-submit-button {
  margin-top: 2em;
}
.select_container select{
  border-color: #e6e6e6 !important;
}
.select_container:before{ 
  bottom: 3px;
  height: 34px;
}
.scheme_default input[type="text"],
.scheme_default input[type="email"],
.scheme_default input[type="tel"],
.scheme_default textarea {
  border-color: #e6e6e6;
}
input[type=checkbox] + label{
  padding-left: 1.75rem;
}
input[type=checkbox] + label:before{
  border: 2px solid #e6e6e6;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 0.5;
  transform: translateY(20%);
}
.gift-card-amount, .scheme_default .gift-card-amount {
    width: 100%;
    padding: 0.65rem 1.8rem 0.65rem 4ch !important;
}
.scheme_default .select_container:focus:before,
.scheme_default .select_container:hover:before,
.scheme_default .select_container select:focus{
  background-color: #ffffff !important;
}
.scheme_default .select_container select:focus{
  border-color: #cfcbcb !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::after,
.select_container:after{
  top: 20px;
}

.sc_button.color_style_default{
  border-radius: 1.5rem !important;
}
/* FAQs */
.scheme_default .vc_toggle.vc_toggle_simple .vc_toggle_title:hover,
.scheme_default .vc_toggle.vc_toggle_simple.vc_toggle_active .vc_toggle_title{
  background-color: #e5373a;
}
.scheme_default .vc_toggle.vc_toggle_simple{
  background-color: #f2f2f2;
  overflow: hidden;
}
.scheme_default .vc_toggle.vc_toggle_simple,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
  border-radius: 1rem;
}
.scheme_default .vc_toggle.vc_toggle_simple .vc_toggle_title{
  background-color: #f2f2f2;
}
.vc_tta.vc_tta-spacing-1 .vc_tta-panel.vc_active+.vc_tta-panel .vc_tta-panel-heading,
.vc_tta.vc_tta-spacing-1 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading {
  margin-top: 1rem !important;
}
/* Tabs */
.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a{
  background: #e5373a !important;
}
.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab>a{
  background: #f2f2f2 !important;
  border-radius: 1.5rem !important;
}
.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab>a:hover{
  background: #e5373a !important;
}

/* franchise page css start */
.page_content_wrap .content_wrap:has(#api-users-container) {
  width: 100% !important;
  max-width: 100% !important;
}
#api-users-container .franchise-title {
  padding-inline: 16px;
  padding-bottom: 8px;
  font-size: 36px;
  line-height: 1.5;
}
.slot-booking-form label {
  margin-bottom: 4px;
}

.home .sc_services_hover .sc_services_item_header_inner,
.page-id-1276 .sc_services_hover .sc_services_item_header_inner,
.sc_services_hover
  .sc_services_item.with_image
  .sc_services_item_header:before {
  display: none;
}
.home
  .sc_services_hover
  .sc_services_item_link:hover
  + .sc_services_item_header_inner,
.page-id-1276 .sc_services_hover .sc_services_item_link:hover + .sc_services_item_header_inner,
.sc_services_hover
  .sc_services_item.with_image
  .sc_services_item_link:hover
  ~ .sc_services_item_header:before {
  display: block;
}
header .vc_row.sc_layouts_row_fixed_on.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_column_container {
  height: 42px;
}
header .scheme_dark .sc_layouts_menu_nav .menu-collapse>a:after {
  background-color: #353439;
}

header:not(.top_panel_custom_header-transparent-split-menu) .sc_layouts_row_fixed>div.vc_col-sm-4\/5 {
  width: 80%;
}
header:not(.top_panel_custom_header-transparent-split-menu) .sc_layouts_row_fixed>div.vc_col-sm-1\/5 {
  width: 20%;
}
.valid-code-msg {
  font-size: 13px;
  font-weight: 600;
  color: #108308;
  margin-top: 6px;
  margin-bottom: 0;
}
.invalid-code-msg {
  font-size: 13px;
  font-weight: 600;
  color: #cc0000;
  margin-top: 6px;
  margin-bottom: 0;
}
.page .scheme_dark .sc_item_subtitle,
.page .vc_row-has-fill .sc_item_subtitle {
  background-image: url('https://resqroom.setoo.work/wp-content/uploads/2025/03/BG-icon.png') !important;
}
input[type="checkbox"][name="terms_conditions"] {
  display: inline-block;
  opacity: 0;
  width: 0;
  height: 0;
}
input#price {
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 20px;
}
.choose-location {
    list-style: none;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    width: 220px;
}
.choose-location .sub-menu {
    display: none;
    position: absolute;
    list-style: none;
    text-align: left;
    padding: 12px 16px;
    flex-direction: column;
    gap: 8px;
    background-color: #353439;
    border-radius: 1rem;
    width: 250px;
    max-height: 350px;
    overflow-y: auto;
    z-index: 11;
}
.scheme_dark .choose-location a,
.scheme_dark .choose-location .sub-menu a {
  font-weight: 700;
  color: #ffffff;
}
.scheme_dark .choose-location a:hover,
.scheme_dark .choose-location .sub-menu a:hover {
  font-weight: 700;
  color: #e5383b;
}
#selected-location {
  text-align: right;
}
#selected-location span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  hyphens: auto;
  white-space: normal;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #e5383b;
}
.choose-location .active-location{
  color: #e5383b;
}
.scheme_dark .sc_layouts_menu_nav>li.current-menu-item>a,
.scheme_dark .sc_layouts_menu_nav>li.current-menu-parent>a,
.scheme_dark .sc_layouts_menu_nav>li.current-menu-ancestor>a {
    color: #ffffff !important;
}
.scheme_dark .sc_layouts_menu_nav>li.current-menu-item>a:hover,
.scheme_dark .sc_layouts_menu_nav>li.current-menu-parent>a:hover,
.scheme_dark .sc_layouts_menu_nav>li.current-menu-ancestor>a:hover {
    color: #e5383b !important;
    cursor: pointer;
}
.product-description .read-more {
  cursor: pointer;
  color: #e5383b;
}
.games .game-wrapper {
  padding: 0;
  margin: 0 16px;
  border: 1px solid #D3D3D3;
  margin-bottom: 3rem;
  border-radius: 16px;
  overflow: hidden;
}
.game-wrapper .img-container{
  background-color: #f9fafb;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  width: 100%;
}
.game-wrapper .vc_col-sm-6:has(.img-container) {
  padding-right: 0;
}
.game-wrapper .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.games .slot-booking-form {
  margin: 0;
  padding: 0 16px;
  background: #f5f3f436;
}
.games .sc_button_hover_slide_left {
  font-size: 14px;
}

.games .comingsoon-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  color: #0B090A;
}
.games #apply-coupon {
  background: #B1A7A6 !important;
}
.games .submit-roombooking {
  height: max-content;
}
.submit-roombooking {
    position: relative;
}
.submit-roombooking:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
.scheme_default .submit-roombooking[disabled],
.scheme_default .submit-roombooking[disabled],
.scheme_default .submit-roombooking[disabled]{
  color: #fff !important;
}
.price-wrapper {
  flex: 1;
}
.price-wrapper .price {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  color: #0B090A;
  margin: 0;
}
.games .price-wrapper .sc_button_hover_slide_left {
  font-size: 16px;
}
.gst-text {
  margin-bottom: 0;
}
/* franchises flip section css */
.franchise-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
#franchise-contact-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
} 
#franchise-contact-container p {
  margin: 0;
}
footer a {
  cursor: pointer !important;
}
/* .franchise-card {
  background: #fff;
  text-align: center;
  position: relative;
  display: inline-block;
  transition: 0.6s;
  transform-style: preserve-3d;
  height: 250px;
}
.franchise-card .franchise-link {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.franchise-card .franchise-image {
  position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.franchise-card::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000000d9;
  display: none;
}
.card-content {
  display: none;  
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 20px) rotateY(180deg);
  z-index: 2;
}
.franchise-card:hover {
  transform: rotateY(180deg);
}
.franchise-card:hover .card-content {
  display: block;
}
.franchise-card:hover::before {
  display: block;
} */
.franchise-container  .franchise-title {
  font-size: 24px;
  line-height: 1.5;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word; 
  hyphens: none;
  white-space: normal;
  word-break: break-word;
  margin-top: 0;
}
.franchise-games p {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
}
.franchise-games .game-list {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  padding: 0;
  list-style: none;
}
.franchise-card {
  position: relative;
  flex: 1 1 calc(33.33% - 11px);
  box-sizing: border-box;
  flex-grow: 0;
}
.franchise-card > .front, .franchise-card > .back {
  display: block;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.5s;
  transition-property: transform, opacity;
}
.franchise-card > .front {
  transform: rotateY(0deg);
}
.franchise-card > .back {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  transform: rotateY(-180deg);
}
.franchise-card:hover > .front {
  transform: rotateY(180deg);
}
.franchise-card:hover > .back {
  opacity: 1;
  transform: rotateY(0deg);
}
.franchise-card > .front, .franchise-card > .back {
  display: block;
  color: white;
  width: inherit;
  background-size: cover !important;
  background-position: center !important;
  height: 220px;
  padding: 1em 2em;
  background: #161A1D;
  border-radius: 10px;
}
.franchise-card > .front p, .franchise-card > .back p {
  font-size: 0.9125rem;
  line-height: 160%;
  color: #999;
}
.franchise-card .game-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 8px;
  flex-direction: column;
  gap: 12px;
}
.franchise-card .game-list .franchise-game {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  cursor: pointer;
}
.franchise-card .game-list .franchise-game:hover,
.franchise-card .game-list .franchise-game:hover .franchise-game-title {
  color: #e5383b;
}
.franchise-card .game-list .franchise-game svg {
  width: 16px;
  font-size: 16px;
  min-width: 16px;
}
.franchise-card  .franchise-game-title {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
}
/* custom map css */
.map-container {
  min-height: 432px;
  height: 100%;
  border: 5px solid #a9a9a9;
  box-sizing: border-box;
}
.map-container iframe{
  height: 100% !important;
}
/* comingsoon franchise page css */
.content_wrap:has(.comingsoon-franchise-container) {
  width: 100% !important;
}
.content_wrap:has(.comingsoon-franchise-container) .post_item_single {
  display: none;
}
.comingsoon-franchise-container .franchise-banner {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-self: unset;
  margin-top: -82px;
}
.franchise-banner h1 {
  margin: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
}
.franchise-info {
  padding: 0 16px;
}
.info-card {
  max-width: 1100px;
  margin: 0 auto;
}
.giftcard-form label:has(.gst-text) {
  display: flex;
  align-items: center;
  gap: 4px;
}
.giftcard-form label .gst-text {
  height: auto;
  color: #8e8989;
  font-weight: 700;
}
.amount-input-container {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.currency-symbol {
	position: absolute;
	left: 10px;
	top: 11px;
	font-weight: 500;
}
.gift-card-amount,
.scheme_default .gift-card-amount{
	width: 100%;
	padding: 0.65rem 1.8rem 0.65rem 4ch;
}
.giftcard-form input[type="tel"],
.roombooking-form input[type="tel"]{
	padding: 0.65rem 1.8rem 0.65rem 4ch; 
}
.gift-card-heading {
    margin-top: 1.75rem;
    margin-bottom: 0.5rem;
}
.terms-checkbox-section{
	margin-top: 1rem;
}
.terms-checkbox-section .checkbox-wrapper {
  position: relative;
}
.terms-checkbox-section .checkbox-wrapper input[type=checkbox] {
  display: block;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.gift-card-submit-button {
    padding-inline: 3rem;
    border-radius: 2rem;
}
a.sc_layouts_logo{
	display: inline-block;
}
.sc_layouts_row_type_compact .custom-logo-link img, .sc_layouts_row_type_compact .sc_layouts_logo img,
.sc_layouts_row.sc_layouts_row_fixed_on .custom-logo-link img, .sc_layouts_row.sc_layouts_row_fixed_on .sc_layouts_logo img{
	max-height: initial !important;
    width: 120px !important;
    height: auto;
}
.top_panel{
	margin-bottom: 0;
}
.error404 .page_wrap {
    padding-top: 0;
}

.rank-math-html-sitemap__list{
	color: #0e0d12;
}
.rank-math-html-sitemap__item {
    padding-block: 0.75rem;
    font-size: 1.25rem;
		text-transform: capitalize;
}
@media (min-width: 571px){
	.rank-math-html-sitemap__list{
		display: flex;
		width: 100%;
		flex-wrap: wrap;	
	}	
	.rank-math-html-sitemap__item{
			width: 50%;
	}
	.amount-input-container,
	.gift-card-amount,
	.scheme_default .gift-card-amount{
			max-width: 34ch;
      width: 100%;
	}
}
@media (min-width: 991px){
  .gift-validity-message{
        margin-top: 1.85rem;
        font-size: 0.825rem;
        line-height: 1.5;
    }
	.rank-math-html-sitemap__item{
			width: 25%;
	}
	.ti-reviews-container-wrapper .ti-inner {
    	min-height: 290px;
	}
  .map-container {
    min-height: 732px;
  }
}

@media (max-width: 571px){
	.giftcard-form input[type="text"],
	.giftcard-form input[type="email"],
	.giftcard-form select,
	.roombooking-form input[type="text"],
	.roombooking-form input[type="email"],
	.roombooking-form select,
	.games .sc_button_hover_slide_left{
		padding: 0.65rem 1.8rem;
	}
}
@media (min-width: 390px) {
  .point-wrapper svg {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1024px) {
  header.top_panel_custom_header-transparent-fullwidth .vc_column-inner .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 42px;
  }
  header.top_panel_custom_header-transparent-fullwidth
    .vc_column-inner
    .wpb_wrapper:has(.logo_image) {
    justify-content: flex-start;
  }

  header:not(.top_panel_custom_header-transparent-split-menu)
    .sc_layouts_row_fixed
    > div.vc_col-sm-3 {
    width: 25% !important;
  }
  header:not(.top_panel_custom_header-transparent-split-menu)
    .sc_layouts_row_fixed
    > div.vc_col-sm-9 {
    width: 75% !important;
  }
  
  .franchise-card {
    flex: 1 1 calc(50% - 8px);
    flex-grow: 0;
  }
  .franchise-title {
    font-size: 16px;
  }
  .franchise-card > .front,
  .franchise-card > .back {
    padding: 1em;
  }
  header .scheme_dark.sc_layouts_row_type_compact .sc_layouts_item_icon{
    color: #ffffff;
  }
  .menu_mobile .menu_mobile_nav_area > ul > li > a:hover,
  .scheme_dark .menu_mobile_inner a:hover{
    color: #e5383b;
  }
  .scheme_dark .menu_mobile_close:hover:before,
  .scheme_dark .menu_mobile_close:hover:after{
    border-color: #e5383b;
  }
}
@media (max-width: 768px) {
  .menu_mobile .menu_mobile_nav_area > ul > li > a {
    padding-block: 6px;
  }
  .game-title {
    margin-top: 16px;
    margin-bottom: 8px;
  }
  .page-template .sc_layouts_row.sc_layouts_row_fixed_on .sc_layouts_logo img {
    max-height: 3.5em !important;
  }
  #selected-location {
    text-align: left;
    font-weight: 500;
  }
  #selected-location span.open_child_menu {
    width: 1em;
  }
  .menu_mobile .menu_mobile_nav_area ul ul.sub-menu{
    width: 28rem;
    padding-block: 1rem;
    margin-inline: auto;
    left: 0;
    right: 0;
    background-color: #353439;
    border-radius: 1rem;
  }
  .sc_layouts_menu_dir_horizontal .choose-location {
    width: 150px;
  }
  
	.ti-reviews-container-wrapper .ti-inner {
    min-height: 330px;
	}
}
@media (max-width: 479px) {
  #loading-text {
    font-size: 14px;    
  }
  body .content_wrap,
  body .content_container {
    width: calc(100% - 30px) !important;
  }
  .menu_mobile .menu_mobile_nav_area li > a{
    width: auto;
  }
  .menu_mobile .menu_mobile_nav_area ul ul.sub-menu{
    width: 280px;    
  }
  .comingsoon-franchise-container .franchise-banner {
    height: 58vh;
  }
  .content_wrap:has(.giftcard-form) {
    width: 100% !important;
  }
  .details-input-section {
    gap: 8px;
  }
  .giftcard-form label {
    margin-bottom: 4px;
  }
  .gift-amount-radio-section {
    flex-wrap: wrap;
  }
  .wpb_text_column .gift-card-heading {
    margin-bottom: 0;
  }
  .top_panel.with_bg_image {
    min-height: 2rem !important;
  }
  header .sc_layouts_row .sc_layouts_logo img {
    max-height: initial !important;
  }
  .menu_mobile .sc_layouts_logo {
    margin-top: 1em !important;
    text-align: left;
    padding-left: 3em;
  }
  .mobile_device .menu_mobile .sc_layouts_logo img,
  .mobile_layout .menu_mobile .sc_layouts_logo img {
    max-height: 60px !important;
  }
  .menu_mobile .search_mobile .search_submit {
    padding: 1.3em 1.8em;
  }
  .page-id-1288 .content_wrap,
  .page-id-1295 .content_wrap,
  .page-id-112 .content_wrap,
  .content_wrap:has(#api-users-container) {
    width: 100% !important;
  }
  .page-id-1288 .vc_row,
  .page-id-1295 .vc_row,
  .page-id-112 .vc_row {
    padding-inline: 16px;
  }
  .page-id-112 .vc_row.vc_custom_1740464924409 {
    padding-inline: 0;
    margin-inline: 16px !important;
  }
  .page-id-1295 .footer_wrap {
    margin-top: 0rem;
  }
  .page-id-1295 .sc_icons {
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .page-id-1295 .vc_custom_1741680414217 {
    margin-top: 0 !important;
  }
  .page-id-112 .sc_icons_size_small .sc_icons_icon > span:before,
  .page-id-112 .icon_block > span:before {
    font-size: 2rem;
  }
  .page-id-112
    .trx_addons_columns_wrap:not(.columns_fluid)
    > [class*="trx_addons_column-"] {
    width: 100% !important;
  }
	.ti-reviews-container-wrapper .ti-inner {
    min-height: unset;
	}
  .franchise-card .franchise-game-title{
  	font-size: 14px;
  }
}
@media (min-width: 768px) {
  .details-input-section {
    flex-wrap: nowrap;
  }
  .choose-location:hover .sub-menu {
    display: flex;
  }
  .franchise-slider .slider-title{
    font-size: 54px;
    line-height: 1.3;
  }
  .game-wrapper .vc_row {
    display: flex;
  }
  .game-wrapper .vc_row.flex-column{
  	flex-direction: column;
  }
}

/* CSS from custom css */
.wpcf7-form-control {
  border-color: rgba(255, 255, 255, 0) !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.wpcf7-not-valid {
    border-color: #CC0000 !important;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(200, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 8px 0px rgba(200, 0, 0, 0.2);
    box-shadow: none;
}
form.wpcf7-form input[type=submit] {
    margin-top: 0.3125em;
    padding: 0.75rem 2.5rem;
    border-radius: 2rem;
}

/* 404 page */
.error404 .page_wrap{
  padding-top: 110px;
}
.error404 .scheme_dark.sc_layouts_row{
  background-color: #261c14 !important;
}


.page-id-1300 header,
.page-id-1288 header,
.page-id-1295 header,
.page-id-112 header {
  margin-bottom: 0;
}
.page-id-1295 .sc_icons .sc_icons_icon > span:before,
.page-id-1295 .sc_icons .sc_icons_icon:before,
.page-id-1288 .sc_icons .sc_icons_icon > span:before,
.page-id-1288 .sc_icons .sc_icons_icon:before {
  font-size: 3em;
}
.page-id-1288 .sc_icons .sc_icons_item_description span,
.page-id-1295 .sc_icons .sc_icons_item_description span {
  min-height: 90px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.page-id-1288 .sc_icons .sc_icons_item_title span,
.page-id-1295 .sc_icons .sc_icons_item_title span {
  min-height: 54px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.custom-image-carousel .vc_item {
  display: flex;
  align-items: center;
}
.custom-image-carousel .vc_item {
  width: 200px !important;
  height: 100px !important;
  display: flex;
  align-items: center;
  border-radius: 12px;
  margin-left: 14px;
  padding: 12px;
}
.custom-image-carousel .vc_item img {
  object-fit: contain;
}
.custom-image-carousel
  .vc_images_carousel
  .vc_carousel-control
  .icon-prev:before {
  left: -54px;
  background: #e5a40f;
  width: 30px;
  height: 30px;
  color: white;
}
.custom-image-carousel
  .vc_images_carousel
  .vc_carousel-control
  .icon-next:before {
  right: -54px;
  background: #e5a40f;
  width: 30px;
  height: 30px;
  color: white;
}
.home-franchise-section .front_page_section_caption,
.home-franchise-section h1 {
  font-size: 2em !important;
}
header .sc_layouts_item:has(.sc_layouts_cart) {
  display: none !important;
}
footer .icon-wrapper .wpb_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-wrapper .vc_icon_element {
  margin-bottom: 0;
}
footer
  .vc_icon_element.vc_icon_element-outer
  .vc_icon_element-inner.vc_icon_element-size-md
  .vc_icon_element-icon {
  font-size: 1.8em !important;
}
footer .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
  width: 3em;
  height: 2em;
}
footer .vc_row.vc_row-o-content-middle>.vc_column_container>.vc_column-inner {
  justify-content: flex-start;
}
footer .vc_row.vc_row-o-content-middle>.vc_column_container:nth-child(2)>.vc_column-inner {
  justify-content: center;
}
footer .vc_row-fluid.copyright-row {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
ul.footer-franhises-menu {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  padding: 0;
  gap: 8px;
}
ul.footer-franhises-menu a{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}
ul.footer-franhises-menu a span {
  text-transform: capitalize !important;
  word-break: break-word;
}
.copyright-row .wpb_single_image.vc_align_left{
  text-align: center;
}
.copyright-row .textwidget p {
  font-size: 12px;
}
.bni-logo {
  width: 2em;
  height: 2em;
}

.wpcf7-form label{
  display: inline-block;
}
.scheme_dark span.wpcf7-not-valid-tip {
    color: #e5373a;
}
form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid + span.wpcf7-not-valid-tip{
  top: 105%;
}

/* MEDIA QUERIES */
@media screen and (max-width: 576px) {
  html,
  .sc_layouts_row:not(.sc_layouts_row_type_narrow) {
    font-size: 16px;
  }
  .big-list ul {
    font-size: 14px;
  }
  .column-gap .wpb_column {
    margin-bottom: 36px;
  }
  .column-gap .wpb_column:last-child {
    margin-bottom: 0px;
  }
  .trx_addons_columns_wrap:not(.columns_fluid) > [class*="trx_addons_column-"] {
    width: 50%;
  }

  .page-id-96 .vc_custom_1740551626983 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    margin-top: 2em !important;
  }
  .page-id-96 .sc_services_item_title,
  .page-id-1276 .sc_services_item_title {
    font-size: 12px !important;
  }
  .page-id-96
    .sc_services_hover
    .sc_services_item_title
    > span.icon-untitled-1 {
    left: -5px !important;
  }
  .page-id-96
    .sc_services_hover
    .sc_services_item_title
    > span.icon-untitled-2 {
    right: -5px !important;
  }
  .page-id-96 .sc_services_hover .sc_services_item_title > span {
    font-size: 1.2rem !important;
  }
  .page-id-96 .sc_services_item_header_inner {
    padding: 0.5em;
  }
  .footer_custom_footer-fullwidth-simple.footer_wrap
    .sc_content
    .wpb_column:not(.vc_col-sm-12) {
    width: 100% !important;
    display: block;
    text-align: left !important;
  }
  footer .sc_layouts_row .wpb_text_column p {
    text-align: left !important;
  }
  .footer_custom_footer-fullwidth-simple .sc_widget_contacts .widget_title,
  .footer_custom_footer-fullwidth-simple .sc_widget_contacts .contacts_wrap {
    text-align: center;
  }
  .vc_row[data-vc-full-width]:not(.vc_parallax) {
    padding-inline: 15px !important;
  }
  .vc_row[data-vc-full-width]:not(.vc_parallax):has(
      .vc_row-o-content-middle > .vc_column_container > .vc_column-inner
    ) {
    padding-inline: 0 !important;
  }
  .games #apply-coupon {
    width: max-content;
    flex: 1;
    padding: 10px;
    font-size: 12px;
    max-width: 110px;
  }
  #coupon {
      flex: 1;
      width: 100%;
  }
  .giftcard-form .select_container {
    max-width: unset;
  }
  .franchise-container .franchise-title {
    font-size: 16px;
  }
  .franchise-slider .slick-slide .slide-content-wrapper{
    aspect-ratio: 4/ 5;
  }
  .franchise-slider .slick-slide .slider-content {
    padding: 0 24px;
  }
}
.custom-slider .slick-track {
  display: flex;
  align-items: center;
}
.custom-slider .slick-track img {
  object-fit: contain;
}
.custom-slider .slick-track .slick-slide {
  width: 200px !important;
  height: 100px !important;
  display: flex;
  align-items: center;
  border-radius: 12px;
  margin-left: 14px;
  padding: 12px;
}

.vc_row.wpb_row.vc_row-fluid.vc_custom_1519824429412.vc_row-o-content-middle.vc_row-flex.sc_layouts_row.sc_layouts_row_type_compact.sc_layouts_row_fixed.sc_layouts_hide_on_mobile.scheme_dark {
  padding-top: 1em !important;
}
.scheme_default .page_wrap {
  background: transparent;
}
header.top_panel_custom_header-transparent-fullwidth .vc_column-inner .wpb_wrapper:has(.choose-location) {
  justify-content: flex-end;
}
header.top_panel_custom_header-transparent-fullwidth .vc_column-inner .wpb_wrapper:has(.choose-location) .sc_layouts_item.sc_layouts_hide_on_mobile{
  flex-shrink: 0;
}
.contact-field {
  position: relative;
}

.contact-field span {    
  position: absolute;
  top: 11px;
  left: 15px;
  font-size: 14px;
}
.contact-field input {
  padding-left: 5ch !important;
}
.giftcard-form .contact-field span {
  top: 12px;
}
.giftcard-form .contact-field input {
  width: 100%;
}
.ti-widget[data-wkey="feed-instagram"] .ti-layout-container .ti-widget-layout .ti-layout-item {
  border-radius: 12px !important;
  overflow: hidden;
  margin: 0 4px;
}
.ti-widget[data-wkey="feed-instagram"][data-col="4"] .ti-layout-item {
  flex: 0 0 calc(100% / 4 - 8px) !important;
  width: calc(100% / 4 - 8px) !important;
}
.ti-widget[data-wkey="feed-instagram"][data-col="2"] .ti-layout-item {
  flex: 0 0 calc(100% / 2 - 8px) !important;
    width: calc(100% / 2 - 8px) !important;
}
.ti-widget[data-wkey="feed-instagram"][data-col="1"] .ti-layout-item {
  flex: 0 0 calc(100% / 1 - 8px);
  width: calc(100% / 1 - 8px);
}
.flip-section-error-msg {
  font-size: 16px;
  text-align: center;
}
footer li {
	list-style: none;
}
@media (min-width: 768px) {
  .page-id-96 .sc_services_item_title,
  .page-id-1276 .sc_services_item_title {
    font-size: 16px !important;
  }
  .page-id-96
    .sc_services_hover
    .sc_services_item_title
    > span.icon-untitled-1 {
    left: -5px !important;
  }
  .page-id-96
    .sc_services_hover
    .sc_services_item_title
    > span.icon-untitled-2 {
    right: -5px !important;
  }
  .page-id-96 .sc_services_hover .sc_services_item_title > span {
    font-size: 1.4rem !important;
  }
  footer .vc_row-fluid.copyright-row {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .franchise-card > .front,
  .franchise-card > .back{
    height: auto;
    aspect-ratio: 3 / 2;
  }
  /* .img-container img{
    aspect-ratio: 5 / 4;
    height: auto;
  } */
  header.top_panel_custom_header-transparent-fullwidth
    .vc_column-inner
    .wpb_wrapper {
    height: 42px;
    display: flex;
    align-items: center;
  }
  .page-id-96 .sc_services_item_title,
  .page-id-1276 .sc_services_item_title {
    font-size: 20px !important;
  }
  .page-id-96 .sc_services_hover .sc_services_item_title > span {
    font-size: 2.4rem !important;
  }
  .game-points {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
  }

  .point-wrapper-one { grid-area: 1 / 1 / 2 / 2; }
  .point-wrapper-two { grid-area: 1 / 2 / 2 / 3; }
  .point-wrapper-three { grid-area: 1 / 3 / 2 / 4; } 
  .game-title {
    margin-top: 16px;
  }
  .game-info-container {
    min-height: 382px !important;
  }
  /* .franchise-slider .slick-slide {
    height: 80vh;
  } */
}
@media screen and(min-width:1200px) {
  .page-id-96 .sc_services_item_title,
  .page-id-1276 .sc_services_item_title {
    font-size: 24px !important;
  }
  .page-id-96 .sc_services_hover .sc_services_item_title > span {
    font-size: 3.4rem !important;
  }
  footer
    .vc_icon_element.vc_icon_element-outer
    .vc_icon_element-inner.vc_icon_element-size-md
    .vc_icon_element-icon {
    font-size: 3em !important;
  }
  footer .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    width: 3em;
    height: 3em;
  }
  .bni-logo {
    width: 3em;
    height: 3em;
  }
}
@media (min-width: 1366px) {
  .page_content_wrap .content_wrap, 
  .page_content_wrap .content_container,
  .franchise-slider .slick-slide .slider-content,
  .content_wrap #api-users-container {
    max-width: 1200px;
    width: 100% !important;
  }
}

@media (max-width: 1439px) {
  .sc_layouts_row .sc_layouts_logo img {
    max-height: 4.5em !important;
    width: 100% !important;
  }
}

@media (min-width: 1900px) {
  .page_content_wrap .content_wrap, 
  .page_content_wrap .content_container,
  .franchise-slider .slick-slide .slider-content,
  .content_wrap #api-users-container {
    max-width: 1635px;
    width: 100% !important;
  }
}
@media (max-width: 414px) {
    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
        color: #fff !important;
        background: #e5373b !important;
        border-radius: 1rem;
    }
    .footer_custom_footer-fullwidth-simple .sc_layouts_menu {
      display: block !important;
    }
}
@media (max-width: 375px) {
  div > div:has(.price-wrapper) {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}