body {
    background: #fff;
    color: #555;
}

body,
p {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212121;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
}

h1 {
  font-size: 30px !important;
  line-height: 48px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: -.5px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: -.2px;
}

h5 {
  font-size: 14px;
  line-height: 24px;
}


.header {
    background: url('img/twowheelerbanner.webp') rgba(0, 0, 0, 0.6);
    background-blend-mode: overlay;
    background-size: cover;
    padding: 120px 20px;
    text-align: center;
    color: white;
}

.header h1 {

    margin-bottom: 10px;
}

.header p {

    margin-bottom: 40px;
}

.content-section {

    max-width: 1200px;
    margin: 30px auto 30px auto;
}

.content-section h2 {
    color: #2d286b;
    margin-bottom: 20px;
}

.content-section p {

    line-height: 1.7;
    line-height: 1.2;
    margin-top: 12px;
    align-items: center;
    text-align: center;
}

.sticky-top{
  top:0px !important;
}

.shadow-sm {
  background:black;
}

.icon-layout {
    display: flex;
    justify-content: space-evenly;
    margin: 20px;
    
}

  
  .icon-box {
    text-align: center;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 300px;
  }
  .icon-box h3 {
   
    color: #2d286b;
  }
  .icon-box p {
  
    color: #555;
  }
 



  

.key-benefits {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.benefit-box {
    background-color: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 10px;
    flex-basis: 30%;
    text-align: center;
    border-radius: 8px;

}

.benefit-box h3 {
    
    margin-bottom: 15px;
}



.service-plans {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.plan-box {
    background-color: #2d286b;
    color: white;
    padding: 30px;
    margin: 10px;
    flex-basis: 30%;
    border-radius: 8px;
    text-align: center;
}

.plan-box h3 {

    margin-bottom: 15px;
}


.features-section {
    background-color: #eee;
    padding: 50px 20px;
}

.features-section ul {
    list-style: none;
    padding: 0;
}

.features-section ul li {

    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.testimonial-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
}

.testimonial-box {
    background-color: white;
    padding: 20px;
    margin: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.testimonial-box h4 {

    margin-bottom: 10px;
}



.cta-section {
    background-color: #ff5722;
    color: white;
    text-align: center;
    padding: 50px 20px;
    margin-top: 60px;
    margin-top: 0;
}

.cta-section h2 {

    margin-bottom: 20px;
}

.cta-section a {
    padding: 15px 30px;
    background-color: white;
    text-decoration: none;
    border-radius: 5px;

}

.main {
    padding: 0;
    margin: 0;
}

.containerbox {

    display: flex;
    flex-direction: row;
    justify-content: space-around;
  
   
}

.text {
    display: flex;
    flex-direction: column;

}

.text h1{
    color: #2d286b;
}

.text p {
    width: 600px;
    height: 2vh;
    color: #2d286b;
   
}

.box {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.box1,
.box2,
.box3 {
    border-radius: 50%;
    color: red;
    /* background: linear-gradient(135deg, #ffffff, #2d286b); */
    background: linear-gradient(135deg, #ffffff, #0f172a);

    width: 230px;
    height: 200px;
}

.box1 h2,
.box2 h2,
.box3 h2 {
    position: relative;
 
    text-align: center;
    top: 24px;
    color: black;
}


.box1 p,
.box2 p,
.box3 p {
    position: relative;
    
    text-align: center;
    top: 24px;
    color: white;
}



/* For small screens (up to 768px) */
@media screen and (max-width: 768px) {
    .key-benefits {
        flex-direction: column;
        align-items: center;
    }

    .service-plans {
        flex-direction: column;
        align-items: center;
        margin-right: 10px;

    }

    .benefit-box,
    .plan-box {
        width: 100%;
        margin-bottom: 15px;
    }

    h1 {
        font-size: 36px !important; 
        line-height: 1.5 !important; 
        
    }

    h4 {
        font-size: 16px !important; 
        bottom: 5px !important; 
        line-height: 1.8 !important; 
      
    }
}

/* For medium screens (up to 1024px) */
@media screen and (max-width: 1024px) {
    .key-benefits {
        flex-direction: column;
        align-items: center;
        margin-right: 10px;

    }

    .service-plans {
        flex-direction: column;
        align-items: center;
    }

    .benefit-box,
    .plan-box {
        margin-bottom: 20px;
    }

}

/* For larger screens (min-width: 1025px) */
@media screen and (min-width: 1025px) {
    .key-benefits {
        flex-direction: row;
        justify-content: space-between;
    }

    .service-plans {
        flex-direction: row;
        justify-content: space-between;
    }

    .benefit-box,
    .plan-box {
        width: 30%;
    }


}



@media (max-width: 575px) and (min-width: 300px){
    .icon-layout{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .icon-box{
        margin-bottom: 20px;
        text-align: center;  
    }
    .plans {
        flex-direction: column; 
        align-items: center;    
             
    }

    .plans > div {
        text-align: center;      
    }

    .plans > div svg {
        margin-top: 20px;      
    }
     
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 24px !important;
        bottom: 0 !important;
        line-height: 1.4 !important;
    }

    h4 {
        font-size: 14px !important;
        bottom: 3px !important;
        margin:10px;
    }
}





