:root {
    --section-space: 50px;
    --label-primary: #1a2b49;
    --col-gap: 20px;
    --size-h4: 24px;
    --size-h2: 36px;
    --size-h1: 48px;

    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 0.75;
    --tw-scale-y: 0.75;

}

#yachting-lifestyle2 {
    padding-top: 20svh;
    padding-bottom: var(--section-space);
    background-image: url(/static/theme2/img/yates/yachting-lifestyle-bg-mb.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

#yachting-lifestyle .section-heading {
    margin-bottom: 30px;
}

#yachting-lifestyle h2 {
    font-size: 2.25rem !important;
    line-height: 2.75rem;
    color: var(--label-primary);
    font-weight: 700;
    font-family: 'Adobe Caslon Pro', 'Times New Roman', serif;
}

h2 {
    font-family: 'Adobe Caslon Pro', 'Times New Roman', serif;
}

.KL_main-content .h2-heading {
    font-size: 30px;
    font-weight: 700;
}

.KL_main-content .h2-heading i {
    font-weight: 400;
    text-transform: none;
}

#yachting-lifestyle .section-heading p {
    font-size: 20px;
}

#yachting-lifestyle p{
    line-height: 1.6;
    font-weight: 400;
}

#yachting-lifestyle .yachting-lifestyle-img {
    margin-bottom: 50px;
}

#yachting-lifestyle .box-icon {
    display: flex;
    gap: 30px;
    margin-bottom: 15px;
}

#yachting-lifestyle .box-icon svg {
    width: 38px;
}

#yachting-lifestyle .box-icon > div {
    flex: 1;
}

.KL_main-content h4 {
    font-size: var(--size-h4);
    font-weight: 700;
}

#yachting-lifestyle .box-icon h4 {
    margin-bottom: 15px;
    text-transform: unset !important;
    font-family: 'Adobe Caslon Pro', 'Times New Roman', serif;
    font-size: 2rem;
}

#yachting-lifestyle .box-icon p {
    font-size: 16px;
    padding-right: 20px;
}

@media (min-width: 992px) {
    .KL_main-content .h2-heading {
        font-size: 60px;
    }

    .KL_main-content .h2-heading i {
        font-size: 50px;
    }

    #yachting-lifestyle .yachting-lifestyle-grid {
        display: flex;
        flex-wrap: wrap;
    }
    #yachting-lifestyle .yachting-lifestyle-grid .box-icon {
        display: block;
        width: 50%;
    }

    #yachting-lifestyle .yachting-lifestyle-grid .box-icon svg{
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    #yachting-lifestyle2 {
        background-image: url(/static/theme2/img/yates/yachting-lifestyle-bg.jpg);
    }
    #yachting-lifestyle > div {
        display: flex;
        word-spacing: normal !important;
    }

    #yachting-lifestyle .section-heading {
        margin-bottom: 50px;
    }

    #yachting-lifestyle > div > div {
        width: 50%;
    }

    .kl_visible-xs {
        display: none !important;
    }

    #yachting-lifestyle > div > div {
        width: 50%;
    }
}



.kl_col-gap {
    padding-left: var(--col-gap);
    padding-right: var(--col-gap);
}


.slider-coverflow {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider-coverflow-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slider-coverflow-slide {
  min-width: 60vw;
  height: 400px;
  margin: 0 15px;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  opacity: 0.5;
  transform: scale(0.9);
  transition: all 0.4s ease;
}

.slider-coverflow-slide.active {
  opacity: 1;
  transform: scale(1);
}

.slider-coverflow-track {
  display: flex;
  gap: 30px;
  transition: transform 0.6s ease-in-out;
  transform-style: preserve-3d;
  padding: 0 10vw;
}

.slider-coverflow-slide {
  flex: 0 0 60vw;
  height: 500px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  color: white;
  transform: scale(0.85);
  transition: transform 0.5s, opacity 0.5s;
  opacity: 0.5;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.slider-coverflow-slide.active {
  transform: scale(1);
  opacity: 1;
  z-index: 10;
}

.slider-coverflow-slide::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.35);
  transition: opacity 0.3s;
}

.slider-coverflow-slide.active::before {
  opacity: 0;
}

.slider-coverflow-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  max-width: 480px;
  z-index: 2;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.slider-coverflow-slide h2 {
  font-size: 36px;
  margin-bottom: 12px;
  font-weight: 700;
  color: #fff;
}

.slider-coverflow-slide p {
  font-size: 18px;
  line-height: 1.5;
  color: #f1f1f1;
}

/* Nueva navegación abajo */
.slider-coverflow-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  font-size: 14px;
  color: #333;
  gap: 40px;
  position: relative;
}

.slider-coverflow-navigation span {
  cursor: pointer;
  font-weight: 600;
  transition: color 0.3s ease;
}

.slider-coverflow-navigation span:hover {
  color: #000;
}

.slider-coverflow-progress {
  width: 80px;
  height: 2px;
  background-color: #ccc;
  position: relative;
}

.slider-coverflow-progress span {
  display: block;
  height: 100%;
  width: 40px;
  background-color: #000;
  transition: margin-left 0.5s ease-in-out;
}


    
    .accordion .card .card-header > div {
        padding: 15px 19px;
        font-weight: 600;
        font-size: 16px;
        color: #1b55e2;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
    }
    .accordion .card{
        max-width: 600px;
    }

    #faq {
        margin-top: 80px;
    }

    #faq .accordion .card {
        margin-bottom: 20px;
        border: 1px solid #ddd;
        border-radius: 8px;
    }

    #faq .accordion .card-header {
        background-color: #f8f9fa;
        border-bottom: none;
    }

    #faq .accordion .card-header .mb-0 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #faq .faq-q-title {
        color: var(--label-primary);
    }

    #faq .accordion .card-body {
        padding: 20px;
        font-size: 16px;
        line-height: 1.6;
        align-content: start;
    }

    .list-unstyled {
        padding-left: 0;
        margin-bottom: 0;
    }
    .list-unstyled li {
        margin-bottom: 10px;
        font-size: 1.5rem;
        line-height: 1.5;
        color: var(--bs-gray-700);
    }

    .list-unstyled li img {
        width: 24px; height: 24px; vertical-align: middle;
    }


    .form-hero-wrapper {
        background-color: #f5f7fa;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
        padding: 2rem;
    }

    .form-hero {
        position: relative;
        background-image: url('../img/yates/bag-form.png');
        background-repeat: no-repeat;
        background-size: contain; /* aquí limitamos que no se estire */
        background-position: center;
        width: 100%;
        max-width: 1600px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .form-box {
        background-color: #fff;
        padding: 3rem;
        /* border-radius: 1.5rem; */
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
        max-width: 500px;
        width: 100%;
        z-index: 2;
    }

    @media (max-width: 768px) {
        .form-box {
            padding: 2rem;
            border-radius: 1rem;
        }

        .form-hero {
            background-size: cover; /* permite mayor adaptabilidad en móviles */
        }
    }

    /* Estilos para las embnarcaciones */
.card-embarcacion {
     border-radius: 0px; 
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
  }

  .card-embarcacion:hover {
    transform: translateY(-5px);
  }

  .card-embarcacion .carousel-inner img {
    object-fit: cover;
    height: 100%;
  }

  .btn-reservar {
    background-color: #d9a25f;
    color: white;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }

  .btn-reservar:hover {
    background-color: #c3873e;
  }

  @media (max-width: 768px) {
   

    .card-embarcacion .carousel-inner img {
      max-height: 250px;
    }
  }

.carousel-control-prev-icon,.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 60% 60%;
  /* border-radius: 50%; */
}

.card-embarcacion .carousel-inner {
  height: 300px; /* puedes ajustar esta altura según tu diseño */
}

.carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  /* border-radius: 0; */
  min-height: 250px; /* asegura que las imágenes no se estiren */
}

#embarcaciones .item .text-dark{
    font-size: 1.5rem;
}

#embarcaciones .item .text-dark span {
    font-size: 1rem;
}