/* Mobile Fixes for Servizio-LuceGas.it */

/* Mobile Hero Buttons Fix */
@media (max-width: 767.98px) {
  .hero-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 20px;
  }
  
  .hero-buttons .btn {
    width: 90%;
    max-width: 300px;
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-align: center;
    justify-content: center;
  }
  
  /* Fissato problemi cerchi contact page */
  .contact-circle {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    aspect-ratio: 1/1 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  .contact-circle i {
    font-size: 30px;
  }
}

/* Centro il mobile contact button */
.mobile-contact-button {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 0 15px;
  z-index: 1000;
  text-align: center;
}

.mobile-contact-button .btn {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}
/* Fix per i cerchi di contatto nella pagina contatti su mobile */
.contact-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .contact-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50% !important;
    aspect-ratio: 1/1 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}
