/*
Theme Name: City Office
Version: 1.0
Author: Y.C
Author URI: http://linker.co.il
Text Domain: arbel-child
Template: arbel
*/

/*-------Fonts-------*/

/*STYLES
---------------------------------------*/

.image-box .elementor-image-box-content {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}

.image-box .elementor-image-box-content h3 {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 26px;
    font-weight: normal;
    text-align: right;
    color: #ffffff;
    /* filter: drop-shadow(2px 2px 2px black); */
    background-color: rgb(0 0 0 / 40%);
}

.image-box .elementor-image-box-title a {
    float: left;
    font-size: 22px;
    line-height: 40px;
    width: 100%;
    height: 100%;
    padding: 100px 10px 0;
}

.image-box .elementor-image-box-title a:after {
    content: "";
    position: static;
    float: left;
    width: 100%;
    height: 4px;
    background-color: var(--maincolor);
    margin-bottom: 15px;
    border-bottom: 0;
    border-right: 0;
}

.row-style-1 {
    background-color: #ffffff;
    padding: 20px 0;
}

/* .row-style-2 {
    background-color: #f2feff;
    padding: 20px 0;
} */

.lre-title-container .container {
    position: relative;
}

.top-page-area {
    height: 320px;
}

.lre-title-container {
    position: absolute!important;
    bottom: 0;
    left: 0;
    height: 70px!important;
    background-color: rgb(0 0 0 / 40%);
}

.top-page-area .lf-breadcrumbs {
    top: 42px!important;
    padding: 0 10px!important;
}

.top-page-area .lf-breadcrumbs a, .top-page-area .lf-breadcrumbs span {
    font-size: 18px;
}

.lre-title-container h1.entry-title {
    line-height: 40px!important;
    top: 0px!important;
    bottom: auto!important;
    background-color: transparent!important;
    /* border-bottom-left-radius: 15px; */
    /* border-top-left-radius: 15px; */
    padding-left: 20px!important;
}

.lre-title-container h1.entry-title:after {
    content: "";
    position: static;
    float: left;
    width: 100%;
    height: 4px;
    background-color: var(--maincolor);
    margin-bottom: 5px;
    border-bottom: 0;
    border-right: 0;
}

/*BODY
---------------------------------------*/

.an-button-cookie.an-accept-cookies,
.an-manage-button-cookie.an-accept-cookies {
    background: #ed8936;
}

.post-name-label {
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    margin: 0;
    font-size: 26px;
    font-weight: normal;
    text-align: right;
    color: #ffffff;
    /* filter: drop-shadow(2px 2px 2px black); */
    background-color: rgb(0 0 0 / 40%);
}

/* Pojo Accessibility - custom floating toggle & internal close button */
.pojo-a11y-toolbar-toggle {
    display: none !important; /* Hide original toggle wrapper, we add our own button */
}
a.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pojo-a11y-custom-toggle {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0073e6;
    color: #ffffff;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99999;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.pojo-a11y-custom-toggle svg {
    width: 24px;
    height: 24px;
}

.pojo-a11y-toolbar-inner {
    position: relative;
}

.pojo-a11y-toolbar-close {
    position: absolute;
    left: 15px;
    top: 6px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: #000000;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.pojo-a11y-toolbar-close:focus {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay, #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
    border-color: #3a454b!important;
}
/*HOME PAGE
---------------------------------------*/

.home-row-content .elementor-container > div {
    float: left;
    width: 100%;
    height: calc(100vh - 134px);
    /* background-color: black; */
	color: white;
}

.home-col-content {
    padding: 0 60px;
}

.home-col-content h2 {
    display: inline-block;
}

.home-col-content h2::before {
    content: "";
    float: left;
    width: 100%;
    height: 4px;
    background-color: var(--maincolor);
    margin-bottom: 15px;
}
.lf-slider-container {
    padding-top: 20px;
    padding-bottom: 36px;
}

/*PRORERY PAGE
---------------------------------------*/

.property-second-title {
    background-color: transparent;
    color: var(--main_text_color);
    font-weight: normal;
    margin: 0;
}

.property-second-title:after {
    content: "";
    position: static;
    float: left;
    width: 100%;
    height: 2px;
    background-color: var(--maincolor);
    margin-bottom: 15px;
    border-bottom: 0;
    border-right: 0;
}

.property-description {
    float: left;
    width: 100%;
    padding: 10px;
}

.property-info {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    padding: 10px;
}

.property-features {
    float: left;
    width: 100%;
    padding: 10px;
}

.property-price {
    float: left;
    width: 100%;
    padding: 10px;
}

.property-actions {
    float: left;
    width: 100%;
    padding: 10px;
}

.property-get-info {
    float: right;
    width: 49%;
    height: 40px;
    margin: 0 0.5%;
    font-size: 20px;
    color: white;
    background-color: var(--maincolor);
}

.property-share-text i.md-icons {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0px 5px;
}

.property-agent {
    float: left;
    width: 100%;
    padding: 10px;
}


/*SEARCH
----------------------------------------------------------*/

.lre-search-dialog .contact-popup-title {
    font-size: 28px;
    color: #011434;
    text-align: center;
}

.lre-search-dialog .transaction-type-select,
.lre-search-dialog .property-type-select,
.lre-search-dialog .field-group,
.lre-search-dialog .search-actions-buttons {
	float: none;
	display: block;
	margin: 5px auto;
	width: 80%;
	height: 40px;
	font-size: 18px;
}

.lre-search-dialog .field-group .md-input-label {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.lre-search-dialog .field-group input {
    margin: 12px 0 0 0;
    font-size: 18px;
    height: 28px;
    background-color: transparent;
    border-bottom: 1px solid #a9a9a9;
    color: #484848;
}

.lre-search-dialog label.md-input-label.active-label {
    font-size: 16px;
    line-height: 18px;
}

.search-actions-buttons .search-button {
    min-width: 100px;
    width: 50%;
    height: 30px;
    line-height: 30px;
    background-color: var(--maincolor);
    color: white;
}

/*CONTACT FORM
---------------------------------------*/

.wpcf7-form, .main-contact-form {
    width: 100%;
    text-align: center;
}

.wpcf7-form-control-wrap {
	float: left;
	width: 100%;
	text-align: center;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap select {
	width: 100%;
	max-width: 400px;
	height: 40px;
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid var(--maincolor);
	line-height: 40px;
	font-size: 20px;
	font-family: 'Open Sans Hebrew';
}
.wpcf7-form-control-wrap textarea {
    width: 100%;
    max-width: 400px;
    height: 200px;
    background-color: transparent;
    border: 2px solid var(--maincolor);
    line-height: 40px;
    font-size: 20px;
    margin: 10px 0;
	font-family: 'Open Sans Hebrew';
}
.wpcf7-form-control.wpcf7-acceptance,
.wpcf7-form-control.wpcf7-checkbox {
    display: inline-block;
    width: 100%;
    max-width: 400px;
}
.wpcf7-acceptance .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
	margin: 0;
}
.wpcf7-acceptance input,
.wpcf7-checkbox input {
	width: auto;
    height: auto;
}
.wpcf7-form .submit-container,
.wpcf7-form p {
    float: left;
    width: 100%;
    text-align: center;
}

.wpcf7-form .submit-container input {
    background-color: #202223;
	color: #ffffff;
	font-size: 18px;
}
.main-contact {
	z-index: 9;
}
.main-contact .wpcf7-submit {
	border: 0;
	font-size: 30px;
	line-height: 40px;
	padding: 0 30px;
	background-color: var(--maincolor);
	color: white;
	border-radius: 5px;
	cursor: pointer;
}

.ajax-loader-container {
    float: left;
    width: 100%;
    position: relative;
}

.wpcf7 .ajax-loader {
    position: absolute;
    top: 7px;
}

.add-to-newsletter input {
    width: auto;
    height: auto;
}

.wpcf7 input[type="url"]::placeholder, .wpcf7 input[type="email"]::placeholder, .wpcf7 input[type="tel"]::placeholder {
    text-align: right;
}
/* Container של כפתור השליחה – מיקום יחסי כדי שהספינר ימוקם בתוך הכפתור */
.wpcf7-form p:has(.wpcf7-submit),
.main-contact-form .ajax-loader-container p {
	position: relative;
	display: inline-block;
}

span.wpcf7-spinner {
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	pointer-events: none;
}

/* ----- טופס יצירת קשר ראשי – עיצוב מעודכן ----- */
.main-contact-form {
	max-width: 480px;
	margin: 0 auto;
	text-align: right;
	padding: 0;
}

.main-contact-form > p {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 1.25rem;
	margin: 0 0 1.5rem;
	padding: 0;
	float: none;
}

.main-contact-form > p br {
	display: none;
}

.main-contact-form .wpcf7-form-control-wrap {
	float: none;
	width: 100%;
	text-align: right;
	margin: 0;
}

.main-contact-form .wpcf7-form-control-wrap input[type="text"],
.main-contact-form .wpcf7-form-control-wrap input[type="email"],
.main-contact-form .wpcf7-form-control-wrap input[type="tel"] {
	width: 100%;
	max-width: none;
	height: 48px;
	padding: 0 16px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	font-size: 1rem;
	line-height: 48px;
	font-family: 'Open Sans Hebrew', sans-serif;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.main-contact-form .wpcf7-form-control-wrap input::placeholder {
	text-align: right;
	color: #9ca3af;
}

.main-contact-form .wpcf7-form-control-wrap input:focus {
	outline: none;
	border-color: var(--maincolor);
	box-shadow: 0 0 0 3px rgba(26, 178, 189, 0.15);
}

.main-contact-form .wpcf7-form-control-wrap select {
	width: 100%;
	max-width: none;
	height: 48px;
	padding: 0 40px 0 16px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	font-size: 1rem;
	font-family: 'Open Sans Hebrew', sans-serif;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.main-contact-form .wpcf7-form-control-wrap select:focus {
	outline: none;
	border-color: var(--maincolor);
	box-shadow: 0 0 0 3px rgba(26, 178, 189, 0.15);
}

.main-contact-form .wpcf7-form-control-wrap textarea {
	width: 100%;
	max-width: none;
	height: 100px;
	padding: 14px 16px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
	font-family: 'Open Sans Hebrew', sans-serif;
	resize: vertical;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.main-contact-form .wpcf7-form-control-wrap textarea::placeholder {
	text-align: right;
	color: #9ca3af;
}

.main-contact-form .wpcf7-form-control-wrap textarea:focus {
	outline: none;
	border-color: var(--maincolor);
	box-shadow: 0 0 0 3px rgba(26, 178, 189, 0.15);
}

.main-contact-form .wpcf7-form-control.wpcf7-acceptance,
.main-contact-form .wpcf7-form-control.wpcf7-checkbox {
	display: flex;
	width: 100%;
	max-width: none;
	align-items: flex-start;
	gap: 10px;
}

.main-contact-form .wpcf7-acceptance .wpcf7-list-item,
.main-contact-form .wpcf7-checkbox .wpcf7-list-item {
	margin: 0;
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.main-contact-form .wpcf7-acceptance label,
.main-contact-form .wpcf7-checkbox label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	text-align: right;
	font-size: 0.9rem;
	color: #374151;
	cursor: pointer;
}

.main-contact-form .wpcf7-acceptance input,
.main-contact-form .wpcf7-checkbox input {
	width: 20px;
	height: 20px;
	min-width: 20px;
	margin: 2px 0 0;
	accent-color: var(--maincolor);
	cursor: pointer;
}

.main-contact-form .wpcf7-list-item-label {
	flex: 1;
}

.main-contact-form .wpcf7-list-item-label a {
	color: var(--maincolor);
	text-decoration: underline;
}

.main-contact-form .ajax-loader-container {
	float: none;
	width: 100%;
	text-align: center;
	margin-top: 0.5rem;
}

.main-contact-form .ajax-loader-container p {
	margin: 0;
	float: none;
	text-align: center;
}

.main-contact-form .wpcf7-submit {
	width: 100%;
	min-width: 140px;
	height: 48px;
	padding: 0 28px;
	font-size: 1.1rem;
	font-weight: 600;
	border: 0;
	border-radius: 10px;
	background: var(--maincolor);
	color: #fff !important;
	cursor: pointer;
	transition: opacity 0.2s ease, transform 0.15s ease;
}

.main-contact-form .wpcf7-submit:hover:not(:disabled) {
	opacity: 0.92;
	transform: translateY(-1px);
}

.main-contact-form .wpcf7-submit:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}
/*FAST CONTACT
---------------------------------------*/

.fast-contact .wpcf7-form-control-wrap {
    float: right;
    width: 33%;
}

.wpcf7-form-control-wrap.mailpoetsignup {
    width: 100%;
}

.fast-contact .wpcf7-form-control-wrap input {
    display: block;
    width: 90%;
    font-size: 20px;
    text-align: center;
	color: #000000!important;
    margin: auto;
    border: 0;
    border-bottom: 1px solid #ffffff;
    outline: 0;
}

.fast-contact .wpcf7-form-control-wrap input::placeholder {
	color: #ffffff;
}

.wpcf7 .fast-contact input[type="url"]::placeholder, .wpcf7 .fast-contact input[type="email"]::placeholder, .wpcf7 .fast-contact input[type="tel"]::placeholder {
    text-align: center;
}

.fast-contact .wpcf7-mailpoetsignup {
    display: block;
    font-size: 14px;
    text-align: right;
    margin: 5px 20px;
    border: 0;
    outline: 0;
}

.fast-contact .wpcf7-mailpoetsignup input {
    float: right;
    width: auto;
    margin: 0 0 0 5px;
}

.fast-contact input[type="submit"] {
    display: block;
    margin: 5px auto;
    padding: 0 10px;
    font-size: 26px;
    line-height: 40px;
    width: 90%;
    text-align: center;
    border: 0;
    background-color: var(--maincolor);
    color: white;
    outline: 0;
    cursor: pointer;
}

.fast-contact-submit {
    position: relative;
    float: left;
    width: 100%;
}

.fast-contact .ajax-loader {
    position: absolute;
    top: 17px;
    right: -10px;
}

.wpcf7-response-output {
    float: right;
    width: 90%;
    margin: 5px 5%!important;
    text-align: center;
    border: 2px solid var(--maincolor)!important
}

.fast-contact .wpcf7-not-valid-tip {
    text-align: center;
}

.fast-contact-row .wpcf7-response-output {
    border: 2px solid #ffffff!important;
    color: #ffffff!important;
}

/*MOBILE CONTACT
----------------------*/

.mobile-contact-open i {
    background-color: #0060b3;
	color: white;
}
.mobile-contact-call i {
    background-color: #0060b3;
	color: white;
}

.mobile-contact-whatsapp {
    background-color: #0060b3;
	color: white;
}

.mobile-contact-waze {
    background-color: #0060b3;
	color: white;
}

.mobile-contact-newsletter {
    background-color: #0060b3;
	color: white;
}

.mobile-contact-newsletter i {
	background-color: #0060b3;
	color: white;
}

.under-line h2 {
    display: inline-block;
    width: auto;
}

.under-line h2::after {
    content: "";
    float: left;
    width: 100%;
    height: 4px;
    background-color: var(--maincolor);
    margin-top: 10px;
}

/*REAL ESTATE
---------------------------------------*/

.lre-promoted {
    margin-top: 10px;
}

.lre-subcategory-title {
    top: 0;
    padding-top: 100px;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
}

.field-group input {
    height: 30px;
}

.lre-subcategory-title:after {
    content: "";
    position: static;
    float: left;
    width: 100%;
    height: 4px;
    background-color: var(--maincolor);
    margin-bottom: 15px;
    border-bottom: 0;
    border-right: 0;
}

.lf-slider-content-container {
    padding: 0 10px;
}

.swiper-property-col {
    width: calc(100%);
    padding: 0px;
}

.swiper-property-content {
    float: left;
    width: 100%;
    height: 140px;
    background-color: var(--maincolor);
    color: white;
}

.swiper-slide:nth-child(odd) .swiper-property-content,
.swiper-slide:nth-child(odd) .swiper-property-info,
.swiper-slide:nth-child(odd) .swiper-property-label,
.swiper-slide:nth-child(odd) .swiper-property-title {
    background-color: #ffffff;
    color: #000000;
}

.swiper-slide .swiper-property-col {
    border: 2px solid transparent;
}

.swiper-slide:nth-child(odd) .swiper-property-col {
    border: 2px solid #eeeeee;
}

.swiper-property-title {
    position: static;
    height: 50px;
    padding: 0 10px;
    margin: 10px 0;
    background-color: transparent;
    font-size: 24px;
    line-height: 25px;
    overflow: hidden;
}

.swiper-property-title:before,
.swiper-property-title::after {
    display: none;
}

.swiper-property-built-area {
    float: right;
    width: 100%;
    padding: 5px 10px;
    background-color: transparent;
    font-size: 20px;
    line-height: 22px;
}

.swiper-property-label {
    float: right;
    width: 100%;
    position: static;
    padding: 5px 10px;
    background-color: transparent;
    font-size: 16px;
    line-height: 20px;
}

.swiper-property-label:before,
.swiper-property-label::after {
    display: none;
}

.swiper-property-info {
    float: left;
    width: 100%;
    height: 60px;
    padding: 10px;
    background-color: var(--maincolor);
    border-top: 2px solid #ffffff;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}


.swiper-slide:nth-child(odd) .swiper-property-info {
    /* background-color: #eeeeee; */
    border-top: 2px solid #eeeeee;
}

.swiper-property-info-col-val {
    font-weight: bold;
}

.table-view-property,
.table-view-property:hover,
.table-get-info,
.contact-send {
    background-color: var(--maincolor);
}

.lre-property-grid-image .lf-center-img {
    height: 300px;
}

.swiper-button-next, .swiper-button-prev {
    top: 0;
    width: 40px;
    height: calc(100% - 4px);
    margin-top: 0;
    background-color: rgb(255 255 255 / 60%);
    margin: 2px 0;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
}

/* [lre_property_filter] shortcode — horizontal filter bar */
.lre-property-filter-bar {
    direction: rtl;
    background-color: #3a454b;
    padding: 50px 30px;
    border-radius: 8px;
    margin: 0 auto;
    box-shadow: 0 0 20px #0000005e;
}

.lre-property-filter-form {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.lre-property-filter-fields {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    justify-content: center;
}

.lre-property-filter-field {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Let form fields grow responsively with container width */
.lre-property-filter-transaction-type {
    flex: 0 0 auto;
}

.lre-property-filter-city,
.lre-property-filter-area,
.lre-property-filter-number {
    flex: 1 1 180px;
}

.lre-property-filter-actions {
    flex: 0 0 auto;
}

.lre-property-filter-input {
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
    padding-left: 2rem;
    font-size: 1rem;
    min-height: 42px;
    min-width: 140px;
    width: 100%;
    box-sizing: border-box;
    color: #1a202c;
}

.lre-property-filter-input::placeholder {
    color: #718096;
}

.lre-property-filter-select {
    cursor: pointer;
    appearance: auto;
}

.lre-property-filter-actions {
    flex-shrink: 0;
}

.lre-property-filter-submit {
    background-color: #ed8936;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.5rem 1.25rem;
    min-height: 42px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

.lre-property-filter-submit:hover {
    background-color: #dd6b20;
}

/* Transaction type as styled toggle buttons */
.lre-transaction-type-label {
    display: none;
}

.lre-transaction-type-options {
    display: inline-flex;
    gap: 0.25rem;
    background-color: rgba(255, 255, 255, 0.08);
    padding: 2px;
    border-radius: 999px;
}

.lre-transaction-type-option {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.lre-transaction-type-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.lre-transaction-type-option span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    font-size: 0.95rem;
    color: #e2e8f0;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.lre-transaction-type-option input[type="radio"]:checked + span {
    background-color: #fff;
    color: #1a365d;
}

/*RESPONSIVE
---------------------------------------*/

@media screen and (max-width: 950px) {

header .top-favorites {
    display: none;
}

.top-favorites {
    width: 100%!important;
    padding: 5px 50px 0 0!important;
    height: 50px!important;
    margin: 0!important;
    border: 0!important;
    background-color: transparent;
}
.home-slider {
    height: 300px;
}

.swiper-property-content {
    float: left;
    width: 100%;
    height: 110px;
    background-color: var(--maincolor);
    color: white;
}

.swiper-property-title {
    height: 40px;
    padding: 0 5px;
    margin: 5px 0;
    font-size: 18px;
    line-height: 20px;
}

.swiper-property-built-area {
    padding: 0 5px;
    margin: 5px 0;
    font-size: 16px;
    line-height: 18px;
}

.swiper-property-label {
    padding: 0 5px;
    margin: 5px 0;
    font-size: 16px;
    line-height: 18px;
}

.swiper-property-info {
    font-size: 14px;
}
#pojo-a11y-toolbar {
    z-index: 999999;
}
a.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link {
    width: 40px;
    height: 40px;
    padding: 7px !important;
}
a.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link svg {
    width: 26px;
    height: 26px;
}
.pojo-a11y-custom-toggle {
    width: 40px;
    height: 40px;
    left: 10px;
    bottom: 10px;
}
.pojo-a11y-custom-toggle svg {
    width: 20px;
    height: 20px;
}
.lf-blog-continer.type-1,
.lf-blog-container.type-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.lre-property-filter-bar {
    padding: 20px;
}

}

@media screen and (max-width: 600px) {

.home-col-content {
    padding: 0 20px;
}

.lre-property-filter-fields {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0.5rem;
}

.lre-property-filter-field .lre-property-filter-input {
    min-width: 0;
    width: 100%;
    padding: 0.35rem 0.55rem;
    padding-left: 1.5rem;
    min-height: 36px;
    font-size: 0.875rem;
    border-radius: 6px;
}

.lre-transaction-type-options {
    padding: 2px;
    gap: 0.2rem;
}

.lre-transaction-type-option span {
    padding: 0.28rem 0.65rem;
    font-size: 0.85rem;
}

.lre-property-filter-transaction-type,
.lre-property-filter-city {
    flex: 1 1 calc(50% - 0.25rem);
}

.lre-property-filter-area,
.lre-property-filter-number {
    flex: 1 1 calc(50% - 0.25rem);
}

.lre-property-filter-actions {
    flex: 0 0 100%;
}

.lre-property-filter-actions .lre-property-filter-submit {
    width: 100%;
    min-height: 36px;
    padding: 0.35rem 0.8rem;
    font-size: 0.92rem;
    border-radius: 6px;
}
.lf-blog-continer.type-1 .lf-blog-grid-title,
.lf-blog-container.type-1 .lf-blog-grid-title {
    padding: 14px 16px;
    font-size: 1.05rem;
}

}

/* lf_get_posts shortcode: match lre-category-hero tile styling
---------------------------------------*/

.lf-blog-continer.type-1,
.lf-blog-container.type-1 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    direction: rtl;
    margin: 40px 0;
    padding: 0 5px;
}

@media screen and (max-width: 600px) {
.lf-blog-continer.type-1,
.lf-blog-container.type-1 {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    padding: 0 5%;
    margin: 24px 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    scroll-padding-inline: 5%;
}
.lf-blog-continer.type-1 .lf-blog-col,
.lf-blog-container.type-1 .lf-blog-col {
    flex: 0 0 70vw;
    min-width: 70vw;
    scroll-snap-align: start;
    box-sizing: border-box;
}
}

.lf-blog-continer.type-1 .lf-blog-col,
.lf-blog-container.type-1 .lf-blog-col {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
}

.lf-blog-continer.type-1 .lf-blog-grid,
.lf-blog-container.type-1 .lf-blog-grid {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background-color: #2d3748;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    aspect-ratio: 4 / 3;
    min-height: 160px;
    padding: 0 !important;
}

.lf-blog-continer.type-1 .lf-blog-grid:hover,
.lf-blog-container.type-1 .lf-blog-grid:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
}

.lf-blog-continer.type-1 .lf-blog-grid:focus-visible,
.lf-blog-container.type-1 .lf-blog-grid:focus-visible {
    outline: 2px solid var(--maincolor);
    outline-offset: 3px;
}

.lf-blog-continer.type-1 .lf-blog-grid img,
.lf-blog-container.type-1 .lf-blog-grid img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block;
    top: 0 !important;
    left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
}

.lf-blog-continer.type-1 .lf-blog-grid-title,
.lf-blog-container.type-1 .lf-blog-grid-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    padding: 18px 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
    text-align: right;
    font-size: 1.15rem;
    line-height: 1.3;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* Hide Google reCAPTCHA badge */
.grecaptcha-badge {
    visibility: hidden !important;
}
