body {
  color: #1f1f1f;
}

.header-top.header-top-green {
  background-color: #028674;
}

.bg-black {
  background-color: #000;
}

.bg-green {
  background-color: #028674;
}

.text-green {
  color: #028674;
}

.text-gold {
  color: #ffc107;
}

.bg-green {
  background: #073014;
}

.btn.btn-green-900:hover {
  background-image: unset;
}
.btn.btn-green {
  background-color: #a1c037;
}

.container-how-it-work {
  position: relative;
  z-index: 1;
}

.rounded-20 {
  border-radius: 20px;
}

.card {
  text-align: center;
  min-width: 240px;
}

sub {
  font-size: 16px;
}

.border-gold {
  border: 4px solid goldenrod;
}

.border-silver {
  border: 4px solid silver;
}

.btn,
.btn.btn-black {
  border-radius: 5px;
}

.form-control,
.form-select,
textarea.form-control {
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #252525;
}

.custom-list li {
  margin-bottom: 20px;
  display: flex;
  gap:5px;
}

.custom-list li:last-child {
  margin-bottom: 0px;
}

hr {
  margin: 0;
}

header,
.sticky-bar.stick {
  border-bottom: 1px solid #444;
}

.accordion-item .accordion-button {
  background-color: #fff;
  color: #252525;
  padding: 20px 10px;
}

.swiper-pagination-bullet-active {
  background: #028674;
}

.text-center-any {
  text-align: center;
}


.section-intro {
  position: relative;
  background-image: url('/landing/assets/imgs/slide.webp');
  background-position: 50% 0;
  background-size: cover;
  padding: 5rem 0;
}

.section-info {
  position: relative;
  background-image: url('/landing/assets/imgs/fotovoltaico.webp');
  background-position: 50% 0;
  background-size: cover;
  padding: 5rem 0;
}

.section-intro::before,
.section-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(1, 16, 48, 0.6); /* Colore nero con opacità del 50% */
  z-index: 1;
}

.section-intro .container,
.section-info .container {
  position: relative;
  z-index: 2;
}

.bg-dark {
  background-color: #3b3b3c !important;
}
.bg-green {
  background-color: #a1c037 !important;
}

.bg-blu {
  background-color: #1a3d64 !important;
}
.btn-green {
  color: #fff;
  background-color: #a1c037;
  border-color: #a1c037;
}
.btn-green:hover {
  color: #fff;
  background-color: #99ba25;
  border-color: #99ba25;
}
.text-green {
  color: #a1c037;
}
.card {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 25px;
}

.card h5 {
  word-break: keep-all;
}


.htm_whiteBlock {
  
  border-radius: 25px 0 0 25px;
  display: flex;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  flex-grow: 1;
}


.htm_fotov_panel {
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px 15px #ddd6d6;
  background-color: #f5f5f5;
  margin-bottom: 80px;
}

.card-grid-1 {
  padding: 53px 35px;
  display: inline-block;
  width: 100%;
  border-radius: 16px;
  margin-bottom: 20px;
  text-align: center;
}

.list-icons .item-icon {
  position: relative;
  padding: 0px 0px 20px 10px;
  margin-bottom: 0px;
  border-bottom: 0px solid #E4E7EC;
}

.list-icons .item-icon.none-bd {
  border-bottom: 0px;
  padding: 0px 0px 10px 20px;
  margin-bottom: 0px;
}

.text-heading-2 {
  font-family: "Chivo", sans-serif;
  font-weight: bold;
  font-size: 38px;
  line-height: 44px;
  letter-spacing: 0%;
}

.card-grid-1 {
  padding: 20px;
  display: inline-block;
  width: 100%;
  border-radius: 16px;
  margin-bottom: 20px;
  text-align: center;
  border: 3px solid #ffffff;
  background-color: #98b532;
}

@media (max-width: 992px) {
  .card {
      flex: 0 0 auto;
      width: 250px;
  }
}

/* Fab */

.br-25 {
  border-radius: 25px;
}

.box-1 {
  padding: 80px;
  border: 4px solid #98b532 !important;
}

.slider-item-snapstart.slider-item-reveal {
  --swiffy-slider-item-reveal: 0rem;
}

.cta-fixed {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 15px;
  left: 0;
  height: 50px;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cta-fixed a,
.cta-fixed a:hover,
.cta-fixed a:active {
  border: 2px solid #fff;
}

.cta-fixed.fadeInUp {
  display: block;
  animation: fadeInUp 0.9s ease forwards;
}

.cta-fixed.fadeOutDown {
  display: block;
  animation: fadeOutDown 0.9s ease forwards;
}

/* Animazione per entrata */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Animazione per uscita */
@keyframes fadeOutDown {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}

@media (max-width: 575px) {

  .text-heading-1 {
    font-size: 32px;
    line-height: 44px;
  }

  .box-1 {
    padding: 20px;
  }

  .slider-item-snapstart.slider-item-reveal {
    --swiffy-slider-item-reveal: 2rem;
  }

  .card-grid-1 {
    min-height: 370px;
  }

}