/* Footer Styling */
.footer {
  margin-top: 10%;
  padding: 10px 0;
  /* Adjust padding as needed */
}

.footer-column {
  color: #fff;
  /* Text color for footer content */
}

.footer-column h5 {
  color: #fff;
  /* Heading color */
}

.footer-column p {
  margin-bottom: 10px;
}

.footer-column a {
  color: #fff;
  text-decoration: none;
}

.footer-column a:hover {
  text-decoration: underline;
}

.footer-column ul {
  list-style: none;
  padding-left: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-column ul li a:hover {
  text-decoration: underline;
}

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

.bg-dark {
  background-color: #343a40;
}

.no-image {
  margin-top: 40px;
}

/* Hero Section */
.hero-container, .hero-header-container {
  margin-top: 5%;
  padding: 20px;
  border-radius: 50px;
  text-align: center;
  margin-left: 8%;
  margin-right: 8%;
  height: 60px;
  position: relative;
}

.hero-container h1, .hero-header-container h1 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  color: #333;
  font-size: 40px;
  margin-bottom: 15px;
}

.hero-container p, .hero-header-container p {
  color: #333;
  font-size: 18px;
}

.line {
  margin-top: 10px;
  width: 100px;
  height: 4px;
  background-color: #e08443;
  position: relative;
  left: 50%;
  bottom: -52px;
  transform: translateX(-50%);
  border-radius: 50px;
}

.line-light {
  margin-top: 10px;
  width: 200px;
  height: 2px;
  background-color: #ecb893;
  position: relative;
  left: 50%;
  bottom: -65px;
  transform: translateX(-50%);
}
