/* CSS FOR MIRE-ECOLOGIA.IT */

/* /// GENERALI /// */
body {
  color: #444;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
a {
  color: rgba(0, 102, 102, 1);
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
	color: rgba(0, 102, 102, 0.3);
  text-decoration: none;
}
	/* // INFO PAGINA // */
.page-title {
  /* background-color: #EEE; */
  color: #999;
  padding: 0px;
  position: relative;
}
@media (min-width: 1200px) {
  .page-title {
    margin-top: 16px; /* regola se serve */
  }
}
.page-title .breadcrumbs ol {
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-radius: 0px 0px 5px 5px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 10px 20px;
  margin: 0px;
  font-size: 15px;
	line-height: 24px;
  font-weight: 400;
	text-transform: lowercase;
}
.page-title .breadcrumbs ol i {
	font-size: 24px;
	color: #09947D;
	float: left;
	margin-right: 20px;
}
.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}
.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
}
	/* // FINE - INFO PAGINA // */
.starter-section {
  padding-top: 30px;
	padding-bottom: 60px;
}
.section-title {
  text-align: center;
  position: relative;
}
.section-title img {
  margin-bottom: 30px;
}
.section-title span.pre-title {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}
.section-title h2 {
  font-size: 32px;
	line-height: 32px;
  font-weight: 500;
	text-transform: uppercase;;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h2:before {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  background: color-mix(in srgb, #444, transparent 60%);
  left: 0;
  right: 0;
  bottom: 1px;
  margin: auto;
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: #09947D;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.section-title p {
  margin-bottom: 0;
}
/* /// FINE - GENERALI /// */
/* /// HEADER /// */
.header {
  color: #444;
  transition: all 0.5s;
  z-index: 997;
  background-color: #FFF;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.header h1 {
  font-family: "Montserrat", sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	color: #FFF;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}
.header .h1-container {
	background-color: rgba(0,0,0,0.8);
	padding-top: 5px;
	padding-bottom: 5px;
}
.header .topbar {
  background-color: rgba(5,139,50,0.8); /* #058B32 */
  height: 40px;
  padding: 0;
  font-size: 26px;
  transition: all 0.5s;
}
.header .topbar .contact-info a i {
	transition: 0.5s;
  color: rgba(0,51,0,1);
}
.header .topbar .contact-info a i:hover {
  color: rgba(255,255,255,1);
}
.header .topbar .contact-info span {
margin-right: 10px;
}
.header .topbar .social-links a {
  color: rgba(0,51,0,1);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}
.header .topbar .social-links a:hover {
  color: rgba(255,255,255,1);
}
.header .branding {
  min-height: 60px;
  padding: 10px 0;
}
.header .logo {
  line-height: 1;
}
.header .logo img {
  max-width: 300px;
  margin-right: 8px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
		.header .logo img {
  	max-width: 200px;
  	margin-right: 8px;
	}
}
.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}
.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}
.scrolled .header .topbar {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
  /* // MENU DI NAVIGAZIONE // */
    /* / DESKTOP / */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
		width: 100%;
  }
  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
		border-left: 1px solid #CCC;
  }
  .navmenu li {
    position: relative;
  }
  .navmenu a,
  .navmenu a:focus {
    color: #222;
    padding: 10px 15px;
    font-size: 15px;
    font-family: "Open Sans",  sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
		text-transform: uppercase;
  }
  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }
  .navmenu li.li-no-desktop {
    display: none;
  }
	.navmenu ul.ul-no-mobile {
		border-bottom: 1px solid #CCC;
	}
  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #09947D;
  }
  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: #FFF;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
		border: 0px none;
  }
  .navmenu .dropdown ul li {
    min-width: 200px;
  }
  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    color: #222;
  }
  .navmenu .dropdown ul a i {
    font-size: 12px;
  }
  .navmenu .dropdown ul a:hover,
	.navmenu .dropdown ul a.active-b, 
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: #09947D;
  }
  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }
  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
	.navmenu .dropdown .dropdown:hover>ul.ul-accessori-ugelli {
    opacity: 1;
    top: 0;
    left: -90%;
    visibility: visible;
  }
}
    /* / FINE - DESKTOP / */
    /* / MOBILE / */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: #222;
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
		margin-left: 30px;
    cursor: pointer;
    transition: color 0.3s;
  }
  .navmenu {
    padding: 0;
    z-index: 9997;
  }
  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 100px 0px 10px 0px;
		text-align: center;
    margin: 0;
    border-radius: 6px 6px 0px 0px;
    background-color: #058C32;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
	.navmenu ul.menu-brand-mobile {
    background-image: url("../img/logo-mire-ecologia-icon.png");
    background-repeat: no-repeat;
    background-position: 50% 20px;
    overflow-y: auto;
		width: 90%;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
		background-color: #FFF;
  }
	.navmenu ul.menu-brand-mobile li {
		background-image: url("../img/sf-link-menu-mobile.png");
		background-repeat: repeat-x;
		background-position: center;
    background-color: #FFF !important;
	}
  .navmenu a,
  .navmenu a:focus {
    color: #222;
    padding: 10px 20px;
    font-family: "Open Sans",  sans-serif;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
		text-transform: uppercase;
		background-color: #FFF;
  }
  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: rgba(9, 148, 125, 1); /*#09947D*/
		color: #FFF;
  }
  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: #09947D;
    color: #FFF;
  }
  .navmenu a:hover,
  .navmenu .active,
	.navmenu .dropdown ul a.active-b, 
  .navmenu .active:focus {
    color: #09947D;
  }
  .navmenu .active i,
  .navmenu .active:focus i {
  	background: rgba(9, 148, 125, 0.5);  /*#09947D*/
  	color: rgba(9, 148, 125, 1);  /*#09947D*/
    transform: rotate(180deg);
  }
  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: #FFF;
    border: 1px solid #999;
    box-shadow: none;
    transition: all 4s ease-in-out;
  }
	.navmenu ul.menu-brand-mobile .no-image-bg {
		background-image: none;
		background-color: #FFF;
	}
  .navmenu ul.menu-brand-mobile .no-image-bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px; /* spessore del tratteggio */
    background-image: repeating-linear-gradient(
      to right,
      #058C32 0,
      #058C32 6px,
      transparent 6px,
      transparent 12px
    );
    margin: 10px 0;
  }
	.navmenu ul.menu-brand-mobile .dropdown ul a {
		background-color: transparent;
	}
	.navmenu ul.menu-brand-mobile .dropdown ul li {
		background-image: none;
	}
	.navmenu ul.menu-brand-mobile .no-image-bg li::before {
  	content: "" "" "";
	}
  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }
  .navmenu .dropdown>.dropdown-active {
    display: block;
		background-color: #FFF;
  }
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active .mobile-nav-toggle {
    color: #FFF;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }
  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0px;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }
  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}
    /* / FINE - MOBILE / */
  /* // FINE - MENU DI NAVIGAZIONE // */
/* /// FINE - HEADER /// */
/* /// HOME /// */
	/* // COMPANY VIDEO // */
.company-video {
  width: 100%;
  position: relative;
	margin-top: -20px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 0px;
	background-color: #EEE;
}
#company-video .rslides_container { /* Contenitore del video */
    position: relative; /* necessario */
    overflow: hidden;
}
#company-video .rslides_container::after { /* Layer sopra il video */
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    pointer-events: none;
    z-index: 5; /* forza il layer sopra il video */
    opacity: 1;
    transition: opacity 0.4s ease; /* transizione morbida */
}
#company-video .rslides_container:hover::after { /* Hover: il velo diventa più leggero */
    opacity: 0.4; /* aumenta o diminuisci a piacere */
}
#company-video video { /* Assicura che il video resti sotto */
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
}
#slide-show {
  position: relative;
  top: 0px;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
#wrapper .flexslider .rslides {
  padding-left: 0px;
}
#videoPlay {
  width: 100%;
}
	/* // FINE - COMPANY VIDEO // */
	/* // PROMO // */
.promo {
  padding: 20px 0;
  color: #FFF;
}
    /* SLIDER: si adatta all'immagine */
.promo .carousel {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 0 0 10px 10px;
}
    /* IMMAGINI: mantengono proporzioni originali */
.promo img {
  width: 100%;
  height: auto;          /* fondamentale */
  display: block;
  position: relative;    /* NON absolute */
  z-index: 1;
  border-radius: 0 0 10px 10px;
}
    /* SLIDE: si adatta all'immagine */
.promo .carousel-item {
  position: relative;
  width: 100%;
  height: auto;
}
    /* CONTENUTO CENTRALE: centrato in modo fluido */
.promo .carousel-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  text-align: center;
  z-index: 3;
}
.promo .carousel-container div {
  padding: 20px 0;
  text-align: center;
}
    /* RESPONSIVE */
@media (max-width: 1024px) {
  .promo .carousel-container {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .promo .carousel-container {
    width: 90%;
  }
}
    /* TESTI */
.promo h2 {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  animation: fadeInDown 1s both;
  text-transform: uppercase;
  color: #FFF;
}
@media (max-width: 768px) {
  .promo h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
.promo p {
  animation: fadeInDown 1s both 0.2s;
  padding: 0;
  margin: 0;
}
    /* FRECCE */
.promo .carousel-control-prev,
.promo .carousel-control-next {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.95;
  transition: 0.3s;
}
.promo .carousel-control-prev:hover,
.promo .carousel-control-next:hover {
  opacity: 0.5;
}
.promo .arrow-bg {
  background-color: #000;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo .carousel-control-prev-icon,
.promo .carousel-control-next-icon {
  background-image: none; /* rimuove l'SVG Bootstrap */
  font-size: 32px;
  color: #FFF;
}
    /* INDICATORI */
    /* INDICATORI PERSONALIZZATI */
.promo .carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.promo .carousel-indicators li {
  width: 30px; /* larghezza */
  height: 8px; /* altezza */
  background-color: #FFF; /* colore base */
  /*border-radius: 4px;*/ /* forma: cerchio */
  opacity: 0.5; /* trasparenza */
  transition: all 0.3s ease;
  cursor: pointer;
}
.promo .carousel-indicators li.active {
  background-color: #09947D; /* colore attivo */
  opacity: 1;
  transform: scale(1.2); /* effetto attivo */
}
    /* ANIMAZIONI */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
	/* // FINE - PROMO // */
	/* // CARRELLO PRODOTTI // */
.product-carousel {
	padding: 20px 0px 0px 0px;
	margin: 0px;
	background-color: #EEE;
}
.product-carousel .product-carousel-header {
  margin-bottom: 10px;
}
.product-carousel .product-carousel-header h2 {
  position: relative;
  font-size: 21px;
  font-weight: 500;
	margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0px;
	text-transform: uppercase;
	color: #000;
}
@media (max-width: 991px) {
  .product-carousel .product-carousel-header h2 {
  	font-size: 18px;
		margin-bottom: 0px;
	}
}
@media (max-width: 991px) {
  .product-carousel .product-carousel-header {
    margin-bottom: 30px;
  }
  .product-carousel .product-carousel-header .product-carousel-controls {
    margin-top: 30px;
    justify-content: center;
  }
}
.product-carousel .product-carousel-controls {
  display: flex;
  gap: 12px;
	margin-top: 0px;
}
.product-carousel .product-carousel-controls .product-carousel-control-btn {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(9, 148, 125, 1);
  border: 2px solid rgba(9, 148, 125, 1); /*#09947D*/
  border-radius: 50%;
  color: #FFF;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.product-carousel .product-carousel-controls .product-carousel-control-btn:hover {
  background: rgba(9, 148, 125, 0.5);  /*#09947D*/
  color: rgba(9, 148, 125, 1);  /*#09947D*/
}
.product-carousel .product-carousel-slider {
  padding: 0px 0px 25px 0px;
}
.product-carousel .product-carousel-slider .swiper-wrapper {
  height: auto !important;
}
.product-carousel .product-carousel-item {
  position: relative;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  background: #FFF;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  min-height: 620px;
}
@media (min-width: 1200px) and (max-width: 1349px) {
	.product-carousel .product-carousel-item {
		min-height: 590px;
	}
}
@media (min-width: 991px) and (max-width: 1199px) {
	.product-carousel .product-carousel-item {
		min-height: 550px;
	}
}
@media (min-width: 768px) and (max-width: 990px) {
	.product-carousel .product-carousel-item {
		min-height: 570px;
	}
}
.product-carousel .product-carousel-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}
.product-carousel .product-carousel-item:hover .item-image .item-social {
  opacity: 1;
  bottom: 20px;
}
.product-carousel .product-carousel-item:hover .item-image:before {
  opacity: 0.8;
}
.product-carousel .product-carousel-item .item-image {
  position: relative;
  overflow: hidden;
}
.product-carousel .product-carousel-item .item-image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 1;
}
.product-carousel .product-carousel-item .item-image img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.product-carousel .product-carousel-item .item-image .item-social {
  position: absolute;
  z-index: 2;
  display: flex;
  gap: 8px;
  justify-content: center;
  width: 100%;
  bottom: -30px;
  opacity: 0;
  transition: all 0.4s ease;
}
.product-carousel .product-carousel-item .item-image .item-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #FFF;
  border-radius: 50%;
  color: #09947D;
  font-size: 15px;
  transition: all 0.3s ease;
}
.product-carousel .product-carousel-item .item-image .item-social a:hover {
  background: #09947D;
  color: #FFF;
  transform: translateY(-3px);
}
.product-carousel .product-carousel-item .item-content {
  padding: 25px;
}
.product-carousel .product-carousel-item .item-content h3 {
  font-size: 17px;
	line-height: 17px;
  font-weight: 500;
  margin-bottom: 5px;
	color: #666;
	text-transform: uppercase;
}
.product-carousel .product-carousel-item .item-content span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #09947D;
  margin-bottom: 15px;
}
.product-carousel .product-carousel-item .item-content p {
  font-size: 16px;
  line-height: 24px;
  color: color-mix(in srgb, #444, transparent 20%);
  margin-bottom: 0px;
}
	/* // FINE - CARRELLO PRODOTTI // */
	/* // SKILLS // */
.skills {
	padding: 30px 0px;
}
.skills .intro-content .lead-text {
  font-size: 20px;
  line-height: 1.7;
  color: #999;
  font-weight: 300;
  margin: 0;
}
.skills .skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 40px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
	.skills .skills-grid {
  	gap: 24px;
	}
}
.skills .skill-item {
  padding: 20px 0;
  border-bottom: 1px solid #CCC;
  transition: all 0.4s ease;
}
.skills .skill-item:hover {
  transform: translateY(-4px);
}
.skills .skill-item:hover .skill-icon i {
  color: #09947D;
  transform: scale(1.1);
}
.skills .skill-item .skill-icon {
  margin-bottom: 24px;
}
.skills .skill-item .skill-icon i {
  font-size: 60px;
  color: #CCC;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
	.skills .skill-item .skill-icon i {
  	font-size: 50px;
	}
}
.skills .skill-item .skill-name {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #172624;
  line-height: 1.3;
}
.skills .skill-item .skill-level {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.skills .skill-item .skill-level .level-text {
  font-size: 14px;
  color: #09947D;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  min-width: 90px;
}
.skills .skill-item .skill-level .progress-track {
  flex: 1;
  height: 4px;
  background: #CCC;
  border-radius: 2px;
  overflow: hidden;
}
.skills .skill-item .skill-level .progress-track .progress-bar {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #09947D, color-mix(in srgb, #09947D, transparent 30%));
  border-radius: 2px;
  transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.skills .skill-item .skill-description {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin: 0;
}
@media (max-width: 992px) {
  .skills .skills-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .skills .skill-item {
    padding: 28px 0;
  }
  .skills .skill-item .skill-name {
    font-size: 22px;
  }
  .skills .cert-content .cert-title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .skills .intro-content {
    margin-bottom: 60px;
  }
  .skills .intro-content .lead-text {
    font-size: 18px;
  }
  .skills .certification-area {
    padding-top: 40px;
  }
  .skills .certification-area .tools-showcase {
    margin-top: 40px;
  }
}
	/* // FINE - SKILLS // */
	/* // MARCHI // */
.marchi {
	padding-top: 20px;
	padding-bottom: 20px;
}
.marchi .swiper {
  padding: 10px 0px;
}
.marchi .swiper-wrapper {
  height: auto;
}
.marchi .swiper-slide img {
  transition: 0.3s;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  filter: grayscale(100);
  opacity: 0.8;
}
.marchi .swiper-slide img:hover {
  transform: scale(1.1);
  filter: grayscale(0);
  opacity: 1;
}
	/* // MARCHI // */
/* /// FINE - HOME /// */
/* /// AZIENDA /// */
.azienda {
	padding-top: 0px;
	padding-bottom: 0px;
}
.azienda .azienda-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid color-mix(in srgb, #444, transparent 90%);
  border-radius: 8px;
  overflow: hidden;
  background: #FFF;
}
@media (max-width: 768px) {
  .azienda .azienda-container {
    display: block;
  }
}
.azienda .azienda-item {
  padding: 48px 24px;
  position: relative;
  transition: all 0.4s ease;
}
.azienda .azienda-item:nth-child(1) {
  border-right: 1px solid color-mix(in srgb, #444, transparent 90%);
  border-bottom: 1px solid color-mix(in srgb, #444, transparent 90%);
}
.azienda .azienda-item:nth-child(2) {
  border-bottom: 1px solid color-mix(in srgb, #444, transparent 90%);
}
.azienda .azienda-item:nth-child(3) {
  border-right: 1px solid color-mix(in srgb, #444, transparent 90%);
}
.azienda .azienda-item:hover {
  background: color-mix(in srgb, #444, transparent 97%);
  transform: translateY(-2px);
}
.azienda .azienda-item .azienda-content {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.azienda .azienda-item .azienda-content .azienda-number {
  color: #09947D;
  font-family: "Montserrat",  sans-serif;
  font-size: 56px;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -0.03em;
}
.azienda .azienda-item .azienda-number .purecounter {
  font-size: inherit;
  color: inherit;
}
.azienda .azienda-item .azienda-divider {
  width: 40px;
  height: 1px;
  background: #09947D;
  margin: 0 auto 24px auto;
  opacity: 0.6;
}
.azienda .azienda-item .azienda-label {
  color: #172624;
  font-family: "Montserrat",  sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
  display: block;
  width: 100%;
  border-bottom: 1px solid #CCC;
}
.azienda .azienda-item .azienda-content .azienda-description {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  text-align: justify;
}
.azienda .azienda-item .azienda-content .azienda-description em {
  font-weight: 600;
}
.azienda .achievement-badge {
  background: #FFF;
  border: 1px solid color-mix(in srgb, #09947D, transparent 80%);
  border-radius: 8px;
  padding: 40px 32px;
  text-align: center;
  transition: all 0.4s ease;
}
.azienda .achievement-badge:hover {
  border-color: color-mix(in srgb, #09947D, transparent 60%);
  transform: translateY(-3px);
}
.azienda .achievement-badge .badge-icon {
  font-size: 40px;
  color: #09947D;
  margin-bottom: 20px;
  opacity: 0.8;
}
.azienda .achievement-badge .badge-title {
  color: #09947D;
  font-family: "Montserrat",  sans-serif;
  font-size: 56px;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -0.03em;
}
.azienda .achievement-badge .badge-text {
  text-align: justify;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .azienda .section-headline {
    font-size: 36px;
  }
  .azienda .azienda-container {
    gap: 0;
  }
  .azienda .azienda-item {
    padding: 40px 32px;
  }
  .azienda .azienda-item .azienda-number {
    font-size: 48px;
  }
  .azienda .azienda-item .azienda-description {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .azienda .section-headline {
    font-size: 30px;
  }
  .azienda .section-description {
    font-size: 16px;
  }
  .azienda .azienda-container {
    grid-template-columns: 1fr;
  }
  .azienda .azienda-item {
    padding: 32px 24px;
  }
  .azienda .azienda-item:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid color-mix(in srgb, #444, transparent 90%);
  }
  .azienda .azienda-item:nth-child(2) {
    border-bottom: 1px solid color-mix(in srgb, #444, transparent 90%);
  }
  .azienda .azienda-item:nth-child(3) {
    border-right: none;
    border-bottom: 1px solid color-mix(in srgb, #444, transparent 90%);
  }
  .azienda .azienda-item:nth-child(4) {
    border-bottom: none;
  }
  .azienda .azienda-item .azienda-number {
    font-size: 44px;
  }
  .azienda .azienda-item .azienda-description {
    max-width: 300px;
  }
  .azienda .achievement-badge {
    padding: 32px 24px;
  }
  .azienda .achievement-badge .badge-icon {
    font-size: 32px;
  }
  .azienda .achievement-badge .badge-title {
    font-size: 44px;
  }
  .azienda .achievement-badge .badge-text {
    font-size: 15px;
  }
}
/* /// FINE - AZIENDA /// */
/* /// ASSISTENZA /// */
.box-assistenza {
  background: #FFF;
  padding: 30px 0px 0px 0px;
}
.box-assistenza .feature-item {
  text-align: justify;
  padding: 32px 16px;
  transition: all 0.3s ease;
  border: 1px solid #CCC;
  height: 100%;
}
.box-assistenza .feature-item:hover {
  transform: translateY(-5px);
}
.box-assistenza .feature-item .icon {
  width: 80px;
  height: 80px;
  background: color-mix(in srgb, #333, transparent 90%);
  border: 1px solid #CCC;
  /*border-radius: 50%;*/
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 20px 0px;
  transition: all 0.3s ease;
}
.box-assistenza .feature-item .icon i {
  font-size: 32px;
  color: #09947D;
}
.box-assistenza .feature-item h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
  padding-bottom: 20px;
  color: #172624;
  text-transform: uppercase;
  border-bottom: 1px solid #CCC;
}
.box-assistenza .feature-item ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.box-assistenza .feature-item ul li {
  margin: 0px;
  padding: 5px 0px;
  list-style: none;
}
.box-assistenza .feature-item p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: color-mix(in srgb, #444, transparent 30%);
  margin: 0;
}
.box-assistenza .feature-item:hover .icon {
  background: #09947D;
  transform: scale(1.1);
  border-color: #09947D;
}
.box-assistenza .feature-item:hover .icon i {
  color: #FFF;
}
.box-img{
  margin-top: 30px;
}
.box-img img {
  width: 100%;
  border: 1px solid #CCC;
  padding: 2px;
}
/* /// FINE - ASSISTENZA /// */
/****** PERSONALIZZAZIONI VALIDE PER TUTTE LE GALLERY PRODOTTI E RELATIVI INGRANDIMENTI ******/
/* Sfondo della didascalia */
.glightbox-clean .gdesc-inner {
  background: rgba(0, 0, 0, 0.10); /* nero trasparente */
  padding: 15px;
  border-radius: 0px;
}
/* Titolo */
/*
.glightbox-clean .gdesc-inner .gslide-title {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
*/
/* Descrizione */
.glightbox-clean .gdesc-inner .gslide-desc {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-style: oblique;
  font-weight: 600;
}
/****** FINE - PERSONALIZZAZIONI VALIDE PER TUTTE LE GALLERY PRODOTTI E RELATIVI INGRANDIMENTI ******/
/****** VIDEO PRODOTTI ******/
  /* // PRODUCT VIDEO // */
.product-video {
  width: 100%;
  position: relative;
  margin-top: -20px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 0px;
  background-color: #EEE;
}
#product-video .rslides_container,
#product-video-1 .rslides_container,
#product-video-2 .rslides_container {
  position: relative;
  overflow: hidden;
}
#product-video .rslides_container:hover::after,
#product-video-1 .rslides_container:hover::after,
#product-video-2 .rslides_container:hover::after {
  opacity: 0.4;
}
    /* VIDEO — bordo uniforme senza alterare layout */
#product-video video,
#product-video-1 video,
#product-video-2 video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #666; /* bordo nero uniforme */
  box-sizing: border-box; /* evita aumento dimensioni */
}
#slide-show,
#slide-show-1,
#slide-show-2 {
  position: relative;
  top: 0px;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
#wrapper .flexslider .rslides,
#wrapper-1 .flexslider .rslides,
#wrapper-2 .flexslider .rslides {
  padding-left: 0px;
}
#videoPlay,
#videoPlay1,
#videoPlay2 {
  width: 100%;
}
  /* // FINE - PRODUCT VIDEO // */
/****** FINE - VIDEO PRODOTTI ******/
/* /// ALLESTIMENTI /// */
/* AIA = Anteprima Indice Allestimenti */
.AIA {
  padding-top: 0px;
  padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.AIA .AIA-card {
  background: #EEE;
  transition: all 0.4s ease-out;
  overflow: hidden;
  border-radius: 8px 8px 0px 0px;
}
.AIA .AIA-card:hover {
  transform: translateY(-8px);
}
.AIA .AIA-card:hover .image-container img {
  transform: scale(1.05);
}
.AIA .AIA-card:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.AIA .AIA-card:hover .content h3 {
  color: #09947D;
}
.AIA .image-container {
  position: relative;
  overflow: hidden;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
  border-radius: 8px 8px 0px 0px;
}
.AIA .image-container img {
  width: 100%;
  transition: transform 0.6s ease-out;
}
.AIA .content {
  padding: 30px 30px;
  text-align: center;
	min-height: 140px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .AIA .content {
    min-height: 154px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .AIA .content {
    min-height: 160px;
  }
}
.AIA .content h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  transition: color 0.3s ease;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
.AIA .content p {
  color: #333;
  font-size: 14px;
  line-height: 16px;
  margin: 0px;
	text-transform: uppercase;
}
@media (min-width: 992px) {
  .AIA .AIA-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .AIA .AIA-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
  }
}
	/* // SCHEDA PRODOTTO // */
.top-box {
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.top-box .distanziale {
  margin-top: 30px;
}
.top-box .distanziale-negativo {
  margin-bottom: -60px;
}
.top-box .top-box-content {
  position: relative;
  z-index: 2;
	padding-top: 0px;
	padding-bottom: 60px;
}
.top-box .top-box-content .content {
  padding: 0px;
}
.top-box .top-box-content .content em {
  font-weight: 600;
}
.top-box .top-box-content .content h2 {
  font-size: 24px;
	line-height: 24px;
  font-weight: 500;
	padding-bottom: 10px;
	padding-right: 10px;
  margin-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #CCC;
  color: #000;
	display: inline-block;
}
@media (max-width: 768px) {
  .top-box .top-box-content .content h2 {
    font-size: 20px;
  }
}
.top-box .top-box-content .content h2 i {
	position: relative;
	top: 23px;
}
.top-box .top-box-content .content h3 {
	font-size: 18px;
	line-height: 18px;
  font-weight: 600;
  color: #666;
	font-style: oblique;
	text-transform: lowercase;
  margin-top: 10px;
  margin-bottom: 20px;
}
.top-box .top-box-content .content h3.title-big {
	font-size: 24px;
	line-height: 24px;
}
.top-box .top-box-content .content h4.title-small {
	font-size: 18px;
	line-height: 18px;
}
.top-box .top-box-content .content .cta-group {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.top-box .top-box-content .content .cta-group .btn-primary {
  background-color: #09947D;
  color: #FFF;
  padding: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
  margin-bottom: 5px;
}
.top-box .top-box-content .content .cta-group .btn-primary:hover {
  background-color: rgba(51, 51, 51, 0.8);
  transform: translateY(-2px);
}
.top-box .top-box-content .content ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.top-box .top-box-content .content ul li {
  margin: 0px;
  padding: 5px 0px;
  list-style: none;
}
.top-box .top-box-content .content ul li::before {
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
  content: "\e108"; /* Icona tipologia Solid */
  display: inline-block;
  padding-right: 10px;
}
.top-box .top-box-content .content ul li:last-child {
  margin: 0px;
  padding: 5px 0px 20px 0px;
  list-style: none;
}
.top-box .top-box-content .top-box-image {
  position: relative;
  padding: 0px;
}
.top-box .top-box-content .top-box-image img {
  border-radius: 5px;
  width: 100%;
  height: auto;
  border: 1px solid #CCC;
}
@media (min-width: 1401px) {
	.top-box .top-box-content .top-box-image img {
  	box-shadow: -20px 20px 60px color-mix(in srgb, #444, transparent 85%);
	}
}
@media (max-width: 992px) {
  .top-box .top-box-content .content {
    text-align: center;
    padding: 0px 0px 40px 0px;
  }
  .top-box .top-box-content .content p {
    max-width: 100%;
    text-align: left;
  }
  .top-box .top-box-content .content ul {
    max-width: 100%;
    text-align: left;
  }
  .top-box .top-box-content .top-box-image {
    padding: 0px 0px 20px 0px;
  }
}
		/* / PRODUCT GALLERY / */
.product-gallery {
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	padding-top: 30px;
	padding-bottom: 30px;
}
.portfolio  {
  padding: 0px 0px 0px 0px;
  margin: 0px;
}
.portfolio .portfolio-content {
  position: relative;
  overflow: hidden;
}
.portfolio .portfolio-content img {
  transition: 0.3s;
	border: 1px solid #FFF;
}
.portfolio .portfolio-content i {
  position: absolute;
  left: calc(50% - 40px);
  font-size: 26px;
  top: calc(50% - 34px);
  color: rgba(255, 255, 255, 0.3);
  transition: 0.3s;
	font-size: 70px;
  line-height: 1.2;
}
.portfolio .portfolio-content:hover i {
  color: rgba(255, 255, 255, 1);
}
.portfolio .portfolio-content:hover img {
  transform: scale(1.1);
}
		/* / FINE - PRODUCT GALLERY /*/
		/* / PUNTI DI FORZA / */
.punti-forza {
	padding-top: 30px;
	padding-bottom: 0px;
}
.punti-forza ul {
	margin: 0px;
	padding: 30px;
	list-style: none;
	border: 1px solid #CCC;
}
.punti-forza ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.punti-forza ul li i {
	float: left;
	margin-top: 4px;
}
.punti-forza ul li span {
	border-bottom: 1px solid #CCC;
	display: block;
	margin-left: 30px;
}
.punti-forza ul li span em {
	font-weight: 600;
	text-transform: uppercase;
	font-style: normal;
}
.punti-forza ul li span em i {
	float: none;
	margin-top: 0px;
	margin-right: 5px;
}
		/* / FINE - PUNTI DI FORZA / */
		/* / PRODOTTI CORRELATI / */
		/* GPC = Gallery Prodotti Correlati */
.GPC {
  padding-top: 40px;
  padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.GPC .GPC-card {
  background: #EEE;
  transition: all 0.4s ease-out;
  overflow: hidden;
	border-radius: 0px;
}
.GPC .GPC-card:hover {
  transform: translateY(-8px);
}
.GPC .GPC-card:hover .image-container img {
  transform: scale(1.05);
}
.GPC .GPC-card:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.GPC .GPC-card:hover .content h3 {
  color: var(--accent-color);
}
.GPC .image-container {
  position: relative;
  overflow: hidden;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
  border-radius: 0px;
}
.GPC .image-container img {
  width: 100%;
  transition: transform 0.6s ease-out;
}
.GPC .content {
  padding: 30px 30px;
  text-align: center;
	min-height: 140px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.GPC .content-hight {
  padding: 30px 30px;
  text-align: center;
	min-height: 170px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.GPC .content h2, .GPC .content-hight h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  transition: color 0.3s ease;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
.GPC .content p, .GPC .content-hight p {
  color: #333;
  font-size: 14px;
  line-height: 16px;
  margin: 0px;
	text-transform: uppercase;
}
@media (min-width: 992px) {
  .GPC .GPC-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .GPC .GPC-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .GPC .content-hight {
	 min-height: 210px;
  }
}
@media (min-width: 990px) and (max-width: 1199px) {
  .GPC .content-hight {
	 min-height: 244px;
  }
}
		/* / FINE - PRODOTTI CORRELATI / */
	/* // FINE - SCHEDA PRODOTTO // */
/* /// FINE - ALLESTIMENTI /// */
/* /// GRUPPI DI PULIZIA IDRODINAMICA /// */
/* N.B. Utilizzata la formattazione degli allestimenti. Qui vengono inserite solo le classi specifiche di questa sezione e delle sue sottosezioni */
  /* // AF (Acqua Fredda) // */
@media (min-width: 1200px) and (max-width: 1399px) {
  .AF .AIA-grid .AIA-item .content {
    min-height: 154px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .AF .AIA-grid .AIA-item .content {
    min-height: 170px;
  }
}
  /* // FINE - AF (Acqua Fredda) // */
/* /// FINE - GRUPPI DI PULIZIA IDRODINAMICA /// */
/* /// ACCESSORI /// */
/* N.B. Utilizzata la formattazione degli allestimenti. Qui vengono inserite solo le classi specifiche di questa sezione e delle sue sottosezioni */
.ACC .AIA-grid .AIA-item .content {
    min-height: 164px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ACC .AIA-grid .AIA-item .content {
    min-height: 170px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ACC .AIA-grid .AIA-item .content {
    min-height: 194px;
  }
}
/* /// FINE - ACCESSORI /// */
/* /// CONTATTI /// */
.contact-us {
  padding: 60px 0px;
}
.contact-us .contact-us-item {
  padding: 20px;
  border-radius: 8px;
  transition: all 0.4s ease;
  height: 100%;
  position: relative;
	border: 1px solid #CCC;
}
.contact-us .contact-us-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.contact-us .contact-us-item:hover .contact-us-icon i {
  transform: scale(1.1);
}
.contact-us .contact-us-icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #09947D;
	margin-bottom: 20px;
	margin-right: 20px; 
}
.contact-us .contact-us-icon i {
  font-size: 24px;
  color: #FFF;
  transition: transform 0.3s ease;
}
.contact-us h2 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 24px;
  line-height: 24px;
	text-transform: uppercase;
	padding-bottom: 20px;
	border-bottom: 1px solid #09947D;
}
.contact-us ul {
  margin: 0px;
	padding: 0px;
	list-style: none;
}
.contact-us ul li {
  margin: 0px;
	padding: 0px;
	list-style: none;
}
.contact-us ul li strong {
  font-weight: 600;
	font-style: oblique;
}
.contact-us p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 40px;
}
@media (max-width: 990px) {
  .contact-us {
    padding: 80px 0;
  }
  .contact-us .contact-us-item {
    padding: 40px 24px;
  }
  .contact-us .contact-us-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 32px;
  }
  .contact-us .contact-us-icon i {
    font-size: 28px;
  }
  .contact-us h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .contact-us p {
    font-size: 15px;
    margin-bottom: 32px;
  }
}
/* /// FINE - CONTATTI // */
/* /// FOOTER /// */
.footer {
  color: #FFF;
  background-color: #303C35;
  font-size: 16px;
  padding-bottom: 50px;
  position: relative;
}
.footer h2 {
  font-size: 16px;
	line-height: 1;
  font-weight: 400;
  position: relative;
  padding-bottom: 12px;
	color: #FFF;
	text-transform: uppercase;
}
.footer .footer-top {
  padding-top: 50px;
}
.footer .footer-about .sitename {
  color: #FFF;
  font-size: 30px;
  font-weight: 600;
  font-family: "Montserrat",  sans-serif;
	text-transform: uppercase;
	display: block;
}
.footer .footer-about .sitename span {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat",  sans-serif;
	text-transform: uppercase;
}
.footer .footer-about img {
  max-width: 80px;
	float: left;
	margin-right: 10px;
}
.footer .footer-contact i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  border: 1px solid #FFF;
  font-size: 24px;
  color: #FFF;
  margin-right: 10px;
  transition: 0.3s;
	float: left;
}
.footer .footer-contact i:hover {
  border: 1px solid #09947D;
  color: #09947D;
}
.footer .footer-contact ul {
  margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer .footer-contact ul li {
  margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 16px;
  color: #09947D;
  margin-right: 10px;
  transition: 0.3s;
}
.footer .social-links a:hover {
  color: #FFF;
  border-color: #FFF;
}
.footer .footer-links {
  margin-bottom: 30px;
}
.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-links ul i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 1;
  color: #FFF;
}
.footer .footer-links ul li {
  padding: 0px 0px 10px 0px;
  display: flex;
  align-items: center;
}
.footer .footer-links ul li:first-child {
  padding-top: 0;
}
.footer .footer-links ul a {
  display: inline-block;
  color: #FFF;
}
.footer .footer-links ul a:hover {
  color: #FFF;
	text-decoration: underline;
}
/* /// FINE - FOOTER /// */
/* /// HACK E RISOLUZIONE PROBLEMI /// */
  /* // FIX NAVBAR — DESKTOP + TOPBAR GRADUALE // */
@media (min-width: 1200px) {
    /* / HEADER FISSO / */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    transition: none !important; /* niente flicker sull'header */
  }
    /* / FINE - HEADER FISSO / */
    /* / EVITA SFARFALII / */
  .header .branding {
    transition: none !important;
  }
    /* / FINE - EVITA SFARFALLII / */
    /* / TOPBAR - TRANSIZIONE MORBIDA / */
  .header .topbar {
    height: 40px;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    transition: height 0.4s ease, opacity 0.4s ease;
  }
  .scrolled .header .topbar {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
    /* / FINE - TOPBAR - TRANSIZIONE MORBIDA / */
    /* / COMPENSAZIONE SPAZIO HEADER / */
  body {
    padding-top: 160px;
  }
    /* / FINE - COMPENSAZIONE SPAZIO HEADER / */
    /* / EFFETTO GRADUALE SCOMPARSA TOPBAR / */
  .header .topbar {
    height: 40px;
    opacity: 1;
    visibility: visible;
    transition: height 0.4s ease, opacity 0.4s ease;
  }
  .scrolled .header .topbar {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
    /* / EFFETTO GRADUALE SCOMPARSA TOPBAR / */
}
  /* // FINE - FIX NAVBAR — DESKTOP + TOPBAR GRADUALE // */
@media (max-width: 1199px) {
  /* // DROPDOWN CHIUSO MA ANIMABILE // */
  .navmenu .dropdown ul {
    /* position: static;  */  /* corregge "aziendaic" */
    display: block; /* Sempre block, gestiamo apertura con max-height */
    max-height: 0; /* Chiuso */
    opacity: 0;
    overflow: hidden;
    z-index: 99;
    padding: 0; /* Niente padding quando chiuso */
    margin: 10px 20px;
    background-color: transparent; 
    border: 1px solid #999;
    box-shadow: none;
    transition: max-height 0.35s ease, opacity 0.35s ease;
  }
    /* / DROPDOWN APERTO (CLASSE APPLICATA DAL JS) / */
  .navmenu .dropdown ul.dropdown-active {
    max-height: 700px; /* Altezza sufficiente */
    opacity: 1;
    padding: 10px 0; /* Padding solo quando aperto */
  }
    /* / FINE - DROPDOWN APERTO (CLASSE APPLICATA DAL JS) / */
}
  /* // FINE - DROPDOWN CHIUSO MA ANIMABILE // */
  /* // COPRIRE IL LOGO DELL'AZIENDA SCORRENDO IL MENU // */
@media (max-width: 1199px) {
    /* Il li non deve essere trasparente */
  .navmenu ul.menu-brand-mobile li.no-image-bg {
    background-color: #FFF;
    position: relative;
  }
    /* Tratteggio sottile */
  .navmenu ul.menu-brand-mobile li.no-image-bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(
      to right,
      #058C32 0,
      #058C32 6px,
      transparent 6px,
      transparent 12px
    );
    position: relative;
    z-index: 2; /* linea sopra i layer coprenti */
  }
    /* Layer coprente sopra il tratteggio */
  .navmenu ul.menu-brand-mobile li.no-image-bg::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -6px; /* Distanza sopra */
    height: 6px; /* Spessore dello spazio */
    background-color: #FFF;
    z-index: 1;
  }
    /* Layer coprente sotto il tratteggio */
  .navmenu ul.menu-brand-mobile li.no-image-bg > span,
  .navmenu ul.menu-brand-mobile li.no-image-bg > div {
    display: none; /* Sicurezza: non usato, ma evita interferenze */
  }
  .navmenu ul.menu-brand-mobile li.no-image-bg::marker {
    content: "";
  }
  .navmenu ul.menu-brand-mobile li.no-image-bg::before {
    margin: 0;
  }
  .navmenu ul.menu-brand-mobile li.no-image-bg::after {
    bottom: -6px; /* Distanza sotto */
    top: auto;
    height: 6px;
  }
}
  /* // FINE - COPRIRE IL LOGO DELL'AZIENDA SCORRENDO IL MENU // */
  /* // PER SCHERMI DA 380PX DI LARGHEZZA MINIMA */
@media (max-width: 400px) {
  .mobile-nav-toggle {
    margin-left: 10px; /* Ridotto per schermi piccoli */
    font-size: 26px; /* Leggermente più piccola per sicurezza */
  }
    /* Riduce i margini del contenitore del menu */
  .navmenu ul {
    inset: 60px 10px 20px 10px !important;
  }
    /* Riduce il padding dei link per evitare overflow */
  .navmenu a {
    padding: 10px 12px !important;
  }
    /* Riduce leggermente la larghezza del menu mobile */
  .navmenu ul.menu-brand-mobile {
    width: 94% !important;
  }
    /* Evita overflow orizzontale globale */
  body, html {
    overflow-x: hidden !important;
  }
}
  /* // PER SCHERMI DA 380PX DI LARGHEZZA MINIMA */
  /* // PAREGGIA ALTEZZA CARD SEZIONE TI PUO' INTERESSARE // */
/* /// FINE - HACK E RISOLUZIONE PROBLEMI /// */