/*
Theme Name: Bruckland Prime Lettings
Version: 1.0.0
Template: astra
*/

/* Astra Header/Footer */

#ast-desktop-header, #ast-mobile-header {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

#ast-desktop-header.active, #ast-mobile-header.active {
	background-color: rgba(51, 51, 51, 0.9);
	box-shadow: 5px 3px 20px 0 rgba(0, 0, 0, .1);
	padding: 0;
}

#ast-mobile-header.active {
	margin-top: 0;
}

#ast-desktop-header.active img.custom-logo, #ast-mobile-header.active img.custom-logo {
    width: 160px!important;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

/* End Astra Header/Footer */

/* Content */

.wpforms-submit {
	background-color: #c5a980;
	border-color: #c5a980;
}

.wpforms-submit:hover {
	background-color: #ebd4b0;
	border-color: #ebd4b0;
}

.property-template-default.ast-page-builder-template.single .post-navigation {
	display: none;
}

.site-footer {
	position: relative;
}

.property-location {
	color: #c5a980;
	font-size: 14px;
}

.contact-con label[for="wpforms-8-field_4_1"] {
	color: #fff;
}

/* End Content */

/* Properties Media Height */

.property-media {
	height: 500px;
	overflow: hidden;
}

.property-media .elementor-wrapper {
	padding-top: 0 !important;
	height: 100% !important;
}

.property-media video, .property-media iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.property-media .elementor-image-carousel-wrapper, .property-media .swiper, .property-media .swiper-wrapper, .property-media .swiper-slide {
	height: 100% !important;
}

.property-media .swiper-slide-inner {
	height: 100%;
}

.property-media .swiper-slide-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 991px) {
	.property-media {
		height: 320px;
	}
}

/* End Properties Media Height */

/* Property Search */

.bpl-property-search {
    margin-bottom: 40px;
}

.bpl-search-container {
    background: #f8f9f9;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.property-search-form {
    max-width: 600px;
    margin: 0 auto;
}

.search-field {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.search-field label {
    color: #23465e;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5px;
}

.location-dropdown {
    padding: 14px 20px;
    border: 2px solid rgba(35, 70, 94, 0.2);
    border-radius: 8px;
    font-size: 16px;
    background-color: #ffffff;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2323465e' d='M1.41 0L6 4.58 10.59 0 12 1.42l-6 6-6-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 45px;
}

.location-dropdown:hover {
    border-color: #23465e;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.location-dropdown:focus {
    outline: none;
    border-color: #23465e;
    box-shadow: 0 0 0 3px rgba(35, 70, 94, 0.15);
}

/* End Property Search */

/* No Results Message */

.bpl-no-results {
    margin-top: 25px;
    padding: 20px 25px;
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.bpl-no-results p {
    margin: 0;
    color: #856404;
    font-size: 16px;
    font-weight: 500;
}

/* End No Results Message */

/* Responsive Design */

@media (max-width: 768px) {
    .bpl-search-container {
        padding: 25px 20px;
    }
    
    .search-field label {
        font-size: 16px;
    }
    
    .location-dropdown {
        font-size: 15px;
        padding: 12px 18px;
    }
}

/* End Responsive Design */

/* Property Badge */

.property-badge {
	display: inline-block;
	background-color: #c5a980;
	color: #fff;
	padding: 6px 12px;
	border-radius: 50px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	line-height: 1;
}

/* Different colors for different badge types
.property-badge-now-let {
	background-color: #c5a980;
}

.property-badge-new-listing {
	background-color: #c5a980;
}

.property-badge-ready-now {
	background-color: #c5a980;
} */

/* Hide empty badges */
.property-badge:empty {
	display: none;
}

/* End Property Badge */