@media (max-width: 1199.5px) {

  /* about */
  .about_wrapper .card {
    width: 100%;
  }

  /* service */
  .services_wrapper .card {
    padding: 1.875rem 1.25rem;
  }

  .map-responsive iframe {
    width: 500px;
    /* height: 400px; */
  }
}

@media (max-width: 991px) {

  /* custom css */
  .wrapper {
    padding: 3.125rem 0;
  }

  .main-btn {
    font-size: 0.875rem;
  }

  h1 {
    font-size: 2.8125rem;
    margin-bottom: 0.625rem;
  }

  h2 {
    font-size: 1.875rem;
  }

  h3 {
    font-size: 1.5625rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  p {
    font-size: 0.875rem;
    line-height: 1.35rem;
  }

  /* banner */
  .banner_wrapper p {
    max-width: 100%;
  }

  /* service */
  .services_wrapper .card {
    padding: 1.875rem 0.875rem;
  }

  /* achievements  pages */
  .achievements_wrapper {
    height: 60vh;
  }

  .achievements-title {
    font-size: 40px;
  }

  /* ceo */
  .ceofounder_wrapper .card {
    margin-bottom: 30px;
  }

  .ceofounder_wrapper p {
    font-size: 18px;
    text-align: center;
  }

  /* testimonials */
  .testimonial-img-box img {
    aspect-ratio: 16 / 10;
  }

  /* services whychose */
  .services_wrapper .whychhose img {
    margin-top: 150px;
  }

  .map-responsive iframe {
    width: 400px;
    /* height: 400px; */
  }

  /* about us page  */
  .aboutbanner_wrapper {
    height: 55vh;
  }

  .overlay-img {
    width: 100%;
    bottom: 30px;
    right: 30px;
  }

  .bannerabout-title {
    font-size: 48px;
  }

    /* our projects page  */
  .ourpro_wrapper {
    position: relative;
    /* height: 50vh; */
    height: 48vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }


}

@media (max-width: 767px) {
  .main-btn {
    font-size: 0.875rem;
  }

  h1 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  /* service */
  .services_wrapper .card {
    text-align: center;
  }

  /* achievements  pages */
  .achievements-title {
    font-size: 40px;
  }

  .achievements_container h2 {
    font-size: 24px;
  }

  /* services whychose */
  .services_wrapper .whychhose img {
    margin-bottom: 50px;
  }

  /* testimonials */
  .testimonial-row {
    justify-content: center;
  }

  .testimonial-img-box {
    padding: 10px;
  }

  .testimonial-img-box img {
    aspect-ratio: 1 / 1;
    /* Perfect square on mobile */
  }


  /* About us page */
  .aboutbanner_wrapper {
    height: 50vh;
  }

  .overlay-img {
    position: absolute;
    bottom: -2px;
    /* niche overlap */
    left: 5%;
    /* center anchor */
    transform: translateX(-50%);
    /* exact horizontal center */
    width: 100%;
    max-width: 90%;
    /* desktop control */
    height: auto;
    top: 140px;
    z-index: 2;
    display: block;
  }


  .bannerabout-title {
    font-size: 14px;
    top: 2px;
  }

  /* our projects page  */
  .ourpro_wrapper {
    position: relative;
    /* height: 50vh; */
    height: 44vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  /* footer */
  .footer_wrapper {
    padding-bottom: 0;
  }

  .footer_wrapper>div {
    padding: 0 1.875rem;
  }

  .map-responsive iframe {
    display: none;
  }
}

/* On small screens, stack phone & email vertically */
@media (max-width: 576px) {
  .topbar-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .topbar-left a {
    margin-bottom: 5px;
  }

  .team-card img {
    height: 200px;
  }

  /* services whychose */
  .services_wrapper .whychhose img {
    margin-bottom: 50px;

  }

  /* achievements  pages */
  .achievements_wrapper {
    height: 60vh;
  }

  .achievements-title {
    font-size: 28px;
  }

  .map-responsive iframe {
    width: 500px;
    /* height: 400px; */
  }

  /* ceo */
  .ceofounder_wrapper {
    padding: 50px 15px;
  }

  .ceofounder_wrapper .card img {
    max-width: 120px;
  }

  .ceofounder_wrapper .card h4 {
    font-size: 20px;
  }

  .ceofounder_wrapper p {
    font-size: 16px;
  }

  .map-responsive iframe {
    display: none;
  }


  /* About us page */
  .aboutbanner_wrapper {
    height: 40vh;
  }

  .overlay-img {
    position: absolute;
    bottom: -2px;
    /* niche overlap */
    left: 5%;
    /* center anchor */
    transform: translateX(-50%);
    /* exact horizontal center */
    width: 100%;
    max-width: 90%;
    /* desktop control */
    height: auto;
    top: 110px;
    z-index: 2;
    display: block;
  }

  .bannerabout-title {
    font-size: 12px;
    top: 1px;
  }

  /* our projects page  */
  .ourpro_wrapper {
    position: relative;
    /* height: 50vh; */
    height: 31vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

}

@media (max-width: 360px) {

  /* about */
  .about_wrapper .card {
    padding: 1.25rem 0.3125rem;
  }

  /* services */
  .services_wrapper .icon-box {
    margin-bottom: 0.9375rem;
  }

  
  /* our projects page  */
  .ourpro_wrapper {
    position: relative;
    /* height: 50vh; */
    height: 18vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }


}