@media (max-width: 1024px) {
  .nav-container {
    padding: 0 24px;
  }
  .site-header {
    max-width: 100%;
  }
  .nav-container {
    max-width: 100%;
  }
  .submenu {
    left: auto;
    right: 0px;
    top: 50px;
  }
  .submenu::before {
    content: unset;
  }
  .main-container {
    padding: 60px 0px 0px;
    max-width: 100%;
  }
  .home-content-section {
    padding: 32px 24px;
  }
  .home-content-card {
    padding: 12px 24px 24px;
    flex-direction: column;
  }
  .page-content {
    padding: 30px 24px;
  }
  h1.title {
    font-size: 38px;
    padding-bottom: 24px;
  }
  .card-content-left {
    width: 100%;
    max-width: unset;
    text-align: center;
  }
  .what-we-offer-cards {
    gap: 24px;
  }
  .service-card {
    margin-bottom: 48px;
    background-size: 45%;
    background-position: right bottom;
  }
  .service-2 {
    background-size: 62%;
    background-position: right bottom -23px;
  }
  .service-3 {
    background-size: 65%;
  }
  .service-5 {
    background-size: 60%;
  }
  .service-6 {
    background-position: right -11px bottom;
  }
  .offer-card {
    padding: 0px 12px;
  }
  .footer {
    padding: 24px;
  }
}

@media (max-width: 900px) {
  .hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
  }

  .hamburger span {
    width: 24px;
    height: 2px;
    background: #111;
  }

  .nav-menu.open {
    display: flex;
  }

  .nav-toggle {
    display: flex;
  }

  .nav {
    position: absolute;
    top: 73px;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #eee;
    display: none;
  }

  .nav.active {
    display: block;
  }

  .nav-list {
    flex-direction: column;
    gap: 0;
  }

  .nav-list li a {
    padding: 12px 18px;
    display: block;
    border-bottom: 1px solid #eee;
  }

  .submenu {
    position: static;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    border-radius: 0px;
    backdrop-filter: unset;
  }

  .has-submenu.open .submenu {
    display: block;
  }
}

@media (max-width: 767px) {
  .nav-container {
    height: 60px;
    padding: 0 16px;
  }

  /* Logo */
  .logo {
    font-size: 16px;
    font-weight: 600;
  }

  .logo img {
    width: 40px;
  }

  .nav {
    top: 61px;
  }

  .banner {
    height: 350px;
    min-height: 350px;
  }
  .carousel-item {
    font-size: 24px;
    font-weight: 600;
  }
  .page-banner {
    min-height: 230px;
    height: 230px;
  }
  .page-banner-title {
    font-size: 34px;
    width: 100%;
    padding: 24px;
  }
  .page-content {
    padding: 30px 14px;
    max-width: 100%;
  }

  .home-content-section {
    padding: 24px 16px;
  }
  .home-content-card {
    flex-direction: column;
    padding: 16px;
    gap: 24px;
  }
  .home-content-card h3,
  .why-choose-us-card h3 {
    font-size: 18px;
    margin-bottom: 14px;
    text-align: center;
  }
  .home-content-card p {
    font-size: 14px;
    text-align: center;
  }
  .card-content-left {
    max-width: unset;
    padding: 0;
  }
  .home-content-card h4 {
    font-size: 16px;
  }
  .what-we-offer-cards {
    margin: 14px 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .offer-card {
    padding: 0px;
  }
  .offer-card img {
    width: 75px;
  }
  .offer-card h5 {
    font-size: 14px;
    font-weight: 500;
  }
  .why-choose-us-card {
    flex-direction: column;
    padding: 16px;
  }
  .why-choose-us-card p {
    font-size: 14px;
    padding: 0px;
  }
  .why-choose-us-badges {
    gap: 18px;
    padding: 0px;
    flex-direction: column;
    width: 100%;
    flex: 1;
    flex-wrap: nowrap;
  }
  .badge {
    padding: 8px 12px;
    width: 100%;
  }
  .badge-circle {
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
    font-size: 16px;
  }
  .badge-text {
    font-size: 14px;
    white-space: break-spaces;
    line-height: 18px;
    text-align: left;
  }

  h1.title {
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 24px;
  }
  .section-title {
    margin-bottom: 16px;
  }
  .section-content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .about-page .container-fluid {
    margin-bottom: 24px;
  }

  .service-card {
    padding: 14px 14px 150px 14px;
    background-size: 61%;
    margin-bottom: 18px;
  }
  .service-2 {
    background-size: 100%;
    background-position: right bottom -13px;
  }
  .service-3 {
    background-size: 100%;
    background-position: right bottom 0px;
  }
  .service-5 {
    background-size: 81%;
    background-position: center bottom;
  }
  .service-6 {
    background-position: center bottom -8px;
    background-size: 58%;
  }
  .contact-content {
    grid-template-columns: 100%;
    gap: 0px;
  }
  .contact-content .location {
    display: none;
  }
  .contact-form-wrapper h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .contact-form-wrapper {
    padding: 24px 14px;
  }
  .form-row {
    margin-bottom: 16px;
  }
  .contact-form input,
  .contact-form textarea {
    font-size: 14px;
  }
  .contact-form button {
    font-size: 14px;
    padding: 10px 16px;
  }

  .footer {
    padding: 24px 16px;
    max-width: 100%;
    flex-direction: column;
    gap: 24px;
  }
  footer h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .footer_addresses {
    gap: 6px;
  }
  .footer_addresses p,
  .footer__contact p {
    font-size: 14px;
  }
  .footer__quicklink li {
    font-size: 14px;
  }
  .copyright {
    padding: 4px 16px 24px;
  }
}
