@media screen and (max-width: 768px) {
  .nav-menu,
  .nav-button {
    display: none;
  }

  .hamburger {
    display: block;
  }

  .mobile-dropdown.active {
    display: flex;
  }

  .nav-logo {
    flex-grow: 1;
  }
.nav-logo  img{
    width: 30%;
    height: 70px;
}
  /* africa-section */
   .africa-section {
        flex-direction: column;
        padding: 40px 15px;
      }

      .africa-content h2 {
        font-size: 2em;
      }

      .africa-content p {
        font-size: 1em;
      }

      .cta-button {
        width: 70%;
        text-align: center;
        max-width: 300px;
      }
      /* cta-section */
       .cta-banner h2 {
        font-size: 2em;
      }

      .cta-banner p {
        font-size: 1.1em;
        padding: 0 10px;
      }

      .cta-buttons {
        flex-direction: column;
        gap: 15px;
      }

      .cta-buttons a {
        width: 90%;
        max-width: 300px;
        margin: 0 auto;
      }
      /* faqs */
        .faq-section {
        flex-direction: column;
        padding: 30px 15px;
      }
         .faq-image img {
      width: 70%;
      height: 150px;
      border-radius: 10px;
    }
      /* Footer */

      .footer-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
      }

      .footer-column {
        flex: 1 1 100%;
      }

      .footer-contact li {
        display: flex;
        justify-content: center;
        align-items: center;
      }

/* ABOUT SECTION */
.about-header h1 {
        font-size: 2em;
      }

      .about-header h3 {
        font-size: 1.1em;
      }

      .about-section h2 {
        font-size: 1.3em;
      }

      .about-section p,
      .about-section ul li {
        font-size: 1em;
      }
    .grid-container {
        flex-direction: column;
        align-items: center;
      }

      .card {
        width: 80%;
        max-width: 600px;
      }

/* SERVICE */
          .service h2 {
        font-size: 1rem;
      }

      .service {
        padding: 5px;
        width: 90%;
      }
      .cta-section h2 {
    font-size: 1.4rem;
  }

  .cta-section p {
    font-size: 0.95rem;
  }

  .cta-button {
    padding: 10px 20px;
    font-size: 0.95rem;
  }
 .why-we-invent-section {
        flex-direction: column;
        padding: 30px 15px;
      }

      .why-content h2 {
        font-size: 1.5rem;
      }

      .why-content p {
        font-size: 1rem;
      }

 /* Terms and conditions */
  .container {
    padding: 25px 0px;
  }

  .terms h1 {
    font-size: 1.7rem;
  }
  .subtitle {
    font-size: 1rem;
  }

  section h2 {
    font-size: 1.2rem;
  }


}