.contact-strip {
  width: 100%;
  position: relative;
  height: 80px; 
}

@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    gap: 10px;
    padding: 10px !important;
  }
  
  .phone-number {
    font-size: 16px !important;
    text-align: center;
  }
  
  .contact-buttons {
    width: 100%;
    justify-content: center;
  }
  
  .dial-button, .whatsapp-button {
    padding: 6px 15px !important;
    font-size: 14px;
  }
}
