@font-face {
	font-family: 'Neulis Sans Bold';
	src: url('../font/Neulis_Sans_Bold.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Neulis Sans Regular';
	src: url('../font/Neulis_Sans_Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Bebas Neue Bold';
	src: url('../font/Bebas_Neue_Pro_Bold.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

p,
span,
a {
	font-family: 'Neulis Sans Regular', sans-serif;
	font-weight: normal;
}

h5 {
	font-family: 'Neulis Sans Bold', sans-serif;
	font-weight: normal;
}

h3,
h2,
h1,
h4,
button {
	font-family: 'Bebas Neue Bold', sans-serif;
	font-weight: normal;
}

@media only screen and (min-width: 900px) {
	.grid-box {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 15px;
		align-items: center;

	}
	

	.border-left {
		border-right: 2px solid #d2d2d2;
		line-height: 15px;
		text-align: center;
		padding-right:15px;
		

	}
	
	.prah-p{
	    text-align: center;
	}
	 .grid-box .prah-p {
      /*padding-left: 10px;*/
      	line-height: 15px;
    }
}

.border-left h5 {
	color: #e20a17;
	font-weight: bold;
	margin: 0px;
	font-size: 16px;

}
.img-fluids{
    object-fit: cover !important;
    height: 100%;
    width: 100% !important;
}
.border-left a {
	margin: 0px;
	color: black;
	font-weight: 600;
	font-size: 14px;
	text-decoration:none;
}

.prah-p h5 {
	color: #e20a17;
	font-weight: bold;
	margin: 0px;
	font-size: 16px;
	text-align:center;
}

.prah-p a {
	margin: 0px;
	color: black;
	font-weight: 600;
	font-size: 14px;
	text-decoration:none;Zpadding-left: 10px;
}


.logo-side {
	width: 160px;
    height: auto;
    object-fit: cover;
}

.my-navigation a {
	text-align: left;
}

/*hero banner css start hehre*/


.hero-banner {
	background-image: url(../image/bike.png);
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


.get-a-quote h3 {
	color: white;
	font-size: 30px;
}

select.form-select {
	width: 100%;
    height: 45px;
    border: 0;
    outline: 0;
    margin-bottom: 30px;
    color: #444;
    font-size: 12px;
    border-bottom: 2px solid #6d7225;
    background: transparent;
    color: white;
    font-size: 12px;
    border-radius: 0;
    padding: 0px;
    font-family: 'Neulis Sans Regular', sans-serif;
    font-weight: normal;
    padding-left: 8px;
}

form#contact-form h3 {
	font-size: 36px;
	font-weight: bold;
	line-height: 46px;
	padding-bottom: 6px;
}

.get-a-quote h6 {
	color: #858585;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 30px;
}

.get-a-quote {
	z-index: 11;
    margin-bottom: 40px;
    background-color: #05415c6b;
    padding: 10px;
    border: 2px solid #6d7225;
    position: relative;
    width: 75%;
    margin-left: auto;
    margin-top: 100px;
    margin-bottom: 60px;
   padding: 23px 20px 30px;
}

.get-a-quote input[type="text"],
.get-a-quote input[type="email"],
.get-a-quote input[type="number"] {
	width: 100%;
	height: 45px;
	border: 0;
	outline: 0;
	border-bottom: 2px solid #6d7225;
	background: transparent;
	color: white;
	font-size: 16px;
		font-family: 'Neulis Sans Regular', sans-serif;
	font-weight: normal;
	padding-left: 5px;
}

::placeholder {
	color: #efefef;
	opacity: 1;
	/* Ensures the color is fully visible */
	font-size: 12px;
}

.get-a-quote input[type="tel"],
.get-a-quote input[type="tel"],
.get-a-quote input[type="number"] {
	width: 100%;
	height: 45px;
	border: 0;
	outline: 0;

	border-bottom: 2px solid #6d7225;
	background: transparent;
	color: white;
	font-size: 16px;
		font-family: 'Neulis Sans Regular', sans-serif;
	font-weight: normal;
	padding-left: 5px;
}

select.form-select {
	width: 100%;
	height: 45px;
	border: 0;
	outline: 0;
	margin-bottom: 20px;
	color: #444;
	font-size: 12px;
	border-bottom: 2px solid #6d7225;
	background: transparent;
	color: white;
	font-size: 12px;
	border-radius: 0;
	padding: 0px;
		font-family: 'Neulis Sans Regular', sans-serif;
	font-weight: normal;
	padding-left: 5px;
}

.form-select:focus {
    border-color: none;
    outline:0;
    box-shadow: none !important;
}
.get-a-quote input:focus {
	border-color: var(--bgcolor);
}

.get-a-quote p {
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}

.radio-button {
	margin-right: 15px;
	font-size: 16px;
	font-weight: 600;
	align-items: center;
	display: flex;
	margin-bottom: 35px;
}

.radio-button label {
	padding-left: 10px;
}

.radio-button input {
	width: 22px;
	height: 22px;
}

.group-img {
	position: relative;
}

.btn-type {
	width: 100%;
	background: #fcdd06 !important;
	border: none !important;
	border-radius: 0px !important;
	color: black !important;
	font-weight: 500 !important;
	font-size: 14px !important;
	padding: 8px !important;
}

.my-navigation {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}


.form-select option{
   	background-color: #fff;
   		padding: 10px;
   		color:black;
   			font-family: 'Neulis Sans Regular', sans-serif;
	font-weight: normal;
}
/*why choose us css start here*/
.choose-us {
	text-align: center;
}

.choose-us h2 {
	color: #125aa5;
	font-size: 60px;
}

.choose-us h3 {
	font-size: 30px;
}

.box-img {
	border: 1px solid gray;
}

.box-sect {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.box-img {
	padding: 10px 32px;
	transition: 0.3s;
	border: 1px solid #d7d7d7;
}

.box-img p {
	font-size: 22px;
	color: #9b9b9b;
	line-height: 27px;
	padding-top: 10px;
}

.box-img h4 {
	font-size: 30px;
	color: black;
}

.box-img:hover {
	background: #125aa6;
}

.box-img:hover h4 {
	color: white;
}

.box-img:hover p {
	color: white;
}

/*tab css start here*/

.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background: #1a1a1a;


}

.tab-style {
	display: flex;
	justify-content: center;
}

.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 50px;
	transition: 0.3s;
	font-family: 'Bebas Neue Bold', sans-serif;
	font-size: 40px;
	color: white;

}


/*.tab button:hover {*/
/*	background-color: #135ba5;*/
/*	color: white;*/
/*}*/


.tab button.active {
	background-color: #135ba5;
}


.tabcontent {
	display: none;
padding: 24px 15px;
}

.owl-item active{
    margin-right: 20px;
}
.suzuki-carousel .item {
	/*height: 300px;*/
	display: flex;
	align-items: center;
	justify-content: center;
}

.suzuki-carousel .item img {
	max-height: 100%;
	width: auto;
	object-fit: contain;
}


/*footer css start here*/

.foot-sec {
	color: white;
	background: #125aa4;
	padding: 25px;
	margin-bottom:30px;
}

.foot-sec a {
	color: white;
	text-decoration: none;
}

.whats-icon {
	position: fixed;
	right: 20px;
	bottom: 50px;
	z-index: 99999;
	top: 78%;
}

.whats-icon img {
	width: 50px;
}





.whats-icon img {
    animation: shr-anim 1s infinite ease-in-out;
}

@keyframes shr-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
















.whats-icon img:hover {
	transform: scale(1.1);
	transition: transform 0.2s ease;
}


/*LOCATION CSS START HERE */


.location-card {
	background: #fff;

	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
padding: 20px;
	margin-bottom: 30px;
}

.location-card h5 {
	color: #0056b3;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 30px;
	font-family: 'Bebas Neue Bold', sans-serif;
}

.location-card .icon {
	color: #0056b3;
	margin-right: 10px;
}

.location-card iframe {
	width: 100%;
	height: 200px;
	border: 0;
	
}

.contact-row {
	margin-bottom: 10px;
	color: #747474;
	display: flex;
	font-weight: bold;
	font-family: 'Neulis Sans Regular', sans-serif;
}

.contact-row a {
	text-decoration: none;
	color: #747474;
	font-family: 'Neulis Sans Regular', sans-serif;
	font-weight: bold;
}


/*SLIDER CSS START HERE*/

    .overlay-box {
      position: absolute;
      bottom: 0px;
      left: 20px;
         background-color: rgb(0 0 0 / 68%);
      color: white;
      padding:20px;
      border-radius: 8px;
      max-width:250px;
    }

    .overlay-box h5 {
      font-weight: bold;
      font-family: 'Bebas Neue Bold', sans-serif;
      font-size:25px;
    }
    .overlay-box p{
        font-size: 12px;
        font-family: 'Neulis Sans Regular', sans-serif;
    }

    .overlay-box .btn {
     margin-top: 10px;
    font-size: 12px;
    font-family: 'Neulis Sans Regular', sans-serif;
    }
 html, body {
    max-width: 100%;
    overflow-x: hidden;
}  

/*mobile responsive*/
@media (max-width:900px) {
.border-left p{
    color: #fff;
}
.show-room{
    padding-top:20px;
     padding-left:20px;
}
.prah-p h5 {
   
    text-align: left !important;
}
.get-a-quote {
    z-index: 11;
    margin-bottom: 40px;
    background-color: #05415cbd;
    padding: 10px;
    border: 2px solid #6d7225;
    position: relative;
    width: 75%;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 62px;
    padding: 23px 20px 30px;
    top: 25px;
}

.border-left a {
    margin: 0px;
    color: #ffffff;
    line-height: 45px;
}
.grid-box{
	    padding-top:20px;
	    padding-left:20px;
	}
.prah-p a {
    
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}
.prah-p p{
      color: #fff;  
}
.tab button {
    padding: 10px 12px;
    font-size: 22px;
}
.box-sect {
    grid-template-columns: repeat(1, 1fr);
}
.overlay-box {
    padding: 15px;
}
.overlay-box p {
    font-size: 10px;
    font-family: 'Neulis Sans Regular', sans-serif;
    margin-bottom: 0px;
}
    }
    




/*MOBILE MENU LEFFT SIDE SLIDE*/
  /* Slide-in Mobile Menu */
    .slide-left-menu {
      position: fixed;
      top: 0;
      left: -250px;
      height: 100vh;
      width: 250px;
      background-color: #000;
      color: #fff;
      transition: left 0.3s ease-in-out;
      z-index: 1050;
      padding-top: 60px;
      overflow-y: auto;
    }

    .slide-left-menu.show {
      left: 0;
    }

    .slide-left-menu .nav-link:hover {
      color: #ccc !important;
    }

    /*.grid-box {*/
    /*  padding: 10px;*/
    
    /*}*/

    /*.grid-box .border-left {*/
   
    /*  padding-left: 10px;*/
     
    /*}*/

    /*.grid-box .prah-p {*/
    /*  padding-left: 10px;*/
    /*}*/

  
    .menu-overlay {
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      width: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1040;
      display: none;
    }

    .menu-overlay.show {
      display: block;
    }

    /* Cross (×) icon */
    .close-menu-btn {
      position: absolute;
      top: 15px;
      right: 15px;
      color: white;
      font-size: 28px;
      background: none;
      border: none;
      z-index: 1060;
    }

    .close-menu-btn:focus {
      outline: none;
    }

    @media (min-width: 992px) {
      .slide-left-menu {
        position: static;
        height: auto;
        width: auto;
        background-color: transparent;
        color: inherit;
        padding-top: 0;
        left: 0;
      }
      

      .menu-overlay,
      .close-menu-btn {
        display: none !important;
      }
    }
    
    
    
    
    
    @media only screen and (max-width: 900px) {
 .my-navigation{
     display: flex !important;
     flex-wrap: nowrap !important;
 }
 
 .foot-sec {
    text-align: center;
}
 .bot-widget-bubble

 {
   
    margin-bottom: 18px;
}
 .custom-dots {
  text-align: left;
 
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    flex-direction: row;
}
.custom-dot {
     font-size: 16px !important;
}
 
 
 
 .choose-us h2 {
	color: #125aa5;
	font-size: 35px;
}
 .box-img h4 {
    font-size: 25px;
    color: black;
}
.choose-us h3 {
    font-size: 25px;
}

.get-a-quote h3 {
    color: white;
    font-size: 25px;
}
}

.local-tyle{
    background:#f7f7f7;
}
.local-tyle h2{
    color:#0056b3;
}


 .sticky-header {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  width: 100vw !important;
  background-color: #fff;
  z-index: 999;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
  
}

.my-navigation {
    max-width:100%;
    z-index: 9999;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 0;
    padding-right: 0;
    max-width: 100% !important;
}

.fa-angle-down:before {
    content: "\f107";
    position: absolute;
    top: 45px;
    right: 5px;
}

.tab-sec{
    background: #f7f7f7;
}
.owl-dots{
    position:relative;
}

.owl-dots {
   position: absolute;
   top: -40px;
   left: 0;
}
.owl-theme .owl-dots .owl-dot span{

    background: none !important;
             
}
.active span{
font-weight: bold !important;

}

.custom-dots {
  text-align: left;
}

.custom-dot {
     font-size: 20px;
   font-weight:500;
  color: black;
  border: none;
  padding: 0px 12px;
  margin: 5px;
  font-weight:500;
  border-radius: 4px;
  cursor: pointer;
  background: none;
}

.custom-dot.active {
font-weight:bold;

}



@media only screen and (max-width: 900px) and (min-width: 320px) {
    .icon-2 {
        display: none;
    }
    .mobile-nav {
        display: grid;
    }
}



@media only screen and (min-width: 901px) {
    .mobile-nav {
        display: none !important;
    }
}

@media only screen and (max-width: 900px) and (min-width: 320px) {
    .icon-2 {
        display: none;
    }
    .mobile-nav {
        display: grid;
    }
}

@media only screen and (min-width: 901px) {
    .mobile-nav {
        display: none !important;
    }
}

.icon-2 {
    position: fixed;
    right: 0;
    bottom: 10px;
}

.mobile-nav {
    position: fixed;
    bottom: 0;
    height: 40px;
    width: 100%;
    display: grid;
    color: white;
    grid-template-columns: 50% 50%;
    gap: 0px;
    z-index: 9999;
}

.bloc-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    color: white;
    border-right: 5px solid #e7eaf2;
}

.bloc-icon2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    color: white;
}

.bloc-icon2 img {
    width: 25px;
    margin-right: 10px;
    transform: rotate(280deg);
}

.mobile-nav img{
    width:25px;
}

.bloc-icon img{
    filter: brightness(0) invert(1);
    margin-right: 10px;
}

.mobile-nav a{
    text-decoration:none;
}




/*footer icon*/

