﻿/* Black Cat Hostal brand layer over Cappa template.
   Keeps fonts/layout; remaps gold accent + logo feel to Black Cat. */

:root {
  --bc-accent: #ff823a;
  --bc-accent-hover: #e56f28;
  --bc-accent-soft: rgba(255, 130, 58, 0.2);
  --bc-dark: #131313;
  --bc-text: #454545;
}

/* Virgen del San Cristóbal: keep the statue head in frame */
.bc-reservation-virgen {
  background-size: cover !important;
  background-position: center 6% !important;
  background-repeat: no-repeat !important;
}

/* Readable white text over bright sky / Virgen photo */
.bc-reservation-virgen h5,
.bc-reservation-virgen p,
.bc-reservation-virgen small,
.bc-reservation-virgen .reservations .text p,
.bc-reservation-virgen .reservations .text a,
.bc-reservation-virgen .reservations .icon,
.bc-reservation-virgen .reservations .icon span {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}

@media (max-width: 767px) {
  .bc-reservation-virgen {
    background-position: center 2% !important;
  }
}

/* Core Cappa gold (#aa8453) â†’ Black Cat orange */
a:hover,
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.active:hover,
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar .navbar-nav .dropdown-menu .dropdown-item.active,
.section-subtitle,
.section-subtitle span,
.star-rating,
.star-rating:before,
.reservations .icon,
.reservations a,
.footer-contact-phone,
.footer-contact-mail,
.footer a:hover,
.butn-dark:hover span,
.butn-dark2:hover span,
.accordion-box .block .acc-btn.active,
.pricing-card .amount,
.menu-info .price,
.page-list-icon span,
.single-facility span,
.news .item .con .category a,
.news2 .post-cont .tag,
.btn-line a,
.link-btn,
.go-back a:hover {
  color: var(--bc-accent) !important;
}

.butn-dark a,
.butn-dark button,
.butn-dark span,
.butn-dark2,
.butn-dark2 span,
.btn-form1-submit,
.owl-dot.active,
.owl-theme .owl-dots .owl-dot.active span,
.booking-wrapper .btn-form1-submit,
.loader,
.progress-wrap::after {
  border-color: var(--bc-accent) !important;
}

.butn-dark a,
.butn-dark button,
.butn-dark2,
.btn-form1-submit,
.owl-theme .owl-dots .owl-dot.active span,
.header.slider-fade .owl-dots .owl-dot.active,
.header.slider .cappa-page-slider-dots .owl-dot.active,
.accordion-box .block .acc-btn:before,
.comming form button {
  background-color: var(--bc-accent) !important;
  background: var(--bc-accent) !important;
}

.butn-dark a:hover,
.butn-dark button:hover,
.butn-dark2:hover,
.btn-form1-submit:hover,
.comming form button:hover {
  background-color: var(--bc-accent-hover) !important;
  background: var(--bc-accent-hover) !important;
  border-color: var(--bc-accent-hover) !important;
}

.butn-light a:hover,
.butn-light span:hover {
  background: var(--bc-accent) !important;
  border-color: var(--bc-accent) !important;
  color: #fff !important;
}

/* Stars / icons that use the gold fill */
.star-rating,
.star-rating:before {
  color: var(--bc-accent) !important;
}

/* Booking & forms */
.booking-wrapper,
.booking-box .head-box,
.select1_inner select:focus,
.input1_inner input:focus,
.form-control:focus,
.contact__form input:focus,
.contact__form textarea:focus {
  border-color: var(--bc-accent) !important;
}

.btn-form1-submit,
.booking-box .btn-form1-submit {
  background: var(--bc-accent) !important;
  border-color: var(--bc-accent) !important;
}

.btn-form1-submit:hover {
  background: var(--bc-accent-hover) !important;
}

/* Dark sections keep the same structure; accent shifts to orange */
.bg-blck .section-subtitle span,
.bg-blck .section-title span,
.bg-blck a:hover {
  color: var(--bc-accent) !important;
}

.pricing.bg-blck .pricing-card .amount,
.pricing .amount span {
  color: var(--bc-accent) !important;
}

/* Preloader spinner ring */
.loader {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.loader span {
  border-top-color: var(--bc-accent) !important;
}

/* Local override file accents */
.header.slider-fade .owl-dots .owl-dot.active,
.header.slider .cappa-page-slider-dots .owl-dot.active {
  background: var(--bc-accent) !important;
  border-color: var(--bc-accent) !important;
}

.cappa-menu-tabs .item.active h6,
.restaurant-menu .cappa-menu-tabs .item.active {
  color: var(--bc-accent) !important;
}

/* Logo sizing for Black Cat mark (official asset is wide/short; keep sharp) */
.navbar .logo-wrapper {
  display: flex;
  align-items: center;
}

.navbar .logo-wrapper .logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.navbar .logo-img,
.logo-wrapper .logo-img,
.logo-img {
  width: 155px !important;
  max-width: 155px !important;
  height: auto !important;
  max-height: 52px !important;
  padding: 5px 0 !important;
  object-fit: contain !important;
  object-position: left center !important;
  background: transparent !important;
  image-rendering: -webkit-optimize-contrast;
}

.navbar.nav-scroll .logo-img,
.nav-scroll .logo-img {
  width: 140px !important;
  max-width: 140px !important;
  max-height: 48px !important;
  padding: 3px 0 !important;
}

@media (max-width: 991px) {
  .navbar .logo-img,
  .logo-wrapper .logo-img,
  .logo-img {
    width: 135px !important;
    max-width: 135px !important;
    max-height: 46px !important;
    padding: 4px 0 !important;
  }
}

/* Full-height page banners (match Restaurant hero) */
.banner-header.header,
.banner-header {
  height: 100vh !important;
  min-height: 100vh !important;
  overflow: hidden;
  background-size: cover !important;
  background-position: center center !important;
}

.banner-header .arrow {
  position: absolute;
  bottom: 4%;
  left: 0;
  right: 0;
  z-index: 5;
}

/* About gallery â€” clean portrait frames, no stretch */
.bc-about-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: end;
  max-width: 520px;
  margin-left: auto;
}

.bc-about-gallery__item {
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #eee;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.bc-about-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bc-about-gallery__item--a {
  aspect-ratio: 3 / 4;
  transform: translateY(28px);
}

.bc-about-gallery__item--b {
  aspect-ratio: 3 / 4;
  transform: translateY(-8px);
}

@media (max-width: 991px) {
  .bc-about-gallery {
    max-width: 100%;
    margin: 10px auto 0;
    gap: 14px;
  }

  .bc-about-gallery__item--a,
  .bc-about-gallery__item--b {
    transform: none;
  }
}

@media (max-width: 575px) {
  .bc-about-gallery {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

/* Google Reviews */
.bc-google-reviews .background {
  background-position: center center;
}

.bc-google-reviews__box {
  padding-top: 20px;
}

.bc-google-reviews__panel {
  margin-bottom: 24px;
  padding: 22px 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.bc-google-reviews__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.bc-google-reviews__google {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.bc-google-reviews__brand h6 {
  margin: 0;
  color: #222;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
}

.bc-google-reviews__wordmark {
  display: block;
  width: 74px;
  height: 24px;
  object-fit: contain;
}

.bc-google-reviews__brand p {
  margin: 3px 0 0;
  color: #666;
  font-size: 13px;
  line-height: 1.35;
}

.bc-google-reviews__score {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-top: 4px;
}

.bc-google-reviews__number {
  font-family: 'Gilda Display', serif;
  font-size: 64px;
  line-height: 1;
  color: #222;
  min-width: 110px;
}

.bc-google-reviews__meta p {
  margin: 6px 0 12px;
  color: #555;
  font-size: 14px;
}

.bc-google-reviews__stars .star-rating.is-empty,
.bc-google-reviews .star-rating.is-empty {
  opacity: 0.28;
}

.bc-google-reviews__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bc-google-reviews__actions a {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 999px;
  color: #222;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: #fff;
}

.bc-google-reviews__actions a.is-primary {
  border-color: var(--bc-accent);
  background: var(--bc-accent);
  color: #fff;
}

.bc-google-reviews__content {
  padding: 28px 26px 24px;
  border-radius: 16px;
  background: rgba(18, 18, 18, 0.72);
  backdrop-filter: blur(4px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.bc-google-reviews__content .head-box h6,
.bc-google-reviews__content .head-box h4,
.bc-google-reviews__content .item p,
.bc-google-reviews__content .item .info h6,
.bc-google-reviews__content .item .info span {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.bc-google-reviews__content .item p {
  font-size: 17px;
  line-height: 1.7;
  max-width: 52rem;
}

.bc-google-reviews__card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.bc-google-reviews__source {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bc-google-reviews__time {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
}

.bc-google-reviews__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #ff823a;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.bc-google-reviews__loading {
  padding: 24px 0 10px;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
}

.bc-google-reviews__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.bc-google-reviews__dots .owl-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
}

.bc-google-reviews__dots .owl-dot.active {
  background: var(--bc-accent);
}

@media (max-width: 767px) {
  .bc-google-reviews__panel,
  .bc-google-reviews__content {
    padding: 18px 16px;
  }

  .bc-google-reviews__score {
    flex-direction: column;
    align-items: flex-start;
  }

  .bc-google-reviews__number {
    font-size: 52px;
  }

  .bc-google-reviews__content .item p {
    font-size: 15px;
  }
}

/* TripAdvisor Reviews */
.bc-ta-reviews {
  --ta-green: #00aa6c;
  --ta-mint: #34e0a1;
  --ta-ink: #000000;
  position: relative;
  overflow: hidden;
}

.bc-ta-reviews__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.bc-ta-reviews__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 40, 28, 0.72);
}

.bc-ta-reviews .container {
  position: relative;
  z-index: 1;
}

.bc-ta-reviews__box {
  padding: 8px 0 0;
  background: transparent;
  box-shadow: none;
}

.bc-ta-reviews__panel {
  margin-bottom: 22px;
  padding: 22px 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  border-top: 4px solid var(--ta-mint);
}

.bc-ta-reviews__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.bc-ta-reviews__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 52px;
  height: 34px;
  background: transparent;
}

.bc-ta-reviews__logo img {
  display: block;
  width: 52px;
  height: 34px;
  object-fit: contain;
}

.bc-ta-wordmark {
  display: block;
  width: 168px;
  height: 26px;
  object-fit: contain;
}

.bc-ta-reviews__brand h6 {
  margin: 0;
  color: #000;
  font-size: inherit;
  letter-spacing: 0;
  text-transform: none;
}

.bc-ta-reviews__brand p {
  margin: 5px 0 0;
  color: #555;
  font-size: 13px;
  line-height: 1.35;
}

.bc-ta-reviews__score {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 4px 0 0;
  border: 0;
  background: transparent;
}

.bc-ta-reviews__number {
  font-family: 'Gilda Display', serif;
  font-size: 64px;
  line-height: 1;
  color: #000;
  min-width: 110px;
}

.bc-ta-reviews__meta p {
  margin: 6px 0 12px;
  color: #444;
  font-size: 14px;
}

.bc-ta-reviews__bubbles {
  display: flex;
  gap: 6px;
}

.bc-ta-reviews__bubbles--sm {
  margin-bottom: 10px;
}

.bc-ta-bubble {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--ta-green);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
}

.bc-ta-bubble.is-empty {
  background: #d9d9d9;
  box-shadow: none;
}

.bc-ta-reviews__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bc-ta-reviews__actions a {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 999px;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: #fff;
}

.bc-ta-reviews__actions a.is-primary {
  border-color: var(--ta-green);
  background: var(--ta-green);
  color: #fff;
}

.bc-ta-reviews__content {
  padding: 28px 26px 24px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(4px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.bc-ta-reviews__head {
  margin-bottom: 18px;
}

.bc-ta-reviews__head .section-subtitle {
  color: var(--ta-mint) !important;
}

.bc-ta-reviews__head .section-title,
.bc-ta-reviews__head .section-title span {
  color: #fff !important;
}

.bc-ta-reviews__carousel {
  position: relative;
  min-height: 220px;
}

.bc-ta-reviews__item {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease;
}

.bc-ta-reviews__item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.bc-ta-reviews__card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.bc-ta-reviews__source {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
}

.bc-ta-reviews__source img {
  flex-shrink: 0;
  width: 22px;
  height: 14px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.bc-ta-reviews__time {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
}

.bc-ta-reviews__item h5 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 20px;
}

.bc-ta-reviews__item p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.7;
}

.bc-ta-reviews__author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.bc-ta-reviews__avatar-wrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid var(--ta-mint);
}

.bc-ta-reviews__avatar-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bc-ta-reviews__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--ta-green);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.bc-ta-reviews__author strong {
  display: block;
  color: #fff;
  font-size: 15px;
}

.bc-ta-reviews__author span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.bc-ta-reviews__loading {
  padding: 24px 0 10px;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
}

.bc-ta-reviews__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.bc-ta-reviews__dots .owl-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
}

.bc-ta-reviews__dots .owl-dot.active {
  background: var(--ta-mint);
}

@media (max-width: 767px) {
  .bc-ta-reviews__panel,
  .bc-ta-reviews__content {
    padding: 18px 16px;
  }

  .bc-ta-reviews__score {
    flex-direction: column;
    align-items: flex-start;
  }

  .bc-ta-reviews__number {
    font-size: 52px;
  }

  .bc-ta-wordmark {
    width: 140px;
    height: 22px;
  }

  .bc-ta-reviews__item p {
    font-size: 15px;
  }
}

/* Coming soon / 404 accent stroke */
.comming h1 {
  -webkit-text-stroke: 1px var(--bc-accent) !important;
}

.comming form input {
  border-color: var(--bc-accent) !important;
}

.comming form button {
  background-color: var(--bc-accent) !important;
}

/* Footer bottom subtle brand */
.footer-bottom-copy-right a {
  color: var(--bc-accent) !important;
}

/* â€”â€” Video section: ConÃ³cenos por dentro â€”â€” */
.bc-video {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bc-video__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  image-rendering: auto;
  transform: scale(1.02);
  transition: transform 8s ease;
}

.bc-video:hover .bc-video__bg {
  transform: scale(1.08);
}

.bc-video__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(19, 19, 19, 0.55) 0%, rgba(19, 19, 19, 0.35) 45%, rgba(19, 19, 19, 0.7) 100%),
    radial-gradient(ellipse at center, rgba(255, 130, 58, 0.18) 0%, transparent 65%);
  pointer-events: none;
}

.bc-video__content {
  position: relative;
  z-index: 2;
}

.bc-video__stars {
  display: inline-block;
  margin-bottom: 8px;
  letter-spacing: 4px;
}

.bc-video .section-subtitle span,
.bc-video .section-title span {
  color: #fff !important;
}

.bc-video .section-subtitle {
  margin-bottom: 8px;
}

.bc-video .section-title {
  margin-bottom: 18px;
}

.bc-video__lead {
  color: rgba(255, 255, 255, 0.88);
  font-family: 'Barlow', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  max-width: 520px;
  margin: 0 auto 36px;
}

.bc-video__play {
  position: relative;
  width: 92px;
  height: 92px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bc-video__play-icon {
  position: relative;
  z-index: 2;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  font-size: 28px;
  backdrop-filter: blur(6px);
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.bc-video__play-icon i {
  margin-left: 4px;
}

.bc-video__play:hover .bc-video__play-icon {
  background: var(--bc-accent);
  border-color: var(--bc-accent);
  transform: scale(1.06);
}

.bc-video__play-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.45);
  animation: bc-video-pulse 2.4s ease-out infinite;
}

.bc-video__play-ring--delay {
  animation-delay: 1.2s;
}

@keyframes bc-video-pulse {
  0% {
    transform: scale(0.92);
    opacity: 0.85;
  }
  100% {
    transform: scale(1.55);
    opacity: 0;
  }
}

.bc-video-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  animation: bc-video-fade 0.25s ease;
}

@keyframes bc-video-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

.bc-video-modal__close {
  position: absolute;
  top: 22px;
  right: 28px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.bc-video-modal__close:hover {
  background: var(--bc-accent);
}

.bc-video-modal__frame {
  width: min(960px, 100%);
  aspect-ratio: 16 / 9;
  background: #000;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}

.bc-video-modal__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Language switcher â€” same typography as the template nav links */
.bc-lang-nav {
  position: relative;
  display: flex;
  align-items: center;
}

.bc-lang-trigger {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.4s;
}

.bc-lang-trigger:hover,
.bc-lang-nav.open .bc-lang-trigger {
  color: var(--bc-accent);
}

.bc-lang-trigger .ti-angle-down {
  font-size: 9px;
}

.bc-lang-flag {
  width: 22px;
  height: 15px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
  display: block;
  flex-shrink: 0;
}

.nav-scroll .bc-lang-trigger {
  color: #222;
}

.nav-scroll .bc-lang-trigger:hover,
.nav-scroll .bc-lang-nav.open .bc-lang-trigger {
  color: var(--bc-accent);
}

.bc-lang-menu {
  position: absolute;
  z-index: 1001;
  top: calc(100% + 10px);
  right: 0;
  width: 170px;
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.16);
}

.bc-lang-menu button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 9px 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #222;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: left;
  cursor: pointer;
}

.bc-lang-menu button:hover,
.bc-lang-menu button.active {
  background: #fff3ec;
  color: var(--bc-accent);
}

.bc-lang-menu button .ti-check {
  margin-left: auto;
  font-size: 11px;
}

.footer-language {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  width: auto;
  margin-top: 30px;
}

.footer-language-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
}

.footer-language-flag img {
  width: 28px;
  height: 19px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
  display: block;
}

.footer-language-flag:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.footer-language-flag.active {
  border-color: var(--bc-accent);
  background: rgba(255, 130, 58, 0.15);
}

@media (min-width: 768px) and (max-width: 991px) {
  .bc-lang-nav {
    align-items: flex-start;
    margin: 10px 0 6px;
  }

  .bc-lang-trigger {
    color: #222;
    padding-left: 0;
  }

  .bc-lang-menu {
    position: static;
    margin-left: 8px;
  }
}

@media (max-width: 767px) {
  .bc-video {
    min-height: 440px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .bc-video__lead {
    font-size: 15px;
    margin-bottom: 28px;
  }

  .bc-lang-nav {
    align-items: flex-start;
    margin: 10px 0 6px;
  }

  .bc-lang-trigger {
    color: #222;
    padding-left: 0;
  }

  .bc-lang-menu {
    position: static;
    margin-left: 8px;
  }
}

/* Traveler photos collage */
.bc-traveler-collage {
  background:
    radial-gradient(ellipse at top, rgba(0, 43, 17, 0.05), transparent 55%),
    linear-gradient(180deg, #f7f5f2 0%, #efeae4 100%);
  overflow: hidden;
}

.bc-traveler-collage__head {
  max-width: 42rem;
  margin: 0 auto 36px;
  text-align: center;
}

.bc-traveler-collage__head p {
  margin: 12px 0 0;
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

.bc-traveler-collage__count {
  color: #00aa6c;
  font-weight: 500;
  white-space: nowrap;
}

.bc-traveler-collage__mosaic {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 6px;
  padding: 0 12px;
  max-width: 1400px;
  margin: 0 auto;
  text-decoration: none;
  color: inherit;
  position: relative;
}

.bc-traveler-collage__mosaic.is-sparse {
  grid-template-columns: 1fr;
  max-width: 920px;
  min-height: 320px;
}

.bc-traveler-collage__mosaic.is-sparse .bc-traveler-collage__cell {
  aspect-ratio: 16 / 9;
  max-height: 420px;
}

.bc-traveler-collage__overlay {
  position: absolute;
  inset: auto 16px 16px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  background: rgba(0, 43, 17, 0.88);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  pointer-events: none;
}

.bc-traveler-collage__pending {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 220px;
  padding: 28px 20px;
  border: 1px dashed rgba(0, 43, 17, 0.35);
  background: rgba(0, 43, 17, 0.04);
  color: #002b11;
  text-align: center;
  text-decoration: none;
}

.bc-traveler-collage__pending span {
  color: #555;
  font-size: 15px;
}

.bc-traveler-collage__pending strong {
  font-size: 16px;
  font-weight: 600;
}

.bc-traveler-collage__cell {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #ddd;
  aspect-ratio: 1;
  animation: bc-collage-in 0.7s ease both;
  animation-delay: var(--delay, 0ms);
}

.bc-traveler-collage__cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}

.bc-traveler-collage__cell:hover img {
  transform: scale(1.06);
}

.bc-traveler-collage__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.bc-traveler-collage__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 12px 22px;
  border: 1px solid #002b11;
  background: #002b11;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.bc-traveler-collage__btn:hover {
  background: #00aa6c;
  border-color: #00aa6c;
  color: #fff;
}

.bc-traveler-collage__btn.is-ghost {
  background: transparent;
  color: #002b11;
}

.bc-traveler-collage__btn.is-ghost:hover {
  background: #002b11;
  color: #fff;
}

@keyframes bc-collage-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 991px) {
  .bc-traveler-collage__mosaic:not(.is-sparse) {
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
  }
}

@media (max-width: 575px) {
  .bc-traveler-collage__mosaic:not(.is-sparse) {
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    padding: 0 8px;
  }

  .bc-traveler-collage__btn {
    width: 100%;
  }
}


