/* === Price slider styling === */
.wcpf-price-slider input {
    text-align: center;
    width: 80px;
    padding: 8px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: #f8f8f8;
    transition: all 0.3s ease-in-out;
}

.cf7-popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  display: none;
}

.cf7-popup-content {
  background: #fff;
  max-width: 600px;
  margin: 80px auto;
  padding: 30px;
  border-radius: 8px;
  position: relative;
}

.cf7-popup-close {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 28px;
  cursor: pointer;
}


/* Hide CF7 hidden fieldset */
.wpcf7 .hidden-fields-container {
  display: none !important;
  visibility: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* Space between form fields */
.wpcf7-form p {
  margin-bottom: 20px !important;
	margin-top: 20px !important;
}

/* Space between radio/checkbox items */
.wpcf7-radio .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
  display: block;          /* stack vertically */
  margin-bottom: 8px;      /* spacing between items */
}

/* Extra spacing before submit button */
.wpcf7-submit {
  margin-top: 20px;
}

.wcpf-price-slider input:focus {
    border-color: #ff6600;
    background: white;
    outline: none;
    box-shadow: 0px 0px 8px rgba(255, 102, 0, 0.3);
}

.wcpf-price-slider .range-slider {
    width: 100%; /* Ensure it aligns with other elements */
    height: 6px;
    border-radius: 3px;
    background: #ddd;
    position: relative;
}

.wcpf-price-slider .range-slider::-webkit-slider-thumb {
    appearance: none;
    width: 14px;
    height: 14px;
    background: #ff6600;
    border-radius: 50%;
    cursor: pointer;
}

.wcpf-price-slider .range-slider::-moz-range-thumb {
    width: 14px;
    height: 14px;
    background: #ff6600;
    border-radius: 50%;
    cursor: pointer;
}

/* === General filter container styling === */
.wcpf-filter-inner {
    background: #ffffff;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Improved responsiveness */
    gap: 12px;
    align-items: center;
    border: 1px solid #ddd;
    margin-bottom: 10px; /* Bring filters closer to products */
}

/* === Input and select styling === */
.wcpf-input-drop-down,
.wcpf-input {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #f8f8f8;
    transition: all 0.3s ease-in-out;
}

.wcpf-input-drop-down:focus,
.wcpf-input:focus {
    border-color: #ff6600;
    background: white;
    outline: none;
    box-shadow: 0px 0px 8px rgba(255, 102, 0, 0.3);
}

/* === Improve dropdown appearance === */
.wcpf-input-drop-down {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23757575' stroke-width='1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    padding-right: 28px;
}

/* === Labels styling === */
.wcpf-heading-label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 4px;
    display: block;
    color: #333;
}

/* === Search button styling === */
.wcpf-button-action-filter {
    background: #ff6600;
    color: white;
    border: none;
    padding: 14px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    width: 100%;
    text-align: center;
    box-shadow: 0px 3px 6px rgba(255, 102, 0, 0.2);
}

.wcpf-button-action-filter:hover {
    background: #e65500;
    box-shadow: 0px 3px 8px rgba(230, 85, 0, 0.3);
}

/* === Improve spacing between elements === */
.wcpf-layout-column {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* === Responsive Design === */
@media (max-width: 768px) {
    .wcpf-filter-inner {
        grid-template-columns: 1fr; /* Stack filters on mobile */
        gap: 10px;
    }
	
	.vc_custom_1739208751269 {
    margin-left: 15px;
	}
	
	#mp_form_popup2{
		max-height: unset !important;
	}
	
	.awcpt-container.awcpt-container-fullwidth{
		padding-top: 2rem;
	}

	.wd-show-sidebar-btn{
		display:none !important;
	}
	
	.shop-loop-head {
        margin-bottom: 50px;
        margin-left: 20px;
    }
	
    .wcpf-button-action-filter {
        padding: 12px;
    }
}


/*FILTERS CSS END*/
.shop-loop-head{
	justify-content:unset !important;
}


.spartan-light{
		font-family: "Spartan-Light", Arial, Helvetica, sans-serif;
}

.spartan-regular{
		font-family: "Spartan-Regular", Arial, Helvetica, sans-serif;
}

.spartan-medium{
		font-family: "Spartan-Medium", Arial, Helvetica, sans-serif;
}

.spartan-thin{
		font-family: "Spartan-Thin", Arial, Helvetica, sans-serif;
}

.spartan-semibold{
		font-family: "Spartan-SemiBold", Arial, Helvetica, sans-serif;
}

.small-font button{
	font-size:14px !important;
}

.attribute{
    font-size:16px;
	font-family: "Spartan-Light", Arial, Helvetica, sans-serif;
}

.bold-attribute{
    font-size:16px;
	font-family: "Spartan-SemiBold", Arial, Helvetica, sans-serif;
}

.square-content{
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
}

.center-vertically{
    margin: auto;
}

.hide{
	visibility: hidden;
}

.pointer-events-none{
	pointer-events: none;
}

.wd-sidebar-opener{
	display: none !important;
}

.wd-heading{
	justify-content: center;
}

.sidebar-container.wd-inited .wd-heading a{
	z-index: 1000 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    text-align: center;
}

div.wpforms-container-full .wpforms-field-label {
		font-family: "Spartan-Thin", Arial, Helvetica, sans-serif;
	font-size:15px;
	margin: 0 0 5px 0;
}

.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner {
    padding-top: 0px;
/* 	padding-bottom: 20px !important; */
}

div.wpforms-container-full input[type="submit"]:not(:hover):not(:active), div.wpforms-container-full button[type="submit"]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
    background-color: #000000;
		width: 150px;
}

div.wpforms-container-full input[type="submit"]:hover, div.wpforms-container-full button[type="submit"]:hover, div.wpforms-container-full .wpforms-page-button:hover {
    background-color: #ED7138;
	  width: 150px;
    color: var(--wpforms-button-text-color);
}

.paragraph{
	color: #242424;
	font-size: 14px;
	font-family: "Spartan-Regular", Arial, Helvetica, sans-serif;
}

.button-row{
	display: inline;
}

.wd-product :is(.product-image-link,.hover-img) img{
	width: unset !important;
}

.wd-product-cats > a{
	pointer-events:none !important;
}

.square-button {
	display: -webkit-inline-flex !important;
	width: 8rem;
	height: 8rem;
	overflow: hidden;
	cursor: pointer;
	margin-right:10px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 18px;
	font-family: "Spartan-Thin", Arial, Helvetica, sans-serif;
}

.rect-button{
	display: -webkit-inline-flex !important;
	width: 11rem;
	height: 6rem;
	overflow: hidden;
	cursor: pointer;
	margin-right:10px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 18px;
	font-family: "Spartan-Thin", Arial, Helvetica, sans-serif;
}

.rect-button .vc_btn3.vc_btn3-color-orange, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat{
		background-color: #ED7138;
		color: #ffffff;
		font-size:16px;
    text-align: center !important;
}


.vc_btn3.vc_btn3-color-orange, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat{
	background-color: #ED7138;
	color: #ffffff;
	text-align: left;
	font-size:16px;
}

.vc_btn3.vc_btn3-color-orange, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:hover{
	background-color: #242424;
}

.vc_btn3.vc_btn3-color-black, .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat{
	background-color: #242424;
	color: #ffffff;
	text-align: left;
	font-size:16px;
}

.vc_btn3.vc_btn3-color-black, .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:hover{
	background-color: #ED7138;
}

.vc_btn3.vc_btn3-color-blue, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat{
	background-color: #2A60C1;
	color: #ffffff;
	text-align: left;
	font-size:16px;
}

.vc_btn3.vc_btn3-color-blue, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover{
	background-color: #242424;
}

.vc_btn3.vc_btn3-size-md{
	padding-left: 8px;
}

.wpb_content_element{
	margin-bottom: 0px;
}

.product-tags {
    position: absolute;
    top: 40px;
    right: 40px;
    background-color: #ED7138; /* Same background color as "Blocat" */
    color: #fff;
    padding: 15px 15px;
    font-weight: bold;
    z-index: 100;
	font-size:14px;
}

.product-tags a {
    color: #fff; /* Ensure the link inside the span has white text */
    text-decoration: none;
	pointer-events: none;
}

.product-tags a:hover {
    text-decoration: underline; /* Optional hover effect */
}

.product-grid-item {
    position: relative; /* Ensure product grid items have a position context for absolute positioning of tags */
}


#wpcpro-wrapper-273 #sp-wp-carousel-pro-id-273.sp-wpcp-273 .wpcp-all-captions .wpcp-image-caption{
		font-family: "Spartan-Regular", Arial, Helvetica, sans-serif;
}

.homepage-img-row{
	min-height: 64vh !important;
	align-content: unset !important;
}

.facilities-slider .wpcp-all-captions {
	background-color: rgba(0,0,0,0.3) !important;
}

.wpcp-slide-image img {
	object-fit:cover;
}

#menu-terms-and-conditions-menu{
	text-align: right;
}

.wp-block-jetpack-phone, .wp-block-jetpack-email{
	margin-bottom: 1rem;
}

.wpcp-all-captions h2{
			font-family: "Spartan-Regular", Arial, Helvetica, sans-serif !important;
}

.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner{
	padding-top: 0;
}

.menu-navigation-menu-container{
	font-size: 14px !important;
	padding-left: 30px !important;
}

.archive .menu-navigation-menu-container{
	padding-left: 15px !important;
}

.menu-navigation-menu-container li{
	margin-bottom: 4vh;
	text-align: left;
}

.menu-item-type-post_type.current-menu-item a, .menu-item-type-custom.current-menu-item.menu-item-1344 a{
	color: #ED7138 !important;
	font-weight: 600 !important;
}

.menu-item-type-custom a{
	font-weight: 400 !important;
	color: var(--color-gray-500) !important;
}

.vc_row{
	margin-left: 0px;
}

.vc_column_container>.vc_column-inner{
	padding-left: 0px;
	padding-right: 0px;
}

.sidebar-social-icon button{
	aspect-ratio: 1;
	text-align:center !important;
}

.header-buttons button{
	aspect-ratio: 1;
	text-align:center !important;
}

.vc_btn3.vc_btn3-icon-left .vc_btn3-icon {
	left: 50%;
}

.vc_col-sm-2{
	width: 11%;
}

.vc_col-sm-10{
	width: 89%
}

.wcpf-layout-columns .wcpf-layout-column {
    width: 25%;
}

.filter-button{
	padding-top: 2.7rem;
}

.filter-button button{
	background-color: #ED7138 !important;
	color: #ffffff !important;
}

.filter-button button:hover{
	background-color: #242424 !important;
}

.cover-background{
	background-size: cover;
}

.col-12.col-lg-2.col-md-3{
	padding-right: 15px;
	padding-inline: 0px;
}

.sidebar-container{
	margin-top: -8vh !important;
/* width: 100vh; */
	position: -webkit-sticky;
	position: sticky;
	background-color: #F7F6F5;
	top: 0;
}

.sidebar-container .widget-area .sidebar-widget{
	margin-bottom: auto;
}

.sidebar-container .widget-area{
	flex-direction: column;
	justify-content: flex-end;
	height: 100vh;
	display: flex;
}

.margin-bottom-auto{
	margin-bottom: auto;
}

.main-page-wrapper{
	padding-top: 0px;
}

.sidebar-logo{
	margin-right:-15px !important;
}

.logo button{
background-image: url( 'https://seayou.ro/wp-content/uploads/2024/01/LOGO-White.png' ) !important;
background-position-y: 5px;
background-size: cover;
}

.mobile-sidebar-logo{
	text-align:center;
	margin-top: -3rem;
}

.wd-heading{
	border-bottom: 0px;
}

.vc_custom_1705943488011{
	margin-left:15px !important;
}

.archive .vc_custom_1705943488011{
	margin-left:0px !important;
}

.widget{
	border-bottom: 0px;
	padding-bottom: 0px;
}

.menu{
	padding-bottom: 10vh;
}

.menu-navigation-menu-container li {
    margin-bottom: 3vh;
    text-align: left;
	font-size: 14px;
}

.menu-navigation-menu-container a{
		color: black !important;
}

.wd-product .product-wrapper {
    padding: 2rem;
    border: solid 1px;
}

.wd-product :is(.product-image-link, .hover-img) img {
    width: 70%;
}

.wcpf-filter-inner{
	border: solid 1px;
	padding: 1rem;
}

.wd-product .wd-entities-title {
    font-size: 25px;
}

.wd-product :is(.wd-product-cats, .wd-product-brands-links) {
    font-size: 20px;
}

.wd-product.wd-hover-base .product-rating-price :is(.star-rating, .price) {
    font-size: 20px;
}

.product-labels.labels-rounded .product-label {
    padding: 10px 10px !important;
		color: white !important;
    border-radius: 0px !important;
    background-color: #ED7138 !important;
}

.image-container {
    position: relative;
    display: inline-block;
}

.image-container:hover .overlay {
/*     display: block; */
	    opacity: 1; /* When hovering, change opacity to 1 */
}

.overlay {
	text-align:center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
		background: #ffffffaa;
    display: none;
    justify-content: center;
    align-items: center;
		border: solid 1px;
	 opacity: 0;
    transition: opacity 0.5s ease; /* Add a slow fade-in transition */
}

.overlay .vc_btn3-container.vc_btn3-inline {
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 500px) {
    #mp_form_popup3 {
        padding: 0px !important;
    }
}

@media (max-width: 500px) {
    #mp_form_popup3 {
			max-height: 100% !important;
			top: 0% !important;
    }
}


#wpcpro-wrapper-273 #sp-wp-carousel-pro-id-273.sp-wpcp-273 .wpcp-all-captions .wpcp-image-caption a, #wpcpro-wrapper-273 #sp-wp-carousel-pro-id-273.sp-wpcp-273 .wpcp-all-captions .wpcp-image-caption {
    color: #ffffff;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: 0px;
    text-transform: capitalize;
    text-align: center;
font-family: "Spartan-Regular", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.wpforms-field-label{
	padding-bottom: 8px !important;
}

.post-date{
	display: none !important;
}

.meta-author{
	display:none !important;
}

.wd-single-footer{
	display: none;
}

.meta-post-categories{
	display:none !important;
}

.comments-area{
	display: none;
}

.article-inner{
	padding-top: 100px;
}

.wd-page-nav{
	display: none;
}




.back-button i{
    font-size: 50px !important;
}

.reserve-button .vc_btn3.vc_btn3-block {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 40px !important;
}

#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #ccc;
    border-top-color: #333;
    animation: spin 1s linear infinite;
}

.title_number_style{
			  font-family: "Spartan-SemiBold", Arial, Helvetica, sans-serif;
		 	line-height: 150px;
		  color: white;
	font-size: 125px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.apartment-plan-img{
/* 	width:900px !important; */
	width: 65% !important;
	height: auto;
}









/* ====== MOBILE CSS ====== */
.mobile-header-button{
	min-height:7rem;
	min-width:6.5rem;
}

.menu{
	text-align: center;
	padding-right: 2rem;
}

.mobile-social-buttons{
	margin-right: 0rem;
	margin-left:15px;
	margin-bottom: 21vh;
}

.header-buttons-row .vc_col-xs-4 {
    width: 25% !important;
}

.header-buttons-row{
	left: 0px !important;
}

.wd-side-hidden{
	width: 100%;
}

.wd-btn-icon {
	width: 4rem;
	height: 2.6rem;
	margin-left: 0px;
}

.btn-icon-pos-left .wd-btn-icon{
	margin-right: 0px;
}

.whb-column>.wd-button-wrapper{
	padding-inline: 0px;
}

@media only screen and (max-width: 750px) {
	
	.product-tags {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ED7138; /* Same background color as "Blocat" */
    color: #fff;
    padding: 10px 10px;
    font-weight: bold;
    z-index: 100;
	font-size:10px;
}
	
	.product-labels {
    inset-inline-start: 0px;
    max-width: 100%;
}
	
	.cover-blog .cover-img-wrapper{
		width: 40% !important;
	}
	
	.layout_id_1 .cover-post .cover-blog h2.bdp_post_title a{
		font-size:15px !important;
	}
	
	.read-more-div a{
		font-size: 10px !important;
	}
	
	.cover-post .right-side-area {
    padding: 0px 10px !important;
}
	
	.single-product .whb-header {
        display: none;
    }
	
	.apartment-plan-img{
	width: 100% !important;
	height: auto;
}
	
	.wd-products {
    padding-left: 15px;
}
	
	.title_number_style{
		font-family: "Spartan-SemiBold", Arial, Helvetica, sans-serif;
		line-height: 200px;
		color: white;
		font-size: 175px;
}
	
	.wd-product .wd-entities-title {
    font-size: inherit;
}
	.main-page-wrapper .container{
		/*height: 1100vh !important;	 */
	}

.wd-product :is(.wd-product-cats, .wd-product-brands-links) {
    font-size: inherit;
}

.wd-product.wd-hover-base .product-rating-price :is(.star-rating, .price) {
    font-size: inherit;
}
	
	.wcpf-layout-columns {
    display: block;
}
	
.wcpf-layout-columns .wcpf-layout-column {
    width: 100% !important;
}
	
	.ap-slider {
		text-align: center;
		font-size:18px !important;
	}
	
.home .wd-header-html {
margin-bottom: 2vh;
}
	
.rect-button{
	width: 10rem;
	height: 4rem;
	margin-top:10px;
}

	.rect-button .vc_btn3.vc_btn3-color-orange .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat{
		font-size: 12px !important;
	}
	
		.rect-button .vc_btn3.vc_btn3-color-black, .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat{
		font-size: 12px !important;
	}
	
.menu-navigation-menu-container li {
	margin-bottom:2vh;
}
	
.menu{
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0rem;
	margin-bottom:8vh;
}
}