  body,
  html {
    font-size: 15px;
    padding: 0;
    margin: 0;
  }

  .container {
    padding: 0;
    margin: 0;
    width: 100vw;
    min-width: 0;
  }

  .navbar {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px 10px 10px 10px;
    gap: 12px;
  }

  .navbar-left,
  .navbar-right {
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .nav-left,
  .nav-right {
    display: none !important;
  }

  .navbar-right {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    gap: 12px;
  }

  .navbar-right button,
  .navbar-right .Contact,
  .navbar-right .lang-switch {
    width: auto;
    max-width: unset;
    margin: 0 0 0 12px;
    text-align: center;
    display: inline-block;
  }

  .logo {
    font-size: 1.3rem;
    margin-bottom: 8px;
    margin-left: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .navbar-right button,
  .navbar-right .Contact,
  .navbar-right .lang-switch {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block;
    width: 100%;
    max-width: 320px;
    margin-top: 6px;
    margin-bottom: 0;
    text-align: center;
  }

  .hero {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    width: 100vw;
    box-sizing: border-box;
    text-align: center;
  }

  .hero h1 {
    font-size: 4rem;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    line-height: 1.2;
    word-break: break-word;
    width: 100%;
    display: block;
  }

  .dot {
    font-size: 2.1rem;
    margin-left: 0;
  }

  .gallery-row {
    flex-direction: column;
    gap: 0;
  }

  .gallery-row img {
    max-width: 100%;
    border-left: 0;
    border-right: 0;
    border-top: 6px solid #fff;
    border-bottom: 6px solid #fff;
    margin-bottom: 0;
  }

  .services-row-section {
    padding: 0 8px;
  }

  .services-row-title {
    font-size: 1.5rem;
    margin-left: 0;
  }

  .services-row-desc {
    font-size: 1.05rem;
    margin-left: 40px;
    margin-right: 40px;
  }

  .services-row-container {
    flex-direction: column;
    gap: 18px;
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .service-block {
    width: 90vw;
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    justify-content: center;
  }

  .service-block-title {
    font-size: 1.1rem;
  }

  .about-us-container {

    margin-left: 40px;
    margin-right: 40px;
    max-width: 98vw;
    padding: 0 8px;
  }

  .about-us h2 {
    font-size: 1.4rem;
  }

  .about-us p {
    font-size: 1rem;
  }

  .contact-section {
    padding: 24px 0 24px 0;
    min-height: unset;
  }

  .contact-container {
    padding: 18px 6px;
    max-width: 98vw;
    border-radius: 10px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .contact-form {
    gap: 10px;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 1rem;
    padding: 12px 10px;
    border-radius: 6px;
  }

  .contact-info {
    font-size: 1rem;
    margin-top: 10px;
  }

  .site-footer {
    font-size: 0.95rem;
    padding: 14px 0 10px 0;
  }