/*
Theme Name: Hello Elementor Child
Theme URI: http://localhost:8888/mahindra
Description: Lightweight Mahindra landing site child theme.
Author: Mahindra Local
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

:root {
  --mh-black: #07080c;
  --mh-ink: #151924;
  --mh-muted: #636b78;
  --mh-line: #e7eaf0;
  --mh-soft: #f5f7fb;
  --mh-white: #ffffff;
  --mh-blue: #1158ff;
  --mh-red: #e3212b;
  --mh-radius: 8px;
}

.mh-royal-vehicles {
  position: relative;
  background-color: #f4f6fb ;
  background:
    radial-gradient(circle at 15% 12%, rgba(225, 33, 43, 0.09), transparent 28%),
    radial-gradient(circle at 82% 22%, rgba(17, 88, 255, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(243, 246, 251, 0.96)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover ;
}

.mh-royal-vehicles .mh-native-heading,
.mh-royal-contact .mh-native-heading {
  margin-bottom: 38px;
}

.mh-royal-vehicles .mh-native-heading h2,
.mh-royal-contact .mh-native-heading h2 {
  letter-spacing: 0;
}

.mh-royal-card-grid {
  display: grid ;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.mh-royal-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(249, 251, 255, 0.94));
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.14);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.mh-royal-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.56) 42%, transparent 58%);
  transform: translateX(-120%);
  transition: transform 680ms ease;
  pointer-events: none;
}

.mh-royal-card:hover {
  transform: translateY(-10px);
  border-color: rgba(17, 88, 255, 0.35);
  box-shadow: 0 36px 110px rgba(15, 23, 42, 0.22);
}

.mh-royal-card:hover::before {
  transform: translateX(120%);
}

.mh-royal-card-media {
  margin: 12px;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 8%, rgba(17, 88, 255, 0.2), transparent 36%),
    linear-gradient(145deg, #111827, #02040a);
}

.mh-royal-card-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  padding: 20px;
  transition: transform 280ms ease, filter 280ms ease;
}

.mh-royal-card:hover .mh-royal-card-media img {
  transform: scale(1.045);
  filter: saturate(1.12) contrast(1.04);
}

.mh-royal-badge .elementor-heading-title {
  display: inline-flex;
  margin: 0 22px 12px;
  padding: 8px 11px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--mh-red), var(--mh-blue));
  text-transform: uppercase;
}

.mh-royal-card h3 {
  padding-inline: 22px;
}

.mh-royal-card .elementor-widget-text-editor {
  padding-inline: 22px;
  line-height: 1.65;
}

.mh-royal-spec-mini {
  display: grid ;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 0 22px 18px;
}

.mh-royal-spec-mini .elementor-widget-heading {
  padding: 11px 8px;
  border: 1px solid var(--mh-line);
  border-radius: 8px;
  background: #ffffff;
  text-align: center;
}

.mh-royal-spec-mini .elementor-heading-title {
}

.mh-royal-card .mh-native-card__actions {
  padding: 0 22px 24px;
}

.mh-royal-card .elementor-button {
  min-height: 42px;
}

.mh-royal-reviews {
  color: var(--mh-white);
  background-color: #05060a ;
  background:
    radial-gradient(circle at 14% 20%, rgba(225, 33, 43, 0.44), transparent 28%),
    radial-gradient(circle at 88% 22%, rgba(17, 88, 255, 0.38), transparent 30%),
    linear-gradient(135deg, rgba(5, 6, 10, 0.97), rgba(11, 15, 24, 0.92)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover ;
}

.mh-royal-review-grid {
  display: grid ;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.mh-royal-review {
  min-height: 270px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(14px);
  transition: transform 260ms ease, background 260ms ease;
}

.mh-royal-review:hover {
  transform: translateY(-9px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.1));
}

.mh-royal-rating .elementor-heading-title {
  text-transform: uppercase;
}

.mh-royal-review h3,
.mh-royal-review-name .elementor-heading-title {
}

.mh-royal-review h3 {
}

.mh-royal-review .elementor-widget-text-editor {
  line-height: 1.75;
}

.mh-royal-review-meta .elementor-heading-title {
}

.mh-royal-reviews .mh-native-heading h2,
.mh-royal-reviews .mh-native-heading .elementor-widget-text-editor {
}

.mh-royal-contact {
  background-color: #f5f7fb ;
  background:
    radial-gradient(circle at 12% 8%, rgba(17, 88, 255, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(246, 248, 252, 0.95), rgba(255, 255, 255, 0.98)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw8cab3db7/THRN/ss-x-thar-1920-829.jpg") center / cover fixed ;
}

.mh-royal-contact-grid {
  display: grid ;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
}

.mh-royal-contact-card {
  min-height: 560px;
  padding: 38px;
  overflow: hidden;
  border-radius: 8px;
  color: var(--mh-white);
  background-color: #07080c ;
  background:
    radial-gradient(circle at 20% 12%, rgba(225, 33, 43, 0.52), transparent 28%),
    linear-gradient(145deg, rgba(7, 8, 12, 0.96), rgba(12, 17, 29, 0.84)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover ;
  box-shadow: 0 32px 96px rgba(7, 8, 12, 0.24);
}

.mh-royal-contact-card .elementor-heading-title,
.mh-royal-contact-card .elementor-widget-text-editor {
}

.mh-royal-contact-card h3 {
  max-width: 430px;
  line-height: 1.02;
}

.mh-royal-contact-card .elementor-widget-text-editor {
}

.mh-royal-contact-list .elementor-icon-list-items {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.mh-royal-contact-list .elementor-icon-list-item {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.11);
  color: var(--mh-white);
}

.mh-royal-contact-list .elementor-icon-list-icon {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--mh-red), var(--mh-blue));
  color: var(--mh-white);
}

.mh-royal-contact-list .elementor-icon-list-text {
}

.mh-royal-form-card {
  position: relative;
  padding: 38px;
  overflow: hidden;
  border-radius: 8px;
  background-color: var(--mh-white) ;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 251, 255, 0.92)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover ;
  box-shadow: 0 32px 96px rgba(15, 23, 42, 0.14);
}

.mh-royal-form-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, var(--mh-red), var(--mh-blue));
}

.mh-royal-form-card h3 {
}

.mh-royal-form-card .elementor-widget-text-editor {
}

.mh-royal-form-card input,
.mh-royal-form-card textarea {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 8px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--mh-ink);
  font-family: inherit;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.mh-royal-form-card textarea {
  min-height: 140px;
  resize: vertical;
}

.mh-royal-map-wrap {
  margin-top: 28px;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.94);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.14);
}

.mh-royal-map-wrap iframe {
  min-height: 330px;
}

.mh-animate--slow {
  animation-duration: 900ms;
}

.mh-animate--delay-2 {
  animation-delay: 240ms;
}

@media (max-width: 980px) {
  .mh-royal-card-grid,
  .mh-royal-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mh-royal-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .mh-royal-card-grid,
  .mh-royal-review-grid,
  .mh-royal-contact-grid,
  .mh-royal-spec-mini {
    grid-template-columns: 1fr;
  }

  .mh-royal-contact-card,
  .mh-royal-form-card {
    padding: 26px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--mh-ink);
  background: var(--mh-white);
  font-family: "Poppins", Arial, sans-serif;
}

a {
  color: inherit;
}

.site-header,
.page-header,
.site-footer {
  display: none;
}

.mh-page {
  overflow: hidden;
  background: var(--mh-white);
}

.mh-wrap {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
}

.mh-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(135deg, rgba(7, 8, 12, 0.96), rgba(20, 26, 39, 0.94)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center 70% / cover;
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 38px rgba(7, 8, 12, 0.18);
}

.mh-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 24px;
}

.mh-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--mh-white);
  font-weight: 800;
  text-decoration: none;
}

.mh-logo__mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--mh-red), var(--mh-blue));
  color: var(--mh-white);
  font-size: 19px;
  box-shadow: 0 10px 25px rgba(225, 33, 43, 0.25);
}

.mh-logo__text span {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 600;
}

.mh-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 600;
}

.mh-menu a,
.mh-footer a {
  text-decoration: none;
}

.mh-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mh-nav .mh-btn--ghost {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  color: var(--mh-white);
}

.mh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 8px;
  border: 0;
  background: linear-gradient(135deg, var(--mh-red), var(--mh-blue));
  color: var(--mh-white);
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(17, 88, 255, 0.2);
}

.mh-btn--dark {
  background: var(--mh-black);
  box-shadow: none;
}

.mh-btn--light {
  background: var(--mh-white);
  color: var(--mh-black);
  box-shadow: none;
}

.mh-btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.mh-hero {
  position: relative;
  min-height: 710px;
  display: flex;
  align-items: center;
  color: var(--mh-white);
  background: var(--mh-black);
  isolation: isolate;
}

.mh-hero--video-only {
  min-height: clamp(520px, 68vw, 760px);
  align-items: stretch;
  overflow: hidden;
}

.mh-hero__video {
  width: 100%;
  min-height: clamp(520px, 68vw, 760px);
  z-index: -2;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(7, 8, 12, 0.88), rgba(7, 8, 12, 0.35)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover;
}

.mh-hero:not(.mh-hero--video-only) .mh-hero__video {
  position: absolute;
  inset: 0;
  min-height: 0;
}

.mh-hero--video-only .mh-hero__video {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: inherit;
}

.mh-hero__video iframe,
.mh-hero__video video {
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
  object-fit: cover;
  opacity: 0.46;
  transform: scale(1.12);
  pointer-events: none;
}

.mh-hero--video-only .mh-hero__video iframe,
.mh-hero--video-only .mh-hero__video video {
  opacity: 1;
  transform: scale(1.06);
}

.mh-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 78% 20%, rgba(17, 88, 255, 0.38), transparent 28%),
    linear-gradient(90deg, rgba(7, 8, 12, 0.92), rgba(7, 8, 12, 0.56) 48%, rgba(7, 8, 12, 0.74));
}

.mh-hero--video-only::after {
  content: none;
}

.mh-hero__content {
  max-width: 760px;
  padding: 94px 0 82px;
}

.mh-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #dce6ff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.mh-section .mh-kicker {
  color: var(--mh-blue);
}

.mh-testimonials .mh-kicker,
.mh-footer .mh-logo,
.mh-footer .mh-logo__text span {
  color: var(--mh-white);
}

.mh-kicker::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--mh-red), var(--mh-blue));
}

.mh-hero h1 {
  margin: 0;
  color: var(--mh-white);
  font-size: clamp(44px, 6vw, 82px);
  line-height: 0.98;
  font-weight: 800;
}

.mh-hero p {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.75;
}

.mh-hero__actions,
.mh-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.mh-hero__badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 640px;
  margin-top: 42px;
}

.mh-badge {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
}

.mh-badge strong {
  display: block;
  color: var(--mh-white);
  font-size: 20px;
}

.mh-badge span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
}

.mh-section {
  padding: 84px 0;
}

.mh-section,
.mh-footer {
  position: relative;
}

.mh-section--soft {
  background: var(--mh-soft);
}

.mh-section--vehicles {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 248, 252, 0.98)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover;
}

.mh-section--image {
  background:
    linear-gradient(180deg, rgba(245, 247, 251, 0.94), rgba(255, 255, 255, 0.98)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover fixed;
}

.mh-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 30px;
}

.mh-heading h2,
.mh-split__copy h2,
.mh-contact h2 {
  margin: 0;
  color: var(--mh-black);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 800;
}

.mh-heading p,
.mh-split__copy p,
.mh-contact p {
  margin: 0;
  color: var(--mh-muted);
  line-height: 1.75;
}

.mh-split {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 0.92fr;
  gap: 42px;
}

.mh-split__image {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(7, 8, 12, 0.16);
}

.mh-split__image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.mh-split__copy {
  padding: 18px 0;
}

.mh-split__copy p {
  margin-top: 18px;
  font-size: 17px;
}

.mh-checks {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.mh-checks li {
  position: relative;
  padding-left: 28px;
  color: var(--mh-ink);
  font-weight: 600;
}

.mh-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--mh-red), var(--mh-blue));
}

.mh-cars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.mh-car {
  overflow: hidden;
  border: 1px solid var(--mh-line);
  border-radius: 8px;
  background: var(--mh-white);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.mh-car:hover {
  transform: translateY(-7px);
  border-color: rgba(17, 88, 255, 0.24);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
}

.mh-car img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #eef1f5;
}

.mh-car__body {
  padding: 18px;
}

.mh-car h3 {
  margin: 0 0 8px;
  color: var(--mh-black);
  font-size: 19px;
  font-weight: 800;
}

.mh-car p {
  min-height: 48px;
  margin: 0;
  color: var(--mh-muted);
  font-size: 14px;
  line-height: 1.6;
}

.mh-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--mh-line);
}

.mh-price strong {
  color: var(--mh-red);
  font-size: 18px;
}

.mh-mini-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 8px;
  color: var(--mh-white);
  background: var(--mh-black);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.mh-mini-btn--accent {
  background: linear-gradient(135deg, var(--mh-red), var(--mh-blue));
}

.mh-reviews {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mh-review {
  padding: 28px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  color: var(--mh-white);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
  transition: transform 220ms ease, background 220ms ease;
}

.mh-review:hover {
  transform: translateY(-6px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
}

.mh-review p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
}

.mh-review strong {
  display: block;
  color: var(--mh-white);
}

.mh-review span {
  display: block;
  margin-bottom: 14px;
  color: #ffd166;
  font-size: 14px;
}

.mh-review small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}

.mh-testimonials {
  color: var(--mh-white);
  background:
    radial-gradient(circle at 18% 18%, rgba(225, 33, 43, 0.28), transparent 28%),
    linear-gradient(135deg, rgba(7, 8, 12, 0.96), rgba(14, 18, 28, 0.88)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover;
}

.mh-testimonials .mh-heading h2,
.mh-testimonials .mh-heading p {
  color: var(--mh-white);
}

.mh-testimonials .mh-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.mh-section--contact {
  background:
    linear-gradient(180deg, rgba(246, 248, 252, 0.94), rgba(255, 255, 255, 0.96)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover;
}

.mh-contact {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 24px;
}

.mh-contact__info,
.mh-form,
.mh-map {
  border: 1px solid var(--mh-line);
  border-radius: 8px;
  background: var(--mh-white);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
}

.mh-contact__info,
.mh-form {
  padding: 32px;
}

.mh-contact__info {
  position: relative;
  overflow: hidden;
  min-height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-color: rgba(255, 255, 255, 0.14);
  color: var(--mh-white);
  background:
    radial-gradient(circle at 16% 16%, rgba(225, 33, 43, 0.46), transparent 30%),
    linear-gradient(145deg, rgba(7, 8, 12, 0.94), rgba(14, 20, 34, 0.82)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover;
  box-shadow: 0 28px 80px rgba(7, 8, 12, 0.22);
}

.mh-contact__eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.mh-contact__info h3,
.mh-form h3 {
  margin: 0 0 16px;
  color: var(--mh-black);
  font-size: 24px;
}

.mh-contact__info h3 {
  max-width: 360px;
  color: var(--mh-white);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.08;
}

.mh-contact__info p {
  margin-bottom: 12px;
}

.mh-contact__info p {
  color: rgba(255, 255, 255, 0.78);
}

.mh-contact-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
}

.mh-contact-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
}

.mh-contact-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--mh-red), var(--mh-blue));
  color: var(--mh-white);
  font-size: 19px;
  font-weight: 800;
}

.mh-contact-item b,
.mh-contact-item span {
  display: block;
}

.mh-contact-item b {
  color: var(--mh-white);
  font-size: 13px;
}

.mh-contact-item span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.mh-contact__stack {
  display: grid;
  gap: 18px;
}

.mh-map {
  overflow: hidden;
  min-height: 255px;
}

.mh-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 255px;
  border: 0;
}

.mh-form form {
  display: grid;
  gap: 12px;
}

.mh-form {
  position: relative;
  overflow: hidden;
  border: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.9)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.14);
}

.mh-form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--mh-red), var(--mh-blue));
}

.mh-form p {
  margin: -6px 0 20px;
  color: var(--mh-muted);
  line-height: 1.7;
}

.mh-form input,
.mh-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 8px;
  padding: 13px 15px;
  background: rgba(255, 255, 255, 0.92);
  font-family: inherit;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.mh-form input:focus,
.mh-form textarea:focus {
  outline: 2px solid rgba(17, 88, 255, 0.22);
  border-color: rgba(17, 88, 255, 0.42);
}

.mh-form textarea {
  min-height: 118px;
  resize: vertical;
}

.mh-footer {
  padding: 58px 0 24px;
  color: rgba(255, 255, 255, 0.72);
  background:
    radial-gradient(circle at 82% 12%, rgba(17, 88, 255, 0.28), transparent 26%),
    linear-gradient(135deg, rgba(7, 8, 12, 0.98), rgba(16, 21, 31, 0.94)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover;
  font-size: 14px;
}

.mh-footer .mh-logo,
.mh-footer .mh-logo__text span {
  color: var(--mh-white);
}

.mh-animate {
  animation: mhFadeUp 700ms ease both;
}

.mh-animate--delay {
  animation-delay: 140ms;
}

.mh-btn,
.mh-mini-btn,
.mh-split__image img {
  transition: transform 200ms ease, box-shadow 200ms ease, filter 200ms ease;
}

.mh-btn:hover,
.mh-mini-btn:hover {
  transform: translateY(-2px);
}

.mh-split__image:hover img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.02);
}

@keyframes mhFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mh-animate,
  .mh-car,
  .mh-review,
  .mh-btn,
  .mh-mini-btn,
  .mh-split__image img {
    animation: none;
    transition: none;
  }
}

.mh-native-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background-color: var(--mh-black) ;
  background:
    linear-gradient(135deg, rgba(7, 8, 12, 0.96), rgba(21, 28, 43, 0.94)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center 70% / cover ;
  box-shadow: 0 18px 46px rgba(7, 8, 12, 0.22);
}

.mh-native-wrap {
  width: min(1160px, calc(100% - 36px));
  margin-inline: auto;
}

.mh-native-header__inner {
  min-height: 78px;
  display: grid ;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
}

.mh-native-brand,
.mh-native-header__cta,
.mh-native-actions,
.mh-native-nav,
.mh-native-card__actions,
.mh-native-footer-bottom {
  display: flex ;
  align-items: center;
  flex-direction: row ;
  gap: 10px;
}

.mh-native-header .elementor-widget,
.mh-native-footer .elementor-widget,
.mh-native-card .elementor-widget,
.mh-native-contact-card .elementor-widget,
.mh-native-form-card .elementor-widget {
  margin-block-end: 0;
}

.mh-native-brand__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--mh-white);
  background: linear-gradient(135deg, var(--mh-red), var(--mh-blue));
  box-shadow: 0 12px 28px rgba(225, 33, 43, 0.28);
}

.mh-native-brand__icon .elementor-icon {
  color: var(--mh-white);
  font-size: 19px;
}

.mh-native-brand__text .elementor-heading-title {
  color: var(--mh-white);
  line-height: 1.1;
}

.mh-native-brand__text .elementor-widget-heading:first-child .elementor-heading-title {
  font-size: 17px;
  font-weight: 800;
}

.mh-native-brand__text .elementor-widget-heading:last-child .elementor-heading-title {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 600;
}

.mh-native-nav {
  justify-content: center;
}

.mh-native-nav .elementor-button {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
  box-shadow: none;
}

.mh-native-header__cta {
  justify-content: flex-end;
}

.mh-native-btn-gradient .elementor-button,
.mh-native-submit .elementor-button {
  border-radius: 8px;
  background: linear-gradient(135deg, var(--mh-red), var(--mh-blue));
  color: var(--mh-white);
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(17, 88, 255, 0.22);
}

.mh-native-btn-dark .elementor-button {
  border-radius: 8px;
  background: var(--mh-black);
  color: var(--mh-white);
  font-weight: 800;
}

.mh-native-btn-light .elementor-button {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: var(--mh-white);
  font-weight: 800;
}

.mh-native-hero {
  background: #000;
}

.mh-native-video-wrap {
  width: 100%;
  height: clamp(520px, 68vw, 760px);
  overflow: hidden;
  background: #000;
}

.mh-native-video,
.mh-native-video .elementor-wrapper,
.mh-native-video iframe {
  width: 100%;
  height: 100%;
}

.mh-native-video iframe {
  transform: scale(1.06);
}

.mh-native-section {
  padding: 88px 0;
}

.mh-native-about {
  background-color: #f5f7fb ;
  background:
    linear-gradient(180deg, rgba(245, 247, 251, 0.94), rgba(255, 255, 255, 0.98)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover fixed ;
}

.mh-native-split {
  display: grid ;
  grid-template-columns: 1fr 0.95fr;
  align-items: center;
  gap: 44px;
}

.mh-native-image {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 26px 72px rgba(7, 8, 12, 0.16);
}

.mh-native-image img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  transition: transform 240ms ease;
}

.mh-native-image:hover img {
  transform: scale(1.035);
}

.mh-native-kicker .elementor-heading-title,
.mh-native-contact-kicker .elementor-heading-title {
  text-transform: uppercase;
}

.mh-native-copy h2,
.mh-native-heading h2,
.mh-native-contact-card h3,
.mh-native-form-card h3 {
  line-height: 1.08;
}

.mh-native-copy .elementor-heading-title,
.mh-native-heading .elementor-heading-title,
.mh-native-card .elementor-heading-title,
.mh-native-form-card .elementor-heading-title {
}

.mh-native-copy h2,
.mh-native-heading h2 {
}

.mh-native-copy .elementor-widget-text-editor,
.mh-native-heading .elementor-widget-text-editor,
.mh-native-form-card .elementor-widget-text-editor {
  line-height: 1.75;
}

.mh-native-copy .elementor-icon-list-items {
  margin-top: 18px;
}

.mh-native-copy .elementor-icon-list-item {
  color: var(--mh-ink);
  font-weight: 700;
}

.mh-native-copy .elementor-icon-list-icon {
  color: var(--mh-blue);
}

.mh-native-vehicles {
  background-color: #f7f9fc ;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 248, 252, 0.98)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover ;
}

.mh-native-heading {
  display: grid ;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: 22px;
  margin-bottom: 30px;
}

.mh-native-card-grid {
  display: grid ;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.mh-native-card {
  overflow: hidden;
  border: 1px solid var(--mh-line);
  border-radius: 8px;
  background: var(--mh-white);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.mh-native-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.15);
}

.mh-native-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.mh-native-card .elementor-widget-heading,
.mh-native-card .elementor-widget-text-editor,
.mh-native-card__actions {
  padding-inline: 18px;
}

.mh-native-card .elementor-widget-heading {
  margin-top: 18px;
}

.mh-native-card h3 {
}

.mh-native-card .elementor-widget-text-editor {
  min-height: 72px;
  line-height: 1.6;
}

.mh-native-card__actions {
  padding-bottom: 18px;
}

.mh-native-card__actions .elementor-button {
  min-height: 38px;
  padding: 10px 13px;
  font-size: 12px;
}

.mh-native-reviews {
  color: var(--mh-white);
  background-color: #07080c ;
  background:
    radial-gradient(circle at 16% 20%, rgba(225, 33, 43, 0.32), transparent 30%),
    linear-gradient(135deg, rgba(7, 8, 12, 0.96), rgba(14, 18, 28, 0.9)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover ;
}

.mh-native-heading--dark h2,
.mh-native-heading--dark .elementor-widget-text-editor {
}

.mh-native-heading--dark .elementor-widget-text-editor {
}

.mh-native-review-grid {
  display: grid ;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mh-native-review {
  min-height: 230px;
  padding: 28px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
  transition: transform 220ms ease;
}

.mh-native-review:hover {
  transform: translateY(-6px);
}

.mh-native-review .elementor-testimonial__content,
.mh-native-review .elementor-testimonial__name {
  color: var(--mh-white);
}

.mh-native-review .elementor-testimonial__title {
  color: rgba(255, 255, 255, 0.56);
}

.mh-native-contact {
  background-color: #f6f8fc ;
  background:
    linear-gradient(180deg, rgba(246, 248, 252, 0.94), rgba(255, 255, 255, 0.96)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover ;
}

.mh-native-contact-grid {
  display: grid ;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
}

.mh-native-contact-card,
.mh-native-form-card,
.mh-native-map-wrap {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.14);
}

.mh-native-contact-card {
  min-height: 510px;
  padding: 34px;
  color: var(--mh-white);
  background-color: #080b13 ;
  background:
    radial-gradient(circle at 18% 16%, rgba(225, 33, 43, 0.46), transparent 31%),
    linear-gradient(145deg, rgba(7, 8, 12, 0.95), rgba(14, 20, 34, 0.82)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover ;
}

.mh-native-contact-card h3,
.mh-native-contact-card .elementor-widget-text-editor {
}

.mh-native-contact-card h3 {
  max-width: 390px;
}

.mh-native-contact-card .elementor-widget-text-editor {
}

.mh-native-contact-list .elementor-icon-list-items {
  display: grid;
  gap: 12px;
}

.mh-native-contact-list .elementor-icon-list-item {
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--mh-white);
}

.mh-native-contact-list .elementor-icon-list-icon {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--mh-red), var(--mh-blue));
  color: var(--mh-white);
}

.mh-native-form-card {
  position: relative;
  padding: 34px;
  background-color: var(--mh-white) ;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.9)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover ;
}

.mh-native-form-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--mh-red), var(--mh-blue));
}

.mh-native-form-card input,
.mh-native-form-card textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 8px;
  padding: 13px 15px;
  background: rgba(255, 255, 255, 0.94);
  font-family: inherit;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.mh-native-form-card textarea {
  min-height: 125px;
  resize: vertical;
}

.mh-native-form-card input:focus,
.mh-native-form-card textarea:focus {
  outline: 2px solid rgba(17, 88, 255, 0.22);
  border-color: rgba(17, 88, 255, 0.42);
}

.mh-native-map-wrap {
  margin-top: 24px;
}

.mh-native-map-wrap iframe {
  min-height: 290px;
}

.mh-native-footer {
  padding: 60px 0 24px;
  color: rgba(255, 255, 255, 0.74);
  background-color: var(--mh-black) ;
  background:
    radial-gradient(circle at 82% 12%, rgba(17, 88, 255, 0.28), transparent 26%),
    linear-gradient(135deg, rgba(7, 8, 12, 0.98), rgba(16, 21, 31, 0.94)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover ;
}

.mh-native-footer-grid {
  display: grid ;
  grid-template-columns: 1.2fr 0.7fr 0.7fr 0.9fr;
  gap: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mh-native-footer h3,
.mh-native-footer h4,
.mh-native-footer .elementor-icon-list-item,
.mh-native-footer .elementor-widget-text-editor,
.mh-native-footer-bottom .elementor-heading-title {
  color: var(--mh-white) ;
}

.mh-native-footer .elementor-widget-text-editor,
.mh-native-footer .elementor-icon-list-item,
.mh-native-footer-bottom .elementor-heading-title {
  color: rgba(255, 255, 255, 0.72) ;
}

.mh-native-footer-bottom {
  justify-content: space-between;
  padding-top: 22px;
}

@media (max-width: 980px) {
  .mh-native-header__inner,
  .mh-native-split,
  .mh-native-contact-grid {
    grid-template-columns: 1fr;
  }

  .mh-native-nav,
  .mh-native-header__cta {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .mh-native-card-grid,
  .mh-native-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mh-native-review-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .mh-native-wrap {
    width: min(100% - 24px, 1160px);
  }

  .mh-native-nav {
    display: none;
  }

  .mh-native-header__inner,
  .mh-native-heading,
  .mh-native-card-grid,
  .mh-native-footer-grid {
    grid-template-columns: 1fr;
  }

  .mh-native-section {
    padding: 58px 0;
  }

  .mh-native-video-wrap {
    height: 420px;
  }
}

.mh-vehicle-page {
  background: var(--mh-white);
}

.mh-vhero {
  min-height: 720px;
  color: var(--mh-white);
  background:
    radial-gradient(circle at 78% 20%, rgba(17, 88, 255, 0.34), transparent 28%),
    linear-gradient(115deg, rgba(7, 8, 12, 0.96), rgba(7, 8, 12, 0.74)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw8cab3db7/THRN/ss-x-thar-1920-829.jpg") center / cover !important;
}

.mh-vhero--roxx {
  background:
    radial-gradient(circle at 74% 18%, rgba(225, 33, 43, 0.36), transparent 28%),
    linear-gradient(115deg, rgba(7, 8, 12, 0.96), rgba(7, 8, 12, 0.68)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover !important;
}

.mh-vhero__inner {
  min-height: 720px;
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: 48px;
}

.mh-vhero__copy .elementor-heading-title,
.mh-vhero__copy .elementor-widget-text-editor {
  color: var(--mh-white) !important;
}

.mh-vhero__copy h1 {
  font-size: clamp(52px, 7vw, 96px);
  line-height: 0.95;
  font-weight: 800;
}

.mh-vhero__copy .elementor-widget-text-editor {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 18px;
  line-height: 1.75;
}

.mh-vhero__media {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(circle at 50% 20%, rgba(17, 88, 255, 0.2), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.34);
}

.mh-vhero__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  padding: 28px;
}

.mh-spec-strip,
.mh-vgallery,
.mh-vspec-grid,
.mh-vfeature-grid {
  display: grid !important;
  gap: 18px;
}

.mh-spec-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
}

.mh-spec-chip {
  padding: 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.09);
}

.mh-spec-chip .elementor-heading-title {
  color: var(--mh-white) !important;
  font-size: 22px;
  font-weight: 800;
}

.mh-spec-chip .elementor-widget-text-editor {
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 12px;
}

.mh-vsection {
  padding: 88px 0;
}

.mh-vsection--soft {
  background:
    linear-gradient(180deg, rgba(246, 248, 252, 0.96), rgba(255, 255, 255, 0.98)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover !important;
}

.mh-vsection--dark {
  color: var(--mh-white);
  background:
    radial-gradient(circle at 20% 18%, rgba(225, 33, 43, 0.28), transparent 30%),
    linear-gradient(135deg, rgba(7, 8, 12, 0.96), rgba(16, 21, 31, 0.9)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover !important;
}

.mh-vheading {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  align-items: end;
  gap: 22px;
  margin-bottom: 34px;
}

.mh-vheading .elementor-heading-title {
  color: var(--mh-black) !important;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.05;
  font-weight: 800;
}

.mh-vheading .elementor-widget-text-editor {
  color: var(--mh-muted) !important;
  line-height: 1.75;
}

.mh-vsection--dark .mh-vheading .elementor-heading-title,
.mh-vsection--dark .mh-vheading .elementor-widget-text-editor {
  color: var(--mh-white) !important;
}

.mh-vsection--dark .mh-vheading .elementor-widget-text-editor {
  color: rgba(255, 255, 255, 0.72) !important;
}

.mh-vgallery {
  grid-template-columns: 1.25fr 0.75fr;
  align-items: stretch;
}

.mh-vgallery__main,
.mh-vgallery__side,
.mh-vvideo-card,
.mh-vspec-card,
.mh-vfeature-card {
  overflow: hidden;
  border-radius: 8px;
  background: var(--mh-white);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.11);
}

.mh-vgallery__main,
.mh-vgallery__side {
  background:
    linear-gradient(145deg, #ffffff, #eef2f8);
}

.mh-vgallery__main img,
.mh-vgallery__side img {
  width: 100%;
  object-fit: contain;
}

.mh-vgallery__main img {
  aspect-ratio: 16 / 10;
}

.mh-vgallery__side {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
}

.mh-vgallery__side img {
  aspect-ratio: 1 / 1;
  border-radius: 8px;
}

.mh-v360 {
  position: relative;
}

.mh-v360::after {
  content: "360 view";
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 10px 14px;
  border-radius: 8px;
  color: var(--mh-white);
  background: linear-gradient(135deg, var(--mh-red), var(--mh-blue));
  font-weight: 800;
  text-transform: uppercase;
  animation: mhPulse 1.8s ease-in-out infinite;
}

.mh-vvideo-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: center;
  gap: 28px;
}

.mh-vvideo-card {
  background: #000;
}

.mh-vvideo-card iframe,
.mh-vvideo-card .elementor-wrapper {
  min-height: 360px;
}

.mh-vvideo-copy .elementor-heading-title,
.mh-vvideo-copy .elementor-widget-text-editor {
  color: var(--mh-white) !important;
}

.mh-vvideo-copy h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.06;
}

.mh-vfeature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mh-vfeature-card,
.mh-vspec-card {
  padding: 26px;
  border: 1px solid var(--mh-line);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.mh-vfeature-card:hover,
.mh-vspec-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 78px rgba(15, 23, 42, 0.16);
}

.mh-vfeature-card .elementor-icon {
  color: var(--mh-white);
  background: linear-gradient(135deg, var(--mh-red), var(--mh-blue));
  border-radius: 8px;
  padding: 13px;
}

.mh-vfeature-card .elementor-icon-box-title,
.mh-vfeature-card .elementor-icon-box-description,
.mh-vspec-card .elementor-heading-title,
.mh-vspec-card .elementor-widget-text-editor {
  color: var(--mh-black) !important;
}

.mh-vfeature-card .elementor-icon-box-description,
.mh-vspec-card .elementor-widget-text-editor {
  color: var(--mh-muted) !important;
  line-height: 1.65;
}

.mh-vspec-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mh-vspec-card .elementor-heading-title {
  color: var(--mh-red) !important;
  font-size: 24px;
  font-weight: 800;
}

.mh-roxx-spec-panel {
  display: grid !important;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--mh-line);
  border-radius: 8px;
  background: var(--mh-white);
  box-shadow: 0 26px 80px rgba(15, 23, 42, 0.1);
}

.mh-roxx-spec-panel.elementor-invisible,
.mh-roxx-spec-panel .elementor-invisible {
  visibility: visible !important;
}

.mh-roxx-spec-tabs {
  display: grid !important;
  align-content: start;
  background: #f4f6fa;
  border-right: 1px solid var(--mh-line);
}

.mh-roxx-spec-tab {
  padding: 18px 22px;
  border-bottom: 1px solid var(--mh-line);
  color: var(--mh-ink);
  font-weight: 700;
}

.mh-roxx-spec-tab:first-child {
  position: relative;
  color: var(--mh-white);
  background: var(--mh-black);
}

.mh-roxx-spec-tab:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  width: 28px;
  height: 28px;
  background: var(--mh-black);
  transform: translateY(-50%) rotate(45deg);
}

.mh-roxx-spec-content {
  display: grid !important;
  gap: 34px;
  padding: 34px 42px;
}

.mh-roxx-spec-group {
  display: grid !important;
  gap: 0;
}

.mh-roxx-spec-group .elementor-heading-title {
  margin-bottom: 14px;
  color: var(--mh-black) !important;
  font-size: 22px;
  font-weight: 800;
}

.mh-roxx-spec-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 0.75fr);
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--mh-line);
}

.mh-roxx-spec-row .elementor-widget-text-editor,
.mh-roxx-feature-row .elementor-widget-text-editor {
  color: var(--mh-muted) !important;
  font-size: 15px;
}

.mh-roxx-spec-row strong,
.mh-roxx-feature-row strong {
  color: var(--mh-ink);
  font-weight: 700;
}

.mh-roxx-feature-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 34px;
}

.mh-roxx-feature-row {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--mh-line);
}

.mh-roxx-check .elementor-icon {
  color: #15a34a;
  font-size: 18px;
}

.mh-vcta {
  padding: 58px;
  border-radius: 8px;
  color: var(--mh-white);
  background:
    linear-gradient(135deg, rgba(225, 33, 43, 0.88), rgba(17, 88, 255, 0.82)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover !important;
  box-shadow: 0 28px 84px rgba(17, 88, 255, 0.18);
}

.mh-vcta .elementor-heading-title,
.mh-vcta .elementor-widget-text-editor {
  color: var(--mh-white) !important;
}

@keyframes mhPulse {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.04);
  }
}

@media (max-width: 980px) {
  .mh-vhero__inner,
  .mh-vgallery,
  .mh-vvideo-grid {
    grid-template-columns: 1fr;
  }

  .mh-spec-strip,
  .mh-vspec-grid,
  .mh-vfeature-grid,
  .mh-roxx-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mh-roxx-spec-panel {
    grid-template-columns: 1fr;
  }

  .mh-roxx-spec-tabs {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .mh-vhero,
  .mh-vhero__inner {
    min-height: auto;
  }

  .mh-vhero__inner {
    padding: 58px 0;
  }

  .mh-spec-strip,
  .mh-vspec-grid,
  .mh-vfeature-grid,
  .mh-roxx-feature-grid,
  .mh-vheading,
  .mh-vgallery__side {
    grid-template-columns: 1fr;
  }

  .mh-roxx-spec-content {
    padding: 24px;
  }

  .mh-roxx-spec-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .mh-vsection {
    padding: 58px 0;
  }

  .mh-vcta {
    padding: 34px 22px;
  }
}

.mh-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 0.7fr 0.9fr;
  gap: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mh-footer h4 {
  margin: 0 0 14px;
  color: var(--mh-white);
  font-size: 15px;
}

.mh-footer p,
.mh-footer li {
  margin: 0;
  line-height: 1.8;
}

.mh-footer ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mh-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 22px;
}

@media (max-width: 980px) {
  .mh-menu {
    display: none;
  }

  .mh-split,
  .mh-contact {
    grid-template-columns: 1fr;
  }

  .mh-cars,
  .mh-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 640px) {
  .mh-wrap {
    width: min(100% - 24px, 1160px);
  }

  .mh-nav__inner {
    min-height: 66px;
  }

  .mh-logo__text span,
  .mh-header-actions .mh-btn--ghost {
    display: none;
  }

  .mh-btn {
    min-height: 44px;
    padding: 0 15px;
  }

  .mh-hero {
    min-height: 660px;
  }

  .mh-hero__content {
    padding: 72px 0 52px;
  }

  .mh-hero h1 {
    font-size: 42px;
  }

  .mh-hero p {
    font-size: 16px;
  }

  .mh-hero__badges,
  .mh-cars,
  .mh-footer__grid {
    grid-template-columns: 1fr;
  }

  .mh-heading,
  .mh-footer__bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .mh-section {
    padding: 58px 0;
  }
}

.mh-native-section.mh-royal-vehicles {
  background:
    radial-gradient(circle at 15% 12%, rgba(225, 33, 43, 0.09), transparent 28%),
    radial-gradient(circle at 82% 22%, rgba(17, 88, 255, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(243, 246, 251, 0.96)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover ;
}

.mh-native-section.mh-royal-reviews {
  background:
    radial-gradient(circle at 14% 20%, rgba(225, 33, 43, 0.44), transparent 28%),
    radial-gradient(circle at 88% 22%, rgba(17, 88, 255, 0.38), transparent 30%),
    linear-gradient(135deg, rgba(5, 6, 10, 0.97), rgba(11, 15, 24, 0.92)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover ;
}

.mh-native-section.mh-royal-contact {
  background:
    radial-gradient(circle at 12% 8%, rgba(17, 88, 255, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(246, 248, 252, 0.95), rgba(255, 255, 255, 0.98)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw8cab3db7/THRN/ss-x-thar-1920-829.jpg") center / cover fixed ;
}

.mh-native-section .mh-royal-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) ;
}

@media (max-width: 980px) {
  .mh-native-section .mh-royal-card-grid,
  .mh-native-section .mh-royal-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.mh-roxx-gallery {
  grid-template-columns: 1.05fr 0.95fr;
}

.mh-roxx-gallery-main {
  position: relative;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 520px;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(17, 88, 255, 0.2), transparent 38%),
    linear-gradient(145deg, #0b0f18, #02040a) !important;
}

.mh-roxx-gallery-main img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  cursor: zoom-in;
}

.mh-roxx-gallery-main h3,
.mh-roxx-gallery-card h3 {
  color: var(--mh-white) !important;
  font-size: 18px;
  font-weight: 800;
}

.mh-roxx-gallery-main .elementor-widget-heading {
  position: absolute;
  left: 32px;
  bottom: 32px;
  padding: 10px 14px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(225, 33, 43, 0.88), rgba(17, 88, 255, 0.84));
}

.mh-roxx-gallery-side {
  grid-template-columns: 1fr 1fr;
  background: transparent !important;
  box-shadow: none;
  padding: 0;
}

.mh-roxx-gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(17, 88, 255, 0.16), transparent 38%),
    linear-gradient(145deg, #121826, #05070d);
  box-shadow: 0 20px 58px rgba(15, 23, 42, 0.16);
}

.mh-roxx-gallery-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  opacity: 0.9;
  cursor: zoom-in;
  transition: transform 240ms ease, opacity 240ms ease;
}

.mh-roxx-gallery-card:hover img {
  transform: scale(1.045);
  opacity: 1;
}

.mh-roxx-gallery-card .elementor-widget-heading {
  position: absolute;
  inset: auto 12px 12px;
  padding: 9px 11px;
  border-radius: 8px;
  background: rgba(7, 8, 12, 0.78);
  backdrop-filter: blur(10px);
}

.mh-roxx-key-spec-card {
  position: relative;
  isolation: isolate;
  min-height: 154px;
  padding: 28px 26px 24px !important;
  background:
    radial-gradient(circle at 88% 10%, rgba(17, 88, 255, 0.16), transparent 28%),
    linear-gradient(180deg, #ffffff, #f6f8fc) !important;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.1);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.mh-roxx-key-spec-card:hover {
  transform: translateY(-7px);
  border-color: rgba(225, 33, 43, 0.26);
  box-shadow: 0 30px 76px rgba(15, 23, 42, 0.16);
}

.mh-roxx-key-spec-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--mh-red), var(--mh-blue));
}

.mh-roxx-key-spec-card::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, var(--mh-red), var(--mh-blue)) border-box;
  border: 8px solid transparent;
  opacity: 0.58;
  z-index: -1;
}

.mh-roxx-key-spec-card .elementor-heading-title {
  color: #080b12 !important;
  font-size: clamp(24px, 2.5vw, 34px) !important;
  font-weight: 900 !important;
  letter-spacing: 0;
}

.mh-roxx-key-spec-card .elementor-widget-text-editor {
  color: #606a7b !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

.mh-roxx-spec-section {
  padding-top: 78px;
  padding-bottom: 78px;
}

.mh-roxx-spec-section .mh-vheading {
  margin-bottom: 24px;
}

.mh-roxx-elementor-tabs .elementor-tabs {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--mh-line);
  border-radius: 8px;
  background: var(--mh-white);
  box-shadow: 0 32px 92px rgba(15, 23, 42, 0.14);
}

.mh-roxx-elementor-tabs .elementor-tabs-wrapper {
  width: auto !important;
  padding: 12px;
  background:
    radial-gradient(circle at 0% 0%, rgba(225, 33, 43, 0.18), transparent 30%),
    linear-gradient(180deg, #111723, #080b12);
  border-right: 1px solid var(--mh-line);
}

.mh-roxx-elementor-tabs .elementor-tab-desktop-title {
  display: block;
  min-height: 54px;
  margin-bottom: 8px;
  padding: 17px 20px !important;
  border: 0 !important;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.07);
  font-size: 15px;
  font-weight: 800;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.mh-roxx-elementor-tabs .elementor-tab-desktop-title:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.13);
  transform: translateX(3px);
}

.mh-roxx-elementor-tabs .elementor-tab-mobile-title {
  display: none !important;
}

.mh-roxx-elementor-tabs .elementor-tab-desktop-title.elementor-active {
  position: relative;
  color: var(--mh-white) !important;
  background: linear-gradient(135deg, var(--mh-red), var(--mh-blue));
  box-shadow: 0 14px 34px rgba(17, 88, 255, 0.22);
}

.mh-roxx-elementor-tabs .elementor-tab-title::before,
.mh-roxx-elementor-tabs .elementor-tab-title::after {
  display: none !important;
}

.mh-roxx-elementor-tabs .elementor-tab-desktop-title.elementor-active::before {
  content: "";
  display: block !important;
  position: absolute;
  top: 50%;
  right: -13px;
  width: 26px;
  height: 26px;
  background: linear-gradient(135deg, var(--mh-blue), var(--mh-red));
  transform: translateY(-50%) rotate(45deg);
}

.mh-roxx-elementor-tabs .elementor-tab-content:not(.elementor-active) {
  display: none !important;
}

.mh-roxx-elementor-tabs .elementor-tabs-content-wrapper {
  border: 0 !important;
}

.mh-roxx-elementor-tabs .elementor-tab-content {
  min-height: 420px;
  padding: 30px 36px !important;
  border: 0 !important;
  color: var(--mh-muted);
  background:
    radial-gradient(circle at 100% 0%, rgba(17, 88, 255, 0.08), transparent 32%),
    linear-gradient(180deg, #ffffff, #fbfcff);
}

.mh-roxx-tab-table,
.mh-roxx-tab-features {
  display: grid;
  gap: 0;
}

.mh-roxx-tab-row,
.mh-roxx-tab-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 0.75fr);
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--mh-line);
  color: var(--mh-muted);
  font-size: 15px;
}

.mh-roxx-tab-row strong,
.mh-roxx-tab-feature strong {
  color: var(--mh-ink);
  font-weight: 800;
}

.mh-roxx-tab-feature {
  grid-template-columns: minmax(0, 1fr) 44px;
  align-items: center;
}

.mh-roxx-tab-feature span {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #ffffff;
  background: #16a34a;
  font-weight: 800;
}

@media (max-width: 980px) {
  .mh-roxx-gallery,
  .mh-roxx-elementor-tabs .elementor-tabs {
    grid-template-columns: 1fr;
  }

  .mh-roxx-elementor-tabs .elementor-tabs-wrapper {
    border-right: 0;
  }

  .mh-roxx-elementor-tabs .elementor-tab-desktop-title.elementor-active::before {
    display: none;
  }
}

.mh-roxx-gallery .elementor-invisible,
.mh-roxx-key-spec-card.elementor-invisible,
.mh-roxx-key-spec-card .elementor-invisible,
.mh-roxx-elementor-tabs.elementor-invisible,
.mh-roxx-elementor-tabs .elementor-invisible,
body.page-id-42 .mh-vvideo-grid .elementor-invisible,
body.page-id-42 .mh-vfeature-grid .elementor-invisible,
body.page-id-42 .mh-vspec-grid .elementor-invisible,
body.page-id-42 .mh-vvideo-card.elementor-invisible,
body.page-id-42 .mh-vvideo-copy.elementor-invisible,
body.page-id-42 .mh-vfeature-card.elementor-invisible,
body.page-id-42 .mh-vspec-card.elementor-invisible {
  visibility: visible !important;
}

body.page-id-42 .mh-native-footer {
  position: relative;
  overflow: hidden;
  padding: 68px 0 26px;
  color: rgba(255, 255, 255, 0.76);
  background-color: #05070d;
  background:
    radial-gradient(circle at 16% 14%, rgba(225, 33, 43, 0.26), transparent 25%),
    radial-gradient(circle at 84% 16%, rgba(17, 88, 255, 0.32), transparent 30%),
    linear-gradient(135deg, rgba(6, 8, 14, 0.96), rgba(13, 20, 34, 0.94)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover;
}

body.page-id-42 .mh-native-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 0.7fr 0.95fr;
  gap: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

body.page-id-42 .mh-native-footer h3,
body.page-id-42 .mh-native-footer h4 {
  color: #ffffff;
  font-weight: 900;
}

body.page-id-42 .mh-native-footer .elementor-widget-text-editor,
body.page-id-42 .mh-native-footer .elementor-icon-list-item,
body.page-id-42 .mh-native-footer-bottom .elementor-heading-title {
  color: rgba(255, 255, 255, 0.74);
}

@media (max-width: 640px) {
  .mh-roxx-gallery-side,
  .mh-roxx-tab-row,
  .mh-roxx-tab-feature {
    grid-template-columns: 1fr;
  }

  .mh-roxx-gallery-main {
    min-height: auto;
  }

  .mh-roxx-elementor-tabs .elementor-tab-content {
    padding: 24px !important;
  }
}

@media (max-width: 640px) {
  .mh-native-section .mh-royal-card-grid,
  .mh-native-section .mh-royal-review-grid,
  .mh-native-section .mh-royal-contact-grid {
    grid-template-columns: 1fr;
  }
}

body.page-id-16 .mh-native-section {
  padding: 84px 0;
}

body.page-id-16 .mh-native-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: 22px;
  margin-bottom: 30px;
}

body.page-id-16 .mh-native-heading .elementor-heading-title {
  color: var(--mh-black);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 800;
}

body.page-id-16 .mh-native-heading .elementor-widget-text-editor {
  color: var(--mh-muted);
  line-height: 1.75;
}

body.page-id-16 .mh-royal-vehicles {
  background-color: #f7f9fc;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 248, 252, 0.98)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover;
}

body.page-id-16 .mh-royal-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.page-id-16 .mh-royal-card {
  overflow: hidden;
  border: 1px solid var(--mh-line);
  border-radius: 8px;
  background: var(--mh-white);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

body.page-id-16 .mh-royal-card::before {
  content: none;
}

body.page-id-16 .mh-royal-card:hover {
  transform: translateY(-7px);
  border-color: var(--mh-line);
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.15);
}

body.page-id-16 .mh-royal-card-media {
  margin: 0;
  border-radius: 0;
  background: #eef1f5;
}

body.page-id-16 .mh-royal-card-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  padding: 0;
  object-fit: cover;
}

body.page-id-16 .mh-royal-badge .elementor-heading-title {
  margin: 0 18px;
  padding: 0;
  border-radius: 0;
  color: var(--mh-red);
  background: transparent;
  font-size: 18px;
  font-weight: 800;
  text-transform: none;
}

body.page-id-16 .mh-royal-card h3.elementor-heading-title {
  padding-inline: 18px;
  color: var(--mh-black);
  font-size: 19px;
  font-weight: 800;
}

body.page-id-16 .mh-royal-card .elementor-widget-text-editor {
  min-height: 72px;
  padding-inline: 18px;
  color: var(--mh-muted);
  font-size: 14px;
  line-height: 1.6;
}

body.page-id-16 .mh-royal-spec-mini {
  display: none;
}

body.page-id-16 .mh-royal-card .mh-native-card__actions {
  padding: 8px 18px 18px;
}

body.page-id-16 .mh-royal-card .elementor-button {
  min-height: 38px;
  padding: 10px 13px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
}

body.page-id-16 .mh-royal-reviews {
  color: var(--mh-white);
  background-color: #07080c;
  background:
    radial-gradient(circle at 16% 20%, rgba(225, 33, 43, 0.32), transparent 30%),
    linear-gradient(135deg, rgba(7, 8, 12, 0.96), rgba(14, 18, 28, 0.9)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover;
}

body.page-id-16 .mh-royal-reviews .mh-native-heading .elementor-heading-title,
body.page-id-16 .mh-royal-reviews .mh-native-heading .elementor-widget-text-editor {
  color: var(--mh-white);
}

body.page-id-16 .mh-royal-reviews .mh-native-heading .elementor-widget-text-editor {
  color: rgba(255, 255, 255, 0.72);
}

body.page-id-16 .mh-royal-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.page-id-16 .mh-royal-review {
  min-height: 230px;
  padding: 28px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
  backdrop-filter: none;
  transition: transform 220ms ease;
}

body.page-id-16 .mh-royal-review:hover {
  transform: translateY(-6px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
}

body.page-id-16 .mh-royal-review h3.elementor-heading-title,
body.page-id-16 .mh-royal-review-name .elementor-heading-title {
  color: var(--mh-white);
  font-weight: 800;
}

body.page-id-16 .mh-royal-review h3.elementor-heading-title {
  font-size: 18px;
}

body.page-id-16 .mh-royal-review .elementor-widget-text-editor {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
}

body.page-id-16 .mh-royal-rating .elementor-heading-title {
  color: #ffd166;
  font-size: 14px;
}

body.page-id-16 .mh-royal-review-meta .elementor-heading-title {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}

body.page-id-16 .mh-royal-contact {
  background-color: #f6f8fc;
  background:
    linear-gradient(180deg, rgba(246, 248, 252, 0.94), rgba(255, 255, 255, 0.96)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover;
}

body.page-id-16 .mh-royal-contact-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
}

body.page-id-16 .mh-royal-contact-card,
body.page-id-16 .mh-royal-form-card,
body.page-id-16 .mh-royal-map-wrap {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.14);
}

body.page-id-16 .mh-royal-contact-card {
  min-height: 510px;
  padding: 34px;
  color: var(--mh-white);
  background-color: #080b13;
  background:
    radial-gradient(circle at 18% 16%, rgba(225, 33, 43, 0.46), transparent 31%),
    linear-gradient(145deg, rgba(7, 8, 12, 0.95), rgba(14, 20, 34, 0.82)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover;
}

body.page-id-16 .mh-royal-contact-card .elementor-heading-title,
body.page-id-16 .mh-royal-contact-card .elementor-widget-text-editor,
body.page-id-16 .mh-royal-contact-list .elementor-icon-list-text {
  color: var(--mh-white);
}

body.page-id-16 .mh-royal-contact-card h3.elementor-heading-title {
  max-width: 390px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.08;
}

body.page-id-16 .mh-royal-contact-card .elementor-widget-text-editor {
  color: rgba(255, 255, 255, 0.75);
}

body.page-id-16 .mh-royal-contact-list .elementor-icon-list-items {
  display: grid;
  gap: 12px;
}

body.page-id-16 .mh-royal-contact-list .elementor-icon-list-item {
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

body.page-id-16 .mh-royal-form-card {
  padding: 34px;
  background-color: var(--mh-white);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.9)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover;
}

body.page-id-16 .mh-royal-form-card h3.elementor-heading-title {
  color: var(--mh-black);
  font-size: 30px;
  font-weight: 800;
}

body.page-id-16 .mh-royal-form-card .elementor-widget-text-editor {
  color: var(--mh-muted);
}

body.page-id-16 .mh-royal-map-wrap {
  margin-top: 24px;
  border: 0;
}

body.page-id-16 .mh-royal-map-wrap iframe {
  min-height: 290px;
}

@media (max-width: 980px) {
  body.page-id-16 .mh-royal-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-id-16 .mh-royal-review-grid,
  body.page-id-16 .mh-royal-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.page-id-16 .mh-native-heading,
  body.page-id-16 .mh-royal-card-grid {
    grid-template-columns: 1fr;
  }

  body.page-id-16 .mh-native-section {
    padding: 58px 0;
  }
}

body.page-id-16 {
  --mh-logo-red: #e31837;
  --mh-logo-blue: #1458ff;
  --mh-logo-black: #08090d;
}

body.page-id-16 .mh-kicker::before,
body.page-id-16 .mh-native-kicker .elementor-heading-title::before,
body.page-id-16 .mh-native-contact-kicker .elementor-heading-title::before,
body.page-id-16 .mh-native-heading::before,
body.page-id-16 .mh-native-heading::after {
  content: none;
  display: none;
}

body.page-id-16 .mh-native-section {
  position: relative;
  overflow: hidden;
}

body.page-id-16 .mh-native-wrap {
  width: min(1160px, calc(100% - 40px));
}

body.page-id-16 .mh-native-heading {
  align-items: center;
  margin-bottom: 36px;
}

body.page-id-16 .mh-native-heading .elementor-heading-title {
  letter-spacing: 0;
}

body.page-id-16 .mh-native-heading .elementor-widget-text-editor {
  max-width: 520px;
}

body.page-id-16 .mh-native-kicker .elementor-heading-title,
body.page-id-16 .mh-native-contact-kicker .elementor-heading-title {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 8px;
  color: var(--mh-logo-red);
  background: rgba(227, 24, 55, 0.08);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

body.page-id-16 .mh-native-btn-gradient .elementor-button,
body.page-id-16 .mh-native-submit .elementor-button,
body.page-id-16 .mh-native-card__actions .elementor-widget-button:first-child .elementor-button,
body.page-id-16 .mh-native-actions .elementor-widget-button:first-child .elementor-button {
  background: var(--mh-logo-red);
  color: #ffffff;
  border: 1px solid var(--mh-logo-red);
  box-shadow: 0 14px 28px rgba(227, 24, 55, 0.22);
}

body.page-id-16 .mh-native-btn-dark .elementor-button,
body.page-id-16 .mh-native-btn-light .elementor-button,
body.page-id-16 .mh-native-card__actions .elementor-widget-button:last-child .elementor-button,
body.page-id-16 .mh-native-actions .elementor-widget-button:last-child .elementor-button {
  background: var(--mh-logo-black);
  color: #ffffff;
  border: 1px solid var(--mh-logo-black);
  box-shadow: 0 14px 28px rgba(8, 9, 13, 0.14);
}

body.page-id-16 .elementor-button {
  border-radius: 8px;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

body.page-id-16 .elementor-button:hover {
  transform: translateY(-2px);
  background: var(--mh-logo-black);
  border-color: var(--mh-logo-black);
  box-shadow: 0 18px 34px rgba(8, 9, 13, 0.2);
}

body.page-id-16 .mh-native-card__actions,
body.page-id-16 .mh-native-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
}

body.page-id-16 .mh-native-card__actions .elementor-widget-button,
body.page-id-16 .mh-native-actions .elementor-widget-button {
  width: auto;
  flex: 0 0 auto;
}

body.page-id-16 .mh-native-card__actions .elementor-button {
  min-width: 98px;
  text-align: center;
}

body.page-id-16 .mh-royal-card-grid {
  align-items: stretch;
}

body.page-id-16 .mh-royal-card {
  display: flex;
  flex-direction: column;
}

body.page-id-16 .mh-royal-card .elementor-widget-text-editor {
  flex: 1;
}

body.page-id-16 .mh-royal-card .mh-native-card__actions {
  margin-top: auto;
  justify-content: flex-start;
}

body.page-id-16 .mh-royal-card-media {
  background: #eef1f5;
}

body.page-id-16 .mh-royal-card-media img {
  filter: saturate(1.02) contrast(1.01);
}

body.page-id-16 .mh-royal-badge .elementor-heading-title {
  color: var(--mh-logo-red);
}

body.page-id-16 .mh-royal-reviews .mh-native-heading {
  margin-bottom: 32px;
}

body.page-id-16 .mh-royal-review {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

body.page-id-16 .mh-royal-contact {
  padding-bottom: 76px;
}

body.page-id-16 .mh-royal-contact-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.page-id-16 .mh-royal-contact-card .mh-native-actions {
  margin-top: 16px;
}

body.page-id-16 .mh-royal-form-card input,
body.page-id-16 .mh-royal-form-card textarea {
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

body.page-id-16 .mh-royal-form-card input:focus,
body.page-id-16 .mh-royal-form-card textarea:focus {
  outline: 0;
  border-color: rgba(227, 24, 55, 0.52);
  box-shadow: 0 0 0 4px rgba(227, 24, 55, 0.1);
}

body.page-id-16 .mh-native-footer {
  background:
    radial-gradient(circle at 82% 12%, rgba(227, 24, 55, 0.26), transparent 26%),
    linear-gradient(135deg, rgba(7, 8, 12, 0.98), rgba(16, 21, 31, 0.94)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover;
}

@media (max-width: 980px) {
  body.page-id-16 .mh-native-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  body.page-id-16 .mh-royal-card-grid,
  body.page-id-16 .mh-royal-contact-grid {
    gap: 20px;
  }
}

@media (max-width: 720px) {
  body.page-id-16 .mh-native-card__actions,
  body.page-id-16 .mh-native-actions {
    width: 100%;
  }

  body.page-id-16 .mh-native-card__actions .elementor-widget-button,
  body.page-id-16 .mh-native-actions .elementor-widget-button {
    flex: 1 1 0;
  }

  body.page-id-16 .mh-native-card__actions .elementor-button,
  body.page-id-16 .mh-native-actions .elementor-button {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 420px) {
  body.page-id-16 .mh-native-card__actions,
  body.page-id-16 .mh-native-actions {
    flex-wrap: wrap;
  }

  body.page-id-16 .mh-native-card__actions .elementor-widget-button,
  body.page-id-16 .mh-native-actions .elementor-widget-button {
    flex-basis: 100%;
  }
}

/* Motors-inspired visual system: sitewide polish only, content stays editable in Elementor. */
:root {
  --mh-black: #1f2427;
  --mh-ink: #242a2e;
  --mh-muted: #6f7780;
  --mh-line: #dfe4e8;
  --mh-soft: #eef2f5;
  --mh-white: #ffffff;
  --mh-blue: #5d8edb;
  --mh-red: #e2131e;
  --mh-orange: #e2131e;
  --mh-orange-dark: #b90f18;
  --mh-charcoal: #202528;
  --mh-charcoal-2: #2b3033;
  --mh-radius: 4px;
}

body {
  color: var(--mh-ink);
  background: #eef2f5;
  font-family: "Poppins", Arial, sans-serif;
}

body .elementor-heading-title,
body .elementor-widget-text-editor,
body .elementor-button {
  font-family: "Poppins", Arial, sans-serif;
  letter-spacing: 0;
}

body .elementor-heading-title {
  font-weight: 800;
}

.mh-native-header,
.mh-native-footer,
body.page-id-42 .mh-native-footer {
  background:
    linear-gradient(135deg, rgba(31, 36, 39, 0.98), rgba(40, 46, 50, 0.94)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover;
}

.mh-native-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.mh-native-header .elementor-heading-title,
.mh-native-header .elementor-button,
.mh-native-nav .elementor-button {
  color: #ffffff;
}

.mh-native-brand__icon {
  background: linear-gradient(135deg, var(--mh-orange), #ffb12a);
  box-shadow: 0 10px 24px rgba(242, 106, 33, 0.3);
}

.mh-native-nav .elementor-button {
  position: relative;
  min-height: auto;
  padding-bottom: 6px;
  color: rgba(255, 255, 255, 0.88);
  background: transparent;
  border: 0;
  box-shadow: none;
}

.mh-native-nav .elementor-button::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 2px;
  background: var(--mh-orange);
  transition: left 180ms ease, right 180ms ease;
}

.mh-native-nav .elementor-button:hover::after {
  left: 0;
  right: 0;
}

.mh-native-btn-gradient .elementor-button,
.mh-native-submit .elementor-button,
.mh-native-card__actions .elementor-widget-button:first-child .elementor-button,
.mh-native-actions .elementor-widget-button:first-child .elementor-button,
.mh-vhero__buttons .elementor-widget-button:first-child .elementor-button,
.mh-vcta__buttons .elementor-widget-button:first-child .elementor-button {
  color: #ffffff;
  background: var(--mh-orange);
  border: 1px solid var(--mh-orange);
  border-radius: 4px;
  box-shadow: 0 12px 28px rgba(242, 106, 33, 0.24);
}

.mh-native-btn-dark .elementor-button,
.mh-native-btn-light .elementor-button,
.mh-native-card__actions .elementor-widget-button:last-child .elementor-button,
.mh-native-actions .elementor-widget-button:last-child .elementor-button,
.mh-vhero__buttons .elementor-widget-button:last-child .elementor-button,
.mh-vcta__buttons .elementor-widget-button:last-child .elementor-button {
  color: #ffffff;
  background: var(--mh-blue);
  border: 1px solid var(--mh-blue);
  border-radius: 4px;
  box-shadow: 0 12px 28px rgba(93, 142, 219, 0.22);
}

body .elementor-button {
  min-height: 42px;
  border-radius: 4px;
  color: #ffffff;
  background-color: var(--mh-orange);
  background-image: none;
  border: 1px solid var(--mh-orange);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

body .elementor-button:hover {
  transform: translateY(-2px);
  background: var(--mh-charcoal);
  border-color: var(--mh-charcoal);
  box-shadow: 0 18px 34px rgba(31, 36, 39, 0.24);
}

.mh-native-nav .elementor-button:hover {
  color: #ffffff;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.mh-native-card__actions .elementor-button,
.mh-native-actions .elementor-button,
.mh-vhero__buttons .elementor-button,
.mh-vcta__buttons .elementor-button,
.mh-native-header__cta .elementor-button,
.mh-royal-card .elementor-button,
.mh-royal-form-card .elementor-button,
.mh-native-form-card .elementor-button {
  min-width: 112px;
  padding: 12px 18px;
}

.mh-native-header__cta .elementor-widget-button:first-child .elementor-button {
  background: var(--mh-orange);
  border-color: var(--mh-orange);
}

.mh-native-header__cta .elementor-widget-button:last-child .elementor-button {
  background: var(--mh-blue);
  border-color: var(--mh-blue);
}

.mh-native-section,
.mh-vsection {
  background-color: #eef2f5;
}

.mh-native-about,
.mh-native-vehicles,
.mh-royal-vehicles,
.mh-vsection--soft {
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.97), rgba(238, 242, 245, 0.97)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover;
}

.mh-native-reviews,
.mh-royal-reviews,
.mh-vsection--dark {
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(31, 36, 39, 0.96), rgba(31, 36, 39, 0.9)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover;
}

.mh-native-contact,
.mh-royal-contact {
  background:
    linear-gradient(180deg, rgba(239, 243, 247, 0.95), rgba(255, 255, 255, 0.94)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover;
}

.mh-native-heading,
.mh-vheading {
  position: relative;
}

.mh-native-heading::after,
.mh-vheading::after {
  content: "";
  width: 42px;
  height: 3px;
  display: block;
  margin-top: 12px;
  background: var(--mh-orange);
}

.mh-native-heading .elementor-heading-title,
.mh-vheading .elementor-heading-title,
.mh-native-copy h2,
.mh-vhero__copy h1 {
  color: var(--mh-charcoal);
  font-weight: 900;
  text-transform: uppercase;
}

.mh-native-reviews .mh-native-heading .elementor-heading-title,
.mh-royal-reviews .mh-native-heading .elementor-heading-title,
.mh-vsection--dark .mh-vheading .elementor-heading-title,
.mh-vsection--dark .mh-vvideo-copy .elementor-heading-title,
.mh-vhero .mh-vhero__copy .elementor-heading-title,
.mh-vhero .mh-vhero__copy .elementor-widget-text-editor {
  color: #ffffff;
}

.mh-native-heading .elementor-widget-text-editor,
.mh-vheading .elementor-widget-text-editor,
.mh-native-copy .elementor-widget-text-editor {
  color: var(--mh-muted);
  font-size: 15px;
  line-height: 1.75;
}

.mh-native-card,
.mh-royal-card,
.mh-vfeature-card,
.mh-vspec-card,
.mh-roxx-key-spec-card,
.mh-native-review,
.mh-royal-review,
.mh-native-form-card,
.mh-royal-form-card,
.mh-native-contact-card,
.mh-royal-contact-card {
  border-radius: 4px;
}

.mh-native-card,
.mh-royal-card,
.mh-vfeature-card,
.mh-vspec-card,
.mh-roxx-key-spec-card {
  border: 1px solid #dce2e7;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(31, 36, 39, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.mh-native-card:hover,
.mh-royal-card:hover,
.mh-vfeature-card:hover,
.mh-vspec-card:hover,
.mh-roxx-key-spec-card:hover {
  transform: translateY(-8px);
  border-color: rgba(242, 106, 33, 0.45);
  box-shadow: 0 22px 58px rgba(31, 36, 39, 0.16);
}

.mh-native-card img,
.mh-royal-card-media img,
.mh-vgallery img,
.mh-vhero__media img {
  transition: transform 260ms ease, filter 260ms ease;
}

.mh-native-card:hover img,
.mh-royal-card:hover img,
.mh-vgallery__main:hover img,
.mh-vgallery__side:hover img,
.mh-vhero__media:hover img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.04);
}

.mh-royal-badge .elementor-heading-title,
.mh-native-kicker .elementor-heading-title,
.mh-native-contact-kicker .elementor-heading-title,
.mh-kicker .elementor-heading-title,
.mh-kicker {
  color: var(--mh-orange);
  background: transparent;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.mh-royal-badge .elementor-heading-title::before,
.mh-native-kicker .elementor-heading-title::before,
.mh-native-contact-kicker .elementor-heading-title::before,
.mh-kicker::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 3px;
  margin-right: 10px;
  vertical-align: middle;
  background: var(--mh-orange);
}

.mh-native-card h3.elementor-heading-title,
.mh-royal-card h3.elementor-heading-title,
.mh-vfeature-card .elementor-icon-box-title,
.mh-vspec-card .elementor-heading-title {
  color: var(--mh-charcoal);
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.mh-native-card .elementor-widget-text-editor,
.mh-royal-card .elementor-widget-text-editor,
.mh-vfeature-card .elementor-icon-box-description,
.mh-vspec-card .elementor-widget-text-editor {
  color: #717a82;
  font-size: 14px;
}

.mh-vfeature-card .elementor-icon,
.mh-native-contact-list .elementor-icon-list-icon,
.mh-royal-contact-list .elementor-icon-list-icon,
.mh-native-copy .elementor-icon-list-icon {
  color: var(--mh-orange);
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.mh-vfeature-card .elementor-icon {
  color: var(--mh-orange);
  font-size: 42px;
}

.mh-native-review,
.mh-royal-review {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.18);
}

.mh-native-reviews .mh-native-review .elementor-testimonial__content,
.mh-native-reviews .mh-native-review .elementor-testimonial__name,
.mh-royal-review h3.elementor-heading-title,
.mh-royal-review-name .elementor-heading-title {
  color: var(--mh-charcoal);
}

.mh-royal-review .elementor-widget-text-editor,
.mh-native-review .elementor-testimonial__title {
  color: #6d7680;
}

.mh-royal-rating .elementor-heading-title {
  color: var(--mh-orange);
}

.mh-native-contact-card,
.mh-royal-contact-card {
  background:
    linear-gradient(135deg, rgba(31, 36, 39, 0.94), rgba(31, 36, 39, 0.82)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover;
}

.mh-native-form-card,
.mh-royal-form-card {
  border-top: 4px solid var(--mh-orange);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.92)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover;
}

.mh-native-form-card input,
.mh-native-form-card textarea,
.mh-royal-form-card input,
.mh-royal-form-card textarea {
  border: 1px solid #dfe4e8;
  border-radius: 4px;
  background: #ffffff;
  color: var(--mh-charcoal);
}

.mh-native-form-card input:focus,
.mh-native-form-card textarea:focus,
.mh-royal-form-card input:focus,
.mh-royal-form-card textarea:focus {
  border-color: var(--mh-orange);
  box-shadow: 0 0 0 4px rgba(242, 106, 33, 0.12);
}

.mh-vhero,
.mh-vhero--roxx {
  background:
    linear-gradient(90deg, rgba(31, 36, 39, 0.94), rgba(31, 36, 39, 0.42)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover;
}

.mh-vhero__media {
  animation: mhMotorsFloat 4.8s ease-in-out infinite;
}

.mh-roxx-gallery-main,
.mh-roxx-gallery-card {
  border-radius: 4px;
  background:
    linear-gradient(145deg, #2b3033, #1f2427);
}

.mh-roxx-gallery-main .elementor-widget-heading,
.mh-roxx-gallery-card .elementor-widget-heading,
.mh-v360::after {
  background: var(--mh-orange);
  border-radius: 4px;
}

.mh-roxx-elementor-tabs .elementor-tabs-wrapper {
  background:
    linear-gradient(180deg, #2b3033, #1f2427);
}

.mh-roxx-elementor-tabs .elementor-tab-desktop-title.elementor-active {
  background: var(--mh-orange);
}

.mh-roxx-elementor-tabs .elementor-tab-desktop-title.elementor-active::before {
  background: var(--mh-orange);
}

.mh-roxx-tab-feature span {
  background: var(--mh-orange);
}

.mh-native-footer-grid,
body.page-id-42 .mh-native-footer-grid {
  gap: 42px;
}

.mh-native-footer h3,
.mh-native-footer h4,
body.page-id-42 .mh-native-footer h3,
body.page-id-42 .mh-native-footer h4 {
  color: #ffffff;
  text-transform: uppercase;
}

.mh-native-footer a,
.mh-native-footer .elementor-icon-list-text {
  color: rgba(255, 255, 255, 0.74);
}

@keyframes mhMotorsFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 980px) {
  .mh-native-heading::after,
  .mh-vheading::after {
    margin-top: 8px;
  }
}

body .elementor .elementor-widget-heading .elementor-heading-title,
body .elementor .elementor-widget-text-editor,
body .elementor .elementor-button {
  font-family: "Poppins", Arial, sans-serif;
}

body .elementor .elementor-button {
  border-radius: 4px;
  text-transform: uppercase;
}

body.page-id-16 .mh-native-btn-gradient .elementor-button,
body.page-id-16 .mh-native-submit .elementor-button,
body.page-id-16 .mh-native-card__actions .elementor-widget-button:first-child .elementor-button,
body.page-id-16 .mh-native-actions .elementor-widget-button:first-child .elementor-button,
body.page-id-16 .mh-native-header__cta .elementor-widget-button:first-child .elementor-button {
  background: var(--mh-orange);
  border-color: var(--mh-orange);
  box-shadow: 0 12px 28px rgba(242, 106, 33, 0.24);
}

body.page-id-16 .mh-native-btn-dark .elementor-button,
body.page-id-16 .mh-native-btn-light .elementor-button,
body.page-id-16 .mh-native-card__actions .elementor-widget-button:last-child .elementor-button,
body.page-id-16 .mh-native-actions .elementor-widget-button:last-child .elementor-button,
body.page-id-16 .mh-native-header__cta .elementor-widget-button:last-child .elementor-button {
  background: var(--mh-blue);
  border-color: var(--mh-blue);
  box-shadow: 0 12px 28px rgba(93, 142, 219, 0.22);
}

body.page-id-16 .mh-native-card,
body.page-id-16 .mh-royal-card,
body.page-id-16 .mh-royal-review,
body.page-id-16 .mh-royal-contact-card,
body.page-id-16 .mh-royal-form-card,
body.page-id-16 .mh-royal-map-wrap {
  border-radius: 4px;
}

body.page-id-16 .mh-royal-reviews {
  background:
    linear-gradient(135deg, rgba(31, 36, 39, 0.96), rgba(31, 36, 39, 0.9)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover;
}

body.page-id-16 .mh-native-footer {
  background:
    linear-gradient(135deg, rgba(31, 36, 39, 0.98), rgba(40, 46, 50, 0.94)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover;
}

/* Dark premium vehicle pages. Home page 16 intentionally excluded. */
body:not(.page-id-16) .mh-vehicle-page {
  color: #f7f8fb;
  background:
    radial-gradient(circle at 15% 8%, rgba(226, 19, 30, 0.18), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(93, 142, 219, 0.16), transparent 26%),
    linear-gradient(180deg, #090b10, #15191e 42%, #090b10);
}

body:not(.page-id-16) .mh-vehicle-page .mh-vsection,
body:not(.page-id-16) .mh-vehicle-page .mh-vsection--soft,
body:not(.page-id-16) .mh-vehicle-page .mh-vsection--dark {
  position: relative;
  overflow: hidden;
  color: #f7f8fb;
  background:
    linear-gradient(135deg, rgba(9, 11, 16, 0.94), rgba(27, 32, 38, 0.9)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover;
}

body:not(.page-id-16) .mh-vehicle-page .mh-vsection:nth-child(even) {
  background:
    radial-gradient(circle at 84% 12%, rgba(226, 19, 30, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(15, 18, 24, 0.96), rgba(32, 37, 42, 0.9)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover;
}

body:not(.page-id-16) .mh-vehicle-page .mh-vsection::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, transparent, #000 20%, #000 80%, transparent);
  opacity: 0.34;
}

body:not(.page-id-16) .mh-vehicle-page .mh-native-wrap,
body:not(.page-id-16) .mh-vehicle-page .mh-vheading,
body:not(.page-id-16) .mh-vehicle-page .mh-vgallery,
body:not(.page-id-16) .mh-vehicle-page .mh-vvideo-grid,
body:not(.page-id-16) .mh-vehicle-page .mh-vfeature-grid,
body:not(.page-id-16) .mh-vehicle-page .mh-vspec-grid,
body:not(.page-id-16) .mh-vehicle-page .mh-roxx-elementor-tabs {
  position: relative;
  z-index: 1;
}

body:not(.page-id-16) .mh-vehicle-page .mh-vheading .elementor-heading-title,
body:not(.page-id-16) .mh-vehicle-page .mh-vheading h2,
body:not(.page-id-16) .mh-vehicle-page .mh-vvideo-copy .elementor-heading-title {
  color: #ffffff;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.34);
}

body:not(.page-id-16) .mh-vehicle-page .mh-vheading .elementor-widget-text-editor,
body:not(.page-id-16) .mh-vehicle-page .mh-vvideo-copy .elementor-widget-text-editor {
  color: rgba(255, 255, 255, 0.72);
}

body:not(.page-id-16) .mh-vehicle-page .mh-vheading::after {
  width: 56px;
  background: #e2131e;
  box-shadow: 0 0 24px rgba(226, 19, 30, 0.42);
}

body:not(.page-id-16) .mh-vehicle-page .mh-vgallery__main,
body:not(.page-id-16) .mh-vehicle-page .mh-vgallery__side,
body:not(.page-id-16) .mh-vehicle-page .mh-vvideo-card,
body:not(.page-id-16) .mh-vehicle-page .mh-vfeature-card,
body:not(.page-id-16) .mh-vehicle-page .mh-vspec-card,
body:not(.page-id-16) .mh-vehicle-page .mh-roxx-key-spec-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(10px);
}

body:not(.page-id-16) .mh-vehicle-page .mh-vfeature-card:hover,
body:not(.page-id-16) .mh-vehicle-page .mh-vspec-card:hover,
body:not(.page-id-16) .mh-vehicle-page .mh-roxx-key-spec-card:hover,
body:not(.page-id-16) .mh-vehicle-page .mh-roxx-gallery-card:hover {
  transform: translateY(-9px);
  border-color: rgba(226, 19, 30, 0.56);
  box-shadow: 0 34px 92px rgba(0, 0, 0, 0.44), 0 0 0 1px rgba(226, 19, 30, 0.18);
}

body:not(.page-id-16) .mh-vehicle-page .mh-roxx-key-spec-card::before,
body:not(.page-id-16) .mh-vehicle-page .mh-vspec-card::before {
  background: linear-gradient(90deg, #e2131e, rgba(93, 142, 219, 0.9));
}

body:not(.page-id-16) .mh-vehicle-page .mh-roxx-key-spec-card::after {
  border-color: transparent;
  background:
    linear-gradient(rgba(17, 20, 26, 0.86), rgba(17, 20, 26, 0.86)) padding-box,
    linear-gradient(135deg, #e2131e, #5d8edb) border-box;
  opacity: 0.9;
  animation: mhSpecRing 2.6s ease-in-out infinite;
}

body:not(.page-id-16) .mh-vehicle-page .mh-vspec-card .elementor-heading-title,
body:not(.page-id-16) .mh-vehicle-page .mh-roxx-key-spec-card .elementor-heading-title,
body:not(.page-id-16) .mh-vehicle-page .mh-vfeature-card .elementor-icon-box-title {
  color: #ffffff;
}

body:not(.page-id-16) .mh-vehicle-page .mh-vspec-card .elementor-widget-text-editor,
body:not(.page-id-16) .mh-vehicle-page .mh-roxx-key-spec-card .elementor-widget-text-editor,
body:not(.page-id-16) .mh-vehicle-page .mh-vfeature-card .elementor-icon-box-description {
  color: rgba(255, 255, 255, 0.68);
}

body:not(.page-id-16) .mh-vehicle-page .mh-vfeature-card .elementor-icon {
  color: #e2131e;
  filter: drop-shadow(0 10px 22px rgba(226, 19, 30, 0.3));
}

body:not(.page-id-16) .mh-vehicle-page .mh-roxx-elementor-tabs .elementor-tabs {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 32px 92px rgba(0, 0, 0, 0.42);
}

body:not(.page-id-16) .mh-vehicle-page .mh-roxx-elementor-tabs .elementor-tab-content {
  color: rgba(255, 255, 255, 0.72);
  background:
    radial-gradient(circle at 100% 0%, rgba(226, 19, 30, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
}

body:not(.page-id-16) .mh-vehicle-page .mh-roxx-tab-row,
body:not(.page-id-16) .mh-vehicle-page .mh-roxx-tab-feature {
  border-bottom-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
}

body:not(.page-id-16) .mh-vehicle-page .mh-roxx-tab-row strong,
body:not(.page-id-16) .mh-vehicle-page .mh-roxx-tab-feature strong {
  color: #ffffff;
}

body:not(.page-id-16) .mh-vehicle-page .elementor-invisible {
  visibility: visible;
}

body:not(.page-id-16) .mh-vehicle-page .mh-vspec-card,
body:not(.page-id-16) .mh-vehicle-page .mh-roxx-key-spec-card,
body:not(.page-id-16) .mh-vehicle-page .mh-vfeature-card,
body:not(.page-id-16) .mh-vehicle-page .mh-roxx-gallery-card {
  animation: mhDarkCardRise 760ms ease both;
}

body:not(.page-id-16) .mh-vehicle-page .mh-vspec-card:nth-child(2),
body:not(.page-id-16) .mh-vehicle-page .mh-roxx-key-spec-card:nth-child(2),
body:not(.page-id-16) .mh-vehicle-page .mh-vfeature-card:nth-child(2) {
  animation-delay: 90ms;
}

body:not(.page-id-16) .mh-vehicle-page .mh-vspec-card:nth-child(3),
body:not(.page-id-16) .mh-vehicle-page .mh-roxx-key-spec-card:nth-child(3),
body:not(.page-id-16) .mh-vehicle-page .mh-vfeature-card:nth-child(3) {
  animation-delay: 180ms;
}

body:not(.page-id-16) .mh-vehicle-page .mh-vspec-card:nth-child(4),
body:not(.page-id-16) .mh-vehicle-page .mh-roxx-key-spec-card:nth-child(4) {
  animation-delay: 270ms;
}

@keyframes mhDarkCardRise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes mhSpecRing {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(226, 19, 30, 0);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 24px rgba(226, 19, 30, 0.26);
  }
}

body:not(.page-id-16) .mh-vehicle-page .mh-vsection,
body:not(.page-id-16) .mh-vehicle-page .mh-vsection--soft,
body:not(.page-id-16) .mh-vehicle-page .mh-vsection--dark {
  background:
    radial-gradient(circle at 18% 12%, rgba(226, 19, 30, 0.18), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(93, 142, 219, 0.14), transparent 30%),
    linear-gradient(135deg, rgba(9, 11, 16, 0.96), rgba(28, 33, 39, 0.92)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover !important;
}

body:not(.page-id-16) .mh-vehicle-page .mh-vheading .elementor-heading-title,
body:not(.page-id-16) .mh-vehicle-page .mh-vheading h2 {
  color: #ffffff !important;
}

body:not(.page-id-16) .mh-vehicle-page .mh-vheading .elementor-widget-text-editor {
  color: rgba(255, 255, 255, 0.72) !important;
}

body:not(.page-id-16) .mh-vehicle-page .mh-roxx-key-spec-card,
body:not(.page-id-16) .mh-vehicle-page .mh-vspec-card {
  background:
    radial-gradient(circle at 88% 14%, rgba(226, 19, 30, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045)) !important;
}

body:not(.page-id-16) .mh-vehicle-page .mh-roxx-key-spec-card .elementor-heading-title,
body:not(.page-id-16) .mh-vehicle-page .mh-vspec-card .elementor-heading-title {
  color: #ffffff !important;
}

body:not(.page-id-16) .mh-vehicle-page .mh-roxx-key-spec-card .elementor-widget-text-editor,
body:not(.page-id-16) .mh-vehicle-page .mh-vspec-card .elementor-widget-text-editor {
  color: rgba(255, 255, 255, 0.68) !important;
}

body:not(.page-id-16) .mh-vehicle-page .mh-vfeature-grid,
body:not(.page-id-16) .mh-vehicle-page .mh-vspec-grid {
  gap: 22px;
}

body:not(.page-id-16) .mh-vehicle-page .mh-vfeature-card,
body:not(.page-id-16) .mh-vehicle-page .mh-vspec-card,
body:not(.page-id-16) .mh-vehicle-page .mh-roxx-key-spec-card {
  position: relative;
  isolation: isolate;
  min-height: 210px;
  padding: 30px 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 24px 70px rgba(0, 0, 0, 0.3);
}

body:not(.page-id-16) .mh-vehicle-page .mh-vfeature-card::before,
body:not(.page-id-16) .mh-vehicle-page .mh-vspec-card::before,
body:not(.page-id-16) .mh-vehicle-page .mh-roxx-key-spec-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #e2131e, rgba(226, 19, 30, 0.18), #5d8edb);
}

body:not(.page-id-16) .mh-vehicle-page .mh-vfeature-card::after,
body:not(.page-id-16) .mh-vehicle-page .mh-vspec-card::after,
body:not(.page-id-16) .mh-vehicle-page .mh-roxx-key-spec-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(226, 19, 30, 0.22), rgba(226, 19, 30, 0.08) 42%, transparent 68%);
  z-index: -1;
  opacity: 0.9;
}

body:not(.page-id-16) .mh-vehicle-page .mh-vfeature-card:hover,
body:not(.page-id-16) .mh-vehicle-page .mh-vspec-card:hover,
body:not(.page-id-16) .mh-vehicle-page .mh-roxx-key-spec-card:hover {
  transform: translateY(-10px);
  border-color: rgba(226, 19, 30, 0.62);
  background:
    linear-gradient(145deg, rgba(226, 19, 30, 0.16), rgba(255, 255, 255, 0.055)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 34px 90px rgba(0, 0, 0, 0.42),
    0 0 34px rgba(226, 19, 30, 0.12);
}

body:not(.page-id-16) .mh-vehicle-page .mh-vfeature-card .elementor-icon {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  color: #ffffff;
  background:
    linear-gradient(145deg, #e2131e, #8f0d15);
  border-radius: 6px;
  box-shadow: 0 16px 34px rgba(226, 19, 30, 0.28);
}

body:not(.page-id-16) .mh-vehicle-page .mh-vfeature-card .elementor-icon svg {
  width: 28px;
  height: 28px;
}

body:not(.page-id-16) .mh-vehicle-page .mh-vfeature-card .elementor-icon-box-title {
  margin-bottom: 10px;
  color: #ffffff !important;
  font-size: 19px;
  line-height: 1.25;
}

body:not(.page-id-16) .mh-vehicle-page .mh-vfeature-card .elementor-icon-box-description {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 14px;
  line-height: 1.75;
}

body:not(.page-id-16) .mh-vehicle-page .mh-roxx-key-spec-card,
body:not(.page-id-16) .mh-vehicle-page .mh-vspec-card {
  min-height: 172px;
  padding: 30px 28px !important;
}

body:not(.page-id-16) .mh-vehicle-page .mh-roxx-key-spec-card .elementor-heading-title,
body:not(.page-id-16) .mh-vehicle-page .mh-vspec-card .elementor-heading-title {
  margin-bottom: 12px;
  color: #ffffff !important;
  font-size: clamp(26px, 2.4vw, 36px) !important;
  line-height: 1;
}

body:not(.page-id-16) .mh-vehicle-page .mh-roxx-key-spec-card .elementor-widget-text-editor,
body:not(.page-id-16) .mh-vehicle-page .mh-vspec-card .elementor-widget-text-editor {
  color: rgba(255, 255, 255, 0.64) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

/* Dark About and Contact pages. */
body.page-id-12,
body.page-id-15 {
  background: #090b10;
}

body.page-id-12 .mh-subpage,
body.page-id-15 .mh-subpage {
  color: #f7f8fb;
  background:
    radial-gradient(circle at 14% 7%, rgba(226, 19, 30, 0.2), transparent 28%),
    radial-gradient(circle at 84% 16%, rgba(93, 142, 219, 0.14), transparent 30%),
    linear-gradient(180deg, #090b10, #15191e 48%, #090b10);
}

/* Solid black header and cleaner footer treatment. */
.mh-native-header,
body.page-id-12 .mh-native-header,
body.page-id-15 .mh-native-header,
body.page-id-42 .mh-native-header {
  background: #050608 !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.36);
}

.mh-native-header::before,
.mh-native-header::after {
  content: none !important;
}

.mh-native-header__inner {
  background: transparent !important;
}

.mh-native-header .elementor-widget-image,
.mh-native-header .elementor-widget-image img {
  background: transparent !important;
  box-shadow: none !important;
}

.mh-native-header .hfe-menu-item,
.mh-native-header .elementor-heading-title,
.mh-native-header .elementor-button {
  color: #ffffff !important;
}

.mh-native-header .hfe-menu-item:hover,
.mh-native-header .current-menu-item .hfe-menu-item {
  color: #e2131e !important;
}

.mh-native-header__cta .elementor-widget-button:first-child .elementor-button,
.mh-native-header__cta .elementor-widget-button:last-child .elementor-button {
  background: #e2131e !important;
  border-color: #e2131e !important;
  color: #ffffff !important;
  box-shadow: 0 14px 30px rgba(226, 19, 30, 0.26) !important;
}

.mh-native-footer,
body.page-id-42 .mh-native-footer,
body.page-id-16 .mh-native-footer {
  background:
    linear-gradient(180deg, rgba(5, 6, 8, 0.98), rgba(12, 14, 18, 0.98)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover !important;
}

.mh-native-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 8%, rgba(226, 19, 30, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(5, 6, 8, 0.88), rgba(5, 6, 8, 0.96));
}

.mh-native-footer .mh-native-wrap,
.mh-native-footer-grid,
.mh-native-footer-bottom {
  position: relative;
  z-index: 1;
}

.mh-native-footer h3,
.mh-native-footer h4,
.mh-native-footer .elementor-heading-title {
  color: #ffffff !important;
}

.mh-native-footer .elementor-widget-text-editor,
.mh-native-footer .elementor-icon-list-item,
.mh-native-footer .elementor-icon-list-text,
.mh-native-footer a,
.mh-native-footer-bottom .elementor-heading-title {
  color: rgba(255, 255, 255, 0.72) !important;
}

.mh-native-footer .elementor-icon-list-icon,
.mh-native-footer .elementor-icon-list-icon i,
.mh-native-footer .elementor-icon-list-icon svg {
  color: #e2131e !important;
  fill: #e2131e !important;
}

.mh-native-footer .elementor-button,
.mh-native-footer .mh-native-btn-gradient .elementor-button,
.mh-native-footer .mh-native-btn-light .elementor-button,
.mh-native-footer .mh-native-btn-dark .elementor-button {
  background: #e2131e !important;
  border-color: #e2131e !important;
  color: #ffffff !important;
  box-shadow: 0 14px 30px rgba(226, 19, 30, 0.24) !important;
}

.mh-native-footer .elementor-button:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #050608 !important;
}

body.page-id-12 .mh-subpage .elementor-invisible,
body.page-id-15 .mh-subpage .elementor-invisible {
  visibility: visible !important;
}

.mh-sub-hero,
.mh-sub-section {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  background:
    linear-gradient(135deg, rgba(9, 11, 16, 0.95), rgba(28, 33, 39, 0.88)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover;
}

.mh-sub-hero {
  min-height: 620px;
  display: flex;
  align-items: center;
}

.mh-sub-section:nth-child(odd) {
  background:
    radial-gradient(circle at 88% 12%, rgba(226, 19, 30, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(13, 16, 22, 0.96), rgba(30, 35, 42, 0.9)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover;
}

.mh-sub-hero::before,
.mh-sub-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 76px 76px;
  opacity: 0.34;
}

.mh-sub-hero__inner,
.mh-sub-heading,
.mh-sub-split,
.mh-sub-card-grid,
.mh-sub-contact-grid,
.mh-sub-map {
  position: relative;
  z-index: 1;
}

.mh-sub-hero__inner {
  max-width: 860px;
}

.mh-sub-kicker .elementor-heading-title,
.mh-sub-kicker {
  color: #e2131e;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.mh-sub-kicker::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 3px;
  margin-right: 11px;
  vertical-align: middle;
  background: #e2131e;
  box-shadow: 0 0 22px rgba(226, 19, 30, 0.48);
}

.mh-sub-hero h1.elementor-heading-title {
  max-width: 820px;
  color: #ffffff;
  font-size: clamp(38px, 5.4vw, 68px);
  line-height: 1.04;
  font-weight: 900;
  text-transform: uppercase;
}

.mh-sub-hero .elementor-widget-text-editor {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.8;
}

.mh-sub-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  align-items: end;
  gap: 24px;
  margin-bottom: 36px;
}

.mh-sub-heading h2.elementor-heading-title {
  color: #ffffff;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.02;
  font-weight: 900;
  text-transform: uppercase;
}

.mh-sub-heading::after {
  content: "";
  width: 58px;
  height: 3px;
  display: block;
  margin-top: 12px;
  background: #e2131e;
  box-shadow: 0 0 24px rgba(226, 19, 30, 0.42);
}

.mh-sub-heading .elementor-widget-text-editor {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.75;
}

.mh-sub-split,
.mh-sub-contact-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: stretch;
}

.mh-sub-copy,
.mh-sub-contact-card,
.mh-sub-form-card,
.mh-sub-card,
.mh-sub-stat,
.mh-sub-map {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 24px 70px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  animation: mhDarkCardRise 760ms ease both;
}

.mh-sub-copy,
.mh-sub-contact-card,
.mh-sub-form-card {
  padding: 34px;
}

.mh-sub-copy::before,
.mh-sub-contact-card::before,
.mh-sub-form-card::before,
.mh-sub-card::before,
.mh-sub-stat::before,
.mh-sub-map::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #e2131e, rgba(226, 19, 30, 0.18), #5d8edb);
}

.mh-sub-copy h3.elementor-heading-title,
.mh-sub-contact-card h3.elementor-heading-title,
.mh-sub-form-card h3.elementor-heading-title,
.mh-sub-card .elementor-icon-box-title,
.mh-sub-stat h3.elementor-heading-title {
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
}

.mh-sub-copy .elementor-widget-text-editor,
.mh-sub-contact-card .elementor-widget-text-editor,
.mh-sub-form-card .elementor-widget-text-editor,
.mh-sub-card .elementor-icon-box-description,
.mh-sub-stat .elementor-widget-text-editor {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.75;
}

.mh-sub-image img {
  min-height: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.mh-sub-stats,
.mh-sub-card-grid {
  display: grid !important;
  gap: 22px;
}

.mh-sub-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.mh-sub-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mh-sub-stat,
.mh-sub-card {
  padding: 30px 28px;
  min-height: 172px;
}

.mh-sub-card .elementor-icon {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  color: #ffffff;
  background: linear-gradient(145deg, #e2131e, #8f0d15);
  border-radius: 6px;
  box-shadow: 0 16px 34px rgba(226, 19, 30, 0.28);
}

.mh-sub-contact-list .elementor-icon-list-items {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.mh-sub-contact-list .elementor-icon-list-item {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.07);
}

.mh-sub-contact-list .elementor-icon-list-icon {
  color: #e2131e;
}

.mh-sub-contact-list .elementor-icon-list-text {
  color: rgba(255, 255, 255, 0.78);
}

.mh-sub-form {
  display: grid;
  gap: 14px;
}

.mh-sub-form input,
.mh-sub-form select,
.mh-sub-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  outline: 0;
}

.mh-sub-form textarea {
  min-height: 130px;
  resize: vertical;
}

.mh-sub-form input::placeholder,
.mh-sub-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.52);
}

.mh-sub-form button {
  min-height: 50px;
  border: 0;
  border-radius: 6px;
  color: #ffffff;
  background: #e2131e;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.mh-sub-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(226, 19, 30, 0.28);
}

.mh-sub-map {
  margin-top: 28px;
  padding: 8px;
}

.mh-sub-map iframe {
  min-height: 340px;
  border-radius: 4px;
  filter: grayscale(1) invert(0.88) contrast(0.92);
}

/* Header and footer responsive polish for custom Elementor pages. */
.mh-native-header__inner {
  gap: 22px;
}

.mh-native-header .hfe-nav-menu {
  display: flex;
  align-items: center;
  gap: 4px;
}

body.page-id-12 .mh-native-header,
body.page-id-15 .mh-native-header {
  position: relative;
  z-index: 5;
}

.mh-native-header .hfe-menu-item {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
  text-transform: uppercase;
}

.mh-native-header .hfe-menu-item:hover,
.mh-native-header .current-menu-item .hfe-menu-item {
  color: #ffffff;
}

@media (max-width: 980px) {
  .mh-native-header {
    padding: 14px 0;
  }

  .mh-native-header__inner,
  .mh-native-footer-grid,
  body.page-id-42 .mh-native-footer-grid,
  .mh-sub-heading,
  .mh-sub-split,
  .mh-sub-contact-grid {
    grid-template-columns: 1fr;
  }

  .mh-native-header__inner,
  .mh-native-header__cta {
    justify-items: center;
    text-align: center;
  }

  .mh-native-header .hfe-nav-menu {
    justify-content: center;
    flex-wrap: wrap;
  }

  .mh-sub-hero {
    min-height: 560px;
    padding: 72px 0;
  }

  .mh-sub-section {
    padding: 72px 0;
  }

  .mh-sub-stats,
  .mh-sub-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .mh-native-wrap {
    width: min(100% - 28px, 1160px);
  }

  .mh-native-header__cta,
  .mh-native-actions,
  .mh-vhero__buttons,
  .mh-vcta__buttons {
    width: 100%;
    flex-wrap: wrap;
  }

  .mh-native-header__cta .elementor-widget-button,
  .mh-native-actions .elementor-widget-button,
  .mh-vhero__buttons .elementor-widget-button,
  .mh-vcta__buttons .elementor-widget-button {
    flex: 1 1 100%;
  }

  .mh-native-header__cta .elementor-button,
  .mh-native-actions .elementor-button,
  .mh-vhero__buttons .elementor-button,
  .mh-vcta__buttons .elementor-button {
    width: 100%;
  }

  .mh-sub-hero h1.elementor-heading-title {
    font-size: clamp(32px, 10vw, 46px);
  }

  .mh-sub-heading h2.elementor-heading-title {
    font-size: clamp(30px, 10vw, 42px);
  }

  .mh-sub-copy,
  .mh-sub-contact-card,
  .mh-sub-form-card,
  .mh-sub-stat,
  .mh-sub-card {
    padding: 24px;
  }
}

body.page-id-12 .mh-sub-hero {
  background:
    linear-gradient(135deg, rgba(9, 11, 16, 0.94), rgba(28, 33, 39, 0.7)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw8cab3db7/THRN/ss-x-thar-1920-829.jpg") center / cover !important;
}

body.page-id-15 .mh-sub-hero {
  background:
    linear-gradient(135deg, rgba(9, 11, 16, 0.94), rgba(28, 33, 39, 0.68)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover !important;
}

body.page-id-12 .mh-sub-section,
body.page-id-15 .mh-sub-section {
  background:
    radial-gradient(circle at 84% 12%, rgba(226, 19, 30, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(9, 11, 16, 0.95), rgba(28, 33, 39, 0.88)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover !important;
}

body.page-id-12 .mh-sub-section:first-of-type {
  background:
    radial-gradient(circle at 84% 12%, rgba(226, 19, 30, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(9, 11, 16, 0.95), rgba(28, 33, 39, 0.88)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw8cab3db7/THRN/ss-x-thar-1920-829.jpg") center / cover !important;
}

body.page-id-15 .mh-sub-contact-card,
body.page-id-15 .mh-sub-form-card {
  background:
    radial-gradient(circle at 88% 14%, rgba(226, 19, 30, 0.16), transparent 30%),
    linear-gradient(145deg, rgba(10, 12, 17, 0.88), rgba(31, 36, 42, 0.76)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover !important;
}

/* Keep home and vehicle pages visually Mahindra-only. */
body.page-id-16 .mh-royal-vehicles,
body.page-id-16 .mh-native-vehicles {
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(238, 242, 245, 0.96)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw8cab3db7/THRN/ss-x-thar-1920-829.jpg") center / cover !important;
}

body.page-id-16 .mh-royal-reviews,
body.page-id-16 .mh-native-reviews {
  background:
    linear-gradient(135deg, rgba(5, 6, 8, 0.94), rgba(16, 19, 24, 0.9)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover !important;
}

body.page-id-16 .mh-royal-contact,
body.page-id-16 .mh-native-contact,
body.page-id-16 .mh-royal-contact-card,
body.page-id-16 .mh-royal-form-card {
  background:
    radial-gradient(circle at 84% 12%, rgba(226, 19, 30, 0.15), transparent 30%),
    linear-gradient(135deg, rgba(9, 11, 16, 0.9), rgba(28, 33, 39, 0.82)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover !important;
}

body:not(.page-id-16) .mh-vehicle-page .mh-vsection,
body:not(.page-id-16) .mh-vehicle-page .mh-vsection--soft,
body:not(.page-id-16) .mh-vehicle-page .mh-vsection--dark {
  background:
    radial-gradient(circle at 18% 12%, rgba(226, 19, 30, 0.18), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(93, 142, 219, 0.14), transparent 30%),
    linear-gradient(135deg, rgba(9, 11, 16, 0.96), rgba(28, 33, 39, 0.9)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover !important;
}

body:not(.page-id-16) .mh-vehicle-page .mh-vhero {
  background:
    linear-gradient(90deg, rgba(9, 11, 16, 0.96), rgba(9, 11, 16, 0.46)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw8cab3db7/THRN/ss-x-thar-1920-829.jpg") center / cover !important;
}

body:not(.page-id-16) .mh-vehicle-page .mh-vhero--roxx {
  background:
    linear-gradient(90deg, rgba(9, 11, 16, 0.96), rgba(9, 11, 16, 0.46)),
    url("https://auto.mahindra.com/on/demandware.static/-/Sites-amc-Library/default/dw70ae4c63/press-release/Thar-roxx-1529x911-3.jpg") center / cover !important;
}

body.page-id-15 .mh-sub-form,
body.page-id-15 .mh-sub-form input,
body.page-id-15 .mh-sub-form select,
body.page-id-15 .mh-sub-form textarea,
body.page-id-15 .mh-sub-form button,
body.page-id-15 .mh-sub-form option {
  font-family: "Poppins", Arial, sans-serif !important;
}

body.page-id-15 .mh-sub-form select,
body.page-id-15 .mh-sub-form option {
  color: #ffffff;
  background: #11151b;
}
