.footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, section.quicklinks .title {
    font-weight: 700;
    text-transform: none !important;
}


/* Full-width banner styling */
.banner {
  width: 100%;
  height: 650px; /* Adjust the height as needed */
  background-image: url('https://us.evocdn.io/dealer/1525/content/media/HomepageBanner.png'); /* Replace with your image URL */
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff; /* White text color */
}

/* Centered content block with grey background */
.banner-content {
  background-color: rgba(31, 31, 31, 0.7); /* Grey background with transparency */
  padding: 60px 40px;
  text-align: center;
  border-radius: 6px;
  max-width: 800px;
}

/* Banner title styling */
.banner-title {
  font-size: 2.5rem;
  margin: 0 0 10px 0;
  color: white;
}

/* Banner paragraph styling */
.banner-text {
  font-size: 1.2rem;
  margin-bottom: 20px;
    color: white;
}

/* Click-through button styling */
.banner-button {
  background-color: #cd6031; /* orange color */
  color: #18150c;
  padding: 12px 24px;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 15px;
  transition: background-color 0.3s ease;
}

.banner-button:hover {
  background-color: #0d2139; /* Darker blue on hover */
    color: #fff;
}

/* Container styles */
.image-section {
  background-color: #ccc;
  padding: 20px;
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

/* Container styles */
.image-section {
  background-color: #f9f9f9;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

/* Image container with relative positioning */
.image-container {
  position: relative;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
}

/* Background image styling */
.background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Title overlay positioned in the bottom-left corner */
.image-title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  margin: 0;
  color: #fff;
  font-size: 24px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

/* Text link styling */
.link-container {
  margin-top: 10px;
}

.text-link {
  color: black;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
    color: #0d2139;
}

/* Hover effect for the entire section */
.image-section:hover {
  transform: scale(1.05);
}

.headerbutton a {
    transition: color .35s ease;
    background: #cd6031;
    padding: 15px 30px 15px 30px;
  border-radius: 15px;
    color: black;
}

.headerbutton .fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    padding-right: 10px;
}

.social a {
    color: var(--evo-brand-default);
    font-size: 2em !important;
    margin: 0;
    margin: 0 !important;
    text-decoration: none !important;
    transform: none !important;
}

.social {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    height: 40px;
    justify-content: flex-start !important;
    margin: 0;
}