@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Manrope:wght@200..800&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lato", "Helvetica vue", Arial, Helvetica, sans-serif;
}

body {
  /* background: #000; */
  color: black;

}

body h1 {
  font-size: 2.5em;
}

.container {
  width: 92%;
  max-width: 1400px;
  margin: auto;
}


/* ================= HEADER ================= */
.top-bar-small-screen {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.main-header {
  background: black;
  display: flex;
  /* justify-content: space-between; */
  flex-direction: column;
  padding: 0 6rem;

}

.row{
  display: flex;
  justify-content: space-between;
}

.header-flex {
  display: flex;
  align-items: center;
}

.container {
  /* background-color: ; */
  width: 100%;
}

.logo-box {
  /* background: #000; */
  padding: 25px 30px;
  border-right: 4px solid dd3333;
}

.logo-box img {
  height: auto;
  max-width: 100%;
  display: block;
}

.info-box{
  display: flex;
  justify-content: start;
  align-items: center;
  line-height: 2.5;
}

.info-box a,span{
  color: #fff;
  text-decoration: none;
}

.info-box i{
  color: #dd3333;
  font-size: 1.75rem;
}

/* ================= HEADER NAV ================= */
.header {
  width: 100%;
}

.nav {
  background: #dd3333;
  display: flex;
  /* align-items: center; */
  justify-content: right;
  padding: 14px 6rem;
  position: relative;
}

/* LINKS */
.nav-links {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 13px;
}

/* SEARCH ICON */
.search {
  font-size: 18px;
  cursor: pointer;
}

/* HAMBURGER */
.hamburger {
  display: none;
  font-size: 26px;
  cursor: pointer;
  position: absolute;
  /* right: 25px; */
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  
}


/* ================= HERO ================= */
.hero {
  height: 80vh;
  background: url(assets/banner.jpg) center / cover no-repeat;
  background-size: cover;
}

.hero-overlay {
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}

.hero-content {
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-text {
  max-width: 520px;
}

.hero-text h1 {
  font-size: 44px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 4px;
  margin-bottom: 30px;
  color: #fff;
}

.hero button {
  display: inline-block;
  background: #dd3333;
  color: #fff;
  padding: 0px 2rem;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 4rem;
  border: none;
  min-width: 12rem;
  font-size: 14px;
}

/* ================= POSITIVE SOLUTIONS CTA ================= */
.positive-cta {
  background: #000;
  color: #fff;
  padding: 80px 20px 60px;
  text-align: center;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  max-width: 1200px;
  margin: auto;
}

.cta-inner h2 {
  font-size: 20px;
  letter-spacing: 4px;
  font-weight: 800;
  white-space: nowrap;
}

.line {
  flex: 1;
  height: 1px;
  border-top: 2px solid #d4b57a;
  /* thin gold-like line */
}

.cta-btn {
  display: inline-block;
  margin-top: 35px;
  background: #dd3333;
  /* yellow replaced */
  color: #fff;
  padding: 14px 34px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1px;
}


/* ================= SEARCH OUR STOCK ================= */
.search-stock {
  background: #fff;
  padding: 80px 0px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.stock-content{
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.search-stock h2 {
  font-size: 26px;
  letter-spacing: 6px;
  margin-bottom: 60px;
  font-weight: 800;
}

.stock-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  max-width: 1300px;
  margin: auto;
  padding-bottom: 40px
}

.stock-card {
  background: #fff;
  box-shadow: 0 0 0 1px #eee;
  transition: transform 0.3s ease;
}

.stock-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.stock-card p {
  padding: 18px 0;
  font-weight: bold;
  letter-spacing: 2px;
  color: #777;
  /* margin-bottom: 1rem; */
}

.stock-para p{
  margin-bottom: 1rem;
  line-height: 1.6;
}

.stock-card:hover {
  transform: translateY(-5px);
}

/* ================= SLEEK FINANCE SECTION ================= */
.sleek-finance {
  display: flex;
  min-height: 520px;
  width: 100%;
}

/* LEFT SIDE */
.sleek-left {
  flex: 1;
  background: #000;
  color: #fff;
  padding: 120px 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sleek-left h2 {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 6px;
  line-height: 1.4;
  margin-bottom: 40px;
}

/* BUTTONS */
.sleek-buttons {
  display: flex;
  gap: 20px;
  /* line-height: 4rem; */
}

.btn-primary {
  background: #dd3333;
  color: #fff;
  padding: 14px 36px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  
}

.btn-primary:hover{
  background-color: #dd3333bd;
  transition: all,0.3s;
}

.btn-outline {
  border: 2px solid #dd3333;
  color: #dd3333;
  padding: 12px 34px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.btn-outline:hover{
  background: #dd3333;
  color: #000;
  
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all,0.3s;
}

/* RIGHT SIDE IMAGE */
.sleek-right {
  flex: 1;
  background: url("assets/finance-handshake.jpg") center / cover no-repeat;
}

.finance-req {
  display: flex;
  width: 100%;
  min-height: 520px;
}

/* LEFT IMAGE */
.finance-image {
  flex: 1;
  background: url("assets/finance-requirements.jpg") center / cover no-repeat;
}

/* RIGHT CONTENT */
.finance-content {
  flex: 1;
  background: #fff;
  padding: 120px 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.finance-content h2 {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 6px;
  margin-bottom: 50px;
  color: #000;
}

/* REQUIREMENTS GRID */
.requirements {
  display: flex;
  gap: 80px;
}

.req-col {
  width: 100%;
}

.req-col h4 {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #dd3333;
  /* brand accent */
  color: #000;
}

.req-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.req-col li {
  font-size: 14px;
  line-height: 2.4;
  color: #000;
}

/* .why-buy {
  background: linear-gradient(to bottom,
      #dd3333 0%,
      #dd3333 55%,
      #000 55%,
      #000 100%);
  padding: 4.5rem 3rem ;
  text-align: center;
}

.why-buy h2 {
  color: #000;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 6px;
  margin-bottom: 3rem;
}


.why-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 70px;
}

.why-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* CIRCULAR IMAGE *
.why-img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: 6px solid #000;
  margin-bottom: 25px;
}

 TEXT 
.why-card h6 {
  color: #fff;
  font-size: 1.3rem;
  /* font-weight: 700; /
  letter-spacing: 2px;
  margin-bottom: 1.2rem;
}

/* IMAGE SOURCES /
.why-img.online {
  background-image: url("assets/online-buying.jpg");
}

.why-img.delivery {
  background-image: url("assets/nationwide-delivery.jpg");
}

.why-img.sell {
  background-image: url("assets/sell-your-vehicle.jpg");
}

.why-img.warranty {
  background-image: url("assets/mechanical-warranty.jpg");
} */

/* ================= WHY BUY ================= */
.why-buy {
  background: linear-gradient(to bottom, #dd3333 50%, #000 50%);
  padding: 80px 0 100px;
  overflow: hidden;
}

.why-buy h2 {
  text-align: center;
  color: #fff;
  letter-spacing: 6px;
  font-size: 26px;
  margin-bottom: 60px;
}

/* CAROUSEL */
.carousel {
  width: 100%;
  overflow: hidden;
}

.track {
  display: flex;
  width: max-content;
  animation: scroll 25s linear infinite;
}

/* ITEM */
.item {
  width: 260px;
  text-align: center;
  margin: 0 30px;
  flex-shrink: 0;
}

.circle {
  width: 220px;
  height: 220px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: #000;
  padding: 10px;
}

.circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.item p {
  color: #fff;
  letter-spacing: 3px;
  font-size: 14px;
}

/* INFINITE ANIMATION */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}




.partner-section {
  background: #fff;
  padding: 2.75rem 0;
}

.partners {
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
}

.footer {
  background: #000;
  color: #fff;
  padding: 70px 40px 30px;
}

.footer-container {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  gap: 60px;
}

/* HEADINGS */
.footer h3 {
  font-size: 1.3rem;
  letter-spacing: 4px;
  margin-bottom: 25px;
}

/* CONTACT */
.footer p {
  font-size: 17px;
  margin-bottom: 10px;
}

.footer .email {
  color: #dd3333;
  /* replaced yellow */
}

/* SOCIAL ICONS */
.socials {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social {
  width: 40px;
  height: 40px;
  background: #dd3333;
  /* replaced yellow */
  color: #000;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* HOURS */
.hours {
  list-style: none;
  padding: 0;
}

.hours li {
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  margin-bottom: 10px;
}

.hours .highlight span {
  color: #dd3333;
  /* replaced yellow */
  font-weight: 600;
}

/* MAP */
.map iframe {
  width: 100%;
  height: 220px;
  border: none;
}

/* BOTTOM BAR */
.footer-bottom {
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid rgba(221, 51, 51, 0.6);
  text-align: center;
  font-size: 14px;
  color: #ccc;
}

@media (max-width: 900px) {
  .header {
    flex-direction: column;
  }

  .main-header{
    padding: 0 1rem;
  }

  

  .hero-overlay{
    padding: 0 15px;
  }

  .hero-text h1 {
    font-size: 30px;
    letter-spacing: 2px;
  }

  .cta-inner {
    flex-direction: column;
    gap: 15px;
  }

  .line {
    width: 80%;
  }

  .cta-inner h2 {
    white-space: normal;
    font-size: 18px;
    line-height: 1.4;
  }

  .stock-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sleek-finance {
    flex-direction: column-reverse;
  }

  .sleek-left {
    padding: 80px 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sleek-buttons {
    justify-content: center;
    align-content: center;
  }

  .sleek-left h2 {
    font-size: 22px;
    letter-spacing: 4px;
  }

  .sleek-right {
    min-height: 300px;
  }

  .finance-req {
    flex-direction: column;
  }

  .finance-image {
    min-height: 300px;
  }

  .finance-content {
    padding: 80px 40px;
    text-align: center;
  }

  .requirements {
    flex-direction: column;
    gap: 50px;
  }

  .finance-content h2 {
    font-size: 22px;
    letter-spacing: 4px;
  }

  .req-col h4 {
    text-align: center;
  }

  .partners {
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
  }

  .partners img {
    max-height: 45px;
  }

  .footer-container {
    grid-template-columns: 1fr;
  }

  .map iframe {
    height: 260px;
  }

  .hours li {
    gap: 20px;
  }

}

@media (max-width: 768px) {
  .row{
    justify-content: center;
    align-items: center;
  }


  .info-div{
    display: none !important;
  }

  .nav{
    padding: 20px 0;
    justify-content: center;
  }

  .hamburger {
    display: block;
    /* justify-items: center; */
    /* align-items: center; */
  }

  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #dd3333;
    flex-direction: column;
    gap: 25px;
    padding: 30px 0;
    display: none;
  }

  .nav-links.show {
    display: flex;
  }

  .nav-links a {
    font-size: 14px;
  }

  .stock-content{
    padding: 0 15px;
  }

  .circle {
    width: 180px;
    height: 180px;
  }

  .item {
    width: 220px;
    margin: 0 20px;
  }

  .track {
    animation-duration: 18s;
  }
}


@media (max-width: 480px) {
  .sleek-buttons{
    flex-direction: column;
  }
  .stock-grid {
    grid-template-columns: 1fr;
  }

  .why-buy h2 {
    font-size: 18px;
  }

  .circle {
    width: 150px;
    height: 150px;
  }

  .item p {
    font-size: 12px;
  }

  .track {
    animation-duration: 14s;
  }
}