/*
Theme Name: VibGroup Theme
Theme URI: https://und3fined.it/
Template: generatepress
Author: Gabriele Visconti
Author URI: https://und3fined.it/
Description: Questo tema è stato realizzato dal developer team di Vib. G.V
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 1.52
Updated: 2025-04-30 16:41:41

*/

/* --------------------------------------------
   Typografy
-------------------------------------------- */
body {
  font-size: clamp(14px, 0.83vw, 16px);
  line-height: clamp(24px, 1.35vw, 26px);
  background-color: transparent !important;
  font-family: 'Avenir LT Std';
  overflow: hidden !important;
}
html {
  scroll-behavior: smooth !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sovereign";
}

p {
  line-height: 32px;
  font-size: 16px;
}

.subtitle span {
  font-size: clamp(16px, 1.04vw, 20px);
  text-transform: uppercase;
}

.title__80 h3 {
  font-size: clamp(34px, 3.8vw, 80px);
  text-transform: uppercase;
  text-wrap: balance;
}

@media (max-width: 1025px) {
  .page-header-custom__wrapper .page-header-custom-image__wrapper.block--image {
    height: clamp(180px, 18.35vw, 360px);
  }
  .page-header-custom__wrapper
    .page-header-custom-image__wrapper.block--image
    img {
    object-fit: cover;
  }
}

.section--custom-padding-120 {
  padding-top: clamp(40px, 4vw, 80px);
  padding-bottom: clamp(60px, 10.4vw, 200px);
}
/* --------------------------------------------
   Global
-------------------------------------------- */
#to-the-top {
  display: flex;
  background-color: #11111173;
  width: 50px;
  height: 50px;
  border-radius: 25px 0 0 25px;
  position: fixed;
  bottom: 30px;
  right: 0;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
#main {
  margin: 0 !important;
}
a#to-the-top svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  transition: 300ms;
}

#to-the-top:hover {
  cursor: pointer;
  background-color: #333;
}

#to-the-top:active {
  background-color: #555;
}

#to-the-top.show {
  opacity: 1;
  visibility: visible;
}

.padding-bottom-none {
  padding-bottom: 0px !important;
}

.padding-top-none {
  padding-top: 0px !important;
}

.section.hide-map {
  display: none;
}

@media (max-width: 1025px) {
  .no-banner-mobile {
    display: none;
  }
  .padding-bottom-none-mobile{
  padding-bottom: 0px !important;
 } 
}

.p-relative {
  position: relative;
}

article {
  margin-bottom: 0 !important;
}

.google-maps__wrapper {
    display: flex;
}
/* --------------------------------------------
   Custom form
-------------------------------------------- */

.contact_form_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.contact_form_input input,
.contact_form_input select,
.contact_form_message textarea {
  width: 100%;
  padding: 20px 20px 19px;
  border: none;
  border-bottom: 1px solid #7f7f7f;
  background: transparent;
}
.contact_form_message textarea {
  max-height: 100px;
}
.contact_form_optin {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.contact_form_action {
  margin-top: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact_form_optin span.wpcf7-list-item {
  margin: 0;
}
.contact_form_optin a {
  color: unset;
  text-decoration: underline;
}
span.required_span {
  font-weight: bold;
  color: #005c94;
}
.contact_form_action input {
  background: #5abcd1;
  padding: 16px 20px;
  border: none;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  max-width: max-content;
  transition: 300ms;
  cursor: pointer;
  border-radius: 0px;
  min-width: 200px;
}
.contact_form_action input:hover {
  background: #0b0f19;
  color: #fff;
  transition: 300ms;
}
.contact-form-wrapper-shortcode {
  margin-top: 50px;
}
.block-contact-form-text-wrapper .block--title__60 h3 {
  text-wrap: balance;
}
.block-contact-form-text-wrapper .block--title__60 {
  text-wrap: balance;
}
.block-contact-form-text-wrapper a {
  text-decoration: none;
  transition: 300ms;
}
.block-contact-form-text-wrapper a span {
  transition: 300ms;
}
.block-contact-form-text-wrapper a:hover span {
  color: #0b0f19;
  transition: 300ms;
}
@media (min-width: 1025px) {
  .block-contact-form-text-wrapper .block--title__60 {
    text-wrap: balance;
  }
  .contact_form_grid {
    grid-template-columns: 1fr 1fr;
  }
}

.block-contact-form-text-wrapper.custom-form-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.block-contact-form-text-wrapper.custom-form-wrapper p {
  text-wrap: balance;
  font-size: 16px;
  color: grey;
}

@media (min-width: 1025px) {
  .block-contact-form-text-wrapper.custom-form-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
/* --------------------------------------------
   Custom form
-------------------------------------------- */

/* --------------------------------------------
   Richiedi appuntamento
-------------------------------------------- */

.page-header-custom__title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: clamp(20px, 2.8vw, 55px);
}

.page-header-custom__title h1 {
  font-size: clamp(28px, 5.2vw, 100px);
  text-transform: uppercase;
  line-height: 1;
}

.page-header-custom__title span a {
  text-decoration: none;
  color: black;
  cursor: pointer;
}

.page-header-custom__title span {
  position: relative;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .page-header-custom__title {
    flex-direction: row;
    align-items: baseline;
    gap: 0px;
    justify-content: space-between;
    margin-bottom: clamp(20px, 2vw, 40px);
  }
}

.section-image-description-title__wrapper {
  margin-bottom: clamp(30px, 3.1vw, 60px);
}
.section-image-description-description__wrapper p {
  font-size: 16px;
}

.section-image-description-button__wrapper {
  margin-top: clamp(25px, 2.5vw, 50px);
}

.section-image-description-button__wrapper a {
  display: flex;
  align-items: center;
  gap: 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: black;
}

.section-image-description-image__wrapper {
  position: relative;
}

.section-image-description-image__wrapper::before {
  content: "";
  position: unset;
}

.section-image-description-image__wrapper::after {
  content: "";
  position: unset;
}

.section-image-description-content__wrapper {
  max-width: 100%;
  margin-bottom: 100px;
}

@media (min-width: 1024px) {
  .section-image-description-content__wrapper {
    max-width: 72%;
    margin-bottom: unset;
  }

  .section-image-description-image__wrapper::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 70%;
    bottom: -12%;
    width: 1px;
    background-color: #707070;
  }

  .section-image-description-image__wrapper::after {
    content: "";
    position: absolute;
    left: -25%;
    bottom: -30px;
    width: 70%;
    height: 1px;
    background-color: #707070;
  }
}

.form-contact-title__wrapper {
  margin-bottom: clamp(60px, 6.2vw, 120px);
}

.form-contact-content_wrapper span.required_span {
  color: black;
  font-weight: bold;
}

.form-contact-content_wrapper
  .contact_form_wrapper
  .contact_form_action
  p
  input.wpcf7-form-control.wpcf7-submit.has-spinner.text-background-form-button {
  background: transparent;
  color: black;
  text-align: left;
  min-width: unset;
  padding: 0;
}

.form-contact-content_wrapper .contact_form_wrapper .contact_form_action p {
  display: flex;
  align-items: center;
  gap: 20px;
}

.form-contact-content_wrapper
  .contact_form_wrapper
  .contact_form_action
  p
  span.wpcf7-spinner {
  display: none;
}

.form-contact-content_wrapper .contact_form_wrapper .contact_form_action {
  margin-top: clamp(45px, 4.65vw, 90px);
}

.contact-form-bg-image-top__wrapper,
.contact-form-bg-image-bottom__wrapper {
  position: relative;
}

.contact-form-bg-image-top__wrapper img {
  position: absolute;
  right: 1px;
  bottom: -90px;
  opacity: 0;
  width: unset;
  transition: 500ms;
}

.contact-form-bg-image-bottom__wrapper img {
  position: absolute;
  right: -100px;
  bottom: -260px;
  opacity: 0;
  width: unset;
  transition: 500ms;
}

.google-maps__wrapper iframe {
  width: 100%;
  filter: grayscale(1);
}

@media (min-width: 720px) {
  .contact-form-bg-image-top__wrapper img,
  .contact-form-bg-image-bottom__wrapper img {
    opacity: 1;
    width: 15%;
    transition: width 500ms, opacity 500ms;
  }
}

@media (min-width: 1440px) {
  .contact-form-bg-image-top__wrapper img,
  .contact-form-bg-image-bottom__wrapper img {
    width: unset;
    transition: width 500ms;
  }
}
/* --------------------------------------------
   Richiedi appuntamento
-------------------------------------------- */
/* --------------------------------------------
   Certificazioni
-------------------------------------------- */
.padding-top--0 {
  padding-top: unset !important;
}

.bg--gray {
  background-color: #f5f5f5;
}

.certification-card__wrapper {
  display: flex;
  gap: clamp(20px, 2.05vw, 40px);
  flex-direction: column;
}

.certification-card-content__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
}

.certifcation-card-description__wrapper {
  margin-top: clamp(20px, 2.05vw, 40px);
  margin-bottom: clamp(20px, 2.05vw, 40px);
}

.certifcation-card-description__wrapper p {
  font-size: 16px;
}

.certifcation-card-image__wrapper.block--image img {
  display: none;
  transition: display 500ms;
}

.row-gap--150 {
  row-gap: clamp(60px, 7.8vw, 150px);
}

.cerification-card-title__wrapper h3 {
  font-size: clamp(20px, 1.5vw, 30px);
}

.certification-card-button__wrapper button {
  background-color: #263923;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 15px;
  padding: 16px 20px;
}

@media (min-width: 750px) {
  .certifcation-card-image__wrapper.block--image img {
    display: block;
    transition: display 500ms;
  }

  .certification-card__wrapper {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .certification-card-content__wrapper {
    max-width: 53%;
  }
}

.work-with-us .contact-form-bg-image-top__wrapper img {
  bottom: -120px;
}

.input-file-hidden {
  display: none;
}
.custom-file-upload label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding-left: 20px;
}
.custom-file-upload svg {
  margin-top: 25px;
}

.custom-file-upload p {
  border-bottom: 1px solid gray;
  padding-bottom: 4px;
}
/* --------------------------------------------
   Certificazioni
-------------------------------------------- */

/* --------------------------------------------
   Contatti
-------------------------------------------- */

.section-image-description-image__wrapper.block--image.google-map__wrapper
  iframe {
  height: 100%;
  filter: grayscale(1);
}

.contact-info__wrapper {
  margin-top: clamp(30px, 3.2vw, 60px);
}

.contact-card__wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}

.contanct-card-label__wrapper h4 {
  font-size: 20px;
}

.contact-card-info__wrapper span {
  font-size: 18px;
}

.section.section--padding-lg.section-contact-description-image
  .section-image-description-content__wrapper {
  max-width: 85%;
}

.contact-cards-infos__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 30px;
}

.contact-card__wrapper {
  flex: unset;
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-cards-infos__wrapper {
  display: flex;
  flex-direction: column;
  column-gap: clamp(15px, 1.5vw, 30px);
  row-gap: clamp(25px, 2.5vw, 50px);
}

.contanct-card-label__wrapper {
  padding-bottom: 10px;
}

@media (min-width: 750px) {
  .contact-cards-infos__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .contact-card__wrapper {
    flex: 0 1 calc(45% - 10px);
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .contact-cards-infos__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

/* --------------------------------------------
   Contatti
-------------------------------------------- */

/* --------------------------------------------
   Profile
-------------------------------------------- */
.banner-image-overlay {
  position: absolute;
  top: 0;
  width: 120%;
  height: 500px;
  background: #161615;
  opacity: 0.7;
  pointer-events: none;
  z-index: 2;
}

.banner-description-title__wrapper.title__80 {
  margin-bottom: 30px;
}

@media (max-width: 1025px) {
  .section-banner-story {
    height: 850px !important;
  }
  .banner-image-overlay {
    height: 850px;
  }
  .banner-description-title__wrapper.title__80 {
    margin-bottom: 20px;
   }
   .banner-description-content__wrapper .row.row--2col-equal {
    gap: 60px;
  }
    .section.section--padding-lg.section-contact-description-image
  .section-image-description-content__wrapper {
  max-width: 100% !important;
}
}

.section-description-banner-image-image__wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.section.section-banner-story {
    display: flex;
    justify-content: center;
 
}

.section-description-banner-image-image__wrapper {
  position: relative;
  display: flex;
  z-index: 3;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.banner-description-content__wrapper {
  color: white;
  padding: 60px 0;
  z-index: 99;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}
.banner-description-content__wrapper .row.row--2col-equal .column:first-child {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.banner-description-content__wrapper .row.row--2col-equal .column:last-child {
  text-align: left;
}

.content-banner__wrapper {
  max-width: 80%;
  margin: 0 clamp(50px, 5.2vw, 100px);
}

.banner-description-content__wrapper
  .row.row--2col-equal.row--gap-xl
  .column:first-child {
  justify-content: flex-end;
  display: flex;
}

.banner-description-content__wrapper .row {
  position: relative;
}

.banner-description-content__wrapper .row::before {
  content: "";
  display: grid;
  height: 100%;
  top: 1px;
  width: 1px;
  left: 50%;
  background-color: white;
  position: absolute;
  z-index: 999;
}

@media (max-width: 1025px) {
  .banner-description-content__wrapper .row::before {
    display: none;
  }
  .content-banner__wrapper {
    max-width: unset;
    margin: 0;
  }

  .banner-description-content__wrapper .row.row--2col-equal .column:first-child,
  .banner-description-content__wrapper .row.row--2col-equal .column:last-child {
    text-align: left;
  }

  .banner-description-content__wrapper .row.row--2col-equal.row--gap-xl {
    gap: 60px;
  }
}
/* --------------------------------------------
   Profile
-------------------------------------------- */

/* --------------------------------------------
   Realizations
-------------------------------------------- */
.card-planned-project__wrapper.card-projects__wrapper {
  display: flex;
  align-items: flex-end;
}

.card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  background-blend-mode: overlay;
  pointer-events: none;
  z-index: 1;
}
.card-planned-project__wrapper.card-projects__wrapper {
  position: relative;
  overflow: hidden;
}

.content-planned-project__wrapper.content-projects__wrapper {
  margin-bottom: clamp(80px, 7.8vw, 150px);
  color: #fff;
  position: relative;
  z-index: 999;
  max-width: 35%;
}

.title-planned-card__wrapper.title-projetcs__wrapper {
  margin-bottom: 20px;
}

.title-planned-card__wrapper.title-projetcs__wrapper h3 {
  font-size: clamp(30px, 3.1vw, 60px);
}

.button-planned-project__wrapper.button-projects__wrapper a {
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
}

a.btn-projects.btn-planned-projects svg {
  width: 50px;
  vertical-align: sub;
}

a.btn-projects.btn-planned-projects svg g#Raggruppa_6 path,
a.btn-projects.btn-planned-projects svg g#Raggruppa_6 rect {
  fill: white;
}

.description-planned-projects__wrapper.secription-projects__wrapper {
  margin-bottom: 40px;
  max-width: 90%;
}

.projects-custom-arrow-up.custom-prev-arrow svg path,
.projects-custom-arrow-down.custom-next-arrow svg#Raggruppa_1399 path {
  fill: white;
}

.custom-arrows-projects.custom-arrows-planned-projects {
  position: absolute;
  top: 60%;
  left: 92%;
}

.section.section.section-planned-projects.section--padding-lg,
.section.section-in-progress-projects.section--padding-lg.padding-bottom-none.padding-top-none {
  position: relative;
}

.projects-custom-arrow-up.custom-prev-arrow,
.projects-custom-arrow-down.custom-next-arrow {
  transform: rotate(90deg);
}

.custom-arrows-projects.custom-arrows-planned-projects {
  display: flex;
  flex-direction: column;
  gap: 40px;
  cursor: pointer;
}

@media (max-width: 1025px) {
  .content-planned-project__wrapper.content-projects__wrapper {
    max-width: unset;
    margin-bottom: unset;
    padding: 60px 0;
  }
  .custom-arrows-projects.custom-arrows-planned-projects {
    position: absolute;
    top: 35%;
    left: 80%;
  }

  .projects-custom-arrow-up.custom-prev-arrow svg,
  .projects-custom-arrow-down.custom-next-arrow svg {
    width: 35px;
    height: 35px;
  }

  .custom-arrows-projects.custom-arrows-planned-projects {
    display: none;
  }

  .card-planned-project__wrapper.card-projects__wrapper {
    background-position: center !important;
    background-size: cover !important;
    height: 500px !important;
    display: flex;
    align-items: center;

  }
}
/* --------------------------------------------
   Realizations
-------------------------------------------- */

/* --------------------------------------------
   Single realizations
-------------------------------------------- */

.content-single-project__wrapper {
  max-width: 85%;
  margin: auto;
}

@media (max-width: 1025px) {
  .content-single-project__wrapper {
    max-width: unset;
    margin: unset;
  }
}

.title-single-ptoject__wrapper h3 {
  font-size: clamp(28px, 3.13vw, 60px);
}

.infos-single-project__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: clamp(35px, 3.6vw, 70px);
  row-gap: clamp(25px, 2.5vw, 50px);
  column-gap: clamp(25px, 2.5vw, 50px);
  border-bottom: 1px solid grey;
  padding-bottom: clamp(25px, 2.5vw, 50px);
}

.title-single-info-project__wrapper h4 {
  font-size: 20px;
  padding-bottom: 5px;
}

.single-info-project__wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}

.subtitle-single-info-project__wrapper span {
  font-size: 18px;
}

.description-single-project__wrapper,
.buttons-single-project__wrapper {
  margin-top: clamp(25px, 2.5vw, 50px);
}

.buttons-single-project__wrapper {
  display: flex;
  gap: clamp(25px, 2.5vw, 50px);
}

.button-brochure-single-project__wrapper button {
  background-color: #263923;
}

.button-position-single-product__Wrapper button {
  background-color: transparent;
  border: 1px solid #161615;
}

.button-brochure-single-project__wrapper button a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
}

.button-brochure-single-project__wrapper button a svg,
.button-position-single-product__Wrapper button a svg {
  margin-left: 10px;
}

.button-position-single-product__Wrapper button a {
  color: #161615;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
}

.section.gallery-titles__wrapper {
  display: flex;
  justify-content: center;
  gap: clamp(30px, 3.13vw, 60px);
  margin-bottom: clamp(50px, 5.2vw, 100px);
  position: relative;
}

.section.gallery-titles__wrapper::before {
  content: "";
  width: 1px;
  height: 85px;
  background: black;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.gallery-title {
  font-size: clamp(30px, 3.13vw, 60px);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  margin: 0;
  user-select: none;
  z-index: 2;
}

.gallery-title:hover {
  transform: translateY(-2px);
}

/* Stati dei titoli */
.gallery-title.interior-gallery {
  color: black;
}

.gallery-title.exterior-gallery {
  color: black;
}
.galleries__wrapper img {
    border-radius: unset !important;
    box-shadow: unset !important;
}

.gallery-title.active {
  opacity: 1;
}

.gallery-title:not(.active) {
  opacity: 0.4;
  transform: scale(0.95);
}

/* Container delle gallerie */
.galleries__wrapper {
  position: relative;
  min-height: 400px;
}

/* Stili per le gallerie */
.gallery {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  position: relative;
}

/* Pre-caricamento: nascondi le gallerie fino a quando Macy non è pronto */
.gallery:not(.macy-ready) {
  opacity: 0 !important;
  visibility: hidden !important;
}

.gallery.macy-ready.active {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Stili per gli elementi della galleria */
.gallery img {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Dimensioni fisse iniziali per evitare il flash */
  width: 100%;
  max-width: 100%;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
  display: block;
  object-fit: cover;
}

.gallery img:nth-child(1) {
  animation-delay: 0.1s;
}
.gallery img:nth-child(2) {
  animation-delay: 0.2s;
}
.gallery img:nth-child(3) {
  animation-delay: 0.3s;
}
.gallery img:nth-child(4) {
  animation-delay: 0.4s;
}
.gallery img:nth-child(5) {
  animation-delay: 0.5s;
}
.gallery img:nth-child(6) {
  animation-delay: 0.6s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gallery img:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

/* Loading state */
.gallery-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}

.gallery-loading::after {
  content: "";
  width: 40px;
  height: 40px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #929686;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

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

/* Responsive */
@media (max-width: 768px) {
  .section.gallery-titles__wrapper {
    gap: clamp(20px, 5vw, 30px);
    margin-bottom: clamp(30px, 6vw, 50px);
  }

  .section.gallery-titles__wrapper::before {
    height: 60px;
  }

  .gallery-title {
    font-size: clamp(24px, 6vw, 40px);
  }

  .gallery-item {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .section.gallery-titles__wrapper {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  .section.gallery-titles__wrapper::before {
    height: 35px;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
  }

  .gallery-title {
    text-align: center;
  }
}

@media (max-width: 840px) {
  .infos-single-project__wrapper {
    grid-template-columns: 1fr;
  }
  .buttons-single-project__wrapper {
    flex-direction: column;
    margin-bottom: 30px;
  }
}

/* --------------------------------------------
   Single realizations
-------------------------------------------- */
/* --------------------------------------------
   Services
-------------------------------------------- */

.section.section--padding-md.section-services
  .single-service__wrapper:nth-child(odd) {
  background-color: #f5f5f5;
}

.section.section--padding-md.section-services
  .single-service__wrapper:nth-child(even)
  .row {
  flex-direction: row-reverse;
  display: flex;
}

.service-title__wrapper {
  margin-top: 20px;
  margin-bottom: 30px;
}

.service-title__wrapper h3 {
  font-size: clamp(24px, 1.9vw, 38px);
}

.description-service__wrapper p {
  border-left: 1px solid black;
  padding-left: 20px;
}

.button-service-wrapper {
  margin-top: clamp(20px, 2vw, 40px);
}

.button-service-wrapper button {
  background: none;
}

.button-service-wrapper button a {
  text-transform: uppercase;
  color: black;
  text-decoration: none;
}

.button-service-wrapper button a svg {
  vertical-align: middle;
  margin-left: 20px;
}

.single-service__wrapper {
  padding-bottom: clamp(80px, 10.4vw, 200px);
  padding-top: clamp(80px, 5.2vw, 100px);
}

.single-service__wrapper .row {
  margin: auto;
}

.service-image__wrapper {
  transform: translateY(-35%);
}

.content-services__wrapper {
  transform: translateY(-20%);
  max-width: 95%;
  margin: auto;
}

.single-service__wrapper .row {
  gap: 20%;
  max-width: 82%;
  margin: auto;
}

.single-service__wrapper:last-child {
  padding-bottom: unset !important;
}

@media (min-width: 1921px) {
  .section-bg-bottom::after {
    top: 60% !important;
  }
}

@media (max-width: 1580px) {
  .section-bg-bottom::after {
    top: 70% !important;
  }
  .content-services__wrapper {
    transform: unset !important;
    transition: 300ms;
  }
  .service-image__wrapper {
    transform: unset !important;
    transition: 300ms;
  }
}

@media (max-width: 1380px) {
  .section-bg-bottom::after {
    top: 76% !important;
  }
}
@media (max-width: 1250px) {
  .section-bg-bottom::after {
    top: 79% !important;
  }
}
@media (max-width: 1025px) {
  .section-bg-bottom::after {
    content: unset !important;
  }
  .single-service__wrapper .row {
    gap: 60px;
  }
  .section.section--padding-md.section-services
    .single-service__wrapper:nth-child(even)
    .row {
    display: grid;
  }
  .section-bg-bottom {
    padding-bottom: 60px !important;
  }
  .content-services__wrapper {
    max-width: unset;
  }
}

/* --------------------------------------------
   Services
-------------------------------------------- */
/* --------------------------------------------
   Single service
-------------------------------------------- */

.projects-home-title-section__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: absolute;
  top: 15%;
  z-index: 999;
}

.subtitle-home-projects__wrapper.subtitle span,
.title-projects-home__wrapper h3 {
  color: white;
}

.splide-custom-pagination {
  position: absolute;
  top: 65%;
  left: 85%;
  color: white;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  text-transform: uppercase;
  gap: 10px;
  cursor: pointer;
  font-weight: 300;
}

.splide-custom-pagination div {
  margin-top: 45px;
}

a.btn.btn-progetti-tutti {
  color: white;
  text-decoration: none;
}

a.btn.btn-progetti-tutti svg {
  vertical-align: middle;
  margin-left: 15px;
}

a.btn.btn-progetti-tutti svg g > * {
  fill: white;
}

.splide-custom-bullet {
  opacity: 0.5;
  transition: opacity 0.2s;
}
.splide-custom-bullet.active {
  opacity: 1;
}

.title-planned-card__wrapper.title-projetcs__wrapper h3 a {
  font-size: clamp(28px, 3.1vw, 60px);
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 1025px) {
  .section-projects-home-single
    .card-planned-project__wrapper.card-projects__wrapper {
    height: 600px !important;
  }
  ul.splide__pagination.splide__pagination--ltr {
    bottom: 2.5em;
}

  .card-planned-project__wrapper.card-projects__wrapper.card-projects-home-single
    .content-planned-project__wrapper.content-projects__wrapper
    .description-planned-projects__wrapper.secription-projects__wrapper,
  .card-planned-project__wrapper.card-projects__wrapper.card-projects-home-single
    .content-planned-project__wrapper.content-projects__wrapper
    .button-planned-project__wrapper.button-projects__wrapper {
    display: none;
  }
  .splide-custom-pagination {
    left: 5%;
    top: 60%;
  }
  .card-planned-project__wrapper.card-projects__wrapper.card-projects-home-single
    .content-planned-project__wrapper.content-projects__wrapper
    .title-planned-card__wrapper.title-projetcs__wrapper {
    position: fixed;
    top: 50%;
    width: 100%;
  }
  .splide-custom-pagination div {
  margin-top: 15px;
}
.services-splide ul.splide__pagination.splide__pagination--ltr {
    bottom: -3em !important;
}
.page-header-custom__wrapper ul.splide__pagination.splide__pagination--ltr {
    bottom: 7px;
}
}

/* --------------------------------------------
   Single service
-------------------------------------------- */
/* --------------------------------------------
  Home
-------------------------------------------- */
.page-header-custom-image__wrapper, .page-header-home-custom-image__wrapper {
  position: relative;
  margin-bottom: 30px;
}

.section-single-services .page-header-custom-image__wrapper.block--image {
    margin-bottom: 0px;
}


.page-header-home-custom-image__wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 1;
}

.links-home-page__wrapper {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  padding: 0 30px 0 20px;
  z-index: 2;
}

.links-home-page__wrapper.row.row--4col-equal.row--gap-lg a.category-link {
  font-size: 15px;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  border-bottom: 1px solid;
  font-weight: bold;
  transition: opacity 0.3s ease;
}

.page-header-custom__wrapper
  .splide
  .splide__track
  .splide__list
  .splide__slide {
  position: relative;
}

.category-link.inactive {
  opacity: 0.3;
}

.category-link.active {
  opacity: 1;
}

.category-link:hover {
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 768px) {
  .page-header-custom__wrapper .splide__pagination {
    text-align: center;
    position: absolute;
    justify-content: start;
  }

  .splide__pagination__page {
    background: rgba(255, 255, 255, 0.5);
    border: none;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    transition: all 0.3s ease;
  }

  .splide__pagination__page.is-active {
    background: white;
    transform: scale(1.2);
  }

  .category-link.inactive,
  .category-link.active {
    opacity: 1;
  }

  .links-home-page__wrapper {
    display: flex;
    align-items: center;
  }
}

.section-title__wrapper h3 {
  font-size: clamp(28px, 5.2vw, 100px);
  text-transform: uppercase;
}

.section-title__wrapper h3 span {
  display: block;
}

.section-title__wrapper h3 span:first-child {
  text-align: center;
  margin-left: 7%;
  transition: 300ms;
}
.section-title__wrapper h3 span:last-child {
  text-align: end;
  transition: 300ms;
}

.section-title__wrapper {
  margin-bottom: clamp(30px, 2.5vw, 50px);
}

.section-improve-content__wrapper {
  max-width: 80%;
  margin: auto;
  transition: 300ms;
}

.section-improve-description__wrapper {
    max-width: 75%;
    transition: 300ms;
}

.section-improve-button__wrapper button {
  background: transparent;
  padding: 0;
  margin-top: clamp(25px, 2.5vw, 50px);
}

.section-improve-button__wrapper button a {
  color: black;
  text-decoration: none;
  text-transform: uppercase;
}

.section-improve-button__wrapper button a svg {
  vertical-align: sub;
  margin-left: 15px;
}

@media (max-width: 1400px) {
  .section-improve-content__wrapper {
    max-width: 90%;
    transition: 300ms;
  }
  .section-improve-description__wrapper {
    max-width: 90%;
    transition: 400ms;
  }
}
@media (max-width: 1025px) {
  .section-improve-content__wrapper {
    max-width: unset;
    margin: 0 5%;
    transition: 300ms;
  }
  
 .page-header-custom-image__wrapper, .page-header-home-custom-image__wrapper {
  margin-bottom: unset;
}
  div#home_splide {
    height: 200px;
    display: flex;
}

.page-header-custom__wrapper .splide__slide img {
    vertical-align: bottom;
    object-fit: cover;
}
  
  .section-improve-description__wrapper {
    max-width: unset;
    transition: 300ms;
} 
  .background-image__wrapper {
    display: none;
  }
  .section-title__wrapper h3 span:first-child {
    text-align: left;
    margin-left: unset;
    transition: 300ms;
  }
  .section-title__wrapper h3 span:last-child {
    text-align: left;
    transition: 300ms;
  }
}

.home-content-services__wrapper,
.home-single-service__wrapper
  .home-content-services__wrapper
  .button-service-wrapper
  button
  a,
.home-service-content__wrapper {
  color: white;
}

.home-content-services__wrapper svg g path,
.home-content-services__wrapper svg path,
.home-content-services__wrapper svg g rect {
  fill: white;
}

.home-custom-arrows-projects.home-custom-arrows-planned-projects {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}

.home-single-service__wrapper {
  margin-top: clamp(60px, 10.4vw, 200px);
}

.home-single-service-title__wrapper {
  margin: 30px 0;
}

.home-single-service__wrapper .button-service-wrapper button {
  padding: 0px;
}

.home-description-service__wrapper {
  border-left: 1px solid white;
  padding-left: 20px;
  max-width: 85%;
}

.home-single-service-title__wrapper span {
  font-size: clamp(23px, 1.9vw, 32px);
  font-weight: 400;
  text-transform: uppercase;
}

.services-splide {
  position: relative;
}

.services-splide .splide__arrows {
  display: none;
}

.home-services-custom-arrow-up,
.home-arrow-down {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.home-services-custom-arrow-up:hover,
.home-arrow-down:hover {
  opacity: 0.7;
}

.services-splide .splide__pagination {
  bottom: -50px;
  display: none;
}

.services-splide .splide__pagination__page {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  margin: 0 5px;
  opacity: 1;
}

.services-splide .splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.2);
}

.services-splide .splide__track .splide__list .splide__slide {
  padding: 0 15px;
}

.services-splide .splide__track .splide__list {
  gap: 3%;
}

@media (max-width: 1024px) {
  .home-custom-arrows-projects.home-custom-arrows-planned-projects {
    display: none !important;
  }

  .services-splide .splide__pagination {
    display: flex !important;
    justify-content: center;
  }

  .home-single-service__wrapper {
    max-width: 100%;
  }
  .services-splide .splide__track .splide__list .splide__slide {
    padding: 0px;
  }
  .section.section-planned-projects.section--padding-lg.padding-bottom-none.padding-top-none.section-projects-home-single
    ul.splide__pagination.splide__pagination--ltr {
    bottom: 35px;
  }
}

/* --------------------------------------------
  Home 
-------------------------------------------- */
/* --------------------------------------------
   Header
-------------------------------------------- */
/* --------------------------------------------
   Header
-------------------------------------------- */
.section-header {
  padding-top: clamp(30px, 2.5vw, 50px);
  padding-bottom: unset;
}

/* Menu principale */
.menu-menu-header-container ul {
  display: flex;
  gap: clamp(15px, 1.3vw, 30px);
  margin: 0;
  padding: 0;
}

.menu-menu-header-container ul li {
  list-style: none;
  transition: 300ms;
}

.menu-menu-header-container ul li a {
  font-size: 16px;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  font-weight: 400;
  transition: 300ms;
}


.menu-menu-header-container > ul > li:last-child > a {
  font-weight: bold;
}

.wrapper-links-burgher {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: flex-end;
}

/* Wrapper menu desktop */
.header-main-menu__wrapper {
  display: flex;
  gap: clamp(25px, 2.5vw, 50px);
  justify-content: flex-end;
  align-items: center;
}

/* Hamburger menu */
.burgher__wrapper.opne-sidebar {
  cursor: pointer;
  transition: 600ms;
}

.burgher__wrapper span {
  width: 35px;
  height: 3px;
  background-color: black;
  display: block;
  transition: 600ms;
}

.burgher__wrapper span:first-child {
  margin-bottom: 8px;
}

.burgher__wrapper span:last-child {
  width: 22px;
  transform: translateX(13px);
}

.burgher__wrapper.opne-sidebar:hover span:last-child {
  width: 35px;
  transform: translateX(0px);
}

/* Sottomenu desktop */
.menu-menu-header-container ul.sub-menu {
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s;
  background: #f5f5f5;
  opacity: 0;
  flex-direction: column;
  position: absolute;
  gap: 15px;
  padding: 0 20px;
  pointer-events: none;
}

.menu-menu-header-container li.menu-item-has-children:hover > ul.sub-menu,
.menu-menu-header-container li.menu-item-has-children.active > ul.sub-menu {
  opacity: 1;
  pointer-events: auto;
  padding: 20px;
  max-height: 300px !important;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s;
}

.menu-menu-header-container ul.sub-menu li {
  border-bottom: 1px solid gray;
}

.menu-menu-header-container ul.sub-menu li a {
  text-transform: math-auto;
  transition: 300ms;
}

/* --------------------------------------------
   Sidebar Header
-------------------------------------------- */
.sidebar-header__wrapper {
  position: fixed;
  max-width: 500px;
  right: -100%;
  height: 100vh;
  background-color: #263923;
  z-index: 10;
  top: 0;
  transition: right 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 120px 80px;
  transition: all 1s !important;
}

.sidebar-content__wrapper .header-sidebar-alernative-logo__wrapper {
  margin-bottom: clamp(20px, 2.05vw, 40px);
  width: 100%;
  display: flex;
}

.sidebar-content__wrapper .description-sidebar-header__wrapper,
.sidebar-content__wrapper .sidebar-header-company-infos__wrapper {
  margin-bottom: clamp(25px, 2.5vw, 50px);
}

.comapny-info-position__wrapper,
.company-info-phone__wrapper,
.company-info-mail__wrapper,
.description-sidebar-header__wrapper {
  color: white;
}

.sidebar-header-company-infos__wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.05vw, 40px);
}

.right-footer-infos__wrapper ul li, .footer-company-infos__wrapper > *:hover {
    text-decoration: underline;
}

.position-infos__wrapper {
    max-width: 85%;
}

.company-info-mail__wrapper {
    padding-bottom: 0;
}

.right-footer-infos__wrapper ul li:last-child {
    padding-bottom: 0;
}

.sidebar-header-company-infos__wrapper .position-title__wrapper,
.sidebar-header-company-infos__wrapper .phone-title__wrapper,
.sidebar-header-company-infos__wrapper .mail-title__wrapper {
  margin-bottom: 15px;
}

.sidebar-header-company-infos__wrapper h4 {
  font-size: 20px;
}

.sidebar-header-socials__wrapper {
  display: flex;
  gap: 30px;
  position: relative;
  z-index: 3;
}

.sidebar-header-company-infos__wrapper span {
  font-size: 16px;
}

/* Bottone chiusura sidebar */
.close-sidebar {
  position: absolute;
  width: 30px;
  height: 50px;
  cursor: pointer;
  right: 20px;
  top: 20px;
  transition: 400ms;
}

.close-sidebar span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: white;
  transition: 400ms;
}

.close-sidebar span:first-child {
  transform: rotate(45deg);
}

.close-sidebar span:last-child {
  transform: rotate(-45deg);
}

.close-sidebar:hover span:first-child {
  transform: rotate(180deg);
}

.close-sidebar:hover span:last-child {
  transform: rotate(-180deg);
}

/* Overlay e body lock */
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9;
  display: none;
}

html.sidebar-open {
  overflow: hidden;
  height: 100%;
}

html.sidebar-open body {
  overflow: hidden;
  height: 100%;
  position: fixed;
  width: 100%;
  touch-action: none;
}

/* Menu mobile wrapper */
.header-main-menu__wrapper-mobile {
  display: none;
}

.header-main-menu__wrapper-mobile .menu-menu-header-container ul {
  flex-direction: column;
  gap: 14px;
}

.header-main-menu__wrapper-mobile ul li a {
  color: white;
}

.header-main-menu__wrapper-mobile .menu-item-has-children > a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.header-main-menu__wrapper-mobile .accordion-icon {
  color: white;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  margin-left: 10px;
}

.header-main-menu__wrapper-mobile
  .menu-item-has-children.accordion-active
  .accordion-icon {
  transform: rotate(180deg);
  font-size: 30px;
}

.header-main-menu__wrapper-mobile .menu-item-has-children ul.sub-menu {
  display: none;
  background: transparent;
  padding: 0;
  position: static;
  opacity: 1;
  pointer-events: auto;
  max-height: none;
  overflow: visible;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s,
    padding 0.3s;
}

.header-main-menu__wrapper-mobile .menu-item-has-children ul.sub-menu li {
  border-bottom: none;
  margin-bottom: 8px;
}

.header-main-menu__wrapper-mobile
  .menu-item-has-children
  ul.sub-menu
  li:last-child {
  margin-bottom: 0;
}

.header-main-menu__wrapper-mobile .menu-item-has-children ul.sub-menu li a {
  color: #ccc;
  font-size: 18px;
  text-transform: none;
  padding: 5px 0;
  transition: all 0.3s ease;
}

.header-main-menu__wrapper-mobile
  .menu-item-has-children
  ul.sub-menu
  li
  a:hover {
  color: white;
  padding-left: 5px;
}

.header-main-menu__wrapper-mobile
  > .menu-menu-header-container
  > ul
  > li:last-child
  > a {
  font-weight: bold !important;
}

/* --------------------------------------------
   Media Queries
-------------------------------------------- */

/* Tablet e mobile - CORRETTO IL BREAKPOINT */
@media (max-width: 1070px) {
  .section.section-header.padding-bottom-none .header-main-menu__wrapper {
    display: none;
  }

  .sidebar-header-company-infos__wrapper,
  .description-sidebar-header__wrapper {
    display: none !important;
  }

  .header-main-menu__wrapper-mobile {
    display: flex !important;
  }

  .header-main-menu__wrapper-mobile .menu-menu-header-container ul {
    display: flex !important;
  }

  .header-main-menu__wrapper-mobile .menu-item-has-children ul.sub-menu {
    display: none !important;
  }
  .header-main-menu__wrapper-mobile
    .menu-item-has-children.accordion-active
    ul.sub-menu {
    display: block !important;
  }
}

/* Desktop - mostra solo desktop menu */
@media (min-width: 1071px) {
  .header-main-menu__wrapper-mobile {
    display: none !important;
  }
}
.subtitle-single-project__wrpper-mobile, .title-single-ptoject__wrapper-mobile {
    display: none;
}

/* Mobile più piccolo */
@media (max-width: 1025px) {
  .header-sidebar-alernative-logo__wrapper a span svg {
    max-height: 60px;
    width: 100%;
  }
  .position-infos__wrapper {
    max-width: 75%;
}

  .header-logo__wrapper {
    display: flex;
}
  .header-logo__wrapper a span svg {
    max-height: 60px;
    width: 100%;
}

  .close-sidebar {
    right: 5%;
  }

  .menu-menu-header-container {
    margin-bottom: 50px;
    width: 100%;
  }

  .sidebar-header__wrapper {
    max-width: 100%;
    width: 100%;
    padding: 20px 30px;
    transition: 1s;
  }

.section-header .row {
    display: flex;
}
  .sidebar-content__wrapper {
    margin-top: 65px;
  }
  .header-sidebar-alernative-logo__wrapper a span svg {
    height: 60px;
    width: 100%;
 }
 .subtitle-single-project__wrpper-mobile, .title-single-ptoject__wrapper-mobile {
    display: block;
}
.title-single-ptoject__wrapper-mobile {
    margin-bottom: 30px;
}
 .subtitle-single-project__wrpper, .title-single-ptoject__wrapper {
    display: none;
}
}

/* Mobile piccolissimo */
@media (max-width: 768px) {
  .header-main-menu__wrapper-mobile .accordion-icon {
    font-size: 16px;
  }
}

/* --------------------------------------------
   Sidebar Header
-------------------------------------------- */
/* --------------------------------------------
   Header
-------------------------------------------- */
/* --------------------------------------------
   Footer
-------------------------------------------- */
.section.section-footer {
  background-color: #263923;
  padding-top: clamp(40px, 4.15vw, 80px);
  position: relative;
  padding-bottom: clamp(15px, 1.5vw, 30px);
  overflow: hidden;
}
.left-footer-bg-image__wrapper img {
  position: absolute;
  top: 30%;
  right: 50%;
  z-index: 1;
}

.bottom-footer__wrapper {
  margin-top: clamp(70px, 7.5vw, 150px);
  color: white;
}

.agency-info-wrapper p span {
    font-size: 14px !important;
}

.right-footer-infos__wrapper {
  margin-left: clamp(80px, 8.4vw, 150px);
}
.left-footer-logo__wrapper {
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}

.right-footer-infos__wrapper h4 {
  color: white;
  font-size: 20px;
}
.right-footer-infos__wrapper ul,
.righ-footer-contacts__wrapper .right-footer-contacts-links__wrapper {
  margin: 20px 0 0 0;
}
.right-footer-infos__wrapper ul li,
.footer-company-infos__wrapper > * {
  list-style: none;
  padding-bottom: 10px;
}
.right-footer-infos__wrapper ul li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}

.right-footer-infos__wrapper ul li a:hover {
    text-decoration: underline;
}

.gap-18 {
  gap: 5%;
}
.bottom-footer__wrapper .agency-info-wrapper p a {
  color: white;
}

@media (max-width: 1025px) {
  .left-footer-bg-image__wrapper img {
    display: none;
  }
  .left-footer-logo__wrapper a span svg {
    max-height: 60px;
    display: flex;
    justify-content: start;
    width: 100%;
}

.left-footer-logo__wrapper a {
    display: flex;
}
  .section.section-footer {
  background-color: #263923;
  padding-top: 60px;
  position: relative;
  padding-bottom: 60px;
}
  .right-footer-infos__wrapper {
    margin-left: unset;
  }
  .right-footer-infos__wrapper .row--fluid.row--3col-equal.gap-18 {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    margin-top: 30px;
  }
}

@media (max-width: 700px) {
  .right-footer-infos__wrapper .row--fluid.row--3col-equal.gap-18 {
    grid-template-columns: 1fr;
    align-items: center;
    margin-top: 30px;
  }
  .gap-18 {
    gap: 5%;
  }
}
/* --------------------------------------------
   Footer
-------------------------------------------- */
h3.error {
  text-align: center;
  font-size: 40px;
  max-width: 50%;
  margin: auto !important;
}

.button-error-wrapper {
  text-align: center;
  padding-top: 30px;
}

.button-error-wrapper a {
  color: black;
  text-transform: uppercase;
  font-size: 24px;
}

.tile-template-wrapper h3 {
  text-align: center;
  font-size: 40px;
  max-width: 55%;
  margin: auto !important;
}

.template-cms-wrapper.block--title__center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-template-wrapper {
  display: flex;
  margin-top: 20px;
}

.content-template-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  margin-top: 15px;
}

.content-template-wrapper p {
  font-size: 22px;
  text-transform: uppercase;
}

.content-template-wrapper {
  display: flex !important;
  margin-top: 20px !important;
  flex-direction: column-reverse !important;
  gap: 30px !important;
}
.home-description-service__wrapper {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.section.gallery-titles__wrapper.no-interior:before {
    display: none;
}
.pointer-events a {
    pointer-events: none;
}