@media only screen and (min-width: 1200px) {
    .container {
      padding: 0 30px;
  }
}

.single-hero-slider {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.single-hero-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 0;
}

.single-hero-slider .slider-content {
  position: relative;
  z-index: 1;
}

.single-hero-slider .slider-content h1.mb-40 {
  margin-bottom: 10px !important;
  font-size: 75px;
  color: #ffffff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
}

.single-hero-slider .slider-content p {
  font-size: 25px;
  color: #f0f0f0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.burger-icon.burger-icon-white>span:after, .burger-icon.burger-icon-white>span:before {
  background-color: #333
}

.header-action-2 .header-action-icon-2>a span {
 color: #333
}

.header-style-1 .header-top-ptb-1 .language-dropdown a {
 color: dimgray
}

@media only screen and (max-width: 480px) {
  .single-hero-slider .slider-content h1.mb-40 {
    font-size: 35px;
  }
}

/* .popular-categories .card-2{
  width: 130px;
  height: 130px;
  min-height: 130px;
}

.popular-categories .carousel-10-columns-cover .carousel-10-columns .card-2{
  margin-left: 5px;
  margin-right: 5px;
}

.popular-categories .card-2 figure{
  margin-bottom: 5px;
}

.popular-categories .card-2 figure img{
	width: 50px;
}*/

#carousel-6-columns-3.carousel-slider-wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.brand-logo img {
  height: 200px;
  width: 100%;
  object-fit: contain;
}

.brand-card {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 15px;
    transition: 0.3s ease-in-out;
}
.brand-card:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.badge {
    font-size: 12px;
    border-radius: 6px;
}
.brand-card .brand-info h5 {
	font-size: 1.6em;
}
.brand-card .brand-info .description {
	color: #555;
}
.brand-card .brand-info p.inline-block {
	color: var(--color-brand);
    background: rgba(242, 84, 75, 0.10);
    display: inline-block;
}

.section-title {
    margin-bottom: 25px;
}


//pre footer sidebar - site features
@media only screen and (min-width: 1200px) {
    .col-lg-1-5 {
        width: 25%;
    }
}

.banners.pt-60{
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.banner-img .banner-text{
 padding: 0 50px 0 25px;
}

.banner-img .banner-text h4{
  font-size: 22px;
}

.banner-img .banner-text .btn.btn-xs, .button.btn-xs{
  align-items: center;
  justify-content: center;
  font-size: 16px;
}