@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Spartan", sans-serif;

}

.legal{
    display: none;
}

body{
  background-color: #151618;
}

 #fullscreen-wrapper {
    position: fixed;
    inset: 0;
    background: #151618;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 9999;
    opacity: 1;
    transform: translateY(0);
  }

  .logo-name{
    display: flex;
    justify-content: center;
    align-items: center;
  }

    .logo-name p{
      color: white;
      font-size: px;
      font-family: Times, Times New Roman, serif;
          padding-top: 30px;
          text-decoration: underline;
    }



  /* Logo fade & slide */
  #logo-image {
    width: 250px;
    height: auto;
    margin-bottom: 0rem;
    opacity: 0;
    transform: translateY(-30px);
    animation: logoFadeSlideIn 1s forwards;
    animation-delay: 0.2s;
  }

  @keyframes logoFadeSlideIn {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* SVG stroke animation */
  svg {
    display: none;
    width: 400px;
    height: 100px;
    stroke: red;
    fill: transparent;
    stroke-width: 2;
    stroke-linejoin: round;
    stroke-linecap: round;
  }

  .path {
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    animation: drawStroke 3s forwards;
    animation-delay: 1.8s;
  }

  @keyframes drawStroke {
    to {
      stroke-dashoffset: 0;
      fill: #f0b114;
    }
  }

  /* Fly up + fade out */
  #fullscreen-wrapper.fly-up {
    animation: flyUpFadeOut 0.5s forwards;
  }

  @keyframes flyUpFadeOut {
    from {
      opacity: 1;
      transform: translateY(0);
    }
    to {
      opacity: 0;
      transform: translateY(-100vh);
      visibility: hidden;
    }
  }

::selection{
    background-color: #f0b114;
    color: #151618;
}


html {
  scroll-behavior: smooth;
}

body{
    background-color: #151618;
    font-family: 'Inter', sans-serif;
    
}

.highlight {
  color: #FFD700; /* nice yellow, you can adjust */
}

.top-announcement {
  width: 100%;
  background-color: #292f3a; /* dark bar */
  color: #ffffff;
  font-size: 14px;
  padding: 8px 20px;
  box-sizing: border-box;
}

.contact-info {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  flex-wrap: wrap;
}

.contact-info i{
  color: white;
  padding-right: 5px;
}

.contact-info span {
  white-space: nowrap;
  font-family: 'Inter', sans-serif;
  color: white;
}

.contact-info span a{
  white-space: nowrap;
  font-family: 'Inter', sans-serif;
  color: white;
  text-decoration: none;
}

/* Mobile friendly */
@media (max-width: 600px) {
  .contact-info {
    justify-content: center;
    gap: 10px;
  }
}



.slide h1 {
font-family: 'Inter', sans-serif;   
  font-weight: 500;
  font-size: 3rem; /* adjust size as needed */
  text-transform: uppercase;
  color: #fff; /* assuming light text on dark bg */
  margin-bottom: 0.5em;
}

.slide h2 {
font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  color: #ddd;
  margin-bottom: 1em;
}

.slide p {
font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #ccc;
  max-width: 600px; /* for better readability */
  line-height: 1.5;
}


.section-p1 {
    padding: 40px 80px;
  }

  ::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #151618;
}


::-webkit-scrollbar-thumb {
    background: #f0b114;
    transition: 0.25s;
}

::-webkit-scrollbar-thumb:hover {
    background: white;
}


/* Car website edit */


#mobile{
    display: none;
}

#mobile i{
    color: #f0b114;
    font-size: 27px;
}

#close{
    display: none;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center; /* ensures vertical centering */
  padding: 5px 50px;
  background-color: transparent;
  position: relative; /* makes z-index work */
  z-index: 100;
  background-color: #151618;
}

header img {
  width: 120px;          /* more predictable than vh */
  max-width: 100%;
  height: auto;
  display: block;        /* correct display for images */
}

.quote-btn{
  background-color: #f0b114;
  color: black;
  padding: 15px;
  border-radius: 10px;
  border: 2px solid #f0b114;
}

.quote-btn a{
  color: black;
}

  .quote-btn:hover{
    background-color: transparent;
  }



.navbar a{
    display: inline-block;
    text-decoration: none;
    color: white;
    font-weight: 400;
    font-size: 18px;
    margin: 0 15px;
    transition: 0.20s;
    font-family: 'Inter', sans-serif;
}

.navbar .activebtn,
.navbar a:hover {
    color: #f0b114;
}


.socialmedia a{
    font-size: 25px;
    margin: 0 10px;
    text-decoration: none;
    color: #f0b114;
}
 /*home banner*/

 .banner {
  width: 100%;
  height: 85%;
  position: relative;
  overflow: hidden;
}

.slides {
  width: 100%;
  height: 100%;
  position: relative;
}

/* Individual slides */
.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  padding-left: 5%;
  padding-right: 5%;
}

/* Slide backgrounds */
.slide:nth-child(1) {
  background: 
    linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url('img/Home-slideshow-image/4X\ SERVICES\ SLIDESHOW\ IMAGES\ 01.jpg') no-repeat center center / cover;
}


.slide:nth-child(2) {
  background: 
    linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url('img/Home-slideshow-image/4X\ SERVICES\ SLIDESHOW\ IMAGES\ 02.png') no-repeat center center / cover;
}

.slide:nth-child(3) {
  background: 
    linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url('img/Home-slideshow-image/4X\ SERVICES\ SLIDESHOW\ IMAGES\ 03.jpg') no-repeat center center / cover;
}

/* Active slide */
.slide.active {
  opacity: 1;
  z-index: 1;
}

/* Text card */
.slide-content {
  background: none;
  color: #fff;
  padding: 3rem 4rem;
  border-radius: 20px;
  /* Remove text-align center and use flexbox */
  display: flex;
  flex-direction: column;   /* Stack h1 and p vertically */
  justify-content: center;  /* Vertical center */
  align-items: center;      /* Horizontal center */
  height: 100%;             /* Ensure it fills the slide height */
  backdrop-filter: blur(0px);
  animation: fadeUp 0.2s ease;
}


.slide-content h1 {
  font-size: 3rem;
font-family: 'Inter', sans-serif;
  margin-bottom: 1rem;
  font-weight: 700;
}

.slide-content p {
  font-size: 1.2rem;
  opacity: 0.9;
font-family: 'Inter', sans-serif;
}

/* Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 0  ;
    transform: translateY(0);
  }
}

/* Responsive */



.hr1{
    border: 2px solid #f0b114;
}

.breaking-news-banner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #151618;
  padding: 10px 20px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 14px;
  gap: 0px;
  margin-top: 40px;
}

.breaking-news-banner .item {
  display: flex;
  align-items: center;
  gap: 2px;
  min-width: 150px;
}

.breaking-text strong{
    color: #f0b114;
    margin-bottom: -10px;
}

.breaking-news-banner .item img {
  width: 70px;  /* adjust icon size */
  height: auto;
  filter: drop-shadow(0 8px 20px rgba(241, 174, 3, 0.35));
  /* remove box-shadow since drop-shadow does the job */
}




.breaking-news-banner .item strong {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}


.second-home-bnr {
  width: 100%;
  padding: 40px 20px;
  background: #151618;
}

.second-home-bnr-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.second-home-bnr-card {
  position: relative;
  min-height: 340px;
  border-radius: 14px;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: flex-end;
}

/* Background images */
.second-home-bnr-left {
  background: url("img/small-banners-image/Need\ recovery\ 4x\ services\ ltd.png") center/cover no-repeat;
}

.second-home-bnr-right {
  background: url("img/small-banners-image/cars\ for\ sale\ at\ 4x\ services\ ltd.png") center/cover no-repeat;
}

/* Dark overlay */
.second-home-bnr-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.75),
    rgba(0,0,0,0.2)
  );
}

/* Content */
.second-home-bnr-content {
  position: relative;
  padding: 30px;
  max-width: 80%;
}

.second-home-bnr-content h2 {
  font-size: 34px;
  line-height: 1.1;
  margin-bottom: 16px;
  font-weight: 700;
}

.second-home-bnr-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.second-home-bnr-content ul li {
  font-size: 15px;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.second-home-bnr-content ul li::before {
  content: "››";
  position: absolute;
  left: 0;
  color: #fbbf24;
}

/* Button */
.second-home-bnr-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fbbf24;
  color: #000;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.second-home-bnr-btn span {
  font-size: 18px;
}

.second-home-bnr-btn:hover {
  background: #f59e0b;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 900px) {
  .second-home-bnr-wrap {
    grid-template-columns: 1fr;
  }

  .second-home-bnr-content {
    max-width: 100%;
  }
}


    #car-suggestion{
        background-color: #151618;
    }


    .CarContainer {
        width: 100%;
        margin: 0 auto;
        padding: 20px;
    }


.filter-buttons {
    position: relative;
    width: fit-content;
    margin: auto;
}

#carFilter {
    background: linear-gradient(135deg, #f0b114, #ffcc33);
    padding: 12px 48px 12px 18px; /* space for arrow */
    font-size: 14px;
    font-weight: 450;
    font-family: 'Inter', sans-serif;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

option{
    font-family: 'Inter', sans-serif;
    font-weight: 850;
}

/* Arrow */
.filter-buttons::after {
    content: "▼";
    position: absolute;
    right: 16px;
    top: 35%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    color: #1a1a1a;
}

    .filter-buttons button {
        justify-content: center;
        margin-left: 10px;
        padding: 8px 16px;
        cursor: pointer;
        font-size: 15px;
        font-weight: 600;
        background-color: #f0b114;
        border-radius: 4px;
        border: 2px solid #151618;
        color: white;
    }

    .filter-buttons button.acti {
        background-color: #f0b114;
        color: white;
        border: 2px solid #f0b114;
    }

select {
    background: white;
    color: #1a1a1a;
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    cursor: pointer;

    /* remove ugly default styles */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    transition: all 0.3s ease;
}



/* GRID */
.filterable-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  padding: 20px;
}

/* CARD */
.card {
  background: #0f0f0f;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,0.55);
  transition: transform .4s ease, box-shadow .4s ease;
  /* Remove width: 30%; */
  max-width: 400px; /* ensures the card fills the grid cell */
  box-sizing: border-box; /* optional, ensures padding/borders don’t break width */
}



/* IMAGE */
.card-img {
  position: relative;
  height: 230px;
  overflow: hidden;
}

.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.card:hover img {
  transform: scale(1.1);
}

/* YEAR BADGE */
.card-year {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(0,0,0,0.8);
  color: #fbb009;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  letter-spacing: 0.5px;
}

/* BODY */
.card-body {
  padding: 22px;
  text-align: center;
}

/* NAME */
.car-name {
font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 450;
  color: #ffffff;
  margin-bottom: 6px;
}

/* PRICE */
.car-price {
    font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 450;
  color: #fbb009;
  margin-bottom: 18px;
}

/* BUTTON */
.card-btn {
  display: inline-block;
  padding: 12px 28px;
  background: linear-gradient(135deg, #fbb009, #e3a700);
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  transition: all .3s ease;
}

.card-btn:hover {
  background: #ffffff;
  color: #000;
}

/* MOBILE OPTIMISATION */
@media (max-width: 768px) {
  .card-img {
    height: 200px;
  }

  .car-name {
    font-size: 16px;
  }

  .car-price {
    font-size: 20px;
  }
}


#blog {
    display: flex;
    flex-direction: column;
    margin: 5%;
    background:
        linear-gradient(
            rgba(0, 0, 0, 0.99),
            rgba(0, 0, 0, 0.45)
        ),
     url("img/Banners/About\ us\ banner\ image\ 4x\ services\ ltd.png");

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 20px;
    border: 5px solid white;
}



    #blog h1{
        font-size: 24px;
        color: #f0b114;
        margin-bottom: 2%;
        font-family: 'Inter', sans-serif;
    }

    #blog span{
        color: white;
        font-family: 'Inter', sans-serif;
        font-size: 22px;
    }

    .bloghub{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .blogleft{
        width: 50%;
    }

    .blogleft h4{
        font-size: 18px;
        padding-bottom: 2%;
        color: #f0b114;
        font-family: 'Inter', sans-serif;
        font-weight: 450;
    }

    .blogleft p{
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 5%;
        color: white;
        line-height: 1.7;
        font-family: 'Inter', sans-serif;
    }

    .blogp{
        margin-bottom: 2%;
    }

    .blogright{
        width: 45%;
        color: white;
    }

    .blogright h4{
        font-size: 18px;
        padding-bottom: 2%;
        color: #f0b114;
        font-family: 'Inter', sans-serif;
        font-weight: 450;
    }

    .blogright p{
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 3%;
        line-height: 1.7;
        font-family: 'Inter', sans-serif;
    }

    .servicepart{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin-top: 3%;
        background-color: #f0b114;
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 5%;
    }

    .servicecontainer{
        display: flex;
        flex-wrap: wrap;
    }

    .servicepart h1{
        color: #151618;
        font-size: 50px;
        font-weight: 500;
        margin-bottom: 5%;
        margin-top: 2%;
    }

    .service1{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 25%;
        margin-left: 5%;
        margin-bottom: 2%;
        border: 2px solid #ccc;
        transition: 0.25s;
        padding: 10px 15px;
    }
    .service1 img{
        width: 25%;
        display: block;
        margin: auto;
        margin-top: 10%;
        margin-bottom: 10%;
    }

    .service1 h4{
        color: #151618;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 5%;
        transition: 0.25s;
    }

    .service1 h4:hover{
        font-size: 28px;
    }

    .service1 p{
        color: #151618;
        text-align: center;
        font-size: 17px;
        margin-bottom: 15%;
        line-height: 25px;
    }
    

    .service1 button{
        cursor: pointer;
        margin: auto;
        padding: 15px 35px;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20%;
        background-color: white;
        color: #f0b114;
        border: 2px solid #f0b114;
        transition: 0.25s;
    }

    .service1 button:hover{
        background-color: transparent;
        color: white;
        border: 2px solid white;
    }

    .service1:hover{
        border: 2px solid white;
    }

    #customerservice {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 5%;
}

#customerservice h1 {
  color: #f0b114;
  font-size: 40px;
  font-weight: 610;
  margin-bottom: 2%;
}

.customerbanner {
  background-color: #f0b114;
  width: 96%;
  margin: auto;
  padding: 40px 40px;
  color: rgb(238, 238, 238);
  font-size: 30px;
  margin-bottom: 3%;
}

.customcontainer {
  background-color: #151618;
  width: 96%;
  margin: auto;
  padding-top: 4%;
  margin-bottom: 5%;
}

.customcontainer h3 {
  color: #f0b114;
  font-family: 'Inter', sans-serif;
  font-size: 40px;
  font-weight: 450;
  margin-bottom: 1%;
}

.customcontainer p {
  color: white;
  width: 60%;
  margin: auto;
  font-size: 18px;
  font-weight: 350;
  margin-bottom: 2%;
}

.customerdivide {
  display: flex;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 5%;
  gap: 5%;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
}

.customerleft {
  background-color: none;
  border: 2px solid #151618;
  border-radius: 10px;
  box-shadow: 10px 10px 20px #151618;
  width: 40%;
}

.customerfunhours {
  color: #f0b114;
  font-family: 'Inter', sans-serif;
  width: 40%;
  padding: 20px 25px;
  text-align: left;
}

.customerfunhours h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 15px;
  color: #f0b114;
}

.opening-times {
  list-style: none;
  padding: 0;
  margin: 0;
}

.opening-times li {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid #333;
  font-weight: 400;
  font-size: 16px;
  color: #aaa;
}

.opening-times li.highlight {
  color: #f0b114; /* blue highlight */
  font-weight: 600;
}

.opening-times li.highlight span:last-child {
  font-weight: 700;
}

.opening-times li span:first-child {
  flex: 1;
}

.opening-times li span:last-child {
  flex: 1;
  text-align: right;
  font-weight: 600;
}


.customermap {
  width: 100%;
  height: 400px;
  margin-top: 20px;
}

.customermap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
  box-shadow: 10px 10px 20px #151618;
}


    

    .customserv{
        display: flex;
        flex-direction: column;
        width: 98%;
        gap: 20px;
        margin-bottom: 5%;
        padding: 25px;
        border: 4px solid white;
        border-radius: 15px;
    }

    input{
        padding: 10px 15px;
        margin-left: 2%;
        color:#151618;
        font-weight: 500;
        border: 2px solid #151618;
    }

    select{
        padding: 10px 15px;
        margin-left: 2%;
        color: #151618;
        font-weight: 500;
        border: 2px solid #151618;
        font-size: 14px;
    }

    textarea{
        resize: vertical;
        padding: 10px 15px;
        margin-left: 2%;
        color: #151618;
        font-weight: 500;
        border: 2px solid #151618;
    }

    .customserv ::placeholder{
        color: #151618;
    }

    option{
        font-weight: 400;
    }

    .bookbutton{
        cursor: pointer;
        background-color: #f0b114;
        color: white;
        border: 2px solid #f0b114;
        border-radius: 10px;
        width: 30%;
        padding: 10px 15px;
        margin-left: 65%;
        font-size: 15px;
        font-weight: 600;
        transition: 0.25s;
    }

    .bookbutton:hover{
        background-color: transparent;
        color: #f0b114;
    }

    #blogtwo{
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-bottom: 5%;
    }

    #blogtwo h2{
        font-size: 35px;
        color: #f0b114;
        font-weight: 570;
        margin-bottom: 2%;
    }

    #blogtwo hr{
        border: 2px solid #f0b114;
        width: 82%;
        margin: 0 auto;
        margin-bottom: 3%;
    }

    .blogtxt{
        margin-left: 5%;
        margin-right: 5%;
        text-align: left;
    }

    .blogtxt p{
        margin-bottom: 2%;
        font-weight: 500;
        font-size: 17px;
    }

    .blogtxt button{
        cursor: pointer;
        width: 100%;
        padding: 10px 15px;
        background-color: #f0b114;
        color: white;
        font-size: 17px;
        font-weight: 600;
        border: 2px solid #f0b114;
        border-radius: 5px;
        transition: 0.25s;
    }

    .blogtxt button:hover{
        background-color: transparent;
        color: #f0b114;
    }

    .site-footer {
  background-color: #151618;
  color: #ddd;
font-family: 'Inter', sans-serif;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  padding: 50px;
}

.footer-col h3,
.footer-col h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 450;
  color: #fff;
  margin-bottom: 15px;
  color: #f0b114;
}

.footer-col p,
.footer-col li {
  font-size: 14px;
  line-height: 1.6;
  color: white;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col a {
  color: #ddd;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-col a:hover {
  color: #f5b400; /* accent color */
}

.emergency {
  margin-top: 10px;
  color: #f5b400;
  font-weight: bold;
}

/* Bottom bar */
.footer-bottom {
  border-top: 1px solid #333;
  padding: 15px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 13px;
}

.footer-bottom a {
  color: #aaa;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #f5b400;
}

/*recovery*/
/* HERO */
.recovery-hero {
  position: relative;
  height: 100%;
  background: url("img/Banners/Recovery\ banner\ 4x.png") center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 40px;
  color: #fff;
}

.recovery-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
}

.recovery-hero-content {
  position: relative;
  max-width: 600px;
}

.recovery-hero h1 {
    font-family: 'Inter', sans-serif;
    font-weight: 450;
  font-size: 42px;
  margin-bottom: 15px;
}

.recovery-hero p {
  font-size: 18px;
  margin-bottom: 25px;
}

.recovery-hero-actions a {
  display: inline-block;
  padding: 14px 22px;
  margin-right: 12px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.recovery-call-btn {
  background: #fbbf24;
  color: #000;
}

.recovery-call-btn :hover{
  background: #fbbf24;
  color: #000;
  box-shadow: #1a1a1a;
}

.recovery-quote-btn {
  border: 2px solid #fff;
  color: #fff;
}

/* INFO BAR */
.recovery-info-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #151618;
  color: #f0b114;
  padding: 18px;
  text-align: center;
  font-weight: 600;
}

/* SERVICES */
.recovery-services {
  padding: 60px 20px;
  text-align: center;
}

.recovery-services h2 {
  margin-bottom: 30px;
  color: white;
}

.recovery-services-grid {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;

}

.recovery-service-card {
  padding: 22px;
  border-radius: 10px;
  background: #f0b114;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}

/* STEPS */
.recovery-steps {
  background: #151618;
  color: #f0b114;
  padding: 60px 20px;
  text-align: center;
}

.recovery-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.recovery-step span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #fbbf24;
    filter: drop-shadow(0 8px 20px rgba(241, 174, 3, 0.35));
  color: #000;
  border-radius: 50%;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* FORM */
.recovery-form-section {
  padding: 60px 20px;
  text-align: center;
}

.recovery-form {
  max-width: 500px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.recovery-form input,
.recovery-form textarea {
  padding: 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.recovery-form button {
  background: #fbbf24;
  border: none;
  padding: 14px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
}

/* FINAL CTA */
.recovery-final-cta {
  color: #fff;
  text-align: center;
  padding: 50px 20px;
}

.recovery-final-cta h2{
  font-family: 'Inter', sans-serif;
  font-weight: 450;
  line-height: 1.8;
  color: #f0b114;
}

.recovery-final-cta p{
    font-size: 12px;
}

.recovery-final-cta a {
  display: inline-block;
  margin-top: 15px;
  padding: 14px 26px;
  background: #fbbf24;
  color: #000;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
}

/* MOBILE */
@media (max-width: 768px) {
  .recovery-hero h1 {
    font-size: 32px;
  }

  .recovery-info-bar {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}


/* HERO */
.sell-car-hero {
  position: relative;
  height: 100%;
  background: url("img/Banners/Sell\ your\ car\ 4x\ services\ ltd.png") center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 40px;
  color: #fff;
}

.sell-car-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
}

.sell-car-hero-content {
  position: relative;
  max-width: 600px;
}

.sell-car-hero h1 {
  font-size: 42px;
  font-family: 'Inter', sans-serif;
font-weight: 450;
  margin-bottom: 15px;
}

.sell-car-hero p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  margin-bottom: 25px;
}

.sell-car-hero-btn {
  display: inline-block;
  padding: 14px 26px;
  background: #fbbf24;
  color: #000;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
      border: 2px solid #f0b114;
}

.sell-car-hero-btn:hover{
    background-color: transparent;
    color: #f0b114;
    border: 2px solid #f0b114;
}

/* TRUST BAR */
.sell-car-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #151618;
  color: white;
  padding: 18px;
  text-align: center;
  font-weight: 600;
}

/* BENEFITS */
.sell-car-benefits {
  padding: 60px 20px;
  text-align: center;
}

.sell-car-benefits h2 {
  margin-bottom: 30px;
  color: white;
}

.sell-car-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.sell-car-benefit-card {
  background: #f0b114;
  padding: 25px;
  border-radius: 10px;
}

.sell-car-benefit-card h3 {
  margin-bottom: 10px;
}

/* STEPS */
.sell-car-steps {
  background: #151618;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.sell-car-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.sell-car-step span {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: #fbbf24;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}

/* FORM */
.sell-car-form-section {
  padding: 0px 20px;
  text-align: center;
  color: white;
}

.sell-car-form {
  max-width: 520px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background-color: #151618;
  padding: 35px;
  border-radius: 25px;
}

.sell-car-form input,
.sell-car-form textarea {
  padding: 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.sell-car-form button {
  background: #fbbf24;
  border: none;
  padding: 14px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
}

/* CTA */
.sell-car-cta {
  background: none;
  color: #fff;
  text-align: center;
  padding: 50px 20px;
}

.sell-car-cta h2{
  font-family: 'Inter', sans-serif;
  font-weight: 450;
  line-height: 1.8;
  color: #f0b114;
}

.sell-car-cta p{
    font-size: 12px;
}

.sell-car-cta a {
  display: inline-block;
  margin-top: 15px;
  padding: 14px 26px;
  background: #fbbf24;
  color: #000;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
}



.sell-car-cta h2{
    font-family: 'Inter', sans-serif;
    font-weight: 450;
}

/* MOBILE */
@media (max-width: 768px) {
  .sell-car-hero h1 {
    font-size: 32px;
  }

  .sell-car-trust {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .footer-container {
    padding: 30px 20px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
}


    /*RESPONSIVE HOME PAGE*/

    @media (max-width: 767px) {

        .socialmedia{
            display: none;
        }

        .blogleft p {
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 5%;
        }

        .blogright p {
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 5%;
        }

        .service1 {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            width: 40%;
            margin-left: 5%;
            margin-bottom: 2%;
            border: 2px solid #ccc;
            transition: 0.25s;
            padding: 10px 15px;
        }

        .footerbtn {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 40px;
            margin-left: 10%;
            margin-bottom: 5%;
        }
    }

    @media (max-width: 985px) {
        .breaking-news-banner .item img {
    width: 40;
    height: auto;
    filter: drop-shadow(0 8px 20px rgba(241, 174, 3, 0.35));
}

.breaking-news-banner .item strong {
    font-size: 14px;
}
    }

    @media (max-width: 1072px) {
        .opening-times li span:last-child {
    flex: 1;
    text-align: right;
    font-weight: 600;
    font-size: 12px;
}
    }

        @media (max-width: 904px){
            .customerdivide{
                display: flex;
                flex-direction: column;
                gap: 15px;
            }

            .customerleft {

  width: 95%;
}

.customerfunhours {
    color: #f0b114;
    font-family: 'Inter', sans-serif;
    width: 95%;
    padding: 20px 25px;
    text-align: left;
}


        }


@media (max-width: 579px) {
  .showroom-hero h1 {
    font-size: 40px;
    font-weight: 600;
    color: #f0b114;
  }

  .filterable-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    padding: 10px 10px;
}

    .card {
        width: 100%;
    }

    .timelinebackground .content img{
        width: 60%;
        justify-content: center;
    }

        .timelinebackground .content{
                  justify-content: center;
                  align-items: center;
        }

}


        @media (max-width: 830px){
            header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
    background-color: transparent;
    position: relative;
    z-index: 100;
}

.breaking-news-banner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px 30px;  /* row-gap 10px, column-gap 20px */
    background: #151618;
    padding: 10px 20px;
    width: 100%;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 14px;
    align-items: center;
    justify-content: center;  /* optional: center grid items horizontally */
    z-index: 1000;
}

        }

    @media (max-width: 767px) {
        

    
        .socialmedia {
            display: none;
        }
    
        #close {
            display: flex;
            margin-top: 0%;
            margin-left: 15%;
            margin-bottom: 15%;
            color: #f0b114;
            font-size: 20px;
        }
    
#navbar {
    display: flex; /* Change to flex when visible */
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    right: -250px; /* Hidden initially */
    height: 100vh;
    width: 250px;
    background-color: #151618; 
    box-shadow: 0 40px 60px rgba(0, 0, 0, 0.03);
    padding: 40px 0 0 10px;
    gap: 25px;
    z-index: 1;
    transition: right 0.25s ease; /* Smooth swipe */
}


    
        #mobile {
            display: flex;
            align-items: center;
        }
    
        #navbar.active {
            display: flex;
            right: 0;
        }

        .navbar a {
            display: flex;
            text-decoration: none;
            color: white;
            font-weight: 600;
            font-size: 18px;
            margin: 0 15px;
            transition: 0.20s;
        }

        header img {
    width: 100px;
    max-width: 100%;
    height: auto;
    display: block;
}

        

        .filter-buttons button {
            justify-content: center;
            flex-wrap: wrap;
            margin-bottom: 2%;
            margin-left: 2px;
            padding: 4px 8px;
            cursor: pointer;
            font-size: 13px;
            font-weight: 600;
            background-color: #f0f0f0;
            border-radius: 4px;
            border: 2px solid #151618;
        }

        .card {
            width: 100%;
            border: none;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
        }

        #blog h1 {
            font-size: 17px;
            color: #f0b114;
            margin-bottom: 2%;
        }

        .bloghub {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .blogleft {
            width: 100%;
        }
        
        .blogright {
            width: 100%;
        }

        .service1 {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            width: 90%;
            margin-left: 5%;
            margin-bottom: 2%;
            border: 2px solid #ccc;
            transition: 0.25s;
            padding: 10px 15px;
        }

        .servicepart h1 {
            color: white;
            font-size: 35px;
            font-weight: 500;
            margin-bottom: 5%;
            margin-top: 2%;
        }

        .service1 h4 {
            color: white;
            font-size: 20px;
            font-weight: 500;
            margin-bottom: 5%;
            transition: 0.25s;
        }

        .service1 p {
            color: white;
            text-align: center;
            font-size: 15px;
            margin-bottom: 15%;
            line-height: 25px;
        }

        .service1 button {
            cursor: pointer;
            margin: auto;
            padding: 5px 8px;
            font-size: 15px;
            font-weight: 700;
            margin-bottom: 20%;
            background-color: white;
            color: #f0b114;
            border: 2px solid #f0b114;
            transition: 0.25s;
        }

        #customerservice h1 {
            color: #f0b114;
            font-size: 18px;
            font-weight: 610;
            margin-bottom: 2%;
        }

        .customerbanner h4{
            font-size: 15px;
        }

        .customcontainer h3 {
            color: rgb(255, 255, 255);
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 1%;
        }

        .customcontainer p {
            color: rgb(238, 238, 238);
            width: 60%;
            margin: auto;
            font-size: 8px;
            font-weight: 550;
            margin-bottom: 2%;
        }


        input {
            padding: 10px 15px;
            margin-left: 2%;
            color: #151618;
            font-weight: 600;
            font-size: 13px;
            border: 2px solid #151618;
        }

        select {
            padding: 10px 15px;
            margin-left: 2%;
            font-size: 13px;
            color: #151618;
            font-weight: 600;
            border: 2px solid #151618;
        }

        option {
            font-size: 13px;
            font-weight: 600;
        }

        .bookbutton {
            cursor: pointer;
            background-color: #f0b114;
            color: white;
            border: 2px solid #f0b114;
            border-radius: 10px;
            width: 40%;
            padding: 10px 15px;
            margin-left: 50%;
            font-size: 15px;
            font-weight: 600;
            transition: 0.25s;
        }

        #blogtwo h2 {
            font-size: 20px;
            color: #f0b114;
            font-weight: 570;
            margin-bottom: 2%;
        }

        .blogtxt p {
            margin-bottom: 4%;
            font-weight: 500;
            font-size: 13px;
        }

        .blogtxt button {
            cursor: pointer;
            width: 100%;
            padding: 10px 15px;
            background-color: #f0b114;
            color: white;
            font-size: 14px;
            font-weight: 600;
            border: 2px solid #f0b114;
            border-radius: 5px;
            transition: 0.25s;
        }

        .footerbtn {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            gap: 40px;
            margin-left: 10%;
            margin-bottom: 5%;
        }

    }

        @media (max-width: 715px){
.slide-content h1 {
    font-size: 25px;
    font-family: 'Inter', sans-serif;
    margin-bottom: 1rem;
        text-align: center;
}

.slide-content p {
    font-size: 15px;
    opacity: 0.9;
    font-family: 'Inter', sans-serif;
        text-align: center;
}
        }

    @media (max-width: 583px){
                .slide-content h1 {
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    margin-bottom: 1rem;
    text-align: center;
}

.slide-content p {
    font-size: 15px;
    opacity: 0.9;
    font-family: 'Inter', sans-serif;
}

}

    @media (max-width: 836px) {

    }
      





/*About page*/

#About {
  height: 60vh;
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("img/Banners/Recovery\ car\ sunset\ 4x\ services\ ltd.png") center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}



#AboutBlog {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    gap: 25px;
    width: 100%;
    padding-left: 85px;
}



#AboutBlog h1{
    color: #f0b114;
    font-size: 35px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

#AboutBlog p{
    color: white;
    font-size: 15px;
}

.history{
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #f0b114;
    padding-bottom: 3%;
}

.history h1{
    color: rgb(238, 238, 238);
    margin-top: 2%;
    font-size: 35px;
    margin-bottom: 2%;
}

.history img{
    margin: 0 auto;
    width: 10%;
}

.timelinebackground{
    display: flex;
    width: 100%;
    justify-content: center;
}


/* ===== TIMELINE LAYOUT ===== */

.timelinebackground {
    width: 100%;
    padding: 60px 0;
    display: flex;
    justify-content: center;
}

/* main timeline wrapper */
.timeline {
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

/* each timeline item */
.container {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* card content */
.content {
    display: flex;
    gap: 18px;
    background-color: #151618;
    padding: 22px;
    border-radius: 12px;
    color: white;
    max-width: 720px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* hover effect (optional but nice) */
.content:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
}

/* image styling */
.content img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
}

/* text wrapper */
.contenttxt {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* title */
.contenttxt h2 {
    color: #f0b114;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

/* paragraph */
.contenttxt p {
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    line-height: 1.6;
    font-size: 14.5px;
}

/* ===== RESPONSIVE DESIGN ===== */

#chiron{
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #f0b114;
    padding-top: 3%;
    padding-bottom: 3%;
    margin-bottom: 5%;
}

#chiron h1{
    color: rgb(238, 238, 238);
    font-size: 40px;
    padding-bottom: 2%;
}

#chiron img{
    margin: 0 auto;
    width: 50%;
    box-shadow: 10px 10px 50px #151618;
    border-radius: 10px;
    margin-bottom: 2%;
}

#chiron p{
    color: rgb(238, 238, 238);
    text-align: left;
    margin-left: 15%;
    margin-right: 15%;
    font-size: 18px;
    font-weight: 450;
}


@media (max-width: 699px) {


    .content{
        display: flex;
        flex-direction: column;
        padding: 5%;
    }
    
    .history img {
        margin: 0 auto;
        width: 30%;
    }

    #chiron h1 {
        color: rgb(238, 238, 238);
        font-size: 20px;
        padding-bottom: 2%;
    }

    #chiron p {
        color: rgb(238, 238, 238);
        text-align: left;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 14px;
        font-weight: 450;
    }

    #chiron img {
        margin: 0 auto;
        width: 50%;
        box-shadow: 10px 10px 50px #151618;
        border-radius: 10px;
        margin-bottom: 8%;
    }
    
}

/*Showroom page*/

#showroom{
    display: flex;
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 7%;
    gap: 25px;
}

#showroom {
    position: relative;
}

#showroom img {
    width: 100%;
    display: block;
}

#showroom::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.45),
        rgba(0, 0, 0, 0)
    );
    pointer-events: none;
}


.showroomtxt{
    margin-top: 2%;
}

.showroomtxt h1{
    font-size: 38px;
    color: #f0b114;
    margin-bottom: 2%;
}

.showroomtxt hr{
    border: 2px solid #f0b114;
    width: 20%;
    margin-bottom: 7%;
}

.showroomtxt h3{
    font-size: 22px;
    margin-bottom: 3%;
    color: white;
}

.showroomtxt p{
    font-size: 18px;
    font-weight: 500;
    color: white;
}

/* HERO */
.showroom-hero {
  height: 60vh;
  background: url("img/Banners/Cars\ for\ sale.jpg") center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.showroom-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.2), #0b0b0b);
}

.showroom-hero-content {
  position: relative;
  text-align: center;
}

.showroom-hero h1 {
  font-size: 35px;
  font-weight: 700;
  color: #f0b114;
}

.showroom-hero p {
  margin-top: 10px;
  opacity: .9;
  color: white;
  font-size: 14px;
}



/* FILTER */
.showroom-filter {
  display: flex;
  gap: 15px;
  padding: 30px;
  justify-content: center;
  background: #151618;
}

.showroom-filter input,
.showroom-filter select {
  padding: 12px;
  background: #1b1b1b;
  border: 1px solid #333;
  color: white;
  border-radius: 5px;
}

/* GRID */
.car-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  padding: 50px;
}

/* CARD */
.car-card {
  background: #141414;
  border-radius: 12px;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
}

.car-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(251,176,9,.15);
}

.car-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.car-info {
  padding: 20px;
}

.car-info h3 {
  color: #fbb009;
  margin-bottom: 5px;
}

.price {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.car-info ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  font-size: .9rem;
  opacity: .85;
}

/* ACTIONS */
.car-actions {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.car-actions a {
  flex: 1;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  color: #151618;
  background: #fbb009;
  border-radius: 5px;
  font-weight: bold;
}

.car-actions a:last-child {
  background: transparent;
  color: #fbb009;
  border: 1px solid #fbb009;
}

/* CTA */
.showroom-cta {
  text-align: center;
  padding: 60px 20px;
  background: #151618;
  color: #151618;
  line-height: 1.9;
}

.showroom-cta a {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 25px;
  background: #f0b114;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
}

.showroom-cta h2{
    color: #f0b114;
}

.showroom-cta p{
    color: white;
}

.Slide-Container {
    margin-top: 5%;
    width: 100%;
  }
  
  .slider-wrapper {
    position: relative;
  }
  
  .slider-wrapper .slide-button {
    position: absolute;
    top: 50%;
    outline: none;
    border: none;
    height: 50px;
    width: 50px;
    z-index: 5;
    color: #fff;
    display: flex;
    cursor: pointer;
    font-size: 2.2rem;
    background: #000;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  
  .slider-wrapper .slide-button:hover {
    background: #404040;
  }
  
  .slider-wrapper .slide-button#prev-slide {
    left: -25px;
    display: none;
  }
  
  .slider-wrapper .slide-button#next-slide {
    right: -25px;
  }
  
  .slider-wrapper .image-list {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 15px;
    font-size: 0;
    list-style: none;
    margin-bottom: 30px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  
  .slider-wrapper .image-list::-webkit-scrollbar {
    display: none;
  }
  
  .slider-wrapper .image-list .image-item {
    width: 330px;
    height: 400px;
    object-fit: cover;
  }
  
  .Slide-Container .slider-scrollbar {
    height: 24px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  
  .slider-scrollbar .scrollbar-track {
    background: #ccc;
    width: 100%;
    height: 2px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    position: relative;
  }
  
  .slider-scrollbar:hover .scrollbar-track {
    height: 4px;
  }
  
  .slider-scrollbar .scrollbar-thumb {
    position: absolute;
    background: #f0b114;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    cursor: grab;
    border-radius: inherit;
  }
  
  .slider-scrollbar .scrollbar-thumb:active {
    cursor: grabbing;
    height: 8px;
    top: -2px;
  }
  
  .slider-scrollbar .scrollbar-thumb::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    bottom: -10px;
  }

  .bigger-maps {
  width: 100%;
  height: 500px;        /* adjust height if you want */
  margin: 0;
  padding: 0;
}

.bigger-maps iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}


  #Moreshowroom{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 10%;
    margin-bottom: 10%
  }

  .Moreleft{
    margin-left: 5%;
    border: 2px solid #151618;
    padding: 20px 60px;
    width: 40%;
    padding-bottom: 10%;
  }

  .Moreleft h1{
    color: #f0b114;
    font-size: 35px;
    padding-bottom: 15%;
  }

  .Moreleft p{
    color: white;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5%;
  }

  .Moreleft hr{
    border: 2px solid #f0b114;
    width: 50%;
    margin-bottom: 5%;
  }

  .Moreleft h4{
    color: #f0b114;
  }

  .Moreleft h4 span{
    font-size: 15px;
    color: white;
  }
  
  .map{
    margin-left: 5%;
  }

  @media (max-width: 999px) {

    .Moreleft {
        margin-left: 5%;
        border: 2px solid #151618;
        padding: 20px 60px;
        width: 80%;
        padding-bottom: 10%;
        margin: 0 auto;
        margin-bottom: 5%;
    }

    .map {
        margin: 0 auto;
        margin-left: 10%;
    }

    
    #Moreshowroom {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 10%;
        margin-bottom: 10%;
    }
  }

@media (max-width: 699px) {
    #showroom {
        display: flex;
        flex-direction: column;
        margin-top: 5%;
        margin-left: 5%;
        margin-right: 7%;
        gap: 25px;
    }

    .showroomtxt h1 {
        font-size: 30px;
        color: #f0b114;
        margin-bottom: 2%;
    }

    .showroomtxt hr {
        border: 2px solid #f0b114;
        width: 40%;
        margin-bottom: 7%;
    }

    .showroomtxt h3 {
        font-size: 17px;
        margin-bottom: 3%;
    }

    .showroomtxt p {
        font-size: 14px;
        line-height: 1.5;
        font-weight: 500;
    }

    .slider-wrapper .slide-button {
        display: none !important;
      }
    
      .slider-wrapper .image-list {
        gap: 10px;
        margin-bottom: 15px;
        scroll-snap-type: x mandatory;
      }
    
    
      .slider-scrollbar .scrollbar-thumb {
        width: 20%;
      }

      .slider-wrapper .image-list .image-item {
        width: 240px;
        height: 280px;
    }

    .map{
        display: none;
    }

    .Moreleft {
        margin-left: 0%;
        border: 2px solid #151618;
        padding: 20px 60px;
        width: 90%;
        padding-bottom: 10%;
        margin: 0 auto;
        margin-bottom: 5%;
    }

    .Moreleft h1 {
        color: #f0b114;
        font-size: 20px;
        padding-bottom: 15%;
    }
    
    .Moreleft p {
        color: #151618;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 5%;
    }

    .Moreleft hr {
        border: 2px solid #f0b114;
        width: 50%;
        margin-bottom: 15%;
    }

    .Moreleft h4 {
        font-size: 14px;
        color: #f0b114;
    }

    .Moreleft h4 span {
        font-size: 12px;
        color: #151618;
    }
    
}

/*Featured page*/

#FeaturedBanner{
    background-color: #151618;
    background-image: url(img/Banners/Cars\ for\ sale.jpg);
    background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 93%;
        top: 0;
        position: sticky;
        z-index: -999;
}

.bannertxt{
    text-align: center;
    padding-top: 15%;
}

.bannertxt h1{
    font-size: 40px;
    color: white;
    margin-bottom: 2%;
}

.bannertxt h4{
    font-size: 20px;
    color: white;
    margin-bottom: 2%;
}

.bannertxt p{
    margin: 0 auto;
    color: white;
    font-weight: 600;
    width: 80%;
    text-align: left;
    line-height: 1.5;
}

.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50%;
    position: relative;
    margin: 0 auto;
}

.divider::before,
.divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #fff;
}

.divider::before {
    margin-right: 10px;
}

.divider::after {
    margin-left: 10px;
}

.divider .icon {
    color: #fff;
    font-size: 40px;
}


.carbanner{
    background-color: #151618;
    padding-top: 2%;
}

.carbanner h4{
    text-align: center;
    color: white;
    font-size: 40px;
    font-weight: 450;
}

.carbanner p{
    color: white;
    text-align: center;
    margin-bottom: 5%;
}

.cardetail{
    display: flex;
    width: 100%;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.details h3{
    flex-wrap: wrap;
    font-size: 15px;
    font-weight: 450;
    text-align: center;
    padding: 10px 15px;
    width: 100%;
    border: 2px solid white;
    color: white;
}

#prodetails{
    background-color: #151618;
    display: flex;


}
#prodetails .single-pro-image{
    width: 100%;
}

.small-img-group{
    display: flex;
    justify-content: space-between;
}

.small-img-col{
    flex-basis: 24%;
    cursor: pointer;
}

.small-img-col img{
    width: 100%;
}

.single-pro-image img{
    border: 2px solid #151618;
    margin-bottom: 1%
}

.small-img-col img{
    border-radius: 0px;
    box-shadow: none;
    border: 2px solid #151618;
    align-items: center;
}

#moredetail{
    display: flex;
    flex-direction: column;
    background-color: #151618;
}

.design h4{
    margin-top: 2%;
    text-align: center;
    color: white;
    font-size: 40px;
    font-weight: 450;
}

.chirondetail{
    display: flex;
    width: 100%;
    margin-bottom: 5%;
}

.detailleft{
    text-align: center;
    width: 50%;
}

.detailleft img{
    margin-top: 5%;
    width: 80%;
}

.detailright{
    margin-top: 3%;
    width: 42%;
    color: white;
}

.detailright h4{
    color: white;
    font-size: 25px;
    font-weight: 450;
    margin-bottom: 5%;
    text-align: left;
    line-height: 1.5;
}

.detailright p{
    line-height: 1.7;
    font-size: 14px;
    margin-bottom: 3%;
    text-align: left;
}

.carhirebtn{
    text-align: center;
}

.carhirebtn button{
    cursor: pointer;
    padding: 10px 10px;
    background-color: red;
    color: white;
    font-size: 20px;
    font-weight: 600;
    width: 90%;
    border: 2px solid red;
    border-radius: 5px;
    transition: 0.25s;
}

.carhirebtn button:hover{
    background-color: transparent;
    color: red;
}

#formforhire{
    display: flex;
    flex-direction: column;
    background-color: #151618;
}

.formtop{
    text-align: center;
    margin-top: 5%;
}

.formtop h1{
    color: red;
    font-size: 30px;
    font-weight: 480;
    margin-bottom: 2%;
}

.formtop h2{
    color: white;
    font-weight: 570;
    margin-bottom: 1%;
}

.formtop p{
    color: white;
    font-size: 18px;
    margin-bottom: 5%;
}

.formbottom{
    text-align: center;
}

.formfill input{
    background-color: #151618;
    color: white;
    border: 2px solid white;
    width: 18%;
    flex-wrap: wrap;
    font-weight: 500;
}

.formfill ::placeholder{
    color: rgb(167, 167, 167);
    font-weight: 500;
}

.formfill input:focus {
    border: 2px solid white;
    outline: none;
}

.formfill button{
    border-radius: 5px;
    cursor: pointer;
    transition: 0.25s;
    margin-left: 1%;
    padding: 10px 15px;
    background-color: red;
    color: white;
    font-weight: 600;
    font-size: 17px;
    border: 2px solid red;
    margin-bottom: 15%;
    margin-top: 8%;
}

.formfill button:hover{
    background-color: transparent;
    color: red;
}

@media (max-width: 999px) {
    #FeaturedBanner {
        background-color: #151618;
        background-image: url(img/featuredbanner.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 50%;
        top: 0;
        position: sticky;
        z-index: -999;
    }

    .bannertxt h1 {
        font-size: 20px;
        color: white;
        margin-bottom: 2%;
    }

    .bannertxt h4 {
        font-size: 15px;
        color: white;
        margin-bottom: 2%;
    }

    .bannertxt p {
        margin: 0 auto;
        color: white;
        font-weight: 600;
        width: 80%;
        text-align: left;
        line-height: 1.5;
        font-size: 10px;
    }

    .details h3 {
        font-size: 10px;
        font-weight: 450;
        text-align: center;
        padding: 10px 15px;
        width: 100%;
        border: 2px solid white;
        color: white;
    }

    .chirondetail {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }

    .detailleft {
        text-align: center;
        width: 100%;
    }

    .detailleft img {
        margin-top: 5%;
        width: 100%;
    }

    .detailright {
        margin-top: 3%;
        width: 100%;
        color: white;
    }

    .carhirebtn button {
        cursor: pointer;
        padding: 10px 10px;
        background-color: red;
        color: white;
        font-size: 20px;
        font-weight: 600;
        width: 90%;
        border: 2px solid red;
        border-radius: 5px;
        transition: 0.25s;
        margin-bottom: 5%;
    }
}

@media (max-width: 699px) {
    #FeaturedBanner {
        background-color: #151618;
        background-image: url(img/featuredbanner.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 30%;
        top: 0;
        position: sticky;
        z-index: -999;
    }

    .bannertxt h1 {
        font-size: 11px;
        color: white;
        margin-bottom: 2%;
    }

    .bannertxt h4 {
        font-size: 8px;
        color: white;
        margin-bottom: 2%;
    }

    .bannertxt p {
        margin: 0 auto;
        color: white;
        font-weight: 600;
        width: 80%;
        text-align: left;
        line-height: 1.5;
        font-size: 8px;
    }

    .carbanner h4 {
        text-align: center;
        color: white;
        font-size: 30px;
        font-weight: 450;
    }

    .carbanner p {
        color: white;
        text-align: center;
        margin-bottom: 5%;
        font-size: 12px;
    }

    .design h4 {
        margin-top: 2%;
        text-align: center;
        color: white;
        font-size: 30px;
        font-weight: 450;
    }

    .carbanner p {
        color: white;
        text-align: center;
        margin-bottom: 5%;
        font-size: 12px;
        text-align: left;
    }

    .carbanner h4 {
        text-align: center;
        color: white;
        font-size: 20px;
        font-weight: 450;
    }

    .formfill input {
        background-color: #151618;
        color: white;
        border: 2px solid white;
        width: 80%;
        flex-wrap: wrap;
        font-weight: 500;
        margin: 0 auto;
    }

    .formfill{
        display: flex;
        flex-direction: column;
    }

    .formtop h1 {
        color: red;
        font-size: 20px;
        font-weight: 510;
        margin-bottom: 2%;
    }

    .formtop h2 {
        color: white;
        font-weight: 570;
        margin-bottom: 1%;
        font-size: 15px;
    }

    .formtop p {
        color: white;
        font-size: 14px;
        margin-bottom: 5%;
    }

    .chirondetail {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }
}

/*Contact page*/

.callus{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}

.callus a{
    background-color: #f0b114;
    padding: 10px 15px;
    color: rgb(238, 238, 238);
    text-decoration: none;
    font-weight: 560;
    border-radius: 7px;
}

@media (max-width: 699px) {
    .callus a {
        background-color: #f0b114;
        padding: 10px 15px;
        color: rgb(238, 238, 238);
        text-decoration: none;
        font-weight: 560;
        font-size: 15px;
        border-radius: 7px;
    }
}

/*Car detail page*/



.car-detail {
    width: 100%;
    margin: auto;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: -999;
    margin-top: 2%;
}

.car-detail img {
    width: 100%;
    max-width: 600px;
    height: auto;
}

.car-detail h1{
    background-color: #f0b114;
    color: #151618;
    font-weight: 620;
    font-size: 35px;
    padding: 10px 15px;
}

.detail-page{
    background-color: #f0b114;
    width: 95%;
    margin: 0 auto;
    padding-top: 2%;
    padding-bottom: 1%;
    margin-bottom: 5%;
}

.detail-page h1{
    color: rgb(238, 238, 238);
    text-align: center;
    padding-bottom: 2%;
    font-size: 33px;
}

.detail-page hr{
    border: 2px solid rgb(238, 238, 238);
    width: 80%;
    margin: 0 auto;
    margin-bottom: 2%;
}

.detail-page p{
    padding-left: 2%;
    padding-right: 2%;
    color: white;
    line-height: 1.5;
    padding-bottom: 2%;
    font-size: 14px;
}

.detailinterior{
    display: flex;
    flex-direction: row;
    width: 95%;
    justify-content: space-between;
    background-color: #f0b114;
    margin: 0 auto;
    margin-bottom: 3%;
}

.interiorleft{
    padding-top: 2%;
    width: 50%;
}

.interiorleft h1{
    color: rgb(238, 238, 238);
    padding-bottom: 2%;
    text-align: center;
    font-size: 33px;
}

.interiorleft p{
    padding-left: 2%;
    padding-right: 2%;
    color: white;
    line-height: 1.5;
    padding-bottom: 2%;
    font-size: 13px;
}

.interiorleft hr{
    border: 2px solid rgb(238, 238, 238);
    width: 80%;
    margin: 0 auto;
    margin-bottom: 2%;
}

.interiorright{
    width: 50%;
}

.interiorright img{
    width: 100%;
    height: 100%;
}

.carperformance{
    display: flex;
    flex-direction: row;
    width: 95%;
    justify-content: space-between;
    background-color: #f0b114;
    margin: 0 auto;
    margin-bottom: 3%;
}

.performanceleft{
    padding-top: 2%;
    width: 50%;
}

.performanceleft h1{
    color: rgb(238, 238, 238);
    padding-bottom: 2%;
    text-align: center;
    font-size: 30px;  
}

.performanceleft hr{
    border: 2px solid rgb(238, 238, 238);
    width: 80%;
    margin: 0 auto;
    margin-bottom: 2%; 
}

.performanceleft p{
    padding-left: 2%;
    padding-right: 2%;
    color: white;
    line-height: 1.5;
    padding-bottom: 2%;  
    font-size: 13px;
}

.performanceright{
    width: 50%; 
}

.performanceright img{
    width: 100%;
    height: 100%;
}

#detailpage {
    background-color: rgba(0, 0, 0, 0.5);
}

.sportperformance{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f0b114;
    margin: 0 auto;
    margin-bottom: 3%;  
    width: 95%;
}

.sportperformance h1{
    color: rgb(238, 238, 238);
    padding-bottom: 1%;
    text-align: center;
    font-size: 33px;  
    padding-top: 2%; 
}

.sportperformance hr{
    border: 2px solid rgb(238, 238, 238);
    width: 75%;
    margin: 0 auto;
    margin-bottom: 2%;   
}

.sportperformance p{
    padding-left: 2%;
    padding-right: 2%;
    color: white;
    line-height: 1.5;
    padding-bottom: 2%;  
    font-size: 14px;  
    padding-bottom: 2%;
}


/*car detail form*/

#Hiringform{
    display: flex;
    flex-direction: column;
    background-color: #f0b114;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 2%;
}

.FormHeader{
    text-align: center;
    margin-top: 5%;
}

.FormHeader h1{
    color: rgb(238, 238, 238);
    font-size: 30px;
    font-weight: 480;
    margin-bottom: 2%;
}

.FormHeader hr{
    border: 2px solid rgb(238, 238, 238);
    width: 75%;
    margin: 0 auto;
    margin-bottom: 2%;
}

.FormHeader h2{
    color: white;
    font-weight: 570;
    margin-bottom: 1%;
}

.FormHeader p{
    color: white;
    font-size: 15px;
    margin-bottom: 1%;
}

.Formniche{
    text-align: center;
}

.fillform input{
    background-color: #fff;
    color: #f0b114;
    border: 2px solid white;
    width: 18%;
    flex-wrap: wrap;
    font-weight: 500;
}

.fillform ::placeholder{
    color: #151618;
    font-weight: 500;
}

.fillform input:focus {
    border: 2px solid white;
    outline: none;
}

.fillform button{
    border-radius: 5px;
    cursor: pointer;
    transition: 0.25s;
    margin-left: 1%;
    padding: 10px 15px;
    background-color: red;
    color: white;
    font-weight: 600;
    font-size: 17px;
    border: 2px solid red;
    margin-bottom: 5%;
    margin-top: 2%;
}

.fillform button:hover{
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

@media (max-width: 999px) {
    .detailinterior {
        display: flex;
        flex-direction: column;
        width: 95%;
        justify-content: space-between;
        background-color: #f0b114;
        margin: 0 auto;
        margin-bottom: 3%;
    }

    .interiorleft {
        padding-top: 2%;
        width: 100%;
    }

    .interiorright {
        width: 100%;
    }

    .carperformance {
        display: flex;
        flex-direction: column;
        width: 95%;
        justify-content: space-between;
        background-color: #f0b114;
        margin: 0 auto;
        margin-bottom: 3%;
    }

    .performanceleft {
        padding-top: 2%;
        width: 100%;
    }

    .performanceright {
        width: 100%;
    }

    .FormHeader h1 {
        color: rgb(238, 238, 238);
        font-size: 25px;
        font-weight: 480;
        margin-bottom: 2%;
    }

    .fillform{
        display: flex;
        flex-direction: column;
    }

    .fillform input {
        background-color: #fff;
        color: #f0b114;
        border: 2px solid white;
        width: 90%;
        flex-wrap: wrap;
        font-weight: 500;
        margin: 0 auto;
        margin-bottom: 2%;
    }

    .fillform button {
        width: 90%;
        border-radius: 5px;
        cursor: pointer;
        transition: 0.25s;
        margin-left: 5%;
        padding: 10px 15px;
        background-color: red;
        color: white;
        font-weight: 600;
        font-size: 17px;
        border: 2px solid red;
        margin-bottom: 5%;
        margin-top: 2%;
    }

    .FormHeader h2 {
        color: white;
        font-weight: 570;
        margin-bottom: 5%;
    }
}

@media (max-width: 699px) {
        .car-detail h1 {
        background-color: #f0b114;
        color: rgb(238, 238, 238);
        font-weight: 620;
        font-size: 25px;
        padding: 10px 15px;
    }

    .detail-page {
        background-color: #f0b114;
        width: 100%;
        margin: 0 auto;
        padding-top: 2%;
        padding-bottom: 1%;
        margin-bottom: 5%;
    }

    .detail-page h1 {
        color: rgb(238, 238, 238);
        text-align: center;
        padding-bottom: 2%;
        font-size: 20px;
    }

    .detail-page p {
        padding-left: 2%;
        padding-right: 2%;
        color: white;
        line-height: 1.5;
        padding-bottom: 2%;
        font-size: 12px;
    }

    .detailinterior {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: space-between;
        background-color: #f0b114;
        margin: 0 auto;
        margin-bottom: 3%;
    }

    .interiorleft h1 {
        color: rgb(238, 238, 238);
        padding-bottom: 2%;
        text-align: center;
        font-size: 20px;
    }

    .interiorleft p {
        padding-left: 2%;
        padding-right: 2%;
        color: white;
        line-height: 1.5;
        padding-bottom: 2%;
        font-size: 12px;
    }

    .carperformance {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: space-between;
        background-color: #f0b114;
        margin: 0 auto;
        margin-bottom: 3%;
    }

    .performanceleft h1 {
        color: rgb(238, 238, 238);
        padding-bottom: 2%;
        text-align: center;
        font-size: 20px;
    }

    .performanceleft p {
        padding-left: 2%;
        padding-right: 2%;
        color: white;
        line-height: 1.5;
        padding-bottom: 2%;
        font-size: 12px;
    }

    .sportperformance {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-color: #f0b114;
        margin: 0 auto;
        margin-bottom: 3%;
        width: 100%;
    }

    .sportperformance h1 {
        color: rgb(238, 238, 238);
        padding-bottom: 1%;
        text-align: center;
        font-size: 20px;
        padding-top: 2%;
    }

    .sportperformance p {
        padding-left: 2%;
        padding-right: 2%;
        color: white;
        line-height: 1.5;
        padding-bottom: 2%;
        font-size: 12px;
        padding-bottom: 2%;
    }

    #Hiringform {
        display: flex;
        flex-direction: column;
        background-color: #f0b114;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 2%;
    }

    .FormHeader h1 {
        color: rgb(238, 238, 238);
        font-size: 13px;
        font-weight: 480;
        margin-bottom: 2%;
    }

    .FormHeader p {
        display: none;
    }

    .FormHeader h2 {
        color: white;
        font-weight: 570;
        margin-bottom: 5%;
        font-size: 15px;
    }

    .fillform{
        display: flex;
        flex-direction: column;
    }

    .fillform input {
        background-color: #fff;
        color: #f0b114;
        border: 2px solid white;
        width: 90%;
        flex-wrap: wrap;
        font-weight: 500;
        margin: 0 auto;
        margin-bottom: 2%;
    }

    .fillform button {
        width: 90%;
        border-radius: 5px;
        cursor: pointer;
        transition: 0.25s;
        margin-left: 5%;
        padding: 10px 15px;
        background-color: red;
        color: white;
        font-weight: 600;
        font-size: 17px;
        border: 2px solid red;
        margin-bottom: 5%;
        margin-top: 2%;
    }
    
}

/*image slidehow*/
.unique-container {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-image: fill 0 linear-gradient(#0001, #000);
    z-index: 1;
}

.unique-slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.unique-slide {
    width: 100%;
    height: 550px;
    overflow: hidden
}

.unique-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.unique-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1000;
    font-size: 50px;
}

.unique-button-left {
    left: 10px;
}

.unique-button-right {
    right: 10px;
}

.unique-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/*NewsLetter*/
.newsletter{
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 25px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000;
}

.newsletter-txt{
  display: flex;
  flex-direction: column;
  color: white;
  text-align: right;
  width: 50%;
  gap: 8px;
}

.newsletter-txt h1{
  font-size: 24px;
  font-weight: 550;
  color: #3AD2D0;
}

.newsletter-txt p{
  font-size: 12px;
}

.newsletter-form{
  width: 50%;
}

.newsletter-form form input{
  width: 250px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  border-radius: 0px;
  border: none;
  font-size: 13px;
  font-weight: 550;
  font-size: 14px;
}

.newsletter-form form ::placeholder{
  font-weight: 550;
  color: #000;
}

.newsletter-form form input:focus {
  outline: none;
  border: none;
}

.newsletter-form form button{
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100px;
  border-radius: none;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: 0.35s;
}

.newsletter-form form button:hover{
  background-color: #3AD2D0;
}

.newsletter-form span{
  display: flex;
  color: white;
  font-size: 12px;
  margin-top: 5px;
  color: #3AD2D0;
}   

/*new*/

#main-car-landing {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; /* 🔑 THIS IS THE FIX */
  align-items: flex-start;
  gap: 0px;

  max-width: 1000px;
  margin: 40px auto;
  padding: 0 24px;
}


#car-card {
  background: #151618;
  width: 420px;
  padding: 24px;
  border-radius: 8px;
}

#car-title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: white;
}

#car-subtitle {
  margin: 6px 0 20px;
  font-size: 13px;
  color: #f0b114;
}

#spec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
  border-top: 1px solid #f0b114;
  padding-top: 20px;
}

.spec-item {
  display: flex;
  flex-direction: column;
}

.spec-label {
  font-size: 12px;
  color: #f0b114;
  margin-bottom: 4px;
}

.spec-value {
  font-size: 14px;
  font-weight: 700;
  color: white;
}

#price-section {
  margin-top: 24px;
  border-top: 1px solid #1e293b;
  padding-top: 16px;
}

.price-label {
  display: block;
  font-size: 12px;
  color: white;
  margin-bottom: 4px;
}

#price {
  font-size: 26px;
  font-weight: 800;
  color: #f0b114;
}

#Vehicle-Info-spec {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 30px;
  font-family: 'Arial', sans-serif;
  color: #333;
  background-color: #151618;
}

.vehicle-info, .vecicle-spec {
  flex: 1 1 400px;
  background-color: #151618;
  padding: 20px 25px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.vehicle-info h2, .vecicle-spec h2 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: #f0b114;
  font-family: 'Inter', sans-serif;
  font-weight: 450;
}

.vehicle-info p{
    color: white;
    font-family: 'Inter', sans-serif;
    padding-bottom: 20px;

}

.vehicle-info-hr {
  border: none;
  height: 2px;
  background: #f0b114;
  margin-bottom: 20px;
  width: 60px;
}

.vehicle-info ul {
  list-style: disc;
  padding-left: 20px;
  line-height: 1.7;
  color: white;
}

.vehicle-info ul li{
  font-family: 'Inter', sans-serif;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
  font-family: 'Inter', sans-serif;


}

.spec-table th, .spec-table td {
  text-align: left;
  padding: 12px 15px;
  border-bottom: 1px solid #ddd;
  color: white;
  font-family: 'Inter', sans-serif;


}

.spec-table th {
  background-color: #f0b114;
  color: #151618;
  font-weight: 600;
  border-radius: 6px 6px 0 0;
  font-family: 'Inter', sans-serif;


}


.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  margin-left: 0;
  margin-right: auto;
  border-radius: 12px;
  justify-content: center;
}


.slider-track {
  display: flex;
  transition: transform 0.4s ease;
  touch-action: pan-y;
}

.slider img {
  width: 100%;
  flex-shrink: 0;
  object-fit: cover;
}

/* navigation */
.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
}

.prev { left: 10px; }
.next { right: 10px; }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  animation: zoomIn 0.25s ease;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 36px;
  color: white;
  cursor: pointer;
}

@keyframes zoomIn {
  from { transform: scale(0.85); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}


@media (max-width: 902px) {
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1px 30px;
    background-color: transparent;
    position: relative;
    z-index: 100;
    background-color: #151618;
}

.quote-btn{
  padding: 5px;
}

.navbar a{
  font-size: 14px;
}
}

@media (max-width: 797px) {
  #main-car-landing {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0px;
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 24px;
}

.slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    margin-left: 0;
    margin-right: auto;
    border-radius: 12px;
    justify-content: center;
}
}