body {
      scroll-behavior: smooth;
    }

.bwr-hero-bg {
  background-image: url('/wp-content/uploads/2026/02/bwr-1-scaled.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-cover {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.itin-hero-bg {
  background-image: url('../img/images/zurich.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.video-wrapper.bg-overlay.bg-overlay-gradient:after {
  background: linear-gradient(to bottom, hsl(223, 100%, 12%) 50%, rgba(255, 255, 255, 0) 100%);
}

/* Scroll Down Button */
.scroll-down {
  position: absolute;
  display: inline-block;
  margin: 2rem auto 0;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  bottom: 0;
  left: 0;
  right: 0;
}

.scroll-down span {
  position: relative;
  z-index: 2;
  text-shadow: 0 0 10px #00113d;
}

.scroll-down::before,
.scroll-down::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  animation: spin 60s linear infinite;
}

.scroll-down::before {
  box-shadow: 0 0 100px 50px hsla(223, 100%, 12%, 0.4), inset 0 0 50px 100px hsla(223, 100%, 12%, 0.4);
}

.scroll-down::after {
  width: 320px;
  height: 320px;
  animation: spin 60s reverse linear infinite;
}

@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

footer.bg-dark {
  background-color: #00113d !important;
}

.bg-dark {
  background-color: #00113d !important;
}

.polaroid {
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.2);
  border: 6px solid #faf9f4;
}

.polaroid-border {
  border-bottom-width: 48px;
}

.polaroid figcaption {
  text-align: center;
  padding: 12px;
  background: #faf9f4;
}

.polaroid figcaption span {
  font-size: 24px;
    font-family: "Story Script", sans-serif;
}

.volunteer-img {
  transform: rotate(12deg);
    top: 5%;
    left: 24%;
    max-width: 90%;
}

.elephant-img {
  transform: rotate(-6deg);
}

.trip-card {
  background: linear-gradient(to top, hsla(224deg, 100%, 12%, 0.8), transparent);
}

.purpose-card {
  background: linear-gradient(to bottom, hsla(224deg, 100%, 12%, 0.4) 30%, transparent);
}

.sm-rotate-right {
  transform: rotate(2deg);
}

.sm-rotate-left {
  transform: rotate(-2deg);
}

.navbar-stick {
  background: hsla(223, 100%, 12%, 0.4) !important;
  backdrop-filter: blur(16px);
  box-shadow: 0 0 36px hsl(223deg 100% 7% / 36%) !important;
}

.navbar-dark {
  background: linear-gradient(to bottom, hsla(223, 100%, 12%, 70%), rgba(255, 255, 255, 0));
}

.bwr-icon-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../img/logo/icon-light.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 30%;
  -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.08) 15%, rgba(0,0,0,0) 80%);
  mask-image: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.08) 20%, rgba(0,0,0,0) 85%);
}

.bwr-icon-bg-lg::before {
  background-size: 150%;
}

/* Move the image down */
.bwr-icon-bg {
  position: relative;
  overflow: hidden;
}

.btn-close-white {
  filter: none !important;
}

/* Custom styles for the alert slider */
.alert-marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.alert-content {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 15s linear infinite;
}

@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.social.social-white a i {
  border: 1px solid white;
  padding: 8px;
  border-radius: 100px;
}

.purpose-card-deck .card {
    height: 460px; 
}

.purpose-card-deck .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shadow-white {
  box-shadow: 0 0 36px rgba(255, 255, 255, 0.2);
}
.light-blue-section {
  background: hsl(219 72% 98% / 1);
  border: 1px solid hsl(219 72% 96% / 1);
}

.status-block {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}


.swiper-wrapper {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition-property: transform;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

input#search-form {
  color: rgba(255,255,255,0.9);
}

.offcanvas-backdrop {
}

.offcanvas-backdrop::before {

}

.bg-header-dark {
  background: #00113d !important;
}

.past-trip {
  min-height: 400px;
}

.dots-right .swiper-pagination {
  right: 0px;
  left: auto;
  bottom: -60px !important;
  width: auto;
}

.border-bottom-light {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.light-blur-card {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
  box-shadow: 0 0 0rem 0.1rem rgba(255, 255, 255, 0.24), 0rem 0rem 1.25rem rgba(255,255,255, 0.16) !important ;
}

.light-blur-pagination {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
  box-shadow: 0 0 0rem 0.1rem rgba(255, 255, 255, 0.24), 0rem 0rem 1.25rem rgba(255,255,255, 0.16) !important ;
}

.light-blur-pagination:hover, .light-blur-pagination:focus, .light-blur-pagination.current {
  background: rgba(255,255,255,0.24);
  border: 1px solid rgba(255,255,255,0.2);
  backdrop-filter: blur(8px);
  box-shadow: 0 0 0rem 0.1rem rgba(255, 255, 255, 0.6), 0rem 0rem 1.25rem rgba(255,255,255, 0.24) !important ;
}

.bwr-search-highlight {
  background-color: rgba(255,255,255,0.3);
}

a.link-light.hover-2::before {
  background-color: rgba(255, 255, 255, 0.2);
}

.offcanvas-backdrop {
  background-color: hsla(223, 100%, 5%, 0.8);
  backdrop-filter: blur(8px);
}

.navbar .offcanvas-backdrop::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../img/logo/icon-light.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
}

@media (max-width: 992px) {
  .navbar .offcanvas-nav {
    border-right: 1px solid rgba(255,255,255,0.08) !important;
    backdrop-filter: blur(50px);
  }
}

.course-details-sticky {
  top: 150px;
}

.stripe-section {
  background-color: transparent;
  border: 1px solid #dee3e8;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23dee3e8' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

.trip-details {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
  box-shadow: 0 0 36px rgba(255, 255, 255, 0.08);
}


.lightbox-trigger {
  position: relative;
  display: block;
}

.expand-button {
  position: absolute;
  bottom: -1.1rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blue(4px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-primary);
  font-size: 22px;
  transition: all 0.3s ease;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transform: scale(0.8);
}

.lightbox-trigger:hover .expand-button {
  opacity: 1;
  transform: scale(1);
}

.expand-button::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 1px dashed var(--bs-primary);
  border-radius: 50%;
  animation: rotate 8s linear infinite;
}

.trip-swiper-next, .trip-swiper-prev {
  width: 56px;
  height: 56px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-primary);
  font-size: 22px;
  transition: all 0.3s ease, opacity 0.5s ease;
  z-index: 2;
  cursor: pointer;
  transform: scale(1);
  border: 0;
}

.trip-swiper-next.fading-out {
  opacity: 0;
  pointer-events: none;
}

.trip-swiper-next:hover, .trip-swiper-prev:hover {
  transform: scale(1.1);
  background-color: rgba(255, 255, 255, 0.85);
  color: var(--bs-primary);

}

.trip-swiper-next::before, .trip-swiper-prev::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 1px dashed var(--bs-primary);
  border-radius: 50%;
}

.trip-swiper-next:hover::before, .trip-swiper-prev:hover::before {
  animation: rotate 8s linear infinite;
}

.trip-swiper-next-container {
}

@media (min-width: 768px) {
.trip-swiper-next-container {
  right: -78px;
  position: absolute;
  top: 43%;
}

}

.testimonials-btn {
margin: 0 auto;
  right: 0;
  top: 12px;
      transform: scale(1) !important;

}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Make lightbox button visible on mobile */
@media (max-width: 767px) {
  .expand-button {
    opacity: 1;
    transform: scale(1);
  }
}

/* Single Experience Gallery Rotation */
.swiper-container .swiper-slide .rotate-polaroid {
  transition: transform 0.3s ease;
}

.swiper-container .swiper-slide:nth-child(odd) .rotate-polaroid {
  transform: rotate(-2deg);
}

.swiper-container .swiper-slide:nth-child(even) .rotate-polaroid {
  transform: rotate(2deg);
}

.swiper-container .swiper-slide:hover .rotate-polaroid {
  transform: rotate(0deg) scale(1.05);
  z-index: 10;
}

.modal-backdrop {
  background: hsla(223, 100%, 8%, 0.7);
  backdrop-filter: blur(8px);
}

.slide-rotate-wrapper {
  width: 100%;
  height: 100%;
  display: inline-block;
  justify-content: center;
  align-items: center;
  overflow: visible; /* make sure rotated edges show */
}

.itinerary-image-container {
  max-height: 250px; /* Adjust this value as needed */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.itinerary-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-0-auto {
  margin: 0 auto
}