.breadcrumb li.breadcrumb-item span {
    color: #c6c6c6;
    transition: 0.5s ease-in-out;
}

.project-details ul {
    padding-bottom: 30px;
}

.project-details li {
    padding-bottom: 14px;
    padding-left: 27px;
    position: relative;
    font-family: "Epilogue";
}

.project-details li::before {
    content: "";
    position: absolute;
    background-color: #00b050;
    width: 12px;
    height: 12px;
    top: 5px;
    left: 0;
}

.project-details p {
    padding-bottom: 30px;
}

.project-details .is-type-video {
    text-align: center;
}

.design-section .design-style.two img {
    margin-top: 30px;
    width: 82px;
    position: relative;
}

.design-section .design-style img {
    margin-top: -10px;
    width: 82px;
    position: relative;
}

.design-section .design-style img {
    transition: 0.5s ease-in-out;
    position: relative;
    z-index: 11;
    display: block;
    font-size: 82px;
    line-height: 60px;
    margin-bottom: 60px;
    display: inline-block;
}

.design-section .design-style:hover img {
    filter: brightness(0) invert(1);
}

.design-section .design-style.two {
    background-color: black;
}

.design-section .design-style.two h4 {
    background-image: linear-gradient(to right, #00b050, #00b050 50%, #fff 50%);
}

.design-section .design-style h4 {
    font-size: 26px;
    font-weight: 800;
    padding-bottom: 10px;
    display: inline-block;
    background-image: linear-gradient(to right, #00b050, #00b050 50%, #000 50%);
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

.design-section .design-style h4:hover {
    background-position: 0%;
}

.introduction-text img {
    font-size: 100px;
    margin-right: 40px;
    position: relative;
    z-index: 11;
    line-height: 36px;
    transition: 0.5s 
ease-in-out;
	filter: brightness(0);
}

.challenges-section 
.introduction-text img {
    font-size: 100px;
    margin-right: 40px;
    position: relative;
    z-index: 11;
    line-height: 36px;
    transition: 0.5s 
ease-in-out;
	filter: brightness(1);
}

.services-one img {
    position: relative;
    z-index: 2;
    transition: 0.5s 
ease-in-out;
    display: block;
}

.design-section .design-style.two img {
    margin-top: 40px;
    width: 82px;
    position: relative;
    align-self: center;
}

.design-section .design-style.two {
    display: flex
;
    flex-wrap: wrap;
    flex-direction: column;
}

/* FIX TAB PROGETTI – evita overlay */
.steel-tabs{
  position: relative;
  z-index: 50;
}

.steel-tab{
  position: relative;
  z-index: 60;
}

/* =========================
   ARCHIVE PROGETTI – MOBILE
   ========================= */
@media (max-width: 767px) {

  /* Tabs */
  .steel-tabs {
    flex-direction: column;
    gap: 10px;
  }

  .steel-tab {
    width: 100%;
    text-align: center;
    padding: 14px;
    font-size: 15px;
  }

  /* Colonne progetti */
  .steel-tab-panel .row {
    margin-left: 0;
    margin-right: 0;
  }

  .steel-tab-panel .col-lg-6 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  /* Card progetto */
  .innovative {
    display: block;
  }

  .innovative figure img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }

  .client-company {
    padding: 16px;
  }

  .client-company h4 {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .client-company h3 {
    font-size: 18px;
    line-height: 1.3;
  }

}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-menu li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  display: block;
}

.footer-menu li a:hover {
  color: #00b050;
}

.wpcf7 form a {
  color: #ffffff;
}

.wpcf7 form a:hover {
  color: #fff;
}



/* =========================
   HERO HOMEPAGE
   ========================= */
/* Overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.1);
  z-index: 1;
}

/* Contenuti sopra overlay */
.hero-one-section .container,
.hero-one-slider,
.hero-one-text {
  position: relative;
  z-index: 2;
  color: #fff;
}

@media (max-width: 768px) {
  .hero-one-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-overlay {
    background: rgba(0,0,0,0.2); /* puoi aumentare per migliorare contrasto su immagini chiare */
  }
}

.partner-item {
  padding: 30px;
  border: 1px solid #f1f1f1;
  transition: 0.3s ease-in-out;
  background: #fff;
}



/* HOME */
.partner.swiper-slide .imgg {
  width: 180px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner.swiper-slide .imgg img {
  width: 160px;
  height: 80px;
  object-fit: contain;
}

/* ARCHIVE */
.partner-item {
  width: 200px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-item img {
  width: 180px;
  height: 80px;
  object-fit: contain;
}

.partner-item img {
  max-width: 200px;
  width: 100%;
  height: auto;
  transition: 0.3s ease-in-out;
}

.partner-item:hover img {
  filter: grayscale(0%);
}

.partner-item:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}


.team-email {
  margin-top: 6px;
  font-size: 14px;
}

.team-email a {
  color: #00b050;
  text-decoration: none;
  transition: 0.3s ease;
}

.team-email a:hover {
  text-decoration: underline;
}

.challenges-section + .section-cta-home {
  margin-top: 60px;
}

.faq-section .accordion {
  text-align: left; /* le domande restano leggibili */
}

.faq-section .heading {
  text-align: center;
  margin-bottom: 30px;
}


/* =========================
   FOOTER TOP
========================= */

.footer-top-row {
  margin-bottom: 40px;
  align-items: flex-start;
}

/* tutto allineato a sinistra */
.footer-top-row .col-lg-4,
.footer-top-row .footer-contact,
.footer-top-row .footer-center,
.footer-top-row .footer-logo {
  text-align: left !important;
}

/* logo */
.footer-logo img {
  max-height: 70px;
  width: auto;
  filter: brightness(0) invert(1); /* rende il logo bianco */
}

/* titoli */
.footer-top-row h3 {
  color: #fff;
  margin-bottom: 18px;
}

/* testi contatti e ubicazione */
.footer-top-row p,
.footer-top-row h6,
.footer-top-row a,
.footer-top-row span {
  color: #fff !important;
}

/* contatti */
.footer-center p {
  margin-bottom: 8px;
}

/* ubicazione */
.footer-location {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  text-align: left;
}

.footer-location i {
  color: #00b050;
  font-size: 28px;
  line-height: 1;
  margin-top: 4px;
}

.footer-location h6,
.footer-location p {
  margin: 0;
  color: #fff !important;
}

/* bottom */
.footer-simple-bottom,
.footer-simple-bottom p,
.footer-simple-bottom a,
.footer-policy-links a {
  color: #fff;
}

/* mobile */
@media (max-width: 991px) {
  .footer-top-row .col-lg-4,
  .footer-top-row .footer-contact,
  .footer-top-row .footer-center,
  .footer-top-row .footer-logo {
    text-align: left !important;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .footer-location {
    justify-content: flex-start;
  }
}


.project-gallery-slider-single {
  overflow: hidden;
}

.project-gallery-slider-single .swiper-slide {
  width: 100%;
}

.project-gallery-item img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.project-gallery-pagination {
  margin-top: 20px;
  text-align: center;
}

.project-gallery-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.project-gallery-prev,
.project-gallery-next {
  cursor: pointer;
}

@media (max-width: 767px) {
  .project-gallery-item img {
    height: 260px;
  }
}

/* pallini default */
.project-gallery-pagination .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}

/* pallino attivo */
.project-gallery-pagination .swiper-pagination-bullet-active {
  background: #00b050;
}

.project-gallery-slider-single {
  position: relative;
}

/* container frecce */
.project-gallery-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 10;
}

/* singole frecce */
.project-gallery-prev,
.project-gallery-next {
  width: 45px;
  height: 45px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.3s;
}

/* hover */
.project-gallery-prev:hover,
.project-gallery-next:hover {
  background: #00b050;
}


/* =========================
   STORIA - TESTO A SINISTRA / IMMAGINE A DESTRA
   ========================= */

.storia-intro-left {
  padding-right: 30px;
}

.storia-intro-left span {
  display: inline-block;
  margin-bottom: 14px;
}

.storia-intro-left h2 {
  margin-bottom: 22px;
  line-height: 1.1;
  max-width: 620px;
}

.storia-intro-subtitle {
  margin-bottom: 22px;
  max-width: 600px;
}

.storia-intro-subtitle p,
.storia-intro-subtitle h6 {
  font-size: 19px;
  line-height: 1.8;
  color: #444;
  font-weight: 500;
  margin-bottom: 0;
}

.storia-intro-text {
  max-width: 620px;
}

.storia-intro-text p {
  font-size: 17px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 18px;
}

.storia-intro-text p:last-child {
  margin-bottom: 0;
}

.storia-intro-image {
  text-align: center;
}

.storia-intro-image img {
  width: 100%;
  max-width: 620px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

/* tablet */
@media (max-width: 991px) {
  .storia-intro-left {
    padding-right: 0;
  }

  .storia-intro-left h2,
  .storia-intro-subtitle,
  .storia-intro-text {
    max-width: 100%;
  }

  .storia-intro-image {
    margin-top: 10px;
  }
}

/* mobile */
@media (max-width: 767px) {
  .storia-intro-left {
    text-align: left;
  }

  .storia-intro-left h2 {
    margin-bottom: 18px;
  }

  .storia-intro-subtitle {
    margin-bottom: 18px;
  }

  .storia-intro-subtitle p,
  .storia-intro-subtitle h6 {
    font-size: 16px;
    line-height: 1.7;
  }

  .storia-intro-text p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 14px;
  }
}

.project-gallery-item {
  width: min(100%, 600px);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin: 0 auto;
}

.project-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}