/* General Styles */
body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
}
img{
    max-width: 100%;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 10px;
    display: block;
}

h1, h2, h3 {
    margin: 0;
    color: #444;
    text-align: center;
}

/* Header Styles */
.header {
    background: #222;
    color: #fff;
    padding: 1rem 0;
    top: 0;
    z-index: 1000;
}

.header .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.navbar ul {
    list-style: none;
    display: flex;
    padding: 0;
}

.navbar ul li {
    margin: 0 1rem;
}

.navbar ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.navbar ul li a:hover {
    color: #f39c12;
}

/* /moblie rsopnsive */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
    text-align: left;
    border-bottom: 1px solid;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    border: 0;
  }
  
  #main {
    border-radius: 5px;
    border: 1px solid white;
    transition: margin-left .5s;
    padding: 2px 16px;
    display: none;
  }
  

/* Hero Section */
.hero {
float: inline-start;
height: 70vh;
text-align: center;
color: #fff;
}

.hero h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.hero .btn {
    position: relative;
    background: #f39c12;
    color: #fff;
    padding: 0.8rem 2rem;
    text-decoration: none;
    font-size: 1rem;
    border-radius: 5px;
    transition: background 0.3s ease;
}


.hero .btn:hover {
    background: #d35400;
}

.hero-content{
    position: relative;
}

.hero-content .btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 50%;
    margin: 0 auto;
}


/* statistics*/

.statistics {
    background-color: #fff;
    padding: 40px 12px;
    text-align: center;
}

.statistics-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.stat-card {
    background-color: #f1f1f1;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    max-width: 300px;
    flex: 1;
}

.stat-icon {
    width: 80px;
    margin-bottom: 20px;
}

.stat-card h3 {
    font-size: 2rem;
    color: #e63946;
    margin: 10px 0;
}

.stat-card p {
    font-size: 1.2rem;
    color: #333;
}


section {
    display: block;
    text-align: center;
    padding: 20px;
}
/* ternd */
.trend-container {
    margin-bottom: 20px;
}

.brand {
    font-size: 2.5rem;
    color: red;
}

.title {
    font-size: 1.4rem;
    color: #555;
}

.trends img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}



/* Why Choose Us Section */

.features {
    display: flex;
    justify-content: space-between; 
    flex-wrap: wrap; 
    gap: 20px; 
    max-width: 100%; 
    padding: 0 20px; 
    box-sizing: border-box; 
}

.feature {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    flex: 1 1 calc(25% - 40px); 
    max-width: calc(25% - 40px); 
    margin: 10px 0; 
    box-sizing: border-box; 
}



.feature-icon {
    width: 80px;
    margin-bottom: 20px;
}

.feature h3 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 10px;
}

.feature p {
    font-size: 1rem;
    color: #666;
}

/* recent collection */

.recent-collection {
    text-align: center;
    background-color: #fff;
}

.recent-collection h2 {
    font-size: 22px;
    color: #555;
    margin-bottom: 5px;
    font-weight: bold;
}

.recent-collection .subtitle {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 20px;
}

.latest-button {
    background-color: #e63946;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
}

.latest-button:hover {
    background-color: #b62c38;
}

.slider-section {
    display: block;
    width: 100%;
}
.slider-section img {
    width: 100%;
    margin: 0 10px;
}

/* Card Styles */
.bike-cardes {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-around;
}
.bike-card {
    width: 400px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
}

.bike-image{
    border: 1px solid #dadada;
}

.bike-image img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
}

.bike-price {
    font-size: 1.8rem;
    color: #e63946;
    font-weight: bold;
    text-align: center;
    margin: 15px 0;
}

.dashed-line {
    border: none;
    border-top: 2px dashed #ddd;
    margin: 10px 15px;
}

.bike-details {
    display: none;
    padding: 50px 15px 20px 15px;
    font-size: 1rem;
    color: #555;
    border: 1px solid rgb(200, 199, 199);
    position: relative;
    margin-top: 5px;
}
.bike-details i {
    color: #e63946;
    font-size: 1.2rem;
}

/* Price Section */
.price-section {
    background-color: white;
    padding: 0 10px;
    display: inline-block;
    border: 2px dashed #c9c9c9;
    border-radius: 5px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #e63946;
    position: absolute;
    z-index: 9;
    top: 0%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
}

.bike-name {
    font-size: 1.3rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.details {
    flex-direction: column;
    display: flex;
    justify-content: space-around;
    text-align: left;
    padding: 0 20px;
}

.details p {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    color: #555;
    margin: 0;
}

.details img{
    width: 10%;
}

/* Steps to Sell Section */
.steps-to-sell {
    background: #fff;
}

.steps-container{
    display: flex;
    flex-direction: column;
}

.steps {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.step {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 20px 0px;
    max-width: 400px;
    justify-content: space-around;
    flex-wrap: wrap;
}

.Step-icon {
    width: 80px;
    margin-bottom: 20px;
}

.step h3 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 10px;
}

.step p {
    font-size: 1rem;
    color: #666;
}

/* Recent Collection Section */
.recent-collection {
    text-align: center;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    grid-gap: 20px; 
}

.grid-item {
    text-align: center;
}

.grid-item img {
    width: 100%;
    border-radius: 5px;
}


.footer-container {
    background-color: #1c1c1c;
    padding: 20px;
    text-align: justify;
    color: white;
}

.footer-container .logo img {
    max-width: 100px;
    margin-bottom: 10px;
}

.footer-container h1 {
    font-size: 20px;
    margin: 10px 0;
    text-transform: uppercase;
}

.footer-container p {
    margin: 5px 0;
    font-size: 14px;
}

.footer-container .section-title {
    font-weight: bold;
    margin: 20px 0 10px;
    text-transform: uppercase;
}

.footer-container .contact-info {
    margin: 10px 0;
    line-height: 1.5;
    text-align: justify;
}

.footer-container .contact-info a {
    color: #ff4d4d;
    text-decoration: none;


}
.footer-container .map a{
    border-bottom: 1px solid white;
    padding: 5px;
}

.footer-container .working-hours {
    margin: 20px 0;
    text-align: left;
}

.footer-container .social-buttons {
    margin-top: 20px;
}

.footer-container .social-buttons a {
    display: inline-block;
    margin: 5px;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    color: #ffffff;
}

.footer-container .social-buttons .facebook {
    background-color: #4267B2;
}

.footer-container .social-buttons .instagram {
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
}

.footer-container .social-buttons .youtube {
    background-color: #FF0000;
}

.footer-container .footer {
    margin-top: 20px;
    font-size: 12px;
}

.footer-container .contact-info p {
    margin: 8px 0;
}
.info{
    text-align: left;
    padding: 0 30px;
}
.info h2, .info h3{text-align: center;}

        /* Responsive Design */
        @media (max-width: 768px) {
            h1{
                padding: 0 15px;

            }
            .info .brand{
                font-size: 1rem;
            }
            .header .container {
                text-align: center;
            }

            .navbar ul {
                display: none;
                padding: 0;
            }

            .navbar ul li {
                margin: 0.5rem 0;
            }

            #main{
                display: block;
            }
            .hero {
                height: 38vh;
            }
            .hero-content{
                position: relative;
            }

            .hero-content .btn{
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 0;
                right: 0;
                width: 50%;
                margin: 0 auto;
            }
            .hero h2 {
                font-size: 2rem;
            }

            .hero p {
                font-size: 1rem;
            }

            .statistics-container{
                flex-direction: column;
                width: 100%;
            }

            .features, .steps, .bike-gallery {
                flex-direction: column;
                
            }
            .feature, .step, .bike {
                max-width: 100%;
                background-color: #f0eeee;
            }
            
            .recent-collection {
                padding: 20px 20px 10px;
                text-align: center;
            }
            .details{
                display: none;
                flex-direction: column;
                width: 50%;
            }
            .details img{
                width: 20%;
            }
            
        
            .tire-track {
                width: 90%;
            }
            .grid-container {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                grid-gap: 5px; 
            }
            
            .grid-item {
                text-align: center;
            }
            
            .grid-item img {
                width: 100%;
                border-radius: 5px;
            }
            .steps{
                margin: 5%;
            }

            .stat-card{
                max-width: 900px;
            }

            .contact {
                padding: 2rem 0;
            }
            .hero h2 {
                font-size: 1.5rem;
            }

            .hero p {
                font-size: 0.9rem;
            }

            .hero .btn {
                font-size: 0.9rem;
                padding: 0.5rem 1.5rem;
            }

           
.footer-container {
    background-color: #1c1c1c;
    padding: 20px;
    text-align: justify;
    color: white;
}

.footer-container .logo img {
    max-width: 100px;
    margin-bottom: 10px;
}

.footer-container h1 {
    font-size: 20px;
    margin: 10px 0;
    text-transform: uppercase;
}

.footer-container p {
    margin: 5px 0;
    font-size: 14px;
}

.footer-container .section-title {
    font-weight: bold;
    margin: 20px 0 10px;
    text-transform: uppercase;
}

.footer-container .contact-info {
    margin: 10px 0;
    line-height: 1.5;
    text-align: justify;
}

.footer-container .contact-info a {
    color: #ff4d4d;
    text-decoration: none;


}
.footer-container .map a{
    border-bottom: 1px solid white;
    padding: 5px;
}

.footer-container .working-hours {
    margin: 20px 0;
    text-align: left;
}

.footer-container .social-buttons {
    margin-top: 20px;
}

.footer-container .social-buttons a {
    display: inline-block;
    margin: 5px;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    color: #ffffff;
}

.footer-container .social-buttons .facebook {
    background-color: #4267B2;
}

.footer-container .social-buttons .instagram {
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
}

.footer-container .social-buttons .youtube {
    background-color: #FF0000;
}

.footer-container .footer {
    margin-top: 20px;
    font-size: 12px;
}

.footer-container .contact-info p {
    margin: 8px 0;
}

.logo img{max-width:80px;}
}
        
        
@media(max-width:768px){
            
    .container {
        width: 100%;
        max-width: 98%;
        margin: 0 auto;
    }

}
        
    .footer-seo-links {
      margin-top: 20px;
      padding: 15px;
      background: #f9f9f9;
      border-top: 1px solid #ddd;
    }
    
    .footer-seo-links h4 {
      font-size: 16px;
      margin-bottom: 10px;
      color: #222;
    }
    
    .footer-seo-links .seo-links{list-style: none;}
    .footer-seo-links .seo-links a {
      display: inline-block;
      margin: 5px 8px;
      padding: 4px 10px;
      font-size: 14px;
      color: #444;
      text-decoration: none;
      border: 1px solid #ddd;
      border-radius: 4px;
      background: #fff;
      transition: all 0.2s ease-in-out;
    }
    
    .footer-seo-links .seo-links li{display: inline-block;}
    
    .footer-seo-links .seo-links a:hover {
      background: #0073e6;
      color: #fff;
      border-color: #0073e6;
    }       
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        