/* Header Update Styles */
/* "Get in Touch" button */
.get-in-touch-btn {
  background: #ea1c26;
  color: white;
  padding: 8px 20px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 5px;
}

.get-in-touch-btn:hover {
  background: #c41920;
  color: white;
}

/* Top bar contact info */
.top-contact-info {
  text-align: right;
  font-size: 14px;
  margin-top: 0;
}

.top-contact-info a {
  text-decoration: none;
}

.top-contact-info i {
  margin-right: 5px;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .top-contact-info {
    text-align: center;
    margin-top: 5px;
  }
  
  .header_1r {
    text-align: center;
    margin-top: 15px;
  }
  
  .get-in-touch-btn {
    display: block;
    text-align: center;
    margin: 10px auto;
  }
}
