/*
Theme Name: CR_child_theme_by_dp
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/*! nouislider - 12.0.0 - 9/14/2018 */
/* === noUiSlider baziniai stiliai === */
#main-menu .nav-sidebar .html_topbar_left {
    display: none;
}
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #143d4c;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 0 0 0x #ffffff;
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-connects {
    overflow: hidden;
    z-index: 0;
    border-radius: 3px;
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0;
}

.noUi-horizontal {
    height: 18px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-vertical .noUi-origin {
    width: 0;
}

.noUi-handle {
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #0c2b46;
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}

.noUi-connect {
    background: #3FB8AF;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed;
}

/* === Pips (žymos) === */
.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

.noUi-marker {
    position: absolute;
    background: #CCC;
}

.noUi-marker-sub {
    background: #AAA;
}

.noUi-marker-large {
    background: #AAA;
}

/* Horizontalūs pips */
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

/* Vertikalūs pips */
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%, 0);
    padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

/* Tooltip */
.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

/* === Papildomi tavo stiliai === */
.page-loader-logo img {
    width: 100%;
}

/* Slider rankenėlės (handle) dizainas */
.noUi-horizontal .noUi-handle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #143d4c;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: none;
    cursor: pointer;
}

.slider .banner {
    opacity: 1 !important;
    visibility: visible !important;
  
}


.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before {
    display: none;
}

/* Input'ai paslėpti */
.details-search input {
    display: none;
}

/* Bendras filtrų blokas */
.details-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    margin: 0 auto;
}

/* Kiekvieno filtro konteineris */
.details-search .details-search-filter-container {
    position: relative;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/* Filtro etiketės */
.detali-label {
    font-size: 0.95rem;
    line-height: 0.75;
    margin-bottom: 1.3em;
}


.details-search {
    
}
.details-search .details-search-filter-container .detali-filter label:hover,
.details-search .details-search-filter-container .detali-filter label.active-filter {
    color: #fff;
    border: 1px solid #143d4c;
    background-color: #143d4c;
}


.details-search .details-search-filter-container {
    position: relative;
    
}

.paieska-korpusas {
    display: flex;
    align-items: center;
    margin-left: 15px;
}


.details-search .details-search-filter-container .detali-label {
   
}

.details-search .details-search-filter-container .detali-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
	    margin: 0px 12px;
    width: calc(100% - 28px);
}

.details-search .details-search-filter-container .detali-filter label {
    border-radius: 50%;
    font-size: 15px;
    color: #143d4c;
    border: 1px solid #143d4c;
    display: grid;
    place-content: center;
    width: 38px;
    height: 38px;
    cursor: pointer;
}

.details-search .details-search-filter-container .detali-filter label.custom-width {
    border-radius: 25px;
    width: 50px;
}

.details-search .details-search-filter-container input {
    display: none;
}

.details-search .details-search-filter-container .detali-filter label:not(:first-child) {
    margin-left: 5px;
}

.details-search .details-search-filter-container {
    position: relative;
    flex: 0 0 20%;
}

.details-search .paieska-kambariai {
  
}
@media (min-width: 992px){
    .details-search .paieska-kambariai {
        
    }
}

.details-search .paieska-korpusas {
    flex: 0 0 8%;
}

.details-search .details-search-filter-container.paieska-kvadratura .detali-label, .details-search .details-search-filter-container.paieska-kaina .detali-label {
    margin-bottom: 20px;
}

.details-search .details-search-filter-container.paieska-kvadratura .detali-filter, .details-search .details-search-filter-container.paieska-kaina .detali-filter {
    
}

.details-search .details-search-filter-container .noUi-horizontal {
    height: 1px;
}

.details-search .details-search-filter-container .noUi-base {
    top: -8px;
}
.details-search .details-search-filter-container .kambariai-from-text,
.details-search .details-search-filter-container .kvadratura-from-text, .details-search .details-search-filter-container .kaina-from-text {
    position: absolute;
    bottom: -45px;
    left: 0;
    color: #2e2e2e;
    font-size: 0.95rem;
}
.details-search .details-search-filter-container .kambariai-to-text,
.details-search .details-search-filter-container .kvadratura-to-text, .details-search .details-search-filter-container .kaina-to-text {
    position: absolute;
    bottom: -45px;
    left: unset;
    right: 0;
    color: #2e2e2e;
    font-size: 0.95rem;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.nav-icon.has-icon a {
  width: 26px;
 display: block;
}

.nav-icon.has-icon a .line {
  width: 26px;
  background: #656565fe;
  margin: 4px 0;
  height: 2.4px;
	border-radius: 15px;
  display: block;
  transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nav-icon.has-icon .line-1 {
  margin-top: 0;
}

.nav-icon.has-icon a:hover .line-1 {
  width: 16px;
}

.nav-icon.has-icon a:hover .line-2 {
  width: 21px;
}

.nav-icon.has-icon a:hover .line-3 {
  width: 11px;
}




/* Property info */
.property-info {
    display: flex;
    flex-direction: column;
    gap: 0;
    color: #444444;
}

.info-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: default;
    line-height: 1.8;
    color: #444444;
}

.property-info h5.thin-font {
    font-size: 95% !important;
    margin: 0;
    padding-bottom: 0;
    line-height: 2;
    color: #444444;
}

/* Tooltip */
.info-item::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 10px);
    left: 0;
    background: #111111;
    color: #ffffff;
    font-size: 12px;
    padding: 9px 18px;
    border-radius: 30px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 0.2s ease;
    pointer-events: none;
    z-index: 9999;
}

.info-item:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* SVARBIAUSIA DALIS – Flatsome fix */
.col,
.col-inner {
    overflow: visible !important;
}

/* Paslėpti reCAPTCHA badge */
.grecaptcha-badge {
    display: none !important; 
}

/* Bendras konteineris */
.container {
    padding-left: 1%;
    padding-right: 1%;
}

/* Skiriamieji brūkšniai */
.is-divider {
    background-color: rgba(0,0,0,.1);
    display: block;
    height: 1px;
    margin: 2.6em 0;
    max-width: 30px;
    width: 100%;
}

.box-blog-post .is-divider {
    height: 0px;
}

div.is-divider.divider.clearfix {
    margin-top: 1em;
    margin-bottom: 10.1em;
}

/* Footer ir navigacija */
.absolute-footer { 
    display: none; 
}

.absolute-footer, html {
    background-color: #fff;
}

.nav-pagination > li > span, 
.nav-pagination > li > a {
    border: 0;
}

.nav-column > li > a, 
.nav-dropdown > li > a, 
.nav-vertical-fly-out > li > a, 
.nav > li > a {
    color: hsla(0,0%,40%,1);
    transition: all 0.2s;
}

.nav > li > a, 
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
}

.nav > li > a > i + span {
    margin-left: 8px;
}

h1, h2, h3, h4, h5, h6, .heading-font {
    margin: 0.5em 0;
}

hr {
    margin: 20px 0;
}

.box-text a:not(.button), 
.box-text h1, .box-text h2, .box-text h3, .box-text h4, .box-text h5, .box-text h6 {
    margin-bottom: 0.8em;
}

.box-list-view .box .box-text, 
.box-vertical .box-text {
    padding-left: 3em;
    padding-right: 2em;
}

/* Mygtukai */
.button, button, input[type=button], input[type=reset], input[type=submit] {
    border-radius: 6px;
    letter-spacing: 0;
}

.button.secondary,
a.button.secondary,
button.secondary {
    color: #111111 !important;
}

/* Šešėliai */
.row-box-shadow-1 .col-inner,
.row-box-shadow-2 .col-inner,
.row-box-shadow-3 .col-inner,
.col-inner.box-shadow-1 {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease-in-out;
}

.row-box-shadow-3-hover .col-inner:hover {
    box-shadow: 0 13px 40px rgba(0, 0, 0, 0.15);
}

/* Gradientas */
.shade-top {
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, transparent 100%);
    opacity: 0.2;
}

/* Listing row */
.listing-row-10 {
    padding-left: 3.5%;
    padding-right: 3.5%;
    box-sizing: border-box;
}

/* Footer social links */
.footer-social-links a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: inherit;
    text-decoration: none;
    position: relative;
    width: fit-content;
    transition: color 0.3s ease;
}

.footer-social-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 1px;
    background-color: currentColor;
    transition: width 0.3s ease;
}

.footer-social-links a:hover::after {
    width: 100%;
}

.footer-social-links svg {
    width: 14px;
    height: 14px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer-social-links a:hover svg {
    transform: translate(2px, -2px);
    opacity: 0.8;
}

/* Hero centras */
.hero-center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    max-width: 100% !important;
	margin: 0 !important;
}

.hero-center .col-inner {
    margin: 0 auto;
    max-width: 100% !important;
}

.info-item svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444444;
}

.apartment-info-line {
  display: flex;
  align-items: center;
  gap: 30px;
}

.ai-item {
  display: flex;
  align-items: center;   /* centroja vertikaliai */
  gap: 6px;
  color: #444444;
  line-height: 1;      /* galima koreguoti pagal dizainą */
}

.ai-item svg {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: auto;          /* NEKEIČIAM ikonos dydžio */
  width: auto;
	  margin-top: 4px;
}


.simple-divider {
  padding-top: 38px;
  padding-bottom: 32px;
}

.simple-divider .line {
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}

/* Hover underline – from left to right */
.hover-underline-left {
  display: inline-block;
  position: relative;
  color: inherit;
  text-decoration: none !important;
  cursor: pointer;
}

/* reguliuojami parametrai */
.hover-underline-left {
  --underline-bottom: -4px;
  --underline-height: 2px;
  --underline-duration: 0.28s;
}

/* linija su transform-origin: left */
.hover-underline-left::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: var(--underline-bottom);
  width: 100%;
  height: var(--underline-height);
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--underline-duration) ease;
  pointer-events: none;
}

.hover-underline-left:hover::after,
.hover-underline-left:focus::after {
  transform: scaleX(1);
}

.small-readmore {
  font-size: 95%;
	font-weight: 500;
}

/* example styling */
.contact-cards { display: grid; gap: 18px; }
.contact-card { display: flex; gap: 18px; align-items: center; padding: 22px; border-radius: 12px; background: #f6f6f6; }
.contact-icon { width: 40px; height: 40px; display:flex; align-items:center; justify-content:center; color: #444444; }
.contact-body .contact-title { font-weight: 700; margin-bottom: 6px; color: inherit; }
.contact-body .contact-sub { color: #8a8a8a; margin-bottom: 8px; font-size: 0.95rem; }
.contact-link { color: inherit; font-weight: 600; text-decoration: none; }



/* GRAVITY FORMS CSS */

.gform-theme--foundation .gform_fields {
    row-gap: calc(var(--gf-form-gap-y) / 2);
}

.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
    color: #999; /* arba kitas pilkas atspalvis */
}

.gform_wrapper .gform_button {
    border-radius: 99px !important;
  padding: 17px 28px 17px 28px !important; /* top right bottom left */
    font-weight: 600 !important;
    font-size: 11.5pt !important;
	    background-color: #143d4c !important;
    color: #fff !important; /* kad tekstas būtų baltas */
    border: none !important; /* kad neliktų default rėmelio */
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="password"],
.gform_wrapper textarea {
    border: 1px solid #aaaaaa !important; /* neaktyvus border */
    outline: none !important; /* pašalina mėlyną outline */
}

.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper input[type="number"]:focus,
.gform_wrapper input[type="url"]:focus,
.gform_wrapper input[type="password"]:focus,
.gform_wrapper textarea:focus {
    border: 1px solid #143d4c !important; /* aktyvus border */
    outline: none !important;
    box-shadow: none !important; /* pašalina mėlyną glow */
}

body .gform_wrapper .gform_button:focus,
body .gform_wrapper .gform_button:focus-visible {
  outline: 2px solid #143d4c !important;
  box-shadow: none !important; /* OPTIONAL */
}

.gform-theme--framework .gform-loader {
    border-block-end-color: #143d4c !important;
    border-block-start-color: #143d4c !important;
    border-inline-end-color: #143d4c !important;
    border-inline-start-color: #143d4c !important;
}


@media (max-width: 767px) {
    a.button {
        display: block;
        width: 100% !important;
        text-align: center;
        box-sizing: border-box;
    }
}

.accordion-title {
    font-weight:600;
}

@media (max-width: 767px) {
	.accordion-title {
    font-size: 100% !important;
}
}



/* Contact boxes grid */
.cp-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  width: 100%;
  box-sizing: border-box;
}

/* Mobile: single column */
@media (max-width: 768px) {
  .cp-contact-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* box */
.contact-box {
  display: flex;
  align-items: flex-start;        /* icons aligned with title top area */
  gap: 18px;
  padding: 22px 26px;             /* vertical 22, horizontal 26 */
  border-radius: 14px;
  background: #f5f5f5;            /* kortelės fonas (pritaikyk jei reikia) */
  box-shadow: none;
  color: inherit;                 /* paveldi temos teksto spalvą; keičiama globaliai jei reikia */
  font-family: inherit;           /* naudoja Flatsome fontus */
}

/* ikonai */
.contact-icon {
  width: 26px;
  height: 26px;
  min-width: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-icon svg {
  width: 100%;
  height: 100%;
}

/* tekstai */
.contact-body { font-family: inherit; }

.contact-sub {
  font-size: 0.95rem;             /* ~15px */
  color: #7b7b7b;                 /* pilkas subtitel */
  margin-top: 10px;
  line-height: 1;
}

.contact-data {
  font-size: 1.3rem;             /* ~16.5px */
  font-weight: 700;
  color: #111111;
  text-decoration: none;
}

/* Ensure links inherit styles */
.contact-data[href] { color: inherit; text-decoration: none; }

/* Small screens: a bit more padding vertically */
@media (max-width: 480px) {
  .contact-box { padding: 18px; border-radius: 12px; }
  .contact-title { font-size: 1.05rem; }
  .contact-sub { font-size: 0.92rem; }
  .contact-data { font-size: 1.3rem; }
}

/* Optional: make entire box focusable and keyboard-friendly */
.contact-box:focus-within {
  outline: 2px solid rgba(0,0,0,0.06);
}

.contact-icon.phone svg {
  transform: scale(1.18);   /* padidina ~18% */
  transform-origin: center;
}

.contact-icon { color: #111111; }

.contact-icon {
  margin-top: 2px; /* reguliuok 2–6px pagal skonį */
}




.custom-dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;           /* centras vertikaliai */
  padding: 12px 16px;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  width: 250px;
  background: #fff;
  cursor: pointer;
  line-height: 1;                /* kad niekas nekelia aukščio */
}

/* Kairė pusė */
.dropdown-left {
  display: flex;
  align-items: center;           /* centrauoja location ikoną */
  gap: 10px;
}

.dropdown-icon svg {
  display: block;
  width: 16px;
  height: 16px;
}

/* Tekstas */
.dropdown-label {
  font-size: 15px;
  font-weight: 500;
  color: #0d1a26;
}

/* Rodyklės centrinimas */
.dropdown-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;                /* pašalina “pakilimą” */
}

.dropdown-arrow svg {
  width: 14px;
  height: 14px;
  display: block;
}






.cp-top-buttons {
  display: flex;
  justify-content: flex-end; /* išcentruota į dešinę */
  gap: 20px;
  width: 100%;
}

/* Bendras mygtukas */
.cp-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0px 0px;
  font-family: inherit; /* Flatsome font */
}

/* Ikonos */
.cp-icon svg {
  width: 25px !important;
  height: 25px !important;
  display: block;
}

/* Tekstas */
.cp-text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;  /* dabar veikia */
  color: #111111;
	text-transform: uppercase;
}

/* Hover efektas – optional */
.cp-btn:hover .cp-text {
  opacity: 0.7;
}





.corprent-svg-align {
  display: flex;
  justify-content: center;   /* horizontaliai per centrą */
  align-items: flex-end;      /* vertikaliai prie apačios */
  width: 100%;               /* kad centravimas turėtų plotį */
  height: 100%;
}





.property-card {
  overflow: hidden;
}

.property-card__value {
  position: relative;
  cursor: default;
}

.property-card__value[data-tooltip]:not([data-tooltip=""])::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 0;
  bottom: calc(100% + 6px);
  background: #111;
  color: #fff;
  font-size: 12.25px;
  padding: 9px 18px;
  border-radius: 30px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity .2s ease, transform .2s ease;
  pointer-events: none;
  z-index: 9999;
}

.property-card__value[data-tooltip]:not([data-tooltip=""]):hover::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.property-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: #111;
  z-index: 2;
}

.property-card__badge--top {
  background: #f3d2a7;
}

.property-card__badge--new {
  background: #c7e6d7;
}

.property-card__badge--promo {
  background: #f6b1b1;
}

.property-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.property-card__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.45s ease;
  will-change: transform;
}

.property-card:hover .property-card__image img {
  transform: scale(1.08);
}






.property-hero__slider {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.property-hero__slide {
  width: 100%;
  height: 100%;
}

.property-hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}









.property-hero {
  position: relative;
  width: 100%;
}

.property-hero__slider {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.property-hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-hero__prev,
.property-hero__next {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  background: rgba(0,0,0,.5);
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.property-hero__prev { left: 16px; }
.property-hero__next { right: 16px; }

.property-hero__pagination {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}









.property-hero__open-gallery{
  position:absolute;
  bottom:32px;
  left:50%;
  transform:translateX(-50%);
  background:#fff;
  color:#111;
  border-radius:999px;
  padding:14px 28px;
  font-weight:600;
  cursor:pointer;
  z-index:10;
}

.property-gallery-modal{
  position:fixed;
  inset:0;
  display:none;
  background:#000;
  z-index:999999;
}

.property-gallery-modal.is-open{display:block;}

.property-gallery-modal__top,
.property-gallery-modal__topbar{
  position:fixed;
  top:0;
  left:0;
  right:0;
  height:74px;
  background:rgba(255,255,255,.96);
  z-index:1000002;
}

.property-gallery-modal__info,
.property-gallery-modal__meta{
  position:absolute;
  left:24px;
  top:50%;
  transform:translateY(-50%);
  color:#111;
  max-width:calc(100% - 220px);
}

.property-gallery-modal__title{
  display:block;
  font-weight:700;
  font-size:18px;
  line-height:1.2;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  color:#111;
}

.property-gallery-modal__sub,
.property-gallery-modal__meta span,
.property-gallery-modal__meta small{
  display:block;
  font-size:14px;
  opacity:.7;
  line-height:1.2;
  margin-top:4px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  color:#111;
}

.property-gallery-modal__counter,
.property-gallery-modal__count{
  position:fixed;
  top:25px;
  left:50%;
  transform:translateX(-50%);
  font-size:14px;
  font-weight:600;
  color:#111;
  z-index:1000003;
  white-space:nowrap;
}

.property-gallery-modal__close{
  position:fixed;
  top:15px;
  right:10px;
  width:10px;
  height:10px;
  border:0;
  color:#111;
  font-size:18px;
  text-align:center;
  cursor:pointer;
  z-index:1000004;
}

.property-gallery-modal__slider,
.property-gallery-modal .swiper,
.property-gallery-modal .swiper-wrapper,
.property-gallery-modal .swiper-slide{
  width:100%;
  height:100%;
}

.property-gallery-modal__slider{
  position:fixed;
  left:0;
  right:0;
  top:0;
  bottom:0;
}

.property-gallery-modal img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.property-gallery-modal__prev,
.property-gallery-modal__next{
  position:absolute;
  top:50%;
  width:46px;
  height:46px;
  margin-top:0px;
  background:rgba(255,255,255,0.92);
  border-radius:50%;
  z-index:1000003;
  cursor:pointer;
}

.property-gallery-modal__prev{left:20px;}
.property-gallery-modal__next{right:20px;}

.property-gallery-modal__prev::after,
.property-gallery-modal__next::after{
  content:'';
  position:absolute;
  top:50%;
  left:50%;
  width:10px;
  height:10px;
  border-top:2px solid #111;
  border-right:2px solid #111;
  transform:translate(-50%,-50%) rotate(-135deg);
}

.property-gallery-modal__next::after{
  transform:translate(-50%,-50%) rotate(45deg);
}

.property-gallery-modal{
  position:fixed;
  inset:0;
  display:none;
  background:#fff;
  z-index:999999;
}

.property-gallery-modal.is-open{
  display:block;
}

.property-gallery-modal img{
  background:#fff;
}


@media (max-width: 768px) {
  .property-archive-page-header {
    padding-top: 30px;
    padding-bottom: 0px;
    gap: 1.7em;
  }
}

@media (max-width: 768px) {
  .property-card__title {
    font-size: 1.3em!important;
    margin: 0.65em 0 0.35em 0!important;
  }
}

@media (max-width: 768px) {
  a[data-open="#main-menu"] {
    margin-right: 3.5vw;
  }
}

  .property-card__title {
    margin: 0.65em 0 0.35em 0!important;
  }

.header-language-dropdown__link.nav-top-link {
    font-size: 0;
}
#ux-language-dropdown li a i {
    top: -1px;
    position: relative;
    padding-right: 5px;
}





.nav > li > a, .mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-weight: 600 !important;
}

.nav-icon.has-icon a .line {
    height: 2.5px !important;
}

@media (max-width: 768px) {
  .apartment-info-line {
    gap: 15px;
  }
}

.price-wrapper p strong {
    font-size: 1.55rem !important;
}

.price-wrapper p span {
    font-size: 64% !important;
}

.property-card__image{
  aspect-ratio: 3 / 2.25;
}

@media (max-width: 768px) {
  a.button.btn-hm-left{
    display: inline-flex;
    justify-content: flex-start;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  #col-1778855887 .col-inner{
    text-align: left !important;
  }
}

.header-language-dropdown .image-icon {
  margin-right: 4px;
}

.header-language-dropdown .image-icon img {
  width: 26px;
  height: auto;
}

@media (max-width: 768px) {
  .header-language-dropdown__link.nav-top-link {
    margin-left: 3.5vw;
  }
}

@media (max-width: 768px) {
  .btn-hm-left {
    display: inline-flex;
    align-items: center;
  }

  .btn-hm-left .icon-angle-right {
    position: relative;
    top: 0;
  }
}


/* Polylang dropdown flag size fix (Flatsome) */
#ux-language-dropdown .icon-image img,
#ux-language-dropdown .image-icon img{
  width: 26px !important;
  height: 11px !important;
  object-fit: cover;
  display: inline-block;
  vertical-align: middle;
}

/* keep text nicely aligned with the flag */
#ux-language-dropdown a{
  display: flex;
  align-items: center;
  gap: 5px;
}

/* prevent the <i> wrapper from stretching */
#ux-language-dropdown .icon-image,
#ux-language-dropdown .image-icon{
  width: 26px;
  height: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
}
