/* ==== Carousel Home – Febiam ==== */

.febiam-home-carousel {
  background: #000;
}

.febiam-home-carousel .carousel {
  overflow: hidden;
}

/* Immagini banner 1920x500 */
.febiam-carousel-img {
  width: 100%;
  height: 500px;
  object-fit: cover;   /* riempie il box mantenendo proporzioni */
}

/* Indicatori (puntini) */
.febiam-home-carousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
}

.febiam-home-carousel .carousel-indicators .active {
  background-color: #fcea10;
  opacity: 1;
}

/* Caption leggibile su overlay */
.febiam-home-carousel .carousel-caption {
  background: rgba(0, 0, 0, .35);
  border-radius: 12px;
  padding: .75rem 1rem;
}

.febiam-home-carousel .carousel-caption h2 {
  color: #fff;
}

.febiam-home-carousel .carousel-caption p {
  color: #f1f1f1;
}

/* Frecce */
.febiam-home-carousel .carousel-control-prev-icon,
.febiam-home-carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100%);
}
.parallax-section {
position: relative;
width: 100%;
height: 400px;
background-image: url('/wp-content/uploads/2025/09/febiam_deposito-bagagli-napoli-1.jpg') !important; /* cambia con il tuo URL */
/*background-attachment: fixed;*/
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}



.parallax-overlay {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.titolo-giallo{
  color: #222D59 !important;
}
.bg-cta{
background-color:#222d59 !important;
}