section.one .row {
  height: 100vh;
}
section.one .hero-swiper-container {
  height: 100vh;
  overflow: hidden;
}
section.one .hero-swiper {
  width: 100%;
  height: 100%;
}
section.one .hero-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
section.one .background-sezione {
  height: 100%;
  overflow: hidden;
}
section.one .background-sezione:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.33) 0%, rgba(255, 255, 255, 0) 80%);
}
section.one h1 {
  color: white;
}
section.one span {
  color: white;
  font-size: 25px;
}
@media (min-width: 992px) {
  section.one span {
    font-size: 38px;
  }
}

section.two {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  section.two {
    padding-bottom: 0;
  }
}
section.two span {
  font-size: 24px;
}
@media (min-width: 992px) {
  section.two span {
    font-size: 28px;
  }
}

section.orientamento {
  background: #B27A3A;
  overflow: hidden;
}
section.orientamento * {
  color: white;
}
section.orientamento:before {
  content: "";
  position: absolute;
  left: -200px;
  bottom: -200px;
  width: 500px;
  height: 500px;
  border-radius: 500px;
  border: 54px solid rgba(255, 255, 255, 0.1);
}
section.orientamento:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -250px;
  width: 500px;
  height: 500px;
  border-radius: 500px;
  border: 54px solid rgba(255, 255, 255, 0.1);
}

section.faq {
  padding: 100px 0;
  margin: 100px 0;
}
section.faq .accordion * {
  box-shadow: none !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}
section.faq .accordion .accordion-item {
  border-width: 0 0 1px 0 !important;
  border-bottom: 1px solid black;
}
section.faq .accordion .accordion-item .accordion-button {
  color: black;
  font-weight: 600;
  padding: 20px 0;
}
section.faq .accordion .accordion-item .accordion-body {
  padding-top: 0;
}

section.patologie-terapie {
  padding: 100px 0;
  margin: 100px 0;
}
section.patologie-terapie .col-lg-6 .mb-4 {
  border: 2px solid #e0e0e0;
  border-radius: 15px;
  padding: 30px;
  background: #fafafa;
  transition: all 0.3s ease;
  height: 100%;
}
section.patologie-terapie .col-lg-6 .mb-4:hover {
  border-color: #B27A3A;
  box-shadow: 0 8px 25px rgba(178, 122, 58, 0.15);
  transform: translateY(-2px);
}
section.patologie-terapie .col-lg-6 .mb-4 h2 {
  color: #333;
  margin-bottom: 15px;
}
section.patologie-terapie .col-lg-6 .mb-4 .text {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}
section.patologie-terapie .col-lg-6 .mb-4 .button {
  background: #B27A3A;
  color: white;
  padding: 12px 25px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}
section.patologie-terapie .col-lg-6 .mb-4 .button:hover {
  background: #9a6a32;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(178, 122, 58, 0.3);
}
section.patologie-terapie .card {
  border: none;
  border-radius: 20px !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
section.patologie-terapie .card:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
}
section.patologie-terapie .card .body {
  padding: 20px;
}
section.patologie-terapie .card .body .title {
  font-size: 20px;
  font-weight: 600;
}
section.patologie-terapie .card .body .text {
  font-size: 1em;
  line-height: 1.5em;
}
section.patologie-terapie .card .body .link {
  color: #B27A3A;
  font-weight: 600;
  text-decoration: none;
}

section.cta {
  height: 600px;
}