/* ===== HERO LAYOUT CUSTOM ===== */

.hero-layout {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
  padding-top: 120px; /* evita conflicto con header fixed */
  z-index: 9;
  position: relative;
}

/* columna izquierda */
.cat_nav_hover {
  width: 240px;
  position: relative;
  z-index: 9;
}

.cat_nav_hover ul {
  display: flex !important;
  flex-direction: column !important;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cat_nav_hover ul li {
  width: 100% !important;
}

.cat_nav_hover .container-item {
  background: rgba(0,0,0,0.45);
  padding: 15px;
  border-radius: 12px;
  backdrop-filter: blur(6px);
  width: 100%;
  transition: all .3s ease;
  border: 1px solid rgba(255,255,255,0.12);
}

.cat_nav_hover .container-item:hover {
  transform: translateX(10px);
  background: rgba(255,255,255,0.12);
}

.cat_nav_hover .container-item h2 {
  font-size: 18px !important;
  margin-top: 10px;
  text-align: left;
  color: #fff;
}

/* columna derecha (texto principal) */
.hero-text {
  color: #fff;
  max-width: 480px;
  z-index: 9;
}

.hero-text h3 {
  font-size: 52px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.1;
}

.hero-text p {
  font-size: 20px;
  font-weight: 300;
  opacity: 0.9;
  margin-top: 10px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .hero-layout {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

  .cat_nav_hover {
    display: none !important;
  }

  .hero-text h3 {
    font-size: 32px;
  }

  .hero-text p {
    padding: 0 15px;
    font-size: 16px;
  }
}


/* Cards de servicios */
.service_card {
  background: #fff;
  border-radius: 18px;
  padding: 28px 24px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.service_card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255,78,0,0.12), transparent 55%);
  opacity: 0;
  transition: opacity .3s ease;
  z-index: 0;
}

.service_card:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.18);
}

.service_card:hover::before {
  opacity: 1;
}

.service_card h3 {
  margin-top: 18px;
  font-size: 20px;
  font-weight: 600;
  color: #1f1f1f;
  position: relative;
  z-index: 1;
}

.service_card p {
  font-size: 15px;
  color: #666;
  margin: 15px 0 18px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

.service_img {
  max-width: 130px;
  margin: 0 auto 10px;
  display: block;
  position: relative;
  z-index: 1;
}

.btn-service {
  display: inline-block;
  padding: 10px 22px;
  background: #ff4e00;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.3px;
  transition: background 0.3s ease, transform 0.2s ease;
  position: relative;
  z-index: 1;
}

.btn-service:hover {
  background: #e04300;
  transform: translateY(-2px);
}

/* Responsive pequeños ajustes */
@media (max-width: 767px) {
  .service_card {
    margin-bottom: 25px;
  }
}

/* WHY CHOOSE US */

.why_card {
  background: #fff;
  border-radius: 18px;
  padding: 22px 18px;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.why_card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top center, rgba(255,78,0,0.18), transparent 60%);
  opacity: 0;
  transition: opacity .3s ease;
  z-index: 0;
}

.why_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.16);
}

.why_card:hover::before {
  opacity: 1;
}

.why_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff5ee;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.why_icon img {
  max-width: 32px;
  max-height: 32px;
}

.why_card h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.why_card p {
  font-size: 14px;
  color: #020202;
  line-height: 1.6;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

/* Fondo general de la sección WHY CHOOSE US */
.why-section-bg {
  padding: 60px 25px;

  background-image: url("bannerseccion.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; /* efecto moderno tipo parallax */
  position: relative;
  overflow: hidden;
}

/* Capa oscura para contraste */
.why-section-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);  /* ajustable */
  backdrop-filter: blur(1px);
  z-index: 0;
}

/* Todo el contenido dentro estará encima */
.why-section-bg * {
  position: relative;
  z-index: 2;
}

/* Ajustes de título sobre fondo */
.why-section-bg p {
  color: #000000 !important;
}
/* Ajustes de título sobre fondo */
.why-section-bg h2 {
  color: #fffcfc !important;
}

/* Mantener cards blancas con pequeño borde */
.why_card {
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.3);
}

/* Mejor hover para destacar más */
.why_card:hover {
  background: rgba(255,255,255,1);
}
/* Responsive */
@media (max-width: 767px) {
  .why_card {
    margin-bottom: 20px;
  }
}


/* TOP DESTINATIONS GRID */

.destination-grid {
  row-gap: 25px;
}

.destination_card {
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 18px 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}

.destination_card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(252,91,98,0.10), rgba(0,84,166,0.08));
  opacity: 0;
  transition: opacity .3s ease;
  z-index: 0;
}

.destination_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 36px rgba(0,0,0,0.16);
}

.destination_card:hover::before {
  opacity: 1;
}

.destination_card h3 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.destination_card p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.dest_tag {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 3px 10px;
  font-size: 11px;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 999px;
  background: #fff3ec;
  color: #ff4e00;
  margin-bottom: 8px;
}

.route-links {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.route-link {
  font-size: 13px;
  font-weight: 500;
  color: #fc5b62;
  text-decoration: none;
}

.route-link:hover {
  color: #0054a6;
  text-decoration: underline;
}

.route-link--secondary {
  font-weight: 400;
  opacity: .85;
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .destination_card {
    margin-bottom: 10px;
  }
}


/* ===== FLEET SECTION ===== */

.fleet-section {
  background: linear-gradient(135deg, #012a4a, #036666);
  padding: 70px 0;
}

.fleet-section .main_title_2.light h2,
.fleet-section .main_title_2.light p {
  color: #fff;
}

.fleet-section .main_title_2 span em {
  background-color: #ffb703;
}

/* Cards */
.fleet_card {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 18px 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
  height: 100%;
}

.fleet_card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top center, rgba(255,183,3,0.22), transparent 60%);
  opacity: 0;
  transition: opacity .3s ease;
  z-index: 0;
}

.fleet_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.35);
}

.fleet_card:hover::before {
  opacity: 1;
}

.fleet_image {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.fleet_image img {
  max-width: 100%;
  height: auto;
}

.fleet_card h3 {
  font-size: 17px;
  font-weight: 600;
  color: #1f2933;
  margin: 8px 0;
  position: relative;
  z-index: 1;
}

.fleet_card p {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.fleet_specs {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  font-size: 13px;
  color: #6b7280;
  position: relative;
  z-index: 1;
}

.fleet_specs li::before {
  content: "•";
  color: #036666;
  margin-right: 4px;
}

/* Buttons */
.fleet_actions {
  display: flex;
  justify-content: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.btn-fleet {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  transition: all .25s ease;
}

.btn-fleet-whatsapp {
  background: #25D366;
}

.btn-fleet-whatsapp:hover {
  background: #1ebe57;
}

.btn-fleet-email {
  background: #ff6b35;
}

.btn-fleet-email:hover {
  background: #e75a27;
}

/* Responsive */
@media (max-width: 767px) {
  .fleet-section {
    padding: 50px 0;
  }
  .fleet_card {
    margin-bottom: 20px;
  }
}


/* FAQ SECTION */
.faq_section {
  background: #f5faf9;
  padding: 60px 0;
}

.faq_wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.faq_item {
  margin-bottom: 12px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.faq_question {
  width: 100%;
  background: #ffffff;
  border: none;
  text-align: left;
  font-size: 17px;
  padding: 18px 22px;
  cursor: pointer;
  font-weight: 600;
  color: #036666;
  position: relative;
}

.faq_question::after {
  content: "▾";
  position: absolute;
  right: 20px;
  top: 18px;
  font-size: 18px;
  transition: transform .3s ease;
}

.faq_item.open .faq_question::after {
  transform: rotate(-180deg);
}

.faq_answer {
  display: none;
  padding: 0 22px 18px;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

.faq_item.open .faq_answer {
  display: block;
}

.tripadvisor-badge {
  position: fixed;
  bottom: 40px;
  right: 35px;
  width: 140px;
  z-index: 9999;
  animation: floatBadge 4s ease-in-out infinite;
  filter: drop-shadow(0px 4px 12px rgba(0,0,0,0.25));
}

.tripadvisor-badge img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* Animación de flotación */
@keyframes floatBadge {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0px); }
}

/* Responsive: más pequeño en móvil */
@media (max-width: 768px) {
  .tripadvisor-badge {
    width: 100px;
    bottom: 20px;
    right: 20px;
  }
}


/* ===== CALL SECTION NUEVA ===== */

.call_section-new {
  position: relative;
  padding: 90px 0;
  margin-top: 40px;
  background-image: url("img/fondo-vans-erminio.jpg"); /* ← CAMBIA ESTA RUTA */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* capa oscura encima de la foto */
.call_section-new::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 0;
}

/* asegurar que el contenido quede encima */
.call_section-new .container,
.call_section-new .row,
.call_section-new .cta-card {
  position: relative;
  z-index: 1;
}

/* la card en sí */
.cta-card {
  background: #0b1120; /* casi negro azulado */
  color: #fff;
  border-radius: 18px;
  padding: 30px 32px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.35);
}
/* Animación sutil */
@keyframes floatCard {
  0% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}

/* texto SEO */
.cta-card h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 14px;
}

.cta-card p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #e5e7eb;
}

/* botón */
.cta-card .btn_1 {
  background-color: #ff4e00;
  border-radius: 999px;
  padding: 10px 26px;
  font-weight: 600;
  font-size: 15px;
}

.cta-card .btn_1:hover {
  background-color: #e04300;
}

/* responsive */
@media (max-width: 767px) {
  .call_section-new {
    padding: 70px 0;
  }
  .cta-card {
    margin-top: 15px;
  }
}


.destinations-table-wrapper {
    margin-top: 30px;
}

.destinations-table thead {
    background: #036666;
    color: #fff;
}

.destinations-table tbody tr.group-title td {
    background: #e7f5f3;
    font-weight: 700;
    color: #036666;
    font-size: 16px;
    text-transform: uppercase;
}

.btn-whatsapp {
    background: #25d366;
    padding: 6px 14px;
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
    text-decoration: none;
    font-size: 13px;
    transition: 0.3s ease;
}

.btn-whatsapp:hover {
    background: #1ebe57;
    color: #fff;
}
