.d-flex.input-group.tcid {
    flex-wrap: nowrap;
}

.fw-normal-tcid {
    color: #0483ad;
    font-weight: 500;
}

img.tconn-boats.img-fluid {
    height: 500px !important;
    width: 100% !important;
    object-fit: cover;
}
img.img-fluid.tconn-boats-gall {
    height: 100px;
    width: 100%;
    object-fit: cover;
}

img.img-fluid.tconnect-accommodation {
    max-height: 200px !important;
    object-fit: cover;
}

@media (max-width: 768px) {
    img.tconn-boats.img-fluid {
        height: 300px !important;
        width: auto !important;
        object-fit: cover;
    }
    img.img-fluid.tconn-boats-gall {
        height: 50px;
        width: 100%;
        object-fit: cover;
    }
    .calendar {
        margin: 0!important;
    }
    .service-img.tconnect-accommodation img {
        height: 250px!important;
    }

    img.img-fluid.tconnect-accommodation-gallery {
        height: 50px!important;
    }
    .vertical-slider .slick-slide img {
      /* height: 50px!important; */
    }
    .back-to-top-icon {
      bottom: 85px;    
  }
}

.accordion-item.custom-accordion .accordion-button::after {
    content: "\f078"; /* chevron-down */
    font-family: "FontAwesome";
    font-weight: 900; /* FA Solid */
    font-size: 14px;
    transition: transform 0.3s ease;
    margin-left: auto;
}

.accordion-item.custom-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}
.hotel-list .place-item .place-img .img-slider .owl-stage-outer .owl-stage .owl-item .slide-images a img, .hotel-list .place-item .place-img .image-slide .owl-stage-outer .owl-stage .owl-item .slide-images a img {
    height: 100%;
    object-fit: cover;
    max-height: 280px!important;
}
.vote-active {
    color: #007bff !important;
    font-weight: bold;
    transform: scale(1.05);
    transition: all 0.2s ease-in-out;
}

.date-unavail {
    background-color: #ffadba !important;
    width: 12px;
    height: 12px;
    border-radius: 2px;
}

.date-avail {
    background-color: #f8f9fa !important;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    border: 1px solid #bfbfbf;
}

.calendar {
  width: 100%;
  border: 1px solid #d5d0d08c;
  border-radius: 16px;
}
.calendar-fe {
  width: 100%;
  border: 1px solid #d5d0d08c;
  border-radius: 16px;
  padding: 16px;
}

.calendar h6 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.calendar-fe h6 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.calendar .day-names,
.calendar .days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  gap: 2px;
}
.calendar-fe .day-names,
.calendar-fe .days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  gap: 2px;
}
.calendar .day-names div {
  font-weight: bold;
}
.calendar-fe .day-names div {
  font-weight: bold;
}
.calendar .days div {
  padding: 8px 16px;
  border-radius: 3px;
  background-color: #f8f9fa;
}
.calendar-fe .days div {
  padding: 8px;
  border-radius: 8px;
  background-color: #f8f9fa;
  font-size: 12px;
  color: #000000ab;
  margin: 6px;
  border: 1px solid #e7e7e74a;
}
.calendar .days .unavailable {
  background-color: #ffadba !important;
  color: white;
  border-radius: 50%;
  margin: 4px 8px;
  padding: 8px 12px;
}
.calendar-fe .days .unavailable {
  background-color: #ffadba !important;
  color: white;
  border-radius: 50%;
  margin: 4px 8px;
  padding: 8px 12px;
}
.room-calendar-input {
  position: relative;
  z-index: 1;
  pointer-events: auto;
  background-color: #fff;
}

html {
  scroll-padding-top: 75px;
  scroll-behavior: smooth;
}

.itin-tconnects ul li {
    padding: 2px 0;
    list-style: inside;
}
.accordion-body.tconns-itines {
    padding: 0 !important;
}
.avail-list-cabin {
    max-height: 500px;
    overflow-y: auto;
}

.ptkod-ticket-scroll {
    max-height: 420px;
    overflow-y: auto;
    padding-right: 6px;
}

.ptkod-ticket-scroll::-webkit-scrollbar {
    width: 6px;
}

.ptkod-ticket-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(4, 131, 173, 0.4);
    border-radius: 10px;
}

.ptkod-ticket-scroll::-webkit-scrollbar-track {
    background: transparent;
}

@media (max-width: 768px) {
    .ptkod-ticket-scroll {
        max-height: 320px;
    }
}

.tconnect-hr {
    height: 2px;
    width: 97%;
    margin: 64px auto;
    border: 2px dashed #0483ad75;
}

.tconnect-hr-24 {
    height: 2px;
    width: 97%;
    margin: 24px auto;
    border: 2px dashed #0483ad75;
}

.service-img.tconnect-accommodation img {
    height: 450px;
    object-fit: cover;
    width: 100%;
}

img.img-fluid.tconnect-accommodation-gallery {
    height: 100px;
    width: 100%;
    object-fit: cover;
}

img.tconnet-vehicle-gallery {
    width: 100%;
    height: 80px;
    object-fit: cover;
}


/* HOVER EFFECT HOSTER SIDEBAR START */
.tconnect-agent-profile {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.tconnect-agent-profile::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  opacity: 0;
  pointer-events: none;
}

.tconnect-agent-profile:hover::before {
  animation: shimmer 2s infinite alternate;
  animation-delay: 1s;
  opacity: 1;
}

.tconnect-agent-profile:hover {
  border: 1px solid #d9d9d97d;
  border-radius: 16px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1),
              0 8px 10px -6px rgba(0, 0, 0, .1);
  transform: translateY(-5px) scale(1.02);
  cursor: pointer;
  /* background-color: #f9f9f9; */
}

@keyframes shimmer {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
/* HOVER EFFECT HOSTER SIDEBAR START */

.plan-card {
  position: relative;
  border-radius: 16px;
  padding: 1.5rem;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.plan-card:hover {
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
              0 8px 10px -6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  background-color: #f4f4f4; /* bisa lo ganti sesuai tema */
}

/* 🌟 Bonus: Cahaya jalan bolak-balik */
.plan-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

.plan-card:hover::before {
  animation: shimmer 1s infinite alternate;
  animation-delay: 1s;
  opacity: 1;
}

@keyframes shimmer {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

.tconnect-thumnail-grid {
    height: 150px;
    width: auto;
}

.heading-with-bar {
  display: flex;
  align-items: center;
  gap: 8px;
}

.heading-with-bar::before {
  content: "";
  width: 6px;
  height: 24px;
  background-color: #0061ae;
  border-radius: 4px;
}

.tconnect-thumbnail-img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 8px;
}

.tconnect-main-img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 12px;
}


.image-slide .slide-images img {
    height: 220px;
    object-fit: cover;
    width: 100%;
    border-radius: 6px;
}

.img-slider .slide-images {
    height: 220px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .image-slide .slide-images img {
        height: 220px;
    }
}
@media (max-width: 767px) {
    .image-slide .slide-images img {
        /* height: 180px; */
    }
}


/* TOUR DETAIL FE  */
.otid-info-tops {
    position: relative;
    background-color: #0061ae1a;
    padding: 8px 16px;
    border-radius: 8px;
    text-decoration-thickness: auto;
    font-size: 12px;
    font-style: italic;
    transition: all 10s ease-in-out;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.otid-info-tops:hover {
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
              0 8px 10px -6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  background-color: #f4f4f4; /* bisa lo ganti sesuai tema */
}

/* 🌟 Bonus: Cahaya jalan bolak-balik */
.otid-info-tops::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, #fcb80017 0%, #fcb80026 50%, #fcb90033 80%);
  transform: skewX(-20deg);
  pointer-events: none;
  animation: shimmer 5s infinite linear;
  opacity: 1;
  color: white!important;
}
@keyframes shimmer {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

/* .shimmered-text {
  display: inline-block;
  background: linear-gradient(120deg, #666, #fcb800, #666);
  background-size: 200% auto;
  color: transparent;
  font-weight: 900;
  -webkit-background-clip: text;
  background-clip: text;
  animation: shimmerText 2.5s linear infinite;
}

@keyframes shimmerText {
  0% {
    background-position: 200% center;
  }
  100% {
    background-position: -200% center;
  }
} */

/* .otid-info-tops:hover::before {
  animation: shimmer 1s infinite alternate;
  animation-delay: 1s;
  opacity: 1;
} */




/* style wp bring here */
.ptkod-tiket-opentrip-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 10px 0;
}
.ptkod-tiket-opentrip-item {
    border: 1px solid #d1d1d16e;
    border-radius: 16px;
    display: grid;
    padding: 8px 16px;
    gap: 6px;
    margin-bottom: 16px;
    border: 2px dashed #cdcdcd;
}
a.review-toggle {
    color: #8f8f8f !important;
    font-weight: 400 !important;
    font-size: 12px;
    letter-spacing: -.4px;
}
.ptkod-tiket-opentrip-item.active {
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, .1), 0 5px 5px -6px rgba(0, 0, 0, .1);
}

.ptkod-tiket-opentrip-item-ticket-dtl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ptkod-tiket-opentrip-item-meeting-point, .ptkod-tiket-opentrip-item-minimal-pesan, .ptkod-tiket-opentrip-item-maksimal-pesan, .ptkod-tiket-opentrip-item-rentang-usia, .ptkod-tiket-opentrip-item-harga {
    display: flex;
    flex-direction: row;
    gap: 5px;
}
.ptkod-tiket-opentrip-item-total-price {
    cursor: pointer;
    /* color: #166534; */
    font-weight: 700;
    font-size: .75rem;
    line-height: 1rem;
    padding-bottom: .5rem;
    padding-top: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    /* background-color: #dcfce7; */
    border-radius: 9999px;
}
.ptkod-summary-detail-price-qty {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #cdcdcd;
}
.ptkod-total-harga {
    margin: 10px 0;
    font-weight: 700;
}
.wrapper-dtl-qty-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.ptkod-tiket-opentrip-item-rentang-usia {
    cursor: pointer;
    color: #1e40af;
    font-weight: 500;
    font-size: .75rem;
    line-height: 1rem;
    padding-bottom: .5rem;
    padding-top: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #dbeafe;
    border-radius: 9999px;
}
.quantity-controls {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.qty-minus, .qty-plus {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #9ca3af;
    background-color: white;
    color: #9ca3af;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    margin: 0 10px;
    padding: 10px;
}
.qty-value {
    width: 20% !important;
}

.qty-value {
    font-size: 18px;
}
/* .ptkod-total-detail-price-qty {
    margin-top: 8px;
} */
.ptkod-total-harga-ticket-pilihan {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ptkod-tiket-opentrip-item-rcnttlea {
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 500;
}
.ptkod-total-harga-ticket-pilihan-information {
    border-top: 1px solid lightgrey;
    padding: 8px 0;
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bcads, .nbv {
    display: grid;
    gap: 8px;
}
.btn-choice-tckt {
    background-color: #4f46e5;
    color: white;
    text-align: center;
    font-size: .75rem;
    line-height: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: .25rem;
    padding-top: .25rem;
    border-radius: 9999px;
    font-weight: 500;
    cursor: pointer;
}

/* Default (Desktop): modal normal */
.slide-up-modal {
  max-width: 982px; /* Sesuai modal-xl */
  margin: 1.75rem auto;
  align-items: center;
  display: flex;
}

/* Mobile (<=576px): full width, slide dari bawah */
@media (max-width: 576px) {
  .slide-up-modal {
    width: 100vw;
    max-width: 100%;
    height: 85vh;
    margin: 0;
    bottom: 0;
    position: fixed;
    align-items: flex-end;
  }

  .slide-up-modal .modal-content {
    height: 100vh;
    border-radius: 1rem 1rem 0 0;
    animation: slideUp 0.3s ease-out;
    overflow-y: auto;
  }

  @keyframes slideUp {
    from {
      transform: translateY(100%);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
}


@media (max-width: 768px) {
  .btn-choice-tckt {
    font-size: .75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: .25rem;
    padding-top: .25rem;
  }
  .ptkod-tiket-opentrip-item-total-price {
    font-size: .75rem;
    line-height: .8rem;
    padding: 0.3rem;
    /* background-color: #dcfce7; */
    border-radius: 9999px;
  }
  .ptkod-tiket-opentrip-item {
    border-radius: 8px;
    padding: 8px 16px;
    gap: 4px;
    margin-bottom: 16px;
  }
}

/* .date-modal-picker {
    border: 1px solid #e7e7e7;
    border-radius: 9999px;
    padding: 4px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
} */

.date-modal-picker {
  border: 1px solid #adadad;
  border-radius: 9999px;
  padding: 4px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.date-modal-picker input[type="text"] {
  border: none !important;
  outline: none;
  box-shadow: none;
  background: transparent;
  width: 100%;
  font-size: 14px;
  padding: 4px 0;
}

.date-modal-picker input[type="text"]::placeholder {
  color: #bbb;
}

/* Biar ikon ga terlalu mepet */
.date-modal-picker i {
  margin-left: 8px;
  font-size: 16px;
  flex-shrink: 0;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

.date-modal-picker {
  cursor: pointer;
}
.date-modal-picker input {
  cursor: inherit;
}

.preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: white;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.preloader__wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 95px;
  border-radius: 30px;
  background-color: white;
  box-shadow: 0px 2px 24px 0px #00000014;
  animation-name: preloaderWraper;
  animation-iteration-count: infinite;
  animation-duration: 1.8s;
  animation-timing-function: ease;
}

.preloader__icon {
  position: absolute;
  animation-name: preloader;
  animation-iteration-count: infinite;
  animation-duration: 1.8s;
  animation-timing-function: ease;
}

.preloader__title {
  font-size: 47px;
  font-weight: 600;
  line-height: 68px;
  letter-spacing: 0em;
  margin-top: 16px;
}

@media (max-width:768px) {
  .preloader__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    margin-top: 16px;
  }
  .card-bg-light {
    padding: 4px!important;
  }
  .bg-light-200.card-bg-light.mb-4.destour-otid {
    margin-bottom: 1rem !important;
  }
  #price-dekstop-otid {
    display: none;
  }
  .container.footer-desk {
    display: none;
  }
  .footer-bottom.footer-desk {
    display: none;
  }
  #tourdet-dekstop-otid {
    display: none;
  }
  .breadcrumb-bar {
    padding: 60px 0 15px!important;
    z-index: 10;
  }
  button.btn-seartri {
    border: none;
    margin: auto;
    height: 45px;
    padding: 0px!important;
  }
  span.position-absolute.top-50.end-0.translate-middle-y.d-inline-flex.align-items-center.justify-content-center.me-2 {
    top: 23px !important;
    right: 19px !important;
  }
  .searchtig {
    padding-bottom: 16px;
    position: fixed;
    width: 100%;
    top: 65px;
    display: block!important;
  }
  .container.breadcumb-mobs {
    padding: 70px 15px 0px 15px;
  }
}

.searchtig {
  display: none;
}

.preloader.-is-hidden {
  opacity: 0;
  pointer-events: none;
}

@keyframes preloaderWraper {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: none;
  }
}

@keyframes preloader {
  0% {
    transform: translateY(180%) scale(1);
  }
  50% {
    transform: translateY(0%) scale(1.2);
  }
  100% {
    transform: translateY(-180%);
  }
}
