.desktop-nav {
  display: none;
}
.mobile-nav {
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0px;
  position: fixed;
  top: 35px;
  z-index: 1002;
  width: 100%;
}
.mobile-nav span {
  color: white;
  margin-right: 10px;

  font-size: 20px;
  font-weight: bold;
}

.mobile-financing {
  background: white;
  color: black;
  position: fixed;
  top: 0px;
  z-index: 1002;
  width: 100%;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-financing .promo-message {
  color: #ff6600;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
}
.mobile-financing .promo-message p {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.mobile-financing .promo-message .call-link {
  color: #ff6600;
  text-decoration: none;
  transition: color 0.3s ease;
}
.mobile-financing .promo-message .call-link:hover {
  color: #ff8533;
}
.mobile-financing .promo-message .phone-icon {
  color: black;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin-left: 6px;
  transition: color 0.3s ease;
}
.mobile-financing .promo-message .phone-icon:hover {
  color: #ff6600;
}
.mobile-financing .promo-message i {
  color: black;
  font-size: 14px;
}
.mobile-financing .promo-message .phone-icon:hover i {
  color: #ff6600;
}

.burger {
  display: flex;
  align-items: center;
  justify-content: center;
}
.line1 {
  background: white;
  height: 3px;
  width: 20px;
  margin-bottom: 2px;
}
.line2 {
  background: white;
  height: 3px;
  width: 20px;
  margin-bottom: 2px;
}
.line3 {
  background: white;
  height: 3px;
  width: 20px;
}

.logo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 120px;
}
.logo img {
  width: 70%;
}

.logo.mobile {
  display: none;
}


.nav-links {
  margin-top: 0;
  height: 100vh;
  width: 100%;
  max-width: 100%;
  background: #FF6600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 1003;
  transform: translateY(-100%);
  box-sizing: border-box;
  overflow: hidden;
  opacity: 1;
}
.nav-links ul {
  list-style: none;
  text-align: center;
}
.nav-links ul li {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.nav-links ul a  {
  color:black;
  text-decoration: none;
}

.menu-copyright {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color: black;
  font-size: 14px;
  font-weight: 500;
  padding: 0 20px;
}



@media screen and (min-width: 800px) {
  .mobile-nav {
    display: none;
  }
  .mobile-financing {
    display: none;
  }
  .nav-links {
    display: none;
  }
  .mobile {
    display: none;
  }
  /*end of display nones*/


  .desktop-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  .desktop-nav-top {
    background: white;
    height: 6vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1001;
  }
  .promo-message {
    color: #ff6600;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5px;
  }
  .promo-message p {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .promo-message .call-link {
    color: #ff6600;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  .promo-message .call-link:hover {
    color: #ff8533;
  }
  .promo-message .phone-icon {
    color: black;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    margin-left: 6px;
    transition: color 0.3s ease;
  }
  .promo-message .phone-icon:hover {
    color: #ff6600;
  }
  .promo-message i {
    color: black;
    font-size: 14px;
  }
  .promo-message .phone-icon:hover i {
    color: #ff6600;
  }
  .logo {
    width: auto;
    margin: 0;
  }
  .logo img {
    width: auto;
    height: 60px;
  }
  .phone a {
    color: #296AB1;
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
  }
  .service-area {
    color: #296AB1;
    font-weight: bold;
    font-size: 24px;
  }


  .desktop-nav-bottom {
    background-color:black;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    padding: 0 4%;
    position: relative;
    z-index: 1001;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-bottom: none;
  }

  .desktop-nav-bottom-links {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .desktop-nav-bottom a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    margin: 0 20px;
  }
  
  .dropdown button {
    border: none;
    outline: none;
    background: none;
    color: white;
    font-size: 20px;
    margin: 0 20px;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: black;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  .dropdown-content a {
    float: none;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    background: black;
    text-align: center;
  }
  .dropdown:hover .dropdown-content {
    display: block;
  }

}
