 * { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --bg-dark: #041416;
  --bg-green: #114653;
  --bg-darker: #050505;
  --bg-card: #051517;
  --teal: #0498A6;
  --teal-light: #0498A6;
  --text-light: #FFFFFF;
  --text-muted: #A3A3A3;
  --text: #8892B0;
  --white: #fff;
  --text-dim: #6B7A7D;
  --border: rgba(255, 255, 255, 0.06);
  --border-dark:#0C3438;
  --fontsize-h1: clamp(34px, 3.33vw, 48px);
}
.contact-info-section, .contact-form-section{ background:var(--bg-darker); }


html { scroll-behavior: smooth; }

body {
  font-family: 'Manrope', sans-serif;
  background: var(--bg-dark);
  color: var(--text-light);
  line-height: 1.6;
  overflow-x: hidden;
}

/* H1 — matches design hero (~56px desktop, scales down on mobile) */
.hero__title {
  color: #FFF;
  
  font-size: var(--fontsize-h1);
  font-weight: 600;
  font-style: normal;
  line-height: 1.1;
  letter-spacing:-1.8px;
  text-transform: uppercase;
  margin-top:0px;
}

/* H2 — Figma spec: 32/140%/-1.2px/600 uppercase */
.story__title,
.standard__title,
.find__title {
  color: #FFF;
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  /*letter-spacing: clamp(-0.8px, -0.083vw, -1.2px);*/
  text-transform: uppercase;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; }

.container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: clamp(16px, 4vw, 40px);
  padding-right: clamp(16px, 4vw, 40px);
}

.small-container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding-left: clamp(16px, 4vw, 40px);
  padding-right: clamp(16px, 4vw, 40px);
}

/* Common section vertical padding — 80px max, scales with viewport */
.section-pad { padding: clamp(60px, 6.25vw, 80px) 0; }

.accent-line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--teal);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.accent-line::before {
  content: "";
  width: clamp(20px, 2.5vw, 30px);
  height: 1px;
  background: #0498A6;
}
header .btn{  padding: clamp(8px, 0.83vw, 12px) clamp(17px, 1.67vw, 24px);   border-radius: 4px;
box-shadow: 0px 0px 15px 0px rgba(0, 229, 255, 0.3);

}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 32px;
  font-size: 14px;
  line-height:20px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border-radius: 0px;
}

/* Design system buttons:
   .btn-primary   — solid teal, white text (e.g. EXPLORE INVENTORY, BROWSE INVENTORY)
   .btn-secondary — transparent w/ teal border, white text (e.g. BOOK CONSULTATION)
   .btn-outline   — legacy alias of .btn-secondary, kept for existing ACF layouts */
.btn-primary {
  background: var(--teal);
  color: #FFFFFF;
}

.btn-primary:hover {
  background: #03808C;

  color:#fff;
}

.btn-secondary,
.btn-outline {
  background: transparent;
  color: var(--text-light);
  border: 1px solid var(--white);
}

.btn-secondary:hover,
.btn-outline:hover {
  background: rgba(4, 152, 166, 0.08);
  color: var(--text-light);
}

/* ============ HEADER ============ */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: clamp(16px, 2vw, 24px) 0;
  background: #000;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 3vw, 40px);
}

.logo { display: inline-block; line-height: 0; }

.logo img {
  display: block;
  width: clamp(160px, 15.97vw, 230px);
  height: auto;
  max-width: 100%;
}

.logo--footer img { width: clamp(140px, 14vw, 230px); }

.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: clamp(16px, 2.78vw, 40px);
}

.nav li { display: inline-block; }

.nav a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
      font-weight: 500;
  color: var(--text-muted);
  transition: color 0.3s;
  outline: none;
}

.nav a:focus,
.nav a:focus-visible,
.nav a:active {
  outline: none;
  box-shadow: none;
}

.nav a.active,
.nav a:hover,
.nav .current-menu-item > a,
.nav .current_page_item > a,
.nav .current-menu-ancestor > a { color: var(--teal); }

.menu-toggle {
  display: none;
  background: transparent;
  color: #fff;
  font-size: clamp(18px, 1.67vw, 24px);
  width: auto; height: 40px; padding-right: 0;
}

/* ============ HERO ============ */
.hero {
  position: relative;
 /* min-height: clamp(520px, 60vw, 810px);
  height: clamp(520px, 60vw, 810px);*/
  background-color: var(--bg-dark);
  background-image: url('../images/Section.png');
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-top: clamp(40px, 5vw, 60px);
  padding-bottom: clamp(40px, 5vw, 60px);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 15, 17, 0.85) 0%, rgba(6, 15, 17, 0.55) 35%, rgba(6, 15, 17, 0.15) 55%, rgba(6, 15, 17, 0) 65%);
  z-index: 1;
  pointer-events: none;
}

.hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(20px, 4vw, 60px);
  position: relative;
  z-index: 2;
}

.hero__copy { max-width: 520px; }

.hero__desc {
  font-size: clamp(14px, 1.25vw, 18px);
  color: var(--text-muted);
  max-width: 560px;
  font-weight:300;
  
  margin-top: 24px;
  margin-bottom: 50px;
  line-height: 120%;
}

.hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap:24px;
}

.hero__subtitle {
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 500;
  color: var(--teal);
  letter-spacing: 1px;
  margin: clamp(6px, 0.8vw, 10px) 0 clamp(10px, 1.4vw, 16px);
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero--align-center .hero__inner,
.hero--align-right  .hero__inner {
  grid-template-columns: 1fr;
}

.hero--align-center .hero__buttons { justify-content: center; }
.hero--align-right  .hero__buttons { justify-content: flex-end; }

/* ============ STORY ============ */
.story { background: #060F11; }

.story__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: start;
}

.story__title { margin-bottom: clamp(16px, 2vw, 24px);      max-width: 373px;}

.story__desc {
  font-size: clamp(14px, 1.168vw, 16px);
  color: var(--text-muted);
  margin-bottom:clamp(50px, 4.672vw, 64px);
  position:relative;
     max-width: 544px;
  line-height: 1.3;
}
.story__desc:before{
	content:"";
	position:absolute; bottom:-24px; width:340px; background:#A3A3A3; height:1px;     opacity: 0.15;
}

.stats {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: clamp(20px, 3vw, 34px);
    max-width: 100%;
}

.stat__num {
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  margin-bottom: 8px;
}

.stat__label {
    font-size: 14px;
    letter-spacing: 0px;
    color: #A3A3A3;
    text-transform: uppercase;
    font-weight: 400;
}

.story__image {
  border-radius: 0px;
  overflow: hidden;
  margin-top:4px;
  /*aspect-ratio: 566/493;*/
}

.story__image img {
  width: 100%; height: 100%;
  object-fit: cover;
}

/* ============ ARRIVALS ============ */
.arrivals  { background: #050505 ; }
/*.arrivals_list { padding:clamp(60px, 6.25vw, 80px) 0}*/
.arrivals_list { padding:48px 0}
.arrivals_list  .accent-line{ margin-bottom:16px}
.arrivals_list  .car-card{  background:#0A0A0F; border-color:rgba(255,255,255,0.1) }
.arrivals__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: clamp(32px, 4vw, 50px);
}

.arrivals__title {
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 700;
  letter-spacing: 1px;
}

.view-all {
  font-size: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #fff;
  position:relative;
  font-weight: 700;
}
.view-all:before{
	position:absolute; width:100%; bottom:-2px; height:1px; background:rgba(255,255,255,0.2); content:""; 
}
.view-all:hover{ color:var(--teal)}
.view-all:hover:before{display:none}
.cars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:33px;
}

.cars--cols-1 { grid-template-columns: 1fr; }
.cars--cols-2 { grid-template-columns: repeat(2, 1fr); }
.cars--cols-3 { grid-template-columns: repeat(3, 1fr); }
.cars--cols-4 { grid-template-columns: repeat(4, 1fr); }

.reviews--cols-1 { grid-template-columns: 1fr; }
.reviews--cols-2 { grid-template-columns: repeat(2, 1fr); }
.reviews--cols-3 { grid-template-columns: repeat(3, 1fr); }
.reviews--cols-4 { grid-template-columns: repeat(4, 1fr); }

/* Story/Standard image-position swap */
.story--image-left .story__inner > .story__copy,
.standard--image-left .standard__inner > .standard__copy { order: 2; }

.story--image-left .story__image,
.standard--image-left .standard__image { order: 1; }

/* Find alignment variants */
.find--align-left  { text-align: left; }
.find--align-right { text-align: right; }
.find--align-left  .find__buttons,
.find--align-left  .find__desc { margin-left: 0; margin-right: auto; }
.find--align-right .find__buttons,
.find--align-right .find__desc { margin-left: auto; margin-right: 0; }

.review__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 14px;
}
.review__avatar img { width: 100%; height: 100%; object-fit: cover; }

.car-card {
  background: var(--bg-card);
      border: rgba(255, 255, 255, 0.1) solid 1px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.home .car-card {  border: rgba(255, 255, 255, 0.1) solid 1px; }

.car-card:hover { transform: translateY(-6px); }

.car-card.is-filter-hiding,
.car-card.is-filter-entering {
  opacity: 0;
  transform: translateY(8px) scale(0.98);
}

.car-card__image {
  position: relative;
    aspect-ratio: 405 / 207;
  overflow: hidden;
}

.car-card__image img {
  width: 100%; height: 100%;
  object-fit: cover;
}

.car-card__year {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #6DC0CC;
    color: #000000;
    padding: 0px 0px;
    font-size: clamp(10px, 0.85vw, 12px);
    font-weight: 700;
    border-radius: 0;
    line-height: 26px;
    width: 59px;
    text-align: center;
    letter-spacing: 1.2px;
}

.car-card__body { padding: clamp(18px, 2vw, 24px); }

.car-card__brand {
  font-size: 12px;
  letter-spacing: 1.2px;
  color: var(--teal);
  font-weight:700;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.car-card__model {
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: clamp(14px, 1.6vw, 20px);
}

.car-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding-bottom: clamp(16px, 2vw, 20px);

}

.spec__label {
    font-size: 10px;
    letter-spacing: 0;
    color: #A3A3A3;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.spec__value {
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 500;
}

.spec__value--price { color: var(--teal); font-weight: 700; }

.car-card__btn {
  display: block;
  text-align: center;
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: var(--text-light);
  padding: 14px;
  font-size: 12px;
  letter-spacing: 1.2px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0px;
  transition: all 0.3s;
}

.car-card__btn:hover {
  background: var(--teal);
  color: #00191D;
  border-color: var(--teal);
}

/* Make the entire card clickable — the View button is the real link,
   its ::after stretches to cover the whole card. */
.car-card__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* Keep the button visually highlighted on hover anywhere over the card. */
.car-card:hover .car-card__btn {
  background: var(--teal);
  color: #00191D;
  border-color: var(--teal);
}

/* ============ BRANDS ============ */

.brands {
  background: linear-gradient(180deg, #062028 0%, #082A33 100%);
  text-align: center;
  position:relative;
  border-top: rgba(255, 255, 255, 0.05) solid 1px;
  border-bottom: rgba(255, 255, 255, 0.05) solid 1px;
    isolation: isolate;



  
}

.brands:before{background: linear-gradient(
  90deg,
  #061a1c 0%,
  #0c2f33 20%,
  #114653 50%,
  #0c2f33 80%,
  #061a1c 100%
);
content:""; position:absolute; inset:0; z-index:-1
 }




.brands__title {
    font-size: clamp(22px, 2.5vw, 32px);
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0;
    line-height: 140%;
}

.brands__subtitle {
  font-size: 16px;
  color: var(--text-muted);
  line-height:120%;
  font-weight:300;
  margin-bottom: 48px;
}

.brand-logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(20px, 4vw, 50px);
}

.brand-logo {
  width: clamp(56px, 6.5vw, 86px);
  height: clamp(56px, 6.5vw, 86px);
  object-fit: contain;
  transition: transform 0.3s, filter 0.3s;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.4));
}

.brand-logo:hover { transform: scale(1.08); }

.brand-logo--toyota {
  width: clamp(56px, 6.5vw, 86px);
  height: clamp(56px, 6.5vw, 86px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 30%, #c84a3a 0%, #6a1010 100%);
  color: #fff;
  font-weight: 700;
  font-size: clamp(14px, 1.4vw, 20px);
  letter-spacing: 1px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.08);
}

/* ============ STANDARD ============ */
.standard { background: var(--bg-dark); }

.standard__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: stat;
}

.standard__image {
    border-radius: 0;
    overflow: hidden;
    aspect-ratio: 564 / 613;
}

.standard__image img {
  width: 100%; height: 100%;
  object-fit: cover;
}

.standard__title { margin-bottom: clamp(28px, 4vw, 48px);     max-width: 381px; }

.features {
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 2.5vw, 28px);
}
.features .feature:last-child{ border:none}
.feature {
  display: flex;
      border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
  gap: clamp(14px, 1.8vw, 22px);
  align-items: flex-start;
}

.feature__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: var(--teal);
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.feature__icon svg { width: 50%; height: 50%; }

.feature__title {
    font-size: clamp(14px, 1.25vw, 18px);
    font-weight: 700;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    margin-bottom: 6px;
	    margin-top: -2px;
}

.feature__desc {
  font-size: clamp(12px, 1vw, 14px);
  color: var(--text-muted);
  line-height: 1.6;
}

/* ============ TESTIMONIALS ============ */
.testimonials {
  background: var(--bg-darker);
  text-align: center;
}

.testimonials__title {
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 600;
  letter-spacing: 0px;
  margin-bottom: 10px;
}

.testimonials__divider {
  width: 64px;
  height: 2px;
  background: #06B6D4;
      box-shadow: 0px 0px 10px 0px #06B6D480;
  margin: 16px auto;
}

.testimonials__subtitle {
    font-size: clamp(14px, 1vw, 14px);
    color: #94A3B8;
    margin-bottom: clamp(36px, 5vw, 52px);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
}

.reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2vw, 25px);
  margin-bottom: clamp(36px, 5vw, 52px);
}

.review {
    background: #060F11;
    padding: clamp(16px, 2.78vw, 40px);
    border-radius: 0;
    text-align: left;
    border: rgba(255, 255, 255, 0.1) solid 1px;
}

.review__stars {
  color: var(--teal);
      line-height: 1;
  font-size: 14px;
  letter-spacing: 4px;
  margin-bottom: clamp(12px, 1.6vw, 20px);
}

.review__text {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
      font-weight: 400;
  margin-bottom: clamp(20px, 2.5vw, 31px);
}

.review__name {
  font-size: clamp(11px, 0.95vw, 12px);
  font-weight: 700;
  line-height:16px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 4px;
      border-top: rgba(255, 255, 255, 0.1) solid 1px;
    padding-top: 24px;
}

.review__location {
  font-size: 10px;
  color: #94A3B8;
  letter-spacing: 0px;
}

.google-rating {
  display: inline-flex;
  align-items: center;
  gap: 0px;
  font-size: clamp(26px, 2.78vw, 40px);
  font-weight: 400;
}

.google-rating__google {
  font-weight: 700;
  font-size: clamp(20px, 1.8vw, 26px);
}

.google-rating__google span:nth-child(1) { color: #4285F4; }
.google-rating__google span:nth-child(2) { color: #EA4335; }
.google-rating__google span:nth-child(3) { color: #FBBC05; }
.google-rating__google span:nth-child(4) { color: #4285F4; }
.google-rating__google span:nth-child(5) { color: #34A853; }
.google-rating__google span:nth-child(6) { color: #EA4335; }

.google-rating__star { color: #FBBC05; position: relative; right: 0px; top: 7px;     font-size: clamp(36px, 3.54vw, 51px);}
.google-rating__google svg{ position:relative; top:15px; margin-right:20px; }

/* ============ FIND ============ */
.find {
  background: var(--bg-dark);
  text-align: center;
}

.find__title { margin-bottom: clamp(16px, 2vw, 24px); }

.find__desc {
    font-size: clamp(14px, 1.25vw, 18px);
    color: var(--text-muted);
    max-width: 900px;
    margin: 0 auto clamp(28px, 4vw, 40px);
    line-height: 1.7;
}

.find__buttons {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 1.752vw, 24px);

}


.find__buttons .btn-outline{ background:#000; border-color:rgba(255,255,255,0.3)}
.find__buttons .btn-outline:hover{ background:var(--teal); border-color:rgba(255,255,255,0.3)}

@media (max-width: 767px) {
  .find__buttons { gap: 12px; }
  .find__buttons > a { flex: 1 1 0; min-width: 0; }
}

@media (max-width: 520px) {

  .find__buttons > a { flex: 1 1 auto; width: 100%; }
}

/* ============ FOOTER ============ */
.footer {
  background: var(--bg-darker);
  padding: clamp(50px, 6vw, 96px) 0 clamp(20px, 4vw, 48px);
}

.footer__inner {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 24px;
  margin-bottom: clamp(65px, 6.46vw, 93px);
}

.footer__about p {
    font-size: 16px;
    color: #94A3B8;
    line-height: 1.6;
    margin: clamp(16px, 2vw, 24px) 0 clamp(24px, 3vw, 40px);
    max-width: 446px;
   
}
.footer__cols {
    display: grid;
    grid-template-columns: 83px 154px auto;
    gap: 32px;
    max-width: 546px;
}
.footer__col h4 {
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: var(--text-light);
}

.footer__col ul { list-style: none;     margin: 0;  padding:0px;}

.footer__col li {
  font-size: clamp(12px, 1vw, 14px);
   color:#94A3B8;
  margin-bottom: 10px;
}.footer__col li a{ color:#94A3B8}
.footer__col a:hover { color: var(--teal); }

.footer__socials {
  display: flex;
  gap: 16px;
  margin-top: clamp(24px, 2vw, 44px);
}

.footer__socials a {
  width: 48px; height: 48px;
  border: 1px solid var(--border);
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: all 0.3s;
}

.footer__socials a:hover {
  border-color: var(--teal);
  color: var(--teal);
}

.footer__socials img { width: 15px; height: auto; }

/* ===== Opening Hours — FOOTER ===== */
.footer__col--hours { grid-column: auto; margin-top: 0; }

.footer__col--hours .opening-hours__heading {
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: var(--text-light);
}
.footer__col--hours .opening-hours__list { list-style: none; margin: 0; padding: 0; }
.footer__col--hours .opening-hours__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 15px;
  font-size: clamp(12px, 1vw, 14px);
  color: #94A3B8;
  padding: 0px 0;
      margin-bottom: 1px;
  border-bottom: 0;
}
.footer__col--hours .opening-hours__day { font-weight: 500; }
.footer__col--hours .opening-hours__time { color: var(--text-light); white-space: nowrap; }
.footer__col--hours .opening-hours__row.is-closed .opening-hours__time { color: var(--text-muted); }

/* ===== Opening Hours — CONTACT PAGE ===== */
.opening-hours--contact {
  margin: 48px auto 0;
  max-width: 520px;
  background: rgba(17, 26, 36, 0.3);
  border: 1px solid rgba(0, 212, 255, 0.2);
  border-radius: 12px;
  padding: clamp(22px, 2.5vw, 32px);
  text-align: center;
}
.opening-hours--contact .opening-hours__heading {
  font-size: clamp(16px, 1.4vw, 20px);
  text-align: center;
  margin-bottom: 20px;
  color: var(--text-light);
}
.opening-hours--contact .opening-hours__list { list-style: none; margin: 0; padding: 0; }
.opening-hours--contact .opening-hours__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  font-size: clamp(13px, 1.05vw, 15px);
  color: #94A3B8;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.opening-hours--contact .opening-hours__row:last-child { border-bottom: 0; }
.opening-hours--contact .opening-hours__day { font-weight: 500; }
.opening-hours--contact .opening-hours__time { color: var(--text-light); white-space: nowrap; }
.opening-hours--contact .opening-hours__row.is-closed .opening-hours__time { color: var(--text-muted); }

/* ===== Opening Hours — RESPONSIVE ===== */
@media (max-width: 991px) {
  .footer__cols { grid-template-columns: 83px 110px auto; gap: 24px; }
}

@media (max-width: 767px) {
  /* Footer: hours full-width below the two columns, centered */
  .footer__col--hours { grid-column: 1 / -1; margin-top: 6px; }
  .footer__col--hours .opening-hours__heading { margin-bottom: 12px; }
  .footer__col--hours .opening-hours__list { max-width: 252px; margin: 0 auto; }
  .footer__col--hours .opening-hours__row { padding: 3px 0; }

  /* Contact page card */
  .opening-hours--contact { margin-top: 32px; padding: 22px 18px; }
  .opening-hours--contact .opening-hours__row { padding: 8px 0; }
}

@media (max-width: 520px) {
  .footer__col--hours .opening-hours__row,
  .opening-hours--contact .opening-hours__row {
    font-size: 13px;
    gap: 10px;
  }
}

/* ============ FOOTER INQUIRY FORM ============ */
.inquiry {
  background: var(--bg-card);
  padding: clamp(18px, 3vw, 40px);
  border: rgba(255, 255, 255, 0.05) solid 1px;
  border-radius: 0;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.inquiry h3 {
  font-size: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.inquiry > p {
  font-size: 14px;
  color: var(--text);
  margin-bottom: clamp(18px, 2.2vw, 32px);
}

/* CF7 wraps a row's fields inside <p> via wpautop. Make that <p> a 2-col grid that collapses on mobile. */
.inquiry__row p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(12px, 1.5vw, 20px);
  margin-bottom: clamp(12px, 1.5vw, 20px);
}

.inquiry__row.full p {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(12px, 1.5vw, 20px);
  margin-bottom: clamp(12px, 1.5vw, 20px);
}
.inquiry__row p br { display: none; }

/* Each CF7 field is wrapped in <span class="wpcf7-form-control-wrap"> — force block so it fills its grid cell. */
.inquiry .wpcf7-form-control-wrap { display: block; width: 100%; }

.inquiry input,
.inquiry textarea {
  width: 100%;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid #0C3438;
  color: #fff;
  font-family: inherit;
  background: none;
  padding: 12px 16px;
  font-size: clamp(12px, 1.022vw, 14px);
  border-radius: 0px;
  transition: border-color 0.3s;
  box-sizing: border-box;
}

.inquiry input::placeholder,
.inquiry textarea::placeholder {
  color: #fff;
font-size: clamp(12px, 1.022vw, 14px);
  font-family: inherit;
  
}

.inquiry input:focus::placeholder,
.inquiry textarea:focus::placeholder {
  opacity: 1;
}

.inquiry form p{ margin-bottom:0px; padding-bottom:0px}
.inquiry form .inquiry__row p{ margin-bottom:20px; padding-bottom:0px}

.inquiry input:focus,
.inquiry textarea:focus {
  outline: none;
  color: #fff;
  border-color: var(--teal);
}

/* Submit button: full width on mobile/tablet, capped at 463px on wide screens. */
.inquiry input.wpcf7-submit {
  width: 100%;
  max-width: 463px;
  min-width: 0;
  background: var(--teal);
  padding: clamp(14px, 1.4vw, 18px) 16px;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 1.4px;
	font-size:14px;
  box-sizing: border-box;
	    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  border-color: var(--teal);
}
.inquiry input.wpcf7-submit:hover { background: none; cursor: pointer; }

.inquiry textarea {
  margin-bottom: clamp(14px, 1.8vw, 18px);
  min-height: 80px;
  max-height: 103px;
  resize: none;
}

.inquiry__submit {
  width: 100%;
  background: var(--teal);
  color: #00191D;
  padding: clamp(12px, 1.5vw, 16px);
  font-size: clamp(11px, 0.95vw, 13px);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.3s;
}

.inquiry__submit:hover { background: var(--teal-light); }

/* Stack name+email row on small tablets and phones */
@media (max-width: 767px) {
  .inquiry__row,
  .inquiry__row p {
    grid-template-columns: 1fr;
  }
}

.footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.5);
  padding-top: clamp(20px, 3vw, 32px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer__bottom p,
.footer__bottom a {
  font-size: clamp(10px, 0.85vw, 12px);
  color: #94A3B8;
  letter-spacing: 1px;
      margin-bottom: 0;
}

.footer__legal { display: flex; gap: clamp(16px, 2vw, 30px); }
.footer__legal a{font-size:14px}
.footer__legal a:hover{text-decoration:underline}

/* ============ INNER PAGE HERO ============ */
.page-hero {
  position: relative;
  min-height: clamp(360px, 42vw, 461px);
  background-color: var(--bg-dark);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: clamp(35px, 5vw, 50px) 0;
  overflow: hidden;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(0deg, rgba(0, 212, 255, 0.05), rgba(0, 212, 255, 0.05)), linear-gradient(90deg, #000000 23.17%, rgba(0, 0, 0, 0) 82.59%);
  z-index: 1;
}
/*.page-id-6 .page-hero::after { background: linear-gradient(90deg, #000000 23.17%, rgba(0, 0, 0, 0) 82.59%); }*/

.page-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 670px;
}

.page-hero__title {
  color: #fff;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(24px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: clamp(-1.05px, -0.125vw, -1.8px);
  text-transform: uppercase;
  margin-bottom: clamp(14px, 1.8vw, 23px);
  margin-top:0px;
}

.page-hero__title--normal { text-transform: none; }

.page-hero__desc {
  font-size: clamp(14px, 1.05vw, 18px);
  color: var(--text-muted);
  max-width: 600px;
  line-height: 1.5;
  margin-bottom: clamp(22px, 2.5vw, 40px);
}

.page-hero__buttons { display: flex; gap: clamp(14px, 1.5vw, 20px);  }

.page-pill {
    display: inline-block;
    padding: 4.5px 16px;
    border: 1px solid rgba(0, 229, 255, 0.3);
    color: rgba(0, 229, 255, 1);
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    border-radius: 50px;
    margin-bottom: clamp(16px, 2vw, 23px);
    background: rgba(0, 229, 255, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(0, 229, 255, 0.15);
	backdrop-filter: blur(8px);
	

}

.breadcrumb {
  display: flex;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: clamp(12px, 1.42vw, 23px);
}

.breadcrumb a:hover { color: var(--teal); }
.breadcrumb__sep { color: #00E5FF; }

/* ============ WHY CHOOSE (about) ============ */
.why-choose{ background:#020204;     padding: clamp(60px, 6.5vw, 96px) 0; }
.why-choose__title {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 600;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: clamp(34px, 4.672vw, 64px);
  position: relative;
  padding-bottom: 16px;
}

.why-choose__title::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0;
  width: 100px;
  height: 1px;
   background: linear-gradient(90deg, #00E5FF 0%, rgba(0, 229, 255, 0) 100%);

}

.why-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 1.85vw, 24px);
}

.why-cards--cols-2 { grid-template-columns: repeat(2, 1fr); }
.why-cards--cols-3 { grid-template-columns: repeat(3, 1fr); }
.why-cards--cols-4 { grid-template-columns: repeat(4, 1fr); }

.contact-section--image-left .contact-form { order: 2; }
.contact-section--image-left .contact-image { order: 1; }

.why-card {
  background: rgba(10, 10, 15, 0.5);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 12px;
  padding: clamp(20px, 2.7vw, 31px);
}

.why-card__icon {
  width: 64px;
  height: 64px;
  background: rgba(0, 229, 255, 0.1);
  border: 1px solid rgba(0, 229, 255, 0.2);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal);
  margin-bottom: clamp(14px, 1.8vw, 22px);
}

.why-card__icon svg { width: 50%; height: 50%; }

.why-card__title {
  font-size: clamp(16px, 1.39vw, 20px);
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.why-card__desc {
  font-size: clamp(12px, 1vw, 14px);
  color: var(--text);
  line-height: 1.7;
  margin-bottom:0px; padding-bottom:0px
}

/* ============ INVENTORY FILTERS ============ */
.filters {
  display: grid;
  grid-template-columns: 173px 268px auto;
  justify-content: space-between;
  gap: clamp(20px, 3vw, 40px);
  margin-bottom: clamp(28px, 3.5vw, 44px);
  align-items: start;
}

.filter__label {
  display: block;
  font-size: 14px;
  letter-spacing: 0px;
    color: #60B1BA;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 400;
}

.filter__select {
  width: 100%;
  padding: 11.5px 44px 11.5px 18px;
  background-color: #0A1518;
  border: 1px solid rgba(91, 250, 255, 0.1);
  border-radius: 8px;
  color: var(--text-light);
  font-family: inherit;
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'><path d='M0.666626 0.666687L4.66663 4.66669L8.66663 0.666687' stroke='%238892B0' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 10px 6px;
  transition: border-color 0.2s ease;
}

.filter__select:focus,
.filter__select:hover {
  outline: none;
  border-color: rgba(4, 152, 166, 0.5);
}

.filter__checks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 0;
}

.filter__check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #6B7A7D;
  cursor: pointer;
  user-select: none;
  transition: color 0.15s ease;
}

.filter__check:has(input:checked) {
  color: var(--text-light);
}

.filter__check input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  background: transparent;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  margin: 0;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.filter__check input[type="checkbox"]:checked {
  background: none;
  border-color: #00E5FF;
}

.filter__check input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #00E5FF;
  box-shadow: 0px 0px 10px 0px #00E5FF4D;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.cars--six { grid-template-columns: repeat(3, 1fr); row-gap: clamp(22px, 2.5vw, 32px); }

/* ============ CONTACT CARDS ============ */
.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 32px);
}

.contact-card {
  background: rgba(17, 26, 36, 0.3);
  border: 1px solid rgba(0, 212, 255, 0.2);
  border-radius: 12px;
  padding: clamp(22px, 2.5vw, 32px);
  text-align: center;
}

.contact-card__icon {
  width: clamp(48px, 5vw, 64px);
  height: clamp(48px, 5vw, 64px);
  background: rgba(0, 212, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal);
  box-shadow: 0px 0px 15px 0px rgba(0, 212, 255, 0.2);

  margin: 0 auto clamp(14px, 1.8vw, 22px);
}

.contact-card__icon svg { width: 45%; height: 45%; }

.contact-card__title {
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 600;
  margin-bottom: 8px;
}

.contact-card__value {
  font-size: clamp(14px, 1vw, 16px);
  color:#8A9BA8;
  margin-bottom:0px;
}

.contact-card__value a:hover{  color:#8A9BA8;}
.contact-card__value a:focus{  color:#8A9BA8;}
/* ============ CONTACT FORM SECTION ============ */
.contact-section {
  display: grid;

  grid-template-columns: 1fr 1fr;
  gap: clamp(34px, 4.2vw, 64px);

}


.contact-form {
  background: none;
  border: 1px solid #1A2A35;
  border-radius: 24px;
  padding: clamp(26px, 3.2vw, 40px);
  position:relative;
      isolation: isolate;
	  overflow:hidden;
	   
}

.contact-form:before{
	    background: linear-gradient(135deg, rgba(0, 212, 255, 0.3) 0%, rgba(0, 212, 255, 0) 100%); 
		content:""; position:absolute; width:100%; height:100%; inset:0; opacity:20%;
		z-index: -1;
		}



.contact-form__title {
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 600;
      line-height: 1;
  margin-bottom: clamp(20px, 2.5vw, 30px);
}

.field { margin-bottom: clamp(14px, 1.7vw, 20px); }

.field__row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(12px, 1.5vw, 18px); }

/* Labels (default + CF7) */
.contact-form .field__label,
.contact-form label {
  display: block;
  font-size: 14px;
  color: #8A9BA8;
  margin-bottom: 6px;
  font-weight: 400;
}

/* Inputs / selects / textareas — scoped to .contact-form so it styles
   both the default fallback markup and any Contact Form 7 fields. */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="url"],
.contact-form input[type="number"],
.contact-form input[type="search"],
.contact-form input[type="date"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
  width: 100%;
  background: #0A1518;
  background: rgba(10, 16, 21, 1);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-light);
  padding: 9px 18px;
  border-radius: 8px;
  font-family: inherit;
  font-size:clamp(14px, 1.168vw, 16px);
  line-height: 1.5;
  transition: border-color 0.2s ease;
  box-shadow: none;
}


.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #FFFFFF;
  opacity: 1;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--teal);
}

/* Select uses a custom chevron */
.contact-form select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 44px;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'><path d='M0.666626 0.666687L4.66663 4.66669L8.66663 0.666687' stroke='%238892B0' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 10px 6px;
}

.contact-form textarea {
  min-height: 128px;
  height: 128px;
  resize: none;
}

/* Submit button — covers default <button class="btn"> and CF7's submit input */
.contact-form .btn,
.contact-form button[type="submit"],
.contact-form input[type="submit"],
.contact-form .wpcf7-submit {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0498A6;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  padding: 20px 24px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease;
  margin-top: clamp(10px, 1.2vw, 16px);
  box-shadow: 0px 0px 15px 0px rgba(0, 212, 255, 0.3);

}

.contact-form  .submitbtn{ position:relative}
.contact-form .wpcf7-spinner {
    position: absolute;
    right: -9px;

    bottom: 15px;

}
.contact-form .wpcf7-response-output{     font-size: 13px;
    margin-bottom: -17px;}
.contact-form .btn:hover,
.contact-form button[type="submit"]:hover,
.contact-form input[type="submit"]:hover,
.contact-form .wpcf7-submit:hover {
  background: #03808C;
}

/* CF7 paragraph wrapping reset so layout matches the default markup */
.contact-form .wpcf7-form p { margin: 0 0 clamp(14px, 1.7vw, 20px); }
.contact-form .wpcf7-form-control-wrap { display: block; }

.contact-image {
  border-radius: 24px;}


.contact-image img { width: 100%; height: 100%; object-fit: cover;  border-radius: 24px; border: 1px solid var(--border);
   
}

/* ============ PRODUCT DETAIL ============ */
.product { padding: clamp(28px, 3.5vw, 48px) 0 clamp(40px, 5vw, 60px); background: #050505; position:relative;}
.product:before{
	background: radial-gradient(258.19% 101.93% at 50% 0%, #0A192F 0%, rgba(10, 25, 47, 0) 50%); content:""; content:""; 
}

.product__top {
  display: grid;
  grid-template-columns: 2.08fr 1fr;
  gap: clamp(28px, 3.5vw, 48px);
  margin-bottom: clamp(40px, 4.9vw, 77px);
}

.gallery {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: clamp(12px, 1.5vw, 18px);
}


/* =====[ SHAAM KA CODE — 2026-05-26 START : thumbnail carousel wrap + up/down arrow buttons ]===== */
	.gallery__thumbs-wrap {
	  display: flex;
	  flex-direction: column;
	  align-items: stretch;
	  align-self: start;
	  gap: 8px;
	}

	.gallery__arrow {
	  flex: 0 0 auto;
	  width: 100%;
	  height: 28px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  background: rgba(0, 229, 255, 0.08);
	  border: 1px solid rgba(0, 229, 255, 0.25);
	  border-radius: 8px;
	  color: #00E5FF;
	  cursor: pointer;
	  padding: 0;
	  transition: background 0.15s ease, opacity 0.15s ease, border-color 0.15s ease;
	}

	.gallery__arrow:hover:not(:disabled) {
	  background: rgba(0, 229, 255, 0.18);
	  border-color: #00E5FF;
	}

	.gallery__arrow:disabled,
	.gallery__arrow.is-disabled {
	  opacity: 0.3;
	  cursor: not-allowed;
	}

	.gallery__arrow.is-hidden { display: none; }



.gallery__thumbs {
	  display: flex;
	  flex-direction: column;
	  gap: 18px 12px;

	  max-height: calc(92px * 4 + 18px * 3);
	  overflow-y: auto;
	  scroll-behavior: smooth;
	  scrollbar-width: none;

	}

	
	.gallery__thumbs::-webkit-scrollbar { width: 0; height: 0; display: none; }





.gallery__thumb {
  width: 100%;
  aspect-ratio: 1/1;
  border: 2px solid rgba(0, 229, 255, 0.15);
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background: var(--bg-card);
  flex-shrink: 0;
  position: relative;
}

.gallery__thumb img { width: 100%; height: 100%; object-fit: cover; }
.gallery__thumb.is-active { border-color: #00E5FF; }

.gallery__main {
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4/3;
      border: rgba(0, 229, 255, 0.15) solid 1px;
  background: var(--bg-card);
	 cursor: zoom-in;
}

.gallery__main img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  transition: transform 0.15s ease-out;
	 cursor: zoom-in;
	  transform-origin: center center;
	  will-change: transform;
}
	.gallery__main.is-zooming img { transition: none; }
.product__pill {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid var(--teal);
  color: var(--teal);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 14px;
}

.product__title {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 600;
  letter-spacing: 0px;
      margin-top: 0;
  line-height: 1.25;
  margin-bottom: 0px;
}

.product__subtitle {
  font-size: clamp(15px, 1.3vw, 24px);
  color:#8892B0;
  margin-bottom: clamp(16px, 1.9vw, 24px);
}

.product__price {
  font-size: clamp(22px, 2.2vw, 30px);
  color: #00E5FF;
  font-weight: 400;
      line-height: 1;
  margin-bottom: clamp(20px, 2.5vw, 32px);
}

.product__specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: clamp(20px, 2.8vw, 34px);
  
}

.product__spec {
background: rgba(255, 255, 255, 0.02);
    padding: 12px 12px;
    border-radius: 12px;
    border: 1px solid rgba(0, 229, 255, 0.15);
}

.product__spec-label {
  font-size: 12px;
  color: #8892B0;
      line-height: 1;
  letter-spacing: 0px;
  margin-bottom: 4px;
}

.product__spec-value {
  font-size: 14px;
  font-weight: 700;
  color:#fff
}

.product__buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product__buttons .btn {
    gap: 8px;
    border-radius: 8px;
    padding: 18px 17px;
	 font-weight:400;
  font-size:16px;
      text-transform: none;
}

.btn-whatsapp {
  background: rgba(37, 211, 102, 0.1);
  color: #25D366 !important;
  font-weight:400;
  font-size:16px;
  border: 1px solid rgba(37, 211, 102, 0.3);
}

.btn-whatsapp:hover { background: rgba(37, 211, 102, 0.15); color: #25D366; }

/* Specs list */
.specs-grid {
  display: grid;
    grid-template-columns: 1.4fr 0.584fr;
    gap: clamp(28px, 3.5vw, 48px);
	padding-top:32px;	
}

.specs__title {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  letter-spacing:0.6px;
  margin-bottom: 6px;
}
aside .specs__title {  margin-bottom: 32px;}

.specs__subtitle {
  font-size: 14px;
  color: #00D9FF;
  letter-spacing: 0px;
  margin-bottom: clamp(16px, 2vw, 22px);
}

.specs__list {
  list-style: none;
  margin-bottom: clamp(24px, 3vw, 36px);
      margin: 0;
}

.specs__list li {
  display: flex;
  align-items: center;
  gap: 16px;
  color:rgba(255, 255, 255, 0.9);
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 217, 255, 0.07);
  font-size: clamp(15px, 1.168, 16px);
}

.specs__list li::before {
  content: "";
  width:15px; height:11px;
  color: var(--teal);
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1666 0.833313L4.99992 9.99998L0.833252 5.83331' stroke='%2300D9FF' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  font-weight: bold;
  font-size: 14px;
  flex-shrink: 0;
}
.product__description{ padding-top:40px;}
.product__description p {
  font-size: clamp(15px, 1.168vw, 16px);
  color: #9CA3AF;
  line-height: 1.5;
  margin-bottom: clamp(16px, 1.168vw, 24px);
}

.contact-info-card {
  background: rgba(7, 16, 20, 0.3);
  border: 1px solid rgba(0, 217, 255, 0.15);
  border-radius: 12px;
  padding: clamp(20px, 2.4vw, 24px);
  margin-bottom: clamp(16px, 2vw, 24px);
}

.contact-info-card__row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
}



.contact-info-card__icon {
    width: 42px;
    height: 42px;
    background: rgba(4, 4, 4, 1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--teal);
    flex-shrink: 0;
    border: rgba(0, 217, 255, 0.15) solid 1px;
}

.contact-info-card__label {
  font-size: 12px;
  color: #9CA3AF;
  letter-spacing: 0px;
  margin-bottom: 0px;
}

.contact-info-card__value {
  font-size: 16px;
  font-weight: 700;
  color:#fff;
}

.contact-info-card__value  a{ color:#fff;}
.contact-info-card__value  a:hover{ text-decoration:underline;     color: #00D9FF;}

.contact-map {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
	position:relative;
    background: var(--bg-card);
    border: 1px solid rgba(0, 217, 255, 0.15);
}
.contact-map img { width: 100%; height: 100%; object-fit: cover; }
.contact-map span{
    position: absolute;
    left: 50%;
    z-index: 9;
    top: 50%;
    transform: translate(-50%, -50%);
}


	.feature-group { margin-top: clamp(24px, 2.4vw, 36px); }
	.feature-group__title {
	  font-family: 'Manrope', sans-serif;
	  font-size: clamp(16px, 1.46vw, 20px);
	  font-weight: 700;
	  color: #fff;
	  text-transform: uppercase;
	  letter-spacing: 0.04em;
	  margin-bottom: 16px;
	}
	.feature-group__list { margin-bottom: 0; }

	/* Feature tabs (when ACF "Show Feature Groups as Tabs" is ON) */
	.feature-tabs { margin-top: clamp(24px, 2.4vw, 36px); }
	.feature-tabs__nav {
	  display: flex;
	  flex-wrap: wrap;
	  gap: 8px;
	  border-bottom: 1px solid rgba(0, 229, 255, 0.15);
	  margin-bottom: clamp(18px, 1.8vw, 24px);
	}
	.feature-tabs__btn {
	  appearance: none;
	  background: transparent;
	  border: 0;
	  border-bottom: 2px solid transparent;
	  color: #8892B0;
	  font-family: 'Manrope', sans-serif;
	  font-size: clamp(13px, 1.1vw, 14px);
	  font-weight: 600;
	  text-transform: uppercase;
	  letter-spacing: 0.04em;
	  padding: 12px 10px;
	  cursor: pointer;
	  transition: color .2s ease, border-color .2s ease;
	}
	.feature-tabs__btn:hover { color: #fff; }
	.feature-tabs__btn.is-active {
	  color: #00E5FF;
	  border-bottom-color: #00E5FF;
	}
	.feature-tabs__panel { display: none; }
	.feature-tabs__panel.is-active { display: block; }

@media (max-width: 1024px) and (min-width: 768px) {
	  .gallery__thumbs { max-height: calc(92px * 3 + 18px * 2); }
	}


/* Responsive overrides for new sections */
@media (max-width: 767px) {
  .why-cards,
  .filters,
  .contact-cards,
  .contact-section,
  .product__top,
  .specs-grid {
    grid-template-columns: 1fr;
  }

  .cars--six { grid-template-columns: 1fr; }

  .filter__checks { padding-bottom: 0; }

  .gallery { grid-template-columns: 70px 1fr; }
 .gallery__thumbs { max-height: calc(70px * 2 + 18px * 1); }
  .field__row { grid-template-columns: 1fr; }
}


/* ============ 404 PAGE ============ */
.error-404__inner {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.error-404__number {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(100px, 18vw, 220px);
  font-weight: 800;
  color: var(--teal);
  line-height: 1;
  margin-bottom: clamp(8px, 1.5vw, 16px);
  letter-spacing: -8px;
  opacity: 0.65;
}

.error-404__title {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: 600;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: clamp(14px, 1.8vw, 22px);
}

.error-404__desc {
  font-size: clamp(13px, 1.05vw, 15px);
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 540px;
  margin: 0 auto clamp(24px, 3vw, 36px);
}

.error-404__buttons {
  display: flex;
  justify-content: center;
  gap: clamp(10px, 1.5vw, 16px);
  flex-wrap: wrap;
}

.error-404__search {
  display: flex;
  max-width: 460px;
  margin: clamp(28px, 4vw, 44px) auto 0;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
}

.error-404__search input {
  flex: 1;
  background: transparent;
  border: none;
  color: var(--text-light);
  padding: 14px 16px;
  font-family: inherit;
  font-size: 14px;
}

.error-404__search input:focus { outline: none; }

.error-404__search button {
  background: var(--teal);
  color: #00191D;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  transition: background 0.3s;
}

.error-404__search button:hover { background: var(--teal-light); }

/* ============ SEARCH FORM (inside hero) ============ */
.search-form {
  display: flex;
  gap: 10px;
  max-width: 500px;
  margin-top: clamp(16px, 2vw, 24px);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 6px;
}

.search-form input {
  flex: 1;
  background: transparent;
  border: none;
  color: var(--text-light);
  padding: 10px 14px;
  font-family: inherit;
  font-size: 14px;
}

.search-form input:focus { outline: none; }

/* ============ BLOG / POSTS GRID ============ */
.posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 28px);
}

.post-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s, border-color 0.3s;
}

.post-card:hover {
  transform: translateY(-6px);
  border-color: rgba(4, 152, 166, 0.4);
}

.post-card__image {
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--bg-darker);
}

.post-card__image img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.post-card:hover .post-card__image img { transform: scale(1.05); }

.post-card__body { padding: clamp(20px, 2.5vw, 28px); }

.post-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 11px;
  color: var(--teal);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: clamp(10px, 1.4vw, 14px);
}

.post-card__type { color: var(--text-dim); }

.post-card__title {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(16px, 1.3vw, 19px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.3px;
  margin-bottom: clamp(10px, 1.4vw, 14px);
}

.post-card__title a:hover { color: var(--teal); }

.post-card__excerpt {
  font-size: clamp(13px, 1vw, 14px);
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: clamp(14px, 1.8vw, 20px);
}

.post-card__readmore {
  color: var(--teal);
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
}

.post-card__readmore:hover { letter-spacing: 2.5px; transition: letter-spacing 0.3s; }

/* ============ PAGINATION ============ */
.pagination,
.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: clamp(36px, 5vw, 56px);
}

.pagination .page-numbers,
.nav-links .page-numbers {
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 4px;
  color: var(--text-light);
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s;
}

.pagination .page-numbers:hover,
.nav-links .page-numbers:hover {
  background: rgba(4, 152, 166, 0.1);
  border-color: var(--teal);
  color: var(--teal);
}

.pagination .page-numbers.current,
.nav-links .page-numbers.current {
  background: var(--teal);
  color: #00191D;
  border-color: var(--teal);
}

/* ============ NO RESULTS ============ */
.no-results {
  text-align: center;
  padding: clamp(40px, 6vw, 80px) 20px;
  color: var(--text-muted);
}

.no-results svg { color: var(--teal); margin-bottom: clamp(16px, 2vw, 24px); opacity: 0.7; }

.no-results h2 {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 600;
  color: var(--text-light);
  margin-bottom: 10px;
}

.no-results p { margin-bottom: clamp(24px, 3vw, 36px); }

/* ============ POST HERO + SINGLE POST ============ */
.post-hero {
  background: var(--bg-darker);
  padding: clamp(40px, 6vw, 80px) 0 clamp(24px, 3vw, 40px);
  border-bottom: 1px solid var(--border);
}

.post-hero__title {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(26px, 3.5vw, 44px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -1.2px;
  margin: clamp(10px, 1.4vw, 16px) 0 clamp(18px, 2.2vw, 26px);
  max-width: 900px;
}

.post-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(16px, 2.5vw, 28px);
  font-size: 12px;
  color: var(--text-muted);
  letter-spacing: 0.5px;
}

.post-hero__meta > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.post-hero__meta svg { color: var(--teal); }

.post-section { padding: clamp(40px, 6vw, 80px) 0; }

.post-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.post__featured {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16/9;
  margin-bottom: clamp(24px, 3vw, 36px);
}

.post__featured img { width: 100%; height: 100%; object-fit: cover; }

.post__content {
  color: var(--text-light);
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.8;
}

.post__content > * + * { margin-top: clamp(14px, 1.6vw, 22px); }

.post__content p { color: rgba(255, 255, 255, 0.86); }

.post__content h2,
.post__content h3,
.post__content h4 {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.3;
  margin-top: clamp(28px, 3.5vw, 44px);
  color: var(--text-light);
}

.post__content h2 { font-size: clamp(22px, 2.4vw, 30px); }
.post__content h3 { font-size: clamp(18px, 1.8vw, 22px); }
.post__content h4 { font-size: clamp(16px, 1.4vw, 18px); }

.post__content a {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.post__content a:hover { color: var(--teal-light); }

.post__content blockquote {
  border-left: 3px solid var(--teal);
  padding: clamp(16px, 2vw, 22px) clamp(18px, 2.4vw, 28px);
  margin: clamp(20px, 2.5vw, 30px) 0;
  background: var(--bg-card);
  font-style: italic;
  color: var(--text-light);
  border-radius: 0 6px 6px 0;
}

.post__content img,
.post__content figure {
  max-width: 100%;
  border-radius: 6px;
  margin: clamp(18px, 2.4vw, 28px) 0;
}

.post__content figcaption {
  text-align: center;
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 8px;
}

.post__content ul,
.post__content ol {
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.86);
}

.post__content li { margin-bottom: 6px; }

.post__content code {
  background: var(--bg-card);
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 0.9em;
  color: var(--teal);
}

.post__content pre {
  background: var(--bg-card);
  border: 1px solid var(--border);
  padding: clamp(14px, 1.8vw, 20px);
  border-radius: 6px;
  overflow-x: auto;
  font-size: 13px;
}

.post__content pre code { background: transparent; padding: 0; color: var(--text-light); }

.post__content hr {
  border: 0;
  border-top: 1px solid var(--border);
  margin: clamp(30px, 4vw, 50px) 0;
}

.post__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: clamp(28px, 3.5vw, 44px) 0;
  padding-top: clamp(20px, 2.5vw, 30px);
  border-top: 1px solid var(--border);
}

.post__tag {
  display: inline-block;
  padding: 6px 12px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 50px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 600;
}

.post__tag:hover { color: var(--teal); border-color: var(--teal); }

.post__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(14px, 1.8vw, 22px);
  margin-top: clamp(24px, 3vw, 36px);
}

.post__nav-link {
  padding: clamp(18px, 2.2vw, 26px);
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.post__nav-link:hover { border-color: var(--teal); transform: translateY(-3px); }

.post__nav-link small {
  font-size: 11px;
  color: var(--teal);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
}

.post__nav-link strong {
  font-size: clamp(13px, 1.05vw, 15px);
  font-weight: 600;
  color: var(--text-light);
  line-height: 1.4;
}

.post__nav-link--next { text-align: right; }

/* Sidebar */
.post-sidebar { position: sticky; top: clamp(80px, 8vw, 110px); }

.post-sidebar__widget {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: clamp(22px, 2.8vw, 30px);
  margin-bottom: clamp(18px, 2.2vw, 24px);
}

.post-sidebar__widget h3 {
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: clamp(14px, 1.8vw, 20px);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}

.post-author-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.post-author-card img {
  border-radius: 50%;
  flex-shrink: 0;
}

.post-author-card strong {
  display: block;
  color: var(--text-light);
  font-size: 14px;
  margin-bottom: 4px;
}

.post-author-card p {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.6;
}

.recent-posts { list-style: none; padding: 0; margin: 0; }

.recent-posts li + li {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}

.recent-posts a {
  display: flex;
  gap: 12px;
  align-items: center;
}

.recent-posts__thumb {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--bg-darker);
}

.recent-posts__thumb img { width: 100%; height: 100%; object-fit: cover; }

.recent-posts__body strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-light);
  line-height: 1.4;
  margin-bottom: 4px;
}

.recent-posts__body small {
  font-size: 11px;
  color: var(--text-muted);
  letter-spacing: 0.5px;
}

.recent-posts a:hover .recent-posts__body strong { color: var(--teal); }

.page-id-6 h2.find__title{font-size: clamp(30px, 4.17vw, 60px); line-height:1; margin-bottom: clamp(22px, 2.22vw, 32px);}
.section-pad.contact-form-section{ padding-bottom:0px; padding: clamp(40px, 6.94vw, 100px) 0; background:#070809;     border-bottom: 1px solid rgba(255, 255, 255, 0.08);}
.section-pad.contact-info-section{ padding-bottom: clamp(40px, 6.94vw, 100px); padding-top: clamp(40px, 6.94vw, 100px);}
.page-hero__inner .page-hero__buttons .btn{border-radius:4px; 	}
.page-hero__inner .page-hero__buttons .btn-primary{ color:#000000;  font-weight:bold; background:#00E5FF; border:#00E5FF solid 1px; }
.page-hero__inner .page-hero__buttons .btn-primary:hover{ color:#00E5FF;   background:none;  border-color:#00E5FF}
.page-hero__inner .page-hero__buttons  .btn-outline{ border-color:#00E5FF; color:#00E5FF}
.page-hero__inner .page-hero__buttons  .btn-outline:hover{ border-color:#fff; color:#000000; background:#fff}
.product__sidebar span.product__pill{ color:rgba(0, 229, 255, 1); border-color:rgba(0, 229, 255, 0.3); margin-bottom:16px}

	.post, .page {
    margin: 0em;
}

.page-id-8  .footer{ padding-top:50px; border-top:none }
.page-id-8  .footer .footer__bottom{ padding-top:0px; border-top:none;  }

.page-id-8 .page-hero__inner .page-hero__buttons .btn-primary{
	background:rgba(4, 152, 166, 1);
	border-color:rgba(4, 152, 166, 1);
	    box-shadow: 0px 0px 20px 0px rgba(0, 212, 255, 0.3);
	color:#fff;
	
}

.page-id-8 .page-hero__inner .page-hero__buttons .btn-outline{
	background:none;
	border-color:rgba(4, 152, 166, 1);
	color:#fff;
	
}


.space-60{ padding:60px 0}

.breadcrumb a{ color:#8892B0}


.contact-form .wpcf7-form .submitbtn p{ margin-bottom:0px}

.show-mobile{display:none}

@media (min-width: 1310px) {
	.contact-section{
grid-template-columns: repeat(2, minmax(602px, 1fr));
	}

.contact-image {
aspect-ratio: 608 / 595; }


.contact-image img { 
    aspect-ratio: 608 / 595;
}	
}

/* ============ BLOG RESPONSIVE ============ */
@media (max-width: 991px) {
  .posts { grid-template-columns: repeat(2, 1fr); }
  .post-layout { grid-template-columns: 1fr; }
  .post-sidebar { position: static; }

  /* Mobile-style nav drawer + burger from iPad down */
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: #000;
    padding: 15px;
    z-index: 200;
  }
  .nav.is-open { display: block; }
  .nav ul { flex-direction: column; gap: 16px; }
  .menu-toggle { display: flex; align-items: center; justify-content: center; }

  /* Push CTA + burger to the far right (logo stays on the left). */
  .header__cta { margin-left: auto; }
  .header__inner { gap: 12px; }
}

@media (max-width: 767px) {
  .posts { grid-template-columns: 1fr; }
  .post__nav { grid-template-columns: 1fr; }
  .post__nav-link--next { text-align: left; }
  .error-404__buttons { flex-direction: column; }
  .error-404__buttons .btn { width: 100%; }
    .show-mobile {
        display: block;
        width: 100%;
        padding-top: 0px;
        text-align: center;
    }
	    .find__buttons .btn {
        padding: 8px 0;
        font-size: 2.5vw;
    }
	.find__desc{ line-height:1.2}
}

/* ============ RESPONSIVE ============ */
@media (max-width: 767px) {
	.page-hero{flex-wrap:wrap; padding-bottom:0px; background:#000; background-image:none !important}
	
.mobile-img{ margin-bottom:0px;}
    .mobile-img img {
        height: 280px;
        object-fit: cover;
		        width: 100%;
        object-position: center center;
    }
  .hero__inner,
  .story__inner,
  .standard__inner,
  .footer__inner {
    grid-template-columns: 1fr;
  }

  .hero {
    height: auto;
    min-height: clamp(520px, 110vw, 720px);
    background-position: center bottom;
    background-size: 140% auto;
    background-repeat: no-repeat;
    padding-top: clamp(30px, 6vw, 50px);
    padding-bottom: 55%;
  }

  .hero::after {
        background: linear-gradient(180deg, #000000 0%, #000000 70%, rgba(0, 0, 0, 0) 100%);
		height:66%;
  }

.page-hero::after{          background: linear-gradient(180deg, #000000 85%, #000000 90%, rgba(0, 0, 0, 0) 100%);
        height: 60%;}
  .hero__copy { max-width: 100%; }

  .cars,
  .reviews {
    grid-template-columns: 1fr;
  }

  .footer__inner { gap: clamp(28px, 5vw, 40px); }

  .header__cta { display: none; }
  
  .hero__copy, .story__inner{ text-align:center}
  .hero__buttons{ justify-content: center;}
  .arrivals  .arrivals__header  div{width:100%; text-align:center}
  .arrivals  .arrivals__header  div + a{display:none} 
  .hero {  background-position: bottom right !important;         background-size: contain !important}
  .accent-line{ margin-bottom:15px}
  .story__desc:before {
   

    width: 252px;
  
 
    left: 50%;
    transform: translateX(-50%);
}
.stat__label{font-size:12px}
.story__inner{gap:32px}
.brands.section-pad{ padding:28px 0px}  
.brands .brands__title{ margin-bottom:12px}
.brands__subtitle{font-size:14px; margin-bottom:36px}
.standard.section-pad{ padding:80px 0} 
.testimonials.section-pad{ padding:80px 0 60px 0} 
.standard__copy{text-align:center}
.standard__copy .feature{text-align:left}
.feature__desc{ margin-bottom:12px}
.feature__icon{ width:29px; height:29px}
.feature__title{ margin-bottom:2px}
.standard__title{     margin: 0 auto 20px; max-width:300px}
.testimonials .testimonials__title { font-size: 32px; }
.footer__inner{ margin-bottom:28px}
.inquiry h3{text-align:center; margin-bottom:8px; font-size:20px}
.inquiry > p, .footer{text-align:center}
.footer__about p{     line-height: 1.3;     font-size: 14px;            margin: 20px auto 20px; }
.footer__socials{     justify-content: center;}
.footer__socials a{ width: 43px; height: 37px;}
.footer__cols{         max-width: 252px;
        margin: auto;}
		.footer__legal a {
    font-size: 12px;
}
footer .wpcf7-spinner{display:none}
.footer__bottom{     gap: 24px 12px;}
.google-rating__google svg {
    position: relative;
    top: 4px;
    margin-right: 5px;
    width: 101px;
}
.google-rating__star {
 
    top: -6px;
    font-size: 45px;
}
 .reviews{ margin-bottom:20px} 
 .google-rating{ height:54px}
 .review__name{ padding-top:12px;}
 .review__text{color: #fff;
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 12px;}
 .hero__buttons{flex-wrap:nowrap; gap: 24px 12px; }
  .hero__buttons .btn{font-size:12px; width: 50%; padding:8px 2px}
    .hero .hero__title {
        font-size: 24px;
        line-height: 1.3;
        letter-spacing: 0;
        max-width: 380px;
        margin: auto;
    }
 .hero__desc {margin-top: 12px; margin-bottom: 20px;}
.hero{ min-height:450px !important; }
.hero__buttons { justify-content: space-between; }
.page-hero__inner{text-align:center}
.breadcrumb{     justify-content: center;}
.page-hero__buttons, .specs__list li{    justify-content: center;}
.why-choose__title, .why-card, .product__description p, .product__sidebar ,aside .specs__title, .specs__title,.specs__subtitle{text-align:center}
.why-choose__title::after{     transform: translateX(-50%); left:50%}
.why-card__icon{     margin: 0 auto 14px; }
.page-id-8 .footer{ padding-top:20px}
.section-pad.contact-form-section{ padding-top:0px}
.story__title {   margin:0 auto clamp(16px, 2vw, 24px)}
.review__stars{     letter-spacing: 1px;}
.review__stars svg{ width:13px !important}
.page-hero__inner .page-hero__buttons .btn-primary{ width:auto }
    .page-hero__buttons .btn {
        width: auto;
        padding: 8px 16px;
		font-size:3.1vw
    }
	.show-mobile .view-all{ margin-top:33px;         display: inline-block;}	
}


@media (max-width: 560px) {
  .section-pad { padding: clamp(40px, 13vw, 56px) 0; }

  .hero {min-height: 600px; padding-bottom: 75%;}

  .stats { grid-template-columns: 1fr 1fr; gap: 37px 32px; max-width: 252px;         margin: auto;  }

  .stat__num { font-size: clamp(24px, 7vw, 30px); }

  .inquiry__row,
  .inquiry__row p { grid-template-columns: 1fr 1fr; }

  .arrivals__header { flex-direction: column; align-items: flex-start; gap: 12px; }

  .brand-logos { gap: clamp(18px, 6vw, 28px); max-width:300px; margin:auto }

  .brand-logo,
  .brand-logo--toyota { width: 56px; height: 56px; }

  .footer__cols { grid-template-columns: 1fr 1fr; gap: 20px; }

  .footer__bottom { flex-direction: column; text-align: center; }

  .testimonials__title { font-size: clamp(22px, 6vw, 28px); }
  
  .wpcf7-not-valid-tip, .wpcf7 form .wpcf7-response-output {font-size:12px}
  .standard__image {
  
    max-width: 90%;
    margin: auto;
}
.features{ width:100%}
}
@media (max-width: 560px) {
.page-hero__title {
   
    max-width: 300px;
    margin: 0 auto 14px;
}
}

@media (max-width: 560px) {
    .page-id-8 .mobile-img img { object-position: 72%; }
	    .page-id-7 .mobile-img img { object-position: 72%; }
	   .page-id-6 .mobile-img img { object-position: 72%; }
}
.product{ position:relative;
      isolation: isolate; }
.product:before{
	    z-index: -1;
	       background: radial-gradient(258.19% 101.93% at 50% 0%, #0A192F 0%, rgba(10, 25, 47, 0) 50%);
		content:""; position:absolute; width:100%; height:100%; inset:0; opacity:50%; top:-108px}
		
	.standard__copy .btn{
		border:rgba(255, 255, 255, 0.2) soild 1px;
		background: rgba(0, 221, 255, 0.15);
		color:#fff;
		margin-top:24px;
}	
	.standard__copy .btn:hover, 	.standard__copy .btn:focus{
		border:rgba(255, 255, 255, 0.2) soild 1px;
		background: rgba(0, 221, 255, 0.5);
		color:#fff;
}	
@media (max-width: 1024px) {
	.product__top{ grid-template-columns: 1fr;}
}
@media (min-width: 1025px) {
/*.specs-grid > div{ margin-top:-200px}*/
}

.wpcf7-not-valid-tip{font-size:13px !important}
.wpcf7 form .wpcf7-response-output{font-size:14px !important}