.navbar-part {
  position: sticky;
  top: 106px;
  left: 0px;
  width: 100%;
  z-index: 2;
  background-color:#627784;
border-top-width:1px;
	border-top-color:#8999a3;
	border-top-style:solid;
}

.header-navbar-fixed.active .navbar-part {
  top: 69px;
  background: rgba(0, 0, 0, 0.8);
}

.header-navbar-fixed.active .dropdown-megamenu:hover .megamenu {
  top: 62px;
}

.dropdown-megamenuparts:hover .megamenuparts {
  top: 45px;
}

.navbar-content {
  border-top: none;
}

.navbar-link {
  color: var(--white);
}


.dropdown-arrow::before {
  color: var(--white);
}

.navbar-info i,
.navbar-info p {
  color: var(--white);
}

.dropdown-megamenu:hover .megamenu {
  top: 45px;
}

.dropdown-megamenuparts:hover .megamenuparts {
  top: 45px;
}

.megamenu {
  top: 100px;
}

.megamenuparts {
  top: 100px;
}

.home-classic-slider {
  margin-bottom: 0px;
}

.home-classic-slider .dandik {
  right: 30px;
}

.home-classic-slider .bamdik {
  left: 30px;
}



@media (max-width: 767px) {
.banner-part {
  width: 100%;
  aspect-ratio: 600 / 450;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
	
}
	.hmzoom {
		background: url(/images/banners/access-with-zoomlion-m.jpg) no-repeat center
	}
	.hmlease {
		background: url(/images/banners/lease-m.jpg) no-repeat center
	}
	.hmused {
		background: url(/images/banners/used-m.jpg) no-repeat center
	}
}
@media (min-width: 768px) {
.banner-part {
  width: 100%;
  aspect-ratio: 1920 / 459;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;

}
	.hmzoom {
		background: url(/images/banners/access-with-zoomlion-2.webp) no-repeat center
	}
	.hmlease {
		background: url(/images/banners/lease.webp) no-repeat center
	}
	.hmused {
		background: url(/images/banners/used.webp) no-repeat center
	}
}
.banner-part::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.1);
}

.banner-content h1 {
  text-transform: capitalize;
  margin-bottom: 22px;
  color: var(--white);
}

.banner-content p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 50px;
  color: var(--white);
}

.banner-btn .btn {
  margin-right: 15px;
}

.banner-btn .btn:last-child {
  margin-right: 0px;
}

@media (max-width: 767px) {
  .banner-part {
    padding: 50px 0px 60px;
  }
  .banner-content h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .banner-btn .btn {
    margin: 8px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner-part {
    padding: 70px 0px 80px;
  }
  .banner-content h1 {
    font-size: 42px;
    line-height: 50px;
  }
}

.suggest-slider li {
  margin: 0px 10px;
}

@media (max-width: 575px) {
  .suggest-slider li {
    margin: 0px 5px;
  }
}

.promo-img {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.promo-img a {
  width: 100%;
}

.promo-img a img {
  width: 100%;
  border-radius: 8px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.promo-img a img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media (max-width: 767px) {
  .promo-img {
    margin: 12px 0px;
  }
}

.new-slider li {
  margin: 0px 12px;
}

@media (max-width: 575px) {
  .new-slider .product-card {
    width: 220px;
  }
}

.new-slider li {
  margin: 0px 12px;
}

@media (max-width: 575px) {
  .new-slider .product-card {
    width: 220px;
  }
}

.brand-slider .dandik,
.brand-slider .bamdik {
  top: 35%;
}

.testimonial-slider .slick-slide {
  opacity: 0.3;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.testimonial-slider .slick-center {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.testimonial-slider .dandik,
.testimonial-slider .bamdik {
  opacity: 1;
  visibility: visible;
}

.testimonial-slider .dandik {
  right: 50px;
}

.testimonial-slider .bamdik {
  left: 50px;
}

.blog-slider .blog-card {
  margin: 0px 15px 25px;
}

.blog-slider .dandik,
.blog-slider .bamdik {
  top: 43%;
}

@media (max-width: 767px) {
  .blog-slider .blog-card {
    margin: 0px 10px 25px;
  }
}

	
.home-search-section {
  padding: 30px 0;
  background: #f5f5f5;
}

.home-machine-search {
  max-width: 1320px;
  margin: 0 auto;
}

.search-panel {
  background: #fff;
  border-radius: 18px;
  padding: 14px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.search-panel h4 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 14px;
}

/* Headings */

.search-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.search-heading h4 {
  margin: 0;
}
			.hsctitle {
				display:block;
				font-size:1.2rem;
				color:#627784;
			}
			.hschr {
			display:none;	
			}

#selectedMachineLabel {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  color: #627784;
  text-align: right;

  min-width: 120px;
}
			#selectedMachineLabelText {
				
				color:#627784;font-weight:bold;
			}
/* Machine Type */

.machine-type-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
}

.machine-type-btn {
  border: 2px solid #e5e5e5;
  background: #fff;
  border-radius: 14px;
  padding: 8px;
  min-height: 82px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
	color:#627784 !important;
}

.machine-type-btn img {
  width: auto;
  height: auto;
  max-width: 70px;
  max-height: 70px;
  object-fit: contain;
  display: block;
	transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}
.machine-type-btn img:hover {
transform:scale(2.2);
	border: 2px solid #627784;
  border-radius: 14px;
	z-index:2;
}
.machine-type-btn.active {
  border-color: #627784;
  box-shadow: 0 0 0 3px rgba(223,218,39,0.25);
	
}

.machine-type-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.machine-type-btn .machine-type-label {
  display: none !important;
}

/* Row 2 Layout */

.condition-power-panel {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 18px;
}

.condition-power-block h4 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 14px;
}

/* Condition */

.condition-selector {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.condition-btn {
  border: 2px solid #e4e4e4;
  background: #fff;
  border-radius: 14px;
  padding: 10px 14px;
  text-align: center;
  cursor: pointer;
	color:#627784;
}

.condition-btn span {
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

.condition-btn small {
  display: block;
  color: #777;
  font-size: 0.8rem;
  margin-top: 2px;
}

.condition-btn.active {
  border-color: #627784;
  background: #627784;
  color: #fff;

}

.condition-btn.active small {
  color: #fff;
}

.condition-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
			
/* btn img */
.machine-type-btn,
.power-type-btn,
.condition-btn {
  position: relative;
}

.machine-type-btn.active::after,
.power-type-btn.active::after,
.condition-btn.active::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -3px;
  width: 24px;
  height: 24px;
  background: url('/images/aj-mini-search.png') center center no-repeat;
  background-size: contain;
  z-index: 1;
	 animation: popBadge .2s ease;
}	
			@keyframes popBadge {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* btn img */			
			

/* Power Type */

.power-type-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
	width:120px;
}

.power-type-btn {
  border: 2px solid #e5e5e5;
  background: #fff;
  border-radius: 14px;
  padding: 10px 4px;
  text-align: center;
  cursor: pointer;
	width:100px;
	color:#627784;
}

.power-type-btn span {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
}

.power-type-btn small {
  display: block;
  color: #777;
  font-size: 0.82rem;
  margin-top: 2px;
}

.power-type-btn.active {
  border-color: #627784;
  background: #627784;
  color: #fff;
}

.power-type-btn.active small {

  color: #fff;
}

/* Search Button */

.search-submit-only {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-search-btn {
  border: none;
  background: #627784;
  color: #fff;
  border-radius: 14px;
  padding: 18px;
  font-weight: 800;
  width: 100%;
  max-width: 260px;
  cursor: pointer;
}

.home-search-btn:hover {
  background: #c9c41f;
}

/* Tablet */

@media (max-width: 991px) {
	.hscont {
		max-width:920px !important;
	}
  .condition-power-panel {
    grid-template-columns: 1fr;
  }

  .power-type-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .home-search-btn {
    max-width: none;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .home-search-section {
    padding: 22px 0;
  }
.hsctitle {
				display:none;
			}
	.hschr {
			display:block;
		margin: 0.5rem 0;
		color:#627784;
		margin-top:-10px;
			}
  .search-panel {
    padding: 12px;
    border-radius: 16px;
  }

  .machine-type-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 10px;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .machine-type-btn {
    flex: 0 0 72px;
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    padding: 6px;
    scroll-snap-align: start;
  }

  .machine-type-btn img {
    max-width: 58px;
    max-height: 44px;
  }
	.machine-type-btn img:hover {
transform:none;
	border: none;
  border-radius: 0px;
}

  #selectedMachineLabel {
    font-size: 0.85rem;
    min-width: 90px;
	  display:none;
  }

  .condition-selector {
    grid-template-columns: 1fr 1fr;
  }

  .condition-btn {
    padding: 10px 8px;
  }

  .power-type-grid {
	  display:none;
    grid-template-columns: repeat(2, 1fr);
  }

  .power-type-btn {
    padding: 10px 8px;
  }

  .home-search-btn {
    max-width: none;
    padding: 14px;
    font-size: 1rem;
  }
	
}
