*{
	padding:0;
	margin:0;
}

/* Spinner styles */
.spinner-wrapper{
	position:relative;
	height:50px;
}

.spinner {
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #16303B;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    transform: translate(-50%, -50%);
    right: 0;
    margin: auto;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* Hidden by default */
.Property-search-widget {
	display: none;
}

/*  */

/* Tooltip container (the <li> element) */
.ownerrez-callout-amenities-list li {
	position: relative; /* Needed for the tooltip positioning */
	cursor: pointer; /* Indicate it's interactive */
}

/* Tooltip styling */
.ownerrez-callout-amenities-list li:hover i{
	color: #FF9D00;
}
.ownerrez-callout-amenities-list li:hover::after {
	content: attr(title); /* Use the title attribute as the tooltip text */
	position: absolute;
	bottom: 120%; /* Position above the element */
	left: 50%; /* Center align horizontally */
	transform: translateX(-50%);
	background-color: #333; /* Dark background for tooltip */
	color: #fff; /* White text for contrast */
	padding: 8px 12px; /* Spacing inside the tooltip */
	border-radius: 4px; /* Rounded corners */
	white-space: nowrap; /* Prevent line breaks in tooltip text */
	font-size: 14px; /* Adjust text size */
	z-index: 10; /* Ensure it appears above other elements */
	opacity: 0; /* Initially hidden */
	visibility: hidden; /* Initially not visible */
	transition: opacity 0.2s ease, visibility 0.2s ease; /* Smooth fade-in */
}

/* Show the tooltip on hover */
.ownerrez-callout-amenities-list li:hover::after {
	opacity: 1; /* Fully visible */
	visibility: visible; /* Tooltip becomes visible */
}

/* Optional: Tooltip arrow */
.ownerrez-callout-amenities-list li:hover::before {
	content: '';
	position: absolute;
	bottom: 110%; /* Position at the base of the tooltip */
	left: 50%; /* Center align horizontally */
	transform: translateX(-50%);
	border-width: 6px; /* Size of the arrow */
	border-style: solid;
	border-color: transparent transparent #333 transparent; /* Dark arrow */
	z-index: 10; /* Ensure it appears above other elements */
}

/* Read More on Post Content */
.cst-post-content p {
	overflow: hidden;
	max-height: 0;
	opacity: 0; 
	margin: 0;
	transition: max-height 0.3s ease, opacity 0.3s ease;
	display:none;
}

.cst-post-content p.visible {
	max-height: 1000px;
	opacity: 1;
	margin: 16px 0;
	display:block;
}

.cst-post-content span {
	color: #3E6373;
	cursor: pointer;
	transition: color 0.2s ease;
	text-decoration: underline;
	margin: 0 5px;
	font-weight: 600;
}

.cst-post-content span:hover {
	color: #3E6373;
}

/*  */
.review-content {
	position: relative;
	margin: 0 !important;
}

.short-content {
	display: inline;
}

.full-content {
	display: none;
}

.read-more-toggle {
	display: inline-block;
	margin-top: 10px;
	color: #16303B;
	font-size: 14px;
	font-weight:bold;
	cursor: pointer;
}

.prev-arrow, .next-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #ffffff;
	color: #000;
	border: none;
	padding: 3px 0px 5px;
	cursor: pointer;
	font-size: 30px;
	z-index: 10;
	width: 30px;
	height: 30px;
	/* font-family: cursive; */
	display: flex
		;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	transition: .4s ease;
	opacity: 0;
}
.property-gallery-item:hover .prev-arrow, .property-gallery-item:hover .next-arrow{
	opacity:1;
	transition:.4s ease;
}
.prev-arrow {
	left: 8px; /* Adjust based on your layout */
}

.next-arrow {
	right: 8px; /* Adjust based on your layout */
}
.property-gallery-item {
	position: relative;
}

.property-gallery-item .slick-dotted.slick-slider{
	margin-bottom: 0px !important;
}

.property-grid {
	display:flex;
	gap:20px;
}
.property-gallery-container {
	width: 50%;
	position:relative;
}
.property-gallery-item .slick-slide > div img {
	height: 350px;
	width:100%;
	object-fit: cover;
}
.review-count .e-loop-item > .e-flex.e-con.e-child {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.review-count .e-loop-item > .e-flex.e-con.e-child .elementor-heading-title, 
.review-count .e-loop-item > .e-flex.e-con.e-child ul.elementor-icon-list-items {
	padding: 7px 10px;
	background-color: var(--e-global-color-primary);
	color: #fff;
	border-radius: 4px;
	margin: 0;
}
.review-count .e-loop-item > .e-flex.e-con.e-child ul.elementor-icon-list-items span.elementor-icon-list-icon svg {
	fill: #ffc107;
	width: 18px;
	height: 18px;
}
.review-count .e-loop-item > .e-flex.e-con.e-child ul.elementor-icon-list-items li {
	flex-direction: row-reverse;
	gap: 10px;
	align-items: center;
	margin: 0;
}
.card-title-wrap {
	border: 1px solid #959595;
	border-radius: 0 0 20px 20px;
	margin-top: -6px;
	border-top:0px;
}
.review-count {
	position: absolute;
	width: 100%;
	top: 5px;
}
.property-gallery-item .slick-slide, .property-gallery-item .slick-slide > div img {
	border-radius: 20px 20px 0 0;
}
.property-gallery-item .slick-list.draggable{
	border-top-right-radius: 20px;
}
.card-title-wrap h3.elementor-heading-title {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400 !important;
}
.card-title-wrap ul.elementor-icon-list-items li {
	border-right: 1px solid;
	margin-right: 0 !important;
	padding-right: 8px;
}
.card-title-wrap ul.elementor-icon-list-items li:last-child{
	border-right:0px;
}
.card-title-wrap .elementor-widget-divider {
	border-top: 1px solid #9a9a9a;
}

@media (max-width:1140px){
	.property-gallery-item .slick-slide > div img {
		height: 300px;
		object-fit: cover;
	}
}
@media (max-width:840px){
	.property-grid {
		flex-wrap: wrap;
		justify-content: center;
	}
	.property-gallery-container {
		width: 65%;
	}
}
@media (max-width:600px){
	.property-gallery-container {
		width:80%;
	}
}
@media (max-width:500px){
	.property-gallery-container {
		width:90%;
	}
	.review-count .e-loop-item > .e-flex.e-con.e-child .elementor-heading-title, .review-count .e-loop-item > .e-flex.e-con.e-child ul.elementor-icon-list-items {
		font-size: 12px;
	}
	.review-count .e-loop-item > .e-flex.e-con.e-child ul.elementor-icon-list-items span.elementor-icon-list-icon svg {
		width: 14px;
		height: 14px;
	}
	.property-gallery-item .slick-slide > div img {
		height: 250px;
	}
}

/* Slick Slider */
.slick-dots-container {
	width: 5.5rem;
	overflow: hidden;
	display: block;
	padding: 0;
	margin: 0.625rem auto;
	height: 0.875rem;
	position: absolute;
	top: 85%;
	left: 0;
	right: 0;
}

.slick-dots-container > ul {
	padding: 0;
	display: flex;
	transition: all 0.25s;
	position: relative;
	margin: 0;
	list-style: none;
	transform: translateX(0);
	align-items: center;
	bottom: unset;
	height: 100%;
}

.slick-dots-container > ul li {
	width: 0.625rem;
	height: 0.625rem;
	margin: 0 0.25rem;
	background-color: white;
	border: none;
	border-radius: 50%;
}

.slick-dots-container > ul li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 0.625rem;
	height: 0.625rem;
	padding: 0.3125rem;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0;
}

.slick-dots-container > ul li.p-small-1,
.slick-dots-container > ul li.n-small-1 {
	transform: scale(0.8);
}

.slick-dots-container > ul li.slick-active {
	transform: scale(1.3);
	transform-origin: center;
	background: #16303b;
}

.slick-dots li button:before {
	display: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	background: #16303b;
}

/*  */

.review-count .elementor-element.e-child .elementor-icon-list--layout-inline:first-child .elementor-icon-list-items{
	flex-wrap:nowrap !important;
}
.review-count .elementor-element.e-child .elementor-icon-list--layout-inline:first-child .elementor-icon-list-items {
	padding: 7px 35px !important;
	position: relative;
}
.review-count .elementor-element.e-child .elementor-icon-list--layout-inline:first-child .elementor-icon-list-items:before {
	content: "";
	width: 22px;
	height: 100%;
	background-image: url(/wp-content/uploads/2024/12/right-1.svg);
	position: absolute;
	left: 7px;
	background-size: contain;
	background-repeat: no-repeat;
	top: 10px;
}
.review-count .elementor-element.e-child .elementor-icon-list--layout-inline:first-child .elementor-icon-list-items:after {
	content: "";
	width: 22px;
	height: 100%;
	background-image: url(/wp-content/uploads/2024/12/left.svg);
	position: absolute;
	right: 7px;
	background-size: contain;
	background-repeat: no-repeat;
	top: 10px;
}
@media (max-width:500px){
/* 	.review-count .elementor-element.e-child .elementor-icon-list--layout-inline:first-child .elementor-icon-list-items:before, 
	.review-count .elementor-element.e-child .elementor-icon-list--layout-inline:first-child .elementor-icon-list-items:after{
		display: none;
	} */
	.review-count .elementor-element.e-child .elementor-icon-list--layout-inline:first-child .elementor-icon-list-items {
		padding: 7px 10px !important;
	}
	.review-count .elementor-element.e-child .elementor-icon-list--layout-inline:first-child br{
		display:none;
	}
}

@media (max-width:425px){
	.review-count .elementor-element.e-child .elementor-icon-list--layout-inline:first-child .elementor-icon-list-items:before{
    width: 12px;
    left: 7px;
    top: 8px;
	}
	
	.review-count .elementor-element.e-child .elementor-icon-list--layout-inline:first-child .elementor-icon-list-items:after{
    width: 12px;
    right: 7px;
    top: 8px;
	}
	
	.review-count .elementor-element.e-child .elementor-icon-list--layout-inline:first-child .elementor-icon-list-items {
		padding: 7px 25px !important;
	}

}

/* Single Property  */
#read-content h3 {
	font-family: "Taviraj";
	font-size: 22px;
	font-weight: 600;
	line-height: 36px;
	word-spacing: 1px;
	margin: 10px 0;
	text-transform: capitalize;
	color: #16303B;
}

/* Custom PopUp */

.custom-swal-popup{
	width: 60%;
}
.custom-swal-popup .swal2-html-container {
	text-align: left;
}
.custom-swal-popup .swal2-html-container ._tp3sbt h3,
.custom-swal-popup .swal2-html-container h3 {
	font-family: "Taviraj";
	font-size: 22px;
	font-weight: 600;
	line-height: 36px;
	word-spacing: 1px;
	margin: 10px 0;
	text-transform: capitalize;
	color: #16303B;
}
.custom-swal-popup .swal2-title {
	text-align: left;
	font-family: "Taviraj";
	color: #16303B;
	font-size: 32px;
	font-weight: 600;
	line-height: 38px;
	word-spacing: 1px;
	margin: 10px 0;
	text-transform: capitalize;
	padding: 0 25px 0;
}
.custom-swal-popup .swal2-html-container {
	padding-top: 0 !important;
}
.custom-swal-popup .swal2-html-container section, 
.custom-swal-popup .swal2-html-container section p,
#read-content{
	margin-bottom: 14px;
	text-align: justify;
	color: #3E6373;
	font-family: "Rubik", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}
.custom-swal-popup {
	padding: 30px 0;
	height: 90vh;
}
.custom-swal-popup .swal2-close {
	padding: 0 !important;
	font-size: 32px !important;
	color: #000 !important;
	background-color: transparent !important;
	margin-right: 20px;
}

.activity_post_content p,
.activity-content-popup .activity-content{
	text-align: justify !important;
    color: #3E6373;
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.activity-content-popup .swal2-title{
	text-align: left;
    font-size: 35px;
    color: #16303b;
    position: absolute;
    top: 19px;
    padding: 0 25px;
}

.swal2-popup.swal2-modal.activity-content-popup.swal2-show{
	padding: 0 !important;
}
.activity-content-popup .swal2-html-container {
	padding: 25px !important;
}

.activity-content-popup .swal2-close{
	font-size: 25px;
	font-weight: 100;
	color: #fff;
	padding: 0;
	margin: 10px;
}

.activity-content-popup .swal2-close:focus{
	border: none;

}

@media (max-width: 769px) {
	.swal2-popup.swal2-modal.activity-content-popup.swal2-show {
    	height: 60vh;
    	padding: 10px 0 !important;
	}
	.activity-content-popup .swal2-title {
		font-size: 30px;
	}
	.activity-content-popup .swal2-html-container {
    	padding: 10px 25px !important;
	}
	
	.custom-swal-popup .swal2-title {		
		font-size: 26px;	
		line-height: 28px;
	}
		
	.custom-swal-popup .swal2-html-container ._tp3sbt h3,
	.custom-swal-popup .swal2-html-container h3, #read-content h3  {
		font-size: 18px;
		line-height: 26px;
	}
}
/*  */

.thumbnail-slider {
	width: 400px;
}
.main-slider-container {
	width: calc(100% - 400px);
}
.property-gallery-slider {
	display: flex
		;
}
.prev-arrow, .next-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #ffffff;
	color: #000;
	border: none;
	cursor: pointer;
	font-size: 30px;
	z-index: 10;
	width: 30px;
	height: 30px;
	font-family: monospace;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	transition: .4s ease;
	opacity: 1;
}
.property-card-gallery:hover .prev-arrow, .property-card-gallery:hover .next-arrow{
	opacity:1;
	transition:.4s ease;
}
.prev-arrow:before {
	content: "";
	width: 10px;
	height: 10px;
	border-width: 0px 0px 2px 2px;
	border-style: solid;
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.next-arrow:before {
	content: "";
	width: 10px;
	height: 10px;
	border-width: 2px 2px 0px 0px;
	border-style: solid;
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.prev-arrow {
	left: 15px;
	padding-left:4px;
}
.main-slider-container{
	position:relative;
}
.property-gallery-slider {
	display: flex;
	gap: 10px;
}

.thumbnail-slider .slick-slide img {
	width: 100%;
	height: 188px;
	object-fit: cover;
	border-radius: 10px;
}
.main-slider.slick-slider .slick-slide img {
	height: 580px;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.next-arrow {
	right: 15px;
	padding-right:4px;
}
.property-card-gallery {
	position: relative;
}
.property-card-gallery .slick-slide img {
	height: 300px;
	object-fit: cover;
	width: 100%;
	border-radius: 10px 10px 0 0;
}
.slick-lightbox-inner .slick-lightbox-close {
	background-color: transparent !important;
	padding: 0;
	top: 50px;
	right: 25px;
}
.property_sleep_container {
	white-space: nowrap;
	display: flex;
	gap: 25px;
}
._sleep_item_icons {
	display: flex;
}
._sleep_item_desc {
	font-size: 14px;
	margin-top: 4px;
}

._sleep_item_title {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.4;
}

.property_sleep_container .sleep_item {
	border: 1px solid rgb(221, 221, 221);
	border-radius: 12px;
	height: 100%;
	overflow-wrap: break-word;
	padding: 24px 16px;
	width: 24%;
}

/* .house_rules_lists .house_rule_item:before {
	content: "";
	background-image: url(/wp-content/uploads/2024/12/image_2024_12_13T13_07_15_713Z-1.png);
	width: 20px;
	height: 20px;
	background-size: cover;
	position: absolute;
	left: 0;
	background-position: center;
	top: 0;
	bottom: 0;
	margin: auto;
} */

ul.amenities_lists, .house_rules_lists {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 17px;
    margin-bottom: 20px;
}

ul.amenities_lists .amenity-wrap,
.amenities-popup .swal2-html-container ul.all-amenities-lists .amenity-wrap {
	display:flex;
	align-items: center;
	width: 100%;
	gap: 0 8px;
	
}

ul.amenities_lists span.amanity-icon,
.amenities-popup .swal2-html-container ul.all-amenities-lists span.amanity-icon{
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
}

ul.amenities_lists .amanity-icon img,
.amenities-popup .swal2-html-container ul.all-amenities-lists .amanity-icon img{
	width: 100% !important;
	height: 100% !important;
}

.house_rules_lists {
	grid-template-columns: 1fr 1fr;
	list-style: disc;
	padding: 0 0 0 15px;
}
/* .house_rules_lists .house_rule_item {
	padding-left: 28px;
	position: relative;
} */
.readMore-amenities {
    font-size: var(--e-global-typography-93b2364-font-size);
    font-weight: 500;
    color: var(--e-global-color-primary);
    text-decoration: underline !important;
}

.amenities-popup .swal2-html-container .amenity_cat_wrap{
	padding: 0 0 10px 0;
}

.amenities-popup .swal2-html-container h3 {
    font-size: 24px;
    margin-bottom: 10px;
	font-weight: 700;
}
.amenities-popup .swal2-html-container ul {
    list-style: none;
    margin-bottom: 15px;
    list-style: none;
    display: grid;
    gap: 17px;
}

.amenities-popup .swal2-html-container li.all-amenitiy-item {
    padding: 5px 0 15px 0;
    border-bottom: 1px solid #16303B;
}

.amenities-popup .swal2-html-container ul li span.amanity-title {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.slick-prev:before, .slick-next:before {
    font-size: 25px !important;
    opacity: 1 !important;
    position: relative;
	left:6px;
}
.slick-lightbox .slick-prev{
	left:30px !important;
}
.slick-lightbox .slick-next{
	right:30px !important;
}
.slick-lightbox .slick-prev, .slick-lightbox .slick-next {
    padding: 0px;
    width: 40px;
    height: 40px;
    z-index: 2;
}
.slick-lightbox-close:before {
    font-size: 35px !important;
    opacity: 1 !important;
}
@media (max-height:900px){
	.main-slider.slick-slider .slick-slide img {
		height: 535px;
	}
	.thumbnail-slider .slick-slide img {
		height: 173px;
	}
	.thumbnail-slider {
		width: 315px;
	}
	.main-slider-container {
		width: calc(100% - 315px);
	}
}

@media (max-width: 1366px){
	ul.amenities_lists {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.main-slider.slick-slider .slick-slide img {
		height: 498px;
	}
	.main-slider-container .prev-arrow, .main-slider-container .next-arrow {
		width: 38px;
		height: 38px;
		font-size: 36px;
	}
	.thumbnail-slider .slick-slide img {
		height: 160px;
	}
	.property-card {
		width: 32%;
	}
	ul.amenities-wrap {
		gap: 5px;
	}
	ul.amenities_lists {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media (max-width: 991px){
	ul.amenities_lists {
		grid-template-columns: 1fr 1fr;
	}
	.thumbnail-slider .slick-slide img {
		height: 135px;
	}
	.main-slider.slick-slider .slick-slide img {
		height: 425px;
	}
	.custom-swal-popup {
		width: 95%;
	}
	.main-slider-container {
		width: calc(100% - 250px);
	}
	    .thumbnail-slider {
        width: 240px;
    }
}
@media (max-width:767px){
	.thumbnail-slider {
		width: 100%;
	}
	.main-slider-container {
		width: calc(100% - 0px);
	}
	.property-gallery-slider {
		flex-wrap:wrap;
	}
	.main-slider.slick-slider .slick-slide img {
		height: 380px;
	}
	.thumbnail-slider .slick-slide {
		margin: 0 6px;
	}
}

@media (max-width: 768px){
	.property_sleep_container .sleep_item {
    	width: 30%;
	}
}

@media (max-width: 576px){
	.property_sleep_container{
		gap:15px;
	}
	.property_sleep_container .sleep_item {
    	width: 45%;
	}
}

@media (max-width: 550px){
	.thumbnail-slider .slick-slide img {
		height: 120px;
	}
	.house_rules_lists {
    grid-template-columns: 1fr;
}
	.property_sleep_container {
    flex-wrap: wrap;
}
}

@media (max-width: 425px){
	.postid-118 .property_sleep_container .sleep_item {
    	width: 60% !important;
	}
}

/* Activities Page */
.read-more-activity{
	color: #16303b !important;
	cursor:pointer !important;
	font-weight: 900 !important;
}
.read-more-activity:hover{
	color: #FF9D00 !important;
}

.property_view_type_container {
    display: flex;
    gap: 10px;
    text-align: center;
	width: 100%;
	height:100%;
	flex-wrap:wrap;
}
.view_item_icon_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.property_view_type_container .view_item {
    width: 23%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content:center;
    gap: 6px;
    font-family: var(--e-global-typography-2bc33ba-font-family), Sans-serif;
    font-size: var(--e-global-typography-2bc33ba-font-size);
    font-weight: var(--e-global-typography-2bc33ba-font-weight);
    text-transform: uppercase;
    background-color: #f7f7f7;
	padding: 15px;
	border-radius: 10px
}
@media (max-width:700px){
	.property_view_type_container .view_item{
		width:48.5%;
	}
}