body, html {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
	overflow-x: hidden;
  width: 100%;

}

header nav.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #d1d1d1;
  padding: 10px 20px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .logo-container {
  margin-right: 20px;
  flex-shrink: 0;
}

header .logo {
  height: 50px;
  max-width: 100%;
}

header nav.sticky ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  flex-grow: 1;
  justify-content: space-around;
}

header nav.sticky ul li {
  position: relative;
  padding: 10px 0;
  white-space: nowrap;
}

header nav.sticky ul li a {
  color: #030303;
  text-decoration: none;
  padding: 5px 5px;
  display: inline-block;
  font-weight: normal;
  font-size: 1rem;
  transition: all 0.3s ease;
}

header nav.sticky ul li a:hover {
  color: red;
  font-weight: bold;
}

header nav.sticky ul li a::after {
  content: '';
  display: block;
  height: 2px;
  background: red;
  width: 0;
  transition: width 0.3s;
}

header nav.sticky ul li a:hover::after {
  width: 100%;
}

header nav.sticky ul li.special a {
  border: 2px solid #FF0000;
  padding: 8px 20px;
  border-radius: 15px;
  background-color: #ff0000;
  color: #000;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 0.85rem;
}

header nav.sticky ul li.special a:hover {
  background-color: #FF0000;
  color: #ffffff;
}

nav.sticky ul li a.active {
  position: relative;
}

nav.sticky ul li a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: red;
}
.dropdown-content a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.dropdown-content svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  flex-shrink: 0;
}


@media only screen and (min-width: 769px) {
  .dropdown {
    position: relative;
  }

  .dropdown-content {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #c7c7c7;
    min-width: 180px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 5px 0;
    z-index: 1000;
    flex-direction: column;
  }

  .dropdown-content li {
    list-style: none;
  }

  .dropdown-content a {
    display: block;
    width: 100%;
    padding: 14px 20px;
    text-align: left;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    color: black;
    text-decoration: none;
    letter-spacing: 0.6px;
    line-height: 26px;
    transition: background-color 0.3s ease;
  }

  .dropdown-content a:hover {
    background-color: #f1f1f1;
  }

  .dropdown:hover .dropdown-content {
    display: flex !important;
  }
}

.menu-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
  padding: 6px 42px;
  background: none;
  border: none;
}

@media only screen and (max-width: 768px) {
  .spacer + .video-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .spacer {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  header nav.sticky {
    flex-wrap: wrap;
    padding: 8px 10px;
  }

  .menu-toggle {
    display: block;
  }

  header .logo {
    height: 32px;
    max-width: 100px;
  }

  header nav.sticky ul {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background: #d1d1d1;
    width: 100%;
    padding: 10px;
  }

  header nav.sticky ul.active {
    display: flex;
  }

  header nav.sticky ul li {
    width: 100%;
    text-align: left;
    padding: 8px 0;
  }

  header nav.sticky ul li a {
    font-size: 0.9rem;
    padding: 8px 0;
    width: 100%;
  }

  header nav.sticky ul li.special a {
    text-align: center;
    width: 80%;
    display: block;
  }

  .dropdown-content {
    display: block !important;
    position: static;
    background: none;
    box-shadow: none;
    padding-left: 20px;
    margin-top: 4px;
    flex-direction: column;
  }

  .dropdown-content li {
    list-style: none;
  }

  .dropdown-content a {
    display: block;
    padding: 6px 0;
    font-size: 0.95rem;
    font-family: 'Open Sans', sans-serif;
    color: black;
    text-decoration: none;
    line-height: 1.4;
  }

  .dropdown:hover .dropdown-content {
    display: block !important;
  }
}



.hero {
  position: relative;
  height: 90vh;
  background: url('photos/res6.jpg') center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero img {
  display: none;
}

@media only screen and (max-width: 768px) {
  .hero {
    height: 60vh;
    background-position: center center;
    background-size: cover;
  }
}

@media only screen and (max-width: 480px) {
  .hero {
    height: 50vh;
    background-position: center center;
    background-size: cover;
  }
}


.service-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.service-link:visited,
.service-link:hover,
.service-link:active {
  text-decoration: none;
  color: inherit;
}


.intro {
    background: #575757;
    text-align: center;
    padding: 0;
    color: white;
}

.intro .logo-container {
    background: linear-gradient(to right, #1e1e1e, #4b4b4b);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    padding: 60px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.intro .logo {
    display: block;
    margin: 0 auto;
    width: 180px;
    height: auto;
    opacity: 0;
    transform: translateY(-30px);
    animation: fadeInDown 1s ease forwards;
}

.intro .text-container {
    background: linear-gradient(
        rgba(0, 0, 0, 0.6),
        rgba(0, 0, 0, 0.6)
    ), url('https://img1.wsimg.com/isteam/ip/afc3fe12-7cf9-41c3-9d2f-315aa1391cb0/Long%20road.jpg/:/rs=w:1440,h:1440') no-repeat center center;
    background-size: cover;
    padding: 40px 50px;
    min-height: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
}

.intro .text-container p {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.5;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    max-width: 600px;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease forwards 0.3s;
}

@keyframes fadeInDown {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.video-section {
  background: #383838;
  padding: 140px 0 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  height: 700px;
  overflow: hidden;
}

.spacer {
  background: #383838;
  background-size: cover;
  height: 120px;
}

.background-video {
  width: 90%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 90px;
  z-index: 0;
  image-rendering: auto;
  transition: all 0.6s ease;
}

.video-section.in-view .background-video {
  width: 100%;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .intro .logo {
    width: 120px;
  }

  .video-section {
    height: 350px;
    padding: 40px 0;
    margin-top: 20px;
     background: #383838;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }

}
.spacer-secondary {
  height: 60px;
  background: linear-gradient(to bottom, #383838 0%, #353535 50%, #333 100%);
  background-size: cover;
}

@media only screen and (max-width: 480px) {
  .intro .logo {
    width: 100px; 
  }

  .video-section {
    height: 280px;
    padding: 30px 0;
    margin-top: 20px;
  }
}
.services {
  background: #333;
  text-align: center;
  padding: 40px 20px;
  box-sizing: border-box;
  overflow: visible;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.services .estimate-button, .services-logo {
  display: block;
  margin: 20px auto;
}

.services h2 {
  font-size: 3.5em;
  color: #DEDEDE;
  font-weight: bold;
  margin-bottom: 40px;
}

.services .red-line {
  height: 3px;
  width: 50%;
  background-color: red;
  margin: 0 auto 30px;
  display: block;
}

.service-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.service-box {
  height: 320px;
  background: linear-gradient(145deg, #3a3a3a, #2a2a2a);
  border-radius: 16px;
  border: 1px solid #444;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  animation: fadeInUp 0.6s ease-out backwards;
}
.service-box:nth-child(1) { animation-delay: 0.1s; }
.service-box:nth-child(2) { animation-delay: 0.15s; }
.service-box:nth-child(3) { animation-delay: 0.2s; }
.service-box:nth-child(4) { animation-delay: 0.25s; }
.service-box:nth-child(5) { animation-delay: 0.3s; }
.service-box:nth-child(6) { animation-delay: 0.35s; }
.service-box:nth-child(7) { animation-delay: 0.4s; }
.service-box:nth-child(8) { animation-delay: 0.45s; }
.service-box:nth-child(9) { animation-delay: 0.5s; }
.service-box:nth-child(10) { animation-delay: 0.55s; }
.service-box:nth-child(11) { animation-delay: 0.6s; }
.service-box:nth-child(12) { animation-delay: 0.65s; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.image-wrapper {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.image-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  z-index: 1;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.service-box {
  position: relative;
  overflow: hidden;
}

.service-box:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 20px 60px rgba(255, 0, 0, 0.4), 0 0 40px rgba(255, 0, 0, 0.2);
  border-color: #ff0000;
}

.service-text {
  background: #4A4A4A;
  color: white;
  width: 100%;
  padding: 12px 12px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  flex-grow: 1;
  transition: background-color 0.3s, color 0.3s;
  position: relative;
  border-radius: 0 0 16px 16px;
}

.service-text::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #ff0000, transparent);
  transition: width 0.3s ease;
  border-radius: 0 0 16px 16px;
}

.service-box:hover .service-text::after {
  width: 90%;
  background: linear-gradient(90deg, transparent, #ffffff, transparent);
}

.service-text h3 {
  font-size: 1.6em;
  font-weight: bold;
  color: #E8E8E8;
  margin: 0;
}

.service-text p {
  font-size: 0.9em;
  color: #bbbbbb;
  margin: 0;
  font-weight: normal;
}

.service-box:hover .service-text {
  background: red;
  color: black;
}

.service-box:hover .service-text h3 {
  color: black;
}

.service-box:hover .service-text p {
  color: #1a1a1a;
}
.service-box:hover .overlay-arrow {
  left: 100%;
}
.button-container {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.services .estimate-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: auto;
  padding: 18px 45px;
  margin: 0;
  background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
  color: white;
  text-align: center;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.3em;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(255, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.services .estimate-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

.services .estimate-button:hover::before {
  left: 100%;
}

.button-icon {
  font-size: 1.4em;
  transition: transform 0.3s ease;
}

.services .estimate-button:hover {
  background: linear-gradient(135deg, #ff3333 0%, #ff0000 100%);
  transform: translateY(-5px) scale(1.08);
  box-shadow: 0 15px 40px rgba(255, 0, 0, 0.6), 0 0 60px rgba(255, 0, 0, 0.3);
}

.services .estimate-button:hover .button-icon {
  transform: translateX(5px);
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 10px 30px rgba(255, 0, 0, 0.4);
  }
  50% {
    box-shadow: 0 10px 40px rgba(255, 0, 0, 0.7);
  }
}
.section-transition {
  height: 80px;
  background: linear-gradient(to bottom, #333, #444, #595959);
}

@media screen and (max-width: 1024px) {
  .service-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 30px;
  }
  
  .services h2 {
    font-size: 2.8em;
  }
}

@media screen and (max-width: 768px) {
  .services {
    padding: 30px 15px;
    min-height: auto;
  }
  
  .services h2 {
    font-size: 2em;
    margin-bottom: 25px;
  }
  
  .services .red-line {
    width: 70%;
    margin-bottom: 20px;
  }
  
  .service-container {
    grid-template-columns: 1fr !important;
    gap: 20px;
    padding: 0 15px;
  }
  
  .service-link {
    width: 100%;
  }
  
  .service-box {
    height: 280px;
    width: 100%;
  }
  
  .image-wrapper {
    height: 180px;
  }
  
  .service-text h3 {
    font-size: 1.3em;
  }
  
  .service-text p {
    font-size: 0.85em;
  }
  
  .button-container {
    margin-top: 30px;
    grid-column: 1;
  }
  
  .services .estimate-button {
    padding: 15px 35px;
    font-size: 1.1em;
    width: 90%;
    max-width: 300px;
  }
  
  .section-transition {
    height: 50px;
  }
}

@media screen and (max-width: 480px) {
  .services h2 {
    font-size: 1.6em;
  }
  
  .service-container {
    grid-template-columns: 1fr !important;
  }
  
  .service-box {
    height: 260px;
  }
  
  .image-wrapper {
    height: 160px;
  }
  
  .service-text h3 {
    font-size: 1.2em;
  }
  
  .services .estimate-button {
    padding: 12px 30px;
    font-size: 1em;
  }
}

.button-logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    width: 100%;
}

.affiliations {
  background-color: #595959;
  text-align: center;
  padding: 20px 0;
  overflow: hidden;
  position: relative;
}

.affiliate-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.affiliate-track {
  display: none; 
}

.affiliations img {
  width: auto;
  height: auto;
  transition: transform 0.3s ease;
}

.affiliations .small {
  height: 50px;
}

.affiliations .smaller {
  height: 90px;
}

.affiliations .large {
  height: 140px;
}

.affiliations img:hover {
  transform: scale(1.1);
}

@media only screen and (max-width: 768px) {
  .affiliate-container {
    display: none; 
  }

  .affiliate-track {
    display: flex;
    gap: 30px;
    animation: scroll-loop 40s linear infinite;
    width: fit-content;
  }

  .affiliate-track img {
    flex-shrink: 0;
  }

  .affiliate-track .small {
    height: 40px;
  }

  .affiliate-track .smaller {
    height: 70px;
  }

  .affiliate-track .large {
    height: 100px;
  }

  @keyframes scroll-loop {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
}

.footer {
    background-image: url('photos/footer.jpg');
    background-size: cover;
    background-position: center 75%;
    background-attachment: fixed;
    position: relative;
    color: white;
    padding: 80px 40px 0;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(20, 20, 20, 0.9) 100%);
    z-index: 1;
}

.footer > * {
    position: relative;
    z-index: 2;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 60px;
    padding-bottom: 60px;
}

.footer-logo-section {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.footer-logo {
    width: 280px;
    height: auto;
    filter: drop-shadow(0 4px 12px rgba(255, 0, 0, 0.3));
    transition: transform 0.3s ease;
}

.footer-logo:hover {
    transform: scale(1.05);
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-line {
    font-size: 1.1em;
    color: #ddd;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.footer-phone {
    font-size: 1.8em;
    font-weight: bold;
    color: #ff0000;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(255, 0, 0, 0.4);
}

.footer-social {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icon {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    padding: 8px;
}
.social-icon svg,
.social-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

.social-icon:hover {
    background: #ff0000;
    border-color: #ff0000;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(255, 0, 0, 0.4);
}

.social-icon:hover svg,
.social-icon:hover img {
    filter: brightness(0) invert(1);
}
.footer-nav {
    text-align: left;
}

.footer-nav h4 {
    font-size: 1.4em;
    margin: 0 0 25px 0;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
}

.footer-nav h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #ff0000, transparent);
}

.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-nav ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.95em;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
}

.footer-nav ul li a::before {
    content: '›';
    position: absolute;
    left: -15px;
    opacity: 0;
    transition: all 0.3s ease;
    color: #ff0000;
}

.footer-nav ul li a:hover {
    color: #ff0000;
    padding-left: 15px;
}

.footer-nav ul li a:hover::before {
    opacity: 1;
    left: 0;
}

.footer-info {
    text-align: left;
}

.footer-info h4 {
    font-size: 1.4em;
    margin: 0 0 25px 0;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
}

.footer-info h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #ff0000, transparent);
}

.footer-info-item {
    margin-bottom: 15px;
    color: #ccc;
    font-size: 0.95em;
    line-height: 1.6;
}

.footer-info-item strong {
    color: #fff;
    display: block;
    margin-bottom: 5px;
}

.footer-legal {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    padding: 25px 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-legal-text {
    color: #aaa;
    font-size: 0.9em;
}

.footer-legal-links {
    display: flex;
    gap: 25px;
}

.footer-legal a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.9em;
    transition: color 0.3s ease;
}

.footer-legal a:hover {
    color: #ff0000;
}

@media (max-width: 1024px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
    }
    
    .footer-logo-section {
        grid-column: 1 / -1;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-legal {
        flex-direction: column;
        text-align: center;
    }
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 120px 20px 0;
    background-size: cover;
    background-position: center 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    min-height: 600px;
    overflow: hidden;
  }

  .footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
  }

  .footer-logo {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    width: 160px;
    margin: 0 auto 10px auto;
    display: block;
    z-index: 2;
  }

  .footer-contact {
    margin-bottom: 20px;
    z-index: 2;
    font-size: 1.1em;
    font-weight: bold;
    color: white;
    line-height: 1.4;
    text-align: center;
  }

  .footer-nav {
    position: relative !important;  
    left: auto !important;
    top: auto !important;
    transform: none !important;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 30px;
    z-index: 2;
    text-align: left;
    align-self: flex-start;
  }

  .footer-nav h4 {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: white;
  }

  .footer-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

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

  .footer-nav ul li a {
    font-size: 0.95em;
    color: white;
    text-decoration: none;
  }

  .footer-legal {
    position: relative;
    font-size: 0.85em;
    padding: 12px 0;
    background-color: #222;
    color: #ccc;
    width: 100%;
    text-align: center;
    z-index: 2;
    margin-top: auto;
  }

  .footer-legal a {
    color: #a9d5de;
    text-decoration: none;
    margin-left: 10px;
  }
}




