/* LOGO SLIDE */

.logo-slider {
  background: transparent;
  -webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.logo-slider::before,
.logo-slider::after {

  content: "";
  height: 200px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.logo-slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.logo-slider::before {
  left: 0;
  top: 0;
}

.logo-slider .logo-slide-track {
  -webkit-animation: logo-scroll 40s linear infinite;
  animation: logo-scroll 60s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(250px * 14);
  animation-duration: 20s;
  animation-iteration-count: infinite;
}

.logo-slider .slide {
  height: 200px;
  width: 160px;
  padding: 20px;
}

@-webkit-keyframes logo-scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes logo-scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}




/* Video Reviews */

.background-video {
  width: 100%;
  height: 500px;
  position: absolute;
}

.video-item {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
}

.play-button i {
  font-size: 100px;
  position: relative;
  right: -9px;
}

.play-button {
  border: 5px solid #000;
  padding: 20px 30px;
  border-radius: 80px;
}


/* Testimobial */




.kagepisuceng {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1250px;;
  }

  .kagepisuceng__items {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  }

  .kagepisuceng__item {
  position: relative;  
  display: none;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  }

  .kagepisuceng__item_active,
  .kagepisuceng__item_next,
  .kagepisuceng__item_prev {
  display: block;
  }

  .kagepisuceng__item_next,
  .kagepisuceng__item_prev {
  position: absolute;

  top: 0;
  }

  .kagepisuceng__item_next.kagepisuceng__item_left,
  .kagepisuceng__item_prev.kagepisuceng__item_right {
  transform: translateX(0);
  }

  .kagepisuceng__item_next,
  .kagepisuceng__item_right.kagepisuceng__item_active {
  transform: translateX(100%);
  }

  .kagepisuceng__item_prev,
  .kagepisuceng__item_left.kagepisuceng__item_active {
  transform: translateX(-100%);
  }

   

  .kagepisuceng__control {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  }

  .kagepisuceng__control:hover,
  .kagepisuceng__control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
  }

  .kagepisuceng__control_prev {
  left: 0;
  }

  .kagepisuceng__control_next {
  right: 0;
  }

  .kagepisuceng__control::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  }

  .kagepisuceng__control_prev::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  }

  .kagepisuceng__control_next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  }

  /* Sidebar */

  .kagepisuceng__indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
  }

  .kagepisuceng__indicator {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  }

  .kagepisuceng__indicator::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
  }

  .kagepisuceng__indicator::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
  }

  .kagepisuceng__indicator_active {
  background-color: #fff;
  }



  .kagepisuceng__item {}

  .kagepisuceng__item_1 {
  background: linear-gradient(45deg, #085078 10%, #85d8ce 90%);
  }

  .kagepisuceng__item_2 {
  background: linear-gradient(to right, #dd1818, #333333);
  }

  .kagepisuceng__item_3 {
  background: linear-gradient(to right, #093028, #237a57);
  }

  .kagepisuceng__item_4 {
  background: linear-gradient(to right, #243B55, #141E30);
  }

  .kagepisuceng__item {
  height: 320px;
  overflow: hidden;
  }

  .kagepisuceng__item_inner {
  position: absolute;
  left: 50%;
  right: 15%;
  top: 36px;
  bottom: 36px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  }

  .kagepisuceng__item_img {
  flex: 0 0 80px;
  max-width: 80px;

  }

  .kagepisuceng__item_testimonial {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  text-align: center;

  }

  @media (min-width: 576px) {
  .kagepisuceng__item {
  height: 340px;
  }
  .kagepisuceng__item_inner {
  flex-direction: row;
  }
  .kagepisuceng__item_testimonial {
  margin-left: 15px;
  }
  .kagepisuceng__item_img {
  flex: 0 0 150px;
  max-width: 150px;
  }
  .kagepisuceng__item_testimonial {
  text-align: left;
  }
  }

  .kagepisuceng__item_name {
  font-size: 20px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.8);
  }

  .kagepisuceng__item_post {
  font-size: 14px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.8);
  }

  .kagepisuceng__item_text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  }


/* ── Footer Base ── */
.footer {
    position: relative;
    overflow: hidden;
}
.footer::before {
    content: "";
    position: absolute;
    top: -40px; right: -40px;
    width: 280px; height: 280px;
    border-radius: 50%;
    border: 2px dashed rgba(212,175,55,0.20);
    pointer-events: none;
}
.footer::after {
    content: "";
    position: absolute;
    top: -80px; right: -80px;
    width: 380px; height: 380px;
    border-radius: 50%;
    border: 1px solid rgba(212,175,55,0.10);
    pointer-events: none;
}
.footer .container::before {
    content: "";
    position: absolute;
    bottom: 20px; left: 20px;
    width: 120px; height: 120px;
    background-image: radial-gradient(circle, rgba(212,175,55,0.35) 1.8px, transparent 1.8px);
    background-size: 18px 18px;
    pointer-events: none;
    opacity: 0.6;
}
.footer .container::after {
    content: "";
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    width: 60px; height: 3px;
    background: linear-gradient(90deg, transparent, #D4AF37, transparent);
    border-radius: 2px;
    pointer-events: none;
}

/* ── Footer Column Layout ── */
.footer-col-logo { order: 1; }
.footer-col-address { order: 2; }
.footer-col-contact { order: 3; }
.footer .row.g-5 { display: flex; flex-wrap: wrap; }

.footer-col-logo .footer-expo-logo {
    display: block;
    max-width: 330px;
    height: auto;
    margin-bottom: 12px;
}
.footer-col-logo .footer-tagline {
    color: rgba(255,255,255,0.60);
    font-size: 13px;
    margin-top: 10px;
}
.footer-col-contact a.footer-map-link {
    color: #D4AF37 !important;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.25s;
}
.footer-col-contact a.footer-map-link:hover {
    color: #f0d060 !important;
    text-decoration: underline;
}
.footer-col-contact .footer-phone-number {
    color: #000000 !important;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 2px;
}
.footer-col-contact .fa,
.footer-col-address .fa {
    color: #D4AF37;
    font-size: 16px;
    min-width: 18px;
}
@media (min-width: 992px) {
    .footer-col-address {
        border-left: 0px solid rgba(212,175,55,0.18);
        border-right: 0px solid rgba(212,175,55,0.18);
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}
@media (max-width: 767px) {
    .footer-col-logo,
    .footer-col-address,
    .footer-col-contact { order: unset; }
    .footer-col-logo { order: 1; text-align: center; }
    .footer-col-address { order: 2; }
    .footer-col-contact { order: 3; }
    .footer-col-logo .footer-expo-logo { margin: 0 auto 12px; }
}

/* ── Footer Gold Stars ── */
.footer-expo-stars {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    opacity: 0.65;
}
.footer-expo-stars span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #D4AF37;
    transform: rotate(45deg);
    border-radius: 1px;
}
.footer-expo-stars span:nth-child(2) { width: 12px; height: 12px; opacity: 0.8; }
.footer-expo-stars span:nth-child(3) { width: 6px; height: 6px; opacity: 0.6; }


/* ── btn-primary red across all expo pages ── */
.btn-primary,
a.btn-primary,
button.btn-primary {
    background-color: #ec3f38 !important;
    border-color: #ec3f38 !important;
    color: #ffffff !important;
}
.btn-primary:hover,
a.btn-primary:hover,
button.btn-primary:hover {
    background-color: #ffffff !important;
    border-color: #ec3f38 !important;
    color: #ec3f38 !important;
}

/* ── sub-title red across all expo pages (overrides Bootstrap text-secondary !important) ── */
h1.sub-title, h2.sub-title, h3.sub-title, h4.sub-title, h5.sub-title, h6.sub-title,
.sub-title { color: #ec3f38 !important; }

/* ── Venue Page ── */
.venue-section { padding-top: 48px; padding-bottom: 56px; }

.venue-content h4.sub-title { font-size: clamp(1rem, 2.4vw, 1.35rem); line-height: 1.45; margin-bottom: 1rem; word-break: break-word; color: #ec3f38 !important; }
.venue-content > p, .venue-content .amenities p { font-size: clamp(0.875rem, 1.4vw, 0.975rem); line-height: 1.78; color: #444; margin-bottom: 0.85rem; }
.venue-content ul.amenities { list-style: none; padding-left: 0; margin-bottom: 0; }
.venue-content ul.amenities h4, .venue-content ul.amenities h5 { font-size: clamp(0.95rem, 2vw, 1.15rem); margin-top: 4px; margin-bottom: 10px; color: #1a1a1a; }
.venue-content ul.amenities h4.sub-title { color: #ec3f38 !important; }
.venue-content ul.amenities li { font-size: clamp(0.875rem, 1.4vw, 0.975rem); line-height: 1.72; margin-bottom: 10px; padding-left: 0; color: #444; }
.venue-content ul.amenities li b { color: #222; }

.venue-map-col { position: sticky; top: 90px; align-self: flex-start; }
.venue-map-iframe { width: 100%; height: 440px; border: 0; border-radius: 12px; display: block; box-shadow: 0 4px 20px rgba(0,0,0,0.14); }
.venue-collage-img { width: 100%; height: auto; border-radius: 10px; margin-top: 14px; display: block; object-fit: cover; box-shadow: 0 4px 16px rgba(0,0,0,0.13); }

@media (max-width: 991px) {
    .venue-map-col { position: static; }
    .venue-map-iframe { height: 360px; }
    .venue-content h4.sub-title { font-size: 1.15rem; }
    .venue-section { padding-top: 32px; padding-bottom: 40px; }
}
@media (max-width: 767px) {
    .venue-map-iframe { height: 310px; }
    .venue-content h4.sub-title { font-size: 1.05rem; }
    .venue-content > p, .venue-content ul.amenities li, .venue-content .amenities p { font-size: 0.9rem; line-height: 1.7; }
}
@media (max-width: 575px) {
    .venue-map-iframe { height: 260px; }
    .venue-content h4.sub-title { font-size: 1rem; line-height: 1.4; }
    .venue-content > p, .venue-content ul.amenities li, .venue-content .amenities p { font-size: 0.875rem; }
    .venue-content ul.amenities h4, .venue-content ul.amenities h5 { font-size: 0.95rem; }
    .venue-section { padding-top: 24px; padding-bottom: 32px; }
}