@charset "UTF-8";
@font-face {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/static/fonts/cormorant-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Cormorant";
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url("/static/fonts/cormorant-italic-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/static/fonts/lora-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url("/static/fonts/lora-italic-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.bk_hero_title,
.bk-hero-text .hero-slug,
.bk-hero-text .btn-wrap {
  opacity: 0;
}

.brand-logo .logo_site-size {
  max-width: 120px;
}

.m-brand-logo .logo_site-m-size {
  max-width: 120px;
}

@property --kl-scrolled {
  syntax: "<number>";
  inherits: true;
  initial-value: 1;
}
#bk-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, var(--kl-scrolled));
  box-shadow: 0 2px 18px rgba(1, 17, 75, calc(var(--kl-scrolled) * 0.12));
}

html body {
  overflow-x: clip;
}

html {
  scroll-padding-top: 150px;
}
@media (max-width: 991px) {
  html {
    scroll-padding-top: 80px;
  }
}

body:not(.home) #bk-header .main-navigation li a {
  color: color-mix(in srgb, #ffffff, #01114b calc(var(--kl-scrolled) * 100%));
}

body:not(.home) #bk-header .main-navigation li:hover a {
  color: #c29d4d;
}

#bk-header .cta-btn-wrap a {
  color: #fff;
  padding: 13px 24px;
  border-radius: 12px;
  background-color: #01114b;
}

#bk-header .cta-btn-wrap a:hover {
  color: #fff;
  background-color: #c29d4d;
}

.mailing-list-hp {
  display: none;
}

.bk-gallery-back {
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  color: var(--bk-prime-c);
  text-decoration: none;
}
.bk-gallery-back:hover {
  text-decoration: underline;
}

.bk-blog-item .blog_subtitle {
  margin: 6px 0 10px;
  font-weight: 600;
  color: var(--bk-prime-c);
}

.bk-ftr-copyright .copyright-text {
  color: rgba(255, 255, 255, 0.8);
}

.bk-ftr1-widget .widget-title span:before,
.bk-ftr1-widget .widget-title span:after {
  display: none;
}

.bk-footer1-widget-area .bk-ftr1-widget .widget-title:before {
  background-color: color-mix(in srgb, var(--bk-prime-c), #fff 35%);
}

.bk-footer1-widget-area .bk-ftr1-widget .cta-widget {
  margin-top: 0;
}
.bk-footer1-widget-area .bk-ftr1-widget .newslatter-widget {
  margin-top: 0;
  padding: 40px;
}

.bk-facilites-sec .bk-sec-title .subtitle {
  color: rgba(255, 255, 255, 0.75);
}
.bk-facilites-sec .bk-sec-title .subtitle i {
  border-left-color: rgba(255, 255, 255, 0.75);
}
.bk-facilites-sec .bk-sec-title .subtitle::before, .bk-facilites-sec .bk-sec-title .subtitle::after {
  background-color: rgba(255, 255, 255, 0.75);
}
.bk-facilites-sec h2 {
  color: #fff !important;
}
.bk-facilites-sec p {
  color: rgba(255, 255, 255, 0.75) !important;
}

.sn-breadcrumb-sec .sn-breadcrumb-content {
  padding-top: 130px;
}
.sn-breadcrumb-sec .sn-breadcrumb-content .bread_title {
  margin-bottom: 0;
}

.bk-page-hero {
  background-color: #01114b;
  background-image: linear-gradient(rgba(1, 17, 75, 0.82), rgba(1, 17, 75, 0.74)), var(--bk-hero-image, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bk-page-hero .sn-breadcrumb-wrapper:after {
  display: none;
}

.bk-page-hero-sub {
  max-width: 620px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 575px) {
  .bk-page-hero-sub {
    font-size: 16px;
  }
}

#bk-hero .bk-hero-text {
  padding-top: 80px;
}
@media (max-width: 991px) {
  #bk-hero .bk-hero-text {
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  #bk-hero .bk-hero-text {
    padding-top: 48px;
  }
}

.bk-faq-list {
  max-width: 860px;
  margin: 0 auto;
}

.bk-faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px 0;
}
.bk-faq-item summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 17px;
  padding: 16px 40px 16px 0;
  position: relative;
  list-style: none;
  color: var(--bk-heading);
}
.bk-faq-item summary::-webkit-details-marker {
  display: none;
}
.bk-faq-item summary::after {
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}
.bk-faq-item[open] summary::after {
  transform: translateY(-50%) rotate(-180deg);
}
.bk-faq-item p {
  padding: 0 0 16px 0;
  margin: 0;
  color: var(--bk-body);
}

.bk-service-card {
  text-decoration: none;
}
.bk-service-card img {
  display: block;
  width: 100%;
}
.bk-service-card:hover img {
  opacity: 0.9;
}

.bk-service-card-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--bk-heading);
  margin-top: 12px;
  text-align: center;
}

.bk-journey-list {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.bk-journey-title {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -1px;
  color: var(--bk-heading);
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .bk-journey-title {
    font-size: 34px;
  }
}

.bk-journey-item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bk-journey-item ul li {
  width: 45%;
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.5;
  color: var(--bk-body);
}
@media (max-width: 575px) {
  .bk-journey-item ul li {
    width: 100%;
  }
}
.bk-journey-item ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--bk-prime-c);
}

.line_animation .line_area:before {
  display: none;
}

.bk-journey-list--featured {
  gap: 56px;
}
.bk-journey-list--featured .bk-journey-item {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .bk-journey-list--featured .bk-journey-item {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
}
.bk-journey-list--featured .bk-journey-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .bk-journey-list--featured .bk-journey-item:nth-child(even) {
    flex-direction: column;
  }
}
.bk-journey-list--featured .bk-journey-media {
  flex: 0 0 42%;
}
.bk-journey-list--featured .bk-journey-media img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 8px;
}
.bk-journey-list--featured .bk-journey-body {
  flex: 1;
}

.bk-offer-top,
.bk-offer-content {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 575px) {
  .bk-offer-top,
  .bk-offer-content {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.bk-cya {
  margin-top: 70px;
  margin-left: 24px;
  margin-right: 24px;
  padding: 56px 48px;
  border-radius: 16px;
  background: var(--bk-prime-c);
  color: #fff;
  text-align: center;
}
@media (max-width: 575px) {
  .bk-cya {
    margin-left: 16px;
    margin-right: 16px;
    padding: 40px 24px;
  }
}
.bk-cya .bk-cya-sub {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.75;
  margin-bottom: 10px;
}
.bk-cya h2 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #fff;
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .bk-cya h2 {
    font-size: 34px;
  }
}
.bk-cya p {
  max-width: 640px;
  margin: 0 auto 28px;
  font-size: 18px;
  line-height: 1.7;
  opacity: 0.9;
}
.bk-cya .bk-cya-btn a {
  display: inline-block;
  background: #fff;
  color: var(--bk-prime-c);
  padding: 14px 34px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.bk-cya .bk-cya-btn a:hover {
  opacity: 0.85;
}

.bk-dedication-inner {
  display: flex;
  align-items: center;
  gap: 56px;
}
@media (max-width: 991px) {
  .bk-dedication-inner {
    flex-direction: column;
    gap: 36px;
  }
}

.bk-dedication-text {
  flex: 1;
}

.bk-dedication-photos {
  flex: 0 0 44%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 991px) {
  .bk-dedication-photos {
    flex-basis: auto;
    width: 100%;
  }
}
.bk-dedication-photos > div {
  overflow: hidden;
  border-radius: 8px;
}
.bk-dedication-photos .feat {
  grid-row: span 2;
}
.bk-dedication-photos img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bk-dedication-photos img.bk-cz {
  cursor: zoom-in;
}

.bk-story-video {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 460px;
  margin: 0 auto;
  border-radius: 8px;
}

.bk-gallery-intro {
  padding: 80px 0 50px;
  background: #fff;
}

.bk-gallery-intro-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 50px;
}
.bk-gallery-intro-head .subtitle {
  justify-content: center;
}
.bk-gallery-intro-head p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--bk-body);
  margin-top: 14px;
}

.bk-gallery-intro-title {
  font-family: "Cormorant", serif;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: var(--bk-heading);
  margin: 6px 0 0;
}
@media (max-width: 767px) {
  .bk-gallery-intro-title {
    font-size: 38px;
  }
}

.bk-gallery-index {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .bk-gallery-index {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 479px) {
  .bk-gallery-index {
    grid-template-columns: 1fr;
  }
}

.bk-gallery-index-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 3/4;
  text-decoration: none;
  color: #fff;
}
.bk-gallery-index-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.bk-gallery-index-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(1, 17, 75, 0.9) 0%, rgba(1, 17, 75, 0.2) 55%, rgba(1, 17, 75, 0) 100%);
}
.bk-gallery-index-card:hover {
  color: #fff;
}
.bk-gallery-index-card:hover img {
  transform: scale(1.07);
}
.bk-gallery-index-card .bk-gallery-index-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.bk-gallery-index-card .bk-gallery-index-date {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  opacity: 0.85;
}
.bk-gallery-index-card .bk-gallery-index-name {
  font-family: "Cormorant", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
}
.bk-gallery-index-card .bk-gallery-index-count {
  font-size: 13px;
  opacity: 0.8;
}

.bk-gallery-index-card--story {
  box-shadow: inset 0 0 0 2px #c29d68;
}
.bk-gallery-index-card--story::after {
  background: linear-gradient(to top, rgba(1, 17, 75, 0.95) 0%, rgba(1, 17, 75, 0.5) 50%, rgba(1, 17, 75, 0.2) 100%);
}
.bk-gallery-index-card--story .bk-gallery-index-count {
  color: #c29d68;
  opacity: 1;
  font-weight: 600;
}

.bk-gallery-index-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 5px 12px;
  border-radius: 999px;
  background: #c29d68;
  color: #01114b;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.bk-gallery-trip {
  padding: 80px 0;
  scroll-margin-top: 90px;
}
.bk-gallery-trip--alt {
  background: #f7f6f2;
}

.bk-gallery-trip-head {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 44px;
}

.bk-gallery-trip-num {
  font-family: "Cormorant", serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 0.8;
  color: rgba(0, 64, 64, 0.16);
}
@media (max-width: 575px) {
  .bk-gallery-trip-num {
    font-size: 58px;
  }
}

.bk-gallery-trip-date {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  color: var(--bk-prime-c);
  margin-bottom: 4px;
}

.bk-gallery-trip-name {
  font-family: "Cormorant", serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
  color: var(--bk-heading);
  margin: 0;
}
@media (max-width: 575px) {
  .bk-gallery-trip-name {
    font-size: 34px;
  }
}

.bk-gallery-course + .bk-gallery-course {
  margin-top: 44px;
}

.bk-gallery-subheading {
  font-size: 19px;
  font-weight: 600;
  color: var(--bk-heading);
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.bk-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
@media (max-width: 991px) {
  .bk-photo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .bk-photo-grid {
    grid-template-columns: 1fr;
  }
}
.bk-photo-grid a {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4/3;
  border-radius: 10px;
  cursor: zoom-in;
  box-shadow: 0 6px 18px rgba(1, 17, 75, 0.1);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.bk-photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.bk-photo-grid a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(1, 17, 75, 0.45) 0%, rgba(1, 17, 75, 0.05) 60%, rgba(1, 17, 75, 0) 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.bk-photo-grid a::after {
  content: "\f00e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  background: rgba(1, 17, 75, 0.55);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.bk-photo-grid a:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(1, 17, 75, 0.22);
}
.bk-photo-grid a:hover img {
  transform: scale(1.07);
}
.bk-photo-grid a:hover::before {
  opacity: 1;
}
.bk-photo-grid a:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.bk-gallery-videos {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  margin-top: 16px;
}
.bk-gallery-videos video {
  width: 320px;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  background: #000;
  box-shadow: 0 10px 30px rgba(1, 17, 75, 0.18);
  border: 1px solid rgba(1, 17, 75, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.bk-gallery-videos video.bk-video--wide {
  width: 600px;
}
.bk-gallery-videos video:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(1, 17, 75, 0.26);
}

.bk-gallery-carousel {
  position: relative;
  margin-top: 4px;
}

.bk-gallery-swiper {
  position: relative;
  padding: 4px 0 42px;
  margin: 0 -4px;
  padding-left: 4px;
  padding-right: 4px;
}
.bk-gallery-swiper .swiper-wrapper {
  align-items: stretch;
}
.bk-gallery-swiper .swiper-slide {
  width: auto;
  height: 460px;
  border-radius: 10px;
  overflow: hidden;
  background: #0b1f4d;
  box-shadow: 0 6px 18px rgba(1, 17, 75, 0.1);
}
@media (max-width: 991px) {
  .bk-gallery-swiper .swiper-slide {
    height: 380px;
  }
}
@media (max-width: 575px) {
  .bk-gallery-swiper .swiper-slide {
    height: 300px;
  }
}
.bk-gallery-swiper .bk-cz {
  display: block;
  width: auto;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
  transition: transform 0.5s ease;
}
.bk-gallery-swiper .bk-slide--img:hover .bk-cz {
  transform: scale(1.05);
}
.bk-gallery-swiper .bk-gallery-video {
  display: block;
  width: auto;
  height: 100%;
  max-width: 86vw;
  background: #000;
}

.bk-gallery-swiper .bk-swiper-nav {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(1, 17, 75, 0.78);
  color: #fff;
  box-shadow: 0 6px 18px rgba(1, 17, 75, 0.28);
  transition: background 0.2s ease, transform 0.2s ease;
  margin-top: -44px;
}
.bk-gallery-swiper .bk-swiper-nav::after {
  font-size: 17px;
  font-weight: 700;
}
.bk-gallery-swiper .bk-swiper-nav:hover {
  background: var(--bk-prime-c);
  transform: scale(1.06);
}
.bk-gallery-swiper .bk-swiper-nav.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.bk-gallery-swiper .swiper-button-prev {
  left: 8px;
}
.bk-gallery-swiper .swiper-button-next {
  right: 8px;
}
.bk-gallery-swiper .swiper-pagination {
  bottom: 8px;
}
.bk-gallery-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--bk-prime-c);
}

.bk-cz-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  cursor: zoom-out;
}
.bk-cz-lightbox--open {
  opacity: 1;
  visibility: visible;
}
.bk-cz-lightbox img {
  max-width: 92vw;
  max-height: 88vh;
  width: auto;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.5);
}

.bk-cz-close {
  position: absolute;
  top: 24px;
  right: 32px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  transition: background 0.2s ease;
}
.bk-cz-close:hover {
  background: rgba(255, 255, 255, 0.25);
}

.bk-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.bk-lightbox:target, .bk-lightbox.bk-lightbox--open {
  opacity: 1;
  visibility: visible;
}
.bk-lightbox img {
  position: relative;
  max-width: 92vw;
  max-height: 88vh;
  width: auto;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.5);
}

.bk-lightbox-backdrop {
  position: absolute;
  inset: 0;
  cursor: zoom-out;
}

.bk-lightbox-close {
  position: absolute;
  top: 24px;
  right: 32px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  transition: background 0.2s ease;
}
.bk-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.25);
}

.bk-testimonial-sec .bk-testimonial-content {
  padding: 120px 0 !important;
}
.bk-testimonial-sec .bk-testi-item-wrap {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .bk-testimonial-sec .bk-testi-item-wrap {
    grid-template-columns: 1fr;
  }
}
.bk-testimonial-sec .bk-testi-area {
  position: static !important;
  transform: none !important;
}

.bk-testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 4px 28px rgba(1, 17, 75, 0.08);
  border-top: 3px solid #01114b;
  position: relative;
}
.bk-testimonial-card .bk-testimonial-stars {
  display: flex;
  gap: 5px;
  color: #c9a84c;
  font-size: 13px;
}
.bk-testimonial-card blockquote {
  flex: 1;
  font-style: italic;
  color: var(--bk-body-color);
  margin: 0;
  line-height: 1.8;
  font-size: 15px;
  position: relative;
  padding-top: 12px;
}
.bk-testimonial-card blockquote::before {
  content: "“";
  font-family: "Cormorant", serif;
  font-size: 96px;
  line-height: 0;
  color: rgba(1, 17, 75, 0.07);
  position: absolute;
  top: 36px;
  left: -6px;
  font-style: normal;
  pointer-events: none;
}
.bk-testimonial-card .bk-testimonial-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 16px;
  border-top: 1px solid rgba(1, 17, 75, 0.1);
}
.bk-testimonial-card .bk-testimonial-name {
  font-weight: 700;
  color: #01114b;
  font-size: 15px;
  letter-spacing: 0.2px;
}
.bk-testimonial-card--featured {
  background: #01114b;
  border-top-color: #c9a84c;
  box-shadow: 0 8px 40px rgba(1, 17, 75, 0.25);
  padding: 48px 52px;
}
@media (max-width: 767px) {
  .bk-testimonial-card--featured {
    padding: 36px 28px;
  }
}
.bk-testimonial-card--featured .bk-testimonial-stars {
  color: #c9a84c;
}
.bk-testimonial-card--featured blockquote {
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
}
.bk-testimonial-card--featured blockquote::before {
  color: rgba(255, 255, 255, 0.06);
}
.bk-testimonial-card--featured .bk-testimonial-meta {
  border-top-color: rgba(255, 255, 255, 0.15);
}
.bk-testimonial-card--featured .bk-testimonial-name {
  color: #fff;
}

.bk-latest-trip {
  background: #01114b;
  padding: 90px 0;
  color: #fff;
}
@media (max-width: 767px) {
  .bk-latest-trip {
    padding: 64px 0;
  }
}
.bk-latest-trip .container {
  max-width: 1200px;
}
.bk-latest-trip .subtitle {
  color: rgba(255, 255, 255, 0.85);
}
.bk-latest-trip .bk-latest-trip-head {
  max-width: 760px;
  margin-bottom: 46px;
}
.bk-latest-trip .bk-latest-trip-head p {
  margin-top: 18px;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.72);
}
.bk-latest-trip .bk-latest-trip-title {
  font-size: 46px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .bk-latest-trip .bk-latest-trip-title {
    font-size: 34px;
  }
}
.bk-latest-trip .bk-latest-trip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 991px) {
  .bk-latest-trip .bk-latest-trip-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .bk-latest-trip .bk-latest-trip-grid {
    grid-template-columns: 1fr;
  }
}
.bk-latest-trip .bk-latest-trip-photo {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 4/3;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}
.bk-latest-trip .bk-latest-trip-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.bk-latest-trip .bk-latest-trip-photo:hover img {
  transform: scale(1.06);
}
.bk-latest-trip .bk-latest-trip-photo--feature {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: auto;
}
@media (max-width: 991px) {
  .bk-latest-trip .bk-latest-trip-photo--feature {
    grid-column: 1/-1;
    grid-row: auto;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 575px) {
  .bk-latest-trip .bk-latest-trip-photo--feature {
    aspect-ratio: 4/3;
  }
}
.bk-latest-trip .bk-latest-trip-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 22px 18px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(to top, rgba(1, 17, 75, 0.9), rgba(1, 17, 75, 0));
}
.bk-latest-trip .bk-latest-trip-btn {
  margin-top: 42px;
}

.bk-tour-gallery .bk-gallery-swiper .swiper-slide {
  height: 300px;
}
@media (max-width: 991px) {
  .bk-tour-gallery .bk-gallery-swiper .swiper-slide {
    height: 240px;
  }
}
@media (max-width: 575px) {
  .bk-tour-gallery .bk-gallery-swiper .swiper-slide {
    height: 200px;
  }
}

.bk-tour-marquee .bk-rooms-img1 img {
  height: 400px;
  width: auto;
}
@media (max-width: 991px) {
  .bk-tour-marquee .bk-rooms-img1 img {
    height: 320px;
  }
}
@media (max-width: 575px) {
  .bk-tour-marquee .bk-rooms-img1 img {
    height: 240px;
  }
}

/*# sourceMappingURL=styles.css.map */
