.grecaptcha-badge { 
    bottom:95px !important; 
}

.textfieldnew {
  	  border:none;
	font-size:30px;
	width:30%;

}

.page-id-2721 #cssmenu {
    display: none;
}

/* Landng page display start*/
.page-id-3826 #cssmenu {
    display: none;
}
.page-id-3826 .footer {
    display: none;
}
.page-id-3826 .mendril_scarch {
    display: none;
}
.page-id-3826 .inner-banner {
    display: none;
}	
/* Landng page display end*/	
.page-id-3387 #cssmenu {
    display: none;
}
.page-id-3271 #cssmenu {
    display: none;
}
.page-id-3417 #cssmenu {
    display: none;
}
.page-id-3778 #cssmenu {
    display: none;
}
.page-id-3417 .mendril_scarch {
    display: none;
}
.page-id-3455 #cssmenu {
    display: none;
}
.page-id-3498 .mendril_scarch {
    display: none;
}
.page-id-3455 .mendril_scarch {
    display: none;
}
.page-id-3498 #cssmenu {
	display: none;}

.page-id-3667 #cssmenu {
	display: none;}


.banner-1 {
    padding: 0px;
    margin: 0px auto 10px auto;
    width: 100%;
    height: auto;
    position: relative;
    background-color: #FFF;
}

.mendril_scarch {
    display: none;
}

.dropdown {
  display: inline-block;
  position: relative;
	z-index: 5;
}
.dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  overflow: auto;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
}
.dropdown:hover .dropdown-content {
  display: block;
	background-color: #ffffff;
}
.dropdown-content a {
  display: block;
  color: #000000;
  padding: 1px;
  text-decoration: none;
}
.dropdown-content a:hover {
  color: #FFFFFF;
  background-color: #f37022;
}

.center-cont {
  
  text-align: center;
}

/* pagination */
.pagination{
    display: flex;
    align-items: center;
    justify-content: center; margin-bottom:30px;
}
.page-numbers{

    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    margin: 5px;
	padding-top: 5px;
}
.page-numbers.current{
    background: #f37021;
    color: #fff;
    border: 1px solid #0098da;

}

/* blog category page design */
.productpg_item figure {
    width: 100%;
    float: left;
    height: 169px;
    position: relative;
}

/* spare parts featured */
img.drift-demo-trigger {
    height: 300px;
    width: 500px;
}

/* video testimonial */
.video-row {
  display: flex;
  justify-content: space-between;
  gap: 10px; /* space between videos */
  flex-wrap: wrap; /* stack on smaller screens */
	padding: 0px 100px;
}
.video-row iframe {
  flex: 1;
  min-width: 300px; /* ensures mobile responsiveness */
  aspect-ratio: 16/9;
}


/* text testimonial sllider */

.testimonial-slider-container {
  position: relative;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
}

.testimonial-slider {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.testimonial-item {
  flex: 0 0 33.33%; /* Desktop default: 3 per row */
  box-sizing: border-box;
  padding: 15px;
}

.cs {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.cs-1 img {
  max-width: 80px;
  border-radius: 50%;
}

.cs-2 h3 {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
}

.cs-2 p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

/* Flyer button */
.download-araea .dropdown {
    padding-left: 10px;
}

.download-araea {
    font-size: 16px;
    font-weight: 600;
    padding-top: 20px;
}

/* Navigation Buttons */
.nav-btn {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: #333;
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 2;
}

.nav-btn:hover {
  background: #555;
}

.prev { left: 10px; }
.next { right: 10px; }

a {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    border: 0;
    outline: none;
    text-decoration: none;
    color: #392daa;
    -webkit-transition: all 1s 
ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
}

.blog-aside .widget {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
	padding: 20px;
}




/* ✅ Responsive */
@media (max-width: 991px) {
  .testimonial-item {
    flex: 0 0 50%; /* Tablet: 2 items */
  }
}
@media (max-width: 767px) {
  .testimonial-item {
    flex: 0 0 100%; /* Mobile: 1 item */
  }
}