
/* Hero Section */
.hero {
  position: relative;
  height: 100vh;
  background-image: url("../../images/special-discount/Home.webp"); /* Replace with the URL of your background image */
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

.hero-text h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 10px;
}

.hero-text p {
  font-size: 18px;
  margin-bottom: 20px;
}

.scroll-down {
  font-size: 24px;
  animation: bounce 2s infinite;
}

.why-ready-for-road {
  text-align: center;
  padding: 50px 20px;
  background-color: #f9f9f9;
}

.why-ready-for-road h2 {
  color: #0A6847; /* Adjust as needed */
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

.why-ready-for-road .description {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
}
.new_desc {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

/* .features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
} */

.feature-item {
  text-align: center;
  max-width: 200px;
}

.feature-item img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.feature-item h3 {
  color: #0A6847; /* Adjust as needed */
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.feature-item p {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.learn-more {
  margin-top: 40px;
}

.learn-more a {
  background-color: #0A6847; /* Adjust as needed */
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  transition: background-color 0.3s;
}

.learn-more a:hover {
  background-color: #0A6847;
}

.what-we-do {
  padding: 50px 20px;
}

.img-text-container {
  gap: 20px; /* Adjust the gap as needed */
}

.image-container {
  flex: 1;
}

.image-container img {
  width: 100%;
  height: auto;
}


.text-container {
  flex: 1;
  padding: 20px;
  background-color: #0A6847;
  color: #fff;
  border-radius: 5px;
  /* margin-left: 20px; */
}

.text-container h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.text-container p {
  font-size: 18px;
  margin-bottom: 20px;
}

/* Responsive layout for medium and larger screens */
@media (min-width: 768px) {
  .img-text-container {
      flex-direction: row;
  }

  .text-container {
      text-align: left;
  }
}
@media (max-width: 991px) {
  .img_rev_hd {
      display: none;
  }
  .testimonials-two{
    padding-top: 0px !important;
  }
}

.testimonials-two{
    padding-top: 100px !important;
  }
.text-container h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.text-container p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.client-testimonials {
  padding: 50px 20px;
  background-color: #f9f9f9;
}

.client-testimonials h2 {
  font-size: 28px;
  color: #0A6847;
  font-weight: bold;
  margin-bottom: 40px;
}

.testimonial-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.testimonial-item {
  max-width: 400px;
  color: #0A6847;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

.testimonial-image {
  width: 200px;
  height: 200px;
  /* border-radius: 50%; */
  margin-bottom: 15px;
}

.testimonial-text {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.6;
}

.testimonial-author {
  font-weight: bold;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

.divider {
  width: 1px;
  background-color: #0A6847;
  height: 300px;
  margin: 0 20px;
}

.learn-more a {
  background-color: #0A6847;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  transition: background-color 0.3s;
}

.learn-more a:hover {
  background-color: #0A6847;
}

/* Important Announcement Section */
.important-announcement {
  padding: 40px 20px;
  color: white;
  text-align: center;
}

.important-announcement .announcement-content p {
  font-size: 18px;
  margin: 10px 0;
  line-height: 1.6;
}

/* Featured In Section */
.featured-in {
  padding: 20px 10px;
  text-align: center;
  font-size: 18px;
  color: #0A6847;
}

.featured-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

/* Latest Articles Section */
.latest-articles {
  padding: 20px 20px;
  text-align: left;
}

.latest-articles h3 {
  font-size: 24px;
  color: #0A6847;
  font-weight: bold;
  margin-bottom: 10px;
}

.latest-articles hr {
  border: none;
  border-top: 2px solid #0A6847;
  width: 100px;
  margin: 0;
}
h2 {
  font-weight: bolder;
}


.popular-posts,
.popular-categories {
  width: 30%;
}

.popular-posts h3,
.popular-categories h3 {
  margin-bottom: 10px;
}

.popular-posts ul,
.popular-categories ul {
  list-style: none;
  padding: 0;
}

.popular-posts li,
.popular-categories li {
  margin-bottom: 5px;
}

.popular-posts a,
.popular-categories a {
  color: #fff;
  text-decoration: none;
}

.popular-categories a {
  display: inline-block;
  margin-right: 10px;
}

.popular-categories a:last-child {
  margin-right: 0;
}


@media only screen and (min-width: 768px) {
    .inner-banner {
        height: 55em !important;
    }
    .hero-text{
        background-image: url('../../images/special-discount/Home.webp');
    }
    .custom_head_text{
        font-size: 5em !important;
        letter-spacing: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .inner-banner {
        height: 45em !important;
    }
    .hero-text{
        background-image: url('../../images/special-discount/Home_mobile.webp');
    }
    .custom_head_text{
        font-size: 3em !important;
    }
}
@media (min-width: 768px) {
    .md-35px {
        margin-top:35px;
    }

  }

  .custom_content{
    margin-top: 25em;
    margin-bottom: 21em;
}

