/* ---------- Smartphones médios e tablets em modo retrato ---------- */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

@media (max-width: 480px) {
  .container-home {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
   
  }

  .service-item {
    width: 400px;
  }

  .container-galery {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wide {
    grid-column: span 2;
    grid-row: span 2;
  }

  .working-hours {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .working-hours-item {
    width: 350px;
    height: auto;
    margin: 15px;
  }

  .working-hours img {
    width: 350px;
    height: 300px;
  }

  .quote-container {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .quote-image {
    width: 350px;
  }

  .quote-text {
    width: 350px;
    padding: 20px 0;
  }

  .contacts {
    justify-content: end;
    align-items: center;
  }

  .contacts2 > div > p {
    font-size: 15px;
    font-weight: 100;
    font-style: normal;
  }

  footer {
    padding: 0 40px;
  }

  .footer-info p {
    font-size: 10px;
    width: max-content;
  }
}

@media (max-width: 767px) {
  .container-home {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 15px 0;
  }

  .banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
  }

  .our-services {
    display: grid;
    grid-template-columns: auto;
  }

  .container-galery {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wide {
    grid-column: span 2;
    grid-row: span 2;
  }

  .working-hours {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0 auto;
  }

  .quote-container {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto;
  }

  .quote-image {
    width: 350px;
    margin: 0 auto;
  }

  .quote-text {
    width: 350px;
    padding: 20px 0;
    margin: 0 auto;
  }

  .contacts {
    justify-content: end;
    align-items: center;
  }

  .contacts2 > div > p {
    font-size: 15px;
    font-weight: 100;
    font-style: normal;
  }

  footer {
    padding: 0 40px;
  }

  .footer-info p {
    font-size: 10px;
    width: max-content;
  }
}

@media (min-width: 481px) and (max-width: 660px) {

  .container-home {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

   /* .banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
  } */

  .service-item {
    max-width: 450px;
  }

  .container-galery {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wide {
    grid-column: span 2;
    grid-row: span 2;
  }

  .working-hours {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .working-hours-item {
    width: 350px;
    height: auto;
    margin: 15px;
  }

  .working-hours img {
    width: 350px;
    height: 300px;
  }

  .quote-container {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .quote-image {
    width: 350px;
  }

  .quote-text {
    width: 350px;
    padding: 20px 0;
  }

  .contacts {
    justify-content: end;
    align-items: center;
  }

  .contacts2 > div > p {
    font-size: 15px;
    font-weight: 100;
    font-style: normal;
  }

  footer {
    padding: 0 40px;
  }

  .footer-info p {
    font-size: 10px;
    width: max-content;
  }
}

@media (width: 767px) {

 .container-items-left{
  display: grid;
  grid-template-columns: 1fr;
 }

}


@media (width: 1023px) {
  .container-home {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 30px;
    padding: 15px 0;
  }

  .banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
  }

  .our-services {
    display: grid;
    grid-template-columns: 1fr;
  }

  .container-galery {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wide {
    grid-column: span 2;
    grid-row: span 2;
  }

  .big {
    grid-column: span 2;
    grid-row: span 2;
  }

   .till {
    grid-column: span 3;
    grid-row: span 2;
  }

  .working-hours {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0 auto;
  }
 .working-hours-item {
    margin: 0 auto;
  }
   .working-hours img {
    margin: 0 auto;
  }

  .quote-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
  }

  .quote-image {
    width: 350px;
    margin: 0 auto;
  }

  .quote-text {
    width: 350px;
    padding: 20px 0;
    margin: 0 auto;
  }

  .contacts {
    justify-content: end;
    align-items: center;
  }

  .contacts2 > div > p {
    font-size: 15px;
    font-weight: 100;
    font-style: normal;
  }

  footer {
    padding: 0 40px;
  }

  .footer-info p {
    font-size: 10px;
    width: max-content;
  }
}

@media (min-width: 1280px) and (max-width: 1439px) {

   footer {
    padding: 0 40px;
  }

  .footer-info p {
    font-size: 10px;
    width: max-content;
  }

}



/* ---------- Tablets e notebooks pequenos ---------- */
@media (min-width: 768px) and (max-width: 1023px) {
  .container-home {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .banner {
    height: 300px;
  }

  .services-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .menu-central a {
    font-size: 14px;
  }
}

/* ---------- Laptops e desktops padrão ---------- */
@media (min-width: 1024px) and (max-width: 1279px) {
  .container-home {
    padding: 3rem 4rem;
  }

  .services-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .banner {
    height: 350px;
  }

  .menu-central a {
    font-size: 14x;
  }
}

/* ---------- Desktops grandes ---------- */
@media (min-width: 1280px) and (max-width: 1439px) {
  .container-home {
    padding: 4rem 6rem;
  }

  .banner {
    height: 400px;
  }

  .services-container {
    grid-template-columns: repeat(4, 1fr);
  }

  .menu-central a {
    font-size: 14px;
  }
}

/* ---------- Telas muito grandes (ultrawide, 4K, etc) ---------- */
@media (min-width: 1440px) {
  .container-home {
    padding: 5rem 10rem;
  }

  .banner {
    height: 500px;
  }

  .services-container {
    grid-template-columns: repeat(4, 1fr);
  }

  .menu-central a {
    font-size: 14px;
  }
}
