/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 02 2026 | 15:49:55 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

body,
html{
	overflow-x: clip !important;
}
.banner-btn-icon{
	align-items: center;
}
.banner-sec .e-n-carousel.swiper {
    padding: 0px !important;
}
.banner-sec .swiper-pagination {
    bottom: 30px !important;
    margin-top: -20px;
}
.banner-btn-icon svg{
	width: 16px;
	height: 16px;
}

.button {
    padding: 20px 24px !important;
    border-radius: 10px !important;
    font-family: "Century Gothic", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 100% !important;
    letter-spacing: 0.2px !important;
    text-transform: uppercase !important;
}


button.time-slot.selected {
    background: black;
}

button.time-slot.disabled {
    background: #cacaca;
    color: #000;
    cursor: not-allowed;
}
 
#time_slots_container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

#time_slots_container .time-slot {
    padding: 8px;
    min-width: 90px;
    flex: 1;
    flex-basis: 90px;
    min-height: 40px;
    font-size: 14px;
}

div#duration_slots_container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

button.duration-pill {
    padding: 8px;
    min-width: 90px;
    flex: 1;
    flex-basis: 90px;
    min-height: 40px;
    font-size: 14px;
}

button.duration-pill.selected {
    background: black;
}
.gallery-sec{
	overflow: hidden;
}
.gallery-sec .image-slider-container .elementor-widget-image-carousel .swiper{
	overflow: visible;
}
.testimonial-sec {
	overflow: hidden;
}

.testimonial-sec .slider-container{
	overflow: visible;
}
.testimonial-sec .slider-container .rev-card{
	width: calc(100% - 15px);
	margin: 0 15px;
}
.testimonial-sec .slider-container ul.slick-dots {
    bottom: -31px !important;
}

/* .for-hover{
	transition: all .5s ease;    
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, #0B0050 87%);
}
.service-box:hover .for-hover {
	transform: translateY(-1px);
}
.service-box:hover .for-hover {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0B0050 87%);
} */
.services-sec-slide{
	overflow: hidden;
}
.services-sec-slide .game-slides-container .slick-list {
    overflow: visible;
}
.services-sec-slide .game-slides-container .slick-list .game-cards{
	overflow: hidden;
	width: calc(100% - 30px);
	margin: 0 15px !important;
}
.services-sec-slide .game-slides-container .game-cards .hover-card{
	transform: translateY(calc(100% - 30px));
	transition: all .5s ease;    
}

.services-sec-slide .game-slides-container .game-cards:hover .hover-card {
	transform: translateY(0px);
}


.game-slides-container {
    position: relative;
    overflow: visible !important;
}

.game-slides-container:before {
    content: "";
    position: absolute;
    top: 0px;
    left: auto;
    right: 100%;
    width: 100%;
    height: 101%;
    background: #ffffff;
    z-index: 1;
    pointer-events: none;
}

.game-slides-container .premium-carousel-arrows-wrapper {
    position: absolute;
    top: -150px !important;
    right: 15px;
}
.game-slides-container .premium-carousel-arrows-wrapper a.carousel-arrow {
    width: 48px !important;
    height: 48px !important;
}
/* .game-slides-container  #premium-carousel-wrapper-da61060 {
    max-width: 100vw;
} */

.single-product div#content > .ast-container {
    max-width: 100% !important;
    padding: 0px !important;
}
body.woocommerce-shop div#content > .ast-container {
    max-width: 100% !important;
    padding: 0px !important;
}


.custom-subscribe-form .wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0px;
    margin: 0px !important;
    font-size: 11px;
    background: #ffffff;
    transform: translateY(-95%);
    line-height: 100%;
    left: 14px;
    pointer-events: none;
}

.custom-subscribe-form .wpcf7-form-control-wrap {
    position: relative;
}

form:has(.custom-subscribe-form) .wpcf7-response-output {
    position: absolute;
    top: calc(100% - -2px);
    margin: 0px !important;
    padding: 4px !important;
    font-size: 10px;
    line-height: 100%;
    border-radius: 5px;
} 


/* .elementor-widget-wc-archive-products {
    width: 100% !important;
}

ul.products.elementor-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
}

ul.products.elementor-grid .product {
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
    border-radius: 32px !important;
    min-height: 520px !important;
    display: flex !important;
    align-items: stretch !important;
    flex-direction: column !important;
    justify-content: end !important;
    padding: 30px !important;
}

ul.products.elementor-grid .product .astra-shop-thumbnail-wrap {
    position: absolute !important;
    top: 0 !important;
    left: 0px !important;
    height: 100% !important;
    width: 100% !important;
    z-index: -1;
}

ul.products.elementor-grid .product .astra-shop-thumbnail-wrap::before {
    content: "";
    position: absolute !important;
    top: 0 !important;
    left: 0px !important;
    height: 100% !important;
    width: 100% !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0B0050 52.14%);
    opacity: 0.66;
    z-index: 1;
    pointer-events: none;
}

ul.products.elementor-grid .product .astra-shop-thumbnail-wrap img {
    height: 100% !important;
    width: 100% !important;
    display: block !important;
    object-fit: cover !important;
    margin: 0px !important;
}

ul.products.elementor-grid .product .astra-shop-thumbnail-wrap > a.woocommerce-LoopProduct-link {
    height: 100% !important;
}

ul.products.elementor-grid .product .astra-shop-thumbnail-wrap .ast-on-card-button {
    display: none !important;
}

p.product-description {
    font-family: Manrope;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.3px;
    color: #FFFFFF;
    margin-bottom: 86px !important;
    pointer-events: none;
}

ul.products.elementor-grid .product .astra-shop-summary-wrap :is(.ast-woo-product-category, .review-rating, .price) {
    display: none;
}

ul.products.elementor-grid .product .astra-shop-summary-wrap a.button.add_to_cart_button {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

ul.products.elementor-grid .product .astra-shop-summary-wrap a.button.add_to_cart_button {
    margin: 0px !important;
    background: #FFFFFF;
    border-radius: 10px;
    color: #0B0050 !important;
    padding: 21px !important;
    font-family: Century Gothic !important;
    font-weight: 700 !important;
    font-size: 0px !important;
    line-height: 100% !important;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    width: fit-content !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 5px !important;
    background: #F2FA12 !important;
}

ul.products.elementor-grid .product .astra-shop-summary-wrap a.button.add_to_cart_button::before {
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    background-image: url(https://lightcyan-boar-984063.hostingersite.com/wp-content/uploads/2025/12/uil_calender.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

ul.products.elementor-grid .product .astra-shop-summary-wrap a.button.add_to_cart_button::after {
    content: "Book now";
    font-size: 14px !important;
}

ul.products.elementor-grid .product .astra-shop-summary-wrap h2.woocommerce-loop-product__title {
    font-family: Century Gothic !important;
    font-weight: 700 !important; 
    font-size: 32px !important; 
    line-height: 110.00000000000001% !important;
    letter-spacing: -0.4px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    margin-bottom: 30px !important;
}

ul.products.elementor-grid .product .astra-shop-summary-wrap {
    pointer-events: none;
}

ul.products.elementor-grid .product:nth-child(3n+1) {
    grid-column: span 2;
}

ul.products.elementor-grid .product:nth-child(1) {
    grid-column: span 2;
} */

div#arena-loader {
    background-image: linear-gradient(to bottom, #0B0050 50%, #ffffff 50%) !important;
    background-size: 200% 200% !important;
    background-position-y: 100%;
    animation: bgmv 0.6s forwards !important;
	clip-path: inset(0% 0% 0% 0%);
}

@keyframes bgmv {
    from {
        background-position-y: 100%;
    }
    to {
        background-position-y: 0%;
    }
}






/* Booking grid styling external addon */

.premium-woo-products-grid {
    width: 100% !important;
}

.premium-woo-products-grid .products {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px !important;
	margin: 0px !important;
}

.premium-woo-products-grid .products .product {
    width: 100% !important;
    position: relative !important;
    padding: 0px !important;
    overflow: hidden !important;
    border-radius: 32px !important;
}

.premium-woo-products-grid .products .product .premium-woo-product-thumbnail {
    width: 100% !important;
}

.premium-woo-products-grid .products .product .premium-woo-product-thumbnail img {
    width: 100% !important;
    display: block;
    height: 520px !important;
    object-fit: cover !important;
    margin-bottom: 0px !important;
}

.premium-woo-products-grid .products .product .premium-woo-products-details-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(11, 0, 80, 0.87) 67%);
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 30px !important;
    pointer-events: none;
}

.premium-woo-products-grid .products .product .premium-woo-products-details-wrap .woocommerce-loop-product__title {
    margin-bottom: 30px;
}

.premium-woo-products-grid .products .product .premium-woo-products-details-wrap .premium-woo-product-desc {
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 30px;
}

.premium-woo-products-grid .products .product .premium-woo-products-details-wrap .add_to_cart_button {
    margin: 0px !important;
    background: #FFFFFF;
    border-radius: 10px;
    color: #0B0050 !important;
    padding: 21px !important;
    font-family: Century Gothic !important;
    font-weight: 700 !important;
    font-size: 0px !important;
    line-height: 100% !important;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    width: fit-content !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 5px !important;
    background: #F2FA12 !important;
}

.premium-woo-products-grid .products .product .premium-woo-products-details-wrap .add_to_cart_button::before {
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    background-image: url(https://lightcyan-boar-984063.hostingersite.com/wp-content/uploads/2025/12/uil_calender.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.premium-woo-products-grid .products .product .premium-woo-products-details-wrap .add_to_cart_button::after {
    content: "Book now";
    font-size: 14px !important;
}

.premium-woo-products-grid .products .product {
    margin-bottom: 0px !important;
}

.premium-woo-products-grid .products .product:nth-child(1),
.premium-woo-products-grid .products .product:nth-child(3n+1) {
    grid-column: span 2;
}


.elementor-menu-cart__main .elementor-menu-cart__product-name a {
    color: #000000;
    font-family: "Century Gothic", Sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -2%;
}

.elementor-menu-cart__product-price.product-price .quantity {
    color: #636363 !important;
}

.elementor-menu-cart__main .elementor-menu-cart__product.woocommerce-cart-form__cart-item {
    padding: 0 20px 24px 0;
	margin-bottom: 24px;
}

.elementor-menu-cart__main .elementor-menu-cart__footer-buttons a.elementor-button--view-cart{
   background-color: #000;
    font-family: "Century Gothic", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: -0.4px;
    color: #fff;
    border-radius: 10px;
    padding: 20px 24px;
}

.elementor-menu-cart__main .elementor-menu-cart__footer-buttons a.elementor-button--checkout{
   background-color: #F2FA12;
    font-family: "Century Gothic", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: -0.4px;
    color: #0B0050;
    border-radius: 10px;
    padding: 20px 24px; 
}

.entry-content:has(> .woocommerce) {
    padding-block: 80px;
}

.simple-atc .woocommerce-variation-add-to-cart {
    align-items: stretch;
    gap: 10px;
    padding-top: 10px;
}

.simple-atc .woocommerce-variation-add-to-cart .quantity {
    margin: 0px !important;
}

.simple-atc .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    margin: 0 !important;
}

.woocommerce-tabs {
    margin: 0px !important;
    background: #fff !important;
    padding: 0px !important;
    overflow: hidden;
    padding: 20px !important;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
}

.woocommerce-tabs .wc-tabs {
    border: none;
}

.woocommerce-tabs .wc-tabs li {
    background-color: #F2FA12 !important;
    font-family: "Century Gothic", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: -0.4px;
    fill: #0B0050;
    color: #0B0050;
    border-radius: 10px 10px 10px 10px !important;
    padding: 20px 24px 16px 24px;
}

.woocommerce-tabs .wc-tabs li::before {
    display: none !important;
}

.woocommerce-tabs .wc-tabs li a {
    padding: 20px 24px 16px 24px !important;
}

.woocommerce-tabs .wc-tabs li:not(.active) {
    background: #edededad !important;
}

.woocommerce-tabs .wc-tabs::before, .woocommerce-tabs .wc-tabs::after {
    display: none !important;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel {
    border: none !important;
}

div#sb-court-image-wrap img { */
    aspect-ratio: 585 / 460;
    width: 100%;
    border: 2px solid #FFFFFF4D;
    border-radius: 24px;
    display: block;
    object-fit: cover;
}

.sb-duration-headin-wrap p#sb_total_duration {
    margin: 0;
    color: #FFFFFF;
    font-family: Century Gothic;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}

.sb-step-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sb-step-2 input#sb_date {
    padding: 0;
    text-align: right;
    font-family: Century Gothic;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-decoration: underline;
    color: #FFFFFF;
    width: max-content;
}

.sb-summary-dets-wrap {
    grid-template-columns: max-content 1fr 1fr 1fr 1fr !important;
}

p.sb-timer-note {
    margin-bottom: 0;
    padding: 14px;
    background: #fff;
    width: max-content;
    border-radius: 12px;
    box-shadow: 0px 0px 20px 0px #10101014;
}

#no-booking .product_cat-sports-booking,
#no-booking .woocommerce-result-count{
    display: none !important;
}

#no-booking .astra-shop-thumbnail-wrap img {
    aspect-ratio: 1/1;
    display: block;
    object-fit: cover;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image {
    aspect-ratio: 100/70;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image img {
    min-height: 100%;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
}

nav.hfe-nav-menu__layout-horizontal {
    width: 100% !important;
}

.elementor-wc-products ul.products li.product a.button {
    margin: 14px 0px 0px !important;
    background: #FFFFFF;
    border-radius: 10px;
    color: #0B0050 !important;
    padding: 21px !important;
    font-family: Century Gothic !important;
    font-weight: 700 !important;
    font-size: 0px !important;
    line-height: 140% !important;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    width: fit-content !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 5px !important;
    background: #F2FA12 !important;
}

.elementor-wc-products ul.products li.product a.button::after {
    content: "Add to Cart";
    font-size: 14px !important;
    line-height: 90% !important;
    margin: 0 !important;
    font-family: inherit !important;
    vertical-align: inherit !important;
}

.elementor-wc-products ul.products li.product {
    position: relative;
    overflow: hidden;
}

.elementor-wc-products ul.products li.product a:has(.woocommerce-loop-product__title)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 5;
}

.woocommerce-tabs .wc-tabs li a {
    outline: none !important;
} 

.flex-nwp a {
    white-space: nowrap;
}




/* WIDESCREEN */

@media (min-width: 1600px) {

    .banner-sec .swiper-slide .e-con-boxed .e-con-inner {
        max-width: 1600px !important;
    }
    
    .services-sec-slide .e-con-inner,
    .services-sec-slide .game-slides-container{
        max-width: 1600px !important;
        width: 100% !important;
    }
    
    .services-sec-slide .game-slides-container .slick-list .game-cards {
        aspect-ratio: 100/130 !important;
    }

    .site-headerr > .e-con-inner,
    .about-sec > .e-con-inner,
    .console-sec > .e-con-inner, 
    .contact-sec > .e-con-inner, 
    .footerr > .e-con-inner {
        max-width: 1600px !important;
    }
    
    .gallery-sec .image-slider-container,
    .testimonial-sec .slider-container{
        max-width: 1600px !important;
        width: 100% !important;
    }
	
	.inner-banner > .e-con-inner, 
	.abt-col-sec > .e-con-inner, 
	.abt-vid-sec > .e-con-inner,
	.booking-cards-sec > .e-con-inner,
	.products-section > .e-con-inner,
	.prod-inner-sec  > .e-con-inner,
	.prod-desc-sec  > .e-con-inner,
	#arena-loader > .e-con-inner {
		max-width: 1600px !important;
	}

	.elementor-products-grid {
		width: 100% !important;
	}
	
}




@media (max-width: 767px) {
	.game-slides-container .premium-carousel-arrows-wrapper a.carousel-arrow {
		width: 30px !important;
		height: 30px !important;
	}

	.game-slides-container .premium-carousel-arrows-wrapper {
		bottom: -40px;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		width: 100%;
	}
	 
	.premium-woo-products-grid .products {
		grid-template-columns: 100% !important;
	}

	.premium-woo-products-grid .products .product:nth-child(1), .premium-woo-products-grid .products .product:nth-child(3n+1) {
		grid-column: auto !important;
	}	
	.sb-summary-dets-wrap {
		display: flex !important;
		flex-direction: column;
	}

	.sb-summary-dets-wrap .sb-summary-row > span:first-child {
		margin-bottom: 30px;
	}
	p.sb-timer-note{
		width: 100%;
	}
	.sb-step h3, .sb-summary h3 {
		font-size: 18px;
	}

	.sb-step {
		padding: 20px;
		border-radius: 24px;
	}
	nav.hfe-dropdown .menu-item.current-menu-item a.hfe-menu-item {
    font-weight: 600 !important;
}
}
