.footer {
    background-color: #1a1a1a;
    padding: 60px 40px 20px;
    position: relative;
  }

  .footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #333;
    padding-bottom: 40px;
  }

  .footer-section {
    flex: 1 1 220px;
    margin-right: 20px;
  }

  .footer-section h2 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #fff;
    text-align: left;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
  }

  .footer-section p {
    margin: 10px 0;
    font-size: 15px;
    line-height: 1.6;
    color:#fff;
    text-align:left;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
  }

  .footer-section ul {
    list-style: none;
    text-align: left;
  }

  .footer-section ul li {
    margin-bottom: 10px;
    font-size: 16px;
    transition: color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    color:#fff;
    text-align: left;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
  }

  .footer-section ul li:hover {
    color: #ff4f00;
    transform: translateX(5px);
  }

  .socials a {
    display: inline-block;
    background-color: #222;
    color: #fff;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    line-height: 40px;
    text-align: center;
    border-radius: 6px;
    transition: background 0.3s ease, transform 0.3s ease;
  }

  .socials a:hover {
    background-color: #ff4f00;
    transform: scale(1.1);
  }

  .logos {
    width: 120px;
    margin-bottom: 20px;
    margin-left: 30px;
  }
    
   .logom {
    width: 120px;
    margin-bottom: 20px;
  }

  .footer-bottom {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #aaa;
    flex-wrap: wrap;
  }

  .footer-links a {
    color: #aaa;
    text-decoration: none;
    margin: 0 8px;
    transition: color 0.3s ease;
  }

  .footer-links a:hover {
    color: #ff4f00;
  }

  .highlights {
    color: #ff4f00;
    font-weight: bold;
    font-size:17px;
  }

  .orange {
    color: #ff4f00;
  }

  .footper{
    padding-left:130px;
  }

  .footpers{
    padding-left:140px;
  }

  @media (max-width: 768px) {
    
      .footper{
    text-align: left;
  }

  .footpers{
    text-align: left;
  }

    .footer-content {
      flex-direction: column;
    }
    .footer-section {
      margin-bottom: 30px;
    }
    .footer-bottom {
      flex-direction: column;
      align-items: center;
      gap: 10px;
    }
    .footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #333;
    padding-bottom: 40px;
  }

   .footer-section ul {
    list-style: none;
    text-align: center;
  }

  .footer-section ul li {
    margin-bottom: 10px;
    font-size: 15px;
    transition: color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    color:#fff;
    text-align: center;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
  }

  .footer-section ul li:hover {
    color: #ff4f00;
    transform: translateX(5px);
  }

   .footer-section h2 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
  }

  .footer-section p {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.6;
    color:#fff;
    text-align:left;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
  }

   .logos {
    width: 120px;
    margin-bottom: 20px;
    margin: 0px 70px;
  }

  .logom {
    width: 120px;
    margin-bottom: 20px;
  }
  
  }