/*
Theme Name: NVN Motorworks
Author: Ali Alaa El Dine
Version: 1.4.72
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@font-face {
  font-family: "ArchivoExpanded";
  src: url("assets/fonts/ArchivoExpanded-Light.eot");
  src:
    url("assets/fonts/ArchivoExpanded-Light.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/ArchivoExpanded-Light.woff2") format("woff2"),
    url("assets/fonts/ArchivoExpanded-Light.woff") format("woff"),
    url("assets/fonts/ArchivoExpanded-Light.ttf") format("truetype"),
    url("assets/fonts/ArchivoExpanded-Light.svg#ArchivoExpanded-Light")
      format("svg");
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
}

@font-face {
  font-family: "ArchivoExpanded";
  src: url("assets/fonts/ArchivoExpanded-Regular.eot");
  src:
    url("assets/fonts/ArchivoExpanded-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/ArchivoExpanded-Regular.woff2") format("woff2"),
    url("assets/fonts/ArchivoExpanded-Regular.woff") format("woff"),
    url("assets/fonts/ArchivoExpanded-Regular.ttf") format("truetype"),
    url("assets/fonts/ArchivoExpanded-Regular.svg#ArchivoExpanded-Regular")
      format("svg");
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
}

@font-face {
  font-family: "ArchivoExpanded";
  src: url("assets/fonts/ArchivoExpanded-SemiBold.eot");
  src:
    url("assets/fonts/ArchivoExpanded-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/ArchivoExpanded-SemiBold.woff2") format("woff2"),
    url("assets/fonts/ArchivoExpanded-SemiBold.woff") format("woff"),
    url("assets/fonts/ArchivoExpanded-SemiBold.ttf") format("truetype"),
    url("assets/fonts/ArchivoExpanded-SemiBold.svg#ArchivoExpanded-SemiBold")
      format("svg");
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
}

@font-face {
  font-family: "ArchivoExpanded";
  src: url("assets/fonts/ArchivoExpanded-Bold.eot");
  src:
    url("assets/fonts/ArchivoExpanded-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/ArchivoExpanded-Bold.woff2") format("woff2"),
    url("assets/fonts/ArchivoExpanded-Bold.woff") format("woff"),
    url("assets/fonts/ArchivoExpanded-Bold.ttf") format("truetype"),
    url("assets/fonts/ArchivoExpanded-Bold.svg#ArchivoExpanded-Bold")
      format("svg");
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

:root {
  --site-max-width: 1560px;
  --site-gutter: 60px;
  --split-gap: 70px;

  --container-offset: max(
    var(--site-gutter),
    calc((100vw - var(--site-max-width)) / 2 + var(--site-gutter))
  );
}

/*html{
  scroll-behavior: smooth;
}*/

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: normal;
  color: rgba(245, 243, 239, 0.75);
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  background-color: #080809;
}

p {
  margin: 0;
}

a,
input,
button,
textarea {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: 300;
}

.mobile-only {
  display: none;
}

a,
input,
textarea,
button {
  outline: none !important;
}

.archivo {
  font-family: "ArchivoExpanded", sans-serif;
}

.archivo.center {
  text-align: center;
}

.archivo.left {
  text-align: left;
}

.archivof1 {
  font-size: 58px;
  line-height: 68px;
}

.archivof2 {
  font-size: 40px;
  line-height: 50px;
}

.archivof3 {
  font-size: 50px;
  line-height: 60px;
}

.archivof4 {
  font-size: 36px;
  line-height: 46px;
}

.archivof5 {
  font-size: 26px;
  line-height: 36px;
}

.archivof6 {
  font-size: 22px;
  line-height: 32px;
}

.archivof7 {
  font-size: 18px;
  line-height: 25px;
}

.archivof8 {
  font-size: 16px;
  line-height: 22px;
}

.first-sec .sec-wrap {
  padding-top: 70px;
  transition: all 400ms ease;
}

.scrolling .first-sec .sec-wrap {
  padding-top: 73px;
}

.pad-horiz {
  padding: 0 60px;
}

.pad-left {
  padding-left: 60px;
}

.pad-horiz-double {
  padding: 0 120px;
}

.pad-horiz-double-left {
  padding-left: 120px;
}

.pad-horiz-double-right {
  padding-right: 120px;
}

.pad-vertical {
  padding: 100px 0;
}

.pad-vertical.lessv {
  padding: 60px 0;
}

.pad-vertical.morev {
  padding: 165px 0;
}

.no-pad-bottom {
  padding-bottom: 0 !important;
}

.no-pad-top {
  padding-top: 0 !important;
}

.extra-pad-top {
  padding-top: 280px !important;
}

.less-pad-top {
  padding-top: 60px !important;
}

.extra-pad-bottom {
  padding-bottom: 280px !important;
}

.less-pad-bottom {
  padding-bottom: 60px !important;
}

.maxed-container {
  max-width: 1560px;
}

.centered-container {
  margin: 0 auto;
}

.centered-content {
  text-align: center;
}

.nvn-motorworks-header {
  background-color: #080809;
  border-bottom: 1px solid rgba(232, 97, 10, 0.25);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 20;
}

.mobile_menu_cta {
  display: none;
}

.nvn-motorworks-header .header-wrapper {
  padding: 16px 0;
}

.nvn-motorworks-header .menu-logo-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}

.nvn-motorworks-header
  .menu-logo-wrap
  .nvn-motorworks-hblk.nvn-motorworks-menu-blk {
  flex: 1;
}

.nvn-motorworks-header .country-list-pop,
.nvn-motorworks-menu > ul.main-menu > li > ul.sub-menu {
  display: none;
}

.nvn-motorworks-header .nvn-country-switcher.open .country-list-pop {
  display: block;
}

.nvn-motorworks-header .language-list-pop {
  display: none;
}

.nvn-motorworks-header .nvn-language-switcher.open .language-list-pop {
  display: block;
}

.nvn-motorworks-header .enquire-list-pop {
  display: none;
}

.nvn-motorworks-header .nvn-enquire-switcher.open .enquire-list-pop {
  display: block;
}

.nvn-motorworks-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: center;
}

.nvn-motorworks-menu > ul > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
}

.nvn-motorworks-menu > ul > li > a {
  color: rgba(245, 243, 239, 0.75);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  transition: all 300ms ease;
}

.nvn-motorworks-menu ul li a:hover,
.nvn-motorworks-menu ul li.current-menu-item a {
  color: #e8610a;
}

.nvn-motorworks-switchers {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nvn-switcher .nvn-curr-lbl {
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-family: "DM Mono", monospace;
  border-radius: 20px;
  height: 30px;
  line-height: 28px;
  padding: 0 13px;
  color: rgba(245, 243, 239, 0.75);
  cursor: pointer;
  font-size: 0;
  background-color: transparent;
  transition: all 300ms ease;
}

.nvn-switcher .nvn-curr-lbl:hover {
  color: #e8610a;
  border-color: #e8610a;
}

.nvn-switcher .nvn-curr-lbl span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.nvn-switcher .nvn-curr-lbl span.txt {
  font-size: 12px;
  font-weight: 500;
}

.nvn-switcher .nvn-curr-lbl span.caret {
  width: 16px;
  height: auto;
  padding: 0 0 0 8px;
}

.nvn-switcher .nvn-curr-lbl span.caret svg {
  width: 100%;
  height: auto;
  display: block;
}

.nvn-switcher .nvn-curr-lbl span.caret svg path {
  transition: all 300ms ease;
  stroke: rgba(245, 243, 239, 0.75);
}

.nvn-switcher .nvn-curr-lbl:hover span.caret svg path {
  stroke: #e8610a;
}

.nvn-switcher.nvn-language-switche .nvn-curr-lbl {
  text-transform: uppercase;
}

.nvn-switcher {
  position: relative;
}

.nvn-switcher .nvn-switch-pop,
.nvn-motorworks-menu > ul.main-menu > li > ul.sub-menu {
  position: absolute;
  bottom: -5px;
  min-width: 100%;
  background-color: #0e0f12;
  border-radius: 20px;
  overflow: hidden;
}

.nvn-switcher .nvn-switch-pop {
  right: 0;
  transform: translate(0, 100%);
}

.nvn-motorworks-menu > ul.main-menu > li > ul.sub-menu {
  left: 50%;
  transform: translate(-50%, 100%);
}

.nvn-switcher .nvn-switch-pop::after,
.nvn-motorworks-menu > ul.main-menu > li > ul.sub-menu::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #e8610a;
  bottom: 0;
  left: 0;
}

.nvn-switcher .nvn-switch-pop ul,
.nvn-motorworks-menu > ul.main-menu > li > ul.sub-menu {
  list-style: none;
  padding: 12px 0;
  margin: 0;
  min-width: 200px;
}

.nvn-switcher .nvn-switch-pop.enquire-list-pop ul {
  min-width: 230px;
}

.nvn-switcher .nvn-switch-pop ul li,
.nvn-motorworks-menu > ul.main-menu > li > ul.sub-menu > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
}

.nvn-switcher .nvn-switch-pop ul li:last-child,
.nvn-motorworks-menu > ul.main-menu > li > ul.sub-menu > li:last-child {
  border: none;
}

.nvn-switcher .nvn-switch-pop ul li a,
.nvn-motorworks-menu > ul.main-menu > li > ul.sub-menu > li a {
  padding: 12px 24px;
  color: rgba(245, 243, 239, 0.75);
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  display: block;
  white-space: nowrap;
  transition: all 300ms ease;
  letter-spacing: 1px;
  position: relative;
}

.nvn-switcher .nvn-switch-pop ul li a .icn {
  width: 20px;
  height: auto;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.nvn-switcher .nvn-switch-pop ul li a .icn path {
  transition: all 300ms ease;
}

.nvn-switcher .nvn-switch-pop ul li a:hover .icn path {
  stroke: rgba(245, 243, 239, 0.75);
}

.nvn-switcher .nvn-switch-pop ul li a:hover,
.nvn-motorworks-menu > ul.main-menu > li > ul.sub-menu > li a:hover {
  color: rgba(232, 97, 10, 0.75);
  /* background-color: #080809; */
}

.nvn-btn {
  cursor: pointer;
  display: inline-block;
  height: 44px;
  line-height: 42px;
  padding: 0 26px;
  border: 1px solid #e8610a;
  background-color: #e8610a;
  /* box-shadow: 0px 0px 20px 0px rgba(232, 97, 10, 0.45); */
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 34px;
  color: #fff;
  letter-spacing: 1px;
  transition: all 300ms ease;
}

.nvn-btn.inverted {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(245, 243, 239, 0.65);
  backdrop-filter: blur(10px);
  border-color: rgba(245, 243, 239, 0.3);
}

.nvn-btn.nvn-enquire {
  height: 34px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 18px;
}

.nvn-btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #e8610a;
  backdrop-filter: blur(10px);
  /* box-shadow: 0px 0px 10px 0px rgba(232, 97, 15, 0.45); */
}

.nvn-btn.inverted:hover {
  background-color: #e8610a;
  color: #fff;
  backdrop-filter: blur(0px);
  border-color: #e8610a;
  /* box-shadow: 0px 0px 10px 0px rgba(232, 97, 15, 0.45); */
}

.nvn-btn.on-grey:hover {
  background-color: rgba(194, 194, 194, 0.1);
}

.nvn-btn span {
  display: inline-block;
  vertical-align: middle;
}

.nvn-btn span.arrow {
  width: 14px;
  height: auto;
  padding: 0 0 0 2px;
  position: relative;
  transition: all 300ms ease;
  left: 0;
}

.nvn-btn:hover span.arrow {
  left: 4px;
}

.nvn-btn span.arrow svg {
  width: 100%;
  height: auto;
  display: block;
}

.nvn-btn span.arrow svg path {
  transition: all 300ms ease;
  fill: #ffffff;
}

.nvn-btn.inverted span.arrow svg path {
  fill: rgba(194, 194, 194, 1);
}

.nvn-btn:hover span.arrow svg path {
  fill: #e8610a;
}

.nvn-btn.inverted:hover span.arrow svg path {
  fill: #fff;
}

.nvn-filter-btn {
  cursor: pointer;
  display: inline-block;
  height: 36px;
  line-height: 34px;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: #0e0f12;
  text-decoration: none;
  font-family: "DM Mono", sans-serif;
  font-size: 12px;
  border-radius: 36px;
  color: rgba(245, 243, 239, 0.75);
  transition: all 300ms ease;
}

.nvn-filter-btn:hover,
.nvn-filter-btn.active {
  background-color: #e8610a;
  border-color: #e8610a;
  color: #0a0e1a;
}

.nvn-motorworks-switchers-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* GEO Popup */
body.nvn-geo-suggestion-open {
  overflow: hidden;
}

.nvn-geo-suggestion {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.nvn-geo-suggestion-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(4px);
  opacity: 0;
  animation: nvnGeoFadeIn 0.2s ease forwards;
}

.nvn-geo-suggestion-box {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  padding: 40px;
  background: #111;
  color: #f5f3ef;
  border: 1px solid rgba(245, 243, 239, 0.18);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
  opacity: 0;
  transform: translateY(16px);
  animation: nvnGeoPopupIn 0.25s ease forwards;
}

.nvn-geo-suggestion-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #f5f3ef;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.nvn-geo-suggestion-content h3 {
  margin: 0 0 16px;
  padding-right: 35px;
  font-size: 30px;
  line-height: 1.2;
}

.nvn-geo-suggestion-content p {
  margin: 0 0 28px;
  color: rgba(245, 243, 239, 0.75);
  font-size: 16px;
  line-height: 1.6;
}

.nvn-geo-suggestion-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.nvn-geo-suggestion-actions button {
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid #f5f3ef;
  font: inherit;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.nvn-geo-suggestion-confirm {
  background: #f5f3ef;
  color: #111;
}

.nvn-geo-suggestion-confirm:hover {
  background: transparent;
  color: #f5f3ef;
}

.nvn-geo-suggestion-stay {
  background: transparent;
  color: #f5f3ef;
}

.nvn-geo-suggestion-stay:hover {
  background: #f5f3ef;
  color: #111;
}

.nvn-geo-suggestion-close:focus-visible,
.nvn-geo-suggestion-actions button:focus-visible {
  outline: 2px solid #f5f3ef;
  outline-offset: 3px;
}

@keyframes nvnGeoFadeIn {
  to {
    opacity: 1;
  }
}

@keyframes nvnGeoPopupIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* END GEO Popup */

.nvn-sec .sec-cont {
  position: relative;
}

.nvn-sec.hero-sec .hero-bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.nvn-sec.hero-sec .hero-bg-vid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.nvn-sec.hero-sec .hero-bg-vid video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
}

.nvn-sec.hero-sec .hero-content {
  position: relative;
  z-index: 3;
  background: linear-gradient(
    90deg,
    rgba(8, 8, 9, 0.92) 0%,
    rgba(8, 8, 9, 0.3) 60%,
    rgba(8, 8, 9, 0) 100%
  );
}

.nvn-sec.hero-sec .hero-content .hero-content-flex {
  display: flex;
  align-items: center;
}

.min-hero-height {
  min-height: 64vh;
}

.nvn-title h1,
.nvn-title h2,
.nvn-title h3,
.nvn-title h4,
.nvn-title h5 {
  font-family: "DM Mono", sans-serif;
  font-size: 14px;
  color: #e8610a;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding: 0 0 12px;
  line-height: 14px;
  letter-spacing: 2px;
}

.nvn-title.no-line h1,
.nvn-title.no-line h2,
.nvn-title.no-line h3,
.nvn-title.no-line h4,
.nvn-title.no-line h5 {
  padding: 0;
}

.nvn-title h1::after,
.nvn-title h2::after,
.nvn-title h3::after,
.nvn-title h4::after,
.nvn-title h5::after {
  content: "";
  width: 40px;
  display: block;
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #e8610a;
}

.nvn-title.no-line h1::after,
.nvn-title.no-line h2::after,
.nvn-title.no-line h3::after,
.nvn-title.no-line h4::after,
.nvn-title.no-line h5::after {
  display: none;
}

.nvn-title.pad-left {
  text-align: left;
}

.nvn-title.center {
  text-align: center;
}

.nvn-title.left h1::after,
.nvn-title.left h2::after,
.nvn-title.left h3::after,
.nvn-title.left h4::after,
.nvn-title.left h5::after {
  left: 0;
}

.nvn-title.center h1::after,
.nvn-title.center h2::after,
.nvn-title.center h3::after,
.nvn-title.center h4::after,
.nvn-title.center h5::after {
  left: 50%;
  transform: translateX(-50%);
}

.nvn-title.extra-space h1,
.nvn-title.extra-space h2,
.nvn-title.extra-space h3,
.nvn-title.extra-space h4,
.nvn-title.extra-space h5 {
  padding: 0 0 18px;
}

.nvn-title {
  padding: 0 0 24px;
}

.nvn-title.no-line {
  padding: 0;
}

.hero-headline {
  font-weight: 300;
  color: #f5f3ef;
}

.nvn-sec.hero-sec .hero-content .hero-content-flex .hero-content-wrap {
  width: 100%;
}

.nvn-sec.hero-sec .hero-headline {
  max-width: 740px;
}

.nvn-sec.hero-sec .hero-headline.medium-width {
  max-width: 660px;
}

.contained-heading {
  max-width: 800px;
}

.contained-heading.medium-plus-width {
  max-width: 740px;
}

.contained-heading.medium-width {
  max-width: 640px;
}

.contained-heading.small-width {
  max-width: 520px;
}

.nvn-sec.hero-sec .hero-intro {
  max-width: 550px;
  padding: 24px 0 0;
}

.page-template-template-terms .nvn-sec.hero-sec .hero-intro {
  max-width: 640px;
}

.nvn-sec.hero-sec.home-hero-sec .hero-intro {
  max-width: unset;
}

.nvn-sec.hero-sec .hero-btn-wrap {
  padding: 32px 0 0;
}

.intro-banner-text {
  font-weight: 300;
  max-width: 815px;
  margin: 0 auto;
  color: #080809;
}

.nvn-sec.intro-banner-sec,
.nvn-sec.nvn-service-opts {
  background-color: #c2c2c2;
  background-image: url(/wp-content/themes/nvn-motorworks/assets/images/intro-banner-bg.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.nvn-sec.nvn-service-opts {
  background-image: url(/wp-content/themes/nvn-motorworks/assets/images/services-opts.svg);
}

section.nvn-sec {
  position: relative;
}

section.nvn-sec .sec-wrap {
  position: relative;
  z-index: 2;
}

.sec-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gradient-overlay {
  background: linear-gradient(
    179.62deg,
    #080809 0.35%,
    rgba(8, 8, 9, 0.4) 62.7%,
    rgba(8, 8, 9, 0) 99.7%
  );
}

.nvn-sec.why-nvn .why-us-content {
  max-width: 650px;
}

.nvn-sec-desc {
  padding: 16px 0 0;
}

.nvn-sec.why-nvn .why-us-content .nvn-sec-desc {
  padding: 0;
}

.nvn-sec-desc p {
  padding: 0 0 15px;
}

.nvn-sec-desc p:last-child {
  padding: 0;
}

.nvn-sec.why-nvn .why-us-content .nvn-sec-desc p::after {
  content: "";
  width: 1px;
  height: 40px;
  display: block;
  background-color: rgba(194, 194, 194, 1);
  margin: 20px auto 0;
  padding: 0;
}

.nvn-sec.why-nvn .why-us-content .nvn-sec-desc p:last-child::after {
  display: none;
}

.font-no-opacity {
  color: #f5f3ef;
}

.nvn-standards-list {
  padding: 48px 0 0;
}

.nvn-standards-list .nvn-standards-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.nvn-standards-list .nvn-standard {
  width: calc(50% - 12px);
}

.nvn-standard .nvn-standard-wrap {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}

.nvn-standard .nvn-standard-cont {
  position: relative;
  z-index: 2;
  padding: 28px;
  background: linear-gradient(
    90deg,
    rgba(8, 8, 9, 0.8) 0%,
    rgba(8, 8, 9, 0) 100%
  );
  height: 100%;
}

.nvn-standard .nvn-standard-texts {
  text-align: left;
}

.nvn-standard .standard-count {
  font-family: "DM Mono", sans-serif;
  color: #e8610a;
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 12px;
}

.smaller-body-font {
  font-size: 15px;
}

.env-attr-flex {
  display: flex;
}

.env-attr:nth-child(even) .env-attr-flex {
  flex-direction: row-reverse;
}

.env-attr-flex .env-flx-blk.img,
.contact-location.order1 .contact-location-flex .contact-loc-blk.img,
.locations-pg-contact
  .contact-location
  .contact-location-flex
  .contact-loc-blk.img {
  flex: 0.47;
  position: relative;
}

.env-attr-flex .env-flx-blk.txt,
.contact-location.order1 .contact-location-flex .contact-loc-blk.txt,
.locations-pg-contact
  .contact-location
  .contact-location-flex
  .contact-loc-blk.txt {
  flex: 0.53;
}

.env-attr:nth-child(odd) .env-attr-flex .env-flx-blk.txt {
  background-color: #0e0f12;
}

/* .env-attr-flex .env-flx-blk.txt .env-attr-text {
  padding: 130px 70px;
} */

/* Text appears on the right */
.env-attr:nth-child(odd) .env-attr-flex .env-flx-blk.txt .env-attr-text {
  padding: 130px var(--container-offset) 130px var(--split-gap);
}

/* Text appears on the left */
.env-attr:nth-child(even) .env-attr-flex .env-flx-blk.txt .env-attr-text {
  padding: 130px var(--split-gap) 130px var(--container-offset);
}

.nvn-env-attributes {
  padding: 72px 0 0;
}

.env-attr-link-wrap {
  padding: 24px 0 0;
}

.nvn-link {
  display: inline-block;
  color: #f5f3ef;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.nvn-link.white {
  color: #f5f3ef;
}

.nvn-link span {
  display: inline-block;
  vertical-align: middle;
}

.nvn-link span.arrow {
  width: 18px;
  height: auto;
  padding: 0 0 0 6px;
  position: relative;
  top: 1px;
  transition: all 300ms ease;
  left: 0;
}

.nvn-link span.directions {
  width: 14px;
  height: auto;
  padding: 0 0 0 4px;
  position: relative;
  top: 1px;
}

.nvn-link:hover span.arrow {
  left: 4px;
}

.nvn-link span.arrow svg {
  width: 100%;
  height: auto;
  display: block;
}

.nvn-link span.arrow svg path {
  transition: all 300ms ease;
  fill: #e8610a;
}

.nvn-link span.directions svg path {
  transition: all 300ms ease;
  stroke: #e8610a;
}

.nvn-link.white span.arrow svg path {
  fill: #f5f3ef;
}

.nvn-link:hover span.arrow svg path {
  fill: #f5f3ef;
}

.nvn-link:hover span.directions svg path {
  stroke: #f5f3ef;
}

.nvn-link.white:hover span.arrow svg path {
  fill: #e8610a;
}

.nvn-link span.txt {
  position: relative;
  background: linear-gradient(
    to right,
    #f5f3ef 0%,
    #f5f3ef 50%,
    #e8610a 50%,
    #e8610a 100%
  );

  background-size: 200% 100%;
  background-position: 100% 0;

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;

  transition: background-position 300ms ease;
}

.nvn-link.white span.txt {
  background: linear-gradient(
    to right,
    #e8610a 0%,
    #e8610a 50%,
    #f5f3ef 50%,
    #f5f3ef 100%
  );
  background-size: 200% 100%;
  background-position: 100% 0;

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.nvn-link:hover span.txt {
  background-position: 0 0;
}

/* .nvn-link span.txt::after {
  content: attr(data-text);
  position: absolute;
  width: 0;
  left: 0;
  top: 0px;
  color: #E8610A;
  height: 100%;
  transition: all 300ms ease;
  white-space: nowrap;
  overflow: hidden;
}

.nvn-link:hover span.txt::after{
  width: 100%;
} */

section.nvn-sec.nvn-standards,
section.nvn-sec.nvn-workshop-elements,
section.nvn-sec.nvn-experience-perks,
section.nvn-sec.nvn-approach,
section.nvn-sec.nvn-pages-shortcuts,
section.nvn-sec.nvn-abt-contact-sec {
  background-color: #0e0f12;
}

.env-attr .nvn-sec-desc {
  color: rgba(245, 243, 239, 0.75);
}

.env-attr .nvn-sec-desc,
.env-attr .service-subtitle {
  max-width: 420px;
}

.env-attr .standard-title {
  max-width: 420px;
}

.perks-container {
  padding: 48px 0 0;
}

.perks-carousel .slick-track,
.loc-serv-list-flex .slick-track {
  display: flex;
}

.perks-carousel .slick-track .slick-slide,
.loc-serv-list-flex .slick-track .slick-slide {
  height: unset;
  padding-right: 24px;
}

.loc-serv-list-flex .slick-track .slick-slide {
  padding-right: 16px;
}

.perks-carousel .slick-track .slick-slide > div,
.loc-serv-list-flex .slick-track .slick-slide > div {
  height: 100%;
}

.perks-carousel .perk-card {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  height: 100%;
  padding: 30px;
}

.perks-carousel .perk-card .perk-card-wrap {
  border-top: 3px solid #e8610a;
  padding: 12px 0 0;
  text-align: left;
}

.perks-carousel .perk-card .perk-title {
  padding: 0 0 12px;
}

.perks-carousel .slick-list,
.loc-serv-list-flex .slick-list {
  overflow: visible;
}

section.nvn-sec {
  overflow: hidden;
}

.nvn-abt-gal {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0;

  width: 100%;
  height: clamp(480px, 50vh, 620px);
  padding: 0;
  overflow: hidden;
  background: #0d0e0f;
}

.nvn-abt-gal .abt-gal-img {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.nvn-abt-gal .abt-gal-img:first-child {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.nvn-abt-gal .abt-gal-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 767px) {
  .nvn-abt-gal {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 280px repeat(2, 180px);
    height: auto;
  }

  .nvn-abt-gal .abt-gal-img:first-child {
    grid-column: 1 / -1;
    grid-row: 1;
  }
}

.vehicle-journey {
  padding: 48px 0 0;
}

.numbered-lbls .numbered-lbls-flex {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.numbered-lbls .vj-attr-lbl {
  font-size: 0;
}

.numbered-lbls .vj-attr-lbl span {
  display: inline-block;
  vertical-align: middle;
}

.numbered-lbls .vj-attr-lbl .vj-num {
  font-family: "DM Mono", sans-serif;
  color: #e8610a;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  padding: 0 12px 0 0;
}

.numbered-lbls .vj-attr .vj-attr-wrap {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  padding: 24px 28px;
  min-width: 300px;
  text-align: left;
}

.numbered-lbls .numbered-lbls-wrap {
  max-width: 1024px;
  margin: 0 auto;
}

.nvn-arrow-btn {
  cursor: pointer;
  display: inline-block;
  height: 44px;
  line-height: 42px;
  padding: 0 26px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.11);
  /* box-shadow: 0px 0px 20px 0px rgba(232, 97, 10, 0.45); */
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 34px;
  color: #f5f3ef;
  letter-spacing: 1px;
  transition: all 300ms ease;
}

.nvn-arrow-btn:hover {
  border: 1px solid rgba(232, 97, 10, 0.6);
  color: #e8610a;
}

.nvn-arrow-btn span {
  display: inline-block;
  vertical-align: middle;
}

.nvn-arrow-btn span.arr {
  padding: 0 0 0 5px;
  width: 20px;
  height: auto;
}

.nvn-arrow-btn span.arr svg {
  width: 100%;
  height: auto;
  display: block;
}

.nvn-arrow-btn span.arr svg path {
  stroke: #f5f3ef;
  transition: all 300ms ease;
}

.nvn-arrow-btn:hover span.arr svg path {
  stroke: #e8610a;
}

.nvn-buttons-flex {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.workshop-locations-links {
  padding: 36px 0 0;
}

.experience-link-blk .exp-dest-img img {
  aspect-ratio: 300/380;
  object-fit: cover;
  object-position: center;
  width: 100%;
  display: block;
  transition: all 300ms ease;
}

.experience-link-blk .experience-link-blk-wrap:hover .exp-dest-img img {
  opacity: 0.7;
}

.experience-link-blk {
  max-width: 300px;
}

.experience-destinations-links-flex {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.experience-link-blk .experience-link-blk-wrap {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.experience-link-blk .exp-link-wrap {
  padding: 18px;
}

.experience-destinations-links {
  padding: 48px 0 0;
}

.nvn-overlay-link {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}

.experience-link-blk .experience-link-blk-wrap:hover .nvn-link span.arrow {
  left: 4px;
}

.experience-link-blk
  .experience-link-blk-wrap:hover
  .nvn-link.white
  span.arrow
  svg
  path {
  fill: #e8610a;
}

.experience-link-blk .experience-link-blk-wrap:hover .nvn-link span.txt {
  background-position: 0 0;
}

section.nvn-sec.hero-sec.page-footer-sec {
  background-color: #0e0f12;
}

.no-max-width {
  max-width: unset !important;
}

.nvn-env-attributes.nvn-services {
  padding: 0;
}

.nvn-env-attributes.nvn-services .env-attr:nth-child(odd) .env-attr-flex {
  flex-direction: row-reverse;
}

.nvn-env-attributes.nvn-services .env-attr:nth-child(even) .env-attr-flex {
  flex-direction: row;
}

/* Text appears on the right */
.nvn-env-attributes.nvn-services
  .env-attr:nth-child(odd)
  .env-attr-flex
  .env-flx-blk.txt
  .env-attr-text {
  padding: 130px var(--split-gap) 130px var(--container-offset);
}

/* Text appears on the left */
.nvn-env-attributes.nvn-services
  .env-attr:nth-child(even)
  .env-attr-flex
  .env-flx-blk.txt
  .env-attr-text {
  padding: 130px var(--container-offset) 130px var(--split-gap);
}

.env-attr-flex .env-flx-blk.img img,
.contact-location.order1 .contact-location-flex .contact-loc-blk.img img,
.locations-pg-contact
  .contact-location
  .contact-location-flex
  .contact-loc-blk.img
  img {
  width: 100%;
  height: auto;
  display: none;
}

.nvn-env-attributes.nvn-services
  .env-attr
  .env-attr-flex
  .env-flx-blk.img:before,
.contact-location.order1 .contact-location-flex .contact-loc-blk.img:before,
.locations-pg-contact
  .contact-location
  .contact-location-flex
  .contact-loc-blk.img:before {
  content: "";
  position: absolute;
  width: 25%;
  height: 100%;
  top: 0;
  z-index: 4;
}

.nvn-env-attributes.nvn-services
  .env-attr:nth-child(odd)
  .env-attr-flex
  .env-flx-blk.img:before {
  left: 0;
  background: linear-gradient(90deg, #0e0f12 0%, rgba(14, 15, 18, 0) 100%);
}

.nvn-env-attributes.nvn-services
  .env-attr:nth-child(even)
  .env-attr-flex
  .env-flx-blk.img:before {
  right: 0;
  background: linear-gradient(270deg, #080809 0%, rgba(8, 8, 9, 0) 100%);
}

.contact-location.order1 .contact-location-flex .contact-loc-blk.img:before,
.locations-pg-contact
  .contact-location
  .contact-location-flex
  .contact-loc-blk.img:before {
  left: 0;
  background: linear-gradient(90deg, #080809 0%, rgba(8, 8, 9, 0) 100%);
}

.nvn-env-attributes.nvn-services .env-attr .service-subtitle {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.nvn-env-attributes.nvn-services .env-attr .env-attr-text .nvn-sec-desc {
  padding: 20px 0 0;
}

.transparent-overlay {
  background-color: rgba(8, 8, 9, 0.2);
}

.transparent-overlay-mid {
  background-color: rgba(8, 8, 9, 0.5);
}

.transparent-overlay-mid-override {
  background: none !important;
  background-color: rgba(8, 8, 9, 0.5) !important;
}

.why-flex {
  display: flex;
  gap: 48px;
}

.why-flex .s_why_flex_blk.txts {
  flex: 0.35;
}

.why-flex .s_why_flex_blk.reasons {
  flex: 0.65;
}

.why-flex .s_why_flex_blk.txts .why_txts_wrap {
  padding: 0 20% 0 0;
}

.reason-row {
  padding: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(
    6.22deg,
    rgba(255, 255, 255, 0.0075) 4.75%,
    rgba(40, 40, 40, 0.0933904) 64.88%,
    rgba(255, 255, 255, 0.0075) 94.95%
  );
  backdrop-filter: blur(180px);
  position: relative;
}

.reason-row:last-child {
  border: none;
}

.reason-row .reason-flex {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 2;
}

.reason-row .reason-flex .reason-title {
  flex: 0.4;
}

.reason-row .reason-flex .reason-desc {
  flex: 0.6;
}

.reason-row .reason-flex .reason-num {
  font-family: "DM Mono", sans-serif;
  color: #e8610a;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

.reason-row .sec-bg {
  background-image: url(/wp-content/themes/nvn-motorworks/assets/images/reason-pattern.webp) !important;
  background-position: top center;
  background-repeat: repeat;
  opacity: 0.03;
}

.reasons-table .reasons-table-wrap {
  border-radius: 24px;
  overflow: hidden;
}

.approach-flex {
  display: flex;
  gap: 48px;
}

.approach-flex .appr-blk {
  flex: 1;
}

.approach-flex .appr-blk.img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  overflow: hidden;
  flex: 0.55;
}

.approach-flex .appr-blk.txts {
  flex: 0.45;
}

.approach-flex .appr-blk.img img {
  width: 100%;
  height: auto;
  display: block;
  display: none;
}

.approach-flex .appr-row {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.approach-flex .appr-row:last-child {
  border: none;
}

.black-font {
  color: #4a4945;
}

.black-font.font-no-opacity {
  color: #080809;
}

.service-options {
  padding: 48px 0 0;
}

.service-options-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.service-options-flex .opt-row {
  width: calc(33.333333333% - 16px);
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(120px);
  border-radius: 12px;
  padding: 24px;
}

.service-options-flex .opt-row .opt-row-wrap {
  border-top: 3px solid #e8610a;
  padding: 16px 0 0;
}

.service-options-flex .opt-row .opt-title {
  padding: 0 0 16px;
}

.options-btn-wrap {
  padding: 36px 0 0;
}

.service-process {
  padding: 48px 0 0;
}

.process-card {
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(100px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 24px;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.process-card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #e8610a;
  bottom: 0;
  left: 0;
}

.process-card .proc-num {
  font-family: "DM Mono", sans-serif;
  color: #e8610a;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  padding: 0 0 12px;
}

.process-card .proc-title span {
  display: block;
}

.process-card .proc-title {
  min-height: 120px;
  display: flex;
  align-items: flex-end;
  padding: 0 0 12px;
}

.process-card .proc-desc {
  min-height: 100px;
  display: flex;
  align-items: flex-end;
}

.process-footer {
  padding: 48px 0 0;
}

.process-footer .proc-foot-flex {
  display: flex;
  align-items: center;
  gap: 24px;
}

.proc-foot-flex .process-btn-wrap {
  flex: 1;
}

.proc-foot-flex.double-blk .process-btn-wrap {
  text-align: right;
}

.installation-time .installation-time-wrap {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 16px;
  font-family: "DM Mono", monospace;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
}

.installation-time .installation-time-wrap .installation-time-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.installation-time .installation-time-wrap .installation-time-flex .ins-val {
  color: #e8610a;
}

.proc-foot-flex.single-blk .process-btn-wrap,
.proc-foot-flex.single-blk .installation-time {
  text-align: center;
  flex: 1;
}

.free-width-container {
  max-width: unset !important;
}

.faqs-block {
  padding: 16px 0 0;
  max-width: 800px;
  margin: 0 auto;
}

.question-row {
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.question-row:last-child {
  border: none;
}

.question-row .answer-container {
  display: none;
}

.question-row .answer-container .answer-wrap {
  padding: 10px 0 0;
}

.question-row .question-container {
  position: relative;
  cursor: pointer;
}

.question-row .question-container .qicon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: auto;
}

.question-row .question-container .qicon svg {
  width: 100%;
  height: auto;
  display: block;
  transition: all 300ms ease;
}

.question-row.open .question-container .qicon svg {
  transform: rotate(180deg);
}

.nvn-sec.nvn-service-faqs .sec-bg {
  background-position: top left;
  background-repeat: repeat;
  background-size: 32px auto;
  background-image: url(/wp-content/themes/nvn-motorworks/assets/images/faq-bg.png);
  opacity: 0.2;
}

.faqs-section-heading {
  padding: 0 0 16px;
}

.faqs-page .nvn-faqs-sec .faq-category {
  padding: 0 0 36px;
}

.faqs-page .nvn-faqs-sec .faq-category:last-child {
  padding: 0;
}

.faqs-page .nvn-faqs-sec .faq-category .nvn-title {
  padding: 0 0 16px;
}

.nvn-sec.nvn-faqs-sec.faq-category:nth-child(even) {
  background-color: #0e0f12;
}

.faqs-filters .faqs-filters-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 24px 0;
}

.faqs-filters .faqs-filters-scroll {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}

.faqs-filters .faqs-filters-scroll::-webkit-scrollbar {
  display: none;
}

.faqs-filters .faqs-filters-flex {
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
  justify-content: center;
  width: max-content;
  min-width: 100%;
}

.faqs-filters .faqs-filters-flex .filter-wrap {
  flex: 0 0 auto;
  white-space: nowrap;
}

.faq-search-box-wrap {
  padding: 36px 0 0;
  max-width: 600px;
  margin: 0 auto;
}

.faq-search-box-wrap .faq-search-box {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(100px);
  color: rgba(245, 243, 239, 0.9);
}

.faq-search-box-wrap .faq-search-box::placeholder {
  color: rgba(245, 243, 239, 0.3);
  opacity: 1;
}

.faq-search-box-wrap .faq-search-box {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(100px);
  color: rgba(245, 243, 239, 0.9);
  width: 100%;
  height: 50px;
  border-radius: 50px;
  padding: 0 25px;
  font-family: "DM Mono", monospace;
}

.nvn-motorworks-menu > ul.main-menu > li {
  position: relative;
}

.nvn-motorworks-menu > ul.main-menu > li.menu-item-has-children > a {
  padding: 0 15px 0 0;
  background-image: url(/wp-content/themes/nvn-motorworks/assets/images/menu-caret.svg);
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: right center;
}

.footer-blk.footer-menu .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 30px;
}

.footer-blk.footer-menu .footer-menu > li.menu-item-has-children {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}

.footer-flex {
  display: flex;
  gap: 96px;
}

.footer-blk.footer-menu {
  flex: 1;
}

.footer-blk.footer-menu .footer-menu > li.menu-item-has-children > a {
  color: #e8610a;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-family: "DM Mono", monospace;
  padding: 0 0 16px;
  display: block;
}

.footer-blk.footer-menu .footer-menu > li.menu-item-has-children > ul.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-blk.footer-menu
  .footer-menu
  > li.menu-item-has-children
  > ul.sub-menu
  li {
  padding: 0 0 5px;
}

.footer-blk.footer-menu
  .footer-menu
  > li.menu-item-has-children
  > ul.sub-menu
  li
  a {
  color: rgba(245, 243, 239, 0.5);
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  transition: all 300ms ease;
}

.footer-blk.footer-menu
  .footer-menu
  > li.menu-item-has-children
  > ul.sub-menu
  li
  a:hover {
  color: rgba(245, 243, 239, 1);
}

.footer-blk.logo-social {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-logo a {
  display: inline-block;
  text-decoration: none;
  max-width: 70px;
}

.footer-logo a svg {
  width: 100%;
  height: auto;
  display: block;
}

.nvn-sm .follow-cta {
  font-size: 14px;
  line-height: 18px;
  color: rgba(245, 243, 239, 0.4);
  padding: 0 0 2px;
}

.footer-bottom {
  border-top: rgba(255, 255, 255, 0.1);
  padding: 12px 0 24px;
  font-family: "DM Mono", monospace;
  font-size: 12px;
  line-height: 16px;
  color: rgba(245, 243, 239, 0.4);
}

.footer-bottom .footer-bottom-flex {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.footer-bottom .footer-bottom-flex ul.terms-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-bottom .footer-bottom-flex ul.terms-menu li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 0 0;
}

.footer-bottom .footer-bottom-flex ul.terms-menu li:last-child {
  padding: 0;
}

.footer-bottom .footer-bottom-flex ul.terms-menu li a {
  color: rgba(245, 243, 239, 0.4);
  text-decoration: none;
  display: inline-block;
  transition: all 300ms ease;
}

.footer-bottom .footer-bottom-flex ul.terms-menu li a:hover {
  color: rgba(245, 243, 239, 0.8);
}

.footer-bottom .footer-bottom-blk {
  position: relative;
}

.footer-bottom .footer-bottom-blk::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  display: block;
  transform: translateX(50%);
  width: 3px;
  height: 3px;
  background-color: rgba(245, 243, 239, 0.4);
  border-radius: 50%;
}

.footer-bottom .footer-bottom-blk:last-child::after {
  display: none;
}

.nvn-sec.hero-sec {
  background-color: #0e0f12;
}

.terms-updated {
  padding: 24px 0 0;
  font-size: 13px;
  line-height: 16px;
  font-family: "DM Mono", monospace;
  color: rgba(245, 243, 239, 0.4);
}

.terms-page-flex {
  display: flex;
  gap: 60px;
}

.terms-page-flex .terms-blk.sidebar {
  flex: 0.25;
}

.terms-page-flex .terms-blk.terms-content {
  flex: 0.75;
}

.terms-page-flex .terms-blk.sidebar .terms-sidebar {
  position: sticky;
  top: 120px;
}

.nvn-sec.nvn-terms {
  overflow: unset;
}

.terms-content .terms-blk.terms-content .terms-txts h2 {
  padding: 12px 0 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.terms-content .terms-blk.terms-content .terms-txts p {
  padding: 0 0 16px;
}

.terms-page-flex .terms-blk.sidebar .terms-sidebar .terms-sidebar-title {
  font-size: 13px;
  line-height: 16px;
  font-family: "DM Mono", monospace;
  color: rgba(245, 243, 239, 0.4);
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 0 12px;
}

.terms-page-flex .terms-blk.sidebar .terms-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 16px 0 0;
}

.terms-page-flex .terms-blk.sidebar .terms-sidebar ul li {
  padding: 0 0 7px;
}

.terms-page-flex .terms-blk.sidebar .terms-sidebar ul li a {
  color: rgba(245, 243, 239, 0.75);
  text-decoration: none;
  font-size: 15px;
  cursor: pointer;
  display: block;
  transition: all 300ms ease;
}

.terms-page-flex .terms-blk.sidebar .terms-sidebar ul li a:hover {
  color: rgba(245, 243, 239, 0.9);
}

.contact-loc-blk.img {
  position: relative;
}

.nvn-contact-btn {
  cursor: pointer;
  display: inline-block;
  height: 40px;
  line-height: 38px;
  padding: 0 22px;
  border: 1px solid #e8610a;
  background-color: #e8610a;
  font-family: "DM Mono", monospace;
  /* box-shadow: 0px 0px 20px 0px rgba(232, 97, 10, 0.45); */
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 34px;
  color: #0a0e1a;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 300ms ease;
}

.nvn-contact-btn:hover,
.nvn-contact-btn.inverted {
  background-color: rgba(255, 255, 255, 0.03);
  color: #f5f3ef;
  border-color: rgba(255, 255, 255, 0.15);
}

.nvn-contact-btn.inverted:hover {
  background-color: #e8610a;
  color: #0a0e1a;
  border-color: #e8610a;
}

.contact-locations-flex {
  display: flex;
  flex-wrap: wrap;
}

.contact-location {
  width: 50%;
  order: 2;
}

.contact-location.order1,
.locations-pg-contact .contact-location {
  width: 100%;
  order: 1;
}

.contact-lbl {
  color: rgba(245, 243, 239, 0.4);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-family: "DM Mono", monospace;
}

.contact-titles {
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.contact-info-txts {
  padding: 24px 0 0;
}

.contact-info-txts .contact-phone {
  padding: 12px 0 0;
}

.contact-info-txts .contact-email {
  padding: 7px 0 0;
}

.contact-info-txts .contact-phone a {
  color: #f5f3ef;
  text-decoration: none;
  transition: all 300ms ease;
  display: inline-block;
  cursor: pointer;
}

.contact-info-txts .contact-email a {
  color: rgba(245, 243, 239, 0.75);
  text-decoration: none;
  transition: all 300ms ease;
  display: inline-block;
  cursor: pointer;
}

.contact-info-txts .contact-phone a:hover,
.contact-info-txts .contact-email a:hover {
  color: #e8610a;
}

.contact-info-txts .contact-hours {
  padding: 24px 0 0;
}

.contact-info-txts .contact-hours .hours-val {
  padding: 8px 0 0;
}

.contact-info-txts .contact-hours .hours-val p {
  padding: 0 0 5px;
}

.contact-info-txts .contact-hours .hours-val p:last-child {
  padding: 0;
}

.contact-info-txts .contact-btns {
  padding: 24px 0 0;
}

.contact-info-txts .contact-btns .contact-btns-flex {
  display: flex;
  gap: 12px;
}

.contact-location.order1 .contact-location-flex .contact-loc-blk.txt .cinf-wrap,
.contact-location:nth-child(even) .cinf-wrap,
.locations-pg-contact .contact-location .cinf-wrap {
  padding: 60px var(--split-gap) 60px var(--container-offset);
}

.contact-location:nth-child(odd) .cinf-wrap {
  padding: 60px var(--container-offset) 60px var(--split-gap);
}

.contact-location.order1 .contact-location-flex,
.locations-pg-contact .contact-location .contact-location-flex {
  display: flex;
}

.nvn-sec.nvn-contact-locations {
  background-color: #0e0f12;
}

.contact-location.order1 .contact-location-flex .contact-loc-blk.txt,
.locations-pg-contact
  .contact-location
  .contact-location-flex
  .contact-loc-blk.txt {
  background-color: #080809;
}

.star-rating {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 4px;
  white-space: nowrap;
}

.star-rating-base {
  display: block;
  color: #555;
}

.star-rating-fill {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #e8610a;
  white-space: nowrap;
}

.nvn-grey-title.center {
  text-align: center;
}

.nvn-grey-title h2 {
  font-family: "DM Mono", sans-serif;
  font-size: 14px;
  color: #4a4945;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding: 0 0 12px;
  line-height: 14px;
  letter-spacing: 2px;
}

.contact-testimonials {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 24px 0 0;
}

.contact-testimonials .testimonial-slide .testimonial-text {
  padding: 16px 0 0;
  color: #080809;
}

.contact-testimonials .testimonial-slide .testimonial-text p {
  display: inline;
}

.testi-attrs {
  font-size: 0;
  padding: 20px 0 0;
}

.testi-attrs span {
  color: #4a4945;
  font-family: "DM Mono", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 2px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px;
  position: relative;
}

.testi-attrs span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  display: block;
  transform: translateY(-1px);
  width: 3px;
  height: 3px;
  background-color: #4a4945;
  border-radius: 50%;
}

.testi-attrs span:first-child::before {
  content: "—";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  padding: 0 6px 0 0;
}

.contacts-testimonials-caousel .slick-dots {
  padding: 24px 0 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
}

.contacts-testimonials-caousel .slick-dots,
.loc-testimonials-caousel .slick-dots,
.perks-carousel .slick-dots,
.loc-serv-list-flex .slick-dots {
  padding: 24px 0 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.contacts-testimonials-caousel .slick-dots li,
.loc-testimonials-caousel .slick-dots li,
.perks-carousel .slick-dots li,
.loc-serv-list-flex .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  padding: 0 3px;
}

.contacts-testimonials-caousel .slick-dots li button,
.loc-testimonials-caousel .slick-dots li button,
.perks-carousel .slick-dots li button,
.loc-serv-list-flex .slick-dots li button {
  background-color: #ffffff;
  border: none;
  width: 7px;
  height: 7px;
  text-indent: -5000px;
  overflow: hidden;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  transition: all 300ms ease;
}

.contacts-testimonials-caousel .slick-dots li button:hover,
.loc-testimonials-caousel .slick-dots li button:hover,
.perks-carousel .slick-dots li button:hover,
.loc-serv-list-flex .slick-dots li button:hover {
  background-color: #e8610a60;
}

.contacts-testimonials-caousel .slick-dots li.slick-active button,
.loc-testimonials-caousel .slick-dots li.slick-active button,
.perks-carousel .slick-dots li.slick-active button,
.loc-serv-list-flex .slick-dots li.slick-active button {
  background-color: #e8610a;
}

.nvn-title h2.extrabig {
  font-size: 100px;
  line-height: 100px;
  font-weight: 600;
}

.nvn-title h2.archivo {
  font-family: "ArchivoExpanded", sans-serif;
}

.nvn-sec.nvn-notfound-sec .sec-wrap {
  background: linear-gradient(
    90deg,
    rgba(8, 8, 9, 0.95) 0%,
    rgba(8, 8, 9, 0.7) 100%
  );
}

.nf-flex {
  min-height: 55vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.not-found-texts .nf-desc {
  padding: 20px 0 0;
}

.not-found-texts .nf-btn-wrap {
  padding: 30px 0 0;
}

.psc-card {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 24px;
  height: 100%;
}

.psc-card .psc-desc {
  padding: 12px 0 0;
}

.pages-shortcuts {
  padding: 12px 0 0;
}

.nvn-sec.nvn-success-message .sec-wrap.pad-vertical {
  background-color: rgba(8, 8, 9, 0.65);
}

.success-flex {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-flex .success-msg {
  padding: 16px 0 0;
}

.success-flex .success-lbl {
  font-family: "DM Mono", sans-serif;
  font-size: 13px;
  line-height: 45px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 2px;
  border: 1px solid #3cc080;
  display: inline-block;
  border-radius: 40px;
  height: 46px;
  padding: 0 20px 0 35px;
  background-color: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(3px);
  position: relative;
}

.success-flex .success-lbl::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #3cc080;
  display: block;
  position: absolute;
  top: 50%;
  margin: -5px 0 0;
  border-radius: 50%;
  left: 15px;
}

.success-flex .success-lbl-wrap {
  padding: 0 0 16px;
}

.wp-generated-form {
  display: none !important;
}

.enquire-flex {
  display: flex;
  gap: 80px;
}

.enquire-blk.nvn-form-blk {
  flex: 0.6;
}

.enquire-blk.enq-cinf-blk {
  flex: 0.4;
}

.nvn-form-row {
  display: flex;
  gap: 24px;
}

.nvn-form-field {
  flex: 1;
  min-width: 0;
  padding: 0 0 24px;
  position: relative;
}

.nvn-form-row.full-width .nvn-form-field {
  width: 100%;
}

.nvn-form-field label {
  display: block;
  text-transform: uppercase;
  font-family: "DM Mono", sans-serif;
  letter-spacing: 1px;
  color: rgba(245, 243, 239, 0.4);
  font-size: 14px;
  line-height: 14px;
  padding: 0 0 12px;
}

.nvn-form-field input,
.nvn-form-field select,
.nvn-form-field textarea {
  font-family: "DM Sans", sans-serif;
  width: 100%;
  padding: 0 16px;
  color: rgba(245, 243, 239, 0.65);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  backdrop-filter: blur(8px);
  font-size: 15px;
}

.nvn-form-field input::placeholder,
.nvn-form-field select::placeholder,
.nvn-form-field textarea::placeholder {
  color: rgba(245, 243, 239, 0.65);
  opacity: 1;
}

.nvn-form-field input,
.nvn-form-field select {
  height: 50px;
}

.nvn-form-field textarea {
  height: 160px;
  padding: 20px;
  resize: none;
}

.nvn-select-wrap {
  position: relative;
}

.nvn-select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 80px;
  cursor: pointer;
}

.nvn-select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 38px;

  width: 12px;
  height: 12px;
  border-right: 2px solid #bbb;
  border-bottom: 2px solid #bbb;

  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

.nvn-form-field select:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.nvn-form-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.nvn-form-field .nvn-copy-error {
  color: red;
  font-size: 12px;
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .nvn-form-row {
    flex-direction: column;
    gap: 30px;
  }

  .nvn-form-field input,
  .nvn-form-field select {
    height: 72px;
  }
}

.nvn-form-privacy {
  font-size: 15px;
  color: rgba(245, 243, 239, 0.4);
}

.nvn-form-privacy a {
  color: rgba(245, 243, 239, 0.6);
  text-decoration: none;
  transition: all 300ms ease;
}

.nvn-form-privacy a:hover {
  color: rgba(245, 243, 239, 0.9);
}

.enquire-blk.enq-cinf-blk .expectations-list {
  background-color: #0e0f12;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 28px;
}

.expectations-list .expect-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  padding: 0 0 16px;
}

.expectations-list .expectations-list-wrap {
  padding: 16px 0 0;
}

.expectations-list .exp-row {
  padding: 0 0 18px;
}

.expectations-list .exp-row:last-child {
  padding: 0;
}

.expectations-list .exp-row .exp-row-flex {
  display: flex;
  gap: 12px;
}

.expectations-list .exp-row .exp-row-flex .exp-num {
  color: #e8610a;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
}

.expectations-list .exp-row .exp-row-flex .exp-title {
  font-family: "DM Mono", sans-serif;
  color: #ddd;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0 0 7px;
}

.expectations-list .exp-row .exp-row-flex .exp-desc {
  font-size: 15px;
}

.enquire-blk.enq-cinf-blk .cinf-tbl {
  padding: 36px 0 0;
}

.enq-cinf-txt {
  font-size: 15px;
  padding: 12px 0 0;
}

.cinf-tbl-cont .enq-cinf-row {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.cinf-tbl-wrap {
  padding: 24px 0 0;
}

.enq-cinf-row-flex {
  display: flex;
  gap: 24px;
}

.enq-cinf-row-flex .icons .enq-cinf-icons-wrap .btn-whatsapp {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 12px;
}

.enq-icn-btn {
  display: block;
  width: 24px;
  height: auto;
  text-decoration: none;
}

.enq-icn-btn svg {
  width: 100%;
  height: auto;
  display: block;
}

.enq-icn-btn svg path {
  stroke: #e8610a;
  transition: all 300ms ease;
}

.enq-icn-btn:hover svg path {
  stroke: #fff;
}

.enq-cinf-row-flex .txts {
  flex: 1;
  font-family: "DM Mono";
  font-size: 14px;
  letter-spacing: 1px;
}

.enq-cinf-row-flex .txts .enq-loc-name {
  color: #fff;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}

.enq-cinf-row-flex .txts .enq-contact-phone {
  display: inline-block;
  vertical-align: middle;
}

.enq-cinf-row-flex .txts .enq-contact-phone a {
  color: rgba(245, 243, 239, 0.75);
  text-decoration: none;
  display: inline-block;
  transition: all 300ms ease;
}

.enq-cinf-row-flex .txts .enq-contact-phone a:hover {
  color: rgba(245, 243, 239, 0.95);
}

.nvn-sec.nvn-success-contacts {
  background-color: #c2c2c2;
}

.nvn-sec.nvn-success-contacts .cinf-flex {
  display: flex;
  align-items: center;
  gap: 48px;
}

.nvn-sec.nvn-success-contacts .enq-cinf-title,
.nvn-sec.nvn-success-contacts .enq-cinf-row-flex .txts .enq-loc-name {
  color: #080809;
}

.nvn-sec.nvn-success-contacts .enq-cinf-txt {
  font-size: 16px;
}

.nvn-sec.nvn-success-contacts .enq-cinf-txt,
.nvn-sec.nvn-success-contacts .enq-cinf-row-flex .txts .enq-contact-phone a {
  color: #4a4945;
}

.nvn-sec.nvn-success-contacts .cinf-flex-blk.intro {
  flex: 1;
}

.nvn-sec.nvn-success-contacts .enq-cinf-row-flex,
.nvn-sec.nvn-success-contacts .enq-cinf-row-flex .txts .enq-loc-name,
.nvn-sec.nvn-success-contacts .enq-cinf-row-flex .txts .enq-contact-phone {
  display: block;
}

.nvn-sec.nvn-success-contacts
  .enq-cinf-row-flex
  .icons
  .enq-cinf-icons-wrap
  .btn-whatsapp {
  padding: 0 12px 0 0;
}

.nvn-sec.nvn-success-contacts .cinf-tbl-cont {
  display: flex;
  gap: 12px;
}

.nvn-sec.nvn-success-contacts .cinf-tbl-cont .enq-cinf-row {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 24px;
}

.nvn-sec.nvn-success-contacts .enq-cinf-row-flex .txts .enq-contact-phone,
.nvn-sec.nvn-success-contacts .enq-cinf-row-flex .icons {
  padding: 8px 0 0;
}

.nvn-form-response {
  display: none;
}

.location-intro-flex {
  display: flex;
  align-items: center;
  gap: 60px;
}

.location-intro-flex .nvn-loc-intro-blk.txts {
  flex: 0.45;
}

.location-intro-flex .nvn-loc-intro-blk.img {
  flex: 0.55;
}

.location-intro-flex .nvn-loc-intro-blk.img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}

.loc-attr-list {
  max-width: 740px;
  margin: 0 auto;
  padding: 48px 0 0;
}

.loc-attr-list-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.loc-attr-list-flex .loc-attr {
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(100px);
  border-radius: 12px;
  padding: 30px;
  width: calc(50% - 16px);
}

.loc-attr-list-flex .loc-attr .loc-attr-wrap {
  border-top: 3px solid #e8610a;
  padding: 16px 0 0;
}

.loc-attr-list-flex .loc-attr .loc-attr-desc {
  padding: 16px 0 0;
  font-family: "DM Mono", monospace;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.nvn-sec.desigened-for .opts-intro {
  max-width: 700px;
  margin: 0 auto;
}

/* .loc-serv-list-flex {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
} */

.loc-service .loc-serv-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 244/160;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.loc-serv-list {
  padding: 48px 0 0;
}

.loc-service {
  width: calc(20% - 10px);
  background: #ffffff08;
  border: 1px solid #ffffff26;
  backdrop-filter: blur(100px);
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}

.loc-service .loc-serv-txts {
  padding: 24px 16px;
}

.loc-testimonials-flex {
  display: flex;
  gap: 48px;
}

.loc-testimonials-flex .loc-test-titles {
  flex: 1;
}

.grev-badge-wrap {
  background-color: #0e0f12;
  border-radius: 12px;
  padding: 24px 64px;
  text-align: center;
}

.grev-numbers {
  font-family: "DM Mono", monospace;
  font-size: 12px;
  line-height: 16px;
  color: rgba(245, 243, 239, 0.75);
  padding: 8px 0 0;
}

.grev-numbers .grev-numbers-wrap {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.grev-numbers .grev-numbers-wrap .grev-rate-num {
  position: relative;
}

.grev-badge .grev-title {
  padding: 0 0 8px;
}

.grev-numbers .grev-numbers-wrap .grev-rate-num::after {
  content: "";
  display: block;
  position: absolute;
  right: -9px;
  width: 2px;
  height: 2px;
  background-color: rgba(245, 243, 239, 0.75);
  border-radius: 50%;
  top: 50%;
  margin: -1px 0 0;
}

.loc-testimonials-caousel .slick-track {
  display: flex;
  gap: 16px;
}

.loc-testimonials-caousel .slick-slide > div,
.loc-testimonials-caousel .testimonial-slide {
  height: 100%;
}

.loc-testimonials-caousel .slick-slide {
  height: unset;
}

.loc-testimonials-caousel .testimonial-slide {
  background: rgba(14, 15, 18, 1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 24px;
}

.loc-testimonials .testi-attrs span {
  color: #ff8c42;
  font-size: 12px;
  padding: 0;
}

.loc-testimonials {
  padding: 48px 0 0;
  margin: 0 -16px;
}

.locations-pg-contact .loc-info-box {
  padding: 16px 0 0;
}

.locations-pg-contact .loc-info-box .loc-info-box-wrap {
  background: rgba(14, 15, 18, 1);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 24px;
}

.locations-pg-contact .contact-info-txts .sec-headline {
  max-width: 360px;
}

.locations-pg-contact
  .contact-location
  .contact-location-flex
  .contact-loc-blk.img
  svg {
  position: absolute;
  z-index: 5;
  max-width: 100px;
  width: 100%;
  height: auto;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-template-template-location
  .nvn-sec.hero-sec.page-footer-sec
  .hero-headline.medium-width {
  max-width: unset;
}

.home-service-shortcut .home-service-shortcut-wrap {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  overflow: hidden;
  transition: all 500ms ease;
}

@media (min-width: 1025px) {
  .home-service-shortcut .home-service-shortcut-wrap:hover {
    border-color: rgba(232, 97, 10, 0.6);
  }
}

.home-service-shortcut .home-service-shortcut-cont {
  position: relative;
  z-index: 2;
  background: rgba(20, 20, 23, 0.5);
  padding: 40px;
  transition: all 500ms ease;
}

@media (min-width: 1025px) {
  .home-service-shortcut
    .home-service-shortcut-wrap:hover
    .home-service-shortcut-cont {
    padding: 80px 40px;
  }
}

.home-service-shortcut {
  padding: 0 0 16px;
}

.home-service-shortcut .home-service-shortcut-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 100%;
  z-index: 3;
  background-color: rgba(232, 97, 10, 0.6);
  transition: all 500ms ease;
}

@media (min-width: 1025px) {
  .home-service-shortcut .home-service-shortcut-wrap:hover:before {
    width: 3px;
  }
}

.home-service-shortcut-flex {
  display: flex;
  align-items: center;
  gap: 60px;
}

.home-service-shortcut-flex .home-serv-title {
  transition: all 400ms ease;
}

@media (min-width: 1025px) {
  .home-service-shortcut
    .home-service-shortcut-wrap:hover
    .home-service-shortcut-flex
    .home-serv-title {
    transform: scale(1.1);
  }
}

.home-service-shortcut-flex .home-serv-num {
  font-family: "DM Mono", sans-serif;
  color: #e8610a;
  font-size: 14px;
  font-weight: 500;
}

.home-service-shortcut-flex .hss-flx-blk.serv-sep .serv-sep-line {
  width: 1px;
  height: 22px;
  background-color: #fff;
}

.home-service-shortcut-flex .hss-flx-blk.serv-link {
  flex: 1;
  text-align: right;
}

.home-srv-head-flex {
  display: flex;
  align-items: center;
  gap: 40px;
}

.home-srv-head-flex .hserv-home-flx-blk.hserv-link {
  white-space: nowrap;
  flex: 1;
  text-align: right;
}

.home-srv-head-flex .hserv-home-flx-blk.hserv-titles .nvn-sec-desc {
  max-width: 800px;
}

.nvn-home-services {
  padding: 48px 0 0;
}

.nvn-home-cinfo-wrap {
  display: flex;
  gap: 24px;
}

.nvn-home-cinfo-wrap .home-contact-block {
  flex: 1;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  padding: 32px;
}

.home-contact-block .contact-location-name {
  padding: 16px 0 0;
}

.home-contact-block .hcinf-row {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.nvn-home-cinfo {
  padding: 48px 0 0;
}

.home-contact-block .hcinf-txts {
  padding: 16px 0 0;
}

.home-contact-block .hcinf-row.address .hcinf-flex {
  display: flex;
  align-items: center;
  gap: 24px;
}

.home-contact-block .hcinf-row.address .hcinf-flex .hcinf-col.home-dir-btn {
  white-space: nowrap;
}

.hero-title-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

.nvn-sec.hero-sec.home-hero-sec .hero-title {
  padding: 0 0 16px;
}

.hero-title-flex .hero-location {
  position: relative;
}

.hero-title-flex .hero-location::after {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #e8610a;
  border-radius: 50%;
  top: 50%;
  right: -24px;
  transform: translateX(-50%);
}

.hero-title-flex .hero-location:last-child:after {
  display: none;
}

.brand-attributes-container {
  position: relative;
  z-index: 3;
}

.nvn-brand-attributes-flex {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.nvn-brand-attributes-flex .brant-attribute {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(100px);
  border-radius: 12px;
  padding: 16px 20px;
}

.brant-attribute .brant-attribute-wrap span {
  display: inline-block;
  vertical-align: middle;
}

.brant-attribute .brant-attribute-wrap .dkt {
  color: #e8610a;
}

.brant-attribute .brant-attribute-wrap .ltt {
  color: #f5f3ef;
}

.nvn-world-list {
  padding: 48px 0 0;
}

.nvn-world-flex {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.nvn-world-flex .nvnw-standard {
  width: calc(33.333333333% - 14px);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(100px);
  border-radius: 12px;
  padding: 24px;
}

.nvnw-standard-wrap {
  border-top: 3px solid #e8610a;
  padding: 16px 0 0;
}

.nvn-world-flex .nvnw-standard .nvnw-s-title {
  padding: 0 0 8px;
}

.service-note {
  display: inline-block;
  vertical-align: middle;
  padding-left: 24px;
}

.service-note .service-note-wrap {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(232, 97, 10, 0.5);
  backdrop-filter: blur(16px);
  height: 44px;
  line-height: 42px;
  padding: 0 20px;
  border-radius: 10px;
  font-family: "DM Mono", monospace;
  font-size: 15px;
  font-weight: 500;
  color: #f5f3ef;
  letter-spacing: 0.5px;
}

.hero-main-container.hero-main-container-flex {
  display: flex;
  align-items: center;
  gap: 60px;
}

.hero-main-container.hero-main-container-flex
  .hero-main-container-block.left-block {
  flex: 0.6;
}

.hero-main-container.hero-main-container-flex
  .hero-main-container-block.right-block {
  flex: 0.4;
  text-align: right;
}

.hero-side-message {
  display: inline-block;
  text-align: left;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(100px);
  border-radius: 12px;
  padding: 16px 24px;
}

.hero-side-message .side-msg-title {
  padding: 0 0 6px;
}

.hero-side-message .side-msg-desc {
  font-size: 15px;
}

.nvn-mobile-menu {
  display: none;
}

.nvn-motorworks-header .mobile_menu_cta {
  cursor: pointer;
  height: 28px;
  text-decoration: none;
  width: 22px;
  z-index: 22;
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 300ms ease-in-out;
  display: none;
}

/*.nvn-motorworks-header .mobile_menu_cta.open{
	right:10px;
}*/

.nvn-motorworks-header .mobile_menu_cta span {
  background: #ffffff;
  border-radius: 0;
  display: block;
  height: 1.5px;
  left: 0;
  opacity: 1;
  position: absolute;
  width: 100%;

  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);

  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nvn-motorworks-header .mobile_menu_cta span:nth-child(1) {
  top: 5px;
}

.nvn-motorworks-header .mobile_menu_cta span:nth-child(2),
.nvn-motorworks-header .mobile_menu_cta span:nth-child(3) {
  top: 12px;
}

.nvn-motorworks-header .mobile_menu_cta span:nth-child(4) {
  top: 19px;
}

.nvn-motorworks-header .mobile_menu_cta.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.nvn-motorworks-header .mobile_menu_cta.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nvn-motorworks-header .mobile_menu_cta.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nvn-motorworks-header .mobile_menu_cta.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.nvn-motorworks-header .nvn-motorworks-logo a {
  display: block;
  width: 75px;
  height: auto;
  text-decoration: none;
}

.nvn-motorworks-header .nvn-motorworks-logo a svg {
  width: 100%;
  height: auto;
  display: block;
}

.grev-numbers.no-reviews .grev-numbers-wrap .grev-rate-num::after {
  display: none;
}

#nvn-map {
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #222;
}

.maplibregl-popup-content {
  padding: 16px;
  color: #fff;
  background-color: #0e0f12;
  border-radius: 4px;
}

.maplibregl-popup-tip {
  border-top-color: #0e0f12 !important;
}

.nvn-map-popup {
  color: #fff;
  text-decoration: none;
}

.nvn-map-popup strong {
  display: block;
  margin-bottom: 6px;
}

.nvn-map-popup span {
  color: #e8610a;
}

.nvn-map-marker {
  width: 120px;
  height: 67px;
  line-height: 0;
  pointer-events: none;
}

.nvn-map-marker svg {
  display: block;
  width: 120px;
  height: auto;
}

.loc-service .loc-serv-wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.loc-service .loc-serv-txts{
  flex: 1;
  position: relative;
  padding: 24px 16px 56px;
}

.loc-service .loc-serv-txts .env-attr-link-wrap {
  position: absolute;
  bottom: 24px;
  left: 16px;
  padding: 0;
}