@charset "utf-8";
:root {
  --red-color: #d13627;
}
.citazione {
  position: relative;
  background-color: #EDEDED;
  font-size: 25px;
  font-weight: 300;
  font-style: italic;
  padding: 43px 7px 31px;
  text-align: center;
  margin: 16px 0;
}
.citazione::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 35px;
  width: 40px; /* adatta a seconda delle dimensioni reali dell’SVG */
  height: 40px;
  background: url("/wp-content/themes/vkdynamic/assets/img/citazione-top.svg") no-repeat center center;
  background-size: contain;
}
.citazione::after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 35px;
  width: 40px; /* adatta a seconda delle dimensioni reali dell’SVG */
  height: 40px;
  background: url("/wp-content/themes/vkdynamic/assets/img/citazione-bottom.svg") no-repeat center center;
  background-size: contain;
}
.numeri-animati {
  position: relative;
  padding: 86px 0;
}
.numeri-animati .icon {
  max-height: 112px;
  height: 100%;
  width: auto;
  position: relative;
}
.numeri-animati .animated-number {
  position: relative;
  font-size: 70px;
  color: #ffffff;
  font-weight: bold;
}
.numeri-animati .caption {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
}
.grid-gallery-responsive .bw-filter {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.grid-gallery-responsive .bw-filter:hover {
  filter: none;
}
.grid-gallery-responsive img {
    max-width: 200px;
    margin-bottom: 30px;
}
.grid-gallery-responsive .row > div {
  padding-left: 75px;
  padding-right: 75px;
}
.logo-barrato {
  display: flex;
  align-items: center;
}
.logo-barrato .linea {
  height: 1px;
  background-color: #A5A5A5;
}
.logo-barrato .linea + .logo {
  margin: 0 25px;
}
/* Slider container alignment: only next slide partial on right */
.carousel-cta {
  position: relative;
}
.carousel-cta .slick-list {
  overflow: unset;
  padding-right: 50px;
}
.carousel-cta .slick-track {
  margin-left: 0 !important;
  left: 0;
}
/* Content styling */
.carousel-item-cta > .row {
  position: relative;
  display: inline-flex !important;
  width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 30px 30px 0;
}
.carousel-cta .cta-content h5 {
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.carousel-cta .cta-content p {
  font-size: 15px;
  color: #bebebe;
  position: relative;
  margin-bottom: 26px;
}
.carousel-cta .cta-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  transition: left 0.3s ease;
  left: 0;
}
.carousel-cta .cta-link:hover, .carousel-cta .cta-link:active, .carousel-cta .cta-link:focus {
  left: 5px;
}
.carousel-cta img {
  max-width: 79px;
  position: relative;
  margin-bottom: 26px;
}
.carousel-cta .cta-link img {
  margin-right: 8px;
  margin-bottom: 0;
}
.carousel-cta.slick-carousel .slick-slide {
  outline: none;
}
.carousel-cta ul.slick-dots {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 50px;
}
.carousel-cta ul.slick-dots li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  line-height: 3px;
}
.carousel-cta ul.slick-dots li button {
  border: 0;
  outline: 0;
  background-color: #696969;
  font-size: 0;
  height: 1px;
  width: 103px;
  margin: 0 4px;
}
.carousel-cta ul.slick-dots li.slick-active button {
  border: 0;
  outline: 0;
  background-color: #ffffff;
  font-size: 0;
  height: 3px;
  width: 103px;
  margin: 0 4px;
}
.gray-bg-container {
  position: relative;
  padding-right: 58px;
}
.gray-bg-container * {
  position: relative;
  z-index: 2;
}
.gray-bg-container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #F3F3F3;
  z-index: 1;
}
.gray-bg-container.left:before {
  right: 0;
  width: calc(50vw + 50%);
}
.gray-bg-container.right:before {
  left: 0;
  width: calc(50vw + 50%);
}
.custom-ordered-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-ordered-list li {
  position: relative;
  padding: 52px 0;
  border-bottom: 1px solid rgba(142, 142, 147, 0.5);
  font-size: 27px;
  display: flex;
}
.custom-ordered-list li:first-child {
  padding-top: 0;
}
.ol-number {
  position: relative;
  margin-right: 20px;
}
.custom-ordered-list li strong {
  font-weight: bold;
}
.video-container {
  position: relative;
  width: 100%; /* o la larghezza che desideri */
  aspect-ratio: 16 / 9; /* forza sempre il 16:9 */
  overflow: hidden;
}
.video-container video, .video-container .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container video {
  object-fit: cover;
}
.video-container .video-cover {
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}
.video-play-overlay {
  position: absolute;
  top: 0; /* dalla cima */
  left: 50%; /* al centro orizzontale */
  transform: translateX(-50%);
  height: 80%; /* tutta l’altezza del video-container */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end; /* centri verticalmente contenuto */
  background-color: rgba(53, 53, 53, 0.8);
  z-index: 3;
  padding: 57px 45px;
}
.video-play-overlay img {
  max-width: 190px;
  max-height: 190px;
  margin-bottom: 30px;
  cursor: pointer;
}
.video-play-overlay span {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}
.dropdown-custom .dropdown-item {
  margin-bottom: 5px;
  padding: 0;
}
.dropdown-custom .dropdown-item-title {
  background-color: #fff; /*sfondo bianco */
  color: #000; /* testo nero */
  padding: 30px; /* spazio interno */
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between; /* titolo a sinistra, icona a destra */
  cursor: pointer;
  border-radius: 5px;
	border: 1px solid #000; /*bordo*/
}
.dropdown-custom .dropdown-title-text {
  margin: 0;
}
.dropdown-custom .dropdown-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}
.dropdown-custom .dropdown-item-content {
  display: none; /* nascosto di default, JS lo mostrerà */
  background-color: #fff; /*#CFCFCF;*/
  padding: 30px;
  border: 1px solid #000; /*dddddd;*/
  border-top: none; /* elimina doppio bordo col title */
  border-radius: 0 0 5px 5px; /* arrotonda solo in basso */
}
.dropdown-custom .dropdown-text {
  margin: 0 0 15px;
  color: #333333;
  line-height: 1.6;
  white-space: normal !important;
}
.dropdown-custom .dropdown-link.custom-button {
  display: inline-block;
  margin-top: 30px;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: transparent;
  background-color: #e9ecef;
}
.dropdown-custom .dropdown-item.open .dropdown-item-title {
  background-color: #fff; /*#CFCFCF;*/
  color: #4C4C4C;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media all and (max-width:1200px){
	.numeri-animati .caption {
		margin-bottom:50px;
	}
}
@media all and (max-width:768px) {
  .gray-bg-container {
    padding-right: 0px;
  }
  .video-play-overlay {
    padding: 30px;
    height: 100%;
    justify-content: center;
  }
  .video-play-overlay img {
    max-width: 80px;
    max-height: 80px;
    margin-bottom: 20px;
  }
  .dropdown-custom .dropdown-item-title {
    padding: 20px; /* spazio interno */
    font-size: 16px;
  }
  .dropdown-custom .dropdown-icon {
    width: 20px;
    height: 20px;
  }
  .dropdown-custom .dropdown-item-content {
    padding: 20px;
  }
}