.date-info {
    /* background: #F5F8FA; */
    /* border: 1px solid #f7f7f7; */
    border-radius: 9999px;
    display: flex;
    align-items: center;
    gap: 4px;
    /* padding: 4px 8px; */
    justify-content: space-between;
}
.date-infos {
    display: flex;
    align-items: center;
    gap: 2px;
    border-top: 1px solid #ede7e7;
    padding: 10px 0 0 0;
    margin-top: 8px;
}
.date-info p {
    color: #7d7f83;
    font-size: 11px;
}
.date-card-text {
    color: #1e40af !important;
    font-weight: 500;
    font-size: .75rem !important;
    line-height: 1rem;
    padding: .25rem .5rem;
    background-color: #dbeafe;
    border-radius: 9999px;
}

.ptp-10 {
  padding-top: 10px;
}
.ptp-20 {
  padding-top: 20px;
}
.ptp-30 {
  padding-top: 30px;
}
.ptp-40 {
  padding-top: 40px;
}
.ptp-50 {
  padding-top: 50px;
}
.ptp-60 {
  padding-top: 60px;
}
.ptp-70 {
  padding-top: 70px;
}
.ptp-80 {
  padding-top: 80px;
}
.ptp-90 {
  padding-top: 90px;
}
.ptp-100 {
  padding-top: 100px;
}
.ptp-110 {
  padding-top: 110px;
}
.ptp-120 {
  padding-top: 120px;
}
.ptp-130 {
  padding-top: 130px;
}
.ptp-140 {
  padding-top: 140px;
}
.ptp-150 {
  padding-top: 150px;
}
.ptp-160 {
  padding-top: 160px;
}
.ptp-170 {
  padding-top: 170px;
}
.ptp-180 {
  padding-top: 180px;
}
.ptp-190 {
  padding-top: 190px;
}
.ptp-200 {
  padding-top: 200px;
}

.pbp-10 {
  padding-bottom: 10px;
}
.pbp-20 {
  padding-bottom: 20px;
}
.pbp-30 {
  padding-bottom: 30px;
}
.pbp-40 {
  padding-bottom: 40px;
}
.pbp-50 {
  padding-bottom: 50px;
}
.pbp-60 {
  padding-bottom: 60px;
}
.pbp-70 {
  padding-bottom: 70px;
}
.pbp-80 {
  padding-bottom: 80px;
}
.pbp-90 {
  padding-bottom: 90px;
}
.pbp-100 {
  padding-bottom: 100px;
}
.pbp-110 {
  padding-bottom: 110px;
}
.pbp-120 {
  padding-bottom: 120px;
}
.pbp-130 {
  padding-bottom: 130px;
}
.pbp-140 {
  padding-bottom: 140px;
}
.pbp-150 {
  padding-bottom: 150px;
}
.pbp-160 {
  padding-bottom: 160px;
}
.pbp-170 {
  padding-bottom: 170px;
}
.pbp-180 {
  padding-bottom: 180px;
}
.pbp-190 {
  padding-bottom: 190px;
}
.pbp-200 {
  padding-bottom: 200px;
}


.shadow {
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15) !important;
}

.ptkod-schedule-ribbon-type {
    position: absolute;
    background-color: #fcb800;
    padding: 0 8px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 500;
    top: 14px;
    margin-left: 12px;
    z-index: 1;
}

/* Bungkus gambar biar ga keluar batas */
.tourCard__image {
  overflow: hidden;       /* biar gambar ga lewat */
  border-radius: 12px;    /* ikut radius parent */
  position: relative;
}

/* Gambar default */
.tourCard__image img {
  transition: transform 0.5s ease; /* animasi halus */
  transform: scale(1);             /* posisi normal */
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Saat hover, zoom in */
.tourCard:hover .tourCard__image img {
  transform: scale(1.1); /* zoom in */
}
.input-group.otid-popsearchs {
    background-color: white;
    padding: 1px 16px;
}

/* Favorite heart: turn red when active */
.tourCard__favorite .icon-heart.text-accent-1 {
  color: #ffffff !important; /* red-600 */
  font-weight: 900;
}
.tourCard__favorite .js-like-tour.is-active .icon-heart {
  color: #ffffff !important;
  font-weight: 900;
}
button.tourCard__favorite.shadow.js-like-tour.is-active {
    background: #e11d48;
}
.g-0 {
  gap: 0rem !important;
}
.g-1 {
  gap: 0.25rem !important;
}
.g-2 {
  gap: 16px !important;
}
.g-3 {
  gap: 24px !important;
}
.g-4 {
  gap: 32px !important;
}
.g-5 {
  gap: 48px !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
  font-size: 15px;
  line-height: 1.4;
  -webkit-text-decoration-line: line-through;
  color: var(--icon, #C6C6D2);
}

.bortop {
  border-top: 1px solid #ede7e7;
  padding: 10px 0 0 0;
  margin-top: 8px;
}
.tourCard.-type-2 .tourCard__info > *:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
}
.ribbon-list {
  background-color: #fcb800;
  padding: 0 8px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 500;
  margin-left: 12px;
  z-index: 1;
}

.tourCard.-type-2 .tourCard__image {
    width: 200px;
    max-height: 150px;
    min-height: 149px;
}
.tourCard.-type-2 .tourCard__info {
    padding: 5px 16px 16px 16px;
    width: 275px;
}
.tourCard.-type-2 {
    padding: 0px;
}
.tourCard.-type-2 .tourCard__badge {
    top: 8px;
    left: 8px;
}
.tourCard.-type-2 .tourCard__info > *:nth-child(2) {
    padding: 10px 0;
    margin-top: 0px;
}
.tourCard__location.text-muted.small {
    font-size: 14px;
}
.gap-md-0 {
  gap: 0px !important;
}
.gap-1 {
  gap: 4px !important;
}
.d-md-inline-flex {
  display: none !important;
}

.otid-mapiframe iframe {
    height: 250px;
    width: 100%;
    border-radius: 12px;
}

img.img-ratio.rounded-12.otidprovince-img {
    max-height: 220px;
}

.featureCard.-type-1 .featureCard__content h4 {
    line-height: 20px;
    padding-bottom: 4px;
}

/* default: sembunyikan */
.only-desktop { display: none; }

/* tampilkan mulai desktop */
@media (min-width: 768px) {
  .only-desktop { display: inline-flex; }
}


@media (max-width: 768px) {
  .tourCard.-type-2 .tourCard__content,
  .tourCard.-type-2 .tourCard__info {
    padding: 10px!important;
  }
  .date-card-text {
    color: #1e40af !important;
    font-size: .7rem !important;
  }
  h4.text-20.fw-500.text-white.prov-mobs {
    font-size: 14px !important;
  }
  .text-14.lh-14.text-white.act-prov-mobs {
    font-size: 12px !important;
  }
  .tourCard.-type-2 {
    gap: 0px;
    background: white;
  }
  .tourCard.-type-2 .tourCard__image {
    max-height: 150px;
    min-height: 149px;
  }
  .pageHeader.-type-1 .pageHeader__content {
      margin-bottom: 150px;
  }
  img.img-ratio.rounded-12.otidprovince-img {
    max-height: 145px;
  }
  .text-18 {
    font-size: 14px !important;
  }
  .text-14 {
    font-size: 13px !important; 
  } 

}



/* Province description excerpt formatting */
#province-desc-excerpt {
  white-space: normal;
  line-height: 1.7;
  text-align: justify;
  word-break: break-word;
}


/* Banner Slider */
#tranding {
  --primary: #ec994b;
  --white: #ffffff;
  --bg: #f5f5f5;
  padding: 0;
}

#tranding .containers {
  max-width: 124rem;
  margin: 0 auto;
  padding: 0rem;
}

#tranding .tranding-slider {
  position: relative;
  height: 34rem;
  padding: 2rem 0;
}

#tranding .tranding-slide {
  position: relative;
  width: 37rem;
  height: 21rem;
  border-radius: 1rem;
  overflow: hidden;
}

#tranding .tranding-slide .tranding-slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 1rem;
  object-position: center;
}

#tranding .tranding-slide .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 1rem;
  z-index: 1;
}

#tranding .tranding-slide .tranding-slide-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 20px;
  color: #fff;
}

#tranding .tranding-slide .food-price {
    position: absolute;
    top: 1rem;
    right: 2rem;
    color: #c9c9c9;
    font-size: 16px;
    text-decoration: line-through;
    font-style: italic;
    font-weight: 400;
}
#tranding .tranding-slide .food-price-sale {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: var(--white);
  font-size: 22px;
}
.tranding-slide .tranding-slide-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 20px;
  color: #fff;
}

#tranding .tranding-slide .tranding-slide-content-bottom {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  color: var(--white);
}

#tranding .food-rating {
  display: flex;
  gap: 0.5rem;
  padding-top: 0rem;
  align-items: center;
}
.banner-rating {
    font-size: 15px;
}
#tranding .banner-rating ion-icon {
  color: var(--primary);
  height: 16px;
  width: 16px;
}

#tranding .swiper-slide-shadow-left,
#tranding .swiper-slide-shadow-right {
  display: none;
}

#tranding .tranding-slider-control {
  position: relative;
  bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#tranding .tranding-slider-control .swiper-button-next {
  left: 58%;
  transform: translateX(-58%);
}

#tranding .tranding-slider-control .slider-arrow {
  position: absolute;
  left: 42%;
  transform: translateX(-42%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: var(--white);
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
  display: none;
}

#tranding .tranding-slider-control .slider-arrow ion-icon {
  font-size: 2rem;
  color: #222224;
}

#tranding .tranding-slider-control .slider-arrow::after {
  display: none;
}

#tranding .tranding-slider-control .swiper-pagination {
  position: relative;
  width: 15rem;
  bottom: 1rem;
}

#tranding .tranding-slider-control .swiper-pagination .swiper-pagination-bullet {
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

#tranding .tranding-slider-control .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
}

.banloc-slide {
    font-weight: 400;
    color: #d3d3d3 !important;
  }

@media (max-width: 990px) {
  #tranding .tranding-slider-control .swiper-button-next {
    left: 70%;
    transform: translateX(-70%);
    display: none;
  }

  #tranding .tranding-slider-control .swiper-button-prev {
    left: 30%;
    transform: translateX(-30%);
    display: none;
  }
}

@media (max-width: 500px) {
  #tranding .tranding-slider {
    height: 18rem;
  }

  #tranding .tranding-slide {
    width: 14rem;
    height: 16rem;
  }
  h2.food-name {
    font-size: 14px!important;
    line-height: 16px!important;
    margin-bottom: 0px!important;
  }
  #tranding .tranding-slide .food-price-sale {
    font-size: 14px!important;
    right: 1rem;
  }
  #tranding .tranding-slide .food-price {
    top: 1.2rem!important;
    font-size: 11px!important;
    right: 1rem;
  }
  span.ban-rat {
    color: #f7f7f7;
    font-size: 12px!important;
    padding-top: 0px!important;
  }
  #tranding .tranding-slide .tranding-slide-content {
    padding: 10px;
  }
  #tranding .tranding-slide .tranding-slide-content-bottom {
    left: 1rem;
  }
  .rib-bann-slid {
    margin-bottom: 4px;
  }
  .banner-rating {
    font-size: 14px!important;
  }
  #tranding .banner-rating ion-icon {
    height: 22px!important;
    width: 18px!important;
  }
  #tranding .tranding-slider-control {
    bottom: 1rem!important;
  }
  #tranding .tranding-slider {
    padding: 0rem 0!important;
  }
  #tranding .tranding-slide .tranding-slide-img {
    height: 16rem;
  }
  .banloc-slide {
    font-size: 12px;
    font-weight: 400;
    color: #d3d3d3 !important;
  }
}

@media (max-width: 450px) {
  #tranding .tranding-slider-control .swiper-button-next {
    left: 80%;
    transform: translateX(-80%);
  }

  #tranding .tranding-slider-control .swiper-button-prev {
    left: 20%;
    transform: translateX(-20%);
  }
}

h2.food-name {
    color: #f7f7f7;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 4px;
}
span.ban-rat {
    color: #f7f7f7;
    font-size: 14px;
    font-weight: 400;
}

.rib-bann-slid {
    background-color: #fcb800;
    padding: 0 8px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 500;
    width: fit-content;
    color: #0a0a0a;
    margin-bottom: 8px;
}

.sec-topotid {
    padding-top: 100px !important;
}
.sec-topotid-22 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

@media (max-width: 768px) {
  .sec-topotid-22 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

.w-1\/5.lg\:w-1\/3.md\:w-1\/2.\32 5\%-width {
    width: 25% !important;
}

@media (max-width: 768px) {
  h2.text-30 {
    font-size: 22px !important;
  }
  .w-1\/5.lg\:w-1\/3.md\:w-1\/2.\32 5\%-width {
    width: 50% !important;
  }
  span.spansee-all {
    font-size: 12px;
  }
  i.icon-arrow-top-right.text-16 {
    font-size: 10px !important;
  }
  .sec-topotid {
    padding-top: 55px !important;
  }
  .featureCard.-type-1 .featureCard__content h4 {
    line-height: 16px;
    padding-bottom: 2px;
  }

  .featureCard.-type-1 .featureCard__content h4 {
      font-size: 14px;
      font-weight: 500;
  }
  .card-slide-otid {
    padding-right: 4px;
    /* padding-left: 4px; */
  }
  .is_mobile_space {
    min-height: 40px;
  }
  .is_mobile_true {
    display: none;
  }
}


.fa-brands, .fab {
    font-weight: 400;
}
.fa-instagram:before {
    content: "\f16d";
}
ul.card-links li {
    list-style: none !important;
    margin: 0px !important;
    padding: 0px !important;
}
ul.footer-menu li {
    list-style: none;
    padding: 0px !important;
    margin: 0px !important;
}
ul.footer-menu {
    margin: 0px !important;
}
