:root {
  --top-bg: #000000;
  --bottom-bg: #000000;
  --text: #ffffff;
  --muted: #d8d8d8;
  --dropdown-bg: #000000;
  --page-bg: #000000;
  --page-text: #ffffff;
  --nav-link-color: #ffffff;
  --nav-link-hover-bg: rgba(255, 255, 255, 0.06);
  --nav-link-active-bg: rgba(255, 255, 255, 0.1);
  --nav-border: rgba(255, 255, 255, 0.08);
  --footer-bg: #262626;
  --footer-panel: #1d202b;
  --section-gap: clamp(42px, 5vw, 72px);
  --scrollbar-track: #101010;
  --scrollbar-thumb: linear-gradient(180deg, #e31837 0%, #ff6a58 100%);
  --scrollbar-thumb-hover: #ff6a58;
  --preloader-bg: #070707;
}

html[data-theme="light"] {
  --top-bg: #000000;
  --bottom-bg: #ffffff;
  --text: #111111;
  --muted: #5e5e5e;
  --dropdown-bg: #ffffff;
  --page-bg: #f6f6f4;
  --page-text: #111111;
  --nav-link-color: #111111;
  --nav-link-hover-bg: rgba(17, 17, 17, 0.06);
  --nav-link-active-bg: rgba(17, 17, 17, 0.12);
  --nav-border: rgba(0, 0, 0, 0.08);
  --footer-bg: #efefeb;
  --footer-panel: #ffffff;
  --scrollbar-track: #e2e2e2;
  --scrollbar-thumb: linear-gradient(180deg, #7e7e7e 0%, #b0b0b0 100%);
  --scrollbar-thumb-hover: #8a8a8a;
}

* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: clip;
}

html {
  scrollbar-color: transparent transparent;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: var(--scrollbar-track);
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb);
  border: 1px solid var(--scrollbar-track);
  border-radius: 0;
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-thumb-hover);
}

body {
  margin: 0;
  font-family: "Georama", system-ui, -apple-system, sans-serif;
  background: var(--page-bg);
  color: var(--page-text);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-family: "Lato", system-ui, -apple-system, sans-serif;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: auto;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.dealer-name {
  font-family: "Georama", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.dealer-name,
.navbar .nav-link,
.btn,
.dropdown-header {
  font-family: "Georama", sans-serif;
  font-weight: 600;
}

.bi {
  color: currentColor;
}

.service-offerings-section,
.passenger-vehicles,
.testimonials-section,
.site-footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 600px;
}

.site-preloader {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  background: #000000;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.site-preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site-preloader__inner {
  display: grid;
  gap: 22px;
  justify-items: center;
  text-align: center;
  width: min(760px, 94vw);
  padding: clamp(24px, 4vw, 34px);
}

.site-preloader__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-preloader__percent {
  position: fixed;
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(14px, 2.4vw, 24px);
  font-size: clamp(36px, 8vw, 82px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #ffffff;
  -webkit-text-stroke: 0;
  text-stroke: 0;
  min-width: 110px;
  text-align: center;
  padding: 8px 12px;
  text-shadow: none;
}

@media (max-width: 767px) {
  .site-preloader__percent {
    right: 12px;
    bottom: 12px;
    min-width: 82px;
    padding: 4px 6px;
    font-size: clamp(28px, 14vw, 52px);
    -webkit-text-stroke: 1.5px #ffffff;
    text-stroke: 1.5px #ffffff;
  }
}

.site-preloader__dots {
  display: inline-flex;
  min-width: 1.6em;
  justify-content: flex-start;
}

.site-preloader__dots span {
  display: inline-block;
  animation: preloader-dot 1.2s infinite;
  opacity: 0.35;
}

.site-preloader__dots span:nth-child(2) {
  animation-delay: 0.15s;
}

.site-preloader__dots span:nth-child(3) {
  animation-delay: 0.3s;
}
}

.page-transition-overlay {
  position: fixed;
  inset: 0;
  z-index: 3500;
  pointer-events: none;
  background: #050505;
  transform: translateY(0);
  opacity: 0;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

@keyframes preloader-dot {

  0%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 0.35;
  }

  40% {
    transform: translateY(-3px);
    opacity: 1;
  }
}

.mahindra-navbar {
  width: 100%;
}

.navbar-shell {
  padding-inline: clamp(36px, 5vw, 110px);
}

@media (max-width: 575px) {
  .navbar-shell {
    padding-inline: 16px;
  }
}

.navbar-top {
  background: var(--top-bg);
  color: var(--text);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.06), 0 6px 18px rgba(0, 0, 0, 0.2);
}

.navbar-top .navbar-shell {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.top-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.top-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.top-logo-left img {
  width: 120px;
}

.top-logo-right img {
  width: 190px;
}

.navbar-bottom {
  background: var(--bottom-bg);
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  position: sticky;
  top: 0;
  z-index: 1200;
}

.navbar-bottom .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-block: 14px;
}

html[data-theme="light"] .navbar-bottom {
  background: #ffffff;
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 768px) {
  .navbar-top .navbar-shell {
    min-height: 102px;
    gap: 14px;
  }

  .top-logo-left img {
    width: 80px;
  }

  .top-logo-right img {
    width: 154px;
  }
}

@media (max-width: 575px) {
  .navbar-top .navbar-shell {
    min-height: 84px;
  }

  .top-logo-left img {
    width: 90px;
  }

  .top-logo-right img {
    width: 118px;
  }
}

.dealer-name {
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  margin-inline-end: clamp(16px, 3vw, 32px);
}

[data-theme="light"] .dealer-name {
  color: #111111;
}

@media (max-width: 575px) {
  .dealer-name {
    font-size: 22px;
    margin-inline-end: 0;
  }

  .navbar-actions {
    gap: 8px;
  }

  .theme-toggle__label {
    display: none;
  }
}

.navbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.theme-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--text);
}

.theme-toggle__track {
  position: relative;
  width: 44px;
  height: 24px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  transition: background 0.25s;
}

[data-theme="light"] .theme-toggle__track {
  background: rgba(17, 17, 17, 0.22);
}

.theme-toggle__thumb {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

[data-theme="light"] .theme-toggle__thumb {
  transform: translateX(20px);
}

.theme-toggle__thumb i {
  font-size: 10px;
  color: #000000;
}

.theme-toggle__label {
  font-size: 14px;
  font-weight: 500;
}

.navbar-toggler {
  padding: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
}

/* [data-theme="light"] .navbar-toggler {
  background: #f1f1ee;
  border-radius: 4px;
} */

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
  position: relative;
}

[data-theme="light"] .navbar-toggler-icon {
  background: #000000;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
}

.navbar-toggler-icon::before {
  top: -7px;
}

.navbar-toggler-icon::after {
  top: 7px;
}

.navbar-nav {
  flex-direction: row;
  gap: 8px;
}

.nav-link {
  padding: 8px 11px !important;
  font-size: 14px;
  font-weight: 500;
  color: var(--nav-link-color) !important;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 6px;
  transition: color 0.2s;
}

.nav-link.active {
  color: #e31837 !important;
}

.nav-link:hover {
  color: #e31837 !important;
}

.navbar-collapse > .theme-toggle {
  margin-left: 12px;
}

html[data-theme="light"] .navbar-dark .navbar-nav .nav-link {
  color: #111111 !important;
}

html[data-theme="light"] .navbar-dark .navbar-nav .nav-link.active,
html[data-theme="light"] .navbar-dark .navbar-nav .nav-link:hover {
  color: #e31837 !important;
}

@media (max-width: 767px) {
  .navbar-collapse {
    width: 100%;
    margin-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 10px;
  }

  html[data-theme="light"] .navbar-collapse {
    border-top-color: rgba(0, 0, 0, 0.18);
  }

  .navbar-nav {
    flex-direction: column;
    align-items: stretch !important;
    gap: 4px;
    width: 100%;
  }

  .navbar-nav .nav-item {
    width: 100%;
  }

  .navbar-nav .nav-link {
    display: block;
    width: 100%;
    white-space: normal;
    padding: 9px 8px !important;
    font-size: 13px;
    line-height: 1.3;
  }

  .navbar-nav .theme-toggle {
    justify-content: flex-start;
  }

  .navbar-collapse > .theme-toggle {
    margin-left: 0;
    margin-top: 6px;
  }
}

@media (max-width: 575px) {
  .navbar-bottom .container-fluid {
    gap: 10px;
    padding-block: 10px;
  }

  .navbar-collapse {
    margin-top: 8px;
    padding-top: 8px;
  }

  .navbar-nav {
    gap: 2px;
  }

  .navbar-nav .nav-link {
    padding: 8px 6px !important;
    font-size: 12px;
  }
}

.social-rail {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 150;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 8px;
  /* background: rgba(0, 0, 0, 0.75); */
  border-radius: 0 8px 8px 0;
  backdrop-filter: blur(12px);
}

@media (max-width: 991px) {
  .social-rail {
    display: flex;
    top: 50%;
    right: 0px;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
    flex-direction: column;
    gap: 6px;
    padding: 10px 8px;
    border-radius: 10px;
    /* background: rgba(0, 0, 0, 0.75); */
    border: none;
    z-index: 240;
  }
}

@media (max-width: 575px) {
  .social-rail {
    padding: 9px 7px;
  }

  .social-rail a {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .social-rail a i {
    display: block;
    line-height: 1;
  }
}

.social-rail a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #ffffff;
  font-size: 18px;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}

.social-rail a:hover {
  transform: translateY(-1px);
}

.social-rail__link--facebook {
  color: #1877f2;
  background: rgba(24, 119, 242, 0.14);
}

.social-rail__link--instagram {
  color: #e4405f;
  background: rgba(228, 64, 95, 0.16);
}

.social-rail__link--youtube {
  color: #ff0000;
  background: rgba(255, 0, 0, 0.16);
}

.social-rail__link--facebook:hover {
  background: #1877f2;
  color: #ffffff;
}

.social-rail__link--instagram:hover {
  background: #e4405f;
  color: #ffffff;
}

.social-rail__link--youtube:hover {
  background: #ff0000;
  color: #ffffff;
}

html[data-theme="light"] .social-rail {
  background: rgba(255, 255, 255, 0.92);
  /* border: 1px solid rgba(0, 0, 0, 0.14); */
}

html[data-theme="light"] .social-rail a {
  color: #111111;
}

html[data-theme="light"] .social-rail__link--facebook {
  color: #1877f2;
  background: rgba(24, 119, 242, 0.12);
}

html[data-theme="light"] .social-rail__link--instagram {
  color: #e4405f;
  background: rgba(228, 64, 95, 0.14);
}

html[data-theme="light"] .social-rail__link--youtube {
  color: #ff0000;
  background: rgba(255, 0, 0, 0.14);
}

.contact-rail {
  position: fixed;
  top: 50%;
  right: 0;
  left: auto;
  transform: translateY(-50%);
  z-index: 150;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 8px;
  /* background: rgba(0, 0, 0, 0.75); */
  border-radius: 8px 0 0 8px;
  backdrop-filter: blur(12px);
}

@media (max-width: 991px) {
  .social-rail {
    top: 70%;
  }

  .contact-rail {
    display: flex;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 12px 7px;
    border-radius: 8px 0 0 8px;
    z-index: 240;
  }
}

@media (max-width: 575px) {
  .contact-rail {
    padding: 9px 7px;
  }

  .contact-rail__button {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
}


.contact-rail__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  border-radius: 6px;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}

.contact-rail__button:hover {
  transform: translateY(-1px);
}

.contact-rail__button.dropdown-toggle::after {
  display: none;
}

.contact-rail .contact-rail__button--call {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
}

.contact-rail .contact-rail__button--whatsapp {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
}

.contact-rail .contact-rail__button--testdrive {
  position: relative;
  color: #ffffff;
  background: rgba(235, 21, 52, 0.14);
}

.contact-rail__testdrive-reminder {
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  background: #e31837;
  padding: 7px 12px;
  border-radius: 6px;
  line-height: 1.1;
  /*box-shadow: 0 10px 24px rgba(227, 24, 55, 0.35);*/
  pointer-events: none;
  animation: testdrive-popup-attention 1.25s ease-in-out infinite;
}

.contact-rail__testdrive-reminder.is-hidden {
  display: none;
}

.contact-rail__testdrive-reminder::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #e31837;
}

@keyframes testdrive-popup-attention {
  0% {
    transform: translateY(-50%) scale(1);
    box-shadow: 0 10px 24px rgba(227, 24, 55, 0.35);
  }
  50% {
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 14px 30px rgba(227, 24, 55, 0.5);
  }
  100% {
    transform: translateY(-50%) scale(1);
    box-shadow: 0 10px 24px rgba(227, 24, 55, 0.35);
  }
}

@media (max-width: 991px) {
  .contact-rail__testdrive-reminder {
    display: none;
  }
}

.contact-rail .contact-rail__button--call:hover {
  background: #1877f2;
  color: #ffffff;
}

.contact-rail .contact-rail__button--whatsapp:hover {
  background: #ffffff;
  color: #111111;
}

html[data-theme="dark"] .contact-rail .contact-rail__button--whatsapp:hover {
  background: #25d366;
  color: #ffffff;
}

.contact-rail .contact-rail__button--testdrive:hover {
  background: #e31837;
  color: #ffffff;
}

.contact-rail__menu {
  min-width: 272px;
  padding: 10px;
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.38);
}

.contact-rail__menu .dropdown-header {
  margin: 2px 4px 8px;
  padding: 0;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.64);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-rail__menu .dropdown-item {
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  transition: none;
}

.contact-rail__menu .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  transform: none;
  box-shadow: none;
}

.contact-rail__menu-item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.contact-rail__menu-icon {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.contact-rail__menu-content {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.contact-rail__menu-content strong {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.contact-rail__menu-content span {
  font-size: 13px;
  font-weight: 600;
  opacity: 0.98;
}
html[data-theme="light"] .contact-rail {
  background: rgba(255, 255, 255, 0.92);
  /* border: 1px solid rgba(0, 0, 0, 0.14); */
  border-right: 0;
}

html[data-theme="light"] .contact-rail__menu {
  background: linear-gradient(180deg, #ffffff 0%, #f5f6f8 100%);
  border: 1px solid rgba(0, 0, 0, 0.09);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}

html[data-theme="light"] .contact-rail__menu .dropdown-header {
  color: rgba(30, 30, 30, 0.62);
}

html[data-theme="light"] .contact-rail__menu .dropdown-item {
  color: #111111;
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.95);
}

html[data-theme="light"] .contact-rail__menu .dropdown-item:hover {
  color: #111111;
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
}

html[data-theme="light"] .contact-rail__menu-icon {
  background: rgba(17, 17, 17, 0.06);
  color: #111111;
  border-color: rgba(17, 17, 17, 0.15);
}

html[data-theme="light"] .contact-rail__menu-content strong {
  color: rgba(17, 17, 17, 0.64);
}

html[data-theme="light"] .contact-rail .contact-rail__button--call {
  color: #111111;
  background: rgba(17, 17, 17, 0.1);
}

html[data-theme="light"] .contact-rail .contact-rail__button--whatsapp {
  color: #111111;
  background: rgba(17, 17, 17, 0.1);
}

html[data-theme="light"] .contact-rail .contact-rail__button--testdrive {
  color: #111111;
  background: rgba(235, 21, 52, 0.14);
}



.hero-slider {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -1px;
}

.hero-slide__content {
  display: none !important;
}

.hero-slide__image {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
  background: #000000;
  display: block;
}

@media (min-width: 992px) {
  .hero-slide__image {
    aspect-ratio: 28 / 9;
  }
}

@media (max-width: 991px) {
  #heroCarousel .carousel-item {
    height: auto;
    aspect-ratio: auto;
    background: #000000;
  }

  #heroCarousel .hero-slide__image {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    object-position: center center !important;
    background: #000000 !important;
    display: block;
  }

  .hero-slide__image {
    object-fit: contain;
    background: #000000;
  }
}

.hero-progress {
  display: none;
}

.hero-progress__track {
  display: block;
  height: 3px;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 999px;
}

.hero-progress__fill {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #e31837 0%, #ff6a58 100%);
  border-radius: 999px;
  width: 0%;
  transition: width 1s linear;
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 20;
  width: auto;
  opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 42px;
  height: 42px;
  background-color: rgba(0, 0, 0, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-size: 56%;
}

.hero-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.carousel-control-prev.hero-control {
  left: 18px;
}

.carousel-control-next.hero-control {
  right: 18px;
}

.hero-slider:hover .hero-control,
.hero-slider:focus-within .hero-control {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (hover: none) {
  .hero-control {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

@media (max-width: 575px) {
  .hero-control {
    display: none !important;
  }

  .hero-control {
    width: 42px;
    height: 42px;
  }

  .carousel-control-prev.hero-control {
    left: 8px;
  }

  .carousel-control-next.hero-control {
    right: 8px;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 34px;
    height: 34px;
  }
}

.hero-control::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s;
}

.hero-control:hover::before {
  opacity: 1;
}

.hero-scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: clamp(12px, 2vw, 28px);
  transform: translateX(-50%);
  z-index: 25;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(12px, 1vw, 25px);
  font-weight: 600;
}

.hero-scroll-indicator__mouse {
  position: relative;
  width: 30px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 999px!important;
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  background: rgba(0, 0, 0, 0.18);
}

.hero-scroll-indicator__mouse::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 50%;
  width: 14px;
  height: 1px;
  background: rgba(255, 255, 255, 0.75);
  transform: translateX(-50%);
}

.hero-scroll-indicator__wheel {
  width: 3px;
  height: 9px;
  border-radius: 999px;
  background: #ffffff;
  animation: hero-wheel-scroll 1.35s ease-in-out infinite;
}

.hero-scroll-indicator__text {
  color: #ffffff;
}


@keyframes hero-wheel-scroll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  70% {
    opacity: 0.25;
    transform: translateY(9px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .hero-scroll-indicator {
    display: none;
  }

  .hero-scroll-indicator__mouse {
    width: 30px;
    height: 44px;
    border-radius: 15px;
    padding-top: 9px;
  }
}

.about-section {
  padding: var(--section-gap) 0;
  background: var(--page-bg);
}

.about-section--home {
  padding: clamp(42px, 5vw, 72px) 0;
  /* background:
    radial-gradient(circle at 12% 18%, rgba(235, 21, 52, 0.12), transparent 42%),
    radial-gradient(circle at 84% 80%, rgba(255, 106, 88, 0.08), transparent 36%),
    var(--page-bg); */
}

/* Keep consistent vertical section gap on Home page */
#about,
#service-offerings,
#passenger-vehicles,
#commercial-vehicles,
#testimonials {
  padding-block: clamp(30px, 4vw, 52px);
}

.about-home-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
}

@media (max-width: 991px) {
  .about-home-showcase {
    grid-template-columns: 1fr;
  }
}

.about-home-showcase__media {
  position: relative;
  border: none;
  background: transparent;
  padding: clamp(8px, 1.4vw, 14px);
}

.about-home-showcase__image {
  aspect-ratio: 16 / 11;
  object-fit: contain;
  width: min(78%, 520px);
  margin-inline: auto;
  background: transparent;
  border: none;
  box-shadow: none;
}

.about-home-showcase .carousel-item {
  transition: opacity 1.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-home-showcase .carousel-fade .carousel-item {
  transition-property: opacity;
}

.about-home-showcase .carousel-fade .carousel-item:not(.active) {
  opacity: 0;
}

.about-home-showcase .carousel-item .about-home-showcase__image {
  transition: transform 1.25s cubic-bezier(0.16, 1, 0.3, 1),
    filter 1.25s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 1.25s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1);
  filter: brightness(1);
  opacity: 1;
}

.about-home-showcase .carousel.is-fading-out .carousel-item.active .about-home-showcase__image {
  filter: brightness(0.94);
  transform: scale(0.992);
}

.about-home-showcase .carousel.is-fading-in .carousel-item.active .about-home-showcase__image {
  filter: brightness(1);
  transform: scale(1);
}

.about-home-showcase__model-label {
  position: absolute;
  top: 18px;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #e31837;
  color: #ffffff;
}

.about-home-showcase__model-label--side {
  left: 0;
  border-radius: 0 6px 6px 0;
}

.about-home-showcase__model-name {
  position: absolute;
  top: 52px;
  left: 0;
  display: block;
  margin-top: 0;
  padding: 4px 10px;
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  transition: opacity 0.62s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.62s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-home-showcase__model-name.is-swapping {
  opacity: 0;
  transform: translateY(6px);
}

.about-home-showcase__label {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e31837;
}

.about-home-showcase__content h2 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  margin: 0 0 18px;
  line-height: 1.2;
}

.about-home-showcase__content p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
  text-align: justify;
}

.about-home-showcase__content p:last-of-type {
  margin-bottom: 24px;
}

.about-home-showcase__icons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.about-home-showcase__icon-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
}

.about-home-showcase__icon-item i {
  font-size: 24px;
  /* color: #ffffff; */
}

.about-home-showcase__icon-item span {
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
}

/* html[data-theme="light"] .about-section--home {
  background:
    radial-gradient(circle at 12% 18%, rgba(235, 21, 52, 0.08), transparent 40%),
    radial-gradient(circle at 84% 80%, rgba(255, 106, 88, 0.06), transparent 34%),
    #f5f5f2;
} */

html[data-theme="light"] .about-home-showcase__media {
  border: none;
  background: transparent;
}

html[data-theme="light"] .about-home-showcase__image {
  background: transparent;
}

html[data-theme="light"] .about-home-showcase__icon-item {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.02);
}

html[data-theme="light"] .about-home-showcase__icon-item span {
  color: #111111;
}

@media (max-width: 767px) {
  .about-home-showcase__icons {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .about-home-showcase {
    gap: 24px;
  }

  .about-home-showcase__media {
    padding-top: 54px;
  }

  .about-home-showcase__image {
    width: min(92%, 400px);
  }

  .about-home-showcase__model-label {
    top: 0;
    padding: 6px 10px;
    font-size: 11px;
  }

  .about-home-showcase__model-name {
    top: 30px;
    max-width: calc(100% - 12px);
    font-size: 13px;
  }

  .about-home-showcase__content h2 {
    font-size: 26px;
  }

  .about-home-showcase__content p {
    font-size: 14px;
    line-height: 1.7;
  }
}

.service-offerings-section {
  padding: var(--section-gap) 0;
  background: #000000;
}

html[data-theme="light"] .service-offerings-section {
  background: #f5f5f2;
}

.service-offerings-section__heading {
  text-align: center;
  margin-bottom: clamp(36px, 4vw, 48px);
}

.service-offerings-section__heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.service-offerings-section__copy {
  flex: 1;
}

.service-offerings-section__heading span {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e31837;
}

.service-offerings-section__heading h2 {
  margin: 0 0 16px;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

html[data-theme="light"] .service-offerings-section__heading h2 {
  color: #111111;
}

.service-offerings-section__heading p {
  max-width: 600px;
  margin: 0 auto;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.service-offerings-page .service-offerings-section__heading {
  text-align: left;
}

.service-offerings-page .service-offerings-section__heading p {
  margin: 0;
}

.service-offerings-section:not(.service-offerings-page) .service-offerings-section__heading {
  text-align: left;
}

.service-offerings-section:not(.service-offerings-page) .service-offerings-section__heading p {
  margin: 0;
}

.service-offerings-section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.service-offerings-section__button {
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid #e31837;
  background: #e31837;
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.service-offerings-section__button:hover {
  background: #bc102a;
  border-color: #bc102a;
  color: #ffffff;
}

.service-offerings-section__button--outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.75);
  color: #ffffff;
}

.service-offerings-section__button--outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
  color: #ffffff;
}

html[data-theme="light"] .service-offerings-section__heading p {
  color: #4f4f4f;
}

html[data-theme="light"] .service-offerings-section__button {
  background: #e31837;
  border-color: #ffffff;
  color: #ffffff;
}

html[data-theme="light"] .service-offerings-section__button:hover {
  background: #bc102a;
  border-color: #bc102a;
}

html[data-theme="light"] .service-offerings-section__button--outline {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.5);
  color: #111111;
}

html[data-theme="light"] .service-offerings-section__button--outline:hover {
  background: #f2f2ee;
  border-color: rgba(0, 0, 0, 0.65);
  color: #111111;
}

.service-offerings-grid {
  counter-reset: service-card;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.service-offerings-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  counter-increment: service-card;
  min-height: 360px;
  padding: 34px 22px 28px;
  padding-top: 140px;
  background: #050505;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 22px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transition: border-color 0.25s ease, transform 0.25s ease;
  min-width: 0;
}

.service-offerings-card::before {
  content: counter(service-card, decimal-leading-zero);
  position: absolute;
  top: 20px;
  left: 18px;
  font-family: "Georama", sans-serif;
  font-size: clamp(50px, 4.8vw, 76px);
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.18);
  letter-spacing: -0.04em;
  z-index: 0;
}

html[data-theme="light"] .service-offerings-card {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 1);
}

html[data-theme="light"] .service-offerings-card::before {
  color: rgba(0, 0, 0, 0.18);
}

.service-offerings-card:hover {
  border-color: rgba(255, 255, 255, 0.75);
  /* transform: translateY(-6px); */
}

html[data-theme="light"] .service-offerings-card:hover {
  border-color: rgba(0, 0, 0, 0.45);
}

.service-offerings-card__icon {
  position: absolute;
  top: 22px;
  right: 18px;
  width: 86px;
  height: 86px;
  margin-bottom: 18px;
  margin: 0;
  background: #ffffff;
  display: grid;
  place-items: center;
  padding: 12px;
  border-radius: 50% !important;
  border: 1px solid #000;
  z-index: 1;
}

.service-offerings-card__icon::before,
.service-offerings-card__icon::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 8px;
  background: #e31837;
  border-radius: 999px;
  transform: rotate(54deg);
  transform-origin: center;
}

.service-offerings-card__icon::before {
  top: -22px;
  left: -28px;
}

.service-offerings-card__icon::after {
  right: -30px;
  bottom: -22px;
}

.service-offerings-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-offerings-card h3 {
  margin: 8px 0 12px;
  font-size: 36px;
  font-size: clamp(20px, 1vw, 26px);
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.1;
}

html[data-theme="light"] .service-offerings-card h3 {
  color: #111111;
}

.service-offerings-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
  max-width: 42ch;
}

html[data-theme="light"] .service-offerings-card p {
  color: #2f2f2f;
}

@media (min-width: 1200px) {
  .service-offerings-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .service-offerings-section__heading {
    text-align: left;
  }

  .service-offerings-section__heading-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-offerings-section__heading p {
    margin: 0;
  }

  .service-offerings-section__actions {
    width: 100%;
    justify-content: flex-start;
  }

  .service-offerings-section__button {
    flex: 1 1 40px;
  }

  .service-offerings-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-offerings-card {
    min-height: 320px;
    padding: 24px 16px 20px;
    padding-top: 120px;
  }

  .service-offerings-card h3 {
    font-size: clamp(24px, 8vw, 30px);
  }

  .service-offerings-card p {
    font-size: 15px;
  }
}

.passenger-vehicles {
  padding: var(--section-gap) 0;
  background: var(--page-bg);
}

.service-offerings-section + .passenger-vehicles {
  padding-top: clamp(18px, 2vw, 30px);
}

.passenger-vehicles__heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: clamp(36px, 4vw, 48px);
}

.passenger-vehicles__copy span {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e31837;
}

.passenger-vehicles__copy h2 {
  margin: 0 0 12px;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  /* max-width: 14ch; */
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.passenger-vehicles__copy p {
  margin: 0;
  font-size: 16px;
  color: var(--muted);
  max-width: 48ch;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.passenger-vehicles__controls {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}

.passenger-vehicles__filters {
  display: flex;
  gap: 4px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  flex-wrap: nowrap;
}

.passenger-vehicles__filter {
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: transparent;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.passenger-vehicles__filter.is-active {
  background: #e31837;
  color: #ffffff;
}

html[data-theme="light"] .passenger-vehicles__filters {
  background: #e8e8e4;
  border: 1px solid rgba(0, 0, 0, 0.14);
}

html[data-theme="light"] .passenger-vehicles__filter {
  color: #1a1a1a;
}

html[data-theme="light"] .passenger-vehicles__filter:hover {
  background: rgba(0, 0, 0, 0.08);
}

html[data-theme="light"] .passenger-vehicles__filter.is-active {
  background: #e31837;
  color: #ffffff;
}

.passenger-vehicles__arrows {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
}

.passenger-vehicles__control {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.08);
  border: none;
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.passenger-vehicles__control:hover {
  background: rgba(255, 255, 255, 0.16);
}

html[data-theme="light"] .passenger-vehicles__control {
  background: #e8e8e4;
  border: 1px solid rgba(0, 0, 0, 0.14);
  color: #1a1a1a;
}

html[data-theme="light"] .passenger-vehicles__control:hover {
  background: #dcdcd6;
}

.passenger-vehicles__control:disabled {
  opacity: 0.34;
  cursor: not-allowed;
}

.passenger-vehicles__slider {
  overflow: hidden;
}

.passenger-vehicles__viewport {
  overflow: visible;
}

.passenger-vehicles__track {
  display: flex;
  gap: 24px;
  transition: transform 0.3s;
}

.passenger-vehicles__card {
  flex: 0 0 calc(25% - 18px);
  background: #1a1a1a;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid;
}

@media (max-width: 1199px) {
  .passenger-vehicles__card {
    flex: 0 0 calc(33.333% - 16px);
  }
}

@media (max-width: 991px) {
  .passenger-vehicles__card {
    flex: 0 0 calc(50% - 12px);
  }
}

@media (max-width: 575px) {
  .passenger-vehicles__card {
    flex: 0 0 100%;
  }
}

html[data-theme="light"] .passenger-vehicles__card {
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #000;
}

.passenger-vehicles__media {
  padding: 18px 18px 10px;
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.passenger-vehicles__media img {
  width: 108%;
  max-width: 108%;
  height: auto;
  object-fit: contain;
}

.passenger-vehicles__card-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0 20px 20px;
  flex: 1;
}

.passenger-vehicles__card-body>div:first-child {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 58px;
}

@media (max-width: 575px) {
  .passenger-vehicles__media {
    min-height: 162px;
  }
}

.passenger-vehicles__card-body h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
}

html[data-theme="light"] .passenger-vehicles__card-body h3 {
  color: #111111;
}

.passenger-vehicles__price {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
}

.passenger-vehicles__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
  margin-top: auto;
}

.passenger-vehicles__action {
  flex: 1;
  min-height: 38px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
  background: #b2122b;
  color: #ffffff;
  border-radius: 8px;
  transition: background 0.2s;
}

.passenger-vehicles__action:hover {
  background: #980c20;
}

.passenger-vehicles__action--outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

html[data-theme="light"] .passenger-vehicles__action--outline {
  border-color: rgba(0, 0, 0, 1);
  color: #111111;
}

.passenger-vehicles__action--outline:hover {
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 767px) {
  .passenger-vehicles__heading {
    align-items: stretch;
    gap: 18px;
  }

  .passenger-vehicles__copy p {
    -webkit-line-clamp: unset;
    max-width: none;
    overflow: visible;
  }

  .passenger-vehicles__controls {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .passenger-vehicles__filters {
    width: 100%;
    flex-wrap: wrap;
  }

  .passenger-vehicles__filter {
    flex: 1 1 140px;
    text-align: center;
  }

  .passenger-vehicles__arrows {
    justify-content: flex-end;
  }

  .passenger-vehicles__track {
    gap: 16px;
  }

  .passenger-vehicles__media {
    padding: 16px 16px 8px;
  }

  .passenger-vehicles__card-body {
    gap: 12px;
    padding: 0 16px 16px;
  }
}

@media (max-width: 575px) {

  .passenger-vehicles__controls {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .passenger-vehicles__filters {
    width: auto;
    flex-wrap: nowrap;
    flex: 1 1 auto;
  }

  .passenger-vehicles__copy h2,
  .testimonials-section__heading h2,
  .service-offerings-section__heading h2 {
    font-size: 26px;
  }

  .passenger-vehicles__filter {
    flex: 1 1 0;
    flex-basis: auto;
  }

  .passenger-vehicles__arrows {
    width: auto;
    justify-content: flex-end;
  }

  .passenger-vehicles__control {
    flex: 0 0 auto;
  }

  .passenger-vehicles__media {
    min-height: 150px;
  }

  .passenger-vehicles__action {
    width: 100%;
    min-height: 36px;
    padding: 7px 10px;
    font-size: 11px;
  }
}

/* Home delivery gallery: keep all cards same size */
#delivery-gallery .passenger-vehicles__card {
  overflow: hidden;
}

#delivery-gallery .passenger-vehicles__media {
  padding: 0;
  min-height: 0;
  aspect-ratio: 4 / 4;
}

#delivery-gallery .passenger-vehicles__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
}

/* Keep filters + arrows in one line on all devices */
.passenger-vehicles__controls {
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap !important;
}

.passenger-vehicles__filters {
  width: auto !important;
  flex-wrap: nowrap !important;
}

.passenger-vehicles__arrows {
  width: auto !important;
  justify-content: flex-end;
}

.testimonials-section {
  padding: var(--section-gap) 0;
  background: linear-gradient(180deg, #0f0f0f 0%, #000000 100%);
  overflow: hidden;
}

/* ===== Image Lightbox ===== */
.img-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.img-lightbox.is-open {
  visibility: visible;
  opacity: 1;
}

.img-lightbox__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: zoom-out;
}

.img-lightbox__frame {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: min(90vw, 900px);
  transform: scale(0.88);
  transition: transform 0.38s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.img-lightbox.is-open .img-lightbox__frame {
  transform: scale(1);
}

.img-lightbox__img {
  display: block;
  max-width: 100%;
  max-height: 80vh;
  width: auto;
  height: auto;
  border-radius: 12px;
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.6),
    0 32px 80px rgba(0, 0, 0, 0.8);
  object-fit: contain;
}

.img-lightbox__caption {
  margin: 14px 0 0;
  font-family: "Georama", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
}

/* Close button */
.img-lightbox__close {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 3;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: background 0.2s ease, transform 0.25s ease;
}

.img-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: rotate(90deg);
}

/* Arrow nav buttons */
.img-lightbox__prev,
.img-lightbox__next {
  position: fixed;
  top: 50%;
  z-index: 3;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transform: translateY(-50%);
  transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.img-lightbox__prev { left: 20px; }
.img-lightbox__next { right: 20px; }

.img-lightbox__prev:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-50%) scale(1.1);
}

.img-lightbox__next:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-50%) scale(1.1);
}

.img-lightbox__prev:disabled,
.img-lightbox__next:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}

.img-lightbox__prev:disabled:hover,
.img-lightbox__next:disabled:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-50%) scale(1);
}

/* Counter badge */
.img-lightbox__counter {
  position: fixed;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  font-family: "Georama", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.42);
}

@media (max-width: 575px) {
  .img-lightbox__prev { left: 10px; }
  .img-lightbox__next { right: 10px; }

  .img-lightbox__prev,
  .img-lightbox__next {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .img-lightbox__close {
    top: 14px;
    right: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .img-lightbox,
  .img-lightbox__frame {
    transition: none !important;
  }
}

html[data-theme="light"] .testimonials-section {
  background: #f5f5f2;
}

.testimonials-section__heading {
  text-align: left;
  margin-bottom: clamp(36px, 4vw, 48px);
}

.testimonials-section__heading span {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e31837;
}

.testimonials-section__heading h2 {
  margin: 0 0 16px;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

html[data-theme="light"] .testimonials-section__heading h2 {
  color: #111111;
}

.testimonials-section__heading p {
  max-width: 600px;
  margin: 0;
  font-size: 16px;
  color: var(--muted);
}

.testimonials-section__heading-row {
  align-items: flex-end;
  gap: 16px;
}

.testimonials-section__heading-row .testimonials-section__heading {
  margin-bottom: 0;
}

.testimonials-section__controls {
  flex-shrink: 0;
}

.review-modal {
  background: #0f0f0f;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

#writeReviewModal .modal-dialog {
  max-width: 360px;
}

.review-modal__header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.review-modal__title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}

.review-modal__copy {
  margin-bottom: 12px;
  color: var(--muted);
}

.review-modal__qr {
  width: min(100%, 230px);
  height: auto;
  display: block;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #ffffff;
}

.review-modal__close {
  filter: invert(1);
}

html[data-theme="light"] .review-modal {
  background: #ffffff;
  color: #111111;
  border-color: rgba(0, 0, 0, 0.12);
}

html[data-theme="light"] .review-modal__header {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

html[data-theme="light"] .review-modal__close {
  filter: none;
}

@media (max-width: 991px) {
  .testimonials-section__heading-row {
    align-items: stretch;
    gap: 14px;
  }

  .testimonials-section__controls {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.testimonials-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.testimonials-marquee {
  overflow: hidden;
  padding: 8px 0;
}

.testimonials-marquee__track {
  display: flex;
  gap: 24px;
  width: max-content;
}

.testimonials-marquee--left .testimonials-marquee__track {
  animation: scroll-left 45s linear infinite;
}

.testimonials-marquee--right .testimonials-marquee__track {
  animation: scroll-right 45s linear infinite;
}

.testimonials-marquee:hover .testimonials-marquee__track,
.testimonials-marquee:focus-within .testimonials-marquee__track {
  animation-play-state: paused;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.testimonial-card {
  flex: 0 0 320px;
  padding: 24px;
  background: #1a1a1a;
  border-radius: 12px;
}

html[data-theme="light"] .testimonial-card {
  background: #ffffff;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06); */
  border: 1px solid #000;
}

.testimonial-card__stars {
  display: flex;
  gap: 2px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #ffc107;
}

.testimonial-card__quote {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
  font-style: italic;
}

html[data-theme="light"] .testimonial-card__quote {
  color: #1e1e1e;
}

.testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-card__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  color: #111111;
}

.testimonial-card__avatar--amber {
  background: #f59e0b;
}

.testimonial-card__avatar--red {
  background: #ef4444;
}

.testimonial-card__avatar--blue {
  background: #3b82f6;
}

.testimonial-card__avatar--green {
  background: #10b981;
}

.testimonial-card__avatar--purple {
  background: #8b5cf6;
}

.testimonial-card__avatar--teal {
  background: #14b8a6;
}

.testimonial-card__info h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

html[data-theme="light"] .testimonial-card__info h3 {
  color: #111111;
}

.testimonial-card__info p {
  margin: 2px 0 0;
  font-size: 12px;
  color: var(--muted);
}

@media (max-width: 575px) {
  .testimonials-container {
    gap: 10px;
  }

  .testimonials-marquee__track {
    gap: 16px;
  }

  .testimonial-card {
    flex-basis: min(84vw, 280px);
    padding: 20px;
  }

  .testimonial-card__quote {
    font-size: 13px;
  }
}

.home-enquiry {
  padding: var(--section-gap) 0;
  background: #000000;
}

.home-enquiry__inner {
  max-width: 960px;
  margin: 0 auto;
}

.home-enquiry__header {
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.home-enquiry__header h2 {
  margin: 0 0 10px;
  font-size: clamp(34px, 4vw, 52px);
  text-transform: uppercase;
  color: #ffffff;
}

.home-enquiry__header p {
  margin: 0;
  font-size: clamp(16px, 2vw, 22px);
  color: rgba(255, 255, 255, 0.9);
}

.home-enquiry-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 30px;
  align-items: center;
}

.home-enquiry-form__field .form-control,
.home-enquiry-form__field .form-select {
  min-height: 56px;
  padding: 14px 18px;
  border: 1px solid transparent;
  border-radius: 999px !important;
  background: #e2e2e2;
  color: #111111;
  font-size: 20px;
  font-weight: 500;
}

.home-enquiry-form__field .form-control::placeholder {
  color: #111111;
  opacity: 1;
}

.home-enquiry-form__field .form-control:focus,
.home-enquiry-form__field .form-select:focus {
  box-shadow: 0 0 0 3px rgba(235, 21, 52, 0.22);
  border-color: #ffffff;
}

.home-enquiry-form__consent {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  color: #ffffff;
  user-select: none;
}

.home-enquiry-form__consent input {
  width: 18px;
  height: 18px;
  accent-color: #ffffff;
}

.home-enquiry-form__actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 34px;
}

.home-enquiry-form__submit {
  width: min(320px, 100%);
  min-height: 56px;
  border: 1px solid #ffffff;
  border-radius: 999px !important;
  background: #000000;
  color: #ffffff;
  font-size: 34px;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  line-height: 1;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.home-enquiry-form__submit:hover {
  background: #e31837;
  border-color: #ffffff;
  color: #ffffff;
}

html[data-theme="light"] .home-enquiry {
  background: #f5f5f2;
}

html[data-theme="light"] .home-enquiry__header {
  border-bottom-color: rgba(0, 0, 0, 0.18);
}

html[data-theme="light"] .home-enquiry__header h2 {
  color: #111111;
}

html[data-theme="light"] .home-enquiry__header p {
  color: #2f2f2f;
}

html[data-theme="light"] .home-enquiry-form__field .form-control,
html[data-theme="light"] .home-enquiry-form__field .form-select {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.16);
  color: #111111;
}

html[data-theme="light"] .home-enquiry-form__field .form-control::placeholder {
  color: #444444;
}

html[data-theme="light"] .home-enquiry-form__consent {
  color: #111111;
}

html[data-theme="light"] .home-enquiry-form__submit {
  background: #e31837;
  border-color: #ffffff;
  color: #ffffff;
}

html[data-theme="light"] .home-enquiry-form__submit:hover {
  background: #b90f29;
  border-color: #b90f29;
}

@media (max-width: 768px) {
  .home-enquiry-form__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-enquiry-form__field .form-control,
  .home-enquiry-form__field .form-select {
    min-height: 50px;
    font-size: 16px;
  }

  .home-enquiry-form__consent {
    font-size: 17px;
  }

  .home-enquiry-form__actions {
    margin-top: 22px;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .home-enquiry__header {
    padding-bottom: 18px;
    margin-bottom: 24px;
  }

  .home-enquiry__header h2 {
    font-size: 28px;
  }

  .home-enquiry__header p {
    font-size: 15px;
  }

  .home-enquiry-form__field .form-control,
  .home-enquiry-form__field .form-select {
    min-height: 48px;
    padding: 12px 16px;
    font-size: 15px;
  }

  .home-enquiry-form__consent {
    align-items: flex-start;
    font-size: 15px;
    line-height: 1.5;
  }

  .home-enquiry-form__submit {
    min-height: 50px;
    font-size: 20px;
  }
}

.site-footer {
  background: var(--footer-bg);
}

.home-video-reveal {
  padding: clamp(24px, 4vw, 42px) 0 0;
  background: #0f0f0f;
}

.home-video-reveal__bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.home-video-reveal__frame {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  width: min(1400px, 96vw);
  margin: 0 auto;
  height: clamp(320px, 58vh, 760px);
  background: #000000;
  border: 0;
  box-shadow: none;
  clip-path: inset(0% 0% 0% 0% round 0);
  transform: none;
  opacity: 1;
}

.home-video-reveal__media {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: contain;
  object-position: center;
  display: block;
  opacity: 1;
  filter: saturate(1.12) contrast(1.08);
}

.home-video-reveal__audio-toggle {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 18px;
  min-height: 38px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.68);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.home-video-reveal__audio-toggle:hover {
  background: rgba(227, 24, 55, 0.92);
  border-color: rgba(227, 24, 55, 1);
}

html[data-theme="light"] .home-video-reveal {
  background: #efefeb;
}

html[data-theme="light"] .home-video-reveal__frame {
  box-shadow: none;
}

html[data-theme="light"] .home-video-reveal__audio-toggle {
  border-color: rgba(17, 17, 17, 0.32);
  background: rgba(255, 255, 255, 0.82);
  color: #121212;
}

@media (max-width: 767px) {
  .home-video-reveal {
    padding: 18px 0 0;
  }

  .home-video-reveal__frame {
    height: clamp(280px, 56vh, 520px);
  }

  .home-video-reveal__audio-toggle {
    right: 12px;
    bottom: 12px;
    min-height: 34px;
    padding: 7px 10px;
    font-size: 12px;
  }
}

.support-marquee {
  position: relative;
  overflow: hidden;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(90deg, #0f0f0f 0%, #1a1a1a 45%, #0f0f0f 100%);
}

.support-marquee__track {
  display: inline-flex;
  width: max-content;
  min-width: max-content;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
  animation: support-marquee-scroll 24s linear infinite;
  will-change: transform;
}

.support-marquee:hover .support-marquee__track,
.support-marquee:focus-within .support-marquee__track {
  animation-play-state: paused;
}

.support-marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
}

.support-marquee__item a {
  color: inherit;
  text-decoration: none;
}

.support-marquee__item a:hover,
.support-marquee__item a:focus-visible {
  color: #e31837;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.support-marquee__item strong {
  color: #e31837;
  font-weight: 700;
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.support-marquee__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e31837;
  opacity: 0.95;
}

@keyframes support-marquee-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

html[data-theme="light"] .support-marquee {
  border-top-color: rgba(0, 0, 0, 0.14);
  border-bottom-color: rgba(0, 0, 0, 0.14);
  background: linear-gradient(90deg, #fafafa 0%, #ffffff 45%, #fafafa 100%);
}

html[data-theme="light"] .support-marquee__item {
  color: #111111;
}

html[data-theme="light"] .support-marquee__item strong {
  color: #e31837;
  box-shadow: none;
}

/* Gallery page awards image cards marquee */
.gallery-awards-marquee {
  position: relative;
  padding: 20px 0 28px;
  overflow: hidden;
}

.gallery-awards-marquee .service-offerings-section__heading-row,
.gallery-awards-marquee .service-offerings-section__copy {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}

.gallery-awards-marquee .service-offerings-section__heading {
  text-align: left;
}

.gallery-awards-marquee .service-offerings-section__heading p {
  margin: 0 !important;
  text-align: left !important;
}

.gallery-awards-marquee .service-offerings-section__heading-row {
  justify-content: flex-start;
}

.gallery-awards-marquee .service-offerings-section__copy {
  margin-inline: 0;
  text-align: left;
}

.gallery-awards-marquee__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gallery-awards-marquee__card {
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 0;
  background: transparent;
  overflow: hidden;
  border-radius: 10px;
}

.gallery-awards-marquee__card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent;
  display: block;
  cursor: default;
  transition: none;
}

.gallery-awards-marquee__card:hover img,
.gallery-awards-marquee__card:focus-within img {
  transform: none;
}

@media (max-width: 1199px) {
  .gallery-awards-marquee__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .gallery-awards-marquee__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (max-width: 767px) {
  .gallery-awards-marquee {
    padding: 14px 0 20px;
  }

  .gallery-awards-marquee__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.footer-main {
  padding: 0 0 48px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer-cards {
  margin-bottom: 48px;
  justify-content: center;
}

.footer-cards>div {
  flex: 0 0 min(100%, 480px);
  max-width: min(100%, 480px);
}

.footer-card {
  position: relative;
  padding: 24px;
  border-radius: 16px;
  overflow: hidden;
}

.footer-card--red {
  background: #e31837;
}

.footer-card--dark {
  background: #1a1a1a;
}

html[data-theme="light"] .footer-card--dark {
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-card h2 {
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}

.footer-card__info {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.footer-card__info:last-of-type {
  margin-bottom: 0;
}

.footer-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  font-size: 16px;
  color: currentColor;
}

.footer-card--red .footer-icon {
  background: #000000;
  color: #ffffff;
}

.footer-card--dark .footer-icon {
  background: #e31837;
  color: #ffffff;
}

.footer-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.94);
}

.footer-card--red h2,
.footer-card--red p,
.footer-card--red .footer-card__info {
  color: #111111;
}

.footer-card__button {
  display: inline-flex;
  margin-top: 16px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: #ffffff;
  color: #111111;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: background 0.2s, color 0.2s;
}

.footer-card__button:hover {
  background: #000000;
  color: #ffffff;
}

.footer-card--red .footer-card__button {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}

.footer-card--red .footer-card__button:hover {
  background: #1f1f1f;
  border-color: #1f1f1f;
  color: #ffffff;
}

.footer-card--dark .footer-card__button {
  background: #b2122b;
  color: #ffffff;
  border-color: #b2122b;
}

.footer-card--dark .footer-card__button:hover {
  background: #980c20;
  border-color: #980c20;
  color: #ffffff;
}

.footer-card__art {
  position: absolute;
  bottom: 0px;
  right: 35px;
  font-size: 100px;
  color: rgba(255, 255, 255, 0.08);
}

.footer-card--red .footer-card__art {
  color: rgba(0, 0, 0, 0.2);
}

.footer-card--dark .footer-card__art {
  color: rgba(235, 21, 52, 0.3);
}

.footer-links {
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.assistance-block h2 {
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

.assistance-block h2 span {
  color: #e31837;
}

.assistance-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}

.assistance-item__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  font-size: 18px;
  color: currentColor;
}

.assistance-item h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

.assistance-item p {
  margin: 4px 0 0;
  font-size: 14px;
  color: var(--muted);
}

.info-columns {
  padding-top: 16px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-column h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.footer-column a {
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  color: #d5d5d5;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-column a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e31837;
}

.footer-column a:hover {
  color: #ffffff;
}

.footer-bottom {
  padding: 24px 0;
  background: #000000;
}

html[data-theme="light"] .site-footer {
  background: #efefeb;
}

html[data-theme="light"] .footer-card--dark .footer-icon {
  background: #e31837;
  color: #ffffff;
}

html[data-theme="light"] .footer-card--dark .footer-card__art {
  color: rgba(235, 21, 52, 0.3);
}

html[data-theme="light"] .footer-links {
  border-top-color: rgba(0, 0, 0, 0.14);
}

html[data-theme="light"] .assistance-block h2,
html[data-theme="light"] .assistance-item h3,
html[data-theme="light"] .footer-column h3 {
  color: #151515;
}

html[data-theme="light"] .assistance-item__icon {
  background: rgba(0, 0, 0, 0.08);
}

html[data-theme="light"] .assistance-item p,
html[data-theme="light"] .footer-column a,
html[data-theme="light"] .footer-bottom__inner,
html[data-theme="light"] .footer-bottom__links a {
  color: #4f4f4f;
}

html[data-theme="light"] .footer-column a:hover,
html[data-theme="light"] .footer-bottom__links a:hover {
  color: #111111;
}

html[data-theme="light"] .footer-bottom {
  background: #e4e4de;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-bottom__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #d5d5d5;
}

.footer-bottom__links {
  display: flex;
  gap: 20px;
}

.footer-bottom__links a {
  color: #d5d5d5;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-bottom__links a:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .footer-main {
    padding-bottom: 36px;
  }

  .footer-container {
    padding: 0 18px;
  }

  .footer-card {
    padding: 20px;
  }

  .footer-card__art {
    right: 18px;
    font-size: 72px;
  }

  .footer-links {
    padding-top: 24px;
  }

  .info-columns {
    padding-top: 0;
  }

  .footer-bottom__inner,
  .footer-bottom__links {
    justify-content: center;
    text-align: center;
  }

  .footer-bottom__links {
    flex-wrap: wrap;
    gap: 10px 16px;
  }
}

@media (max-width: 575px) {
  .footer-card h2 {
    font-size: 22px;
  }

  .footer-card__button {
    width: 100%;
    justify-content: center;
  }

  .footer-card__art {
    display: none;
  }

  .assistance-block h2 {
    font-size: 18px;
  }

  .assistance-item {
    gap: 10px;
    margin-bottom: 16px;
  }
}

.scroll-top-btn {
  position: fixed;
  right: 12px;
  bottom: 38px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(180deg, #e31837 0%, #d61230 100%);
  border: none;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(28px) scale(0.9);
  /* box-shadow: 0 4px 12px rgba(235, 21, 52, 0.35); */
  cursor: pointer;
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
}

@media (max-width: 767px) {
  .scroll-top-btn {
    right: 12px;
    bottom: 72px;
  }
}

.scroll-top-btn.is-visible {
  opacity: 1;
  visibility: visible;
}

.scroll-top-btn:hover {
  transform: translateY(-4px);
  /* box-shadow: 0 8px 20px rgba(235, 21, 52, 0.45); */
}

.page-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 5000;
  transform-origin: left center;
  transform: scaleX(0);
  background: #ffffff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
  pointer-events: none;
}

html[data-theme="light"] .page-scroll-progress {
  background: #000000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.outlets-page {
  padding: var(--section-gap) 0;
  background: var(--page-bg);
}

.outlets-page__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 24px;
}

.outlet-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
}

.outlet-filter-btn {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.outlet-filter-btn:hover,
.outlet-filter-btn.is-active {
  background: #e31837;
  color: #ffffff;
  border-color: #e31837;
}

.outlet-nearest-hint {
  margin: 0 0 14px;
  font-size: 14px;
  color: var(--muted);
}

html[data-theme="light"] .outlet-filter-btn {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 1);
  color: #111111;
}

html[data-theme="light"] .outlet-filter-btn:hover,
html[data-theme="light"] .outlet-filter-btn.is-active {
  background: #bf0f29;
  border-color: #bf0f29;
  color: #ffffff;
}

.outlet-card--nearest {
  border-color: rgba(227, 24, 55, 0.95) !important;
  box-shadow: 0 18px 44px rgba(227, 24, 55, 0.26);
}

.outlet-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #1a1a1a;
  border: none;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.outlet-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #e31837 0%, #ff6a58 100%);
  opacity: 0.9;
}

.outlet-card:hover {
  transform: none;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
}

.outlet-card__header {
  display: grid;
  gap: 10px;
  padding: 20px 22px 14px;
  border-bottom: none;
  background: transparent;
}

.outlet-card__badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  background: #e31837;
  border-radius: 999px;
}

.outlet-card__badge--premium {
  background: #e31837;
}

.outlet-card h3 {
  margin: 0;
  font-size: 21px;
  font-weight: 700;
  color: var(--page-text);
  letter-spacing: 0.01em;
}

.outlet-card__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--muted);
}

.outlet-card__rating i {
  color: #ffc107;
}

.outlet-card__body {
  display: grid;
  gap: 14px;
  padding: 18px 22px 20px;
}

.outlet-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: flex-start;
}

.outlet-item__icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--page-text);
  font-size: 16px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.outlet-item__content h4 {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--page-text);
}

.outlet-item__content p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--muted);
}

.outlet-item__content a {
  color: inherit;
  text-decoration: none;
}

.outlet-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #ff7d6d;
  text-decoration: none;
}

.outlet-card__link:hover {
  color: #ffffff;
}

html[data-theme="light"] .outlet-card {
  background: #ffffff;
  border-color: transparent;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.1);
}

html[data-theme="light"] .outlet-card__header {
  border-bottom: none;
  background: transparent;
}

html[data-theme="light"] .outlet-item__icon {
  background: rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

html[data-theme="light"] .outlet-card__link {
  color: #d61230;
}

html[data-theme="light"] .outlet-card__link:hover {
  color: #9f0d24;
}

@media (max-width: 991px) {
  .outlets-page__grid {
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  }
}

@media (max-width: 768px) {
  .outlets-page {
    padding: 60px 0 60px;
  }

  .outlets-page__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .outlet-card {
    border-radius: 14px;
  }

  .outlet-card__header,
  .outlet-card__body {
    padding-inline: 18px;
  }

  .outlet-card h3 {
    font-size: 18px;
  }

  .outlet-item {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
  }

  .outlet-item__icon {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero-slide__content {
  position: absolute;
  bottom: 20%;
  left: 8%;
  z-index: 10;
  max-width: 540px;
}

.hero-slide__label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #e31837;
  color: #ffffff;
}

.hero-slide__title {
  margin: 0 0 16px;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
}

.hero-slide__subtitle {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

.hero-slide__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero-slide__btn {
  display: inline-flex;
  align-items: center;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.2s, transform 0.2s;
}

.hero-slide__btn--primary {
  background: #e31837;
  color: #ffffff;
}

.hero-slide__btn--primary:hover {
  background: #d61230;
  transform: translateY(-2px);
}

.hero-slide__btn--outline {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.hero-slide__btn--outline:hover {
  background: #ffffff;
  color: #000000;
}

.carousel-item {
  position: relative;
}

.enquiry-modal .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 24px;
  background: #1d202b;
}

.enquiry-modal .modal-header h5 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.enquiry-modal .modal-body {
  padding: 24px;
  background: #1d202b;
}

.enquiry-modal .modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px 24px;
  background: #1d202b;
}

.enquiry-modal .btn-close {
  filter: invert(1);
}

.enquiry-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

.form-group .form-control,
.form-group .form-select {
  padding: 12px 16px;
  background: #0f0f0f;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #ffffff;
  font-size: 15px;
  transition: border-color 0.2s;
}

html[data-theme="light"] .form-group .form-control,
html[data-theme="light"] .form-group .form-select {
  background: #f5f5f2;
  border-color: #ddd;
  color: #111111;
}

.form-group .form-control:focus,
.form-group .form-select:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(235, 21, 52, 0.15);
  outline: none;
}

.form-group .form-control::placeholder {
  color: var(--muted);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 575px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}

.enquiry-submit {
  padding: 14px 28px;
  background: linear-gradient(180deg, #e31837 0%, #d61230 100%);
  border: none;
  border-radius: 8px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.enquiry-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(235, 21, 52, 0.35);
}

.enquiry-modal .modal-dialog {
  max-width: min(680px, 88vw);
  min-height: 100dvh;
  display: flex;
  align-items: center;
}

@media (min-width: 576px) {
  .enquiry-modal.modal {
    --bs-modal-margin: 0;
  }
}

.enquiry-modal .modal-content {
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0 !important;
}

.enquiry-modal .modal-header,
.enquiry-modal .modal-body {
  background: transparent;
}

.enquiry-modal .modal-header {
  padding: 22px 24px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.enquiry-modal .enquiry-modal__brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.enquiry-modal .enquiry-modal__brand-text,
.enquiry-modal .enquiry-modal__title {
  margin: 0;
  font-size: clamp(12px, 2vw, 20px);
  color: #ffffff;
  text-transform: uppercase;
}

.enquiry-modal .enquiry-modal__brand-logo--suv {
  width: 90px;
}

.enquiry-modal .enquiry-modal__brand-logo--mahindra {
  width: 120px;
}

.enquiry-modal .enquiry-modal__intro {
  margin: 0 0 22px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}

.enquiry-modal .enquiry-modal__vehicle-title {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

.enquiry-modal .enquiry-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

.enquiry-modal .enquiry-form__field--full {
  grid-column: 1 / -1;
}

.enquiry-modal .enquiry-form .form-label {
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 4px;
}

.enquiry-modal .enquiry-form .form-control,
.enquiry-modal .enquiry-form .form-select {
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0 !important;
  background: #121212;
  color: #ffffff;
  font-size: 15px;
}

.enquiry-modal .enquiry-form textarea.form-control {
  min-height: 84px;
  border-radius: 0 !important;
  resize: vertical;
}

.enquiry-modal .enquiry-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.74);
}

.enquiry-modal .enquiry-form .form-control:focus,
.enquiry-modal .enquiry-form .form-select:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(235, 21, 52, 0.22);
}

.enquiry-modal .enquiry-form__actions {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.enquiry-modal .enquiry-form__actions .btn {
  min-width: 140px;
  min-height: 44px;
  border-radius: 0 !important;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.enquiry-modal .enquiry-form__actions .btn-outline-secondary {
  border-color: rgba(255, 255, 255, 0.45);
  color: #ffffff;
}

.enquiry-modal .enquiry-form__actions .btn-outline-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.75);
  color: #ffffff;
}

.enquiry-modal .enquiry-form__actions .btn-danger {
  background: #000000;
  border-color: #ffffff;
  color: #ffffff;
}

.enquiry-modal .enquiry-form__actions .btn-danger:hover {
  background: #e31837;
  border-color: #ffffff;
}

html[data-theme="light"] .enquiry-modal .modal-content {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.18);
}

html[data-theme="light"] .enquiry-modal .modal-header {
  border-bottom-color: rgba(0, 0, 0, 0.18);
}

html[data-theme="light"] .enquiry-modal .enquiry-modal__brand-text,
html[data-theme="light"] .enquiry-modal .enquiry-modal__title,
html[data-theme="light"] .enquiry-modal .enquiry-form .form-label {
  color: #111111;
}

html[data-theme="light"] .enquiry-modal .enquiry-modal__intro {
  color: #313131;
}

html[data-theme="light"] .enquiry-modal .enquiry-modal__vehicle-title {
  color: #4a4a4a;
}

html[data-theme="light"] .enquiry-modal .enquiry-form .form-control,
html[data-theme="light"] .enquiry-modal .enquiry-form .form-select {
  background: #f2f2ee;
  border-color: rgba(0, 0, 0, 0.14);
  color: #111111;
}

html[data-theme="light"] .enquiry-modal .enquiry-form .form-control::placeholder {
  color: #444444;
}

html[data-theme="light"] .enquiry-modal .btn-close {
  filter: none;
}

html[data-theme="light"] .enquiry-modal .enquiry-form__actions .btn-outline-secondary {
  border-color: rgba(0, 0, 0, 0.32);
  color: #111111;
}

html[data-theme="light"] .enquiry-modal .enquiry-form__actions .btn-outline-secondary:hover {
  background: rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.45);
}

html[data-theme="light"] .enquiry-modal .enquiry-form__actions .btn-danger {
  background: #e31837;
  border-color: #ffffff;
}

html[data-theme="light"] .enquiry-modal .enquiry-form__actions .btn-danger:hover {
  background: #bc102a;
  border-color: #bc102a;
}

@media (max-width: 768px) {
  .enquiry-modal .modal-dialog {
    margin: 0.75rem auto;
    min-height: calc(100dvh - 1.5rem);
    justify-content: center;
  }

  .enquiry-modal .modal-content {
    width: 100%;
    margin: 0 auto;
  }

  .enquiry-modal .modal-header {
    padding: 16px 18px 12px;
  }

  .enquiry-modal .modal-body {
    padding: 14px 16px 16px;
  }

  .enquiry-modal .enquiry-form__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .enquiry-modal .enquiry-form .form-control,
  .enquiry-modal .enquiry-form .form-select {
    font-size: 14px;
    min-height: 40px;
    padding: 9px 12px;
  }

  .enquiry-modal .enquiry-form__actions {
    justify-content: stretch;
    margin-top: 8px;
    gap: 8px;
  }

  .enquiry-modal .enquiry-form__actions .btn {
    flex: 1;
    min-width: 0;
    min-height: 38px;
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .enquiry-modal {
    padding: 0.5rem;
  }

  .enquiry-modal .modal-dialog {
    margin: auto;
    min-height: calc(100dvh - 1rem);
    width: 100%;
    justify-content: center;
  }

  .enquiry-modal .modal-content {
    overflow: visible;
  }

  .enquiry-modal .modal-header {
    padding: 14px 14px 10px;
  }

  .enquiry-modal .enquiry-modal__title {
    font-size: 18px;
  }

  .enquiry-modal .modal-body {
    padding: 10px 12px 12px;
  }

  .enquiry-modal .enquiry-modal__intro,
  .enquiry-modal .enquiry-modal__vehicle-title,
  .enquiry-modal .enquiry-form .form-label {
    font-size: 11px;
  }

  .enquiry-modal .enquiry-form__grid {
    gap: 8px;
  }

  .enquiry-modal .enquiry-form .form-control,
  .enquiry-modal .enquiry-form .form-select {
    min-height: 36px;
    padding: 8px 10px;
    font-size: 13px;
  }

  .enquiry-modal .enquiry-form textarea.form-control {
    min-height: 60px;
  }

  .enquiry-modal .enquiry-form__actions {
    gap: 6px;
  }

  .enquiry-modal .enquiry-form__actions .btn {
    min-height: 36px;
    font-size: 12px;
    padding-inline: 10px;
  }
}

.suv-page {
  padding: var(--section-gap) 0;
  background: var(--page-bg);
}

.suv-page__breadcrumb {
  margin-bottom: 20px;
}

.suv-page__breadcrumb .breadcrumb {
  margin: 0;
}

.suv-page__breadcrumb .breadcrumb-item,
.suv-page__breadcrumb .breadcrumb-item.active,
.suv-page__breadcrumb .breadcrumb-item+.breadcrumb-item::before,
.suv-page__breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.82);
}

.suv-page__breadcrumb .breadcrumb-item a {
  text-decoration: none;
}

.suv-page__heading,
.suv-page__header {
  text-align: left;
  margin-bottom: 48px;
}

.suv-page__heading span,
.suv-page__header span {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e31837;
}

.suv-page__heading h2,
.suv-page__header h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
}

.suv-page__heading p,
.suv-page__header p {
  max-width: 600px;
  margin: 0;
  font-size: 16px;
  color: var(--muted);
}

.suv-page__heading h3 {
  margin: 0;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
}

html[data-theme="light"] .suv-page__breadcrumb .breadcrumb-item,
html[data-theme="light"] .suv-page__breadcrumb .breadcrumb-item.active,
html[data-theme="light"] .suv-page__breadcrumb .breadcrumb-item+.breadcrumb-item::before,
html[data-theme="light"] .suv-page__breadcrumb .breadcrumb-item a {
  color: inherit;
}

.suv-page__grid,
.suv-grid,
.commercial-grid,
.esuv-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px;
}

.suv-card {
  /* background: #1a1a1a; */
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
/* 
html[data-theme="light"] .suv-card {
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #000;
} */

/* .suv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
} */
/* 
.suv-card__media {
  padding: 24px;
  background: linear-gradient(180deg, #1f1f1f 0%, #141414 100%);
} */

/* html[data-theme="light"] .suv-card__media {
  background: #fff;
} */

.suv-card__media {
  position: relative;
}

.suv-card__360-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  text-decoration: none;
  background: transparent;
  color: #ffffff;
  border: 0;
  box-shadow: none;
  line-height: 1;
  transition: color 0.2s ease;
}

.suv-card__360-badge i {
  font-size: 20px;
}

.suv-card__360-badge:hover {
  color: #ffffff;
  background: transparent;
}

html[data-theme="light"] .suv-card__360-badge {
  color: #111111;
}

html[data-theme="light"] .suv-card__360-badge:hover {
  color: #ffffff;
}

.suv-card__media img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.suv-card__body {
  padding: 24px;
}

.suv-card__label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
}

.suv-card__name {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

html[data-theme="light"] .suv-card__name {
  color: #111111;
}

.suv-card__price {
  margin: 0 0 16px;
  font-size: 15px;
  color: var(--muted);
}

.suv-card__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.suv-card__spec {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--muted);
}

.suv-card__spec i {
  color: #ffffff;
}

.suv-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.suv-card__action {
  flex: 1;
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  text-decoration: none;
  background: #e31837;
  color: #ffffff;
  border-radius: 8px;
  transition: background 0.2s;
  white-space: nowrap;
}

.suv-card__action i {
  font-size: 18px;
  line-height: 1;
}

.suv-card__action:hover {
  background: #d61230;
}

.suv-card__action--outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 1);
  color: #ffffff;
}

html[data-theme="light"] .suv-card__action--outline {
  border-color: rgba(0, 0, 0, 1);
  color: #111111;
}

.suv-card__action--outline:hover {
  background: rgba(255, 255, 255, 0.08);
}

.vehicle-test-drive-trigger {
  flex: 1;
  min-height: 38px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #b2122b;
  background: #b2122b;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.2s ease;
}

.vehicle-test-drive-trigger:hover {
  background: #980c20;
  border-color: #980c20;
}

html[data-theme="light"] .vehicle-test-drive-trigger {
  color: #ffffff;
}

.contact-page {
  padding: var(--section-gap) 0;
  background: var(--page-bg);
}

.contact-page__stack {
  display: grid;
  gap: 24px;
}

.contact-page__heading {
  margin-bottom: 22px;
}

.contact-top-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.contact-top-card {
  padding: clamp(24px, 3vw, 34px);
  text-align: left;
  background: linear-gradient(180deg, rgba(42, 42, 42, 0.92) 0%, rgba(22, 22, 22, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.contact-top-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #e31837 0%, #ff6d5d 100%);
}

.contact-top-card:hover {
  /* transform: translateY(-4px); */
  border-color: rgba(235, 21, 52, 0.45);
  box-shadow: none;
}

.contact-top-card:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-top-card__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 32px;
}

.contact-top-card h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin: 0 0 14px;
  font-size: clamp(20px, 2vw, 24px);
  letter-spacing: 0.03em;
  text-transform: none;
  color: var(--page-text);
}

.contact-top-card h3 i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  /* border: 1px solid rgba(235, 21, 52, 0.35); */
  background: rgba(235, 255, 255, 0.1);
  color: var(--page-text);
  font-size: 19px;
  line-height: 1;
  flex-shrink: 0;
}

.contact-top-card p {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
}

.contact-top-card__highlight {
  margin-top: 10px !important;
  color: var(--page-text) !important;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.contact-map-panel {
  padding: 0;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(30, 36, 44, 0.94) 0%, rgba(18, 24, 32, 0.96) 100%);
  border: 1px solid rgba(125, 162, 197, 0.28);
}

.contact-map-panel__header h2 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(20px, 2.4vw, 28px);
  color: var(--page-text);
}

.contact-map-panel__header h2 i {
  color: #ffffff;
}

.contact-map-panel__header p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.contact-map-panel__map {
  width: 100%;
  height: clamp(320px, 46vw, 460px);
  margin-top: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(125, 162, 197, 0.35);
}

.contact-map-pin {
  background: transparent;
  border: 0;
}

.contact-map-pin span {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 999px;
  background: #e31837;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 6px rgba(227, 24, 55, 0.24);
}

.contact-map-tooltip {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.contact-map-tooltip::before {
  display: none;
}

.contact-map-label {
  display: inline-flex;
  align-items: center;
  gap: 0;
  background: #f8fbff;
  color: #0f172a;
  border-radius: 999px;
  padding: 6px 10px;
  box-shadow: 0 8px 20px rgba(2, 8, 23, 0.25);
  border: 1px solid rgba(59, 130, 246, 0.28);
  white-space: nowrap;
}

.contact-map-label__rating {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 800;
  font-size: 12px;
  color: #0f172a;
}

.contact-map-label__rating i {
  color: #f59e0b;
  font-size: 12px;
}


.contact-map-popup {
  min-width: 210px;
}

.contact-map-popup h3 {
  margin: 0 0 6px;
  color: #111111;
  font-size: 15px;
}

.contact-map-popup p {
  margin: 0 0 6px;
  color: #444444;
  font-size: 13px;
  line-height: 1.5;
}

.contact-map-popup__phone {
  color: #111111;
  font-weight: 700;
  text-decoration: none;
}

.contact-map-popup__actions {
  margin-top: 8px;
}

.contact-map-popup__directions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  padding: 7px 10px;
  border-radius: 8px;
  background: #ffffff;
  color: #111111;
  border: 1px solid #d9d9d9;
  font-size: 12px;
  font-weight: 700;
}

.contact-map-popup__directions:hover {
  background: #f2f2f2;
  color: #111111;
}

.contact-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: stretch;
}

.contact-info-panel,
.contact-form-panel {
  padding: clamp(22px, 3vw, 34px);
  border-radius: 18px;
  background: #262626;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.contact-info-panel--full,
.contact-form-panel--full {
  width: 100%;
}

.contact-form-panel--full {
  background: transparent;
  box-shadow: none;
  scroll-margin-top: 110px;
}

.contact-info-panel h2,
.contact-form-panel h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  color: var(--page-text);
}

.contact-info-panel__divider,
.contact-form-panel__divider {
  width: 72px;
  height: 3px;
  margin: 18px 0 24px;
  background: #e31837;
}

.contact-form-panel__subtitle {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
}

.contact-form-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 24px;
}

.contact-form-filter {
  border: 1px solid #ffffff;
  background: #121212;
  color: var(--page-text);
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.contact-form-filter:hover {
  border-color: rgba(235, 21, 52, 0.7);
  color: #ffffff;
}

.contact-form-filter.is-active {
  background: #e31837;
  border-color: #ffffff;
  color: #ffffff;
}

.contact-info-list {
  display: grid;
  gap: 18px;
}

.contact-info-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.contact-info-item__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--page-text);
  font-size: 20px;
}

.contact-info-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
}

.contact-page__line {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--page-text);
}

.contact-page__line:last-child {
  margin-bottom: 0;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.contact-form__fields {
  display: grid;
  gap: 16px;
}

.contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-form__row--single {
  grid-template-columns: 1fr;
}

.contact-form__control {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid #ffffff;
  border-radius: 0 !important;
  background: #121212;
  color: var(--page-text);
  font-size: 15px;
}

.contact-form__control::placeholder {
  color: var(--muted);
  opacity: 1;
}

.contact-form__control:focus {
  outline: none;
  border-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(235, 21, 52, 0.22);
}

.contact-form__control--message {
  grid-column: 1 / -1;
  min-height: 84px;
  resize: vertical;
}

.contact-form__control[type="date"] {
  color-scheme: dark;
  cursor: pointer;
}

.contact-form__control[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: 0.9;
  cursor: pointer;
}

.contact-form select.contact-form__control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #121212;
  padding-left: 38px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M4.47 6.97a.75.75 0 0 1 1.06 0L8 9.44l2.47-2.47a.75.75 0 1 1 1.06 1.06L8.53 11.03a.75.75 0 0 1-1.06 0L4.47 8.03a.75.75 0 0 1 0-1.06z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 12px center;
  background-size: 16px;
}

.contact-form__actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 6px;
}

.contact-form__submit {
  min-width: 160px;
  min-height: 44px;
  padding: 10px 20px;
  border: 1px solid #ffffff;
  border-radius: 0 !important;
  background: #000000;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.contact-form__submit:hover {
  background: #e31837;
  border-color: #ffffff;
}

html[data-theme="light"] .contact-info-panel,
html[data-theme="light"] .contact-form-panel {
  background: #ffffff;
  /* border-color: rgba(0, 0, 0, 0.08); */
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

html[data-theme="light"] .contact-form-panel--full {
  background: transparent;
  box-shadow: none;
}

html[data-theme="light"] .contact-top-cards {
  background: transparent;
  border-color: transparent;
}

html[data-theme="light"] .contact-top-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
}

html[data-theme="light"] .contact-top-card:hover {
  border-color: rgba(235, 21, 52, 0.35);
  box-shadow: none;
}

html[data-theme="light"] .contact-top-card:not(:last-child) {
  border-right-color: rgba(0, 0, 0, 0.08);
}

html[data-theme="light"] .contact-top-card h3 i {
  border-color: rgba(235, 21, 52, 0.35);
  background:rgba(0, 0, 0, 0.08);
}

html[data-theme="light"] .contact-map-panel {
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
  border-color: rgba(0, 0, 0, 0.1);
}

html[data-theme="light"] .contact-info-item__icon {
  background: rgba(0, 0, 0, 0.06);
}

html[data-theme="light"] .contact-form__control {
  background: #f2f2ee;
  border-color: #000000;
  color: #111111;
}

html[data-theme="light"] .contact-form__control[type="date"] {
  color-scheme: light;
  cursor: pointer;
}

html[data-theme="light"] .contact-form__control[type="date"]::-webkit-calendar-picker-indicator {
  filter: none;
}

html[data-theme="light"] .contact-form-filter {
  background: #f2f2ee;
  border-color: #000000;
  color: #111111;
}

html[data-theme="light"] .contact-form-filter.is-active {
  background: #e31837;
  border-color: #ffffff;
  color: #ffffff;
}

html[data-theme="light"] .contact-form-filter:hover {
  border-color: rgba(235, 21, 52, 0.65);
  color: #111111;
}

html[data-theme="light"] .contact-form select.contact-form__control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f2f2ee;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000000' d='M4.47 6.97a.75.75 0 0 1 1.06 0L8 9.44l2.47-2.47a.75.75 0 1 1 1.06 1.06L8.53 11.03a.75.75 0 0 1-1.06 0L4.47 8.03a.75.75 0 0 1 0-1.06z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 12px center;
  background-size: 16px;
}

html[data-theme="light"] .contact-form__submit {
  background: #e31837;
  border-color: #ffffff;
}

html[data-theme="light"] .contact-form__submit:hover {
  background: #bc102a;
  border-color: #bc102a;
}

@media (max-width: 991px) {
  .contact-top-cards {
    grid-template-columns: 1fr;
  }

  .contact-top-card:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .contact-page__grid {
    grid-template-columns: 1fr;
  }

  .contact-map-panel__map {
    height: 320px;
  }
}

@media (max-width: 575px) {
  .contact-form-filters {
    gap: 8px;
  }

  .contact-form-filter {
    flex: 1 1 calc(50% - 8px);
    min-height: 36px;
    padding: 8px 10px;
    font-size: 11px;
    text-align: center;
  }

  .contact-form__row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contact-info-item {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
  }

  .contact-info-item__icon {
    width: 40px;
    height: 40px;
    font-size: 17px;
  }

  .contact-form__control {
    min-height: 40px;
    font-size: 14px;
  }

  .contact-form__control--message {
    min-height: 72px;
  }
}

.contact-page__header {
  text-align: center;
  margin-bottom: 48px;
}

.contact-page__header span {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
}

.contact-page__header h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
}

.contact-page__header p {
  max-width: 600px;
  margin: 0 auto;
  font-size: 16px;
  color: var(--muted);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.contact-card {
  padding: 32px;
  background: #1a1a1a;
  border-radius: 16px;
  text-align: center;
}

html[data-theme="light"] .contact-card {
  background: #ffffff;
}

.contact-card__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(235, 21, 52, 0.1);
  border-radius: 50%;
  font-size: 24px;
  color: #ffffff;
}

.contact-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

html[data-theme="light"] .contact-card h3 {
  color: #111111;
}

.contact-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}

.contact-card a {
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s;
}

.contact-card a:hover {
  color: #ffffff;
}

.contact-form-container {
  max-width: 640px;
  margin: 48px auto 0;
  padding: 32px;
  background: #1a1a1a;
  border-radius: 16px;
}

html[data-theme="light"] .contact-form-container {
  background: #ffffff;
}

.contact-form-container h3 {
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

html[data-theme="light"] .contact-form-container h3 {
  color: #111111;
}

.service-page {
  padding: var(--section-gap) 0;
  background: var(--page-bg);
}

.service-page__header {
  text-align: center;
  margin-bottom: 48px;
}

.service-page__header span {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
}

.service-page__header h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
}

.service-page__header p {
  max-width: 600px;
  margin: 0 auto;
  font-size: 16px;
  color: var(--muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.service-card {
  padding: 32px;
  background: #1a1a1a;
  border-radius: 16px;
  transition: transform 0.3s, box-shadow 0.3s;
}

html[data-theme="light"] .service-card {
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.service-card__icon {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}

.service-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

html[data-theme="light"] .service-card h3 {
  color: #111111;
}

.service-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}

.commercial-page {
  padding: var(--section-gap) 0;
  background: var(--page-bg);
}

.commercial-page__header {
  text-align: center;
  margin-bottom: 48px;
}

.commercial-page__header span {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
}

.commercial-page__header h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
}

.commercial-page__header p {
  max-width: 600px;
  margin: 0 auto;
  font-size: 16px;
  color: var(--muted);
}

.commercial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.commercial-card {
  padding: 32px;
  background: #1a1a1a;
  border-radius: 16px;
  transition: transform 0.3s, box-shadow 0.3s;
}

html[data-theme="light"] .commercial-card {
  background: #ffffff;
}

.commercial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.commercial-card__media {
  margin-bottom: 20px;
}

.commercial-card__media img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.commercial-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

html[data-theme="light"] .commercial-card h3 {
  color: #111111;
}

.commercial-card__price {
  margin: 0 0 16px;
  font-size: 14px;
  color: var(--muted);
}

.commercial-card__actions {
  display: flex;
  gap: 12px;
}

.commercial-card__action {
  flex: 1;
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  text-decoration: none;
  background: #e31837;
  color: #ffffff;
  border-radius: 8px;
  transition: background 0.2s;
  white-space: nowrap;
}

.commercial-card__action i {
  font-size: 18px;
  line-height: 1;
}

.commercial-card__action:hover {
  background: #d61230;
}

.commercial-card__action--outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.commercial-card__action--outline:hover {
  background: rgba(255, 255, 255, 0.08);
}

.esuv-page {
  padding: var(--section-gap) 0;
  background: var(--page-bg);
}

.esuv-page__header {
  text-align: center;
  margin-bottom: 48px;
}

.esuv-page__header span {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
}

.esuv-page__header h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
}

.esuv-page__header p {
  max-width: 600px;
  margin: 0 auto;
  font-size: 16px;
  color: var(--muted);
}

.esuv-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.esuv-card {
  padding: 32px;
  background: #1a1a1a;
  border-radius: 16px;
  transition: transform 0.3s, box-shadow 0.3s;
}

html[data-theme="light"] .esuv-card {
  background: #ffffff;
}

.esuv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.esuv-card__media {
  margin-bottom: 20px;
}

.esuv-card__media img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.esuv-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

html[data-theme="light"] .esuv-card h3 {
  color: #111111;
}

.esuv-card__price {
  margin: 0 0 16px;
  font-size: 15px;
  color: var(--muted);
}

.esuv-card__features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.esuv-card__feature {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--muted);
}

.esuv-card__feature i {
  color: #10b981;
}

.esuv-card__actions {
  display: flex;
  gap: 12px;
}

.esuv-card__action {
  flex: 1;
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  text-decoration: none;
  background: #e31837;
  color: #ffffff;
  border-radius: 8px;
  transition: background 0.2s;
  white-space: nowrap;
}

.esuv-card__action i {
  font-size: 18px;
  line-height: 1;
}

.esuv-card__action:hover {
  background: #d61230;
}

.esuv-card__action--outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.esuv-card__action--outline:hover {
  background: rgba(255, 255, 255, 0.08);
}

.suv-card,
.commercial-card,
.esuv-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.commercial-card__media,
.esuv-card__media {
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.suv-card__actions,
.commercial-card__actions,
.esuv-card__actions {
  margin-top: auto;
  align-items: stretch;
}

.suv-card__action,
.commercial-card__action,
.esuv-card__action {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

html[data-theme="light"] .commercial-card__action--outline,
html[data-theme="light"] .esuv-card__action--outline {
  border-color: rgba(0, 0, 0, 0.14);
  color: #111111;
}

html[data-theme="light"] .commercial-card__action--outline:hover,
html[data-theme="light"] .esuv-card__action--outline:hover {
  background: rgba(0, 0, 0, 0.06);
}

@media (max-width: 991px) {

  .suv-page__grid,
  .suv-grid,
  .commercial-grid,
  .esuv-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .suv-card__media,
  .commercial-card,
  .esuv-card {
    padding: 20px;
  }

  .suv-card__body {
    padding: 20px;
  }

  .suv-card__name,
  .esuv-card h3,
  .commercial-card h3 {
    font-size: 17px;
  }

  .suv-card__price,
  .esuv-card__price,
  .commercial-card__price,
  .suv-card__spec,
  .esuv-card__feature {
    font-size: 12px;
  }

  .suv-card__actions,
  .commercial-card__actions,
  .esuv-card__actions {
    gap: 8px;
  }

  .suv-card__action,
  .commercial-card__action,
  .esuv-card__action {
    min-height: 40px;
    padding: 9px 10px;
    font-size: 12px;
    white-space: nowrap;
  }
}

@media (max-width: 575px) {

  .suv-page__grid,
  .suv-grid,
  .commercial-grid,
  .esuv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.about-page {
  padding: var(--section-gap) 0;
  /* background:
    radial-gradient(circle at 10% 8%, rgba(235, 21, 52, 0.14), transparent 32%),
    radial-gradient(circle at 88% 72%, rgba(255, 106, 88, 0.08), transparent 26%),
    var(--page-bg); */
}

.about-page__intro {
  margin-bottom: clamp(40px, 5vw, 60px);
}

.about-page__heading-wrap {
  margin-bottom: 32px;
}

.about-page__heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.about-page__heading p {
  max-width: 680px;
  margin-inline: auto;
  color: var(--muted);
}

.about-page__accordion {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.about-page__accordion-item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #161616;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.about-page__accordion .collapsing {
  transition: height 0.18s ease;
}

.about-page__accordion-button {
  gap: 16px;
  align-items: center;
  padding: 22px 24px;
  background: transparent;
  color: #ffffff;
  box-shadow: none;
}

.about-page__accordion-button:not(.collapsed) {
  background: linear-gradient(180deg, rgba(235, 21, 52, 0.12), rgba(255, 255, 255, 0.01));
  color: #ffffff;
  box-shadow: none;
}

.about-page__accordion-button:focus {
  box-shadow: inset 0 0 0 1px rgba(235, 21, 52, 0.28);
}

.about-page__accordion-button::after {
  filter: invert(24%) sepia(97%) saturate(2590%) hue-rotate(338deg) brightness(97%) contrast(95%);
}

.about-page__accordion-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e31837;
  color: #ffffff;
  font-size: 18px;
}

.about-page__accordion-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.about-page__accordion-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #e31837;
}

.about-page__accordion-title {
  font-size: clamp(15px, 1.5vw, 20px);
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}

.about-page__accordion-body {
  padding: 0 24px 24px 88px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.about-page__accordion-body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
  padding-top: 10px;
}

.about-page__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.about-page__highlights span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.02em;
}

.about-page__quote {
  margin-top: 18px;
  padding-left: 16px;
  border-left: 3px solid #e31837;
  font-size: 14px;
  line-height: 1.8;
  color: #ffffff;
}

.about-page__list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.about-page__list li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}

.about-page__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: #e31837;
}

html[data-theme="light"] .about-page__panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 247, 247, 0.94));
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.06);
}

html[data-theme="light"] .about-page__panel--feature {
  background:
    linear-gradient(180deg, rgba(235, 21, 52, 0.08), rgba(255, 255, 255, 0.98) 72%);
}

html[data-theme="light"] .about-page__panel--accent {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 247, 247, 0.94));
}

html[data-theme="light"] .about-page__panel h3,
html[data-theme="light"] .about-page__quote,
html[data-theme="light"] .about-page__highlights span {
  color: #111111;
}

html[data-theme="light"] .about-page__highlights span {
  background: rgba(235, 21, 52, 0.06);
  border-color: rgba(235, 21, 52, 0.14);
}

html[data-theme="light"] .about-page__accordion-item {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 247, 247, 0.94));
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.06);
}

html[data-theme="light"] .about-page__accordion-button,
html[data-theme="light"] .about-page__accordion-title {
  color: #111111;
}

html[data-theme="light"] .about-page__accordion-button {
  background: transparent;
}

html[data-theme="light"] .about-page__accordion-button:not(.collapsed) {
  background: rgba(235, 21, 52, 0.08);
  color: #111111;
}

html[data-theme="light"] .about-page__accordion-body {
  border-top-color: rgba(0, 0, 0, 0.08);
}

html[data-theme="light"] .about-page__accordion-body p {
  color: #2f2f2f;
}

@media (max-width: 991px) {
  .about-page__accordion-body {
    padding-left: 24px;
  }
}

@media (max-width: 575px) {
  .about-page__accordion-button {
    padding: 18px 18px 18px 16px;
    gap: 12px;
  }

  .about-page__accordion-icon {
    width: 42px;
    height: 42px;
    font-size: 17px;
  }

  .about-page__accordion-body {
    padding: 0 18px 18px;
  }

  .about-page__highlights {
    gap: 8px;
  }

  .about-page__highlights span {
    width: 100%;
  }
}

.about-page__header {
  text-align: center;
  margin-bottom: 48px;
}

.about-page__header span {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
}

.about-page__header h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
}

.about-page__header p {
  max-width: 600px;
  margin: 0 auto;
  font-size: 16px;
  color: var(--muted);
}

.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

@media (max-width: 991px) {
  .about-content {
    grid-template-columns: 1fr;
  }
}

.about-content__image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.about-content__text h3 {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}

html[data-theme="light"] .about-content__text h3 {
  color: #111111;
}

.about-content__text p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}

.stat-card {
  padding: 24px;
  background: #1a1a1a;
  border-radius: 12px;
  text-align: center;
}

html[data-theme="light"] .stat-card {
  background: #ffffff;
}

.stat-card__number {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Georama", sans-serif;
}

.stat-card__label {
  margin-top: 8px;
  font-size: 14px;
  color: var(--muted);
}

*,
*::before,
*::after {
  border-radius: 0 !important;
}


.btt-img {
  width: 80px;
}

/* Gallery ScrollTrigger Styles */
.gallery-slider-section {
  min-height: 100vh;
  position: relative;
  background: #030303;
  color: #f4f4f4;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-slider-viewport {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.gallery-slider-shell {
  position: relative;
  height: 100%;
  padding: clamp(28px, 3vw, 48px);
  display: grid;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.gallery-slider-track {
  position: relative;
  width: min(1300px, 92vw);
  height: min(70vh, 760px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 14px;
}

.gallery-slider-strip {
  height: 100%;
  display: flex;
  gap: clamp(10px, 1.2vw, 16px);
  will-change: transform;
  padding-right: clamp(10px, 1.2vw, 16px);
}

.gallery-slider-heading-card {
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  padding: clamp(22px, 3vw, 36px) clamp(22px, 3vw, 36px) clamp(82px, 8vw, 118px);
  background: transparent;
  font-family: "Georama", sans-serif;
  position: relative;
  gap: 14px;
}

.gallery-slider-count {
  font-size: clamp(2rem, 4.2vw, 3.8rem);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 12px;
}

.gallery-slider-heading-card .service-offerings-section__copy {
  max-width: 100%;
}

.gallery-slider-heading-card .service-offerings-section__heading,
.gallery-slider-heading-card .service-offerings-section__copy {
  text-align: center;
  margin: 0 auto;
}

.gallery-slider-item {
  position: relative;
  flex: 0 0 50%;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  /* box-shadow: 0 22px 48px rgba(0, 0, 0, 0.45); */
}

.gallery-slider-item--cta {
  display: grid;
  place-items: center;
  text-align: center;
  padding: clamp(24px, 3.2vw, 44px);
  background: linear-gradient(145deg, rgba(15, 15, 15, 0.98), rgba(26, 26, 26, 0.95));
}

.gallery-slider-cta p {
  margin: 0 0 18px;
  font-size: clamp(1rem, 1.8vw, 1.24rem);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.86);
}

.gallery-slider-cta .gallery-slider-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.4px;
  transition: all 0.25s ease;
}

.gallery-slider-cta .gallery-slider-cta-btn:hover {
  background: #fff;
  color: #111;
}

html[data-theme="light"] .gallery-slider-section {
  background: #f5f5f2;
  color: #111;
  border-top-color: rgba(0, 0, 0, 0.08);
  border-bottom-color: rgba(0, 0, 0, 0.08);
}

html[data-theme="light"] .gallery-slider-shell {
  border-left-color: rgba(0, 0, 0, 0.08);
  border-right-color: rgba(0, 0, 0, 0.08);
}

html[data-theme="light"] .gallery-slider-item {
  border-color: rgba(0, 0, 0, 1);
  
}

html[data-theme="light"] .gallery-slider-item--cta {
  background: linear-gradient(145deg, #ffffff, #f1f1ed);
}

html[data-theme="light"] .gallery-slider-heading-arrow {
  color: rgba(0, 0, 0, 0.58);
}

html[data-theme="light"] .gallery-slider-cta p {
  color: rgba(20, 20, 20, 0.78);
}

html[data-theme="light"] .gallery-slider-cta .gallery-slider-cta-btn {
  border-color: rgba(0, 0, 0, 0.34);
  color: #111;
}

html[data-theme="light"] .gallery-slider-cta .gallery-slider-cta-btn:hover {
  background: #111;
  color: #fff;
}

.gallery-slider-heading-arrow {
  position: absolute;
  left: 50%;
  bottom: 0.35rem;
  transform: translateX(-50%);
  font-size: clamp(2.6rem, 4vw, 3.8rem);
  color: rgba(255, 255, 255, 0.88);
  line-height: 1;
  z-index: 2;
  pointer-events: none;
}

.gallery-slider-item--heading {
  flex: 0 0 50%;
}

.gallery-slider-section-cta {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 6;
  display: flex;
  justify-content: flex-end;
  margin-top: 0;
}

.gallery-slider-section-cta .service-offerings-section__button {
  min-width: 140px;
}

@media (max-width: 991px) {
  .gallery-slider-shell {
    padding: 20px 16px;
  }

  .gallery-slider-track {
    width: 96vw;
    height: 66vh;
  }

  .gallery-slider-strip {
    gap: 10px;
    padding-right: 10px;
  }

  .gallery-slider-item,
  .gallery-slider-item--heading {
    flex-basis: 86vw;
  }

  .gallery-slider-heading-card {
    padding: 18px 16px 68px;
  }
  .gallery-slider-section-cta { right: 12px; bottom: 12px; }
}

@media (max-width: 767px) {
  .gallery-slider-shell {
    padding: 14px 10px;
  }

  .gallery-slider-track {
    width: 98vw;
    height: 62vh;
  }

  .gallery-slider-item,
  .gallery-slider-item--heading {
    flex-basis: 92vw;
  }

  .gallery-slider-heading-card .service-offerings-section__copy h2 {
    font-size: clamp(1.6rem, 8vw, 2.2rem);
    line-height: 1.1;
  }

  .gallery-slider-heading-card .service-offerings-section__copy p {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .gallery-slider-heading-arrow {
    bottom: 0.2rem;
    font-size: 1.75rem;
  }

  .gallery-slider-cta p {
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .gallery-slider-cta .gallery-slider-cta-btn {
    padding: 8px 16px;
    font-size: 0.9rem;
  }

  .gallery-slider-section-cta { right: 10px; bottom: 10px; }
}

@media (max-width: 479px) {
  .gallery-slider-track {
    height: 58vh;
  }

  .gallery-slider-item,
  .gallery-slider-item--heading {
    flex-basis: 94vw;
  }

  .gallery-slider-heading-card {
    padding: 14px 12px 58px;
  }
}

/* Home Gallery Carousel (override legacy scroll gallery styles) */
.gallery-slider-section {
  min-height: auto;
  padding: clamp(44px, 6vw, 72px) 0;
}

.gallery-slider-section .container {
  position: relative;
}

.home-gallery-slider {
  position: relative;
  margin-top: 10px;
}

.home-gallery-slider__viewport {
  overflow: hidden;
  border-radius: 16px;
}

.home-gallery-slider__track {
  display: flex;
  gap: 12px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.home-gallery-slider__item {
  flex: 0 0 calc((100% - 24px) / 3);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #090909;
}

.home-gallery-slider__item .gallery-img {
  width: 100%;
  height: clamp(240px, 28vw, 360px);
  object-fit: cover;
  display: block;
}

.home-gallery-slider__control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.home-gallery-slider__control--prev { left: -12px; }
.home-gallery-slider__control--next { right: -12px; }

.gallery-slider-section-cta {
  position: static;
  margin-top: 16px;
  justify-content: flex-end;
}

html[data-theme="light"] .home-gallery-slider__item {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.12);
}

html[data-theme="light"] .home-gallery-slider__control {
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 991px) {
  .home-gallery-slider__item {
    flex-basis: calc((100% - 12px) / 2);
  }

  .home-gallery-slider__item .gallery-img {
    height: clamp(220px, 42vw, 320px);
  }
}

@media (max-width: 575px) {
  .gallery-slider-section {
    padding: 40px 0;
  }

  .home-gallery-slider__item {
    flex-basis: 100%;
  }

  .home-gallery-slider__item .gallery-img {
    height: clamp(210px, 62vw, 300px);
  }
}



/* Departments team section */
.departments-team {
  padding: clamp(2.5rem, 4vw, 4.5rem) 0 clamp(3.25rem, 5vw, 5rem);
}

.departments-team__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.team-member-card {
  position: relative;
  overflow: hidden;
  height: 340px !important;
  border-radius: 0;
  background: #d9d9d9;
  border: 0;
  transition: transform 0.2s ease;
}

.team-member-card:hover {
  transform: none;
}

.team-member-card__photo {
  width: 100%;
  height: 340px !important;
  object-fit: cover;
  display: block;
}

.team-member-card__body {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #ffffff;
  border-radius: 0;
  padding: 0.65rem 0.8rem;
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 10px;
  row-gap: 6px;
  align-items: center;
}

.team-member-card__dept {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #606060;
  font-weight: 500;
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

.team-member-card h3 {
  margin: 0;
  font-size: 1rem;
  color: #202020;
  font-weight: 600;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.team-member-card__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #e31837;
  font-size: 0.78rem;
  color: #fff;
  text-decoration: none;
  background: #e31837;
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}

.team-member-card__contact:hover {
  color: #202020;
  background: #f4f4f4;
  text-decoration: none;
}

html[data-theme="light"] .team-member-card {
  background: #d9d9d9;
}

html[data-theme="light"] .team-member-card:hover {
  transform: none;
}

html[data-theme="light"] .team-member-card h3 {
  color: #202020;
}

@media (max-width: 1200px) {
  .departments-team__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .departments-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .departments-team__grid {
    grid-template-columns: 1fr;
  }
}


/* Blog pages */
.blog-page {
  padding: clamp(34px, 5vw, 64px) 0 clamp(44px, 6vw, 72px);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.blog-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
  text-decoration: none;
  color: inherit;
  display: block;
}

.blog-card__media {
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
  display: block;
}

.blog-card__body {
  padding: 16px;
}

.blog-card__date {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #e31837;
  margin-bottom: 8px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.blog-card__body h3 {
  margin: 0 0 8px;
  font-size: 19px;
  line-height: 1.35;
}

.blog-card__body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.blog-post {
  max-width: 100%;
  margin: 0;
  /* border: 1px solid rgba(255, 255, 255, 0.12); */
  border-radius: 12px;
  overflow: hidden;
  /* background: rgba(255, 255, 255, 0.02); */
}

.blog-post--panel {
  padding: 22px;
  margin-top: 24px;
}

.blog-post__media {
  width: 100%;
  height: clamp(240px, 40vw, 460px);
  object-fit: cover;
  display: block;
}

.blog-post__body {
  padding: 22px;
}

.blog-post__meta {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #eb1534;
  margin-bottom: 10px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.blog-post__title {
  font-size: 30px;
  margin: 0 0 14px;
}

.blog-post__lead,
.blog-post__body p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.75;
}

.blog-post__body h4,
.blog-related-links h4 {
  margin: 16px 0 8px;
  font-size: 19px;
}


.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 18px;
}

.blog-tag {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border: 1px solid rgba(235, 21, 52, 0.45);
  color: #eb1534;
  background: rgba(235, 21, 52, 0.1);
}

.blog-related-links {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.blog-related-links p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

html[data-theme="light"] .blog-card,
html[data-theme="light"] .blog-post {
  border-color: rgba(0, 0, 0, 0.12);
  /* background: #fff; */
}

@media (max-width: 991px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}



/* Gallery Page Styles */

    .gallery-page {
      padding: var(--section-gap) 0;
    }

    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
    }

    .gallery-filters {
      margin: 12px 0 18px;
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }
    .gallery-subfilters {
      margin: 14px 0 18px;
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      width: 100%;
    }

    .gallery-filter-btn {
      min-height: 40px;
      padding: 8px 14px;
      border-radius: 10px;
      border: 1px solid rgba(255, 255, 255, 0.25);
      background: rgba(255, 255, 255, 0.04);
      color: #ffffff;
      font-size: 13px;
      font-weight: 700;
      line-height: 1;
      transition: background 0.2s ease, border-color 0.2s ease;
    }

    .gallery-filter-btn.is-active {
      background: #e31837;
      border-color: #e31837;
      color: #ffffff;
    }
    .gallery-subfilter-btn {
      min-height: 36px;
      padding: 6px 12px;
      border-radius: 8px;
      border: 1px solid rgba(255, 255, 255, 0.25);
      background: rgba(255, 255, 255, 0.04);
      color: #ffffff;
      font-size: 12px;
      font-weight: 700;
      line-height: 1;
      transition: background 0.2s ease, border-color 0.2s ease;
    }
    .gallery-subfilter-btn.is-active {
      background: #e31837;
      border-color: #e31837;
      color: #ffffff;
    }

    html[data-theme="light"] .gallery-filter-btn {
      border-color: rgba(0, 0, 0, 0.2);
      background: #ffffff;
      color: #111111;
    }

    html[data-theme="light"] .gallery-filter-btn.is-active {
      background: #e31837;
      border-color: #e31837;
      color: #ffffff;
    }
    html[data-theme="light"] .gallery-subfilter-btn {
      border-color: rgba(0, 0, 0, 0.2);
      background: #ffffff;
      color: #111111;
    }
    html[data-theme="light"] .gallery-subfilter-btn.is-active {
      background: #e31837;
      border-color: #e31837;
      color: #ffffff;
    }



    .gallery-card {
      border-radius: 14px;
      overflow: hidden;
      cursor: zoom-in;
      position: relative;
      isolation: isolate;
      background: #0f0f10;
      border: 1px solid rgba(227, 24, 55, 0.2);
      box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
    }

    .gallery-card__media {
      aspect-ratio: 4 / 3;
      width: 100%;
      object-fit: cover;
      display: block;
    }

    .gallery-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent 45%);
      opacity: 0;
      transition: opacity 0.25s ease;
      pointer-events: none;
    }

    .gallery-card__media {
      transition: transform 0.35s ease;
    }

    @media (hover: hover) and (pointer: fine) {
      .gallery-card:hover .gallery-card__media {
        transform: scale(1.05);
      }

      .gallery-card:hover::after {
        opacity: 1;
      }
    }

    .gallery-modal .modal-content {
      background: transparent;
      border: none;
      position: relative;
      padding: 0 64px;
    }

    .gallery-modal .modal-dialog {
      margin: 1rem auto;
    }

    .gallery-modal__image {
      width: 100%;
      max-height: 82vh;
      object-fit: contain;
      border-radius: 10px;
    }

    .gallery-modal__close {
      position: absolute;
      top: 12px;
      right: 12px;
      z-index: 20;
      width: 42px;
      height: 42px;
      border: 0;
      border-radius: 50%;
      color: #ffffff;
      background: rgba(0, 0, 0, 0.5);
      font-size: 24px;
      line-height: 1;
    }

    .gallery-modal__nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 20;
      width: 48px;
      height: 48px;
      border: 0;
      border-radius: 50%;
      color: #ffffff;
      background: rgba(0, 0, 0, 0.45);
      font-size: 28px;
      line-height: 1;
    }

    .gallery-modal__nav--prev {
      left: 12px;
    }

    .gallery-modal__nav--next {
      right: 12px;
    }

    @media (max-width: 991px) {
      .gallery-card {
        border-radius: 12px;
      }

      .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 575px) {
      .gallery-card {
        border-radius: 10px;
      }

      .gallery-grid {
        grid-template-columns: 1fr;
      }
    }

    .team-section {
      margin-top: clamp(36px, 5vw, 64px);
    }


    .team-groups {
      display: grid;
      gap: clamp(24px, 3vw, 34px);
    }

    .team-group__title {
      margin: 0;
      font-size: clamp(20px, 2vw, 28px);
      color: #e31837;
      line-height: 1.2;
    }

    .team-group .team-grid {
      margin-top: 12px;
    }
    .team-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: clamp(12px, 1.8vw, 18px);
      margin-top: clamp(14px, 2vw, 20px);
    }

    .team-card {
      position: relative;
      background: #171717;
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 14px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      min-height: 100%;
    }

    .team-card__image {
      width: 100%;
      aspect-ratio: 1 / 1;
      object-fit: cover;
      object-position: top center;
      display: block;
    }

    .team-card__body {
      padding: clamp(10px, 1.4vw, 14px);
      display: grid;
      gap: 6px;
    }

    .team-card__position {
      margin: 0;
      font-size: clamp(10px, 0.8vw, 12px);
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: #e31837;
      line-height: 1.35;
    }

    .team-card h3 {
      margin: 0;
      font-size: clamp(14px, 1.1vw, 17px);
      line-height: 1.3;
      color: #ffffff;
    }

    .team-card__call {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      border: 1px solid #e31837;
      background: #e31837;
      color: #ffffff;
      text-decoration: none;
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 3;
      transition: background 0.2s ease, color 0.2s ease;
    }

    .team-card__call:hover {
      background: #ffffff;
      color: #e31837;
      text-decoration: none;
    }

    .team-card__call i {
      font-size: 13px;
      line-height: 1;
    }

    .team-card__about-trigger {
      position: absolute;
      top: 48px;
      right: 10px;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      border: 1px solid #e31837;
      background: #e31837;
      color: #ffffff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.2s ease, background 0.2s ease, color 0.2s ease;
    }

    .team-card__about-trigger i {
      font-size: 13px;
      line-height: 1;
    }

    .team-card:hover .team-card__about-trigger,
    .team-card:focus-within .team-card__about-trigger {
      opacity: 1;
      pointer-events: auto;
    }

    .team-card__about-trigger:hover {
      background: #ffffff;
      color: #e31837;
    }

    .team-card p {
      margin: 0;
      font-size: 13px;
      line-height: 1.6;
      color: var(--muted);
    }

    html[data-theme="light"] .team-card {
      background: #ffffff;
      border-color: rgba(0, 0, 0, 0.12);
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
    }

    html[data-theme="light"] .team-card h3 {
      color: #111111;
    }

    html[data-theme="light"] .team-card__call:hover {
      background: #f3f3f3;
      color: #d51232;
    }

    html[data-theme="light"] .team-card__about-trigger {
      border-color: #e31837;
      background: #e31837;
      color: #ffffff;
    }

    .team-about-modal .modal-content {
      background: #171717;
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 14px;
      color: #f2f2f2;
      max-height: calc(100vh - 32px);
    }

    .team-about-modal .modal-dialog {
      max-width: 840px;
    }

    .team-about-modal .modal-header {
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
      flex-shrink: 0;
    }

    .team-about-modal .modal-body {
      display: block;
      max-height: none;
    }

    .team-about-modal__layout {
      display: grid;
      grid-template-columns: minmax(220px, 280px) 1fr;
      gap: 18px;
      align-items: start;
    }

    .team-about-modal__image {
      width: 100%;
      aspect-ratio: 1 / 1;
      object-fit: cover;
      object-position: top center;
      border-radius: 10px;
      border: 1px solid rgba(255, 255, 255, 0.14);
    }

    .team-about-modal__content {
      display: grid;
      gap: 10px;
      align-content: start;
    }

    .team-about-modal__position {
      margin: 0;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: #ff5d75;
    }

    .team-about-modal__call {
      width: fit-content;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border-radius: 999px;
      border: 1px solid #e31837;
      background: #e31837;
      color: #ffffff;
      padding: 8px 14px;
      text-decoration: none;
      font-weight: 600;
    }

    .team-about-modal__call:hover {
      background: #ffffff;
      color: #e31837;
      text-decoration: none;
    }

    html[data-theme="light"] .team-about-modal .modal-content {
      background: #ffffff;
      border-color: rgba(0, 0, 0, 0.12);
      color: #232323;
    }

    html[data-theme="light"] .team-about-modal .modal-header {
      border-bottom-color: rgba(0, 0, 0, 0.12);
    }

    html[data-theme="light"] .team-about-modal__image {
      border-color: rgba(0, 0, 0, 0.12);
    }

    @media (max-width: 767px) {
      .team-about-modal {
        padding-right: 0 !important;
      }

      .team-about-modal .modal-dialog {
        max-width: calc(100% - 16px);
        margin: 8px auto;
        height: auto;
        min-height: calc(100% - 16px);
      }

      .team-about-modal .modal-content {
        border-radius: 12px;
        height: auto;
        min-height: 0;
        max-height: calc(100vh - 16px);
        display: flex;
        flex-direction: column;
      }

      .team-about-modal .modal-header {
        padding: 12px 14px;
        flex: 0 0 auto;
      }

      .team-about-modal .modal-body {
        display: block;
        padding: 14px;
        flex: 1 1 auto;
        min-height: 0;
        height: auto;
        max-height: none;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: auto;
        scrollbar-width: thin;
        scrollbar-color: #e31837 rgba(255, 255, 255, 0.12);
      }

      .team-about-modal .modal-body::-webkit-scrollbar {
        width: 6px;
      }

      .team-about-modal .modal-body::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.12);
        border-radius: 999px;
      }

      .team-about-modal .modal-body::-webkit-scrollbar-thumb {
        background: #e31837;
        border-radius: 999px;
      }

      .team-about-modal__layout {
        grid-template-columns: 1fr;
        gap: 12px;
      }

      .team-about-modal__image {
        display: none;
      }

      .team-about-modal__content {
        gap: 8px;
      }

      .team-about-modal__position {
        font-size: 11px;
      }

      .team-about-modal__call {
        display: none;
      }
    }

    @media (max-width: 420px) {
      .team-about-modal .modal-header {
        padding: 10px 12px;
      }

      .team-about-modal .modal-title {
        font-size: 16px;
      }

      .team-about-modal .modal-body {
        padding: 12px;
      }
    }

    @media (max-width: 991px) {
      .team-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }
.contact-rail__testdrive-reminder
    @media (max-width: 767px) {
      .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .team-card__body {
        padding: 10px;
      }
    }

    @media (hover: none) {
      .team-card__about-trigger {
        opacity: 1;
        pointer-events: auto;
      }
    }

    @media (max-width: 575px) {
      .team-grid {
        grid-template-columns: 1fr;
      }

      .team-card h3 {
        font-size: 17px;
      }

      .team-card__position {
        font-size: 11px;
      }
    }
  



