/* Company History Section */
.footer .company-history {
  /* Space below the section */

  padding: 1rem 2rem;

  border-bottom: 1px solid #ddd; /* Subtle border for separation */
}

.footer .company-history h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;

  text-transform: uppercase; /* Optional: Capitalize heading */
}

.footer .company-history p {
  font-size: 1rem;
  line-height: 1.6;

  margin: 0;
}

/* Social Media Icons */
.company-history .social-icons {
  margin-top: 1rem; /* Add space between the text and icons */
  display: flex;
  gap: 1rem; /* Space between icons */
}

.company-history .social-icons a {
  text-decoration: none;

  font-size: 1.5rem; /* Adjust icon size */
  transition: color 0.3s ease;
}

.company-history .social-icons a:hover {
  color: #007bff; /* Change color on hover */
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer .company-history {
    text-align: center; /* Adjust padding for smaller screens */
  }
  .footer .company-history h4 {
    font-size: 1.25rem; /* Adjust heading size for smaller screens */
  }

  .footer .company-history p {
    font-size: 0.95rem; /* Adjust paragraph size for smaller screens */
  }

  .company-history .social-icons {
    justify-content: center; /* Center-align the icons */
  }
}

.footer-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 2rem;
  font-size: 1rem;
}

.footer-links {
  list-style: none;
}

.footer-links ul {
  list-style: none; /* Removes the list style (bullets or numbers) */
}

.footer-contact {
  text-align: center;
}

.footer-links a {
  display: block;
  color: #f8f8ff;
  text-decoration: none;
  margin: 0.5rem 0;
  font-weight: 500;
}

.footer-links a:hover {
  color: #f0f0f0;
}

.footer-contact p {
  margin: 0.5rem 0;
  font-size: 1rem;
}

.footer-contact p strong {
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
  }
}

.footer-office-hours {
  text-align: center;

  padding: 20px;
  border-radius: 10px; /* Optional: Rounded corners */
}

.office-hours-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.office-hours-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.office-hours-item {
  font-size: 14px;

  margin-bottom: 5px;
}

.office-hours-item strong {
  font-weight: bold;
}

/* Footer */
.footer {
}

.map-container {
  z-index: 1;
  width: 100%;
  //height: 300px;
  overflow: hidden;
}
