/* FLICKITY TRAILERS CAROUSEL CUSTOM STYLE */
#trailers-carousel-full {
  min-height: 432px;
  background: url("https://www.heavyhaulers.com/blog/wp-content/uploads/2023/11/dark-black-texture-background-scaled-2.jpg");
  background-color: #222222;
  background-size: cover;
  padding: 56px 0 80px 0;
}

#trailers-carousel-full h3 {
  font-family: badgrudge, sans-serif;
  color: #fff;
  font-size: 3.5rem;
  line-height: 40px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 14px;
}

#trailers-carousel-full h3 span {
  color: #fab928;
  text-shadow: -1px -1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333,
    1px 1px 0 #333;
}

#trailers-carousel-full p {
  font-family: Yantramanav, sans-serif;
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: 16px;
}

#trailers-carousel-full .trailers-carousel {
  background: transparent;
  padding: 0 75px;
}

#trailers-carousel-full .trailers-carousel .flickity-viewport {
  height: 303px !important;
}

#trailers-carousel-full .trailers-carousel-cell {
  width: 49.5%;
  height: 100%;
  margin-right: 10px;
  padding: 0.5rem;
  background: transparent;
  border: none;
  /* border-radius: 0px;
    border: 3px solid transparent;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2); */
  /* counter-increment: carousel-cell; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#trailers-carousel-full .trailers-carousel-cell__img-wrapper {
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  /* Center vertically */
  justify-content: center;
  /* Center horizontally */
}

#trailers-carousel-full .trailers-carousel-cell img {
  max-height: 40%;
  max-width: 90%;
  margin-bottom: 1rem;
}

#trailers-carousel-full .trailers-carousel-cell h5 {
  font-size: 2.5rem;
  line-height: 1.75rem;
  font-family: badgrudge;
  color: white;
}

#trailers-carousel-full .trailers-carousel-cell:hover h5 {
  /* background-color: rgb(255, 234, 173); */
  /* border: 3px solid #FAB928; */
  color: #fab928;
}

#trailers-carousel-full .trailers-carousel-cell ul li {
  color: white;
  font-size: 1rem;
}

/* cell number */
#trailers-carousel-full .trailers-carousel-cell:before {
  display: block;
  text-align: center;
  /* content: counter(carousel-cell); */
  line-height: 200px;
  font-size: 80px;
  color: white;
}

#trailers-carousel-full .flickity-page-dots {
  bottom: -22px;
  right: 0;
}

/* dots -> lines */
#trailers-carousel-full .flickity-page-dots .dot {
  background-color: #f2f2f2;
  height: 4px;
  width: 40px;
  margin: 0;
  border-radius: 0;
}

#trailers-carousel-full .flickity-page-dots .dot.is-selected {
  background-color: #fab928;
}

/* media queries */
@media (max-width: 767px) {
  #trailers-carousel-full .flickity-page-dots {
    display: none;
  }

  #trailers-carousel-full .trailers-carousel-cell {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  #trailers-carousel-full .flickity-prev-next-button {
    display: none;
  }

  #trailers-carousel-full .trailers-carousel {
    padding: 0px;
  }
}
