@media (max-width: 768px){
  nav ul {
    max-height: 0;
    overflow: hidden;
    flex-direction: column;
    gap: 15px;
    background-color: #f9f9f9;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 0 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: max-height 0.4s ease, padding 0.3s ease;
  }
.menu-icon{
  display: block;
}

nav ul.show{
  /* display: flex; */
  max-height: 500px;
  padding: 15px;

}
.Main-content h1{
  font-size:1.75rem;
  margin-top: -26px;
}

.Main-content h2{
  font-size:1.3rem;
}
.Main-content p{
  font-size: 1rem;
}
.services{
  margin-bottom: -25px;
}

  .about-content {
    flex-direction: column;
    text-align: center;
  }

  .about-text h2 {
    font-size: 2rem;
  }

  .about-text p {
    font-size: 1rem;
    max-width: 600px;
  }
}

@media (max-width: 768px) {
  .main-services {
    padding: 50px 20px;
  }
.services-container {
  flex-direction: column;
  align-items: center;
}
.service-card {
  width: 100%;
  max-width: 85%;
}

.service-title {
  font-size: 1.85rem;
}
.serv-para {
  font-size: 0.95rem;
}
}

/* @media (max-width: 1024px) {
  .why-us-container h2 {
    font-size: 2rem;
  }
  .feature-item {
    padding: 25px 15px;
  }
} */

@media (max-width: 600px) {
  .back-img {
    background-attachment: scroll;
  }
  .why-us-container h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 600px) {
  .back-img {
    background-attachment: scroll;
  }
  .why-us-container h2 {
    font-size: 2.2rem;
  }
}

@media (max-width: 992px) {
  .work-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .work-grid {
    grid-template-columns: 1fr;
  }
  .work-item {
    max-width: 70%;
    margin: 0 auto;
  }
  .how-we-work h2{
    font-size: 2rem;
  }
}
@media (max-width: 460px) {
.work-item {
  max-width: 90%;
}
}

@media (max-width: 768px) {
  .contact-us-flex {
    flex-direction: column;
    gap: 30px;
  }
  .contact-form {
    max-width: 100%;
    padding: 40px 20px;
  }
}

@media (max-width: 480px) {
  .contact-form input,
  .contact-form textarea {
    font-size: 13px;
    padding: 10px 12px;
  }

  .contact-form h3 {
    font-size: 1.6rem;
  }
  .contact-us-heading{
    font-size: 2rem;
  }
  .contact-info-ul i {
    font-size: 18px;
  }
  
  .contact-info-ul {
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .map-embed-wrapper{
    padding-bottom: 50%;
  }

  .footer-column h4 {
    margin-top: 20px;
  }
}