/* --------------------------------------------------------
   Featured Transports v2
   Author: Felipe Lima
   Description: Custom styles for the Featured Transports v2 page.
   Use with featured-transport-v2-template.
   Version: 1.0
   -------------------------------------------------------- */

body {
  width: 100% !important;
}

/*  banner */
#featured-transports-main .banner {
  background-image: url("https://www.heavyhaulers.com/blog/wp-content/uploads/2025/01/image-3.webp");
  background-position-y: -683px;
  background-size: initial;
  min-height: 300px;
  /* min-height: auto; */
  background-repeat: repeat-x;
}

#featured-transports-main .banner-detail {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#featured-transports-main .banner-detail__img-wrapper {
  height: 258px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}

#featured-transports-main .banner-detail__img-wrapper img {
  width: auto;
  height: 100px;
  border: 3px solid white;
}

#featured-transports-main .banner-detail__img-wrapper img:hover {
  border: 3px solid #fcc800;
}

#featured-transports-main .banner-detail__text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#featured-transports-main .banner-detail__text-wrapper h2 {
  line-height: clamp(3.5rem, 5vw + 1rem, 3.5rem);
  margin-top: 0;
  font-family: badgrudge, sans-serif;
  font-size: clamp(65px, 5vw + 1rem, 74px);
  font-weight: normal;
  margin-bottom: 12px;
  color: #fff;
  text-transform: uppercase;
}

#featured-transports-main .banner-detail__text-wrapper h3 a span:hover {
  text-decoration: underline;
}

/* content */
#featured-transports {
  /* background: url('https://www.heavyequipmenttransport.com/blog/wp-content/uploads/2023/11/image-22-1.png'); */
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  padding: 50px 0 0 0;
}

#featured-transports ul.list-yellow-arrow li {
  font-size: 1rem;
}

#featured-transports ul.list-yellow-arrow li::before {
  content: url("https://www.heavyhaulers.com/blog/wp-content/uploads/2024/01/yellow-single-arrow.svg");
  display: inline-block;
  vertical-align: middle;
  height: 30px;
}

#featured-transports .texture-1::after {
  z-index: unset !important;
}

#featured-transports .image-left.texture-1::after {
  right: 0px;
  left: -100px;
}

#featured-transports .card-body {
  padding: 30px 25px;
}

#featured-transports .card-img-top {
  max-height: 325px;
  width: 100%;
  object-fit: contain;
}

#featured-transports .mini-gallery-link {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  width: 22%;
  min-width: 107px;
}

#featured-transports .mini-gallery {
  width: 100%;
  min-height: 81px;
  max-height: 81px;
  height: auto;
}

#featured-transports .broker-cta {
  font-weight: bold;
  padding-top: 20px;
  border-top: 1px solid #dcdcdc;
  display: flex;
  align-items: flex-start;
}

#featured-transports .broker-cta .broker-cta__photo {
  flex-shrink: 0;
  margin-right: 20px;
}

#featured-transports .broker-cta .broker-cta__photo img {
  max-width: 81px;
}

#featured-transports .specializations {
  display: flex;
  flex-direction: column;
}

#featured-transports .specializations ul {
  margin-top: unset;
  margin-bottom: unset;
}

#featured-transports .specializations ul li {
  border: 1px solid #000;
  padding: 10px;
  display: block;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  /* background: black;
  color: white; */
  border-radius: 5px;
}

#featured-transports .broker-quote {
  padding-left: 15px;
  padding-right: 15px;
}

#featured-transports .broker-quote blockquote {
  font-family: "Special Elite", cursive;
  /* font-weight: 100; */
  font-size: 1.5rem;
  /* max-width: 600px; */
  line-height: 2.5rem;
  /* position: relative; */
  /* margin: 0; */
  color: black;
  /* padding: 0.5rem; */
  font-style: italic;
}

#featured-transports .broker-quote blockquote span {
  font-size: 1.75rem;
}
