/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* VARIABLES */
:root {
    --color-black: #000000;
    --color-black-light: #17220F;
    --color-dark-grey: #3E3E3E;
    --color-medium-grey: #818181;
    --color-medium-grey-2: #656565;
    --color-medium-grey-3: #5B5B5B;
    --color-light-grey: #D7D7D7;
    --color-light-grey-2: #B6B6B6;
    --color-light-grey-3: #F3F3F3;
    --color-light-grey-4: #8D8D8D;
    --color-light-grey-5: #9B9B9B;
    --color-white: #FFFFFF;
    --color-white-2: #E6E6E6;
    --color-white-3: #F8F8F8;
    --color-green: #9ABC46;
    --color-green-light: #D8DBA0;
    --color-yellow: #D7DB99;
}

/* BASE */
body {
    font-family: 'Raleway', sans-serif;
}
a {
    color: var(--color-green);
    text-decoration: none;
    transition: all 0.2s;
}
a:hover {
    color: var(--color-green) !important;
}
select:focus,
select:active {
    outline: none;
}
button {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    letter-spacing: 0.05em;
    color: var(--color-medium-grey-2);
}
h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    letter-spacing: 0.05em;
    color: var(--color-dark-grey);
    transition: all 0.3s;
}
h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: var(--color-dark-grey);
    transition: all 0.3s;
}
p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: var(--color-dark-grey);
}
.grecaptcha-badge { 
    visibility: hidden;
}

/* UTILITIES */
@media print {
    body > * {
        display: none;
    }
    body .printable {
        display: block;
    }
    body #single-property {
        padding-top: 0 !important;
    }
    body #single-property .col-md-5 {
        display: none;
    }
    body #single-property .collapse:not(.show) {
        display: block;
    }
    body #single-property .title-wrapper {
        margin-bottom: 12px;
    }
    body #accordion_property {
        margin-top: 40px;
    }
}
.max-width {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.max-width-reduced {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.bg-black {
    background-color: var(--color-black);
}
.text-white {
    color: var(--color-white);
}
.text-green {
    color: var(--color-green);
}
.text-black {
    color: var(--color-dark-grey);
}
.text-light-grey-4 {
    color: var(--color-light-grey-4);
}
.weight-300 {
    font-weight: 300;
}
.slick-vertical .slick-slide {
    border: none;
}
.hidden {
    display: none;
}

/* HEADER */
main:not(#home) {
    padding-top: 140px;
}
main#contact-us {
    overflow: hidden;
}
main#contact-us,
main#sector,
main#single-news {
    padding-top: 0;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 20px;
    z-index: 10;
    transition: all 0.3s;
}
header img {
    transition: all 0.3s;
}
header .logo img {
    height: 53px;
}
header .favorites.full {
    position: relative;
}
header .favorites.full::after {
    content: "";
    position: absolute;
    top: -4px;
    right: -8px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--color-green);
}
.header-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 1260px;
    padding: 24px 0;
    border-bottom: 1px solid var(--color-black);
    transition: all 0.3s;
}
.white-text .header-wrapper {
    border-bottom: 1px solid var(--color-light-grey);
}
header .logo {
    margin-right: auto;
}
header nav .menu {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
header nav #menu-main-menu,
header nav #menu-main-menu-en {
    gap: 40px;
}
header nav .menu li {
    position: relative;
    padding: 6px 0;
}
header nav .menu li a {
    font-weight: 700;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.08em;
    color: var(--color-black);
    text-transform: uppercase;
    transition: all 0.3s;
}
header nav .menu li.current-menu-item > a {
    font-weight: 900;
    color: var(--color-green) !important;
}
header nav .menu li.opened > a {
    color: var(--color-green) !important;
}
header nav .menu > li.menu-item-has-children {
    padding-right: 14px;
}
header nav .menu > li.menu-item-has-children > a::after {
    content: '';
    background-image: url('../img/arrow-menu.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 7px;
    height: 5px;
    transition: all 0.3s;
}
header nav .menu li .sub-menu {
    display: none;
    position: absolute;
    top: 70px;
    left: -20px;
    min-width: 240px;
    padding: 5px 20px;
    opacity: 0.9;
    background-color: var(--color-white);
    box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.13);
}
header nav .menu li .sub-menu li {
    padding: 2px 0;
}
header nav .menu li .sub-menu li a {
    font-weight: 700;
    font-size: 13px;
    line-height: 25px;
    color: var(--color-dark-grey);
}
header .language-selector li {
    position: relative;
}
header .language-selector li a {
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    color: var(--color-black);
    padding: 0;
}
header .language-selector .wpml-ls-legacy-list-horizontal {
    padding: 0;
    border: none;
}
header .language-selector .wpml-ls-current-language a {
    color: var(--color-green) !important;
}
header .language-selector li:not(:first-of-type) {
    margin-left: 16px;
}
header .language-selector li:not(:first-of-type)::before {
    content: "|";
    position: absolute;
    left: -10px;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
}
header.white-text nav .menu li a,
header.white-text .language-selector li a,
header.white-text .language-selector li:not(:first-of-type)::before,
header.sticky nav .menu li a,
header.sticky .language-selector li a,
header.sticky .language-selector li:not(:first-of-type)::before {
    color: var(--color-white);
}
header.white-logo .header-wrapper > .logo img,
header.white-text .favorites img,
header.white-text #open-menu img,
header.sticky img {
    filter: invert(1);
}
header.sticky .logo img {
    height: 42px;
}
header.sticky {
    background: var(--color-black);
}
header.sticky .header-wrapper {
    border-bottom: none;
    padding: 20px 0;
}
header.sticky nav .menu li .sub-menu {
    top: 59px;
}
header.invert {
    background: var(--color-white) !important;
}
header.invert nav .menu li a, 
header.invert .language-selector li a, 
header.invert .language-selector li:not(:first-of-type)::before {
    color: var(--color-black);
}
header.invert img {
    filter: none !important;
}
header nav .menu > li.menu-item-has-children > a::after,
header.invert nav .menu > li.menu-item-has-children > a::after,
header.white-text.invert nav .menu > li.menu-item-has-children > a::after,
header.transparent-text-black nav .menu > li.menu-item-has-children > a::after,
header.transparent-text-black.white-text nav .menu > li.menu-item-has-children > a::after {
    filter: invert(1);
}
header.sticky nav .menu > li.menu-item-has-children > a::after,
header.white-text nav .menu > li.menu-item-has-children > a::after,
header.transparent-text-white nav .menu > li.menu-item-has-children > a::after {
    filter: none;
}
header.transparent-text-black {
    background: transparent !important;
}
header.transparent-text-white nav .menu li a,
header.transparent-text-white .language-selector li a,
header.transparent-text-white .language-selector li:not(:first-of-type)::before {
    color: var(--color-white);
}
header.transparent-text-black nav .menu li a,
header.transparent-text-black .language-selector li a,
header.transparent-text-black .language-selector li:not(:first-of-type)::before {
    color: var(--color-black);
}
header.transparent-text-white img {
    filter: invert(1) !important;
}
header.transparent-text-black img {
    filter: invert(0) !important;
}

/* MOBILE MENU */
#mobile-menu {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: var(--color-white);
    overflow: scroll;
}
#mobile-menu .header-top {
    padding: 35px 25px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 28px;
}
#mobile-menu .header-top .logo {
    margin-right: auto;
}
#mobile-menu .favorites img {
    filter: none;
}
#mobile-menu nav .menu {
    display: block;
    margin-left: 80px;
    margin-bottom: 20px;
}
#mobile-menu nav .menu li {
    padding: 22px 0;
    border-top: none;
    border-bottom: 1px solid var(--color-black);
}
#mobile-menu nav .menu li a {
    display: block;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: var(--color-black) !important;
}
#mobile-menu nav .menu li.menu-item-has-children > a::after {
    margin-left: 20px;
    width: 12px;
    height: 12px;
    top: 33px;
    right: unset;
    filter: invert(1);
    transition: all 0.3s;
}
#mobile-menu nav .menu li.menu-item-has-children.opened > a::after {
    transform: translateY(-6px) rotate(180deg);
}
#mobile-menu nav .menu li .sub-menu {
    position: unset;
    min-width: unset;
    box-shadow: none;
    padding: 0;
}
#mobile-menu nav .menu li .sub-menu li {
    padding: 13px 0 0 0;
    border-bottom: none;
}
#mobile-menu nav .menu li .sub-menu li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: var(--color-black);
}
#mobile-menu .language-selector {
    margin-left: 80px;
    margin-bottom: 80px;
}
#mobile-menu .language-selector li a,
#mobile-menu .language-selector li::before {
    color: var(--color-black);
}

/* FOOTER */
footer {
    background: var(--color-black);
}
footer .footer-main {
    padding: 46px 0 30px 0;
}
footer .footer-main .logo {
    margin-bottom: 28px;
}
footer .footer-main .logo img {
    max-width: 100%;
}
footer .footer-main .column-header {
    font-weight: 800;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.1em;
    color: var(--color-white);
    text-transform: uppercase;
}
footer .footer-main .location p {
    font-weight: 200;
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 22px;
    color: var(--color-white);
}
footer .footer-main ul li {
    list-style: none;
    font-weight: 200;
    font-size: 15px;
    line-height: 25px;
    color: var(--color-white);
}
footer .footer-main ul li a {
    color: var(--color-white);
    font-weight: 200;
    font-size: 13px;
    line-height: 15px;
    display: inline-flex;
}
footer .footer-main ul li a img {
    margin-right: 10px;
}
footer .footer-main .socials ul {
    display: flex;
    align-items: center;
    gap: 6px;
}
footer .footer-main .socials ul a:hover {
    opacity: 0.8;
}
footer hr {
    margin: 0;
    opacity: 0.7;
    border-top: 1px solid var(--color-light-grey);
}
footer .footer-bottom {
    padding: 22px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 200;
    font-size: 12px;
    line-height: 14px;
    color: var(--color-white);
}
footer .footer-bottom a {
    color: var(--color-white);
}
footer #back-to-top {
    background: transparent;
    border: none;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 200;
    font-size: 15px;
    line-height: 20px;
    color: var(--color-white);
    display: flex;
    align-items: center;
    gap: 10px;
}

/* HOME */
#home {
    overflow: hidden;
}
.intro-search {
    position: relative;
}
.intro-search img {
    width: 120%;
    margin-left: -20%;
}
.intro-search form {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, 0);
}
.intro-search form h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 55px;
    line-height: 73px;
    text-align: center;
    color: var(--color-white);
    margin-bottom: 30px;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
}
.intro-search form .form-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.intro-search form .group-bubble {
    background: var(--color-white);
    overflow: hidden;
    height: 50px;
    display: flex;
    align-items: center;
}
.intro-search form .radio-wrapper,
.intro-search form .select-wrapper {
    position: relative;
    padding: 10px 30px;
}
.intro-search form .radio-wrapper input {
    width: 1px;
    height: 1px;
    opacity: 0;
}
.intro-search form .radio-wrapper label,
.intro-search form .select-wrapper label {
    color: var(--color-medium-grey);
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s;
}
.intro-search form .radio-wrapper input:checked + label {
    color: var(--color-green);
    font-weight: 700;
}
.intro-search form .radio-wrapper:not(:last-of-type)::after,
.intro-search form .select-wrapper:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    width: 1px;
    height: 80%;
    background: var(--color-light-grey);
}
.intro-search form .select-wrapper select {
    -webkit-appearance: none;
    background: transparent;
    border: none;
    margin-left: 15px;
    padding-right: 15px;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: var(--color-dark-grey);
    cursor: pointer;
    background-image: url("../img/select-arrow.svg");
    background-repeat: no-repeat;
    background-position: right center;
}
.intro-search form button {
    background: var(--color-green);
    display: flex;
    border: none;
    color: var(--color-white);
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 20px 50px;
    transition: all 0.2s;
}
.intro-search form button:hover {
    background: var(--color-green-light);
}
.intro-search form button img {
    height: 14px;
    margin-right: 8px;
}

.featured-properties-section {
    position: relative;
    margin-top: -25vw;
    margin-bottom: 200px;
}
.featured-properties-list {
    margin: 55px -4px 0 -4px;
}
.featured-properties-list .property-gallery-wrapper {
    position: relative;
}
.featured-properties-list .property-gallery {
    transition: all 0.3s;
}
.featured-properties-list .property-card:hover .property-gallery,
.news-section .news-single:hover .news-image {
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
    scale: 1.01;
}
.featured-properties-list .property-gallery-wrapper .add-to-favorite {
    position: absolute;
    top: 20px;
    right: 5px;
    padding: 10px;
    background: none;
    border: none;
    filter: invert();
}
.featured-properties-list .property-gallery-wrapper .add-to-favorite img {
    height: 25px;
}
.featured-properties-list .property-gallery .image {
    aspect-ratio: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.featured-properties-list .property-card {
    padding: 0 4px;
}
.featured-properties-list .property-card .property-info {
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
}
/* .featured-properties-list .property-card .info-top {
    margin-bottom: 40px;
} */
.featured-properties-list .property-card .property-type {
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--color-green);
    margin-bottom: 9px;
}
.featured-properties-list .property-card .title {
    font-weight: 800;
    font-size: 22px;
    line-height: 28px;
    color: var(--color-dark-grey);
    margin-bottom: 8px;
    transition: all 0.3s;
}
.featured-properties-list .property-card:hover .title,
.news-section .news-single:hover .title {
    color: var(--color-green);
}
.featured-properties-list .property-card .subtitle-card {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    color: var(--color-dark-grey);
}
.featured-properties-list .property-card .features-wrapper {
    margin-top: auto;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: var(--color-medium-grey-2);
}
.featured-properties-list .property-card .features-wrapper .features-flex {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}
.featured-properties-list .property-card .features-wrapper img {
    height: 16px;
    margin-right: 4px;
    opacity: .6;
}

.about-us-section {
    padding: 200px 0;
}
.about-us-section .row {
    margin-left: -65px;
    margin-right: -65px;
}
.about-us-section .text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.about-us-section .text-wrapper p {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.02em;
    margin: 25px 0;
}
.about-us-section .text-wrapper a {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--color-green);
}
.about-us-section img {
    width: 100%;
}

.services-section .curved-overlay {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 270px 0 300px 0;
}
.services-section p {
    font-weight: 300;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: var(--color-dark-grey);
}
.services-section .services-detail {
    margin-top: 78px;
}
.services-section .services-detail .single-service {
    background: rgba(255, 255, 255, 0.8);
    padding: 60px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 3px 1px 65px rgba(0, 0, 0, 0.1);
}
.services-section .services-detail h3 {
    font-weight: 600;
}
.services-section .services-detail p {
    font-size: 17px;
    line-height: 30px;
    color: var(--color-black);
    margin-bottom: 30px;
}
.services-section .services-detail .more {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.05em;
    color: var(--color-white);
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 29px;
    height: 29px;
    background: var(--color-black);
    border: 1px solid var(--color-black);
    border-radius: 50%;
    margin: auto;
    padding-left: 1px;
    padding-bottom: 1px;
    transition: all 0.3s;
}
.services-section .services-detail a:hover .more {
    background: transparent;
    color: var(--color-black) !important;
}

.sectors-intro {
    padding: 160px 0;
}
.sectors-detail {
    padding-bottom: 150px;
}
.sectors-detail .sector-single {
    aspect-ratio: 0.93;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    text-align: center;
}
.sectors-detail .sector-single h3 {
    font-size: 20px;
}
.sectors-detail .sector-single p {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}
.sectors-detail .sector-single .cta {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.05em;
    color: var(--color-black);
    text-transform: uppercase;
    width: 29px;
    height: 29px;
    margin: 0 auto;
    padding-left: 1px;
    padding-bottom: 1px;
    border-radius: 50%;
    background: var(--color-white);
    border: 1px solid var(--color-white);
    transition: all 0.3s;
}
.sectors-detail .sector-single:hover .cta {
    background: transparent;
    color: var(--color-white) !important;
}

.news-section {
    padding: 150px 0 185px 0;
}
.news-section .news-list {
    margin: 34px -33px 0 -33px;
}
.news-section .news-list .news-single {
    padding: 0 33px 10px 33px;
}
.news-section .news-list .news-single:not(:last-of-type) {
    border-right: 1px solid var(--color-light-grey);
}
.news-section .news-image {
    aspect-ratio: 16 / 9;
    transition: all 0.3s;
}
.news-section .news-image .image {
    height: 100%;
    height: -webkit-fill-available;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.news-section .news-text {
    margin-top: 19px;
}
.news-section .news-text .news-type {
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: var(--color-green);
    text-transform: uppercase;
    margin-bottom: 9px;
}
.news-section .news-text .date-category {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: var(--color-light-grey-2);
    text-transform: uppercase;
    margin-bottom: 12px;
}
.news-section .news-text h3 {
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
}

/* SINGLE PROPERTY */
#single-property .property-content {
    padding: 0 26px 16px 26px;
}
#single-property .contract {
    font-weight: 800;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.05em;
    color: var(--color-green);
    text-transform: uppercase;
}
#single-property .title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 8px 0 24px 0;
}
#single-property .subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    color: var(--color-dark-grey);
    width: 100%;
}
#single-property h1 {
    font-weight: 500;
    font-size: 40px;
    line-height: 47px;
    letter-spacing: 0.05em;
    color: var(--color-black);
    margin-bottom: 5px;
}
#single-property .actions {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 5px;
}
#single-property .actions button,
#single-property .actions a {
    transition: all 0.3s;
}
#single-property .actions button:hover,
#single-property .actions a:hover {
    opacity: 0.7;
}
#single-property .actions button img,
#single-property .actions a img {
    height: 17px;
}
#single-property .gallery {
    position: relative;
    margin-bottom: 28px;
}
#single-property .gallery .slick-track {
    align-items: center;
}
#single-property .add-to-favorite {
    background: none;
    border: none;
}
#single-property .add-to-favorite img {
    height: 20px;
}
#single-property .gallery.main .slick-nav {
    width: 35px;
    height: 35px;
}
#single-property .gallery.main .slick-nav.slick-prev-custom {
    left: 33px;
}
#single-property .gallery.main .slick-nav.slick-next-custom {
    right: 33px;
}
#single-property .gallery.main .slick-nav img {
    width: 100%;
    opacity: 0.8;
}
#single-property .gallery.main .slick-dots {
    bottom: 20px;
}
#single-property .gallery.main .slick-dots li {
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.05em;
    color: var(--color-white);
}
#single-property .gallery.main .slick-dots li:not(.slick-active) {
    display: none;
}
#single-property .gallery img.slide {
    width: 100%;
    max-height: 502px;
    height: 502px;
    object-fit: cover;
}
@media screen and (max-width: 1299px) {
    #single-property .gallery img.slide {
        max-height: calc((100vw - 100px) * 0.63 * 0.666666);
        height: calc((100vw - 100px) * 0.63 * 0.666666);
    }
}
@media screen and (max-width: 991px) {
    #single-property .gallery img.slide {
        max-height: calc((100vw - 44px) * 0.63 * 0.666666);
        height: calc((100vw - 44px) * 0.63 * 0.666666);
    }
}
@media screen and (max-width: 767px) {
    #single-property .gallery img.slide {
        max-height: calc((100vw - 50px) * 0.63);
        height: calc((100vw - 50px) * 0.63);
    }
}
#single-property .documents {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}
#single-property .documents img {
    transition: all 0.3s;
}
#single-property .documents a,
#single-property .documents button {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.05em;
    text-transform: lowercase;
    color: var(--color-dark-grey);
    padding: 8px 0;
    transition: all 0.3s;
}
#single-property .documents a:hover,
#single-property .documents button:hover {
    color: var(--color-green);
}
#single-property .documents a:hover img,
#single-property .documents button:hover img {
    opacity: 0.7;
}
#single-property .documents > *:not(:last-child) {
    padding-right: 30px;
    border-right: 1px solid var(--color-dark-grey);
}
#single-property #sharingModal .modal-content,
#single-news #sharingModal .modal-content,
#single-news #sharingModalMobile .modal-content {
    border-radius: 0;
    border: none;
}
#single-property #sharingModal .modal-header,
#single-news #sharingModal .modal-header,
#single-news #sharingModalMobile .modal-header {
    border-bottom: none;
    padding: 60px 40px 10px 40px;
    position: relative;
    display: block;
}
#single-property #sharingModal .modal-header h5,
#single-news #sharingModal .modal-header h5,
#single-news #sharingModalMobile .modal-header h5 {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--color-black);
    text-align: center;
}
#single-property #sharingModal .modal-header .btn-close,
#single-news #sharingModal .modal-header .btn-close,
#single-news #sharingModalMobile .modal-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
}
#single-property #sharingModal .modal-body,
#single-news #sharingModal .modal-body,
#single-news #sharingModalMobile .modal-body {
    padding: 10px 40px 60px 40px;
}
#single-property #sharingModal .share-links,
#single-news #sharingModal .share-links,
#single-news #sharingModalMobile .share-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
#single-property #sharingModal .share-links img,
#single-news #sharingModal .share-links img,
#single-news #sharingModalMobile .share-links img {
    width: auto;
    height: 32px;
}
#single-property #sharingModal .share-links img.mail,
#single-news #sharingModal .share-links img.mail,
#single-news #sharingModalMobile .share-links img.mail {
    height: 28px;
    margin-right: 8px;
}
#single-property .description-wrapper {
    position: relative;
    transition: all 0.3s;
}
#single-property .description p {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: var(--color-black);
}
#single-property .description-wrapper .read-more {
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 34px;
    color: var(--color-green);
    text-transform: uppercase;
    text-align: left;
    width: 100%; 
    padding-top: 200px; 
    background-image: linear-gradient(to bottom, transparent 0%, var(--color-white) 85%);
}
#accordion_property {
    margin-top: 25px;
}
#accordion_property .accordion-item {
    border-bottom: 1px solid var(--color-light-grey);
}
#accordion_property .accordion-button {
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: var(--color-black);
    padding: 20px 0;
}
#accordion_property .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
}
#accordion_property .accordion-button:focus {
    border: none;
    box-shadow: none;
}
#accordion_property .accordion-button::after {
    background-image: url("../img/arrow-down.svg");
    background-size: contain;
    width: 12px;
    height: 12px;
}
#accordion_property .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}
#accordion_property .accordion-body {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: var(--color-black);
    padding: 30px 0 40px 0;
    border-top: 1px solid var(--color-light-grey);
}
#accordion_property .accordion-body table {
    width: 100%;
}
#accordion_property .accordion-body table td {
    font-size: 15px;
    line-height: 20px;
    color: var(--color-black);
    padding: 8px 10px 8px 0;
}
#accordion_property .accordion-body table td:first-of-type {
    width: 45%;
}
#accordion_property .accordion-body table td:last-of-type {
    width: 55%;
    font-weight: 600;
}
#accordion_property .accordion-body table.intero-immobile td {
    width: 33%;
    font-weight: 400;
}
#accordion_property .accordion-body .features-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 40px;
    margin-bottom: 20px;
}
#accordion_property .accordion-body .features-wrapper .feature {
    padding: 11px 25px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: var(--color-green);
    border: 1px solid var(--color-green);
    cursor: default;
}
#single-property #video h3 {
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: var(--color-black);
    padding-top: 14px;
    margin-bottom: 24px;
}
#single-property .video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    margin-bottom: 32px;
}
#single-property .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#single-property .contact-form {
    width: calc(100% - 56px);
    position: sticky;
    top: 110px;
    padding-top: 10px;
    margin-left: auto;
}
#single-property .contact-form h3 {
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    color: var(--color-dark-grey);
    margin-bottom: 20px;
}
#single-property .contact-form form {
    margin-bottom: 0;
}
#single-property .contact-form p {
    margin-bottom: 20px;
}
#single-property .contact-form label {
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: var(--color-light-grey-4);
}
#single-property .contact-form input[type="text"],
#single-property .contact-form input[type="email"],
#single-property .contact-form input[type="tel"],
#single-property .contact-form textarea {
    width: 100%;
    min-height: 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: var(--color-dark-grey);
    padding: 0;
    margin-top: 6px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid var(--color-light-grey-4);
    resize: none;
}
#single-property .contact-form textarea {
    height: 60px;
}
#single-property .contact-form input[type="text"]:focus,
#single-property .contact-form input[type="email"]:focus,
#single-property .contact-form input[type="tel"]:focus,
#single-property .contact-form textarea:focus {
    outline: none;
}
#single-property .contact-form input[type="submit"],
#contact-us .contact-form input[type="submit"] {
    width: 100%;
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--color-white);
    padding: 14px;
    border: none;
    border-radius: 0;
    background: var(--color-green);
    transition: all 0.3s;
}
#single-property .contact-form input[type="submit"]:disabled,
#contact-us .contact-form input[type="submit"]:disabled {
    opacity: 0.6;
}
#single-property .contact-form .checkbox-wrapper,
#contact-us .contact-form .checkbox-wrapper {
    display: flex;
    gap: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: var(--color-dark-grey);
    cursor: pointer;
}
#single-property .contact-form .checkbox-wrapper label,
#contact-us .contact-form .checkbox-wrapper label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
#single-property .contact-form .checkbox-wrapper .wpcf7-list-item-label,
#contact-us .contact-form .checkbox-wrapper .wpcf7-list-item-label {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: var(--color-dark-grey);
    cursor: pointer;
}
#single-property .contact-form .checkbox-wrapper .wpcf7-list-item,
#contact-us .contact-form .checkbox-wrapper .wpcf7-list-item {
    margin: 0;
}
#single-property .contact-form .checkbox-wrapper input,
#contact-us .contact-form .checkbox-wrapper input {
    accent-color: var(--color-green);
    cursor: pointer;
    min-width: 13px;
    width: 13px;
    height: 13px;
}
#single-property .contact-form .checkbox-wrapper label {
    color: var(--color-dark-grey);
}
#single-property .contact-form .checkbox-wrapper a,
#contact-us .contact-form .checkbox-wrapper a {
    color: var(--color-dark-grey);
    text-decoration: underline;
}
#single-property .contact-form .wpcf7-not-valid-tip,
#contact-us .contact-form .wpcf7-not-valid-tip,
#about-us .contact-form .wpcf7-not-valid-tip {
    margin-top: 6px;
}
#single-property .contact-form .wpcf7-spinner,
#contact-us .contact-form .wpcf7-spinner,
#about-us .contact-form .wpcf7-spinner {
    margin: 10px auto 0 auto;
    display: block;
}
#single-property .contact-form .wpcf7-response-output,
#contact-us .contact-form .wpcf7-response-output,
#about-us .contact-form .wpcf7-response-output {
    margin: 0 0 30px 0;
    padding: 10px 20px;
}
#single-property .contact-form form.sent .wpcf7-response-output,
#contact-us .contact-form form.sent .wpcf7-response-output,
#about-us .contact-form form.sent .wpcf7-response-output {
    border-color: var(--color-green);
}
#single-property .related-wrapper {
    background: var(--color-white-3);
    padding: 46px 0;
}
#single-property .suggested-properties,
#sector .suggested-properties {
    padding: 0 26px 46px 26px;
}
#single-property .suggested-properties h2 {
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: var(--color-black);
    margin-bottom: 36px;
}
#single-property .suggested-properties .gallery {
    margin-bottom: 0;
}
#single-property .suggested-properties .add-to-favorite {
    top: 5px;
    right: 5px;
}

/* SLICK SLIDER */
.gallery, .property-gallery-wrapper {
    display: none;      /* hide by default so the page doesn't "jump" while the slider is loading */
}
.slick-track {
    display: flex !important;
}
.slick-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    padding: 0;
    background: transparent;
    border: none;
    z-index: 1;
}
.slick-nav:focus-visible {
    outline: none;
}
.slick-nav.slick-prev-custom {
    left: 28px;
}
.slick-nav.slick-next-custom {
    right: 28px;
}
.property-card .slick-nav.slick-prev-custom {
    left: 9px;
}
.property-card .slick-nav.slick-next-custom {
    right: 9px;
}
.slick-dots {
    margin: auto;
    padding: 0;
    list-style: none;
    display: inline-flex;
    gap: 3px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.slick-dots button {
    background: var(--color-white);
    padding: 0;
    width: 4px;
    height: 4px;
    color: transparent;
    overflow: hidden;
    border: none;
    border-radius: 2px;
}
.slick-dots li.slick-active button {
    background: var(--color-black);
}

/* ARCHIVE */
#property-archive {
    margin-bottom: 170px;
}
#property-archive .properties-count {
    font-weight: 600;
    font-size: 14px;
    color: var(--color-dark-grey);
    margin-bottom: 16px;
}
.properties-grid {
    row-gap: 22px;
}
.properties-grid .property-card {
    height: 100%;
    padding:10px;
    background: var(--color-white);
    transition: all 0.3s;
    box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.13);
}
.properties-grid .property-card.active {
    box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.43);
}
.properties-grid .gallery {
    width: 100%;
    position: relative;
}
.properties-grid .gallery .coming-soon {
    position: relative;
}
.properties-grid .gallery .coming-soon::after {
    content: "coming soon";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: var(--color-white);
    text-align: center;
}
.properties-grid .gallery .image {
    height: 200px;
    background-size: cover;
    background-position: center;
}
#property-archive .properties-grid .gallery .image {
    height: 160px;
}
.properties-grid .gallery .add-to-favorite {
    position: absolute;
    top: 10px;
    right: 5px;
    padding: 5px;
    filter: invert(1);
    z-index: 1;
}
.properties-grid .gallery .add-to-favorite img {
    width: 22px;
}
.properties-grid .slick-dots {
    bottom: 20px;
    gap: 5px;
}
.properties-grid .slick-dots li {
    height: 5px;
}
.properties-grid .slick-dots button {
    opacity: 0.5;
    width: 5px;
    height: 5px;
}
.properties-grid .slick-dots li.slick-active button {
    opacity: 1;
    width: 5px;
    height: 5px;
}
.properties-grid .property-info {
    padding: 16px 14px 20px 14px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 200px);
}
#property-archive .properties-grid .property-info {
    height: calc(100% - 160px);
}
.properties-grid .property-info .property-type,
#map .map-cards-carousel .map-card .property-type {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.05em;
    color: var(--color-green);
    text-transform: uppercase;
    margin-bottom: 8px;
}
.properties-grid .property-info h3 {
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 2px;
}
.properties-grid .property-info .subtitle-card {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.05em;
    color: var(--color-dark-grey);
}
.properties-grid .property-info .features-wrapper {
    margin-top: auto;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: var(--color-dark-grey);
}
.properties-grid .property-info .features-wrapper img {
    margin-right: 4px;
}
.properties-grid .property-info .features-wrapper .features-flex {
    display: flex;
    gap: 12px;
    margin-top: 5px;
}
#property-archive .woocommerce-pagination {
    display: none;
}
#property-archive .map-wrapper,
#favorites .map-wrapper {
    margin-left: 30px;
    width: calc(100% - 30px);
}
#property-archive .map-wrapper.desktop,
#favorites .map-wrapper.desktop {
    position: sticky !important;
    top: 170px;
    height: calc(100vh - 272px);
}
#property-archive .map-wrapper img,
#favorites .map-wrapper img {
    width: 100%;
}

/* FILTERS */
#filters {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 20px;
    margin-bottom: 56px;
}
#property-archive .filters-sticky,
#favorites .filters-sticky {
    margin-bottom: 36px;
    position: sticky;
    top: 82px;
    background: #fff;
    z-index: 9;
    width: 100vw;
    margin-left: -20px;
    padding: 20px;
}
#property-archive .filters-sticky {
    margin-bottom: 16px;
}
#property-archive #filters,
#favorites #filters {
    margin: 0;
}
@media screen and (min-width: 1300px) {
    #property-archive .filters-sticky,
    #favorites .filters-sticky {
        margin-left: calc((1260px - 100vw) / 2);
        padding: 20px calc((100vw - 1260px) / 2);
    }
}
#filters .group-bubble.radio-bubble {
    display: flex;
    background: var(--color-light-grey-3);
    height: 42px;
    align-items: center;
}
#filters .radio-wrapper {
    position: relative;
    padding: 8px 20px;
}
#filters .radio-wrapper:nth-of-type(1) {
    padding-right: 15px;
}
#filters .radio-wrapper:nth-of-type(2) {
    padding-left: 15px;
}
#filters .radio-wrapper input {
    width: 0px;
    height: 0px;
    opacity: 0;
}
#filters .radio-wrapper label {
    color: var(--color-medium-grey);
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s;
}
#filters .radio-wrapper input:checked + label {
    color: var(--color-green);
    font-weight: 700;
}
#filters .radio-wrapper:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    width: 1px;
    height: 80%;
    background: var(--color-light-grey);
}
#filters .submit {
    background: var(--color-green);
    width: 150px;
    text-align: center;
}
#filters .submit button {
    padding: 8px 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    color: var(--color-white);
    text-align: center;
    text-transform: uppercase;
}
#filters .search-wrapper {
    padding: 8px 14px;
    background: var(--color-light-grey-3);
    border-bottom: 1px solid transparent;
}
#filters .search-wrapper input {
    background: transparent;
    border: none;
    width: 120px;
    padding-left: 8px;
}
#filters .search-wrapper input:focus-visible {
    outline: none;
}
#filters .dropdown-toggle {
    padding: 8px 20px;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    color: var(--color-medium-grey);
    text-transform: uppercase;
    background: var(--color-light-grey-3);
    border-bottom: 1px solid transparent;
}
#filters .dropdown-toggle.active {
    font-weight: 700;
    color: var(--color-dark-grey);
}
#filters .dropdown-toggle::after {
    margin-left: 50px;
    border: 1px solid transparent;
    border-bottom: 1px solid var(--color-black);
    border-left: 1px solid var(--color-black);
    opacity: 0.6;
    width: 6px;
    height: 6px;
    transform: rotate(-45deg);
}
#filters .dropdown-toggle.show {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px solid var(--color-white-2);
}
#filters .dropdown-menu {
    background: var(--color-light-grey-3);
    border: none;
    padding: 15px 20px;
    min-width: calc(100% + 35px);
    border-radius: 0;
    top: -2px !important;
    box-shadow: 3px 5px 5px rgb(0 0 0 / 7%);
}
#filters .dropdown-menu .dropdown-item {
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 29px;
    color: var(--color-dark-grey);
}
#filters .dropdown-menu .dropdown-item.active,
#filters .dropdown-menu .dropdown-item:focus,
#filters .dropdown-menu .dropdown-item:active {
    color: var(--color-green);
    font-weight: 700;
    background: transparent;
}
#filters .dropdown-menu .dropdown-item.active::after {
    content: "\00D7";
    float: right;
    font-size: 26px;
    font-weight: 400;
}
#filters .dropdown-menu .dropdown-item:hover {
    background: transparent;
}
#filters .range-visualization {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}
#filters .range-visualization span {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: var(--color-black);
    text-transform: uppercase;
}
#filters .range-visualization input {
    -webkit-appearance: none;
    width: 75px;
    height: 25px;
    padding: 5px 8px;
    border: none;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
}
#filters .range-visualization input:focus-visible {
    outline-color: var(--color-green);
}
#filters .range-visualization input[type=number]::-webkit-inner-spin-button, 
#filters .range-visualization input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
#filters .range-values {
    max-height: 120px;
    overflow-y: scroll;
}
#filters .range-values::-webkit-scrollbar {
    -webkit-appearance: none;
    background-color: var(--color-light-grey);
    width: 4px;
}
#filters .range-values::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: var(--color-white);
}
#filters .reset-filters {
    position: relative;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--color-medium-grey);
    padding: 0 20px;
}
#filters .reset-filters::before {
    content: "\00D7";
    position: absolute;
    top: -2px;
    left: 0;
    font-weight: 300;
    font-size: 24px;
    line-height: 20px;
    color: var(--color-medium-grey);
    transition: all 0.2s;
}
#filters .reset-filters:hover::before {
    color: var(--color-green);
}
#filters .filter-zone-group {
    display: none;
}
#filters .filter-zone-group.show-filter {
    display: block;
}
#filters .cbd-option {
    display: none;
}
#filters .cbd-option.show-option {
    display: block;
}

/* NEWS PAGE */
.news-header {
    margin-top: 80px;
    margin-bottom: 48px;
}
.news-header h1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 48px;
    color: var(--color-black);
    margin-bottom: 36px;
}
.news-header .order-by-wrapper label {
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: var(--color-medium-grey-2);
    margin-right: 28px;
}
.news-header .order-by-wrapper .order-by-bg {
    background: var(--color-light-grey-3);
    min-width: 130px;
    height: 40px;
    padding: 8px 20px;
}
.news-header .order-by-wrapper select {
    background: transparent;
    width: 100%;
    padding: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    color: var(--color-dark-grey);
    border: none;
}
.news-grid {
    min-height: 30vh;
}
.news-grid .news-single {
    margin-bottom: 60px;
}
.news-grid .news-single .news-image {
    margin-bottom: 18px;
}
.news-grid .news-single .image {
    /* height: 350px; */
    aspect-ratio: 1.77;
    background-size: cover;
    background-position: center;
    transition: all 0.3s;
}
.news-grid .news-single:hover .image {
    box-shadow: 0px 0px 35px rgb(0 0 0 / 30%);
    scale: 1.01;
}
.news-grid .news-single:hover h2 {
    color: var(--color-green);
}
.news-grid .news-single .news-text .news-type {
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: var(--color-green);
    text-transform: uppercase;
    margin-bottom: 8px;
}
.news-grid .news-single .news-text .date-category {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--color-light-grey-2);
    margin-bottom: 10px;
}
.news-grid .news-single .news-text h2 {
    font-weight: 800;
    font-size: 20px;
    line-height: 25px;
    color: var(--color-dark-grey);
}
.news-grid .news-single:hover .news-text h2 {
    color: var(--color-green);
}
.news-grid .pagination {
    justify-content: center;
    margin-bottom: 100px;
}
.news-grid .pagination .page-numbers {
    padding: 5px;
    font-size: 18px;
}
.news-grid .pagination .page-numbers.current {
    font-weight: 700;
}

/* LANGUAGE SELECTORS */
.wpml-ls-statics-footer,
.otgs-development-site-front-end {
    display: none;
}

/* PREFERITI */
#favorites {
    padding-top: 160px;
    padding-bottom: 180px;
}
#favorites .heading-flex {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
#favorites h1 {
    color: var(--color-dark-grey);
    margin-bottom: 0;
}
#favorites #remove-all-favorites {
    display: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--color-medium-grey);
}
#favorites .no-favorites {
    display: none;
}
#favorites .favorites-content {
    display: none;
}

/* CONTATTI */
#contact-us .contact-content {
    padding-top: 85px;
    padding-bottom: 85px;
}
#contact-us .side-img {
    background-size: cover;
    background-position: center;
    height: calc(100% - 52px);
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
}
#contact-us .info .contacts {
    font-weight: 400;
    font-size: 15px;
    line-height: 141%;
    color: var(--color-black);
}
#contact-us .info .contacts .city {
    font-weight: 600;
}
#contact-us .info .contacts a {
    display: block;
}
#contact-us .info .contacts .email {
    margin-top: 20px;
}
#contact-us .info .socials ul {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    margin-top: 50px;
}
#contact-us .info .socials ul a {
    filter: brightness(0);
}
#contact-us .info .socials ul a:hover {
    filter: none;
}
#contact-us .info .socials ul img {
    height: 15px;
}
#contact-us h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: var(--color-black);
    margin-bottom: 36px;
}
#contact-us .contact-form p {
    margin-bottom: 20px;
}
#contact-us .contact-form label {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: var(--color-light-grey-4);
    width: 100%;
}
#contact-us .contact-form input[type="text"],
#contact-us .contact-form input[type="email"],
#contact-us .contact-form input[type="tel"],
#contact-us .contact-form textarea {
    width: 100%;
    min-height: 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: var(--color-dark-grey);
    padding: 0;
    margin-top: 6px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid var(--color-light-grey-4);
    resize: none;
}
#contact-us .contact-form input[type="text"]:focus-visible,
#contact-us .contact-form input[type="email"]:focus-visible,
#contact-us .contact-form input[type="tel"]:focus-visible,
#contact-us .contact-form textarea:focus-visible {
    outline: none;
}

/* NEWS SINGOLA */
#single-news {
    padding-bottom: 170px;
}
#single-news .hero {
    margin-bottom: 40px;
}
#single-news .hero .gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.54) 0%, rgba(255, 255, 255, 0) 100%);
}
#single-news .go-back {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-black);
}
#single-property .go-back {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: var(--color-light-grey-4);
    margin-bottom: 28px;
}
#single-news .go-back img,
#single-property .go-back img {
    margin-right: 5px;
}
#single-news .news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-bottom: 17px;
}
#single-news .news-header .info {
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
    color: var(--color-light-grey-2);
    text-transform: uppercase;
}
#single-news h1 {
    font-weight: 800;
    font-size: 40px;
    line-height: 42px;
    color: var(--color-dark-grey);
    margin-bottom: 40px;
}
#single-news .news-content,
#single-news .news-content p {
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
    letter-spacing: 0.02em;
    color: var(--color-black);
}
#single-news .news-content h2 {
    font-size: 28px;
    line-height: 36px;
    margin-top: 30px;
    font-weight: 900;
}
#single-news .news-content h2 strong {
    font-weight: 900;
}
#single-news .news-content img {
    width: 100%;
}
#single-news .related-posts {
    position: sticky;
    top: 130px;
}
#single-news .related-posts h2 {
    font-size: 19px;
    line-height: 22px;
    color: var(--color-black);
    margin-bottom: 50px;
}
#single-news .related-posts .news-related {
    margin-bottom: 28px;
}
#single-news .related-posts .news-related .news-image {
    height: 190px;
    margin-bottom: 18px;
    transition: all 0.3s;
}
#single-news .related-posts .news-related:hover .news-image {
    box-shadow: 0px 0px 35px rgb(0 0 0 / 30%);
    scale: 1.01;
}
#single-news .related-posts .news-related .news-image .image {
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#single-news .related-posts .news-related .news-type {
    font-weight: 800;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: var(--color-green);
    text-transform: uppercase;
    margin-bottom: 8px;
}
#single-news .related-posts .news-related .date-category {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: var(--color-light-grey-2);
    text-transform: uppercase;
    margin-bottom: 10px;
}
#single-news .related-posts .news-related h3 {
    font-size: 20px;
    line-height: 26px;
}
#single-news .related-posts .news-related:hover h3 {
    color: var(--color-green);
}

/* MAPPE */
.acf-map {
    width: 100%;
    height: 400px;
    margin: 0;
}
.acf-map img {
    max-width: inherit !important;
}
.acf-map .custom-map-control {
    background-size: 55%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.2s;
}
.acf-map .custom-map-control.transit {
    background-image: url("../img/ico-transit.svg") !important;
    background-size: 44%;
}
.acf-map .custom-map-control.satellite {
    background-image: url("../img/ico-satellite.svg") !important;
}
.acf-map .custom-map-control.active {
    background-color: var(--color-black) !important;
    border: 2px solid var(--color-black) !important;
}
.acf-map .custom-map-control.transit.active {
    background-image: url("../img/ico-transit-active.svg") !important;
}
.acf-map .custom-map-control.satellite.active {
    background-image: url("../img/ico-satellite-active.svg") !important;
}
#single-property .acf-map {
    margin-top: 46px;
    margin-bottom: 32px;
}
#contact-us .acf-map {
    height: 264px;
}
.gm-style .gm-style-iw-c p {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 0;
}
.gm-style .gm-style-iw-c p.title {
    font-size: 15px;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    #property-archive #map .transit-div,
    #favorites #map .transit-div {
        left: 25px !important;
        bottom: 230px !important;
    }
    #property-archive #map .satellite-div,
    #favorites #map .satellite-div {
        left: 80px !important;
        bottom: 230px !important;
    }
    #property-archive #map .gmnoprint.gm-bundled-control-on-bottom,
    #favorites #map .gmnoprint.gm-bundled-control-on-bottom {
        right: 25px !important;
        left: unset !important;
        width: 40px;
        margin-bottom: 204px !important;
    }
}
@media screen and (max-width: 380px) {
    #property-archive #map .satellite-div,
    #favorites #map .satellite-div,
    #property-archive #map .transit-div,
    #favorites #map .transit-div {
        bottom: 260px !important;
    }
    #property-archive #map .gmnoprint.gm-bundled-control-on-bottom,
    #favorites #map .gmnoprint.gm-bundled-control-on-bottom {
        margin-bottom: 234px !important;
    }
}

@media screen and (min-width: 768px) {
    #home .animate {
        position: relative;
        opacity: 0;
        transition: all 0.4s;
    }
    #home .animate.up {
        opacity: 1;
        animation: jumpup 0.4s ease-in;
    }
    #home .animate.down {
        opacity: 1;
        animation: jumpdown 0.4s ease-in;
    }
}
@keyframes jumpup {
    0% {
        top: 100px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}
@keyframes jumpdown {
    0% {
        top: -100px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

/* LOADING */
#loading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2000;
}
#loading .first-background {
    background: var(--color-black);
    width: 100%;
    height: 100%;
}
#loading .second-background {
    position: absolute;
    background: var(--color-dark-grey);
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    transition: all 0.5s;
}
#loading .second-background.show {
    top: 0;
}
#loading .logo-load {
    position: absolute;
    height: 48px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover !important;
    background-position: center !important;
}
.banner.type-b {
    padding-top: 75px;
    padding-bottom: 75px;
    margin-left: 26px;
    margin-right: 26px;
}
.banner .text-col,
.banner .cta-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}
.banner.type-a .text-col,
.banner.type-a .cta-col {
    justify-content: flex-end;
    gap: 6px;
}
.banner.type-a .cta-col {
    margin-bottom: 5px;
}
.banner.type-a .a-subtitle {
    font-weight: 800;
    font-size: 16px;
    line-height: 30px;
    color: var(--color-green);
    text-transform: uppercase;
}
.banner.type-a .a-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    color: var(--color-white);
}
.banner .cta-col a {
    display: block;
    padding: 12px 20px;
    max-width: 210px;
    background: var(--color-yellow);
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--color-black);
    transition: all 0.5s;
}
.banner .cta-col a:hover {
    color: var(--color-dark-grey) !important;
}
.banner.type-b .b-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    color: var(--color-yellow);
}
.banner.type-b .b-subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-white);
}

.page-404 {
    padding-bottom: 100px;
    align-content: center;
    min-height: calc(100vh - 255px);
}
.page-404 h1 {
    font-size: 50px;
    color: var(--color-black);
    margin-bottom: 18px;
}
.page-404 p {
    font-size: 18px;
    margin-bottom: 48px;
}
.page-404 a.home,
.page-maintenance a {
    padding: 12px 20px;
    background: var(--color-green);
    border: 1px solid var(--color-green);
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--color-white);
    transition: all 0.5s;
}
.page-404 a.home:hover,
.page-maintenance a:hover {
    background: transparent;
}

.page-maintenance {
    height: 100vh;
    text-align: center;
    align-content: center;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 100px 0 !important;
}
.page-maintenance img {
    width: 250px;
    filter: invert(1);
}
.page-maintenance p {
    margin: 30px;
    color: var(--color-white);
}

