/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/glob-import-loader/index.js??ruleSet[1].rules[1].use[4]!./src/main/webpack/ridesmain/main.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/glob-import-loader/index.js??ruleSet[1].rules[1].use[4]!./src/main/webpack/ridesmain/main.scss (1) ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "GuardianSansXCond Bold";
  src: url("clientlib-ridesmain/resources/fonts/GuardianSansXCond-Bold.otf");
  src: url("clientlib-ridesmain/resources/fonts/GuardianSansXCond-Bold.otf#iefix") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GuardianSansXCond Semibold";
  src: url("clientlib-ridesmain/resources/fonts/GuardianSansXCond-Semibold.otf");
  src: url("clientlib-ridesmain/resources/fonts/GuardianSansXCond-Semibold.otf#iefix") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GuardianSansXCond Medium";
  src: url("clientlib-ridesmain/resources/fonts/GuardianSansXCond-Medium.otf");
  src: url("clientlib-ridesmain/resources/fonts/GuardianSansXCond-Medium.otf#iefix") format("opentype");
  font-weight: 500 !important;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GuardianSansXCond Regular";
  src: url("clientlib-ridesmain/resources/fonts/GuardianSansXCond-Regular.otf");
  src: url("clientlib-ridesmain/resources/fonts/GuardianSansXCond-Regular.otf#iefix") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Light";
  src: url("clientlib-ridesmain/resources/fonts/Montserrat-Light.ttf");
  src: url("clientlib-ridesmain/resources/fonts/Montserrat-Light.ttf#iefix") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Regular";
  src: url("clientlib-ridesmain/resources/fonts/Montserrat--Regular.ttf");
  src: url("clientlib-ridesmain/resources/fonts/Montserrat--Regular.ttf#iefix") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Semibold";
  src: url("clientlib-ridesmain/resources/fonts/Montserrat-SemiBold.ttf");
  src: url("clientlib-ridesmain/resources/fonts/Montserrat-SemiBold.ttf#iefix") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Bold";
  src: url("clientlib-ridesmain/resources/fonts/Montserrat-Bold.ttf");
  src: url("clientlib-ridesmain/resources/fonts/Montserrat-Bold.ttf#iefix") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Reicons";
  src: url("clientlib-ridesmain/resources/fonts/reicons.ttf#iefix") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input,
button,
textarea,
select {
  font: inherit;
}

html,
body {
  overflow: visible;
}

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px;
  font-family: "Montserrat Light";
  line-height: 1.5;
  color: #FFF;
  background: #ECECEC;
  overflow: visible;
  overflow-x: hidden;
  background: black;
}
@media screen and (max-width: 767px) {
  html,
  body {
    font-size: 14px;
  }
}

.opened-in-iframe {
  height: 100%;
}

a {
  color: #0a0a0a;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

.d-none {
  display: none !important;
}

.cmp-carousel__actions,
.cmp-carousel__core-actions {
  display: none;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "GuardianSansXCond Semibold";
}

ol,
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  background: rgba(24, 24, 24, 0.6980392157);
  width: 100%;
  height: 100%;
  display: none;
}
.popup.popup-show {
  display: block;
}
.popup .popup__inner {
  position: relative;
  margin: 30px auto;
  max-width: 480px;
  min-height: calc(100% - 3.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup .popup__content {
  background: #282828;
  position: relative;
  width: 100%;
}
.popup .close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
  background: transparent;
  opacity: 1;
  padding: 5px 8px;
  border: none;
  color: #fff;
  -webkit-text-stroke: 1px;
  font-size: 18.67px !important;
  cursor: pointer;
}

.icon-close:before {
  content: "p";
}

.transparent-clr-w-btn.custom-btn {
  background-color: transparent;
  color: #ededed;
  border: 1px solid #848484;
}

.arrow-l:after {
  content: "z";
  font-family: "reicons";
  position: absolute;
  left: 0;
}

.arrow-r:after {
  content: "A";
  font-family: "reicons";
  position: absolute;
  right: 0;
}

html:has(.popup-open) {
  overflow: hidden;
}

.slick-next:before {
  content: "A";
  display: inline-block;
  font-family: Reicons;
}

.slick-prev:before {
  content: "z";
  display: inline-block;
  font-family: Reicons;
}

.custom-btn.cta-yellow {
  padding: 18px 24px;
  background: linear-gradient(112.38deg, rgba(255, 255, 255, 0.5) -120.84%, rgba(255, 255, 255, 0.1) 79.67%);
  border: 1px solid;
  border-image-source: linear-gradient(131.33deg, rgba(255, 255, 255, 0.26) -34.97%, rgba(255, 255, 255, 0) 114.31%);
  width: 100%;
  color: #daaa00;
  font-size: 14px;
  line-height: 20px;
  border-image-slice: 2;
}

.custom-btn.cta-yellow.disabled {
  background: #181818;
  border: 2px solid #373737;
  color: #4f4f4f;
  cursor: not-allowed;
  border: 1px solid #4f4f4f;
  font-family: "Montserrat Semibold";
}

.rides-checkbox-wrapper {
  position: relative;
  padding-bottom: 0.5rem;
}
.rides-checkbox-wrapper input {
  position: absolute;
  left: 0;
  opacity: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.rides-checkbox-wrapper .confirm-label {
  font-family: "Montserrat";
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #ededed;
  font-size: 14px;
  line-height: 22.4px;
  font-weight: 600;
  cursor: pointer;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: normal;
  word-break: normal;
  padding-left: 32px;
}
.rides-checkbox-wrapper .confirm-label::before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  border: 1px solid #da291c;
  background-color: #da291c;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rides-checkbox-wrapper .confirm-label::after {
  content: "";
  position: absolute;
  left: 3px;
  width: 16px;
  height: 8.3px;
  border-bottom: 3.5px solid #181818;
  border-left: 3.5px solid #181818;
  -webkit-transform: rotate(-45deg) scale(0);
          transform: rotate(-45deg) scale(0);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  pointer-events: none;
}
@media (max-width: 767px) {
  .rides-checkbox-wrapper .confirm-label::after {
    top: 19px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .rides-checkbox-wrapper .confirm-label::after {
    top: 6px !important;
  }
}
@media (min-width: 1024px) {
  .rides-checkbox-wrapper .confirm-label::after {
    top: 7px !important;
  }
}
.rides-checkbox-wrapper .confirm-label .disclaimer-and {
  color: #a7a7a7;
}
.rides-checkbox-wrapper .confirm-label .terms-policy {
  color: white;
  text-decoration: none;
  display: inline;
}
.rides-checkbox-wrapper .confirm-label .terms-policy:hover {
  text-decoration: underline;
}
.rides-checkbox-wrapper .confirm-label .privacy-policy {
  display: inline;
}
.rides-checkbox-wrapper input:checked + .confirm-label::after {
  -webkit-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
}

@media (max-width: 768px) {
  .button-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
}
@media (max-width: 768px) {
  .confirm-label {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
  }
}
.swiper-horizontal {
  overflow: hidden;
}

.rides-landing-app {
  overflow: visible;
}
.rides-landing-app * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

.homeherobanner .desktop-video div.video-js {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  body {
    user-select: none;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
  }
}
#notify-modal-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
#notify-modal-container .toast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 12px 16px;
  margin: 5px 0;
  font-size: 14px;
  color: #ddd;
  background-color: #373737;
  opacity: 1;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  min-width: 320px;
  max-width: 450px;
  word-wrap: break-word;
}
#notify-modal-container .toast.success {
  background-color: #474747;
}
#notify-modal-container .toast.error {
  background-color: #da291c;
}
#notify-modal-container .toast.warning {
  background-color: #474747;
}
#notify-modal-container .toast .toast-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  color: #ddd;
}
#notify-modal-container .toast .toast-content {
  margin-right: 28px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #ddd;
  font-weight: 400;
  line-height: 1.4;
}
#notify-modal-container .toast .toast-close {
  background: transparent;
  border: none;
  color: #ccc;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
}
#notify-modal-container .toast .toast-close:hover {
  opacity: 1;
}

.re-rides__follow-rides {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.re-app-download-container {
  height: 500px;
  position: relative;
  display: none;
}
@media (max-width: 768px) {
  .re-app-download-container {
    height: 308px;
    display: block;
  }
}

.re-app-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  gap: 20px;
}
.re-app-download::before, .re-app-download::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.re-app-download::before {
  background-image: url("clientlib-ridesmain/resources/images/Mapsiclemap-bg.png");
  background-size: cover;
  background-position: center;
}
.re-app-download::after {
  background: -webkit-gradient(linear, left top, right top, from(rgb(40, 40, 40)), to(rgba(40, 40, 40, 0)));
  background: linear-gradient(to right, rgb(40, 40, 40) 0%, rgba(40, 40, 40, 0) 100%);
  z-index: -1;
}
.re-app-download__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  left: 12%;
}
.re-app-download__title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-family: "GuardianSansXCond semibold";
}
.re-app-download__description {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  font-family: "montserrat";
  font-weight: 400;
}
.re-app-download__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.re-app-download__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.re-app-download__button img {
  margin-right: 0.5rem;
}
.re-app-download__visuals {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.re-app-download__motorcycle {
  max-width: 100%;
  width: 611px;
}
.re-app-download__app-screenshot {
  position: absolute;
  top: 30%;
  right: 27%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
.re-app-download .re-app-mobile-download__app-screenshot {
  display: none;
}
@media (max-width: 768px) {
  .re-app-download {
    gap: 0px;
    top: 0;
    bottom: auto;
  }
  .re-app-download .re-app-download__content {
    padding: 20px;
    padding-right: 10px;
    left: auto;
  }
  .re-app-download .re-app-download__visuals {
    padding-right: 20px;
    padding-top: 20px;
  }
  .re-app-download .re-app-download__title {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
  }
  .re-app-download .re-app-download__description {
    font-size: 12px;
    color: #A6A6A6;
    margin-bottom: 1rem;
  }
  .re-app-download .re-app-download__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
  }
  .re-app-download .re-app-download__buttons img {
    width: 90%;
  }
  .re-app-download .re-app-download__motorcycle {
    display: none;
  }
  .re-app-download .re-app-download__app-screenshot {
    display: none;
  }
  .re-app-download .re-app-mobile-download__app-screenshot {
    display: block;
    position: relative;
    bottom: -12px;
    width: 100%;
    height: 280px;
  }
}

.re-email-signup {
  background-color: #282828;
  font-family: Arial, sans-serif;
  position: relative;
  /* Add comment images using ::before and ::after */
}
.re-email-signup .re-newsletter-signup-container {
  padding: 48px;
}
@media (max-width: 768px) {
  .re-email-signup .re-newsletter-signup-container {
    padding: 30px;
  }
}
.re-email-signup .re-newsletter-signup__error {
  color: rgb(255, 155, 155);
  display: block;
  border: rgb(0, 0, 0);
  position: absolute;
  bottom: -19px;
  left: 0px;
  font-family: MONTSERRAT;
  font-size: 10px;
}
.re-email-signup .re-newsletter-signup__title {
  font-size: 40px;
  margin: 0;
  color: #FFF;
}
.re-email-signup .re-newsletter-signup__description {
  font-size: 14px;
  color: #A6A6A6;
  margin-bottom: 20px;
  font-family: "Montserrat";
}
.re-email-signup .re-newsletter-signup__form {
  border: 1px solid #474747;
  padding: 12px;
  width: 388px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.re-email-signup .re-newsletter-signup__input {
  background-color: #282828;
  font-size: 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  outline: none;
  border-radius: 0;
  color: white;
  width: 100%;
}
.re-email-signup .re-newsletter-signup .re-newsletter-signup__input::-webkit-input-placeholder {
  color: #616161;
  font-size: 14px;
  font-style: italic;
}
.re-email-signup .re-newsletter-signup .re-newsletter-signup__input::-moz-placeholder {
  color: #616161;
  font-size: 14px;
  font-style: italic;
}
.re-email-signup .re-newsletter-signup .re-newsletter-signup__input:-ms-input-placeholder {
  color: #616161;
  font-size: 14px;
  font-style: italic;
}
.re-email-signup .re-newsletter-signup .re-newsletter-signup__input::-ms-input-placeholder {
  color: #616161;
  font-size: 14px;
  font-style: italic;
}
.re-email-signup .re-newsletter-signup .re-newsletter-signup__input::placeholder {
  color: #616161;
  font-size: 14px;
  font-style: italic;
}
.re-email-signup .re-newsletter-signup__button {
  color: white;
  padding: 10px 15px;
  cursor: pointer;
  background-color: #373737;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  border-radius: 0;
}
.re-email-signup .re-newsletter-signup__button:hover {
  background-color: #555;
}
.re-email-signup::before {
  content: "";
  position: absolute;
  right: 20%;
  bottom: 0;
  background-image: url("clientlib-ridesmain/resources/images/comment1.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 120px;
  height: 100px;
}
.re-email-signup::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 10%;
  background-image: url("clientlib-ridesmain/resources/images/comment.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
}
@media (max-width: 768px) {
  .re-email-signup {
    width: 100%;
  }
  .re-email-signup .re-newsletter-signup__title {
    font-size: 28px;
    line-height: 32px;
    width: 70%;
    margin: 20px 0;
  }
  .re-email-signup .re-newsletter-signup__description {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    width: 100%;
  }
  .re-email-signup .re-newsletter-signup__form {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .re-email-signup .re-newsletter-signup__input {
    width: 89%;
  }
  .re-email-signup::before {
    background-image: url("clientlib-ridesmain/resources/images/comment.png");
    top: 6px;
    bottom: auto;
    width: 60px;
    height: 60px;
    right: 10px;
  }
  .re-email-signup::after {
    right: 18%;
    top: 16%;
    width: 90px;
    translate: rotate(180);
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}

.marquee-rides-events-container {
  height: 572px;
}
.marquee-rides-events-container .swiper-pagination-bullets-dynamic {
  left: 0 !important;
  -webkit-transform: translateX(-40%) !important;
          transform: translateX(-40%) !important;
}
@media only screen and (max-width: 780px) {
  .marquee-rides-events-container {
    margin: 24px;
    height: unset;
    padding-bottom: 10px;
    margin-right: 0px;
  }
}
.marquee-rides-events-container .marquee-rides-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
  margin-top: 30px;
}
@media (max-width: 576px) {
  .marquee-rides-events-container .marquee-rides-header {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-right: 20px;
  }
}
.marquee-rides-events-container .marquee-rides-header .swiper-horizontal > .swiper-pagination-bullets {
  display: none;
}
.marquee-rides-events-container .marquee-rides-header .marqee-rides-title {
  padding-top: 0px;
}
@media (max-width: 649px) {
  .marquee-rides-events-container .marquee-rides-header .marqee-rides-title {
    padding-top: 0px;
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .marquee-rides-events-container .marquee-rides-header .marqee-rides-title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.marquee-rides-events-container .marquee-rides-header .marqee-rides-title .marquee-title {
  font-size: 32px;
  margin-bottom: 5px;
  color: #ffffff;
  font-family: "GuardianSansXCond Semibold";
  line-height: 48px;
  font-weight: 500 !important;
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  .marquee-rides-events-container .marquee-rides-header .marqee-rides-title .marquee-title {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
.marquee-rides-events-container .marquee-rides-header .marqee-rides-title .marquee-description {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
  color: #a6a6a6;
  font-family: "Montserrat";
  font-weight: 400;
}
.marquee-rides-events-container .marquee-rides-header .view-more-cta {
  padding: 22px 0;
}
@media (max-width: 649px) {
  .marquee-rides-events-container .marquee-rides-header .view-more-cta {
    padding: 24px 0;
    padding-top: 18px;
  }
}
.marquee-rides-events-container .marquee-rides-header .view-more-cta .view-more-button {
  border: none;
  background: transparent;
  color: #DA291c;
  font-weight: 700;
  font-family: "Montserrat";
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
@media (max-width: 649px) {
  .marquee-rides-events-container .marquee-rides-header .view-more-cta .view-more-button {
    font-size: 14px;
  }
}
.marquee-rides-events-container .marquee-rides-header .view-more-cta .view-more-button::after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="red" d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z"/></svg>');
}
.marquee-rides-events-container .cmp--marquee-swiper {
  position: relative;
}
.marquee-rides-events-container .cmp--marquee-swiper .swiper-pagination-bullets-dynamic {
  width: 50% !important;
}
@media (max-width: 822px) {
  .marquee-rides-events-container .cmp--marquee-swiper {
    padding-bottom: 32px;
  }
}

.marquee-rides-events-card {
  position: relative !important;
  height: 430px !important;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .marquee-rides-events-card {
    height: 338px !important;
    width: inherit;
  }
}
.marquee-rides-events-card img {
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-object-position: top;
     object-position: top;
  /* Smooth transition for scaling */
}
.marquee-rides-events-card img:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.marquee-rides-events-card .status-banner {
  position: absolute;
  top: 0;
  background: #DEB219;
  border-radius: 0 0 4px 0;
  margin: 0;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  color: #181818;
  padding: 0px;
  width: 134px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 22.4px;
  white-space: nowrape;
}
.marquee-rides-events-card .card-content-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* padding: 20px; */
  color: rgb(166, 166, 166);
}
.marquee-rides-events-card .card-content-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(70.98%, rgba(0, 0, 0, 0.8)), to(rgba(33, 33, 33, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 70.98%, rgba(33, 33, 33, 0) 100%);
}
.marquee-rides-events-card .card-content-container .card-content {
  position: relative;
  width: 90%;
  margin: 15px auto;
}
@media only screen and (max-width: 780px) {
  .marquee-rides-events-card .card-content-container .card-content {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.marquee-rides-events-card .card-content-container .card-content .card-heading {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #ffffff;
  margin: 0;
}
.marquee-rides-events-card .card-content-container .card-content .divider {
  border: 1px solid #373737;
  width: 100%;
  margin: 8px auto;
}
.marquee-rides-events-card .card-content-container .card-content .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  margin: 10px 0;
  color: #a6a6a6;
}
.marquee-rides-events-card .card-content-container .card-content .location p {
  margin: 0;
}
.marquee-rides-events-card .card-content-container .card-content .location::before {
  content: url("clientlib-ridesmain/resources/images/location.svg");
  display: inline-block;
  width: 12px;
  height: 12px;
}
.marquee-rides-events-card .card-content-container .card-content .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
.marquee-rides-events-card .card-content-container .card-content .date::before {
  content: url("clientlib-ridesmain/resources/images/date.svg");
  display: inline-block;
  width: 12px;
  height: 12px;
}
.marquee-rides-events-card .card-content-container .card-content .card-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 780px) {
  .marquee-rides-events-card .card-content-container .card-content .card-buttons {
    gap: 16px;
    height: 30px;
  }
}
.marquee-rides-events-card .card-content-container .card-content .card-buttons .card-details-button {
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  text-decoration: none;
  color: #DA291c !important;
  cursor: pointer;
  white-space: nowrap;
}
.marquee-rides-events-card .card-content-container .card-content .card-buttons .card-details-button:hover {
  color: #f24d3e;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.marquee-rides-events-card .card-content-container .card-content .card-buttons .card-after-movie-button {
  height: 40px !important;
  padding: 8px 10px;
  border: 1px solid rgb(167, 167, 167);
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 700;
  line-height: 22.4px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
.marquee-rides-events-card .card-content-container .card-content .card-buttons .card-after-movie-button:hover {
  border: solid 1px white;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .marquee-rides-events-card .card-content-container .card-content .card-buttons .card-after-movie-button {
    font-size: 12px;
    line-height: 21px;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}

.cmp--marquee-swiper {
  /* Swiper custom styles */
}
@media (max-width: 768px) {
  .cmp--marquee-swiper .swiper-horizontal {
    height: 494px;
  }
}
.cmp--marquee-swiper .swiper-pagination {
  position: absolute !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
@media (max-width: 768px) {
  .cmp--marquee-swiper .swiper-pagination {
    bottom: 0px !important;
  }
}
.cmp--marquee-swiper .swiper-pagination-horizontal {
  position: absolute;
  top: 370px;
  left: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cmp--marquee-swiper .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.cmp--marquee-swiper .swiper-pagination-bullet-active {
  background-color: white;
  width: 40px;
}
.cmp--marquee-swiper .cmp-carousel__actions {
  display: none;
}
.cmp--marquee-swiper .cmp-carousel__indicators {
  display: none;
}
.cmp--marquee-swiper .swiper-button-next,
.cmp--marquee-swiper .swiper-button-prev {
  display: none;
}
@media (min-width: 768px) {
  .cmp--marquee-swiper .swiper-pagination {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    pointer-events: none !important;
  }
}

.publishmode .hero-banner-swiper .cmp-carousel {
  height: 100vh !important;
}
@media (max-width: 649px) {
  .publishmode .hero-banner-swiper .cmp-carousel {
    height: 575px !important;
  }
}

.homeherobanner {
  height: 100%;
}
.homeherobanner .hero-section {
  position: relative;
  display: block;
  color: white;
  overflow: hidden;
  height: 100%;
  z-index: 1;
}
.homeherobanner .hero-section .banner-background-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -o-object-position: right;
     object-position: right;
}
@media (max-width: 649px) {
  .homeherobanner .hero-section .banner-background-image {
    -o-object-position: center;
       object-position: center;
  }
}
.homeherobanner .hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(88.06deg, #000000 1.29%, rgba(0, 0, 0, 0.51) 41.4%, rgba(0, 0, 0, 0) 74.68%);
}
.homeherobanner .hero-section .hero-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 80%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .homeherobanner .hero-section .hero-content {
    padding-left: 20px;
    top: auto;
    gap: 10px;
    -webkit-transform: none;
            transform: none;
    max-width: 100%;
    left: auto;
    transform: none;
    position: absolute;
    bottom: 40px;
    width: 100%;
  }
}
@media screen and (min-width: 760px) and (max-width: 1102px) {
  .homeherobanner .hero-section .hero-content {
    max-width: 90% !important;
  }
}
.homeherobanner .hero-section .hero-content .small-logo {
  height: 100%;
  -o-object-fit: cover;
  object-fit: contain;
  width: 150px;
}
@media (max-width: 649px) {
  .homeherobanner .hero-section .hero-content .small-logo {
    width: 85px;
  }
}
.homeherobanner .hero-section .hero-content .hero-title p {
  font-size: 60px;
  font-family: "GuardianSansXCond Bold", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  width: 100%;
  margin: 0;
  letter-spacing: 0.8px;
  max-width: 500px;
  line-height: 72px;
}
@media (max-width: 768px) {
  .homeherobanner .hero-section .hero-content .hero-title p {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    width: 80%;
  }
}
.homeherobanner .hero-section .hero-content .hero-description p {
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 600;
  line-height: 25.2px;
  color: #a7a7a7;
  width: 40%;
}
@media (max-width: 768px) {
  .homeherobanner .hero-section .hero-content .hero-description p {
    display: none;
  }
}
.homeherobanner .hero-section .hero-content .glass-button {
  padding: 20px;
  text-align: center;
  width: 180px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  border: none;
  margin-top: 0px;
  white-space: nowrap;
  background: linear-gradient(112.38deg, rgba(255, 255, 255, 0.5) -120.84%, rgba(255, 255, 255, 0.1) 79.67%);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-family: "Montserrat", sans-serif;
  border: none !important;
  border-image-source: linear-gradient(131.33deg, rgba(255, 255, 255, 0.26) -34.97%, rgba(255, 255, 255, 0) 114.31%);
  line-height: 22.4px;
}
@media (max-width: 649px) {
  .homeherobanner .hero-section .hero-content .glass-button {
    padding: 20px;
  }
}
@media (max-width: 649px) {
  .homeherobanner .hero-section .hero-content .glass-button {
    margin-top: 0px;
  }
}
.homeherobanner .hero-section .hero-content .glass-button:hover {
  background: linear-gradient(112.38deg, rgba(255, 255, 255, 0.5) 0.84%, rgba(255, 255, 255, 0) 79.67%);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.homeherobanner .hero-section .hero-content .glass-button:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.homeherobanner .hero-section .hero-content .glass-button-video {
  padding: 20px;
  text-align: center;
  width: 180px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  border: none;
  margin-top: 0px;
  white-space: nowrap;
  background: linear-gradient(112.38deg, rgba(255, 255, 255, 0.5) -120.84%, rgba(255, 255, 255, 0.1) 79.67%);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-family: "Montserrat", sans-serif;
  border: none !important;
  border-image-source: linear-gradient(131.33deg, rgba(255, 255, 255, 0.26) -34.97%, rgba(255, 255, 255, 0) 114.31%);
  line-height: 22.4px;
}
@media (max-width: 649px) {
  .homeherobanner .hero-section .hero-content .glass-button-video {
    padding: 20px;
  }
}
@media (max-width: 649px) {
  .homeherobanner .hero-section .hero-content .glass-button-video {
    margin-top: 0px;
  }
}
.homeherobanner .hero-section .hero-content .glass-button-video:hover {
  background: linear-gradient(112.38deg, rgba(255, 255, 255, 0.5) 0.84%, rgba(255, 255, 255, 0) 79.67%);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.homeherobanner .hero-section .hero-content .glass-button-video:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.homeherobanner .hero-section .hero-section-video-popup-trigger {
  color: inherit;
  display: block;
  text-decoration: none;
  width: 80px;
  height: 80px;
  background: rgba(236, 232, 232, 0.76);
  backdrop-filter: blur(16.367px);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: auto;
  cursor: pointer;
}
@media (max-width: 768px) {
  .homeherobanner .hero-section .hero-section-video-popup-trigger {
    left: 48%;
    top: 34%;
    width: 50px;
    height: 50px;
  }
}
.homeherobanner .hero-section .hero-section-video-popup-trigger .hero-modal-play-icon {
  height: 40px;
  width: 40px;
  fill: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.homeherobanner .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background-color: #000;
  border-radius: 8px;
}
.homeherobanner .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.homeherobanner .desktop-video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.homeherobanner .desktop-video video {
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.homeherobanner .mobile-video {
  display: none;
}
.homeherobanner .scroll-indicator {
  position: absolute;
  bottom: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.homeherobanner .scroll-indicator .scroll-icon {
  position: relative;
  -webkit-animation: bounce 1.5s infinite ease-in-out;
          animation: bounce 1.5s infinite ease-in-out;
}
.homeherobanner .scroll-indicator .scroll-icon img {
  width: auto;
}
.homeherobanner .scroll-indicator p {
  color: #a7a7a7;
  line-height: 22.4px;
}
.homeherobanner .scroll-indicator a {
  cursor: pointer;
}
.homeherobanner .scroll-indicator a img {
  width: auto;
}
@media (max-width: 768px) {
  .homeherobanner .scroll-indicator {
    display: none;
  }
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    /* Move slightly up */
  }
}
@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    /* Move slightly up */
  }
}
@media (max-width: 768px) {
  .homeherobanner .desktop-video {
    display: none;
  }
  .homeherobanner .mobile-video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
  }
  .homeherobanner .mobile-video video {
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
}

.scroll-indicator {
  cursor: pointer;
}

.button {
  cursor: pointer;
}

.coral--light .hero-section {
  height: 100% !important;
}

.editmode .hero-section {
  height: 700px;
}

.hero-banner-swiper .swiper {
  /* Swiper custom styles */
}
.hero-banner-swiper .swiper .swiper-pagination {
  position: relative !important;
  bottom: 15vh !important;
  width: 80% !important;
  margin: 0 auto;
  text-align: left !important;
}
@media (max-width: 768px) {
  .hero-banner-swiper .swiper .swiper-pagination {
    margin: 0px;
    margin-left: 20px;
    bottom: 35px !important;
  }
}
@media screen and (min-width: 760px) and (max-width: 1102px) {
  .hero-banner-swiper .swiper .swiper-pagination {
    max-width: 90% !important;
  }
}
@media (max-width: 1368px) and (min-width: 1365px) {
  .hero-banner-swiper .swiper .swiper-pagination {
    bottom: 88px !important;
  }
}
.hero-banner-swiper .swiper .swiper-pagination-bullet {
  width: 30px;
  height: 5.5px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .hero-banner-swiper .swiper .swiper-pagination-bullet {
    height: 2px;
    width: 12px;
  }
}
.hero-banner-swiper .swiper .swiper-pagination-bullet-active {
  background-color: white;
  width: 45px;
}
@media (max-width: 649px) {
  .hero-banner-swiper .swiper .swiper-pagination-bullet-active {
    width: 20px;
    height: 2px;
  }
}
.hero-banner-swiper .swiper .cmp-carousel__actions {
  display: none;
}
.hero-banner-swiper .swiper .cmp-carousel__indicators {
  display: none;
}
.hero-banner-swiper .swiper .swiper-button-next,
.hero-banner-swiper .swiper .swiper-button-prev {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  border: none;
}

@media (max-width: 649px) {
  .cmp-rides-banner-classic-section .hero-title p {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    width: 100% !important;
    font-family: "Montserrat" !important;
  }
}
@media (max-width: 649px) {
  .cmp-rides-banner-classic-section .hero-content {
    bottom: 0px !important;
    width: 100% !important;
    font-family: "Montserrat" !important;
    background: black !important;
  }
}
@media (max-width: 649px) {
  .cmp-rides-banner-classic-section .hero-content p {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 38px !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.cmp-rides-banner-classic-section .overlay {
  bottom: 0 !important;
  -webkit-filter: blur(15px) !important;
          filter: blur(15px) !important;
  top: auto !important;
  position: absolute !important;
  bottom: -28px !important;
  left: 0 !important;
  width: 100% !important;
  height: 100px !important;
  background: rgba(0, 0, 0, 0.9) !important;
  color: white !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-transition: bottom 0.3s ease-in-out !important;
  transition: bottom 0.3s ease-in-out !important;
  left: auto !important;
}

.cmp-rides-center-logo-banner .hero-section .hero-content {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 16px !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  width: 100% !important;
}
.cmp-rides-center-logo-banner .hero-section-video-popup-trigger {
  display: none !important;
}
.cmp-rides-center-logo-banner .hero-content .hero-description p {
  line-height: 32px !important;
}
.cmp-rides-center-logo-banner .small-logo {
  width: 212px !important;
}
@media (max-width: 649px) {
  .cmp-rides-center-logo-banner .small-logo {
    width: 122px !important;
  }
}
.cmp-rides-center-logo-banner .hero-title {
  width: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin-top: 16px;
}
.cmp-rides-center-logo-banner .hero-title p {
  width: 100% !important;
  max-width: 100% !important;
  font-weight: 500 !important;
  text-align: center !important;
}
.cmp-rides-center-logo-banner .hero-description {
  width: 100% !important;
}
.cmp-rides-center-logo-banner .hero-description p {
  font-size: 28px !important;
  color: white !important;
  font-family: "GuardianSansXCond Semibold" !important;
  font-weight: 500 !important;
  text-align: center !important;
  width: 100% !important;
  margin-bottom: 16px !important;
  letter-spacing: 2px !important;
}
@media (max-width: 649px) {
  .cmp-rides-center-logo-banner .hero-description p {
    display: block !important;
    font-size: 24px !important;
    line-height: 28px !important;
  }
}
.cmp-rides-center-logo-banner .hero-content .glass-button {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
@media (max-width: 768px) {
  .cmp-rides-center-logo-banner .hero-content .glass-button {
    width: 100% !important;
  }
}
.cmp-rides-center-logo-banner .hero-section .hero-content {
  bottom: 24% !important;
}
@media (max-width: 649px) {
  .cmp-rides-center-logo-banner .hero-section .hero-content {
    width: 80% !important;
    padding-left: 0px !important;
    bottom: 50% !important;
    -webkit-transform: translate(-50%, 50%) !important;
            transform: translate(-50%, 50%) !important;
  }
}
@media (max-width: 649px) {
  .cmp-rides-center-logo-banner .hero-section .hero-content {
    margin: 0 auto;
    left: 50% !important;
  }
}

.black-button {
  background: black;
  color: white;
  padding: 20px;
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  border: solid 1px #a7a7a7;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.black-button:hover {
  background: linear-gradient(112.38deg, hsl(0, 0%, 0%) -120.84%, hsla(0, 0%, 0%, 0.51) 79.67%);
  color: white;
}

.herobanner-container-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 649px) {
  .herobanner-container-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@-webkit-keyframes heightGrow {
  0% {
    height: 50% !important;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    height: 75% !important;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0.8;
    -webkit-transform: scale(0.975);
            transform: scale(0.975);
  }
  100% {
    height: 100% !important;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes heightGrow {
  0% {
    height: 50% !important;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    height: 75% !important;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0.8;
    -webkit-transform: scale(0.975);
            transform: scale(0.975);
  }
  100% {
    height: 100% !important;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes heightShrink {
  0% {
    height: 100% !important;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    height: 75% !important;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0.8;
    -webkit-transform: scale(0.975);
            transform: scale(0.975);
  }
  100% {
    height: 50% !important;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@keyframes heightShrink {
  0% {
    height: 100% !important;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    height: 75% !important;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0.8;
    -webkit-transform: scale(0.975);
            transform: scale(0.975);
  }
  100% {
    height: 50% !important;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
.whats-tranding-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 100pt;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 649px) {
  .whats-tranding-container {
    padding-bottom: 50px;
  }
}
.whats-tranding-container .paginationx {
  width: 100%;
  position: absolute;
  bottom: -75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.whats-tranding-container .paginationx .next {
  width: 35px;
  height: 5px;
  background: white;
  opacity: 0.3;
  cursor: pointer;
}
.whats-tranding-container .paginationx .next:focus {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.whats-tranding-container .paginationx .prev {
  width: 35px;
  height: 5px;
  background: white;
  opacity: 0.3;
  cursor: pointer;
}
.whats-tranding-container .paginationx .prev:focus {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.whats-tranding-container .paginationx .active {
  width: 35px;
  height: 5px;
  background: white;
}
.whats-tranding-container .paginationx--mobile {
  width: 100%;
  position: absolute;
  bottom: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media (max-width: 649px) {
  .whats-tranding-container .paginationx--mobile {
    bottom: 10px;
  }
}
.whats-tranding-container .paginationx--mobile .active {
  width: 35px;
  height: 3px;
  background: white;
}
.whats-tranding-container .paginationx--mobile .next--mobile {
  width: 35px;
  height: 3px;
  background: white;
  opacity: 0.3;
  cursor: pointer;
}
.whats-tranding-container .paginationx--mobile .next--mobile:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.whats-tranding-container .paginationx--mobile .prev--mobile {
  width: 35px;
  height: 3px;
  background: white;
  opacity: 0.3;
  cursor: pointer;
}
.whats-tranding-container .paginationx--mobile .prev--mobile:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.whats-tranding-container .card-title {
  padding-bottom: 0px !important;
}
.whats-tranding-container .trending-content-card {
  width: 100% !important;
  margin-right: 5% !important;
}
@media (max-width: 767px) {
  .whats-tranding-container .trending-content-card {
    width: 90% !important;
    margin-right: 5% !important;
  }
  .whats-tranding-container .trending-content-card .swiper-slide-active .cta-buttons {
    display: block;
  }
  .whats-tranding-container .trending-content-card .swiper-slide-prev .cta-buttons,
  .whats-tranding-container .trending-content-card .swiper-slide-next .cta-buttons {
    display: none;
  }
}
@media screen and (min-width: 766px) and (max-width: 825px) {
  .whats-tranding-container .trending-content-card {
    height: 630px;
    margin-right: 0px !important;
  }
}
@media screen and (min-width: 825px) and (max-width: 1400px) {
  .whats-tranding-container .trending-content-card {
    width: 100% !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 765px) {
  .whats-tranding-container {
    min-height: 530px;
  }
}
.whats-tranding-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(20.32% 31.83% at 50% 31.77%, #5e4d35 0%, rgba(0, 0, 0, 0.85) 100%);
}
.whats-tranding-container h1,
.whats-tranding-container h2,
.whats-tranding-container h3 {
  margin: 66px auto 46px;
  max-width: 80%;
  font-size: 40px;
  position: relative;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 48px;
  /* Large tablets/Small desktops (992px - 1199px) */
}
@media (max-width: 768px) {
  .whats-tranding-container h1,
  .whats-tranding-container h2,
  .whats-tranding-container h3 {
    width: 100%;
    font-size: 28px;
    max-width: 90%;
    margin-top: 32px;
    margin-bottom: 0%;
    margin-left: 24px;
    margin-right: 0px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .whats-tranding-container h1,
  .whats-tranding-container h2,
  .whats-tranding-container h3 {
    width: 90%;
    font-size: 28px;
    margin: 40px auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .whats-tranding-container h1,
  .whats-tranding-container h2,
  .whats-tranding-container h3 {
    width: 90%;
    font-size: 28px;
    margin: 40px auto;
  }
}
.whats-tranding-container .whats-tranding-swiper {
  width: 100%;
  margin: 0 auto;
  overflow: visible;
  height: 470px;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 300px;
  -webkit-transition: none;
  transition: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide.swiper-slide-active {
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}
@media (max-width: 576px) {
  .whats-tranding-container .whats-tranding-swiper .swiper-slide.swiper-slide-active {
    top: -10px;
  }
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide.swiper-slide-active .thumbnail-image {
  display: none;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide.swiper-slide-active .trending-content-card .card-image {
  padding: 20px 20px 0;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide.swiper-slide-active .trending-content-card {
  display: block;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  overflow: visible;
  -webkit-transition: all 0.8s ease-in-out !important;
  transition: all 0.8s ease-in-out !important;
  -webkit-animation: heightGrow 0.8s ease forwards;
          animation: heightGrow 0.8s ease forwards;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide.swiper-slide-active .trending-content-card .cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide:not(.swiper-slide-active) .thumbnail-image {
  display: none;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide:not(.swiper-slide-active) .trending-content-card .card-image {
  padding: 0px;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide:not(.swiper-slide-active) .trending-content-card {
  display: block;
  height: 190px !important;
  overflow: hidden;
  -webkit-transition: all 0.8s ease-in-out !important;
  transition: all 0.8s ease-in-out !important;
  -webkit-animation: heightShrink 0.8s ease forwards;
          animation: heightShrink 0.8s ease forwards;
  width: 70% !important;
}
@media (max-width: 1000px) {
  .whats-tranding-container .whats-tranding-swiper .swiper-slide:not(.swiper-slide-active) .trending-content-card {
    width: 100% !important;
  }
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide:not(.swiper-slide-active) .trending-content-card .cta-buttons {
  display: none;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide.swiper-slide-next, .whats-tranding-container .whats-tranding-swiper .swiper-slide.swiper-slide-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide.swiper-slide-next {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide.swiper-slide-prev {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide.swiper-slide-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transform: translateY(68%) !important;
          transform: translateY(68%) !important;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide.swiper-slide-next .thumbnail-image, .whats-tranding-container .whats-tranding-swiper .swiper-slide.swiper-slide-prev .thumbnail-image {
  max-height: 200px;
  width: 100%;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide.swiper-slide-next .card-title, .whats-tranding-container .whats-tranding-swiper .swiper-slide.swiper-slide-prev .card-title {
  display: none !important;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide.swiper-slide-next .thumbnail-image, .whats-tranding-container .whats-tranding-swiper .swiper-slide.swiper-slide-prev .thumbnail-image {
  height: 100%;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide.swiper-slide-prev .card-image img {
  height: 290px !important;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide.swiper-slide-next .card-image img {
  height: 290px !important;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide.swiper-slide-next img, .whats-tranding-container .whats-tranding-swiper .swiper-slide.swiper-slide-prev img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide.swiper-slide .thumbnail-image {
  text-align: center;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide img {
  width: 100%;
  display: block;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide span {
  display: inline-block;
  margin-top: 20px;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide.changing, .whats-tranding-container .whats-tranding-swiper .swiper-slide.changed {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide.changing {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide.changed {
  -webkit-transition: none;
  transition: none;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide.changing.swiper-slide-active, .whats-tranding-container .whats-tranding-swiper .swiper-slide.changed.swiper-slide-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide.swiper-slide-active ~ .changing, .whats-tranding-container .whats-tranding-swiper .swiper-slide.swiper-slide-active ~ .changed {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide.changing .trending-content-card,
.whats-tranding-container .whats-tranding-swiper .swiper-slide .changed .trending-content-card {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide.changing .trending-content-card {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide.changed .trending-content-card {
  -webkit-transition: none;
  transition: none;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide .thumbnail-image {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .whats-tranding-container .whats-tranding-swiper .swiper-slide .thumbnail-image {
    height: 422px;
  }
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide .thumbnail-image img {
  width: 100%;
  height: 100%;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide .trending-content-card {
  background-color: #282828;
  display: none;
  height: 100% !important;
  position: absolute;
  top: 0px;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide .trending-content-card .card-image {
  position: relative;
  padding: 20px;
  padding-bottom: 0px;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide .trending-content-card .card-image img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide .trending-content-card .card-image .bg-img {
  position: relative;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  height: 100%;
  max-height: 280px;
}
@media (max-width: 767px) {
  .whats-tranding-container .whats-tranding-swiper .swiper-slide .trending-content-card .card-image .bg-img {
    height: 220px;
  }
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide .trending-content-card .card-image .bg-img ::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(6.69%, #000000), color-stop(54.43%, rgba(0, 0, 0, 0.51)), color-stop(80.25%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, #000000 6.69%, rgba(0, 0, 0, 0.51) 54.43%, rgba(0, 0, 0, 0) 80.25%);
  z-index: 1;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide .trending-content-card .card-image .overlay {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.69%, #000), color-stop(35.43%, rgba(0, 0, 0, 0)), color-stop(10.25%, transparent));
  background: linear-gradient(0deg, #000 0.69%, rgba(0, 0, 0, 0) 35.43%, transparent 10.25%);
  bottom: 0px;
  left: 20px;
  position: absolute;
  right: 20px;
  top: 0;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide .trending-content-card .card-image .logoimg {
  position: absolute;
  top: 26px;
  left: 24px;
  width: 100px;
  height: 100px;
}
@media (max-width: 768px) {
  .whats-tranding-container .whats-tranding-swiper .swiper-slide .trending-content-card .card-image .logoimg {
    display: none;
  }
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide .trending-content-card .card-title {
  width: 100% !important;
  font-weight: 500;
  bottom: 27px;
  font-size: 28px;
  color: white;
  margin: 0;
  padding-bottom: 0px;
  position: absolute;
  padding: 20px;
}
@media (max-width: 767px) {
  .whats-tranding-container .whats-tranding-swiper .swiper-slide .trending-content-card .card-title {
    bottom: 6px;
    left: 5px;
  }
}
@media (max-width: 768px) {
  .whats-tranding-container .whats-tranding-swiper .swiper-slide .trending-content-card .card-title {
    display: none;
  }
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide .trending-content-card .card-description {
  padding: 0 20px;
  color: white;
  margin: 24px 0 0;
  font-size: 16px;
  padding-bottom: 20px;
  padding-top: 0;
  height: 160px;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide .trending-content-card .card-description p {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  max-height: 4.5em;
}
@media (max-width: 768px) {
  .whats-tranding-container .whats-tranding-swiper .swiper-slide .trending-content-card .card-description {
    font-size: 12px;
    padding-top: 20px;
  }
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide .trending-content-card .cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-family: "Montserrat";
  position: absolute;
  width: 100%;
  bottom: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
@media (max-width: 649px) {
  .whats-tranding-container .whats-tranding-swiper .swiper-slide .trending-content-card .cta-buttons {
    bottom: 0px;
  }
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide .trending-content-card .cta-buttons .viewfinanceoption {
  width: 100%;
  height: 56px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #a7a7a7;
  color: white;
  line-height: 22.4px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide .trending-content-card .cta-buttons .viewfinanceoption:hover {
  background: transparent !important;
  border: solid 1px white;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide .trending-content-card .cta-buttons .whats-trending__view-motorcycle-button {
  width: 100%;
  height: 56px;
  cursor: pointer;
  background: linear-gradient(112.38deg, rgba(255, 255, 255, 0.5) -120.84%, rgba(255, 255, 255, 0.1) 79.67%);
  color: #daaa00;
  line-height: 22.4px;
  border: none;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide .trending-content-card .cta-buttons .whats-trending__view-motorcycle-button:hover {
  background: linear-gradient(104.31deg, rgba(255, 255, 255, 0.7) -84.21%, rgba(0, 0, 0, 0) 102.45%);
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide .trending-content-card .cta-buttons .whats-trending__view-motorcycle-button::after {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("clientlib-ridesmain/resources/images/GoldenArrow.svg");
}
@media (max-width: 768px) {
  .whats-tranding-container .whats-tranding-swiper .swiper-slide .trending-content-card .cta-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.whats-tranding-container .whats-tranding-swiper .swiper-slide .swiper-slide-shadow-left,
.whats-tranding-container .whats-tranding-swiper .swiper-slide .swiper-slide-shadow-right {
  background-image: none !important;
}
.whats-tranding-container .whats-tranding-swiper .swiper-pagination {
  bottom: -40px;
}
.whats-tranding-container .whats-tranding-swiper .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.whats-tranding-container .whats-tranding-swiper .swiper-pagination-bullet-active {
  background-color: white;
  width: 40px;
}
.whats-tranding-container .whats-tranding-swiper .swiper-button-prev,
.whats-tranding-container .whats-tranding-swiper .swiper-button-next {
  color: #fff;
  width: 50px;
  height: 50px;
  background: linear-gradient(239deg, rgba(34, 34, 34, 0.5) -120.84%, rgba(255, 255, 255, 0.1) 79.67%);
  border: 1px solid #474747;
  border-image-source: linear-gradient(249deg, rgba(255, 255, 255, 0.67) -34.97%, rgba(255, 255, 255, 0) 114.31%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  z-index: 2;
  background: linear-gradient(#262626, #262626) padding-box, linear-gradient(120deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.02)) border-box;
  backdrop-filter: blur(90px);
  opacity: 0.9;
}
.whats-tranding-container .whats-tranding-swiper .swiper-button-prev svg,
.whats-tranding-container .whats-tranding-swiper .swiper-button-next svg {
  width: 20px;
  height: 20px;
  stroke-width: 3;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.whats-tranding-container .whats-tranding-swiper .swiper-button-prev:hover, .whats-tranding-container .whats-tranding-swiper .swiper-button-prev:active,
.whats-tranding-container .whats-tranding-swiper .swiper-button-next:hover,
.whats-tranding-container .whats-tranding-swiper .swiper-button-next:active {
  border: 1px solid white !important;
}
.whats-tranding-container .whats-tranding-swiper .swiper-button-prev:hover svg, .whats-tranding-container .whats-tranding-swiper .swiper-button-prev:active svg,
.whats-tranding-container .whats-tranding-swiper .swiper-button-next:hover svg,
.whats-tranding-container .whats-tranding-swiper .swiper-button-next:active svg {
  color: #daaa00;
}
.whats-tranding-container .whats-tranding-swiper .swiper-button-prev::after,
.whats-tranding-container .whats-tranding-swiper .swiper-button-next::after {
  content: "";
}
@media (max-width: 768px) {
  .whats-tranding-container .whats-tranding-swiper .swiper-button-prev,
  .whats-tranding-container .whats-tranding-swiper .swiper-button-next {
    display: none;
  }
}
.whats-tranding-container .whats-tranding-swiper .swiper-button-prev {
  top: 46%;
  left: 28.5%;
}
@media (min-width: 769px) and (max-width: 991px) {
  .whats-tranding-container .whats-tranding-swiper .swiper-button-prev {
    left: 22%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .whats-tranding-container .whats-tranding-swiper .swiper-button-prev {
    left: 24%;
  }
}
@media screen and (min-width: 825px) and (max-width: 1400px) {
  .whats-tranding-container .whats-tranding-swiper .swiper-button-prev {
    left: 29.5%;
  }
}
.whats-tranding-container .whats-tranding-swiper .swiper-button-next {
  top: 46%;
  right: 30.3%;
}
@media (min-width: 769px) and (max-width: 991px) {
  .whats-tranding-container .whats-tranding-swiper .swiper-button-next {
    right: 23%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .whats-tranding-container .whats-tranding-swiper .swiper-button-next {
    right: 21%;
  }
}
@media screen and (min-width: 825px) and (max-width: 1400px) {
  .whats-tranding-container .whats-tranding-swiper .swiper-button-next {
    right: 29.5%;
  }
}
.whats-tranding-container .whats-tranding-swiper-mob {
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}
@media (max-width: 649px) {
  .whats-tranding-container .whats-tranding-swiper-mob {
    margin-top: 32px;
  }
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 300px;
  -webkit-transition: none;
  transition: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide.swiper-slide-active {
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide.swiper-slide-active .thumbnail-image {
  display: none;
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide.swiper-slide-active .trending-content-card {
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
  height: 100% !important;
  overflow: visible;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media (max-width: 767px) {
  .whats-tranding-container .whats-tranding-swiper-mob .swiper-slide.swiper-slide-active .trending-content-card {
    -webkit-transition: none !important;
    transition: none !important;
    height: 85% !important;
  }
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide.swiper-slide-active .trending-content-card .cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide:not(.swiper-slide-active) .thumbnail-image {
  display: none;
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide:not(.swiper-slide-active) .trending-content-card {
  height: 50% !important;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
@media (max-width: 767px) {
  .whats-tranding-container .whats-tranding-swiper-mob .swiper-slide:not(.swiper-slide-active) .trending-content-card {
    -webkit-transition: none !important;
    transition: none !important;
    height: 75% !important;
    opacity: 0.5;
  }
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide:not(.swiper-slide-active) .trending-content-card .cta-buttons {
  display: none;
}
@media (max-width: 767px) {
  .whats-tranding-container .whats-tranding-swiper-mob .swiper-slide:not(.swiper-slide-active) .trending-content-card .cta-buttons {
    display: none;
  }
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .swiper-slide-next,
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .swiper-slide-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .swiper-slide-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .swiper-slide-next .swiper-slide-next .thumbnail-image,
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .swiper-slide-prev .thumbnail-image {
  max-height: 10rem;
  width: 100%;
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .swiper-slide-next .thumbnail-image,
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .swiper-slide-prev .thumbnail-image {
  height: 100%;
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .swiper-slide-next img,
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .swiper-slide-prev img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .swiper-slide .thumbnail-image {
  text-align: center;
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .swiper-slide img {
  width: 100%;
  display: block;
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .swiper-slide span {
  display: inline-block;
  margin-top: 20px;
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .changing,
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .changed {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .changing {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .changing .trending-content-card {
  scale: 0.1;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .changing .thumbnail-image {
  display: block;
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .changed {
  -webkit-transition: none;
  transition: none;
  scale: 1;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .changing.swiper-slide-active,
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .changed.swiper-slide-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .swiper-slide-active ~ .changing,
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .swiper-slide-active ~ .changed {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .changing .trending-content-card,
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .changed .trending-content-card {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .changing .trending-content-card {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .changed .trending-content-card {
  -webkit-transition: none;
  transition: none;
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .changing.swiper-slide-active .trending-content-card,
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .changed.swiper-slide-active .trending-content-card {
  -webkit-transform: scale(1.66);
          transform: scale(1.66);
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .thumbnail-image {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .thumbnail-image img {
  width: 100%;
  height: 100%;
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .trending-content-card {
  background-color: #282828;
  width: 100%;
  height: 100%;
  display: none;
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .trending-content-card .card-image {
  position: relative;
  padding: 10px;
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .trending-content-card .card-image img {
  width: 100%;
  display: block;
  height: 290px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .trending-content-card .card-image img {
    height: 100%;
    -o-object-position: top;
       object-position: top;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .trending-content-card .card-image .overlay {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.69%, #000), color-stop(35.43%, rgba(0, 0, 0, 0)), color-stop(10.25%, transparent));
  background: linear-gradient(0deg, #000 0.69%, rgba(0, 0, 0, 0) 35.43%, transparent 10.25%);
  bottom: 0px;
  left: 10px;
  position: absolute;
  right: 10px;
  top: 0;
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .trending-content-card .card-image .logoimg {
  position: absolute;
  top: 26px;
  left: 24px;
  width: 100px;
  height: 100px;
}
@media (max-width: 768px) {
  .whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .trending-content-card .card-image .logoimg {
    display: none;
  }
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .trending-content-card .card-title {
  width: 94%;
  font-size: 34px;
  color: white;
  font-weight: 500;
  margin: 0;
  position: absolute;
  bottom: 0px;
  padding: 20px;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .trending-content-card .card-title {
    letter-spacing: 0.02em;
    font-family: "GuardianSansXCond Semibold";
    line-height: 24px;
    display: block;
    font-size: 20px;
    bottom: 16px;
    left: 0px;
  }
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .trending-content-card .card-description {
  padding: 0 10px;
  font-weight: 400;
  font-family: "Montserrat";
  color: white;
  font-size: 16px;
  letter-spacing: 0.84px;
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .trending-content-card .card-description p {
  margin: 0;
  display: -webkit-box;
  /* Use a flex container for clamping */
  -webkit-box-orient: vertical;
  /* Set the box orientation to vertical */
  overflow: hidden;
  /* Hide overflowing text */
  text-overflow: ellipsis;
  /* Add ellipsis for overflowing text */
  -webkit-line-clamp: 2;
  /* Limit to 3 lines */
  line-height: 1.5;
  /* Set line height (adjust for your design) */
  max-height: 4.5em;
  /* Ensure the element height fits 3 lines */
}
@media (max-width: 768px) {
  .whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .trending-content-card .card-description {
    font-size: 12px;
    padding-top: 20px;
  }
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .trending-content-card .cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-family: "Montserrat";
  position: static;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  bottom: 0px;
  padding: 10px 10px;
}
@media (max-width: 649px) {
  .whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .trending-content-card .cta-buttons {
    gap: 16px;
  }
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .trending-content-card .cta-buttons .viewfinanceoption {
  width: 100%;
  height: 56px;
  background-color: transparent;
  border: 1px solid #a7a7a7;
  color: white;
  font-size: 12px !important;
}
@media (max-width: 767px) {
  .whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .trending-content-card .cta-buttons .viewfinanceoption {
    height: 40px;
    font-size: 14px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .trending-content-card .cta-buttons .viewfinanceoption:hover {
  background: linear-gradient(104.31deg, rgba(255, 255, 255, 0.7) -84.21%, rgba(0, 0, 0, 0) 102.45%);
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .trending-content-card .cta-buttons .whats-trending__view-motorcycle-button {
  width: 100%;
  height: 56px;
  cursor: pointer;
  background: linear-gradient(112.38deg, rgba(255, 255, 255, 0.5) -120.84%, rgba(255, 255, 255, 0.1) 79.67%);
  color: #daaa00;
  font-size: 12px !important;
  border: none;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .trending-content-card .cta-buttons .whats-trending__view-motorcycle-button {
    height: 40px;
    font-size: 14px !important;
  }
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .trending-content-card .cta-buttons .whats-trending__view-motorcycle-button:hover {
  background: linear-gradient(104.31deg, rgba(255, 255, 255, 0.7) -84.21%, rgba(0, 0, 0, 0) 102.45%);
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .trending-content-card .cta-buttons .whats-trending__view-motorcycle-button::after {
  content: "";
  width: 8px;
  height: 10px;
  display: inline-block;
  background-image: url("clientlib-ridesmain/resources/images/GoldenArrow.svg");
}
@media (max-width: 768px) {
  .whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .trending-content-card .cta-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .swiper-slide-shadow-left,
.whats-tranding-container .whats-tranding-swiper-mob .swiper-slide .swiper-slide-shadow-right {
  background-image: none !important;
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-pagination {
  bottom: 20px;
}
@media (max-width: 767px) {
  .whats-tranding-container .whats-tranding-swiper-mob .swiper-pagination {
    bottom: -26px;
  }
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-pagination-bullet-active {
  background-color: white;
  width: 40px;
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-button-prev,
.whats-tranding-container .whats-tranding-swiper-mob .swiper-button-next {
  color: #fff;
  width: 56px;
  height: 56px;
  background-color: #474747;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  z-index: 2;
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-button-prev:hover,
.whats-tranding-container .whats-tranding-swiper-mob .swiper-button-next:hover {
  scale: 1;
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-button-prev::after,
.whats-tranding-container .whats-tranding-swiper-mob .swiper-button-next::after {
  content: "";
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-button-prev svg,
.whats-tranding-container .whats-tranding-swiper-mob .swiper-button-next svg {
  width: 24px;
  height: 24px;
  stroke-width: 3;
}
@media (max-width: 768px) {
  .whats-tranding-container .whats-tranding-swiper-mob .swiper-button-prev,
  .whats-tranding-container .whats-tranding-swiper-mob .swiper-button-next {
    display: none;
  }
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-button-prev {
  left: 28%;
  top: 50%;
}
.whats-tranding-container .whats-tranding-swiper-mob .swiper-button-next {
  right: 28%;
  top: 50%;
}

.whats-trending-cmp-mobile {
  display: none;
}
@media (max-width: 780px) {
  .whats-trending-cmp-mobile {
    display: block;
  }
}

.whats-trending-cmp-desktop {
  display: block;
}
@media (max-width: 780px) {
  .whats-trending-cmp-desktop {
    display: none;
  }
}

.whats-tranding-swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.whats-tranding-swiper .card-image {
  z-index: 999999;
}
.whats-tranding-swiper .swiper-slide {
  font-size: 0;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.whats-tranding-swiper .swiper-slide-active {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
.whats-tranding-swiper .swiper-slide-prev,
.whats-tranding-swiper .swiper-slide-duplicate-prev {
  -webkit-transform: translateY(57%) !important;
          transform: translateY(57%) !important;
  opacity: 0.5 !important;
}
.whats-tranding-swiper .swiper-slide-next,
.whats-tranding-swiper .swiper-slide-duplicate-next {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  opacity: 0.5 !important;
}

.iride-container {
  color: white;
  max-width: 80%;
  margin: 0 auto;
  overflow: hidden;
  /* Extra small devices (phones, 320px to 480px) */
  /* Small devices (large phones, small tablets, 481px to 767px) */
  /* Medium devices (tablets, iPad mini, 768px to 991px) */
  /* Large devices (small laptops, 992px to 1199px) */
  /* Extra large devices (large desktops, 1200px and up) */
}
@media (max-width: 768px) {
  .iride-container {
    max-width: 100%;
    margin: auto !important;
  }
}
.iride-container .content {
  padding-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .iride-container {
    width: 100%;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .iride-container {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .iride-container {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .iride-container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .iride-container {
    max-width: 80%;
  }
}
.iride-container .iride-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  padding-top: 44px;
}
@media (max-width: 649px) {
  .iride-container .iride-header {
    padding-top: 32px;
    margin-bottom: 24px;
  }
}
.iride-container .iride-header .iride-title {
  font-size: 40px;
  font-weight: 500 !important;
  line-height: 48px;
}
@media (max-width: 768px) {
  .iride-container .iride-header .iride-title {
    font-size: 28px;
    line-height: 24px;
  }
}
.iride-container .iride-header .view-more-container {
  margin: 0 auto;
  padding: 20px;
}
.iride-container .iride-header .view-more-button {
  border: none;
  background: transparent;
  color: #DA291c;
  font-weight: 600;
  font-family: "Montserrat";
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.iride-container .iride-header .view-more-button::after {
  content: "";
  height: 24px;
  width: 24px;
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="red" d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z"/></svg>');
}
.iride-container .iride-grid {
  position: relative;
}
.iride-container .iride-grid .swiper-pagination {
  position: absolute !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  display: none;
}
@media (max-width: 768px) {
  .iride-container .iride-grid .swiper-pagination {
    bottom: 0px !important;
    display: block;
  }
}
.iride-container .iride-grid .swiper-pagination-horizontal {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.iride-container .iride-grid .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.iride-container .iride-grid .swiper-pagination-bullet-active {
  background-color: white;
  width: 30px;
}
.iride-container .iride-grid .cmp-carousel__actions {
  display: none;
}
.iride-container .iride-grid .cmp-carousel__indicators {
  display: none;
}
.iride-container .iride-grid .swiper-button-next,
.iride-container .iride-grid .swiper-button-prev {
  display: none;
}
.iride-container .iride-grid .iride-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: -64px;
}
.iride-container .iride-grid .iride-wrapper:has(.grid-item:nth-child(4)):not(:has(.grid-item:nth-child(6))) {
  margin-bottom: 0px;
}
@media (max-width: 820px) {
  .iride-container .iride-grid .iride-wrapper {
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .iride-container .iride-grid .iride-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    padding-bottom: 35px;
  }
}
.iride-container .iride-grid:has(.grid-item:nth-child(5)):not(:has(.grid-item:nth-child(6))) .grid-item:nth-child(3) {
  grid-row: span 2;
  height: 608px;
}
@media (max-width: 768px) {
  .iride-container .iride-grid:has(.grid-item:nth-child(5)):not(:has(.grid-item:nth-child(6))) .grid-item:nth-child(3) {
    height: 232px;
    grid-row: span 1;
  }
}
.iride-container .iride-grid:has(.grid-item:nth-child(4)):not(:has(.grid-item:nth-child(5))) .grid-item:nth-child(3) {
  grid-row: span 2;
  height: 446px;
}
@media (max-width: 768px) {
  .iride-container .iride-grid:has(.grid-item:nth-child(4)):not(:has(.grid-item:nth-child(5))) .grid-item:nth-child(3) {
    height: 232px;
    grid-row: span 1;
  }
}
.iride-container .iride-grid:has(.grid-item:nth-child(4)):not(:has(.grid-item:nth-child(5))) .grid-item:nth-child(1) {
  grid-row: span 2;
  height: 446px;
}
@media (max-width: 768px) {
  .iride-container .iride-grid:has(.grid-item:nth-child(4)):not(:has(.grid-item:nth-child(5))) .grid-item:nth-child(1) {
    height: 232px;
    grid-row: span 1;
  }
}
.iride-container .iride-grid:has(.grid-item:nth-child(4)):not(:has(.grid-item:nth-child(5))) .grid-item:nth-child(4) {
  height: 182px;
}
@media (max-width: 768px) {
  .iride-container .iride-grid:has(.grid-item:nth-child(4)):not(:has(.grid-item:nth-child(5))) .grid-item:nth-child(4) {
    height: 232px;
  }
}
.iride-container .iride-grid .grid-item {
  position: relative;
  height: 248px;
}
.iride-container .iride-grid .grid-item:nth-child(odd) {
  height: 343px;
}
@media (max-width: 768px) {
  .iride-container .iride-grid .grid-item:nth-child(odd) {
    height: 232px;
  }
}
.iride-container .iride-grid .grid-item:nth-child(5) {
  -webkit-transform: translateY(-94px);
          transform: translateY(-94px);
}
@media (max-width: 768px) {
  .iride-container .iride-grid .grid-item:nth-child(5) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.iride-container .iride-grid .grid-item .card {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iride-container .iride-grid .grid-item .card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(59%, rgba(0, 0, 0, 0.72)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.72) 59%, transparent);
  z-index: 1;
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 649px) {
  .iride-container .iride-grid .grid-item .card::before {
    height: 50%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(59%, rgba(0, 0, 0, 0.5411764706)), to(transparent));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5411764706) 59%, transparent);
  }
}
.iride-container .iride-grid .grid-item .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.iride-container .iride-grid .grid-item .card .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px;
  padding-left: 24px;
  z-index: 2;
  -webkit-transition: bottom 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: bottom 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .iride-container .iride-grid .grid-item .card .content {
    padding: 16px;
    padding-bottom: 0px;
  }
}
.iride-container .iride-grid .grid-item .card .content h2,
.iride-container .iride-grid .grid-item .card .content h3,
.iride-container .iride-grid .grid-item .card .content h4,
.iride-container .iride-grid .grid-item .card .content h5,
.iride-container .iride-grid .grid-item .card .content h6,
.iride-container .iride-grid .grid-item .card .content h1 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  bottom: -14px;
  font-family: "Montserrat";
}
@media (max-width: 768px) {
  .iride-container .iride-grid .grid-item .card .content h2,
  .iride-container .iride-grid .grid-item .card .content h3,
  .iride-container .iride-grid .grid-item .card .content h4,
  .iride-container .iride-grid .grid-item .card .content h5,
  .iride-container .iride-grid .grid-item .card .content h6,
  .iride-container .iride-grid .grid-item .card .content h1 {
    bottom: -10px;
    margin-bottom: -7px !important;
    font-size: 16px !important;
    margin-bottom: -10px !important;
  }
}
.iride-container .iride-grid .grid-item .card .content p {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  bottom: 34px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 85%;
}
@media (max-width: 767px) {
  .iride-container .iride-grid .grid-item .card .content p {
    bottom: 35px;
  }
}
.iride-container .iride-grid .grid-item .card .content .link-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #DA291C;
  text-decoration: none;
  font-weight: bold;
  font-family: "Montserrat";
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  height: 22px !important;
  width: auto !important;
}
@media (max-width: 649px) {
  .iride-container .iride-grid .grid-item .card .content .link-arrow {
    padding-bottom: 20px;
  }
}
.iride-container .iride-grid .grid-item .card .content .link-arrow::after {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="red" d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z"/></svg>');
}
.iride-container .iride-grid .grid-item .card .content .link-arrow:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  color: #F24D3E;
}
.iride-container .iride-grid .grid-item .card:hover::before {
  opacity: 0.95;
}
.iride-container .iride-grid .grid-item .card:hover .content h2,
.iride-container .iride-grid .grid-item .card:hover .content h3,
.iride-container .iride-grid .grid-item .card:hover .content h4,
.iride-container .iride-grid .grid-item .card:hover .content h5,
.iride-container .iride-grid .grid-item .card:hover .content h6,
.iride-container .iride-grid .grid-item .card:hover .content h1 {
  -webkit-transform: translateY(-43px);
          transform: translateY(-43px);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  /* Sync title animation with other elements */
}
.iride-container .iride-grid .grid-item .card:hover .content p {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  /* Slight delay to sync with hover effect */
}
.iride-container .iride-grid .grid-item .card:hover .content .link-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media (max-width: 1024px) {
  .iride-container .iride-grid .iride-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .iride-container .iride-grid .grid-item.large {
    grid-column: span 2;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .iride-container {
    padding: 0px !important;
    padding-left: 24px !important;
  }
  .iride-container .iride-title {
    font-size: 2rem;
  }
  .iride-container .iride-grid .iride-wrapper {
    grid-template-columns: 1fr;
  }
  .iride-container .iride-grid .grid-item {
    height: 232px;
  }
  .iride-container .iride-grid .grid-item .card .content h2,
  .iride-container .iride-grid .grid-item .card .content h3,
  .iride-container .iride-grid .grid-item .card .content h4,
  .iride-container .iride-grid .grid-item .card .content h5,
  .iride-container .iride-grid .grid-item .card .content h6,
  .iride-container .iride-grid .grid-item .card .content h1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .iride-container .iride-grid .grid-item .card .content h2:hover,
  .iride-container .iride-grid .grid-item .card .content h3:hover,
  .iride-container .iride-grid .grid-item .card .content h4:hover,
  .iride-container .iride-grid .grid-item .card .content h5:hover,
  .iride-container .iride-grid .grid-item .card .content h6:hover,
  .iride-container .iride-grid .grid-item .card .content h1:hover {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  .iride-container .iride-grid .grid-item .card .content p {
    font-size: 0.875rem;
  }
}

.custom-royal-enfield-component {
  width: 100%;
  color: #ffffff;
  background-color: #181818;
}
.custom-royal-enfield-component h2 {
  font-size: 48px;
  margin: 64px 0 48px 0;
  font-family: "Guardian Sans", sans-serif;
  font-weight: 600;
  color: #ededed;
  line-height: 52px;
  letter-spacing: 0.2px;
  max-width: 80%;
  margin: auto;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .custom-royal-enfield-component h2 {
    width: 100%;
    font-size: 24px;
    margin: 20px auto;
    padding: 0;
  }
}
.custom-royal-enfield-component .component-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 15%;
}
@media (max-width: 768px) {
  .custom-royal-enfield-component .component-cards {
    padding: 20px;
    margin-left: 0;
  }
}
.custom-royal-enfield-component .component-cards .card {
  background-color: #000000;
  position: relative;
  overflow: hidden;
  -webkit-transition: border 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: border 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, border 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  border: 2px solid transparent;
  margin-bottom: 64px;
}
.custom-royal-enfield-component .component-cards .card:hover {
  -webkit-box-shadow: 0px 0px 100px 0px #584e2a;
          box-shadow: 0px 0px 100px 0px #584e2a;
  /* Add the shadow smoothly */
  border-image-source: linear-gradient(215.91deg, rgba(125, 125, 125, 0) 50.33%, #707070 104.29%);
  border-image-slice: 1;
  /* Apply the gradient border smoothly */
}
.custom-royal-enfield-component .component-cards .card img {
  width: 100%;
  height: 416px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .custom-royal-enfield-component .component-cards .card img {
    height: 232px;
  }
}
.custom-royal-enfield-component .component-cards .card .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  font-family: "Montserrat", sans-serif;
}
.custom-royal-enfield-component .component-cards .card .card-content .card-number {
  font-size: 32px;
  font-weight: bold;
  color: #ededed;
  display: inline-block;
  border-bottom: 2px solid #616161;
  width: 100%;
  padding-bottom: 24px;
}
.custom-royal-enfield-component .component-cards .card .card-content h3 {
  font-size: 24px;
  margin: 0;
  padding-top: 24px;
}
.custom-royal-enfield-component .component-cards .swiper-button-next,
.custom-royal-enfield-component .component-cards .swiper-button-prev {
  color: #fff;
  background-color: rgba(50, 49, 49, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.custom-royal-enfield-component .component-cards .swiper-button-next:after,
.custom-royal-enfield-component .component-cards .swiper-button-prev:after {
  font-size: 20px;
}
@media (max-width: 768px) {
  .custom-royal-enfield-component .component-cards .swiper-button-next,
  .custom-royal-enfield-component .component-cards .swiper-button-prev {
    display: none;
  }
}
.custom-royal-enfield-component .component-cards .swiper-button-disabled {
  opacity: 0 !important;
}
.custom-royal-enfield-component .component-cards .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  border-radius: 0 !important;
  width: 30px;
}
.custom-royal-enfield-component .component-cards .swiper-pagination-bullet-active {
  opacity: 1;
  width: 40px;
}
.custom-royal-enfield-component .component-cards .swiper-button-next {
  top: 45% !important;
  right: 2px;
}
.custom-royal-enfield-component .component-cards .swiper-button-prev {
  top: 45% !important;
  left: 2px;
}

.shop-section {
  padding: 64px 0;
  background-color: #181818;
  position: relative;
  text-align: center;
}
@media (max-width: 600px) {
  .shop-section {
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .shop-section {
    padding: 32px 0;
    text-align: left;
    padding-bottom: 0px;
  }
}
.shop-section__title {
  font-size: 40px;
  margin: 0 0 20px 0;
  font-weight: 500;
  color: white;
  line-height: 48px;
  letter-spacing: 2%;
}
@media (max-width: 768px) {
  .shop-section__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 24px;
    font-size: 28px;
    margin: 24px auto;
    padding: 0;
    line-height: 24px;
    margin-bottom: 0;
    MARGIN-TOP: 0PX;
    margin-left: 24px;
  }
}
.shop-section .shop-section-swiper {
  padding: 20px !important;
  padding-bottom: 0px !important;
}
@media (max-width: 576px) {
  .shop-section .shop-section-swiper {
    padding-top: 24px !important;
  }
}
.shop-section__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .shop-section__cards {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
  }
}
.shop-section__cards .swiper-slide {
  width: 436px;
  /* Medium tablets (768px - 991px) */
  /* Large tablets/Small desktops (992px - 1199px) */
}
@media (min-width: 769px) and (max-width: 991px) {
  .shop-section__cards .swiper-slide {
    width: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-section__cards .swiper-slide {
    width: 380px;
  }
}

.shop-card {
  text-align: left;
  color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 436px;
  gap: 0;
  border: 1px solid #373737;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-image-source: linear-gradient(240deg, #373737, #373737, #373737);
  border-image-slice: 1;
  /* Medium tablets (768px - 991px) */
  /* Large tablets/Small desktops (992px - 1199px) */
}
@media (max-width: 820px) {
  .shop-card {
    height: 100% !important;
    margin-bottom: 32px;
  }
}
@media (max-width: 576px) {
  .shop-card {
    height: 338px !important;
  }
}
@media (max-width: 576px) {
  .shop-card.swiper-slide {
    margin-right: 32px !important;
  }
}
.shop-card:hover {
  border-image-source: linear-gradient(232deg, #ffffff, #191919, #ffffff);
  border-image-slice: 1;
}
@media (max-width: 768px) {
  .shop-card {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .shop-card {
    width: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-card {
    width: 380px;
  }
}
.shop-card__image-wrapper {
  position: relative;
  padding-bottom: 20px;
}
.shop-card__image {
  width: 100%;
  height: 450px !important;
  margin: 0;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  /* Medium tablets (768px - 991px) */
  /* Large tablets/Small desktops (992px - 1199px) */
}
@media (max-width: 820px) {
  .shop-card__image {
    height: 325px !important;
  }
}
@media (max-width: 568px) {
  .shop-card__image {
    height: 225px !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .shop-card__image {
    height: 350px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-card__image {
    height: 380px !important;
  }
}
.shop-card__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(357.08deg, #191818 9.99%, rgba(25, 24, 24, 0) 72.64%);
  pointer-events: none;
}
.shop-card__content {
  text-align: center;
  padding: 0 14px 20px;
  background-color: #181818;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 576px) {
  .shop-card__content {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: transparent;
  }
}
.shop-card__title {
  position: relative;
  font-size: 20px;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500;
  color: white;
  text-align: center;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
}
@media (max-width: 649px) {
  .shop-card__title {
    padding: 0px;
  }
}
.shop-card__title::before, .shop-card__title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  margin: 5px;
}
.shop-card__title::before {
  margin-right: 15px;
}
.shop-card__title::after {
  margin-left: 15px;
}
@media (max-width: 768px) {
  .shop-card__title {
    font-size: 16px;
  }
}
.shop-card__description {
  font-size: 14px;
  margin-top: 16px;
  font-family: "Montserrat", sans-serif;
  color: #a6a6a6;
  position: relative;
  height: 50px;
}
@media (max-width: 767px) {
  .shop-card__description {
    margin-bottom: 20px;
    font-size: 14px;
    height: 100%;
    margin-top: 0;
    margin-bottom: 16px;
  }
}
.shop-card-action__button {
  border: 1px solid #cacaca;
  width: 83%;
  margin: 0 auto;
}
@media (max-width: 649px) {
  .shop-card-action__button {
    padding: 0;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.shop-card-action__button:hover {
  background: transparent !important;
  border: solid 1px white;
}
.shop-card__button {
  color: white;
  text-decoration: none;
  font-size: 14px;
  padding: 18px 0;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 649px) {
  .shop-card__button {
    font-size: 14px;
  }
}
@media (max-width: 649px) {
  .shop-card__button {
    font-weight: 600;
  }
}

.royalEnfHero .hero-section {
  position: relative;
  display: block;
  color: white;
  overflow: hidden;
  height: 100vh;
}
@media (max-width: 768px) {
  .royalEnfHero .hero-section {
    height: 100%;
  }
}
.royalEnfHero .banner-background-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.royalEnfHero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(88.06deg, #000000 1.29%, rgba(0, 0, 0, 0.51) 41.4%, rgba(0, 0, 0, 0) 74.68%);
}
.royalEnfHero .overlay.disable-gradient {
  background: none;
}
.royalEnfHero .hero-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  left: 10%;
}
@media (max-width: 768px) {
  .royalEnfHero .hero-content {
    padding: 0;
    position: absolute;
    bottom: 58px;
    left: 24px;
    width: calc(100% - 48px);
    top: unset;
    -webkit-transform: none;
            transform: none;
  }
}
.royalEnfHero .hero-title p {
  font-size: 60px;
  font-family: "GuardianSansXCond Bold", sans-serif;
  margin: 16px 0;
  line-height: 72px;
  width: 530px;
  letter-spacing: 0.8px;
}
@media (max-width: 768px) {
  .royalEnfHero .hero-title p {
    font-size: 40px;
    width: 100%;
    margin: 10px 0 16px;
    line-height: 48px;
    letter-spacing: 1px;
  }
}
.royalEnfHero .hero-description {
  font-family: "Montserrat";
  font-weight: normal;
}
.royalEnfHero .hero-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat";
}
.royalEnfHero .hero-meta .daysperator {
  content: "";
  display: inline-block;
  width: 2px;
  height: 18px;
  background-color: white;
  /* margin-right: 10px; */
}
.royalEnfHero .hero-meta .day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-wrap: auto;
  max-width: 65%;
}
.royalEnfHero .hero-meta .day img {
  width: 17px;
}
.royalEnfHero .hero-meta .day:nth-child(3) img {
  width: 15px;
}
.royalEnfHero .glass-button {
  padding: 18px 24px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: white;
  background-color: rgba(66, 66, 66, 0.7);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
  font-family: "Montserrat", sans-serif;
  border: none !important;
  line-height: 22.4px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 24px !important;
  padding-right: 24px !important;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .royalEnfHero .glass-button {
    width: 100%;
  }
}
.royalEnfHero .glass-button:hover {
  background-color: white;
  color: black;
  -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.royalEnfHero .glass-button:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.royalEnfHero .white-button {
  display: none;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  border: solid 1px white;
}
@media (max-width: 768px) {
  .royalEnfHero .white-button {
    display: block;
  }
}
.royalEnfHero .desktop-video,
.royalEnfHero .mobile-video {
  display: none;
}
.royalEnfHero .desktop-video video,
.royalEnfHero .mobile-video video {
  autoplay: true;
  muted: true;
  loop: true;
  width: 100%;
  height: auto;
}
.royalEnfHero .desktop-video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.royalEnfHero .desktop-video video {
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .royalEnfHero .desktop-video {
    display: none;
  }
  .royalEnfHero .mobile-video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
  }
  .royalEnfHero .mobile-video video {
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .royalEnfHero .hero-title {
    font-size: 2.5rem;
  }
}
.royalEnfHero .hero-section-video-popup-trigger {
  color: inherit;
  display: block;
  text-decoration: none;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16.367px);
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  margin: auto;
}
@media (max-width: 768px) {
  .royalEnfHero .hero-section-video-popup-trigger {
    left: 40%;
    top: 35%;
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }
}
.royalEnfHero .hero-section-video-popup-trigger .hero-modal-play-icon {
  height: 40px;
  width: 40px;
  fill: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.royalEnfHero .modal.show {
  opacity: 1;
}
.royalEnfHero .modal-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 40px auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.royalEnfHero .close-btn {
  position: absolute;
  right: -40px;
  top: -40px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: white;
  font-size: 24px;
  line-height: 30px;
  padding: 0;
  z-index: 1001;
}
.royalEnfHero .close-btn:hover {
  color: #ff0000;
}
.royalEnfHero .loading,
.royalEnfHero .error-message {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.royalEnfHero .loading {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #ff0000;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.royalEnfHero .error-message {
  color: white;
  text-align: center;
  display: none;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.royalEnfHero .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.6))), url("../../../content/dam/itc-corporate/inner-pages/himalayanOdessy.jpeg");
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url("../../../content/dam/itc-corporate/inner-pages/himalayanOdessy.jpeg");
  background-size: cover;
  background-position: center;
}
.royalEnfHero .hero-bg-mobile-temp {
  display: none;
}
@media (max-width: 768px) {
  .royalEnfHero .hero-bg-mobile-temp {
    display: block;
    position: absolute;
    top: 0;
    height: 800px;
    left: 0;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
}

.cmp--royal-enfield-swiper .swiper {
  /* Swiper custom styles */
}
.cmp--royal-enfield-swiper .swiper .swiper-pagination {
  position: relative !important;
  bottom: 100px !important;
  width: 1100px !important;
  margin: auto;
  text-align: left !important;
}
@media (max-width: 768px) {
  .cmp--royal-enfield-swiper .swiper .swiper-pagination {
    left: 15px !important;
    bottom: 72px !important;
  }
}
.cmp--royal-enfield-swiper .swiper .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.cmp--royal-enfield-swiper .swiper .swiper-pagination-bullet-active {
  background-color: white;
  width: 45px;
}
.cmp--royal-enfield-swiper .swiper .cmp-carousel__actions {
  display: none;
}
.cmp--royal-enfield-swiper .swiper .cmp-carousel__indicators {
  display: none;
}
.cmp--royal-enfield-swiper .swiper .swiper-button-next,
.cmp--royal-enfield-swiper .swiper .swiper-button-prev {
  display: none;
}

.cmp--royal-enfield-swiper:has(.royalEnfHero) .swiper .swiper-pagination {
  left: calc(10% - 4px);
  margin-left: 0;
  bottom: unset !important;
  position: absolute !important;
  bottom: 20% !important;
}
@media (max-width: 768px) {
  .cmp--royal-enfield-swiper:has(.royalEnfHero) .swiper .swiper-pagination {
    left: 24px !important;
    bottom: 42px !important;
    bottom: 20px !important;
  }
  .cmp--royal-enfield-swiper:has(.royalEnfHero) .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 2px;
    margin: 0 2px !important;
  }
  .cmp--royal-enfield-swiper:has(.royalEnfHero) .swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
  }
}

@media (max-width: 768px) {
  .rides-landing-app .royalEnfHero .hero-section {
    height: 100% !important;
    max-height: 100%;
  }
  .rides-landing-app .royalEnfHero .banner-background-image {
    -o-object-position: top;
       object-position: top;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .rides-landing-app .cmp--royal-enfield-swiper .swiper .swiper-slide:has(.royalEnfHero) {
    height: inherit;
  }
  .rides-landing-app .cmp--royal-enfield-swiper .swiper .swiper-slide:has(.royalEnfHero) .royalEnfHero {
    height: 100%;
  }
}
.editmode .rides-landing-app .royalEnfHero .hero-section {
  height: unset !important;
  max-height: 100%;
}
.editmode .rides-landing-app .royalEnfHero .banner-background-image {
  -o-object-position: top;
     object-position: top;
}
.editmode .hero-section {
  height: 100% !important;
}

.ridesnavigationtab {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  margin: 0 auto;
  min-height: 86px;
}
.ridesnavigationtab .rides-info__nav {
  margin-bottom: 1px;
  background-color: #ffffff;
}
.ridesnavigationtab .nav-info-items {
  max-width: 80%;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .ridesnavigationtab .nav-info-items {
    overflow: auto;
    max-width: 100%;
    scrollbar-width: none;
  }
}
.ridesnavigationtab .rides-info__nav-item {
  padding: 14px 28px;
  color: #181818;
  list-style: none;
  font-family: "GuardianSansXCond Semibold";
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  letter-spacing: 0.5px;
  white-space: nowrap;
  cursor: pointer;
}
@media (max-width: 768px) {
  .ridesnavigationtab .rides-info__nav-item {
    font-size: 20px;
    line-height: 24px;
  }
}
.ridesnavigationtab .rides-info__nav-item--active {
  background-color: #da291c;
  color: #ffffff;
}
.ridesnavigationtab .rides-info__nav-item:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: black;
          box-shadow: black;
  width: 100%;
  height: 3px;
  background-color: #da291c;
}
@media (max-width: 768px) {
  .ridesnavigationtab .rides-info__nav-item {
    padding: 12px;
    font-size: 20px;
  }
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
@media (max-width: 768px) {
  .sticky {
    top: 0;
  }
}

@media (max-width: 768px) {
  .services-container {
    padding: 20px;
  }
}
.services-container h1 {
  font-size: 40px;
  margin-bottom: 2rem;
  font-weight: 500;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(2, 2fr);
    gap: 16px;
    overflow: hidden;
  }
  .services-grid .service-link.hidden {
    display: none;
  }
  .services-grid .service-link:last-child {
    display: block;
  }
}

.service-link {
  text-decoration: none;
  display: block;
  color: inherit;
}
@media (max-width: 768px) {
  .service-link:nth-child(4n-2), .service-link:nth-child(4n-2) .service-card, .service-link:nth-child(4n-1), .service-link:nth-child(4n-1) .service-card {
    height: 175px;
  }
  .service-link:nth-child(4n) {
    margin-top: -25px;
  }
}

.service-link:hover {
  text-decoration: none;
}

.service-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
  height: 226px;
}
@media (max-width: 768px) {
  .service-card {
    display: block;
    width: auto;
    height: 200px;
  }
}
.service-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.service-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-card .service-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(#181818), color-stop(62%, rgba(24, 24, 24, 0.741909)), color-stop(84.37%, rgba(24, 24, 24, 0.315427)), color-stop(96.33%, rgba(24, 24, 24, 0)));
  background: linear-gradient(to top, #181818 0%, rgba(24, 24, 24, 0.741909) 62%, rgba(24, 24, 24, 0.315427) 84.37%, rgba(24, 24, 24, 0) 96.33%);
  height: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .service-card .service-content {
    padding: 0 10px 10px;
  }
}
.service-card .service-content .service-title {
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat";
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ededed;
}
.service-card .service-content .service-title p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .service-card .service-content .service-title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
  }
}
.service-card .service-content .service-description {
  font-size: 12px;
  color: #a6a6a6;
  font-weight: 400;
  line-height: 18px;
  font-family: "Montserrat";
  margin: 5px 0;
}
.service-card svg.arrow-icon {
  width: 20px;
  height: 20px;
  fill: white;
}

.view-more-btn {
  display: none;
  width: 100%;
  padding: 10px;
  background-color: #333333;
  color: #FFFFFF;
  text-align: left;
  border: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .view-more-btn {
    margin-top: -25px;
  }
}

.view-more-text {
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.view-more-paragraph {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-right: 8px;
}

.view-more-icon {
  width: 25px;
  height: 25px;
}

@media (max-width: 768px) {
  .view-more-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.highlights {
  position: relative;
  height: 590px;
  /* Image Card */
  /* Popup Modal */
  /* Style for video thumbnail wrapper */
  /* Play icon hover effect */
  /* Caption styling */
  /* Hover effect for thumbnail */
}
.highlights .highlights-container-title {
  max-width: 80%;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 48px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .highlights .highlights-container-title {
    max-width: 100%;
    margin: 20px 24px;
  }
}
.highlights .highlights-container-title h1 {
  font-size: 40px;
}
@media (max-width: 768px) {
  .highlights .highlights-container-title h1 {
    font-size: 28px;
    line-height: 32px;
    color: #EDEDED;
  }
}
.highlights .image-card {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.highlights .card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.highlights .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.7) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px;
  color: #fff;
}
.highlights .card-content {
  padding-bottom: 15px;
}
.highlights .card-content h3 {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 5px;
  letter-spacing: 0;
  font-family: "Montserrat";
  font-weight: 600;
}
@media (max-width: 768px) {
  .highlights .card-content h3 {
    font-size: 12px;
    line-height: 17px;
  }
}
.highlights .card-content p {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #A6A6A6;
  font-family: "Montserrat";
  line-height: 18px;
}
.highlights #swiper-left-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.highlights #swiper-right-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.highlights .popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  /* From https://css.glass */
  background: rgba(0, 0, 0, 0.53);
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9.4px);
  -webkit-backdrop-filter: blur(9.4px);
}
@media (max-width: 768px) {
  .highlights .popup {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.highlights .popup-content {
  width: 100%;
  max-width: 400px;
  position: relative;
  padding: 10px;
}
@media (max-width: 768px) {
  .highlights .popup-content {
    background: #282828;
    padding: 0px;
    height: 84%;
    max-width: 100%;
  }
}
.highlights .popup-content .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 25px;
  cursor: pointer;
}
.highlights .gallery-container {
  position: relative;
  width: 100%;
  max-width: 500px;
  background-color: #1a1a1a;
  overflow: hidden;
}
.highlights .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0.3)), to(transparent));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
}
.highlights .header {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.highlights .header-content {
  padding-left: 20px;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 10px;
}
.highlights .header-content h2 {
  margin: 0;
  font-size: 28px;
  font-size: 24px;
  margin: 0;
  line-height: 28px;
}
.highlights .header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.highlights .action-button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.23px solid;
  background: hsla(0, 0%, 31.02%, 0.82);
  border-image-source: linear-gradient(133.14deg, rgba(255, 255, 255, 0.33) 0%, rgba(255, 255, 255, 0.0066) 84.07%);
  backdrop-filter: blur(22.7299995422px);
  border: none;
  color: white;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  backdrop-filter: blur(4px);
  font-size: 18px;
}
.highlights .closed-btn {
  background: none;
  border: none;
  color: white;
  font-size: 28px;
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  right: 20px;
}
.highlights .progress-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  padding: 0 16px 16px;
}
.highlights .progress-bar {
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 2px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.highlights .progress-bar.active {
  background-color: white;
}
.highlights .swiper {
  width: 100%;
  height: 70vh;
}
@media (max-width: 649px) {
  .highlights .swiper {
    height: 72vh;
  }
}
@media (max-width: 380px) {
  .highlights .swiper {
    height: 69vh;
  }
}
.highlights .swiper-slide {
  position: relative;
}
.highlights .slide-content {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.highlights .image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}
@media (max-width: 768px) {
  .highlights .image-caption {
    font-size: 16px;
    font-weight: 600;
  }
}
.highlights .thumbnail-container {
  padding: 16px;
  background: #282828;
}
.highlights .thumbnail-swiper {
  height: 70px;
}
.highlights .thumbnail-swiper .swiper-slide {
  width: 70px;
  height: 70px;
  opacity: 0.4;
  cursor: pointer;
}
.highlights .thumbnail-swiper .swiper-slide-thumb-active {
  opacity: 1;
  border: solid 3px #847543;
}
.highlights .thumbnail-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.highlights .header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 92px;
  right: 12px;
}
.highlights .device-selection-modal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Hover effect */
  /* Download icon styles */
  /* For proper gradient border rendering */
}
.highlights .device-selection-modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.highlights .device-selection-modal .device-selection-content {
  background-color: #18181b;
  /* margin: 20px; */
  max-width: 28rem;
  /* padding: 1.5rem; */
  position: relative;
  top: 28%;
  width: 90%;
  margin: auto;
  height: 270px;
}
@media (max-width: 768px) {
  .highlights .device-selection-modal .device-selection-content {
    bottom: 0%;
    top: unset;
    position: absolute;
    background: #282828;
    padding-bottom: 32px;
    width: 100%;
    max-width: 100%;
    height: unset;
  }
}
.highlights .device-selection-modal .device-selection-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -0.5rem;
  padding: 20px;
}
.highlights .device-selection-modal .device-selection-header h2 {
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}
.highlights .device-selection-modal .device-selection-header .close-device-modal {
  color: white;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
.highlights .device-selection-modal .device-selection-header .close-device-modal:hover {
  color: #9ca3af;
}
.highlights .device-selection-modal .device-selection-header .close-device-modal svg {
  fill: currentColor;
}
.highlights .device-selection-modal .device-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .highlights .device-selection-modal .device-options {
    margin-bottom: 10px;
  }
}
@media (max-width: 340px) {
  .highlights .device-selection-modal .device-options {
    gap: 10px;
  }
}
.highlights .device-selection-modal .device-options .device-option {
  padding: 1rem;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: white;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 768px) {
  .highlights .device-selection-modal .device-options .device-option {
    border: 1px solid #4F4F4F;
    padding: 18.5px 12px;
  }
  .highlights .device-selection-modal .device-options .device-option.download-laptop {
    gap: 8px;
    padding-top: 15px;
  }
  .highlights .device-selection-modal .device-options .device-option.download-mobile svg {
    height: 46px;
  }
  .highlights .device-selection-modal .device-options .device-option svg {
    width: 48px;
  }
}
.highlights .device-selection-modal .device-options .device-option span {
  font-size: 14px;
  line-height: 21px;
}
.highlights .device-selection-modal .device-options .device-option:hover {
  border-color: #4b5563;
}
.highlights .device-selection-modal .device-options .device-option.selected {
  border: 1px solid #847543;
  background-color: rgba(234, 179, 8, 0.1);
}
.highlights .device-selection-modal .device-options .device-option.selected svg {
  fill: currentColor;
}
.highlights .device-selection-modal .device-options .device-option.selected svg path {
  fill: white;
}
@media (max-width: 768px) {
  .highlights .device-selection-modal .device-options .device-option.selected {
    background: #403B29;
    border: 1px solid #AE8800;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #AE8800 !important;
  }
}
.highlights .device-selection-modal .download-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 8px 24px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #DAAA00;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid transparent;
  border-image-slice: 1;
  border-image-source: linear-gradient(131.33deg, rgba(255, 255, 255, 0.26) -34.97%, rgba(255, 255, 255, 0) 114.31%);
  background: linear-gradient(112.38deg, rgba(255, 255, 255, 0.5) -120.84%, rgba(255, 255, 255, 0.1) 79.67%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-family: "Montserrat";
  width: 90%;
  position: relative;
  /* margin: 20px; */
  margin: 5px auto;
  bottom: -8px;
  text-align: left;
  border-radius: 0;
}
.highlights .device-selection-modal .download-button:hover {
  background: linear-gradient(112.38deg, rgba(255, 255, 255, 0.6) -120.84%, rgba(255, 255, 255, 0.2) 79.67%);
}
.highlights .device-selection-modal .download-button svg {
  width: 16px;
  height: 16px;
}
.highlights .device-selection-modal .download-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  padding: 1px;
  background: linear-gradient(131.33deg, rgba(255, 255, 255, 0.26) -34.97%, rgba(255, 255, 255, 0) 114.31%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  border-radius: 0;
}
.highlights .selected {
  background-color: gold;
}
.highlights .fade-in {
  -webkit-animation: fadeIn 0.2s ease-in-out;
          animation: fadeIn 0.2s ease-in-out;
}
.highlights .fade-out {
  -webkit-animation: fadeOut 0.2s ease-in-out;
          animation: fadeOut 0.2s ease-in-out;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.highlights .video-thumbnail-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 400px;
}
.highlights .video-thumbnail {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.highlights .hero-modal-play-icon {
  background: white;
  border-radius: 50%;
  color: #fff;
  height: 55px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 55px;
}
.highlights .hero-section-video-popup-trigger:hover .hero-modal-play-icon {
  opacity: 1;
}
.highlights .image-caption {
  text-align: center;
  font-size: 16px;
  color: white;
  margin-top: 8px;
  font-family: "Montserrat";
  line-height: 24px;
}
.highlights .hero-section-video-popup-trigger {
  width: 100%;
  display: block;
  height: 100%;
  cursor: pointer;
}
.highlights .swiper-left-right {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .highlights .swiper-left-right {
    margin-bottom: 8px;
  }
}
.highlights .video-thumbnail-wrapper {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 55px;
}
.highlights .image-caption span {
  display: block;
}
.highlights .hero-section-video-popup-trigger:hover .video-thumbnail {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}
.highlights .close-btn:before {
  margin-top: -3px;
}
.highlights .arrow-icon {
  height: 20px;
  width: 20px;
}
.highlights .view-more-button {
  border: none;
  background: transparent;
  color: #DA291c;
  font-weight: 800;
  font-family: "Montserrat";
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-size: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
@media (max-width: 768px) {
  .highlights .view-more-button {
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}

@media (max-width: 768px) {
  .rides-landing-app .highlights .popup-content {
    padding-bottom: 60px;
    height: 82%;
  }
  .rides-landing-app .highlights #gallery1 .main-swiper {
    height: 52vh;
  }
  .rides-landing-app .highlights .device-selection-modal {
    background: rgba(40, 40, 40, 0.5);
  }
  .rides-landing-app .highlights .device-selection-modal .device-selection-content {
    bottom: 80px;
  }
}
html:has(.popup-open) {
  overflow: hidden;
}

.re-app-cmp .device-selection-modal {
  display: none !important;
}

.re-app-cmp .rides-landing-app .highlights .device-selection-modal {
  display: none !important;
}

.cmp--royal-enfield-flex-container .cmp-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .cmp--royal-enfield-flex-container .cmp-container {
    width: 100%;
  }
}

.ridesdescription {
  font-family: "Montserrat";
  background-color: black;
}
.ridesdescription .rides-info__card {
  max-width: 80%;
  margin: 0 auto;
  background-color: transparent;
  position: relative;
  color: #a6a6a6;
}
.ridesdescription .cardbackgroundimg {
  position: absolute;
  right: -90px;
  top: 20px;
}
@media (max-width: 649px) {
  .ridesdescription .cardbackgroundimg {
    top: 0px;
  }
}
.ridesdescription .desktop-img {
  display: block;
  width: 390px;
  height: 390px;
}
@media (max-width: 649px) {
  .ridesdescription .desktop-img {
    height: 378px;
  }
}
.ridesdescription .rides-info__header {
  position: relative;
  z-index: 1;
  padding-top: 2rem;
}
.ridesdescription .rides-info__title {
  font-family: "GuardianSansXCond Semibold";
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 2.5px;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .ridesdescription .rides-info__title {
    font-size: 28px;
    line-height: 32px;
  }
}
.ridesdescription .ride-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.ridesdescription .ride-type__label-wrapper {
  position: relative;
  /* margin-right: 23px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ridesdescription .ride-type__label-wrapper:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.ridesdescription .ride-type__label {
  position: relative;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .ridesdescription .ride-type__label {
    font-size: 14px;
    line-height: 21px;
    color: #a6a6a6;
  }
}
.ridesdescription .ride-type__label::after {
  content: url("clientlib-ridesmain/resources/images/alert-info-icon.svg");
  position: absolute;
  right: -18px;
  top: 3px;
}
.ridesdescription .ride-type .tooltip {
  position: absolute;
  top: calc(100% + 10px);
  left: 85%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #181818;
  padding: 12px 16px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 250px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .ridesdescription .ride-type .tooltip {
    max-width: 180px;
  }
}
.ridesdescription .ride-type .tooltip::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #181818;
}
.ridesdescription .ride-type .tooltip__content {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
}
.ridesdescription .ride-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}
.ridesdescription .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #4f4f4f;
  color: #ededed;
  padding: 4px 12px;
  margin-right: 10px;
  cursor: auto;
  font-size: 14px;
  line-height: 21px;
}
.ridesdescription .tag .tag-icon {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
.ridesdescription .ride-info-divider {
  width: 100%;
  border: 1px solid #373737;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .ridesdescription .ride-info-divider {
    margin: 20px auto;
    width: 100%;
  }
}
.ridesdescription .rides-info__description-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
.ridesdescription .rides-info__description {
  max-width: 70%;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 0;
  color: #a7a7a7;
}
@media (max-width: 758px) {
  .ridesdescription .rides-info__description {
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ridesdescription .rides-info__description.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
  }
}
.ridesdescription .rides-info__read-more {
  display: none;
  background: none;
  border: none;
  color: #da291c;
  text-decoration: none;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat";
  cursor: pointer;
  margin-top: 8px;
}
@media (max-width: 758px) {
  .ridesdescription .rides-info__read-more {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
  }
}
.ridesdescription .rides-info__read-more:hover {
  color: rgb(248, 109, 109);
}
.ridesdescription .rides-info__meta {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .ridesdescription .rides-info__meta {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
  }
}
.ridesdescription .rides-info__label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .ridesdescription .rides-info__label {
    font-size: 12px;
    line-height: 17px;
    color: #A6A6A6;
  }
}
.ridesdescription .rides-info__price,
.ridesdescription .rides-info__value {
  font-size: 32px;
  font-weight: bold;
  color: #ededed;
  font-family: "GuardianSansXCond Semibold";
  line-height: 38px;
}
.ridesdescription .rides-info__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  position: relative;
}
@media (max-width: 768px) {
  .ridesdescription .rides-info__details {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
}
.ridesdescription .rides-info__details .rides-info__detail-item {
  text-align: left;
}
.ridesdescription .rides-info__details .rides-info__detail-item .rides-info__detail-label {
  display: block;
  color: #A6A6A6;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .ridesdescription .rides-info__details .rides-info__detail-item .rides-info__detail-label {
    font-size: 14px;
    line-height: 21px;
  }
}
.ridesdescription .rides-info__details .rides-info__detail-item .rides-info__detail-value {
  font-weight: 600;
  font-size: 24px;
  color: #ededed;
}
@media (max-width: 768px) {
  .ridesdescription .rides-info__details .rides-info__detail-item .rides-info__detail-value {
    font-size: 20px;
    line-height: 24px;
  }
}
.ridesdescription .ride-expectations {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .ridesdescription .ride-expectations {
    margin-top: 0;
  }
}
.ridesdescription .ride-expectations h2 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 40px;
  line-height: 48px;
}
@media (max-width: 768px) {
  .ridesdescription .ride-expectations h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.ridesdescription .ride-expectations .expectation-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media (max-width: 768px) {
  .ridesdescription .ride-expectations .expectation-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.ridesdescription .ride-expectations .expectation-items .expectation-item {
  background-color: #1e1e1e;
  padding: 20px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .ridesdescription .ride-expectations .expectation-items .expectation-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 30px 14px;
  }
  .ridesdescription .ride-expectations .expectation-items .expectation-item:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.ridesdescription .ride-expectations .expectation-items .expectation-item img {
  max-width: 40px;
  margin-bottom: 10px;
}
.ridesdescription .ride-expectations .expectation-items .expectation-item p {
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  line-height: 21px;
}
@media (max-width: 768px) {
  .ridesdescription .ride-expectations .expectation-items .expectation-item p {
    font-style: 12px;
    line-height: 17px;
  }
}
.ridesdescription .ride-badge-unlock {
  margin-top: 40px;
  background: radial-gradient(55.34% 24157.37% at 50% 50%, #686868 0%, #222222 100%);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .ridesdescription .ride-badge-unlock {
    height: 320px;
  }
}
.ridesdescription .ride-badge-unlock .left-image {
  height: 180px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 649px) {
  .ridesdescription .ride-badge-unlock .left-image {
    position: absolute;
    /* top: 121px; */
    top: 0px;
  }
}
.ridesdescription .ride-badge-unlock .right-image {
  height: 150px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 649px) {
  .ridesdescription .ride-badge-unlock .right-image {
    position: absolute;
    -o-object-fit: contain;
       object-fit: contain;
    right: -32px;
    bottom: -20px;
  }
}
.ridesdescription .ride-badge-unlock .badge-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .ridesdescription .ride-badge-unlock .badge-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ridesdescription .ride-badge-unlock .badge-content img {
  margin-right: 20px;
  width: 166px;
}
.ridesdescription .ride-badge-unlock .badge-content p {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
  font-family: "GuardianSansXCond semibold";
  letter-spacing: 0.8px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .ridesdescription .ride-badge-unlock .badge-content p {
    font-size: 24px;
    line-height: 28px;
  }
}

.ride-itinerary {
  position: relative;
}
.ride-itinerary .rides-itinerary-container {
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ride-itinerary .rides-itinerary-container {
    width: 90%;
    max-width: 90%;
  }
}
.ride-itinerary .rides-itinerary-container .rides-itinerary-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.ride-itinerary .rides-itinerary-container .rides-itinerary-header .itinerary-header-left-contnet .itinerary-header-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  font-family: "GuardianSansXCond Bold";
  margin: 0;
}
@media (max-width: 768px) {
  .ride-itinerary .rides-itinerary-container .rides-itinerary-header .itinerary-header-left-contnet .itinerary-header-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.ride-itinerary .rides-itinerary-container .rides-itinerary-header .itinerary-header-right-button {
  display: none;
}
@media (max-width: 768px) {
  .ride-itinerary .rides-itinerary-container .rides-itinerary-header .itinerary-header-right-button {
    display: block;
  }
}
.ride-itinerary .rides-itinerary-container .rides-itinerary-header .itinerary-header-right-button .open-full-itinerary-btn {
  color: #da291c;
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat";
  line-height: 18px;
}
.ride-itinerary .rides-itinerary-container .itinerary-header-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Montserrat";
  white-space: nowrap;
}
@media (max-width: 768px) {
  .ride-itinerary .rides-itinerary-container .itinerary-header-meta {
    font-style: 12px;
    line-height: 18px;
  }
}
.ride-itinerary .rides-itinerary-container .itinerary-header-meta .daysperator {
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: white;
  /* margin-right: 10px; */
}
.ride-itinerary .rides-itinerary-container .itinerary-header-meta .day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ride-itinerary .rides-itinerary-container .itinerary {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  position: relative;
}
.ride-itinerary .rides-itinerary-container .itinerary::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 50px;
  width: 2px;
  height: 70%;
  border-left: 2.5px dashed white;
  z-index: 2;
  border: none;
  background: repeating-linear-gradient(to bottom, transparent, transparent 8px, #474747 8px, #474747 16px);
  width: 1px;
  /* Border width */
}
@media (max-width: 768px) {
  .ride-itinerary .rides-itinerary-container .itinerary::before {
    left: 7px;
    height: calc(100% - 180px);
    top: 20px;
  }
}
.ride-itinerary .rides-itinerary-container .itinerary__day {
  position: relative;
  padding: 50px;
  background-color: #181818;
}
@media (max-width: 768px) {
  .ride-itinerary .rides-itinerary-container .itinerary__day {
    padding: 12px;
  }
}
.ride-itinerary .rides-itinerary-container .itinerary__day:first-child .itinerary__marker {
  background: #E5C34D;
  border: 0 solid #e5c34d;
}
.ride-itinerary .rides-itinerary-container .itinerary__day:first-child .itinerary__marker::after {
  border: 1px solid #e5c34d;
}
.ride-itinerary .rides-itinerary-container .itinerary__day:last-child .itinerary::before {
  display: none;
}
.ride-itinerary .rides-itinerary-container .itinerary__marker {
  position: absolute;
  left: 17px;
  top: 52px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #a7a7a7;
  border: 1px solid white;
  z-index: 5;
}
@media (max-width: 768px) {
  .ride-itinerary .rides-itinerary-container .itinerary__marker {
    width: 12px;
    height: 12px;
    top: 13px;
    left: 2px;
  }
}
.ride-itinerary .rides-itinerary-container .itinerary__marker::after {
  content: "";
  position: absolute;
  top: -2.3px;
  left: -2px;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .ride-itinerary .rides-itinerary-container .itinerary__marker::after {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 649px) {
  .ride-itinerary .rides-itinerary-container .itinerary__marker::after {
    width: 16px;
    height: 16px;
  }
}
.ride-itinerary .rides-itinerary-container .itinerary__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .ride-itinerary .rides-itinerary-container .itinerary__content {
    gap: 12px;
  }
}
.ride-itinerary .rides-itinerary-container .itinerary__image {
  width: 202px;
  height: 202px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .ride-itinerary .rides-itinerary-container .itinerary__image {
    height: 110px;
    width: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ride-itinerary .rides-itinerary-container .itinerary__header {
  margin-bottom: 10px;
}
.ride-itinerary .rides-itinerary-container .itinerary__title {
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 8px;
  font-weight: normal;
  font-family: "Montserrat";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-top: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ride-itinerary .rides-itinerary-container .itinerary__title .day-title {
  margin-right: 5px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 768px) {
  .ride-itinerary .rides-itinerary-container .itinerary__title .day-title {
    font-style: 12px;
    line-height: 18px;
  }
}
.ride-itinerary .rides-itinerary-container .itinerary__title .title-point {
  border-radius: 8px;
  height: 5px;
  width: 5px;
  background: #a7a7a7;
}
.ride-itinerary .rides-itinerary-container .itinerary__title .date-title {
  color: #a7a7a7;
  font-weight: 400;
}
@media (max-width: 768px) {
  .ride-itinerary .rides-itinerary-container .itinerary__title .date-title {
    font-style: 12px;
    line-height: 18px;
  }
}
.ride-itinerary .rides-itinerary-container .itinerary__subtitle {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: 600;
  font-family: "Montserrat";
  font-family: "Montserrat";
}
@media (max-width: 768px) {
  .ride-itinerary .rides-itinerary-container .itinerary__subtitle {
    display: -webkit-box;
    /* Enables the box model for line-clamp */
    -webkit-line-clamp: 1;
    /* Limits the text to one line */
    -webkit-box-orient: vertical;
    /* Sets the orientation for the box to vertical */
    overflow: hidden;
    font-style: 12px;
    line-height: 18px;
  }
}
.ride-itinerary .rides-itinerary-container .itinerary__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-bottom: 16px;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .ride-itinerary .rides-itinerary-container .itinerary__tags {
    width: 100%;
    margin-bottom: 0;
    gap: 22px;
  }
}
.ride-itinerary .rides-itinerary-container .itinerary__tag {
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: "Montserrat";
  border: 1px solid #847543;
}
@media (max-width: 768px) {
  .ride-itinerary .rides-itinerary-container .itinerary__tag {
    max-width: 56px;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* text-overflow: ellipsis; */
    /* width: 150px; */
    display: inline-block;
    font-style: 11px;
    line-height: 15px;
  }
}
.ride-itinerary .rides-itinerary-container .itinerary__distance {
  font-size: 12px;
  line-height: 18px;
  color: #a6a6a6;
  font-family: "Montserrat";
  position: relative;
  /* margin: 0 10px; */
  /* display: flex; */
  /* text-align: center; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (max-width: 768px) {
  .ride-itinerary .rides-itinerary-container .itinerary__distance {
    font-style: 11px;
    line-height: 15px;
  }
}
.ride-itinerary .rides-itinerary-container .itinerary__distance::before {
  content: url("clientlib-ridesmain/resources/images/Arrowicon.svg");
  width: 100px;
  height: 0.5px;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: 5px;
}
@media (max-width: 768px) {
  .ride-itinerary .rides-itinerary-container .itinerary__distance::before {
    width: 25px;
    bottom: 2px;
    left: -4px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
.ride-itinerary .rides-itinerary-container .itinerary__description {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
  font-family: "Montserrat";
}
@media (max-width: 768px) {
  .ride-itinerary .rides-itinerary-container .itinerary__description {
    display: none;
  }
}
.ride-itinerary .rides-itinerary-container .itinerary .itinerary__dropdown-icon {
  display: none;
  font-size: 16px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 768px) {
  .ride-itinerary .rides-itinerary-container .itinerary .itinerary__dropdown-icon {
    display: inline-block;
    margin-left: auto;
    position: absolute;
    right: 10px;
    top: 24px;
  }
}
.ride-itinerary .rides-itinerary-container .itinerary .itinerary__dropdown-icon.open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ride-itinerary .rides-itinerary-container .itinerary .mobile-itinerary__description {
  display: none;
  width: 90%;
  margin: auto;
}
.ride-itinerary .view-more-container {
  text-align: center;
  margin-top: 20px;
}
.ride-itinerary .view-more-container .view-more-btn {
  color: #da291c;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  font-family: "Montserrat";
  background: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.ride-itinerary .view-more-container .arrow-icon {
  position: relative;
  top: 2px;
  left: 8px;
}

.ride-info {
  max-width: 80%;
  margin: 0 auto;
  color: #fff;
}
@media (max-width: 768px) {
  .ride-info {
    max-width: 90%;
    -ms-transform-origin-x: 90%;
  }
}
.ride-info__title {
  font-size: 40px;
  margin-bottom: 32px;
  font-weight: 600;
  line-height: 48px;
  font-family: "GuardianSansXCond regular";
  letter-spacing: 2.4px;
}
@media (max-width: 768px) {
  .ride-info__title {
    font-size: 28px;
    line-height: 32px;
  }
}
.ride-info__section {
  background: #181818;
  padding: 20px;
  position: relative;
}
@media (max-width: 649px) {
  .ride-info__section {
    padding-left: 0px;
  }
}
.ride-info__section:after {
  content: "";
  display: block;
  width: 95%;
  margin: 0 auto;
  border-bottom: 2px solid #373737;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ride-info__section:last-child::after {
  content: none;
}
.ride-info__toggle {
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  font-weight: 600;
  font-family: "Montserrat";
}
@media (max-width: 649px) {
  .ride-info__toggle {
    font-size: 16px;
    line-height: 24px;
  }
}
.ride-info__toggle.active .ride-info__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ride-info__icon {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  stroke: #e5c34d;
}
.ride-info__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: max-height 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.ride-info__content.active {
  opacity: 1;
  visibility: visible;
}
.ride-info__list {
  list-style: none;
  padding: 20px 20px;
  margin: 0;
}
.ride-info__item {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  line-height: 21px;
  color: #a6a6a6;
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 400;
}
.ride-info__item::before {
  content: url("clientlib-ridesmain/resources/images/navigation-vector.svg");
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
}
.ride-info__item:last-child {
  margin-bottom: 0;
}

.ride-know-more-banner {
  position: relative;
  width: 100%;
  height: 400px;
  color: #fff;
  overflow: hidden;
  background-color: #181818;
}
@media (max-width: 768px) {
  .ride-know-more-banner {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 30px;
    padding-left: 10px;
  }
}
.ride-know-more-banner__background {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}
@media (max-width: 768px) {
  .ride-know-more-banner__background {
    -o-object-position: 70% center;
       object-position: 70% center;
  }
}
.ride-know-more-banner__overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(25.84%, rgb(24, 24, 24)), color-stop(56.55%, rgba(24, 24, 24, 0.65)), color-stop(75.39%, rgba(24, 24, 24, 0.413169)), to(rgba(24, 24, 24, 0)));
  background: linear-gradient(to right, rgb(24, 24, 24) 25.84%, rgba(24, 24, 24, 0.65) 56.55%, rgba(24, 24, 24, 0.413169) 75.39%, rgba(24, 24, 24, 0) 100%);
  z-index: 1;
}
@media (max-width: 768px) {
  .ride-know-more-banner__overlay {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(35%, rgb(24, 24, 24)), color-stop(65%, rgba(24, 24, 24, 0.7)), to(rgba(24, 24, 24, 0)));
    background: linear-gradient(to right, rgb(24, 24, 24) 35%, rgba(24, 24, 24, 0.7) 65%, rgba(24, 24, 24, 0) 100%);
  }
}
.ride-know-more-banner__content {
  z-index: 2;
  position: relative;
  top: 25%;
  /* left: 10%; */
  width: 80%;
  margin: auto;
}
@media (max-width: 768px) {
  .ride-know-more-banner__content {
    top: 21%;
    left: 5%;
    width: 65%;
    margin: 0;
  }
}
.ride-know-more-banner__title {
  font-size: 40px;
  font-weight: 500;
  margin: 0 0 16px;
  line-height: 48px;
  color: #ededed;
  margin-bottom: 24px;
  font-family: GuardianSansXCond Semibold;
}
@media (max-width: 768px) {
  .ride-know-more-banner__title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
    font-family: "GuardianSansXCond Regular";
    font-weight: 500;
    max-width: 200px;
  }
}
.ride-know-more-banner__subtitle {
  font-size: 16px;
  margin: 0px 0 32px;
  opacity: 0.9;
  line-height: 22.4px;
  color: #cacaca;
}
@media (max-width: 768px) {
  .ride-know-more-banner__subtitle {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 16px;
  }
}
.ride-know-more-banner__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
  background: rgba(255, 255, 255, 0.1);
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 22.4px;
  font-weight: 700;
  font-family: "Montserrat";
  letter-spacing: 1px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.ride-know-more-banner__cta svg {
  width: 32px;
  height: 27px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.ride-know-more-banner__cta:hover {
  background: rgba(255, 255, 255, 0.2);
}
.ride-know-more-banner__cta:hover svg {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
@media (max-width: 768px) {
  .ride-know-more-banner__cta {
    padding: 10px 20px;
    font-size: 12px;
    line-height: 18px;
  }
  .ride-know-more-banner__cta svg {
    width: 16px;
    height: 16px;
  }
}

.ride-key-places {
  max-width: 80%;
  margin: 0 auto;
  overflow: hidden;
  height: 540px;
}
@media (max-width: 768px) {
  .ride-key-places {
    width: 100%;
    max-width: 90%;
  }
}
.ride-key-places .swiper-pagination-bullets-dynamic {
  left: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.ride-key-places-title {
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0.2px;
  font-family: "GuardianSansXCond Semibold";
  margin: 26px 0;
  color: #ffffff;
}
@media (max-width: 768px) {
  .ride-key-places-title {
    font-size: 28px;
    line-height: 32px;
    width: 100%;
    margin: 30px auto;
  }
}
.ride-key-places-title h3 {
  font-size: 40px;
}
@media (max-width: 768px) {
  .ride-key-places-title h3 {
    font-size: 28px;
    line-height: 32px;
    color: #ededed;
  }
}
.ride-key-places__swiper {
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .ride-key-places__swiper {
    width: 90%;
  }
}
.ride-key-places__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  /* Default width */
  -webkit-transition: none !important;
  transition: none !important;
}
@media (max-width: 768px) {
  .ride-key-places__slide {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .ride-key-places .swiper-slide-active {
    width: 100% !important;
  }
}
.ride-key-places__card {
  background-color: #222;
  overflow: hidden;
  text-align: left;
  position: relative;
  height: 372px;
}
.ride-key-places__card::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 150px;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.ride-key-places__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.ride-key-places__info {
  position: absolute;
  bottom: 10px;
  width: 90%;
  padding: 20px;
}
.ride-key-places__name {
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ededed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ride-key-places__name::before {
  content: url("clientlib-ridesmain/resources/images/location-vector.svg");
  margin-right: 5px;
  font-size: 18px;
}
.ride-key-places__description {
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat";
  color: #a7a7a7;
  margin-top: 0.5rem;
  line-height: 21px;
}
@media (max-width: 768px) {
  .ride-key-places__description {
    font-style: 12px;
    line-height: 18px;
    color: #A7A7A7;
  }
}
.ride-key-places .swiper-pagination {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  bottom: -26px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .ride-key-places .swiper-pagination {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 5px;
  }
}
.ride-key-places .swiper-pagination .swiper-pagination-bullet {
  width: 40px !important;
  height: 3px !important;
  border-radius: 0 !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  margin: 0 !important;
}
.ride-key-places .swiper-pagination .swiper-pagination-bullet-active {
  background-color: white !important;
  width: 40px !important;
}
.ride-key-places .swiper-button-prev,
.ride-key-places .swiper-button-next {
  color: #fff !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  z-index: 2 !important;
  border: 1.23px solid;
  z-index: 2;
  background: linear-gradient(#262626, #262626) padding-box, linear-gradient(120deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.02)) border-box;
  backdrop-filter: blur(90px);
  opacity: 0.9;
  border: 1px solid #474747;
  border-image-source: linear-gradient(249deg, rgba(255, 255, 255, 0.67) -34.97%, rgba(255, 255, 255, 0) 114.31%);
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important;
  top: 40% !important;
}
@media (max-width: 768px) {
  .ride-key-places .swiper-button-prev,
  .ride-key-places .swiper-button-next {
    display: none !important;
  }
}
.ride-key-places .swiper-button-prev.swiper-button-disabled,
.ride-key-places .swiper-button-next.swiper-button-disabled {
  opacity: 0.8 !important;
  color: #000000 !important;
}
.ride-key-places .swiper-button-prev:hover,
.ride-key-places .swiper-button-next:hover {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.ride-key-places .swiper-button-prev::after,
.ride-key-places .swiper-button-next::after {
  content: "" !important;
}
.ride-key-places .swiper-button-prev svg,
.ride-key-places .swiper-button-next svg {
  width: 16px !important;
  height: 16px !important;
  stroke-width: 3 !important;
}
.ride-key-places .swiper-button-prev {
  left: 0 !important;
}
.ride-key-places .swiper-button-next {
  right: 0 !important;
}

.ride-key-places__slide.swiper-slide-prev {
  width: 50% !important;
}
@media (max-width: 649px) {
  .ride-key-places__slide.swiper-slide-prev {
    width: 100% !important;
  }
}

.ride-key-places__slide.swiper-slide-active {
  width: 24.5% !important;
}
@media (max-width: 649px) {
  .ride-key-places__slide.swiper-slide-active {
    width: 100% !important;
  }
}

.ride-key-places__slide.swiper-slide-next {
  width: 24.5% !important;
}
@media (max-width: 649px) {
  .ride-key-places__slide.swiper-slide-next {
    width: 100% !important;
  }
}

.swiper-custom-pagination-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-top: 10px;
}

.swiper-custom-pagination-button--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.swiper-button-prev-pagination {
  width: 24px;
  height: 4px;
  background-color: #282828;
}

.swiper-button-next-pagination {
  height: 5px;
  width: 24px;
  background-color: #282828;
}

.swiper-button-active {
  width: 40px;
  height: 4px;
  background-color: #fff;
}

.testimonials-container {
  margin: 0 auto;
  color: #fff;
  overflow: hidden;
  height: 500px;
  /* Swiper Custom Styles */
}
.testimonials-container .testimonials-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}
@media (min-width: 768px) {
  .testimonials-container .testimonials-header {
    padding-bottom: 36px;
  }
}
.testimonials-container .testimonials-header .testimonials-title {
  font-size: 40px;
  line-height: 48px;
  margin: 20px 0px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .testimonials-container .testimonials-header .testimonials-title {
    font-size: 28px;
    line-height: 32px;
    width: 90%;
    margin: auto;
  }
}
.testimonials-container .testimonials-header .view-all {
  color: #da291c !important;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Montserrat";
}
.testimonials-container .testimonials-header .view-all::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='12' viewBox='0 0 9 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.58301 0.166626H0.833008L4.99967 5.99996L0.833008 11.8333H4.58301L8.74967 5.99996L4.58301 0.166626Z' fill='%23FD5050'/%3E%3C/svg%3E");
  width: 9px;
  height: 12px;
  display: inline-block;
}
@media (max-width: 768px) {
  .testimonials-container .testimonials-header .view-all {
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 90%;
    margin: auto;
    border: 1px solid #616161;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ededed;
    font-size: 14px;
  }
  .testimonials-container .testimonials-header .view-all::after {
    display: none;
  }
}
.testimonials-container .testimonials-slider {
  overflow: visible !important;
  margin-top: 40px;
  padding: 22px;
}
.testimonials-container .swiper-slide {
  -webkit-transform: scale(0.89) !important;
          transform: scale(0.89) !important;
}
@media (max-width: 768px) {
  .testimonials-container .swiper-slide {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}
.testimonials-container .swiper-slide-active {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.testimonials-container .swiper-slide-active .testimonial-card:before {
  display: block;
}
@media (max-width: 768px) {
  .testimonials-container .swiper-slide-active {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
  .testimonials-container .swiper-slide-active .testimonial-card:before {
    display: block;
  }
}
.testimonials-container .testimonial-card {
  background-color: #282828;
  padding: 50px 30px;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .testimonials-container .testimonial-card {
    padding: 40px 20px;
  }
}
.testimonials-container .testimonial-card::before {
  content: "";
  position: absolute;
  left: 20%;
  top: -23px;
  width: 60px;
  height: 50px;
  background-image: url("clientlib-ridesmain/resources/images/doublecolonicon.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1300px) {
  .testimonials-container .testimonial-card::before {
    left: 10%;
  }
}
@media (max-width: 768px) {
  .testimonials-container .testimonial-card::before {
    left: 20px;
    top: -23px;
    width: 60px;
  }
}
.testimonials-container .testimonial-card .testimonial-card__top {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .testimonials-container .testimonial-card .testimonial-card__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .testimonials-container .testimonial-card .testimonial-card__rider-details {
    text-align: left;
    padding-top: 31.5px;
  }
}
.testimonials-container .testimonial-card .profile-img {
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  position: absolute;
  top: -46px;
  background-color: #282828;
}
@media (max-width: 649px) {
  .testimonials-container .testimonial-card .profile-img {
    position: absolute;
    left: 50%;
    top: -80px;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
.testimonials-container .testimonial-card .profile-img img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials-container .testimonial-card .rider-name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Montserrat";
  margin-bottom: 5px;
}
.testimonials-container .testimonial-card .rider-detail,
.testimonials-container .testimonial-card .rider-bike {
  font-size: 12px;
  line-height: 18px;
  font-family: "Montserrat";
  color: #ffffff;
  margin: 5px 0;
}
.testimonials-container .testimonial-card .ride-bike {
  color: #a6a6a6;
}
.testimonials-container .testimonial-card .rider-details {
  font-size: 12px;
  line-height: 18px;
  font-family: "Montserrat";
  color: #ffffff;
  margin: 0;
}
.testimonials-container .testimonial-card .testimonial-text {
  font-size: 14px;
  line-height: 21px;
  margin-top: 20px;
  font-family: "Montserrat";
}
.testimonials-container .swiper-button-next,
.testimonials-container .swiper-button-prev {
  color: #fff;
  backdrop-filter: blur(90px);
  background: linear-gradient(#262626, #262626) padding-box, linear-gradient(120deg, #fff, hsla(0, 0%, 100%, 0.02)) border-box;
  border: 1px solid #474747;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.testimonials-container .swiper-button-next:after,
.testimonials-container .swiper-button-prev:after {
  font-size: 12px;
  font-weight: 800;
}
@media (max-width: 768px) {
  .testimonials-container .swiper-button-next,
  .testimonials-container .swiper-button-prev {
    display: none !important;
  }
}
.testimonials-container .swiper-pagination {
  bottom: -15px !important;
}
.testimonials-container .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  border-radius: 0 !important;
  width: 30px !important;
  height: 3px;
}
.testimonials-container .swiper-pagination-bullet-active {
  opacity: 1;
  width: 40px !important;
}
.testimonials-container .swiper-button-next {
  right: 10px;
}
.testimonials-container .swiper-button-prev {
  left: 10px;
}

.cmp-rides-dealer-review .testimonials-container .testimonial-card .testimonial-card__top {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cmp-rides-dealer-review .testimonials-container .testimonial-card .testimonial-card__top {
    padding-top: 0;
  }
}

.ridesdetailbanner .detail-banner {
  position: relative;
  display: block;
  color: white;
  overflow: hidden;
  z-index: 1;
  height: 80vh;
}
@media (max-width: 768px) {
  .ridesdetailbanner .detail-banner {
    height: 100vh;
  }
}
.ridesdetailbanner .detail-banner .banner-background-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.ridesdetailbanner .detail-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15.71%, rgba(0, 0, 0, 0)), color-stop(98.67%, #000000));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 15.71%, #000000 98.67%);
}
.ridesdetailbanner .detail-banner .hero-content {
  position: relative;
  margin: auto;
  max-width: 80%;
  top: 58%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .ridesdetailbanner .detail-banner .hero-content {
    left: auto;
    max-width: 100%;
    padding-left: 22px;
    top: 56%;
    -webkit-transform: none;
    transform: none;
  }
}
.ridesdetailbanner .detail-banner .hero-content .banner-badge {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 600;
  color: #181818;
  padding: 10px 20px;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .ridesdetailbanner .detail-banner .hero-content .banner-badge {
    font-size: 12px;
    line-height: 17px;
  }
}
.ridesdetailbanner .detail-banner .hero-content fhero-meta .hero-title {
  width: 100%;
}
.ridesdetailbanner .detail-banner .hero-content fhero-meta .hero-title p {
  font-size: 60px;
  font-family: "GuardianSansXCond Bold", sans-serif;
  font-weight: 700;
  margin: 20px 0;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .ridesdetailbanner .detail-banner .hero-content fhero-meta .hero-title p {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    width: 80%;
    margin-bottom: 20px;
  }
}
.ridesdetailbanner .detail-banner .hero-content .hero-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: "Montserrat";
}
.ridesdetailbanner .detail-banner .hero-content .hero-meta .daysperator {
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: white;
  /* margin-right: 10px; */
}
.ridesdetailbanner .detail-banner .hero-content .hero-meta .day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-wrap: auto;
  max-width: 65%;
}
.ridesdetailbanner .detail-banner .hero-content .hero-meta .day img {
  width: 17px;
  height: 20px;
}
.ridesdetailbanner .detail-banner .registeredcount {
  width: 100%;
  height: 70px;
  background-color: #181818;
  position: absolute;
  bottom: 0;
}
.ridesdetailbanner .detail-banner .registeredcount .registeredcount-content {
  max-width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
  bottom: -12px;
}
.ridesdetailbanner .detail-banner .registeredcount .registeredcount-content .imgcount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.ridesdetailbanner .detail-banner .registeredcount .registeredcount-content .imgcount img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  /* Adjust left position to overlap images */
}
.ridesdetailbanner .detail-banner .registeredcount .registeredcount-content .imgcount img:nth-child(1) {
  left: 0;
}
.ridesdetailbanner .detail-banner .registeredcount .registeredcount-content .imgcount img:nth-child(2) {
  left: 15px;
}
.ridesdetailbanner .detail-banner .registeredcount .registeredcount-content .imgcount img:nth-child(3) {
  left: 30px;
}
.ridesdetailbanner .detail-banner .registeredcount .registeredcount-content .imgcount img:nth-child(4) {
  left: 45px;
}
.ridesdetailbanner .detail-banner .registeredcount .registeredcount-content .imgcount .regsteredcount-circularimg {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #292929;
  color: white;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  left: 65px;
}
.ridesdetailbanner .detail-banner .registeredcount .registeredcount-content p {
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat";
  padding: 10px;
  position: relative;
  left: 55px;
  color: white;
}
@media (max-width: 768px) {
  .ridesdetailbanner .detail-banner .registeredcount {
    padding-left: 0px;
  }
}
.ridesdetailbanner .detail-banner .desktop-video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.ridesdetailbanner .detail-banner .desktop-video video {
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.ridesdetailbanner .detail-banner .mobile-video {
  display: none;
}
@media (max-width: 768px) {
  .ridesdetailbanner .detail-banner .desktop-video {
    display: none;
  }
  .ridesdetailbanner .detail-banner .mobile-video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
  }
  .ridesdetailbanner .detail-banner .mobile-video video {
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
}

.editmode .detail-banner {
  height: 700px;
}

@media (max-width: 649px) {
  .cmp--tabs--shiny-black-white .cmp-tabs {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.cmp--tabs--shiny-black-white .cmp-tabs__tablist {
  width: 80%;
  margin: 0 auto;
  gap: 56px;
  background: linear-gradient(267.9deg, rgba(255, 255, 255, 0.1) 14.44%, rgba(255, 255, 255, 0.0500012) 68.95%, rgba(255, 255, 255, 0) 123.48%), linear-gradient(0deg, rgba(196, 196, 196, 0.06), rgba(196, 196, 196, 0.06));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* gap: 56px; */
  border-radius: 80px;
  border: 1px solid gray;
  padding: 17px 0px 13px 0px;
  position: relative;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.cmp--tabs--shiny-black-white .cmp-tabs__tablist::before {
  content: " ";
  position: absolute;
  width: 8%;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  height: 220px;
  background: rgba(0, 0, 0, 0.7490196078);
  right: 0;
}
.cmp--tabs--shiny-black-white .cmp-tabs__tablist::after {
  content: " ";
  position: absolute;
  width: 8%;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  height: 220px;
  background: rgba(0, 0, 0, 0.7490196078);
  left: 0;
}
@media (max-width: 1100px) {
  .cmp--tabs--shiny-black-white .cmp-tabs__tablist {
    overflow: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 649px) {
  .cmp--tabs--shiny-black-white .cmp-tabs__tablist {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 70px;
    justify-content: flex-start;
    overflow: scroll;
    padding: 9pt;
    width: 90%;
    overflow-y: hidden;
    margin-left: 0;
    margin: 0 auto;
  }
}
.cmp--tabs--shiny-black-white .cmp-tabs__tab--active {
  font-family: "Montserrat";
  border-bottom: 0px;
  font-size: 20px !important;
  color: white;
  font-weight: 600;
  line-height: 30px !important;
  padding: 0;
}
.cmp--tabs--shiny-black-white .cmp-tabs__tab {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #a6a6a6;
  white-space: nowrap;
  padding: 3px 0px 3px 0px;
}
@media (max-width: 649px) {
  .cmp--tabs--shiny-black-white .cmp-tabs__tab {
    white-space: nowrap;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
  }
}
.cmp--tabs--shiny-black-white .cmp-tabs__tab--active {
  font-weight: 600;
  color: white;
}

.cmp--revamp--motoverse-cards {
  margin-bottom: 24px;
}
@media (max-width: 649px) {
  .cmp--revamp--motoverse-cards {
    margin-bottom: 0px;
  }
}
.cmp--revamp--motoverse-cards .card-content {
  position: absolute !important;
  width: 90%;
  bottom: 0px !important;
  left: 16px;
  margin: 16px auto !important;
  margin-bottom: 18px !important;
}
@media (max-width: 649px) {
  .cmp--revamp--motoverse-cards .card-content {
    width: 100% !important;
    left: 0px !important;
  }
}
.cmp--revamp--motoverse-cards .card-content-container {
  height: 200px;
}
.cmp--revamp--motoverse-cards .card-content-container::before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(2.79%, #181818), color-stop(66.56%, rgba(24, 24, 24, 0.742)), color-stop(85.75%, rgba(24, 24, 24, 0.315)), color-stop(96%, rgba(24, 24, 24, 0))) !important;
  background: linear-gradient(to top, #181818 2.79%, rgba(24, 24, 24, 0.742) 66.56%, rgba(24, 24, 24, 0.315) 85.75%, rgba(24, 24, 24, 0) 96%) !important;
}
.cmp--revamp--motoverse-cards .card-heading {
  font-family: "GuardianSansXCond Semibold" !important;
  font-size: 20px !important;
  letter-spacing: 1px !important;
  font-weight: 500 !important;
}
.cmp--revamp--motoverse-cards .card-details-button {
  background: transparent !important;
  height: auto !important;
}
.cmp--revamp--motoverse-cards .card-details-button:hover {
  -webkit-transform: none !important;
          transform: none !important;
  width: auto !important;
}
.cmp--revamp--motoverse-cards .card-details-button:hover::before {
  -webkit-transform: none !important;
          transform: none !important;
  scale: 1.2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cmp--revamp--motoverse-cards .card-details-button::before {
  height: 24px !important;
  width: 24px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m10 17l5-5l-5-5'/%3E%3C/svg%3E") !important;
}

.cmp-seperator-small-seperator .cmp-separator__horizontal-rule {
  border: none;
  height: 20px;
}

.cmp-seperator-medium-seperator .cmp-separator__horizontal-rule {
  border: none;
  height: 40px;
}

.cmp-seperator-large-seperator .cmp-separator__horizontal-rule {
  border: none;
  height: 60px;
}

.cmp-seperator-extra-large-seperator .cmp-separator__horizontal-rule {
  border: none;
  height: 80px;
}

@media (max-width: 768px) {
  .cmp-separetor-mobile-hidden {
    display: none;
  }
}

@media (min-width: 769px) {
  .cmp-separetor-desktop-hidden {
    display: none;
  }
}

.cmp-separator__horizontal-rule {
  border: none;
  outline: none;
  margin: 0;
}

.cmp-rides-revamp-breadcrumb {
  position: relative;
  top: 100px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1100px !important;
  width: 90% !important;
  margin: auto !important;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  float: none !important;
  left: 10%;
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cmp-rides-revamp-breadcrumb {
    width: 90% !important;
    height: 0px;
    left: 24px;
    top: 90px;
  }
}
.cmp-rides-revamp-breadcrumb::before {
  content: url("clientlib-ridesmain/resources/images/navigation-vector.svg");
  /* Use a left arrow character */
  display: inline-block;
  font-size: 16px;
  /* Adjust size for the arrow */
  color: rgb(255, 255, 255);
  /* Arrow color */
  margin-right: 10px;
  /* Space between the arrow and breadcrumb */
  -webkit-transform: rotate(180deg) translateY(4px);
          transform: rotate(180deg) translateY(4px);
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
}
.cmp-rides-revamp-breadcrumb .cmp-breadcrumb {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.cmp-rides-revamp-breadcrumb .cmp-breadcrumb__list {
  list-style: none;
  padding: 0px;
  margin: 0;
}
.cmp-rides-revamp-breadcrumb .cmp-breadcrumb__item {
  color: #a6a6a6;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.cmp-rides-revamp-breadcrumb .cmp-breadcrumb__item::after {
  color: #A6A6A6;
  content: "/";
  display: inline-block;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  margin: 0 4px;
}
.cmp-rides-revamp-breadcrumb .cmp-breadcrumb__item:nth-last-child(2):after {
  color: #fff;
}
.cmp-rides-revamp-breadcrumb .cmp-breadcrumb__item:last-child {
  font-weight: 600;
  color: rgb(255, 255, 255);
}
.cmp-rides-revamp-breadcrumb .cmp-breadcrumb__item:last-child::after {
  content: none;
}
.cmp-rides-revamp-breadcrumb .cmp-breadcrumb__item .cmp-breadcrumb__item-link {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.cmp-rides-revamp-breadcrumb .cmp-breadcrumb__item .cmp-breadcrumb__item-link:hover {
  color: #fff;
  /* Highlight color on hover */
}

.cmp-rides-revamp-breadcrumb.cmp-rides-dealer-breadcrumb {
  position: unset;
  height: unset;
  padding-top: 57px;
  padding-bottom: 20px;
  width: 100% !important;
  position: unset;
  margin-left: 0% !important;
  background: #181818;
  padding-left: 10%;
  max-width: unset !important;
}
@media (max-width: 768px) {
  .cmp-rides-revamp-breadcrumb.cmp-rides-dealer-breadcrumb {
    height: unset;
    margin-left: 0px !important;
    padding: 40px 20px 20px;
    width: 100% !important;
  }
}

.news-and-media-container {
  padding-top: 24px;
}
@media only screen and (min-width: 481px) and (max-width: 750px) {
  .news-and-media-container {
    padding: 0 20px;
  }
}
@media (max-width: 649px) {
  .news-and-media-container {
    background: #000000;
    padding: 20px;
    /* margin-right: 0px; */
    margin: 0;
    padding-bottom: 32px;
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 0px;
  }
}
.news-and-media-container .marquee-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 5px;
  color: white;
  font-family: "GuardianSansXCond Semibold";
  line-height: 48px;
  font-weight: 500 !important;
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  .news-and-media-container .marquee-title {
    font-size: 28px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 32px !important;
  }
}
.news-and-media-container .marquee-description {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #a6a6a6;
  font-family: "Montserrat";
  font-weight: 400;
}
@media (max-width: 649px) {
  .news-and-media-container .marquee-description {
    margin-bottom: 24px;
  }
}
.news-and-media-container .cmp--newsandmedia-swiper {
  position: relative;
}
@media (max-width: 568px) {
  .news-and-media-container .cmp--newsandmedia-swiper {
    padding-bottom: 40px;
  }
}
.news-and-media-container .marquee-rides-events-card {
  position: relative !important;
  height: 430px !important;
}
@media (max-width: 649px) {
  .news-and-media-container .marquee-rides-events-card {
    height: 338px !important;
  }
}
.news-and-media-container .marquee-rides-events-card img {
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  -o-object-position: top;
     object-position: top;
  /* Smooth transition for scaling */
}
.news-and-media-container .marquee-rides-events-card img:hover {
  -webkit-transform: none;
          transform: none;
}
.news-and-media-container .marquee-rides-events-card .status-banner {
  position: absolute;
  top: 0;
  background: #DEB219;
  border-radius: 0 0 4px 0;
  margin: 0;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  line-height: 22.4px;
  line-height: 18px;
  text-align: center;
  color: #181818;
  padding: 8px 11px;
  width: 134px;
  white-space: nowrape;
}
.news-and-media-container .marquee-rides-events-card .card-content-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* padding: 20px; */
  color: rgb(166, 166, 166);
}
.news-and-media-container .marquee-rides-events-card .card-content-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(70.98%, rgba(0, 0, 0, 0.8)), to(rgba(33, 33, 33, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 70.98%, rgba(33, 33, 33, 0) 100%);
}
.news-and-media-container .marquee-rides-events-card .card-content-container .card-content {
  position: relative;
  width: 90%;
  margin: 24px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 780px) {
  .news-and-media-container .marquee-rides-events-card .card-content-container .card-content {
    width: 100%;
  }
}
.news-and-media-container .marquee-rides-events-card .card-content-container .card-content .card-heading {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: white;
  margin: 0;
  position: relative;
  top: 5px;
}
.news-and-media-container .marquee-rides-events-card .card-content-container .card-content .divider {
  border: 1px solid #373737;
  width: 100%;
  margin: 8px auto;
}
.news-and-media-container .marquee-rides-events-card .card-content-container .card-content .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  margin: 10px 0;
}
.news-and-media-container .marquee-rides-events-card .card-content-container .card-content .location p {
  margin: 0;
}
.news-and-media-container .marquee-rides-events-card .card-content-container .card-content .location::before {
  content: url("clientlib-ridesmain/resources/images/location.svg");
  display: inline-block;
  width: 12px;
  height: 12px;
}
.news-and-media-container .marquee-rides-events-card .card-content-container .card-content .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
.news-and-media-container .marquee-rides-events-card .card-content-container .card-content .date::before {
  content: url("clientlib-ridesmain/resources/images/date.svg");
  display: inline-block;
  width: 12px;
  height: 12px;
}
.news-and-media-container .marquee-rides-events-card .card-content-container .card-content .card-buttons {
  height: 30px;
}
.news-and-media-container .marquee-rides-events-card .card-content-container .card-content .card-buttons .card-details-button {
  height: 42px;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: left;
  text-decoration: none;
  color: #DA291c !important;
  cursor: pointer;
  border-radius: 50%;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: black;
}
.news-and-media-container .marquee-rides-events-card .card-content-container .card-content .card-buttons .card-details-button:hover {
  background: black;
  width: 42px;
  height: 42px;
}
.news-and-media-container .marquee-rides-events-card .card-content-container .card-content .card-buttons .card-details-button::before {
  content: "";
  width: 42px;
  background-repeat: no-repeat;
  height: 42px;
  background-position: center;
  background-size: cover;
  display: inline-block;
  background-image: url("clientlib-ridesmain/resources/images/newsandmediabutton.svg");
}
.news-and-media-container .marquee-rides-events-card .card-content-container .card-content .card-buttons .card-after-movie-button {
  padding: 8px 10px;
  border: 1px solid rgb(167, 167, 167);
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  color: rgb(255, 255, 255);
  text-decoration: none;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 649px) {
  .news-and-media-container .marquee-rides-events-card .card-content-container .card-content .card-buttons .card-after-movie-button {
    font-size: 12px;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
.news-and-media-container .marquee-rides-events-card .card-content-container .card-content .card-buttons .card-after-movie-button:hover {
  background-color: white;
  color: black;
}

.cmp--newsandmedia-swiper {
  /* Swiper custom styles */
}
@media (max-width: 768px) {
  .cmp--newsandmedia-swiper .swiper-horizontal {
    height: 494px;
  }
}
.cmp--newsandmedia-swiper .swiper-pagination {
  position: absolute !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
@media (max-width: 768px) {
  .cmp--newsandmedia-swiper .swiper-pagination {
    bottom: 0px !important;
  }
}
.cmp--newsandmedia-swiper .swiper-pagination-horizontal {
  position: absolute;
  top: 370px;
  left: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
}
@media (max-width: 767px) {
  .cmp--newsandmedia-swiper .swiper-pagination-horizontal {
    display: block;
  }
}
.cmp--newsandmedia-swiper .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.cmp--newsandmedia-swiper .swiper-pagination-bullet-active {
  background-color: white;
  width: 40px;
}
.cmp--newsandmedia-swiper .cmp-carousel__actions {
  display: none;
}
.cmp--newsandmedia-swiper .cmp-carousel__indicators {
  display: none;
}
.cmp--newsandmedia-swiper .swiper-button-next,
.cmp--newsandmedia-swiper .swiper-button-prev {
  display: none;
}

.re-rides-home-locate-us-component {
  display: block;
}
@media (max-width: 768px) {
  .re-rides-home-locate-us-component .locate-centre__card-desc {
    display: block !important;
  }
}
.re-rides-home-locate-us-component .locate-centre__card {
  min-height: 320px !important;
}
.re-rides-home-locate-us-component .locate-centre__card .locate-centre__card-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .re-rides-home-locate-us-component .locate-centre__card .locate-centre__card-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90% !important;
    margin: auto !important;
  }
}

@media (max-width: 767px) {
  .legacy {
    padding-bottom: 10px;
  }
}
.legacy .timeline-card {
  width: 78%;
  margin: 0 auto;
  background-color: black;
  position: relative;
}
@media (max-width: 767px) {
  .legacy .timeline-card p {
    width: 90% !important;
    padding-right: 0px !important;
    margin: 0 auto !important;
  }
}
.legacy .timeline-card .timeline-image {
  display: block;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  /* Medium devices (tablets, iPad mini, 768px to 991px) */
  /* Large devices (small laptops, 992px to 1199px) */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .legacy .timeline-card .timeline-image {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .legacy .timeline-card .timeline-image {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.legacy .timeline-card .timeline-image-mobile {
  display: none;
}
.legacy .timeline-card .read-more {
  font-family: Montserrat !important;
  margin-top: 10px;
}
.legacy .timeline-card .timeline-content {
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000000, rgba(0, 0, 0, 0));
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  position: absolute;
  padding-left: 5px;
  padding-top: 5px;
}
.legacy .timeline-card .timeline-content {
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin: 0 auto;
  display: none;
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.legacy .timeline-card .timeline-content p {
  font-size: 16px;
  line-height: 1.5;
  width: 88%;
  padding-bottom: 30px;
  margin: 0 auto;
}
.legacy .timeline-card .timeline-content p .read-more {
  font-size: 16px;
}
@media (max-width: 649px) {
  .legacy .timeline-card .timeline-content p {
    font-size: 14px !important;
  }
}
@media (max-width: 576px) {
  .legacy .timeline-card .timeline-content p {
    font-size: 14px;
    padding-bottom: 14px;
  }
}
.legacy .timeline-card .timeline-content .read-more {
  color: #DA291C;
  cursor: pointer;
  font-weight: bold;
  display: inline;
  background: -webkit-gradient(linear, left transparent, from(white));
  background: linear-gradient(to left transparent, white);
}
@media (max-width: 767px) {
  .legacy .timeline-card .timeline-content .read-more {
    background-color: black !important;
    right: 2px !important;
    padding-left: 4px !important;
  }
}
@media (max-width: 649px) {
  .legacy .timeline-card .timeline-content .read-more {
    font-size: 14px;
  }
}
.legacy .timeline-card .timeline-content.active {
  display: block !important;
  -webkit-filter: none;
          filter: none;
}

.cmp--royalenfield--fixes-width h1 {
  font-size: 40px;
}

.cmp-bg-blue-container {
  background: #181818;
  padding-bottom: 60px;
  padding-top: 44px;
}
@media (max-width: 649px) {
  .cmp-bg-blue-container {
    padding-top: 0px;
    margin-top: 4px;
  }
}
.cmp-bg-blue-container .cmp-text {
  padding-left: 5.5%;
}
.cmp-bg-blue-container .cmp-text h1,
.cmp-bg-blue-container .cmp-text h2,
.cmp-bg-blue-container .cmp-text h3 {
  font-weight: 500 !important;
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 767px) {
  .cmp-bg-blue-container .cmp-text {
    padding-left: 0px;
  }
  .cmp-bg-blue-container .cmp-text h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.cmp-bg-blue-container .cmp-button {
  border: solid 1px white;
  padding: 12px 90px;
  text-align: center;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  width: 312px;
  height: 56px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  line-height: 22.4px;
  color: white;
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(112.38deg, rgba(255, 255, 255, 0.5) -120.84%, rgba(255, 255, 255, 0.1) 79.67%);
}
@media (max-width: 649px) {
  .cmp-bg-blue-container .cmp-button {
    width: 100%;
  }
}
.cmp-bg-blue-container .cmp-button:hover {
  background: linear-gradient(104.31deg, hsla(0, 0%, 100%, 0.7) -84.21%, transparent 102.45%);
}
.cmp-bg-blue-container .button {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.swiper-container--legacy .swiper {
  height: 480px;
  position: relative;
  max-width: 90%;
}
@media (max-width: 649px) {
  .swiper-container--legacy .swiper {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .swiper-container--legacy .swiper .swiper-pagination-bullets {
    bottom: 0px;
  }
}
.swiper-container--legacy .swiper .swiper-button-next {
  right: 4.9rem;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: center;
}
.swiper-container--legacy .swiper .swiper-button-prev {
  left: 4.9rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 40%;
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: center;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23fff' d='M340.864 149.312a30.59 30.59 0 0 0 0 42.752L652.736 512L340.864 831.872a30.59 30.59 0 0 0 0 42.752a29.12 29.12 0 0 0 41.728 0L714.24 534.336a32 32 0 0 0 0-44.672L382.592 149.376a29.12 29.12 0 0 0-41.728 0z' stroke-width='45' stroke='%23fff'/%3E%3C/svg%3E");
}
.swiper-container--legacy .swiper .swiper-scrollbar {
  display: none;
}
.swiper-container--legacy .swiper .swiper-slide {
  height: 100%;
}
.swiper-container--legacy .swiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.6;
}
.swiper-container--legacy .swiper .swiper-slide-shadow {
  display: none;
  background: none !important;
}
.swiper-container--legacy .swiper .swiper-slide-active {
  height: 470px;
}
.swiper-container--legacy .swiper .swiper-slide-active .timeline-content {
  display: block !important;
  -webkit-filter: none;
          filter: none;
}
.swiper-container--legacy .swiper .swiper-pagination {
  display: none;
}
.swiper-container--legacy .swiper .swiper-pagination-bullet {
  background: white;
  width: 30px;
  height: 3px;
  opacity: 0.5;
  border-radius: 0;
}
.swiper-container--legacy .swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-container--legacy .swiper .swiper-button-next {
  background: linear-gradient(rgb(38, 38, 38), rgb(38, 38, 38)) padding-box padding-box, linear-gradient(120deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.02)) border-box border-box !important;
  border-image-source: linear-gradient(133.14deg, rgba(255, 255, 255, 0.33) 0%, rgba(255, 255, 255, 0.0066) 84.07%) !important;
}
.swiper-container--legacy .swiper .swiper-button-prev,
.swiper-container--legacy .swiper .swiper-button-next {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  border-radius: 50%;
  border: 0px;
  background-color: black !important;
  color: white;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: linear-gradient(rgb(38, 38, 38), rgb(38, 38, 38)) padding-box padding-box, linear-gradient(271deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.02)) border-box border-box;
  border-image-source: linear-gradient(133.14deg, rgba(255, 255, 255, 0.33) 0%, rgba(255, 255, 255, 0.0066) 84.07%);
  background-color: rgba(125, 110, 110, 0.45);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(11.1px);
  -webkit-backdrop-filter: blur(11.1px);
  border: 1px solid rgba(125, 110, 110, 0.3);
}
.swiper-container--legacy .swiper .swiper-button-prev::after,
.swiper-container--legacy .swiper .swiper-button-next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23fff' d='M340.864 149.312a30.59 30.59 0 0 0 0 42.752L652.736 512L340.864 831.872a30.59 30.59 0 0 0 0 42.752a29.12 29.12 0 0 0 41.728 0L714.24 534.336a32 32 0 0 0 0-44.672L382.592 149.376a29.12 29.12 0 0 0-41.728 0z' stroke-width='45' stroke='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0px;
}
.swiper-container--legacy .swiper-button-next svg,
.swiper-container--legacy .swiper-button-prev svg {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media (max-width: 780px) {
  .legacy .timeline-card .timeline-image-mobile {
    display: block;
    height: 222px;
    overflow: hidden;
  }
  .swiper-container--legacy .swiper .swiper-button-prev {
    display: none;
  }
  .cmp--royalenfield--fixes-width h1 {
    font-size: 28px;
  }
  .swiper-container--legacy .swiper .swiper-button-next {
    display: none;
  }
  .swiper-container--legacy .swiper .swiper-slide-active {
    height: auto;
  }
  .legacy .timeline-card .timeline-image {
    display: none;
  }
  .legacy .timeline-card .timeline-content {
    position: static;
    bottom: 1rem;
    width: 100%;
    margin: 0 auto;
  }
  .legacy .timeline-card .timeline-content p {
    font-size: 16px;
  }
  .legacy .timeline-card .timeline-content p .read-more {
    font-size: 16px;
  }
}
@media (max-width: 780px) and (max-width: 649px) {
  .legacy .timeline-card .timeline-content p .read-more {
    font-size: 14px;
  }
}
@media (max-width: 780px) and (max-width: 649px) {
  .legacy .timeline-card .timeline-content {
    padding-top: 24px;
  }
}
@media (max-width: 780px) {
  .swiper-container--legacy .swiper {
    height: 100%;
  }
  .swiper-container--legacy .swiper-pagination {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .swiper-container--legacy .swiper-button-prev,
  .swiper-container--legacy .swiper-button-next {
    display: none;
  }
  .swiper-container--legacy .swiper-slide-active {
    height: 100%;
  }
  .timeline-image {
    display: none;
  }
  .timeline-image-mobile {
    height: 100%;
    width: 100vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 780px) and (max-width: 649px) {
  .timeline-image-mobile {
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
@media (max-width: 780px) {
  .timeline-content {
    position: static;
    width: 100%;
    background: black;
    padding: 10px;
  }
  .legacy .timeline-card {
    width: 100%;
  }
  .cmp-bg-blue-container {
    background-color: black;
    padding-bottom: 40px;
  }
}
@media (max-width: 780px) and (max-width: 649px) {
  .cmp-bg-blue-container {
    padding-bottom: 32px;
  }
}
@media (max-width: 780px) {
  .cmp-bg-blue-container .button {
    width: 90%;
    padding-top: 24px;
    padding-bottom: 12px;
  }
  .cmp-bg-blue-container .cmp-text {
    margin-top: 10px;
    margin-left: 20px;
    font-size: 28px !important;
  }
}
@media (max-width: 780px) and (max-width: 649px) {
  .cmp-bg-blue-container .cmp-text {
    margin-left: 24px;
  }
  .cmp-bg-blue-container .cmp-text p {
    color: #EDEDED !important;
  }
}
.motoverse-banner {
  width: 100%;
  height: 56px;
  background-color: #373737;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 80px;
  z-index: 2;
}
@media (max-width: 768px) {
  .motoverse-banner {
    top: 60px;
  }
}
@media (max-width: 1360px) {
  .motoverse-banner {
    top: 76px;
    height: 48px;
  }
}
.motoverse-banner .banner-container {
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  height: 100%;
  margin: auto;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 649px) {
  .motoverse-banner .banner-container {
    width: 1100px;
  }
}
.motoverse-banner .banner-container .banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.motoverse-banner .banner-container .close-hero-btn {
  border: none;
  cursor: pointer;
  color: white;
  background: transparent;
}
.motoverse-banner .banner-container .close-hero-btn svg {
  width: 24px;
  background-color: #373737;
  border: 1px solid #373737;
  height: 24px;
}
@media (max-width: 768px) {
  .motoverse-banner .banner-container .close-hero-btn {
    position: relative;
    top: 3px;
    right: 15px;
    height: 68px;
  }
}
@media (max-width: 1124px) {
  .motoverse-banner .banner-container .close-hero-btn {
    padding-right: 0px;
  }
}
.motoverse-banner .banner-container .banner-logo {
  margin: 12px;
  border-radius: 50%;
  /* width: 50px; */
  background: #282828;
  padding: 5px;
}
.motoverse-banner .banner-container .banner-logo .logo-img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .motoverse-banner .banner-container .banner-logo .logo-img {
    width: 25px;
    height: 25px;
  }
}
.motoverse-banner .banner-container .event-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  padding: 10px;
  padding-left: 0px;
}
.motoverse-banner .banner-container .event-title {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 12px;
  font-family: "Montserrat";
}
@media (max-width: 768px) {
  .motoverse-banner .banner-container .event-title {
    font-size: 11px;
    text-align: left;
  }
}
@media (max-width: 400px) {
  .motoverse-banner .banner-container .event-title {
    width: 100%;
  }
}
.motoverse-banner .banner-container .watch-live-btn {
  background-color: transparent;
  color: #da291c;
  border: none;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  top: -6px;
  left: -6px;
  font-weight: 700;
  font-family: "Montserrat";
}
@media (max-width: 768px) {
  .motoverse-banner .banner-container .watch-live-btn {
    position: relative;
    top: -7px;
    font-size: 12px;
    padding: 0;
  }
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
  display: block;
}
.popup-overlay svg {
  height: 28px;
}
.popup-overlay .popup {
  display: block !important;
}
.popup-overlay .popup-content {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 4px;
  position: relative;
}
.popup-overlay .popup-close-btn {
  background: transparent;
  border: none;
  height: 45px;
  width: 45px;
  position: absolute;
  right: 20px;
  z-index: 9999999;
  cursor: pointer;
  top: 90px;
}
.popup-overlay iframe {
  height: 50%;
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 649px) {
  .popup-overlay iframe {
    height: 100%;
    width: 90%;
  }
}

.cmp-ride-share-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  background-color: #181818;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
  display: none;
}
@media (max-width: 768px) {
  .cmp-ride-share-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cmp-ride-share-header .cmp-ride-share-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.cmp-ride-share-header .cmp-header__back-btn,
.cmp-ride-share-header .cmp-header__share-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.cmp-ride-share-header .cmp-header__back-btn svg,
.cmp-ride-share-header .cmp-header__share-btn svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}
.cmp-ride-share-header .cmp-header__back-btn:hover,
.cmp-ride-share-header .cmp-header__share-btn:hover {
  opacity: 0.8;
}
.cmp-ride-share-header .cmp-header__back-btn:focus,
.cmp-ride-share-header .cmp-header__share-btn:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
.cmp-ride-share-header .cmp-header__title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  font-family: "Montserrat";
}
@media (max-width: 768px) {
  .cmp-ride-share-header .cmp-header__title {
    font-size: 16px;
    line-height: 24px;
  }
}

.cmp-register-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1a1a1a;
  padding: 16px 24px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 649px) {
  .cmp-register-button {
    padding: 10px;
  }
}
.cmp-register-button:hover .cmp-register-button__arrow {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.cmp-register-button-content {
  width: 81.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .cmp-register-button-content {
    width: 95%;
  }
}
.cmp-register-button__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.cmp-register-button__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  font-family: "GuardianSansXCond regular";
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .cmp-register-button__title {
    font-style: 20px;
    line-height: 24px;
  }
}
.cmp-register-button__fee {
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 24px;
  color: #a6a6a6;
  margin: 0;
}
@media (max-width: 768px) {
  .cmp-register-button__fee {
    font-style: 14px;
    line-height: 21px;
  }
}
.cmp-register-button__amount {
  font-size: 18px;
  line-height: 22.4px;
  font-weight: 700;
}
.cmp-register-button__currency {
  font-family: "Montserrat";
}
.cmp-register-button__arrow {
  background: none;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  backdrop-filter: blur(90px);
  background: linear-gradient(#262626, #262626) padding-box, linear-gradient(120deg, #fff, hsla(0, 0%, 100%, 0.02)) border-box;
  border: 1px solid #474747;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmp-register-button__arrow svg {
  fill: #ffffff;
}
@media (max-width: 767px) {
  .cmp-register-button {
    padding: 12px 16px;
  }
  .cmp-register-button__title {
    font-size: 20px;
  }
  .cmp-register-button__fee {
    font-size: 14px;
  }
  .cmp-register-button__arrow {
    width: 40px;
    height: 40px;
    padding: 8px;
  }
}

.cmp-rides-banner-dealer-section .hero-section {
  height: 85vh;
}
@media (max-width: 649px) {
  .cmp-rides-banner-dealer-section .hero-section {
    height: 83vh;
  }
}
.cmp-rides-banner-dealer-section .hero-section .hero-content {
  gap: 24px;
  bottom: 126px !important;
}
@media (max-width: 649px) {
  .cmp-rides-banner-dealer-section .hero-section .hero-content {
    bottom: 32px !important;
  }
}
.cmp-rides-banner-dealer-section .hero-section .banner-background-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.cmp-rides-banner-dealer-section .hero-section .overlay {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1.29%, #000000), color-stop(41.4%, rgba(0, 0, 0, 0.51)), color-stop(74.68%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, #000000 1.29%, rgba(0, 0, 0, 0.51) 41.4%, rgba(0, 0, 0, 0) 74.68%);
}
.cmp-rides-banner-dealer-section .hero-section .hero-content {
  -webkit-transform: none;
          transform: none;
  position: absolute;
  bottom: 4rem;
  top: unset;
  left: 10%;
}
@media (max-width: 768px) {
  .cmp-rides-banner-dealer-section .hero-section .hero-content {
    padding-left: 0;
    gap: 10px;
    -webkit-transform: none;
            transform: none;
    width: 90%;
    margin: auto;
    top: unset;
    bottom: 32px;
    left: 20px;
  }
}
.cmp-rides-banner-dealer-section .hero-section .hero-content .small-logo {
  width: 415px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .cmp-rides-banner-dealer-section .hero-section .hero-content .small-logo {
    width: 175px;
  }
}
.cmp-rides-banner-dealer-section .hero-section .hero-content .hero-description p {
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  max-width: 440px;
  width: unset;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .cmp-rides-banner-dealer-section .hero-section .hero-content .hero-description p {
    display: block;
    color: #A7A7A7;
    font-weight: 400;
    max-width: 280px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
  }
}
.cmp-rides-banner-dealer-section .hero-section .hero-content .hero-title {
  display: none;
}
.cmp-rides-banner-dealer-section .hero-section .hero-content .glass-button {
  background: #57100b;
  color: #ededed;
  width: 280px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border: 1px solid #da291c !important;
  gap: 8px;
  margin-top: 0px;
  padding: 12px 12px;
  padding-right: 60px;
  line-height: 22.4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 649px) {
  .cmp-rides-banner-dealer-section .hero-section .hero-content .glass-button {
    margin-top: 12px !important;
  }
}
@media (max-width: 768px) {
  .cmp-rides-banner-dealer-section .hero-section .hero-content .glass-button {
    width: 100%;
    font-size: 14px;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0;
    padding-left: 0;
    padding-right: 40px;
    margin-top: 20px;
  }
}
.cmp-rides-banner-dealer-section .hero-section .hero-content .glass-button::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  background: #da291c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* padding: 12px 24px; */
  gap: 10px;
  width: 47px;
  height: 47px;
}
@media (max-width: 768px) {
  .cmp-rides-banner-dealer-section .hero-section .hero-content .glass-button::after {
    height: 47px;
  }
}
.cmp-rides-banner-dealer-section .hero-section .hero-content .glass-button::before {
  content: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.453125 14.12L6.55979 8L0.453125 1.88L2.33312 0L10.3331 8L2.33312 16L0.453125 14.12Z' fill='white'/%3E%3C/svg%3E");
  position: absolute;
  right: 17.5px;
  top: 14.5px;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.cmp-rides-banner-dealer-section .hero-section .hero-content .glass-button:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  background: linear-gradient(112.38deg, rgba(46, 11, 11, 0.5) 0.84%, rgba(206, 97, 97, 0) 79.67%);
}
.cmp-rides-banner-dealer-section .hero-section .hero-content .glass-button:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.cmp-ride-revamp-bg-black-breadcrumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1100px !important;
  margin: 20px auto !important;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  top: auto;
  float: none !important;
}
@media (max-width: 768px) {
  .cmp-ride-revamp-bg-black-breadcrumb {
    background-color: #282828;
    width: 100% !important;
    height: 60px;
    padding: 20px;
    margin: 0 !important;
  }
}
.cmp-ride-revamp-bg-black-breadcrumb::before {
  content: url("clientlib-ridesmain/resources/images/navigation-vector.svg"); /* Use a left arrow character */
  display: inline-block;
  font-size: 16px; /* Adjust size for the arrow */
  color: rgb(255, 255, 255); /* Arrow color */
  margin-right: 10px; /* Space between the arrow and breadcrumb */
  -webkit-transform: rotate(180deg) translateY(4px);
          transform: rotate(180deg) translateY(4px);
}
.cmp-ride-revamp-bg-black-breadcrumb .cmp-breadcrumb {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.cmp-ride-revamp-bg-black-breadcrumb .cmp-breadcrumb__list {
  list-style: none;
  padding: 0px;
  margin: 0;
}
.cmp-ride-revamp-bg-black-breadcrumb .cmp-breadcrumb__item {
  color: rgb(166, 166, 166);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.cmp-ride-revamp-bg-black-breadcrumb .cmp-breadcrumb__item::after {
  color: #fff;
  content: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.158203 8.825L3.97487 5L0.158203 1.175L1.3332 0L6.3332 5L1.3332 10L0.158203 8.825Z' fill='white'/%3E%3C/svg%3E");
  display: inline-block;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  margin: 0 16px;
}
.cmp-ride-revamp-bg-black-breadcrumb .cmp-breadcrumb__item:last-child {
  font-weight: 600;
  color: rgb(255, 255, 255);
}
.cmp-ride-revamp-bg-black-breadcrumb .cmp-breadcrumb__item:last-child::after {
  content: none;
}
.cmp-ride-revamp-bg-black-breadcrumb .cmp-breadcrumb__item .cmp-breadcrumb__item-link {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.cmp-ride-revamp-bg-black-breadcrumb .cmp-breadcrumb__item .cmp-breadcrumb__item-link:hover {
  color: #fff; /* Highlight color on hover */
}

.dealer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  margin: 80px auto;
  margin-bottom: 22px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .dealer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .dealer-container {
    padding: 0 20px;
    margin: 24px 0;
    max-width: 100%;
    display: block;
  }
}
.dealer-container .dealer-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dealer-container .dealer-info .rating span {
  color: #EDEDED;
}
@media (max-width: 649px) {
  .dealer-container .dealer-info .rating span {
    font-size: 14px !important;
  }
}
.dealer-container .dealer-info .dealer-name {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 48px;
  color: #ededed;
  letter-spacing: 0.8px;
  font-family: "Montserrat";
}
@media (max-width: 768px) {
  .dealer-container .dealer-info .dealer-name {
    font-size: 20px;
    line-height: 22.5px;
    margin-bottom: 4px;
  }
}
.dealer-container .dealer-info .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 16px;
  font-family: "Montserrat";
}
@media (max-width: 768px) {
  .dealer-container .dealer-info .rating {
    padding-bottom: 10px;
    gap: 8px;
    border-bottom: 1px solid #373737;
    margin-bottom: 8px;
  }
}
.dealer-container .dealer-info .rating .stars {
  color: #e5c34d;
  font-size: 16px;
}
.dealer-container .dealer-info .distance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  color: #ededed;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 18px;
  font-family: "Montserrat";
}
@media (max-width: 768px) {
  .dealer-container .dealer-info .distance {
    gap: 15px;
    font-size: 14px;
  }
}
.dealer-container .dealer-info .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border-left: solid 2px gray;
  display: flex;
  gap: 5px;
  height: 13px;
  padding-left: 10px;
}
.dealer-container .dealer-info .status .open {
  color: #78bb64;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.dealer-container .dealer-info .status .dot {
  color: #4f4f4f;
  font-size: 28px;
}
.dealer-container .dealer-info .status .close {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #ededed;
}
.dealer-container .dealer-info .dealer-description {
  margin: 20px 0;
  line-height: 1.6;
  color: #ededed;
  width: 80%;
  font-weight: 400;
  font-size: 20px;
  font-family: "Montserrat";
}
@media (max-width: 768px) {
  .dealer-container .dealer-info .dealer-description {
    font-size: 14px;
    color: #a7a7a7;
    width: 100%;
    margin: 0;
  }
}
.dealer-container .dealer-info .dealer-contact {
  margin: 40px 0;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .dealer-container .dealer-info .dealer-contact {
    margin: 16px 0 28px;
  }
}
.dealer-container .dealer-info .dealer-contact .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 17.5px;
  color: #ededed;
  font-weight: 600;
  font-size: 18px;
  font-family: "Montserrat";
}
.dealer-container .dealer-info .dealer-contact .contact-item:nth-child(2) {
  margin-bottom: 16px;
}
.dealer-container .dealer-info .dealer-contact .contact-item span {
  display: inline-block;
  max-width: 100%;
  word-break: break-word;
  white-space: normal;
}
.dealer-container .dealer-info .dealer-contact .contact-item .dealer-contact-icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .dealer-container .dealer-info .dealer-contact .contact-item {
    font-size: 14px;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  .dealer-container .dealer-info .dealer-contact .contact-item:nth-child(2) {
    display: none;
  }
}
.dealer-container .dealer-info .call-and-direction-cta {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat";
}
.dealer-container .dealer-info .call-and-direction-cta .call-store-cta {
  border: 1px solid #616161;
  color: #ededed;
  padding: 10px 20px;
  width: 160px;
  height: 40px;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 768px) {
  .dealer-container .dealer-info .call-and-direction-cta .call-store-cta {
    width: 50%;
  }
}
.dealer-container .dealer-info .call-and-direction-cta .direction-cta {
  background-color: #57100b;
  border: 1px solid #da291c;
  color: #ededed;
  padding: 10px 20px;
  width: 160px;
  height: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .dealer-container .dealer-info .call-and-direction-cta .direction-cta {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .dealer-container .dealer-info .call-and-direction-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
}
.dealer-container .dealer-info .timing-title {
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat";
  color: #ededed;
}
@media (max-width: 768px) {
  .dealer-container .dealer-info .timing-title {
    color: #A7A7A7;
    font-size: 14px;
    font-weight: 600;
  }
}
.dealer-container .dealer-info .timings {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
  gap: 32px;
  background: #373737;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  min-width: 402px;
}
@media (max-width: 768px) {
  .dealer-container .dealer-info .timings {
    width: 100%;
    padding: 0;
    background: none;
    margin-top: 16px;
    min-width: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .dealer-container .dealer-info .timings::after {
    left: 120px;
  }
}
.dealer-container .dealer-info .timings::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1.41%200.0899658L6%204.66997L10.59%200.0899658L12%201.49997L6%207.49997L0%201.49997L1.41%200.0899658Z%22%20fill%3D%22white%22/%3E%3C/svg%3E");
  position: absolute;
  left: 36%;
  top: 50%;
  /* Center vertically */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  /* Ensure the arrow does not block clicks */
}
.dealer-container .dealer-info .timings .day-selector {
  background: #831911;
  padding: 5px 10px;
  border: 0.5px solid #da291c;
  color: white;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat";
  color: #ededed;
  width: 162px;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and older Chrome */
  cursor: pointer;
  /* Add pointer cursor for interactivity */
}
@media (max-width: 768px) {
  .dealer-container .dealer-info .timings .day-selector {
    background: #282828;
    border: 1px solid #474747;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 16px;
  }
}
.dealer-container .dealer-info .timings .day-selector:focus {
  outline: none;
  /* Remove focus outline */
  border-color: #f45c42;
  /* Optional: Add focus border color */
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  /* Optional: Add focus shadow */
}
.dealer-container .dealer-info .timings #timingDisplay {
  color: #ededed;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat";
}
@media (max-width: 768px) {
  .dealer-container .dealer-info .timings #timingDisplay {
    font-size: 14px;
  }
}
.dealer-container .map-container {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .dealer-container .map-container {
    display: none;
  }
}
.dealer-container .map-container #map {
  height: 605px;
}
.dealer-container .map-container .get-direction {
  color: white;
  padding: 19px;
  text-decoration: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: "Montserrat";
}
.dealer-container .map-container .gmnoprint > div {
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  left: 2px !important;
  top: 8px !important;
}
.dealer-container .map-container .gmnoprint > div div {
  width: 20px !important;
}
.dealer-container .map-container .gm-control-active {
  background: black !important;
  width: 30px !important;
  height: 30px !important;
}
.dealer-container .map-container .gm-control-active:first-of-type {
  border-top-left-radius: 28px !important;
  border-top-right-radius: 28px !important;
}
.dealer-container .map-container .gm-control-active:last-of-type {
  border-bottom-left-radius: 28px !important;
  border-bottom-right-radius: 28px !important;
}
.dealer-container .map-container .gm-control-active > img:nth-child(1) {
  display: none;
}
.dealer-container .map-container .gm-control-active > img:nth-child(4) {
  display: block;
  width: 12px !important;
  height: 12px !important;
}
.dealer-container .map-container .gm-style .gm-style-iw-c {
  border-radius: 0 !important;
  background-color: #282828 !important;
}
.dealer-container .map-container .gm-style-iw-d {
  overflow: auto !important;
}
.dealer-container .map-container .gm-style-iw-d div div {
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: none !important;
}
.dealer-container .map-container .gm-style-iw-tc::after {
  background: #282828 !important;
}
.dealer-container .map-container .gm-ui-hover-effect {
  width: 38px !important;
  height: 32px !important;
  opacity: 1 !important;
}
.dealer-container .map-container .gm-ui-hover-effect > span {
  background-color: #fff;
  width: 16px !important;
  height: 16px !important;
}
.dealer-container .map-container .gm-style-iw-chr {
  position: absolute !important;
  right: 0 !important;
  top: -8px !important;
}
.dealer-container .map-container .gps-icon {
  position: absolute;
  left: 20px;
  bottom: 100px;
  background: #000;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .map-container {
    width: 100%;
  }
}

.re-dealers-location {
  background-color: #181818;
}
@media (max-width: 649px) {
  .re-dealers-location {
    background-color: black;
  }
}

.cmp-rides-revamp-finance-option-banner .ride-know-more-banner {
  height: auto;
  padding: 40px;
  padding-left: 56px;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #282828;
}
@media (max-width: 768px) {
  .cmp-rides-revamp-finance-option-banner .ride-know-more-banner {
    padding: 24px;
    width: 90%;
    margin: auto;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.cmp-rides-revamp-finance-option-banner .ride-know-more-banner__background {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .cmp-rides-revamp-finance-option-banner .ride-know-more-banner__background {
    top: -20px !important;
    width: 80px;
    height: 137px;
    scale: 1.6;
    right: 21px;
    -o-object-position: right;
       object-position: right;
  }
}
.cmp-rides-revamp-finance-option-banner .ride-know-more-banner__overlay {
  background: none !important;
  width: auto;
}
.cmp-rides-revamp-finance-option-banner .ride-know-more-banner__content {
  z-index: 2;
  position: relative;
  top: 10%;
  left: 0;
  /* max-width: 80%; */
  margin: 0;
  width: calc(100% - 130px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (max-width: 768px) {
  .cmp-rides-revamp-finance-option-banner .ride-know-more-banner__content {
    width: 94%;
    gap: 24px;
  }
}
.cmp-rides-revamp-finance-option-banner .ride-know-more-banner__content .ride-know-more-banner__text {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #A7A7A7), color-stop(50%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #A7A7A7 50%, rgba(255, 255, 255, 0) 50%);
  background-position: bottom;
  background-size: 7px 0.5px;
  background-repeat: repeat-x;
}
@media (max-width: 768px) {
  .cmp-rides-revamp-finance-option-banner .ride-know-more-banner__content .ride-know-more-banner__text {
    width: 96%;
  }
}
.cmp-rides-revamp-finance-option-banner .ride-know-more-banner__content .ride-know-more-banner__text .ride-know-more-banner__subtitle {
  font-size: 20px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cmp-rides-revamp-finance-option-banner .ride-know-more-banner__content .ride-know-more-banner__text .ride-know-more-banner__subtitle {
    width: 100%;
    font-size: 12px;
    color: #A7A7A7;
    max-width: 90%;
    margin-bottom: 24px;
  }
}
.cmp-rides-revamp-finance-option-banner .ride-know-more-banner__content .ride-know-more-banner__cta {
  background: none;
  color: #DA291C;
  font-size: 20px;
  padding: 12pt 0;
  padding-top: 0px;
  padding-bottom: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 600 !important;
  /* Space between text and the arrow */
}
.cmp-rides-revamp-finance-option-banner .ride-know-more-banner__content .ride-know-more-banner__cta svg {
  display: none;
}
.cmp-rides-revamp-finance-option-banner .ride-know-more-banner__content .ride-know-more-banner__cta svg g path {
  fill: #FD5050;
}
.cmp-rides-revamp-finance-option-banner .ride-know-more-banner__content .ride-know-more-banner__cta::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 14px;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="14" viewBox="0 0 10 14" fill="none"><path d="M4.5 0H0L5 7L0 14H4.5L9.5 7L4.5 0Z" fill="%23FD5050"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .cmp-rides-revamp-finance-option-banner .ride-know-more-banner__content .ride-know-more-banner__cta {
    font-size: 12px;
    white-space: nowrap;
  }
  .cmp-rides-revamp-finance-option-banner .ride-know-more-banner__content .ride-know-more-banner__cta::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.158447 8.825L3.97511 5L0.158447 1.175L1.33345 0L6.33345 5L1.33345 10L0.158447 8.825Z' fill='%23FD5050'/%3E%3C/svg%3E");
    width: 7px;
    height: 10px;
    display: inline-block;
  }
}
.cmp-rides-revamp-finance-option-banner .ride-know-more-banner__content .ride-know-more-banner__cta:hover {
  background: none;
  color: #FD5050;
}

.re-dealears-gallery {
  background: #282828;
  padding: 20px 0;
  padding-bottom: 44px;
}
@media (max-width: 768px) {
  .re-dealears-gallery {
    background: none;
    padding: 0;
  }
}
.re-dealears-gallery .cmp-re-revamp-gallery-container {
  padding: 12px 0;
  max-width: 80%;
  margin: auto;
  font-family: Arial, sans-serif;
}
@media (max-width: 1100px) {
  .re-dealears-gallery .cmp-re-revamp-gallery-container {
    max-width: 94%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .re-dealears-gallery .cmp-re-revamp-gallery-container {
    padding: 0;
    max-width: 100%;
    padding-bottom: 24px;
  }
}
.re-dealears-gallery .cmp-re-revamp-gallery-container .gallery-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  color: white;
}
@media (max-width: 768px) {
  .re-dealears-gallery .cmp-re-revamp-gallery-container .gallery-header {
    width: 90%;
    margin: 40px auto;
    margin-bottom: 24px;
  }
}
.re-dealears-gallery .cmp-re-revamp-gallery-container .gallery-header .gallery-title {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  padding-left: 24px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .re-dealears-gallery .cmp-re-revamp-gallery-container .gallery-header .gallery-title {
    font-size: 28px;
    padding-left: 0;
  }
  .re-dealears-gallery .cmp-re-revamp-gallery-container .gallery-header .gallery-title::before {
    display: none;
  }
}
.re-dealears-gallery .cmp-re-revamp-gallery-container .gallery-header .gallery-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 80%;
  background-color: #daaa00;
  opacity: 0.6;
}
.re-dealears-gallery .cmp-re-revamp-gallery-container .gallery-header .view-all {
  color: #da291c !important;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  font-family: "Montserrat";
}
.re-dealears-gallery .cmp-re-revamp-gallery-container .gallery-header .view-all::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='12' viewBox='0 0 9 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.58301 0.166626H0.833008L4.99967 5.99996L0.833008 11.8333H4.58301L8.74967 5.99996L4.58301 0.166626Z' fill='%23FD5050'/%3E%3C/svg%3E");
  width: 9px;
  height: 12px;
  display: inline-block;
}
@media (max-width: 768px) {
  .re-dealears-gallery .cmp-re-revamp-gallery-container .gallery-header .view-all {
    font-size: 12px;
  }
  .re-dealears-gallery .cmp-re-revamp-gallery-container .gallery-header .view-all::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.158447 8.825L3.97511 5L0.158447 1.175L1.33345 0L6.33345 5L1.33345 10L0.158447 8.825Z' fill='%23FD5050'/%3E%3C/svg%3E");
    width: 7px;
    height: 10px;
    display: inline-block;
  }
}
.re-dealears-gallery .cmp-re-revamp-gallery-container .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 16px;
}
@media (max-width: 649px) {
  .re-dealears-gallery .cmp-re-revamp-gallery-container .gallery-grid {
    gap: 12px;
  }
}
.re-dealears-gallery .cmp-re-revamp-gallery-container .gallery-grid .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 649px) {
  .re-dealears-gallery .cmp-re-revamp-gallery-container .gallery-grid .gallery-item:nth-child(3) {
    width: 230px;
  }
}
.re-dealears-gallery .cmp-re-revamp-gallery-container .gallery-grid .gallery-item:nth-child(5n+3), .re-dealears-gallery .cmp-re-revamp-gallery-container .gallery-grid .gallery-item:nth-child(5n+4) {
  grid-row: span 2;
}
.re-dealears-gallery .cmp-re-revamp-gallery-container .gallery-grid .gallery-item:nth-child(5n) {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .re-dealears-gallery .cmp-re-revamp-gallery-container .gallery-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(150px, 1fr);
    gap: 12px;
    scrollbar-width: none;
    overflow: scroll;
  }
  .re-dealears-gallery .cmp-re-revamp-gallery-container .gallery-grid::-webkit-scrollbar {
    display: none;
    /* Hides scrollbar for Chrome/Safari */
  }
  .re-dealears-gallery .cmp-re-revamp-gallery-container .gallery-item {
    scroll-snap-align: center;
    /* Optional: Ensures snapping to each item */
  }
}
@media (max-width: 768px) and (max-width: 649px) {
  .re-dealears-gallery .cmp-re-revamp-gallery-container .gallery-item {
    width: 210px;
  }
}
@media (max-width: 768px) {
  .re-dealears-gallery .cmp-re-revamp-gallery-container .gallery-item img {
    width: 100%;
    height: auto;
    /* Maintain aspect ratio */
  }
  .re-dealears-gallery .cmp-re-revamp-gallery-container .gallery-item:nth-child(5n+3), .re-dealears-gallery .cmp-re-revamp-gallery-container .gallery-item:nth-child(5n+4) {
    grid-column: span 2;
    /* Reset any custom row spanning */
  }
}
@media (max-width: 768px) and (max-width: 649px) {
  .re-dealears-gallery .cmp-re-revamp-gallery-container .gallery-item:nth-child(1) {
    width: 300px;
  }
  .re-dealears-gallery .cmp-re-revamp-gallery-container .gallery-item:nth-child(4) {
    width: 300px;
    position: relative;
    left: -90px;
  }
  .re-dealears-gallery .cmp-re-revamp-gallery-container .gallery-item:nth-child(5) {
    width: 300px;
    position: relative;
    left: -70px;
  }
  .re-dealears-gallery .cmp-re-revamp-gallery-container .gallery-item:nth-child(3) {
    grid-row: span 1 !important;
  }
  .re-dealears-gallery .cmp-re-revamp-gallery-container .gallery-item:nth-child(4) {
    grid-row: sp !important;
  }
}
@media (max-width: 768px) {
  .re-dealears-gallery .cmp-re-revamp-gallery-container .gallery-item:nth-child(5n) {
    grid-row: auto;
  }
}

.cmp-rides-revamp-customer-review {
  /* Add custom SVG for the previous button */
}
.cmp-rides-revamp-customer-review .testimonials-container {
  height: unset;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 768px) {
  .cmp-rides-revamp-customer-review .testimonials-container .testimonials-header {
    width: 90%;
    margin: auto;
    display: block;
  }
  .cmp-rides-revamp-customer-review .testimonials-container .testimonials-header::after {
    content: "";
    width: 155px;
    height: 2px;
    display: block;
    background-color: #DA291C;
    position: absolute;
    right: 0;
    top: 14px;
  }
}
.cmp-rides-revamp-customer-review .testimonials-container .testimonials-header .testimonials-title {
  font-size: 40px;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
  margin: 0;
}
@media (max-width: 768px) {
  .cmp-rides-revamp-customer-review .testimonials-container .testimonials-header .testimonials-title {
    font-size: 28px;
    padding-left: 0;
  }
  .cmp-rides-revamp-customer-review .testimonials-container .testimonials-header .testimonials-title::before {
    display: none;
  }
}
.cmp-rides-revamp-customer-review .testimonials-container .testimonials-header .testimonials-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 80%;
  background-color: #daaa00;
  opacity: 0.6;
}
.cmp-rides-revamp-customer-review .testimonials-container .testimonials-header .testimonials-rating {
  font-size: 20px;
  line-height: 28px;
  font-family: "Montserrat Semibold";
  margin-top: 8px;
}
.cmp-rides-revamp-customer-review .testimonials-container .testimonials-header .testimonials-rating_avg {
  position: relative;
}
.cmp-rides-revamp-customer-review .testimonials-container .testimonials-header .testimonials-rating_avg:after {
  content: "";
  width: 120px;
  height: 24px;
  margin-right: 10px;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="120" height="24" viewBox="0 0 120 24" fill="none"><g clip-path="url(clientlib-ridesmain/css/%23clip0_497_11155)"><path d="M10.0003 14.3917L15.1503 17.5L13.7837 11.6417L18.3337 7.70002L12.342 7.19169L10.0003 1.66669L7.65866 7.19169L1.66699 7.70002L6.21699 11.6417L4.85033 17.5L10.0003 14.3917Z" fill="%23DAAA00"/></g><g clip-path="url(clientlib-ridesmain/css/%23clip1_497_11155)"><path d="M34.0003 14.3917L39.1503 17.5L37.7837 11.6417L42.3337 7.70002L36.342 7.19169L34.0003 1.66669L31.6587 7.19169L25.667 7.70002L30.217 11.6417L28.8503 17.5L34.0003 14.3917Z" fill="%23DAAA00"/></g><g clip-path="url(clientlib-ridesmain/css/%23clip2_497_11155)"><path d="M58.0003 14.3917L63.1503 17.5L61.7837 11.6417L66.3337 7.70002L60.342 7.19169L58.0003 1.66669L55.6587 7.19169L49.667 7.70002L54.217 11.6417L52.8503 17.5L58.0003 14.3917Z" fill="%23DAAA00"/></g><g clip-path="url(clientlib-ridesmain/css/%23clip3_497_11155)"><path d="M82.0003 14.3917L87.1503 17.5L85.7837 11.6417L90.3337 7.70002L84.342 7.19169L82.0003 1.66669L79.6587 7.19169L73.667 7.70002L78.217 11.6417L76.8503 17.5L82.0003 14.3917Z" fill="%23DAAA00"/></g><g clip-path="url(clientlib-ridesmain/css/%23clip4_497_11155)"><path d="M114.334 7.70002L108.342 7.18335L106 1.66669L103.659 7.19169L97.667 7.70002L102.217 11.6417L100.85 17.5L106 14.3917L111.15 17.5L109.792 11.6417L114.334 7.70002ZM106 12.8334V5.08335L107.425 8.45002L111.075 8.76669L108.309 11.1667L109.142 14.7334L106 12.8334Z" fill="%23DAAA00"/></g><defs><clipPath id="clip0_497_11155"><rect width="20" height="20" fill="white"/></clipPath><clipPath id="clip1_497_11155"><rect width="20" height="20" fill="white" transform="translate(24)"/></clipPath><clipPath id="clip2_497_11155"><rect width="20" height="20" fill="white" transform="translate(48)"/></clipPath><clipPath id="clip3_497_11155"><rect width="20" height="20" fill="white" transform="translate(72)"/></clipPath><clipPath id="clip4_497_11155"><rect width="20" height="20" fill="white" transform="translate(96)"/></clipPath></defs></svg>');
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.cmp-rides-revamp-customer-review .testimonials-container .testimonials-header .testimonials-rating_count {
  font-size: 12px;
  line-height: 16px;
  font-family: "Montserrat Regular";
  color: #A7A7A7;
  margin-top: 8px;
}
.cmp-rides-revamp-customer-review .testimonials-container .testimonials-slider {
  padding: 0;
  margin: 0 -35px;
  margin-top: 98px;
}
@media (max-width: 768px) {
  .cmp-rides-revamp-customer-review .testimonials-container .testimonials-slider {
    margin: 0;
    margin: 24px 20px 0;
    padding-left: 0px;
  }
  .cmp-rides-revamp-customer-review .testimonials-container .testimonials-slider .swiper-custom-pagination-button--container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .cmp-rides-revamp-customer-review .testimonials-container .testimonials-slider .swiper-button-prev-pagination,
  .cmp-rides-revamp-customer-review .testimonials-container .testimonials-slider .swiper-button-next-pagination {
    width: 12px;
    height: 2px;
    background-color: #4F4F4F;
  }
  .cmp-rides-revamp-customer-review .testimonials-container .testimonials-slider .swiper-button-active {
    width: 20px;
    height: 2px;
    background-color: #fff;
  }
}
.cmp-rides-revamp-customer-review .testimonials-container .swiper-slide {
  -webkit-transform: scale(0.9) !important;
          transform: scale(0.9) !important;
  padding: 0 7px;
}
@media (max-width: 768px) {
  .cmp-rides-revamp-customer-review .testimonials-container .swiper-slide {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
    padding: 0;
  }
}
@media (max-width: 649px) {
  .cmp-rides-revamp-customer-review .testimonials-container .swiper-pagination {
    left: 40px !important;
    bottom: -1.2pc !important;
  }
}
.cmp-rides-revamp-customer-review .testimonials-container .swiper-slide-active {
  -webkit-transform: scale(1.2) !important;
          transform: scale(1.2) !important;
}
@media (max-width: 768px) {
  .cmp-rides-revamp-customer-review .testimonials-container .swiper-slide-active {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}
.cmp-rides-revamp-customer-review .testimonials-container .swiper-slide-active .testimonial-card .testimonial-text {
  color: #EDEDED;
}
@media (max-width: 768px) {
  .cmp-rides-revamp-customer-review .testimonials-container .swiper-slide-active .testimonial-card .testimonial-text {
    color: #A7A7A7;
  }
}
.cmp-rides-revamp-customer-review .testimonials-container .testimonial-card {
  background-color: #282828;
  padding: 24px;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cmp-rides-revamp-customer-review .testimonials-container .testimonial-card {
    padding: 48.5px 16px 16px;
  }
}
.cmp-rides-revamp-customer-review .testimonials-container .testimonial-card::before {
  content: "";
  position: absolute;
  left: 40px;
  top: -20px;
  width: 60px;
  height: 50px;
  background-image: url("clientlib-ridesmain/resources/images/doublecolonicon.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .cmp-rides-revamp-customer-review .testimonials-container .testimonial-card::before {
    left: 18px;
    -webkit-transform: scaleX(-1) rotate(180deg);
            transform: scaleX(-1) rotate(180deg);
    top: 17px;
    width: 50px;
  }
}
.cmp-rides-revamp-customer-review .testimonials-container .testimonial-card .profile-img {
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background-color: #282828;
}
@media (max-width: 768px) {
  .cmp-rides-revamp-customer-review .testimonials-container .testimonial-card .profile-img {
    position: unset;
    margin: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.cmp-rides-revamp-customer-review .testimonials-container .testimonial-card .profile-img img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmp-rides-revamp-customer-review .testimonials-container .testimonial-card .rider-name {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .cmp-rides-revamp-customer-review .testimonials-container .testimonial-card .rider-name {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
}
.cmp-rides-revamp-customer-review .testimonials-container .testimonial-card .rider-bike {
  color: #DAAA00;
  font-size: 20px;
  padding-top: 22px;
  border-top: 1px solid #373737;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .cmp-rides-revamp-customer-review .testimonials-container .testimonial-card .rider-bike {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    border: none;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    gap: 5px;
    padding-top: 0;
  }
}
.cmp-rides-revamp-customer-review .testimonials-container .testimonial-card .rider-bike::before {
  content: "";
  display: block;
  width: 120px;
  height: 24px;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="120" height="24" viewBox="0 0 120 24" fill="none"><g clip-path="url(clientlib-ridesmain/css/%23clip0_497_11155)"><path d="M10.0003 14.3917L15.1503 17.5L13.7837 11.6417L18.3337 7.70002L12.342 7.19169L10.0003 1.66669L7.65866 7.19169L1.66699 7.70002L6.21699 11.6417L4.85033 17.5L10.0003 14.3917Z" fill="%23DAAA00"/></g><g clip-path="url(clientlib-ridesmain/css/%23clip1_497_11155)"><path d="M34.0003 14.3917L39.1503 17.5L37.7837 11.6417L42.3337 7.70002L36.342 7.19169L34.0003 1.66669L31.6587 7.19169L25.667 7.70002L30.217 11.6417L28.8503 17.5L34.0003 14.3917Z" fill="%23DAAA00"/></g><g clip-path="url(clientlib-ridesmain/css/%23clip2_497_11155)"><path d="M58.0003 14.3917L63.1503 17.5L61.7837 11.6417L66.3337 7.70002L60.342 7.19169L58.0003 1.66669L55.6587 7.19169L49.667 7.70002L54.217 11.6417L52.8503 17.5L58.0003 14.3917Z" fill="%23DAAA00"/></g><g clip-path="url(clientlib-ridesmain/css/%23clip3_497_11155)"><path d="M82.0003 14.3917L87.1503 17.5L85.7837 11.6417L90.3337 7.70002L84.342 7.19169L82.0003 1.66669L79.6587 7.19169L73.667 7.70002L78.217 11.6417L76.8503 17.5L82.0003 14.3917Z" fill="%23DAAA00"/></g><g clip-path="url(clientlib-ridesmain/css/%23clip4_497_11155)"><path d="M114.334 7.70002L108.342 7.18335L106 1.66669L103.659 7.19169L97.667 7.70002L102.217 11.6417L100.85 17.5L106 14.3917L111.15 17.5L109.792 11.6417L114.334 7.70002ZM106 12.8334V5.08335L107.425 8.45002L111.075 8.76669L108.309 11.1667L109.142 14.7334L106 12.8334Z" fill="%23DAAA00"/></g><defs><clipPath id="clip0_497_11155"><rect width="20" height="20" fill="white"/></clipPath><clipPath id="clip1_497_11155"><rect width="20" height="20" fill="white" transform="translate(24)"/></clipPath><clipPath id="clip2_497_11155"><rect width="20" height="20" fill="white" transform="translate(48)"/></clipPath><clipPath id="clip3_497_11155"><rect width="20" height="20" fill="white" transform="translate(72)"/></clipPath><clipPath id="clip4_497_11155"><rect width="20" height="20" fill="white" transform="translate(96)"/></clipPath></defs></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cmp-rides-revamp-customer-review .testimonials-container .testimonial-card .rider-bike::before {
    margin-top: 3px;
  }
}
.cmp-rides-revamp-customer-review .testimonials-container .testimonial-card .rider-details {
  margin-top: -8px !important;
  color: #848484;
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cmp-rides-revamp-customer-review .testimonials-container .testimonial-card .rider-details {
    margin-bottom: 8px;
    margin-top: 2px !important;
    font-size: 12px;
  }
}
.cmp-rides-revamp-customer-review .testimonials-container .testimonial-card .testimonial-text {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 2px;
  color: #CACACA;
  font-style: normal;
}
@media (max-width: 768px) {
  .cmp-rides-revamp-customer-review .testimonials-container .testimonial-card .testimonial-text {
    border-top: 1px solid #373737;
    font-size: 12px;
    text-align: left;
    color: #A7A7A7;
    padding-top: 20px;
    margin-top: 12px;
  }
}
.cmp-rides-revamp-customer-review .swiper-button-next,
.cmp-rides-revamp-customer-review .swiper-button-prev {
  color: #fff;
  border: 0.8px solid #353434;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px;
  backdrop-filter: blur(90px);
  background: linear-gradient(#262626, #262626) padding-box, linear-gradient(120deg, #fff, hsla(0, 0%, 100%, 0.02)) border-box;
  border: 1px solid #474747;
  z-index: 2;
}
.cmp-rides-revamp-customer-review .swiper-button-next:after,
.cmp-rides-revamp-customer-review .swiper-button-prev:after {
  display: none;
}
@media (max-width: 768px) {
  .cmp-rides-revamp-customer-review .swiper-button-next,
  .cmp-rides-revamp-customer-review .swiper-button-prev {
    display: none !important;
  }
}
.cmp-rides-revamp-customer-review .swiper-pagination {
  bottom: -68px !important;
}
@media (max-width: 768px) {
  .cmp-rides-revamp-customer-review .swiper-pagination {
    bottom: -32px !important;
    left: 20px !important;
    text-align: left;
  }
}
.cmp-rides-revamp-customer-review .swiper-pagination-bullet {
  opacity: 1;
  background: #3b3b3b;
  border-radius: 0 !important;
  width: 24px !important;
  height: 4px;
  margin: 0 3px !important;
}
@media (max-width: 768px) {
  .cmp-rides-revamp-customer-review .swiper-pagination-bullet {
    background: #4F4F4F;
    width: 15px !important;
    height: 3px;
    margin: 2px !important;
  }
}
.cmp-rides-revamp-customer-review .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #DA291C;
  width: 40px !important;
}
@media (max-width: 768px) {
  .cmp-rides-revamp-customer-review .swiper-pagination-bullet-active {
    background-color: #EDEDED;
    width: 25px !important;
  }
}
.cmp-rides-revamp-customer-review .swiper-button-next {
  right: 10px;
  bottom: -81px;
  top: auto;
}
.cmp-rides-revamp-customer-review .swiper-button-prev {
  left: 35px;
  bottom: -81px;
  top: auto;
}
.cmp-rides-revamp-customer-review .swiper-button-next::after {
  content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="27" height="21" viewBox="0 0 27 21" fill="none"><path d="M20.6651 9.38408H0.220703V12.0143H20.6651H21.1944L20.822 12.3904L14.4459 18.8283L16.286 20.6863L26.1771 10.6992L16.286 0.712094L14.4459 2.57007L20.822 9.00814L21.1944 9.38408H20.6651Z" fill="%23F2F2F2" stroke="%23F2F2F2" stroke-width="0.441462"/></svg>');
  display: block;
  width: 27px;
  /* Match your SVG size */
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
.cmp-rides-revamp-customer-review .swiper-button-prev::after {
  content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="27" height="21" viewBox="0 0 27 21" fill="none"><path d="M6.33489 11.6159H26.7793V8.98569H6.33489H5.80562L6.17806 8.60963L12.5541 2.17166L10.714 0.313679L0.822943 10.3008L10.714 20.2879L12.5541 18.4299L6.17806 11.9919L5.80562 11.6159H6.33489Z" fill="%23F2F2F2" stroke="%23F2F2F2" stroke-width="0.441462"/></svg>');
  display: block;
  width: 27px;
  /* Match your SVG size */
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
.cmp-rides-revamp-customer-review .swiper-button-active-pagination {
  width: 10px;
  height: 10px;
  background-color: #fff;
}
.cmp-rides-revamp-customer-review.cmp-rides-dealer-review .testimonials-container .swiper-slide {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  padding: 0 0px;
}
.cmp-rides-revamp-customer-review.cmp-rides-dealer-review .testimonials-container .swiper-slide .testimonial-card {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
@media (max-width: 768px) {
  .cmp-rides-revamp-customer-review.cmp-rides-dealer-review .testimonials-container .swiper-slide {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
    padding: 0;
  }
  .cmp-rides-revamp-customer-review.cmp-rides-dealer-review .testimonials-container .swiper-slide .testimonial-card {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.cmp-rides-revamp-customer-review.cmp-rides-dealer-review .testimonials-container .swiper-slide-active {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.cmp-rides-revamp-customer-review.cmp-rides-dealer-review .testimonials-container .swiper-slide-active .testimonial-card {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 768px) {
  .cmp-rides-revamp-customer-review.cmp-rides-dealer-review .testimonials-container .swiper-slide-active {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
  .cmp-rides-revamp-customer-review.cmp-rides-dealer-review .testimonials-container .swiper-slide-active .testimonial-card {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.cmp-rides-revamp-customer-review.cmp-rides-dealer-review .testimonials-container .testimonials-header .testimonials-rating {
  display: none;
}
@media (max-width: 768px) {
  .cmp-rides-revamp-customer-review.cmp-rides-dealer-review .testimonials-container .testimonials-header .testimonials-rating {
    display: block;
  }
}
.cmp-rides-revamp-customer-review.cmp-rides-dealer-review .testimonials-container .testimonials-slider {
  margin: 0 -17px;
  margin-top: 98px;
}
@media (max-width: 768px) {
  .cmp-rides-revamp-customer-review.cmp-rides-dealer-review .testimonials-container .testimonials-slider {
    margin: 0;
    margin-top: 24px;
    padding-left: 24px !important;
  }
}
@media screen and (min-width: 768px) {
  .cmp-rides-revamp-customer-review.cmp-rides-dealer-review .testimonials-container .swiper-slide-active .testimonial-card::before {
    display: none;
  }
}
.cmp-rides-revamp-customer-review.cmp-rides-dealer-review .testimonials-container .testimonial-card .profile-img {
  top: -42px;
}
.cmp-rides-revamp-customer-review.cmp-rides-dealer-review .testimonials-container .testimonial-card .rider-name {
  line-height: 36px;
}
.cmp-rides-revamp-customer-review.cmp-rides-dealer-review .testimonials-container .testimonial-card .rider-details {
  margin-top: 0 !important;
}
.cmp-rides-revamp-customer-review.cmp-rides-dealer-review .testimonials-container .testimonial-card .rider-bike {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cmp-rides-revamp-customer-review.cmp-rides-dealer-review .testimonials-container .swiper-button-next {
  right: 18px;
}
.cmp-rides-revamp-customer-review.cmp-rides-dealer-review .testimonials-container .swiper-button-prev {
  left: 17px;
}
.cmp-rides-revamp-customer-review.cmp-rides-dealer-review .testimonials-container .swiper-custom-pagination-button--container {
  margin-top: 40px;
}
.cmp-rides-revamp-customer-review.cmp-rides-dealer-review .testimonials-container .swiper-button-active {
  background-color: #da291c;
}

.re_revamp__ride-one-container {
  background-color: #000;
  max-width: 100%;
  padding: 0 24px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .re_revamp__ride-one-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .re_revamp__ride-one-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .re_revamp__ride-one-container {
    max-width: 960px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .re_revamp__ride-one-container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .re_revamp__ride-one-container {
    max-width: 1320px;
  }
}

.re_revamp__articles-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .re_revamp__articles-grid {
    padding-bottom: 64px;
    gap: 28px;
    grid-template-columns: repeat(4, 1fr);
  }
}

.re_revamp__read-about-oneride-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0.02rem;
  vertical-align: middle;
  font-family: "GuardianSansXCond Semibold";
  margin-top: 64px;
  margin-bottom: 40px;
  color: #fff;
}
@media (max-width: 768px) {
  .re_revamp__read-about-oneride-title {
    font-family: "GuardianSansXCond Semibold";
    font-size: 28px;
    line-height: 32px;
    vertical-align: bottom;
    margin-bottom: 24px;
    margin-top: 32px;
  }
}

.re_revamp__article-card {
  background-color: #2a2a2a;
  overflow: hidden;
  height: 360px;
  position: relative;
}
@media (max-width: 768px) {
  .re_revamp__article-card {
    width: 100%;
    height: 269px;
    margin: 0 auto;
  }
}

.re_revamp__article-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .re_revamp__article-image {
    -o-object-fit: fill;
       object-fit: fill;
  }
}

.re_revamp__article-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 252px 16px 18px 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}
@media (max-width: 768px) {
  .re_revamp__article-content {
    height: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: #000000;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(16, 16, 16)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(16, 16, 16) 50%);
    padding: 20px 16px 18px;
  }
}

.re_revamp__article-title {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 12px;
  color: #fff;
}
@media (max-width: 768px) {
  .re_revamp__article-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.re_revamp__article-date {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  color: #a6a6a6;
}

.re_revamp__article-read-time {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  color: #a6a6a6;
  display: none;
}

@media (max-width: 768px) {
  .re_revamp__article-read-time {
    display: inline;
  }
}
.cmp-motorcyclecategoriescarousel {
  width: 100%;
  padding: 2rem 0;
}
.cmp-motorcyclecategoriescarousel .cmp-remcc-motorcycle-container {
  margin: 0 auto;
  max-width: 825pt;
  overflow: hidden;
}
.cmp-motorcyclecategoriescarousel .cmp-remcc-bike-image {
  max-width: 500px;
}
.cmp-motorcyclecategoriescarousel .cmp-remcc-motorcycle-main-title {
  padding: 1.75rem 0rem;
  margin-bottom: 3rem;
  background-color: #282828;
  border-top: 1ps solid #373737;
  border-bottom: 1ps solid #373737;
}
@media (max-width: 768px) {
  .cmp-motorcyclecategoriescarousel .cmp-remcc-motorcycle-main-title {
    background: transparent;
    padding-top: 0;
  }
}
.cmp-motorcyclecategoriescarousel .cmp-remcc-motorcycle-main-title .cmp-remcc-title {
  color: #ffffff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  padding-left: 20px;
  border-left: 4px solid #daaa00;
}
@media (max-width: 768px) {
  .cmp-motorcyclecategoriescarousel .cmp-remcc-motorcycle-main-title .cmp-remcc-title {
    padding-left: 24px;
    font-size: 28px;
    line-height: 32px;
    max-width: 150px;
    border-left: none;
  }
}
.cmp-motorcyclecategoriescarousel .cmp-remcc-motorcycle-display-container {
  margin-bottom: 20px;
}
.cmp-motorcyclecategoriescarousel .cmp-remcc-motorcycle-display-container .bike-display-tab {
  position: relative;
  background-image: url("../../../etc.clientlibs/RE-Platform-Revamp/clientlibs/clientlib-ridesmain/resources/images/Bike-Axis.png");
  background-position: bottom;
  background-repeat: no-repeat;
  min-height: auto;
}
@media (max-width: 768px) {
  .cmp-motorcyclecategoriescarousel .cmp-remcc-motorcycle-display-container .bike-display-tab {
    background-size: contain;
  }
}
.cmp-motorcyclecategoriescarousel .cmp-remcc-motorcycle-display-container .bike-display-tab .cmp-remcc-center-highlight {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  height: 100%;
  width: 100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0, transparent 30%, transparent 100%);
  -webkit-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
}
.cmp-motorcyclecategoriescarousel .cmp-remcc-motorcycle-display-container .bike-display-tab .swiper-slide img {
  max-width: 100%;
  height: auto;
}
.cmp-motorcyclecategoriescarousel .cmp-remcc-categories-container {
  padding-bottom: 20px;
  background-image: url("../../../etc.clientlibs/RE-Platform-Revamp/clientlibs/clientlib-ridesmain/resources/images/category_bg.png");
  background-position: bottom;
  background-repeat: no-repeat;
}
.cmp-motorcyclecategoriescarousel .cmp-remcc-categories-container .category-tab .swiper-slide {
  height: 130px;
  padding: 10px 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .cmp-motorcyclecategoriescarousel .cmp-remcc-categories-container .category-tab .swiper-slide {
    height: 140px;
    padding: 30px 20px;
  }
}
.cmp-motorcyclecategoriescarousel .cmp-remcc-categories-container .category-tab .swiper-slide span {
  display: block;
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  line-height: 33.6px;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  cursor: pointer;
}
@media (max-width: 768px) {
  .cmp-motorcyclecategoriescarousel .cmp-remcc-categories-container .category-tab .swiper-slide span {
    white-space: inherit;
    font-size: 14px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.6980392157);
  }
}
.cmp-motorcyclecategoriescarousel .cmp-remcc-categories-container .category-tab .swiper-slide.swiper-slide-active span {
  color: #ededed;
  font-size: 48px;
  line-height: 52.8px;
  opacity: 1;
}
@media (max-width: 768px) {
  .cmp-motorcyclecategoriescarousel .cmp-remcc-categories-container .category-tab .swiper-slide.swiper-slide-active span {
    font-size: 20px;
    line-height: 32px;
  }
}
.cmp-motorcyclecategoriescarousel .cmp-remcc-categories-container .category-tab .swiper-slide.duplicate-left {
  position: absolute;
  left: -360px;
}
.cmp-motorcyclecategoriescarousel .cmp-remcc-models-container .cmp-remcc-models-tab .swiper-slide {
  padding: 10px 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .cmp-motorcyclecategoriescarousel .cmp-remcc-models-container .cmp-remcc-models-tab .swiper-slide {
    padding: 10px 5px;
  }
  .cmp-motorcyclecategoriescarousel .cmp-remcc-models-container .cmp-remcc-models-tab .swiper-slide.swiper-slide-prev {
    padding-left: 20px;
  }
  .cmp-motorcyclecategoriescarousel .cmp-remcc-models-container .cmp-remcc-models-tab .swiper-slide.swiper-slide-next {
    padding-right: 20px;
  }
}
.cmp-motorcyclecategoriescarousel .cmp-remcc-models-container .cmp-remcc-models-tab .swiper-slide span {
  display: block;
  color: #616161;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 768px) {
  .cmp-motorcyclecategoriescarousel .cmp-remcc-models-container .cmp-remcc-models-tab .swiper-slide span {
    font-size: 14px;
    line-height: 32px;
  }
}
.cmp-motorcyclecategoriescarousel .cmp-remcc-models-container .cmp-remcc-models-tab .swiper-slide .know-more {
  display: none;
  color: #fd5050;
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 768px) {
  .cmp-motorcyclecategoriescarousel .cmp-remcc-models-container .cmp-remcc-models-tab .swiper-slide .know-more {
    font-size: 12px;
  }
}
.cmp-motorcyclecategoriescarousel .cmp-remcc-models-container .cmp-remcc-models-tab .swiper-slide.swiper-slide-active span {
  color: #ededed;
}
@media (max-width: 768px) {
  .cmp-motorcyclecategoriescarousel .cmp-remcc-models-container .cmp-remcc-models-tab .swiper-slide.swiper-slide-active span {
    font-size: 20px;
  }
}
.cmp-motorcyclecategoriescarousel .cmp-remcc-models-container .cmp-remcc-models-tab .swiper-slide.swiper-slide-active .know-more {
  display: block;
}
.cmp-motorcyclecategoriescarousel .cmp-remcc-models-container .cmp-remcc-models-tab .swiper-button-next,
.cmp-motorcyclecategoriescarousel .cmp-remcc-models-container .cmp-remcc-models-tab .swiper-button-prev {
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  border: 1.25px solid #9f9367;
  border-radius: 50%;
  background-color: #343434;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cmp-motorcyclecategoriescarousel .cmp-remcc-models-container .cmp-remcc-models-tab .swiper-button-next,
  .cmp-motorcyclecategoriescarousel .cmp-remcc-models-container .cmp-remcc-models-tab .swiper-button-prev {
    width: 24px;
    height: 24px;
    top: 12px;
    -webkit-transform: none;
            transform: none;
  }
}
.cmp-motorcyclecategoriescarousel .cmp-remcc-models-container .cmp-remcc-models-tab .swiper-button-next::after,
.cmp-motorcyclecategoriescarousel .cmp-remcc-models-container .cmp-remcc-models-tab .swiper-button-prev::after {
  display: none;
}

/* Mobile styles */
.re_revamp__ride-one-fuel-container {
  background-color: #000;
  max-width: 100%;
  padding: 0 24px;
  margin: 0 auto;
}

.re_revamp__ride-one-fuel-header {
  margin-bottom: 40px;
  margin-top: 64px;
}
.re_revamp__ride-one-fuel-header .re_revamp__ride-one-fuel-header-title {
  font-family: "GuardianSansXCond Semibold";
  font-weight: 600;
  font-size: 40px;
  color: white;
  margin: 0;
  vertical-align: middle;
  letter-spacing: 0.02rem;
  line-height: 48px;
}

.re_revamp__ride-one-fuel-main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.re_revamp__ride-one-fuel-cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}

.re_revamp__ride-one-fuel-card {
  width: 100%;
  height: 414px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: border 0.3s, -webkit-box-shadow 0.3s;
  transition: border 0.3s, -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s, border 0.3s;
  transition: box-shadow 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
  position: relative;
  background: #1a1a1a;
  /* border: 2px solid transparent; */
}
.re_revamp__ride-one-fuel-card:not(.active) .card-overlay {
  display: none;
}
.re_revamp__ride-one-fuel-card:not(.active) .re_revamp__ride-one-fuel-card-image {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.re_revamp__ride-one-fuel-card.active {
  /* box-shadow: 0 0 0 2px #1ea0ff33; */
}
.re_revamp__ride-one-fuel-card.active .re_revamp__ride-one-fuel-card-overlay {
  opacity: 1;
}

.re_revamp__ride-one-fuel-card-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.re_revamp__ride-one-fuel-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.re_revamp__ride-one-fuel-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  padding: 40px 16px 16px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.re_revamp__ride-one-fuel-card-title {
  color: #fff;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.re_revamp__ride-one-fuel-card-description {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #a6a6a6;
}

.re_revamp__ride-one-fuel-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.re_revamp__ride-one-fuel-nav-line {
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 8px, transparent 8px, transparent 16px);
}

.re_revamp__ride-one-fuel-nav-button {
  position: relative;
  z-index: 2;
  background: transparent;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.re_revamp__ride-one-fuel-nav-button.active {
  color: white !important;
  border-color: white !important;
}

@media (min-width: 576px) {
  .re_revamp__ride-one-fuel-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .re_revamp__ride-one-fuel-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .re_revamp__ride-one-fuel-container {
    max-width: 960px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .re_revamp__ride-one-fuel-container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .re_revamp__ride-one-fuel-container {
    max-width: 1260px;
  }
}
@media (max-width: 769px) {
  .re_revamp__ride-one-fuel-header {
    margin-bottom: 26px;
    margin-top: 32px;
  }
  .re_revamp__ride-one-fuel-header .re_revamp__ride-one-fuel-header-title {
    font-family: "GuardianSansXCond Semibold";
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.64px;
    vertical-align: middle;
  }
  .re_revamp__ride-one-fuel-card-title {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 6.41px;
  }
  .re_revamp__ride-one-fuel-card-description {
    font-size: 12px;
    line-height: 17px;
  }
}
@media (min-width: 769px) {
  .re_revamp__ride-one-fuel-navigation {
    width: 72%;
    max-width: 1076px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 0;
  }
  .re_revamp__ride-one-fuel-nav-line {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    height: 2px;
    min-width: 60px;
  }
  .re_revamp__ride-one-fuel-nav-button {
    margin-top: -20px;
    font-family: "Oswald", "Montserrat", Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #222;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
  }
  .re_revamp__ride-one-fuel-nav-button.active {
    color: #fff !important;
    border-color: #fff !important;
    background: transparent !important;
  }
  .re_revamp__ride-one-fuel-nav-button.active::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g clip-path="url(clientlib-ridesmain/css/%23clip0_620_7537)"><path d="M7 14L12 9L17 14H7Z" fill="white"/></g><defs><clipPath id="clip0_620_7537"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>') no-repeat center center;
    background-size: contain;
    z-index: 3;
    border: none;
  }
}
@media (max-width: 768px) {
  .re_revamp__ride-one-fuel-main-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 16px;
  }
  .re_revamp__ride-one-fuel-navigation {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 0 100px 0;
    gap: 0;
    margin-top: 0;
  }
  .re_revamp__ride-one-fuel-cards-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .re_revamp__ride-one-fuel-nav-line {
    width: 2px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-height: 32px;
    background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4) 8px, transparent 8px, transparent 16px);
    margin: 0;
    display: block !important;
  }
  .re_revamp__ride-one-fuel-nav-line:last-child {
    display: none !important;
  }
  .re_revamp__ride-one-fuel-nav-button {
    margin: 0px 0;
    width: 36px;
    height: 36px;
    font-size: 0.9rem;
  }
  .re_revamp__ride-one-fuel-nav-button:first-child {
    margin-top: 0;
  }
  .re_revamp__ride-one-fuel-nav-button:last-child {
    margin-bottom: 0;
  }
  .re_revamp__ride-one-fuel-nav-button.active::before {
    content: "";
    rotate: 90deg;
    position: absolute;
    right: -7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g clip-path="url(clientlib-ridesmain/css/%23clip0_620_7537)"><path d="M7 14L12 9L17 14H7Z" fill="white"/></g><defs><clipPath id="clip0_620_7537"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>') no-repeat center center;
    background-size: contain;
    z-index: 3;
    border: none;
  }
  .re_revamp__ride-one-fuel-card {
    width: 100%;
    height: 332px;
    margin-bottom: 0;
  }
  .re_revamp__ride-one-fuel-card:not(.active) {
    display: none;
  }
}
.cmp-motorcyclewithcategories {
  overflow: hidden;
  /* Slider */
}
.cmp-motorcyclewithcategories .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  padding-top: 20px;
}
@media (max-width: 649px) {
  .cmp-motorcyclewithcategories .slick-slider {
    padding-top: 0px;
  }
}
.cmp-motorcyclewithcategories .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.cmp-motorcyclewithcategories .slick-list:focus {
  outline: none;
}
.cmp-motorcyclewithcategories .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.cmp-motorcyclewithcategories .slick-slider .slick-track,
.cmp-motorcyclewithcategories .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cmp-motorcyclewithcategories .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cmp-motorcyclewithcategories .slick-track:before,
.cmp-motorcyclewithcategories .slick-track:after {
  display: table;
  content: "";
}
.cmp-motorcyclewithcategories .slick-track:after {
  clear: both;
}
.cmp-motorcyclewithcategories .slick-loading .slick-track {
  visibility: hidden;
}
.cmp-motorcyclewithcategories .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.cmp-motorcyclewithcategories [dir=rtl] .slick-slide {
  float: right;
}
.cmp-motorcyclewithcategories .slick-slide img {
  display: block;
}
.cmp-motorcyclewithcategories .slick-slide.slick-loading img {
  display: none;
}
.cmp-motorcyclewithcategories .slick-slide.dragging img {
  pointer-events: none;
}
.cmp-motorcyclewithcategories .slick-initialized .slick-slide {
  display: block;
}
.cmp-motorcyclewithcategories .slick-loading .slick-slide {
  visibility: hidden;
}
.cmp-motorcyclewithcategories .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.cmp-motorcyclewithcategories .slick-arrow.slick-hidden {
  display: none;
}

.motorcyclewithcategories {
  background: #181818;
}

.cmp-motorcyclewithcategories {
  overflow: hidden;
  background: #181818;
  padding-bottom: 66px;
  /* Category Slider */
  /* Bike Slider */
  /* Custom navigation arrows for bike slider */
  /* Image Slider */
  /* Hide default slick arrows */
  /* Responsive Styles */
}
.cmp-motorcyclewithcategories .text-heading-block {
  padding-top: 40px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.cmp-motorcyclewithcategories :root {
  --primary-color: #ffffff;
  --secondary-color: #7a7a7a;
  --active-color: #ffffff;
  --inactive-color: #4a4a4a;
  --background-color: #111111;
  --transition-time: 0.3s;
}
@media (max-width: 767px) {
  .cmp-motorcyclewithcategories {
    padding-bottom: 2pc;
  }
}
.cmp-motorcyclewithcategories .text-heading-block {
  margin: 0 auto;
  max-width: 80%;
  padding: 20px;
  padding-left: 0px;
  padding-top: 0px;
}
@media (max-width: 767px) {
  .cmp-motorcyclewithcategories .text-heading-block {
    max-width: 100%;
    padding-left: 24px;
    margin: 0px auto;
    padding-bottom: 5px;
    margin-bottom: 0px;
    padding-top: 32px !important;
  }
}
.cmp-motorcyclewithcategories .text-heading-block h1,
.cmp-motorcyclewithcategories .text-heading-block h2,
.cmp-motorcyclewithcategories .text-heading-block h3,
.cmp-motorcyclewithcategories .text-heading-block h4 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cmp-motorcyclewithcategories .text-heading-block h1,
  .cmp-motorcyclewithcategories .text-heading-block h2,
  .cmp-motorcyclewithcategories .text-heading-block h3,
  .cmp-motorcyclewithcategories .text-heading-block h4 {
    font-size: 28px;
  }
}
.cmp-motorcyclewithcategories .motorcycle-carousel {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  padding-bottom: 0px;
}
@media (max-width: 576px) {
  .cmp-motorcyclewithcategories .motorcycle-carousel {
    padding-top: 12px;
  }
}
.cmp-motorcyclewithcategories .category-slider-container {
  position: relative;
  margin-bottom: 20px;
  padding: 20px 0;
  padding-top: 0px;
  background-image: url("../../../content/dam/revamp-dam/vector-strike.png");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 649px) {
  .cmp-motorcyclewithcategories .category-slider-container {
    padding: 5px 0;
  }
}
.cmp-motorcyclewithcategories .central-highlight {
  background: radial-gradient(circle, hsla(0, 0%, 100%, 0.1) 0, transparent 30%, transparent 100%);
  height: 70vh;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
  width: 100%;
}
@media (max-width: 649px) {
  .cmp-motorcyclewithcategories .central-highlight {
    display: none;
  }
}
.cmp-motorcyclewithcategories .category-slider .slick-slide {
  text-align: center;
  color: #4F4F4F;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 24px;
  -webkit-transition: all var(--transition-time);
  transition: all var(--transition-time);
  cursor: pointer;
  font-family: "GuardianSansXCond Regular";
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  -webkit-transition: none;
  transition: none;
}
@media (max-width: 649px) {
  .cmp-motorcyclewithcategories .category-slider .slick-slide {
    padding-bottom: 5px;
  }
}
.cmp-motorcyclewithcategories .category-slider .slick-slide.slick-current.slick-active.slick-center {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #a6a6a6;
}
.cmp-motorcyclewithcategories .category-slider .slick-slide.slick-current.slick-active.slick-center span {
  font-family: "GuardianSansXCond Regular";
  font-weight: 600 !important;
  font-size: 28px;
}
@media (max-width: 767px) {
  .cmp-motorcyclewithcategories .category-slider .slick-slide.slick-current.slick-active.slick-center span {
    font-size: 14px;
    line-height: 21px !important;
  }
}
.cmp-motorcyclewithcategories .category-slider .slick-current {
  color: var(--active-color);
  -webkit-transform: scale(1);
          transform: scale(1);
  font-weight: bold;
  opacity: 1;
  font-family: GuardianSansXCond Regular;
}
.cmp-motorcyclewithcategories .category-slider .slick-current span {
  line-height: 38px;
}
.cmp-motorcyclewithcategories .bike-slider-container {
  position: relative;
  padding: 20px 0;
  padding-top: 0px;
}
.cmp-motorcyclewithcategories .bike-slider .slick-slide {
  text-align: center;
  color: var(--inactive-color);
  font-size: 32px;
  -webkit-transition: all var(--transition-time);
  transition: all var(--transition-time);
  cursor: pointer;
  line-height: 48px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
  font-family: GuardianSansXCond Regular;
  color: #4f4f4f;
}
.cmp-motorcyclewithcategories .bike-slider .slick-slide h1,
.cmp-motorcyclewithcategories .bike-slider .slick-slide h2,
.cmp-motorcyclewithcategories .bike-slider .slick-slide h3,
.cmp-motorcyclewithcategories .bike-slider .slick-slide h4 {
  font-size: 2pc;
  font-weight: 600;
  font-family: "GuardianSansXCond Regular";
  letter-spacing: 1px;
}
@media (max-width: 800px) {
  .cmp-motorcyclewithcategories .bike-slider .slick-slide h1,
  .cmp-motorcyclewithcategories .bike-slider .slick-slide h2,
  .cmp-motorcyclewithcategories .bike-slider .slick-slide h3,
  .cmp-motorcyclewithcategories .bike-slider .slick-slide h4 {
    font-size: 28px;
  }
}
@media (max-width: 649px) {
  .cmp-motorcyclewithcategories .bike-slider .slick-slide h1,
  .cmp-motorcyclewithcategories .bike-slider .slick-slide h2,
  .cmp-motorcyclewithcategories .bike-slider .slick-slide h3,
  .cmp-motorcyclewithcategories .bike-slider .slick-slide h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0px;
  }
}
.cmp-motorcyclewithcategories .bike-slider .slick-current {
  color: white;
  -webkit-transform: scale(1);
          transform: scale(1);
  font-weight: bold;
  opacity: 1;
  font-family: GuardianSansXCond Regular;
}
.cmp-motorcyclewithcategories .bike-prev,
.cmp-motorcyclewithcategories .bike-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  color: var(--primary-color);
  -webkit-transition: background-color var(--transition-time);
  transition: background-color var(--transition-time);
  height: 50px;
  width: 50px;
  backdrop-filter: blur(22.7299995422px);
  border: 1.23px solid;
  border-image-source: linear-gradient(133.14deg, hsla(0, 0%, 100%, 0.33), hsla(0, 0%, 100%, 0.007) 84.07%);
  right: 0;
  top: 35px;
  z-index: 10;
  background: linear-gradient(#262626, #262626) padding-box, linear-gradient(120deg, #fff, hsla(0, 0%, 100%, 0.02)) border-box;
}
.cmp-motorcyclewithcategories .bike-prev {
  left: -10px;
}
.cmp-motorcyclewithcategories .bike-prev img {
  height: 25px;
  width: 25px;
}
@media (max-width: 768px) {
  .cmp-motorcyclewithcategories .bike-prev {
    display: none;
  }
}
.cmp-motorcyclewithcategories .bike-next {
  right: -10px;
}
.cmp-motorcyclewithcategories .bike-next img {
  height: 25px;
  width: 25px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 768px) {
  .cmp-motorcyclewithcategories .bike-next {
    display: none;
  }
}
.cmp-motorcyclewithcategories .bike-prev:hover,
.cmp-motorcyclewithcategories .bike-next:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.cmp-motorcyclewithcategories .image-slider-container {
  position: relative;
  height: 400px;
  overflow: hidden;
  margin-top: 40px;
  background-image: url("../../../content/dam/revamp-dam/smallCircle.png");
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (max-width: 649px) {
  .cmp-motorcyclewithcategories .image-slider-container {
    position: relative;
    background-size: 54% !important;
  }
}
.cmp-motorcyclewithcategories .image-slider .slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 400px;
}
.cmp-motorcyclewithcategories .image-slider .slick-slide img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 649px) {
  .cmp-motorcyclewithcategories .image-slider .slick-slide img {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
.cmp-motorcyclewithcategories .image-slider img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.cmp-motorcyclewithcategories .slick-prev,
.cmp-motorcyclewithcategories .slick-next {
  display: none !important;
}
@media (max-width: 768px) {
  .cmp-motorcyclewithcategories .category-slider .slick-slide {
    font-size: 14px;
  }
  .cmp-motorcyclewithcategories .category-slider .slick-current {
    font-size: 14px;
  }
  .cmp-motorcyclewithcategories .bike-slider .slick-slide {
    font-size: 20px;
  }
  .cmp-motorcyclewithcategories .bike-slider .slick-current {
    font-size: 28px;
  }
  .cmp-motorcyclewithcategories .image-slider-container {
    height: 300px;
  }
  .cmp-motorcyclewithcategories .image-slider .slick-slide {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .cmp-motorcyclewithcategories .category-slider .slick-slide {
    font-size: 14px;
  }
  .cmp-motorcyclewithcategories .category-slider .slick-current {
    font-size: 14px;
  }
  .cmp-motorcyclewithcategories .bike-slider .slick-slide {
    font-size: 20px;
    line-height: 24px;
  }
  .cmp-motorcyclewithcategories .bike-slider .slick-current {
    font-size: 20px;
    line-height: 24px;
    text-align: center !important;
  }
  .cmp-motorcyclewithcategories .image-slider-container {
    height: 250px;
  }
}
@media (max-width: 480px) and (max-width: 649px) {
  .cmp-motorcyclewithcategories .image-slider-container {
    height: 220px;
  }
}
@media (max-width: 480px) {
  .cmp-motorcyclewithcategories .image-slider .slick-slide {
    height: 250px;
  }
}
.cmp-motorcyclewithcategories .goldenButton {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
@media (max-width: 767px) {
  .cmp-motorcyclewithcategories .goldenButton {
    white-space: nowrap;
    padding-left: 7px !important;
    padding-right: 0px !important;
  }
}
.cmp-motorcyclewithcategories .transparentButton {
  border: solid 1px rgba(255, 255, 255, 0.726);
  padding: 10px;
  padding-left: 73px;
  padding-right: 73px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: white;
  font-family: "Montserrat", sans-serif;
  background: transparent;
  font-weight: bold;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmp-motorcyclewithcategories .transparentButton:hover {
  background-image: none;
  border: solid 1px #ffffff;
  -webkit-transition: all 0.5s ease-in-outs;
  transition: all 0.5s ease-in-outs;
}
@media (max-width: 768px) {
  .cmp-motorcyclewithcategories .transparentButton {
    font-size: 11px;
    width: 100%;
    height: 48px;
    border: 1px solid;
    padding: 8px 10px;
  }
}
.cmp-motorcyclewithcategories .goldenButton img {
  height: 27px;
  margin-left: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 27px;
}
.cmp-motorcyclewithcategories .button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 649px) {
  .cmp-motorcyclewithcategories .button-box {
    gap: 8px !important;
  }
}
.cmp-motorcyclewithcategories .goldenButton {
  border: solid 1px #808080 !important;
  padding: 12px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  border: none;
  cursor: pointer;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #daaa00;
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(112.38deg, rgba(255, 255, 255, 0.5) -120.84%, rgba(255, 255, 255, 0.1) 79.67%);
}
.cmp-motorcyclewithcategories .goldenButton:hover {
  background: linear-gradient(104.31deg, rgba(255, 255, 255, 0.7) -84.21%, rgba(0, 0, 0, 0) 102.45%);
}
@media (max-width: 768px) {
  .cmp-motorcyclewithcategories .goldenButton {
    width: 100%;
    height: 48px;
    padding: 8px 10px;
    font-size: 12px;
  }
}
.cmp-motorcyclewithcategories .goldenButton {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
@media (max-width: 767px) {
  .cmp-motorcyclewithcategories .goldenButton {
    padding-left: 7px !important;
    padding-right: 0px !important;
  }
}
.cmp-motorcyclewithcategories .transparentButton {
  border: solid 1px rgba(255, 255, 255, 0.726);
  padding: 10px;
  padding-left: 73px;
  padding-right: 73px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: white;
  font-family: "Montserrat", sans-serif;
  background: transparent;
  font-weight: bold;
}
.cmp-motorcyclewithcategories .transparentButton:hover {
  background-image: none;
  border: solid 1px #ffffff;
  -webkit-transition: all 0.5s ease-in-outs;
  transition: all 0.5s ease-in-outs;
}
@media (max-width: 768px) {
  .cmp-motorcyclewithcategories .transparentButton {
    font-size: 12px;
    width: 100%;
    height: 48px;
    border: 1px solid;
    padding: 8px 10px;
  }
}
.cmp-motorcyclewithcategories .goldenButton img {
  height: 27px;
  margin-left: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 27px;
}
.cmp-motorcyclewithcategories .button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.cmp-motorcyclewithcategories .goldenButton {
  border: solid 1px #808080 !important;
  padding: 12px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  border: none;
  cursor: pointer;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #daaa00;
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(112.38deg, rgba(255, 255, 255, 0.5) -120.84%, rgba(255, 255, 255, 0.1) 79.67%);
}
.cmp-motorcyclewithcategories .goldenButton:hover {
  background: linear-gradient(104.31deg, rgba(255, 255, 255, 0.7) -84.21%, rgba(0, 0, 0, 0) 102.45%);
}
@media (max-width: 768px) {
  .cmp-motorcyclewithcategories .goldenButton {
    width: 100%;
    height: 48px;
    padding: 8px 10px;
    font-size: 12px;
  }
}
.cmp-motorcyclewithcategories .know-more-cta {
  color: #DA291C;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  text-align: center;
  width: 100%;
  line-height: 16px;
  font-weight: 700;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 649px) {
  .cmp-motorcyclewithcategories .know-more-cta {
    font-size: 14px;
    color: #DA291C;
  }
}
@media (max-width: 649px) {
  .cmp-motorcyclewithcategories .know-more-cta {
    padding-top: 22.7px;
    padding-bottom: 10px;
  }
}
.cmp-motorcyclewithcategories .cta-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 649px) {
  .cmp-motorcyclewithcategories .cta-box {
    gap: 0px;
  }
}
@media (max-width: 576px) {
  .cmp-motorcyclewithcategories .cta-box .button-box {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 14px;
  }
}

@media (max-width: 768px) {
  .cmp-motorcyclewithcategories.mtr-cat-dealer {
    background: #1c1c1c;
  }
}
.cmp-motorcyclewithcategories.mtr-cat-dealer .motorcycle-carousel {
  max-width: 80%;
}
@media (max-width: 768px) {
  .cmp-motorcyclewithcategories.mtr-cat-dealer .motorcycle-carousel {
    max-width: 100%;
    padding-top: 16px;
  }
}
.cmp-motorcyclewithcategories.mtr-cat-dealer .image-slider .slick-slide.prevSlide {
  -webkit-perspective: 1261px;
          perspective: 1261px;
  -webkit-perspective-origin: 148% 50%;
          perspective-origin: 148% 50%;
}
.cmp-motorcyclewithcategories.mtr-cat-dealer .image-slider .slick-slide.prevSlide img {
  -webkit-transform: scaleX(2) scaleY(1) scaleZ(2) rotateX(0deg) rotateY(-58deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
          transform: scaleX(2) scaleY(1) scaleZ(2) rotateX(0deg) rotateY(-58deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
}
.cmp-motorcyclewithcategories.mtr-cat-dealer .image-slider .slick-slide.nextSlide {
  -webkit-perspective: 400px;
          perspective: 400px;
  -webkit-perspective-origin: 90% 45%;
          perspective-origin: 90% 45%;
}
.cmp-motorcyclewithcategories.mtr-cat-dealer .image-slider .slick-slide.nextSlide img {
  -webkit-transform: scaleX(0.9) scaleY(0.9) scaleZ(0.9) rotateX(0deg) rotateY(80deg) rotateZ(0deg) translateX(5px) translateY(-15px) translateZ(0px) skewX(0deg) skewY(0deg);
          transform: scaleX(0.9) scaleY(0.9) scaleZ(0.9) rotateX(0deg) rotateY(80deg) rotateZ(0deg) translateX(5px) translateY(-15px) translateZ(0px) skewX(0deg) skewY(0deg);
}
.cmp-motorcyclewithcategories.mtr-cat-dealer .slick-slider .slick-list {
  padding: 0 !important;
}
.cmp-motorcyclewithcategories.mtr-cat-dealer .text-heading-block {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cmp-motorcyclewithcategories.mtr-cat-dealer .motorcycle-carousel {
  padding-top: 0;
}
@media (max-width: 768px) {
  .cmp-motorcyclewithcategories.mtr-cat-dealer .bike-slider-container {
    padding: 20px 0;
    margin: 0 30px;
  }
  .cmp-motorcyclewithcategories.mtr-cat-dealer .button-box {
    width: 100%;
    padding: 0 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.re-app-cmp .slick-slide img {
  -webkit-transform: none !important;
          transform: none !important;
}

.locate-centre__card {
  padding: 32px 56px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 315px;
}
.locate-centre__card:has(.locate-center__item) {
  min-height: -webkit-fit-content !important;
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  .locate-centre__card {
    padding: 32px 32px;
  }
}
@media (max-width: 767px) {
  .locate-centre__card {
    padding: 32px 24px !important;
    margin: 0 -24px;
    min-height: 385px;
  }
  .locate-centre__card:has(.locate-center__item) {
    min-height: 784px;
  }
}
.locate-centre__card .locate-centre__card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(-44.02%, rgba(0, 0, 0, 0)), color-stop(97.77%, #181818));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) -44.02%, #181818 97.77%);
}
.locate-centre__card .locate-centre__card-overlay.locate-centre__card-overlay-1 {
  background: -webkit-gradient(linear, right top, left top, color-stop(40.7%, rgba(0, 0, 0, 0)), color-stop(97.77%, #181818));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 40.7%, #181818 97.77%);
}
.locate-centre__card .locate-centre__card-overlay.locate-centre__card-overlay-2 {
  background: -webkit-gradient(linear, left top, right top, color-stop(-44.02%, rgba(0, 0, 0, 0)), color-stop(97.77%, #181818));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) -44.02%, #181818 97.77%);
}
.locate-centre__card .locate-centre__card-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .locate-centre__card .locate-centre__card-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.locate-centre__card .locate-centre__card-flex .locate-centre__card-lh {
  width: 38%;
}
@media (max-width: 767px) {
  .locate-centre__card .locate-centre__card-flex .locate-centre__card-lh {
    width: 100%;
    margin-bottom: 32px;
  }
}
.locate-centre__card .locate-centre__card-flex .locate-centre__card-rh {
  width: calc(50% - 12px);
}
@media (max-width: 767px) {
  .locate-centre__card .locate-centre__card-flex .locate-centre__card-rh {
    width: 100%;
  }
}
.locate-centre__card .cmp-tabs__tabpanel {
  position: relative;
}
.locate-centre__card .locate-centre__card-head {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .locate-centre__card .locate-centre__card-head {
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 34px;
    margin-bottom: 8px;
  }
}
.locate-centre__card .locate-centre__card-desc {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .locate-centre__card .locate-centre__card-desc {
    display: none;
  }
}
.locate-centre__card .locate-centre__field-label {
  font-size: 14px;
  margin-bottom: 15px;
  display: inline-block;
  color: #A6A6A6;
}
@media (max-width: 767px) {
  .locate-centre__card .locate-centre__field-label {
    margin-bottom: 10px;
    max-width: 300px;
  }
}
.locate-centre__card .locate-centre__tab-label {
  font-family: "Montserrat Regular";
  font-size: 14px;
  margin: 17px 0;
  display: inline-block;
}
.locate-centre__card .cmp-tabs__tablist {
  gap: 12px;
}
@media (max-width: 767px) {
  .locate-centre__card .cmp-tabs__tablist {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
    margin-right: -20px;
    padding-right: 20px;
  }
}
.locate-centre__card .cmp-tabs__tablist::-webkit-scrollbar {
  display: none;
}
.locate-centre__card .cmp-tabs__tablist .cmp-tabs__tab {
  background: #373737;
  padding: 11px 16.5px;
  border: 1px solid #474747;
  font-size: 12px;
  line-height: 18px;
  font-family: "Montserrat Regular";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .locate-centre__card .cmp-tabs__tablist .cmp-tabs__tab {
    width: 100%;
    white-space: nowrap;
  }
}
.locate-centre__card:has(.cmp-tabs__tabpanel.cmp-tabs__tabpanel--active .locate-center__item) .cmp-tabs__tablist .cmp-tabs__tab.cmp-tabs__tab--active, .locate-centre__card:has(.no-results) .cmp-tabs__tablist .cmp-tabs__tab.cmp-tabs__tab--active {
  background: #403b29;
  border: 1px solid #847543;
  font-weight: 700;
}
.locate-centre__card:has(.no-results.d-none) .cmp-tabs__tablist .cmp-tabs__tab.cmp-tabs__tab--active {
  background: #373737;
  border: 1px solid #474747;
  font-weight: 500;
}

.locate-centre__field {
  position: relative;
}
.locate-centre__field .input-field {
  text-align: left;
  font-weight: bold;
  padding-right: 40px;
  width: 100% !important;
  border: none !important;
}

.locate-centre__locate-icon {
  position: absolute;
  right: 12px;
  top: 20px;
  width: 18px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .locate-centre__locate-icon {
    top: 19px;
    width: 16px;
  }
}

.locate-center__listing-wrap {
  margin-top: 32px;
  position: relative;
}
@media (max-width: 767px) {
  .locate-center__listing-wrap {
    margin-top: 24px;
  }
}
.locate-center__listing-wrap .locate-center__results-wrap {
  margin-top: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .locate-center__listing-wrap .locate-center__results-wrap {
    margin-left: 8px;
    margin-right: 20px;
  }
}
.locate-center__listing-wrap .locate-center__results-wrap .results-cta {
  color: #da291c;
  font-family: "Montserrat Semibold";
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 0;
  padding-top: 0;
}
.locate-center__listing-wrap .locate-center__results-wrap .results-cta::after {
  font-size: 10px;
}
@media (max-width: 576px) {
  .locate-center__listing-wrap .no-results p {
    padding-left: 20px;
  }
}
.locate-center__listing-wrap .locate-center__listing {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .locate-center__listing-wrap .locate-center__listing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.locate-center__listing-wrap .locate-center__item {
  background: #282828;
  padding: 16px;
  width: calc(50% - 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  .locate-center__listing-wrap .locate-center__item {
    padding: 14px;
  }
}
@media (max-width: 767px) {
  .locate-center__listing-wrap .locate-center__item {
    min-width: 100%;
  }
}
.locate-center__listing-wrap .locate-center__item .custom-btn.locate-center__name {
  color: #fff;
  font-family: "Montserrat Semibold";
  line-height: 20px;
  margin-bottom: 8px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .locate-center__listing-wrap .locate-center__item .custom-btn.locate-center__name {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
  }
}
.locate-center__listing-wrap .locate-center__item .locate-center__rating {
  font-weight: bold;
  gap: 4px;
}
.locate-center__listing-wrap .locate-center__item .locate-center__deets {
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.locate-center__listing-wrap .locate-center__item .locate-center__deets > * {
  position: relative;
  font-size: 12px;
  line-height: 16px;
}
.locate-center__listing-wrap .locate-center__item .locate-center__deets > *:after {
  background: #474747;
  content: "";
  height: 11px;
  position: absolute;
  left: -8px;
  width: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.locate-center__listing-wrap .locate-center__item .locate-center__deets > *:first-child:after {
  display: none;
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  .locate-center__listing-wrap .locate-center__item .locate-center__deets > * {
    font-size: 11px;
  }
}
.locate-center__listing-wrap .locate-center__item .custom-btn.locate-center__call {
  color: #fff;
  font-family: "Montserrat Light";
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .locate-center__listing-wrap .locate-center__item .custom-btn.locate-center__call {
    display: none;
  }
}
.locate-center__listing-wrap .locate-center__item .custom-btn.locate-center__call img.locate-center__call-icon {
  width: 16px;
  margin-bottom: -4px;
}
.locate-center__listing-wrap .locate-center__item .locate-center__address {
  font-size: 12px;
  color: #A6A6A6;
  margin: 8px 0 24px;
  height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.locate-center__listing-wrap .locate-center__item .locate-center__cta {
  margin-top: auto;
}
.locate-center__listing-wrap .locate-center__item .locate-center__cta .locate-center__call-btn {
  display: none;
}
@media (max-width: 767px) {
  .locate-center__listing-wrap .locate-center__item .locate-center__cta {
    gap: 16px;
  }
  .locate-center__listing-wrap .locate-center__item .locate-center__cta .locate-center__call-btn {
    display: block;
  }
}
.locate-center__listing-wrap .locate-center__item .custom-btn.cta-yellow {
  padding: 11.5px 24px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  font-family: "Montserrat Bold";
}
.locate-center__listing-wrap .locate-center__item .custom-btn.cta-yellow.transparent-clr-w-btn {
  color: #fff;
  border: 1px solid #A7A7A7;
}
.locate-center__listing-wrap .locate-center__item .custom-btn.locate-center__call-cta {
  color: #da291c;
  padding: 13px;
  margin-left: 30px;
  display: inline-block;
}

.rating-star-wrapper {
  display: inline-block;
}

.rating-star-box {
  position: relative;
}

.rating-star-filled {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
}

.rating-star-box .rating-star span,
.rating-star-box .rating-star-filled span {
  display: inline-block;
  font-size: 12px;
  line-height: normal;
  margin: 0px 2px;
  color: #E5C34D;
}

.locate-centre__suggest-list {
  position: relative;
}

.input-field {
  background-color: black;
}

.re-rides-home-locate-us-component .locate-centre__card {
  padding-top: 80px;
  padding-bottom: 30px;
}
.re-rides-home-locate-us-component .locate-centre__card:has(.locate-center__item) {
  min-height: -webkit-fit-content !important;
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
}
.re-rides-home-locate-us-component .locate-centre__card .locate-centre__card-desc,
.re-rides-home-locate-us-component .locate-centre__card .locate-centre__field-label {
  color: #fff;
}
.re-rides-home-locate-us-component .locate-centre__card .locate-centre__field .input-field::-webkit-input-placeholder {
  font-weight: 400;
}
.re-rides-home-locate-us-component .locate-centre__card .locate-centre__field .input-field::-moz-placeholder {
  font-weight: 400;
}
.re-rides-home-locate-us-component .locate-centre__card .locate-centre__field .input-field:-ms-input-placeholder {
  font-weight: 400;
}
.re-rides-home-locate-us-component .locate-centre__card .locate-centre__field .input-field::-ms-input-placeholder {
  font-weight: 400;
}
.re-rides-home-locate-us-component .locate-centre__card .locate-centre__field .input-field,
.re-rides-home-locate-us-component .locate-centre__card .locate-centre__field .input-field::placeholder {
  font-weight: 400;
}
.re-rides-home-locate-us-component .locate-centre__card .locate-centre__field .input-field {
  padding: 13px 16px;
  color: #fff;
  padding-right: 40px;
  outline: none !important;
}
.re-rides-home-locate-us-component .locate-centre__card .locate-centre__field .input-field::-webkit-input-placeholder {
  color: #616161;
}
.re-rides-home-locate-us-component .locate-centre__card .locate-centre__field .input-field::-moz-placeholder {
  color: #616161;
}
.re-rides-home-locate-us-component .locate-centre__card .locate-centre__field .input-field:-ms-input-placeholder {
  color: #616161;
}
.re-rides-home-locate-us-component .locate-centre__card .locate-centre__field .input-field::-ms-input-placeholder {
  color: #616161;
}
.re-rides-home-locate-us-component .locate-centre__card .locate-centre__field .input-field::placeholder {
  color: #616161;
}
.re-rides-home-locate-us-component .locate-centre__card .locate-centre__locate-icon {
  right: 16px;
  top: -1px;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.re-rides-home-locate-us-component .locate-centre__card .locate-center__listing-wrap .locate-center__results-wrap .results-cta {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding-right: 0;
}
.re-rides-home-locate-us-component .locate-centre__card .locate-center__listing-wrap .locate-center__results-wrap .results-cta:after {
  display: none;
}
.re-rides-home-locate-us-component .locate-centre__card .locate-center__listing-wrap .locate-center__item .locate-center__address + div {
  margin-top: auto;
}
.re-rides-home-locate-us-component .locate-centre__card .locate-center__listing-wrap .locate-center__item .custom-btn.locate-center__call img.locate-center__call-icon {
  display: inline;
}

/* Container for smooth height transitions */
#locateListing {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  -webkit-transition: opacity 0.3s ease, height 0.3s ease;
  transition: opacity 0.3s ease, height 0.3s ease;
  opacity: 1;
}

/* Loading state */
#locateListing.loading-state {
  min-height: 120px;
}

/* Loader styles */
.locate-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  text-align: center;
}

.loader-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #d41200;
  /* Royal Enfield red */
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  margin-bottom: 1rem;
}

.locate-loader p {
  color: white;
  font-size: 14px;
  margin: 0;
  opacity: 0.8;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Prevent layout shifts */
.section-locate-centre {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

/* Smooth transitions for tab panels */
.cmp-tabs__tabpanel {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Hide elements smoothly */
.d-none {
  display: none !important;
}

/* Error message styling */
.error-message {
  text-align: center;
  color: #666;
  padding: 2rem;
  font-style: italic;
}

/* No results message */
.no-results {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* Smooth show/hide for view more button */
.locate-view-more-cta {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* Prevent flicker during content changes */
.locate-center__listing {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.reIcon-star:before {
  content: "N";
}

.reIcon-star-filled:before {
  content: "O";
}

.cmp-rides-dealer-call-breadcrumb {
  position: relative;
  top: 100px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1100px !important;
  width: 90% !important;
  margin: auto !important;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  float: none !important;
  left: 10%;
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cmp-rides-dealer-call-breadcrumb {
    width: 90% !important;
    height: 0px;
    left: 24px;
    top: 90px;
  }
}
.cmp-rides-dealer-call-breadcrumb .cmp-breadcrumb {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.cmp-rides-dealer-call-breadcrumb .cmp-breadcrumb__list {
  list-style: none;
  padding: 0px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmp-rides-dealer-call-breadcrumb .cmp-breadcrumb__item {
  color: #a6a6a6;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmp-rides-dealer-call-breadcrumb .cmp-breadcrumb__item::after {
  color: #A6A6A6;
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m10 17l5-5l-5-5'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  margin: 0 4px;
}
.cmp-rides-dealer-call-breadcrumb .cmp-breadcrumb__item:nth-last-child(2):after {
  color: #fff;
}
.cmp-rides-dealer-call-breadcrumb .cmp-breadcrumb__item:last-child {
  font-weight: 600;
  color: #EDEDED;
}
@media (max-width: 649px) {
  .cmp-rides-dealer-call-breadcrumb .cmp-breadcrumb__item:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50px;
    display: block;
  }
}
.cmp-rides-dealer-call-breadcrumb .cmp-breadcrumb__item:last-child::after {
  content: none;
}
.cmp-rides-dealer-call-breadcrumb .cmp-breadcrumb__item .cmp-breadcrumb__item-link {
  text-decoration: none;
  color: #CACACA;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media (max-width: 649px) {
  .cmp-rides-dealer-call-breadcrumb .cmp-breadcrumb__item .cmp-breadcrumb__item-link {
    color: #CACACA;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    width: 50px;
  }
}
.cmp-rides-dealer-call-breadcrumb .cmp-breadcrumb__item .cmp-breadcrumb__item-link:hover {
  color: #fff;
  /* Highlight color on hover */
}

.cmp-rides-dealer-call-breadcrumb.cmp-rides-dealer-call-breadcrumb {
  position: unset;
  height: unset;
  padding-top: 66px;
  padding-bottom: 24px;
  width: 100% !important;
  position: unset;
  margin-left: 0% !important;
  padding-left: 10%;
  max-width: unset !important;
}
@media (max-width: 768px) {
  .cmp-rides-dealer-call-breadcrumb.cmp-rides-dealer-call-breadcrumb {
    height: unset;
    margin-left: 0px !important;
    padding: 32px 24px 16px;
    width: 100% !important;
    background: #282828;
  }
}

.cmp-section-title.cmp-section-accordion-title {
  padding-top: 32px;
}
@media (min-width: 768px) {
  .cmp-section-title.cmp-section-accordion-title {
    padding-top: 64px;
  }
}
.cmp-section-title .cmp-title__text {
  color: #ffffff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: 0.56px;
}
@media (min-width: 768px) {
  .cmp-section-title .cmp-title__text {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.8px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cmp-section-title .cmp-title__text {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}

.cmp-one-ride-faq {
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .cmp-one-ride-faq {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 24px;
  }
}
.cmp-one-ride-faq.cmp-one-ride-mobile-faq {
  display: none;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  .cmp-one-ride-faq.cmp-one-ride-mobile-faq {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.cmp-one-ride-faq .cmp-accordion .cmp-accordion__item {
  margin-bottom: 8px;
}
.cmp-one-ride-faq .cmp-accordion .cmp-accordion__item:last-child {
  margin-bottom: 0;
}
.cmp-one-ride-faq .cmp-accordion .cmp-accordion__item .cmp-accordion__header {
  padding: 4px;
  background-color: #181818;
}
.cmp-one-ride-faq .cmp-accordion .cmp-accordion__item .cmp-accordion__header:has(.cmp-accordion__button--expanded) {
  background-color: #282828;
}
.cmp-one-ride-faq .cmp-accordion .cmp-accordion__item .cmp-accordion__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  font-weight: 400;
  font-family: "Montserrat";
  padding: 12px 20px;
  background-color: #181818;
  border: 0;
  cursor: pointer;
}
.cmp-one-ride-faq .cmp-accordion .cmp-accordion__item .cmp-accordion__button .cmp-accordion__title {
  padding-right: 20px;
}
.cmp-one-ride-faq .cmp-accordion .cmp-accordion__item .cmp-accordion__button .cmp-accordion__icon {
  position: relative;
  width: 18px;
  height: 18px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cmp-one-ride-faq .cmp-accordion .cmp-accordion__item .cmp-accordion__button .cmp-accordion__icon::after, .cmp-one-ride-faq .cmp-accordion .cmp-accordion__item .cmp-accordion__button .cmp-accordion__icon::before {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
}
.cmp-one-ride-faq .cmp-accordion .cmp-accordion__item .cmp-accordion__button .cmp-accordion__icon::after {
  top: 0;
  left: 50%;
  height: 100%;
  width: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
}
.cmp-one-ride-faq .cmp-accordion .cmp-accordion__item .cmp-accordion__button .cmp-accordion__icon::before {
  top: 50%;
  left: 0%;
  width: 100%;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cmp-one-ride-faq .cmp-accordion .cmp-accordion__item .cmp-accordion__button.cmp-accordion__button--expanded {
  background-color: #282828;
}
.cmp-one-ride-faq .cmp-accordion .cmp-accordion__item .cmp-accordion__button.cmp-accordion__button--expanded .cmp-accordion__icon::after {
  opacity: 0;
}
.cmp-one-ride-faq .cmp-accordion .cmp-accordion__item .cmp-accordion__panel {
  padding: 16px 24px;
  padding-top: 0px;
  padding-right: 50px;
  background-color: #282828;
}
.cmp-one-ride-faq .cmp-accordion .cmp-accordion__item .cmp-accordion__panel p {
  color: #a6a6a6;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  font-weight: 400;
  font-family: "Montserrat";
}

.onerideherobanner .small-logo {
  width: 50% !important;
  margin-top: 20px;
}
@media (max-width: 649px) {
  .onerideherobanner .small-logo {
    margin-top: 0px;
  }
}
.onerideherobanner .hero-section {
  position: relative;
  display: block;
  color: white;
  overflow: hidden;
  height: 100vh;
}
@media (max-width: 768px) {
  .onerideherobanner .hero-section {
    height: 100%;
  }
}
.onerideherobanner .hero-title {
  font-family: Guardian Sans XCond;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 2%;
}
@media (max-width: 649px) {
  .onerideherobanner .hero-title {
    font-size: 24px !important;
    line-height: 28px !important;
    width: 100% !important;
  }
}
.onerideherobanner .hero-title p {
  font-size: 40px !important;
  line-height: 48px !important;
}
@media (max-width: 649px) {
  .onerideherobanner .hero-title p {
    font-size: 24px !important;
    width: 100% !important;
    line-height: 28px !important;
  }
}
.onerideherobanner img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 649px) {
  .onerideherobanner img {
    height: 100% !important;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
}
.onerideherobanner .hero-description h1 {
  text-align: center;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 16px;
}
@media (max-width: 649px) {
  .onerideherobanner .hero-description h1 {
    font-size: 24px;
    line-height: normal;
  }
}
.onerideherobanner .hero-description h2 {
  text-align: center;
  font-size: 40px;
  color: #A6A6A6;
  line-height: 48px;
}
@media (max-width: 649px) {
  .onerideherobanner .hero-description h2 {
    font-size: 24px;
  }
}
.onerideherobanner .banner-background-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.onerideherobanner .overlay {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(88.06deg, #000000 1.29%, rgba(0, 0, 0, 0.51) 41.4%, rgba(0, 0, 0, 0) 74.68%);
}
.onerideherobanner .overlay.disable-gradient {
  background: none;
}
.onerideherobanner .hero-content {
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  margin: auto !important;
  left: 50% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  text-align: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  align-items: center !important;
  gap: 20px !important;
}
@media (max-width: 768px) {
  .onerideherobanner .hero-content {
    padding: 0;
    position: absolute;
    left: 50%;
    width: calc(100% - 48px);
    top: 40%;
    gap: 20px !important;
    padding-left: 0px !important;
  }
}
.onerideherobanner .hero-title p {
  font-size: 40px;
  font-family: "GuardianSansXCond Bold", sans-serif;
  margin: 16px 0;
  letter-spacing: 0.8px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .onerideherobanner .hero-title p {
    font-family: "GuardianSansXCond Bold", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 2%;
  }
}
.onerideherobanner .hero-description {
  font-family: "Montserrat";
  font-weight: normal;
  font-family: "GuardianSansXCond Semibold" !important;
  font-weight: 600 !important;
  font-size: 40px !important;
  leading-trim: NONE !important;
  line-height: 48px !important;
  letter-spacing: 2% !important;
}
.onerideherobanner .hero-description p {
  width: 100% !important;
  font-family: "GuardianSansXCond Semibold" !important;
  font-weight: 500 !important;
  font-size: 40px !important;
  leading-trim: NONE !important;
  line-height: 48px !important;
  letter-spacing: 2% !important;
}
@media (max-width: 649px) {
  .onerideherobanner .hero-description p {
    display: block !important;
    font-size: 24px !important;
    line-height: 28px !important;
  }
}
.onerideherobanner .hero-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat";
}
@media (max-width: 649px) {
  .onerideherobanner .hero-meta {
    margin-top: 20px;
  }
}
.onerideherobanner .hero-meta .daysperator {
  content: "";
  display: inline-block;
  width: 2px;
  height: 18px;
  background-color: white;
  /* margin-right: 10px; */
}
.onerideherobanner .hero-meta .day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-wrap: auto;
  max-width: 65%;
}
.onerideherobanner .hero-meta .day img {
  width: 17px;
}
.onerideherobanner .hero-meta .day:nth-child(3) img {
  width: 15px;
}
.onerideherobanner .glass-button {
  padding: 18px 24px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #ededed;
  background-color: rgba(66, 66, 66, 0.7);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
  font-family: "Montserrat", sans-serif;
  border: none !important;
  line-height: 22.4px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 24px !important;
  padding-right: 24px !important;
}
@media (max-width: 768px) {
  .onerideherobanner .glass-button {
    width: 100%;
  }
}
.onerideherobanner .glass-button:hover {
  background-color: white;
  color: black;
  -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.onerideherobanner .glass-button:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.onerideherobanner .white-button {
  display: none;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  border: solid 1px white;
}
@media (max-width: 768px) {
  .onerideherobanner .white-button {
    display: block;
  }
}
.onerideherobanner .desktop-video,
.onerideherobanner .mobile-video {
  display: none;
}
.onerideherobanner .desktop-video video,
.onerideherobanner .mobile-video video {
  autoplay: true;
  muted: true;
  loop: true;
  width: 100%;
  height: auto;
}
.onerideherobanner .desktop-video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.onerideherobanner .desktop-video video {
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .onerideherobanner .desktop-video {
    display: none;
  }
  .onerideherobanner .mobile-video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
  }
  .onerideherobanner .mobile-video video {
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .onerideherobanner .hero-title {
    font-family: Guardian Sans XCond;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 2%;
  }
}
.onerideherobanner .hero-section-video-popup-trigger {
  color: inherit;
  display: block;
  text-decoration: none;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16.367px);
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  margin: auto;
}
@media (max-width: 768px) {
  .onerideherobanner .hero-section-video-popup-trigger {
    left: 40%;
    top: 35%;
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }
}
.onerideherobanner .hero-section-video-popup-trigger .hero-modal-play-icon {
  height: 40px;
  width: 40px;
  fill: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.onerideherobanner .modal.show {
  opacity: 1;
}
.onerideherobanner .modal-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 40px auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.onerideherobanner .close-btn {
  position: absolute;
  right: -40px;
  top: -40px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: white;
  font-size: 24px;
  line-height: 30px;
  padding: 0;
  z-index: 1001;
}
.onerideherobanner .close-btn:hover {
  color: #ff0000;
}
.onerideherobanner .loading,
.onerideherobanner .error-message {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.onerideherobanner .loading {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #ff0000;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.onerideherobanner .error-message {
  color: white;
  text-align: center;
  display: none;
}
@keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.onerideherobanner .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.6))), url("../../../content/dam/itc-corporate/inner-pages/himalayanOdessy.jpeg");
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url("../../../content/dam/itc-corporate/inner-pages/himalayanOdessy.jpeg");
  background-size: cover;
  background-position: center;
}
.onerideherobanner .hero-bg-mobile-temp {
  display: none;
}
@media (max-width: 768px) {
  .onerideherobanner .hero-bg-mobile-temp {
    display: block;
    position: absolute;
    top: 0;
    height: 800px;
    left: 0;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
}

.cmp--royal-enfield-swiper .swiper {
  /* Swiper custom styles */
}
.cmp--royal-enfield-swiper .swiper .swiper-pagination {
  position: relative !important;
  bottom: 100px !important;
  width: 1100px !important;
  margin: auto;
  text-align: left !important;
}
@media (max-width: 768px) {
  .cmp--royal-enfield-swiper .swiper .swiper-pagination {
    left: 15px !important;
    bottom: 72px !important;
  }
}
.cmp--royal-enfield-swiper .swiper .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.cmp--royal-enfield-swiper .swiper .swiper-pagination-bullet-active {
  background-color: white;
  width: 45px;
}
.cmp--royal-enfield-swiper .swiper .cmp-carousel__actions {
  display: none;
}
.cmp--royal-enfield-swiper .swiper .cmp-carousel__indicators {
  display: none;
}
.cmp--royal-enfield-swiper .swiper .swiper-button-next,
.cmp--royal-enfield-swiper .swiper .swiper-button-prev {
  display: none;
}

.cmp--royal-enfield-swiper:has(.royalEnfHero) .swiper .swiper-pagination {
  left: calc(10% - 4px);
  margin-left: 0;
  bottom: unset !important;
  position: absolute !important;
  bottom: 20% !important;
}
@media (max-width: 768px) {
  .cmp--royal-enfield-swiper:has(.royalEnfHero) .swiper .swiper-pagination {
    left: 24px !important;
    bottom: 42px !important;
    bottom: 20px !important;
  }
  .cmp--royal-enfield-swiper:has(.royalEnfHero) .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 2px;
    margin: 0 2px !important;
  }
  .cmp--royal-enfield-swiper:has(.royalEnfHero) .swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
  }
}

@media (max-width: 768px) {
  .rides-landing-app .royalEnfHero .hero-section {
    height: 100% !important;
    max-height: 100%;
  }
  .rides-landing-app .royalEnfHero .banner-background-image {
    -o-object-position: top;
       object-position: top;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .rides-landing-app .cmp--royal-enfield-swiper .swiper .swiper-slide:has(.royalEnfHero) {
    height: inherit;
  }
  .rides-landing-app .cmp--royal-enfield-swiper .swiper .swiper-slide:has(.royalEnfHero) .royalEnfHero {
    height: 100%;
  }
}
.editmode .rides-landing-app .royalEnfHero .hero-section {
  height: unset !important;
  max-height: 100%;
}
.editmode .rides-landing-app .royalEnfHero .banner-background-image {
  -o-object-position: top;
     object-position: top;
}
.editmode .hero-section {
  height: 100% !important;
}

.cmp-one-ride-container .cmp-container {
  background-image: url("../../../content/dam/revamp/bgimage.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cmp-one-ride-container .cmp-container .cmp-text p {
  font-size: 40px;
  font-family: Guardian Sans "GuardianSansXCond Semibold";
  font-family: "GuardianSansXCond Semibold";
  font-weight: 500;
  margin-bottom: 20px;
}

.reonedayridecard .one-day-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  .reonedayridecard .one-day-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .reonedayridecard .one-day-container {
    max-width: 960px;
    padding: 0px;
  }
}
@media (min-width: 1200px) {
  .reonedayridecard .one-day-container {
    max-width: 80%;
  }
}

.one-day-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media (min-width: 768px) {
  .one-day-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
.one-day-wrapper .one-day-card {
  position: relative;
  height: 118px;
}
@media (min-width: 576px) {
  .one-day-wrapper .one-day-card {
    height: 136px;
  }
}
.one-day-wrapper .one-day-card .img-box {
  width: 100%;
  height: 118px;
}
@media (min-width: 576px) {
  .one-day-wrapper .one-day-card .img-box {
    height: 136px;
  }
}
.one-day-wrapper .one-day-card .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.one-day-wrapper .one-day-card .card-content {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 12px;
  background: linear-gradient(63.64deg, #000000 -12.31%, rgba(1, 1, 1, 0.85) 13.52%, rgba(25, 24, 24, 0) 102.79%);
}
@media (min-width: 768px) {
  .one-day-wrapper .one-day-card .card-content {
    padding: 16px;
  }
}
.one-day-wrapper .one-day-card .card-content .one-day-title {
  color: #ffffff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0.56px;
  margin-bottom: 4px;
}
.one-day-wrapper .one-day-card .card-content .one-day-text {
  color: #a6a6a6;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .one-day-wrapper .one-day-card .card-content .one-day-text {
    font-size: 14px;
    line-height: 21px;
  }
}

.re-create-a-ride-container {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
@media (min-width: 576px) {
  .re-create-a-ride-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .re-create-a-ride-container {
    max-width: 720px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .re-create-a-ride-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .re-create-a-ride-container {
    max-width: 1140px;
  }
}

.re-create-a-ride {
  position: relative;
}
@media (min-width: 768px) {
  .re-create-a-ride {
    height: 80vh;
  }
}
@media (max-width: 768px) {
  .re-create-a-ride {
    padding: 32px 0px;
  }
}
.re-create-a-ride .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: radial-gradient(23.4% 78.11% at 78.72% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.97) 100%);
}
@media (max-width: 768px) {
  .re-create-a-ride .gradient-overlay {
    display: none;
  }
}
.re-create-a-ride .re-create-ride-img-wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
}
.re-create-a-ride .re-create-ride-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .re-create-a-ride .re-create-ride-img-wrapper {
    display: none;
  }
}
.re-create-a-ride .re-create-content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 50%;
}
@media (max-width: 768px) {
  .re-create-a-ride .re-create-content {
    width: 100%;
  }
}
.re-create-a-ride .re-create-content .mob-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: radial-gradient(76.67% 39.49% at 55.47% 41.96%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.97) 97.98%);
}
@media (min-width: 768px) {
  .re-create-a-ride .re-create-content .mob-overlay {
    display: none;
  }
}
.re-create-a-ride .re-create-content .heading {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .re-create-a-ride .re-create-content .heading {
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    z-index: 3;
  }
}
.re-create-a-ride .re-create-content .heading h2 {
  color: #ffffff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 4px;
  font-family: "GuardianSansXCond Semibold";
}
@media (max-width: 768px) {
  .re-create-a-ride .re-create-content .heading h2 {
    font-size: 40px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
.re-create-a-ride .re-create-content .heading p {
  font-family: "Montserrat";
  color: #a6a6a6;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
.re-create-a-ride .re-create-content .mob-img {
  width: 100%;
  height: 500px;
}
@media (min-width: 768px) {
  .re-create-a-ride .re-create-content .mob-img {
    display: none;
  }
}
.re-create-a-ride .re-create-content .mob-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.re-create-a-ride .re-create-content .re-create-mob-scroll {
  overflow-x: auto;
}
@media (max-width: 768px) {
  .re-create-a-ride .re-create-content .re-create-mob-scroll {
    padding-left: 24px;
    position: relative;
    z-index: 3;
  }
}
.re-create-a-ride .re-create-content .re-create-feature-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 40px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .re-create-a-ride .re-create-content .re-create-feature-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    gap: 32px 24px;
  }
}
.re-create-a-ride .re-create-content .re-create-feature-column .re-create-feature-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .re-create-a-ride .re-create-content .re-create-feature-column .re-create-feature-box {
    width: 68%;
  }
}
.re-create-a-ride .re-create-content .re-create-feature-column .re-create-feature-box .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-color: #181818;
}
.re-create-a-ride .re-create-content .re-create-feature-column .re-create-feature-box .icon-box .icon-box-image {
  height: 20px;
  width: 20px;
}
.re-create-a-ride .re-create-content .re-create-feature-column .re-create-feature-box h4 {
  font-family: "Montserrat";
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 4px;
}
.re-create-a-ride .re-create-content .re-create-feature-column .re-create-feature-box p {
  font-family: "Montserrat";
  color: #a6a6a6;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .re-create-a-ride .re-create-content .btn-wrap {
    text-align: center;
    position: relative;
    z-index: 3;
  }
}
.re-create-a-ride .re-create-content .create-ride-btn {
  font-family: "Montserrat";
  padding: 18px 40px;
  color: #daaa00;
  font-size: 14px;
  line-height: 22.4px;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(112.38deg, rgba(255, 255, 255, 0.5) -120.84%, rgba(255, 255, 255, 0.1) 79.67%);
  border: 1px solid;
  border-image-source: linear-gradient(131.33deg, rgba(255, 255, 255, 0.26) -34.97%, rgba(255, 255, 255, 0) 114.31%);
  backdrop-filter: blur(10px);
  cursor: pointer;
  border: none;
}
@media (max-width: 768px) {
  .re-create-a-ride .re-create-content .create-ride-btn {
    padding: 14px 28.5px;
  }
}

.refloatingbutton {
  position: sticky;
  bottom: 0;
  z-index: 999;
}

.reoneride-floating-button-cta-container {
  background-color: #181818;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .reoneride-floating-button-cta-container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.reoneride-floating-button-cta-container .re-float-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .reoneride-floating-button-cta-container .re-float-content-wrapper {
    padding: 0 24px;
  }
}
@media (min-width: 1200px) {
  .reoneride-floating-button-cta-container .re-float-content-wrapper {
    max-width: 1140px !important;
  }
}
@media (max-width: 768px) {
  .reoneride-floating-button-cta-container .re-float-content-wrapper .re-float-content {
    display: none;
  }
}
.reoneride-floating-button-cta-container .re-float-content-wrapper .re-float-content .re-float-title {
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-bottom: 4px;
}
.reoneride-floating-button-cta-container .re-float-content-wrapper .re-float-content .re-float-text {
  color: #a6a6a6;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.4px;
  margin-bottom: 0px;
}
.reoneride-floating-button-cta-container .refloating-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  .reoneride-floating-button-cta-container .refloating-button {
    width: 100%;
  }
}
.reoneride-floating-button-cta-container .refloating-button a {
  padding: 1rem 4rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 576px) {
  .reoneride-floating-button-cta-container .refloating-button a {
    font-size: 12px;
    line-height: 22.4px;
  }
}
.reoneride-floating-button-cta-container .refloating-button a.reoneride__create_ride_button {
  border: solid 1px rgba(255, 255, 255, 0.726);
  padding: 14px 28.5px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #ededed;
  font-family: "Montserrat";
  background: transparent;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
}
@media (max-width: 1024px) {
  .reoneride-floating-button-cta-container .refloating-button a.reoneride__create_ride_button {
    color: #ffffff;
    font-size: 12px;
    width: 50%;
    height: 48px;
    border: 1px solid;
    padding: 11.5px 35.5px;
  }
}
.reoneride-floating-button-cta-container .refloating-button a.reoneride__floating_ride_button {
  border: solid 1px #808080 !important;
  padding: 14px 40px;
  text-align: center;
  border: none;
  cursor: pointer;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  text-decoration: none !important;
  color: #daaa00;
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(112.38deg, rgba(255, 255, 255, 0.5) -120.84%, rgba(255, 255, 255, 0.1) 79.67%);
}
@media (max-width: 1024px) {
  .reoneride-floating-button-cta-container .refloating-button a.reoneride__floating_ride_button {
    width: 50%;
    height: 48px;
    margin-left: 0;
    padding: 11.5px 45.5px;
    font-size: 12px;
  }
}

.re-one-ride-join-ride .re-one-ride-container {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .re-one-ride-join-ride .re-one-ride-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .re-one-ride-join-ride .re-one-ride-container {
    max-width: 960px;
    padding: 0 24px;
  }
}
@media (min-width: 1200px) {
  .re-one-ride-join-ride .re-one-ride-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .re-one-ride-join-ride .re-one-ride-container {
    max-width: 1320px;
  }
}

.join-ride-section .re-join-ride-main {
  background-color: #282828;
  padding: 40px;
}
.join-ride-section .re-join-ride-main .join-ride-section-title {
  color: #ffffff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  letter-spacing: 0.02px;
  margin-bottom: 24px;
}
.join-ride-section .re-join-ride-main .join-ride-form-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .join-ride-section .re-join-ride-main .join-ride-form-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.join-ride-section .re-join-ride-main .join-ride-form-group {
  position: relative;
}
.join-ride-section .re-join-ride-main .join-ride-form-group .form-label {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0px;
  margin-bottom: 8px;
}
.join-ride-section .re-join-ride-main .join-ride-form-group .form-input {
  width: 100%;
  padding: 16px;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0;
  background-color: #282828;
  border: 1px solid #474747;
  border-radius: 0px;
}
.join-ride-section .re-join-ride-main .join-ride-form-group .form-input:focus {
  border: 1px solid #474747;
  outline: 1px solid #474747;
}
.join-ride-section .re-join-ride-main .join-ride-form-group .phone-input-country {
  position: relative;
}
.join-ride-section .re-join-ride-main .join-ride-form-group .phone-input-country .select-wrapper {
  position: absolute;
  left: 10px;
  top: 50%;
  height: 55%;
  border-right: 1px solid #4f4f4f;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.join-ride-section .re-join-ride-main .join-ride-form-group .phone-input-country .select-wrapper .country-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 100%;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: 0;
  background: transparent;
  border: 0;
  outline: 0;
}
.join-ride-section .re-join-ride-main .join-ride-form-group .phone-input-country .select-wrapper .country-select option {
  color: #000000;
}
.join-ride-section .re-join-ride-main .join-ride-form-group .phone-input-country .form-input {
  padding-left: 80px;
}
.join-ride-section .re-join-ride-main .join-ride-form-group .phone-input-country .verify-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #da291c;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
  border: 0;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.join-ride-section .re-join-ride-main .join-ride-form-group .email-input-verify {
  position: relative;
}
.join-ride-section .re-join-ride-main .join-ride-form-group .email-input-verify .form-input {
  width: 100%;
}
.join-ride-section .re-join-ride-main .join-ride-form-group .email-input-verify .verify-email-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #da291c;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
  border: 0;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.join-ride-section .re-join-ride-main .join-ride-form-group .select-input {
  width: 100%;
  height: 55.19px;
  padding: 16px;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0;
  background-color: #282828;
  border: 1px solid #474747;
  border-radius: 0px;
  outline: 0;
}
.join-ride-section .re-join-ride-main .join-ride-form-group .join-ride-error-message {
  color: #da291c;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}
.join-ride-section .re-join-ride-main .join-ride-form-group .dropdown-error {
  color: #da291c;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}
.join-ride-section .re-join-ride-main .join-ride-form-group .input-error {
  border-color: #da291c !important;
}
.join-ride-section .re-join-ride-main .form-bottom-checks-submit .join-ride-subtitle {
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: 0px;
  margin-bottom: 16px;
}
.join-ride-section .re-join-ride-main .form-bottom-checks-submit .join-ride-text {
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  margin-bottom: 24px;
}
.join-ride-section .re-join-ride-main .form-bottom-checks-submit .join-ride-checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .join-ride-section .re-join-ride-main .form-bottom-checks-submit .join-ride-checkbox-wrapper {
    row-gap: 15px;
  }
}
.join-ride-section .re-join-ride-main .form-bottom-checks-submit .join-ride-checkbox-wrapper .checks-main input {
  display: none;
  position: absolute;
}
.join-ride-section .re-join-ride-main .form-bottom-checks-submit .join-ride-checkbox-wrapper .checks-main .join-ride-check-label {
  position: relative;
  padding-left: 29px;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0px;
}
.join-ride-section .re-join-ride-main .form-bottom-checks-submit .join-ride-checkbox-wrapper .checks-main .join-ride-check-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 2px solid #ededed;
  border-radius: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.join-ride-section .re-join-ride-main .form-bottom-checks-submit .join-ride-checkbox-wrapper .checks-main .join-ride-check-label::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 45%;
  width: 12px;
  height: 5px;
  border-left: 2.2px solid #181818;
  border-bottom: 2.2px solid #181818;
  -webkit-transform: translateY(-50%) rotate(-50deg) scale(0);
          transform: translateY(-50%) rotate(-50deg) scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.join-ride-section .re-join-ride-main .form-bottom-checks-submit .join-ride-checkbox-wrapper .checks-main input:checked + .join-ride-check-label::before {
  background-color: #ededed;
}
.join-ride-section .re-join-ride-main .form-bottom-checks-submit .join-ride-checkbox-wrapper .checks-main input:checked + .join-ride-check-label::after {
  -webkit-transform: translateY(-50%) rotate(-50deg) scale(1);
          transform: translateY(-50%) rotate(-50deg) scale(1);
}
.join-ride-section .re-join-ride-main .join-ride-TNC-check {
  margin-bottom: 24px;
}
.join-ride-section .re-join-ride-main .join-ride-TNC-check input {
  display: none;
  position: absolute;
}
.join-ride-section .re-join-ride-main .join-ride-TNC-check .join-ride-check-label {
  position: relative;
  padding-left: 29px;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0px;
}
.join-ride-section .re-join-ride-main .join-ride-TNC-check .join-ride-check-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 2px solid #ededed;
  border-radius: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.join-ride-section .re-join-ride-main .join-ride-TNC-check .join-ride-check-label::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 45%;
  width: 12px;
  height: 5px;
  border-left: 2.2px solid #181818;
  border-bottom: 2.2px solid #181818;
  -webkit-transform: translateY(-50%) rotate(-50deg) scale(0);
          transform: translateY(-50%) rotate(-50deg) scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.join-ride-section .re-join-ride-main .join-ride-TNC-check .join-ride-check-label span {
  font-weight: 600;
  color: #da291c;
}
.join-ride-section .re-join-ride-main .join-ride-TNC-check input:checked + .join-ride-check-label::before {
  background-color: #fd5050;
  border-color: #fd5050;
}
.join-ride-section .re-join-ride-main .join-ride-TNC-check input:checked + .join-ride-check-label::after {
  -webkit-transform: translateY(-50%) rotate(-50deg) scale(1);
          transform: translateY(-50%) rotate(-50deg) scale(1);
}
.join-ride-section .re-join-ride-main .join-ride-submit-btn {
  width: 100%;
  padding: 18px 32px;
  color: #daaa00;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  background: linear-gradient(112.38deg, rgba(255, 255, 255, 0.5) -120.84%, rgba(255, 255, 255, 0.1) 79.67%);
  border: 1px solid;
  border-image-source: linear-gradient(131.33deg, rgba(255, 255, 255, 0.26) -34.97%, rgba(255, 255, 255, 0) 114.31%);
  backdrop-filter: blur(10px);
}
@media (min-width: 768px) {
  .join-ride-section .re-join-ride-main .join-ride-submit-btn {
    width: 208px;
  }
}

.join-ride-otp-modal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  backdrop-filter: blur(10px);
}
.join-ride-otp-modal.hidden {
  display: none;
}
.join-ride-otp-modal .join-ride-otp-modal-content {
  background: #282828;
  color: #fff;
  padding: 32px;
  max-width: 400px;
  width: 100%;
  margin: auto;
  position: relative;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.join-ride-otp-modal .join-ride-otp-modal-content .join-ride-modal-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}
.join-ride-otp-modal .join-ride-otp-modal-content .join-ride-modal-header h3 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
.join-ride-otp-modal .join-ride-otp-modal-content .join-ride-modal-header .join-ride-close-otp-modal {
  height: 20px;
  padding: 0;
  position: relative;
  right: 0;
  top: 0;
  width: 20px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.join-ride-otp-modal .join-ride-otp-modal-content p {
  font-family: Montserrat;
  font-size: 9pt;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 1rem;
}
.join-ride-otp-modal .join-ride-otp-modal-content .otp-form-group label {
  cursor: pointer;
  display: block;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 1pc;
  margin-bottom: 8px;
}
.join-ride-otp-modal .join-ride-otp-modal-content .otp-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9pt;
}
.join-ride-otp-modal .join-ride-otp-modal-content .form-input {
  width: 100%;
  -webkit-appearance: none;
  background: #373737;
  border: 1px solid #616161;
  font-family: Montserrat;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  padding: 9pt;
  text-align: center;
  outline: none;
}
.join-ride-otp-modal .join-ride-otp-modal-content .join-ride-erroe-otp-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 16px;
}
.join-ride-otp-modal .join-ride-otp-modal-content .join-ride-error-message {
  color: #da291c;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Montserrat";
}
.join-ride-otp-modal .join-ride-otp-modal-content .join-ride-submit-btn {
  font-family: "Montserrat";
  margin-top: 10px;
  width: 100%;
  padding: 18px;
  background: #373737;
  border: none;
  font-size: 14px;
  line-height: 22.4px;
  font-weight: 700;
  text-transform: uppercase;
  color: #181818;
  cursor: pointer;
}
.join-ride-otp-modal .join-ride-otp-modal-content .resend-otp-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 13px;
}
.join-ride-otp-modal .join-ride-otp-modal-content .resend-otp-section .verify-btn {
  color: #da291c;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 600;
  padding: 0;
}
.join-ride-otp-modal .join-ride-otp-modal-content .resend-otp-section .verify-btn:disabled {
  color: #888;
  cursor: not-allowed;
}
.join-ride-otp-modal .join-ride-otp-modal-content .close-otp-modal {
  font-size: 34px;
  line-height: 23px;
  cursor: pointer;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.join-ride-otp-modal .join-ride-otp-modal-content .close-otp-modal:hover {
  color: #da291c;
}
.join-ride-otp-modal .join-ride-otp-modal-content .join-ride-submit-btn.otp-verify-btn-active,
.join-ride-otp-modal .join-ride-otp-modal-content #verify-otp-btn.otp-verify-btn-active {
  line-height: 22.4px;
  font-family: "Montserrat";
  padding: 18px 30px;
  color: #daaa00;
  font-weight: 700;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: initial;
  border-image-source: linear-gradient(131.33deg, rgba(255, 255, 255, 0.26) -34.97%, rgba(255, 255, 255, 0) 114.31%);
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  cursor: pointer;
  background: linear-gradient(112.38deg, rgba(255, 255, 255, 0.5) -120.84%, rgba(255, 255, 255, 0.1) 79.67%);
  backdrop-filter: blur(66px);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.join-ride-otp-modal .join-ride-otp-modal-content .join-ride-submit-btn.otp-verify-btn-active:hover,
.join-ride-otp-modal .join-ride-otp-modal-content #verify-otp-btn.otp-verify-btn-active:hover {
  background: linear-gradient(104.31deg, rgba(255, 255, 255, 0.7) -84.21%, rgba(0, 0, 0, 0) 102.45%);
}
@media (max-width: 768px) {
  .join-ride-otp-modal .join-ride-otp-modal-content .join-ride-submit-btn.otp-verify-btn-active,
  .join-ride-otp-modal .join-ride-otp-modal-content #verify-otp-btn.otp-verify-btn-active {
    padding: 14px 30px;
  }
}

.otp-info {
  line-height: 22.4px;
  font-weight: 500;
  font-family: "Montserrat";
  font-size: 12px;
  color: #a7a7a7;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .otp-info {
    font-weight: 400;
  }
}

.otp-verification-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.4);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
  backdrop-filter: blur(10px);
}
.otp-verification-container .otp-popup {
  background: #282828;
  padding-bottom: 42px;
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  width: auto;
  text-align: center;
  position: relative;
}
.otp-verification-container .otp-popup .otp-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.otp-verification-container .otp-popup .otp-header h2 {
  letter-spacing: 0.02em !important;
  color: #ededed;
  font-size: 28px;
  line-height: 19.2px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .otp-verification-container .otp-popup .otp-header h2 {
    font-size: 20px;
    line-height: 19.2px;
  }
}
.otp-verification-container .otp-popup .otp-header .close-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}
.otp-verification-container .otp-popup .input-label {
  font-family: "Montserrat";
  display: block;
  color: #ededed;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: left;
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .otp-verification-container .otp-popup .input-label {
    margin-bottom: 8px;
  }
}
.otp-verification-container .otp-popup .otp-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media (max-width: 768px) {
  .otp-verification-container .otp-popup .otp-inputs {
    margin-bottom: 8px;
  }
}
.otp-verification-container .otp-popup .otp-inputs .otp-box {
  font-family: "Montserrat";
  line-height: 22.4px;
  font-weight: 400;
  width: 62px;
  height: 66px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #616161;
  background: #373737;
  color: #ededed;
  outline: none;
}
@media (max-width: 567px) {
  .otp-verification-container .otp-popup .otp-inputs .otp-box {
    height: 48px;
    width: 37.6px;
  }
}
.otp-verification-container .otp-popup .otp-inputs .otp-box.error {
  border: 1px solid #da291c;
}
.otp-verification-container .otp-popup .otp-footer {
  color: #aaa;
  font-size: 14px;
}
.otp-verification-container .otp-popup .otp-footer .otp-error-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 22px;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .otp-verification-container .otp-popup .otp-footer .otp-error-wrapper {
    margin-bottom: 14px;
  }
}
.otp-verification-container .otp-popup .otp-footer .otp-error-wrapper p {
  color: #a7a7a7;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  position: absolute;
  right: 0px;
}
.otp-verification-container .otp-popup .otp-footer .otp-error-wrapper #otp-error-message {
  font-family: "Montserrat";
  line-height: 22.4px;
  font-weight: 400;
  color: #da291c;
  font-size: 12px;
  text-align: center;
  display: none;
}
.otp-verification-container .otp-popup .otp-footer .otp-error-wrapper #otp-error-message.hidden {
  display: none;
}
.otp-verification-container .otp-popup .otp-footer .otp-error-wrapper #otp-error-message:not(.hidden) {
  display: block;
}
.otp-verification-container .otp-popup .otp-footer #verify-otp-btn {
  font-family: "Montserrat";
  margin-top: 10px;
  width: 100%;
  padding: 18px;
  background: #373737;
  border: none;
  font-size: 14px;
  line-height: 22.4px;
  font-weight: 700;
  text-transform: uppercase;
  color: #181818;
  cursor: pointer;
}
.otp-verification-container .otp-popup .otp-footer #verify-otp-btn.otp-verify-btn-active {
  line-height: 22.4px;
  font-family: "Montserrat";
  padding: 18px 30px;
  color: #daaa00;
  font-weight: 700;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: initial;
  border-image-source: linear-gradient(131.33deg, rgba(255, 255, 255, 0.26) -34.97%, rgba(255, 255, 255, 0) 114.31%);
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  cursor: pointer;
  background: linear-gradient(112.38deg, rgba(255, 255, 255, 0.5) -120.84%, rgba(255, 255, 255, 0.1) 79.67%);
  backdrop-filter: blur(66px);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.otp-verification-container .otp-popup .otp-footer #verify-otp-btn.otp-verify-btn-active:hover {
  background: linear-gradient(104.31deg, rgba(255, 255, 255, 0.7) -84.21%, rgba(0, 0, 0, 0) 102.45%);
}
@media (max-width: 768px) {
  .otp-verification-container .otp-popup .otp-footer #verify-otp-btn.otp-verify-btn-active {
    padding: 14px 30px;
  }
}

.join-ride-close-login-modal {
  background: transparent;
  border: none;
}

.re-one-ride-join-ride .join-ride-form-group .form-input:-webkit-autofill,
.re-one-ride-join-ride .join-ride-form-group .form-input:-webkit-autofill:hover,
.re-one-ride-join-ride .join-ride-form-group .form-input:-webkit-autofill:focus,
.re-one-ride-join-ride .join-ride-form-group .form-input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #282828 inset !important;
  -webkit-text-fill-color: #ededed !important;
  caret-color: #ededed !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

.re-one-ride-experience .re-experience-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .re-one-ride-experience .re-experience-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .re-one-ride-experience .re-experience-container {
    max-width: 960px;
    padding: 0px;
  }
}
@media (min-width: 1200px) {
  .re-one-ride-experience .re-experience-container {
    max-width: 1200px;
  }
}
.re-one-ride-experience .desktop-swiper-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .re-one-ride-experience .desktop-swiper-wrapper {
    display: block;
  }
}
.re-one-ride-experience .mobile-swiper-wrapper {
  display: block;
}
@media (min-width: 768px) {
  .re-one-ride-experience .mobile-swiper-wrapper {
    display: none;
  }
}

.re-one-ride-experience-section {
  padding: 64px 0;
}
.re-one-ride-experience-section .experience-section-title {
  color: #ffffff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0.02px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .re-one-ride-experience-section .experience-section-title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.02px;
  }
}
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-swiper,
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-rev-swiper {
  margin-bottom: 30px;
}
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-swiper #re-one-ride-experience-swiperWrapper1,
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-swiper #re-one-ride-experience-swiperWrapper2,
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-swiper #re-one-ride-experience-mobSwiperWrapper,
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-rev-swiper #re-one-ride-experience-swiperWrapper1,
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-rev-swiper #re-one-ride-experience-swiperWrapper2,
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-rev-swiper #re-one-ride-experience-mobSwiperWrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-swiper .swiper-slide,
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-rev-swiper .swiper-slide {
  width: 428px;
}
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-swiper .swiper-slide:nth-child(2n),
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-rev-swiper .swiper-slide:nth-child(2n) {
  width: 253px;
}
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-swiper .swiper-slide .re-experience-card,
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-rev-swiper .swiper-slide .re-experience-card {
  position: relative;
}
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-swiper .swiper-slide .re-experience-card .img-box,
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-rev-swiper .swiper-slide .re-experience-card .img-box {
  width: 100%;
  height: 220px;
}
@media (min-width: 768px) {
  .re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-swiper .swiper-slide .re-experience-card .img-box,
  .re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-rev-swiper .swiper-slide .re-experience-card .img-box {
    height: 249px;
  }
}
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-swiper .swiper-slide .re-experience-card .img-box img,
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-rev-swiper .swiper-slide .re-experience-card .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-swiper .swiper-slide .re-experience-card .re-experience-card-content,
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-rev-swiper .swiper-slide .re-experience-card .re-experience-card-content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(178.22deg, rgba(25, 24, 24, 0) 1.21%, #191818 98.5%);
}
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-swiper .swiper-slide .re-experience-card .re-experience-card-content .re-experience-card-title,
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-rev-swiper .swiper-slide .re-experience-card .re-experience-card-content .re-experience-card-title {
  display: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: Montserrat;
  letter-spacing: 0.02px;
  text-transform: uppercase;
}
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-swiper .swiper-slide .re-experience-card .re-experience-card-content .re-experience-card-download,
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-rev-swiper .swiper-slide .re-experience-card .re-experience-card-content .re-experience-card-download {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-swiper .swiper-slide .re-experience-card .re-experience-card-content .re-experience-ig-btn,
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-rev-swiper .swiper-slide .re-experience-card .re-experience-card-content .re-experience-ig-btn {
  display: none;
  position: absolute;
  bottom: 12px;
  right: 12px;
  gap: 2.25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  border: 0;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-swiper .swiper-slide .re-experience-card .re-experience-card-content .re-experience-ig-btn,
  .re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-rev-swiper .swiper-slide .re-experience-card .re-experience-card-content .re-experience-ig-btn {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 768px) {
  .re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-swiper .swiper-slide .re-experience-card .re-experience-card-content .re-experience-ig-btn img,
  .re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-rev-swiper .swiper-slide .re-experience-card .re-experience-card-content .re-experience-ig-btn img {
    width: 13px;
    height: 13px;
  }
}
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-swiper .swiper-slide:nth-child(2n) .re-experience-card .re-experience-card-content,
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-rev-swiper .swiper-slide:nth-child(2n) .re-experience-card .re-experience-card-content {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-swiper .swiper-slide:nth-child(2n) .re-experience-card .re-experience-card-content .re-experience-card-title,
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-rev-swiper .swiper-slide:nth-child(2n) .re-experience-card .re-experience-card-content .re-experience-card-title {
  display: block;
}
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-swiper .swiper-slide:nth-child(2n) .re-experience-card .re-experience-card-content .re-experience-card-download,
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-rev-swiper .swiper-slide:nth-child(2n) .re-experience-card .re-experience-card-content .re-experience-card-download {
  display: none;
}
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-swiper .swiper-slide:nth-child(2n) .re-experience-card .re-experience-card-content .re-experience-ig-btn,
.re-one-ride-experience-section .re-experience-swiper-wrapper .re-one-ride-experience-rev-swiper .swiper-slide:nth-child(2n) .re-experience-card .re-experience-card-content .re-experience-ig-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.re-one-ride-experience-section .re-experience-swiper-wrapper.mobile-swiper-wrapper .re-one-ride-experience-swiper .swiper-slide .re-experience-card {
  margin-bottom: 12px;
}
.re-one-ride-experience-section .re-experience-swiper-wrapper.mobile-swiper-wrapper .re-one-ride-experience-swiper .swiper-slide .re-experience-card .img-box {
  height: 140px;
}
.re-one-ride-experience-section .re-experience-swiper-wrapper.mobile-swiper-wrapper .re-one-ride-experience-swiper .swiper-slide .re-experience-card:last-child .img-box {
  height: 220px;
}
.re-one-ride-experience-section .re-experience-swiper-wrapper.mobile-swiper-wrapper .re-one-ride-experience-swiper .swiper-slide:nth-child(2n) .re-experience-card .img-box {
  height: 220px;
}
.re-one-ride-experience-section .re-experience-swiper-wrapper.mobile-swiper-wrapper .re-one-ride-experience-swiper .swiper-slide:nth-child(2n) .re-experience-card:last-child .img-box {
  height: 140px;
}

.re-one-ride-experience .re-experience-download-popup {
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.re-one-ride-experience .re-experience-download-popup .re-experience-download-popup-content {
  background: #282828;
  left: 50%;
  max-width: 400px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 20px);
}
.re-one-ride-experience .re-experience-download-popup .re-experience-download-popup-content .re-experience-download-popup-header {
  border: none;
  padding: 20px;
  position: relative;
}
.re-one-ride-experience .re-experience-download-popup .re-experience-download-popup-content .re-experience-download-popup-header .download-modal-title {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-family: GuardianSansXCond Semibold;
  margin: 0;
}
.re-one-ride-experience .re-experience-download-popup .re-experience-download-popup-content .re-experience-download-popup-header .download-popup-close-btn {
  color: #fff;
  cursor: pointer;
  font-size: 40px;
  line-height: 25px;
  font-family: Montserrat Regular;
  position: absolute;
  right: 20px;
  top: 50%;
  background-color: transparent;
  border: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.re-one-ride-experience .re-experience-download-popup .re-experience-download-popup-content .re-experience-download-popup-body {
  padding: 20px;
}
.re-one-ride-experience .re-experience-download-popup .re-experience-download-popup-content .re-experience-download-popup-body ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.re-one-ride-experience .re-experience-download-popup .re-experience-download-popup-content .re-experience-download-popup-body ul li {
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.re-one-ride-experience .re-experience-download-popup .re-experience-download-popup-content .re-experience-download-popup-body ul li .label {
  cursor: pointer;
  margin: 0;
}
.re-one-ride-experience .re-experience-download-popup .re-experience-download-popup-content .re-experience-download-popup-body ul li .label p {
  color: #fff;
  font-family: Montserrat Regular;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 10px;
  text-align: center;
}
.re-one-ride-experience .re-experience-download-popup .re-experience-download-popup-content .re-experience-download-popup-body ul li .label img {
  width: 100%;
  opacity: 0.5;
}
.re-one-ride-experience .re-experience-download-popup .re-experience-download-popup-content .re-experience-download-popup-body ul li.active {
  background: rgba(132, 117, 67, 0.561);
  border: 1px solid #847543;
}
.re-one-ride-experience .re-experience-download-popup .re-experience-download-popup-content .re-experience-download-popup-body ul li.active .label img {
  opacity: 1;
}
.re-one-ride-experience .re-experience-download-popup .re-experience-download-popup-content .re-experience-download-popup-body .error-msg {
  color: #fd5050;
  display: none;
  font-size: 15px;
  padding-bottom: 20px;
  text-align: center;
}
.re-one-ride-experience .re-experience-download-popup .re-experience-download-popup-content .re-experience-download-popup-body .modal-download-btn {
  width: 100%;
  display: block;
  padding: 18px 32px;
  color: #daaa00;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  font-family: montserrat semibold;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(112.38deg, rgba(255, 255, 255, 0.5) -120.84%, rgba(255, 255, 255, 0.1) 79.67%);
  border: 1px solid;
  border-image-source: linear-gradient(131.33deg, rgba(255, 255, 255, 0.26) -34.97%, rgba(255, 255, 255, 0) 114.31%);
  backdrop-filter: blur(10px);
  cursor: pointer;
}
.re-one-ride-experience .re-experience-download-popup.show-modal {
  display: block;
}
.re-one-ride-experience .re-experience-download-popup.show-modal .re-experience-download-popup-content {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    top: 45%;
  }
  to {
    opacity: 1;
    top: 50%;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    top: 45%;
  }
  to {
    opacity: 1;
    top: 50%;
  }
}

.re-revamp__v4-page-loader {
  background: rgb(0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  -webkit-transition: opacity 2s;
  opacity: 1;
  display: none;
}
.re-revamp__v4-page-loader.hidden {
  opacity: 0;
}
.re-revamp__v4-page-loader-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  text-align: center;
  width: 100px;
}
.re-revamp__v4-page-loader .fadein-element {
  width: 100px;
  height: 100px;
  display: inline-block;
}
.re-revamp__v4-page-loader .fadein-element > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 5s linear infinite;
  animation: imageAnimation 5s linear infinite;
}
.re-revamp__v4-page-loader .fadein-element > img:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.re-revamp__v4-page-loader .fadein-element > img:nth-child(3) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.re-revamp__v4-page-loader .fadein-element > img:nth-child(4) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.re-revamp__v4-page-loader .fadein-element > img:nth-child(5) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.loading-ellipsis {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 30px;
}

.loading-ellipsis div {
  position: absolute;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.loading-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: loading-ellipsis1 1s infinite;
          animation: loading-ellipsis1 1s infinite;
}

.loading-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: loading-ellipsis2 1s infinite;
          animation: loading-ellipsis2 1s infinite;
}

.loading-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: loading-ellipsis2 1s infinite;
          animation: loading-ellipsis2 1s infinite;
}

.loading-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: loading-ellipsis3 1s infinite;
          animation: loading-ellipsis3 1s infinite;
}

@-webkit-keyframes loading-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes loading-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes loading-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes loading-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes loading-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}
@keyframes loading-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}
.re-one-ride-join-ride-location .re-one-ride-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .re-one-ride-join-ride-location .re-one-ride-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .re-one-ride-join-ride-location .re-one-ride-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .re-one-ride-join-ride-location .re-one-ride-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .re-one-ride-join-ride-location .re-one-ride-container {
    max-width: 1320px;
  }
}

.re-join-ride-location-section {
  padding: 64px 0px;
}
.re-join-ride-location-section .join-ride-section-title {
  color: #ffffff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  font-family: GuardianSansXCond Semibold;
  letter-spacing: 0.02px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .re-join-ride-location-section .join-ride-section-title {
    font-size: 40px;
    line-height: 48px;
  }
}
.re-join-ride-location-section .re-join-ride-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .re-join-ride-location-section .re-join-ride-form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.re-join-ride-location-section .re-join-ride-form-wrapper .re-join-ride-location-form {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
@media (min-width: 769px) {
  .re-join-ride-location-section .re-join-ride-form-wrapper .re-join-ride-location-form {
    width: 65%;
  }
}
@media (min-width: 996px) {
  .re-join-ride-location-section .re-join-ride-form-wrapper .re-join-ride-location-form {
    width: 70%;
  }
}
.re-join-ride-location-section .re-join-ride-form-wrapper .re-join-ride-location-form .re-join-ride-location-label {
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  font-family: Montserrat;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 8px;
}
.re-join-ride-location-section .re-join-ride-form-wrapper .re-join-ride-location-form .input-wrapper {
  position: relative;
}
.re-join-ride-location-section .re-join-ride-form-wrapper .re-join-ride-location-form .input-wrapper .re-join-ride-location-input {
  width: 100%;
  padding: 14px 16px;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: Montserrat;
  letter-spacing: 0;
  background-color: #282828;
  border: 1px solid #474747;
  border-radius: 0px;
}
.re-join-ride-location-section .re-join-ride-form-wrapper .re-join-ride-location-form .input-wrapper .re-join-ride-location-input:focus {
  border: 1px solid #474747;
  outline: 1px solid #474747;
}
.re-join-ride-location-section .re-join-ride-form-wrapper .re-join-ride-location-form .input-wrapper .location-icon {
  position: absolute;
  right: 18px;
  top: 50%;
  width: 24px;
  height: 24px;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.re-join-ride-location-section .re-join-ride-form-wrapper .re-join-ride-location-btn-box {
  width: 100%;
}
@media (min-width: 769px) {
  .re-join-ride-location-section .re-join-ride-form-wrapper .re-join-ride-location-btn-box {
    width: 25%;
  }
}
@media (min-width: 996px) {
  .re-join-ride-location-section .re-join-ride-form-wrapper .re-join-ride-location-btn-box {
    width: 20%;
  }
}
.re-join-ride-location-section .re-join-ride-form-wrapper .re-join-ride-location-btn-box .re-join-ride-location-btn {
  width: 100%;
  padding: 14px 35px;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  font-family: Montserrat;
  text-transform: uppercase;
  letter-spacing: 0;
  border: 1px solid #373737;
  background-color: #373737;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.re-join-ride-location-section .re-join-ride-form-wrapper .re-join-ride-location-btn-box .re-join-ride-location-btn:disabled {
  color: #181818;
}
@media (min-width: 768px) {
  .re-join-ride-location-section .re-join-ride-form-wrapper .re-join-ride-location-btn-box .re-join-ride-location-btn {
    font-size: 14px;
    line-height: 21px;
  }
}
.re-join-ride-location-section .re-join-ride-form-wrapper .re-join-ride-location-btn-box .re-join-ride-location-btn:disabled {
  cursor: default;
  color: #181818;
}
.re-join-ride-location-section .re-join-ride-location-filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .re-join-ride-location-section .re-join-ride-location-filter-wrapper {
    overflow-x: auto;
  }
}
.re-join-ride-location-section .re-join-ride-location-filter-wrapper .re-join-ride-location-filter-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 11px 12px;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: Montserrat;
  text-transform: uppercase;
  letter-spacing: 0;
  border: 1px solid #474747;
  background-color: #373737;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.re-join-ride-location-section .re-join-ride-location-filter-wrapper .re-join-ride-location-filter-btn.active {
  font-weight: 600;
  border-color: #847543;
  background-color: #403b29;
}
.re-join-ride-location-section .re-one-ride-location-content-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .re-join-ride-location-section .re-one-ride-location-content-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 976px) {
  .re-join-ride-location-section .re-one-ride-location-content-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.re-join-ride-location-section .re-one-ride-location-content-wrapper .re-one-ride-location-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #181818;
}
.re-join-ride-location-section .re-one-ride-location-content-wrapper .re-one-ride-location-card .re-one-ride-card-tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: Montserrat;
  padding: 6px 16px;
  background-color: #da291c;
  border-bottom-right-radius: 4px;
}
.re-join-ride-location-section .re-one-ride-location-content-wrapper .re-one-ride-location-card .img-box {
  position: relative;
  width: 100%;
  height: 210px;
}
.re-join-ride-location-section .re-one-ride-location-content-wrapper .re-one-ride-location-card .img-box .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(359.92deg, rgba(0, 0, 0, 0.7) 22.08%, rgba(0, 0, 0, 0) 99.94%);
}
.re-join-ride-location-section .re-one-ride-location-content-wrapper .re-one-ride-location-card .img-box img {
  width: 100%;
  height: 100%;
}
.re-join-ride-location-section .re-one-ride-location-content-wrapper .re-one-ride-location-card .re-one-ride-card-content-main {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 16px;
  padding-bottom: 0px;
}
.re-join-ride-location-section .re-one-ride-location-content-wrapper .re-one-ride-location-card .re-one-ride-card-content-main .re-one-ride-card-title {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
.re-join-ride-location-section .re-one-ride-location-content-wrapper .re-one-ride-location-card .re-one-ride-card-content-main .re-one-ride-card-content {
  margin-bottom: 24px;
}
.re-join-ride-location-section .re-one-ride-location-content-wrapper .re-one-ride-location-card .re-one-ride-card-content-main .re-one-ride-card-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0px;
  gap: 10px;
}
.re-join-ride-location-section .re-one-ride-location-content-wrapper .re-one-ride-location-card .re-one-ride-card-content-main .re-one-ride-card-content ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: Montserrat;
  padding-left: 10px;
}
.re-join-ride-location-section .re-one-ride-location-content-wrapper .re-one-ride-location-card .re-one-ride-card-content-main .re-one-ride-card-content ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 100px;
  background-color: #a6a6a6;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.re-join-ride-location-section .re-one-ride-location-content-wrapper .re-one-ride-location-card .re-one-ride-card-content-main .re-one-ride-card-content ul li:first-child {
  padding-left: 0;
}
.re-join-ride-location-section .re-one-ride-location-content-wrapper .re-one-ride-location-card .re-one-ride-card-content-main .re-one-ride-card-content ul li:first-child::before {
  display: none;
}
.re-join-ride-location-section .re-one-ride-location-content-wrapper .re-one-ride-location-card .re-one-ride-card-content-main .re-one-ride-card-content ul li img {
  width: 12px;
  height: 12px;
}
.re-join-ride-location-section .re-one-ride-location-content-wrapper .re-one-ride-location-card .re-one-ride-card-footer {
  padding: 16px;
  padding-top: 0px;
}
.re-join-ride-location-section .re-one-ride-location-content-wrapper .re-one-ride-location-card .re-one-ride-card-footer .re-one-ride-card-btn {
  width: 100%;
  padding: 14px 32px;
  color: #daaa00;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  background: linear-gradient(112.38deg, rgba(255, 255, 255, 0.5) -120.84%, rgba(255, 255, 255, 0.1) 79.67%);
  border: 1px solid;
  border-image-source: linear-gradient(131.33deg, rgba(255, 255, 255, 0.26) -34.97%, rgba(255, 255, 255, 0) 114.31%);
  backdrop-filter: blur(10px);
  cursor: pointer;
}
@media (min-width: 768px) {
  .re-join-ride-location-section .re-one-ride-location-content-wrapper .re-one-ride-location-card .re-one-ride-card-footer .re-one-ride-card-btn {
    font-size: 14px;
    line-height: 21px;
  }
}
.re-join-ride-location-section .re-one-ride-location-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.re-join-ride-location-section .re-one-ride-location-pagination .re-one-ride-location-prev-next-btn {
  width: 42px;
  height: 42px;
  padding: 2.5px;
  border: 0;
  border-radius: 100px;
  cursor: pointer;
}
.re-join-ride-location-section .re-one-ride-location-pagination .re-one-ride-location-prev-next-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #0f0f0f;
  border-radius: 100px;
}
.re-join-ride-location-section .re-one-ride-location-pagination .re-one-ride-location-prev-next-btn span::after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #ffffff;
}
.re-join-ride-location-section .re-one-ride-location-pagination .re-one-ride-location-prev-next-btn.prev-btn {
  background: linear-gradient(210deg, rgba(255, 255, 255, 0.33) 0%, rgba(255, 255, 255, 0.0066) 84.07%);
}
.re-join-ride-location-section .re-one-ride-location-pagination .re-one-ride-location-prev-next-btn.prev-btn span::after {
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.re-join-ride-location-section .re-one-ride-location-pagination .re-one-ride-location-prev-next-btn.next-btn {
  background: linear-gradient(113deg, rgba(255, 255, 255, 0.33) 0%, rgba(255, 255, 255, 0.0066) 84.07%);
}
.re-join-ride-location-section .re-one-ride-location-pagination .re-one-ride-location-prev-next-btn.next-btn span::after {
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.re-join-ride-location-section .re-one-ride-location-pagination .re-one-ride-location-page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
}
.re-join-ride-location-section .re-one-ride-location-pagination .re-one-ride-location-page-wrapper .re-one-ride-location-page-no {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  border-radius: 100px;
  cursor: pointer;
}
.re-join-ride-location-section .re-one-ride-location-pagination .re-one-ride-location-page-wrapper .re-one-ride-location-page-no.active {
  color: #181818;
  font-size: 16px;
  line-height: 24px;
  background-color: #ffffff;
}

.cmp-rides--motoverse-shop-us .shop-section {
  background-color: black !important;
}
.cmp-rides--motoverse-shop-us .shop-card {
  position: relative;
}
.cmp-rides--motoverse-shop-us .shop-card__image-wrapper {
  padding-bottom: 0px !important;
}
.cmp-rides--motoverse-shop-us .shop-card__image {
  height: 518px !important;
}
@media (max-width: 649px) {
  .cmp-rides--motoverse-shop-us .shop-card__image {
    height: 338px !important;
  }
}
.cmp-rides--motoverse-shop-us .shop-card__button {
  font-weight: 700 !important;
  line-height: 22.4px;
}
.cmp-rides--motoverse-shop-us .shop-card__content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 37px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(70.98%, rgba(0, 0, 0, 0.59)), to(rgba(33, 33, 33, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.59) 70.98%, rgba(33, 33, 33, 0));
}
@media (max-width: 649px) {
  .cmp-rides--motoverse-shop-us .shop-card__content {
    padding-bottom: 16px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(70.98%, rgba(0, 0, 0, 0.59)), to(rgba(33, 33, 33, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.59) 70.98%, rgba(33, 33, 33, 0));
  }
}
.cmp-rides--motoverse-shop-us .shop-section__pre-title {
  font-family: Montserrat;
  font-weight: 400;
  text-align: start;
  font-size: 16px;
  line-height: 24px;
  width: 80%;
  margin: 0 auto;
  color: #A6A6A6;
  margin-bottom: 20px;
  letter-spacing: 0%;
}
@media (max-width: 649px) {
  .cmp-rides--motoverse-shop-us .shop-section__pre-title {
    font-weight: 400;
    font-size: 14px;
    width: 90%;
    margin-bottom: 0px;
    line-height: 24px;
    letter-spacing: 0%;
  }
}
.cmp-rides--motoverse-shop-us .shop-section__title {
  text-align: start !important;
  width: 80% !important;
  margin: 0 auto !important;
  margin-bottom: 8px !important;
}
@media (max-width: 649px) {
  .cmp-rides--motoverse-shop-us .shop-section__title {
    font-family: GuardianSansXCond Semibold !important;
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    padding-left: 20px;
    width: 100% !important;
    padding-left: 24px;
  }
}
.cmp-rides--motoverse-shop-us .shop-card__title {
  font-family: "GuardianSansXCond Semibold" !important;
  font-weight: 500;
  font-size: 32px;
}
.cmp-rides--motoverse-shop-us .shop-card__title::before {
  display: none !important;
}
.cmp-rides--motoverse-shop-us .shop-card__title::after {
  display: none !important;
}
.cmp-rides--motoverse-shop-us .shop-card__description {
  margin-top: 4px;
}
.cmp-rides--motoverse-shop-us .shop-section__cards {
  width: 80% !important;
  margin: 0 auto !important;
}
@media (max-width: 649px) {
  .cmp-rides--motoverse-shop-us .shop-section__cards {
    width: 100% !important;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: -16px;
  }
}
.cmp-rides--motoverse-shop-us .shop-card {
  width: 50%;
}
@media (max-width: 649px) {
  .cmp-rides--motoverse-shop-us .shop-card {
    width: auto;
  }
}

.stickyTopTabs {
  position: sticky;
  top: 78px;
  z-index: 999;
  width: 100%;
  background-color: white;
  /* Optional: for mobile horizontal scroll */
}
@media (max-width: 649px) {
  .stickyTopTabs {
    top: 62px;
  }
}
@media (max-width: 1024px) {
  .stickyTopTabs {
    top: 61px;
  }
}
.stickyTopTabs .tab-container {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 1000;
  width: 80%;
  white-space: nowrap;
  margin: 0 auto;
}
@media (max-width: 649px) {
  .stickyTopTabs .tab-container {
    width: 100%;
  }
}
.stickyTopTabs .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow-x: auto;
  white-space: nowrap;
  height: 70px;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stickyTopTabs .tab {
  padding: 14px 16px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  color: #181818;
  font-family: GuardianSansXCond Semibold !important;
  font-weight: 500;
  background: white;
  font-size: 24px;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
@media (max-width: 649px) {
  .stickyTopTabs .tab {
    font-size: 20px;
    padding: 12px 16px;
  }
}
.stickyTopTabs .tab.active {
  background: linear-gradient(195.16deg, rgba(53, 53, 53, 0.8) -2.78%, #1C1C1C 100.14%);
  color: white;
}
.stickyTopTabs .tab.current {
  background: linear-gradient(195.16deg, rgba(53, 53, 53, 0.8) -2.78%, #1C1C1C 100.14%);
  color: white;
}
.stickyTopTabs .tab-section {
  height: 600px;
  padding: 40px;
}
.stickyTopTabs .tabs::-webkit-scrollbar {
  display: none;
}

.re-get-involved-motoverse .re-motoverse-conatiner {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
@media (min-width: 768px) {
  .re-get-involved-motoverse .re-motoverse-conatiner {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .re-get-involved-motoverse .re-motoverse-conatiner {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .re-get-involved-motoverse .re-motoverse-conatiner {
    max-width: 80%;
  }
}

.re-get-in-motoverse {
  padding-top: 60px;
  padding-bottom: 60px;
}
.re-get-in-motoverse .error {
  display: none;
  margin-top: 10px;
  color: #da291c;
}

.re-motoverse-getInvolved {
  position: relative;
  color: white;
  margin-inline: auto;
  margin-top: 64px;
}
@media (max-width: 649px) {
  .re-motoverse-getInvolved {
    margin-top: auto;
  }
}
.re-motoverse-getInvolved .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.re-motoverse-getInvolved .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.re-motoverse-getInvolved .content-wrapper {
  position: relative;
  z-index: 10;
  padding: 23px 24px;
  background: -webkit-gradient(linear, right top, left top, color-stop(-44.02%, rgba(0, 0, 0, 0)), color-stop(97.77%, #181818));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) -44.02%, #181818 97.77%);
  width: 100%;
}
@media (min-width: 996px) {
  .re-motoverse-getInvolved .content-wrapper {
    padding: 89px 86px 43px 107px;
  }
}
.re-motoverse-getInvolved .get-involved-select-wrapper {
  position: relative;
  padding-bottom: 15px;
}
.re-motoverse-getInvolved .get-involved-select-wrapper .getinvolved-error-message {
  position: absolute;
  left: 0;
  bottom: -2px;
}

.contents {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
@media (min-width: 996px) {
  .contents {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

.text h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.8px;
  padding-bottom: 8px;
}
@media (min-width: 996px) {
  .text h3 {
    font-family: "GuardianSansXCond Semibold";
    font-weight: 500;
    font-style: normal;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.8px;
  }
}
.text p {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
}

.select {
  width: 100%;
}
.select label {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
}
@media (max-width: 768px) {
  .select label {
    display: block;
    margin-bottom: 8px;
  }
}
.select select {
  padding: 12px 16px 12px 16px;
  height: 48px;
  width: 100%;
  background-color: #282828;
  border: 1px solid #474747;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='16' viewBox='0 0 20 20' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M5.516 7.548a.75.75 0 0 1 1.06 0L10 10.97l3.424-3.423a.75.75 0 1 1 1.06 1.06l-3.954 3.954a.75.75 0 0 1-1.06 0L5.516 8.608a.75.75 0 0 1 0-1.06z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px 18px;
}
.select select option {
  background-color: #282828;
  color: #fff;
}
.select select option[value=""] {
  color: #616161;
}
@media (min-width: 996px) {
  .select select {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    padding: 13.5px 14px 13.5px 16px;
  }
}
.select .des {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #a6a6a6;
}

.re-get-in-btn {
  margin-top: 24px;
  height: 48px;
  width: 100%;
  color: rgb(218, 170, 0);
  font-size: 14px;
  line-height: 22.4px;
  font-family: "Montserrat";
  font-weight: 700;
  background: linear-gradient(112.38deg, rgba(255, 255, 255, 0.5) -120.84%, rgba(255, 255, 255, 0.1) 79.67%);
  border: 1px solid;
  border-image-source: linear-gradient(131.33deg, rgba(255, 255, 255, 0.26) -34.97%, rgba(255, 255, 255, 0) 114.31%);
  backdrop-filter: blur(10px);
  cursor: pointer;
}
@media (min-width: 996px) {
  .re-get-in-btn {
    margin-top: 16px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .re-get-in-modal-form .re-get-in-btn {
    margin-top: 24px;
  }
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(12px);
  background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
}

.re-get-in-modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .re-get-in-modal-header {
    margin-bottom: 24px;
  }
}
.re-get-in-modal-header .re-get-in-modal-header-content {
  font-family: "GuardianSansXCond Semibold";
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.48px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .re-get-in-modal-header .re-get-in-modal-header-content {
    font-size: 24px;
    line-height: 28px;
  }
}

.re-get-in-modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: calc(100% - 100px);
  overflow: hidden;
  background: #282828;
  color: #fff;
  padding: 24px 24px;
  max-width: 640px;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 4px 32px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 32px rgba(0, 0, 0, 0.3);
}
.re-get-in-modal-content input[type=text],
.re-get-in-modal-content input[type=email],
.re-get-in-modal-content input[type=tel] {
  width: 90%;
  padding: 8px;
  margin-top: 4px;
  margin-bottom: 8px;
  border: none;
}
.re-get-in-modal-content input[type=checkbox] {
  margin-right: 8px;
}
.re-get-in-modal-content .re-get-in-btn {
  width: 100%;
  max-width: 100%;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .re-get-in-modal-content .re-get-in-btn {
    margin-top: 24px !important;
  }
}
.re-get-in-modal-content .motoverse-TNC-check {
  margin-bottom: 11px;
  position: relative;
}
@media (min-width: 768px) {
  .re-get-in-modal-content .motoverse-TNC-check {
    margin-bottom: 8px;
  }
}
.re-get-in-modal-content .motoverse-TNC-check input[type=checkbox] {
  position: absolute;
  left: -9999px;
  opacity: 0;
  z-index: -1;
}
.re-get-in-modal-content .motoverse-TNC-check .terms-label {
  position: relative;
  padding-left: 29px;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  cursor: pointer;
  display: inline-block;
}
.re-get-in-modal-content .motoverse-TNC-check .terms-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 45%;
  width: 18px;
  height: 18px;
  border: 1px solid #ededed;
  border-radius: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
}
.re-get-in-modal-content .motoverse-TNC-check .terms-label::after {
  content: "";
  position: absolute;
  left: 2.8px;
  top: 4px;
  width: 12px;
  height: 6px;
  border-left: 2.2px solid #181818;
  border-bottom: 2.2px solid #181818;
  -webkit-transform: rotate(-50deg) scale(0);
          transform: rotate(-50deg) scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.re-get-in-modal-content .motoverse-TNC-check .terms-label a {
  font-weight: 600;
  color: #da291c;
  text-decoration: none;
}
.re-get-in-modal-content .motoverse-TNC-check .terms-label a p {
  display: inline;
  color: #da291c;
}
.re-get-in-modal-content .motoverse-TNC-check input[type=checkbox]:checked + .terms-label::before {
  background-color: #fd5050;
  border-color: #fd5050;
}
.re-get-in-modal-content .motoverse-TNC-check input[type=checkbox]:checked + .terms-label::after {
  -webkit-transform: rotate(-50deg) scale(1);
          transform: rotate(-50deg) scale(1);
}

.re-get-in-modal-form {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-y: auto;
}
.re-get-in-modal-form::-webkit-scrollbar {
  width: 2px;
}
.re-get-in-modal-form::-webkit-scrollbar-thumb {
  background-color: #4f4f4f;
}
.re-get-in-modal-form::-webkit-scrollbar-track {
  background-color: transparent;
}
.re-get-in-modal-form label[for=modalSelect],
.re-get-in-modal-form #modalSelect,
.re-get-in-modal-form .modal-desc,
.re-get-in-modal-form .checkbox-row,
.re-get-in-modal-form .modal-policy,
.re-get-in-modal-form .re-get-in-btn {
  width: 100%;
}
.re-get-in-modal-form .modal-desc {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #a6a6a6;
}
.re-get-in-modal-form .join-ride-form-group {
  margin-bottom: 24px;
}
.re-get-in-modal-form .join-ride-form-group label {
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: Montserrat;
  margin-bottom: 8px;
}
.re-get-in-modal-form .join-ride-form-group input {
  border: 1px solid #474747;
  outline: 1px solid #474747;
}
.re-get-in-modal-form .join-ride-form-group .country-wrapper {
  position: relative;
}
.re-get-in-modal-form .join-ride-form-group .country-wrapper .country-code {
  position: absolute;
  left: 16px;
  top: 50%;
  color: #ffffff;
  font-size: 14px;
  line-height: 22.4px;
  font-weight: 600;
  letter-spacing: 0px;
  padding-right: 4px;
  border-right: 1px solid #4f4f4f;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.re-get-in-modal-form .join-ride-form-group .country-wrapper input {
  padding-left: 48px;
}

.get-involved-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.join-ride-form-group label {
  font-size: 15px;
  color: #fff;
  margin-bottom: 2px;
}
.join-ride-form-group input[type=text],
.join-ride-form-group input[type=email],
.join-ride-form-group input[type=tel] {
  width: 100%;
  padding: 13.5px 16px;
  background: #282828;
  border: 1px solid #444;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
}
.join-ride-form-group input[type=text]:-webkit-autofill, .join-ride-form-group input[type=text]:-webkit-autofill:hover, .join-ride-form-group input[type=text]:-webkit-autofill:focus, .join-ride-form-group input[type=text]:-webkit-autofill:active,
.join-ride-form-group input[type=email]:-webkit-autofill,
.join-ride-form-group input[type=email]:-webkit-autofill:hover,
.join-ride-form-group input[type=email]:-webkit-autofill:focus,
.join-ride-form-group input[type=email]:-webkit-autofill:active,
.join-ride-form-group input[type=tel]:-webkit-autofill,
.join-ride-form-group input[type=tel]:-webkit-autofill:hover,
.join-ride-form-group input[type=tel]:-webkit-autofill:focus,
.join-ride-form-group input[type=tel]:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #282828 inset !important;
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

.getinvolved-error-message {
  color: #da291c;
  margin-top: 4px;
  display: block;
  background: none;
  font-family: "Montserrat Light";
  font-size: 12px;
  line-height: 1.5;
}

.input-error {
  border: 1px solid #da291c !important;
}

.checkbox-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 0;
}

.terms-label {
  font-size: 13px;
  color: #fff;
  margin-bottom: 0;
}

.modal-policy,
.re-get-in-modal-form p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: Montserrat;
  color: #a6a6a6;
  margin-bottom: 0;
}

.close-modal {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

@media (max-width: 700px) {
  .re-get-in-modal-content {
    max-width: 95vw;
    height: 90vh;
    overflow-y: auto;
    padding: 16px 16px;
  }
  .get-involved-form-row {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
.re-get-in-otp-modal {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  backdrop-filter: blur(10px);
  z-index: 999999 !important;
}
.re-get-in-otp-modal.hidden {
  display: none;
}
.re-get-in-otp-modal .re-get-in-otp-modal-content {
  background: #282828;
  color: #fff;
  padding: 24px;
  max-width: 400px;
  width: 100%;
  margin: auto;
  position: relative;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 768px) {
  .re-get-in-otp-modal .re-get-in-otp-modal-content {
    margin: 20px;
  }
}
.re-get-in-otp-modal .re-get-in-otp-modal-content .re-get-in-modal-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}
.re-get-in-otp-modal .re-get-in-otp-modal-content .re-get-in-modal-header h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
.re-get-in-otp-modal .re-get-in-otp-modal-content .close-otp-modal {
  color: #ffffff;
  height: 20px;
  padding: 0;
  position: relative;
  right: 0;
  top: 0;
  width: 20px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.re-get-in-otp-modal .re-get-in-otp-modal-content p {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 9pt;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 1rem;
}
.re-get-in-otp-modal .re-get-in-otp-modal-content .otp-form-group label {
  cursor: pointer;
  display: block;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1pc;
  margin-bottom: 8px;
}
.re-get-in-otp-modal .re-get-in-otp-modal-content .otp-form-group .otp-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.re-get-in-otp-modal .re-get-in-otp-modal-content .otp-form-group .otp-input-wrapper .input-box .form-input {
  width: 100%;
  background: #373737;
  border: 1px solid #616161;
  font-family: Montserrat, Arial, sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  padding: 9pt;
  text-align: center;
  outline: none;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.re-get-in-otp-modal .re-get-in-otp-modal-content .otp-form-group .otp-input-wrapper .input-box .form-input:focus {
  border: 1px solid #da291c;
  -webkit-box-shadow: 0 0 5px rgba(218, 41, 28, 0.3);
          box-shadow: 0 0 5px rgba(218, 41, 28, 0.3);
}
.re-get-in-otp-modal .re-get-in-otp-modal-content .otp-error-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0px;
}
.re-get-in-otp-modal .re-get-in-otp-modal-content .join-ride-error-message {
  color: #da291c;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
.re-get-in-otp-modal .re-get-in-otp-modal-content .join-ride-submit-btn {
  font-family: "Montserrat", Arial, sans-serif;
  margin-top: 10px;
  width: 100%;
  padding: 18px;
  background: #373737;
  border: 1px solid #616161;
  font-size: 14px;
  line-height: 22.4px;
  font-weight: 700;
  text-transform: uppercase;
  color: #181818;
  cursor: not-allowed;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.re-get-in-otp-modal .re-get-in-otp-modal-content .join-ride-submit-btn.otp-verify-btn-active {
  backdrop-filter: blur(10px);
  background: linear-gradient(112.38deg, hsla(0, 0%, 100%, 0.5) -120.84%, hsla(0, 0%, 100%, 0.1) 79.67%);
  border: 1px solid;
  border-image-source: linear-gradient(131.33deg, hsla(0, 0%, 100%, 0.26) -34.97%, hsla(0, 0%, 100%, 0) 114.31%);
  color: #daaa00;
  cursor: pointer;
}
.re-get-in-otp-modal .re-get-in-otp-modal-content .join-ride-submit-btn.otp-verify-btn-active, .re-get-in-otp-modal .re-get-in-otp-modal-content .join-ride-submit-btn#verify-otp-btn.otp-verify-btn-active {
  backdrop-filter: blur(10px);
  background: linear-gradient(112.38deg, hsla(0, 0%, 100%, 0.5) -120.84%, hsla(0, 0%, 100%, 0.1) 79.67%);
  border: 1px solid;
  border-image-source: linear-gradient(131.33deg, hsla(0, 0%, 100%, 0.26) -34.97%, hsla(0, 0%, 100%, 0) 114.31%);
  color: #daaa00;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.re-get-in-otp-modal .re-get-in-otp-modal-content .resend-otp-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 13px;
}
.re-get-in-otp-modal .re-get-in-otp-modal-content .resend-otp-section .verify-btn {
  color: #fff;
  cursor: pointer;
  font-family: Montserrat !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  padding: 0;
  background-color: transparent;
  border: 0;
}
.re-get-in-otp-modal .re-get-in-otp-modal-content .resend-otp-section .verify-btn:disabled {
  color: #888;
  cursor: not-allowed;
}

.re-get-in-modal-form label[for=modalSelect] {
  margin-bottom: 8px;
  color: #fff;
  display: block;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
}
@media (min-width: 768px) {
  .re-get-in-modal-form label[for=modalSelect] {
    margin-bottom: 4px;
  }
}

#modalSelect {
  width: 100%;
  padding: 13.5px 38px 13.5px 16px;
  background: #282828;
  border: 1px solid #474747;
  color: #616161;
  margin-top: 4px;
  margin-bottom: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='16' viewBox='0 0 20 20' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M5.516 7.548a.75.75 0 0 1 1.06 0L10 10.97l3.424-3.423a.75.75 0 1 1 1.06 1.06l-3.954 3.954a.75.75 0 0 1-1.06 0L5.516 8.608a.75.75 0 0 1 0-1.06z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px 18px;
  cursor: pointer;
  outline: none;
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
}
#modalSelect option {
  background-color: #282828;
  color: #fff;
}
#modalSelect option[value=""] {
  color: #616161;
}

.modal-select-wrapper {
  position: relative;
  margin-bottom: 24px;
}
.modal-select-wrapper .modal-desc {
  margin-top: 8px;
}

.re-get-in-success-modal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  backdrop-filter: blur(10px);
}
.re-get-in-success-modal.hidden {
  display: none;
}
.re-get-in-success-modal .re-get-in-success-modal-dialog {
  width: 100%;
  max-width: 400px;
  margin: 20px;
}
.re-get-in-success-modal .re-get-in-success-modal-content {
  background: #282828;
  position: relative;
  color: white;
}
.re-get-in-success-modal .re-get-in-success-modal-content-bg {
  padding: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .re-get-in-success-modal .re-get-in-success-modal-content-bg {
    padding: 24px;
  }
}
.re-get-in-success-modal .re-get-in-success-modal-header {
  position: absolute;
  top: 15px;
  right: 15px;
}
.re-get-in-success-modal .re-get-in-success-modal-header .re-get-in-close-success-modal {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.re-get-in-success-modal .re-get-in-success-modal-body .green-check-outer-ring {
  width: 72px;
  height: 72px;
  padding: 8px;
  margin: 0 auto;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .re-get-in-success-modal .re-get-in-success-modal-body .green-check-outer-ring {
    margin-bottom: 16px;
  }
}
.re-get-in-success-modal .re-get-in-success-modal-body .green-check-outer-ring .green-check-ring {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #69b353;
}
.re-get-in-success-modal .re-get-in-success-modal-body .green-check-outer-ring .green-check-ring .green-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.re-get-in-success-modal .re-get-in-success-modal-body .success-modal-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  color: white;
  font-family: "GuardianSansXCond Semibold";
  line-height: 24px;
  letter-spacing: 0.48px;
  vertical-align: middle;
  letter-spacing: 0.4px;
}
@media (min-width: 768px) {
  .re-get-in-success-modal .re-get-in-success-modal-body .success-modal-title {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.48px;
  }
}
.re-get-in-success-modal .re-get-in-success-modal-body .success-modal-text {
  font-size: 12px;
  line-height: 18px;
  color: #a6a6a6;
  margin-bottom: 24px;
  font-family: "Montserrat";
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}
@media (min-width: 768px) {
  .re-get-in-success-modal .re-get-in-success-modal-body .success-modal-text {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 21px;
  }
}
.re-get-in-success-modal .re-get-in-success-modal-body .success-modal-btn {
  background: linear-gradient(112.38deg, rgba(255, 255, 255, 0.5) -120.84%, rgba(255, 255, 255, 0.1) 79.67%);
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: rgb(218, 170, 0);
  padding: 11.4px 40px;
  cursor: pointer;
  backdrop-filter: blur(10px);
  min-width: 100%;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 700;
  line-height: 22.4px;
  letter-spacing: 0px;
  text-transform: uppercase;
  vertical-align: middle;
  letter-spacing: 0px;
}
@media (min-width: 768px) {
  .re-get-in-success-modal .re-get-in-success-modal-body .success-modal-btn {
    font-size: 14px;
    line-height: 22.4px;
    font-weight: 700;
    padding: 14px 40px;
  }
}

.re-motoverse-gallery .re-motoverse-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .re-motoverse-gallery .re-motoverse-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .re-motoverse-gallery .re-motoverse-container {
    max-width: 960px;
    padding: 0px;
  }
}
@media (min-width: 1200px) {
  .re-motoverse-gallery .re-motoverse-container {
    max-width: 80%;
  }
}
.re-motoverse-gallery .motoverse-desktop-slider {
  display: none;
}
@media (min-width: 768px) {
  .re-motoverse-gallery .motoverse-desktop-slider {
    display: block;
  }
}
.re-motoverse-gallery .motoverse-mobile-slider {
  display: block;
}
@media (min-width: 768px) {
  .re-motoverse-gallery .motoverse-mobile-slider {
    display: none;
  }
}

.re-motoverse-gallery-section {
  padding: 32px 0;
}
@media (min-width: 768px) {
  .re-motoverse-gallery-section {
    padding: 64px 0;
  }
}
.re-motoverse-gallery-section .re-motoverse-gallery-title {
  color: #ffffff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  font-family: GuardianSansXCond Semibold;
  letter-spacing: 0.02px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .re-motoverse-gallery-section .re-motoverse-gallery-title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.02px;
  }
}
.re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-swiper #re-motoverse-swiperWrapper1,
.re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-swiper #re-motoverse-swiperWrapper2,
.re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-swiper #re-motoverse-mobSwiperWrapper,
.re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-rev-swiper #re-motoverse-swiperWrapper1,
.re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-rev-swiper #re-motoverse-swiperWrapper2,
.re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-rev-swiper #re-motoverse-mobSwiperWrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
@media (min-width: 768px) {
  .re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-swiper .swiper-slide,
  .re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-rev-swiper .swiper-slide {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
.re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-swiper .swiper-slide .re-motoverse-slider-card,
.re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-rev-swiper .swiper-slide .re-motoverse-slider-card {
  position: relative;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
@media (min-width: 768px) {
  .re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-swiper .swiper-slide .re-motoverse-slider-card:first-child,
  .re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-rev-swiper .swiper-slide .re-motoverse-slider-card:first-child {
    grid-column: span 3;
  }
  .re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-swiper .swiper-slide .re-motoverse-slider-card:last-child,
  .re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-rev-swiper .swiper-slide .re-motoverse-slider-card:last-child {
    grid-column: span 2;
  }
}
.re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-swiper .swiper-slide .re-motoverse-slider-card .img-box,
.re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-rev-swiper .swiper-slide .re-motoverse-slider-card .img-box {
  width: 100%;
  height: 220px;
}
@media (min-width: 768px) {
  .re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-swiper .swiper-slide .re-motoverse-slider-card .img-box,
  .re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-rev-swiper .swiper-slide .re-motoverse-slider-card .img-box {
    height: 249px;
  }
}
.re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-swiper .swiper-slide .re-motoverse-slider-card .img-box img,
.re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-rev-swiper .swiper-slide .re-motoverse-slider-card .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-swiper .swiper-slide .re-motoverse-slider-card .re-motoverse-card-play-btn-wrap,
.re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-rev-swiper .swiper-slide .re-motoverse-slider-card .re-motoverse-card-play-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(178.22deg, rgba(25, 24, 24, 0) 1.21%, #191818 98.5%);
}
.re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-swiper .swiper-slide .re-motoverse-slider-card .re-motoverse-card-play-btn-wrap .re-motoverse-card-play-btn,
.re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-rev-swiper .swiper-slide .re-motoverse-slider-card .re-motoverse-card-play-btn-wrap .re-motoverse-card-play-btn {
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #4f4f4f;
  border: 0;
  border-radius: 100px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-swiper .swiper-slide .re-motoverse-slider-card .re-motoverse-card-play-btn-wrap .re-motoverse-card-play-btn svg,
  .re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-rev-swiper .swiper-slide .re-motoverse-slider-card .re-motoverse-card-play-btn-wrap .re-motoverse-card-play-btn svg {
    margin-left: 5px;
  }
}
.re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-swiper .swiper-slide .re-motoverse-slider-card .re-motoverse-card-download,
.re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-rev-swiper .swiper-slide .re-motoverse-slider-card .re-motoverse-card-download {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-swiper .swiper-slide .re-motoverse-slider-card.image-card,
.re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-rev-swiper .swiper-slide .re-motoverse-slider-card.image-card {
  margin-bottom: 24px;
}
.re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-swiper .swiper-slide .re-motoverse-slider-card.video-card .re-motoverse-card-play-btn-wrap + .re-motoverse-card-download,
.re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-rev-swiper .swiper-slide .re-motoverse-slider-card.video-card .re-motoverse-card-play-btn-wrap + .re-motoverse-card-download {
  display: none;
}
.re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-swiper .swiper-slide .re-motoverse-slider-card.video-card[data-attr-imgPath=false],
.re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-rev-swiper .swiper-slide .re-motoverse-slider-card.video-card[data-attr-imgPath=false] {
  display: none;
}
@media (min-width: 768px) {
  .re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-swiper .swiper-slide[data-attr-imgPath=false],
  .re-motoverse-gallery-section .re-motoverse-gallery-slider .re-motoverse-gallery-rev-swiper .swiper-slide[data-attr-imgPath=false] {
    width: 440px !important;
    grid-template-columns: repeat(3, 1fr);
  }
}
.re-motoverse-gallery-section .re-motoverse-gallery-slider.motoverse-mobile-slider .re-motoverse-gallery-swiper .swiper-slide {
  margin-bottom: 0px;
}
.re-motoverse-gallery-section .re-motoverse-gallery-slider.motoverse-mobile-slider .re-motoverse-gallery-swiper .swiper-slide .re-motoverse-slider-card {
  margin-bottom: 12px;
}
.re-motoverse-gallery-section .re-motoverse-gallery-slider.motoverse-mobile-slider .re-motoverse-gallery-swiper .swiper-slide .re-motoverse-slider-card:last-child {
  margin-bottom: 0px;
}
.re-motoverse-gallery-section .re-motoverse-gallery-slider.motoverse-mobile-slider .re-motoverse-gallery-swiper .swiper-slide .re-motoverse-slider-card .img-box {
  height: 140px;
}
.re-motoverse-gallery-section .re-motoverse-gallery-slider.motoverse-mobile-slider .re-motoverse-gallery-swiper .swiper-slide .re-motoverse-slider-card:last-child .img-box {
  height: 220px;
}
.re-motoverse-gallery-section .re-motoverse-gallery-slider.motoverse-mobile-slider .re-motoverse-gallery-swiper .swiper-slide:nth-child(2n) .re-motoverse-slider-card .img-box {
  height: 220px;
}
.re-motoverse-gallery-section .re-motoverse-gallery-slider.motoverse-mobile-slider .re-motoverse-gallery-swiper .swiper-slide:nth-child(2n) .re-motoverse-slider-card:last-child .img-box {
  height: 140px;
}
.re-motoverse-gallery-section .re-motoverse-gallery-slider.motoverse-mobile-slider .re-motoverse-gallery-swiper .swiper-slide[data-attr-imgPath=false] {
  height: auto;
}
.re-motoverse-gallery-section .re-motoverse-gallery-slider.motoverse-mobile-slider .re-motoverse-gallery-swiper .swiper-slide[data-attr-imgPath=false] .image-card {
  height: 100%;
}
.re-motoverse-gallery-section .re-motoverse-gallery-slider.motoverse-mobile-slider .re-motoverse-gallery-swiper .swiper-slide[data-attr-imgPath=false] .image-card .img-box {
  height: 100%;
}
.re-motoverse-gallery-section .re-motoverse-view-btn-wrap {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 16px;
}
@media (max-width: 768px) {
  .re-motoverse-gallery-section .re-motoverse-view-btn-wrap {
    padding: 0px 24px;
  }
}
.re-motoverse-gallery-section .re-motoverse-view-btn-wrap .re-motoverse-view-btn {
  width: 380px;
  height: 56px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  font-family: Montserrat Regular;
  text-transform: uppercase;
  border: 1px solid #a7a7a7;
  background-color: #000000;
  cursor: pointer;
}
@media (max-width: 768px) {
  .re-motoverse-gallery-section .re-motoverse-view-btn-wrap .re-motoverse-view-btn {
    width: 100%;
  }
}
.re-motoverse-gallery-section .re-motoverse-view-btn-wrap .re-motoverse-view-btn::after {
  content: "";
  width: 9px;
  height: 9px;
  border-bottom: 2.4px solid #ffffff;
  border-right: 2.4px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.re-motoverse-gallery .re-motoverse-download-popup {
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.re-motoverse-gallery .re-motoverse-download-popup .re-motoverse-download-popup-content {
  background: #282828;
  left: 50%;
  max-width: 400px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 20px);
}
.re-motoverse-gallery .re-motoverse-download-popup .re-motoverse-download-popup-content .re-motoverse-download-popup-header {
  border: none;
  padding: 20px;
  position: relative;
}
.re-motoverse-gallery .re-motoverse-download-popup .re-motoverse-download-popup-content .re-motoverse-download-popup-header .download-modal-title {
  color: #fff;
  font-family: GuardianSansXCond Semibold;
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}
.re-motoverse-gallery .re-motoverse-download-popup .re-motoverse-download-popup-content .re-motoverse-download-popup-header .download-popup-close-btn {
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  font-weight: 600;
  line-height: 25px;
  position: absolute;
  right: 20px;
  top: 50%;
  background-color: transparent;
  border: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.re-motoverse-gallery .re-motoverse-download-popup .re-motoverse-download-popup-content .re-motoverse-download-popup-body {
  padding: 20px;
}
.re-motoverse-gallery .re-motoverse-download-popup .re-motoverse-download-popup-content .re-motoverse-download-popup-body ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.re-motoverse-gallery .re-motoverse-download-popup .re-motoverse-download-popup-content .re-motoverse-download-popup-body ul li {
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.re-motoverse-gallery .re-motoverse-download-popup .re-motoverse-download-popup-content .re-motoverse-download-popup-body ul li .label {
  cursor: pointer;
  margin: 0;
}
.re-motoverse-gallery .re-motoverse-download-popup .re-motoverse-download-popup-content .re-motoverse-download-popup-body ul li .label p {
  color: #fff;
  font-family: montserrat regular;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 10px;
  text-align: center;
}
.re-motoverse-gallery .re-motoverse-download-popup .re-motoverse-download-popup-content .re-motoverse-download-popup-body ul li .label img {
  width: 100%;
  opacity: 0.5;
}
.re-motoverse-gallery .re-motoverse-download-popup .re-motoverse-download-popup-content .re-motoverse-download-popup-body ul li.active {
  background: rgba(132, 117, 67, 0.561);
  border: 1px solid #847543;
}
.re-motoverse-gallery .re-motoverse-download-popup .re-motoverse-download-popup-content .re-motoverse-download-popup-body ul li.active .label img {
  opacity: 1;
}
.re-motoverse-gallery .re-motoverse-download-popup .re-motoverse-download-popup-content .re-motoverse-download-popup-body .error-msg {
  color: #fd5050;
  display: none;
  font-size: 15px;
  padding-bottom: 20px;
  text-align: center;
}
.re-motoverse-gallery .re-motoverse-download-popup .re-motoverse-download-popup-content .re-motoverse-download-popup-body .modal-download-btn {
  width: 100%;
  display: block;
  padding: 18px 32px;
  color: #daaa00;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 0px;
  text-align: center;
  font-family: "MONTSERRAT";
  font-weight: 600;
  text-transform: uppercase;
  background: linear-gradient(112.38deg, rgba(255, 255, 255, 0.5) -120.84%, rgba(255, 255, 255, 0.1) 79.67%);
  border: 1px solid;
  border-image-source: linear-gradient(131.33deg, rgba(255, 255, 255, 0.26) -34.97%, rgba(255, 255, 255, 0) 114.31%);
  backdrop-filter: blur(10px);
  cursor: pointer;
}
.re-motoverse-gallery .re-motoverse-download-popup.show-modal {
  display: block;
}
.re-motoverse-gallery .re-motoverse-download-popup.show-modal .re-motoverse-download-popup-content {
  -webkit-animation-name: fadeInDownload;
  animation-name: fadeInDownload;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDownload {
  from {
    opacity: 0;
    top: 45%;
  }
  to {
    opacity: 1;
    top: 50%;
  }
}
@keyframes fadeInDownload {
  from {
    opacity: 0;
    top: 45%;
  }
  to {
    opacity: 1;
    top: 50%;
  }
}
.re-motoverse-gallery .re-motoverse-video-popup {
  background-color: rgba(24, 24, 27, 0.9803921569);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
  margin: auto;
}
.re-motoverse-gallery .re-motoverse-video-popup .re-motoverse-video-content {
  position: relative;
  max-width: 960px;
  height: 540px;
}
.re-motoverse-gallery .re-motoverse-video-popup .re-motoverse-video-content video {
  width: 100%;
  height: 100%;
}
.re-motoverse-gallery .re-motoverse-video-popup .re-motoverse-video-content .video-popup-close-btn {
  position: absolute;
  right: 0;
  top: -40px;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  opacity: 0.75;
  border: 0;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.re-motoverse-gallery .re-motoverse-video-popup .re-motoverse-video-content .video-popup-close-btn:hover {
  opacity: 1;
}
.re-motoverse-gallery .re-motoverse-video-popup.show-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.re-motoverse-gallery .re-motoverse-video-popup.show-modal .re-motoverse-video-content {
  -webkit-animation-name: fadeInVideoPop;
  animation-name: fadeInVideoPop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInVideoPop {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInVideoPop {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.re-motoverse-text .re-motoverse-review-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .re-motoverse-text .re-motoverse-review-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .re-motoverse-text .re-motoverse-review-container {
    max-width: 960px;
    padding: 0px;
  }
}
@media (min-width: 1200px) {
  .re-motoverse-text .re-motoverse-review-container {
    max-width: 80%;
  }
}

.re-motoverse-text-section {
  padding: 32px 0px;
  margin-top: 64px;
}
@media (max-width: 649px) {
  .re-motoverse-text-section {
    margin-top: auto;
  }
}
@media (min-width: 768px) {
  .re-motoverse-text-section {
    padding: 64px 0px;
    padding-bottom: 64px;
  }
}
.re-motoverse-text-section .re-motoverse-swiper-main {
  position: relative;
}
@media (min-width: 996px) {
  .re-motoverse-text-section .re-motoverse-swiper-main {
    padding: 0px 90px;
  }
}
@media (min-width: 996px) {
  .re-motoverse-text-section .re-motoverse-swiper-main .re-motoverse-text-swiper .swiper-slide {
    padding: 0px 5px;
  }
}
.re-motoverse-text-section .re-motoverse-swiper-main .re-motoverse-text-swiper .swiper-slide svg {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .re-motoverse-text-section .re-motoverse-swiper-main .re-motoverse-text-swiper .swiper-slide svg {
    margin-bottom: 24px;
  }
}
.re-motoverse-text-section .re-motoverse-swiper-main .re-motoverse-text-swiper .swiper-slide .re-text-slider-desc {
  color: #ffffff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  font-family: GuardianSansXCond Semibold;
  letter-spacing: 0.8px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .re-motoverse-text-section .re-motoverse-swiper-main .re-motoverse-text-swiper .swiper-slide .re-text-slider-desc {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 32px;
  }
}
.re-motoverse-text-section .re-motoverse-swiper-main .re-motoverse-text-swiper .swiper-slide .re-text-slider-name {
  color: #a6a6a6;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: Montserrat;
  letter-spacing: 0px;
  margin-bottom: 8px;
}
.re-motoverse-text-section .re-motoverse-swiper-main .re-motoverse-text-swiper .swiper-slide .re-text-slider-name span {
  font-style: italic;
  font-weight: 400;
}
.re-motoverse-text-section .re-motoverse-swiper-main .re-motoverse-text-swiper .swiper-slide .re-text-slider-ig-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #a6a6a6;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  font-family: Montserrat;
  letter-spacing: 0px;
  text-decoration: none;
}
.re-motoverse-text-section .re-motoverse-swiper-main .re-motoverse-text-swiper .swiper-slide .re-text-slider-ig-btn img {
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .re-motoverse-text-section .re-motoverse-swiper-main .re-motoverse-text-swiper .swiper-slide .re-text-slider-ig-btn {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .re-motoverse-text-section .re-motoverse-swiper-main .swiper-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
    padding-top: 24px;
  }
}
.re-motoverse-text-section .re-motoverse-swiper-main .swiper-button-next,
.re-motoverse-text-section .re-motoverse-swiper-main .swiper-button-prev {
  width: 56px;
  height: 56px;
  padding: 2.5px;
  border: 0;
  border-radius: 100px;
  cursor: pointer;
}
.re-motoverse-text-section .re-motoverse-swiper-main .swiper-button-next::after,
.re-motoverse-text-section .re-motoverse-swiper-main .swiper-button-prev::after {
  display: none;
}
@media (max-width: 768px) {
  .re-motoverse-text-section .re-motoverse-swiper-main .swiper-button-next,
  .re-motoverse-text-section .re-motoverse-swiper-main .swiper-button-prev {
    position: relative;
    inset: auto;
    margin: 0;
  }
}
.re-motoverse-text-section .re-motoverse-swiper-main .swiper-button-next span,
.re-motoverse-text-section .re-motoverse-swiper-main .swiper-button-prev span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1607843137);
  border-radius: 100px;
}
.re-motoverse-text-section .re-motoverse-swiper-main .swiper-button-next span::after,
.re-motoverse-text-section .re-motoverse-swiper-main .swiper-button-prev span::after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2.5px solid #ffffff;
}
.re-motoverse-text-section .re-motoverse-swiper-main .swiper-button-prev {
  background: linear-gradient(113deg, rgba(255, 255, 255, 0.33) 0%, rgba(255, 255, 255, 0.0066) 84.07%);
}
@media (max-width: 768px) {
  .re-motoverse-text-section .re-motoverse-swiper-main .swiper-button-prev {
    left: auto;
  }
}
@media (min-width: 996px) {
  .re-motoverse-text-section .re-motoverse-swiper-main .swiper-button-prev {
    left: 0%;
  }
}
.re-motoverse-text-section .re-motoverse-swiper-main .swiper-button-prev span::after {
  border-left: 2.5px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.re-motoverse-text-section .re-motoverse-swiper-main .swiper-button-next {
  background: linear-gradient(210deg, rgba(255, 255, 255, 0.33) 0%, rgba(255, 255, 255, 0.0066) 84.07%);
}
@media (max-width: 768px) {
  .re-motoverse-text-section .re-motoverse-swiper-main .swiper-button-next {
    right: auto;
  }
}
@media (min-width: 996px) {
  .re-motoverse-text-section .re-motoverse-swiper-main .swiper-button-next {
    right: 0%;
  }
}
.re-motoverse-text-section .re-motoverse-swiper-main .swiper-button-next span::after {
  border-right: 2.5px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.re-motoverse-county .re-county-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .re-motoverse-county .re-county-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .re-motoverse-county .re-county-container {
    max-width: 960px;
    padding: 0px;
  }
}
@media (min-width: 1200px) {
  .re-motoverse-county .re-county-container {
    max-width: 80%;
  }
}

.re-motoverse-county-section {
  padding: 32px 0px;
}
@media (min-width: 768px) {
  .re-motoverse-county-section {
    padding: 64px 0px;
  }
}
.re-motoverse-county-section .re-motoverse-county-title {
  color: #ffffff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  font-family: GuardianSansXCond Semibold;
  letter-spacing: 0.02px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .re-motoverse-county-section .re-motoverse-county-title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px;
  }
}
.re-motoverse-county-section .re-motoverse-county-text {
  max-width: 800px;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: Montserrat;
  letter-spacing: 0px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .re-motoverse-county-section .re-motoverse-county-text {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 40px;
  }
}
.re-motoverse-county-section .re-motoverse-county-stepper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .re-motoverse-county-section .re-motoverse-county-stepper {
    grid-template-columns: 25% 50% 25%;
    margin-bottom: 40px;
  }
}
.re-motoverse-county-section .re-motoverse-county-stepper .stepper-line {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 10px;
  height: calc(100% - 65px);
  width: 1px;
  border-left: 1px dashed #616161;
}
@media (min-width: 768px) {
  .re-motoverse-county-section .re-motoverse-county-stepper .stepper-line {
    top: auto;
    left: 50%;
    bottom: 12px;
    width: calc(100% - 20px);
    height: 1px;
    border-top: 1px dashed #616161;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.re-motoverse-county-section .re-motoverse-county-stepper .start-point,
.re-motoverse-county-section .re-motoverse-county-stepper .mid-points,
.re-motoverse-county-section .re-motoverse-county-stepper .end-point {
  position: relative;
  z-index: 10;
}
.re-motoverse-county-section .re-motoverse-county-stepper .start-point .title,
.re-motoverse-county-section .re-motoverse-county-stepper .mid-points .title,
.re-motoverse-county-section .re-motoverse-county-stepper .end-point .title {
  color: #a6a6a6;
  font-weight: 400;
  font-family: Montserrat;
  letter-spacing: 0px;
}
.re-motoverse-county-section .re-motoverse-county-stepper .start-point .location,
.re-motoverse-county-section .re-motoverse-county-stepper .mid-points .location,
.re-motoverse-county-section .re-motoverse-county-stepper .end-point .location {
  color: #ffffff;
  font-weight: 600;
  font-family: Montserrat;
  letter-spacing: 0px;
}
@media (max-width: 768px) {
  .re-motoverse-county-section .re-motoverse-county-stepper .start-point,
  .re-motoverse-county-section .re-motoverse-county-stepper .end-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 17.2px;
       -moz-column-gap: 17.2px;
            column-gap: 17.2px;
  }
}
.re-motoverse-county-section .re-motoverse-county-stepper .start-point .title,
.re-motoverse-county-section .re-motoverse-county-stepper .end-point .title {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 4px;
}
.re-motoverse-county-section .re-motoverse-county-stepper .start-point .location,
.re-motoverse-county-section .re-motoverse-county-stepper .end-point .location {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 14px;
}
.re-motoverse-county-section .re-motoverse-county-stepper .start-point .content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.re-motoverse-county-section .re-motoverse-county-stepper .start-point .start-pointer {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 22px;
  height: 22px;
  border: 4.3px solid #da291c;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 10.96px 5.48px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10.96px 5.48px 0px rgba(0, 0, 0, 0.1019607843);
  background-color: #000000;
}
@media (min-width: 768px) {
  .re-motoverse-county-section .re-motoverse-county-stepper .start-point .start-pointer {
    width: 27.4px;
    height: 27.4px;
    margin-left: 6px;
    border: 5.4px solid #da291c;
  }
}
.re-motoverse-county-section .re-motoverse-county-stepper .mid-points {
  padding-left: 2.2px;
}
@media (min-width: 768px) {
  .re-motoverse-county-section .re-motoverse-county-stepper .mid-points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  .re-motoverse-county-section .re-motoverse-county-stepper .mid-points .location-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.re-motoverse-county-section .re-motoverse-county-stepper .mid-points .location-main .content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.re-motoverse-county-section .re-motoverse-county-stepper .mid-points .title,
.re-motoverse-county-section .re-motoverse-county-stepper .mid-points .location {
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .re-motoverse-county-section .re-motoverse-county-stepper .mid-points .title,
  .re-motoverse-county-section .re-motoverse-county-stepper .mid-points .location {
    text-align: center;
  }
}
.re-motoverse-county-section .re-motoverse-county-stepper .mid-points .title {
  margin-bottom: 4px;
}
.re-motoverse-county-section .re-motoverse-county-stepper .mid-points .location {
  margin-bottom: 28px;
}
.re-motoverse-county-section .re-motoverse-county-stepper .mid-points .mid-pointer {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 17px;
  height: 17px;
  border: 3.4px solid #da291c;
  border-radius: 1000px;
}
@media (min-width: 768px) {
  .re-motoverse-county-section .re-motoverse-county-stepper .mid-points .mid-pointer {
    margin: 0 auto;
  }
}
.re-motoverse-county-section .re-motoverse-county-stepper .mid-points .mid-pointer::after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 1000px;
  background-color: #da291c;
}
@media (min-width: 768px) {
  .re-motoverse-county-section .re-motoverse-county-stepper .end-point {
    text-align: right;
  }
}
.re-motoverse-county-section .re-motoverse-county-stepper .end-point .content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.re-motoverse-county-section .re-motoverse-county-stepper .end-point .end-pointer {
  width: 21px;
  height: 21px;
  background-color: #000000;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 768px) {
  .re-motoverse-county-section .re-motoverse-county-stepper .end-point .end-pointer {
    width: 27.4px;
    height: 27.4px;
    margin-right: 6px;
    margin-left: auto;
  }
}
.re-motoverse-county-section .re-motoverse-county-stepper .end-point .end-pointer img {
  width: 100%;
  height: 100%;
}
.re-motoverse-county-section .re-motoverse-county-detail {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 24px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .re-motoverse-county-section .re-motoverse-county-detail {
    grid-template-columns: 234px auto;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    margin-bottom: 40px;
  }
}
.re-motoverse-county-section .re-motoverse-county-detail .re-motoverse-county-map {
  position: relative;
  height: 163px;
}
.re-motoverse-county-section .re-motoverse-county-detail .re-motoverse-county-map img {
  width: 100%;
  height: 100%;
}
.re-motoverse-county-section .re-motoverse-county-detail .re-county-details-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 8px;
}
@media (min-width: 768px) {
  .re-motoverse-county-section .re-motoverse-county-detail .re-county-details-main {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 0px;
  }
}
.re-motoverse-county-section .re-county-btn-wrapper {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .re-motoverse-county-section .re-county-btn-wrapper {
    margin-bottom: 40px;
  }
}
.re-motoverse-county-section .re-county-btn-wrapper .re-county-map-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #da291c;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: Montserrat;
  text-transform: uppercase;
  background-color: #000000;
  border: 0;
  cursor: pointer;
}
.re-motoverse-county-section .re-county-btn-wrapper .re-county-map-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 5px;
  border-right: 2px solid #da291c;
  border-top: 2px solid #da291c;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.re-motoverse-county-section .re-county-footer-card {
  position: relative;
  padding: 24px 16px;
  background: linear-gradient(89.82deg, #171716 38.11%, #101010 99.84%);
}
@media (min-width: 768px) {
  .re-motoverse-county-section .re-county-footer-card {
    padding: 24px;
  }
}
.re-motoverse-county-section .re-county-footer-card .re-county-footer-img {
  position: absolute;
  right: 24px;
  top: 0;
  width: 140px;
  height: 100%;
}
@media (max-width: 768px) {
  .re-motoverse-county-section .re-county-footer-card .re-county-footer-img {
    display: none;
  }
}
.re-motoverse-county-section .re-county-footer-card .re-county-footer-img img {
  width: 100%;
  height: 100%;
}
.re-motoverse-county-section .re-county-footer-card .re-county-footer-card-title {
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  font-family: Montserrat;
  letter-spacing: 0.48px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .re-motoverse-county-section .re-county-footer-card .re-county-footer-card-title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  .re-motoverse-county-section .re-county-footer-card .re-county-footer-card-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
.re-motoverse-county-section .re-motoverse-county-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-bottom: 16px;
}
.re-motoverse-county-section .re-motoverse-county-card:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .re-motoverse-county-section .re-motoverse-county-card {
    margin-bottom: 0;
  }
}
.re-motoverse-county-section .re-motoverse-county-card .icon-box {
  width: 32px;
  height: 32px;
}
.re-motoverse-county-section .re-motoverse-county-card .icon-box img {
  width: 100%;
  height: 100%;
}
.re-motoverse-county-section .re-motoverse-county-card .re-county-card-title {
  color: #a6a6a6;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: Montserrat;
  letter-spacing: 0px;
  margin-bottom: 4px;
}
@media (min-width: 996px) {
  .re-motoverse-county-section .re-motoverse-county-card .re-county-card-title {
    font-size: 14px;
    line-height: 21px;
  }
}
.re-motoverse-county-section .re-motoverse-county-card .re-county-card-text {
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  font-family: Montserrat;
  letter-spacing: 0px;
}
@media (min-width: 996px) {
  .re-motoverse-county-section .re-motoverse-county-card .re-county-card-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.cmp--royalenfield--fixes-width .cmp-container {
  max-width: 80%;
  margin: 0 auto;
  overflow: hidden;
  /* Extra small devices (phones, 320px to 480px) */
  /* Small devices (large phones, small tablets, 481px to 767px) */
  /* Medium devices (tablets, iPad mini, 768px to 991px) */
  /* Large devices (small laptops, 992px to 1199px) */
  /* Extra large devices (large desktops, 1200px and up) */
}
@media only screen and (max-width: 480px) {
  .cmp--royalenfield--fixes-width .cmp-container {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 750px) {
  .cmp--royalenfield--fixes-width .cmp-container {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 750px) and (max-width: 991px) {
  .cmp--royalenfield--fixes-width .cmp-container {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cmp--royalenfield--fixes-width .cmp-container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .cmp--royalenfield--fixes-width .cmp-container {
    max-width: 80%;
  }
}
