.b-white {
  font-weight: bold;
  color: #ffffff; /* Blanco */
}

.b-gold {
  font-weight: bold;
  color: #d4af37; /* Dorado metálico */
}

.icon-gold {
  color: #d4af37;
  margin-right: 8px;
}

h3,
h4,
h5 {
  font-weight: 300;
  line-height: 1.3;
}

/* Versión blanca */
h3.heading-white,
h4.heading-white,
h5.heading-white {
  color: #ffffff;
}

/* Versión dorada */
h3.heading-gold,
h4.heading-gold,
h5.heading-gold {
  color: #d4af37;
}

/* Ícono de WhatsApp en blanco */
.whatsapp-white {
  color: #ffffff;
}

/* Ícono de WhatsApp en dorado */
.whatsapp-gold {
  color: #d4af37; /* Dorado metálico */
}

/* Ícono de flecha en blanco */
.arrow-white {
  color: #ffffff;
}

/* Ícono de flecha en dorado */
.arrow-gold {
  color: #d4af37; /* Dorado metálico */
}
.cars1 .item .con {
  background-color: #2a2a44 !important;
  padding: 30px 25px;
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 25px;
  margin-top: -20px;
}

.nav-scroll {
  background: #2a2a44 !important;
}

.section-padding1 {
  padding: 20px 0;
}

.testimonials .item {
  background: #2a2a44 !important;
}

.cars4 .car-list .item .content {
  background: #2a2a44 !important;
}

.car-list .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.car-list .content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.car-list .cont {
  flex-grow: 1;
}
.about .item1 {
  border-radius: 20px 20px 20px 20px;
}

.clients {
  border-radius: 20px;
}
.clients h3 {
  color: white;
  font-size: 34px;
}
.clients h3 > span {
  color: #d4af37;
}

.section-title1 {
  font-size: 24px;
  font-family: "Outfit", sans-serif;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.25em;
  font-weight: 300;
  margin-top: 15px;
}
.accordion-box .block {
  background: #2a2a44 !important;
}

.cars4 .car-list .item .content .cont .features {
  grid-template-columns: 100% !important;
}
.links.dark {
  border: 1px solid #d4af37 !important;
  border-radius: 20px !important;
}
.footer-contact-links-divider {
  background-color: #d4af37 !important;
}

.vivid-filter {
  filter: saturate(1.2) brightness(1.1) contrast(1.1) hue-rotate(5deg);
}

/* Aplica un filtro especial azulado a toda la imagen  */
.vivid-filter.blue {
  filter: saturate(0.8) brightness(1.4) contrast(1.2) hue-rotate(10deg);
}

.blog1 .item .wrapper {
  background-color: #2a2a44;
}
.annoucement-bar {
  background-color: var(--blue-primary);
  color: #ffffff;
  font-size: 14px;
  padding: 0px 0px;
  display:flex;
  justify-content:center;
  align-items:center;
  svg {
    margin-left: 10px;
    width: 15px;
    height: 15px;
  }
}
.text-sm {
  font-size: 14px;
}

.cta-header {
  width: 100%;
  display: flex;
  column-gap: 10px;
}
.cta-header:hover {
  width: 100%;
  display: flex;
  column-gap: 10px;
  cursor: pointer;
}
.cta-header .icon {
  min-width: 45px;
  max-width: 45px;
  max-height: 45px;
  min-height: 45px;
  border-radius: 50%;
  border: 3px solid var(--border-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--border-color);
}

.cta-header:hover .icon {
  background-color: var(--border-color);
  color: var(--blue-primary);
}
.cta-header:hover .text-help h5 {
  color: var(--border-color);
}


.cta-header .text-help {
  width: 100%;
}
.cta-header .text-help p {
  font-size: 12px;
  margin: 0;
  color: #fff;
}
.cta-header .text-help h5 {
  font-size: 16px;
  margin: 0;
  color: #fff;
  font-weight: 600;
}

.nav-links li a:hover {
  color: var(--border-color);
}

/* BLOG STYLES */
.btn--blog {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #d4af37; /* Dorado metálico */
  color: #ffffff; /* Blanco */
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

/* estilos para el home de miami elite */
.obj-fit-cover {
    width: 40%;
    bottom: 0px;
    background-color: red;
}
.btn--blog {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #d4af37; /* Dorado metálico */
  color: #ffffff; /* Blanco */
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

/*  */
.met-custom-selector-container {
    position: relative;
    width: 100%;
    padding-left: 10px;
    label {
        display: block;
        width: 100%;
    }
}
.met-custom-selector {
    position: absolute;
    left: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    border: 1px solid #d4af37;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background: white;
    z-index: 1;
    span {
        width: 100%;
        display: block;
        color: white;
        color: var(--blue-primary);
        padding: 2px 10px;
        background-color: white;

    }
    span:hover {
        background-color: var(--blue-primary);
        color: white;
    }
}
.met-time-placeholder {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: 500;
    background-color: var(--blue-secondary);
    border-radius: 8px;
    padding-left: 10px;
}

/* MOBILE NAV MENU */
.mobile-menu-container {
    position: absolute;
    top: 0px;
    right: 50px;
    background-color: #2a2a44;
    border: 1px solid #d4af37;
    border-radius: 8px;
    padding: 10px;
    z-index: 2;
    width: 80vw;
    height: 60vh;
    animation: fromLeft 0.3s ease-out;
    text-align: center;
}

@keyframes fromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.main-header {
  position: absolute;
  width: 100%;
  z-index: 10;
}
.main-header > nav {
  background: transparent!important;
}

/* AJUSTES NUEVOS */
.met-reservation-title {
    color: white;
    font-size: 20px;
    padding: 0px 50px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 4px;
}

.clients .client-title,
.client-title  {
    font-size: var(--title-h3);
}
.inner-container-reservation .client-title {
  flex-basis: 100%;
  text-align: center;
}

.main-title {
    font-size: 40px;
    @media only screen and (max-width: 768px) {
      font-size: 34px;
    }
}

.menu-button {
    width: fit-content;
    border-radius: var(--rounded-border);
    i {
        color: var(--background-color);
        font-size: 30px;
    }
}
flex-100 {
    flex-basis: 100%;
}

.subtitle-hero {
  display:flex;
  align-items:center;
  justify-content: center;
  column-gap: 10px;
  @media only screen and (max-width: 768px) {
    font-size: 16px;
    flex-wrap: wrap;
    display: none;
  }
}
.subtitle-hero p {
  line-height: 22px;
  display: flex;
  justify-content:center;
  align-items:center;
}
.subtitle-hero p:nth-child(1) {
  @media only screen and (max-width: 768px) {
    flex-basis: 200%;
  }
}
/* REMOVE DEFAULT INPUT STYLE FOR AUTOCOMPLETE */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid green;
  -webkit-text-fill-color: green;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}

.font-bold {
  font-weight: semi-bold; 
} 

.ui-datepicker-unselectable {
  opacity: 0.4;
}

.blog-card {
  background-color: var(--blue-secondary);
  border-radius: 20px;
  padding: 40px 20px;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  @media only screen and (max-width: 768px) {
    width: 90%;
    margin: 0 auto;
  }
}
.blog-card:hover {
  outline: 2px solid var(--border-color);
}
.blog-card .blog-title {
  color: white;
  text-align: left;
  @media only screen and (max-width: 768px) {
    font-size: 30px;
    line-height: 32px;
  }
}
.blog-card .subtitle {
  color: white;
  text-align: left;
  @media only screen and (max-width: 768px) {
    font-size: 14.5px;
  }
}
.blog-card .icon-blog {
  background-color: var(--border-color);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display:flex;
  justify-content:center;
  align-items:center;
  position: absolute;
  bottom: 10px;
  right: 10px;
  @media only screen and (max-width: 768px) {
    width: 40px;
    height: 40px;
  }
}
