@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Cart Page */

/* ================================
   Product Image
================================ */
html{
	scrollbar-gutter:stable!important;
}
.nb-cart-wrapper .product-thumbnail img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 15px;
}

/* ================================
   Product Name / Content
================================ */

.add-t-c-btn form {
	padding-block:0!important;
}

.add-t-c-price del{
	display:none;
}

.nb-cart-wrapper .product-name a {
    pointer-events: none; /* disable permalink */
    color: inherit;
    text-decoration: none;
}

.nb-cart-wrapper .product-name {
    font-size: 16px;
}

.nb-cart-wrapper .product-name strong,
.nb-cart-wrapper .product-name h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 6px;
    display: block;
}

/* Rating */
.nb-cart-wrapper .nb-product-rating {
    font-size: 14px;
    color: #777;
    margin-bottom: 6px;
}

/* ================================
   Event Date
================================ */
.nb-cart-wrapper .product-eventdate {
    font-size: 14px;
    color: #444;
    white-space: nowrap;
}

/* ================================
   Quantity
================================ */
.nb-cart-wrapper .nb-qty-row {
	display: flex;
	gap: 10px;
	align-items: center;
    min-width: 130px;
}

.nb-cart-wrapper .nb-qty-input input {
    width: 60px;
    text-align: center;
    border-radius: 10px;
}

/* ================================
   Total + Collapse
================================ */
.nb-cart-wrapper .product-total {
    text-align: right;
    min-width: 160px;
}

.nb-cart-wrapper .total-price-wrapper{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.nb-cart-wrapper .nb-total-price-details {
    font-size: 13px;
    background: none;
    border: none;
    color: #0073aa;
    cursor: pointer;
}

.nb-cart-wrapper .product-details-wrapper {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background: #f7f7f7;
    border-radius: 10px;
    font-size: 14px;
}


.cart-collaterals .cart_totals h2,
.cart-collaterals .cart_totals .shop_table.shop_table_responsive{
    display: none;
}

/* ===  ATC Popup === */
.nb-atc-form button.primary-btn.nb-atc-submit{
display:block;
}

.nb-atc-form button.nb-atc-submit{
display:none;
}

/* .atc-popup .dialog-message,.atc-confirm-popup .dialog-message,.atc-login-register .dialog-message,.atc-login-register .dialog-message,.select-date-html-popup .dialog-message  */
.elementor-popup-modal .dialog-message
{
    scrollbar-width: none!important;
}

.drag-handle {
    width: 50px;
    height: 4px;
    background-color: #d0d0d0;
    border-radius: 2px;
    margin: 0 auto 30px;
}

.event-date{
font-weight: 600;
font-size: 18px;
line-height: 32px;
color: #090A0A;
margin: 0;	
}

.time-slot-price .amount{
font-weight: 700;	
}

h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

.guest-selector {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.guest-info {
    display: flex;
    flex-direction: column;
}

.guest-count {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.add-extras {
    font-size: 14px;
    color: #666;
    text-decoration: underline;
    cursor: pointer;
}

.counter {
    display: flex;
    align-items: center;
    gap: 15px;
}

.counter button {
    width: 32px;
    height: 32px;
    border: 1px solid #274399;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    color: #274399;
	box-shadow:none;
}

.counter button:hover {
    background-color: #f9f9f9;
	color: #274399;
}

.counter button:focus{
	background-color: #f9f9f9!important;
	color:#333!important;
}

.counter button:focus-visible{
	outline:none!important;
}

.counter span {
    font-size: 18px;
    font-weight: 500;
    min-width: 20px;
    text-align: center;
}

.date-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.date-header h2 {
    font-size: 22px;
    font-weight: 600;
}

.calendar-icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.today-label {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.time-slot {
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.time-slot input[type="radio"] {
    margin-top: 2px;
    cursor: pointer;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    accent-color: #2ba9a9;
}

.time-slot:hover {
    border-color: #2ba9a9;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.time-slot-content {
    flex: 1;
}

.time-slot-time {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.time-slot-price {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
}

.time-slot-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.private-pricing {
    color: #666;
}

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

.add-to-cart-btn {
    width: 100%;
    background-color: #2ba9a9;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin: 20px 0 10px 0;
    transition: background-color 0.2s;
}

.add-to-cart-btn:hover {
    background-color: #258d8d;
}

.show-more-btn {
    width: 100%;
    background-color: transparent;
    color: #2ba9a9;
    border: 2px solid #2ba9a9;
    border-radius: 25px;
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin: 10px 0 20px 0;
    transition: all 0.2s;
}

.show-more-btn:hover {
    background-color: #f0f9f9;
}

.go-back {
    text-align: center;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    padding: 15px;
}

.bottom-indicator {
    width: 140px;
    height: 5px;
    background-color: #000;
    border-radius: 3px;
    margin: 20px auto 0;
}
/* ============= */

/* ==== LOGIN / REGISTRATION ==== */
.login-container{
    width: 95%;
    margin: 0px auto;
}

.logo {
    text-align: center;
    margin-bottom: 30px;
}

.logo h1 {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.logo p {
    font-size: 14px;
    color: #666;
}

.login-form-wrapper label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}
.login-form-wrapper input {
    width: 100%;
    padding: 12px 16px 12px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    transition: border-color 0.2s;
}

.login-form-wrapper input[type="password"] {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    transition: border-color 0.2s;
}

.login-form-wrapper input:focus {
    outline: none;
    border-color: #2ba9a9;
}

.btn {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 10px;
}

.btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-primary {
    background-color: #2ba9a9;
    color: white;
}

.btn-primary:hover:not(:disabled) {
    background-color: #258d8d;
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 25px 0;
}

.divider::before,
.divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #ddd;
}

.divider span {
    padding: 0 15px;
    color: #666;
    font-size: 14px;
}

.btn-google {
    background-color: white;
    color: #333;
    border: 2px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-google:hover {
    background-color: #f9f9f9;
    border-color: #ccc;
}

.google-icon {
    width: 20px;
    height: 20px;
}

/* ============= */

/* Login Registration */
.nb-auth-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.nb-auth-tabs .nb-tab {
    flex: 1;
    padding: 10px;
/*     border: 1px solid #ddd; */
	border: none;
    background: #f7f7f7;
    cursor: pointer;
	color: #090A0A;
}

.nb-auth-tabs .nb-tab.is-active {
/*     background: #000; */
	background: #2AADB8;
    color: #fff;
}

.nb-tab-panel {
    display: none;
}

.nb-tab-panel.is-active {
    display: block;
}
.show-password-input{
box-shadow:none!important;	
}

.register .woocommerce-privacy-policy-link,.lost_password a{
color: #2B2B2B!important;
text-decoration: underline!important;
font-weight: 700!important;
font-family:'Inter';
}
/* ==== LOUNGER POPUPS ==== */
.nb-atc-longerform .step {
    display: none;
}

.nb-atc-longerform .step.active {
    display: block;
}

.nb-atc-longerform label {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}

.nb-atc-longerform .lounger-seats label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin: 5px;
    border-radius: 50%;
    font-size: 12px;
}

.nb-atc-longerform .lounger-seats label.available {
    background: #69BF7A;
}

.nb-atc-longerform .lounger-seats label.reserved {
    background: #88342;
    opacity: .4;
    pointer-events: none;
}

.nb-atc-longerform button {
    margin-top: 15px;
}
/* ========== */
/* Remaining CSS */

/* Card Cart */
.nb-open-atc-popup .elementor-icon-wrapper{
display:flex!important;
}
.nb-open-atc-popup .elementor-widget-container:hover .elementor-icon{
background-color: #D9971C!important;
}

.prev-tab.disabled,.next-tab.disabled{
opacity:0.5;
pointer-events:none!important;
}

.mt-0 .elementor-icon-box-title{
margin-top:0!important;
}

/* Single Page Bullets */

.banner-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
border: 2px solid #FFF !important;
background: transparent;
opacity:1!important;
}

.banner-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover{
	background: #FFF!important;
	opacity:1;
}

/* For Double Shadows */
.double-shadows{
	height:100%;
	box-shadow:
  1px 7px 15px #0000001A,
  5px 27px 28px #00000017;
}

.black-container{
	backdrop-filter: blur(40px);
}

/* Icons After Heading */

.star-icon{
display:flex;	
}

.star-icon::after {
  content: "★";
  margin-left: 8px;
  display: inline;
	font-size:24px;
	color:#1A3A3A;
}

.heading-chevron .elementor-heading-title::after {
    content: "›";
    font-weight: 900;
    margin-left: 8px;
    font-size: 1em;
}

.header-glassy .e-con-inner{
padding: 14px 24px!important;
background: #0000002e!important;
border-radius: 24px!important;
backdrop-filter: blur(5px)!important;
}
.icon-heading {
flex-basis: fit-content!important;
}

/* Menu Cart */

.menu-cart .elementor-menu-cart__toggle_button{
	vertical-align:middle!important;
}
.menu-cart .elementor-menu-cart__container{
	overflow: visible!important;
	width:100%!important;
/* 	For Cart Window Alignment Fix */
	position:fixed!important;
	display: flex!important;
    justify-content: flex-end!important;
}
.menu-cart .elementor-menu-cart__footer-buttons{
	padding-bottom:20px!important;
	grid-template-columns: repeat(1,1fr)!important;
}
.menu-cart .elementor-menu-cart__footer-buttons a.elementor-button--checkout{
display:none!important;	
}
.menu-cart .elementor-menu-cart__main{
	min-height:300px!important;
	border-radius:24px;
	max-width: 600px!important;
	width:100%!important;
}
.menu-cart .elementor-menu-cart__product-image img{
border-radius: 100%;	
}
.menu-cart .elementor-menu-cart__subtotal{
display:none!important;
}
.menu-cart .woocommerce-mini-cart__empty-message{
text-align:center!important;
}

/* For Fit Width */

.fit-content{
    width: fit-content!important;
}

.full-height{
	height:100%!important;
}

/* White Header */

.logo-dark,.dark-menu-cart svg{
	filter:invert(1);
}

/* Footer CSS */

.footer-links li.menu-item{
width:fit-content!important;
}

.footer-social-icons .elementor-social-icon{
width:fit-content!important;
height:fit-content!important;
}

.footer-social-icons svg{
transition:all 0.2s ease-in-out;	
}

.footer-social-icons svg:hover{
fill: #D9971C!important;
}

/*Drawer Menu Header*/
body.drawer-open{
overflow:hidden!important;
}

.close-menu, .cursor-pointer{
	cursor:pointer;
}

.close-menu.disabled{
	pointer-events:none!important;
}

.hamburger-icon{
cursor:pointer!important;    
}

.drawer-menu{
    transition: left 0.5s ease-in-out!important;
    max-height:100dvh!important;
    scrollbar-width:none!important;
	will-change:left;
}

.fixed-heading-title{
    left:auto!important;
}

.drawer-menu.active{
	left:0!important;
}

.drawer-tabs.fade-out {
  animation: drawerFade 0.4s ease-in forwards;
}

@keyframes drawerFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.drawer-tabs .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text{
font-weight:500!important;    
}

.drawer-tabs .e-n-tabs-content > * {
	scrollbar-width: none!important;
}

.drawer-tabs .e-n-tabs-heading {
    position: fixed!important;
    background: #FFF!important;
    z-index: 999999!important;
    padding-top:40px!important;
    width:100%!important;
    padding-right:25px!important;
	max-width: 980px!important;
	overflow-x:auto!important;
	flex-wrap:nowrap!important;
}

.drawer-tabs{
    max-height: 430px!important;
    overflow: auto!important;
 scrollbar-width: none!important;
}

/* Sub Drawer Menu Custom HTML */

.drawer-nav-links{
    font-family: 'Inter';
    margin-top:20px;
    list-style: none;
    color: #090A0A;
    padding: 0;
    display: none;
}

.drawer-nav-links svg{
    visibility: hidden;
}

.nav-main-link svg{
visibility: visible!important;
}

.drawer-nav-links.active{
    display: flex!important;
    flex-direction: column;
    gap: 10px;
}

.nav-link {
display: flex;
align-items: center;
justify-content: space-between;
padding-block: 10px;
cursor: pointer;
}

.nav-link-text h4{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.nav-link-text{
    display: flex;
    align-items: center;
    gap: 12px;
}

.fas.fa-chevron-right {
    font-size: 12px;
}

/* Sub Drawer Menu */

.sub-drawer-menu .drawer-tabs{
	display:none!important;
}

.experience-flow-banner{
	display:none;
}

.sub-drawer-menu .experience-flow-banner{
display:block!important;	
}

/* Proposal Form */

.grey-labels .gform-field-label {
color:#344054!important;
font-weight: 500!important;
font-size: 14px!important;
line-height: 20px!important;
}

.privacy-policy{
color:#344054!important;
	font-weight:400!important;
text-decoration:underline!important;
}

.proposal-form{
	font-family:'Inter'!important;
}

.grey-borders input,.grey-borders textarea{
border: 1px solid #D0D5DD!important;
border-radius: 8px!important;
box-shadow: 0px 1px 2px 0px #1018280D!important;
padding: 12px 16px !important;
}

.proposal-input-checkbox{
	line-height: 1.5!important;
}

.proposal-input-checkbox input{
	padding: 10px!important;
}

.grey-borders input::placeholder{
color:#667085!important;
font-weight: 400!important;
font-size: 16px!important;
line-height: 24px!important;
}

.proposal-form .gform_fields{
	gap:24px!important;
}

.proposal-form input[type="submit"],.contact-form input[type="submit"] {
width: 100%!important;
padding: 12px 20px!important;
border: 1px solid #2AADB8!important;
border-radius: 8px!important;
background: #2AADB8!important;
box-shadow: 0px 1px 2px 0px #1018280D!important;
font-size: 16px !important;
line-height: 24px !important;
}

.orange-submit-sc input[type="submit"] {
border: 1px solid #D9971C!important;
background: #D9971C!important;
}

.violet-submit-sc input[type="submit"] {
border: 1px solid #6464B9!important;
background: #6464B9!important;
}

/*Posts Slider*/

.exp-pro-img-slides figure img{
	max-height: 500px;
	height: 100dvh;
    object-fit: cover;
	width:100%;
	}

.about-banner-slider .swiper-slide-active:first-child{
    margin-left: 20px!important;
}

.drawer-posts-slider .e-n-carousel{
    padding-right: 50px!important;
}

.partner-slider .e-n-carousel{
	padding-bottom:50px!important;
	padding-right: 100px!important;
	padding-left:20px!important;
	padding-top: 28px!important;
}

.flip-box-sliders .e-n-carousel{
	
	padding-left:20px!important;
}

/* Experience Posts Slider */

.experience-carousel .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
	background: #D9D9D9!important;
	opacity:1;
}

.experience-carousel .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover{
	background: #6464B9!important;
	opacity:1;
}

.display-inline, .display-inline .elementor-widget-container,
.display-inline .elementor-heading-title {
  display: inline!important;
}

.slider-background-p-img{
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

/* Flip Box Stlying */
.gray-bg{
	width: 100%;
	height:100%;
	transition: opacity 0.5s ease-in-out;
	pointer-events: auto;
}

.text-content { 
opacity:0!important;
position:absolute;
left:50%;
transform:translateX(-50%);
}

.has-bg-image.show-bg .image-content {
opacity:0!important;
}

.text-content, .image-content{
transition: opacity 0.5s ease-in-out;
}

.has-bg-image.show-bg .text-content,.has-bg-image.show-bg::before {
opacity:1!important;
}

.has-bg-image.show-bg .gray-bg {
opacity:0;
}

.has-bg-image {
  position: relative;
  overflow: hidden;
}

.has-bg-image .elementor-background-overlay {
  opacity: 0!important;
  transition: opacity 0.5s ease-in-out;
}

/*FAQ STYLING*/
.orange-icon .elementor-widget-n-accordion .e-n-accordion-item-title-icon{	
	border: 2px solid #D9971C !important;
}

.blue-icon .elementor-widget-n-accordion .e-n-accordion-item-title-icon{	
	border: 2px solid #2AADB8 !important;
}

.faq-section-mobile .elementor-widget-n-accordion .e-n-accordion-item-title-icon {
    border-radius: 50% !important;
}

.faq-section-mobile .elementor-widget-n-accordion .e-n-accordion-item-title-icon span {
    height: 20px !important;
    width: 20px !important;
    justify-content: center !important;
    align-items: center !important;
}

.faq-section-mobile .elementor-widget-n-accordion .e-n-accordion-item-title-icon span>svg {
    height: 100% !important;
    padding: 2px !important;
}

.faq-section-mobile .e-n-accordion-item-title{
    gap:32px!important;
}

/* Single Page HTML */

.html-shortcode{
	font-family: 'Inter';
}

.bpf{
color: #000;
display: flex;
align-items: center;
justify-content: space-between;
padding-inline:20px;
gap:10px;
}

.bpf h1{
	margin: 0;
}

.bpf span{
	color:#000; 
	font-size:24px;
	line-height:1;
	cursor:pointer;
}

.review-sect {
margin-top:8px;
padding-inline:20px;
color:#090A0A;
}

.review-sect h6,.review-sect p{
	margin: 12 0 0 0;
}

.review-sect p{
	font-size: 12px;
	font-weight:200;
}

.rs-normal-h6{
	font-weight:500;
}

.rs-italic-h6{
	font-weight:400;
	font-style:italic;
}

/*Icon Repeating Section*/

.rep-icon-div{
/* margin-top:50px;
margin-bottom:9px; */
border-top:1px solid #F2F4F5; 
border-bottom:1px solid #F2F4F5; 
padding-block: 24px;
display: flex;
flex-direction: column;
gap: 14px;
}

.icon-container{
 display:flex; 
 align-items:center; 
 gap:13px;
 padding-inline:20px;   
}

.icon-container h6{
margin:0;
font-weight:500;
color:#090A0A;
}

.icon-container p{
margin: 4px 0 0 0;
font-weight:400;
color:#959393;
font-size:12px;
line-height:16px
}

.icon-img{
    width:60px;
}

/*Dates Box CSS*/

.dates-box{
margin-inline:20px;
padding:5px 7px 5px 26px;
border-radius:40px; 
box-shadow: 0px -2px 20px 0px #00000026;
display:flex;
align-items:center;
justify-content:space-between;  
}

.dates-box p{
	font-size:13px;
	margin:0;
	line-height:100%
}

.dates-box .lh-1{
	line-height:1;
}

.fw-700{
	font-weight: 700;
}

.underline-span{
	text-decoration:underline;
}

.dates-box a{
    color:#2AADB8;
    font-size:11px;
    font-weight: 400;
    margin:0;
}

.dates-box button{
    background: #2AADB8;
    border-radius: 48px;
    color:#FFF;
    font-size:14px;
    font-weight: 700;
    border-color: #2AADB8;
    padding: 17px 26px;
    box-shadow: none;
}

/*Repeating Posts CSS*/

.repeating-post-div{
margin-top:4px; 
padding-inline:20px;
display: flex;
flex-direction: column;
gap: 15px;
}

.rp-post-img{
    width:95px;
    width: 95px;
    height: 95px !important;
    border-radius: 12px !important;
    object-fit: cover;
}
.repeating-post-container{
display: flex;
align-items: center;
gap:20px;
}

.repeating-post-container h6{
    font-weight: 500;
    font-size:14px;
    margin: 0;
    color: #090A0A;
}

.repeating-post-container p{
    font-weight: 400;
    font-size:12px;
    line-height:16px;
    margin: 4px 0 0 0;
    color: #959393;
}

/*Repeating Slider CSS*/

.rep-slide-div{
   border-top:1px solid #F2F4F5;
   padding-top:24px;
color: #2B2B2B;
}
.rep-slide-div h1{
padding-inline:20px;	
font-weight: 700;
    font-size:24px;
    line-height: 100%;
    padding-right: 20px;
	margin:0!important;
}

.rep-slide-container{
    padding:32px 20px;
    display: flex;
    gap: 10px;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
	scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.rep-slide{
	scroll-snap-align: center;
  flex-shrink: 0;
	cursor:pointer;
    min-width:256px;
    border-radius: 10px;
    background: #FFF;
    padding: 20px 30px;
    color: #2B2B2B;
    box-shadow:
  1px 3px 7px 0px #0000001A,
  3px 12px 12px 0px #00000017,
  6px 27px 16px 0px #0000000D,
  11px 47px 19px 0px #00000003,
  17px 74px 21px 0px #00000000;
}

.rep-slide.active{
    color: #FFF;
    background: #2AADB8;
}
.centered-slide {
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
min-width: fit-content;
padding-inline:20px!important;
}

.bordered {
border: 2px solid;
border-radius: 50%;
padding: 5px;
}

.rep-slide h5{
font-weight: 700;
font-size: 16px;
line-height: 100%;
}

.rep-slide h6{
font-weight: 600;
font-size: 14px;
line-height: 100%;
margin: 20px 0 0 0;
}

.rep-slide p{
font-weight: 400;
font-size: 14px;
line-height: 100%;
margin: 8px 0 0 0;
}

/*Tab List CSS*/

.tabs-grid-posts .e-n-tabs-heading{
padding-bottom: 23px;
}

.rep-tabs-div{
padding-bottom: 46px;    
}

.tab-list {
  display: flex;
  gap: 27px;
  border-bottom: 1px solid #D9D9D980;
  position: relative;
  overflow-x: auto;
  padding-inline: 20px;
  scrollbar-width: none;
	scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.tab {
  background: none;
  border: none;
  padding: 12px 0;
  font-weight: 500!important;
  font-size: 16px!important;
  color: #737373;
  cursor: pointer!important;
  position: relative;
  box-shadow: none!important;
	scroll-snap-align: center;
  flex-shrink: 0;
}

.tab.active {
  color: #00b3b3;
  font-weight: 700!important;
}

.tab:hover, .tab:focus{
  color: #00b3b3;
  background: transparent;
}

.tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: #00b3b3;
}

.tab-content {
    padding-inline: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #090A0A;
    display: none;
    border-bottom: 1px solid #D9D9D980;
}

.tab-content.active{
	display:block;
}

.tab-content h3{
font-weight: 500;
font-size: 16px;
line-height: 24px;
margin: 0;
}

.tab-content p{
font-weight: 400;
font-size: 14px;
line-height: 24px;
margin: 10px 0 0 0;
}

/* Find Flow Section CSS */

.find-flow-sect{
	display: flex;
align-items: center;
gap: 20px;
    border-top:1px solid #F2F4F5;
    padding: 27px 20px 46px 20px;
    color: #2B2B2B;
}

.find-flow-sect h6{
font-weight: 700;
font-size: 24px;
line-height: 100%;
margin: 0;
}

.find-flow-sect p{
font-weight: 400;
font-size: 14px;
margin: 14px 0 0 0;
max-width:348px;
}

.find-flow-sect img{
    border-radius: 10px;
    height: 365px;
    object-fit: cover;
    width:100%;
}

/* Pursuit Selected CSS */

.claim-reward-feature-img{
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

/* For Carousel CSS */

.pur-sel-loop-slider-banner{
max-height: calc(100dvh - 50px);
overflow:hidden;
}

.pur-sel-loop-slider-banner img.swiper-slide-image{
	object-fit:cover;
	height:calc(100dvh - 50px);
}


.pur-feat-bg-img{
background-size: cover;
background-repeat: no-repeat;
background-position: center;	
}

.pur-sel h6{
font-size:14px;
line-height: 24px;
}

.blue-img-sec{
margin-top: 20px;
background: #2AADB8;
padding: 5px;
color: #FFF;
display: flex;
justify-content: center;
gap: 10px;
align-items: center;
}

.pur-sel-features-div{
padding: 0 20px 20px 20px;
display: flex;
flex-direction: column;
gap: 20px;
}

.pur-sel-in-features-div{
padding-inline:0!important;
}

.pur-sel-features-div h1, .pur-sel-features-div p{
margin: 0!important;
}

.pur-sel-features-div h1{
color:#090A0A;
font-weight:500;
font-size:14px;
}

.pur-sel-features-div p{
color:#959393;
font-size:12px;
}

.pur-sel-in-c-img .elementor-widget-container{
overflow:hidden;	
}

.pur-sel-feature{
display: flex;
align-items: center;
gap: 20px;	
}

.feature-txt{
display: flex;
flex-direction: column;
gap: 5px;
}

.join-challenge-button, .disconnect-challenge-button{
position:relative;
/* box-shadow: 0px -2px 2px 0px #00000026; */
padding:17px 20px;
}

.desktop-sticky {
	padding-inline: 20px!important;
	padding-top: 14px!important;
    position: fixed!important;
    bottom: 0;
    width: 100%;
    background: #FFF;
    right: 0;
    left: 0;
    z-index: 999;
}

.unlock-reward-div,.participant-div{
padding-inline:20px;
color:#2B2B2B;
}

.participant-div{
margin-top:40px;
display:flex;
flex-direction:column;
align-items:center;
text-align:center;
}

.unlock-reward-div h1,.participant-div h1{
font-weight: 700;
font-size: 24px;
margin:0!important;
}

.unlock-reward-div h6{
font-weight: 400;
font-size: 14px;
margin:15px 0 0 0!important;
}

.participant-div h1{
color:#D9971C;
}

.participant-div h5,.participant-div h6{
font-size:14px;
}

.participant-div h5{
font-weight:400;
}

.participant-div h6{
font-weight:200;
font-style:italic;
margin-block:24px;
}

.connect-tracker-pursuit-form{
padding-bottom:0!important;
}

#gform_wrapper_6 {
    display: block !important;
}

.connect-tracker-pursuit-form input[type="submit"]{
display:none!important;
}

.join-challenge-form .gform-loader{
display:none!important;
}

/* Single Post CSS */

.author-info-article .elementor-post-info__item--type-author {
	font-weight: 700!important;
}

.author-info-article .elementor-post-info__item-prefix{
	font-weight:400!important;
}

/* Select Date Popup HTML */

.popup-form-html,.nb-atc-form{
font-family: 'Inter';    
}

form{
    padding-top: 34px;
/* 	padding-bottom:10px; */
}
.px-24{
    padding-inline: 24px;
}

.popup-title{
font-weight: 700;
font-size: 24px;
line-height: 32px;
color: #090A0A;
margin: 0;
}

.attendees{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.counter-input button:disabled {
  border: 1px solid #D9D8D0;
  color: #D9D8D0;
}

.calender-div{
    margin-top: 20px;
    margin-block: 8px;
    padding-block: 15px;
    border-block: 1px solid #F2F4F5;
    box-shadow: 0px 4px 4px 0px #00000040;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calender-div h1{
font-weight: 600;
font-size: 18px;
line-height: 32px;
color: #090A0A;
margin: 0;
}

.available-values{
    margin-block: 10px;
}

.time-slots-div{
    padding-block:23px;
    max-height: 60dvh;
    overflow: auto;
    scrollbar-width: none;
}

.time-slots-container{
    padding-top:24px;
}

.time-slot {
  display: block;
  margin-bottom: 12px;
}

.time-slot input {
  display: none;
}

.time-slot:has(input:checked) {
  border-color: #2AADB8;
  background: #2AADB8;
}

.time-slot:has(input:checked) *{
color: #FFF;
}

.slot-time {
font-weight: 700;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
margin-bottom: 6px;
margin-top: 0;
}

.price-guest{
font-weight: 400;
font-size: 14px;
line-height: 100%;
}

.slot-meta {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

.spots-left{
    display: flex;
    justify-content: space-between;
    align-items:center;
    margin-top: 12px;
    color: unset!important;
}

.private {
  font-size: 14px;
  font-weight: 400;
}

.availability {
font-weight: 600;
font-size: 14px;
}

.form-buttons{
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 13px;
}

.primary-btn{
background: #2AADB8;
color: #FFF;
border: transparent;
padding-block: 16px;
font-weight: 500!important;
border-radius: 48px!important;
font-size: 16px!important;
line-height: 16px!important;
box-shadow: none!important;
}

.primary-btn:hover,.primary-btn:focus,.primary-btn:focus-visible{
background: #2AADB8;
color: #FFF;
outline:none!important;
}

.secondary-btn{
font-weight: 500!important;
font-size: 16px!important;
line-height: 16px!important;
text-align: center!important;
background: transparent!important;
border: none!important;
box-shadow: none!important;
color: #202325;
}

.secondary-btn:hover,.secondary-btn:focus,.secondary-btn:focus-visible{
    color: unset;
	outline:none!important;
}

.tabs-toggle{
        margin-bottom: 24px;
        border: 1px solid #D9D9D9;
        border-radius: 100px;
        overflow: hidden;
        display: flex;
/* 	display:none; */
    }
    
.tabs-toggle button{
border: none;
border-radius: 0;
box-shadow: none;
color: #959393;
font-weight: 400;
font-size: 14px;
line-height: 24px;
flex-grow: 1;
}
.tabs-toggle button.active{
font-weight: 600;
color: #FFF;
position: relative;
}
.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.res-table.active{
	background: #D9971C;
}

.beach-del.active{
	background: #2AADB8;
}
    .tabs-toggle button.active .btn-text {
  position: relative;
}
.tabs-toggle button.active .btn-text::before {
  content: "✓";
  position: absolute;
  left: -14px;
}
    .tabs-toggle button:not(.active):focus,
.tabs-toggle button:not(.active):hover{
        background: #FFF;
color: #959393;
    }

/* Selected Window HTML */
.product-info-reviews{
display: flex;
gap: 17px;
align-items: center;
border: 1px solid #D9D9D9;
border-radius: 10px;
padding: 26px 12px ;
}
.product-info-reviews img{
width: 66px;
height: 66px;
object-fit: cover;
border-radius: 50px;
}
.product-info-reviews h1{
font-weight: 700;
font-size: 14px;
line-height: 18px;
margin: 0 0 4px 0;
}
.product-info-reviews p{
    margin: 0;
}
.price-location{
font-weight: 500;
font-size: 10px;
line-height: 14px;
color: #090A0A;
}
.duration{
color: #090A0A;
font-weight: 400;
font-style: Italic;
font-size: 10px;
line-height: 14px;
}
.reviews{
color: #090A0A;
font-weight: 200;
font-size: 10px;
line-height: 14px;
}
.select-map-table{
margin-top: 30px;
}
.select-map-table h1{
color: #2B2B2B;
font-weight: 700;
font-size: 24px;
line-height: 100%;
margin: 0;
}
.select-map-table p{
margin: 10px 0 0 0;
color: #090A0A;
font-weight: 400;
font-size: 16px;
line-height: 20px;
}
.select-map-table img{
margin-top: 20px;
}
.selection-verify-section{
margin-top: 30px;
}
.selection-verify-section h1{
margin: 0;
font-weight: 700;
font-size: 28px;
line-height: 36px;
}
.selected-details{
border: 1px solid #D9D9D9;
border-radius: 10px;
margin-top: 20px;
padding: 30px 20px;
}
.selected-product-info{
display: flex;
gap: 17px;
align-items: center;
}
.selected-product-info img{
width: 95px;
height: 95px;
object-fit: cover;
border-radius: 12px;
}
.selected-product-info h1{
font-weight: 700;
font-size: 18px;
line-height: 20px;
margin: 0;
}
.selected-product-info .reviews{
margin-top: 18px;
}
.line-break{
background: #F2F4F5;
height: 1px;
margin-block: 22px;
}
.date-info h1{
font-weight: 700;
font-size: 16px;
line-height: 100%;
color: #2B2B2B;
}
.date-info p{
margin-top: 10px;
font-weight: 400;
font-size: 14px;
line-height: 18px;
color: #2B2B2B;
}

.guests-info{
display: flex;
justify-content: space-between;
}

.guests-info h1{
font-weight: 700;
font-size: 16px;
line-height: 100%;
color: #2B2B2B;
}

.guests-info span{
font-weight: 400;
font-size: 14px;
line-height: 100%;
}

.guests-info button{
background: #F2F2F2;
box-shadow: none;
border: none;
color: #2B2B2B;
border-radius: 8px;
font-weight: 500;
font-size: 14px;
line-height: 100%;
text-align: center;
min-width: 100px;
}
.join-challenge-button button, .disconnect-challenge-button button{
padding:12px 20px!important;
}
.confirmation-button button,.join-challenge-button button, .disconnect-challenge-button button{
background: #2AADB8;;
border: none;
color: #FFF;
width: 100%;
border-radius: 8px;
box-shadow: none;
}
.confirmation-button{
padding: 24px 0 40px 0;
position:relative;
}
.confirmation-button::before {
content: "";
position: absolute;
top: 0;
left: 0;
height: 2px;
width: 50%;
background-color: #454545;
transition: width 0.3s ease;
}

/* Map Section */
.fixed-lounger-popup-trigger,.freedom-lounger-popup-trigger{
	cursor:pointer;
}

/* Fixed Lounger Form */
.loungers-form{
	padding:0!important;
	font-family:'Inter',sans-serif;
}

.form-section {
  display: none;
}

.form-section h1{
color:#090A0A;
font-weight:700;
font-size:24px;
}

.form-section.active {
  display: block;
  padding-bottom:20px;
}

.fixed-lounger-location-check{
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.fixed-lounger-location-check label{
font-weight: 400;
font-size: 16px;
line-height: 20px;
color:#090A0A;
}

.fixed-lounger-location-check input[type="checkbox"] {
	appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid #CDCFD0;
    background: white;
    position: relative;
    cursor: pointer;
}

.fixed-lounger-location-check input[type="checkbox"]:checked {
	background: #2AADB8 !important;
    border-color: #2AADB8 !important;
}


.fixed-lounger-location-check input[type="checkbox"]:checked::after {
	content: '✓';
    position: absolute;
	color:#FFF;
	transform: translateX(-50%);
    left: 50%;
}

.fixed-lounger-location-check-container{
	margin-top:10px;
	display: flex;
    flex-direction: column;
    gap: 10px;
	max-height: 50dvh;
    overflow: auto;
    height: 100%;
    scrollbar-width: thin;
}

/* Quantity Section CSS */
.gray-border{
	margin: 15px 0;
	height:0.5px;
	background:#D9D8D0;
	width:100%;
}

.qty-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 24px 0;
}

.qty-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%!important;
  box-shadow:none!important;
  border: 1px solid #274399;
  background: #ffffff;
  font-size: 50px!important;
  font-weight:900!important;
  color: #274399;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.15s, color 0.15s;
}

.qty-btn:hover,.qty-btn:focus,.qty-btn:focus-visible {
  border-color: #274399 !important;
  color: #274399 !important;
  background: #FFF;
  outline:none!important;
}

.qty-btn:disabled {
  cursor: not-allowed;
  border-color: #D9D8D0!important;
  color: #D9D8D0!important;
}

.qty-num {
  font-size: 50px;
  font-weight: 900;
  color: #2B2B2B;
  text-align: center;
  line-height: 1;
}

/* Zone Section CSS */

.zones-container{
margin: 16px 0;
}

.select-zones-section {
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  background: #FCEDD6;
  padding: 16px;
  min-height: 80px;
	align-items:center;
}

.water-section{
  min-height: 80px;
  background: #A8D9E8;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.zone-pill {
  padding: 12px 16px;
  border-radius: 30px;
  background: #D9971C;
  font-size: 13px;
  font-weight: 500;
  color: #FFF;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}

.zone-pill:hover {
  background: #ffa5a0;
}

.zone-pill.selected {
  border-color: #2AADB8;
  background: #ffa5a0;
}

/* Seats Selection CSS */

.seat-map-container {
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  background: #f5e6d0;
  padding: 16px;
  position: relative;
  min-height: 80px;
  align-content: center;
}

.seat-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.seat {
  width: 100%;
	max-width:16px;
  aspect-ratio: 1;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform 0.1s, border-color 0.15s;
}

.seat.available {
  background: #69BF7A;
}

.seat.unavailable {
  background: #DBDBDB;
  cursor: not-allowed;
}

.seat.vip-reserved {
  background: #274399;
  cursor: not-allowed;
}

.seat.recommended {
  background: #D9E714;
}

.seat.selected {
  background: #25ED4D;
  border-color: #FFFFFF;
}

.seat-tooltip {
  display: none;
  position: absolute;
  background: #F2F4F5;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #111;
  pointer-events: none;
  white-space: nowrap;
}

.seat-legend {
  display: flex;
  column-gap: 16px;
  margin-bottom: 8px;
  flex-wrap:wrap;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #555;
}

.legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.legend-dot.available { background: #69BF7A; }
.legend-dot.booked    { background: #DBDBDB; }
.legend-dot.vip  { background: #274399; }
.legend-dot.recommended  { background: #D9E714; }

/* Confirm Details CSS */

.confirm-details-section{
display:flex;
flex-direction:column;
gap:10px;
}

.detail-section{
display:flex;
justify-content:space-between;
gap:10px;
}

.detail-section *{
color:#090A0A;
}

.detail-section h6{
font-weight: 700;
margin:0;
}
.detail-section span{
text-align:end;
}

/* Confirm Details CSS */

.whatsapp-form{
display: flex;
flex-direction: column;
gap: 20px;
}

.whatsapp-form-fields{
display: flex;
flex-direction: column;
gap: 5px;
font-family: "Manrope", sans-serif!important;
}

.whatsapp-form-fields label{
font-weight: 600;
font-size: 14px;
color:#191D23;
}

.whatsapp-form-input{
padding: 8px 12px!important;
font-size: 14px;
color: #191D23;
border: 1.5px solid #64748B!important;
border-radius: 4px!important;
outline: none;
transition: border-color 0.15s!important;
font-weight: 400;
}

.whatsapp-form-input::placeholder{
color: #191D23;
}

/* Confirmation Seciton CSS */

.confirmation-text{
margin-top:10px;
}

.confirmation-text p{
text-align:center;
line-height: 24px;
}

.map-inside-section{
	height:100%;
	display:flex;
	flex-direction:column;
	margin: 0 auto;
	position: relative;
    z-index: 999;
	justify-content: space-between;
	pointer-events:none;
}
.select-date-map,
.select-dates-slider-container,
.select-date-slide,
.bottom-section button {
  pointer-events: auto;
}

.map-section{
	height:600px;
	padding: 120px 20px 20px 20px;
}

.location-map-page .acf-map{
	display:none;
}

.bottom-section{
	display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}

.bottom-section button{
	background:#F6F6F6;
	border: transparent;
	border-radius:14px;
	padding: 14px 20px;
	color:#2B2B2B;
	font-weight:400;
	display: flex;
    align-items: center;
    gap: 10px;
	flex-wrap: wrap;
    justify-content: center;
}

.bottom-section p{
	margin:0;
}

.select-date-map{
	border-radius: 24px;
	padding:20px 0;
	background: #2AADB8;
}

.select-date-map h1{
	color:white;
	text-align:center;
	padding-inline:10px;
	margin:0;
}

.select-dates-slider-container{
	display: flex;
    gap: 10px;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-top: 20px;
    padding-left: 10px;
}

.select-date-slide {
    padding: 12px 16px;
    border-radius: 24px;
    border: 1px solid #D9D9D9;
    color: #D9D9D9;
	cursor:pointer;
    transition:all 0.2s ease-in-out;
}

.select-date-slide.active{
	background: #D9971C;
	border-color:#D9971C!important;
	color:#FFF;
}

.zone-text-marker{
	background: #D9971C;
border-radius: 24px;
    color: rgb(255, 255, 255);
    text-align: center;	
}

.map-wrapper {
margin-top:20px;
width: 100%;
height: 600px;
overflow: hidden;
position: relative;
cursor: grab;
border-radius: 12px;
}
.map-wrapper:active {
  cursor: grabbing;
}
.map-inner {
  position: absolute;
  inset:0;
}
.map-inner img {
margin:0!important; 
display: block;
user-select: none;
pointer-events: none;
height: 100%;
width: 100%;
object-fit: cover;
}

.map-controls{
position:absolute;
bottom: 10px;
right: 10px;
}

.map-controls button{
padding: 14px 20px;
background:#F6F6F6;
border-radius:14px;
border:none;
box-shadow:0 4px 4px 0 #00000040;
}
.map-controls button:hover,.map-controls button:focus,.map-controls button:focus-visible{
background:#F6F6F6!important;
outline:none!important;
}

/* Zone Popup Loop Grid */

.prod-meta-zone del,.home-feat-price del{
	display:none;
}

.prod-meta-zone ins,.home-feat-price ins{
text-decoration:none;
}

.prod-meta-zone .elementor-widget-heading + .elementor-widget-heading h2::before {
  content: "•";
  margin: 0 5px;
}

.zone-product-grid{
max-height:282px;
overflow-y:auto;
scrollbar-width:none;
}

.zone-prod-bg-img{
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

/* Login/Register HTML Popup */

.close-icon .elementor-icon-wrapper{
	display:flex!important;
}

.popup-form-html{
font-family: 'Inter';    
}

.login-form-div{
    margin-top: 18px;
    padding-top:20px;
    padding-bottom: 33px;
    border-top: 0.5px solid #D9D8D0;
}

.login-popup-title{
text-align: center;
}

.country-phone{
 margin-bottom: 21px;   
}

.country-phone label{
    font-family: Manrope;
font-weight: 600;
font-size: 14px;
line-height: 100%;
    color: #191D23;
}

.country-phone input {
    border: 1.5px solid #64748B!important;
    padding: 8px 12px!important;
    border-radius: 4px!important;
    color: #191D23!important;
    font-family: Manrope!important;
font-weight: 400!important;
font-size: 14px!important;
line-height: 100%!important;

}

.phone-number-input{
    margin-top: 7px;
}

.number-message{
font-weight: 400;
font-size: 14px;
}

.number-message .pp{
font-weight: 700;
text-decoration: underline;
}

.login-form-btns{
padding-top: 33px!important;
padding-bottom: 21px!important;
}

.next-btn{
  border-radius: 8px!important;  
}

.login-register-popup-btn{
background: #2AADB8!important;
color: #FFF!important;
border: transparent!important;
font-weight: 500!important;
width:100%!important;
border-radius:8px!important;
}

.login-register-popup-btn:hover,.login-register-popup-btn:focus,.login-register-popup-btn:focus-visible{
background: #2AADB8;
color: #FFF;
outline:none!important;
}

.or-divider {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.or-divider::before,
.or-divider::after {
  content: "";
  flex: 1;
  height: 0.5px;
  background: #D9D8D0;
}

.or-divider span {
  padding: 0 12px;
}

.google-btn{
text-align: center!important;
background: transparent!important;
border: 1px solid #ECEEF2!important;
padding: 12px 16px!important;
box-shadow: none!important;
font-weight: 400!important;
font-size: 14px!important;
color: #3A4252;
}
.google-icon{
    padding-right: 12px;
}
.google-btn:hover{
    color: unset;
}

/* Reservation HTML Popup */

.mt-33{
    margin-top: 33px;
}

.mt-8{
    margin-top: 8px;
}

.reservation-message-div{
text-align: center;
}

.reservation-message-div p{
font-weight: 400;
font-size: 16px;
line-height: 24px;
max-width: 340px;
justify-self: center;
margin-block: 8px;
}

.size-14{
font-size: 14px!important;
}

.size-10{
font-size: 10px!important;
}

.runner-c-desc p{
	display: -webkit-box;
	-webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

/* For Dotted Progress Bar */

.dots-progress {
    display: flex;
    gap: 4px;
	justify-content:space-between;
}

.dots-progress .dot {
    width: 100%;
    height: 9px;
    border-radius: 10px;
    background: #D9D9D9;
}

.dots-progress .dot.active {
    background: #2AADB8;
}

/* Responsive Code (For All Sections) */

@media screen and (min-width: 1025px) {
	.pur-sel-in-features-div h1{
font-size:20px!important;
}

.pur-sel-in-features-div p{
font-size:16px!important;
}
	
	.divider-line{
	box-shadow:0px -2px 2px 0px #00000026;
	}
  .desktop-image-only {
    position: relative!important;
    background-image: url(https://dev.namiblubeach.com/redesign/wp-content/uploads/2025/12/beach-zone-map-1.webp)!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
  }

  .desktop-image-only::before {
    content: ""!important;
    position: absolute!important;
    inset: 0!important;
    background: linear-gradient(180deg, rgb(213 224 236 / 78%) 40%, rgb(203 200 200 / 79%) 60%) !important;
    z-index: 1!important;
  }

  .desktop-image-only > * {
    position: relative!important;
    z-index: 2!important;
  }
}

.pc-sc * {
	    font-family: "Inter", Sans-serif!important;
}

.pc-sc.pc-center{
	text-align: center;
}

.pc-sc :is(h1, h2, h3, h4, h5, h6){
		font-weight:700!important;
/* 	line-height:56px!important; */
	color:#000000!important;
	}

.pc-sc p{
		font-weight:500!important;
	color:#090A0A!important;
	margin:0!important;
	line-height: 34px!important;
	}


@media screen and (max-width: 1024px){
	.pc-sc :is(h1, h2, h3, h4, h5, h6){
		font-size:26px!important;
		line-height:36px!important;
	}
	
	.pc-sc p{
		font-size:14px!important;
		line-height: 24px!important;
	}
	
	.map-section{
		min-height:100dvh;
		height:100dvh!important;
	}
	.location-map-page{
		overflow:hidden;
	}
	.location-map-page footer{
		display: none;
	}
	.dates-box{
	position:fixed;
	background:#FFF;
	bottom:0;
	left:0;
	right:0;
	z-index:3;
	margin-inline:10px!important;
	}
	.add-t-c{
		position:fixed;
		background:#FFF;
		z-index:9999;
		width: calc(100% - 40px);
		bottom: 10px;
	}
	.exp-pro-img-slides figure img{
	height: 100%;
		min-height: 700px;
	}
	
	.posts-slider .swiper-slide-active:first-child,.temp-posts-slider .swiper-slide-active{
    margin-left: 30px!important;
}
	
.posts-slider .e-n-carousel,.temp-posts-slider .swiper-horizontal{
    padding-right: 150px!important;
}
	
.map-wrapper {
height: 500px!important;
}
	.menu-cart .elementor-menu-cart__main{
		max-width: 100%!important;
	}
	.menu-cart .elementor-menu-cart__container{
		justify-content:normal!important;
	}
/* 	form{
	padding-bottom:34px!important;
} */

.confirmation-button,.join-challenge-button, .disconnect-challenge-button {
	padding-inline: 20px!important;
	padding-top: 14px!important;
    position: fixed!important;
    bottom: 0;
    width: 100%;
    background: #FFF;
    right: 0;
    left: 0;
    z-index: 999;
}
	
	.find-flow-sect{
		gap:0!important;
		flex-direction:column!important;
	align-items:baseline!important;
	}
	.find-flow-sect img{
    margin-top: 20px;
}
    .drawer-tabs .e-n-tabs-heading {
    max-width: calc(90% - 20px)!important;
}
}

@media screen and (max-width: 767px){
	.pc-sc :is(h1, h2, h3, h4, h5, h6){
		font-size:16px!important;
	}
	.pur-sel-loop-slider-banner{
		max-height: calc(100dvh - 200px)!important;
	}
	.pur-sel-loop-slider-banner img.swiper-slide-image{
		height: calc(100dvh - 200px)!important;
	}
.map-section{
padding-inline:10px!important;
}
	
.map-wrapper {
height: 400px!important;
}
	.temp-posts-slider .swiper-horizontal{
    padding-right: 100px!important;
}
	
	.dates-box p{
	font-size:10px;
}
	.dates-box a{
    font-size:8px;
}
.dates-box button{
    font-size:11px;
}	
.form-buttons{
	padding-bottom:34px;	
}
    .drawer-tabs .e-n-tabs-heading {
    max-width: calc(90% - 20px)!important;
	padding-top:20px!important;
}

    .posts-slider .swiper-slide-active:first-child{
    margin-left: 20px!important;
}

.posts-slider .e-n-carousel{
    padding-right: 80px!important;
}
}
@media screen and (max-height:600px){
.time-slots-div{
max-height: 30dvh!important;
}
}
@media screen and (max-height:700px){
	.proposal-form .gform_fields{
	gap:10px!important;
	}
.time-slots-div{
max-height: 35dvh!important;
}
}
@media screen and (max-height:800px){
.form-buttons{
padding-bottom:0!important;	
}
}
@media screen and (min-height: 701px) and (max-height:900px){
.time-slots-div{
max-height: 40dvh!important;
}
}

@media screen and (min-height: 901px) and (max-height:1000px){
.time-slots-div{
max-height: 50dvh!important;
}
}

@media screen and (min-width: 1200px){
	.map-inside-section{
		max-width: 1300px;
	}
}