body {
  color: #000;
}

.navbar {
  transition: all 0.4s;
}

.navbar.shadow-sm a.btn {
  display: flex !important;
  align-items: center;
}

.navbar-light.shadow-sm .navbar-nav .nav-link {
  padding: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
  font-family: inherit;
  color: #000;
}

.navbar.shadow-sm .logo {
  width: 120px;
}

.service-item .item .wrap {
  position: relative;
  border: 1px solid #e0e0e0;
  padding: 30px;
}

.service-item .item img {
  height: 180px;
  object-fit: contain;
}

.brands .row {
  flex-wrap: wrap;
}

.brands .item {
  display: inline-block;
  width: fit-content;
}

.floating-icon {
  position: fixed;
  bottom: 100px;
  right: 45px;
  z-index: 9999;
}

.estimate .floating-icon{
  display: none;
}

@media (max-width: 620px) {
  .navbar.shadow-sm .navbar-brand,
  .navbar.shadow-sm a.btn {
    height: 70px;
  }
}

/* Hero Slider Fix */
.slider_section {
  position: relative;
  overflow: hidden;
}

.owl-carousel-item {
  position: relative;
  overflow: hidden;
}

.hero-bg {
  width: 100%;
  line-height: 0;
}

.hero-bg img {
  width: 100%;
  height: auto;
  display: block;
}

/* Hide text overlay */
.detail-box {
  display: none;
}

/* Laptop slider fix */
@media (min-width: 769px) {
  .owl-carousel-item {
    min-height: 400px;
    max-height: 600px;
    overflow: hidden;
  }
  .hero-bg img {
    width: 100%;
    height: auto;
    min-height: 400px;
    object-fit: contain;
  }
}

/* Mobile slider full image fix */
@media (max-width: 768px) {
  .owl-carousel-item {
    min-height: unset !important;
    max-height: unset !important;
  }
  .hero-bg img {
    width: 100%;
    height: auto !important;
    min-height: unset !important;
    object-fit: contain !important;
  }
}

/* Mobile slider complete fix */
@media (max-width: 768px) {
  .header-carousel .owl-carousel .owl-item img {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }
  .owl-carousel-item,
  .header-carousel .owl-item {
    min-height: unset !important;
    max-height: unset !important;
  }
}

/* Slider complete fix - mobile & desktop */
.header-carousel .owl-carousel-item {
  min-height: unset !important;
  position: relative !important;
}
.header-carousel .owl-carousel-item img {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}
@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
    min-height: unset !important;
  }
  .header-carousel .owl-carousel-item img {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }
}

/* Desktop navbar overlap fix */
@media (min-width: 769px) {
  .hero_area {
    padding-top: 0;
  }
  .slider_section {
    margin-top: 0;
  }
}

/* Desktop navbar white box fix */
@media (min-width: 769px) {
  .navbar.shadow-sm {
    position: relative !important;
    z-index: 999;
  }
  .hero_area {
    position: relative;
  }
  .slider_section {
    position: relative;
    z-index: 1;
  }
}
