.page-layout-spa-landing-page-layout .column.main,
.page-layout-spa-landing-page-layout .sections.nav-sections {
    display: none;
}

    .spa-landing-container-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

.spa-landing-widget-container {
    width: 100%;
    display: flex;
    background-color: rgba(58, 58, 58, 0.6);
    justify-content: center;
    padding: 1.5rem 2.5rem;
    gap: 2.125rem;
    border-top: 0.313rem solid #aa9471;
    height: 120px;
}

.spa-landing-container {
    padding: 0%;
    background-image: url("../images/spa/spalandingbackground.jpg");
    height: 35rem;
    border-top: 0.313rem solid #aa9471;
    border-bottom: 0.313rem solid #aa9471;
    background-size: 100% 100%;
}
.spa-landing-begin-text {
    width: 95%;
    color: #fff;
    display: flex;
    font-size: 1.8rem;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    font-family: garamond-premier-pro, serif;
}

.spa-reserve-button,
.spa-reserve-button-responsive {
    width: 100%;
    display: block;
    letter-spacing: 0.063rem;
    font-size: 1.1rem;
    font-weight: 400;
    color: #fff;
    background-color: #aa9471;
    border-radius: 0.188rem;
    border: none;
    cursor: pointer;
    border-radius: 0;
    padding: 0.625rem 2.25rem;
}
.spa-reserve-button-responsive {
    font-family: montserrat, sans-serif;
    border-radius: 5px;
    margin: 20px 0;
}
.spa-reserve-button:hover,
.spa-reserve-button-responsive:hover {
    color: #fff;
    background-color: #aa9471;
    border: none;
}
.spa-guest-count-form {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.313rem;
}
.spa-guest-count-form select {
    width: 6.25rem;
    height: 2.813rem;
    appearance: none;
    -webkit-appearance: initial;
    -moz-appearance: initial;
    background-image: url("../images/select-drop-down-icon.svg");
    background-repeat: no-repeat;
    background-position: right 6px center;
    background-size: 14px 14px;
    cursor: pointer;
}
.spa-date-form input {
    height: 2.813rem;
    width: 12.5rem;
}
.spa-date-form {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.313rem;
    justify-content: flex-end;
}
.spa-date-form input {
    cursor: pointer;
}
.spa-landing-bottom {
    color: #fff;
    display: flex;
    justify-content: flex-end;
    width: 95%;
    margin: 0 auto;
}

.spa-bottom-right-under-text {
    display: block;
    font-size: 2.8rem;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 0.313rem;
}
.spa-bottom-right-text {
    text-align: right;
    font-family: garamond-premier-pro, serif;
    font-size: 2rem;
    font-weight: 300;
    margin: 0;
}
.spa-calendar-icon {
    position: absolute;
    bottom: 15%;
    right: 0.625rem;
}
.spa-landing-widget-container label {
    font-family: montserrat, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.7rem;
    word-spacing: 1px;
}
.spa-landing-reserve-button-container {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 0.313;
}
.spa-guest-form-wrapper,
.spa-guest-form-wrapper-responsive {
    display: flex;
    gap: 1.25rem;
    color: #fff;
}
.spa-guest-form-wrapper-responsive {
    color: #000;
    flex-direction: column;
    width: 90%;
    margin: 10px auto;
    text-transform: uppercase;
    font-size: 0.8rem;
}
.spa-guest-form-wrapper-responsive .spa-date-form {
    width: fit-content;
}
.spa-modal-container-responsive .filter-container-footer-responsive button {
    font-size: 1.1rem;
    font-weight: 400;
}
.bottom-left-text {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 10px;
    text-transform: uppercase;
}
.bottom-left-text span {
    font-family: montserrat, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    min-width: 300px;
}
.bottom-left-text span:nth-child(2) {
    font-size: 0.8rem;
}
.spa-guest-count-form select:not([disabled]):focus,
.spa-date-form input:not([disabled]):focus {
    box-shadow: none;
}
.spa-landing-responsive-container {
    display: none;
    width: 90%;
    margin: 20px auto 0;
    flex-direction: column;
}
.spa-landing-responsive-content {
    display: flex;
    font-family: garamond-premier-pro, serif;
    font-weight: 500;
    text-transform: uppercase;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.spa-landing-responsive-content span:first-child {
    font-size: 1.2rem;
}
.spa-info-content-responsive {
    display: flex;
    gap: 4%;
    width: 100%;
    text-transform: uppercase;
}
.spa-info-section-wrapper-responsive {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.spa-info-section-wrapper-responsive p {
    margin: 0;
}
.spa-info-content-responsive a {
    display: flex;
    width: 100%;
    gap: 4%;
    font-family: montserrat, sans-serif;
    font-size: 1rem;
    justify-content: flex-start;
    background-color: #fff;
    border-bottom: 0;
    align-items: center;
    text-decoration: none;
}
.spa-modal-title {
    font-family: garamond-premier-pro, serif;
    color: #000;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    padding: 10px 0px;
}
.page-layout-spa-landing-page-layout .action-close {
    display: none;
}
.spa-info-section-wrapper {
    display: flex;
    justify-content: center;
    gap: 5%;
    text-transform: uppercase;
    margin-top: 50px;
}
.spa-info-content {
    display: flex;
    gap: 10px;
}
.spa-info-content a {
    text-decoration: none;
    display: flex;
    gap: 10px;
}
.spa-check-options-wrapper-responsive {
    font-family: montserrat, sans-serif;
    display: flex;
    gap: 5%;
}
.spa-listing-widget-container {
    height: 120px;
}
.spa-check-options-wrapper-responsive
    input[type="checkbox"].service-search-filter::before {
    border: none;
    position: relative;
    left: 6px;
    top: 25%;
}
.spa-check-options-wrapper-responsive
    input[type="checkbox"].service-search-filter:checked {
    outline: none;
}
.spa-check-options-wrapper-responsive
    input[type="checkbox"].service-search-filter:checked::before {
    border: solid #000;
    background-color: unset;
    border-width: 0 2px 2px 0;
    top: 25%;
    left: 12px;
}

.spa-check-options {
    border: 1px solid #c2c2c2;
    display: flex;
    font-size: 1rem;
    border-radius: 5px;
}
.spa-check-options label {
    padding: 10px 20px 10px 10px;
}
.spa-check-options input[type="checkbox"].service-search-filter {
    height: 100%;
    margin: 0;
    top: 0;
}
.spa-check-options input:checked + label,
.spa-check-options input:checked {
    background-color: #e5dac8;
}
.spa-check-options input:disabled + label,
.spa-check-options input:disabled {
    background-color: #fef7ea;
    cursor: not-allowed;
    opacity: 0.5;
}
.spa-check-options input[type="checkbox"]:disabled.service-search-filter {
    cursor: not-allowed;
}
.spa-check-options
    input[type="checkbox"]:disabled.service-search-filter:checked::before {
    background-color: #fef7ea;
    cursor: not-allowed;
}
.spa-landing-widget-container .calendar-search-field label,
.spa-landing-widget-container .calendar-search-filter {
    font-size: 1rem;
    font-weight: normal;
    cursor: pointer;
}

.curved-border,
input[type="text"].curved-border {
    border-radius: 5px;
}
/* for calendar widget*/

.spa-check-options-wrapper-responsive input[type="checkbox"].calendar-search-filter {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    outline: none; 
}


.spa-check-options-wrapper-responsive input[type="checkbox"].calendar-search-filter::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #000000; 
    background-color: #fff; 
    box-sizing: border-box; 
}

.spa-check-options-wrapper-responsive input[type="checkbox"].calendar-search-filter:checked::before {
    content: ''; 
    display: block;
    position: absolute;
    top: 2px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.spa-check-options-wrapper-responsive input[type="checkbox"].calendar-search-filter:checked {
    outline:0.5px solid #000;
    background-color: white;
    border-radius: 0px;
} 

#html-body  .marketing-accordion-tabs div[data-content-type='tabs'] .tabs-navigation  li.tab-header {
    text-transform: uppercase;
    color:#000000;
    border: none;
    background: white;
    display : inline-block;
}
#html-body  .marketing-accordion-tabs div[data-content-type='tabs'] .tabs-content {
    border:none;
margin-top: 10px;}
#html-body  .marketing-accordion-tabs div[data-content-type='tabs'] .tabs-content .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column{
 
    font-family: "Open Sans", sans-serif;
    width: 100%;
}
#html-body .html-bodymarketing-accordion-tabs div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a{
font-size: 1rem;
text-decoration: none;
}
#html-body  .marketing-accordion-tabs div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:link,
#html-body  .marketing-accordion-tabs div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover{
    padding: 0.3rem 2.5rem;
    padding-top: 0.8rem;
    font-weight: 500;
    text-decoration: none ;
    color:#000
}
#html-body  .marketing-accordion-tabs div[data-content-type='tabs'] .tabs-navigation  li.tab-header::after
{
    content: '';
    border-bottom: 3px solid #cccccc;
    width: 25%;
    display: block;
    margin: 0 auto;
}
#html-body  .marketing-accordion-tabs p{
    margin-bottom: 5px;
    text-transform: none;
}
#html-body  .marketing-accordion-tabs .pagebuilder-column-group{
margin-bottom: 1rem;
border-bottom: 1px solid #cccccc;
}
#html-body  .marketing-accordion-tabs div.trumporg-secondary-button{
    padding: 0.7rem 2.5rem;
    font-size: 1rem;
    border-radius: 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#html-body  .marketing-accordion-tabs div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active::after{
    content: '';
    border-bottom: 3px solid #88734F;
    width: 85%;
    display: block;
    margin: 0 auto;
    transition:  width 0.3s ease-in;
}
#html-body  .marketing-accordion-tabs div[data-content-type='tabs'] .tabs-content .marketing-accordion-tab-header .pagebuilder-column-group:first-child{
border: none;
display: flex;
justify-content: center;
gap:20px;
margin: 20px 0px;
}
#html-body  .marketing-accordion-tabs div[data-content-type='tabs'] .tabs-content .marketing-accordion-tab-header .pagebuilder-column-group:first-child .pagebuilder-column-line{
    justify-content: center;
}
#html-body  .marketing-accordion-tabs div[data-content-type='tabs'] .tabs-content .marketing-accordion-tab-header .pagebuilder-column-group:first-child .pagebuilder-column{
    width: max-content;
 }

#html-body .marketing-accordion-tabs .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column:last-child div[data-content-type="buttons"] div[data-content-type="button-item"]{
margin-bottom: 0;
 }
 #html-body .marketing-accordion-tabs .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column:last-child{
    line-height: 1.5;
 }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* .spa-landing-widget-container .bottom-left-text {
        display: none;
    } */
    .spa-landing-begin-text {
        font-size: 1.5rem;
    }
    .spa-bottom-right-text {
        font-size: 1.5rem;
    }
    .spa-bottom-right-under-text {
        font-size: 2.3rem;
    }
    .spa-landing-widget-container {
        gap: 1.25rem;
    }
    /* .only-protrait-mobile {
        display: none;
    } */
}
.hide {
    display: none;
}

.show {
    display: block;
}

.show-flex {
    display: flex;
}
@media only screen and (max-width: 767px) {
    .spa-landing-container {
        height: 15rem;
        border: none;
    }
    .spa-landing-container-inner,
    .spa-info-section-wrapper {
        display: none;
    }
    .spa-landing-responsive-container {
        display: flex;
    }
    /* #spa-check-options {
        display: none;
    } */
}

@media only screen and (max-width: 1336px) {
    /* .only-protrait-mobile {
        display: flex;
    } */
    .spa-guest-count{
        white-space: nowrap;
    }
    .spa-modal-container-responsive {
        display: block;
    }
    .spa-listing-widget-container{
        gap: 1.125rem;
    }
   .spa-date-form input{
width: 9.5rem;
   }

    .search-options-container.dropdown-modal {
        display: none;
        flex-direction: column;
        margin: 0 auto;
        width: 90%;
        position: fixed;
        top: 150px;
        left: 50%;
        transform: translateX(-50%);
        background: white;
        border: 1px solid #c2c2c2;
        border-radius: 5px;
        color: black;
        max-width: 450px;
        z-index: 3;
    }
    .search-option > div:first-child {
        padding-bottom: 5px;
    }
    .dropdown-modal .search-option {
        width: initial;
        margin: 15px 0px;
    }

    .search-option select,
    .search-option input {
        border: 1px solid #c2c2c2;
        height: 40px;
    }
    .search-container-header {
        width: 100%;
        display: flex;
        border-bottom: 1px solid #c2c2c2;
        margin-bottom: 10px;
        font-size: 1.5rem;
        text-transform: math-auto;
        font-family: garamond-premier-pro, serif;
    }
    .search-container-header .close-icon {
        padding-right: 5px;
    }
    .search-container-header .close-icon svg {
        scale: 0.7;
    }
    /* .only-protrait-mobile {
        display: flex;
    } */
  
    #spa-check-options {
        display: flex;
    }
}
@media only screen and (max-width: 320px) {
    .spa-modal-container-responsive .filter-container-footer-responsive button,
    .spa-check-options {
        font-size: 0.8rem;
    }
}
@media only screen and (max-width: 1366px) {
    #spa-calendar-search-widget-form-mobile .expand-cart-wrapper{
        background: #aa9471;
        color: white;

    }
    #spa-calendar-search-widget-form-mobile .expand-cart-wrapper{
        width: 22%;
        max-width: 100px;
        background: #aa9471;
        color: white;
        display: flex;
        flex-direction: column;
    }
    #spa-calendar-search-widget-form-mobile .expand-cart-wrapper .cart-expand-icon{
        align-self: center;
        margin: auto;
        margin-bottom: 8px;
    }
    #spa-calendar-search-widget-form-mobile .expand-cart-wrapper .suitcase-icon
    {
        fill: white;
        scale: 0.9;
        height: 30px;
        margin: 20px 10px 5px 10px;
    }
    #spa-calendar-search-widget-form-mobile .expand-cart-wrapper div{
        margin: auto;
        gap:10px;
    }
    .spa-new-search-link {
        width: 12%;
    }
    .spa-new-search-link a {
        height: 100%;
        display: flex;
        align-items: center;
        background: #aa9471;
        padding: 10px;
        color: white;
    }
    .spa-new-search-link a span {
        display: none;
    }
    .spa-new-search-link.search-option a {
        justify-content: center;
    }
    .teespatime-new-search-link.search-option a svg {
        scale: 1.2;
    }
    .spa-listing-widget-container{
        border-top: none;
    }
}
#spa-calendar-search-widget-form-mobile {
    background: rgb(229, 229, 229);
    background-image: url("../images/tee-time-listing-page-header/background.png");
    color: white;
    display: flex;
    text-transform: uppercase;
}
