p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

.bannerlogo-section {
    max-width: 1400px;
    margin: auto;
    padding: 0px;
    overflow: hidden;
}

/* Prevent accidental horizontal scrolling (commonly triggered by flex tracks/100vw math) */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}


.slider {
    overflow: hidden;
    margin-bottom: 20px;
}

.track {
    display: flex;
    width: max-content;
}

.bannerlogo-section .item {
    flex-shrink: 0;
    margin-right: 20px;

    /* 2.5 items in desktop */
    width: calc((100vw - 80px) / 2.5);
    max-width: 520px;
}

.bannerlogo-section .item img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 0px;
    display: block;
}



.city-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    /* margin-left: 30px; */
}

.cityfilter.filters {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}


.cityfilter .filter {

    width: 346px;
}


.cityfilter .filter label {
    font-size: 14px;
    font-weight: 500;
    font-family: "NeutraText", sans-serif;
    display: block;
    margin-bottom: 6px;
    color: #fff;
}



.cityfilter .filter select {


    width: 100%;
    height: 40px;

    padding: 0 15px;

    border: 1px solid #d8d8d8;
    border-radius: 6px;

    outline: none;

    cursor: pointer;

    font-size: 16px;
    font-weight: 400;

    background: white;
    text-transform: capitalize;
    appearance: none;
    background-image: url("../images/down-arrow-icon.svg");
    background-repeat: no-repeat;
    background-position: 95% center;

}



.worklocation-card {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.worklocation-card:hover {
    transform: translateY(-5px);
    transition: .4s;
}

.worklocation-card img {
    width: auto !important;
    height: 360px !important;
}

.worklocation-slider .owl-nav {
    display: flex;
    justify-content: flex-end;
    margin-top: 60px;
    margin-right: 2%;
}


.worklocation-slider .owl-dots {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: auto;
}


.worklocation-slider .owl-prev,
.worklocation-slider .owl-next {

    width: 42px !important;
    height: 42px !important;

    border: 1px solid #D8D4CF !important;
    border-radius: 50% !important;

    background: #fff !important;
    margin-left: 10px;
}


.worklocation-slider .owl-prev span,
.worklocation-slider .owl-next span {
    font-size: 22px;
}


.worklocation-slider .owl-dot span {
    display: block;
    width: 8px !important;
    height: 8px !important;
    margin: 4px !important;
    background: #C9C9C9 !important;
    border-radius: 50% !important;
}


.worklocation-slider .owl-dot.active span {
    background: #666 !important;
}

.worklocation-slider .owl-prev:hover,
.worklocation-slider .owl-next:hover {
    background: #F78B2C !important;
    border-color: #F78B2C !important;
    color: #fff !important;

}

.spaces-container {
    padding-left: 12%;
}

/*====================
FILTERS
====================*/

.filters {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}


.filter {

    width: 346px;
}


.filter label {
    font-size: 14px;
    font-weight: 500;
    font-family: "NeutraText", sans-serif;
    display: block;
    margin-bottom: 6px;
    color: #000;
}



.filter select {


    width: 100%;
    height: 52px;
    padding: 0 15px;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    /* background: white; */
    text-transform: capitalize;
    appearance: none;
    /* background-image: url(../images/down-arrow-icon.svg);
    background-repeat: no-repeat;
    background-position: 98% center; */

}




/*==================
CARD
==================*/

.workspace-card {
    height: auto;
    background: #EEEDE5;
    border-radius: 10px;
    padding: 30px 25px;
    position: relative;
    overflow: hidden;
    min-height: 469px;
}

.card-content {
    height: 165px;
    display: flex;
    flex-direction: column;
    max-width: 208px;
    justify-content: space-between;
}

.workspace-card h3 {
    font-size: 24px;
    font-weight: 600;
    color: #281D18;
    margin-bottom: 8px;
    margin-top: 0px;
}



.workspace-card p {
    font-size: 15px;
    line-height: 23px;
    color: #281D18;
    max-width: 205px;
    margin: 0px;
}

.workspace-card:hover h3,
.workspace-card:hover p {
    color: #fff;
}


.price {
    display: inline-block;
    margin-top: 12px;
    padding: 6px 10px;
    background: #4A342C;
    color: white;
    font-size: 16px;
    border-radius: 4px;
    text-align: center;
    width: fit-content;
}

.card-arrow {
    position: absolute;
    right: 25px;
    top: 30px;
    width: 43px;
    height: 43px;
    background: #F78B2C;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #fff !important;
    font-size: 14px;
    text-decoration: none !important;
}

.card-image {
    position: relative;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    margin-top: 30px;
}

.card-image img {
    width: 100%;
    display: block;
    max-height: 200px;
    object-fit: contain;

}

.workspace-card:hover {
    /* transform: translateY(-5px); */
    transition: .4s;
    background: #818E7A;
}

.workspace-card:hover .price {
    background: #fff;
    color: #4A342C;
}



/*=====================
OWL
=====================*/


.workspace-slider {
    padding-bottom: 0px;
}

.workspace-slider .owl-nav {
    display: flex;
    justify-content: flex-end;
    margin-top: 60px;
    margin-right: 10%;
}


.workspace-slider .owl-dots {
    position: absolute;
    left: 0;
    bottom: 90px;
    width: auto;
    display: none;
}


.workspace-slider .owl-prev,
.workspace-slider .owl-next {

    width: 42px !important;
    height: 42px !important;

    border: 1px solid #D8D4CF !important;
    border-radius: 50% !important;

    background: #fff !important;
    margin-left: 10px;
}


.workspace-slider .owl-prev span,
.workspace-slider .owl-next span {
    font-size: 22px;
}


.workspace-slider .owl-dot span {
    display: block;
    width: 8px !important;
    height: 8px !important;
    margin: 4px !important;
    background: #C9C9C9 !important;
    border-radius: 50% !important;
}


.workspace-slider .owl-dot.active span {
    background: #333 !important;
}

.workspace-slider .owl-prev:hover,
.workspace-slider .owl-next:hover {
    background: #F78B2C !important;
    border-color: #F78B2C !important;
    color: #fff !important;

}




.logo-section {
    padding: 0px;
    overflow: hidden;
}


/* .logo-slider {
    overflow: hidden;
    margin-bottom: 20px;
}


.logo-track {
    display: flex;
    width: max-content;
    gap: 15px;
} 



.logo {
    flex-shrink: 0;
}
*/

.logo-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.logo-track {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    will-change: transform;
}

.logo {
    flex: 0 0 auto;
}

.row1 .logo-track {
    animation: marquee-left 60s linear infinite;
}

.row2 .logo-track {
    animation: marquee-right 60s linear infinite;
}

.logo-slider:hover .logo-track {
    animation-play-state: paused;
}

@keyframes marquee-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes marquee-right {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

.logo-box {
    height: 155px;
    background: #F6F4F2;
    border: 1px solid #eee;
    border-radius: 38.78px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
}


.logo-box img {
    height: 108px;
    width: 164px;
}


/* Desktop */
.logo {
    width: 274px;
}


.singleservice-container {
    padding: 0 215px;
}

.heading {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 18px;
}


.price-tag {
    background: #4e3027;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
}


/* Card */

.podcast-card {

    background: #fff;
    border-radius: 16px;
    padding: 25px 34px;
    display: flex;
    align-items: center;
    gap: 80px;

    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.06),
        0 8px 20px rgba(0, 0, 0, 0.03);

    margin-bottom: 41px;
}



.podcast-image {
    width: 240px;
    flex-shrink: 0;
}


.podcast-image img {
    width: 100%;
    display: block;
}


.podcast-content {
    flex: 1;
}


.podcast-content p {

    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    color: #05073C;
    font-family: "skia", sans-serif;

}



/* Map */

.map-wrapper {

    overflow: hidden;
    border-radius: 14px;
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.06);

    margin-bottom: 38px;
}


.map-wrapper iframe {
    width: 100%;
    height: 367px;
    border: 0;
}

/***************************
TOP FEATURES
****************************/

.features {

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;

    margin-bottom: 46px;
}


.feature {
    background: #EAE6DE;
    padding: 35px 21px;
    border-radius: 17.49px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: flex-start;

}

.feature:hover {
    background: #818E7A;
}


.feature img {
    height: 41px;
    width: auto;
    margin-bottom: 10px;
}

.feature .content {
    display: flex;
    flex-direction: column;
    gap: 7px;
}


.feature .content h4 {
    font-family: "NeutraText", Sans-serif;
    font-size: 17px;
    line-height: 26.2px;
    font-weight: 500;
    color: #281D18;
    text-transform: uppercase;
    margin: 0px;
}


.feature .content p {
    font-size: 15.7px;
    line-height: 23.6px;
    color: #281D18;
    margin: 0px;
}

.feature:hover .content h4,
.feature:hover .content p {
    color: #ffffff;
}


/***************************
VIDEO
****************************/


.video-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    height: 467px;
    margin-bottom: 78px;
}

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

.video-wrapper iframe {
    width: 100%;
    height: 100%;
}

/* Video */

.video-wrapper video {
    width: 100%;
    display: block;
    border-radius: 14px;
}


/* Dark Overlay */

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .35);
    transition: .4s;
}



/* Play Button */

/* .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, .8);
    background: rgba(255, 255, 255, .15);
    backdrop-filter: blur(5px);
    color: white;
    font-size: 34px;
    cursor: pointer;
    transition: .3s;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 0;
    border: none;
    background: transparent;
    backdrop-filter: none;
    color: white;
    font-size: 37px;
    cursor: pointer;
    transition: .3s;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn img {
    height: 36px;
}

.play-btn:hover {
    /* transform: translate(-50%, -50%) scale(1.1); */
}


.hide {
    display: none;
}

/***************************
BROWN BAR
****************************/


.bar {

    padding: 15px;
    background: #281D18;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;

}


.commonbtn {
    background-color: #FF5B0100;
    font-family: "NeutraText", Sans-serif !important;
    font-weight: 500;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 4px 4px 4px 4px !important;
    font-size: 16px;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
    transition-duration: .3s;
    transition-property: transform;
    padding: 15px 18px !important;
}

.commonbtn span {
    display: inline-block;
    transition: transform 0.3s ease;
}

.commonbtn:hover span {
    transform: scale(1.02);
}

/* .commonbtn:hover,
.commonbtn:focus {
    background-color: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
} */


.commonbtn-orange {
    font-family: "Skia", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-accent);
    border-radius: 4px 4px 4px 4px;
    background-color: var(--e-global-color-accent);
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    text-align: center;
    transition: all .3s;
    text-decoration: none;
}

.commonbtn-orange:hover,
.commonbtn-orange:focus {
    background-color: #02010100;
    border-color: #FFFFFF;
}



/***************************
GREEN SECTION
****************************/


.greenbar {
    background: #818E7A;
    padding: 100px 75px;
    text-align: center;
}



.greenbar h4 {
    font-size: 41px;
    line-height: 1.2;
    font-weight: 500;
    color: white;
    margin: 0px;
    margin-bottom: 80px;
    font-family: "NeutraText", Sans-serif;
}



.greenbar .amenities {
    width: 860px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* gap: 8px; */
    gap: 0px 8px;
}



.greenbar .item {
    /* background: white; */
    /* border-radius: 22px;
    padding: 35px 48px 25px; */
    border-radius: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
}



.greenbar .item img {
    /* height: 120px; */
    width: auto;
}


.greenbar .item p {
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    color: #281D18;
    margin: 0px;
}

.greenbar .item:hover {
    transform: translateY(-5px);
    transition: .4s;
}



.location-wrapper {
    max-width: 650px;
    margin: auto;
    margin-left: -150px;
    background: #fff;
    border-radius: 25px;
    padding: 25px;
    display: flex;
    gap: 50px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .05);
}


.location-tabs {
    width: 260px;
    position: relative;
}


.location-tabs ul {
    list-style: none;
    padding: 0px;
}


.location-tabs li {
    padding: 16px 18px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 10px;
    transition: .3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.location-tabs li span {
    opacity: 0;
    transition: .3s;
}


.location-tabs li.active {
    background: #fd591c;
    color: #ffffff;
}


.location-tabs li.active span {
    opacity: 1;
}


.location-content {
    flex: 1;
    padding-left: 45px;
    border-left: 1px solid #d8d8d8;
    max-height: 300px;
    overflow-y: auto;
}

.location-content a {
    padding: 2px !important;
}




.city-list {
    display: none;
}


.city-list.active {
    display: block;
}


.city-list p a {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 35px;
    color: #000000 !important;
    text-decoration: none;
}

.city-list p a:hover {
    color: var(--e-global-color-accent) !important;
}

.mega-menu {
    max-width: 100%;
    margin: auto;
    margin-left: -150px;
    background: #fff;
    border-radius: 25px;
    padding: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}



.menu-card {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 5px;
    border-radius: 16px;
    text-decoration: none;
    color: #222 !important;
    transition: .35s;
}



.menu-card img {
    width: 90px;
    flex-shrink: 0;
}




.menu-card h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
    color: #000 !important;
}



.menu-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #333 !important;
    margin: 0px;
}



.menu-card:hover {
    background: #fd591c;
}



.menu-card.active {
    background: #fd591c;
}



.menu-card:hover h4,
.menu-card:hover p {
    color: #fff !important;
}



.menu {
    display: flex;
    list-style: none;
    gap: 50px;
    padding: 0px;
}


.menu li {
    position: relative;
}


.menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 25px 0;
}


.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    display: none;
    list-style: none;
    padding: 0px;
}


.submenu li a {
    padding: 15px 20px;
    display: block;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}


.submenu li a:hover {
    background: #333;
}



/* area grid */

.cityfilter-areas {
    padding-right: 0%;
}

.city-card.active img {
    border: 1px solid #ff5b01;
    display: block;
    border-radius: 14px;
}

.area-grid {

    margin-top: 50px;

    display: none;

    grid-template-columns: repeat(6, 1fr);

    gap: 31px;
}



.area-grid.active-grid {
    display: grid;
}



.area-card {

    background: #fff;

    padding: 0px;

    border-radius: 10px;

    text-align: center;

    border: 1px solid #ddd;

    transition: .4s;

}


.area-card:hover {

    background: #F4E5CE;

}

/* .cwf-form-heading{
    margin: 0 0 30px !important;
} */
.cwf-date-icon,
.psi-date-icon {
    left: auto !important;
    right: 12px;
    top: 25% !important;
}

.cwf-modal {
    background: transparent !important;
    padding: 0px !important;
    max-height: 100% !important;
}



.popup-overlay {
    top: 0% !important;
}

.hbs-popup-modal {
    max-height: 670px;
    overflow-y: auto;
    top: 0%;
    height: auto;
    background-color: var(--e-global-color-fdd9333);
}

.psi-modal {
    background: #eeede5 !important;
    border-radius: 0px;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    overflow-y: unset !important;
    position: relative;
    padding: 0px !important;
    box-shadow: none !important;
    animation: psiModalIn 0.3s ease-out;
}

.hbs-locked-info-bar {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 5px !important;
    margin-bottom: 20px;
}

.hbs-locked-item {
    font-size: 16px !important;
    line-height: 24px;
}

.dpbs-summary-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
}

.day-pass-btn {
    background-color: #ff5b01 !important;
    font-family: "NeutraText", Sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    fill: var(--e-global-color-primary) !important;
    color: var(--e-global-color-dfee336) !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: var(--e-global-color-dfee336) !important;
    border-radius: 4px 4px 4px 4px !important;
    font-size: 16px;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
    transition-duration: .3s;
    transition-property: transform;
    padding: 15px 18px !important;
}

.day-pass-btn:hover {
    /* background-color: var( --e-global-color-primary ) !important;
    border-color: var(--e-global-color-dfee336) !important;
    transform: scale(.9) !important; */
}

#homeundervid .day-pass-btn {
    border-color: #ff5b01 !important;
    border-width: 1px !important;
}

.dpbs-summary-card {
    background: #ffffff !important;
    border: 1px solid #e7e7e7 !important;
    border-radius: 14px !important;
    padding: 22px 24px !important;
    margin-bottom: 20px !important;
    box-shadow: none !important;
}

.day-pass-popup-content {
    position: relative;
    background: #f5f3ed !important;
    width: 100%;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 35px !important;
    border-radius: 10px;
}

.cwf-form-grid {
    gap: 15px 20px !important;
}

.cwf-form-footer {
    margin-top: 20px !important;
    padding-top: 0 !important;
    border-top: none !important;
}

.dpbs-summary-item {
    flex-direction: row !important;
    gap: 15px;
}

.dpbs-summary-value,
.dpbs-summary-item--price .dpbs-summary-value {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
}

.cwf-calendar-popover {
    width: 300px !important;
}

.ekit-back-to-top-container .ekit-btt__button {
    line-height: 55px !important;
}

.jd_service_detail_section_class {
    z-index: 9992;
}

.cwf-submit-btn.jd-text-proceed {
    width: auto;
    border-radius: 10px;
    background: #fff;
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    font-family: "NeutraText", Sans-serif !important;
}

.cwf-submit-btn.jd-text-proceed span {
    padding: 12px 58px 12px 18px;
    color: #281D18;
}

.cwf-submit-btn.jd-text-proceed svg {
    background: linear-gradient(135deg, #e8521e 0%, #d44415 100%);
    height: 40px;
    width: 40px;
    border-radius: 4px;
    padding: 12px;
}

.aminities .elementor-widget-image-box {
    transition: .4s;
}

.aminities .elementor-widget-image-box:hover {
    transform: translateY(-3px);
}

.elementor-button-link:hover .elementor-button-text {
    transform: scale(1.02);
    transition: .4s;
}

.elementor-widget-n-accordion .elementor-element {
    margin-top: -6px !important;
}

.spacesarea .elementor-element:hover .elementor-heading-title,
.spacesarea .elementor-element:hover .elementor-widget-theme-post-excerpt {
    color: #fff !important;
}

.spacesarea .elementor-element:hover .elementor-button {
    background-color: #fff !important;
    color: var(--e-global-color-1016b60) !important;
}

.day-pass-btn span {
    display: inline-block;
    transition: transform 0.3s ease;
}

.day-pass-btn:hover span {
    transform: scale(1.02);
}

.elementor-widget-n-accordion {
    border: none !important;
}

.elementor-widget-n-accordion .elementor-element {
    border: none !important;
}


.spacesarea .elementor-widget-theme-post-excerpt {
    min-height: 80px;
}

.singleservice-container .heading h2 {
    font-family: "NeutraText", Sans-serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 50px;
    color: #281D18;
    margin: 0px;
}

.day-pass-popup-content {
    max-width: 640px !important;
}

.dialog-close-button {
    font-size: 18px;
    outline: none;
}

.ctc_s_7_1.ctc-analytics.ctc_nb {
    background-color: #fd591c !important;
}

.ht-ctc .ctc_s_7_1:hover .ctc_s_7_icon_padding,
.ht-ctc .ctc_s_7_1:hover {
    background-color: #fd591c !important;
}

.cityslider .swiper-pagination-bullets,
.spacesarea .swiper-pagination-bullets,
.custom-testi .swiper-pagination-bullets {
    display: none;
}

.aboutbanner {
    height: calc(100vh - 240px);
}


.location-slidesection {
    overflow: hidden;
    padding: 0;
}

.location-slidesection .container {
    width: 100%;
}

.location-slidecarousal {
    padding: 0 20px 0 0;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.location-slidecarousal .owl-stage {
    display: flex;
    align-items: stretch;
    will-change: transform;
}

.location-slidecarousal .owl-item {
    height: auto;
    display: flex;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.location-card {
    background: #fff;
    border-radius: 8px;
    padding: 24px 22px;
    min-height: 257px;
    height: 100%;
    width: 100%;
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 28px;
    font-family: "NeutraText", sans-serif;
    color: #181714;
    display: flex;
    flex-direction: column;
}


.location-card h3 {
    margin: 0 0 30px;
    font-family: "NeutraText", Sans-Serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: #181714;
}

.location-card p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: #181714;
    flex: 1;
    font-family: "NeutraText", Sans-Serif;
}

.location-card span {
    margin-top: 35px;
    font-size: 11px;
    letter-spacing: 1px;
    color: #7C756E;
    text-transform: uppercase;
}

.location-slidecarousal .owl-nav {
    display: none;
}

.location-slidecarousal .owl-dots {
    display: none;
}




.spacesarea .elementor-heading-title {
    height: 45px;
    display: flex;
    align-items: center;
}

.dialog-close-button:focus {
    outline: none;
}

.day-pass-popup-close {
    color: #000000;
}