.ht--logo-beelog-center {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  max-width: 250px !important;
}

.ht--overlay-alcuni-progetti {
  background: linear-gradient(
    261deg,
    rgba(23, 32, 44, 0) 12.38%,
    #0f161f 82.97%
  );
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}

.ht--alcuni-progetti article:hover .ht--overlay-alcuni-progetti {
  opacity: 0;
  transition: 0.3s;
}
.ht--overlay-alcuni-progetti article:hover {
  opacity: 0;
  transition: 0.3s;
}

.ht--key-points {
  .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.triangle-white-large-sx .w-image-h::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 172px 172px 0 0;
  border-color: #fff transparent transparent transparent;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 9;
}
@media (width < 1024px) {
  .triangle-white-large-sx .w-image-h::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 70px 0 0;
    border-color: #fff transparent transparent transparent;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 9;
  }
}

@media (width > 1024px) {
  .ht--mega-cta {
    background: url("/wp-content/uploads/2024/08/esagono_cta_progetti.png")
      no-repeat center center / contain;
    background-color: #1c2735;
  }
}

@media (width < 1024px) {
  .ht--mega-cta {
    background-color: #1c2735;
  }
}
/* _____________________________ */
/* Stile di base per .ht--card */
@media (width > 1024px) {
  .ht--card {
    transition: transform 0.3s ease;
    height: 70vh;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray; /* Fix per Explorer */
    bottom: -1px;
    width: 25%;
  }

  .ht--card .w-text-value {
    opacity: 0;
    transition: 0.3s;
  }
  .ht--card .wpb_text_column {
    opacity: 0;
    transition: 0.3s;
  }

  .ht--card .vc_column-overlay {
    transition: 0.3s;
    background: rgba(23, 32, 44, 0.503) !important;
  }
  .ht--card:hover .vc_column-overlay {
    background: linear-gradient(
      194deg,
      rgba(23, 32, 44, 0) 42.07%,
      #17202c 92.13%
    ) !important;
    transition: 0.3s;
  }

  .ht--card:hover {
    width: 28%;
    transition: 0.3s;
    filter: grayscale(0%);
    filter: grayscale(0%%);
    -webkit-filter: grayscale(0%%);
    -moz-filter: grayscale(0%%);
    -ms-filter: grayscale(0%%);
    -o-filter: grayscale(0%%);
    filter: gray; /* Fix per Explorer */
  }
  .ht--card .w-text-value {
    opacity: 1;
    transition: 0.3s;
  }
  .ht--card .wpb_text_column {
    opacity: 1;
    transition: 0.3s;
  }

  .ht--zoom-section .ht--card {
    transition: 0.3s;
  }
  .ht--zoom-section:hover .ht--card:not(:hover) {
    position: relative;
    width: 24%;
    transition: 0.3s;
  }
}

@media (width < 1024px) {
  .ht--card .vc_column-overlay {
    background: linear-gradient(
      194deg,
      rgba(23, 32, 44, 0) 42.07%,
      #17202c 92.13%
    ) !important;
  }
}
/* ____________________________________________ */
.ht-carosello {
  .dotstyle_circle .owl-dot.active span {
    background: #e3032d !important;
    box-shadow: none;
  }
  .owl-next::after {
    content: "\f0a9";
  }
  .owl-prev::after {
    content: "\f0a8";
  }
  .owl-next,
  .owl-prev {
    padding: 0 !important;
  }
}

/* ________________________ */

@media (width >= 1024px) {
  .ht--text-hero-project {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
