/*
Theme Name: Domus 2025
Theme URI: https://fabulab.com/
Author: Lisa Benini
Description: Wordpress theme for Domus Management
Version: 1.0
Text Domain: domus2025
License: Private
*/

/* GENERAL */

@font-face {
    font-family: 'FontAwesome';
    src: url('../../fonts/fontawesome-webfont.eot');
    src: url('../../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2') format('woff2'), url('../../fonts/fontawesome-webfont.woff') format('woff'), url('../../fonts/fontawesome-webfont.ttf') format('truetype'), url('../../fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

:root {
    --Color-White: rgba(255, 255, 255, 1);
    --Color-Indigo-dye: rgba(0, 74, 129, 1);
    --Color-Indigo-dye-4: rgba(245, 248, 250, 1);
    --ColorIndigodye-10: rgba(229, 237, 242, 1);
    --ColorIndigodye-20: rgba(204, 219, 230, 1);
    --Color-Indigo-dye-80: rgba(51, 110, 154, 1);
    --ColorIndigodye-120: rgba(0, 59, 103, 1);
    --Color-Night: rgba(15, 14, 14, 1);
    --Color-Night-5: rgba(245, 245, 245, 1);
    --Color-Night-80: #3F3E3E;
    --space-around: 104px;
    --max-width: 1440px;
}

* {
    box-sizing: border-box;
    font-family: 'Inter', sans-serif !important;
    /* border: solid 1px black; */
}

body,
html {
    padding: 0;
    margin: 0;
    color: rgba(15, 14, 14, 1);
    scroll-behavior: smooth;
}

.wrapper {
    padding-left: var(--space-around);
    padding-right: var(--space-around);
}

main a,
header a,
footer a {
    text-decoration: none;
    color: rgba(15, 14, 14, 1);
    position: relative;
    display: inline-block;
    transition: opacity 0.3s ease;
}

header a::before,
footer a::before,
.front-page a::before,
.page-target a::before,
.page-servizi a::before,
.page-chi-siamo a::before,
.page-fornitori a::before,
.page-contatti a::before,
.page-progetti a::before,
.page-404 a::before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: var(--Color-Night);
    bottom: -1px;
    position: absolute;
    left: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    border-radius: 1px;
}


/* ::before */
footer .social-icon a::before,
header a::before,
footer .list-link a::before {
    visibility: hidden;
    opacity: 0;
}

.hero a::before,
footer .last-line a::before,
form a::before {
    visibility: visible;
    opacity: 1;
}

/* :hover::before */
footer a:hover::before,
footer .list-link a:hover::before,
header .menu-header a:hover::before,
footer .last-line .designed a:hover::before {
    visibility: visible;
    opacity: 1;
}

.hero a:hover::before,
footer .info-social a:hover::before,
footer .last-line a:hover::before,
footer .social-icon a:hover::before,
header a:hover::before,
.box-menu-mobile .link-home:hover::before,
.front-page .servizi .content-servizi.box a:hover::before,
.servizi .text-content a:hover::before,
.intro.maps .text-content a:hover::before,
.domande .text-content a:hover::before,
.team .people .person.work a:hover::before,
.page-404 .hero .box-btn a:hover::before,
form a:hover::before,
.scoprili-tutti a:hover::before {
    visibility: hidden;
    opacity: 0;
}

button {
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
}

h1:lang(de-DE),
h2:lang(de-DE),
h3:lang(de-DE),
h4:lang(de-DE),
h5:lang(de-DE),
h6:lang(de-DE),
.body-large:lang(de-DE),
.body-regular:lang(de-DE),
.body-small:lang(de-DE),
.lead:lang(de-DE) {
    hyphens: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    line-height: 130%;
    letter-spacing: 0%;
    margin-top: 0;
    text-wrap: balance;
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 42px;
}

h4 {
    font-size: 36px;
}

h5 {
    font-size: 30px;
}

h6 {
    font-weight: 700;
    font-size: 30px;
}

.lead,
.body-large,
.body-regular,
.body-small {
    font-weight: 400;
    line-height: 150%;
    margin-top: 0;
    text-wrap: pretty;
}

.lead {
    font-size: 24px;
    line-height: 140%;
}

.body-large {
    font-size: 20px;
}

.body-regular {
    font-size: 18px;
}

.body-small {
    font-size: 16px;
}

.lead>p,
.body-large>p,
.body-regular>p,
.body-small>p {
    margin: 0;
}

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

    h1,
    h2 {
        font-weight: 900;
    }

    h3,
    h4,
    h5,
    h6 {
        font-weight: 700;
    }

    h1 {
        font-size: 44px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 36px;
    }

    h4 {
        font-size: 30px;
    }

    h5 {
        font-size: 24px;
    }

    h6 {
        font-size: 20px;
    }

    .lead {
        font-size: 20px;
        line-height: 130%;
    }

    .body-large {
        font-size: 18px;
    }

    .body-regular {
        font-size: 16px;
    }

    .body-small {
        font-size: 14px;
        line-height: 160%;
    }
}

.btn {
    padding: 8px 16px;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px rgba(15, 14, 14, 0.4);
    font-weight: 700;
}

.btn:hover {
    box-shadow: 0px 1px 2px 0px rgba(15, 14, 14, 0.2);
}

.btn-blue {
    background-color: var(--Color-Indigo-dye);
    color: var(--Color-White);
}

.btn-blue:hover {
    background-color: var(--ColorIndigodye-120);
    color: var(--ColorIndigodye-10);
}

.btn-white {
    background-color: var(--Color-White);
    color: var(--Color-Indigo-dye);
}

.btn-white:hover {
    background-color: var(--ColorIndigodye-10);
    color: var(--Color-Indigo-dye-80);
}

/* HEADER */
.box-menu-mobile {
    display: none;
}

header .close {
    display: none;
    opacity: 0;
    transition: all 0.3s ease;
}

.box-menu-mobile.active {
    background-color: white;
    width: 100%;
    height: 100%;
    z-index: 30;
    top: 80px;
    padding: 8px 16px;
    display: flex;
    flex-direction: column;
    gap: 80px;
    position: fixed;
    overflow: auto;
}

.box-menu-mobile .box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
}

.box-menu-mobile .menu-header {
    display: block;
    height: auto;
    width: 100%;
}

.box-menu-mobile .menu-header a {
    font-weight: 700;
    font-size: 24px;
}

.menu-header a:hover,
.menu-header a:hover::before {
    opacity: 0.6;
}

.box-menu-mobile .menu-header ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.box-menu-mobile .social-icon {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

header .selected {
    font-weight: 700;
    color: var(--Color-Indigo-dye);
}

header .selected::before {
    background-color: var(--Color-Indigo-dye);
    visibility: visible;
    opacity: 1;
}

header .selected:hover::before {
    visibility: visible;
    opacity: 1;
}

.header-content {
    height: 80px;
    box-shadow: 0px 4px 8px 0px rgba(15, 14, 14, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 4;
    width: 100%;
    background-color: white;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: var(--max-width);
    width: 100%;
    gap: 20px;
}

.header .logo {
    height: 64px;
    width: 170px;
    position: relative;
}

.header .logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.menu-header {
    width: 646px;
    height: 27px;
}

.menu-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.menu-header ul a {
    text-align: center;
}

.header .box-menu-mobile .language {
    width: 100%;
    height: 100%;
}

.header .language {
    width: 70px;
    height: 34px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.language .wpml-ls-native,
.box-menu-mobile .wpml-ls-sub-menu a .wpml-ls-native {
    display: none;
}

.wpml-ls {
    width: 70px;
    height: auto;
    position: relative;
    flex-shrink: 0;
}

.wpml-ls ul {
    height: fit-content;
}

.wpml-ls-current-language {
    position: relative;
    display: flex;
    gap: 16px;
    align-items: center;
    width: fit-content !important;
}

.wpml-ls-legacy-dropdown-click>ul,
.wpml-ls-legacy-dropdown-click .wpml-ls-item,
.wpml-ls-legacy-dropdown-click a,
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
    width: 100%;
    height: 100%;
}

.wpml-ls-legacy-dropdown-click a,
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a,
.wpml-ls-legacy-dropdown-click a:focus {
    background-color: var(--Color-Indigo-dye);
    border: none;
}

.wpml-ls-legacy-dropdown-click a:hover {
    background: var(--ColorIndigodye-120) !important;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
    content: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L7 7L13 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    border-top: none;
    right: 10px;
    top: 7px;
    transform: var(--transform);
    transition: all 0.3s ease-in-out;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
    background: var(--Color-Night-5);
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--Color-Night);
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover {
    color: var(--Color-White);
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    border-radius: 8px !important;
}

.hamburger {
    display: none;
}

.box-menu-mobile .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
    display: none;
}

.box-menu-mobile .wpml-ls-current-language .language {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 43px;
}

.box-menu-mobile .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
    border: 1px solid var(--Color-Indigo-dye);
    background-color: var(--Color-White);
    border-radius: 8px;
    width: 58px !important;
    height: 43px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-menu-mobile .wpml-ls-sub-menu {
    visibility: visible;
    display: flex;
    flex-direction: row;
    gap: 16px;
    position: relative;
    border-top: none;
    top: 0;
}

@media screen and (max-width: 1141px) {
    .wrapper {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media screen and (max-width: 1024px) {
    .wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }

    .menu-header {
        width: auto;
    }

    .menu-header ul {
        gap: 20px;
    }
}

@media screen and (max-width: 768px) {
    .menu-header {
        display: none;
    }

    .header .language {
        display: none;
    }

    .hamburger,
    .header-content.active .close {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 32px;
        height: 32px;
        cursor: pointer;
        opacity: 1;
        transition: all 0.3s ease;
    }

    .header-content.active .hamburger {
        opacity: 0;
        display: none;
    }

    .wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* FOOTER */

footer {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    height: 100%;
    background-color: var(--Color-Indigo-dye);
    width: 100%;
}

footer .box-contattaci {
    height: 312px;
    width: 1232px;
    border-radius: 16px;
    background: linear-gradient(93.55deg, #99B7CD 0%, #336E9A 100%);
    position: absolute;
    top: -156px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 2;
    overflow: hidden;
}

footer .box-contattaci .text {
    width: 100%;
    padding: 48px 88px;
    max-width: 680px;
}

footer .box-contattaci .text h4 {
    margin-bottom: 32px;
}

footer .box-contattaci .sfondo {
    position: absolute;
    right: 0;
    height: 312px;
    z-index: -1;
    width: 470px;
    opacity: 20%;
}

footer .div-content {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    max-width: var(--max-width);
}

footer .footer-content {
    height: 100%;
    width: 100%;
    padding-top: 240px;
    color: var(--Color-White);
    overflow: hidden;
    padding-bottom: 80px;
    z-index: 1;
    position: relative;
}

footer .logo-sfondo {
    opacity: 0.2;
    position: absolute;
    right: 0;
    bottom: -31px;
}

footer .footer-content a {
    color: var(--Color-White);
}

footer .footer-content a:hover,
footer .social-icon img:hover,
header .social-icon img:hover {
    opacity: 0.6;
}

footer .content {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
}

footer .info-social {
    width: auto;
    height: 100%;
}

footer .info-social a::before,
.hero a::before {
    bottom: 0px;
    background-color: var(--Color-White);
    height: 1px;
}

footer .social-icon {
    width: 144px;
    display: flex;
    flex-direction: row;
    gap: 24px;
}

footer .social-icon img {
    width: 32px;
    height: 32px;
}

footer .last-line a::before {
    height: 1px;
    bottom: -2px;
    background-color: var(--Color-White);
}

footer .list-link {
    width: auto;
    height: 114px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .list-link ul {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 12px;
    height: 100%;
    width: 100%;
    display: grid;
    justify-items: start;
    align-items: center;
    grid-template-rows: repeat(3, 1fr);
    grid-auto-flow: column;
    column-gap: 150px;
}

footer .list-link a::before {
    height: 1px;
    bottom: 2px;
    background-color: var(--Color-White);
}

footer .line {
    width: 100%;
    height: 1px;
    background-color: var(--Color-White);
    margin-top: 48px;
}

footer .last-line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

footer .last-line p {
    margin-top: 48px;
}

@media screen and (max-width: 1500px) {
    footer {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (max-width: 1300px) {
    footer .box-contattaci {
        width: 95%;
    }
}

@media screen and (max-width: 1170px) {
    footer .list-link ul {
        column-gap: 50px;
    }
}

@media screen and (max-width: 1024px) {
    footer .box-contattaci .text {
        padding: 48px 35px;
    }
}

@media screen and (max-width: 900px) {
    footer .list-link {
        height: 145px;
    }
}

@media screen and (max-width: 768px) {
    footer {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* FRONT-PAGE */

.box {
    height: 227px;
    width: 100%;
}

main {
    align-items: center;
    display: flex;
    flex-direction: column;
    top: 80px;
    position: relative;
}

.section-content {
    max-width: var(--max-width);
    width: 100%;
}

.front-page .section-content,
.page-target .servizi,
.page-chi-siamo .servizi,
.page-chi-siamo .box-desc,
.page-contatti .servizi,
.page-fornitori .section-content,
.page-404 .servizi {
    overflow: hidden;
}

.hero {
    height: 729px;
    margin: 16px;
    border-radius: 8px;
    color: var(--Color-White);
    background: linear-gradient(90deg, rgba(0, 74, 129, 0.6) 40.23%, rgba(0, 74, 129, 0) 100%);
    position: relative;
    padding: 120px 88px;
}

.hero .img {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    z-index: -1;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
}

.hero .text-content {
    width: 614px;
}

.hero a,
.front-page .servizi .content-servizi.box a {
    color: var(--Color-White);
}

.hero a::before {
    bottom: 0px;
    height: 2px;
}

.hero .box-btn {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.hero .box-btn a:hover {
    opacity: 0.6;
}

.intro {
    height: 880px;
    width: 100%;
    padding: 120px 104px;
    background: linear-gradient(180deg, rgba(229, 237, 242, 0) 0%, var(--ColorIndigodye-10) 100%);
    display: flex;
    gap: 120px;
    align-items: center;
}

.intro img {
    width: 504px;
    height: 640px;
    box-shadow: 8px 8px 0px 0px var(--ColorIndigodye-20);
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.hero.metodo {
    height: 901px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--Color-Night);
    padding: 120px 88px;
}

.hero.metodo .box-content {
    height: 661px;
    width: 100%;
    border-radius: 16px;
    backdrop-filter: blur(12px);
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 32px;
}

.hero.metodo .text-content {
    padding: 72px;
    padding-right: 0;
}

.hero.metodo .text-content h2 {
    margin-bottom: 24px;
}

.hero.metodo .box-content .box-img {
    height: 100%;
    width: 472px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px 0px rgba(15, 14, 14, 0.2);
    overflow: hidden;
}

.hero.metodo .box-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.front-page .servizi {
    background: linear-gradient(180deg, rgba(229, 237, 242, 0) 0%, var(--ColorIndigodye-10) 100%);
    overflow: hidden;
    position: relative;
    padding: 160px 104px;
    height: auto;
}

.front-page .servizi .logo-sfondo,
.progetti .logo-sfondo,
.box-desc .logo-sfondo {
    opacity: 20%;
    height: 820px;
    width: 712px;
    z-index: 0;
    position: absolute;
    left: -85px;
    top: 46.5px;
}

.front-page .servizi .box-servizi {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    align-content: center;
    gap: 40px;
    height: auto;
}

.front-page .servizi .box-servizi.mobile {
    display: none;
}

.front-page .servizi .content-servizi {
    width: 100%;
    height: 100%;
}

.front-page .servizi .content-servizi.box,
.page-fornitori .vantaggi .content-vantaggi.box {
    border-radius: 8px;
    padding: 32px;
    background-color: var(--Color-Indigo-dye);
    box-shadow: 0px 4px 8px 0px rgba(15, 14, 14, 0.2);
    color: var(--Color-White);
    position: relative;
    overflow: hidden;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.front-page .servizi .content-servizi.box a::before {
    background-color: var(--Color-White);
    height: 2px;
    bottom: -3px;
}

.front-page .servizi .content-servizi.box .box-title,
.page-fornitori .vantaggi .content-vantaggi.box .box-title {
    display: flex;
    align-items: center;
    gap: 21.5px;
    height: auto;
    flex-direction: row;
}

.front-page .servizi .content-servizi.box .box-title svg,
.page-fornitori .vantaggi .content-vantaggi.box .box-title svg {
    flex-shrink: 0;
}

.front-page .servizi .content-servizi.box .body-small {
    padding-top: 24px;
    margin-bottom: 0;
    padding-bottom: 24px;
    height: auto;
    flex-grow: 1;
}

.front-page .servizi .content-servizi.box .img-sfondo,
.box-servizi.mobile .swiper .img-sfondo,
.people .person.work .img-sfondo,
.vantaggi .content-vantaggi.box .img-sfondo {
    position: absolute;
    top: -30px;
    left: -30px;
    height: 174px;
    opacity: 8%;
    width: auto;
}

.front-page .servizi .box-servizi.mobile .swiper {
    height: 407px;
}

.front-page .servizi .box-servizi.mobile .swiper-slide {
    height: 335px;
}


.target {
    height: 1023px;
    background: linear-gradient(180deg, var(--ColorIndigodye-10) 0%, rgba(229, 237, 242, 0) 100%);
    padding: 160px 104px;
    padding-top: 0;
    position: relative;
}

.target .text-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.target .text-content h2 {
    margin: 0;
    text-align: center;
}

.target .text-content p {
    width: 816px;
    text-align: center;
    margin: 0;
}

.target .box-content {
    height: 552px;
    width: 100%;
    margin-top: 80px;
}

.target .card {
    height: 480px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px 0px rgba(15, 14, 14, 0.2);
    padding: 32px;
    color: var(--Color-White);
    overflow: hidden;
    position: relative;
}

.target .card::before,
.progetti .swiper-slide::before,
.page-progetti .single-progetto::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(180deg, var(--Color-Indigo-dye) 0%, rgba(0, 74, 129, 0.2) 100%);
}

.hero.team,
.hero.investitori {
    height: 655px;
    display: flex;
    align-items: center;
    padding: 104px 88px;
    position: relative;
    color: var(--Color-Night);
}

.hero.team .box-content,
.hero.investitori .box-content {
    height: auto;
    width: 608px;
    border-radius: 16px;
    backdrop-filter: blur(12px);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 80px 32px;
}

.hero.team .box-content a,
.hero.investitori .box-content a {
    font-weight: 700;
    color: var(--Color-Indigo-dye);
}

.hero.team .box-content a::before,
.hero.investitori .box-content a::before {
    background-color: var(--Color-Indigo-dye);
}

.progetti {
    height: 974px;
    background: linear-gradient(180deg, rgba(229, 237, 242, 0) 0%, var(--ColorIndigodye-10) 100%);
    padding: 120px 104px 80px 104px;
    position: relative;
    overflow: hidden;
}

.progetti .logo-sfondo {
    right: -85px;
    left: auto;
    top: 77px;
}

.progetti .text-content {
    width: 1196px;
    padding-left: 207px;
    padding-right: 207px;
}

.scoprili-tutti {
    background: var(--Color-Indigo-dye);
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--Color-White);
}

.scoprili-tutti a {
    color: var(--Color-White);
}

.scoprili-tutti a::before {
    background-color: var(--Color-White);
}

.scoprili-tutti h5 {
    text-align: center;
}

.progetti .text-content h2,
.progetti .text-content p {
    margin: 0;
    text-align: center;
}

.swiper {
    margin: 40px 0px 0px 0px;
    width: 100%;
    overflow: visible;
    position: relative;
}

.swiper-wrapper {
    height: max-content;
}

.swiper-button-prev,
.swiper-button-next {
    bottom: -70px;
    top: auto;
    height: 40px;
    width: 40px;
    box-shadow: 0px 1px 2px 0px rgba(15, 14, 14, 0.4);
    background-color: var(--Color-Indigo-dye);
    border-radius: 8px;
}

.servizi .swiper-button-prev,
.servizi .swiper-button-next {
    bottom: 0;
}

.target .swiper-button-prev,
.target .swiper-button-next {
    bottom: -10px;
}

.competenze .swiper-button-prev,
.competenze .swiper-button-next {
    bottom: -80px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: url('data:image/svg+xml,<svg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.00005 1C1.00005 1 7 5.4189 7 7C7 8.5812 1 13 1 13" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    font-size: 10px;
    text-align: center;
}

.swiper-button-prev::after {
    transform: rotate(180deg);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: var(--ColorIndigodye-120);
}

.swiper-button-prev {
    left: 46%;
}

.swiper-button-next {
    right: 46%;
}

.progetti .swiper-slide,
.page-progetti .single-progetto {
    height: 400px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 8px 8px 0px 0px var(--ColorIndigodye-20);
    position: relative;
    z-index: 3;
}

.swiper-slide img,
.page-progetti .single-progetto img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    z-index: -2;
}

.swiper-slide .link-progetti,
.page-progetti .single-progetto .link-progetti {
    padding: 32px 24px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: var(--Color-White);
    gap: 8px;
}

.swiper-slide .link-progetti p,
.page-progetti .single-progetto .link-progetti p {
    margin: 0;
}

.swiper-slide .line,
.page-progetti .single-progetto .line {
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 1);
    opacity: 0.6;
    margin-top: 16px;
}

@media screen and (max-width: 1440px) {
    .section-content {
        max-width: 100% !important;
    }

    .section-content>div {
        height: 100% !important;
    }

    .progetti .text-content {
        width: 100%;
    }

    .hero.metodo .box-content {
        height: auto;
        gap: 25px;
    }
}

@media screen and (max-width: 1295px) {
    .front-page .servizi .box-servizi {
        grid-template-columns: repeat(2, 1fr);
    }

    .swiper-button-prev {
        left: 43%;
    }

    .swiper-button-next {
        right: 43%;
    }

    .progetti .text-content {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 1124px) {
    footer .box-contattaci .text {
        padding: 30px 35px;
    }

    .intro img {
        width: 50%;
    }
}

@media screen and (max-width: 1024px) {
    .intro {
        padding: 120px 24px;
        gap: 25px;
    }

    .intro.servizi {
        padding: 0px 24px !important;
    }

    .hero.metodo,
    .target,
    .progetti {
        padding: 80px 40px;
    }

    .hero.metodo .text-content {
        padding-top: 64px;
        padding-left: 0;
        width: 100%;
    }

    .hero.metodo .box-content .box-img {
        width: auto;
        height: 345px;
    }

    .progetti .text-content {
        padding-left: 0;
        padding-right: 0;
    }

    .swiper {
        width: 100%;
    }

    .front-page .servizi {
        padding: 64px 16px;
    }

    .front-page .servizi .box-servizi {
        display: none;
    }

    .front-page .servizi .box-servizi.mobile {
        display: block;
    }

    .front-page .servizi .content-servizi {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .front-page .servizi .content-servizi.box .box-title img,
    .vantaggi .content-vantaggi.box .box-title img {
        height: 60px;
        width: auto;
        position: relative;
    }

    .front-page .servizi .box-servizi.mobile .content-servizi.box {
        text-align: left;
    }

    .front-page .servizi .logo-sfondo,
    .progetti .logo-sfondo {
        width: auto;
        height: 700px;
        left: -95px;
    }

    .target .text-content p {
        width: 100%;
    }

    footer .footer-content {
        max-width: 100%;
    }
}

@media screen and (max-width: 960px) {
    .box-contattaci .img {
        display: none;
    }

    footer .box-contattaci .text {
        padding: 60px;
    }
}

@media screen and (max-width: 768px) {
    .hero {
        padding: 64px 16px !important;
    }

    .hero .text-content,
    .intro .text-content {
        width: 100%;
    }

    .hero .box-btn {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .intro {
        flex-direction: column-reverse;
        padding: 64px 16px;
        align-items: center;
        gap: 32px;
    }

    .intro img {
        width: 100%;
    }

    .intro.servizi {
        padding: 0px 16px 64px 16px !important;
    }

    .hero.metodo {
        margin: 0;
        padding: 64px 16px;
    }

    .hero.metodo .img {
        border-radius: 0;
    }

    .hero.metodo .box-content {
        width: 100%;
        flex-direction: column-reverse;
        gap: 32px;
    }

    .hero.team .box-content,
    .hero.investitori .box-content {
        height: auto !important;
    }

    .front-page .servizi .logo-sfondo,
    .progetti .logo-sfondo {
        width: 344px;
        height: 396px;
        left: -64px;
        top: 39px;
    }

    .swiper-button-prev {
        left: 40%;
    }

    .swiper-button-next {
        right: 40%;
    }

    footer {
        height: 100%;
    }

    footer .box-contattaci .text {
        padding: 32px;
    }

    footer .box-contattaci .sfondo {
        width: 426px;
        right: -125px;
    }

    footer .content {
        flex-direction: column;
        align-items: flex-start;
        gap: 48px;
    }

    footer .content .info-social,
    footer .content .list-link {
        width: 100%;
        height: 100%;
    }

    footer .content .info-social {
        border-bottom: solid 1px var(--Color-White);
        padding-bottom: 48px;
    }

    footer .list-link ul {
        grid-template-columns: repeat(1, 1fr);
        grid-auto-flow: row;
    }

    footer .last-line {
        flex-direction: column;
        align-items: flex-start;
    }

    footer .last-line .designed {
        margin-top: 0;
    }
}

@media screen and (max-width: 525px) {
    .swiper-button-prev {
        left: 35%;
    }

    .swiper-button-next {
        right: 35%;
    }
}

/* PAGE-TARGET */

.hero.title {
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 120px 296px 120px 88px;
}

.hero.title .img {
    object-position: 100% 35%;
}

.page-target .intro {
    height: 465px;
    padding: 120px 314px 48px 314px;
    gap: 0px;
    flex-direction: column;
}

.page-target .intro .text-content,
.page-servizi .intro.servizi .text-content {
    width: 100%;
    text-align: center;
    padding-top: 0px;
}

.page-servizi .intro.servizi .text-content {
    padding-bottom: 120px;
}

.page-target .scroll-box {
    display: flex;
    justify-content: center;
}

.section-content.gestione {
    background: linear-gradient(180deg, var(--ColorIndigodye-10) 0%, rgba(229, 237, 242, 0) 100%);
    position: relative;
}

.page-target .box-button {
    width: 816px;
}

.box-button {
    height: auto;
    width: 100%;
    border-radius: 16px;
    background-color: var(--Color-Indigo-dye);
    display: flex;
    padding: 8px;
    gap: 8px;
}

.box-button button {
    width: 261.33px;
    font-weight: 700;
    flex-grow: 1;
    box-shadow: none;
}

.box-button button.active {
    background-color: var(--Color-White);
    color: var(--Color-Indigo-dye);
}

.box-button button.active:hover {
    background-color: var(--ColorIndigodye-10);
    color: var(--Color-Indigo-dye-80);
}

.page-target .intro-privati {
    height: auto;
    padding: 120px 104px;
}

.page-target .box-intro .row-1,
.page-servizi .wrapper-servizi .row-1 {
    height: 560px;
    position: relative;
    display: flex;
    align-items: center;
}

.page-target .box-intro .row-1 .text-content,
.page-servizi .wrapper-servizi .row-1 .text-content {
    background-color: var(--Color-White);
    width: 590px;
    height: auto;
    border-radius: 8px;
    padding: 48px;
    position: relative;
    z-index: 1;
}

.page-target .box-intro .row-1 img,
.page-servizi .wrapper-servizi .row-1 img {
    height: 560px;
    width: 746px;
    border-radius: 8px;
    box-shadow: 8px 8px 0px 0px var(--ColorIndigodye-20);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    object-fit: cover;
    object-position: center;
}

.page-target .box-intro .row-2 {
    height: 100%;
    padding-top: 80px;
    padding-bottom: 110px;
    text-align: center;
    overflow: hidden;
}

.page-target .dicono-di-noi,
.page-fornitori .dicono-di-noi {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}

.page-target .dicono-di-noi .card,
.page-fornitori .dicono-di-noi .card {
    height: auto;
    background-color: var(--Color-Indigo-dye-4);
    box-shadow: 0px 4px 8px 0px rgba(15, 14, 14, 0.2);
    border-radius: 8px;
    padding: 54px 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.page-target .dicono-di-noi .card .body-regular,
.page-fornitori .dicono-di-noi .card .body-regular {
    text-align: left;
}

.page-target .dicono-di-noi .img-user,
.page-fornitori .dicono-di-noi .img-user {
    width: 88px;
    height: 88px;
    border-radius: 44px;
    position: absolute;
    object-fit: cover;
    object-position: center;
    top: -50px;
    left: 32px;
    z-index: 2;
}

.page-target .intro-hotel {
    height: auto;
    padding: 120px 104px;
}

.page-target .intro-hotel .row-1 .text-content {
    height: auto;
}

.page-target .intro-hotel .row-1 {
    justify-content: flex-end;
}

.page-target .intro-hotel .row-1 img {
    left: 0;
    right: auto;
}

.page-target .intro-hotel .row-2 {
    height: auto;
    padding-bottom: 0;
}

.page-target .intro-hotel .row-2 .box-loghi {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.page-target .intro-hotel .row-2 .box-loghi .row {
    display: flex;
    flex-direction: row;
    gap: 48px;
    width: 100%;
    justify-content: center;
}

.page-target .intro-hotel .row-2 .box-loghi img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}

.box-loghi .container {
    width: 20%;
    height: 120px;
    overflow: hidden;
}

.page-target .hero.investitori {
    height: 618px;
}

.page-target .hero.investitori .box-content {
    height: 410px;
}

.servizi,
.page-fornitori .vantaggi,
.page-progetti .box-progetti {
    height: 100%;
    padding: 120px 104px;
    position: relative;
    background: linear-gradient(180deg, rgba(229, 237, 242, 0) 0%, var(--ColorIndigodye-10) 100%);
}

.servizi .logo-sfondo,
.page-fornitori .vantaggi .logo-sfondo {
    height: 554px;
    width: 482px;
    top: 65px;
    opacity: 20%;
    z-index: 0;
    position: absolute;
    left: -85px;
}

.servizi .text-content,
.page-fornitori .vantaggi .text-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
}

.servizi .text-content h2,
.page-fornitori .vantaggi .text-content h2 {
    margin-bottom: 24px;
}

.servizi .text-content p,
.page-fornitori .vantaggi .text-content p {
    width: 816px;
    text-align: center;
}

.servizi .text-content a {
    font-weight: 700;
    color: var(--Color-Indigo-dye);
}

.servizi .text-content a::before {
    background-color: var(--Color-Indigo-dye);
    height: 2px;
}

.servizi .box-servizi,
.page-fornitori .vantaggi .box-vantaggi {
    display: flex;
    gap: 24px;
    height: 300px;
    justify-items: center;
}

.page-fornitori .vantaggi .box-vantaggi {
    height: auto;
}

.servizi .content-servizi.box,
.page-fornitori .vantaggi .content-vantaggi.box {
    height: auto;
    gap: 12px;
    border-radius: 8px;
    padding: 16px;
    background-color: var(--Color-Indigo-dye);
    box-shadow: 0px 4px 8px 0px rgba(15, 14, 14, 0.2);
    color: var(--Color-White);
    position: relative;
    overflow: hidden;
}

.servizi .content-servizi.box .box-title,
.page-fornitori .vantaggi .content-vantaggi.box .box-title {
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    display: flex;
    gap: 21.5px;
}

.servizi .content-servizi.box .box-title svg,
.page-fornitori .vantaggi .content-vantaggi.box .box-title svg {
    flex-shrink: 0;
}

.servizi .content-servizi.box .box-title p,
.page-fornitori .vantaggi .content-vantaggi.box .box-title p {
    text-align: left;
}

@media screen and (min-width: 1024px) {

    .servizi .content-servizi.box .box-title p,
    .page-fornitori .vantaggi .content-vantaggi.box .box-title p {
        hyphens: auto;
    }

    .servizi .box-servizi,
    .page-fornitori .vantaggi .box-vantaggi {
        height: auto;
    }
}

.servizi .content-servizi.box .img-sfondo,
.page-fornitori .vantaggi .content-vantaggi.box .box-title .img-sfondo {
    height: 160px;
    top: -27px;
    left: -15px;
    position: absolute;
    opacity: 8%;
    width: auto;
}

.servizi .content-servizi.box .box-title img,
.page-fornitori .vantaggi .content-vantaggi.box .box-title img {
    height: 60px;
    width: auto;
    position: relative;
}

.domande {
    padding: 120px 104px;
    background-color: var(--ColorIndigodye-10);
    display: flex;
    gap: 120px;
}

.domande .text-content {
    width: 400px;
}

.domande .text-content a {
    font-weight: 700;
    color: var(--Color-Indigo-dye);
}

.domande .text-content a::before {
    background-color: var(--Color-Indigo-dye);
    height: 2px;
    bottom: -3px;
}

.domande .box-domande {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.domande .qa {
    border-bottom: solid 1px var(--ColorIndigodye-20);
    width: 712px;
    padding-bottom: 32px;
}

.domande .answer {
    padding-top: 16px;
    display: none;
    color: var(--Color-Night-80);
}

.domande .answer.active {
    display: block;
}

.domande .question {
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    cursor: pointer;
}

.domande .question:hover {
    opacity: 0.6;
}

.domande .open_close {
    width: 16px;
    height: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.domande .open_close .line {
    width: 16px;
    height: 2px;
    background-color: var(--Color-Indigo-dye);
    position: absolute;
    pointer-events: none;
    transition: all 0.3s ease;
}

.domande .open_close .first {
    transform: rotate(90deg);
}

.domande .open_close.active .first {
    transform: rotate(45deg);
}

.domande .open_close.active .second {
    transform: rotate(-45deg);
}

.page-target .box {
    height: 227px;
    background-color: var(--ColorIndigodye-10);
    max-width: var(--max-width);
    width: 100%;
}

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

    .domande .text-content,
    .domande .box-domande {
        width: auto;
    }

    .domande .qa {
        width: 100%;
    }
}

@media screen and (max-width: 1335px) {
    .page-target .intro {
        padding: 120px 100px 48px 100px;
    }

    .domande {
        gap: 70px;
    }
}

@media screen and (max-width: 1024px) {
    .hero.title h1 {
        padding: 0;
    }

    .hero.title {
        padding: 120px 88px;
    }

    .intro-privati {
        padding: 120px 64px 0px 64px !important;
    }

    .page-target .intro {
        padding: 120px 64px 48px 64px !important;
    }

    .page-target .box-intro .row-1 img,
    .page-servizi .wrapper-servizi .row-1 img {
        width: 620px;
    }

    .page-target .intro-hotel .row-2 {
        height: 100%;
    }

    .page-target .intro-hotel,
    .servizi,
    .page-fornitori .vantaggi,
    .page-progetti .box-progetti,
    .domande,
    .alfred,
    .competenze,
    .team {
        padding: 120px 64px 64px 64px !important;
    }

    .box-desc {
        padding: 120px 64px !important;
    }

    .page-contatti .servizi {
        padding: 120px 64px 100px 64px !important;
    }

    .servizi .text-content p,
    .page-fornitori .vantaggi .text-content p {
        width: 100%;
    }

    .page-target .intro-hotel .row-2 .box-loghi {
        gap: 30px;
    }
}

@media screen and (max-width: 838px) {
    .intro-privati {
        padding: 120px 30px 0px 30px !important;
    }

    .page-target .intro {
        padding: 120px 30px 48px 30px !important;
    }

    .page-target .intro-hotel,
    .servizi,
    .page-fornitori .vantaggi,
    .page-progetti .box-progetti,
    .domande,
    .alfred,
    .competenze,
    .team {
        padding: 120px 30px 30px 30px !important;
    }

    .box-desc {
        padding: 120px 30px !important;
    }

    .page-contatti .servizi {
        padding: 120px 30px 100px 30px !important;
    }

    .page-target .box-button {
        width: 100%;
    }

    .page-target .scroll-box {
        padding: 0 16px;
    }
}

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

    .servizi .box-servizi,
    .page-fornitori .vantaggi .box-vantaggi {
        height: 260px;
    }

    .intro-privati {
        padding: 54px 16px 0px 16px !important;
    }

    .page-target .intro {
        padding: 54px 16px 48px 16px !important;
    }

    .page-target .intro-hotel,
    .servizi,
    .page-fornitori .vantaggi,
    .page-progetti .box-progetti,
    .domande,
    .alfred,
    .competenze,
    .team {
        padding: 54px 16px 16px 16px !important;
    }

    .box-desc {
        padding: 54px 16px !important;
    }

    .page-contatti .servizi {
        padding: 54px 16px 100px 16px !important;
    }

    .page-target .intro {
        display: flex;
        flex-grow: 0;
    }

    .page-target .box-intro .row-1 img,
    .page-servizi .wrapper-servizi .row-1 img {
        width: 100% !important;
        height: auto;
    }

    .page-target .intro-hotel.box-intro .row-1 img {
        height: 90%;
        top: auto;
        bottom: 0;
    }

    .page-target .box-intro .row-1,
    .page-servizi .wrapper-servizi .row-1,
    .page-servizi .wrapper-servizi.sx .row-1 {
        align-items: flex-end;
        justify-content: center !important;
        height: 570px;
    }

    .page-target .intro-hotel.box-intro .row-1 {
        align-items: flex-start;
    }

    .page-target .box-intro .row-1 .text-content,
    .page-servizi .wrapper-servizi .row-1 .text-content {
        width: calc(100% - 32px) !important;
        padding: 24px 16px !important;
    }

    .domande {
        flex-direction: column;
        gap: 32px;
    }

    .domande .text-content,
    .domande .box-domande {
        width: 100%;
    }

    .page-target .intro-hotel .row-2 .box-loghi {
        gap: 16px;
    }

    .page-servizi .scroll-box {
        display: none;
    }
}

/* PAGE SERVIZI */
.page-servizi .hero.metodo .box-content,
.page-servizi .hero.metodo {
    height: auto;
    position: relative;
}

.alfred {
    height: 1288px;
    padding: 80px 104px 120px 104px;
    background: linear-gradient(180deg, rgba(229, 237, 242, 0) 0%, var(--ColorIndigodye-10) 100%);
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.alfred .img {
    width: 504px;
    height: 666px;
    object-fit: cover;
    object-position: center;
}

.alfred .app {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 80px;
}

.alfred .monitoraggio,
.box-form {
    background-color: var(--Color-Indigo-dye);
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    color: var(--Color-White);
}

.alfred .monitoraggio .img {
    height: auto;
}

.alfred .monitoraggio .text-content {
    padding: 64px;
}

.page-servizi .intro.servizi {
    background: linear-gradient(180deg, var(--ColorIndigodye-10) 0%, rgba(229, 237, 242, 0) 100%);
    height: 3867px;
    padding: 0px 104px;
    display: block;
    position: relative;
}

.scroll-box {
    position: sticky;
    top: 130px;
    z-index: 2;
    width: 100%;
}

.page-servizi .content-servizi {
    gap: 120px;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 120px;
}

.page-servizi .intro.servizi .row-1 .text-content p {
    width: 100%;
    text-align: start !important;
    margin: 0;
}

.page-servizi .intro.servizi .text-content p {
    text-align: center !important;
}

.page-servizi .wrapper-servizi .row-1 .text-content {
    width: 812px;
    text-align: left;
    height: auto;
    align-items: flex-start;
}

.page-servizi .wrapper-servizi .row-1 img {
    height: 560px;
    width: 746px;
}

.page-servizi .wrapper-servizi .icon-title {
    display: flex;
    gap: 25px;
}

.page-servizi .wrapper-servizi .row-1 .icon {
    width: auto;
    height: 64px;
    box-shadow: none;
    position: relative;
}

.icon-w {
    color: var(--Color-White);
}

.icon-b {
    color: var(--Color-Indigo-dye);
}

.page-servizi .wrapper-servizi.sx .row-1 {
    justify-content: end;
}

.page-servizi .wrapper-servizi.sx .row-1 img {
    right: auto;
    left: 0;
}

.page-servizi .btn-e-servizi {
    width: 100%;
    position: relative;
    display: block;
}

.page-servizi .domande {
    background: linear-gradient(180deg, rgba(229, 237, 242, 0) 0%, var(--ColorIndigodye-10) 100%);
}

.final-box {
    height: 227px;
    background-color: var(--ColorIndigodye-10);
}

.front-page .final-box,
.page-chi-siamo .final-box {
    height: 290px;
}

@media screen and (max-width: 1440px) {
    .alfred .img {
        width: 50%;
    }
}

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

    .alfred .monitoraggio .text-content {
        padding: 45px;
    }

    .page-servizi .wrapper-servizi .row-1 img {
        width: 670px;
    }

    .page-servizi .wrapper-servizi .row-1 .text-content {
        width: 730px;
    }
}

@media screen and (max-width: 1024px) {
    .alfred .app {
        flex-direction: column;
    }

    .alfred .img {
        height: 530px;
        width: auto;
    }

    .alfred .monitoraggio,
    .box-form {
        margin-bottom: 64px !important;
    }

    .alfred .monitoraggio .img {
        width: 345px;
    }

    .alfred .monitoraggio .text-content {
        padding: 32px;
    }

    .page-servizi .content-servizi {
        padding-top: 120px;
    }

    .page-servizi .wrapper-servizi .row-1 img {
        width: 575px;
    }

    .page-servizi .wrapper-servizi .row-1 .text-content {
        width: 660px;
    }
}

@media screen and (max-width: 768px) {
    .page-servizi .intro {
        flex-direction: column;
    }

    .alfred .img {
        height: auto;
        width: 100%;
    }

    .alfred .monitoraggio,
    .box-form {
        flex-direction: column;
    }

    .alfred .monitoraggio .img {
        width: 100%;
    }

    .page-servizi .intro.servizi .text-content {
        padding-top: 64px;
    }

    .page-servizi .wrapper-servizi .row-1 img {
        height: 480px;
    }

    .page-servizi .wrapper-servizi .row-1 {
        flex-direction: column-reverse;
        align-items: center !important;
        height: auto !important;
    }

    .page-servizi .wrapper-servizi .row-1 .box-img {
        height: 390px;
        width: 100%;
    }

    .page-servizi .domande {
        background: var(--ColorIndigodye-10);
    }

    .page-servizi .content-servizi {
        padding-top: 0;
        margin-top: 0;
    }
}

/* PAGE CHI SIAMO */

.box-desc {
    height: 444px;
    padding: 120px 208px;
    background: linear-gradient(90deg, var(--ColorIndigodye-120) 40.23%, var(--Color-Indigo-dye) 100%);
    color: var(--Color-White);
    position: relative;
}

.box-desc .logo-sfondo {
    right: -64px;
    left: auto;
    bottom: 32px;
    top: auto;
    height: 380px;
    width: 330px;
}

.page-chi-siamo .team {
    height: 1903px;
    background: linear-gradient(180deg, var(--ColorIndigodye-10) 0%, rgba(229, 237, 242, 0) 100%);
    padding: 120px 104px;
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.page-chi-siamo .team .intro {
    padding: 0;
    height: auto;
    background: transparent;
}

.page-chi-siamo .team .intro img {
    width: 608px;
    height: 456px;
}

.page-chi-siamo .team .people {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(4, 1fr);
    gap: 80px;
}

.team .people .person {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}

.team .people .person img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center 28%;
    border-radius: 8px;
    box-shadow: 8px 8px 0px 0px var(--ColorIndigodye-20);
}

.team .people .person.work {
    color: var(--Color-White);
    height: fit-content;
    border-radius: 8px;
    padding: 24px 8px;
    background-color: var(--Color-Indigo-dye);
    box-shadow: 0px 4px 8px 0px rgba(15, 14, 14, 0.2);
    align-items: center;
    text-align: center;
    position: relative;
}

.team .people .person.work a::before {
    background-color: var(--Color-White);
    height: 2px;
}

.team .people .person.work .img-sfondo {
    opacity: 1;
    box-shadow: none;
    border-radius: 0;
    width: 160px;
    height: 160px;
    object-fit: none;
    top: 30px;
    left: -40px;
}

.page-chi-siamo .loghi {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.page-chi-siamo .loghi .single-logo {
    height: 120px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 80px;
    color: white;
    overflow: hidden;
}

.page-chi-siamo .hero.metodo .box-content {
    gap: 72px;
}

.page-chi-siamo .hero.metodo .text-content {
    width: 50%;
}

@media screen and (max-width: 1170px) {
    .page-chi-siamo .intro {
        gap: 50px;
    }

    .page-chi-siamo .team .intro img {
        width: 500px;
        height: auto;
    }

    .page-chi-siamo .loghi {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 1100px) {
    .page-chi-siamo .team .people {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1020px) {
    .page-chi-siamo .team .intro img {
        width: 450px;
    }
}

@media screen and (max-width: 768px) {
    .page-chi-siamo .team .people {
        padding-bottom: 130px;
    }

    .page-chi-siamo .team .intro img {
        width: 100%;
    }

    .page-chi-siamo .team .intro {
        flex-direction: column;
    }

    .page-chi-siamo .team .people {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }

    .page-chi-siamo .loghi {
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        justify-items: center;
    }

    .page-chi-siamo .hero.metodo .box-content {
        flex-direction: column;
        gap: 64px;
    }

    .page-chi-siamo .hero.metodo .text-content {
        width: 100%;
    }
}

@media screen and (max-width: 510px) {
    .page-chi-siamo .loghi {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 374px) {
    .page-chi-siamo .team .people {
        grid-template-columns: repeat(1, 1fr);
    }

    .page-chi-siamo .loghi {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* PAGE FORNITORI */

.vantaggi .content-vantaggi.box .img-sfondo {
    height: 160px;
}

.vantaggi .content-vantaggi.box .box-title .icon-w {
    height: 53.33px;
    width: auto;
}

.competenze {
    background: linear-gradient(180deg, var(--ColorIndigodye-10) 0%, rgba(229, 237, 242, 0) 100%);
    padding: 80px 104px 120px 104px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.competenze .intro {
    padding: 0;
    background: transparent;
}

.competenze .intro img {
    width: 608px;
    height: 456px;
}

.competenze .row-2,
.competenze .dicono-di-noi,
.competenze .intro {
    height: 100%;
}

.competenze .dicono-di-noi .img-user {
    object-position: center top;
}

.competenze .dicono-di-noi .intestazione {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.competenze .dicono-di-noi .card {
    gap: 32px;
    height: auto;
}

.page-fornitori .domande {
    background: linear-gradient(180deg, rgba(229, 237, 242, 0) 0%, var(--ColorIndigodye-10) 100%);
}

.box-form {
    margin: 16px;
    padding: 104px;
    gap: 80px;
    position: relative;
}

.box-form .text-content {
    width: 540px;
}

.box-form .text-content .body-large {
    margin: 0;
}

.box-form .wpcf7 {
    width: 50%;
}

form {
    position: relative;
    height: 100%;
}

form a {
    color: var(--Color-White);
}

form a::before {
    background-color: var(--Color-White) !important;
    height: 1px !important;
}

form p,
form .checkbox .wpcf7-list-item,
form .checkbox .wpcf7-list-item input {
    margin: 0;
}

form .name-tel,
form .checkbox,
form .email-msg,
form .submit_button {
    padding-bottom: 16px;
}

form .name-tel p,
form .email-msg p,
form .checkbox p,
form .submit_button p {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 100%;
    justify-content: center;
}

form input,
form textarea {
    width: 100% !important;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid var(--Color-Night-10);
    color: var(--Color-Night);
}

form input[type="checkbox"] {
    cursor: pointer;
}

form .email-msg p {
    flex-direction: column;
}

form .checkbox p {
    padding: 8px;
    gap: 8px;
    justify-content: left;
}

form .checkbox .wpcf7-form-control-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

form .submit_button input {
    width: 164px !important;
}

.wpcf7 .wpcf7-submit {
    cursor: pointer;
}

.wpcf7 .wpcf7-submit:disabled {
    opacity: 0.5;
}

form .submit_button p {
    justify-content: flex-start;
    align-items: center;
}

form .submit_button .loading {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpcf7-spinner {
    width: 80px;
    height: 80px;
    background-color: transparent;
    opacity: 1;
    display: block;
    animation-delay: 2000ms;
    position: relative;
    margin: 0;
}

.wpcf7-spinner::before {
    position: relative !important;
    animation: none;
    background-image: url("/wp-content/themes/domus2025/assets/gif/spinner.gif");
    width: 100%;
    height: 100%;
    display: block;
    background-color: transparent;
    object-fit: contain;
    object-position: center;
    background-size: 100%;
    top: 0;
    left: 0;
}

.wpcf7-not-valid-tip {
    color: var(--Color-White);
}

.wpcf7 form .wpcf7-response-output {
    width: 100%;
    height: auto;
    border-radius: 16px;
    padding: 54px 48px;
    background-color: var(--Color-Indigo-dye-80);
    animation-delay: 10000ms;
    animation-timing-function: ease-out;
    animation-duration: 300ms;
    margin: 20px 0px 0px;
    border: none;
}

.form-sent {
    text-align: center;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.form-sent p,
.form-sent h5 {
    margin: 0;
}

.form-sent .img {
    border-radius: 40px;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--Color-White);
}

@media screen and (max-width: 1024px) {
    .competenze .row-2 {
        padding-bottom: 100px;
    }

    .box-form {
        padding: 60px !important;
        gap: 20px !important;
    }

    .box-form .text-content {
        width: 50% !important;
    }
}

@media screen and (max-width: 882px) {
    .page-fornitori .vantaggi .box-vantaggi {
        flex-direction: column;
        height: auto;
        gap: 12px;
    }

    .page-fornitori .vantaggi .content-vantaggi.box {
        height: 100%;
    }

    .page-fornitori .vantaggi .content-vantaggi.box .box-title {
        flex-direction: row;
        align-items: center;
    }

    .page-fornitori .vantaggi .text-content h2 {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .competenze .intro {
        flex-direction: column;
    }

    .competenze {
        padding: 64px 16px 16px 16px !important;
    }

    .competenze .intro img {
        width: 100%;
    }

    .box-form {
        padding: 64px 16px !important;
        gap: 80px !important;
    }

    .box-form .text-content,
    .wpcf7 {
        width: 100% !important;
    }
}

/* PAGE CONTATTI */
.page-contatti .domande {
    background-color: var(--Color-White);
}

.page-contatti .servizi {
    background: linear-gradient(180deg, rgba(229, 237, 242, 0) 0%, var(--ColorIndigodye-10) 100%);
}

.intro.maps {
    background: linear-gradient(180deg, var(--ColorIndigodye-10) 0%, rgba(229, 237, 242, 0) 100%);
    height: auto;
    justify-content: space-between;
}

.intro.maps .text-content {
    width: 50%;
}

.intro.maps .text-content .body-regular {
    color: rgba(63, 62, 62, 1);
}

.intro.maps .text-content a {
    color: var(--Color-Indigo-dye);
    font-weight: 700;
}

.page-contatti a::before {
    background-color: var(--Color-Indigo-dye);
    height: 2px;
}

iframe {
    width: 608px;
    border: 1px solid var(--Color-Night-10);
    box-shadow: 8px 8px 0px 0px var(--ColorIndigodye-20);
    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .intro.maps {
        flex-direction: column;
    }

    iframe,
    .intro.maps .text-content {
        width: 100%;
    }
}

/* PAGE PROGETTI */

.page-progetti .box-progetti {
    display: flex;
    justify-content: space-between;
    gap: 104px;
    background: linear-gradient(180deg, rgba(229, 237, 242, 0) 0%, var(--ColorIndigodye-10) 100%);
}

.page-progetti .box-progetti .col-1,
.page-progetti .box-progetti .col-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.page-progetti .box-progetti .col-2 {
    padding-top: 80px;
}

.page-progetti .single-progetto {
    height: 480px;
}

@media screen and (max-width: 768px) {
    .page-progetti .box-progetti {
        flex-direction: column;
        gap: 24px;
    }

    .page-progetti .box-progetti .col-2 {
        padding-top: 0px;
    }

    .page-progetti .box-progetti .col-1,
    .page-progetti .box-progetti .col-2 {
        gap: 24px;
    }
}

/* PAGE FAQ */

.page-faq .hero.title,
.page-404 .hero.title,
.page-privacy-policy .hero.title,
.page-cookie .hero.title,
.page-single-progetti .hero.title {
    background: linear-gradient(90deg, var(--ColorIndigodye-120) 40.23%, var(--Color-Indigo-dye) 100%);
}

.page-faq .domande.target-qa {
    background: linear-gradient(180deg, rgba(229, 237, 242, 0) 0%, var(--ColorIndigodye-10) 100%);
}

.page-faq .domande.servizi-qa {
    background-color: var(--ColorIndigodye-10);
}

.page-faq .domande.fornitori {
    background: linear-gradient(180deg, var(--ColorIndigodye-10) 0%, rgba(229, 237, 242, 0) 100%);
}

.page-faq .final-box {
    background: linear-gradient(180deg, rgba(229, 237, 242, 0) 0%, var(--ColorIndigodye-10) 100%);
}

/* PAGE PRIVACY POLICY */

.page-privacy-policy .final-box,
.page-cookie .final-box,
.page-single-progetti .final-box {
    background-color: var(--ColorIndigodye-10);
}

.page-privacy-policy .content,
.page-cookie .content {
    padding: 120px 104px;
    background: linear-gradient(180deg, rgba(229, 237, 242, 0) 0%, var(--ColorIndigodye-10) 100%);
}

/* SINGLE-PROGETTI */
.heading-section {
    width: 100%;
    padding: 30px 0px 0px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.heading-section img {
    width: 50%;
    height: 600px;
    object-position: center;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
}

.heading-section h3 {
    color: var(--Color-Indigo-dye);
}

.heading-section .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--Color-White);
    background-color: var(--Color-Indigo-dye);
}

.heading-section h6 {
    margin: 0;
}

.heading-section .title,
.heading-section .description {
    padding: 60px 45px;
    width: 50%;
}

.heading-section:not(:has(img)) .title,
.heading-section:not(:has(img)) .description {
    width: 100%;
}

.heading-section:not(:has(.info .description)) .title {
    padding-bottom: 0px;
}

.heading-section .title h3:not(:has(+ p)) {
    margin-bottom: 0px;
}

.fa-map-marker-alt::before {
    content: "\f3c5";
}

.fa-clock:before {
    content: "\f017";
}

.fa-info:before {
    content: "\f129";
}

.fa-key:before {
    content: "\f084";
}

.fas {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    margin-bottom: 20px;
}

.fa-map-marker-alt::before,
.fa-clock:before,
.fa-info:before,
.fa-key:before {
    color: var(--Color-White);
    font-size: 20px;
}

.page-single-progetti .caratteristiche {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 40px 20px;
    background-color: rgb(31, 154, 229);
    justify-items: center;
    gap: 35px;
    align-items: center;
}

.page-single-progetti .caratteristiche .lead {
    font-weight: 600px;
    color: var(--Color-White);
    margin: 0;
}

.page-single-progetti .caratteristiche .body-small {
    color: var(--Color-White);
    text-align: center;
}

.page-single-progetti .caratteristiche .single-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.foto-galleria {
    display: grid;
    align-items: center;
    gap: 40px;
    padding: 100px;
    justify-items: stretch;
    grid-template-columns: repeat(2, 1fr);
}

.foto-galleria img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

.foto-galleria .prima,
.foto-galleria .dopo {
    position: relative;
    height: 400px;
    display: flex;
    align-items: flex-end;
}

.page-single-progetti .liste {
    display: flex;
    align-items: stretch;
    position: relative;
}

.page-single-progetti .forza,
.page-single-progetti .fasi {
    width: 50%;
    padding: 40px;
}

.page-single-progetti .forza {
    background-color: var(--Color-Indigo-dye);
    color: var(--Color-White);
}

.page-single-progetti .fasi {
    color: var(--Color-Night-80);
    background-color: var(--ColorIndigodye-10);
}

.page-single-progetti .fasi li,
.page-single-progetti .forza li {
    padding: 7px 0px;
}

.page-single-progetti .fasi li::marker,
.page-single-progetti .forza li::marker {
    color: rgb(63, 155, 210);
}

.page-single-progetti .content {
    background-color: var(--ColorIndigodye-10);
    padding: 40px 104px 100px 104px;
}

.page-single-progetti .content h3 {
    font-size: 30px;
    color: var(--Color-Indigo-dye);
    /* padding-top: 60px; */
}

.page-single-progetti .content h4 {
    font-size: 24px;
}

.page-single-progetti .content p {
    color: var(--Color-Night-80);
    font-size: 16px;
	line-height: 150% !important;
}

.page-single-progetti .content a {
    color: var(--Color-Indigo-dye);
    text-decoration: underline;
	transition: all 0.3s;
}

.page-single-progetti .content a:hover {
	opacity: 60%;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .heading-section img {
        width: 100%;
        height: 300px;
        position: relative;
    }

    .heading-section {
        padding: 0;
    }

    .heading-section .title,
    .heading-section .description {
        padding: 60px 16px;
        width: 100%;
    }

    .page-single-progetti .caratteristiche {
        grid-template-columns: repeat(2, 1fr);
        padding: 40px 16px;
    }

    .foto-galleria {
        grid-template-columns: repeat(1, 1fr);
        padding: 40px 16px;
    }

    .page-single-progetti .liste {
        flex-direction: column;
    }

    .page-single-progetti .forza,
    .page-single-progetti .fasi {
        width: 100%;
        padding: 40px 16px;
    }

    .page-single-progetti .content {
        padding: 0px 16px 60px 16px;
    }
}

@media screen and (max-width: 500px) {
    .heading-section img {
        height: auto;
    }

    .foto-galleria .prima,
    .foto-galleria .dopo {
        height: 300px;
    }
}