@charset "UTF-8";
h1, h2, h3, h4, h5, h6, p, a, span, li, label, .nav-link, body {
  font-family: "Roboto", sans-serif !important;
}

h1 {
  /* H1 */
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px;
}

h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
}

h3 {
  /* H3 */
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.subtitle {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}

.body-2 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.functional-text {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.button-primary {
  display: inline-flex;
  height: 44px;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #20737E;
}

.button-primary:hover {
  background-color: #0C2C30;
}

.button-primary:disabled {
  background-color: #949799;
}

.button-primary:active {
  background-color: #20737E;
}

.hyperlink, .nav-element {
  display: inline-flex;
  height: 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #20737E;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 !important;
  text-decoration: none;
  padding-bottom: 1px;
}

.hyperlink:hover, .nav-element:hover {
  opacity: 75%;
}

.hyperlink:active, .nav-element:active, .nav-element-latest {
  border-bottom: 2px solid #20737E;
  padding-bottom: 0 !important;
  color: #20737E;
  cursor: pointer;
}

.hyperlink:disabled, .nav-element:disabled {
  border-bottom: 1px solid #949799;
  padding-bottom: 0 !important;
  color: #949799;
}

.nav-elements-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1em;
}

.link-view-all {
  padding-bottom: 3px;
}
.link-view-all:hover {
  /*text-decoration: underline !important*/
  border-bottom: 2px solid #18555d !important;
  color: #18555d !important;
}
.link-view-all:hover img {
  filter: brightness(92%);
  /*100 - 8% (vedi riga 8 di questo stesso file)*/
}

.wp-block-paragraph {
  margin-bottom: 0 !important;
}

.bg-gonzaga-white {
  background-color: #F7FBFF !important;
}

.bg-primary-dark {
  background-color: #0C2C30 !important;
}

.text-dark {
  color: #0C2C30 !important;
}

.text-gray-dark {
  color: #252626 !important;
}

.text-teal {
  color: #20737E !important;
}

.text-teal-dark {
  color: #18555d !important;
}

.bg-teal {
  background-color: #20737E !important;
}

.btn-teal {
  background-color: #20737E !important;
  color: #F7FBFF !important;
  text-decoration: none;
}
.btn-teal:hover {
  background-color: #18555d !important;
  color: #F7FBFF !important;
}

.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.gonzaga-header {
  position: static;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background-color: #F7FBFF;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.gonzaga-header--home {
  background-color: transparent;
}
.gonzaga-header.gonzaga-header--scrolled {
  background-color: #F7FBFF;
  box-shadow: 0 2px 20px rgba(12, 44, 48, 0.08);
}

.gonzaga-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 0 1rem 0.5rem;
}

.gonzaga-header__logo {
  display: block;
  flex-shrink: 0;
  cursor: pointer;
}

.gonzaga-header__logo-img, .gonzaga-footer__logo-img {
  height: 115px;
  width: auto;
  display: block;
}

.gonzaga-header__nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.gonzaga-header__nav-link {
  font-size: 16px;
  font-weight: 400;
  color: #0C2C30;
  text-decoration: none;
  padding: 4px;
  line-height: normal;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.gonzaga-header__nav-link:hover:not(.gonzaga-header__nav-link--active):not(.navbar-property), .gonzaga-header__nav-link:focus:not(.gonzaga-header__nav-link--active):not(.navbar-property) {
  opacity: 0.7;
  color: #0C2C30;
  background-color: #F7FBFF;
}
.gonzaga-header__nav-link:hover:not(.gonzaga-header__nav-link--active).navbar-property, .gonzaga-header__nav-link:focus:not(.gonzaga-header__nav-link--active).navbar-property {
  background-color: #20737E;
  color: #F7FBFF;
}

.title-sublined::after {
  content: "";
  display: block;
  width: 86px;
  height: 3px;
  background-color: #0C2C30;
  margin: 7px auto;
}

.gonzaga-header__nav-link--active {
  text-decoration: underline;
  text-underline-offset: 8px;
  color: #20737E;
}

.gonzaga-header__nav-link--active.navbar-property {
  text-decoration: none;
  text-underline-offset: initial;
}

.gonzaga-header__nav-link--active.gonzaga-header__nav-link--outlined {
  border-color: #20737E;
  background-color: #20737E;
  color: #F7FBFF;
}

.gonzaga-header__nav-link--outlined {
  border: 1px solid #0C2C30;
  padding: 4px 8px;
  transition: all 0.2s ease;
}
.gonzaga-header__nav-link--outlined:hover {
  border-color: #0C2C30;
  background-color: #0C2C30;
  color: #F7FBFF;
}

.gonzaga-mobile-nav__link.gonzaga-header__nav-link--outlined {
  border: 1px solid white;
  padding: 4px 8px;
  transition: all 0.2s ease;
}
.gonzaga-mobile-nav__link.gonzaga-header__nav-link--outlined:hover {
  background-color: #20737E;
  color: #F7FBFF;
}

.gonzaga-header__lang {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.gonzaga-header__lang-item {
  font-size: 16px;
  font-weight: 400;
  color: #0C2C30;
  padding: 6px 7px;
  line-height: normal;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.2s ease;
}
.gonzaga-header__lang-item:hover {
  color: #20737E;
}
.gonzaga-header__lang-item--active {
  font-weight: 700;
  color: #20737E;
  border-bottom: 2px solid #20737E;
}

.gonzaga-header__lang-sep {
  font-size: 16px;
  font-weight: 400;
  color: #0C2C30;
  line-height: normal;
}

.gonzaga-header__lang-mobile {
  display: none;
}

.gonzaga-header__hamburger {
  display: none;
}

.gonzaga-menu-toggle {
  display: none;
}

.gonzaga-mobile-overlay {
  display: none;
}

.gonzaga-mobile-nav {
  display: none;
}

.hp-footer {
  background-color: #000;
  color: rgba(255, 255, 255, 0.7);
  padding: 4rem 0 0;
}

.hp-footer__brand-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: white;
  letter-spacing: -0.05em;
  margin-bottom: 0;
}

.hp-footer__description {
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 1rem;
  max-width: 400px;
}

.hp-footer__contact {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.hp-footer__contact-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}

.hp-footer__nav-heading {
  font-size: 1rem;
  font-weight: 700;
  color: white;
  margin-bottom: 1.25rem;
}

.hp-footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.hp-footer__nav-link {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s;
}
.hp-footer__nav-link:hover {
  color: white;
}

.hp-footer__divider {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 3rem;
}

.hp-footer__bottom {
  padding: 1.5rem 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.splide__slide.single-page {
  margin-bottom: 1rem;
}

.splide__slide.single-page, .news-gallery-image, .news-featured-image__img, .territorio-featured-image__img {
  max-height: 80vh;
}

.proprieta-single {
  background-color: #F7FBFF;
}

.proprieta-breadcrumb {
  padding: 1.125rem 0;
}

.proprieta-breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.proprieta-breadcrumb__item {
  display: flex;
  align-items: center;
}
.proprieta-breadcrumb__item a {
  text-decoration: none;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
.proprieta-breadcrumb__sep {
  color: #949799;
  display: flex;
  align-items: center;
}
.proprieta-breadcrumb__sep svg {
  display: block;
  fill: #949799;
}

.proprieta-breadcrumb__item--current {
  color: #20737E;
  text-transform: capitalize;
  padding-bottom: 2px;
}

.proprieta-header, .gonzaga-title-section {
  padding: 2rem 0 1.5rem;
}

.proprieta-header__title {
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
}

.gonzaga-title-section-title, .proprieta-header__title {
  font-weight: 500;
  color: #0C2C30;
  line-height: 1.375;
}

.gonzaga-title-author, .proprieta-header__author, .gonzaga-title-subtitle {
  color: #252626;
  margin-bottom: 0;
}

.gonzaga-title-author, .proprieta-header__author {
  font-size: 0.875rem;
}

.gonzaga-title-subtitle {
  font-size: 1.05rem;
}

.proprieta-header__sold-badge, .gonzaga-title-sold-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0C2C30;
  color: #F7FBFF;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 1.5rem;
  height: 44px;
  cursor: default;
  white-space: nowrap;
}

.proprieta-header__rented-badge, .gonzaga-title-rented-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0C2C30;
  color: #F7FBFF;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 1.5rem;
  height: 44px;
  cursor: default;
  white-space: nowrap;
}

.proprieta-description {
  padding: 1.5rem 0 2rem;
}
.proprieta-description p {
  color: #252626;
  margin-bottom: 1rem;
  /*font-weight: 700*/
  line-height: 28px;
}

.proprieta-gallery {
  padding-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.proprieta-gallery .proprieta-gallery__swiper {
  display: flex;
  flex-direction: column;
  height: 80vh;
  max-height: 80vh;
  touch-action: pan-y pinch-zoom;
}
.proprieta-gallery .proprieta-gallery__swiper .swiper-wrapper {
  flex: 1 1 0;
  min-height: 0;
}
.proprieta-gallery .proprieta-gallery__swiper .swiper-slide {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.proprieta-gallery .proprieta-gallery__swiper .proprieta-gallery__slide-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.proprieta-gallery .proprieta-gallery__swiper .proprieta-gallery__img-wrap {
  flex: 1 1 0;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proprieta-gallery .proprieta-gallery__swiper img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  display: block;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  user-select: none;
}

.proprieta-gallery__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 0.5rem 1rem 0;
}

.proprieta-gallery__counter {
  font-size: 0.875rem;
  color: #0C2C30;
  font-weight: 500;
  min-width: 50px;
  text-align: center;
  line-height: 1;
}

.proprieta-gallery__btn {
  background: transparent;
  border: none;
  border-radius: 0;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: opacity 0.3s ease;
}
.proprieta-gallery__btn:hover {
  opacity: 0.7;
}

.proprieta-gallery__btn-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.proprieta-gallery__btn--prev .proprieta-gallery__btn-icon {
  transform: scaleX(-1);
}

.proprieta-gallery__btn--next .proprieta-gallery__btn-icon {
  transform: scaleX(1);
}

.proprieta-map-section {
  margin-bottom: 1.5rem;
}

.proprieta-map__canvas {
  width: 100%;
  height: 283px;
  display: block;
}

.proprieta-cta {
  padding: 2rem 1rem;
}

.proprieta-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1f737e;
  color: #F7FBFF;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 1.5rem;
  height: 44px;
}
.proprieta-cta__btn:hover, .proprieta-cta__btn:focus {
  background-color: #18555d;
  color: #F7FBFF;
  text-decoration: none;
}

.proprieta-territory {
  padding: 0;
}

.proprieta-territory__heading {
  font-size: 1.25rem;
  font-weight: 500;
  color: #0C2C30;
  margin-bottom: 1rem;
}

.proprieta-territory__splide {
  margin-bottom: 0;
}
.proprieta-territory__splide .splide__pagination {
  display: none;
}

.proprieta-territory__pagination-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #949799;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s ease;
}
.proprieta-territory__pagination-dot.is-active {
  background: #20737E;
}

.proprieta-territory__card {
  display: block;
  position: relative;
  height: auto;
  overflow: hidden;
  text-decoration: none;
}

.proprieta-territory__card-img {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  transition: opacity 0.3s ease;
}

.proprieta-territory__card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.5) 100%);
  transition: all 0.3s ease;
  z-index: 1;
}

.proprieta-territory__card:hover .proprieta-territory__card-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.55) 70%, rgba(0, 0, 0, 0.8) 100%);
}

.proprieta-territory__card-info {
  position: absolute;
  bottom: 20%;
  left: 5%;
  z-index: 2;
  pointer-events: none;
}

.proprieta-territory__card-title {
  color: #FFFFFF;
}

.proprieta-territory__card-author {
  color: rgba(255, 255, 255, 0.9);
  line-height: 19px;
}

.proprieta-territory__card-link {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.proprieta-territory__card-link:hover {
  text-decoration: underline;
  color: #20737E !important;
}

.proprieta-territory__card:hover .proprieta-territory__card-link {
  opacity: 1;
}

.territorio-single {
  background-color: #F7FBFF;
}

.territorio-breadcrumb {
  padding: 0.75rem 0;
}

.territorio-breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.125rem;
}

.territorio-breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
.territorio-breadcrumb__item a {
  color: #20737E;
  text-decoration: none;
  text-transform: capitalize;
  line-height: 2rem;
  display: flex;
  align-items: center;
}
.territorio-breadcrumb__item a:hover, .territorio-breadcrumb__item a:focus {
  text-decoration: underline;
}

.territorio-breadcrumb__sep {
  color: #949799;
  display: flex;
  align-items: center;
}
.territorio-breadcrumb__sep svg {
  display: block;
  fill: #949799;
}

.territorio-breadcrumb__item--current {
  color: #20737E;
  text-transform: capitalize;
  border-bottom: 2px solid #20737E;
  line-height: 2rem;
  padding-bottom: 2px;
}

.territorio-header {
  padding: 1.5rem 0 1rem;
}

.territorio-header__title {
  font-size: 2rem;
  font-weight: 500;
  color: #0C2C30;
  line-height: 1.375;
  margin-bottom: 0.25rem;
}

.territorio-header__author {
  font-size: 0.875rem;
  color: #252626;
  margin-bottom: 0;
}

.territorio-description {
  padding: 1rem 0 2rem;
  /*p:first-child*/
  * /*font-weight: 700*/
}
.territorio-description p {
  color: #252626;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.territorio-gallery {
  margin-bottom: 2.5rem;
}

.territorio-gallery__splide .splide__arrow {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0;
  width: 2.5rem;
  height: 2.5rem;
}
.territorio-gallery__splide .splide__arrow svg {
  fill: #F7FBFF;
}
.territorio-gallery__splide .splide__pagination {
  position: relative;
  bottom: auto;
  margin-top: 12px;
}
.territorio-gallery__splide .splide__pagination__page {
  background: #949799;
}
.territorio-gallery__splide .splide__pagination__page.is-active {
  background: #20737E;
  transform: none;
}

.territorio-gallery__figure {
  margin: 0;
  position: relative;
}

.territorio-gallery__caption {
  font-size: 0.875rem;
  color: #252626;
  text-align: center;
  padding: 0.5rem 1rem;
}

.territorio-stories {
  padding: 2.5rem 0 3rem;
}

.territorio-stories__heading {
  font-size: 1.5rem;
  font-weight: 500;
  color: #0C2C30;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.territorio-stories__heading::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  background-color: #0C2C30;
  margin: 0.5rem auto 2rem;
}

.territorio-stories__card {
  display: block;
  text-decoration: none;
  color: inherit;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s ease;
}
.territorio-stories__card:hover, .territorio-stories__card:focus {
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.territorio-stories__card:hover .territorio-stories__card-title, .territorio-stories__card:focus .territorio-stories__card-title {
  text-decoration: none;
}

.territorio-stories__card-img-wrap {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-bottom: 1rem;
}

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

.territorio-stories__card-img-placeholder {
  width: 100%;
  height: 100%;
  background-color: #C6C9CC;
}

.territorio-stories__card-body {
  padding: 0;
}

.territorio-stories__card-title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #20737E;
  line-height: 1.556;
  margin-bottom: 0.25rem;
}

.territorio-stories__card-excerpt {
  font-size: 0.875rem;
  color: #252626;
  line-height: 1.5;
  margin-bottom: 0;
}

.news-single {
  background-color: #F7FBFF;
}

.news-breadcrumb {
  padding: 0.75rem 0;
}

.news-breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.125rem;
}

.news-breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
.news-breadcrumb__item a {
  color: #20737E;
  text-decoration: none;
  text-transform: capitalize;
  line-height: 2rem;
  display: flex;
  align-items: center;
}
.news-breadcrumb__item a:hover, .news-breadcrumb__item a:focus {
  text-decoration: underline;
}

.news-breadcrumb__sep {
  color: #949799;
  display: flex;
  align-items: center;
}
.news-breadcrumb__sep svg {
  display: block;
  fill: #949799;
}

.news-breadcrumb__item--current {
  color: #20737E;
  text-transform: capitalize;
  border-bottom: 2px solid #20737E;
  line-height: 2rem;
  padding-bottom: 2px;
}

.news-header {
  padding: 1.5rem 0 1rem;
}

.news-header__title {
  font-size: 1.75rem;
  font-weight: 500;
  color: #0C2C30;
  line-height: 1.375;
  margin-bottom: 0.75rem;
}

.news-header__divider, .gonzaga-title-divider {
  width: 86px;
  height: 2px;
  background-color: #20737E;
  margin: 0 auto 0.75rem;
}

.news-header__meta, .gonzaga-title-datetime {
  font-size: 0.875rem;
  color: #949799;
  margin-bottom: 0;
}

.news-content {
  padding: 1rem 0 2.5rem;
}
.news-content p {
  color: #252626;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.news-featured-image {
  padding-bottom: 2.5rem;
}

.news-featured-image__img, .territorio-featured-image__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.news-gallery-container {
  margin-bottom: 2.5rem;
  margin-top: 1.5rem;
}

.news-gallery-image {
  width: 100%;
  /*height: 320px*/
  /*max-height: 70vh*/
  object-fit: contain;
  display: block;
  margin-bottom: 2.5rem;
}

.proprieta-archive {
  background-color: #F7FBFF;
  min-height: 100vh;
}

.proprieta-archive__breadcrumb {
  padding: 18px 80px 0;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #20737E;
}
.proprieta-archive__breadcrumb a {
  color: #20737E;
  text-decoration: none;
}
.proprieta-archive__breadcrumb a:hover {
  text-decoration: underline;
}

.proprieta-archive__breadcrumb-sep {
  display: inline-flex;
  align-items: center;
  opacity: 0.7;
}

.proprieta-archive__breadcrumb-current {
  border-bottom: 2px solid #20737E;
  font-weight: 400;
}

.proprieta-archive__heading-wrap {
  text-align: center;
  padding: 40px 0 16px;
}

.proprieta-archive__heading {
  font-size: 32px;
  font-weight: 500;
  color: #0C2C30;
  line-height: 44px;
  margin: 0 0 8px;
  display: inline-block;
}

.proprieta-archive__heading-line, .gonzaga-title-line {
  display: block;
  width: 86px;
  height: 3px;
  background-color: #0C2C30;
  margin: 0 auto;
}

.gonzaga-title-section-title {
  margin-bottom: 16px;
}

.proprieta-archive__cards-section {
  padding: 16px 0 60px;
}

.proprieta-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background-color: #F7FBFF;
  padding-bottom: 8px;
  transition: all 0.1s ease;
}
.proprieta-card:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.proprieta-card__img-wrap {
  position: relative;
  width: 100%;
  overflow: visible;
  aspect-ratio: 3/2;
  background-color: #C6C9CC;
  display: flex;
}

.proprieta-card__img-wrap .gonzaga-title-sold-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
}

.proprieta-card__img-wrap .gonzaga-title-rented-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
}

.proprieta-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
  /*.proprieta-card:hover &*/
  * // transform: scale(1.03) */
}

.proprieta-card__img-placeholder {
  width: 100%;
  height: 100%;
  background-color: #C6C9CC;
}

.proprieta-card__title {
  font-size: 18px;
  font-weight: 500;
  color: #20737E;
  line-height: 20px;
  margin: 16px 0 4px;
}

.proprieta-card__desc {
  font-size: 14px;
  font-weight: 400;
  color: #252626;
  line-height: 1.5;
  margin: 0;
}

.proprieta-archive__empty {
  text-align: center;
  padding: 80px 20px;
  color: #949799;
  font-size: 18px;
}

.proprieta-archive__map-section {
  width: 100%;
  background-color: #F7FBFF;
}

.newsroom-archive {
  background-color: #F7FBFF;
}

.newsroom-breadcrumb {
  padding: 0.75rem 0;
}

.newsroom-breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.125rem;
}

.newsroom-breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
.newsroom-breadcrumb__item a {
  color: #20737E;
  text-decoration: none;
  text-transform: capitalize;
  line-height: 2rem;
  display: flex;
  align-items: center;
}
.newsroom-breadcrumb__item a:hover, .newsroom-breadcrumb__item a:focus {
  text-decoration: underline;
}

.newsroom-breadcrumb__sep {
  color: #949799;
  display: flex;
  align-items: center;
}
.newsroom-breadcrumb__sep svg {
  display: block;
  fill: #949799;
}

.newsroom-breadcrumb__item--current {
  color: #20737E;
  text-transform: capitalize;
  border-bottom: 2px solid #20737E;
  line-height: 2rem;
  padding-bottom: 2px;
}

.newsroom-heading {
  padding: 2.5rem 0 2rem;
  text-align: center;
}

.newsroom-heading__title {
  font-size: 1.75rem;
  font-weight: 500;
  color: #0C2C30;
  line-height: 1.375;
  margin-bottom: 0.75rem;
}

.newsroom-heading__divider {
  width: 86px;
  height: 2px;
  background-color: #20737E;
  margin: 0 auto;
}

.newsroom-grid {
  padding-bottom: 4rem;
}

.newsroom-card {
  display: block;
  text-decoration: none;
  padding-bottom: 1rem;
  transition: all 0.3s ease;
}
.newsroom-card:hover, .newsroom-card:focus {
  text-decoration: none;
}
.newsroom-card:hover .newsroom-card__title, .newsroom-card:focus .newsroom-card__title {
  text-decoration: none;
}

.newsroom-card__img-wrap {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  background-color: #C6C9CC;
}

.newsroom-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.newsroom-card__img-placeholder {
  width: 100%;
  height: 100%;
  background-color: #C6C9CC;
}

.newsroom-card__body {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.newsroom-card__title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #20737E;
  line-height: 1.556;
  margin-bottom: 0;
}

.newsroom-card__excerpt {
  font-size: 0.875rem;
  color: #252626;
  line-height: 1.5;
  margin-bottom: 0;
}

.newsroom-pagination {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.newsroom-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.newsroom-pagination li a,
.newsroom-pagination li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  color: #20737E;
  border: 1px solid #C6C9CC;
  text-decoration: none;
}
.newsroom-pagination li a:hover, .newsroom-pagination li a:focus,
.newsroom-pagination li span:hover,
.newsroom-pagination li span:focus {
  background-color: #20737E;
  color: #F7FBFF;
  border-color: #20737E;
}
.newsroom-pagination li span.current {
  background-color: #20737E;
  color: #F7FBFF;
  border-color: #20737E;
}

.newsroom-empty {
  text-align: center;
  padding: 5rem 0;
  color: #949799;
  font-size: 1.125rem;
}

.gonzaga-footer {
  background-color: #F7FBFF;
  border-top: 3px solid #20737E;
}

.gonzaga-footer__main {
  padding: 2rem 80px;
}

.gonzaga-footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 184px;
  gap: 2rem;
}

.gonzaga-footer__brand-col {
  display: flex;
  align-items: center;
  border-right: 1px solid #949799;
  height: 152px;
  flex-shrink: 0;
}

.gonzaga-footer__logo-wrap {
  display: flex;
  align-items: center;
  padding-right: 0.5rem;
  border-right: 1px solid #949799;
  height: 152px;
}

.gonzaga-footer__logo {
  width: 85px;
  height: auto;
}

.gonzaga-footer__tagline {
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 239px;
  margin-left: 1rem;
}
.gonzaga-footer__tagline p {
  color: #252626;
  font-size: 1rem;
  line-height: 19px;
  margin-bottom: 0;
}

.gonzaga-footer__contact-col {
  display: flex;
  align-items: center;
  gap: 75px;
  border-right: 1px solid #C6C9CC;
  padding-right: 2rem;
  height: 152px;
  flex-shrink: 0;
}

.gonzaga-footer__contact-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.gonzaga-footer__section-title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #20737E;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 28px;
}

.gonzaga-footer__contact-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #20737E;
  font-size: 1rem;
}
.gonzaga-footer__contact-item a {
  color: #20737E;
  text-decoration: none;
}
.gonzaga-footer__contact-item a:hover {
  text-decoration: underline;
}
.gonzaga-footer__contact-item i {
  width: 1.5rem;
  text-align: center;
  font-size: 1rem;
}

.gonzaga-footer__socials {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.gonzaga-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  color: #20737E;
  font-size: 1.125rem;
  text-decoration: none;
}
.gonzaga-footer__social-link:hover {
  color: #18555d;
}

.gonzaga-footer__address-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  height: 184px;
  flex-shrink: 0;
}
.gonzaga-footer__address-col p {
  color: #20737E;
  font-size: 1rem;
  line-height: 19px;
  margin-bottom: 0;
}

.gonzaga-footer__bottom {
  border-top: 3px solid #20737E;
  padding: 0.625rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gonzaga-footer__bottom-inner {
  display: flex;
  align-items: center;
  gap: 16px;
}
.gonzaga-footer__bottom-inner p {
  color: #20737E;
  font-size: 1rem;
  margin-bottom: 0;
}
.gonzaga-footer__bottom-inner a {
  color: #20737E;
  font-size: 1rem;
  text-decoration: none;
}
.gonzaga-footer__bottom-inner a:hover {
  text-decoration: underline;
}

.vision-element-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  max-height: 491px;
  width: 100%;
  max-width: 1444px;
}

.vision-element-row-even {
  flex-direction: row;
}

.vision-element-row-odd {
  flex-direction: row-reverse;
}

.vision-element-image {
  overflow: hidden;
}
.vision-element-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vision-element-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  max-width: 40em;
}
.vision-element-text p {
  color: #252626;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}

.vision-element-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.nav-comprises-right-arrow::after {
  content: url("/wp-content/themes/tema-mitdev/images/arrow-right-wide-fill.svg");
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}

.proprieta-map, .gonzaga-map {
  background-color: #F7FBFF;
}

.proprieta-map__canvas, .gonzaga-map__map, .proprieta-archive__map-canvas {
  width: 100%;
  height: 700px;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}

.gm-style-iw-c {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  max-height: none !important;
  min-height: 0 !important;
}

.gm-style-iw-d {
  overflow: hidden !important;
  padding: 0 !important;
  max-height: none !important;
}

/* Nasconde la barra chrome in alto (contiene la X nativa) */
.gm-style-iw-chr {
  display: none !important;
}

/* Nasconde la freccina/tail nativa di Maps */
.gm-style-iw-tc,
.gm-style-iw-t::after {
  display: none !important;
}

.gm-style-iw.gm-style-iw-c {
  transform: translate3d(-50%, -100%, 0) !important;
  max-width: 350px !important;
}

.gmp-card {
  width: 312px;
  box-sizing: border-box;
}

/* ── Popup personalizzato ── */
.gmp-card__inner {
  background: #0C2C30;
  border-radius: 4px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
}

.gmp-card__close-row {
  display: flex;
  justify-content: flex-end;
}

.gmp-card__close {
  background: none;
  border: none;
  cursor: pointer;
  color: #F7FBFF;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
}

.gmp-card__img {
  width: 100%;
  height: 187px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
  flex-shrink: 0;
}

.gmp-card__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gmp-card__title {
  font-size: 18px;
  font-weight: 500;
  color: #33B8C9;
  margin: 0;
  line-height: 28px;
}

.gmp-card__desc {
  font-size: 16px;
  line-height: 19px;
  color: #F7FBFF;
  margin: 0 0 8px 0;
  font-weight: 300;
}

.gmp-card__link {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  color: #F7FBFF;
  text-decoration: none;
}
.gmp-card__link:hover {
  text-decoration: underline;
  color: #20737E;
}

.gmp-card__tail {
  display: flex;
  justify-content: center;
}

.gmp-card__tail-inner {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #0C2C30;
}

.gmp-pin-hover {
  background-color: #0C2C30 !important;
}

/* Territorio archive */
.territorio-archive {
  background-color: #f7fbff;
}

.territorio-archive__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Individual card */
.territorio-archive__card {
  display: block;
  position: relative;
  width: 100%;
  height: 496px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

.territorio-archive__card:hover {
  text-decoration: none;
}

.territorio-archive__card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.territorio-archive__card-overlay {
  position: absolute;
  inset: 0;
  background-color: #252626;
  opacity: 0.25;
  pointer-events: none;
}

.territorio-archive__card-content {
  position: absolute;
  bottom: 64px;
  left: 80px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #f7fbff;
}

.territorio-archive__card-title {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
  margin: 0;
  color: #f7fbff;
}

.territorio-archive__card-author {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
  color: #f7fbff;
}

/* Empty state */
.territorio-archive__empty {
  text-align: center;
  padding: 80px 20px;
  color: #949799;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}

.e404-section {
  padding: 80px 0 60px;
  background-color: #F7FBFF;
  min-height: 60vh;
  display: flex;
  align-items: center;
}

.e404__bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Roboto", sans-serif;
  font-size: clamp(200px, 30vw, 480px);
  font-weight: 900;
  color: rgba(32, 115, 126, 0.04);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  z-index: 0;
}

.e404__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  animation: e404-pulse 2.5s ease-in-out infinite;
}

.cf7-grid {
  max-width: 100%;
  margin: 0 auto;
}

.cf7-row {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}

.cf7-col {
  flex: 1;
  min-width: 0;
}

.cf7-field {
  margin-bottom: 24px;
}

.cf7-newsletter-grid {
  max-width: 100%;
}

.cf7-newsletter-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cf7-newsletter-col {
  flex: 1;
  min-width: 0;
}

.cf7-newsletter-field {
  margin-bottom: 16px;
}

.cf7-newsletter-submit-wrap {
  width: 100%;
}

.cf7-label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #0C2C30;
  margin-bottom: 12px;
  text-transform: none;
}

.cf7-required {
  color: #E74C3C;
}

.cf7-input,
.cf7-textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(12, 44, 48, 0.25);
  border-radius: 0;
  padding: 12px 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #0C2C30;
  transition: border-color 0.2s ease;
  outline: none;
}
.cf7-input::placeholder,
.cf7-textarea::placeholder {
  color: rgba(12, 44, 48, 0.35);
  font-size: 16px;
  font-weight: 400;
}
.cf7-input:focus,
.cf7-textarea:focus {
  border-bottom-color: #20737E;
}

.cf7-textarea {
  resize: vertical;
  min-height: 140px;
}

.cf7-acceptance .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.cf7-acceptance .wpcf7-list-item input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 1.5px solid rgba(12, 44, 48, 0.4);
  border-radius: 2px;
  background: transparent;
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  flex-shrink: 0;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.cf7-acceptance .wpcf7-list-item input[type=checkbox]:checked {
  background: #20737E;
  border-color: #20737E;
}
.cf7-acceptance .wpcf7-list-item input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #F7FBFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.cf7-acceptance .wpcf7-list-item-label {
  font-size: 14px;
  font-weight: 400;
  color: #252626;
  line-height: 20px;
}
.cf7-acceptance .wpcf7-list-item-label a {
  color: #0C2C30;
  text-decoration: underline;
}

.cf7-submit-wrap {
  margin-top: 0;
  text-align: left;
}
.cf7-submit-wrap p {
  margin: 0;
}

.cf7-submit {
  background: var(--MEDIUM, #949799);
  color: var(--DARK, #252626);
  border: none;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.cf7-submit:hover {
  background: #20737E;
  color: #F7FBFF;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.35;
  color: #dc3545;
}

.wpcf7 form .wpcf7-response-output {
  display: none !important;
  font-size: 14px;
  text-align: center;
  border: none !important;
  padding: 12px;
  margin: 8px 0 0 0 !important;
  border-radius: 4px;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: table !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: rgba(32, 115, 126, 0.1);
  color: #0C2C30;
  border: 1px solid #20737E;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #dc3545;
  background-color: rgba(220, 53, 69, 0.08);
  color: #842029;
}

.wpcf7-not-valid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.18rem rgba(220, 53, 69, 0.12);
}

.wpcf7 form.submitting .cf7-submit {
  opacity: 0.75;
  cursor: wait;
  pointer-events: none;
}

.js-newsletter-trigger:hover {
  cursor: pointer;
  background-color: #20737E !important;
  color: #F7FBFF !important;
}

.modal-newsletter .modal-content {
  background-color: #0C2C30;
  color: #F7FBFF;
}

.modal-header-newsletter {
  background-color: #0C2C30;
  padding: 24px 24px 16px 24px;
}

.modal-newsletter-logo {
  max-width: 180px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.btn-close-newsletter {
  background: none;
  border: none;
  color: #F7FBFF;
  font-size: 28px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s ease;
  flex-shrink: 0;
}
.btn-close-newsletter:hover {
  opacity: 1;
  color: #F7FBFF;
}

.modal-body-newsletter {
  background-color: #0C2C30;
  padding: 0 24px 40px 24px;
}

.modal-newsletter-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: #F7FBFF;
  margin-bottom: 0;
}

.modal-newsletter-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #C6C9CC;
  text-align: center;
  margin-bottom: 24px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.modal-newsletter-form .wpcf7 {
  max-width: 100%;
  margin: 0;
}

.modal-newsletter-form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.modal-newsletter-form .wpcf7-form label {
  font-size: 14px;
  font-weight: 400;
  color: #F7FBFF;
  display: block;
  margin-bottom: 8px;
}

.modal-newsletter-form .cf7-newsletter-required,
.modal-newsletter-form .cf7-required,
.modal-newsletter-form .wpcf7-form .required {
  color: #E74C3C;
}

.modal-newsletter-form .wpcf7-form input[type=text],
.modal-newsletter-form .wpcf7-form input[type=email] {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #F7FBFF;
  transition: border-color 0.2s ease;
  outline: none;
}
.modal-newsletter-form .wpcf7-form input[type=text]::placeholder,
.modal-newsletter-form .wpcf7-form input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.35);
  font-size: 16px;
}
.modal-newsletter-form .wpcf7-form input[type=text]:focus,
.modal-newsletter-form .wpcf7-form input[type=email]:focus {
  border-bottom-color: #F7FBFF;
}
.modal-newsletter-form .wpcf7-form input[type=text]:focus-visible,
.modal-newsletter-form .wpcf7-form input[type=email]:focus-visible {
  outline: 2px solid #33b8c9 !important;
  outline-offset: 0 !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.modal-newsletter-form .wpcf7-form .wpcf7-acceptance {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.modal-newsletter-form .wpcf7-form .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.modal-newsletter-form .wpcf7-form .wpcf7-list-item input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  background: transparent;
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  flex-shrink: 0;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.modal-newsletter-form .wpcf7-form .wpcf7-list-item input[type=checkbox]:checked {
  background: #20737E;
  border-color: #20737E;
}
.modal-newsletter-form .wpcf7-form .wpcf7-list-item input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #F7FBFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.modal-newsletter-form .wpcf7-form .wpcf7-list-item label {
  display: inline !important;
  margin-bottom: 0 !important;
}

.modal-newsletter-form .wpcf7-form .wpcf7-list-item-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 18px;
}
.modal-newsletter-form .wpcf7-form .wpcf7-list-item-label a {
  color: #F7FBFF;
  text-decoration: underline;
}
.modal-newsletter-form .wpcf7-form .wpcf7-list-item-label a:hover {
  color: #C6C9CC;
}

.modal-newsletter-form .wpcf7-form input[type=submit] {
  background: #F7FBFF;
  color: var(--DARK, #252626);
  border: none;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.modal-newsletter-form .wpcf7-form input[type=submit]:hover {
  background: #20737E;
  color: #F7FBFF;
}

.modal-newsletter-form .wpcf7-response-output {
  font-size: 14px;
  text-align: center;
  border: none;
  padding: 12px;
  margin: 8px 0 0 0;
  border-radius: 4px;
}

.modal-newsletter-form .wpcf7-mail-sent-ok,
.modal-newsletter-form .wpcf7 form.sent .wpcf7-response-output {
  background: rgba(32, 115, 126, 0.2);
  color: #F7FBFF;
  border: 1px solid #20737E;
}

@keyframes e404-pulse {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}
.e404__label {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #20737E;
  background-color: rgba(32, 115, 126, 0.08);
  padding: 6px 20px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.e404__title {
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 500;
  line-height: 1.2;
  color: #0C2C30;
  margin-bottom: 16px;
}

.e404__subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #252626;
  margin-bottom: 40px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.e404__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.e404__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 32px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.15s ease;
}
.e404__btn:hover {
  transform: translateY(-1px);
}

.e404__btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 32px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  color: #20737E;
  border: 2px solid #20737E;
  background-color: transparent;
  transition: all 0.2s ease;
}
.e404__btn-outline:hover {
  background-color: #20737E;
  color: #F7FBFF;
  transform: translateY(-1px);
}

.e404-links-section {
  background-color: #F7FBFF;
  padding: 60px 0 80px;
}

.e404-link-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  padding: 40px 28px;
  background-color: #FFFFFF;
  border: 1px solid rgba(32, 115, 126, 0.12);
  border-radius: 8px;
  height: 100%;
  transition: all 0.25s ease;
}
.e404-link-card:hover {
  border-color: #20737E;
  box-shadow: 0 8px 30px rgba(12, 44, 48, 0.08);
  transform: translateY(-4px);
}
.e404-link-card:hover .e404-link-card__icon {
  color: #20737E;
  background-color: rgba(32, 115, 126, 0.08);
}

.e404-link-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: rgba(32, 115, 126, 0.06);
  color: #20737E;
  margin-bottom: 20px;
  transition: all 0.25s ease;
}

.e404-link-card__title {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #0C2C30;
  margin-bottom: 10px;
}

.e404-link-card__desc {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #949799;
  margin: 0;
  max-width: 280px;
}

@media (max-width: 991.98px) {
  .e404-section {
    padding: 60px 0 40px;
    min-height: 50vh;
  }

  .e404__bg-text {
    font-size: clamp(140px, 35vw, 280px);
  }

  .e404__actions {
    flex-direction: column;
    align-items: stretch;
    padding: 0 20px;
  }

  .e404__btn,
.e404__btn-outline {
    width: 100%;
    text-align: center;
  }

  .e404-links-section {
    padding: 40px 0 60px;
  }
}
@media (max-width: 575.98px) {
  .e404-section {
    padding: 40px 0 30px;
  }

  .e404__title {
    font-size: 26px;
  }

  .e404__subtitle {
    font-size: 16px;
  }

  .e404-link-card {
    padding: 28px 20px;
  }
}
/* * * * * * * * FRONT PAGE * * * * * * * */
.section-newsletter, .side-image-section {
  min-height: unset;
}

/* ── Hero Banner ── */
.hero-banner {
  width: 100%;
}

/* ── Splide hero slider: fluido, nessuna altezza forzata ── */
.hero-splide .splide__slide {
  position: relative;
  display: flex;
}

/* ── Hero image: 16:9 fisso, riempie a tutta larghezza ── */
.hero-slide-img {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  object-fit: cover;
}

/* ── Hero text ── */
.hero-text {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

/* ── Newsletter image ── */
.img-newsletter {
  width: 50%;
}

.gonzaga-newsletter-btn {
  background: #F7FBFF;
  color: #252626;
  font-size: 16px;
  height: 44px;
}

/*For newsletter and about page*/
.gonzaga-wi-btn {
  padding: 11px 16px;
  border: 2px solid #a1131a;
  color: white;
  background-color: #a1131a;
  border-radius: 4px;
  transition: all 0.3s ease;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.gonzaga-wi-btn:hover {
  filter: brightness(0.7);
}

.lightbox {
  top: 50% !important;
  transform: translateY(-50%);
  height: 90vh;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lb-outerContainer {
  width: auto !important;
  height: auto !important;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}

.lb-image {
  max-width: 100% !important;
  max-height: 80vh !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain;
}

.lb-dataContainer {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
}
.lb-dataContainer:after {
  display: none;
}

.lb-data {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  width: auto;
  background: transparent;
  display: flex;
  align-items: center;
}

.lb-data .lb-details {
  display: none;
}

.lb-data .lb-close {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  float: none;
  opacity: 1;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
}
.lb-data .lb-close:hover {
  background: white;
  opacity: 1;
}

.lb-nav {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lb-prev, .lb-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 80px;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.lb-prev:hover, .lb-next:hover {
  opacity: 1;
}

.lb-prev {
  left: 20px;
}

.lb-next {
  right: 20px;
}

.grecaptcha-badge {
  display: none !important;
}