/*************************Wp booking css********************/
.wpbs-container .wpbs-calendars .wpbs-calendar table tr td .wpbs-date-inner .wpbs-date-number {
  color: #fff !important;
}
.wp-container-core-group-is-layout-29baeff6 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wpbs-main-wrapper-calendar-1:not(.wpbs-main-wrapper-form-0) .wpbs-form-container, .wpbs-payment-confirmation, .wpbs-form-confirmation-message {
        float: left;
        width: auto !important;
               margin-left: 0px !important;
        clear: none !important;
    }
.text-desk-white{color:#fff;}
.wpbs_s-search-widget .wpbs_s-search-widget-form .wpbs_s-search-widget-field button.wpbs_s-search-widget-datepicker-submit{background-color: #1b3b5f  !important;}
.wpbs_s-search-widget[data-results_layout="grid"] .wpbs_s-search-widget-results .wpbs_s-search-widget-result span {
  display: none !important;
  padding-bottom: 10px !important;
}

.wpbs_s-search-widget .wpbs_s-search-widget-results-wrap .wpbs_s-search-widget-result .wpbs_s-search-widget-result-button {
  width:130px !important;
  background-color:#1b3b5f   !important;
  text-align:center !important;
}
.wpbs_s-search-widget .wpbs_s-search-widget-results-wrap .wpbs_s-search-widget-result {
  position: relative;
background: #043f2d1f;}

.wpbs_s-search-widget-result.wpbs_s-has-thumb {
  
  text-align: center !important;
}
.wpbs_s-search-widget .wpbs_s-search-widget-form-wrap h2 {
  
  font-weight: bold !important;
}
.wpbs_s-search-widget[data-results_layout="grid"] .wpbs_s-search-widget-results .wpbs_s-search-widget-result .wpbs_s-search-widget-result-button {
  
  margin-top: 31px !important;
}
.wpbs_s-search-widget .wpbs_s-search-widget-form .wpbs_s-search-widget-field button.wpbs_s-search-widget-datepicker-submit, .wpbs_s-search-widget .wpbs_s-search-widget-form .wpbs_s-search-widget-field input[type="submit"] { background-color: #1b3b5f   !important;}
.wpbs_s-search-widget .wpbs_s-search-widget-form .wpbs_s-search-widget-field button.wpbs_s-search-widget-datepicker-submit:hover, .wpbs_s-search-widget .wpbs_s-search-widget-form .wpbs_s-search-widget-field input[type="submit"]:hover {background-color: #000 !important;}

.wpbs-calendar { min-width: 100% !important; max-width: 100% !important;}

.wpbs-calendars-wrapper.wpbs-legend-position-side .wpbs-legend .wpbs-legend-item {display: inline-block !important ;margin-right: 10px;}
.wpbs-calendars-wrapper.wpbs-legend-position-side .wpbs-legend {position: unset !important; width: 100%;}
.wpbs-calendars-wrapper.wpbs-legend-position-side {padding-right: 10px;}
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field { padding-bottom: 8px !important;}
#wpbs-form-3 {padding-top: 56px !important;}
 .wpbs-container.wpbs-enable-hover.wpbs-calendar-2.wpbs-visible h2 {color: #1b3b5f;margin-bottom: 26px !important;}
.wpbs-main-wrapper.wpbs-main-wrapper-calendar-2.wpbs-main-wrapper-form-3 {background-color: #c6c8a5;padding: 20px !important;}
#wpbs-form-submit-3 {background-color: #1b3b5f !important;width: 143px !important;}
#wpbs-form-submit-3:hover {background-color: #000 !important;}

#wpbs-form-1 {padding-top: 56px !important;}
 .wpbs-container.wpbs-enable-hover.wpbs-calendar-1.wpbs-visible h2 {color: #1b3b5f;margin-bottom: 26px !important;}
.wpbs-main-wrapper.wpbs-main-wrapper-calendar-1.wpbs-main-wrapper-form-1 {padding: 20px !important;}
#wpbs-form-submit-1 {background-color: #1b3b5f !important;width: 143px !important;}
#wpbs-form-submit-1:hover {background-color: #000 !important;}
.wpbs-main-wrapper h2 {color: #043f2d;margin-bottom: 26px !important;}

.wpbs-container.wpbs-enable-hover.wpbs-calendar-2.wpbs-visible h2 {color: #1b3b5f;margin-bottom: 26px !important;}
.wpbs-main-wrapper {background-color: #1b3b5f17;padding: 20px !important;}
#wpbs-form-submit-1 {background-color: #1b3b5f   !important;width: 143px !important;margin-top: 20px !important;}
#wpbs-form-submit-1:hover {background-color: #000 !important;}
.wpbs-pricing-table-events.wpbs-line-item-price-0 .wpbs-price {display:none !important;}
.woocommerce-checkout  .mx-auto.img-fluid.inner-bnr-mrgn-top {
  display: none;
}
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  background: #1b3b5f;
  color: #fff;
}
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field.wpbs-form-field-consent .wpbs-form-field-input label span{background-color: #c4c4c4 !important;}

/**********************************/
.wpbs-search-results{
    display:grid !important;
    grid-template-columns:repeat(auto-fit,minmax(420px,1fr));
    gap:30px;
    margin-top:40px;
}

.wpbs-search-result{
    background:#eef2ef !important;
    border-radius:16px;
    overflow:hidden;
    padding:20px;
    display:flex;
    align-items:center;
    gap:20px;
    transition:0.3s ease;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.wpbs-search-result:hover{
    transform:translateY(-5px);
}

.wpbs-search-result img{
    width:180px !important;
    height:180px !important;
    object-fit:cover;
    border-radius:12px;
}

.wpbs-search-result-content{
    flex:1;
}

.wpbs-search-result-title{
    font-size:32px !important;
    line-height:1.2;
    margin-bottom:15px;
    color:#0d2b52;
    font-weight:700;
}

.wpbs-search-result-price{
    font-size:18px;
    margin-bottom:20px;
    color:#333;
}

.wpbs-search-result .button{
    background:#123b6d !important;
    color:#fff !important;
    padding:14px 30px !important;
    border-radius:8px;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:1px;
    display:inline-block;
}

@media(max-width:768px){

    .wpbs-search-results{
        grid-template-columns:1fr;
    }
	.wpbs_s-search-widget-results {
  display: block !important;
}

    .wpbs-search-result{
        flex-direction:column;
        text-align:center;
    }

    .wpbs-search-result img{
        width:100% !important;
        height:240px !important;
    }

}

.wpbs-s-search-widget-results{
    display:flex !important;
    flex-wrap:wrap !important;
    margin-left:-20px;
    margin-right:-20px;
}

.custom-grid-item{
    width:50%;
    padding:20px;
    box-sizing:border-box;
}

.custom-booking-card{
    background:#1b3b5f;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    height:100%;
}

.custom-booking-image img{
    width:100%;
    height:350px;
    object-fit:cover;
    display:block;
}

.custom-booking-content{
    padding:30px;
    text-align:center;
	color:#fff;
}

.custom-booking-content h3{
    font-size:42px;
    line-height:1.2;
    color:#fff;
    margin-bottom:20px;
    font-weight:700;
}

.booking-description{
    font-size:18px;
    line-height:1.7;
    color:#fff;
    margin-bottom:30px;
}

.booking-btn{
    display:block;
    width:100%;
   background: #fff;
  color: #000 !important;
    padding:18px;
    border-radius:10px;
    text-transform:uppercase;
    font-weight:700;
    text-decoration:none;
    margin-top:20px;
    transition:.3s ease;
}

.booking-btn:hover{
    background:#9aafca;
}

@media(max-width:991px){

    .custom-grid-item{
        width:100%;
    }

    .custom-booking-content h3{
        font-size:30px;
    }

}
.d-none {display:none;}

div.wpbs-s-search-widget-results{
    display:flex !important;
    flex-wrap:wrap !important;
    width:100% !important;
}

div.wpbs-s-search-widget-results > .custom-grid-item{
    width:50% !important;
    padding:20px !important;
    box-sizing:border-box !important;
}

@media(max-width:991px){

    div.wpbs-s-search-widget-results > .custom-grid-item{
        width:100% !important;
    }

}
.wpbs_s-search-widget-results {
  display: flex;
}



/**************** PROPERTY PAGE BOOKING LAYOUT ****************/
.booking-sidebar {
  position: sticky;
  top: 120px;
  background: #6d6d6d;
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  height: 100%;
}
.page-id-1058 ul li {
  margin-bottom: 10px !important;
  list-style: disc;
}
.booking-sidebar .wpbs-main-wrapper{
    background: #fff !important;
    padding: 25px !important;
    border-radius: 16px;
}

.booking-sidebar .wpbs-container{
    width: 100% !important;
    max-width: 100% !important;
}

.booking-sidebar .wpbs-calendars{
    width: 100% !important;
}

.booking-sidebar .wpbs-calendar{
    width: 100% !important;
    max-width: 100% !important;
}

.booking-sidebar .wpbs-calendar table{
    width: 100% !important;
}

.booking-sidebar .wpbs-calendar table tr td{
    padding: 8px !important;
}

.booking-sidebar .wpbs-calendar table tr td .wpbs-date-inner{
    min-height: 42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
}

.booking-sidebar .wpbs-form-container{
    margin-top: 25px !important;
    padding-top: 20px !important;
    border-top: 1px solid #ddd;
}

.booking-sidebar .wpbs-form-field{
    width: 100% !important;
    margin-bottom: 18px !important;
}

.booking-sidebar input,
.booking-sidebar select,
.booking-sidebar textarea{
    width: 100% !important;
    border-radius: 10px !important;
    padding: 12px 14px !important;
    border: 1px solid #d6d6d6 !important;
    background:#fff !important;
}

.booking-sidebar button,
.booking-sidebar input[type="submit"],
.booking-sidebar .wpbs-btn{
    width: 100% !important;
    background: #1b3b5f !important;
    color:#fff !important;
    border:none !important;
    border-radius:12px !important;
    padding:16px !important;
    font-size:16px !important;
    font-weight:700 !important;
    margin-top:15px !important;
}

.booking-sidebar button:hover,
.booking-sidebar input[type="submit"]:hover{
    background:#000 !important;
}

.booking-sidebar h2,
.booking-sidebar h3,
.booking-sidebar h4{
    color:#1b3b5f !important;
    margin-bottom:20px !important;
    font-weight:700 !important;
}

/**************** MOBILE ****************/

@media(max-width:991px){

    .booking-sidebar{
        position:relative;
        top:auto;
        margin-top:40px;
        padding:20px;
    }

    .booking-sidebar .wpbs-main-wrapper{
        padding:18px !important;
    }

    .booking-sidebar .wpbs-calendar table tr td{
        padding:4px !important;
    }

    .booking-sidebar .wpbs-calendar table tr td .wpbs-date-inner{
        min-height:36px;
    }

}


/* MOBILE FORM FIX */
@media(max-width:768px){

.booking-sidebar{
    width:100% !important;
    padding:15px !important;
}
	.wp-block-column.order-xl-1.is-layout-flow.wp-block-column-is-layout-flow {
  order: 1;
}

.booking-sidebar .wpbs-main-wrapper{
    padding:15px !important;
}

.booking-sidebar .wpbs-form-field{
    margin-bottom:20px !important;
}

.booking-sidebar input,
.booking-sidebar select,
.booking-sidebar textarea{
    width:100% !important;
    height:48px !important;
    font-size:16px !important;
}

.booking-sidebar label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
}

.booking-sidebar .wpbs-calendar table tr td .wpbs-date-inner{
    min-height:40px !important;
}

}
 .wpbs-main-wrapper-calendar-1:not(.wpbs-main-wrapper-form-0) .wpbs-form-container, .wpbs-payment-confirmation, .wpbs-form-confirmation-message {
    float: left;
    width: auto !important;
    margin-left: 0px !important;
    clear: none !important;
  }
 .wpbs-main-wrapper-calendar-2:not(.wpbs-main-wrapper-form-0) .wpbs-form-container, .wpbs-payment-confirmation, .wpbs-form-confirmation-message {
    float: left;
    width: auto !important;
    margin-left: 0px !important;
    clear: none !important;
  }

/****************BG********************
 * 
 * /* Main Section Background */
.bg-look{
    background: linear-gradient(135deg,#1b3b5f17,#f8fbff);
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    margin-top: 40px;
}

/* Two Column Layout */
.bg-look .wp-block-columns{
    gap: 40px;
    align-items: flex-start;
}

/* Left Headings */
.bg-look h3{
    font-size: 34px;
    font-weight: 800;
    color: #07152f;
    line-height: 1.2;
    margin-bottom: 0;
    text-transform: uppercase;
    position: relative;
    padding-left: 18px;
}

/* Blue Line */
.bg-look h3:before{
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 6px;
    height: 85%;
    background: linear-gradient(180deg,#0d6efd,#07152f);
    border-radius: 30px;
}

/* Right Content */
.bg-look p,
.bg-look li{
    font-size: 17px;
    line-height: 1.9;
    color: #444;
}

/* Feature Text */
.bg-look .features-text{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bg-look .features-text span{
    background: #fff;
    border: 1px solid #dfe7ef;
    padding: 10px 18px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    color: #07152f;
    transition: 0.3s ease;
}

.bg-look .features-text span:hover{
    background: #07152f;
    color: #fff;
    transform: translateY(-2px);
}

/* Summary List */
.bg-look ul{
    padding-left: 20px;
}

.bg-look ul li{
    margin-bottom: 12px;
}

/* Responsive */
@media(max-width:991px){

    .bg-look{
        padding: 25px;
    }

    .bg-look h3{
        font-size: 24px;
        margin-bottom: 15px;
    }

    .bg-look .wp-block-columns{
        gap: 15px;
    }

}

.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field button[type="submit"], .wpbs-main-wrapper .wpbs-form-container .wpbs-form-field input[type="submit"] {
  width: auto !important;
  padding: 10px 15px 10px 15px !important;
  margin: 0 !important;
  font-size: 18px !important;
  height: auto !important;
  line-height: 24px !important;
  font-family: inherit !important;
  font-weight: 700 !important;
  color: #fff !important;
  background-color: #1b3b5f !important;
 
}
/************************************************************/