@media (max-width: 768px) {
  .hero {
    flex-direction: column; /* Stack items vertically */
    text-align: center; /* Center-align text for a cleaner look */
  }

  .hero .text {
    margin-bottom: 20px; /* Add space between text and image */
  }

  .hero .image img {
    max-width: 100%; /* Ensure the image resizes appropriately */
    height: auto;
  }
  /* General Styles */
  body {
    font-size: 10px;
    margin: 0;
    padding: 0;
  }

  .navigation ul {
    display: none; /* Hidden by default */
    flex-direction: column;
    gap: 10px;
    background-color: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
  }

  .navigation ul.show {
    display: flex;
  }

  .navigation ul li a {
    font-size: 16px;
  }

  .burger-menu {
    display: flex; /* Show burger menu */
  }

  .hero {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .hero .text h1 {
    font-size: 35px;
    line-height: 1.4;
  }

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

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

  .state {
    flex-direction: column;
    gap: 15px;
  }

  .state .card {
    width: 90%; /* Adjust card width */
    margin: 0 auto;
  }

  .keyfeatures {
    padding: 50px 00px;
  }

  .keyfeatures .images {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .whitelabel {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .whitelabel .text {
    font-size: 18px;
  }

  .boxes-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  footer {
    font-size: 14px;
    padding: 10px;
  }

  .insider-form {
    padding: 20px;
  }

  .insider-form h2 {
    font-size: 28px;
  }

  .insider-form p {
    font-size: 18px;
  }

  .state {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 40px 0;
    align-items: center;
  }
  .first-card,
  .second-card,
  .third-card {
    width: 220px;
    height: 160px;
    color: white;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    overflow: hidden;
    transition: transform 0.3s ease, background-color 0.3s ease;
    perspective: 1000px;
  }
  .container-text h2 {
    font-size: 45px;
  }
  #features h2 {
    font-size: 45px;
  }
  .logo img {
    width: 90%;
  }
  .image4,
  .image5 {
    position: relative;
    top: unset;
    left: unset;
  }
}
