.header-right-icons {
    display: flex;
    align-items: center;
    gap: 25px;
}

.header-right-icons .icon-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.header-right-icons .icon-item i {
    font-size: 18px;
    color: #000;
}

.header-right-icons .language {
    cursor: pointer;
}
@media(min-width:900px){
    .slider .slider-item .content h1{
  font-size: 38px !important;
  line-height: 48px !important;
}
.slider.home3 .slider-item .content .heading{
    max-width: 670px !important;
}
}
.new-banner {
    position: absolute;
    top: 70%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
    color: #fff;
}

.banner-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.banner-subtitle {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 35px;
}

.banner-buttons a {
    display: inline-block;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    margin-right: 15px;
    border-radius: 3px;
    text-decoration: none;
}

.btn-outline-white {
    border: 1px solid #fff;
    color: #fff;
}

.btn-red {
    background: #ff0000;
    border: 1px solid #ff0000;
    color: #fff;
}

.btn-outline-white:hover {
    background: #fff;
    color: #000;
}

.btn-red:hover {
    opacity: 0.8;
}

/* Responsive */
@media (max-width: 767px) {
    .banner-title {
        font-size: 28px;
    }
    .banner-subtitle {
        font-size: 16px;
    }
    .banner-buttons a {
        padding: 10px 24px;
        margin-right: 10px;
        font-size: 14px;
    }
    .new-banner {
        top: 55%;
    }
}


/* ===========================
   VEHICLE CATEGORY
=========================== */
.vehicle-category-section {
    padding: 60px 0;
    background: #fff;
}


.vehicle-category-section .row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.vehicle-category-section .category-box {
    width: calc(50% - 15px);
    min-height: 80px;
    background: transparent;   /* ✅ FIX */
    border-radius: 8px;
    overflow: hidden;
    display: flex;
}

 
.vehicle-category-section .image-side {
    width: 40%;
    position: relative;
}

.vehicle-category-section .image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vehicle-category-section .content-side {
    width: 60%;
    padding: 30px 30px;
    background: #e8e8e8;   /* ✅ correct place */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}



.vehicle-category-section .title {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.vehicle-category-section .subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.vehicle-category-section .listing-btn {
    display: inline-block;
    background: #fff;
    padding: 14px 35px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
/* ===========================
   LISTING BUTTON HOVER EFFECT
=========================== */
.vehicle-category-section .listing-btn:hover {
    background: #000;
    color: #fff;
    border-color: #000;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

 
/* Responsive Styles */
@media (max-width: 992px) {
    .vehicle-category-section .category-box {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
    
    .vehicle-category-section h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .vehicle-category-section .category-box {
        flex-direction: column;
        min-height: auto;
    }
    
    .vehicle-category-section .image-side {
        width: 100%;
        height: 200px;
    }
    
    .vehicle-category-section .content-side {
        width: 100%;
        padding: 30px 20px;
    }
    
    .vehicle-category-section h2 {
        font-size: 28px;
    }
    
    .vehicle-category-section .title {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .vehicle-category-section {
        padding: 40px 0;
    }
    
    .vehicle-category-section h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }
    
    .vehicle-category-section .title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .vehicle-category-section .subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .vehicle-category-section .listing-btn {
        padding: 12px 25px;
        font-size: 14px;
    }
    
    .vehicle-category-section .content-side {
        padding: 25px 15px;
    }
}



 /* =====================================================
   EXPLORE ALL VEHICLES – EXACT DESIGN MATCH
===================================================== */

.tf-section3.greybg {
    padding: 70px 0;
    background: #fff;
}

/* ---------- TABS ---------- */
.menu-tab {
    justify-content: flex-start;
    gap: 40px;
    margin-bottom: 35px;
}

.menu-tab .item-title h5 {
    font-size: 14px;
    font-weight: 600;
    color: #777;
    letter-spacing: 0.3px;
}

.menu-tab .item-title.active h5 {
    color: #000;
}

/* ---------- GRID ---------- */
.list-car-grid-4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}


/* ---------- CARD ---------- */
.box-car-list {
    background: #fff;
}

/* ---------- IMAGE ---------- */
.box-car-list .image-group {
    background: #f2f2f2;
}

.box-car-list .img-style img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

/* hide unwanted theme icons */
.change-heart,
.flag-tag.style-1 {
    display: none;
}

/* FEATURED BADGE -> NEW */
.flag-tag.success {
    background: #ff3b30;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 10px;
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

/* ---------- CONTENT ---------- */
.vehicle-card-content {
    padding-top: 18px;
}

/* CATEGORY */
.vehicle-card-content p {
    font-size: 13px;
    color: #777;
    margin-bottom: 6px;
}

/* TITLE */
.vehicle-card-content h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
}

.vehicle-card-content h5 a {
    color: #000;
}
 

/* ---------- PRICE ---------- */
.money {
    font-size: 15px;
    font-weight: 700;
    margin: 18px 0 22px;
}

/* ---------- ACTION BUTTONS ---------- */
.days-box {
    display: flex;
    gap: 15px;
}

.days-box .view-car {
    flex: 1;
    padding: 12px 14px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    border-radius: 2px;
}

/* View Details */
.days-box .view-car:first-child {
    background: #ededed;
    color: #000;
}

/* Book Now */
.days-box .view-car:last-child {
    border: 1px solid #999;
    color: #000;
}

/* ---------- EXPLORE MORE ---------- */
.explore-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.offer-btn {
    background: #000;
    color: #fff;
    padding: 14px 40px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1200px) {
    .list-car-grid-4 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .list-car-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .list-car-grid-4 {
        grid-template-columns: 1fr;
    }
}

 /* ================================
   VEHICLE SPECS – FORCE ALIGNMENT
================================ */

/* Reset and box-sizing */
.vehicle-specs,
.vehicle-specs * {
    box-sizing: border-box !important;
}

/* Main container */
.vehicle-specs {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin: 18px 0 !important;
    width: 100% !important;
}

/* Each spec row - FIXED structure */
.vehicle-specs > div {
    display: grid !important;
    grid-template-columns: 32px 120px 1fr !important;
    align-items: center !important;
    column-gap: 8px !important;
    width: 100% !important;
}

/* Icon container */
.vehicle-specs .spec-icon {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

/* Direct icon in spec-row (for rows without .spec-icon wrapper) */
.vehicle-specs > div > i {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    color: #777 !important;
    font-size: 14px !important;
}

/* Label */
.vehicle-specs .label {
    color: #777 !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
    text-align: left !important;
    min-width: 120px !important;
    flex-shrink: 0 !important;
}

/* Value */
.vehicle-specs .value {
    color: #000 !important;
    font-weight: 600 !important;
    text-align: left !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* Clean up any parent flex */
.vehicle-specs .icon-box,
.vehicle-specs .flex,
.vehicle-specs .flex-three {
    display: contents !important;
}

/* Ensure all direct children of .vehicle-specs use grid */
.vehicle-specs > div {
    display: grid !important;
}

/* Override any theme styles */
.box-car-list .content .icon-box {
    display: block !important;
}

/* Remove any padding/margin interference */
.vehicle-specs > div {
    margin: 0 !important;
    padding: 0 !important;
}
.box-car-list .content .icon-box i {
    font-size: 12px !important;
}


/* whatweoffers */
.offer-section {
    padding: 80px 0;
}

.offer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.offer-title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 10px;
}

.offer-subtitle {
    font-size: 18px;
    color: #444;
}

.offer-btn {
    background: #000;
    color: #fff;
    padding: 16px 35px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: inline-block;
}

/* ===========================
   OFFER BUTTON HOVER EFFECT
=========================== */

.offer-btn:hover {
    background: #fff; /* red accent */
    color: #000;
    border: 1px solid #000;
}


.offer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.offer-box {
    background: #fff;
    padding: 35px 30px;
    border-radius: 6px;
    box-shadow: 0px 8px 25px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.offer-box:hover {
    transform: translateY(-5px);
}

.offer-icon img {
    width: 55px;
    margin-bottom: 20px;
    filter: brightness(0) saturate(100%) invert(32%) sepia(99%) saturate(7472%) hue-rotate(2deg) brightness(97%) contrast(120%);
    /* Makes icon red like screenshot */
}

.offer-box-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 26px;
}

.offer-box-text {
    font-size: 15px;
    line-height: 24px;
    color: #555;
}


/* Responsive */
@media (max-width: 992px) {
    .offer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .offer-grid {
        grid-template-columns: 1fr;
    }

    .offer-header {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .offer-btn {
        margin-top: 10px;
    }
}


/* =========================
   NEW ARRIVALS
========================= */

.new-arrivals-section {
    padding: 70px 0;
}

.section-head h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* GRID */
.new-arrivals-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/* CARD */
.arrival-card {
    background: #fff;
}

/* IMAGE */
.arrival-img {
    position: relative;
    background: #f2f2f2;
}

.arrival-img img {
    width: 100%;
    display: block;
}

/* NEW BADGE */
.badge-new {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff3b30;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

/* TITLE */
.car-title {
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 15px;
}

/* SPECS */
.car-specs {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}

.car-specs li {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    padding: 6px 0;
    border-bottom: 1px solid #eee;
}

.car-specs span {
    color: #777;
}

.car-specs strong {
    color: #000;
    font-weight: 600;
}

/* PRICE */
.price {
    font-size: 15px;
    font-weight: 700;
    margin: 18px 0 20px;
}

/* ACTIONS */
.card-actions {
    display: flex;
    gap: 15px;
}

.btn {
    flex: 1;
    padding: 12px 14px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn.light {
    background: #ededed;
    color: #000;
}

.btn.outline {
    border: 1px solid #aaa;
    color: #000;
}

.btn.light:hover {
    background: #0f0e0e;
    color: #edeaea;
}

.btn.outline:hover {
    background: #0f0e0e;
    color: #edeaea;
}
/* EXPLORE MORE */
.explore-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.explore-btn {
    background: #000;
    color: #fff;
    padding: 14px 40px;
    font-size: 14px;
    font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .new-arrivals-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .new-arrivals-grid {
        grid-template-columns: 1fr;
    }
}





 /* getintouch */
/* HERO CONTACT */
.hero-contact {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color: #fff;
}

/* Darken the entire background image */
.hero-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55); /* adjust 0.55 → darker/lighter */
  z-index: 1;
  pointer-events: none;
}

/* Move inner content above the overlay */
.hero-inner {
  position: relative;
  z-index: 3 !important;
}


/* full-bleed background image */
.hero-contact .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
  transform: scale(1.02);
}

/* inner 2-col layout */
.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  min-height: 520px;
}

/* LEFT */
.hero-left {
  width: 60%;
  padding: 70px 8% 60px 8%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.hero-left-inner {
  max-width: 690px;
}

.hero-title {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
  margin: 0 0 18px 0;
  color: #fff;
  text-shadow: 0 6px 18px rgba(0,0,0,0.45);
}

.hero-lead {
  font-size: 18px;
  color: rgba(255,255,255,0.95);
  margin: 0 0 26px 0;
  text-shadow: 0 6px 18px rgba(0,0,0,0.35);
}

/* social icons bottom-left */
.hero-social {
  display: flex;
  gap: 18px;
  margin-top: 28px;
}

.hero-social .social {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.35);
  color: #fff;
  text-decoration: none;
  transition: all .15s;
  background: rgba(0,0,0,0.15);
}

.hero-social .social svg { display:block; stroke:#fff; }

/* RIGHT — overlay panel on top of background (40% width) */
.hero-right {
  width: 40%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

 
/* The overlay that blurs the underlying background only for the right side */
/* Uses backdrop-filter to blur the background image that is visible behind it */
.hero-right-overlay {
  width: 85%;
  height: 100%;
  max-width: 520px;
  padding: 48px;
  box-sizing: border-box;
  background: rgba(18,25,31,0.36); /* semi transparent dark */
  border-left: 1px solid rgba(255,255,255,0.04);
  border-radius: 2px;
  backdrop-filter: blur(8px) saturate(120%);
  -webkit-backdrop-filter: blur(8px) saturate(120%);
  box-shadow: 0 8px 40px rgba(6,10,14,0.45);
  color: #fff;
   display: flex;
  flex-direction: column;
  justify-content: center;
}

/* form header */
.form-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 18px 0;
  color: #e8e8e8;
}

/* form layout */
.contact-form { width: 100%; }
.contact-form .row {
  display: flex;
  gap: 18px;
  margin-bottom: 16px;
}
.contact-form .col {
  flex: 1;
}
 
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form select {
  width: 100%;
  padding: 10px 12px;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.18);
  background: transparent;
  color: #fff;
  font-size: 14px;
  outline: none;
}

/* placeholder color */
.contact-form input::placeholder { color: rgba(255,255,255,0.55); }

/* select wrapper arrow */
/* Base select styling (inside hero / form only) */
/* Default = placeholder look */
.select-wrap select {
  color: rgba(255,255,255,0.55);
  background: transparent;
}

/* When a REAL option is selected */
.select-wrap select:valid {
  color: #9E9192;
}

/* Dropdown list options */
.select-wrap select option {
  background-color: #ffffff;
  color: #000000;
}

 

.select-wrap select {
  width: 100%;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 12px 36px 12px 0;
  font-size: 14px;
  cursor: pointer;
}

/* Dropdown options – THIS fixes invisible options */
.select-wrap select option {
  background-color: #ffffff !important;
  color: #000000 !important;
}

/* Hover / selected */
.select-wrap select option:hover,
.select-wrap select option:checked {
  background-color: #0b5ed7 !important;
  color: #ffffff !important;
}

/* Arrow */
.select-wrap {
  position: relative;
}

.select-wrap .select-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #ffffff;
  font-size: 14px;
}

/* Focus state */
.select-wrap select:focus {
  outline: none;
  border-color: #ffffff;
}


/* submit button */
.btn-submit {
  display: block;
  width: 100%;
  margin-top: 16px;
  padding: 14px 20px;
  border: none;
  background: #fff;
  color: #111;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
}
.btn-submit:hover {
  background: #000;
  color: #fff;
  border: 1px solid white;
}
/* small screens: stack */
@media (max-width: 980px) {
  .hero-inner { flex-direction: column; }
  .hero-left, .hero-right { width: 100%; }
  .hero-left { padding: 50px 6% 30px 6%; order: 1; }
  .hero-right { order: 2; padding: 30px 6% 60px 6%; }
  .hero-right-overlay { width: 100%; max-width: none; padding: 28px; backdrop-filter: blur(6px); }
  .hero-contact { min-height: auto; }
  .hero-title { font-size: 24px; }
}

/* extra polish for very small devices */
@media (max-width: 420px) {
  .hero-title { font-size: 20px; }
  .form-title { font-size: 18px; }
  .contact-form .row { flex-direction: column; gap: 10px; }
}



/* ============================
   NEWS SECTION
============================ */
.news-section {
  padding: 70px 0;
  font-family: "Inter", sans-serif;
}

/* Header */
.news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.news-title {
  font-size: 30px;
  font-weight: 800;
  margin: 0;
}

.news-btn {
  padding: 14px 34px;
  background: black;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 3px;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: 0.2s ease;
}

.news-btn:hover {
  background: white;
  color: #000;
  border: 1px solid #000;
}

/* Grid Layout */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* Card */
.news-card {
  display: block;
}

.news-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}

.news-card-title {
  margin: 18px 0 10px 0;
  font-size: 18px;
  font-weight: 700;
}

.news-date {
  font-size: 14px;
  margin-bottom: 10px;
  color: #333;
}

.news-text {
  font-size: 15px;
  line-height: 24px;
  color: #444;
}

/* Responsive */
@media (max-width: 992px) {
  .news-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-header {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}



/* FOOTER BASE */
.ak-footer {
    background: #f7f7f7;
    padding: 50px 0 30px;
    font-family: "Inter", sans-serif;
    color: #222;
}

.ak-footer-container {
    width: 90%;
    max-width: 1280px;
    margin: auto;
}

/* SUBSCRIBE */
.footer-subscribe {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 50px;
}

.footer-subscribe input {
    width: 300px;
    padding: 14px 16px;
    border: 1px solid #ddd;
    font-size: 14px;
    border-radius: 0;
}

.footer-subscribe button {
    background: #d00;
    color: #fff;
    border: none;
    padding: 14px 22px;
    font-weight: 600;
    cursor: pointer;
}

/* MAIN GRID */
.footer-main {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 50px;
    margin-bottom: 40px;
}

/* ABOUT COLUMN */
.footer-about .footer-logo {
    width: 150px;
    margin-bottom: 20px;
}

.footer-text {
    max-width: 300px;
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 25px;
}

.footer-social a {
    margin-right: 12px;
}

/* STANDARD COLS */
.footer-col h4 {
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 600;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #333;
}

/* BOTTOM */
.footer-bottom {
    border-top: 1px solid #ddd;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

.footer-bottom-links a {
    margin-left: 20px;
    color: #333;
}

/* ============================= */
/* RESPONSIVE RULES */
/* ============================= */

/* TABLET: 2 COLUMNS */
@media (max-width: 900px) {
    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

/* MOBILE: SPECIAL LAYOUT */
@media (max-width: 600px) {

    /* Force FLEX MODE */
    .footer-main {
        display: flex;
        flex-wrap: wrap;
    }

    /* ABOUT → full width */
    .footer-about {
        width: 100%;
    }

    /* Our Brands & Quick Links side-by-side */
    .brands-col,
    .links-col {
        width: 50%;
    }

    /* Address → full width */
    .address-col {
        width: 100%;
        margin-top: 10px;
    }

    /* Bottom alignment */
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    /* Center subscribe */
    .footer-subscribe {
        justify-content: center;
    }
}



/* --- NEW CAR SPEC DESIGN --- */

.car-info-new {
    padding: 18px 0;
}

.car-title a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.car-spec-list {
    list-style: none;
    padding: 0;
    margin: 14px 0 18px 0;
}

.car-spec-list li {
    display: flex;
    font-size: 14px;
    margin-bottom: 6px;
    color: #333;
}

.car-spec-list li span {
    width: 95px;
    font-weight: 600;
    color: #000;
}

/* PRICE */
.car-price {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 16px 0;
}

/* BUTTONS */
.car-buttons {
    display: flex;
    gap: 14px;
}

.btn-details,
.btn-book {
    flex: 1;
    padding: 12px 0;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

.btn-book {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.btn-book span {
    font-size: 20px;
    margin-top: -2px;
}

/* Hide SEARCH + USER icons on mobile */
/* Hide Search + User on mobile */
@media (max-width: 767px) {
    .header-right-icons .icon-item:nth-child(1), /* Search */
    .header-right-icons .icon-item:nth-child(2)  /* User */
    {
        display: none !important;
    }

    /* Move Language icon (Globe + EN) a little to the right */
    .header-right-icons .language {
        margin-right: 34px !important;
    }
    
}


.greybg { background: #f7f7f7 !important; }

.flat-title .title-inner {
    display: flex;
    justify-content: flex-end;
}



/* whastappicon */
.whatsapp-float {
    position: fixed;
   bottom: 93px;
    right: 29px;
    width: 51px;
    height: 51px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    line-height: 51px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.08);
    box-shadow: 0 12px 25px rgba(0,0,0,0.35);
    color: #fff;
}

