      body {
        font-family: 'Montserrat';
        box-sizing: border-box;
        font-size: 1.25rem;
        margin: 0;
        padding: 0;
        background: #fff;
      }
      h1,
      h2 {
        text-align: center;
        font-family: 'Montserrat';
        color: #000;
      }
      h3 {
        font-family: Arial, Helvetica, sans-serif;
      }
      h1 {
        font-size: 50px;
        color: #000;
      }
      .quick-contacts {
        display: flex;
        flex-wrap: wrap;
        background-color: #ffd700;
        color: #010201;
        text-align: center;
        font-weight: bold;
        justify-content: center;
        padding: 5px;
        margin: 0;
        font-size: smaller;
      }
      .quick-contacts p {
        margin: 5px 10px;
      }
      .nav-bar {
        background: #010201;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 2px;
        width: 100%;
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
        max-height: 60px;
      }
      .nav-elements {
        margin-right: 20px;
      }
      .nav-contact-us {
        background-color: #ffd700;
        color: #010201 !important;
        padding: 5px 10px;
      }
      .nav-bar a {
        text-decoration: none;
        padding: 10px;
        color: #efefef;
      }
      .nav-bar a:hover {
        color: #ffd700;
        text-decoration: underline;
      }
      .nav-bar a:active {
        color: #a7c5bd;
      }
      .logo {
        width: 80px;
        height: 60px;
      }
      .banner-offer li {
        list-style-type: none;
      }
      .banner-offer a {
        text-decoration: none;
        background-color: #a7c5bd;
        padding: 10px;
        color: #000;
      }
      .banner-offer a:hover {
        background-color: #010201;
        color: #ffd700;
      }
      .banner {
        display: flex;
        background: linear-gradient(to bottom, black 5%, grey 5%, white 100%);
        flex-direction: row;
        padding: 20px 50px;
      }
      .banner-header {
        height: 430px;
        min-height: 300px;
        padding: 20px;
        margin-left: 30px;
        box-sizing: border-box;
        ;
      }
      .banner-image {
        background-image: url("../../images/Wangoto_new_banner-removebg.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: auto;
        min-height: 300px;
        background-size: cover;
        padding: 20px;
        box-sizing: border-box;
        transform: scale(0.8);
      }
      
      .banner .contact {
        font-size: 2em;
      }
      .banner .contact a {
        color: #0000ff;
      }
      .banner h1 {
        padding-top: 30px;
        color: #000;
        margin: 50px 0;
        font-weight: 800;
      }
      .banner p {
        font-size: 1.5rem;
        font-weight: bold;
        color: #010201;
        text-align: center;
        margin: 10px 0;
      }
      .banner a {
        background-color: #ffd700;
        text-decoration: none;
        color: #010201;
        font-size: 40px;
        padding: 10px 20px;
        border: 2px solid #010201;
        transition: background-color 1s;
      }
      .banner a:hover {
        background-color: #010201;
        color: #ffd700;
        border: 2px solid #ffd700;
      }
     
      .benefits {
        background-color: #fff;
        background-blend-mode: multiply;
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
        padding: 20px;
      }
      .benefits h2 {
        width: 100%;
        text-align: center;
      }
      .benefits p {
        width: 100%;
        color: #000;
        text-align: left;
      }
      .user-benefits {
        background-color: #ffd700;
        border-top: 5px solid #010201;
        box-sizing: border-box;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
        flex: 1 1 400px;
        max-width: 400px;
        padding: 15px;
        margin: 10px;
        zoom: 0.9;
      }

      .driving-courses {
        background-color: #ffd700;
        padding-top: 15px;

      }
      .rates {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
        padding: 20px;
      }

      .rate-card {
        background-color: #fff;
        border: 1px solid #dedede;
        border-radius: 10px;
        box-shadow: 4px 4px 16px rgba( 0, 0, 0, 0.2);
        flex: 1 1 300px;
        max-width: 300px;
        padding: 15px;
        margin: 10px;
      }
      .rate-card a {
        display: block;
        background-color: #fff;
        border: 1px solid #088108;
        padding: 10px;
        text-decoration: none;
        color: #000;
        text-align: center;
        margin: 10px 0;
      }
      .rate-card a:hover {
        background-color: #088108;
        color: #fff;
        transition: 0.3s ease-in-out;
      }
      .ksh {
        font-size: small;
      }
      .rate-card p {
        border-bottom: 1px dashed #888;
        padding: 5px 0;
      }

      .rate-card img {
        max-width: 100%;
        height: auto;   /* keeps aspect ratio */
        display: block; /* removes extra spacing under images */
        object-fit: contain; /* makes sure it fits without cropping */
      }

      .three-step {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
        padding: 20px;
      }
      .steps { /*
        background: linear-gradient(to right, #ffd700, #fff);*/
        box-sizing: border-box;
        border-left: 5px solid #010201;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
        box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
        flex: 1 1 300px;
        max-width: 400px;
        padding: 20px;
        margin: 10px;
        zoom: 0.9;
      }

      .steps-road p {
        font-weight: 300px ;
        background-color: #fff;
        padding: 20px 20px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
      }

      .steps-choose {
        background: linear-gradient(to right, 
        #ffd700 0%,   /* gold */
        #ffe766 25%,  /* lighter gold */
        #fff4b2 50%,  /* pale yellow */
        #ffffff 100%);

        box-shadow: none;
      }

      .three-step .numbers {
        font-family: "Great Vibes", cursive;
        font-size: 50px;
      }
      .slow-spin {
        animation: fa-spin 5s linear infinite;
      }
      .contact {
        display: block;
        justify-items: center;
        width: auto;
        padding: 20px;
      }
      .contact a {
        display: flex;
        justify-content: center;
        margin: 10px;
        padding: 10px 20px;
        text-decoration: none;
        color: #000;
        background-color: #ffd700;
        font-size: 24px;
      }
      .contact a:hover {
        color: #ffd700;
        background-color: #00f;
      }
      .choose-us {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 20px;
      }
      .choose-us img {
        max-height: 350px;
        max-width: 100%;
        padding: 20px;
        border-radius: 10px;
        box-sizing: border-box;
      }
      .choose-us p {
        padding: 20px;
        flex: 1 1 300px;
        max-width: 600px;
      }
      .work {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        padding: 20px;
        justify-content: center;
      }

      .work img {
        max-width: 150px;
        height: auto;
        margin: 10px;
        transform: scale(1.3);
      }

      .slider {
        overflow: hidden;
        position: relative;
        width: 100%;
        background: #fff; /* optional */
      }

      .slide-track {
        display: flex;
        width: calc(250px * 12); /* image width * number of images */
        animation: scroll 40s linear infinite;
      }

      .slide-track a {
        flex: 0 0 auto;
      }

      .slide-track img {
        width: 250px; /* adjust to your preferred size */
        height: auto;
        margin: 0 20px; /* spacing between logos */
      }

      @keyframes scroll {
        0%   { transform: translateX(0); }
        100% { transform: translateX(-50%); } /* move by half because we doubled the images */
      }

      .clients {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        padding: 20px;
        justify-content: center;
      }
      .clients img {
        max-width: 150px;
        height: auto;
        border-radius: 50%;
        margin: 10px;
        filter: grayscale(100%);
        transition: filter 0.5s ease;
        transition: transform 0.5s ease-in-out;
      }

      .clients img:hover {
        filter: grayscale(0%);
        transform: scale(1.2);
      }


      
      .scorecard {
        padding: 20px;
      }
      .scorecard p {
        padding: 0 20px;
        text-align: center;
      }
      .scorecard-link {
        text-align: center;
        margin: 20px;
      }
      .scorecard-link a {
        display: inline-block;
        text-align: center;
        background-color: #ffd700;
        padding: 15px 25px;
        color: #000;
        text-decoration: none;
        font-size: 24px;
      }
      .scorecard-link a:hover {
        background-color: blue;
        color: #ffd700;
      }
      .footer-foot {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        background: #ffd700;
        justify-content: space-around;
        padding: 20px;
      }
      .footer-foot h2 {
        color: #010201;
      }
      .footer-foot p {
        color: #010201;
      }
      .footer-foot ul li a {
        color:#010201;
      }
      .foot {
        flex: 1 1 300px;
        padding: 20px;
        box-sizing: border-box;
      }
      .foot ul {
        padding: 0;
      }
      .foot ul li {
        list-style-type: none;
        margin: 10px 0;
      }
      .foot a {
        text-decoration: none;
        color: #fff;
      }
      .foot a:hover {
        color: #f9f9f9;
      }
      .facebook-icon {
        color: #1877f2;
      }
      .facebook-icon:hover {
        transform: scale(1.5);
        transition: 1s ease-in-out 0.3s;
      }
      .instagram-icon {
        color: #e4405f;
      }
      .instagram-icon:hover {
        transform: scale(1.5);
        transition: 1s ease-in-out 0.3s;
      }
      .linkedin-icon {
        color: #0a66c2;
      }
      .linkedin-icon:hover {
        transform: scale(1.5);
        transition: 1s ease-in-out 0.3s;
      }
      .x-icon {
        color: #000;
      }
      .x-icon:hover {
        transform: scale(1.5);
        transition: 1s ease-in-out 0.3s;
      }
      .brand-icons {
        display: flex;
        justify-content: center;
        padding: 20px;
        flex-wrap: wrap;
      }
      .brand-icons i {
        margin: 0 15px;
      }
      .cpright {
        display: block;
        text-align: center;
        margin-top: 0;
        padding: 0;
        font-size: smaller;
      }
      .banner-offer {
        padding: 10px;
        text-align: center;
      }
      .banner-offer img {
        height: 40px;
        margin: 0 10px;
      }
      .ten-k {
        font-size: 2rem;
        color: #ffd700;
      }
      #timer {
        color: #ffd700;
        font-size: larger;
      }
      /* FAQ Styling */
      .faq-section {
        padding: 20px;
      }
      .faq {
        margin: 15px 0;
        border: 1px solid #ddd;
        border-radius: 5px;
        overflow: hidden;
      }
      .faq-question {
        width: 100%;
        padding: 15px;
        text-align: left;
        background-color: #f8f1e2;
        border: none;
        outline: none;
        cursor: pointer;
        font-size: 1.1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-family: garamond, serif;
      }
      .faq-question:hover {
        background-color: orange;
        color: #010201;
      }
      .faq-answer {
        border-left: 5px solid blue;
        padding: 0 15px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        background-color: white;
      }
      .faq.active .faq-answer {
        padding: 15px;
        max-height: 500px;
      }
      .faq.active .icon1 {
        transform: rotate(45deg);
      }
      .icon1 {
        transition: transform 0.3s ease;
        font-size: 1.5rem;
      }

      /* Media Queries */
      @media (max-width: 768px) {
        h1 {
          font-size: 2rem;
        }
        .banner h1 {
          font-size: 1.8rem;
        }
        .banner p {
          font-size: 1.2rem;
        }
        .nav-bar {
          flex-direction: column;
          align-items: center;
        }
        .nav-bar a {
          padding: 5px 10px;
        }
        .logo {
          margin-bottom: 10px;
        }
        .choose-us p {
          padding: 10px;
        }
        .choose-us img {
          padding: 10px;
        }
        .ten-k {
          font-size: 1.5rem;
        }
        .banner-offer img {
          height: 30px;
        }
      }

      @media (max-width: 480px) {
        h1 {
          font-size: 1.5rem;
        }
        .banner h1 {
          font-size: 1.5rem;
        }
        .banner p {
          font-size: 1rem;
        }
        .quick-contacts p {
          font-size: 0.9rem;
        }
        .user-benefits,
        .rate-card,
        .steps {
          flex: 1 1 100%;
          max-width: 100%;
        }
        .contact ul li {
          font-size: large;
          padding: 8px 15px;
        }
        .ten-k {
          font-size: 1.2rem;
        }
        .banner-offer img {
          height: 20px;
        }
      }
      .whatsapp-button {
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 60px;
        height: 60px;
        background-color: #25d366; /* WhatsApp Green */
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        transition: background-color 0.3s ease;
        z-index: 9999;
      }
      .whatsapp-button:hover {
        background-color: #128c7e; /* Darker shade for hover effect */
      }
      .whatsapp-button img {
        width: 40px;
        height: 40px;
      }
      .call-button {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 100px;
        right: 20px;
        background-color: #007bff; 
        color: white;
        border-radius: 50%;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
        z-index: 1000;
        line-height: 60px;
        text-decoration: none;
      }
      .call-button:hover {
        background-color: #0000ff;
      }
      .user-benefits .fas {
        color: #010201;
      }
      .value-stack {
        display: flex;
        flex-direction: row;
        padding: 50px 20px;
        gap: 20px ;
        justify-content: space-around;
        align-items: center;
      }
      .value-stack h3 {
        align-content: center;
        color: #010201
      }
      .value-stack .fa-solid {
        color: #010201
      }
      .value-stack div {
        border-radius: 50%;
        background-color: #fff;
      }
      

/*testimonial section*/
.testimonials {
  text-align: center;
  padding: 50px 20px;
  background: #f9f9f9;
}

.testimonial-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.testimonial {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  max-width: 300px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.client-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}


/*mobile responsive*/
@media (max-width: 768px) {
  .nav-bar {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }
  
  .nav-elements {
    display: none; /* Hide by default on mobile */
    width: 100%;
    margin-top: 10px;
  }
  
  .nav-elements a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eee;
  }
  
  /* Add a hamburger menu for mobile */
  .menu-toggle {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
  }
}


@media (max-width: 768px) {
  .banner {
    flex-direction: column;
    padding: 0;
  }
  /*
  .banner-header {
        height: 430px;
        min-height: 300px;
        padding: 20px;
        margin-left: 30px;
        box-sizing: border-box;
        ; */
        
  .banner-header {
    height: 200px;
    padding: 5px;
    min-height: 50px;
    margin-left: 0;
    text-align: center;
  }
  
  .banner h1 {
    font-size: 1.8rem;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
    margin: 5px 0;
    text-align: center;
  }
  
  .banner a {
    font-size: 1.2rem;
    padding: 8px 16px;
  }
  
  .banner-image {
    height: 250px; 
  }
}

@media (max-width: 768px) {
  .user-benefits, .rate-card {
    flex: 1 1 100%; 
    max-width: 100%;
    margin: 10px 0;
  }
  
  .benefits, .rates {
    padding: 10px;
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .three-step {
    flex-direction: column;
    padding: 10px;
  }
  
  .steps {
    max-width: 100%;
    margin: 10px 0;
  }
}

@media (max-width: 768px) {
  .footer-foot {
    flex-direction: column;
    padding: 10px;
  }
  
  .foot {
    margin-bottom: 20px;
  }
}



@media (max-width: 768px) {
  .whatsapp-button, .call-button {
    width: 50px;
    height: 50px;
    bottom: 15px;
  }
  
  .call-button {
    bottom: 80px;
    font-size: 20px;
    line-height: 50px;
  }
  
  .whatsapp-button img {
    width: 30px;
    height: 30px;
  }
}


.menu-toggle {
  display: none; /* Hide by default */
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block; /* Only show on mobile */
  }
}



