/* Hovers */

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background: rgb(230,215,79);
}
.menu-item.current-menu-item a, .menu-item a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
}
/* Contacts */

.custom-cf7-block .custom-cf7-success-message {
    display: none;
}
.custom-cf7-block.form-sent .wpcf7 {
    display: none;
}
.custom-cf7-block.form-sent .custom-cf7-success-message {
    display: block;
}
/* Header */
.page-template-templates-project .header-light.elementor-sticky--effects .header-inner-wrapper,
.page-template-templates-floor .header-inner-wrapper,
.page-template-templates-parking .header-inner-wrapper,
.single-butai .header-inner-wrapper{
    border-bottom:1px solid rgba(63, 62, 59, 0.24);
}
.page-template-templates-project .header-light.elementor-sticky--effects,
.page-template-templates-project-search .header-light.elementor-sticky--effects,
.page-template-templates-floor .header-light.elementor-sticky--effects,
.page-template-templates-parking .header-light.elementor-sticky--effects,
.single-butai .header-light.elementor-sticky--effects {
    background-color: var(--project-bg-color) !important;
}
.page-template-templates-project .elementor-sticky--effects .logo-default {
    display: none;
}

.page-template-templates-project-search .header-light, 
.page-template-templates-floor .header-light, 
.page-template-templates-parking .header-light, 
.single-butai .header-light,
.single-post .header-light {
    background-color: var(--project-bg-color) !important;
}
.page-template-templates-project-search .header-light .favorites-menu-item.active svg path, 
.page-template-templates-floor .header-light .favorites-menu-item.active svg path, 
.page-template-templates-parking .header-light .favorites-menu-item.active svg path, 
.single-butai .header-light .favorites-menu-item.active svg path,
.single-post .header-light .favorites-menu-item.active svg path {
    fill: var(--project-text-color-light);
}
.page-template-templates-project-search .header-light .citus-cta-button a, 
.page-template-templates-floor .header-light .citus-cta-button a, 
.page-template-templates-parking .header-light .citus-cta-button a, 
.single-butai .header-light .citus-cta-button a,
.single-post .header-light .citus-cta-button a {
    background-color: var(--project-text-color-light) !important;
    color:var(--project-button-bg-color) !important;
}
.page-template-templates-project-search .header-light .citus-cta-button a svg path, 
.page-template-templates-floor .header-light .citus-cta-button a svg path, 
.page-template-templates-parking .header-light .citus-cta-button a svg path, 
.single-butai .header-light .citus-cta-button a svg path,
.single-post .header-light .citus-cta-button a svg path {
    fill:var(--project-button-bg-color);
}

.page-template-templates-project .elementor-sticky--effects .logo-sticky {
    display: inline-block;
}
.page-template-templates-project .header-light {
	background:transparent !important;
}
.project-logo a img {
    height:34px;
}

.custom-project-menu ul {
    padding-left:0;
    display: flex;
    gap:36px;
    align-items: center;
    list-style: none;
    margin:0;
}
.custom-project-menu ul a {
    color: var(--project-text-color);
    font-family: Archivo;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; 
    display: flex;
    align-items: center;
}
.page-template-templates-project .custom-project-menu ul a {
    color: #fff;
}
.uline-double {
    display: inline-flex;
    position: relative;
    white-space: nowrap;
}
.uline-double:after, .uline-double:before {
    background-color: var(--project-text-color);
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    min-height: 2px;
    position: absolute;
    right: 0;
    opacity:0;
}
.uline-double:before {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform .55s cubic-bezier(.785,.135,.15,.86);
    transition-delay: .5s;
}
.uline-double:after {
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .55s cubic-bezier(.785,.135,.15,.86);
    transition-delay: 0s;
}
.uline-double:hover:before {
    opacity:1;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .55s cubic-bezier(.785,.135,.15,.86);
    transition-delay: 0s;
}
.uline-double:hover:after {
    opacity:1;
    transform: scaleX(1);
    transform-origin: left;
    transition: transform .55s cubic-bezier(.785,.135,.15,.86);
    transition-delay: .2s;
}
.uline-double-wrap a {
    display: inline-flex;
    position: relative;
    white-space: nowrap;
}
.uline-double-wrap a:after, .uline-double-wrap a:before {
    background-color: var(--project-text-color);
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    min-height: 2px;
    position: absolute;
    right: 0;
}
.uline-double-wrap a:before {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform .55s cubic-bezier(.785,.135,.15,.86);
    transition-delay: .5s;
}
.uline-double-wrap a:after {
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .55s cubic-bezier(.785,.135,.15,.86);
    transition-delay: 0s;
}
.uline-double-wrap a:hover:before {
    opacity:1;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .55s cubic-bezier(.785,.135,.15,.86);
    transition-delay: 0s;
}
.uline-double-wrap a:hover:after {
    opacity:1;
    transform: scaleX(1);
    transform-origin: left;
    transition: transform .55s cubic-bezier(.785,.135,.15,.86);
    transition-delay: .2s;
}

.page-template-templates-project .header-light:not(.elementor-sticky--effects) .favorites-icon svg path {
    fill:#fff;
}
.elementor-sticky--effects .custom-project-menu ul a {
    color:var(--project-text-color);
}
.elementor-sticky--effects .citus-cta-button a,
body:not(.page-template-templates-project) .citus-cta-button a {
    background-color: var(--project-text-color) !important;
    color:#fff !important;
}
.elementor-sticky--effects .citus-cta-button a svg path,
body:not(.page-template-templates-project) .citus-cta-button a svg path {
    fill:#fff;
    transition: 0.3s all;
}

/* Footer */

.page-template-templates-project .footer-wrapper,
.page-template-templates-floor .footer-wrapper, 
.page-template-templates-parking .footer-wrapper, 
.page-template-templates-project-search .footer-wrapper, 
.single-butai .footer-wrapper {
    background-color: var(--project-footer-bg-color);
}
.page-template-templates-project .footer-wrapper .wpcf7-email,
.page-template-templates-floor .footer-wrapper .wpcf7-email,
.page-template-templates-parking .footer-wrapper .wpcf7-email,
.page-template-templates-project-search .footer-wrapper .wpcf7-email,
.single-butai .footer-wrapper .wpcf7-email {
    background-color: var(--project-footer-bg-color);
}

.project-page-color-style .footer-color-white * {
    color:var(--project-footer-text-color) !important;
}

.project-page-color-style .footer-color-white svg path {
    fill:var(--project-footer-text-color) !important;
}

.project-page-color-style .footer-color-white .wpcf7-submit svg path {
    fill:var(--project-footer-bg-color) !important;
}

.project-page-color-style .footer-color-yellow * {
    color:var(--project-footer-text-color);
}
.project-page-color-style .footer-wrapper .footer-omnisend-form button {
    background-color: var(--project-footer-cta-color);
}
.project-page-color-style .footer-omnisend-form button svg path {
    fill: var(--project-footer-bg-color);
}
.project-page-color-style .footer-wrapper .premium-cf7-container [type="checkbox"] {
    border-color:var(--project-footer-text-color) !important;
}

.project-page-color-style .footer-wrapper .premium-cf7-container input[type="checkbox"]:checked:before {
    background:var(--project-footer-text-color) !important;
}


.project-page-color-style .footer-wrapper .premium-cf7-container .wpcf7-form-control.wpcf7-text {
    border-color:var(--project-footer-line-color) !important;
}
.project-page-color-style .footer-wrapper .elementor-divider-separator {
    background:var(--project-footer-line-color) !important;
}

/* Animations */

.fade-in-rise * {
    will-change: transform, opacity;
}

.fade-in-rise {
    overflow:hidden;
    padding:3px 0;
}
.fade-in-rise h1, .fade-in-rise h2, .fade-in-rise h3,
.fade-in-rise h4, .fade-in-rise h5, .fade-in-rise h6, .fade-in-rise img {
    opacity: 0;
    transform: translateY(100%);
    transition: transform 1.3s ease-out, opacity 1.3s ease-out;
    will-change: transform, opacity;
}

.fade-in-rise.visible h1, .fade-in-rise.visible h2, .fade-in-rise.visible h3,
.fade-in-rise.visible h4, .fade-in-rise.visible h5, .fade-in-rise.visible h6,
.fade-in-rise.visible img {
    opacity: 1;
    transform: translateY(0);
}

/* Search table */
#objects-table {
	width:100% !important;
	border-collapse:collapse;
}

#objects-table th {
	color: rgba(63, 62, 59, 0.6);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding:0 24px 24px 0;
	border-bottom:1px solid rgba(63, 62, 59, 0.24);
	text-align:left;
}

#objects-table td {
	color: #3F3E3B;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	border-bottom:1px solid rgba(63, 62, 59, 0.24);
	padding:26px 24px 26px 0;
    white-space: nowrap;
}

#objects-table tr td:first-child {
    padding-right:16px;
    padding-left: 16px;
}
#objects-table tr th:first-child {
    padding-right:16px;
    padding-left: 16px;
}

#objects-table tr {
    background: transparent;
}

#objects-table th::after {
	display:none !important;
}

#objects-table th.sorting::after, #objects-table th.sorting_asc::after, #objects-table th.sorting_desc::after {
    display:none !important;
}

#objects-table tr:hover th {
    background-color: transparent;
}

#objects-table tr:hover {
    background: transparent;
}

#objects-table tr:hover td {
	background:rgba(63, 62, 59, 0.1);
}

.project-page-color-style #objects-table tr:hover td {
    background: rgba(245, 228, 81, 0.05);
    cursor: pointer;
}

#objects-table tr.Parduotas:hover {
    cursor: no-drop !important;
}

#objects-table tr.Rezervuotas:hover {
    background: transparent;
}

#objects-table tr.Parduotas {
    cursor: no-drop !important;
}

#objects-table tr.Rezervuotas {
    background: transparent;
}

.simplefavorite-button { 
    height:24px;
}

.apartment-status {
	display: flex;
    width: 140px;
    height: 28px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size:16px;
    border-radius: 100px;
    border: 1px solid #3F3E3B;
}

.apartment-status.Rezervuotas {
	color: #FD9833;
    border-color:#FD9833;
}
.apartment-status.Parduotas {
	color: #DB152F;
    border-color:#DB152F;
}

/* Search filters */

#yadcf-filter-wrapper--objects-table-1,
#yadcf-filter-wrapper--objects-table-2,
#yadcf-filter-wrapper--objects-table-4,
#yadcf-filter-wrapper--objects-table-6 {
    display: none !important;
}

#objects-table_length, #objects-table_paginate {display:none;}

#objects-table_filter,
.yadcf-filter-reset-button.range-number-slider-reset-button,
.yadcf-filter-range-number-slider-min-tip-hidden.hide,
.yadcf-filter-range-number-slider-max-tip-hidden.hide {
    display: none;
}

.reset-all-filters {cursor:pointer;}

/* Range filter */

#external_filter_container_plotas {
    padding-top:16px;
}

.yadcf-filter-range-number-slider-min-tip-inner,
.yadcf-filter-range-number-slider-max-tip-inner {
    font-family: Archivo;
    background-color: transparent;
    text-align: left;
    pointer-events: none;
    margin: 0;
    width: auto;
    height: 24px;
    line-height: 24px;
    position: absolute;
    top: 36px;
	left:0;
    color: rgba(63, 62, 59, 0.6);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: lowercase;
    margin-left:6px;
}

.ui-slider-range.ui-widget-header {
    height: 100%;
    background: rgba(63, 62, 59, 0.24);
}

.ui-slider-range.ui-widget-header.inuse {
    background: #3F3E3B;
    height:4px;
    top:-1.5px;
}

.ui-slider-handle.ui-state-default.ui-corner-all {
    width: 32px;
    height: 32px;
    background: #3F3E3B;
    top: -16px;
    border: none;
    outline: none !important;
    border-radius: 100%;
}

/* Checkboxes */

.radio-btn-group,
.checkbox-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap:12px;
}

.radio-btn-group {
    gap:0;
    flex-wrap: nowrap;
}
.radio-btn-group > div {
    flex:1 1 100%;
}

.form-check label {
    background: transparent;
	color: #3F3E3B;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
    font-weight: 600;
    padding:6px 16px;
	height:36px;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	border:1px solid rgba(63, 62, 59, 0.24);
	border-radius:100px;
}

.radio-btn-group .form-check label {
    background:transparent;
    padding:8px;
    color:rgba(63, 62, 59, 0.6);
    height:auto;
    width:100%;
    border:none;
    border-bottom:1px solid rgba(63, 62, 59, 0.24);
    border-radius:0;
}

.checkbox-square .form-check label {
    width:18px;
    height:18px;
    border:2px solid #3F3E3B;
    border-radius:4px;
    padding:0;
}

.checkbox-filters .form-check label {
	height: 20px;
    width: 20px;
	border-radius:8px;
}

.form-check input[type="radio"],
.form-check input[type="checkbox"] {
    display: none;
}


.form-check input[type="checkbox"]:checked+label {
    background: #3F3E3B;
	border-color: #3F3E3B;
    color: #fff;
}
.form-check input[type="radio"]:checked+label {
    border-color:#3F3E3B;
    color:#3F3E3B;
}

/* Property page */

.property-plan-image .swiper-button-next:after, .property-plan-image .swiper-button-prev:after {
    display: none;
}

.property-plan-image .swiper-button-next, .property-plan-image .swiper-button-prev {
    width:36px;
    height:36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: var(--project-bg-color);
}

.property-plan-image .swiper-button-next svg, .property-plan-image .swiper-button-prev svg {
    color:var(--project-text-color-light);
}

.apartment-table {
	border-top:1px solid rgba(63, 62, 59, 0.24);
	display:flex;
	flex-direction: column;
	gap:0;
}
.apartment-table > div {
	display:flex;
	border-bottom:1px solid rgba(63, 62, 59, 0.24);
	align-items:center;
	justify-content:space-between;
	padding:16px 0;
	
}
.apartment-table div span {
	color: rgba(63, 62, 59, 0.6);
	font-size: 16px;
	line-height: 24px;
}
.apartment-table div.font-size-small span {
	font-size: 13px;
}
.apartment-table div span:last-child {
	color: rgba(63, 62, 59, 1);
}

.butai-left-nav {
    display:flex;
    align-items:center;
    color: #3F3E3B;
}

.butai-left-nav > div > a, .butai-left-nav .nav-item > span {
    color: #3F3E3B;
    cursor: pointer;
    opacity:0.6;
    transition:0.3s all;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.butai-left-nav a:hover, .butai-left-nav .nav-item > span:hover {
    opacity:1;
}

.butai-left-nav .nav-item {
    position: relative;
    padding:0 24px;
    border-left:1px solid rgba(29, 0, 57, 0.24);
}
.butai-left-nav .nav-item:first-child {
    padding-left:0;
    border-left:none;
}

.butai-left-nav .dropdown {
    display: none;
    flex-direction: column;
    position: absolute;
    left: 24px;
    top: 24px;
    background: #fff;
    padding: 16px;
    white-space: nowrap;
    z-index: 1000;
    box-shadow: 0px 0px 36px 0px rgba(63, 62, 59, 0.10);
    border-radius: 8px;
}

.butai-left-nav .nav-item:hover .dropdown {
    display: flex;
}

.butai-left-nav .nav-item .dropdown a {
    color:#3F3E3B;
    padding:12px 0;
    border-bottom:1px solid rgba(63, 62, 59, 0.24);
    opacity:1;
}

.butai-left-nav .nav-item .dropdown a:first-child {
    padding-top:0;
}

.butai-left-nav .nav-item .dropdown a:last-child {
    border-bottom:none;
    padding-bottom:0;
}

.dropdown a:hover {
    text-decoration: underline;
}

.bank-logo {
    max-width: 100px;
    height: auto;
}

.apartment-plan-navigation {
    display: flex;
   justify-content: center;
   gap: 12px;
   padding: 0;
   list-style: none;
}
.apartment-plan-navigation li {
   color: #3F3E3B;
   font-size: 16px;
   font-weight: 600;
   display:flex;
   align-items:center;
   justify-content:center;
   cursor:pointer;
   border-radius: 100px;
   padding:6px 24px;
   border: 1px solid rgba(63, 62, 59, 0.24);
}
.apartment-plan-navigation li.active {
   background:#3F3E3B;
   color:#fff;
}

.apartment-plan-wrapper .property-plan-image img {
    max-height:400px;
    max-width:75%;
}

.apartment-plan-wrapper .property-gallery img {
    height:550px;
    object-fit: cover;
    width:100%;
}

/* Properties carousel */
/* Exclusive offers */

.exclusive-offer-item {
    width:371px;
}

.exclusive-offer-item .image-background-wrapper {
    background-position: center !important;
    background-size:cover !important;
    display: flex;
    flex-direction: column;
    position: relative;
}
.exclusive-offer-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.exclusive-offer-item .simplefavorite-button {
    z-index: 2;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 100px;
    margin-top: 16px;
    margin-right: 16px;
    align-self: flex-end;
}

.exclusive-offer-item .property-plan {
    z-index: 2;
    height: auto;
    width: 280px;
    align-self: center;
}
.exclusive-offer-item .price-tag {
    margin: 24px 0;
    background: #F5E451;
    z-index: 1;
    display: inline-block;
    width: fit-content;
    display:flex;
    gap:12px;
    align-items: center;
    padding:12px;
}
.exclusive-offer-item .price-tag span {
    font-weight:600;
    color:#3F3E3B;
}
.exclusive-offer-item .price-tag span.with-opacity {
    opacity:0.48;
}
.exclusive-offer-item .meta-items {
    margin: 16px 0;
    display: flex;
    gap: 4px;
}
.exclusive-offer-item .meta-items span {
    color: #3F3E3B;
    border: 1px solid #3F3E3B;
    padding: 10px 12px;
    border-radius: 100px;
    line-height: 8px;
}
.exclusive-offer-item .project-address {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* General pages */

.simplefavorite-button {
    cursor:pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.simplefavorite-button.active {
    opacity:1;
}
.page-template-templates-project #bgmp_map-canvas {
    height:680px !important;
}
.project-map-wrapper .map-filters {
    position: absolute;
    z-index: 9;
    left: 36px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
}
.project-map-wrapper .map-filters .filter-item {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:8px;
    color: #3F3E3B;
	text-align: center;
    font-family: Archivo;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    cursor:pointer;
    transition:0.3s all;
}
.project-map-wrapper .map-filters .filter-item .filter-icon {
    width:52px;
    height:52px;
    border-radius:100%;
    background:var(--project-accent-color);
    border:1px solid #3F3E3B;
    display:flex;
    align-items:center;
    justify-content:center;
}
.project-map-wrapper .map-filters .filter-item.active .filter-icon {
    background:#3F3E3B;
}
.project-map-wrapper .map-filters .filter-item.active .filter-icon {
    background:var(--project-bg-color);
    border-color:var(--project-text-color);
}
.project-map-wrapper .map-filters .filter-item .filter-icon svg {
    width:32px;
    height:32px;
}
.project-map-wrapper .map-filters .filter-item .filter-icon svg path {
    fill:#3F3E3B;
}
.project-map-wrapper .map-filters .filter-item.active .filter-icon svg path {
    fill:#fff
}
.project-map-wrapper .map-filters .filter-item.active .filter-icon svg path {
    fill:var(--project-text-color);
}
.timeline-wrapper.style-horizontal {
	overflow-x: scroll;
  scrollbar-width: none;   
  -ms-overflow-style: none; 
}
.style-horizontal .timeline-wrapper::-webkit-scrollbar {
  display: none;
}
.style-horizontal .timeline-list {
    display: flex;
    padding-left: 4px;
}
.style-horizontal .timeline-list .timeline_item-card:nth-child(odd) {
	border-bottom: 1px solid #3F3E3B;
}
.style-horizontal .timeline-list .timeline_item-card:first-child {
    margin-left: 0;
}
.style-horizontal .timeline_item-card {
    min-width: 500px;
    margin-left: -250px;
    height: 180px;
    display: flex;
    gap:16px;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #3F3E3B;
    padding-left: 24PX;
    position: relative;
    justify-content: flex-start;
}
.style-horizontal .timeline-list .timeline_item-card:nth-child(even) {
    margin-top: 179px;
    border-top: 1px solid #3F3E3B;
    padding-top:24px;
}
.style-horizontal .timeline_item-card p {
    max-width: 270px;
    color:rgba(63, 62, 59, 0.6);
    margin:0;
}
.style-horizontal .timeline_item-card h3 {
    font-weight:400;
    margin:0;
}
.style-horizontal span.timeline-bubble {
    width: 8px;
    height: 8px;
    background: #3F3E3B;
    border-radius: 100%;
    position: absolute;
    left: -4px;
    z-index: 2;
    bottom: -4px;
}
.style-horizontal .timeline-list .timeline_item-card:nth-child(even) span.timeline-bubble {
    top: -4px;
}
.style-horizontal .timeline-list .timeline_item-card:not(.active) {
    border-color:#D1D1D0;
}
.style-vertical .timeline-list { 
    display: flex;
    flex-direction: column;
}
.style-vertical .timeline_item-card {
    display:flex;
    padding-bottom:36px;
    border-left:1px solid #BABAB8;
    gap:36px;
}
.style-vertical .timeline_item-card:last-child {
	border-left:none;
}
.style-vertical .timeline_item-card.active {
    border-left:2px solid var(--project-text-color);
}
.style-vertical .timeline_item-card .year-wrap {
    padding-left:20px;
    position: relative;
}
.style-vertical .timeline_item-card .year-wrap p {
    color: var(--project-text-color);
    font-family: Scale;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
    letter-spacing: 0.4px;
    min-width: 120px;
}
.style-vertical .timeline_item-card .text-wrap {
    display: flex;
    gap:16px;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    justify-content: flex-start;
}
.style-vertical .timeline_item-card p {
    font-size: 20px;
    color:rgba(63, 62, 59, 0.6);
    margin:0;
    font-family: "PP Hatton", Sans-serif;
}
.style-vertical .timeline_item-card h3 {
    font-weight:400;
    margin:0;
}
.style-vertical span.timeline-bubble {
    width: 12px;
    height: 12px;
    background: #BABAB8;
    border-radius: 100%;
    position: absolute;
    left: -7px;
    z-index: 2;
    top: 0;
}
.style-vertical .active span.timeline-bubble {
    background: var(--project-text-color);
}
.swiper-zoom-container img {
    background-color: #fff;
}
.project-gallery img {
    height:680px !important;
    width:100%;
    object-fit:cover;
    object-position:center;
}
.project-gallery .swiper-button-next:after, .project-gallery .swiper-button-prev:after {
    display:none;
}
.project-gallery .swiper-button-next, .project-gallery .swiper-button-prev {
    width:36px;
    height:36px;
}
.project-gallery .swiper-button-next {
    right:36px;
}
.project-gallery .swiper-button-prev {
    left:36px;
}
.project-gallery-tabs .nav {
    padding-left:0;
    list-style:none;
    display:flex;
    gap:12px;
    align-items:center;
    margin-bottom:24px;
}
.project-gallery-tabs .nav li .nav-link {
    display: flex;
    padding: 6px 36px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
	border: 1px solid var(--project-text-color);
    background-color: transparent;
    color: #F0E9D7;
    font-family: Archivo;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; 
    cursor: pointer;
}
.project-gallery-tabs .nav li .nav-link:hover, .project-gallery-tabs .nav li .nav-link.active {
    background:#F0E9D7;
    color:#061D4B;
}
.project-gallery-thumbs {
    margin-top:16px;
}
.project-gallery-thumbs img {
    opacity:0.36;
    height:100px !important;
    width:100%;
    object-fit:cover;
    object-position:center;
    cursor:pointer;
}
.project-gallery-thumbs .swiper-slide-thumb-active img {
    opacity:1;
}
.project-gallery-small .swiper-slide {
    width:520px;
}
.project-gallery-small img {
    height:390px !important;
    width:100%;
    object-fit:cover;
    object-position:center;
}
.project-gallery-small .swiper-button-next:after, .project-gallery-small .swiper-button-prev:after {
    display:none;
}
.project-gallery-small .swiper-button-next, .project-gallery-small .swiper-button-prev {
    top:initial;
    bottom:0;
    left:50%;
    width:36px;
    height:36px;
    background-color: var(--project-button-bg-color);
    border-radius: 100%;
}
.project-gallery-small .swiper-button-next {
    left:calc(50% + 8px);
}
.project-gallery-small .swiper-button-prev {
    left:calc(50% - 44px);
}
.gallery-small .nav {
    justify-content: center;
    margin-bottom:80px;
}

.project-add-wrapper {
    margin:24px 0 0 0;
}
.project-add-wrapper {
    background:var(--project-add-banner-bg-color);
    padding:24px 36px;
    display:flex;
    justify-content:space-between;
}
.project-add-wrapper .add__info {
    display:flex;
    gap:24px;
    align-items:center;
}
.project-add-wrapper .add__info h3 {
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.4px;
    margin:0;
    color:var(--project-add-banner-text-color);
}
.project-add-wrapper .add__cta a {
    display: flex;
    padding: 12px 48px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
	background: var(--project-add-banner-text-color);
    color: var(--project-add-banner-bg-color);
    font-family: Archivo;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.project-add-wrapper .add__cta a:hover {
    opacity:0.9;
}
.project-add-wrapper .add__info span {
    border-left:1px solid rgba(63, 62, 59, 0.24);
    padding-left:24px;
    color: #3F3E3B;
    font-family: Archivo;
    font-size: 20px;
    line-height: 28px;
}
.project-banner-wrapper {
    margin:80px 0 0 0;
}
.project-banner-wrapper img {
    width:100%;
}
.project-offers-wrapper {
    margin:0 0 80px 0;
}
.elementor-shortcode .project-offers-wrapper h2 {
    font-size: 72px;
    line-height: 80px;
    letter-spacing: 1.44px;
}


.logo-sticky {
    display: none;
}

.similar-projects-single-wrapper .project_labels {
    margin-top:24px;
    margin-left:24px;
}
.similar-projects-single-wrapper .project_labels span {
    background:#F5E451;
    padding:8px 12px;
    color:#3F3E3B;
}
.project_labels {
    display:flex;
    gap:8px;
}

.project_labels span {
    background:#3F3E3B;
    color:#EBE5CC;
    font-size:12px;
    font-weight:600;
    line-height:16px;
    padding:8px 12px;
}
.footer-omnisend-form button {
    position:absolute;
    top:8px;
    right:8px;
    background:#F5E451;
    width:44px;
    height:44px;
    display:flex;
    justify-content:center;
    align-items:center;
    border:none;
    outline:none;
    border-radius:100%;
    cursor:pointer;
}

.project-accordion {
    overflow: hidden;
    height:auto;
    transition: 0.5s all;
}

.project-accordion.faq-collapsed {
    height:388px;
}
@media (max-width:768px) {
	.project-accordion.faq-collapsed {
		height:420px;
	}
}

/* Features slider */
.project-features-wrapper {
    overflow:hidden;
}
.project-features-wrapper  .swiper-slide {
    display: grid;
    grid-template-columns: 400px 300px;
    gap: 36px;
    width: auto;
}

.project-features-wrapper .feature-slide-content {
    display:flex;
    flex-direction: column;
    justify-content: flex-end;
    gap:16px;
}

.project-features-wrapper h3 {
    color: #F0E9D7;
    font-family: Scale;
    font-size: 20px;
    line-height: 28px; 
    letter-spacing: 0.4px;
    margin:0;
}

.project-features-wrapper p {
    color: #F0E9D7;
    font-family: Archivo;
    font-size: 16px;
    line-height: 24px;
    margin:0;
}

.project-features-wrapper .feature-slide-image img {
    height:500px;
    width:100%;
    object-fit: cover;
    object-position: center;    
}

.project-features-wrapper {
    
}

.project-features-wrapper .swiper-button-next, .project-features-wrapper .swiper-button-prev {

}
.project-features-wrapper .swiper-button-next::after, .project-features-wrapper .swiper-button-prev::after {
    display: none;
}
.project-features-wrapper .swiper-button-next, .project-features-wrapper .swiper-button-prev {
    top:initial;
    bottom:-74px;
    left:50%;
    width:36px;
    height:36px;
    background-color: #F0E9D7;
    border-radius: 100%;
}
.project-features-wrapper .swiper-button-next svg path, .project-features-wrapper .swiper-button-prev svg path {
	stroke:#061D4B;
}


.project-features-wrapper .swiper-button-next {
    left:calc(50% + 8px);
}
.project-features-wrapper .swiper-button-prev {
    left:calc(50% - 44px);
}


/* Floor page */

.floor-navigation {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}
.page-template-templates-project .floor-navigation a {
    padding:10px 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color:var(--project-text-color);
    border-radius: 100px;
    border: 1px solid var(--project-text-color);
    transition:0.3s all;
}

.page-template-templates-project .floor-navigation a.active, .floor-navigation a:hover {
    background:var(--project-button-bg-color);
    color:var(--project-button-text-color);
}

.floor-navigation a {
    padding:10px 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color:#3F3E3B;
    border-radius: 100px;
    border: 1px solid rgba(63, 62, 59, 0.24);
    transition:0.3s all;
}

.floor-navigation a.active, .floor-navigation a:hover {
    background:#3F3E3B;
    color:#fff;
}

.floor-tooltip {
	background:#F5E451;
	display:flex;
	flex-direction:column;
	padding:16px;
	gap:16px;
	width:184px;
}
.floor-tooltip .floor-title {
	color: #1D0039;
	font-family: Scale;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.4px;
}
.floor-tooltip .floor-title h6 {
	margin:0;
}
.floor-tooltip .floor-info {
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	gap:5px;
	color: rgba(63, 62, 59, 0.6);
	font-family: Archivo;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	width:100%;
}
.floor-tooltip .floor-info div {
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:100%;
}
.floor-tooltip .floor-info span {
	color: rgba(63, 62, 59, 1);
}
.building-tooltip {
    display:flex;
    gap:0;
    background:var(--project-bg-color);
    align-items: center;
}
.building-tooltip .floor-title {
    align-items: center;
    padding:22px 45px;
    border-right:1px solid var(--project-text-color-light);
}
.building-tooltip .floor-title h6 {
    color: var(--project-text-color-light);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.48px;
}
.building-tooltip .floor-info {
    display:flex;
    flex-direction: column;
    gap:4px;
    padding:10px 20px;
}
.building-tooltip .floor-info div {
    color: var(--project-text-color-light);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.34px;
}
.building-tooltip h6 {
    margin:0;
    color: var(--project-text-color-light);
}

.floor-legend {
	display:flex;
	gap:8px;
	flex-direction:column;
}
.floor-legend .legend-item {
	display:flex;
	gap:8px;
	align-items:center;
}
.floor-legend .legend-item span {
	width:36px;
	height:16px;
	border:1px solid rgba(35, 35, 35, 0.36);
	background:#fff;
}
.floor-legend .legend-item span.commercial {
	background:rgba(235, 229, 204, 1);
}
.floor-legend .legend-item p {
	margin:0;
	font-size:16px;
}

@media (max-width:768px) {
	html, body {
		overflow-x:hidden;
	}
	.floor-navigation a {
		padding:12px;
	}
    .custom-project-menu ul {
        gap:0;
        flex-direction: column;
        align-items: flex-start;
    }
    .custom-project-menu ul a {
        color: #3F3E3B !important;
        font-family: Scale;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0.44px;
        padding:12px 0;
        outline: none;
    }
    .custom-project-menu ul li {
        border-bottom:1px solid rgba(63, 62, 59, 0.24);
        width: 100%;
    }
    .custom-project-menu ul li:last-child {
        border-bottom: none;
    }
    .project_id_1259 .custom-project-menu ul a {
        font-family: "Bw Gradual", Sans-serif;
        font-weight:700 !important;
    }
    .style-vertical .timeline_item-card .year-wrap p {
        font-size: 18px;
    }
    .style-vertical .timeline_item-card {
        gap:16px;
    }
    .style-vertical .timeline_item-card .year-wrap p {
        min-width: 90px;
    }
    .style-vertical .timeline-list {
        padding-left:8px;
    }
	#objects-table th, #objects-table td {
		font-size:10px;
		padding:16px 8px 16px 0;
	}
	#objects-table tr td:first-child {
		padding-right:16px;
        padding-left: 0;
	}
    #objects-table tr th:first-child {
		padding-right:16px;
        padding-left: 0;
	}
	.apartment-status {
		display:block;
		width:auto;
		padding:0;
		border:none;
		font-size:10px;
	}
	#objects-table td svg {
		height:20px;
	}
	.butai-left-nav .nav-item:first-child {
		padding-left:24px;
	}
	.apartment-plan-navigation li {
		flex:1 0 100%;
	}
	.floor-navigation {
		flex-direction:row;	
	}
	.project-offers-wrapper {
		margin-top:60px;
	}
	.project-offers-wrapper h2 {
		margin-bottom:24px !important;
	}
	.exclusive-offer-item {
		width:280px;
	}
	.exclusive-offer-item .property-plan {
		width:160px;
	}
	.project-add-wrapper {
		padding:24px;
	}
	.project-add-wrapper, .project-add-wrapper .add__info {
		flex-direction:column;
	}
	.elementor-shortcode .project-add-wrapper .add__info span {
		border:none;
		padding-left:0;
	}
	.project-add-wrapper .add__info {
		gap:16px;
	}
	.project-add-wrapper .add__info span.add_date {
		padding:16px 0;
		border-top:1px solid rgba(63, 62, 59, 0.24);
		border-bottom:1px solid rgba(63, 62, 59, 0.24);
	}
	.project-add-wrapper .add__cta a {
		margin-top:24px;
	}
	.page-template-templates-project #bgmp_map-canvas {
		height:440px !important;
	}
	.project-map-wrapper .map-filters {
		position: static;
		flex-direction: row;
		overflow-x: scroll;
		transform: none;
		margin-top: 24px;
		justify-content: flex-start;
		scrollbar-width: none;
		-ms-overflow-style: none;
		padding-left:10px;
        align-items: flex-start;
	}
	.project-map-wrapper .elementor-shortcode {
		display: flex;
    	flex-direction: column-reverse;
	}
	.project-gallery-tabs .nav li .nav-link {
		padding:6px 12px;
	}
	.project-gallery-tabs .nav {
		justify-content:center;
	}
	.project-gallery img {
		height:375px !important;
	}
	.project-gallery-thumbs {
		display:none;
	}
    .project-features-wrapper .swiper-slide {
        display:flex;
        flex-direction: column-reverse;
        gap:24px;
        width:280px;
    }
    .project-features-wrapper .feature-slide-image img {
        height:350px;
    }
}

/* Favorites carousel */
.favorites-menu-item a {
    display:flex;
    gap:6px;
    position: relative;
}
.favorites-menu-item.active svg path {
    fill: #3F3E3B;
}
.favorites-count {    
    position: absolute;
    top: -6px;
    right: -6px;
    font-size: 10px;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 12px;
    font-weight: 600;
    background: #F5E451;
    display: flex;
    align-items: center;
    justify-content: center;
}
.favorites-carousel-item {
    background: #EBE5CC;
    padding: 24px;
    display: flex;
    gap:24px;
    flex-direction: column;
    justify-content: space-between;
    max-width: 520px;
}
.favorites-carousel-item .carousel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-family: Scale;
}
.favorites-carousel-item .carousel-header > div {
    display:flex;
    align-items: center;
    gap:12px;
}
.favorites-carousel-item .carousel-content {
    display:grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
}
.favorites-carousel-item .carousel-content > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:12px 0;
    border-top:1px solid rgba(63, 62, 59, 0.24);
}
.favorites-carousel-item .carousel-content > div span {
    opacity:0.6;
}
.favorites-carousel-item .carousel-footer {
    display: grid;
    grid-template-columns: 3fr 9fr;
    padding: 24px;
    gap:24px;
    background: #fff;
}
.favorites-carousel-item .compass-image {width:68px;}
.favorites-carousel-item .carousel-footer > div {
    display: flex;
    gap:24px;
    flex-direction: column;
}
.favorites-carousel-item .carousel-footer .big-plan {
    display: flex;
    align-items: center;
    justify-content:center;
    padding:24px;
    height: 200px;
}
.favorites-carousel-item .carousel-footer .big-plan img {
    max-height:150px;
}


/* Dark scheme colors */

/* Footer */

.color-scheme-dark.project-page-color-style .favorites-count {
    color:var(--project-bg-color) !important;
}

/* Header */

.color-scheme-dark .header-light .favorites-icon svg path,
.property-color-scheme-dark .header-light .favorites-icon svg path,
.floor-color-scheme-dark .header-light .favorites-icon svg path {
    fill:var(--project-text-color-light);
}

.page-template-templates-project.color-scheme-dark  .header-inner-wrapper, 
.page-template-templates-floor.color-scheme-dark  .header-inner-wrapper, 
.page-template-templates-parking.color-scheme-dark  .header-inner-wrapper, 
.single-butai.color-scheme-dark  .header-inner-wrapper {
    border-color:rgba(255,255,255,0.4);
}

.page-template-templates-project.color-scheme-dark  .mobile-project-burger svg path, 
.floor-color-scheme-dark  .mobile-project-burger svg path,
.page-template-templates-parking.color-scheme-dark  .mobile-project-burger svg path,
.single-butai.property-color-scheme-dark .mobile-project-burger svg path {
    fill:var(--project-text-color-light);
}

.single-butai .property-background-color, .single-butai .elementor-location-footer {
    background-color:var(--project-bg-color);
}


.property-color-scheme-dark .property-contact-wrapper h2 {
    color:#3F3E3B !important;
}



.project-page-color-style.property-color-scheme-dark .footer-color-white * {
    color:var(--project-footer-text-color) !important;
}

.project-page-color-style.property-color-scheme-dark .footer-color-white svg path {
    fill:var(--project-footer-text-color) !important;
}

.project-page-color-style.property-color-scheme-dark .footer-color-white .wpcf7-submit svg path {
    fill:var(--project-footer-bg-color) !important;
}

.project-page-color-style.property-color-scheme-dark .footer-color-yellow * {
    color:var(--project-footer-text-color);
}
.project-page-color-style.property-color-scheme-dark .footer-wrapper .footer-omnisend-form button {
    background-color: var(--project-footer-cta-color);
}
.project-page-color-style.property-color-scheme-dark .footer-omnisend-form button svg path {
    fill: var(--project-footer-bg-color);
}
.project-page-color-style.property-color-scheme-dark .footer-wrapper .premium-cf7-container [type="checkbox"] {
    border-color:var(--project-footer-text-color) !important;
}

.project-page-color-style.property-color-scheme-dark .footer-wrapper .premium-cf7-container input[type="checkbox"]:checked:before {
    background:var(--project-footer-text-color) !important;
}

.project-page-color-style.property-color-scheme-dark .footer-wrapper .premium-cf7-container .wpcf7-form-control.wpcf7-text {
    border-color:var(--project-footer-line-color) !important;
}
.project-page-color-style.property-color-scheme-dark .footer-wrapper .elementor-divider-separator {
    background:var(--project-footer-line-color) !important;
}

.property-color-scheme-dark .similar-projects-loop-carousel .similar-projects-single-wrapper h3,
.property-color-scheme-dark .similar-projects-loop-carousel .similar-projects-single-wrapper .elementor-icon-list-items,
.property-color-scheme-dark .similar-projects-loop-carousel .similar-projects-single-wrapper .elementor-icon-list-items span,
.property-color-scheme-dark .similar-projects-loop-carousel .similar-projects-single-wrapper .elementor-widget-container {
    color:var(--project-text-color-light) !important;
}

.property-color-scheme-dark .type-projektai svg {
    filter:invert(100%) brightness(1000%);
}

.property-color-scheme-dark .elementor-location-footer .dark-scheme-color-white * {
    color:var(--project-text-color-light) !important;
}

.property-color-scheme-dark .elementor-location-footer .dark-scheme-color-white svg {
    filter:invert(100%) brightness(1000%);
}

.property-color-scheme-dark .dark-scheme-color-yellow *, .color-scheme-dark .dark-scheme-color-yellow * {
    color:#F5E451 !important;
}

.color-scheme-dark .dark-scheme-color-white * {
    color:var(--project-text-color-light) !important;
}

.color-scheme-dark .form-check label {
    color:var(--project-text-color-light);
    border-color:rgba(255, 255, 255, 0.24);
}

.color-scheme-dark .form-check input[type="checkbox"]:checked+label {
    border-color:var(--project-bg-color-light);
    background:var(--project-text-color-light);
    color:var(--project-bg-color);
}

.color-scheme-dark .form-check input[type="radio"]:checked+label {
    color:var(--project-text-color-light);
    border-color:var(--project-text-color-light);
}

.color-scheme-dark .ui-slider-handle.ui-state-default.ui-corner-all,
.color-scheme-dark .ui-slider-range.ui-widget-header.inuse {
    background:var(--project-text-color-light);
}
.color-scheme-dark .yadcf-filter-range-number-slider-min-tip-inner, .color-scheme-dark .yadcf-filter-range-number-slider-max-tip-inner {
    color:var(--project-text-color-light);
}

.color-scheme-dark .dark-scheme-border-light .elementor-divider-separator {
    border-color:rgba(255, 255, 255, 0.24) !important;
}

.color-scheme-dark .dark-scheme-color-white img,
.color-scheme-dark .dark-scheme-color-white svg {
    filter:invert(100%) brightness(1000%);
}

.color-scheme-dark .project-offers-wrapper h2 {
    color:var(--project-text-color-light);
}

.color-scheme-dark .project-gallery-tabs .nav li .nav-link {
    border-radius: 100px;
	border: 1px solid rgba(240, 233, 215, 0.40);
    color:#F0E9D7;
    background: transparent;
}

.color-scheme-dark .project-gallery-tabs .nav li .nav-link:hover, .project-gallery-tabs .nav li .nav-link.active {
    color: #061D4B !important;;
    background: #F0E9D7 !important;
	border-color:#F0E9D7 !important;
}

.project-gallery-tabs .nav li .nav-link:hover, .project-gallery-tabs .nav li .nav-link.active {
    color: var(--project-button-text-color);
    background: var(--project-button-bg-color);
}

.color-scheme-dark .exclusive-offer-item .meta-items span {
    color: var(--project-text-color-light);
    border-color:var(--project-text-color-light);
}

.color-scheme-dark .exclusive-offer-item .project-address {
    color:var(--project-text-color-light);    
}

.color-scheme-dark .exclusive-offer-item .project-address svg {
    filter:invert(100%) brightness(1000%);
}

.color-scheme-dark .advantages-grid img {
    filter:invert(100%) brightness(1000%);
}

.color-scheme-dark .similar-projects-loop-carousel .similar-projects-single-wrapper svg {
    filter:invert(100%) brightness(1000%);
}

.color-scheme-dark .news-loop-grid-container .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text,
.color-scheme-dark .news-loop-grid-container h3 {
    color:var(--project-text-color-light) !important; 
}

.color-scheme-dark .similar-projects-loop-carousel .similar-projects-single-wrapper h3,
.color-scheme-dark .similar-projects-loop-carousel .similar-projects-single-wrapper .elementor-icon-list-items,
.color-scheme-dark .similar-projects-loop-carousel .similar-projects-single-wrapper .elementor-icon-list-items span,
.color-scheme-dark .similar-projects-loop-carousel .similar-projects-single-wrapper .elementor-widget-container {
    color:var(--project-text-color-light) !important;
}

.color-scheme-dark span.timeline-bubble {
    background:var(--project-text-color-light);
}

.color-scheme-dark .timeline_item-card p {
    color: var(--project-text-color-light);
}

.color-scheme-dark .timeline_item-card h3 {
    color: var(--project-text-color-light);
}

.color-scheme-dark .timeline-list .timeline_item-card:nth-child(odd),
.color-scheme-dark .timeline-list .timeline_item-card:nth-child(even) {
    border-color:var(--project-text-color-light);
}

.color-scheme-dark .timeline_item-card {
    border-color:var(--project-text-color-light);
}

.color-scheme-dark .timeline-list .timeline_item-card:not(.active) {
    border-color:rgba(255,255,255,0.24);
}

.color-scheme-dark #objects-table th {
    color:rgba(255,255,255,0.6);
}

.color-scheme-dark #objects-table td {
    color:var(--project-text-color-light);
}

.color-scheme-dark .apartment-status {
    border-color:var(--project-text-color-light);
}

.color-scheme-dark #objects-table th, .color-scheme-dark #objects-table td {
    border-color:rgba(255,255,255,0.24);
}

.color-scheme-dark #objects-table .simplefavorite-button svg path {
    fill:var(--project-text-color-light);
}

.color-scheme-dark .search-table-gradient::before, .page-template-templates-project .search-table-gradient::before {
    background-image: linear-gradient(180deg, rgba(29, 0, 57, 0.00) 0%, var(--project-bg-color) 80%) !important;
}
.color-scheme-dark .project-accordion a {
    color:var(--project-text-color-light) !important;
}
.color-scheme-dark .project-accordion p {
    color:var(--project-text-color-light) !important;
    opacity:0.6;
}
.color-scheme-dark .project-accordion .elementor-accordion .elementor-accordion-item {
    border-color: rgba(242, 238, 225, 0.24);
}
.color-scheme-dark .project-accordion svg path {
    fill:var(--project-text-color-light) !important;
}

.color-scheme-dark .elementor-sticky--effects .custom-project-menu ul a {
    color: var(--project-text-color-light);
}
.color-scheme-dark .elementor-sticky--effects .favorites-menu-item.active svg path {
    fill: var(--project-text-color-light);
}
.color-scheme-dark .elementor-sticky--effects .citus-cta-button a {
    background-color: var(--project-text-color-light) !important;
    color:var(--project-button-bg-color) !important;
}
.color-scheme-dark .elementor-sticky--effects .citus-cta-button a svg path {
    fill:var(--project-button-bg-color);
}
.color-scheme-dark  .page-template-templates-project .floor-navigation a {
    color:var(--project-text-color-light);
    border: 1px solid var(--project-text-color-light);
}

.color-scheme-dark .page-template-templates-project .floor-navigation a.active, .color-scheme-dark .floor-navigation a:hover {
    background:var(--project-button-bg-color);
    color:var(--project-text-color-light)
}

/* Responsive */
@media screen and (max-width:768px) {
    .color-scheme-dark .project-map-wrapper .map-filters .filter-item {
        color:var(--project-text-color-light);
    }
    .project-logo a img {
        height:32px;
    }    
    .elementor-shortcode .project-offers-wrapper h2 {
        font-size:36px;
        line-height:44px;
    }
.favorites-carousel-item .carousel-content {
    grid-template-columns: 1fr;
}
.favorites-carousel-item .carousel-footer {
        display: flex ;
        flex-direction: column-reverse;
}
.favorites-carousel-item .carousel-footer > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
}
}


/* OOOOLDDDD OLD CSS */
/* Cookie consent css */
.elementor-widget-premium-img-gallery .pa-gallery-magnific-image span, .elementor-widget-premium-img-gallery .pa-gallery-img-link span {
	background:#fff;
}


.price-wrapper .price-full {
	color: #040925;
font-family: Freigeist;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;
}


.expand-widget-container {
    display: flex; 
    gap: 0; 
    width: 100%;
}
.expand-item {
    flex: 1; 
    transition: flex 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    position:relative;
    padding:120px 30px 30px 30px;
    flex-direction: column;
    justify-content: flex-start;
	align-items:center;
    display: flex;
    height:550px;
	background-size:cover;
	background-position:center;
}

.expand-item .title-wrapper {
    text-align:center;
}
.expand-item .expand-content {
    display: flex;
    gap: 20px;
    align-items:center;
}
.expand-item .expand-content a {
    transition:0.3s all;
}
.expand-item * {
    z-index:2;
    position:relative;
}
.expand-item .overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #000;
    z-index:1;
    opacity:0.55;
}
.expand-item.active .overlay {
    opacity:0.3;
}
.expand-item:not(.active) .content {
    opacity:0;
}
.expand-item h3 {
   color: #FFF;
	text-align: center;
	font-family: Freigeist;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width:240px;
}

.expand-item .expand-content {
  color: #FFF;	
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
	max-width:280px;
}
.expand-item.active {
    flex: 2;
}
.expand-item .expand-content ul {padding-left:0; list-style:none;}
.expand-item li {
	text-align:center;
}
.expand-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.marquee {
  --gap: 25vw;
  position: fixed;
  bottom:0;
  left:0;
  width:100%;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  background:#D66853;
  z-index:9999;
  padding:15px 0;
}

.marquee-content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll 10s linear infinite;
    align-items:center;
}

.marquee-content p {
    margin-bottom:0;
    color: #FFF;
	font-family: Fahkwang;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.marquee-content p:before {
    content: "";
    display: inline-block;
    margin-bottom: -20px;
    width: 55px;
    margin-right: 60px;
    background: url(https://naujamiesciotrio.lt/wp-content/uploads/2025/01/Group-191.svg);
    height: 55px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
#bgmp_map-canvas {
    width: 100% !important;
}

.opal-property-variation tr {
    background: rgba(255, 255, 255, 0.2);
}

.opal-property-variation tr:hover {
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
}

.opal-property-variation tr td,
.opal-property-variation tr th {
    color: #fff;
}

.opal-property-variation tr th {
    font-weight: bold;
}

.yadcf-filter-range-number-slider.ui-corner-all {
    background: #D5CAD0;
    border: none;
    border-radius: 0;
    height: 1px;
}



.ui-slider-handle.ui-state-default.ui-corner-all:before {
                content: "";
                width: 30px;
                height: 60px;
                position: absolute;
                top: -10px;
                left: -7px;
            }

.ui-slider-handle.ui-state-default.ui-corner-all:hover {
    cursor: pointer;
}



.yadcf-number-slider-filter-wrapper-inner {
    padding: 0 90px 0 0;
}



.yadcf-filter-range-number-slider-min-tip-inner:after,
.yadcf-filter-range-number-slider-min-tip-inner:before,
.yadcf-filter-range-number-slider-max-tip-inner:after,
.yadcf-filter-range-number-slider-max-tip-inner:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    display: none;
}

.ui-slider-horizontal .ui-slider-handle {margin-left:0;}

.yadcf-filter-range-number-slider-min-tip-inner:after,
.yadcf-filter-range-number-slider-max-tip-inner:after {
    border-color: rgba(202, 190, 159, 0);
    border-top-color: #34495E;
    border-width: 8px;
    margin-left: -8px;
    display: none;
}

.yadcf-filter-range-number-slider-min-tip-inner:before,
.yadcf-filter-range-number-slider-max-tip-inner:before {
    border-color: rgba(202, 190, 159, 0);
    border-top-color: #34495E;
    border-width: 14px;
    margin-left: -14px;
    display: none;
}

.yadcf-filter-reset-button.range-number-slider-reset-button {
    background: transparent;
    border: none;
    font-size: 20px;
    font-weight: 300;
    color: #34495E;
    position: absolute;
    right: 0;
    top: 0;
}

.yadcf-filter-reset-button.range-number-slider-reset-button:hover {
    font-size: 23px;
    transition: font 0.3s ease;
}



.qtip.qtip-default {
    min-width: 168px;
	border-radius:12px;
	background:#39312D;
	color: var(--Colorlight, #D5CAD0);
	font-family: Exo;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px; /* 178.571% */
}
.genplanas-tooltip .genplanas-info {
	padding:14px 17px;

}
.genplanas-tooltip .genplanas-info .floor-info {
	gap:10px;
	display:flex;
	align-items:center;
		color: var(--Colorlight, #D5CAD0);
	font-family: Exo;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.genplanas-tooltip .genplanas-info .floor-info span {
	color: var(--Colorlight, #D5CAD0);
font-family: Fahkwang;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.genplanas-tooltip .divider {
	opacity: 0.3;
background: #D5CAD0;
	height:1px;
	display:block;
	width:100%;
	margin:10px 0;
}
.genplanas-tooltip .properties-info {
	display:block;
}
.genplanas-tooltip .properties-info span {
	font-weight:600;
}
.genplanas-tooltip .building-info {
	display:flex;
	flex-direction:column;
	padding:10px 17px;
	border-radius: 0px 0px 12px 12px;
}
.genplanas-tooltip .building-info {
	background: var(--Colorlight, #D5CAD0);
	color: var(--brown-2, #39312D);
	font-family: Exo;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; /* 160% */
}
.genplanas-tooltip .building-info span.date {
	font-weight:600;
}

#external_filter_container_kaina .yadcf-filter-range-number-slider-min-tip-inner,
#external_filter_container_kaina .yadcf-filter-range-number-slider-max-tip-inner {
    width: auto;
    left: initial;
}




.yadcf-filter-wrapper {
    margin-top: 0;
}







.hotspots-interaction {
    margin: 0 auto;
}

.floors-wrapper {
    display: flex;
    width: 100%;
	position:relative;
}

.floors-wrapper .nav-side {
    min-width: 160px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    padding-right:30px;
	margin-top:60px;
}
.floors-wrapper .floor-side {
    display: flex;
    width: calc(100% - 160px);
}
.floors-wrapper .floor-map-item {
    max-width: 100%;
}

.floors-wrapper h6 {
    color: #854827;
	font-family: "Montserrat Alternates";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}
.floors-wrapper .compass {
	position:absolute;
	top:-60px;
	right:0;
    margin-top:0;
	z-index:3;
}
.floors-wrapper ul {
    list-style: none;
    padding-left:0;
}
.floors-wrapper ul li {
    display: block;
    margin-bottom:15px;
    width:100%;
    height:45px;
    line-height: 45px;
    border-radius: 10px 0px 10px 10px;
    border: 1px solid #854827;
	color: #854827;
	text-align: center;
	font-family: "Montserrat Alternates";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	transition:0.3s all;
	text-transform:uppercase;
}
.floors-wrapper ul li:hover {
    background: #854827;
    color:#fff;
}
.floors-wrapper ul li a {
	color: #854827;
	display:block;
	line-height:45px;
	width:100%;
	
}
.floors-wrapper ul li:hover a {
	color:#fff;
}
.floors-wrapper ul li.active a {
	color:#fff;
}
.floors-wrapper ul li.active {
border: 1px solid #854827;
background: #854827;
color:#fff;
}
.tyz-threejs-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 760px;
    max-height: 768px;
}

.tyz-threejs-canvas {
    display: block;
    width: 100%;
    height: 100%;
    cursor: move;
}

.tyz-threejs-container .tyz-threejs-controls {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 500;
    pointer-events: auto;
}

.tyz-threejs-controls .tyz-threejs-zoom-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: #061d4b;
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.tyz-threejs-controls .tyz-threejs-zoom-btn:hover {
    opacity:0.85;
    background: #061d4b;
}

.tyz-threejs-controls .tyz-threejs-zoom-btn:active {
   opacity:0.85;
   background: #061d4b;
}

.tyz-threejs-zoom-btn:focus-visible {
    outline: 1px solid #ffffff;
    outline-offset: 1px;
}

@media (max-width: 600px) {
    .tyz-threejs-container .tyz-threejs-controls {
        flex-direction: row;
        bottom: 16px;
        right: 16px;
    }

    .tyz-threejs-controls .tyz-threejs-zoom-btn {
        width: 44px;
        height: 44px;
        font-size: 24px;
    }
}

/* Loading indicator - Simple Fade-in Design */
.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 1000;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    opacity: 0;
    animation: fadeInLoading 1s ease-in-out forwards;
    /* Mobile optimizations */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top: 3px solid #ffffff;
    border-radius: 50%;
    animation: spin 1.2s linear infinite;
    margin: 0 auto 20px;
}

.loading p {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    animation: pulseText 2s ease-in-out infinite;
}

@keyframes fadeInLoading {
    0% { 
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.8);
    }
    100% { 
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes pulseText {
    0%, 100% { opacity: 0.95; }
    50% { opacity: 0.7; }
}

/* Controls info - Modern Design */
.tyz-threejs-container .controls-info {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.95);
    color: #2c3e50;
    padding: 20px;
    border-radius: 16px;
    font-size: 13px;
    z-index: 100;
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 280px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.tyz-threejs-container .controls-info:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.tyz-threejs-container .controls-info h3 {
    margin: 0 0 16px 0;
    color: #1a73e8;
    font-size: 16px;
    font-weight: 600;
}

.tyz-threejs-container .controls-info p {
    margin: 8px 0;
    line-height: 1.5;
    color: #5f6368;
    padding-left: 16px;
    position: relative;
}

.tyz-threejs-container .controls-info p::before {
    content: "•";
    color: #1a73e8;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* Tooltips - Modern Design */
.tooltip.tyz-tooltip {
    position: absolute;
    background: var(--C2, #061D4B);
    color: var(--C1, #F0E9D7);
    font-family: "PP Hatton";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px; /* 128.571% */
    letter-spacing: 0.56px;
    padding: 8px 16px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 200;
    min-width: 130px;
    text-align: center;
    position: relative;
    overflow: hidden;
    /* Initial state for animation */
    opacity: 0;
    transform: translateY(20px) scale(0.7);
}

.tooltip.tyz-tooltip::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    transition: left 0.5s;
}

.tooltip.tyz-tooltip:hover::before {
    left: 100%;
}

.tooltip.tyz-tooltip:hover {
    background: linear-gradient(135deg, rgba(32, 130, 242, 1) 0%, rgba(15, 77, 171, 1) 100%);
    transform: translateY(-3px) scale(1.02);
    border-color: rgba(255, 255, 255, 0.55);
    box-shadow: 0 16px 36px rgba(26, 115, 232, 0.4);
    color: #ffffff;
}

.tooltip.tyz-tooltip.tooltip-active {
    box-shadow: 0 18px 40px rgba(26, 115, 232, 0.5);
    border-color: rgba(255, 255, 255, 0.6);
}

/* Tooltip visible state */
.tooltip.tyz-tooltip.visible {
    opacity: 1 !important;
    transform: translateY(0) scale(1) !important;
}

/* Bounce animation for tooltips */
@keyframes tooltipBounce {
    0% {
        transform: translateY(20px) scale(0.7);
        opacity: 0;
    }
    50% {
        transform: translateY(-5px) scale(1.05);
        opacity: 0.8;
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.tooltip.bounce-in {
    animation: tooltipBounce 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

/* Golden tooltip ball specific styling */
.red-ball-tooltip {
    background: linear-gradient(135deg, rgba(26, 115, 232, 0.98) 0%, rgba(7, 66, 148, 0.95) 100%) !important;
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding: 16px 20px !important;
    border-radius: 16px !important;
    box-shadow: 0 12px 36px rgba(26, 115, 232, 0.45) !important;
    backdrop-filter: blur(20px) !important;
    pointer-events: none !important;
    z-index: 9999 !important;
    position: fixed !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) !important;
}

.red-ball-tooltip:hover {
    background: linear-gradient(135deg, rgba(32, 130, 242, 1) 0%, rgba(7, 66, 148, 1) 100%) !important;
    border-color: rgba(255, 255, 255, 0.65) !important;
    color: #ffffff !important;
    box-shadow: 0 16px 44px rgba(26, 115, 232, 0.5) !important;
    transform: translateY(-2px) scale(1.05) !important;
}

/* Modal - Modern Design */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    animation: fadeIn 0.3s ease-out;
}

/* Camera Frame Modal - Split Screen Design */
.camera-frame-modal {
    display: none;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    animation: cameraFrameFadeIn 0.4s ease-out;
}

@keyframes cameraFrameFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.camera-frame-content {
    position: absolute;
    right: 0;
    top: 0;
    width: 550px;
    height: 100%;
    display: flex;
    flex-direction: column;
    animation: cameraFrameSlideIn 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: var(--C2, #061D4B);
}

@keyframes cameraFrameSlideIn {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes cameraFrameSlideOut {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(100%);
    }
}

@keyframes cameraFrameFadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

.camera-frame-modal.closing {
    animation: cameraFrameFadeOut 0.3s ease-in forwards;
}

.camera-frame-modal.closing .camera-frame-content {
    animation: cameraFrameSlideOut 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.camera-frame-info h3 {
    color: var(--C1, #F0E9D7);
    font-family: "PP Hatton";
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px; /* 128.571% */
    letter-spacing: 0.56px;
}

.close-sidebar-button {
    position: absolute;
    right: 550px;
    top: 340px;
    transform: translate(50%, -50%);
    width: 48px;
    height: 48px;
    border-radius: 32px;
    border: 1px solid var(--C1, #F0E9D7);
    background: var(--C1, #F0E9D7);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 2001;
}

.close-sidebar-button:hover {
    opacity: 0.9;
    background: #061d4b;
}

.camera-frame-body {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--C2, #061D4B);
}

.camera-frame-image {
    position: relative;
    overflow: hidden;
    background: var(--C2, #061D4B);
    width:100%;
    object-fit:cover;
}

.camera-frame-image img {
    width: 100%;
    object-fit: cover;
    height:340px;
}

.camera-frame-info {
    padding: 60px;
    background: var(--C2, #061D4B);
}

.camera-frame-info p {
   color: var(--C1, #F0E9D7);
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}


@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content {
    background: var(--C2, #061D4B);
    margin: 8% auto;
    padding: 32px;
    border-radius: 20px;
    width: 85%;
    max-width: 650px;
    position: relative;
    animation: modalSlideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-60px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.close {
    color: #6c757d;
    float: right;
    font-size: 24px;
    font-weight: 300;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 24px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    background: rgba(108, 117, 125, 0.1);
}

.close:hover,
.close:focus {
    color: #dc3545;
    background: rgba(220, 53, 69, 0.1);
    transform: scale(1.1);
}

#modal-title {
    color: #1a73e8;
    margin-bottom: 24px;
    font-size: 28px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

#modal-body {
    color: #495057;
    line-height: 1.7;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

#modal-body h3 {
    color: #1a73e8;
    margin: 20px 0 12px 0;
    font-size: 18px;
    font-weight: 600;
}

#modal-body p {
    margin-bottom: 12px;
    font-size: 15px;
}

.modal-image img {
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

/* Mobile-first responsive design */
@media (max-width: 768px) {
    body {
        /* Prevent zoom on input focus */
        -webkit-text-size-adjust: 100%;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    
    #canvas {
        /* Improve touch responsiveness */
        touch-action: none;
        -webkit-tap-highlight-color: transparent;
    }
    
    .controls-info {
        font-size: 12px;
        padding: 16px;
        max-width: 240px;
        top: 15px;
        left: 15px;
        /* Better touch targets */
        min-height: 44px;
        min-width: 44px;
    }
    
    .controls-info h3 {
        font-size: 14px;
        margin-bottom: 12px;
    }
    
    .controls-info p {
        margin: 6px 0;
        font-size: 11px;
        /* Larger touch targets */
        padding: 4px 0;
    }
    
    .modal-content {
        width: 95%;
        margin: 5% auto;
        padding: 24px;
        border-radius: 16px;
        /* Better mobile spacing */
        max-height: 90vh;
        overflow-y: auto;
    }
    
    #modal-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    #modal-body {
        font-size: 14px;
    }
    
    #modal-body h3 {
        font-size: 16px;
        margin: 16px 0 10px 0;
    }
    
    .tooltip {
        font-size: 12px;
        padding: 12px 16px;
        min-width: 110px;
        /* Better touch targets */
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .close {
        /* Larger touch target for close button */
        width: 44px;
        height: 44px;
        font-size: 28px;
    }
    
    /* Camera Frame Modal Mobile Styles */
    .camera-frame-content {
        width: 100%;
    }
    
    .camera-frame-header {
        padding: 40px 25px 25px 25px;
    }
    
    .camera-frame-header h3 {
        font-size: 18px;
    }
    
    .camera-frame-close {
        width: 36px;
        height: 36px;
        font-size: 24px;
    }
    
    .camera-frame-info {
        padding: 40px 25px;
    }
    
    .camera-frame-info p {
        font-size: 18px;
    }
    
    .close-sidebar-button {
        width: 44px;
        height: 44px;
        font-size: 24px;
        right: 16px;
        top: 44px;
        transform: none;
    }
}

/* Landscape orientation optimizations for mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .controls-info {
        top: 10px;
        left: 10px;
        max-width: 200px;
        font-size: 11px;
        padding: 12px;
    }
    
    .modal-content {
        margin: 2% auto;
        max-height: 95vh;
    }
}

/* High DPI mobile screens */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .tooltip {
        /* Better rendering on high DPI screens */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .loading p {
        /* Better mobile loading text */
        font-size: 16px;
        font-weight: 500;
    }
    
    .spinner {
        /* Optimized spinner for mobile */
        width: 40px;
        height: 40px;
        border-width: 2px;
    }
}

/* Floor map interactive styling */
.floor-map-shell {
    position: relative;
    width: 100%;
    display: block;
    max-width: 100%;
    margin: 0 auto 24px;
    min-height: 320px;
    overflow: hidden;
}

.floor-map-viewport {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f7f8fc;
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(6, 29, 75, 0.08);
    touch-action: none;
    aspect-ratio: var(--floor-map-aspect, 0.6);
    cursor: grab;
}

.floor-map-viewport.is-dragging {
    cursor: grabbing;
}

.floor-map-content {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    will-change: transform;
    user-select: none;
}

.floor-map-content img,
.floor-map-content canvas {
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: auto;
    width: 100%;
    height: auto;
    max-width: none;
}

.floor-map-loader {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(247, 248, 252, 0.96);
    z-index: 40;
    transition: opacity 0.25s ease;
}

.floor-map-shell:not(.is-loading) .floor-map-loader,
.floor-map-loader.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.floor-map-spinner {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 3px solid rgba(6, 29, 75, 0.2);
    border-top-color: #061d4b;
    animation: floor-map-spin 0.75s linear infinite;
}

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

.floor-map-shell.is-static .floor-map-viewport {
    cursor: default;
}

.floor-map-controls {
    position: absolute;
    bottom: 18px;
    right: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 30;
    pointer-events: auto;
}

.floor-map-control {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background: rgba(6, 29, 75, 0.92);
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 28px rgba(6, 29, 75, 0.35);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.floor-map-control:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(6, 29, 75, 0.45);
}

.floor-map-control:active {
    transform: translateY(0);
    box-shadow: 0 10px 24px rgba(6, 29, 75, 0.3);
    opacity: 0.9;
}

.floor-map-control:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.85);
    outline-offset: 2px;
}

@media (max-width: 640px) {
    .floor-map-controls {
        flex-direction: row;
        bottom: 16px;
        right: 16px;
    }

    .floor-map-control {
        width: 44px;
        height: 44px;
        font-size: 22px;
    }

    .floor-map-shell {
        min-height: 340px;
    }

    .floor-map-viewport {
        aspect-ratio: auto;
        height: auto;
        min-height: 340px;
    }

    .floor-map-content img,
    .floor-map-content canvas {
        width: 100%;
        height: auto;
    }
}

.elementor-widget-shortcode .elementor-widget-container,
.elementor-widget-shortcode .elementor-shortcode {
    width: 100%;
}
