

html{
scroll-behavior:smooth;
}

body{
background:#f8fafc;
}




a{
text-decoration:none;
}

.nav-scrolled{
    background: rgba(15,23,42,.96); /* slate-900 */
    backdrop-filter: blur(20px);
    box-shadow: 0 10px 35px rgba(0,0,0,.25);
    border-bottom:1px solid rgba(255,255,255,.08);
}

.nav-scrolled .nav-container{
    height:72px;
}


.custom-navbar{

background:rgba(12,18,35,.90);

backdrop-filter:blur(12px);

padding:15px 0;

transition:.4s;

z-index:999;
}

.navbar-brand{

font-size:30px;

font-weight:700;
}

.navbar-brand span{

color:#ff8a00;
}

.nav-link{

color:#fff!important;

margin:0 12px;

font-weight:500;

transition:.3s;
}

.nav-link:hover{

color:#ff8a00!important;
}

.nav-link.active{

color:#ff8a00!important;
}

.btn-warning{

background:#ff8a00;

border:none;

font-weight:600;
}

.btn-warning:hover{

background:#ff7300;
}

.btn-outline-light:hover{

color:#111;

background:#fff;
}


/* index */

.hero{

background:linear-gradient(135deg,#08101f,#132238);

color:#fff;

padding-top:90px;

overflow:hidden;

}

.hero-tag{

display:inline-block;

padding:10px 20px;

background:rgba(255,255,255,.1);

border-radius:50px;

margin-bottom:20px;

font-size:14px;

}

.hero h1{

font-size:65px;

font-weight:800;

line-height:1.2;

margin-bottom:20px;

}

.hero h1 span{

color:#ff8a00;

}

.hero p{

font-size:18px;

opacity:.85;

margin-bottom:35px;

}

.hero-btn{

display:flex;

gap:15px;

margin-bottom:45px;

}

.hero-stats{

display:flex;

gap:50px;

margin-top:20px;

}

.hero-stats h3{

font-size:35px;

font-weight:700;

color:#ff8a00;

}

.hero-bike{

max-width:100%;

animation:float 4s ease-in-out infinite;

}

@keyframes float{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-20px);

}

100%{

transform:translateY(0);

}

}

@media(max-width:992px){

.hero{

text-align:center;

}

.hero h1{

font-size:45px;

}

.hero-btn{

justify-content:center;

}

.hero-stats{

justify-content:center;

gap:25px;

flex-wrap:wrap;

}

}


.search-section{

margin-top:-70px;

position:relative;

z-index:99;

}

.search-box{

background:#fff;

padding:35px;

border-radius:20px;

box-shadow:0 20px 40px rgba(0,0,0,.08);

}

.search-box h2{

font-weight:700;

margin-bottom:25px;

}

.form-control,

.form-select{

height:55px;

border-radius:12px;

}



.featured{

padding:90px 0;

background:#f8fafc;

}

.section-title{

margin-bottom:50px;

}

.section-title h2{

font-size:42px;

font-weight:700;

}

.bike-card{

background:#fff;

border-radius:20px;

overflow:hidden;

transition:.4s;

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.bike-card:hover{

transform:translateY(-12px);

}

.bike-card img{

width:100%;

height:250px;

object-fit:cover;

}

.bike-content{

padding:25px;

}

.bike-content h4{

font-weight:700;

margin-bottom:15px;

}

.price{

font-size:30px;

font-weight:700;

color:#ff8a00;

margin:20px 0;

}

.price span{

font-size:18px;

color:#555;

}






/*============================*/

.why-us{

padding:100px 0;

background:#fff;

}

.feature-box{

background:#fff;

padding:40px 30px;

border-radius:20px;

text-align:center;

transition:.4s;

box-shadow:0 15px 40px rgba(0,0,0,.08);

height:100%;

}

.feature-box:hover{

transform:translateY(-12px);

}

.feature-box i{

font-size:50px;

color:#ff8a00;

margin-bottom:20px;

}

.feature-box h4{

font-weight:700;

margin-bottom:15px;

}





/*============================*/

.how-work{

padding:100px 0;

background:#f8fafc;

}

.step-box{

background:#fff;

padding:40px;

border-radius:20px;

text-align:center;

position:relative;

box-shadow:0 15px 40px rgba(0,0,0,.08);

height:100%;

}

.step-number{

position:absolute;

top:20px;

right:20px;

font-size:28px;

font-weight:700;

color:#ff8a00;

opacity:.3;

}

.step-box i{

font-size:55px;

margin-bottom:20px;

color:#ff8a00;

}

.step-box h4{

font-weight:700;

}





/*============================*/

.counter{

padding:80px 0;

background:#08101f;

color:#fff;

}

.counter h2{

font-size:50px;

color:#ff8a00;

font-weight:700;

}

.counter p{

margin-top:10px;

font-size:18px;

}





/*============================*/

.cta{

padding:80px 0;

background:linear-gradient(135deg,#ff8a00,#ff6200);

color:#fff;

}

.cta h2{

font-size:45px;

font-weight:700;

margin-bottom:15px;

}

.cta .btn{

background:#fff;

color:#111;

font-weight:700;

padding:15px 40px;

border:none;

}

.cta .btn:hover{

background:#111;

color:#fff;

}



/* footer */


/*======================
FOOTER
=======================*/

.footer{

background:#08101f;

padding:80px 0 20px;

color:#fff;

}

.footer-logo{

font-size:34px;

font-weight:700;

color:#fff;

display:inline-block;

margin-bottom:20px;

}

.footer-logo span{

color:#ff8a00;

}

.footer-logo i{

color:#ff8a00;

margin-right:8px;

}

.footer-text{

opacity:.75;

line-height:30px;

margin-bottom:25px;

}

.footer h5{

font-weight:700;

margin-bottom:25px;

}

.footer ul{

list-style:none;

padding:0;

margin:0;

}

.footer ul li{

margin-bottom:15px;

}

.footer ul li a{

color:#ddd;

transition:.3s;

}

.footer ul li a:hover{

color:#ff8a00;

padding-left:8px;

}

.contact-list li{

display:flex;

gap:12px;

align-items:flex-start;

}

.contact-list i{

color:#ff8a00;

margin-top:5px;

}

.social-icons{

display:flex;

gap:12px;

}

.social-icons a{

width:45px;

height:45px;

background:rgba(255,255,255,.08);

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

color:#fff;

transition:.4s;

}

.social-icons a:hover{

background:#ff8a00;

transform:translateY(-6px);

}

.footer hr{

margin:50px 0 20px;

border-color:rgba(255,255,255,.1);

}

.footer-bottom{

display:flex;

justify-content:space-between;

align-items:center;

flex-wrap:wrap;

gap:15px;

}

.footer-bottom p{

margin:0;

opacity:.7;

}

/*======================
SCROLL TOP
=======================*/

#topBtn{

position:fixed;

right:30px;

bottom:30px;

width:50px;

height:50px;

border:none;

border-radius:50%;

background:#ff8a00;

color:#fff;

font-size:18px;

cursor:pointer;

display:none;

z-index:999;

transition:.3s;

}

#topBtn:hover{

background:#ff6200;

transform:translateY(-5px);

}

@media(max-width:768px){

.footer-bottom{

text-align:center;

justify-content:center;

}

}