@media (max-width: 1100px) {
  .hero_img_right {
    display: none;
  }
}
@media (max-width: 991px) {
  .hamburger {
    display: flex;
    position: relative;
    z-index: 999999999999999;
  }

  .menu-list {
    position: absolute;
    top: 0; /* Adjust based on your navbar height */
    right: 0;
    background-color: var(--white);
    flex-direction: column;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
    z-index: 999;
    gap: 20px;
  }

  .menu-list.open {
    height: 100vh;
    overflow: hidden;
  }

  .menu {
    padding: 10px 20px;
    text-align: center;
    font-size: 18px;
  }
  .hero_container {
    flex-direction: column;
    padding: 200px 0 30px;
  }
  .hero_img_left,
  .hero_img_bottom,
  .xp_right {
    display: none;
  }
  .hero_right {
    text-align: center;
  }
  .hero_img {
    max-width: 500px;
  }
  .hero_left {
    text-align: center;
  }
  .hero_buttons {
    justify-content: center;
  }
  .service {
    width: 100%;
    margin-top: 20px;
  }
  .services {
    gap: 20px;
  }
  .card {
    width: calc(50% - 25px);
  }
  .location_container {
    flex-direction: column;
    gap: 20px;
  }
  .location_left {
    height: 450px;
  }
  .hero_left,
  .hero_right {
    border-radius: 0;
  }
  .footer_container {
    flex-direction: column;
    text-align: center;
  }
  .footer_form {
    margin: 0 auto;
    margin-top: 20px;
  }
  .form_heading::before,
  .custom-pagination {
    display: none;
  }
  .hero_heading {
    font-size: 52px;
    line-height: 65px;
  }
  .heading {
    font-size: 48px;
  }
  .xp_heading,
  .location_heading {
    font-size: 42px;
    line-height: 55px;
  }
  .location_left {
    padding: 30px;
  }
  .map {
    height: 300px;
  }
  .footer_top {
    padding: 50px 0;
  }
  .submit_btn {
    padding: 15px;
  }
  .contact_input {
    padding: 20px 15px;

    border-radius: 10px;
  }
  .contact_section:before {
    display: none;
  }
  .buttons {
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
@media (max-width: 551px) {
  .hero_heading {
    font-size: 37px;
    line-height: 45px;
  }
  .heading {
    font-size: 38px;
  }
  .service {
    padding: 25px;
  }
  .service_section {
    padding-top: 20px;
  }
  .xp_heading,
  .location_heading {
    font-size: 38px;
    line-height: 46px;
  }
  .xp {
    width: 100%;
    font-size: 16px;
  }
  .xp_list {
    gap: 15px;
  }
  .card {
    width: 100%;
  }
  .logo {
    width: 150px;
  }
  .topbar_container,
  .topbar_left {
    flex-direction: column;
    text-align: center;
  }
  .hero_buttons {
    flex-direction: column-reverse;
  }
  .navbar_section {
    padding: 15px 0;
  }
  .hero_container {
    flex-direction: column;
    padding: 250px 0 30px;
  }
  .hero_btn_2,
  .hero_btn_1 {
    font-size: 16px;

    padding: 10px 9px;
  }
}
