@charset "utf-8";
/* CSS Document */
/* Dark Mode */
@media (prefers-color-scheme: dark) {
  :root {
    --bg-color: #121212;
    --text-color: #ffffff;
  }
  section {
    background: #fff;
    z-index: -10;
  }
}
/* Light Mode (default) */
@media (prefers-color-scheme: light) {
  :root {
    --bg-color: #ffffff;
    --text-color: #000000;
  }
}
body {
  background-color: var(--bg-color);
  color: var(--text-color);
}
h1, h2, h3, h4, p, span, div, body {
  font-family: "kyrial-display-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1, h2, h3, h4, p, span, div {
  color: #000000;
}
body {
  padding-bottom: 0;
}
.car-intro {
  background-color: #000000;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 60px 10px 30px 10px;
  color: #FFFFFF;
}
.car-intro-text {
  color: #FFFFFF;
}
h2.car-intro-text {
  font-size: 2.2rem;
  text-transform: uppercase;
  padding-bottom: 1rem;
}
p.car-intro-text {
  font-size: 19px;
  font-weight: 200;
}
.carousel {
  margin-bottom: 0;
}
.carousel-item {
  height: auto;
}
.elementor-button {
  background-color: #02010100;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  padding: 17px 40px 17px 40px;
  display: inline-block;
  color: #FFFFFF;
}
.elementor-button-wrapper {
  text-align: center;
  margin: 2rem 0;
}
.elementor-button-text {
  font-weight: 500;
  text-transform: capitalize;
  text-shadow: 0px 4px 12px rgba(102, 103, 107, 0.15);
  flex-grow: 1;
  order: 10;
  display: inline-block;
  color: #FFFFFF;
}
.elementor-button-text:hover, .elementor-button-text:focus {
  color: #06163A !important;
}
.elementor-button:hover, .elementor-button:focus {
  color: #06163A !important;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.video-container {
  position: relative;
  overflow: hidden;
  min-height: 40rem;
}
.video-container video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.container.exterior {
  padding: 3rem;
}
.exterior h2 {
  text-transform: uppercase;
}
/*.exterior .carousel-caption h1, p, h2 {
    color: #000000 !important;
}*/
video {
  width: 100%;
}
.exterior .carousel-caption {
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
  /*top: 20%;*/
  padding-left: 2rem;
}
.exterior .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
  position: absolute;
  bottom: 5%;
}
.exterior .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
  position: absolute;
  bottom: 5%;
}
.exterior .carousel-control-next {
  right: 0;
}
.exterior .carousel-control-prev {
  left: 80%;
}
h2.section-title {
  font-weight: 600;
  font-size: 5rem;
  color: #3F1477;
}
.pre-interior-torres {
  background: url("../../images/torres-pre-interior.jpg") no-repeat center center;
  height: 40rem;
  background-size: cover;
}
.pre-interior-actyon {
  position: relative;
  width: 100%;
  height: 70vh; /* Fullscreen */
  overflow: hidden;
}
.pre-interior-actyon video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover; /* Ensures video covers the entire area */
  object-position: center; /* Centers the video */
  transform: translate(-50%, -50%);
  z-index: -1;
}
.pre-interior-actyon .overlay, .pre-safety-actyon .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Optional: Dark overlay */
  z-index: 0;
}
.pre-interior-actyon .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.pre-safety-actyon .container {
  position: relative;
  z-index: 1;
}
.pre-interior-torres h2, .pre-safety-torres h2, .pre-performmance-torres h2, .pre-convenience-torres h2, .pre-interior-actyon h2, .pre-safety-actyon h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 3.5rem;
  padding-top: 2rem;
  font-weight: 600;
  text-shadow: 2px 2px 8px #040404;
  width: 50%;
}
.pre-interior-torres p.sub-title, .pre-safety-torres p.sub-title, .pre-performmance-torres p.sub-title, .pre-convenience-torres p.sub-title, .pre-interior-actyon p.sub-title, .pre-safety-actyon p.sub-title {
  color: #FFFFFF;
  font-family: "kyrial-sans-condensed-pro", sans-serif;
  font-size: 22px;
  font-weight: 400;
  width: 50%;
  padding-top: 1rem;
  text-shadow: 2px 2px 8px #040404;
}
.pre-safety-actyon {
  background: url("../../images/actyon_snow16_9.jpg") no-repeat center center;
  height: 40rem;
  background-size: cover;
  position: relative;
}
.pre-safety-torres {
  background: url("../../images/torres-pre-safety.jpg") no-repeat center center;
  height: 40rem;
  background-size: cover;
}
.pre-performmance-torres {
  background: url("../../images/torres-pre-performance.jpg") no-repeat center center;
  height: 40rem;
  background-size: cover;
  position: relative;
}
.pre-convenience-torres {
  /*background: url("../../images/18p_drive_main_rhd.jpg") no-repeat center center;*/
  background: url("../../images/torres-pre-convenience.jpg") no-repeat center center;
  height: 40rem;
  background-size: cover;
  position: relative;
}
.pre-interior {
  background: url("../../images/highlight_style_slide.jpg") no-repeat center center;
  height: 40rem;
  background-size: cover;
}
.pre-interior h2, .pre-safety h2, .pre-performmance h2, .pre-convenience h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 3.5rem;
  padding-top: 2rem;
  font-weight: 600;
  text-shadow: 2px 2px 8px #040404;
  width: 50%;
}
.pre-interior p.sub-title, .pre-safety p.sub-title, .pre-performmance p.sub-title, .pre-convenience p.sub-title {
  color: #FFFFFF;
  font-family: "kyrial-sans-condensed-pro", sans-serif;
  font-size: 22px;
  font-weight: 400;
  width: 50%;
  padding-top: 1rem;
  text-shadow: 2px 2px 8px #040404;
}
.pre-safety {
  background: url("../../images/pre-safety.jpg") no-repeat center center;
  height: 40rem;
  background-size: cover;
}
.pre-performmance {
  background: url("../../images/pre-performance-2.jpg") no-repeat center center;
  height: 40rem;
  background-size: cover;
}
.pre-convenience {
  background: url("../../images/pre-covienience.jpg") no-repeat center center;
  height: 40rem;
  background-size: cover;
}
.copyright {
  color: #fff;
}
/* Custom CSS for floating menu */
.floating-menu {
  position: fixed;
  top: 50%;
  right: 0;
  /*transform: translate(-50%, -50%);*/
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 5px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
}
svg {
  vertical-align: middle;
  fill: currentColor;
  stroke: currentColor;
}
.Icon {
  width: 100%;
  height: 100%;
  fill: #000000;
  stroke: none;
}
.CTAsTile-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
}
.offer-content ul li {
  color: #FFFFFF;
  font-size: 19px;
  font-weight: 200;
}
section.car-offer {
  padding: 5rem 0;
}
.car-offer h2 {
  text-align: center;
  padding-bottom: 2rem;
  font-weight: 400;
  color: #000000;
  line-height: 2.3rem;
}
.car-offer h3 {
  text-align: center;
  font-size: 2.5rem;
  color: #3f1477;
  font-weight: 700;
}
.columns-2 {
  column-count: 2;
  column-gap: 2rem; /* Space between columns */
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
.columns-2 li {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
  display: block;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  break-inside: avoid; /* Prevent items from breaking between columns */
}
.car-offer p {
  text-align: center;
  font-size: 1.5rem;
}
.car-offer p span {
  font-weight: 700;
  color: #3f1477;
}
.car-offer .custom-btn {
  display: inline-block;
  background-color: #3f1477;
  color: #fff;
  border: 2px solid #3f1477;
  padding: .7rem 3rem;
  border-radius: 0.375rem;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 1rem;
}
.car-offer .custom-btn:hover {
  background-color: #fff;
  color: #3f1477;
  border-color: #3f1477;
  text-decoration: none;
}
@media (min-width: 768px) {
  .CTAsTile-wrapper {
    row-gap: 80px;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .CTAsTile-wrapper {
    flex-wrap: nowrap;
    row-gap: 0px;
  }
}
.CTAsTile-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .CTAsTile-link {
    flex: 0 0 33.33%;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .CTAsTile-link {
    flex: 1 1 0px;
  }
}
.CTAsTile-label {
  font-weight: 400;
  text-align: left;
}
@media (min-width: 768px) {
  .CTAsTile-label {
    text-align: center;
  }
}
.Row--dark .CTAsTile-label {
  color: #FFF;
}
.CTAsTile-icon {
  height: 60px;
  width: 60px;
}
@media (min-width: 768px) {
  .CTAsTile-icon {
    height: 70px;
    width: 70px;
  }
}
.CTAs {
  --iconWrapperWidth: 70px;
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 95;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .CTAs {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    pointer-events: all;
  }
}
.CTAs-iconWrapper {
  background-color: #FFF;
  border-radius: 25px 0 0 25px;
  height: 48px;
  width: var(--iconWrapperWidth);
  display: flex;
  justify-content: center;
  align-items: center;
  order: 1;
  padding: 0.25rem;
  flex-shrink: 0;
  z-index: 2;
}
.CTAs-iconWrapper.is-active {
  background-color: #212121;
}
.CTAs-icon {
  width: 37px;
  height: 37px;
  order: 2;
}
.CTAs-wrapper, .CTAs-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #000;
}
.CTAs.is-open .CTAs-list {
  pointer-events: all;
}
@media (min-width: 1024px) {
  .CTAs-list {
    overflow: visible;
    padding-top: 0;
    padding-bottom: 0;
    max-height: none;
  }
}
.CTAs-item {
  position: relative;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  display: flex;
  pointer-events: all;
}
.CTAs-list .CTAs-item:first-child {
  margin-top: 2px;
}
.CTAs-list .CTAs-item:last-child {
  margin-bottom: 2px;
}
.CTAs-buttonWrapper {
  z-index: 1;
  height: 48px;
  width: fit-content;
  flex-grow: 1;
  flex-shrink: 0;
  position: absolute;
  left: 0%;
}
@media (min-width: 1024px) {
  .CTAs-buttonWrapper {
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition: transform 0.1s ease-in-out;
    transform: translateX(0px);
  }
  .CTAs-item:hover .CTAs-buttonWrapper, .CTAs-item.is-open .CTAs-buttonWrapper {
    transform: translateX(calc(-100% + var(--iconWrapperWidth)));
  }
}
.CTAs-button {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
  height: 100%;
  border-radius: 50px 0 0 50px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  padding: 0.5rem calc(var(--iconWrapperWidth) + 1rem) 0.5rem 25px;
  white-space: nowrap;
  width: 100%;
}
.CTAs--toggleIconWrapper {
  background-color: #FFF;
  pointer-events: all;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
  transition: background-color 0.2s ease-in-out;
}
.CTAs--toggleIcon {
  width: 7px;
}
.CTAs--toggleItem {
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .CTAs--toggleItem {
    display: none;
  }
}
section.contact-us {
  background: #dddddd45;
}
.form-container {
  background: #fff;
  border-radius: 2rem;
  padding: 1rem;
  margin: 1rem 0;
}
#map_wrapper {
  height: 600px;
}
#map_canvas {
  width: 100%;
  height: 100%;
}
.location-block {
  margin-bottom: 20px;
}
.location-content {
  font-size: 14px;
  font-weight: 500;
}
.location-head {
  margin-bottom: 20px;
}
.location-icon {
  font-size: 18px;
  color: #3F1477;
  padding-right: 6px;
}
.location-title {
  font-weight: 600;
  color: #3F1477;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.info_content {
  background-color: #fff;
  padding: 10px;
}
.info_location_name {
  color: #3F1477;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.info_location_text {
  margin-bottom: 10px;
  color: #767a7f;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.info_location_call {
  font-size: 15px;
  color: #2e3133;
  font-weight: 400;
}
.info_location_call span {
  padding-right: 8px;
  font-size: 15px;
  color: #3F1477;
}
a.nav-link {
  text-transform: uppercase;
}
i.fa {
  font-size: 2rem;
  color: #fff;
  padding: 0.5rem;
}
h3.section-title {
  font-weight: 700;
  text-align: center;
  padding: 1rem 0;
  border-bottom: 1px solid #ddd;
  font-size: 2rem;
  color: #3F1477;
}
/* Hide mobile image on larger screens */
@media (min-width: 768px) {
  .mobile-img {
    display: none !important;
  }
}
/* Hide PC image on smaller screens */
@media (max-width: 767.98px) {
  .pc-img {
    display: none !important;
  }
  video {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  h2.section-title {
    font-size: 2.5rem;
    padding-bottom: 1rem;
  }
  .exterior .carousel-caption {
    top: 0;
    padding-left: 0;
  }
  .exterior .carousel-control-prev {
    left: 72%;
    z-index: 1000;
  }
  .exterior .carousel-control-next {
    right: 0;
    z-index: 1000;
  }
  .exterior .carousel-control-prev-icon {
    bottom: 0;
  }
  .exterior .carousel-control-next-icon {
    bottom: 0;
  }
  .pre-interior h2, .pre-safety h2, .pre-performmance h2, .pre-convenience h2 {
    font-size: 2.5rem;
    width: 100%;
  }
  .pre-interior p.sub-title, .pre-safety p.sub-title, .pre-performmance p.sub-title, .pre-convenience p.sub-title {
    font-size: 20px;
    width: 100%;
  }
  #interiorCarousel .carousel-item, #exteriorCarousel .carousel-item {
    height: 32rem;
  }
  .CTAs {
    display: none;
  }
  .pre-interior-torres h2, .pre-safety-torres h2, .pre-performmance-torres h2, .pre-convenience-torres h2 {
    width: 100%;
    font-size: 2.5rem;
  }
  .pre-interior-torres p.sub-title, .pre-safety-torres p.sub-title, .pre-performmance-torres p.sub-title, .pre-convenience-torres p.sub-title {
    width: 100%;
  }
  .columns-2 {
    column-count: 1;
    display: block;
  }
  .car-offer h3 {
    font-size: 2rem;
  }
  section.car-offer {
    padding: 2rem 0;
  }
}