body{font-family: 'DM Sans', sans-serif!important;}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}
div#apierrorMessages {
    padding: 15px 0px;
}
.ui.input {
    font-size: 1em;
    width: 100%;
}
input#phone {
    padding-left: 85px !important;
}
.term-blk label.error {
    margin-left: 10px;
}
.detail_box .mb-10, .mb-10 {margin-bottom:10px;}
.detail_box .mb-15, .mb-15{margin-bottom:15px;}
.detail_box .mb-20, .mb-20 {margin-bottom:20px;}
/* Inquiry css start  */
.input-field.guest_cls {
    display: flex;
    border-bottom: 1px #ccc solid;
    align-items: center;
    padding-bottom: 17px;
    width: 100%;
    justify-content: space-between;
}
.input-field.guest_cls :last-child {
    margin-right: 0!important;
}
.input-field.guest_cls label{margin-bottom:0;font-weight:normal;}

#creditCardForm .error, #inqueryForm .error{font-weight:normal;}
#creditCardForm input.error, #inqueryForm input.error{border:1px solid #f02525 !important;}
.CountryDrop .dropdown-display{padding: 15px 5px; border: 1px solid #ddd;  border-radius: 10px;}
.CountryDrop .dropdown-main{top:-33%}
.countryError{color:#f02525;font-weight:normal;}

.dropdown-chose:nth-child(0){display:none !important;}
.dropdown-chose:nth-child(1){display:none !important;}

label#Guest_id {
    font-weight: normal;
	    margin-left: 2px;
}
.input-field.guest_cls input#adults {
    max-width: 15px;
    padding: 0px;
    margin: 0px;
    border: none;
    height: 26px;
    border-bottom: none !important; color: #1c1c1c !important;
}
.minus_plus_cls {
    margin: 0px 9px 0px 9px;
    padding: 0px 0px;
    border-radius: 100%;
    border: 2px #cccccc solid;
    color: #333;
    cursor: pointer;
    width: 27px!important;
    height: 27px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    display: inline-block;background: #b9d0da;
}
.outer-container {
    width: 100%;
    max-width: 120px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.input-field.guest_cls :last-child{margin-right:0;}
input#dates_id {width:100%;  
/*  padding: 0px!important;    
  background: transparent;    
  border: none !important; */   
  margin-bottom: 0;}
.div-inline-payment {
    font-size: 16px;
    font-family: 'DM Sans';
    text-transform: capitalize;
}
.secure-div-outer p {
    font-size: 17px!important;
}
h2.price-detail-title {
    font-weight: bold;
    color: #1c1c1c;font-size: 26px;
}
.datepickerdiv {    position: relative;    float: left;    width: 100%;    margin-bottom: 10px;    padding-bottom: 10px;   
 /*border-bottom: 1px solid #ddd !important;*/
 }
.date-icon {
    position: absolute;
    top: 14px;
    right: 10px;
    /* pointer-events: none; */
    cursor: pointer;
    color: #7c8c6e;
	z-index:-1;
  }
/* Inquiry css end  */

/* Hotel Detail Page css start */
  ul.amenities-list {margin-left:0px;
             display: flex;
            flex-wrap: wrap;
            padding: 0;
        }
      ul.amenities-list li {
    padding: 5px 20px 5px 0px;
    list-style: none;
    position: relative;
    width: 25%;
    color: #484848;
    margin-bottom: 6px;
font-size: 16.5px;
}

ul.amenities-list li img {
    width: 20px;
    margin-right:0px;
    vertical-align: middle;
}
	
/* Hotel Detail Page css end */
.payment-outer {
    margin: 20px 0px;
}
.payment-outer div {
    font-size: 18px !important;
}
.error {
    color: #e76161;
    font-size: 14px;
}
#loader, #mobile-loader {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #3f7828;
    font-size: 18px;
    margin: 25px 0px 0px 0px;
    font-weight: 600;
}

.container {
            display: flex;
            flex-wrap: wrap;
			justify-content:center;
        }
		p{color:#1c1c1c;}
#Property-list .container{justify-content:center;}
.property-blk .box {
    display:inline-block;
	max-width:46%;
	width:100%;
	float:left;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 10px 20px;
    padding: 0px 0px;
    box-shadow: 0 0 40px rgb(0 0 0 / 20%);
	border-radius:30px 30px 30px 30px;
}
#Property-list .property-blk .box {
    display:inline-block;
	max-width:35%;
	width:100%;
	float:left;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 10px 20px;
    padding: 0px 0px;
    box-shadow: 0 0 40px rgb(0 0 0 / 20%);
	border-radius:30px 30px 30px 30px;
}
input:focus, input[type="text"]:focus{
	border:1px solid #dddddd;
}
.property-blk .box h2.box-heading{margin:0;}
.hotel-image img {
    width: 100%;
    max-width: 100%;
    border-radius: 30px 30px 0 0;
    height: 225px;
    object-fit: cover;
}
.hotel-image{
	border-radius:30px 30px 0 0;
}
p.floor-room-cls {
    margin-top: 10px;
}
p.floor-room-cls span {
    color: #1c1c1c;
    border-bottom: 2px dashed #1c1c1c;
    text-transform: uppercase;
    font-weight: 500;
}
ul.inline-list {
    margin: 10px 0 0 0;
}
ul.inline-list li {
    display: inline; /* or use 'inline-block' for more control over spacing and alignment */
    margin-right: 0px; /* Adds some space between list items */
	color:#1c1c1c;
        }
ul.inline-list li::before {
    content: "";
    display: inline-block;
    width: 0.25rem;
    height: 0.25rem;
    margin: 0px 0.5rem;
    background: rgb(14, 140, 140);
    opacity: 0.4;
    border-radius: 33px;
    vertical-align: middle;
}	
 .detail_box {
    padding: 0px 0px;
    margin: 0px 0px 0 0px;
    width: 100%;
	font-size: 17px;
}


 .detail_box p{
	 font-size: 17px;
 }

.detail_box p.policy_txt{
	 margin-bottom:10px;
 }

div#wpcf7-f4304-p1660-o1 label {
    font-size: 17px;
}
.detail-div p {
    color: #1c1c1c;
}
ul.w_choose_list {
    padding-left: 0;
    margin: 18px 0 0 0;
    list-style: none;
}

ul.w_choose_list li img {
    width: 20px;
    margin-right: 0px;
    vertical-align: middle;
}
ul.w_choose_list li {
    display: flex;
    align-items: start;
    gap: 12px;
	  margin-top: 13px;
}
.book_form_col .b_subheading {
    font-size: 17.3px;
    font-weight: 700;
    text-align: center;
}
.detail-sec {
    padding: 40px 30px 30px 30px;
    margin: 0px 0px 0 0px;
    width: 100%;
    border-radius: 50px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 16%);
} .detail-price-div {    width: 100%;    display: flex;    flex-direction: column;    row-gap: 20px; position: sticky; top: 110px;}
/* .detail-div{
    display:inline-block;
	width:100%;
	float:left;
} */ .img-sec {    display:inline-block;	width:100%;	float:left;}
.detail-div {
	margin-top:40px;    
	display: flex;    
	align-items: flex-start;    
	column-gap: 80px; 
	font-family: "Spectral", Sans-serif;
	color: #1c1c1c;
	}
.single-img {
    width: 49.5%;
    float: left;
    margin-top: 20px;
}
.single-img img {
    height: 408px;
    width: 100%;
    object-fit: cover;
}
.group-img {
    width: 49.5%;
    float: right;
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: space-between;
}
.group-one, .group-three {
    margin-bottom: 8px;
}
.img-group-two {
    margin-left: 5px;
}
.img-sec img {
    border-radius: 20px;
}
.img-group-one {
    margin-right: 5px;
}
.detail_box h2 {
    font-size: 28px;
    color: #484848;
    font-weight: 700;
    margin-bottom: 15px;
}
.hotel {
    margin-bottom: 20px;
	
	margin-left:30px;
}
.detail-sec p {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.3;
    color: #484848;
}
button.book-now-btn {
    border-radius: 50px;
    color: #fff;
    background: #b00808;
    font-size: 18px;
    padding: 12px 30px;
    font-weight: 600;
	
}
.inquiry-btn{float:right;}
.hotel-content {
    padding: 25px 15px;
}
.hotel-content .payment-outer {
    margin: 5px 0px 10px;
}
.div-rate-per-night strong {
    color: #ff0000;
}
.show-prices-comp, .hide-prices-comp  {
    color: #000;
    font-size: 14px;
    font-weight: 600;
	cursor: pointer;
}
img.down-img {
    width: 16px;
    height: 16px;
}
img.up-img {
    width: 10px;
    height: 11px;
}
.price-per-night-sec p strong {
    color: #ff0000;font-size:22px;margin-right:2px;
}
.price-per-night-sec p{font-size:14px !important;}
.show-prices-comp u, .hide-prices-comp u {
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}
.display-price-control {
    margin-bottom: 20px;
}
.quote-icon .elementor-icon {
    background: #7e8d55;
    border-radius: 50px;
    padding: 10px;
    color: #fff!important;
}
ul.inline-list li:last-child::after {
    display: none;
}
ul.tag-list {
    margin: 10px 0 0 0;
}
ul.tag-list li {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    background: rgb(83 105 66);
    border: 1px solid rgb(83 105 66);
    box-sizing: border-box;
    border-radius: 32px;
    padding: 4px 16px;
    margin-bottom: 10px;
    margin-right: 3px;
}
.hotel-content ul.tag-list a {
    font-size: 16px;
    color: #fff;
}
.hotel-content ul.tag-list a:focus {
    outline: none;
}
h2.box-heading {margin-bottom:12px;
    font-size: 20px !important;
    color: #1c1c1c !important;
}
.hotel-content a {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: bold;
}
#imageSlider {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}
#imageSlider img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 100%;
    transition: left 0.5s;
}
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    cursor: pointer;
    font-size: 24px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    z-index: 100;
}
.left-arrow {
    left: 10px;
}
.right-arrow {
    right: 10px;
}
.detail_box h3 {margin-top:30px;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 600;
    color: #484848;
    margin-bottom: 10px;
}
#toggleButton {
    background-color: transparent;
    color: #b80e0e;
    border: none;
    padding: 10px 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 15px 0px 15px;
    cursor: pointer;
    border-radius: 50px;
    font-weight: bold;
}
div#popup-slider  .mfp-close-btn-in .mfp-close {
    color: #fff !important;
    font-size: 56px;
}
div#popup-slider .slider img {
    width: 910px; /* Ensure slider images fit the container */
	height: 510px;
	margin:0 auto;
	display:block;
}
div#popup-slider .slick-slider{max-width: 600px;
    margin: 0 auto;
}
div#popup-slider {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}
div#popup-slider .mfp-close {
    color: #fff !important;
    position: absolute;
    background: transparent;
    top: -25px;
    right: -7%;
    opacity: 1;
    border-radius: 50%;
	font-size:50px;
}
div#popup-slider .mfp-close-btn-in .mfp-close:active {
    top: -27px;
}


.slick-next.slick-arrow::after {
    content: '→'; /* Arrow symbol */
    font-size: 24px; /* Adjust as needed */
    line-height: 1; /* Default line-height */
}

.slick-prev.slick-arrow::before {
  content: '←'; /* Custom arrow symbol or text */
    font-size: 24px; /* Font size for the custom arrow/text */
    line-height: 1px
}
div#popup-slider  .mfp-close-btn-in .mfp-close {
    color: #fff !important;
    position: absolute;
    background: transparent;
    top: -32px;
    right: -6%;
    opacity: 1;
    border-radius: 50%;
}
div#popup-slider .slick-prev.slick-arrow {
    background-color: #ddd;
    color: black;
    width: 50px;
    height: 50px;
    font-size: 0;
    position: absolute;
    left: -10%;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    display: inline-block;
    padding: 0;
    border-radius: 50%;
    line-height: 62px;
}
.slick-next.slick-arrow {
    background-color: #ddd;
    color: black;
    width: 50px;
    height: 50px;
    font-size: 0;
    position: absolute;
    right: -10%;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    display: inline-block;
    padding: 0;
    border-radius: 50%;
    line-height: 62px;
}
a.popup-link {
    position: absolute;
    bottom: 20px;
    right: 35px;
    color: #333;
    font-weight: 700;
    background: #fff;
    border-radius: 20px;
    width: 100px;
    text-align: center;
}
.group-four {
    position: relative;
}
.img-sec .group-img img {
    height: 200px;
    width: 280px;
}
.term-blk p {
    font-weight: normal;
}
.term-blk p span {
    font-weight: bold;
}
/* Booking Form css */

form.booking-form {
    width: 92%;
    background: #fff;
    margin: 0 auto;
    padding: 15px 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.calendar-icon {
    position: relative;
    width: 32%;
    margin-right: 12px;
}
i.fa-calendar {
    position: absolute;
    top: 15px;
    right: 16px;
    z-index: 99;
    color: #9d1a19;
}
.home_calendr_booking i.fa-calendar {
    top: 16px;
}
input#reservation_id {
    width: 100%;
    border: none;
    background: transparent;
	position: relative;
}
select#adults {
    border: none;
    margin: 0px 6px 0px 0px;
    background: transparent;
}
/* input#checkin {
    width: 55%;
    height: 38px;
    padding: 0 15px;
} */
input#adults {
    width: 10%;
    padding: 0px 15px;
    height: 52px;
    margin-right: 12px;
}/*
input.submit-btn {border-radius:50px;
    width: 100%;
    max-width: 170px;
    font-weight: 700;
    color: #fff;
    background: #ca1111;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 20px;
}*/
input.submit-btn {border-radius:50px;
    width: 100%;
    max-width: 170px;
    font-weight: 700;
    color: #fff;
    background: #ca1111;
    text-transform: uppercase;
    font-size: 17px;
    padding: 14px 20px !important;
	font-family: "Spectral", Sans-serif !important;
}
input.submit-btn:hover{background:#9d0e0e;
color:#fff;}
label {
    font-size: 16px;
    font-weight: 700;
    color: #1c1c1c;
    margin-right: 12px;
    font-family: "Spectral", Sans-serif;
}
.form-details-blk p ,.term-blk p{
    font-size: 17px;
}
/* button.submit-btn {
    border-radius: 50px;
    width: 100%;
    max-width: 170px;
    font-size: 18px;
    color: #fff;
    background: #ac0000;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 30px;
    display: block;
} */
form.select-date-form .form-details-blk input.form-control {
    border: 1px solid #ddd !important;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    background: #fff;
    width: 100% !important;
    padding: 12px 10px !important;
    margin-top: 10px;
    margin-bottom: 5px;
    border-radius: 10px;
}
.intl-tel-input.separate-dial-code .selected-flag {
    background-color: unset !important;
}
.intl-tel-input .flag-container {
    position: absolute;
    top: 12px;
    bottom: 5px;
    right: 0;
    height: 60% !important;
    width: 100%;
    padding: 10px 0px;
}
.form-details-blk p{font-size:17px;}
.intl-tel-input input, .intl-tel-input input[type=tel], .intl-tel-input input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 10px!important;
    margin-bottom: 5px!important;
    padding-right: 0px;
    margin-right: 0;
}
.form-details-blk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-details-blk h4 {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #1c1c1c;
    font-family: "Spectral", Sans-serif;
    margin-bottom: 10px;
}
form.select-date-form .term-blk label{
	display:flex;
}
form.select-date-form .term-blk p{margin-left:10px; width: 100%;}
.form-details-blk .input-field{
	width:49%;
}
.term-blk {
    margin-bottom: 27px;
}
.form-details-blk textarea{
	margin:10px 0;
}
form.select-date-form h2 {
    color: #1C1C1C;
    font-weight: bold;
    margin-top: 20px;
}
form.select-date-form label{margin-bottom:5px;}
.detail_box .select-date-form h2{font-size:26px;}

.price-blk img {
    width: 100%;
    border-radius: 10px;
}
.price-thumb {
    width: 43%;
	border-radius: 10px;
    margin-right: 20px;
}
.price-blk {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.price-blk h2 {
    font-size: 18px;
    font-weight: bold;
    color: #1c1c1c;
    margin-bottom: 4px;
}
.div-inline-payment div {
    color: #1c1c1c;
	 font-family: "Spectral", Sans-serif;
}
.div-inline-payment {
    display: flex;
    margin-bottom: 0.75rem;
    justify-content: space-between;
}
.coupon-sec.div-inline-payment {
    column-gap: 10px;
}
.coupon-sec.div-inline-payment input {
    width: 80%;
}
.detail-sec.price-sec .div-inline-payment {
	 margin-bottom: 1.75rem;
}
button.hide-btn {
    padding: 0;
    background: transparent;
    font-size: 18px;
    color: #1c1c1c;
    font-weight: bold;
    display: inline-block;
    text-align: left;
    margin-bottom: 0.75rem;
}
.discount-blk {
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(12, 1fr);
    gap: 1.5rem;
}
.discount-blk input {
    grid-column: auto / span 8;border: 1px solid #ddd !important;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    background: #fff;
    width: 100% !important;
    padding: 12px 10px !important;
    margin-bottom:0px;
    border-radius: 10px;
}
.discount-blk button {
    grid-column: auto / span 4;
    background: #c90003;
    color: #fff;
    font-size: 19px;
    border-radius: 50px;
    padding: 0;
}
.secure-div-outer img {
    width: 49px;
    margin-right: 20px;
    margin-top: 5px;
}
.secure-div-outer {
    display: flex;
    align-items: self-start;
}
.secure-info h2 {
    font-size: 26px;
    color: #1C1C1C;
    font-weight: bold;
    margin-bottom: 10px;
}

.mobile-detail-sec {
	display:none;
}
/* Booking Form css */
.form-details-blk:nth-child(3) {
    margin-bottom: 25px;
}
/* Coupon Sec */

.coupon-sec a.coupon-btn {
    background: #b00808;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 2px 30px;
    border-radius: 30px;
   /*  margin-left: 20px; */
    align-content: center;
	font-family: "Spectral", Sans-serif;
}
.coupon-sec input.form-control {
    margin-bottom: 0 !important;
    border-radius: 30px;
}
.invalid-coupon span{
	color: #b00808;
}
/* End Coupon Sec */

/* inquiry css */
/* form.select-date-form input.form-control {
    border-bottom: 1px solid #ddd !important;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    background: #fff;
    width: 100% !important;
    padding: 12px 0 !important;
    margin-bottom: 20px;
} */
form.select-date-form label {
    width: 100%;
    display: block;
}
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
}
ul.price-listing li {
    color: #1c1c1c;
    font-weight: 700;
    font-size: 16px;
    font-family: "Spectral", sans-serif;
    margin: 0 30px 0 0px;
}
ul.price-listing {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 20px;
    margin-bottom: 0;
    margin-top: 8px;
}
figure.elementor-image-box-img img {
    border-radius: 15px !important;
}
.elementor-image-box-wrapper h5 {
    margin-bottom: 10px !important;
}
.term-blk{position:relative;}
.term-blk label.error {
    position: absolute;
    top: 23px;
    left: 10px;
}
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day{font-size:12px;}
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered) span{
	background: #0f3441;
}
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-today {
    color: #fff!important;
    background: #689aaf;
}
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-today{color: #0f3441!important;}
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek{font-size: 13px;color: #0f3541;}
.select-date-form input,.select-date-form textarea{font-size:17px;font-family: 'DM Sans', sans-serif;}
.hotel-detail-sec p {
    font-size: 17px;
}
.input-field label {
    font-size: 17px;
}
/* inquiry css */

/* hotel-detail form css */

form.hotel-detail-form input.form-control {
    border-bottom: 1px solid #ddd !important;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    background: transparent;
    width: 100% !important;
    padding: 12px 0 !important;
    margin-bottom: 20px;
}
form.hotel-detail-form label {
    width: 70%;
    display: block;
}
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
}

form.hotel-detail-form {
    /* display: flex; */
    align-items: center;
}
h2.Reservation_heading {
    padding-top: 20px;
}
div#addredd-blk {
    width: 50%;
    float: none;
    display: inline-block;
    box-shadow: none;
    border: 1px solid #86957a;
    border-radius: 20px;
    padding: 20px 29px;
    background-color: rgb(134 149 121 / 16%);
    background-image: url(https://hostaway.calculatorgurus.com/wp-content/uploads/2024/02/bg-map-1.png);
    background-size: cover;
}
.amenities-blk h3, .reviews-sec h3 {
    margin-top: 20px;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 600;
    color: #484848;
    margin-bottom: 10px;
}
.amenities-blk, .reviews-sec {
    margin: 0px 10px 60px 0px;
    padding: 0px 7px;
	width: 100%;
}


.price-per-night-sec {
    display: flex;
    margin-bottom: 0.75rem;
    justify-content: space-between;
	margin-bottom:20px;
}
.price-per-night-sec p{
	margin-bottom:0px;
	
}

.price-per-night-sec .review-link {
    display: flex;
    column-gap: 10px;
    font-weight: 600;
}
.price-per-night-sec .review-link a {
    color: #b00808;
    text-decoration: underline;
}
.price-per-night-sec .review-rating, .reviews-sec .review-rating{
    background: #b00808;
    color: #fff;
    padding: 0px 10px;
    border-radius: 45px;
	
}
.price-per-night-sec .review-rating{
	line-height: 28px;
	height:28px;
}
.reviews-sec h3 {
    margin-left: 40px;
    margin-bottom: 30px;
}
.reviews-sec .review-container {
    padding: 50px 40px 30px 40px;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0px 0px 9px 0px #00000033;
}
.reviews-sec .review-foot {
    display: flex;
    column-gap: 10px;
	font-weight: 700;
}
.reviews-sec .review-container p {
    font-size: 100%;
    line-height: 1.5rem;
    margin-bottom: 30px;
}
.reviews-sec .review-container .guestName {
    color: #b00808;
}


div#addredd-blk p {
    margin: 0;
	font-weight: bold;
}
div#addredd-blk div{margin-bottom:10px;}
div#addredd-blk div:last-child {
    margin: 0;
}

.only_mob{
	display:none;
}

/* hotel-detail form css */
ul#menu-1-41f402d {
    list-style: none !important;
    width: 100%;
    display: inline-flex;
}
.explore-sec .e-con-inner {
    background: #f8f8f8;
    border-bottom: 2px solid #b80e0e;
    margin-bottom: 20px;
    padding: 20px 30px;
}
.quote-icon .elementor-icon {
    background: #7e8d55;
    border-radius: 50px;
    padding: 10px;
    color: #fff!important;
}
.package-testimonial-sec {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 11%);
    border-radius: 20px;
}
.mob-screen{display:none;}
	.desktop-screen{display:block;}

.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-start-day, .caleran-input .caleran-header .caleran-header-end .caleran-header-end-day {
    font-size: 18px !important;
    margin-top: 0 !important;
    color: #a6aab3 !important;
    margin-right: 5px !important;
}

.detail_box .select-date-form h2{
	width:100%;		
}

.forms_sec {
    width: 100%;
    display: flex;
    gap: 35px;
    padding: 0px 0px 20px 0px;
    flex-direction: column;
}
.hotel_detail_col {
    width: 100%;
    max-width: 100%;
}
.book_form_col {
    width: 100% !important;
    max-width: 100%;
    padding: 40px 30px 30px 30px !important;
    margin: 0px 0px 0 0px;
    border-radius: 50px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 16%);
}
.booking-form.book_form_col h2{color: #484848;
    font-weight: 600;}
	
.book_form_col span.wpcf7-form-control-wrap {
    margin-bottom: -8px;
}	
.book_form_col textarea.wpcf7-form-control.wpcf7-textarea {
    resize: none;
    height: 80px;
}

.book_form_col .select-header {
    border: 1px solid #e1e5e9;
    border-radius: 2px;
    background-color: #fafafa;
}
.book_form_col .select-dropdown{border: 1px solid #007cba;    border-radius: 0 0 2px 2px;}

.book_form_col .book_sbmit {
    margin: -11px 0px 5px 0px !important;
}
.book_form_col input.wpcf7-form-control.wpcf7-submit {
    border-radius: 50px;
    color: #fff;
    background: #b00808;
    font-size: 18px;
    padding: 12px 30px;
    font-weight: 600;
}


/* home calendar css start */

.caleran-input {
    border-radius: 30px !important;
    border: none !important;
    box-shadow: 0px 4px 20px rgb(67 67 67 / 10%) !important;
    padding: 10px 20px !important;
}
.caleran-calendar {
    border-right: none !important;
}
.caleran-title {
    border-bottom: none !important;
}
.caleran-box-arrow-bottom {
    width: 22px !important;
    height: 22px !important;
    z-index: 12 !important;
    margin-left: 22px !important;
    position: absolute !important;
    bottom: -1px !important;
}
.caleran-box-arrow-top {
    width: 22px !important;
    height: 22px !important;
    z-index: 12 !important;
    margin-left: 22px !important;
    position: absolute !important;
    top: 0px !important;
}
button.caleran-apply {
    background: #ca1111 !important;
    border-radius: 20px !important;
    padding: 8px 20px !important;
    font-size: 14px !important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
button.caleran-cancel {font-size: 14px !important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 20px !important;
    border-radius: 20px !important;
    color: #fff !important;
}
.caleran-prev, .caleran-next {
    border: 1px #ca1111 solid;
    border-radius: 100%;
    padding: 0px 10px 4px;
}
i.fa.fa-chevron-left, i.fa.fa-chevron-right {
    font-size: 14px !important;
    line-height: 1.5;
}
.caleran-day span, .caleran-disabled span {
    font-weight: 600;
}
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-today, .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-today, .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-today, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-today, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-today, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-today{
	color: #fff !important;
}
/* home calendar css end */
#image_gallery_2633 .item-title {  display: none;}/* .experience-card {    display: flex;    align-items: center;    column-gap: 15px;    justify-content: space-between;    padding-bottom:20px;} */

/*.experience-card {    cursor: pointer;    display: flex;    align-items: center;    column-gap: 20px;    padding-bottom: 0px;    justify-content: space-between;    padding-left: 30px;    padding-right: 30px;    margin-bottom: 20px;    padding-top: 20px;}*/
.experience-card {
    cursor: pointer;
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
	border-bottom: 1px solid rgba(51, 5, 5, 0.3);
	
}

.experience-card:hover{background:rgba(227, 67, 13, 0.1);}

.parent-experience-card h2 {    margin-top: 0;    padding: 0 30px;    margin-bottom: 0;}/* .experience-card img {    height: auto;    max-width: 100%;    border: none;    border-radius: 0;    box-shadow: none;    max-width: 100px;    border-radius: 10px;    width: 100%;} */.experience-card img {    width: 120px;    height: 70px;    object-fit: cover;    border-radius: 15px; max-width: 89px;}.experience-card-inner {    width:100%; display: flex;    justify-content: space-between;    align-items: center;}/*--.experience-card-div {    display: flex;    justify-content: space-between;    width: 100%;       padding-bottom: 20px;}--*/.experience-card h4 {    display: inline-block;    width: 100%;    font-size: 18px;    font-weight: bold;    color: #1c1c1c;    font-family: "Spectral", Sans-serif;    margin-bottom: 10px;    margin-top: 0;}/* .experience-card button {    width: 18px;    height: 18px;    border-radius: 100%;    line-height: 10px;    font-size: 15px;    padding: 4px 5px 4px 4px;    text-align: center;    background: transparent;    border: 1px solid #333;} */.experience-card button {    width: 20px;    height: 20px;    border-radius: 100%;    line-height: 12px !important; display: flex !important; align-items: center; justify-content: center;    font-size: 20px;    padding: 0;    text-align: center;    background: transparent;    border: 1px solid #333;}span#qty-4194{font-size:20px;}.experience-card-checkbox {    display: flex;    align-items: center;    column-gap: 8px;}input.product_checkbox {    width: 18px;    height: 18px;}.parent-experience-card {background:rgba(227, 67, 13, 0.05);    padding-top: 20px;    border: 1px solid rgba(227, 67, 13, 0.2);    box-sizing: border-box;    margin-top: 25px;    border-radius: 40px;    padding-bottom: 25px;}.experience-inner-btn {    display: flex;    align-items: center;    column-gap: 10px;}.experience-card p.experience-para {    margin-bottom: 10px; font-family:"Spectral", Sans-serif;font-size:17px;}.experience-card p.price {    font-size: 20px;    font-weight: 800;    color: rgb(227, 67, 13);font-family:"Spectral", Sans-serif;}span#qty-4190 {    font-size: 20px;    line-height: 20px;}
.parent-experience-card .experience-card:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.title-quanity h4 {
    margin-bottom: 0px !important;
}
.experience-card-inner p.price {
    margin-top: 10px;
}
.mob-reservation-details {
    background: #fff;
    /* box-shadow: rgb(149 157 165 / 16%) 1px 3px 10px; */
    padding: 25px;
    border-radius: 30px;
    box-shadow: rgb(100 100 111 / 16%) 0px 7px 29px 0px;
}
.mob-reservation-details .Reservation_heading{
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
}
input#dates_id {
    width: 100%;
    margin-bottom: 0;
    background: #fbfbfb;
    border-radius: 10px;
    padding: 12px 10px;
}
.minus_plus_cls {
    background: none;
    border: 1px solid #727272;
}
.input-field.guest_cls {
    border-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 0px;
}
input#adults {
    background: none;
    font-weight: 600;
    font-size: 17px;
}
label#Guest_id {
    font-weight: 600;
    font-size: 17px;
}

.experience-card button > span {
    position: relative;
}

@media only screen and (max-device-width: 768px) {
  
.parent-experience-card .experience-card button > span {
    position: relative;
	top: -1px;
}
}
 
.android-device .experience-card button > span {
    position: relative;
	top: 0;
}






/*Hotel Details page Start*/
ul.amenities-list li {
    display: flex;
    align-items: center;
    gap: 12px;
	font-family:"Spectral", Sans-serif;
}
.select-header,textarea {
    font-family: 'DM Sans',sans-serif;
}
ul.amenities-list li i {
    width: 20px;
}
.amenities-blk button.show_all {
    font-family:"Spectral", Sans-serif;
	font-size: 18px;
    padding: 14px 30px;
	border-radius: 50px;
}
.b_dates{
    padding: 11px 15px;
    border: 1px solid #e1e5e9;
    border-radius: 2px;
    background: #fafafa;
}
/*Hotel Details page End*/
@media only screen and (max-width:1180px){	.detail-div {    column-gap: 50px;}	}


@media only screen and (min-width:992px){
.castle_detail{max-width:50%;}	
}
@media only screen and (max-width:991px){
	.mob-screen{display:block;}
	.desktop-screen{display:none;}
	.detail-div {margin-top:10px;    flex-direction: column;}
	.div-rate-per-night {
		font-size: 16px;
	}
	.div-rate-per-night strong {
		color: #ff0000;
		font-size: 18px;
	}
	.single-img img{
		height:200px;
	}
	#Property-list .property-blk .box {
    max-width: 45%;
}
	form.booking-form {
    width: 75%;
    padding: 20px 25px;
    border-radius: 10px;
    display: block;
}
form.booking-form label {
	margin-right:0px;
    width: 100%;
}
.calendar-icon {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}	
input#adults {
    width: 100%;
    margin-right: 0px;
}
input.submit-btn {
    max-width: 22%;
    margin-top: 20px;
}
.property-blk .container > .box {
flex: 0 0 47%;}
.hotel-image img {
    height: 200px;
}
.single-img {
    width: 100%;
}
.detail_box {margin-right:0px;
   max-width:100%;float:none;
}
/* .hotel-detail-sec, div#addredd-blk{display:block;} */
.group-img, .price-sec, .inquiry-price-sec{display:none;}
/* Booking Mobile Price Detail */
.mobile-detail-sec {
	display:block;
	margin: 20px 0px 20px 0px;
    /*box-sizing: border-box;
    padding: 40px 30px 30px 30px;
    
    max-width: 100%;
    border-radius: 30px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 16%);
	*/
}
.mobile-detail-sec .price-blk{
    display: block;
}
.mobile-detail-sec .price-thumb{
    width: 100%;
    margin-bottom: 10px;
}

/* End Booking Mobile Price Detail */

/* form.select-date-form h2{margin-top:0px;} */
.detail_box.date-from-sec, .inquiry-detail-box {
    margin: 0;
}
.amenities-blk,.reviews-sec {
    margin: 0px 0px 40px 0px;
}
form.hotel-detail-form label {
    width: 100%;
}
.hotel-detail-sec, div#addredd-blk {
    float: left;
    margin: 40px 10px 0;
    max-width: 47%;
    width: 100%;
}
button.book-now-btn {
    width: 100%;
    margin-bottom: 15px;
	
}
/* .only_mob{
	display:block !important;
} */
/* .book_now {
    border-radius: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    color: #fff;
    background: #b00808;
    font-size: 18px;
    padding: 12px 30px;
    font-weight: 600;
    width: 150px;
    position: fixed;
    text-align: center;
    z-index: 99;
    right: 0;
    bottom: 250px !important;
} */
a.book_now:hover {
    color: #fff !important;
}
}

@media only screen and (max-width:767px){
	button.caleran-cancel{color:#ca1111 !important;}
	button.caleran-apply {
    padding: 11px 20px !important;
}
	select#adults {margin:0px 0px 0px 0px;
    width: 100%;
}
.title-quanity h4 {
font-size:16px;
}
.reservation-id input {
    width: 70%;
}
	ul.amenities-list li {
    width: 33%;
}
.amenities-blk, .reviews-sec {
    margin: 0px 0px 0px 0px !important;
}
/* .only_mob{
	display:block !important;
}
.book_now {
    border-radius: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    color: #fff;
    background: #b00808;
    font-size: 18px;
    padding: 12px 30px;
    font-weight: 600;
    width: 150px;
    position: fixed;
    text-align: center;
    z-index: 99;
    right: 0;
    bottom: 300px !important;
}
a.book_now:hover {
    color: #fff !important;
} */
	.experience-card {    padding-left: 15px;    padding-right: 15px;}.parent-experience-card h2 {    padding: 0 15px;}
.mob-reservation-details h2 {
    padding-top: 0px;
    margin-top: 0px !important;
}
.mob-reservation-details {
    padding: 30px 20px;
    width: 100%;
    border-radius: 30px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 16%);
    margin-top: 20px;
    box-sizing: border-box;
}
.mob-reservation-details .coupon-sec.div-inline-payment {
    box-sizing: border-box;
    column-gap: 10px;
}
.mob-reservation-details .coupon-sec.div-inline-payment input {
    width: 80%;
}
.mob-reservation-details .div-inline-payment {
    font-size: 14px;
}
.book_form_col{padding: 30px 25px 30px 25px !important; margin-top: 25px !important;border-radius: 20px;}

.detail_box h3{font-size:22px;}
ul.w_choose_list li span {
    position: relative;
    top: -1px;
}
}
div#review-sec {
    padding-bottom: 40px;
}

@media only screen and (max-width:580px){
.price-per-night-sec .review-link {
    padding-right: 30px;	
}
.reservation-id input {
    width: 100%;
}
.address-div, .name-div, .calendar-div, .time-div, .guest-div {
    align-items: flex-start;
}
.hotel-name-div h2, .price-breakdown-div h2, .payment-div h2 {
    font-size: 24px;
}
.price-break, .invoice-div, .receipt-div, .hotel-name-div {
    display: block;
}
img.img1 {
    
    margin-bottom: 10px;
}
.view-reservation-sec {
    padding: 0 15px;
}
.price-break h3, .payment-div p, .price-breakdown-div h2, .payment-div h2 {
    margin-bottom: 10px;
}
a.invoice-btn{
    margin-top: 20px !important;
    display: block;
    max-width: 220px;
}
a.receipt-btn {
    margin-top: 20px !important;
    display: block;
    max-width: 130px;
}
.price-breakdown-div, .payment-div{padding-bottom:20px;padding-top:20px;}
p.paid {
    max-width: 80px;
}
	h2.Reservation_heading {
    font-size: 24px !important;
    margin-bottom: 25px !important;
}
input.submit-btn {
    margin-top: 25px !important;
}
h2.payment_info {
    padding-top: 16px !important;
}
h4.card_detail {
    margin-top: 10px !important;
}
.reservation_details_wrapper .term-blk input[type=checkbox] {
    margin-top: 1px !important;
    height: 1.25rem !important;
    width: 1.25rem !important;
    border: 0.125rem solid rgba(28, 28, 28, 0.5) !important;
}
.reservation_details_wrapper label.error {
    margin-top: 30px !important;
}
.reservation_details_wrapper h2 {
    font-size: 24px !important;
}
.reservation_details_wrapper .div-inline-payment {
    margin-bottom: 15px !important;
}
.reservation_details_wrapper .form-details-blk .input-field input, .form-details-blk textarea {
    border-color: rgb(220, 220, 220);
    border-style: solid;
    border-width: 0.0625rem;
    color: rgb(28, 28, 28);
    font-size: 1rem;
    line-height: 1.5rem;
    outline: none;
    padding: 0.8125rem 1rem;
    width: 100%;
    border-radius: 0.875rem;
}
.form-details-blk {
    padding-top: 30px;
}
	#Property-list .property-blk .box {
		max-width: 90%;
	}
	.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-day, .caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-day {margin-top:0px !important;color: #a6aab3 !important;
	margin-right:5px !important;
	font-size: 16px !important;}
	.hotel-detail-sec, div#addredd-blk{display:none;}
	.detail-sec.mobile-price-detail.hotel-detail-sec {
		display: block;
		position: fixed;
		bottom: 0px;
		background: #fff;
		width: 100%;
		max-width: 100%;
		margin: 0px;
		left: 0px;
		z-index: 999;
        border-radius: 50px 50px 0px 0px;
	}
	.detail-sec.mobile-price-detail.hotel-detail-sec .price-detail-popupclose {
    position: absolute;
    top: -2px;
    right: 16px;
    background: #0b242f;
    color: #fff;
    padding: 7px 8px;
    font-size: 15px;
    border-radius: 50px;
    line-height: 16px;
    width: 27px;
    height: 27px;
}
	.mobile-detail-sec .price-detail-title, .mobile-detail-sec .price-blk{
		display:none;
	}
footer#colophon ul.elementor-icon-list-items {
    margin-bottom: 40px !important;
}
	.property-blk .box {
    display: block;
    max-width: 100%;
    width: 100%;
    float: none;
    margin: 0 auto 20px;
}
	.detail_box h2 {
    font-size: 25px;
}
	form.booking-form {
    width: 100%;
}
.property-blk .container > .box {
    flex: 0 0 95%;margin:0 auto 20px;
}

input.submit-btn {
    max-width: 45%;
}
.form-details-blk .input-field {
    width: 100%;
}
.term-blk input[type=checkbox] {
    margin-top: 5px;
}
form.select-date-form .term-blk label {
    align-items: flex-start;
}
.detail_box .select-date-form h2{
	font-size:28px;
	
}

ul.amenities-list li {
    padding: 5px 20px 5px 23px;
    position: relative;
    font-size: 14px;
    line-height: 18px;
	width:50% !important;
	font-size: 16.5px;
}

ul.amenities-list li img {
    width: 17px;
    position: absolute;
    left: 0;
}
.only_mob{
	display:block !important;
}
.book_now_sec{
	border-top: 1px solid #808080;
	display: flex !important;
	align-items: center;
	border-radius: 0px;
	color: #b00808;
	background: #fff;
	font-size: 18px;
	padding: 5px;
	font-weight: 600;
	height: 80px;
	width: 100%;
	position: fixed;
	text-align: center;
	z-index: 99;
	right: 0;
	bottom: 0px !important;
}
.book_now_sec .book_now {
	border-radius: 30px;
	color: #fff;
	background: #b00808;
	font-size: 18px;
	padding: 12px 30px;
	font-weight: 600;
	width: -webkit-fill-available;
	font-family: "Spectral", Sans-serif;
}
.book_now_sec .booknow_price {
    width: 90%;
    text-align: left;
    padding-left: 15px;
    font-size: 25px;
	font-family: "Spectral", Sans-serif;
}

/*
.book_now {
    border-radius: 0;
    border-radius: 0px;
    color: #fff;
    background: #b00808;
    font-size: 18px;
    padding: 12px 30px;
    font-weight: 600;
    width: 100%;
    position: fixed;
    text-align: center;
    z-index: 99;
    right: 0;
    bottom: 0px !important;
}
*/
a.book_now:hover {
    color: #fff !important;
}
	a#book-cottage, a#vaccation-package {
    width: 100%;
}
	.explore-sec .e-con-inner {
   
    padding: 15px 15px;
}

}
@media only screen and (max-width:330px){		.experience-card {    flex-direction: column;    align-items: flex-start;    row-gap: 10px;}	.experience-card img {    width: 100%;    height: 150px;    object-fit: cover;    border-radius: 15px;}.coupon-sec a.coupon-btn {    font-size: 16px;    padding: 2px 15px;    border-radius: 15px;    align-content: center;    line-height: 16px;}	}

.booking-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 2rem;
}

.booking-form h2 {
    font-size: 24px;
    margin-bottom: 1rem;
    text-align: center;
}

/* Add this to your theme's style.css */

/* Custom Select with Checkboxes Styling */
.custom-select-with-checkboxes {
    position: relative;
    width: 100%;
    font-family: inherit;
}

.select-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 50px;
    box-sizing: border-box;
}

.select-header:hover {
    border-color: #007cba;
}

.select-header.active {
    border-color: #007cba;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 124, 186, 0.1);
}

.selected-text {
    flex: 1;
    font-size: 16px;
    color: #999;
    user-select: none;
}

.dropdown-arrow {
    font-size: 12px;
    color: #666;
    transition: transform 0.3s ease;
    user-select: none;
}

.select-header.active .dropdown-arrow {
    transform: rotate(180deg);
}

.select-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 2px solid #007cba;
    border-top: none;
    border-radius: 0 0 8px 8px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    box-shadow: 0 4px 12px rgba(0, 124, 186, 0.15);
}

.select-dropdown.open {
    display: block;
}

.checkbox-option {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #f0f0f0;
}

.checkbox-option:hover {
    background-color: #f8f9fa;
}

.checkbox-option:last-child {
    border-bottom: none;
}

.checkbox-option input[type="checkbox"] {
    margin: 0 12px 0 0;
    width: 18px;
    height: 18px;
    accent-color: #007cba;
    cursor: pointer;
}

.checkbox-option label {
    flex: 1;
    cursor: pointer;
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    user-select: none;
}

.checkbox-option input[type="checkbox"]:checked + label {
    color: #007cba;
    font-weight: 500;
}

/* Custom Scrollbar */
.select-dropdown::-webkit-scrollbar {
    width: 8px;
}

.select-dropdown::-webkit-scrollbar-track {
    background: #f8f9fa;
}

.select-dropdown::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.select-dropdown::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Focus states for accessibility */
.select-header:focus {
    outline: 2px solid #007cba;
    outline-offset: 2px;
}

.checkbox-option input[type="checkbox"]:focus {
    outline: 2px solid #007cba;
    outline-offset: 2px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .select-header {
        padding: 10px 12px;
        min-height: 44px;
    }
    
    .checkbox-option {
        padding: 10px 12px;
    }
    
    .select-dropdown {
        max-height: 250px;
    }
}

/* Animation for smooth dropdown */
.select-dropdown {
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #b00808;
    color: white;
}

.enhanced-text{
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding-left: 0px;
    border-bottom: 1px solid #b00808;
    /* backdrop-filter: blur; */
    padding-bottom: 20px;
    margin-bottom: 10px;
}