/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 28 2026 | 01:05:57 */
body p {
    line-height: 1.4;
}
input.form-control.input {
    cursor: pointer;
}
.btx-footer-widgets .widget_nav_menu {
    text-transform: uppercase;
    line-height: 1.4;
    text-align: left;
}
@media (min-width:960px) {
.ti-widget-container {
    float: right;
}
}

.wpmslider-viewport {
    border: none !important;
    color: white;
    text-align: left;
    font-family: 'Baskervville';
	font-size: 20px;
}
h2.wp-block-heading.wpmtst-testimonial-field.testimonial-name:before {
    content: '-';
    display: block;
    text-indent: -15px;
    position: absolute;
}
h2.wp-block-heading.wpmtst-testimonial-field.testimonial-name {
    position: absolute;
    bottom: 0px;
    font-size: 13px;
    margin-left: 15px;
}
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before, .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
    background: white;
    width: 20px;
    height: 20px;
    top: -9px;
}
.strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls {
    bottom: -20px;
    width: fit-content;
    padding-bottom: 15px;
    left: 40px;
}
.strong-view.strong-view-id-4.default-theme.wpmtst-default-theme.slider-container.slider-mode-fade.slider-adaptive.controls-style-buttons.nav-position-inside {
    background: rgba(0, 0, 0, 0.2);
	padding-bottom: 20px;
}
.external-booking-notice {
    font-size: 13px;
    line-height: 1.2em;
    border-bottom: 0.5px solid;
    padding: 10px 0 20px;
    /* margin: 0px 20px; */
    max-width: 286px;
    margin: 0 auto;
}

input.wpcf7-form-control {
    margin-bottom: 10px;
}
input.wpcf7-form-control.wpcf7-submit {
    border-radius: 0px;
    font-weight: normal;
}
@media (max-width: 767px) {
    .home main#main {
        padding-top: 300px!important;
    }
}
.btx-dark-scheme .slick-dots li button:before, .btx-slider-dark-scheme .slick-dots li button:before {
    color: #FFFFFF;
}
#hero-slider .btx-slider-title:before, #hero-slider .btx-slider-title:after {
    display: inline-block;
    font-size: 35px;
    font-style: normal;
    font-family: 'Georgia', serif;
	position:relative;
}
#hero-slider .btx-slider-title:before {
	content: '\201C';
	top: 3px;
}
#hero-slider .btx-slider-title:after {
   content: '\201D';
	top: 7px;
	
}
/***** HERO SLIDER *******/

#hero-slider .btx-slider-title {
    font-size: 36px;
    padding-left: 10%;
    padding-right: 10%;
}
#hero-slider .slick-dots {
    position: relative;
    bottom: 90px;
}
#hero-slider .btx-slider-subtitle.btx-primary-font {
    margin-top: 17vh;
    margin-bottom: 30px;
}

.slick-dots li.slick-active button:before {
	color: white;
	opacity:1;
	content: '\2022';
	font-size:40px;
}


.slick-dots li button:before {
    color: white;
	 opacity: 1;
	content: '\25CB';
	font-size:25px;
}

.booking-form {
    max-width:800px;
    width:100%;
    margin:auto;
    background:#fff;
}
#rms-availability-form {
    max-width: 340px;
}

.form-inner{
    display:flex;
    align-items:center;
}

.field{
    flex:1;
    position:relative;
    border-right:1px solid #d2d2d2;
}

/* Inputs */

.field input,
.field select{
    width:100%;
    height:45px;
    border:none;
    background:transparent;
    padding:0 40px 0 14px;
    font-size:14px;
    color:#000;
    outline:none;
    appearance:none;
}
.field select{
	position:relative;
	z-index:2;
	padding:0 30px 0 14px;
}

/* Hide default calendar icon */

input[type="date"]::-webkit-calendar-picker-indicator{
    opacity:0;
    display:none;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button{
    display:none;
}

/* Placeholder style */

.date-input:before{
    content:attr(placeholder);
    color:#000;
}

.date-input:focus:before,
.date-input:valid:before{
    display:none;
}

/* SVG Icons */

.calendar-btn,
.dropdown-icon{
    position:absolute;
    right:22px;
    top:50%;
    transform:translateY(-50%);
    width:22px;
    height:22px;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
}

.calendar-btn svg,
.dropdown-icon svg{
    width:100%;
    height:100%;
}

/* Search Button */

.search-btn{
    background:#000;
    color:#fff;
    border:none;
    min-width:max-content;
    height:40px;
    margin:16px;
   font-size: 13px;
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 100;	
}

.search-btn:hover, .search-btn:focus{
    opacity:0.7;
	color:#fff;
}

/***card style**/
.product-list .row .col{
	width:calc(33% - 20px);
}
.property-card{
    width:100%;
    background:#fff;
    overflow:hidden;
	transition:all .3s ease;
	/*border-radius:6px;*/
}
/*
.property-card:hover{
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}*/

.card-image-area{
    position:relative;
    height:265px;
    overflow:hidden;
}
.card-image-area::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:25%;
    background:linear-gradient(
        to top,
        rgba(0,0,0,0.45),
        rgba(0,0,0,0)
    );
    z-index:1;
}

.property-card .slider{
    display:flex;
    height:100%;
    transition:transform .7s ease;
}

.property-card .slide{
    min-width:100%;
    height:100%;
}

.property-card .slide img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.property-card .price-tag{
    position:absolute;
    left:22px;
    bottom:15px;
    color:#fff;
    font-size:14px;
    font-weight:400;
    letter-spacing:.2px;
    z-index:5;
    text-shadow:0 2px 10px rgba(0,0,0,.35);
}

.property-card .card-content{
    background:#f7f4f0;
	
    padding:15px 22px 22px;
    position:relative;
	text-align:left;
}
.property-card .card-content p{
	margin-bottom:0px;
	display: -webkit-box;
    -webkit-line-clamp: 2; /* show only 2 lines */
    -webkit-box-orient: vertical;    
    overflow: hidden;
    text-overflow: ellipsis;
	min-height:40px;
}

.property-card .property-meta{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:22px;
}

.property-card .meta-item{
    display:flex;
    align-items:center;
    gap:5px;
    color:#111;
    font-size:13px;
}

.property-card .meta-item svg{
    width:20px;
    height:20px;
    stroke:#111;
}
.meta-item img, .meta img {
	max-width: 22px;
    max-height: 20px;
    display: grid;
    align-self: end;
}

.property-card .property-title{
    font-size:18px;
    line-height:1;
    font-weight:700;
    margin-bottom:12px;
    color:#111;
	margin-top:0px;
}

.property-card .property-desc{
    font-size:14px;
    line-height:1.4;
    color:#111;
    max-width:90%;
}

.property-card .slider-nav{
    position:absolute;
       top: 10px;
    right: 20px;
    display:flex;
    align-items:center;
    gap:18px;
}

.property-card .nav-btn{
    background:none;
    border:none;
    cursor:pointer;
    padding:0;
    display:flex;
    align-items:center;
    justify-content:center;
}

.property-card .nav-btn svg{
    width:23px;
    height:23px;
    stroke:#111;
    stroke-width:1.8;
    transition:.3s;
}

.property-card .nav-btn:hover svg{
    transform:scale(1.15);
}
.product-list p:empty{
	display:none;
}
.product-list .row{
	display:flex;
	flex-wrap:wrap;
	gap:35px;
	justify-content:start;
}
.list-middle-content{
	margin-top:50px;
	margin-bottom:50px;
}
.rms-properties-page {
    margin: 100px auto 50px;
    max-width: 1200px;
	padding:0px 15px;
}
.listing-page-header {
    text-align: center;
    max-width: 1000px;
    margin: 0px auto 60px;
    line-height: 1.4;
}

.rms-form-group:has(select[name="bathrooms"]) {
    display: none;
}

.rms-search-form-wrap form .rms-form-grid {
	display: inline-flex;
    flex-direction: row;
    align-items: end;
    gap: 8px;
    flex-wrap: wrap;
    width: calc(100% + 30px);
	    padding-bottom: 15px;
}

.rms-search-form-wrap form .rms-form-grid .rms-form-group {
    flex: 1 160px;
}
.rms-search-form-wrap form .rms-form-grid label {
    font-size: 13px;
    text-align: center;
	text-transform: capitalize;
    letter-spacing: normal;
}
.rms-search-form-wrap form .rms-form-grid .rms-form-group input, .rms-search-form-wrap form .rms-form-grid .rms-form-group select{
    background-color:#fff !important;
}

.rms-search-form-wrap input::placeholder, 
.rms-search-form-wrap input, 
.rms-search-form-wrap select, 
.rms-search-form-wrap select::placeholder {
    text-align: center;
}
button#clear-filters {
    border: none;
    background: none;
    padding: 5px 5px;
    clear: both;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: column;
    font-weight: 400;
    text-align: left;
    min-width: 150px;
    /* border-bottom: 1px solid; */
    border-radius: 0px;
    text-decoration: underline;
	margin-bottom:10px;
}
button#clear-filters:hover {
text-decoration: none;
}

/**Single product page**/
.hero-sec {
	display: flex;
	height: calc(100vw / 2.5);
	max-height:640px;
	text-align:left;
	/*margin-top:60px;*/
	max-width: 1600px;
    margin: 60px auto 0;
	    min-height: 540px;
}

/* LEFT */
.hero-left {
  position: relative;
  width: 100%;
}

.hero-sec .slider {
  height: 100%;
  position: relative;
}

.hero-sec .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.hero-sec .slide.active {
  display: block;
}

/* ARROWS */
.hero-sec .arrow {
  position: absolute;
  bottom: 0px;
/*   transform: translateY(-50%); */
  font-size: 40px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
}

.hero-sec .arrow.left { left: 20px; }
.hero-sec .arrow.right { right: 20px; }

/* DOTS */
.hero-sec .dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-sec .dot {
  width: 8px;
  height: 8px;
  background: rgba(255,255,255,0.5);
  display: inline-block;
  border-radius: 50%;
  margin: 0 4px;
}

.hero-sec .dot.active {
  background: #fff;
}

/* RIGHT PANEL */
.hero-sec .hero-right {
  background: #f7f4f0;
  padding: 60px 50px;
	max-width: 420px;
}

.hero-sec .hero-right h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

.hero-sec .meta {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  align-items: center;
}
.hero-sec .meta i {
    font-size: 18px;
}
.hero-sec .meta img {
  width: 31px;
  height: auto;
}

.hero-sec .meta span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-sec .desc {
  font-size: 18px;
    line-height: 1.25;
    margin-bottom: 35px;
    font-family: 'Baskervville', sans-serif;
    font-weight: normal;
}

.hero-sec .price span {
  font-size: 12px;
  letter-spacing: 1px;
}
.hero-right span {
    display: block;
}
.hero-sec .price h3 {
  margin: 5px 0;
	display:inline;
}
.hero-sec span#price-minimum {
    display: inline;
}


.hero-sec .price p {
  font-size: 13px;
  color: #6f6a64;
}

.hero-sec .link {
  display: inline-block;
  margin-top: 20px;
  border-bottom: 1px solid #000;
  text-decoration: none;
  color: #000;
}

/* Tabs section */
.details-section-wrapper{
	padding: 60px 60px;
  background: #ffffff;
}
.details-section {
  display: flex;  
  gap: 60px;
	max-width:1200px;
	margin:auto;
}

/* LEFT */

.details-section .details-left {
  width: 70%;
}

.details-section .cal-right {
	width: 35%;
	min-width: 315px;
}

.details-section .details-left .intro {
  max-width: 750px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 50px;
}

/* TABS */
.details-section .tab-buttons {
  display: flex;
  gap: 40px;
  border-bottom: 1px solid #d8d3ce;
  margin-bottom: 30px;
}

/* TAB BUTTON */
.details-section .tab {
  background: none;
  border: none;
  padding: 12px 0;
  font-size: 13px;
  letter-spacing: 2px;
  color: #8a857f;
  cursor: pointer;
  position: relative;
}

/* ACTIVE TAB */
.details-section .tab.active {
  color: #111;
}

/* UNDERLINE */
.details-section .tab::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 0%;
  background: #111;
  transition: width 0.3s ease;
}

.details-section .tab.active::after {
  width: 100%;
}
.details-section .tab-content {
  transition: 
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* LIST GRID */
.details-section .list-grid {
  display: flex;
  gap: 60px;
}

.details-section .list-grid ul {
  list-style: disc;
  padding-left: 20px;
  color: #444;
  line-height: 1.7;
  width: 50%;
}

.details-section .list-grid ul li {
/*   margin-bottom: 20px; */
	margin-bottom: 0px; 
  	padding-left: 20px;
}

/* TITLE */
.details-section .availability-title {
  font-size: 12px;
  letter-spacing: 2px;
  color: #6f6a64;
}

.details-section .divider {
  height: 1px;
  background: #807c78;
  margin: 15px 0 0px;
}

.rms-reservation-content.row input,
.rms-reservation-content.row select {
	padding: 14px;
	border: 1px solid #d8d3ce;
	background: transparent;
	border-radius:4px;
}
.rms-reservation-content.row input:focus,
.rms-reservation-content.row select:focus {
	box-shadow:none;
	border-color: #8a6161;
}
.rms-reservation-content .wpcf7-validation-errors {
    display: flex !important;
    justify-content: center !important;
    border-color: red !important;
    padding: 8px 0 !important;
}
.rms-reservation-content.row input::placeholder,
.rms-reservation-content.row select::placeholder {
	color:#757575;
}
.rms-reservation-content.row .tx-bg {
	background-color: #f6f3ef !important;
}
.rms-reservation-content.row .rms-reservation-right-sidebar .d-flex p.text-dark {
	font-weight:500 !important;
}
ul.list-unstyled {
    margin-left: 0px;
}
.rms-reservation-right-sidebar a {
    color: inherit;
}


/* HEADER */
.details-section .calendar-header {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  margin-bottom: 15px;
}

.booking-preview-submit-btn {
	margin-top: 20px;
    padding: 13px 15px;
    background: #000;
    letter-spacing: 0;
    font-weight: 500;
    border: 0 none;
    border-radius: 3px;
    color: #ffffff;
    min-width: 100px;
    position: relative;
}

/* WEEK */
.details-section .weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}

/* GRID */
.details-section .calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.details-section .calendar-grid span {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  font-size: 14px;
}

/* MUTED */
.details-section .calendar-grid .muted {
  background: #e9e4de;
}

/* DIAGONAL */
.details-section .calendar-grid .diagonal {
  position: relative;
}

.details-section .calendar-grid .diagonal::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    transparent 48%,
    #dcd6cf 50%,
    #dcd6cf 52%,
    transparent 54%
  );
}

/* FORM */
.details-section .booking-form {
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* INPUT GROUP */
.details-section .input-group, .cal-select {
  position: relative;
	max-width: 286px;
    margin: 0 auto;
    width: 100%;
}

.details-section .input-group input {
  width: 100%;
  padding: 14px;
  border: 1px solid #d8d3ce;
  background: transparent;
	border-radius: 0px;
	
}


.details-section .input-group .icon {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

/* BUTTON */
.details-section .masonry {
  column-count: 4;
  column-gap: 16px;
  margin-top: 60px;
}

.details-section .masonry img {
  width: 100%;
  margin-bottom: 16px;
  display: block;
  break-inside: avoid;
  border-radius: 4px;
  transition: transform 0.4s ease;
}

.details-section .cal-select{
  margin-top: 10px;
  padding: 18px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 40px;
  font-size: 16px;
  cursor: pointer;
	text-align:center;
  position: relative;    
    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        color 0.35s ease;
	overflow:hidden;
	
}
.details-section .cal-select{
    border-radius: 0px;
    padding: 7px 15px;
    border: 1px solid;
    background: transparent;
    color: #222222;
}
.details-section .cal-select:hover {
    /*transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    background-color: #1a1a1a;*/
	box-shadow:none;
	background-color:#222222;
	border-color:#222;
	transform:none;
	color: white;
}

#pay-now-btn{
	background: #000;
    letter-spacing: 0;
    font-weight: 500;
    margin: 25px 0px 26px;
    padding: 13px 15px;
    cursor: pointer;
    border: 0 none;
    border-radius: 3px;
    color: #ffffff;
    min-width: 100px;
    position: relative;
    font-size: 16px;
}

/* subtle lift */
/*.details-section .cal-select:hover{
    transform: translateY(-1px);
    border-color: rgba(255,255,255,0.3);
    box-shadow:
        0 10px 30px rgba(0,0,0,0.18),
        inset 0 1px 0 rgba(255,255,255,0.06);
        background-color: #1a1a1a;
}*/

/*.details-section .cal-select::after{
    content:"";
    position:absolute;
    left:-120%;
    bottom:0;
    width:120%;
    height:1px;
    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.95),
        transparent
    );
	    transition:left .75s cubic-bezier(.19,1,.22,1);
}*/
.details-section .cal-select::after{
	content: "\2197";
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 25px;
    height: 25px;
    background: white;
    transition: left .75s cubic-bezier(.19, 1, .22, 1);
    border: 1px solid;
    color: black;
    font-weight: bold;
    margin-left: 10px;
    padding: 2px 4px;
    font-size: 14px;
	display:none;
}

.details-section .cal-select:hover::after{
    /*left:100%;*/
	border-color: white;
    background: transparent;
    color: white;
	display:block;
}

/* premium shine */
.details-section .cal-select::before{
    content:"";
    position:absolute;
    top:-40%;
    left:-120%;

    width:60%;
    height:180%;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.18),
        transparent
    );

    transform:rotate(18deg);
    transition:left .9s cubic-bezier(.19,1,.22,1);

    pointer-events:none;
}

.details-section .cal-select:hover::before{
    left:160%;
}

.masonry img:hover {
  transform: scale(1.05);
}
.other-options-wrapper{
	background: #f6f3ef;
  padding: 80px 60px;
  text-align: center;
}
.other-options {
  max-width:1200px;
	margin:auto;
}

/* TITLE */
.other-options h2 {
  font-size: 26px;
  margin-bottom: 50px;
  letter-spacing: 1px;
}

/* GRID */
.other-options .options-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* CARD */
.other-options .card {
  background: #fff;
}

/* IMAGE */

.other-options .card {
  transition: transform 0.4s ease;
	max-width: 380px;
    margin: 0 auto;
}

.other-options .card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.other-options .card:hover {
  transform: scale(1.05);
}

/* CONTENT */
.other-options .card-content {
  padding: 20px;
}

.other-options .card-content h3 {
  font-size: 16px;
  margin-bottom: 5px;
    margin-top: 5px;
}

.other-options .card-content p {
  font-size: 14px;
  color: #6f6a64;
  line-height: 1.5;
      margin-top: 0;
    margin-bottom: 0px;
}

/* DIVIDER BELOW */
.other-options .section-divider {
  margin: 60px auto 0;
  width: 300px;
  height: 1px;
  background: #aaa;
}
.wf-rms-pagination {
    display: flex;
    gap: 5px;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin: 30px auto;
}
.page-numbers {
    width: 30px;
    height: 30px;
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	transition:all .3s ease;
}
.page-numbers.current, a.page-numbers:hover{
	background:#333;
	color:#fff;
}
.details-section .tab-content{
	display:none;
}.details-section .tab-content.active{
	display:block;
}
button.tab[data-tab=amenities], button.tab[data-tab=floorplan] {
    display: none;
}
#features .list-grid {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

#features .list-grid ul {
    display: contents;
    /*grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    width: 100%;
    gap: 12px 20px;
    margin: 0;
    padding: 0;*/
	list-style-position: inside;
}

#features .list-grid ul {
    list-style: none;
    padding-left: 0;
}

#features .list-grid li {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding: 3px 15px;
    border-radius: 0px;
    background-color: #f7f4f0;
    font-size: 96%;
    color: #1a1a1a;
}

/*
#features .list-grid li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
}/*
/* --- Flatpickr Calendar Theme Override --- */

/* 1. Main Calendar Container & Header */
.flatpickr-calendar {
    background: #ffffff;
    border: 1px solid #e5dfd5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    font-family: inherit; /* Inherits your clean site typography */
}

.flatpickr-current-month {
    color: #000000 !important;
    font-weight: 600;
}

.flatpickr-weekday {
    color: #7a756e !important; /* Muted stone color for day initials */
    font-weight: 500;
}

.flatpickr-day {
    background: #f7f4f0 !important;
    border-color: transparent !important;
    color: #1a1a1a !important;
    border-radius: 4px; /* Slightly softer than sharp corners */
    transition: all 0.2s ease;
}

.flatpickr-day:hover {
    background: #e5dfd5 !important;
    color: #000000 !important;
}


.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    background: #f9f8f6 !important; 
    color: #bfb9b2 !important; 
    cursor: not-allowed;
    text-decoration: line-through; 
    opacity: 0.6;
}


.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.inRange,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover {
    background: #000000 !important; 
    color: #ffffff !important;
    font-weight: 600;
}

.flatpickr-day.startRange {
    box-shadow: 5px 0 0 #000 !important; 
}

.flatpickr-day.endRange {
    box-shadow: -5px 0 0 #000 !important;
}
.flatpickr-day.inRange {
    box-shadow: -5px 0 0 #000, 5px 0 0 #000 !important;
}

.flatpickr-day.startRange.endRange {
    box-shadow: none !important;
}
.property-card .slide{
	overflow:hidden;
}
.property-card .slide img{
	transition:all .3s cubic-bezier(.4, 0, .2, 1);
}
.property-card:hover .slide img {
    transform: scale(1.04);
}
.flatpickr-current-month .flatpickr-monthDropdown-months{
	width:max-content;
	font-size:16px;
	display:inline;
}
.flatpickr-current-month .numInputWrapper{
	font-size:16px;
}
.flatpickr-months {
    margin-left: 22px;
    margin-right: 22px;
}
.flatpickr-month {
		height:40px;

}
.flatpickr-current-month {
    color: #000000 !important;
    font-weight: 600;
    width: 100%;
	left: 0;
	height:40px;
	padding-top:0px;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
    width: max-content;
    font-size: 16px;
    display: inline;
    width: calc(70% - 5px);
    margin-right: 5px;
    background-color: #f7f4f0;
    padding: 3px 5px;
    font-size: 15px;
   height: 100%;
}
.flatpickr-current-month .numInputWrapper {
    width: calc(30% - 10px);
    background-color: #f7f4f0;
    margin-right: 2px;
    border: 1.5px solid #f7f4f0;
    font-size: 15px;
    height: 100%;
}
input.numInput.cur-year {
    padding: 3px 10px;
	height: 100%;
}

.flatpickr-day{
	border-color: #ffffff !important;
}
.dayContainer{
	padding:8px;
}
/* .flatpickr-calendar{
	padding:5px;
} */
.details-section-wrapper .flatpickr-calendar.inline{
	width:100%;
	padding: 0;
    border: none;
    box-shadow: none;
}
.details-section-wrapper .flatpickr-rContainer{
	margin:auto;
}
button.rms-search-btn {
    background: #000;
    color: #fff;
}
p.calendar-error:empty{
	display:none;
}
.calendar-error {
    color: #721c24;
    background-color: #f8d7da;
    border:1px solid #f5c6cb;
    padding:2px 15px;
    border-radius:30px;
    width:max-content;
    margin:auto;
    font-size:12px;
}
.average-rate{
	color: #ffffff;
    background-color: #000000;
    padding: 2px 15px;
    border-radius: 30px;
    width: max-content;
    margin: auto;
    font-size: 12px;
}
.cal-clear-btn{
   color: #1b1e21;
    background-color: #d6d8d9;
    border:1px solid #c6c8ca;
    padding:8px 20px;
    border-radius:30px;
    width:max-content;
    margin:auto;
    font-size:12px
}
.cf7mls_next.action-button{
	background:#000;
	letter-spacing: 0;
    font-weight: 500;
}
form.cf7mls input.wpcf7-form-control.wpcf7-submit,
.modal-content .btn-primary{
	background:#000;
}
.modal-content .btn-primary,
.modal-content .btn-primary:hover, .modal-content .btn-primary:focus{
	border-color:#000;
}
form.cf7mls input.wpcf7-form-control.wpcf7-submit:hover,
form.cf7mls input.wpcf7-form-control.wpcf7-submit:focus,
.modal-content .btn-primary:hover,
.modal-content .btn-primary:focus{
	background:#000;
	opacity:.8
}
span#timer {
    color: #ffe083;
}
.wpcf7-form h2{
	background: #f7f4f0;
    padding: 12px 15px;
    border-radius: 4px;
    border-left: 3px solid;
}
div#timer-wrapper {
    padding: 10px 30px 14px !important;
    margin: auto;
    background: linear-gradient(45deg, black, #c9630c52);
}
.modal .modal-header {
    background: #f7f4f0;
    color: #000;
    border-color: #e5dfd6;
	padding: 10px 15px;
}
.rms-policies-wrapper {
    max-width: calc( 1200px + 10% );
    margin: auto;
    padding: 100px 5% 40px 5%;
}
@media (max-width:767px) {
	.rms-policies-wrapper {
    	padding: 40px 20px 40px;
	}
}

.booking-confirmation {
    max-width: 800px;
    margin: auto;
    padding: 100px 10px 40px;
}
.confirmation-header h2 {
    margin: 0px;
    padding: 10px 30px;
    background: #000;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.confirmation-body {
    padding: 20px;
    border: 1px solid #d9d9d9;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.confirmation-body table {
    width: 100%;
	margin:0px;
}

.confirmation-body p{
	margin-bottom:1em;
}
.confirmation-body table tr td + td{
	text-align:right;
}
.payment-block {
    background: #fff;
    border-radius: 6px;
}
/* .details-section-wrapper .flatpickr-current-month{
	left:4%;
} */

.contact-form-nw {
	margin-top:20px;
	border-radius: 10px;
	background: #ffffff8f;
	padding: 30px 30px 24px 30px;
}
.contact-form-nw form label input,
.contact-form-nw form label textarea {
	margin-top:5px;
}
.contact-form-nw .wpcf7-submit {
	position:relative;
	margin-top:13px;
}
.contact-form-nw .wpcf7-spinner {
	position:absolute;
	bottom:8px
}



/* Responsive */

@media screen and (max-width:1024px) {
	.details-section .cal-right {
		width:35%
	}
	.details-section .masonry {	
    	column-count: 3;
	}
	.details-section-wrapper {
    	padding: 40px 60px;
	}
	.other-options h2 {
		margin-top:0;
	}
}

@media screen and (max-width:992px){
	.product-list .row .col{
		width:calc(50% - 20px);
	}
	.card-image-area{
        height:360px;
    }
	.reservation-form-wrapper {
		margin-top:15px;
	}
}
@media(max-width:768px){

    .form-inner{
        flex-direction:column;
    }

    .field{
        width:100%;
        border-right:none;
        border-bottom:1px solid #d2d2d2;
    }

    .field input,
    .field select{
        min-height:52px;
        font-size:18px;
    }

    .search-btn{
        width:calc(100% - 32px);
        margin:16px;
        min-width:unset;
        height:40px;
        font-size:14px;
    }
	.property-card{
        width:100%;
    }

    

    .property-card .property-desc{
        font-size:14px;
        max-width:100%;
    }

    .property-card .property-meta{
        gap:15px;
        flex-wrap:wrap;
    }
	.details-section {
    padding: 40px 30px;
		text-align:left;
  }
  .details-section .list-grid {
    flex-direction: column;
    gap: 0px;
  }
  .details-section .list-grid ul {
    width: 100%;
    margin: 0;
  }
  .details-section .list-grid ul li {
    padding-left: 10px;
    margin-bottom: 5px;
  }
  .hero-sec {
    height: unset;
    margin-bottom: 0;
	  max-height:unset;
	  
  }
  .hero-sec .meta {
    margin-bottom: 30px;
  }
  .hero-sec .desc {
    margin-bottom: 30px;
  }
  .hero-sec .cal-right {
    width: 60%;
  }
	/*.details-section .input-group {
		margin-left: 10px;
    	margin-right: 10px;
	}*/
  .details-section .input-group input {
/*     width: 90%; */
	  width:100%;
  }
	.details-section-wrapper, .other-options-wrapper{
		padding:0px;
	}
	.details-section .cal-select{
		padding:12px;
	}
	.rms-reservation-content.row {
		padding: 0 20px;
    	flex-direction: column-reverse;
	}
	.rms-reservation-right-sidebar,
	.rms-reservation-left-sidebar {
		width:100% !important;
	}
	.rms-reservation-right-sidebar img.img-fluid {
		height: 350px;
		object-fit: cover;
		object-position: center;
	}
	.rms-reservation-left-sidebar .cf7mls-btns {
		justify-content:center;
		display:flex;
	}
	/*.details-section a.cal-select {
		margin-left: 10px;
    	margin-right: 10px;
	}*/
	.other-options .card img {
		height:200px;
		object-fit:cover;
	}
	.other-options .options-grid {
		gap:20px;
		padding:0 20px;
	}
	.other-options h2 {
		margin-bottom:23px;
	}
}
@media screen and (max-width:550px) {
	.product-list .row .col {
        width: calc(100% - 0px);
    }
	.rms-search-form-wrap form .rms-form-grid{
		column-gap:5px;
	}
	.rms-search-form-wrap form .rms-form-grid .rms-form-group{
		max-width:48%;
	}
	.rms-search-form-wrap form .rms-form-grid .rms-form-group:has(.flatpickr-input){
		flex: 1 auto;
		max-width:98%;
	}
	.rms-search-form-wrap input.flatpickr-input.flatpickr-mobile {
		padding: 0;
/* 		padding-top: 5px; */
		line-height: 34px;
		max-height: 34px;
		min-height:34px;
		padding-left:10px;
		max-width:100%;
		width:calc(100% - 0px);
	}
/* 	.rms-search-form-wrap input.flatpickr-input.flatpickr-mobile::placeholder{
		margin-left:10px;
	} */
	input.date-input.flatpickr-input.flatpickr-mobile, input.date-input.flatpickr-input.flatpickr-mobile::placeholder {
		color: #000;
		text-align:left;
	}
	input.date-input.flatpickr-input.flatpickr-mobile {
		    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    text-align: left;
	}
	input::-webkit-date-and-time-value{
		text-align:left;
	}
	.confirmation-header h2{
		font-size:20px;
	}
	/* Footer */

	footer .btx-footer-column:first-child {
		padding-bottom: 0;
	}
	footer .btx-footer-column:nth-child(2) {
		padding:0;
	}
	footer .btx-footer-column:last-child {
		padding-top:0;
	}
/* 	footer .btx-widgets-list a.ti-header {
		margin-bottom:0;
	} */
	.hero-sec .arrow {
		bottom: 90px;
	}
	.hero-sec .dots {
		width: 90%;
    	display: flex;
    	justify-content: center;
		flex-wrap: wrap;
        align-items: center;
	}
/* 	.btx-layout-responsive .btx-footer-widgets-content {
		padding-bottom:30px;
		padding-top:50px;
	} */
}
@media screen and (max-width:767px) {
  .hero-sec {
    flex-direction: column;
  }
  .details-section {
    flex-direction: column;
    gap: 15px;
	padding:20px 30px;
  }
	.details-section .masonry {
		margin-top:20px;
	}
	.other-options .card-content h3 {
		margin-top:5px;
	}
	.details-section .masonry {
		column-count: 2;
	}
  .details-section .details-left .intro {
    width: 100%;
    max-width: unset;
    margin-bottom: 30px;
  }
  .details-section .details-left {
    width: 100%;
  }
  .details-section .cal-right {
    width: 100%;
  }
  .other-options .options-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .other-options {
    padding: 40px 30px;
  }
  .hero-sec .hero-right {
    padding: 10px 30px 25px 30px;
  }
  .hero-sec .slider {
    height: 50vh;
  }
	.hero-sec {
		margin-top: 20px;
	}
  .hero-sec .meta {
    margin-bottom: 30px;
  }
  .hero-sec .desc {
    margin-bottom: 30px;
  }
  .other-options h2 {
    margin-top: 0;
    margin-bottom: 30px;
  }
}


.btx-item:has(.room-search-wrapper) {
    transition: all 0.3s ease;
}

.btx-item:has(.room-search-wrapper.is-sticky) {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
    padding: 0px 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .4);
}
.room-search-spacer {
    height: 65px; /* adjust to match your search bar */
}

.unavailable-properties-section h2.heading {
    text-align: center;
    padding-top: 60px;
    border-top: 1px solid #dfdfdf;
    padding-bottom: 20px;
}
.input-group.sleeps i.fa-user:before {
        content: '';
    background-image: url(/wp-content/uploads/guest.svg);
    width: 17px;
    height: 20px;
    display: inline-block;
    margin-top: -3px;
    top: -3px;
    background-size: contain;
    background-repeat: no-repeat;
}
.room-search-wrapper .field input::placeholder {
    color: #000;
}

/*
div#price-tag-avail[data-rate-5]:after {
	content: '(2 nights min)';
}
div#price-tag-avail[data-rate-2]:after {
	content: '(3 nights min)';
}*/

div.discount-pop {
    position: relative;
    display: inline-block;
    right: 0%;
    top: -60px;
    max-width: 70%;
    float: right;
}
.discount-body {
	background: white;
    border: 1px solid #1a1a1a;
    border-radius: 60px;
    padding: 15px 25px;
    text-align: center;
} 
span.discount-item {
    line-height: 1.4em;
}

.text-decoration-underline {
    text-decoration: underline;
	white-space:nowrap;
}
.booking-form .input-group li {
    line-height: 1.2em;
    padding-bottom: 10px;
	list-style: none;
}

.extra-option {
    display: none;
}
.other-options-more {
    margin: 0 auto;
	    margin-top: 40px;
}

.btx-dummy {
    display: none;
}