/************ 
  GLOBAL 
*/
#rent-contact .list-item,
.call-column:first-child,
.call-column:last-child {
  display: flex;
}

ul li {
  color: var(--black);
}

/*************
  BANNER
*/

.banner {
  background-image: url('../imgs/backgrounds/rent-bg.webp');
}


/*************
  MAIN CONTENT
*/

.main-content {
  margin-top: 5rem;
  margin-bottom: 3.5rem;
}

/* filter */

.filter-ctr {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 5rem;
  flex-direction: column;
}

.filter-btn-wrapper,
.filter-input-wrapper {
  display: flex;
}

#rent-contact ul {
  list-style-type: none;
}

#rent-contact ul li {
  color: var(--black);
  margin-bottom: 10px;
}

#rent-contact ul li img {
  padding-right: 10px;
}

#rent-contact .list-item {
  align-items: center;
}

.gw-btn .btn-title {
  padding-right: 10px;
}

/* CARDS */
.rental-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

button.active {
  background-color: #b91202;
  color: white;
}


/* CALL ROW */

.call-row {
  margin-bottom: 5em;
}


/***********
  SHOW PAGE
*/
/* SLIDER */
.slider-container {
  margin-bottom: 3rem;
  position: relative;
}
.main-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Thumbnails */
.slider-nav {
  margin-top: 10px;
  max-width: 100%;
}

.slider-nav .slick-slide {
  width: auto !important;
  padding: 0;
  margin: 0;
}

.thumb-img {
  height: 90px;
  width: 120px;
  object-fit: cover;
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.slider-nav .slick-current .thumb-img {
  border-color: var(--active);
}

.data-title {
  font-family: var(--bold);
  text-decoration: underline;
  color: var(--black);
}

.equipment-title {
  color: var(--black);
}

.data-price .heading-ctr {
  margin-top: 0;
  margin-bottom: 1rem;
}

.data-ctr {
  background-color: var(--white);
  padding: 2rem;
  border-radius: 10px;
  margin-bottom: 3rem;
}

.data-list ul {
  list-style-type: none;
  padding: 0;
}

.data {
  font-size: 13px;
}

.list-item {
  color: var(--black);
  margin-bottom: 1rem;
}
.list-item img {
  padding-right: 10px;
  width: 40px;
  height: auto;
}

.data-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
  color: var(--black);
}

.damage {
  color: var(--black);
  margin-bottom: 3rem;
}