/* Custom CSS/Styles */
:root{
	--color-lightseagreen: lightseagreen;
	--color-theme-blue: #046bd2;
}
/* Testimonials Slider - CSS */
.testimonials_slider_item {
	margin-inline: 5px;
	/* box-shadow: 0 0 10px -5px; */
	border-radius: 5px;
	overflow: hidden;
	height: inherit !important;
}
.testimonials_slider_item_header {
	text-align: center;
}
.testimonials_slider_item_thumbnail_wrap {
	margin-bottom: 20px;
}
.testimonials_slider_item_hero_name,
.testimonials_slider_item_hero_designation {
	margin-bottom: 0 !important;
}
.testimonials_slider_item_review_title {
	margin-bottom: 10px !important;
}
.testimonials_slider_item_thumbnail_img {
	width: 100px !important;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 50%;
	display: inline-block !important;
	text-align: center;
	background-color: chocolate;
}
.testimonials_slider_item_review_rating_img {
	width: 60px;
}
.testimonials_slider a{
	text-decoration: none !important;
}
.testimonials_slider a:hover{
	color: black !important;
}
.testimonials_slider_item_meta {
	padding: 30px 15px;
}
.testimonials_slider .slick-list {
	padding-bottom: 10px;
}
.testimonials_slider .slick-track {
	display: flex;
}
.testimonials_slider .slick-arrow {
	position: absolute;
	top: 50%;
	font-size: 0;
	padding: 5px;
	width: 25px;
	height: 25px;
	/* border-radius: 100%; */
	line-height: 1;
	background-color: #f7f7f7 !important;
	transition: all .3s ease;
}
.testimonials_slider .slick-prev {
	left: -10px;
}
.testimonials_slider .slick-next {
	right: -10px;
}
.testimonials_slider .slick-dots {
	display: flex;
	gap: 5px;
	justify-content: center;
	margin-top: 30px !important;
	padding: 0 !important;
	margin-left: 0;
}
.testimonials_slider .slick-dots button {
	padding: 0px !important;
	border-radius: 100%;
	line-height: 1;
	width: 10px;
	aspect-ratio: 1/1;
	font-size: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	transition: all .3s ease;
	border: 2px solid;
}
.testimonials_slider .slick-dots li button:hover,
.testimonials_slider .slick-dots li.slick-active button{
	background-color: #3F4B5D !important;
}
/* Adding arrows to prev/next slick buttons */
.testimonials_slider .slick-arrow::before{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	font: 14px / 1 FontAwesome;
	font-size: 18px !important;
	color: #3F4B5D;
}
.testimonials_slider .slick-prev::before{
	content: '\f104';
}
.testimonials_slider .slick-next::before{
	content: '\f105';
}
.testimonials_slider .slick-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

/* Portfolio CSS */
.portfolio-filters {
	text-align: center;	
	margin-bottom: 20px;
}
.filter-button {
	margin: 5px;
	padding: 10px 20px;
	background-color: #333;
	color: #fff;
	border: none;
	cursor: pointer;
}
.filter-button.active {
	background: var(--color-theme-blue) !important;
}
.portfolio-item {
	position: relative;
	overflow: hidden;
}
.portfolio-item img {
	max-width: 100%;
	height: auto;
	width: 100%;
	display: block;
	object-fit: cover;
	background-color: chocolate;
}
.portfolio-item-text {
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	transition: all 1s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none !important;
}
.portfolio-item .portfolio-item-title {
	margin: 0;
	color: white !important;
}
.portfolio-item:nth-child(odd) .portfolio-item-text  {
	transform: translate(-100%, 100%);
}
.portfolio-item:nth-child(even) .portfolio-item-text  {
	transform: translate(100%, 100%);
}
.portfolio-item-wrap:hover .portfolio-item-text{
	transform: translate(0);
}
/* Layout: Grid */
.layout_grid .portfolio-items {
	display: flex;
	flex-wrap: wrap;
}
.layout_grid .portfolio-item {
	width: calc(25% - 10px);
	margin-right: 10px;
	margin-bottom: 10px;
	transition: all 1s ease;
}
.portfolio-item:not(.active){
	margin-right: 0;
	margin-bottom: 0;
}
.layout_grid .portfolio-item img{
	aspect-ratio: 1 / 1;
}
/* Layout: Masonry */
.layout_masonry .portfolio-items {
	margin: 0;
	-webkit-column-count: 4; 
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 10px;
	overflow: hidden;
}
.layout_masonry .portfolio-item {
	display: none;
}
.wise_menu_page_title {
	font-weight: 700 !important;
}
.welcome_message {
	font-weight: 100;
	font-style: italic;
	font-size: 14px;
	display: block;
}
#wise_menu_page button {
	padding: 5px;
	cursor: pointer;
	font-weight: 600;
}
#wise_menu_page button[disabled] {
	cursor: not-allowed !important;
}
.cpt_delete_btn {
	background-color: #d63638;
	color: white !important;
	border: none;
	border-radius: 5px;
}
#wise_menu_page th {
	font-weight: 700;
}
#cpt_area,
#portfolio_area,
#shortcodes {
	margin-block: 20px;
}
#wiselogix-message .notice{
	padding: 10px;
}
#wiselogix_module_cpt_form {
	margin-bottom: 20px;
}
.portfolio_enabled_tick {
	color: green;
	font-size: 26px;
	font-weight: 700;
}
/* FBM CSS ended. */

/* Akram css start */

/* header */

/* header{
background: #00000059;
} */
.header-top-right ul {
	display: flex;
	align-items: center;
	margin: 0;
	list-style: none;
}
.header-top-right li{
	color:#fff;
}
.header-top-right li{
	padding-right:20px;
}
.header-top-right li p {
	margin: 0;
}
.header-top-right li a {
	display: flex;
}
.header-top-right i{
	line-height: inherit;
	padding-right:5px;
	color:#ffffff;
}
.header-top-right li:hover{
	color:#ffffff;
}
.testmoi-section {
	background-image: linear-gradient(##EBE8E6 0%, #ffffff00 100%);
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 55px -34px;
	border-width: 2px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.17);
	border-image: initial;
	border-radius: 24px;
	padding: 32px !important;
}
.testmoi-section .testimonials_slider_item_review_text.clamped-text, .testmoi-section .testimonials_slider_item_hero_name, .testmoi-section .testimonials_slider_item_hero_designation {
	color: #1E293B;
	text-align: center;
}
.testimonials_slider_item_review_text.clamped-text {
	width: 100%;
	max-width: 700px;
	margin: auto;
}
.testmoi-section 
.testimonials_slider_item_thumbnail_img {
	border-radius: 50%;
	margin: 25px 0;
}
.testimonials_slider_item_review_title,
.testimonials_slider_item_review_rating_img_wrap{
	display:none;
}
.custom-btn a {
	font-size: 16px !important;
	line-height: 16px !important;
	font-weight: 500;
	background: #C19B76 !important;
	color: #fff !important;
	border-radius: 0 !important;
	padding: 13px 33px !important;
	border: none;
}
.custom-btn a:hover {
	background: #EAE8E5 !important;
	color: #000 !important;
}
.bookNowBtn {
	font-size: 16px !important;
	line-height: 16px !important;
	font-weight: 500;
	background: #EAE8E5 !important;
	color: #000 !important;
	border-radius: 0 !important;
	padding: 13px 33px !important;
	border: none !important;
}
.bookNowBtn:hover {
	background: #C19B76 !important;
	color: #fff !important;
}
.banner_btn .bookNowBtnWrap {
	text-align: center;
}
.why-chose-box {
	border: 2px solid #fff;
	padding: 15px;
	border-radius: 7px;
	background-image: linear-gradient(#07353a 0%, #ffffff00 100%);
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 55px -34px;
	transition: all .3s ease;
}
.why-chose-box:hover{
	transform: translate(0px, -8px);
}
.why-chose-box .elementor-icon-box-title {
	font-size: 26px;
}
.home-page-form > div {
	background-image: linear-gradient(#EBE8E6 0%, #ffffff00 100%);
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 55px -34px;
	border-width: 2px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.17);
	border-image: initial;
	border-radius: 24px;
	padding: 32px !important;
}

.thing-do-section {
	position: sticky;
	top: 0;
}

/* form satrt */

.contect-pageform-outer .wpcf7-submit {
	background: #001D20 !important;
	font-size: 18px !important;
	font-weight: 700 !important;
}
.contect-pageform-outer {
	margin: 0 !important;
}
.contect-pageform-outer .two-col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px;
}
.form-wrapper-field p {
	display: flex;
	height: auto;
	align-items: center;
	margin-bottom:0;
}
.form-wrapper-field input,
.form-wrapper-field input:focus{
	background: transparent;
	border: none !important;
	outline: none;
	box-shadow: none;
	color:#181818;
}
.form-wrapper-field textarea {
	background: transparent;
	border: none !important;
	outline: none;
	box-shadow: none;
	height: 130px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	color:#181818;
}
.form-wrapper-field {
	border-bottom: 1px solid #1e293b4a;
	margin: 0 0 16px 0;
	position:relative;
}
.form-wrapper-field:before{
	content:'';
	display: block;
	position:absolute;
	left:0;
	bottom:0;
	height:1px;
	width:0;
	background:#1E293B;
	margin:auto;
	transition-duration: 1s;
}
.form-wrapper-field:focus-within:before,
.form-wrapper-field:hover:before{
	width:100%;
}
.full-width-section .form-wrapper-field p {
	align-items: start;
}
/* .full-width-section .wpcf7-submit,
.full-width-section .wpcf7-submit:hover,
.full-width-section .wpcf7-submit:focus{
background: #fff;
color: #1E293B;
border: 2px solid #1E293B;
border-radius: 0;
margin-top: 20px;
} */
.form-wrapper-field  ::placeholder {
	color: #363636;
}
.form-wrapper-field .wpcf7-not-valid-tip {
	position: absolute;
	bottom: -24px;
	left: 15px;
}
.form-wrapper-field  ::placeholder {
	color: #363636;
}
.form-wrapper-field .fa-pen {
	position: relative;
	top: 3px;
}
.form-wrapper-field select {
	background: no-repeat;
	outline: none;
	box-shadow: none;
	border: none;
}
.contect-pageform-outer .your-message p {
	align-items: start;
}
.two-col .form-wrapper-field {
	margin: 0;
}
.your-message {
	margin-top: 20px;
}
.your-message .form-wrapper-field {
	margin-bottom: 30px;
}
@media (max-width: 767px){
	.contect-pageform-outer .two-col{
		grid-template-columns: repeat(1, 1fr);
	}
}

/* form end */

/* single page */

.property_right_detail {
	display: flex;
	gap: 20px;
	align-items: center;
}
/*.property_left_detail {
	flex-basis: 280px;
	margin: 0 15px 0 50px;
}
 .property_purpose {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #C99C41;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 42px;
} */
.amenity_heading .elementor-icon-box-content:after {
	content: '';
	position: absolute;
	left: 0;
	width: 5px;
	height: 90%;
	top: 0;
	bottom: 0;
	margin: auto;
	background: linear-gradient(90deg, #fff 35%, #fff 63%) !important;
}
.amenity_list {
	padding: 0;
	margin: 0;
	list-style: none;
	/* 	column-count: 3; */
}
.amenity_list li {
	font-size: 14px;
	letter-spacing: 0.025em;
	line-height: 1.2;
	padding-left: 35px;
	position: relative;
	vertical-align: top;
	margin-bottom: 10px;
}
.amenity_list li:after {
	content: '';
	position: absolute;
	width: 18px;
	height: 2px;
	top: 10px;
	left: 0;
	background: #CBAA45;
	opacity: .7;
}
.single-info-section > div {
	background-image: linear-gradient(#EBE8E6 0%, #ffffff00 100%);
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 55px -34px;
	border-width: 2px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.17);
	border-image: initial;
	border-radius: 24px;
	padding: 32px !important;
}
.single-page-gallery img {
	height: 216px !important;
	object-fit: cover;
	object-position: center;
	width:100%;
}
.type-section  h6 {
	font-size: 16px;
}
.type-section ul {
	margin: 10px 0;
}
.type-section ul li{
	position:relative;
	padding-left: 22px;
}

.type-section ul li:before{
	content: "\f101";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position:absolute;
	top:0;
	left:0;
	color:#1E293B;
}
/* single page */

.home-banner .elementor-widget-video .e-hosted-video .elementor-video{
	object-position: center 25% !important;
}
.home-banner .elementor-widget-wrap {
	position: relative;
}
.home-banner-text{
	position:absolute !important;
	inset:0;
}
.home-banner-text .elementor-container{
	height:100% !important;
}
.home-banner-vedio .e-hosted-video{
	position:relative;
}
.home-banner-vedio .e-hosted-video:before {
	content: '';
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
	display:block;
	z-index:111;
	background: #0000007a;
}



/* footer */

.footer-contact ul {
	list-style: none;
	margin-left: 0;
}
.footer-contact ul li {
	text-align: left;
	margin-bottom: 12px;
}
.footer-contact a {
	color: #fff;
	display: flex;
}
.footer-contact a:hover {
	color: #fff;
}

#colophon .footer-contact i {
	padding-right: 5px;
	line-height: inherit;
	color: #fff;
}
#colophon .footer-contact li{
	color:#fff;
}
#colophon .footer-social ul {
	display: flex;
}
#colophon .footer-social li {
	width: 30px;
	height: 30px;
	background: #fff;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 10px 5px 0 5px;
}
#colophon .footer-social li:hover {
	background: #000;
}
#colophon .footer-social li:hover i{
	color:#fff
}
#colophon .widget-title{
	position:relative;
}
#colophon .widget-title:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -4px;
	height: 3px;
	background: #ffffff;
	width: 70px;
}
#colophon .widget_nav_menu li{
	position: relative;
	padding-left: 16px;
	margin-bottom: 5px;
}
#colophon .widget_nav_menu li::before {
	position: absolute;
	left: 0;
	top: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f101";
	/* margin-right: 0; */
	font-size: 10px;
	color: #ffffff;
}
.ast-footer-copyright a {
	color: #fff;
	text-decoration: underline;
}
.fixed-header .site-logo-img img {
	filter: invert(1);
}
.fixed-header .main-header-menu > .menu-item > .menu-link {
	color: #ffffff;
}

@media only screen and (min-width: 922px){
	.fixed-header {
		background: #ad873bd1 !important;
		position: fixed;
		width: 100%;
		top: 0;
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		box-shadow: 0px 1px 10px rgb(0 0 0 / 30%);
	}
}
@media (max-width: 921px){
	.property_list {
		grid-template-columns: repeat(2, 1fr) !important;
	}
	.wellcome-img img {
		width: 100%;
		height: 400px !important;
		object-fit: cover;
	}
}
@media (max-width: 767px){
	.home-banner-text h2 {
		padding-top: 15%;
	}
	.property_list {
		grid-template-columns: repeat(1, 1fr);
	}
	/* 	.amenity_list li {
	font-size: 18px;
	padding-left: 22px;
} */
	.amenity_list li:after {
		width: 16px;
	}
	.type-section  h6 {
		font-size: 14px;
	}
	/* 	.amenity_list {
	column-count: 2;
} */
}


/* Akram css end */

#booking_dates_form {
	position: fixed;
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99999999;
	background-image: url(/wp-content/uploads/2025/02/IMG20250201183419-scaled.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#booking_dates_form::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: -1;
}

.booking-form {
	position: relative !important;
	padding-top: 60px !important;
}
.bookingPopupClose {
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 1;
	font-size: 20px;
	background: white;
	padding: 5px;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
/* .bookNowBtnWrap {
text-align: center !important;
}
.bookNowBtn {
color: black !important;
background: white !important;
border-radius: 4px !important;
text-decoration: none !important;
} */






/* Modified CSS */

/* body:not(.home) .property_list > .inner_box .p_name {
text-align: center !important;
color: white !important;
font-size: 12px !important;
} */

.property_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	margin: 0 5px;
}
.inner_box {
	position: relative;
	transition-duration: 0.5s;
	overflow:hidden;
}
.property_text {
	position: absolute !important;
	z-index: 1;
	left: 0 !important;
	right: 0 !important;
	padding-top: 15px !important;
	padding-bottom: 10px !important;
	bottom: 0 !important;
	background: #ad873b !important;
	padding: 0 !important;
}
html .property_text *{
	color: #878787 !important;
	font-family: 'Barlow Semi Condensed', sans-serif; 
}
html .property_text i{
	font-family: "Font Awesome 6 Free";
/* 	font-weight: 400; */
}
/* .properties_layout_gallery.property_list > .inner_box:first-child .property_text{
	bottom: auto !important;
	background: white !important;
	padding: 30px !important;
} */

.property_text .pname_link{
	display: block !important;
	padding-block: 10px !important;
}
.properties_layout_gallery.property_list > .inner_box:not(:first-child) .property_text .pname_link{
	display: block !important;
	padding-block: 10px !important;
}
.p_inner_detail {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
a.p_link {
	display: block;
	height: 100% !important;
	position: relative !important;
}
.propeerty_img img{
	transition: all 1s ease 0s !important;
	height: auto !important;
	aspect-ratio: 10/9 !important;
	object-fit: cover;
}
.properties_layout_gallery.property_list > .inner_box:first-child .propeerty_img img{
	aspect-ratio: 10/5 !important;
}
.p_name,
.p_location{
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	height: auto !important;
	line-height: 1 !important;
}
.p_name{
	font-size: 16px !important;
}
.p_location{
	font-size: 14px !important;
}
.p_price{
	font-size: 30px !important;
	line-height: 1 !important;
	color: #EDD160 !important;
}
.p_price span {
	font-size: 24px !important;
}

.propeerty_img img {
	width: 100%;
}

.p_name, .p_location {
	font-size: 16px !important;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	height: auto !important;
	line-height: 1 !important;
}
.p_location {
	color: #fff;
}
.p_location i {
	color: #CA9D75;
	padding-right: 10px;
	display:none;
}
.property_text i {
	font-size: 20px;
	color: #EDD160;
}
.property_item_body {
	/* 	max-height: 0;
	overflow: hidden;
	transition: all 1s ease 0s !important; */
	display:none !important;
}
.p_inner_detail {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
.p_inner_detail {
	column-count: 3;
	margin-top: 15px;
}
.p_inner_detail > div {
	display: flex;
	gap: 15px;
	align-items: center;
}
.p_price {
	font-size: 30px !important;
	line-height: 1 !important;
	color: #EDD160 !important;
}
.p_price span, .p_size span, .property_price span {
	font-size: 14px;
	font-weight: 400;
	color: #EDD160;
	padding-left: 4px;
}
.properties_layout_gallery.property_list > .inner_box:first-child {
	grid-row: 1 / span 2;
	grid-column: 1 / span 2;
}
.properties_layout_gallery.property_list > .inner_box:not(:first-child) .p_name {
	text-align: center !important;
	color: white !important;
	font-size: 12px !important;
}

.p_location {
	display: none !important;
}
.properties_layout_gallery.property_list > .inner_box:first-child .property_item_body{
	display: block !important;
	max-height: 100% !important;
	overflow: visible !important;
}
.properties_layout_gallery.property_list > .inner_box:first-child .property_text{
	padding: 23px !important;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-top: none !important;
	background-color: white !important;
}
.properties_layout_gallery.property_list > .inner_box:first-child .p_name {
	font-size: 30px !important;
	margin-bottom: 15px;
}
.property_item_viewMore_btn {
	display: block;
	background: #c19b76;
	padding: 15px;
	line-height: 1;
	color: white !important;
	text-transform: uppercase !important;
	font-size: 11px !important;
}
.property_item_viewMore a{
	color: white !important;
}
.p_inner_detail > div p {
	margin: 0;
	line-height: 1;
}
.ast-archive-description {
	text-align: center !important;
}
.page-title.ast-archive-title {
	color: #cbaa45 !important;
}
p.property_desc {
	margin-top: 25px;
}