/* ========================= Header ========================= */
header .menu .menu-link:hover {
  color: var(--primary);
  font-weight: 500;
}

.header-icons svg {
  height: 20px;
}

/* ========================= Home Video Section ========================= */
section#home-offers {
  z-index: 0;
}

section#home-offers:before {
  content: "";
  width: 100%;
  height: 15%;
  background: #f4f4f4;
  position: absolute;
  bottom: 0;
}

/* ========================= Home Search ========================= */
.search-bar {
  height: 40px;
}

/* ========================= Home Feature ========================= */
#home-feature .item img {
  width: 28px;
}

/* ========================= Home Advertisment ========================= */
#home-adds {
  background: #f4f4f4;
}

/* ========================= Home Testimonials ========================= */
.testimonial-area {
  background-image: url(/docs/Images/testimonial-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-color: #f4f4f4;
}

.testimonial-area .home-quote img {
  width: 55px;
}

.testimonial-area .home-quote {
  z-index: -1;
  position: absolute;
  top: 20px;
  left: 15px;
}

.home-testimonial-box {
  background: #fff;
  padding: 30px;
  border-radius: 0px;
  position: relative;
  text-align: left;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
}

/* ========================= Home Brand Slider ========================= */
.become-brand-slider .item img {
  height: 70px;
  display: block;
  margin: 0 auto;
}

/* ========================= Home Blogs Sections ========================= */
#blogsTab li.nav-item:not(:last-child):after {
  content: "|";
  margin: 0 28px;
  color: var(--primary);
}

#blogsTab li.nav-item .nav-link:focus,
#blogsTab li.nav-item .nav-link:hover,
#blogsTab li.nav-item .nav-link.active {
  color: var(--primary);
}

/* ========================= Home Counter ========================= */
.counter-bg {
  bottom: -150px;
  z-index: -1;
  max-width: 450px;
}

#home-main-category-slider.no-slider {
  display: flex !important;
}

#home-main-category-slider .item .image-wrapper {
  line-height: 0;
}

#home-main-category-slider .item .image-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #ffffff;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: scale(0.93);
  border-radius: 2px;
}

#home-main-category-slider .item:hover .image-wrapper img {
  transform: scale(1.1);
}

#home-offers .overlay {
  background: rgba(0, 0, 0, 0.5);
}
.newsleetr-sec {
  gap: 115px;
}
.counterplus {
  position: relative;
}
.counterplus:after {
  content: "+";
  position: absolute;
  color: var(--secondary);
  top: 5px;
  font-size: 31px;
  padding-left: 5px;
}
.sec-custom-padding-y {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.margin-bt-80 {
  margin-bottom: 80px;
}

/* Blog section Css Start */
.bloghome .container {
  margin-right: 0px;
  padding-right: 0;
  overflow-x: hidden;
}
.bloghome button.nav-link {
  padding: 10px 50px 10px 0px;
  color: var(--third);
  position: relative;
}
.bloghome button.nav-link:after {
  content: "";
  position: absolute;
  height: 16px;
  width: 1px;
  top: 15px;
  z-index: 666;
  right: 25px;
  background: #333;
}
.bloghome li.nav-item:last-child button.nav-link:after {
  display: none;
}
.bloghome button.nav-link.active {
  color: var(--primary);
  border: none;
}
.bloghome .nav-tabs .nav-link:focus,
.bloghome .nav-tabs .nav-link:hover {
  border: 1px solid #fff;
}
/* Blog section Css END */

/* Testimonial Section End */
@media screen and (min-width: 991px) {
  .spacer {
    height: 60px;
  }
  #home-blogs .content {
    padding-left: 20%;
  }
}

@media screen and (min-width: 1400px) {
  #home-feature .item .icon svg {
    width: 36px;
  }
  .header-icons svg {
    height: 24px;
  }
  .spacer {
    height: 80px;
  }
}
