/**
 * ========================== CSS VARIABLES ==========================
 */
:root {
  /* Bootstrap Overrides */
  --bs-nav-link-font-size: 16px;
  --bs-primary: rgba(0, 146, 211, 1);
  --bs-primary-rgb: 0, 146, 211;
  --bs-accordion-bg: rgba(14, 14, 14, 1);

  /* Brand Colors */
  --primary-color: rgba(0, 146, 211, 1);
  --primary-hover: rgba(0, 47, 81, 1);
  --secondary-color: #9E3313;

  /* Neutral Colors */
  --dark-blue: #050B20;
  --dark-blue-alt: #0D3A5D;
  --white: #fff;
  --black: #000;
  --gray-light: #F6F6F6;
  --gray-medium: #F9F9F9;
  --gray-text: #726F6F;
  --gray-muted: #8a94a6;
  --gray-border: #E0E0E0;
  --gray-underline: #D9D9D9;

  /* Effects */
  --card-shadow: 0 8px 24px rgba(13,20,32,.12);
  --radius: 14px;

  /* Fonts */
  --font-primary: 'Inter', sans-serif;
  --font-secondary: 'DM Sans', sans-serif;
}

/**
 * ========================== BASE STYLES ==========================
 */
body {
  font-family: var(--font-primary);
  color: rgba(14, 14, 14, 1);
  background: rgba(248, 248, 248, 1)
}

/**
 * ========================== UTILITY CLASSES ==========================
 */

.bg-outgrid-light {
  background: var(--gray-light);
}

.fw-extrabold {
  font-weight: 800;
}

.youtube-embed {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.youtube-embed iframe {
  border-radius: .25em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-azul-dark {
  background: linear-gradient(270deg, rgba(0, 47, 81, 0.6) -0.83%, rgba(0, 47, 81, 0.995349) 58.91%, #002F51 100%);
  color: var(--white);
  font-size: 14px;
  line-height: 18px;
  padding: 110px 0 !important;
}

/**
 * ========================== HEADER ==========================
 */
header {
  background: var(--white);
  color: rgba(51, 51, 51, 1);
  height: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

header .logo {
  height: 60px;
}

/* Desktop Menu */
header .nav .nav-link {
  color: rgba(51, 51, 51, 1) !important;
  /* padding: 12px 24px !important; */
  border-radius: 0;
  transition: none;
  margin-right: 4px;
  border-bottom: 1px solid transparent;
  height: 100%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  header .nav {
    height: 100%;
  }
}

header .nav .nav-link:hover {
  background: none;
  color: rgba(51, 51, 51, 1) !important;
  border-bottom: 1px solid var(--primary-color);
}

/* Mobile Menu */
header .offcanvas .nav-link {
  color: var(--dark-blue) !important;
}

header .btn i {
  color: var(--primary-color) !important;
}

header .btn-close {
  color: var(--white) !important;
}

header a[data-bs-toggle="modal"] {
  color: var(--white) !important;
}

#headerTop {
  background: rgba(0, 47, 81, 1);
  color: var(--white);
  height: 32px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#headerTop a {
  color: var(--white);
  text-decoration: none;
  font-size: 14px;
}

/**
 * ========================== SEARCH MODAL ==========================
 */

#searchModal input {
  background: transparent;
  border-radius: 0;
  border-width: 0 0 2px;
  color: var(--white);
  box-shadow: none;
}

#searchModal input::placeholder {
  color: var(--white);
}

#searchModal .search-icon {
  position: absolute;
  right: 0; /* Position the icon inside the field */
  top: 50%;
  transform: translateY(-50%);
}

.section-search {
  margin: -40px 0 0;
}

.section-search .nav-link {
  color: rgba(102, 102, 102, 1);
  font-size: 18px;
  font-weight: 800;
  border-bottom: 1px solid transparent;
  padding: 10px 0px;
  margin: 0 15px 0 0;
}

.section-search .nav-link:hover, .section-search .nav-link.active {
  background: none;
  color: rgba(14, 14, 14, 1);
  border-bottom: 2px solid var(--primary-color);
}

.section-search input {
  border: 1px solid rgba(236, 237, 242, 1);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  background: var(--white);
  box-shadow: none;
}

.section-search input::placeholder {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: rgba(174, 174, 186, 1);
}

/**
 * ========================== FOOTER ==========================
 */

footer {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  padding-bottom: 0 !important;
}

footer .logo {
  width: 60%;
  margin-bottom: 30px;
}

footer strong {
  color: rgba(14, 14, 14, 1);
  font-weight: 700;
}

footer a {
  color: rgba(51, 51, 51, 1);
  text-decoration: none;
}

footer ul {
  columns: 2;
  column-gap: 30px;
  padding: 0;
  list-style-position: inside; /* Mantém os marcadores dentro da coluna */
}

footer .logo img {
  height: 55px;
}

footer h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(14, 14, 14, 1);
  text-decoration: underline 2px var(--primary-color);
  text-underline-offset: 14px;
}

footer .blue {
  background: rgba(0, 47, 81, 1);
  color: var(--white);
  font-size: 14px;
  line-height: 18px;
  padding: 10px 0;
}

/**
 * ========================== SECTIONS ==========================
 */

.section-pad {
  padding: 64px 0;
}

.section-title {
  padding: 16px 0;
}

.section-title small {
  font-family: var(--font-secondary);
  color: rgba(5, 11, 32, 1);
  border-bottom: 1px solid rgba(2, 122, 233, 1);
  margin: 0px auto 0.25rem;
  padding: 0 10px;
  display: inline-block;
}

.section-title h3 {
  font-weight: 700;
  font-family: var(--font-secondary);
}

/**
 * ============================================================
 * HOME PAGE
 * ============================================================
 */

/**
 * ========================== BANNER ==========================
 */

#banner {
  background: var(--dark-blue);
  padding: 20px 0;
}

#banner .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 335px;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 912px) {
  #banner .splide__slide img {
    max-width: unset;
  }
}

.internal-banner {
  background: #0D3A5D;
  padding: 60px 0;
  text-align: center;
  color: var(--white);
}

/**
 * ============================================================
 * SHOWROOM PAGE
 * ============================================================
 */

#showroom {
  padding-top: 32px;
}

[data-filter="filters"] .form-label {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
}

[data-filter="filters"] .form-control,
[data-filter="filters"] .form-select,
[data-filter="brands-list"] .form-control {
  padding: 1rem 1rem;
  font-size: 12px;
}

/**
 * ========================== BUTTONS ==========================
 */
.btn-meta {
  background: var(--primary-color);
  border: none;
  color: var(--white);
  transition: all 0.3s ease;
  font-weight: 600;
}

.btn-meta:hover {
  background: var(--primary-color);
  color: var(--white);
}

.btn-outline-meta {
  background: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  transition: all 0.3s ease;
  font-weight: 600;
}

.btn-outline-meta:hover {
  background: var(--primary-color);
  color: var(--white);
}

.btn-whatsapp,
.btn-whatsapp:hover {
  font-weight: 700;
  background: #2AB640;
  border: 1px solid #2AB640;
  color: var(--white);
  transition: all 0.3s ease;
}

.btn-whatsapp:hover {
  background: linear-gradient(225deg, #33CC00 0%, #336600 100%);
}

.btn-whatsapp-outline {
  background: transparent;
  border: 1px solid #2AB640;
  color: #2AB640;
  transition: all 0.3s ease;
  font-weight: 600;
}

.btn-whatsapp-outline:hover {
  background: #2AB640;
  color: var(--white);
}

.card-cta {
  background: var(--primary-color);
  color: var(--white);
  border: none;
  padding: .55rem 1rem;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}

.card-cta:hover {
  background: var(--primary-hover);
  color: var(--white);
}

.btn-white {
  background: var(--white);
  border: none;
  color: var(--primary-color);
  transition: all 0.3s ease;
  font-weight: 600;
}

.btn-white:hover {
  background: var(--gray-light);
  color: var(--primary-color);
}

.btn-white-outline {
  background: transparent;
  border: 1px solid var(--white);
  color: var(--white);
  transition: all 0.3s ease;
  font-weight: 600;
}

.btn-white-outline:hover {
  background: var(--white);
  color: var(--primary-color);
}

/**
 * ========================== BLOG CARDS ==========================
 */
.blog-card {
  border-radius: 12px;
  border: 1px solid var(--gray-border);
  overflow: hidden;
  padding: 10px;
}

.blog-card h6 {
  font-size: 24px;
  font-weight: 600;
  color: var(--black);
}

.blog-card img {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 6px;
}

.blog-card .meta {
  font-size: 14px;
  color: var(--gray-muted);
}

/**
 * ========================== VEHICLE PAGE ==========================
 */
#vehiclePage {
  padding-top: 32px;
}

#vehiclePage .splide__slide img {
  border-radius: 14px;
}

/* Vehicle Card on Vehicle Page */
#vehiclePage .card {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}

#vehiclePage .card-body {
  padding: 30px 40px;
}

#vehiclePage .card-footer {
  padding: 25px 40px;
  background: none;
  border-top: 1px solid #E0E0E0;
}

#vehiclePage .vehicle-brand img {
  width: 100px;
  height: auto;
  object-fit: contain;
}

#vehiclePage .vehicle-model h1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: rgba(0, 47, 81, 1);
}

#vehiclePage .vehicle-model h2 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: rgba(51, 51, 51, 1);
}

#vehiclePage .vehicle-info .vehicle-detail-item {
  margin-bottom: 22px;
}

#vehiclePage .vehicle-info .detail-label {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: rgba(14, 14, 14, 1);
}

#vehiclePage .vehicle-info .detail-value {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: rgba(14, 14, 14, 1);
}

#vehiclePage .vehicle-description {
  border-top: 1px solid #E0E0E0;
}

#vehiclePage h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  text-decoration: underline 2px rgba(0, 146, 211, 1);
  text-underline-offset: 20px;
  margin-bottom: 40px;
}

#vehicleCarousel {
  margin-bottom: -50px;
}

.vehicle-price {
  font-size: 36px;
}

.vehicle-price-mobile {
  font-size: 32px;
}

[data-outgrid="mobile-actions"] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(0, 47, 81, 1);
  padding: 10px;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #vehiclePage .card-body {
    padding: 30px 40px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Mobile specific styles */
@media (max-width: 575.98px) {}



/**
 * ========================== SPLIDE CAROUSEL ==========================
 */
.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.splide__arrow:hover {
  background: var(--primary-color);
  color: var(--white);
}

.splide__arrows_custom {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 26px;
}

.splide__arrow_custom {
  background: transparent;
  height: 40px;
  width: 55px;
  position: relative;
  transform: none;
  background-color: inherit !important;
}

.splide__arrow_custom.splide__arrow--prev {
  left: auto;
}

.splide__arrow_custom.splide__arrow--next {
  right: auto;
}

/** Arrow hover effects */
.splide__arrow_custom:hover img {
  opacity: 0;
}

.splide__arrow_custom::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.splide__arrow_custom:hover::after {
  opacity: 1;
}

.splide__arrow_custom.splide__arrow--prev::after {
  background-image: url('/img/arrows/arrow-left-hover.svg');
}

.splide__arrow_custom.splide__arrow--next::after {
  background-image: url('/img/arrows/arrow-right-hover.svg');
}

/**
 * ========================== AZUL ARROWS ==========================
 */
.splide__arrows.splide__arrows-azul .splide__arrow {
  background: none;
  opacity: 1;
  height: 2.5em;
  width: 2.5em;
}

.splide__arrows.splide__arrows-azul .splide__arrow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  border: none;
}

.splide__arrows.splide__arrows-azul .splide__arrow--prev {
  left: 2em;
}
.splide__arrows.splide__arrows-azul .splide__arrow--prev img {
  transform: scaleX(-1);
}

.splide__arrows.splide__arrows-azul .splide__arrow--next {
  right: 2em;
}

.splide__arrows.splide__arrows-azul .splide__arrow:hover::after {
  opacity: 0;
}

.splide__arrows.splide__arrows-azul .splide__arrow:hover::after {
  opacity: 1;
}

.splide__arrows.splide__arrows-azul .splide__arrow--prev::after {
  background-image: url('/img/arrows/azul-arrow-hover.svg');
  transform: scaleX(-1);
}

.splide__arrows.splide__arrows-azul .splide__arrow--next::after {
  background-image: url('/img/arrows/azul-arrow-hover.svg');
}

/**
 * ========================== MARCAS (showroom page) ==========================
 */
 .marca-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #efefef;
  border-radius: 12px;
}

.marca-name {
  position: absolute;
  bottom: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
}

.offcanvas {
  overflow: hidden;
}

.marcas-ver-todas {
  color: var(--black);
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.marca-list {
  transition: transform 0.3s ease-in-out;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: white;
}

.marca-list .card-body {
  height: calc(100% - 70px);
}

.marca-list ul {
  margin-bottom: 0;
}

.marca-list li a {
  color: #333;
  text-decoration: none;
  padding: 0.8rem 0;
  display: block;
  border-bottom: 1px solid #eee;
}

.marca-list li a.active, 
.marca-list li a:hover {
  color: var(--primary-color);
  background-color: #f8f9fa;
  padding-left: 0.5rem;
  transition: all 0.2s ease;
}

/**
 * ========================== FILTERS ==========================
 */
.filters-sidebar {
  overflow: hidden;
}

.meta-scroll {
  flex: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.marca-filter-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #efefef;
  aspect-ratio: 1;
  font-size: 12px;
  text-decoration: none;
}

.marca-filter-container.active {
  border: 1px solid;
}

.marca-filter-container:hover {
  box-shadow: 0 4px 8px 0 rgba(106, 105, 119, .16);
  cursor: pointer;
}

.marca-filter-container img {
  padding: 0px 12px;
}

.marca-filter-container p {
  color: var(--black);
  margin: 0;
}

.marca-filter-container:hover {
  box-shadow: 0 4px 8px 0 rgba(106, 105, 119, .16);
  cursor: pointer;
}

/**
 * ========================== VEHICLE CARDS ==========================
 */
.car-card {
  border: 0;
  border-radius: 12px;
  overflow: hidden;
  background: var(--white);
}

.car-card .thumb {
  aspect-ratio: 16/10;
  object-fit: cover;
  width: 50%;
  border-radius: 12px 0 0 12px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .car-card .thumb {
    border-radius: 12px 12px 0 0;
    width: 100%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}


.car-card .car-model h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: rgba(0, 47, 81, 1);
  margin-bottom: 0px;
}

.car-card .car-model .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: rgba(108, 108, 108, 1);
}

.car-card .car-info {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
}

.car-card .car-info i {
  color: var(--black);
  margin-right: 4px;
}

.car-card .price {
  font-size: 20px;
  line-height: 18px;
  font-weight: 700;
  color: var(--black);
}

.car-card .card-badge {
  background: rgba(0, 47, 81, 1);
  border-radius: 0 0 12px 12px;
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  color: var(--white);
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 4px 0;
}

/**
 * ========================== PAGINATION ==========================
 */
.pagination {
  display: flex;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  flex-wrap: wrap;
}

.pagination .page-item {
  margin: 0;
}

.pagination .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  color: var(--dark-blue-alt);
  background: var(--white);
  border: 2px solid var(--gray-border);
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.pagination .page-link:hover:not(.disabled) {
  background: var(--dark-blue-alt);
  color: var(--white);
  border-color: var(--dark-blue-alt);
}

.pagination .page-item.active .page-link {
  background: var(--dark-blue-alt);
  color: var(--white);
  border-color: var(--dark-blue-alt);
  box-shadow: 0 2px 6px rgba(13, 58, 93, 0.2);
}

.pagination .page-item.disabled .page-link,
.pagination .page-link.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  background: var(--gray-light);
  color: var(--gray-text);
  border-color: var(--gray-border);
}

.pagination .page-link:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(13, 58, 93, 0.1);
}

.pagination .page-item.disabled .page-link:hover {
  background: var(--gray-light);
  color: var(--gray-text);
  border-color: var(--gray-border);
  transform: none;
  box-shadow: none;
}

/* Ellipsis styling */
.pagination .page-item.disabled .page-link span {
  color: var(--gray-text);
  font-weight: 600;
}

/* Ícones de navegação */
.pagination .page-link .bi {
  font-size: 14px;
}

.pagination .page-link.prev-link,
.pagination .page-link.next-link {
  font-weight: 600;
  gap: 4px;
  padding: 0 10px;
}

/* Responsivo */
@media (max-width: 575.98px) {
  .pagination {
    gap: 3px;
  }
  
  .pagination .page-link {
    min-width: 32px;
    height: 32px;
    padding: 0 8px;
    font-size: 13px;
  }
  
  .pagination .page-link.prev-link,
  .pagination .page-link.next-link {
    padding: 0 8px;
  }
  
  .pagination .page-link.prev-link span:not(.bi),
  .pagination .page-link.next-link span:not(.bi) {
    display: none;
  }
  
  .pagination .page-link .bi {
    font-size: 13px;
  }
}

/**
 * ========================== RESPONSIVE DESIGN ==========================
 */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #vehiclePage .vehicle-model h1 {
    font-size: 40px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Mobile specific styles */
@media (max-width: 575.98px) {  
  .section-pad {
    padding: 40px 0;
  }
}

/**
 * ========================== NOUI SLIDER ==========================
 */

.meta-slider.noUi-horizontal {
  height: 4px;
  margin: 0 8px;
}

.meta-slider .noUi-connect {
  background: rgba(0, 47, 81, 1);
}

.meta-slider.noUi-horizontal .noUi-handle {
  height: 14px;
  width: 14px;
  top: -6px;
  right: -7px; /* half the width */
  border-radius: 9px;
  background: rgba(0, 47, 81, 1);
  box-shadow: none;
  border: none;
}

.meta-slider.noUi-horizontal .noUi-handle:before, 
.meta-slider.noUi-horizontal .noUi-handle:after {
  content: none;
}

/* Mobile specific styles */
@media (max-width: 575.98px) {
  .about-box .img-side {
    min-height: 220px;
  }
}

[data-filter="year-values"],
[data-filter="price-values"] {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  color: rgba(137, 137, 137, 1);
}

/**
 * ========================== WHATSAPP ==========================
 */
/* Botão Flutuante WhatsApp */
.whatsapp-float-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  animation: whatsappPulse 2s infinite;
}

.whatsapp-float-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #25D366;
  color: white;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.whatsapp-float-button a:hover {
  background: #128C7E;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
  color: white;
  text-decoration: none;
}

.whatsapp-float-button a i {
  font-size: 28px;
  z-index: 2;
  position: relative;
}

.whatsapp-float-button a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.2) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.whatsapp-float-button a:hover::before {
  transform: translateX(100%);
}

.whatsapp-tooltip {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  background: #333;
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}

.whatsapp-tooltip::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: #333;
}

.whatsapp-float-button:hover .whatsapp-tooltip {
  opacity: 1;
  visibility: visible;
  right: 75px;
}

/* Animação de pulso */
@keyframes whatsappPulse {
  0% {
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
      box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* Responsividade para o botão WhatsApp */
@media (max-width: 768px) {
  .whatsapp-float-button {
      bottom: 15px;
      right: 15px;
  }
  
  .whatsapp-float-button a {
      width: 50px;
      height: 50px;
  }
  
  .whatsapp-float-button a i {
      font-size: 24px;
  }
  
  .whatsapp-tooltip {
      display: none; /* Esconder tooltip em mobile */
  }
}

/* Animação de entrada */
@keyframes whatsappSlideIn {
  from {
      transform: translateX(100px);
      opacity: 0;
  }
  to {
      transform: translateX(0);
      opacity: 1;
  }
}

.whatsapp-float-button {
  animation: whatsappSlideIn 0.5s ease-out, whatsappPulse 2s infinite 1s;
}

/**
 * ========================== PRICE VISIBILITY ==========================
 * Esconde preços quando o usuário está logado
 */
body.user-logged-in .vehicle-price-element {
  display: none !important;
}

/* Permite exibir preço individual quando o usuário clicar no botão */
body.user-logged-in .vehicle-price-element.show-price {
  display: block !important;
}

/**
 * ========================== DIVIDER (desktop only) ==========================
 */
.divider {
  background: #FFF;
  height: 80px;
  position: relative;
  overflow: hidden;
}
.divider::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.divider-top {
  background: #FFF;
  margin-bottom: -20px;
}
.divider-top::before {
  background-color: var(--gray-light);
  transform: skewY(25deg);
  transform-origin: top center;
  height: 100vw;
}
.divider-bottom {
  background: var(--gray-light);
  height: 50px;
  margin-top: -50px;
}
.divider-bottom::before {
  background-color: #FFF;
  transform: skewY(25deg);
  transform-origin: 350px;
  height: 100vw;
}

/**
 * ========================== ACCORDION ==========================
 */

.accordion.meta-accordion {
  --bs-accordion-color: #656565;
  --bs-accordion-bg: transparent;
  /* --bs-accordion-transition: all 0.3s ease; */
  /* --bs-accordion-border-color: var(--gray-border); */
  --bs-accordion-border-width: 0;
  /* --bs-accordion-border-radius: var(--radius); */
  /* --bs-accordion-inner-border-radius: var(--radius); */
  --bs-accordion-btn-padding-x: 0rem;
  --bs-accordion-btn-padding-y: 2rem;
  /* --bs-accordion-btn-color: var(--gray-text); */
  /* --bs-accordion-btn-bg: var(--gray-light); */
  /* --bs-accordion-btn-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='16' fill='none' stroke='#000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M9.947 1v14'/><path d='M1 8h17.895'/></svg>"); */
  /* --bs-accordion-btn-icon-width: 1rem; */
  /* --bs-accordion-btn-icon-transform: none; */
  /* --bs-accordion-btn-icon-transition: all 0.3s ease; */
  /* --bs-accordion-btn-active-icon: none; */
  /* --bs-accordion-btn-focus-box-shadow: none; */
  --bs-accordion-body-padding-x: 0rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--primary-color);
  --bs-accordion-active-bg: var(--gray-light);
}


@media (min-width: 992px) {
  .accordion.meta-accordion {
    padding-right: 50px;
  }
}

.meta-accordion .accordion-button {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #E0E0E0;
}

.meta-accordion .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #E0E0E0;
}

.meta-title {
  color: rgba(0, 47, 81, 1);
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}

.meta-section-title {
  font-size: 64px;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
  font-family: 'Oxanium', sans-serif;
}

.meta-section-text {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}

.contact-form {
  border: 0;
  padding: 40px;
  background: rgba(0, 47, 81, 1);
  color: var(--white);
  font-size: 14px;
}

.contact-form h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 30px;
}