  
  .footer {
    color: #333;
    font-family: 'Arial', sans-serif;
}

.footer h3 {
    font-size: 1.3rem;
    font-weight: 500;
}

.footer-description {
    color: #666;
    line-height: 1.6;
}

.contact-info a {
    display: block;
    margin-bottom: 10px;
}

.footer-hr {
    margin: 20px 0;
    border-top: 1px solid #ddd;
}

.footer-bottom {
    font-size: 0.9rem;
    color: #777;
}  .footer-logo {
  max-height: 80px !important;
  object-fit: contain;
}  .contact {
  padding: 40px 20px;
  text-align: center;
  margin-top: 100px;
}

.apple-footer-contact-title {
  font-size: 24px;
  font-weight: 300 !important;
  margin-bottom: 40px !important;
  color: #292929;
}

.apple-footer-contact-desc {
  font-size: 14px;
  color: #6E6E6E;
  margin-bottom: 20px;
}

.contact-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.contact-buttons a {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  border-radius: 30px;
  transition: background-color 0.3s;
}

.call-now {
  background-color: #848484;
  color:white
}

.call-now:hover {
  background-color: #343434;
  color:white
}

.whatsapp {
  background-color: #25D366;
  color:white
}

.whatsapp:hover {
  background-color: #1EBE57;
  color:white
}     a {
  text-decoration: none;
  color: inherit;
}

.header-text {
  margin: 0;
  color: #333;
  font-size: 1.25rem;
}*{
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
