/*--------------------------------------------------------------
  Version: 1.0
---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/
/* Base styles */
.rfq-hero-container {
  position: relative;
  max-width: 100%;
}

.rfq-hero-overlay-text {
  position: absolute;
  bottom: 200px;
  left: 60px;
}

/* Media query for mobile responsiveness */
@media (max-width: 767px) {
  .rfq-hero-overlay-text {
    left: 10px;
    bottom: 0px;
  }
}

.brands-carousel-wrapper {
  position: relative;
  overflow: hidden;
  padding: 26px;
}
.brands-container {
  padding: 0 20px;
  display: flex !important;
  overflow-x: hidden !important;
  scroll-behavior: smooth !important;
}

.carousel-prev-btn,
.carousel-next-btn {
  border: none;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-prev-btn{
  left: 0;
}

.carousel-next-btn {
  right: 0;
}
.carousel-btn{
  font-size: 50px;
  /* background-color: gainsboro; */
  /* box-shadow: 0px 0px 10px 1px;
  border-radius: 10px; */
  /* color: white; */
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.carousel-img {
 width: 100%;
  height: 200px;
  background-color: black;
  margin: 10px;
  color: white;
}

.nav_login_btn:hover {
  color: #212529 !important;
}