
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: 36px;
  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/fourwheelerbanner.jpg') rgba(0, 0, 0, 0.5);
    background-blend-mode: overlay;
    background-size: cover;
    padding: 150px 20px;
    text-align: center;
    color: white;
}

.shadow-sm {
  background: black;
}

.header h1 {

    margin-bottom: 20px;
}

.header p {
   
    margin-bottom: 50px;
}

.header a {
    padding: 12px 25px;
    background-color: #ff5722;
    color: white;
    text-decoration: none;
   
    border-radius: 5px;
}

.content-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.content-section h2 {
    color: #2e2e2e;
    
    margin-bottom: 20px;
    text-align: center;
}

.content-section p {
  
    line-height: 1.8;
    margin-bottom: 30px;
    color: #555;
    text-align: center;
}

.key-benefits {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.benefit-box {
    background-color: #fff;
    padding: 30px;
    margin: 10px;
    flex-basis: 30%;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.benefit-box h3 {
   
    margin-bottom: 15px;
}

.benefit-box p {
    
    color: #666;
}

.service-plans {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.plan-box {
    background-color: #263238;
    color: white;
    padding: 40px;
    margin: 10px;
    flex-basis: 30%;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.plan-box h3 {
    
    margin-bottom: 20px;
}

.plan-box p {
    
    line-height: 1.6;
}

.features-section {

    padding: 60px 20px;
}

.features-section h2 {
    margin-bottom: 30px;
    text-align: center;
}

.features-section ul {
    list-style-type: none;
    padding: 0;
}

.features-section ul li {
    
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    color: #555;
}

.testimonial-section {
    background-color: #f7f7f7;
    padding: 80px 20px;
}

.testimonial-box {
    background-color: white;
    padding: 30px;
    margin: 20px;
    text-align: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.testimonial-box h4 {
    
    margin-bottom: 15px;
}

.testimonial-box p {
    
    color: #777;
}

.cta-section {
    background-color: #ff5722;
    color: white;
    text-align: center;
    padding: 50px 20px;
    margin-top: 60px;
}

.cta-section h2 {
    
    margin-bottom: 20px;
}

.cta-section a {
    padding: 15px 30px;
    background-color: white;
    color: #ff5722;
    text-decoration: none;
   
    border-radius: 5px;
}


.benefits-section {
    text-align: center;
    padding: 40px 20px;
    background: #f9f9f9;
}

.benefits-heading {
    color: #2d286b;
    font-weight: 700;
    margin-bottom: 20px;
}

.benefits-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.benefit-item {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 220px;
    text-align: center;
    transition: transform 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.icon-wrapper {
    /* background-color: #ffe5e5; */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}
q

.icon-wrapper img {
    width: 30px;
    height: 30px;
    fill: #ff6666; /* Adjust icon color if it's an SVG */
}

.benefit-item h3 {
    color: #2d286b;
   
    margin-bottom: 8px;
}

.benefit-item p {
    
    color: #666;
}


@media (max-width: 1200px) {
    .content-section,
    .features-section,
    .testimonial-section,
    .cta-section {
        padding: 40px 15px;
    }
    .key-benefits,
    .service-plans {
        flex-wrap: wrap;
    }
    .benefit-box,
    .plan-box {
        flex-basis: 48%;
    }
    .display-4 {
        font-size: 48px;
        top: 70px;
    }
}

@media (max-width: 992px) {
    .benefit-box,
    .plan-box {
        flex-basis: 100%;
    }
    .benefit-item {
        width: 200px;
    }
    .cta-section {
        padding: 40px 15px;
    }
    .display-4 {
        font-size: 40px;
        top: 50px;
    }
}

@media (max-width: 768px) {
    .header {
        padding: 100px 15px;
    }
    .header h1 {
        font-size: 28px;
        line-height: 40px;
    }
    .header p {
        font-size: 16px;
    }
    .benefit-box,
    .plan-box {
        flex-basis: 100%;
    }
    .benefit-item {
        width: 180px;
    }
    .display-4 {
        font-size: 32px;
        top: 30px;
    }
}

@media (max-width: 575px) {
    .content-section h2,
    .features-section h2,
    .cta-section h2 {
        font-size: 24px;
    }
    .testimonial-box {
        margin: 10px;
        padding: 20px;
    }
    .benefit-item {
        width: auto;
    }
    .display-4 {
        font-size: 28px;
        top: 20px;
    }
}
