.calendar-container{
    position: relative;
    height: 100%;
}
.calendar-container-inner{
    position: absolute;
    top: calc(50% - 194px);
    left: calc(100% - 292px);
    height: 100%;
    z-index: 1;
    width: 373px;
}

#datepicker .datepicker.datepicker-inline,
#datepicker .datepicker.datepicker-inline table{
    width: 100%;
}
/** date picker */
.datepicker table tr td.active, 
.datepicker table tr td.active.disabled, 
.datepicker table tr td.active.disabled:hover, 
.datepicker table tr td.active:hover{
    background-image: linear-gradient(to bottom, #EAA49B, #EAA49B);
    border-radius: 100%;
    height: 43px;
}
/** year and month picker */
.datepicker table tr td span.active.active, 
.datepicker table tr td span.active.disabled.active, 
.datepicker table tr td span.active.disabled:active, 
.datepicker table tr td span.active.disabled:hover.active, 
.datepicker table tr td span.active.disabled:hover:active, 
.datepicker table tr td span.active:active, 
.datepicker table tr td span.active:hover.active, 
.datepicker table tr td span.active:hover:active {
    background-color: #EAA49B;
    background-image: linear-gradient(to bottom, #EAA49B, #EAA49B);
}
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    border-radius: 100%
}
#bookNowBtn{
    background-color: #EAA49B;
    border: none;
    color: white;
    font-size: 1em;
    font-weight: normal;
    padding: 10px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-top: 20px;
    width: 100%;
    color: white;
    border-radius: 0;
}
#bookNowBtn:hover{
    background-color: #f9aea4;
}
#bookNowBtn:active{
    background-color: #fcb9b1;
}

.datepicker-days .day{
    padding: 5px;
}

@media(max-width: 1199px){
    .calendar-container-inner{
        top: 100px;
        left: 30px;
    }
}
@media(max-width: 992px){
    .calendar-container-inner{
        top: 100px;
        left: 30px;
    }
}
@media(max-width: 575px){
    .calendar-container-inner {
        top: 5px;
        left: 10px;
        width: 332px;
    }
}

.intro-right{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 800px;
}

.walkthrough-btn-container{
    height: 100%;
    width: 100%;
    position: relative;
}
.walkthrough-btn-left{
    position: absolute;
    bottom: 0;
    background-color: #7ABAC6;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: normal;
    border-radius: 20px 20px 0px 0px;
    padding: 10px;
}
.walkthrough-btn-left:hover{
    background-color: #fff;
    color: #7ABAC6;
    border: 1px solid #7ABAC6;
}
.btn.walkthrough-btn-left:active{
    background-color: #efefef;
    color: #7ABAC6;
    border: 1px solid #7ABAC6;
}
.walkthrough-btn-right{
    position: absolute;
    bottom: 0;
    right: -15px;
    border-radius: 100%;
    padding: 0px;
    margin: 15px 30px;
}
.walkthrough-btn-right img{
    height: 55px;
    width: auto;
}
.walkthrough-btn-right:hover{
    border-width: 0px;
    background-color: #7ABAC6;
}
.btn.walkthrough-btn-right:active{
    background-color: #81c7d3;
    border-width: 0px;
}

.intro-right-col{
    padding: 0px;
}

@media(max-width: 575px){
    .intro-right{
        height: 550px;
    }
}

.info-section-middle{
    padding: 30px 30px 0px 30px;
}

@media(max-width: 991px){
    .info-section-middle{
        padding: 20px 30px 20px 30px;
    }
}

.amenities-container{
    position: relative;
}
.scroll-arrows {
    position: absolute;
    top: 26px;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.scroll-arrows button {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #C6A11E;
}
.scroll-arrows button.scroll-left {
    /* padding-left: 15px; */
}
.scroll-arrows button.scroll-right {
    /* padding-right: 15px; */
}
.amenities-container .amenities-inner-container{
    margin-left: 30px;
    margin-right: 30px;
    white-space: nowrap;
    overflow-x: auto;
}
.amenities-container .amenities-inner-container::-webkit-scrollbar{
    height: 5px;
    width: 5px;
    background: white;
    border-radius: 10px;
}
.amenities-container .amenities-inner-container::-webkit-scrollbar-track {
  background: white; 
  border-radius: 10px;
}
.amenities-container .amenities-inner-container::-webkit-scrollbar-thumb {
  background: white; 
  border-radius: 10px;
  border: 3px solid #C6A11E;
}
.amenities-container .amenities-inner-container::-webkit-scrollbar-thumb:hover {
  background: white; 
  border-radius: 10px;
}
.amenities-container .amenities-inner-container::-webkit-scrollbar-thumb:horizontal{
    background: #C6A11E;
    border-radius: 10px;
}

.amenities-container .badge{
    background-color: white;
    color: #C6A11E;
    font-size: 0.6em;
    font-weight: semi-bold;
    border: solid #C6A11E 1px;
    border-radius: 20px;
    margin: 10px 10px 10px 0px;
    text-transform: uppercase;
    padding: 10px;
    letter-spacing: 3px;
}

.property-name{
    letter-spacing: 1px;
}
.property-info-line{
    color: #979797;
    font-size: 1.1em;
    margin-bottom: 4px;
}
.property-info-icon{
    width: 24px;
    height: auto;
    margin-right: 12px;
}
.propery-info-count{
    color: #EAA49B;
}
.property-description{
    color: white;
    font-size: 0.9em;
    overflow-y: auto;
    height: 570px;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media(max-width: 1200px){
    .property-description{
        height: 370px;
    }
}
@media(max-width: 991px){
    .property-description{
        height: 140px;
    }
}

/* Custom scrollbar styles */
.property-description::-webkit-scrollbar {
    width: 10px;
}
.property-description::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.property-description::-webkit-scrollbar-thumb {
    background: #CFCFCF; 
    border-radius: 10px;
}
.property-description::-webkit-scrollbar-thumb:hover {
    background: #979797;
}

.questions-section{
    background: 
        url('../../images/faq/bg-geometric.png') 
        no-repeat
        #0096b2;
    background-size: cover;
}

.room-container{
    position: relative;
    height: 570px;
    width: 100%;
    background-color: #7ABAC6;
}
.room-container .room-image{
    position: absolute;
    right: -120px;
    width: 730px;
    top: 65px;
}
.question-text-container-parent{
    position: absolute;
    background-color: white;
    padding: 40px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    width: 800px;
    left: 6px;
    top: 140px;
}
.question-text-container > div{
    padding-right: 40px;
}
.room-arrow-image{
    width: 170px;
    height: auto;
}

/** fix for vertical swiper slide height */
/* https://stackoverflow.com/a/76852559 */
.swiper-slide {
    height: auto !important;
}

.swiper-pagination-bullet{
    background-color: #CFCFCF;
}
.swiper-pagination-bullet-active{
    background-color: #979797;
}

.swiper-slide-counter-container{
    position: absolute;
    top: 20px;
    right: 30px;
}
.swiper-slide-counter-container h1{
    color: #ffffff30;
    font-size: 5em;
}

.amenities-section{
    background: url('../../images/faq/bg-geometric.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}
.amenities-section-title{
    color: #C6A11E;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1em;
    text-align: center;
    padding-top: 104px;
}
.amenities-section-title:after{
    content: "";
    display: block;
    width: 160px;
    height: 2px;
    background-color: #C6A11E;
    margin-top: 10px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
}
.amenities-swiper-container{
    margin-top: 50px;
    position: relative;
}
.amenity-slide-container .image-container img{
    height: 400px;
    width: 212px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    object-fit: cover;
}

.amenity-slide-container .text-container{
    padding: 20px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.amenity-slide-container .text-container h2{
    font-size: 0.9em;
    color: #808080;
    letter-spacing: 2px;
    line-height: 26px;
    margin-bottom: 14px;
    text-transform: uppercase;
    font-weight: normal;
}
.amenity-slide-container .text-container p{
    color: #979797;
    line-height: 18px;
    white-space: pre-line;
}
.amenities-swiper-next, .amenities-swiper-prev{
    background-color: #ffffff42;
    border: none;
    /* color: #979797; */
    color: #808080;
    width: 70px;
    height: 70px;
    border-radius: 0px;
    font-size: 1.2em;
}
.amenities-swiper-next:hover, 
.amenities-swiper-prev:hover{
    /* background-color: #f1f1f1; */
    background-color: #ffffff82;
    color: #979797;
}
.btn.amenities-swiper-next:active, 
.btn.amenities-swiper-prev:active{
    /* background-color: #e7e7e7; */
    background-color: #ffffff92;
    color: #979797;
}
.amenities-swiper-prev{
    position: absolute;
    z-index: 1;
    left: -20px;
    top: 160px;
}
.amenities-swiper-next{
    position: absolute;
    z-index: 1;
    right: -20px;
    top: 160px;
}

@media(max-width: 768px){
    .amenities-swiper-prev{
        left: 0px;
        bottom: -45px;
        top: initial;
    }
    .amenities-swiper-next{
        right: 0px;
        bottom: -45px;
        top: initial;
    }
}