.temporary-payment-message {
text-align:left;
}
.payment-message-section {
    width: 80%;
    }
.cbf_total_summary {
  display: flex;
  flex-wrap: wrap;       /* allow children to wrap onto multiple lines */
  align-items: baseline;
  gap: 8px;
  justify-content: flex-end;
}

.cbf_saving_value {
  flex-basis: 100%;      /* force the savings onto its own “row” */
  text-align: right;     /* keep it right-aligned with the total */
}


.c_hero_section_inner .c_hero_content {
padding-top:2vh!important;
}
.c_hero_section {padding-top:12vh!important;}
.bookNowModel .cbsm_header {
justify-content: center!important;
}
@media (max-width: 768px) {

/* Add faded green background to sticky column headers */
.cbf_table_wrapper td.sticky-col {
  background-color: rgba(49, 34, 23, 1); /* Faded green */
  color:white;
}


/* Align .cbf_confirm_booking_btn to the right on mobile */

  .cbf_confirm_booking_btn {
    display: block;
    margin-left: auto;
    margin-right: 0;
    width: fit-content;
  }
	.cbf_table_container {
		border-width:0px!important;
	}

  .cbf_table_wrapper table,
  .cbf_table_wrapper thead,
  .cbf_table_wrapper tbody,
  .cbf_table_wrapper th,
  .cbf_table_wrapper td,
  .cbf_table_wrapper tr {
    display: block;
    width: 100%;
  }

  .cbf_table_wrapper thead tr {
    display: none;
  }

  .cbf_table_wrapper tr {
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); /* optional subtle shadow */
  }

  .cbf_table_wrapper td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
  }

  .cbf_table_wrapper td:last-child {
    border-bottom: none;
  }

  .cbf_table_wrapper tr:last-child {
    margin-bottom: 0;
  }

  .cbf_table_wrapper td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #555;
  }

  .cbf_table_wrapper .sticky-col {
    font-weight: 700;
  }
}


/* Container styling for next/prev buttons */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    outline: none;
    height: 80%; /* makes it tall enough to center well */
    padding: 0 8px; /* horizontal padding for clickable area */
    box-sizing: border-box;
}

/* Position prev on the left, next on the right with 10px offset */
.ui-datepicker .ui-datepicker-prev {
    left: 10px;
}

.ui-datepicker .ui-datepicker-next {
    right: 10px;
}

/* Remove default sprite background and hide text */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    background: none;
    text-indent: -9999px;
}

/* Pseudo-elements for icons with vertical centering */
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: #333;
    line-height: 1;
}

/* Font Awesome icons for prev and next */
.ui-datepicker .ui-datepicker-prev:before {
    content: '\f053'; /* Font Awesome 'angle-left' */
}

.ui-datepicker .ui-datepicker-next:before {
    content: '\f054'; /* Font Awesome 'angle-right' */
}

/* Hover/focus styling */
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev:focus,
.ui-datepicker .ui-datepicker-next:focus {
    outline: 2px solid #43b02a; /* brand color */
    outline-offset: 0px;
    background-color: rgba(67, 176, 42, 0.1);
}



/* Style the datepicker with Manrope font */
.ui-datepicker {
    font-family: 'Manrope', sans-serif !important;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 6px;
    padding: 0.5em;
}

.ui-datepicker-header {
    background-color: #f8f8f8;
    color: #333;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding: 0.5em;
    border-radius: 6px 6px 0 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
font-family:"Manrope";
}
.ui-datepicker-calendar td.ui-datepicker-current-day a {
    background-color: #43b02a;
    color: #fff;
}

.ui-datepicker-calendar th span {
    font-weight: 600;
    color: #666;
}

.ui-datepicker-calendar td a {
    color: #333;
    text-decoration: none;
    padding: 0.5em;
    display: block;
    text-align: center;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.ui-datepicker-calendar td a:hover {
    background-color: #e8e8e8;
}

.ui-datepicker-calendar td.ui-datepicker-current-day a {
    background-color: #43b02a;
    color: #fff;
}

.ui-datepicker-prev, .ui-datepicker-next {
    cursor: pointer;
}

.ui-datepicker select {
    font-family: 'Manrope', sans-serif;
}


.sl_booking_page {
	display: flex;
	flex-direction: column;
}
		
.sl_booking_page *{
	font-family: 'Manrope' !important;
}
.entry-title.main_title, .c_hero_button{
	display:none;
}
#main-content .container{
	max-width: 100%;
	width: 100%;
	padding-top: 0px !important;
}

table.cbf_table td {
background-color:white;
}

.c_hero_section {
	position: relative;
	width: 100%;
	height: 350px;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	overflow: hidden;
	flex-direction: column;
	padding-top:10vh;
	align-items: center;
}
		
.c_hero_section_inner {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 80%!important;
	width: 100%;
}
.c_unit_info_section {
}

.c_hero_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #030D0F66;
}
		
.back_to_listing {
	width: 100%;
	max-width: 1440px;
	position: relative;
}
		
.back_btn_block {
	display: flex;
	max-width: 94px;
	border-radius: 8px;
	align-items: center;
	justify-content: space-around;
}
		
.back_btn_block a {
	color: #fff;
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	display: flex;
}
		
.back_button_icon {
	padding: 3px 7px 3px 7px;
}

.c_hero_content {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
    width: 80%;
	padding: 64px 0px;
	gap: 5vw;
}
.c_hero_section_inner .c_hero_content {
    padding: 0;
}

.c_hero_column {
	flex: 1;
}

.c_hero_text {
	color: #fff;
	max-width: 700px;
	display: flex;
	flex-direction: column;
    gap: 16px;
}
		
.c_unit_info_section .c_hero_text{
	color: #000000;
}
.c_unit_info_section .c_hero_text .c_hero_paragraph {
	max-width:unset;
	color:white!important;

}

.c_hero_heading {
	font-size: 64px;
	letter-spacing: -2px;
	line-height: 1em!important;
	color: #FFFFFF;
	margin: 0;
    padding: 0;
}
		
.c_hero_unit_name{
	font-size: 32px;
	line-height: 39px;
	color: #000000;
	letter-spacing: -1px;
	padding: 0;
}

.c_hero_paragraph {
	font-size: 14px;
	margin: 0;
	line-height: 21px;
	color:white!important;
}
		
.c_b_field_row {
	position: relative;
}
		
.cbfield_icon {
	position: absolute;
	left: 12px;
	top: 14px;
}
		
.cbf_label {
	font-size: 14px;
	line-height: 21px;
	display: flex;
	gap: 4px;
}
		
.cbf_required_sign {
	color: #E80000;
	font-size: 14px;
	line-height: 19px;
}
		
.c_hero_date_picker_block {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 10px;
}
		
input.c_b_field {
	width: 100%;
	max-width: 291px;
	height: 48px;
	border-radius: 8px !important;
	border: 1px solid #fff !important;
	padding: 8px 12px 8px 36px !important;
	line-height: 21px;
	color: #BDBDBD;
}
		
input.c_b_field::placeholder {
	color: #BDBDBD;
}

.c_hero_image {
	display: flex;
	justify-content: center;
  	align-items: flex-start;
	max-width: 520px;
	background: #fff;
    border-radius: 12px;
}
		
.c_hero_img_inner{
	width: 100%;
	max-width: 430px;
	display: flex;
}
		
.displaynone{
	display: none !important;
}

.c_hero_unit_img {
	border-radius: 10px;
	margin-top: 6px;
	max-width: 430px;
}
		
.facility_features_block {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 250px;
	max-width: 257px;
	top: 28px;
	left: -80px;
	position: relative;
}
		
.facility_feature_item {
	display: flex;
	flex-direction: row;
	gap: 12px;
	align-items: center;
}
		
.c_unit_info_section {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background-color: rgba(224,224,224,0.36);
}
		
.checkout_main_block {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background-color: rgba(224, 224, 224, 0.36);
}
		
.checkout_contact, .checkout_summary, .checkout_payment, .checkout_terms {
	width:100%;
	width: 80%;
	padding: 64px 0px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-self: center;
}
		
.checkout_confirm_booking {
	width:100%;
	width: 80%;
	display: flex;
	justify-content: right;
	align-items: center;
	padding: 0px 0px 64px 0px;
	align-self: center;
}
.checkout_sign_lease {
	width: 100%;
	width: 80%;
	display: flex;
	justify-content: center;
	padding: 0 64px 0px 64px;
	align-self: center;
	flex-direction: column;
	gap: 12px;
}
		
.cbf_sl_text {
	color: #525252;
}
		
.cbf_sign_lease_link {
	color: #fff;
	background-color: #43b02a;
	border: none;
	border-radius: 8px;
	padding: 16px 32px;
	font-size: 16px;
	width: fit-content;
	line-height: 24px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	align-self: center;
}
		
.checkout_summary, .checkout_payment, .checkout_terms{
	padding-bottom: 40px;
}
		
.cbf_sl_heading {
	margin: 0;
	padding: 0;
}
		
.cbf_terms_container{
	display:flex;
	flex-direction: column;
	gap:10px;
	padding: 16px;
	border: 1px solid #DCDCDC;
	border-radius: 8px;
}
		
.checkout_payment, .checkout_terms {
	padding-top: 0;
}

.cbf_fields_block{
	display: flex;
	flex-direction: column;
	gap:10px;
	z-index: 1;
}

.cbf_section_heading {
	font-size: 32px!important;
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 0;
	letter-spacing: -2px;
}

.cbf_row {
	display: flex;
	gap: 20px;
}

.cbf_row_four_fields {
	flex-wrap: wrap;
}

.cbf_field_group {
	flex: 1;
	min-width: 200px;
	display: flex;
	gap: 4px;
	flex-direction: column;
}

.cbf_field_group label {
	font-size: 14px;
	font-weight: 400;
	color: #464646;
	line-height: 21px;
}
		
.cbf_field_with_icon {
	position: relative;
}

input.cbf_field, select.cbf_field {
	padding: 8px 12px;
	height: 48px;
	font-size: 14px;
	border: 1px solid #DCDCDC;
	border-radius: 4px;
	background-color: #fff;
	width: 100%;
}
input.cbf_field::placeholder, select.cbf_field::placeholder{
	color:#BDBDBD;
}

.cbf_field:focus {
	outline: none;
}
		
.cbf_field_with_icon input.cbf_field {
	padding-left: 36px;
}

.cbf_row_four_fields .cbf_field_group {
	flex: 1 1 23%;
	min-width: 200px;
}
		
.cbf_field_note {
	font-size: 12px;
	color: #7C7C7C;
	line-height: 18px;
}

.cbf_table_wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.cbf_table_container {
	border: 1px solid #DCDCDC;
	border-radius: 12px;
	overflow: hidden;
	margin: 0 !important;
	border-top: none;
}
		
.cbf_table_scroll {
	overflow-x: auto;
	position: relative;
	white-space: nowrap; /* Prevents wrapping of table content */
}
		
.cbf_table_scroll::-webkit-scrollbar {
	height: 6px;
}

.cbf_table_scroll::-webkit-scrollbar-thumb {
	background-color: #DCDCDC;
	border-radius: 6px;
}

.cbf_table_scroll::-webkit-scrollbar-track {
	background: transparent;
}
		
.table-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	color: #333;
	display: none; /* Hidden by default */
}
		
table.cbf_table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 !important;
	border-right: none !important;
}

table.cbf_table th {
	background-color: #43b02a;
	color: #fff !important;
	padding: 16px !important;
	text-align: left;
	font-weight: bold !important;
	font-size: 14px;
	border: 2px solid #43b02a;
}

table.cbf_table td {
	color: #525252;
	padding: 16px !important;
	border-top: 1px solid #DCDCDC !important;
	border-right: 1px solid #DCDCDC !important;
	font-size: 14px;
}
		
.sticky-col {
	position: sticky;
	left: 0;
	background-color: #FCFCFC;
	z-index: 1;
}

table.cbf_table td:first-child {
	font-weight: 700;
}

table.cbf_table td:not(:first-child) {
	font-weight: 400;
}
/*
.cbf_total_summary {
	display: flex;
	align-items: baseline;
	gap: 8px;
	justify-content: right;
}
*/
.cbf_total_label {
	font-weight: 700;
	font-size: 14px;
	line-height: 21px;
	color: #000;
}

.cbf_total_value {
	font-size: 32px;
	font-weight: 800;
	line-height: 39px;
	color: black;
}
		
.cbf_field_checkbox {
	display: flex;
	gap: 8px;
}
		
cbf_field_checkbox label{
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}
		
input[type='checkbox']{
	margin: 0;
	width: 17px;
	height: auto !important;
}
		
input[type='checkbox']:checked {
	accent-color: #312217;
}
		
.cbf_terms_content {
	max-height: 193px;
	overflow-y: auto;
	gap: 16px;
	display: flex;
	flex-direction: column;
}

.cbf_terms_content {
	max-height: 193px !important;
	overflow-y: auto !important;
	gap: 16px !important;
	display: flex !important;
	flex-direction: column !important;
}

.cbf_terms_content h1 {
	color: #333333 !important;
	letter-spacing: 0px !important;
	font-weight: 800 !important;
	font-size: 20px !important;
	line-height: 24px !important;
	margin: 0 !important;
}

.cbf_terms_content h2 {
	color: #333333 !important;
	letter-spacing: 0px !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	line-height: 21px !important;
	margin: 0 !important;
}

.cbf_terms_content h3 {
	color: #333333 !important;
	font-weight: 700 !important;
	letter-spacing: 0px !important;
	font-size: 14px !important;
	line-height: 21px !important;
	margin: 0 !important;
}

.cbf_terms_content p {
	color: #525252 !important;
	font-size: 14px !important;
	line-height: 30px !important;
	margin: 0 !important;
}
		
.cbf_terms_content * {
	padding: 0 !important;
}

.cbf_overlay_loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}

.cbf_spinner {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #215628;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: cbf_spin 1s linear infinite;
}
.cbf_loader_text {
    color: #000;
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
    font-family: 'Manrope', sans-serif;
}

@keyframes cbf_spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
	
.cbf_confirm_booking_btn {
	width: 100%;
	max-width: 257px;
	background-color: #43b02a;
	padding: 16px 32px;
	height: 56px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	cursor: pointer;
	transition: background-color 0.3s ease;
	color: #FFFFFF;
    border-width: 1px !important;
    border-color: #43b02a;
    border-radius: 4px;
    letter-spacing: 1px;
    font-size: 13px;
    font-family: 'Plus Jakarta Sans', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    background-color: #43b02a;
	box-shadow: none !important;
	border: 1px solid #43b02a !important;


}

.cbf_confirm_booking_btn:hover {
	color: #43b02a !important;
	background-color: transparent;
	border-color: #43b02a; /* Explicitly set the border color */
}

.cbf_confirm_booking_btn:active {
	color: #43b02a !important;
    background-image: initial;
    background-color: RGBA(255, 255, 255, 0);
}
		
.cbf_confirm_booking_btn:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}
		
/* Webkit Scrollbar Styling */
.cbf_terms_content::-webkit-scrollbar {
	width: 6px;
}

.cbf_terms_content::-webkit-scrollbar-thumb {
	background-color: #DCDCDC;
	border-radius: 20px;
}

.cbf_terms_content::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 10px;
}

/* Hide Up and Down Arrows */
.cbf_terms_content::-webkit-scrollbar-button {
	display: none;
}

/* Smooth Scrolling */
.cbf_terms_content {
	scroll-behavior: smooth;
}

/* Firefox Scrollbar Styling */
@supports (scrollbar-width: thin) {
	.cbf_terms_content {
		scrollbar-width: thin;
		scrollbar-color: #DCDCDC transparent;
	}
}
		
.bookNowModelOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: auto;
	z-index: 9999999999;
}

.bookNowModel {
	background-color: #fff;
	width: 80%;
	max-width: 566px;
	border-radius: 8px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0;
	max-height: 350px;
	min-height: fit-content;
	font-family: 'Manrope' !important;
	min-height: 200px;
	padding-bottom: 24px;
}
		
.bookNowModel * {
	font-family: 'Manrope' !important;
}
		
.cbsm_header {
	width: 100%;
	padding: 16px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #EFEFEF;
}

.cbsm_header h3 {
	padding: 0;
	text-align: left;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0;
	color: #3D3D3D;
	line-height: 29px;
	letter-spacing: -1px;
}

.cbsm_body {
	text-align: center;
	display: flex;
	flex-direction: column;
}
		
.cbsm_bodytext {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 12px 16px;
}

.cbsm_bodytext p {
	font-size: 16px;
	color: #3D3D3D;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
}

.cbsm_img_block img {
	max-width: 150px;
	margin-top: 20px;
}

.bnm_close_btn {
	cursor: pointer;
	align-content: center;
}

.bnm_close_btn img {
	width: 15px;
	height: 15px;
}
		
#checkoutSignLease {
	display: none;
}
		
@media (max-width: 1024px) {
	.c_hero_text {
		gap: 12px;
	}
	.c_hero_image {
		max-width: 100%;
	}
	.c_hero_date_picker_block {
		margin-top: 10px;
	}
	.c_hero_content {
		flex-direction: column-reverse;
		gap: 24px;
	}
	.facility_features_block {
		left: -50px;
	}
	.c_hero_section_inner .c_hero_content {
		flex-direction: row;
	}
}
@media (min-width: 769px) {
	.cbf_field_group.cbf_field_group_password{
		max-width: calc(50% - 10px);
	}
}
@media (max-width: 768px) {
	.c_hero_section {
		background-image: none;
		height: auto;
		gap: 20px;
	}
	
	.c_hero_overlay {
		background-color: #EBEFEC;
	}
	
	.c_hero_section_inner {
		padding: 0;
		gap: 20px;
		padding-top: 64px;
		padding-bottom: 64px;
	}
	
	.c_hero_content {
		flex-direction: column-reverse;
	}
	
	.c_unit_info_section .c_hero_content {
		padding: 0;
	}
	.c_unit_info_section {
		padding-top: 64px;
		padding-bottom: 64px;

	}
	
	.c_hero_image {
		width: 100%;
		max-width: 100%;
		background: #F6F7F8;
	}
	
	.c_hero_heading {
		font-size: 28px;
		font-weight: 600;
		line-height: 34px;
	}
	
	.c_hero_text {
		width: 100%;
		gap: 8px;
		color: #FFFFFF;
	}
	.back_btn_block {
		padding: 8px 16px 8px 0;
		justify-content: left;
	}
	
	.c_unit_info_section .c_hero_text {
		color: #3D3D3D;
		font-weight: 400;
		font-size: 14px;
	}
	
	.c_hero_date_picker_block {
		margin-top: 16px;
	}
	
	.checkout_contact, .checkout_summary, .checkout_payment, .checkout_terms {
		padding: 64px 16px;
	}
	.checkout_summary, .checkout_payment, .checkout_terms {
		padding-bottom: 40px;
	}
	.checkout_payment, .checkout_terms {
		padding-top: 0;
	}
	.checkout_confirm_booking {
		padding: 0 16px 64px 16px;
		justify-content: center;
	}
	
	.cbf_row {
		flex-direction: column;
		gap: 12px;
	}

	.cbf_row_four_fields .cbf_field_group {
		flex: 1 1 100%;
	}
	
	th.cbf_table_th:first-child {
		width: 210px !important;
	}
	th.cbf_table_th:not(:first-child) {
		width: 133px !important;
		min-width: 110px;
	}
	.cbf_total_value {
		font-size: 24px;
		line-height: 29px;
	}
	.cbf_terms_content h1 {
		font-size: 16px;
		font-weight: 700;
	}
	.cbf_terms_content h2 {
		font-size: 12px;
		line-height: 18px;
	}
	.bnm_close_btn img {
		margin-top: 7px;
	}
	.cbsm_header h3 {
		font-size: 18px;
		line-height: 27px;
		letter-spacing: normal;
	}
	.cbsm_bodytext p {
		font-size: 14px;
		text-align: left;
		line-height: 21px;
	}
	.c_hero_unit_img {
		width: 100%;
	}
	.facility_features_block {
		display: none;
	}
}