/* =========================================================
   PINGAAX AUTOMOTIVE - Premium Static Website
   Bootstrap 5.3.8 + Custom CSS
   ========================================================= */

:root {
  --primary: #e92f2f;
  --primary-dark: #bd1f1f;
  --dark: #090a0c;
  --dark-2: #111316;
  --light: #f5f5f3;
  --muted: #777;
  --border: #e7e7e5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--dark);
  background: #fff;
  overflow-x: hidden;
}
a { text-decoration: none; }
img { max-width: 100%; display: block; }

.announcement-bar {
  background: var(--primary);
  color: #fff;
  font-size: 11px;
  letter-spacing: 1.5px;
  font-weight: 700;
  padding: 9px 0;
  text-transform: uppercase;
}

.main-navbar {
  background: rgba(9,10,12,.94);
  backdrop-filter: blur(14px);
  transition: .3s ease;
  padding: 15px 0;
}
.main-navbar.scrolled { padding: 9px 0; box-shadow: 0 8px 30px rgba(0,0,0,.18); }

.brand {
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: .85;
}
.brand-mark {
  width: 39px; height: 39px;
  display: inline-grid; place-items: center;
  border-radius: 9px;
  background: var(--primary);
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 26px;
  font-weight: 700;
  transform: skew(-7deg);
}
.brand strong {
  display: block;
  font-size: 18px;
  letter-spacing: 2px;
}
.brand small {
  display: block;
  font-size: 8px;
  letter-spacing: 3px;
  margin-top: 5px;
  color: #aaa;
}
.navbar-nav .nav-link {
  color: rgba(255,255,255,.7);
  font-size: 13px;
  font-weight: 600;
  padding: 10px 14px !important;
  transition: .2s;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active { color: #fff; }
.navbar-nav .nav-link.active::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: var(--primary);
  margin: 4px auto 0;
}
.icon-btn {
  width: 40px; height: 40px; border: 0;
  border-radius: 50%; color: #fff; background: rgba(255,255,255,.08);
}
.icon-btn:hover { background: rgba(255,255,255,.16); }

.btn-primary {
  --bs-btn-bg: var(--primary);
  --bs-btn-border-color: var(--primary);
  --bs-btn-hover-bg: var(--primary-dark);
  --bs-btn-hover-border-color: var(--primary-dark);
}

.hero-section {
  min-height: 760px;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.64) 44%, rgba(0,0,0,.15) 100%),
    url("https://images.unsplash.com/photo-1503736334956-4c8f8e92946d?auto=format&fit=crop&w=2200&q=90") center/cover no-repeat;
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.35), transparent 35%); }
.min-vh-75 { min-height: 650px; }
.eyebrow {
  display: flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 800; letter-spacing: 2.5px;
  color: #fff;
}
.eyebrow span { width: 28px; height: 2px; background: var(--primary); display: inline-block; }
.eyebrow.dark { color: #777; }
.eyebrow.dark span { background: var(--primary); }
.hero-title, h1, h2, h3, h4 {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
}
.hero-title {
  font-size: clamp(60px, 8vw, 112px);
  line-height: .86;
  font-weight: 700;
  letter-spacing: -2px;
  margin: 0;
}
.hero-title span, h2 em { color: var(--primary); font-style: normal; }
.hero-text {
  max-width: 600px;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.8;
  margin-top: 28px;
}
.hero-stats { display: flex; gap: 35px; }
.hero-stats > div { border-left: 1px solid rgba(255,255,255,.25); padding-left: 15px; }
.hero-stats strong { display: block; font-size: 13px; text-transform: uppercase; }
.hero-stats span { color: #888; font-size: 11px; }
.scroll-down {
  position: absolute; bottom: 30px; right: 6%;
  color: #fff; display: flex; flex-direction: column; gap: 7px;
  align-items: center; font-size: 9px; letter-spacing: 3px;
}
.scroll-down i { color: var(--primary); font-size: 18px; }

.section-padding { padding: 105px 0; }
.section-heading h2, .about-section h2, .contact-section h2 {
  font-size: clamp(42px, 5vw, 68px);
  line-height: .95;
  letter-spacing: -1px;
  margin: 13px 0 15px;
}
.section-heading p { max-width: 650px; color: #777; line-height: 1.7; margin: 0; }

.category-card {
  height: 420px; display: block; position: relative; overflow: hidden;
  color: #fff;
  background-size: cover; background-position: center;
  transition: .45s ease;
}
.category-card::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.85), transparent 65%);
}
.category-card:hover { transform: translateY(-8px); }
.category-lighting { background-image: url("https://images.unsplash.com/photo-1504215680853-026ed2a45def?auto=format&fit=crop&w=900&q=85"); }
.category-accessories { background-image: url("https://images.unsplash.com/photo-1486006920555-c77dcf18193c?auto=format&fit=crop&w=900&q=85"); }
.category-bike { background-image: url("https://images.unsplash.com/photo-1558981806-ec527fa84c39?auto=format&fit=crop&w=900&q=85"); }
.category-performance { background-image: url("https://images.unsplash.com/photo-1542282088-fe8426682b8f?auto=format&fit=crop&w=900&q=85"); }
.category-content { position: absolute; left: 25px; right: 25px; bottom: 25px; }
.category-content span { color: #aaa; font-size: 10px; letter-spacing: 2px; }
.category-content h3 { font-size: 28px; line-height: .98; margin: 8px 0 0; }
.category-content i {
  position: absolute; right: 0; bottom: 2px;
  width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%; display: grid; place-items: center;
}

.products-section { background: var(--light); }
.product-card { background: #fff; height: 100%; transition: .3s; }
.product-card:hover { transform: translateY(-7px); box-shadow: 0 25px 55px rgba(0,0,0,.09); }
.product-image { height: 310px; overflow: hidden; position: relative; background: #ddd; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: .6s; }
.product-card:hover .product-image img { transform: scale(1.06); }
.product-badge {
  position: absolute; z-index: 2; top: 15px; left: 15px;
  background: var(--primary); color: #fff; padding: 6px 9px;
  font-size: 9px; font-weight: 800; letter-spacing: 1px;
}
.product-hover {
  position: absolute; inset: auto 15px 15px;
  opacity: 0; transform: translateY(10px); transition: .3s;
}
.product-card:hover .product-hover { opacity: 1; transform: translateY(0); }
.product-info { padding: 22px; }
.product-info small { color: #999; letter-spacing: 1.5px; font-size: 9px; font-weight: 800; }
.product-info h3 { font-size: 23px; margin: 7px 0; }
.product-info p { color: #888; font-size: 12px; margin-bottom: 14px; }
.product-info > a { color: var(--dark); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.product-info > a i { color: var(--primary); margin-left: 5px; }

.feature-banner {
  min-height: 600px; display: flex; align-items: center;
  position: relative; color: #fff;
  background:
    linear-gradient(90deg, rgba(0,0,0,.87), rgba(0,0,0,.22)),
    url("https://images.unsplash.com/photo-1504215680853-026ed2a45def?auto=format&fit=crop&w=2200&q=90") center/cover;
}
.feature-banner h2 { font-size: clamp(55px, 7vw, 90px); line-height: .9; margin: 15px 0; }
.feature-banner p { max-width: 520px; color: #bbb; line-height: 1.8; margin-bottom: 28px; }

.about-image-wrap { position: relative; padding: 0 30px 30px 0; }
.about-image-wrap::after {
  content: ""; position: absolute; right: 0; bottom: 0;
  width: 70%; height: 70%; background: var(--primary); z-index: -1;
}
.about-image-wrap img { width: 100%; height: 550px; object-fit: cover; }
.about-number {
  position: absolute; left: 18px; bottom: 48px; color: #fff;
  font-family: Oswald; font-size: 80px; line-height: 1; opacity: .35;
}
.about-section .lead { color: #444; font-size: 17px; line-height: 1.8; }
.mini-feature {
  border-top: 1px solid var(--border); padding: 18px 0;
  display: grid; grid-template-columns: 38px 1fr; column-gap: 10px;
}
.mini-feature i { grid-row: span 2; color: var(--primary); font-size: 23px; }
.mini-feature strong { font-size: 12px; text-transform: uppercase; }
.mini-feature span { color: #999; font-size: 10px; margin-top: 3px; }

.why-section { background: var(--dark); color: #fff; }
.feature-row { border: 1px solid #292b2f; }
.why-card { padding: 42px 30px; min-height: 280px; border-right: 1px solid #292b2f; position: relative; }
.why-card:last-child { border-right: 0; }
.why-card > span { color: #555; font-family: Oswald; font-size: 13px; }
.why-card i { display: block; color: var(--primary); font-size: 31px; margin: 35px 0 15px; }
.why-card h3 { font-size: 24px; }
.why-card p { color: #888; font-size: 12px; line-height: 1.7; }

.catalog-section { background: #f3f3f1; }
.catalog-box {
  padding: 70px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.5)),
    url("https://images.unsplash.com/photo-1493238792000-8113da705763?auto=format&fit=crop&w=1800&q=90") center/cover;
}
.catalog-box h2 { font-size: clamp(50px, 6vw, 75px); line-height: .9; }
.catalog-box p { max-width: 620px; color: #aaa; line-height: 1.7; }

.contact-list > div { display: flex; align-items: center; gap: 16px; padding: 16px 0; border-top: 1px solid var(--border); }
.contact-list i { color: var(--primary); font-size: 20px; }
.contact-list small { display: block; color: #999; font-size: 9px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }
.contact-list span { font-size: 13px; font-weight: 600; }

.enquiry-form { padding: 35px; background: #f5f5f3; }
.enquiry-form label { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; font-weight: 800; margin-bottom: 7px; }
.form-control, .form-select {
  border: 1px solid #ddd; border-radius: 0; min-height: 52px;
  font-size: 13px; box-shadow: none !important;
}
.form-control:focus, .form-select:focus { border-color: var(--primary); }
textarea.form-control { min-height: 130px; resize: vertical; }

.footer { background: var(--dark); color: #fff; padding: 75px 0 0; }
.footer-brand { display: inline-flex; }
.footer h4 { font-size: 17px; margin-bottom: 20px; }
.footer a:not(.brand) { display: block; color: #888; font-size: 12px; margin: 11px 0; transition: .2s; }
.footer a:not(.brand):hover { color: #fff; }
.footer p { color: #888; font-size: 12px; line-height: 1.8; }
.socials { display: flex; gap: 8px; }
.socials a {
  width: 38px; height: 38px; display: grid !important; place-items: center;
  border: 1px solid #292b2f; color: #aaa !important; margin: 0 !important;
}
.socials a:hover { background: var(--primary); border-color: var(--primary); color: #fff !important; }
.footer-bottom {
  border-top: 1px solid #222428; padding: 22px 0;
  color: #666; font-size: 10px; display: flex; justify-content: space-between; gap: 20px;
}
.footer-bottom div { display: flex; gap: 20px; }
.footer-bottom a { margin: 0 !important; }

.search-modal { border: 0; border-radius: 0; }
.search-box { border-bottom: 2px solid #111; display: flex; align-items: center; gap: 10px; padding: 12px 0; }
.search-box i { font-size: 18px; }
.search-box input { border: 0; outline: 0; width: 100%; font-size: 15px; }
.search-result { padding: 10px 0; border-bottom: 1px solid #eee; }
.search-result strong { font-size: 13px; }

.back-top {
  position: fixed; right: 20px; bottom: 20px; z-index: 100;
  width: 45px; height: 45px; border: 0; border-radius: 50%;
  background: var(--primary); color: #fff; display: none;
  box-shadow: 0 10px 30px rgba(0,0,0,.2);
}
.back-top.show { display: block; }

@media (max-width: 991.98px) {
  .main-navbar { padding: 12px 0; }
  .nav-actions { padding: 12px 0 5px; }
  .hero-section { min-height: 700px; }
  .min-vh-75 { min-height: 620px; }
  .navbar-nav .nav-link { padding-left: 0 !important; }
  .navbar-nav .nav-link.active::after { margin-left: 0; }
  .about-image-wrap img { height: 450px; }
  .why-card { border-bottom: 1px solid #292b2f; }
  .catalog-box { padding: 50px 35px; }
}
@media (max-width: 767.98px) {
  .section-padding { padding: 75px 0; }
  .hero-section { min-height: 650px; }
  .hero-title { font-size: 65px; }
  .hero-stats { gap: 15px; flex-wrap: wrap; }
  .hero-stats > div { flex: 1 1 100px; }
  .category-card { height: 300px; }
  .product-image { height: 280px; }
  .about-image-wrap img { height: 350px; }
  .feature-banner { min-height: 500px; }
  .catalog-box { padding: 40px 25px; }
  .enquiry-form { padding: 25px 18px; }
  .footer-bottom { flex-direction: column; }
}


/* =========================================================
   AUTO SLIDERS
   ========================================================= */
.hero-slider {
  min-height: 760px;
  position: relative;
  background: #050608;
  color: #fff;
}
.hero-slider .carousel,
.hero-slider .carousel-inner,
.hero-slider .carousel-item {
  min-height: 760px;
}
.hero-slide {
  min-height: 760px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-slide-1 {
  background-image: url("https://images.unsplash.com/photo-1503736334956-4c8f8e92946d?auto=format&fit=crop&w=2200&q=90");
}
.hero-slide-2 {
  background-image: url("https://images.unsplash.com/photo-1493238792000-8113da705763?auto=format&fit=crop&w=2200&q=90");
}
.hero-slide-3 {
  background-image: url("https://images.unsplash.com/photo-1504215680853-026ed2a45def?auto=format&fit=crop&w=2200&q=90");
}
.hero-slide .hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.91) 0%, rgba(0,0,0,.66) 42%, rgba(0,0,0,.18) 100%),
    linear-gradient(0deg, rgba(0,0,0,.35), transparent 45%);
}
.hero-copy {
  min-height: 760px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 700px;
  padding-bottom: 30px;
}
.hero-slider .carousel-indicators {
  z-index: 5;
  justify-content: flex-start;
  left: max(12px, calc((100% - 1320px) / 2));
  right: auto;
  bottom: 38px;
  margin: 0;
  gap: 8px;
}
.hero-slider .carousel-indicators button {
  width: 35px;
  height: 3px;
  margin: 0;
  border: 0;
  opacity: .45;
}
.hero-slider .carousel-indicators button.active {
  width: 70px;
  opacity: 1;
  background: var(--primary);
}
.hero-control {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  transition: .25s;
}
.hero-control:hover { background: var(--primary); border-color: var(--primary); }
.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
  width: 8%;
  z-index: 5;
}
.hero-slider .scroll-down { z-index: 6; }

/* Product auto slider */
.product-slider-section {
  padding: 90px 0 100px;
  background: #fff;
  overflow: hidden;
}
.slider-title {
  font-family: Oswald, sans-serif;
  font-size: clamp(42px, 5vw, 62px);
  line-height: .9;
  text-transform: uppercase;
  margin: 10px 0 0;
}
.slider-title em { color: var(--primary); font-style: normal; }
.mini-product-card {
  display: block;
  background: #f4f4f2;
  color: var(--dark);
  height: 100%;
  overflow: hidden;
  transition: .35s ease;
}
.mini-product-card:hover {
  color: var(--dark);
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,.10);
}
.mini-product-image {
  height: 280px;
  overflow: hidden;
  background: #ddd;
}
.mini-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .55s ease;
}
.mini-product-card:hover .mini-product-image img { transform: scale(1.06); }
.mini-product-info { padding: 20px; }
.mini-product-info small {
  color: #999;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.5px;
}
.mini-product-info h3 {
  font-size: 21px;
  line-height: 1.05;
  margin: 7px 0 16px;
}
.mini-product-info span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
}
.mini-product-info span i { color: var(--primary); margin-left: 5px; }
.product-slider-controls {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-end;
}
.slider-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 50%;
  transition: .2s;
}
.slider-arrow:hover { background: var(--primary); color: #fff; border-color: var(--primary); }
.product-progress {
  width: 100px;
  height: 2px;
  background: #ddd;
}
.product-progress span {
  display: block;
  width: 50%;
  height: 100%;
  background: var(--primary);
}

@media (max-width: 767.98px) {
  .hero-slider,
  .hero-slider .carousel,
  .hero-slider .carousel-inner,
  .hero-slider .carousel-item,
  .hero-copy { min-height: 650px; }
  .hero-copy { padding: 0 12px 30px; }
  .hero-slider .carousel-control-prev,
  .hero-slider .carousel-control-next { width: 14%; }
  .hero-control { width: 40px; height: 40px; }
  .mini-product-image { height: 200px; }
  .mini-product-info { padding: 14px; }
  .mini-product-info h3 { font-size: 17px; }
}
