/* BERKAS TURUNAN -- JANGAN DISUNTING TANGAN.
 * Dibangkitkan tools/bangun_css_komponen_kapal.py dari bundel tema
 * front_v2, dikurangi aturan elemen polos dan disaring ke kelas yang
 * benar-benar dipakai halaman detail kapal. Sunting sumbernya, lalu
 * jalankan ulang skripnya. (T-053) */
/* === dari front_v2/assets/css/main.css === */
.gx-10{
  --bs-gutter-x: 10px;
}.gx-25{
  --bs-gutter-x: 25px;
}.fix{
  overflow: hidden;
}.p-relative{
  position: relative;
}@media (min-width: 1400px){.container-1350{
    max-width: 1350px;
  }}.fw-500{
  font-weight: 500;
}.fw-600{
  font-weight: 600;
}.fw-700{
  font-weight: 700;
}.tp-ff-inter{
  font-family: var(--tp-ff-inter);
}.back-to-top-wrapper{
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}@media (max-width: 574.98px){.back-to-top-wrapper{
    right: 20px;
    bottom: 20px;
  }}.back-to-top-wrapper.back-to-top-btn-show{
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}.tp-btn{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  
  border-radius: 50px;
  padding: 15px 24px;
  display: inline-block;
  line-height: 1;
  transition: all 0.4s ease;
  width: fit-content;
  font-family: var(--tp-ff-p);
  text-align: center;
  background: linear-gradient(135deg, rgb(47 45 45 / 20%), rgba(255, 255, 255, 0.1));
  color: white;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 4px 12px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}.text-muted{
  --bs-text-opacity: 1;
  color: #6b7280 !important;
}.tp-btn svg{
  margin-left: 2px;
}.tp-btn:hover{
  
  background: #707273;
  color: var(--tp-common-white);
}.tp-btn-xl{
  padding: 22px 24px;
}.nice-select.small{
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}.nice-select.small::after{
  height: 4px;
  width: 4px;
}.nice-select.small .option{
  line-height: 34px;
  min-height: 34px;
}.tp-breadcrumb-title{
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
  font-size: 48px;
}@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px){.tp-breadcrumb-title{
    font-size: 42px;
  }}@media (max-width: 574.98px){.tp-breadcrumb-title{
    font-size: 28px;
  }}.tp-breadcrumb-title.titel-black{
  color: var(--tp-common-black);
}.tp-breadcrumb-title.fs-112{
  font-size: 112px;
  text-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
  
}@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px){.tp-breadcrumb-title.fs-112{
    font-size: 62px;
  }}@media (max-width: 574.98px){.tp-breadcrumb-title.fs-112{
    font-size: 42px;
  }}.tp-breadcrumb-title.fs-112.shadow-none{
  text-shadow: none;
}.breadcrumbs{
  padding-top: 54px;
}.breadcrumbs ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.breadcrumbs ul li{
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-grey-1);
  list-style: none;
  position: relative;
}.breadcrumbs ul li:not(:last-child){
  padding-right: 18px;
  margin-right: 8px;
}.breadcrumbs ul li:not(:last-child)::before{
  position: absolute;
  content: "\f105";
  font-family: var(--tp-ff-fontawesome);
  top: 0;
  right: 0;
  color: var(--tp-common-black);
}.breadcrumbs ul li a{
  font-weight: 500;
  color: var(--tp-common-black);
}.breadcrumbs ul li a:hover{
  color: var(--tp-theme-1);
}.tp-header-search .tp-input{
  font-family: var(--tp-ff-inter);
  font-weight: 400;
  font-size: 13px;
  color: var(--tp-common-black);
  border-radius: 50px;
  width: 305px;
  height: 36px;
  border: 1px solid transparent;
  padding-left: 44px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
  color: white;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 4px 12px rgba(0, 0, 0, 0.1);
}@media only screen and (min-width: 1200px) and (max-width: 1399px){.tp-header-search .tp-input{
    width: 240px;
  }}@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px){.tp-header-search .tp-input{
    width: 100%;
    height: 44px;
    border: 1px solid #0000001a;
  }}.tp-header-search .tp-input:focus{
  border-color: var(--tp-theme-1);
  background: transparent;
}.tp-header-search .tp-input::placeholder{
  color: var(--tp-grey-2);
  font-weight: 400;
  font-size: 13px;
}.tp-header-search:has(.tp-input:focus) .tp-header-typing-wrap{
  opacity: 0;
  transform: translateY(-5px);
  visibility: hidden;
}.tp-header-one .tp-header-search .tp-input{
  font-size: 14px;
  width: 280px;
  padding-right: 44px;
  padding-left: 26px;
}.tp-header-one .tp-header-search .tp-input::placeholder{
  font-size: 14px;
}@media only screen and (min-width: 1200px) and (max-width: 1399px){.tp-header-one .tp-header-search .tp-input{
    width: 240px;
  }}.tp-header-two .tp-header-search .tp-input{
  border-radius: 0;
  width: 105px;
  height: 25px;
  border: none;
  background: transparent;
  padding-left: 22px;
  padding-right: 0;
}.tp-header-two .tp-header-search .tp-input::placeholder{
  font-size: 13px;
  letter-spacing: -0.03em;
  color: #5b5f60;
}.tp-header-5 .tp-header-search .tp-input{
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.06);
  background: var(--tp-common-white);
  border: 1px solid rgba(17, 17, 17, 0.1);
}.tp-header-5 .tp-header-search .tp-input:focus{
  border-color: var(--tp-theme-1);
}.media-skeleton-frame{
  position: relative;
  overflow: hidden;
  max-width: 100%;
  border-radius: inherit;
  vertical-align: middle;
}picture.media-skeleton-frame,
.media-skeleton-frame-block{
  display: block;
  width: 100%;
}.media-skeleton-frame::after{
  position: absolute;
  z-index: 2;
  content: "";
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background-color: #e8ecef;
  background-image: linear-gradient(90deg, #e8ecef 25%, #f6f8f9 40%, #e8ecef 65%);
  background-size: 200% 100%;
  transition: opacity 180ms ease;
}.media-skeleton-frame > img{
  transition: opacity 220ms ease;
}.media-skeletons-enabled .media-skeleton-frame.media-skeleton-loading::after{
  opacity: 1;
  animation: media-skeleton-shimmer 1.4s linear infinite;
}.media-skeletons-enabled .media-skeleton-frame.media-skeleton-loading > img{
  opacity: 0 !important;
}.media-skeleton-frame.media-skeleton-loaded > img{
  opacity: 1;
}@media (prefers-reduced-motion: reduce){.media-skeleton-frame::after,
  .media-skeleton-frame > img{
    transition: none;
  }}.tp-offcanvas .tp-header-search .tp-input{
  width: 100%;
}.tp-btn-2{
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--tp-common-white);
  background: #255c6d;
  border-radius: 50px;
  padding: 15px 24px;
  display: inline-block;
  line-height: 1;
  transition: all 0.4s ease;
  width: fit-content;
  font-family: var(--tp-ff-p);
  text-align: center;
}.tp-btn-2 svg{
    color: #ffffffba;
    width: 12px;
}.postbox-comment .tp-tour-review-item{
  margin-bottom: 33px;
}.tp-footer-subscribe-form .tp-input{
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.02);
  background: var(--tp-common-white);
  border-radius: 60px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #00000012;
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-common-black);
  padding-left: 56px;
  padding-right: 140px;
}.tp-footer-subscribe-form .tp-input:focus{
  border-color: rgba(255, 91, 0, 0.3);
}.tp-footer-subscribe-form .tp-input::-webkit-input-placeholder{
  
  color: var(--tp-grey-1);
  font-weight: 400;
  font-size: 14px;
}.tp-footer-subscribe-form .tp-input::-moz-placeholder{
  
  color: var(--tp-grey-1);
  font-weight: 400;
  font-size: 14px;
}.tp-footer-subscribe-form .tp-input:-moz-placeholder{
  
  color: var(--tp-grey-1);
  font-weight: 400;
  font-size: 14px;
}.tp-footer-subscribe-form .tp-input:-ms-input-placeholder{
  
  color: var(--tp-grey-1);
  font-weight: 400;
  font-size: 14px;
}.tp-footer-subscribe-form .tp-input::placeholder{
  
  color: var(--tp-grey-1);
  font-weight: 400;
  font-size: 14px;
}.tp-footer-three-subscribe-form .tp-input{
  box-shadow: none;
  background: #f7f9f9;
  padding-left: 30px;
  padding-right: 75px;
}.tp-footer-three-subscribe-form .tp-input:focus{
  background: transparent;
}.tp-footer-6-subscribe-form .tp-input{
  height: 80px;
  background: #fefbf5;
  font-size: 16px;
}.tp-footer-6-subscribe-form .tp-input::placeholder{
  font-size: 16px;
}.tp-hero-4-form.tp-footer-subscribe-form .tp-input{
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 500px;
  height: 60px;
  background: rgba(255, 255, 255, 0.03);
  font-size: 16px;
  color: var(--tp-common-white);
}.tp-hero-4-form.tp-footer-subscribe-form .tp-input::placeholder{
  color: var(--tp-common-white);
  font-size: 16px;
}.tp-booking-location .tp-input{
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-black);
  padding-left: 50px;
  border-radius: 100px;
  width: 100%;
  height: 50px;
  border: none;
  background: transparent;
}.tp-booking-location .tp-input:focus{
  border: none;
}.tp-booking-location .tp-input::-webkit-input-placeholder{
  
  
  color: rgb(197, 193, 193);
  font-weight: 400;
  font-size: 16px;
}.tp-booking-location .tp-input::-moz-placeholder{
  
  
  color: rgb(197, 193, 193);
  font-weight: 400;
  font-size: 16px;
}.tp-booking-location .tp-input:-moz-placeholder{
  
  
  color: rgb(197, 193, 193);
  font-weight: 400;
  font-size: 16px;
}.tp-booking-location .tp-input:-ms-input-placeholder{
  
  
  color: rgb(197, 193, 193);
  font-weight: 400;
  font-size: 16px;
}.tp-booking-location .tp-input::placeholder{
  
  
  color: rgb(197, 193, 193);
  font-weight: 400;
  font-size: 16px;
}.tp-booking-quantity .tp-input[type=text]{
  height: 40px;
  line-height: 41px;
  padding: 0 22px;
  font-size: 16px;
  background-color: transparent;
  color: var(--tp-common-black);
  border: 1px solid var(--tp-border-1);
  border-radius: 50px;
  text-align: center;
  width: 100px;
}.tp-booking-col-3 .tp-input{
  padding-right: 80px;
}.tp-booking-form-one .tp-booking-location .tp-input{
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 50px;
  background: transparent;
}.tp-booking-form-one .tp-btn{
  padding: 17px 24px;
}.tp-booking-form-two .tp-booking-location .tp-input{
  padding-right: 67px;
}.tp-booking-3-form .tp-booking-location-input .tp-input{
  padding-left: 0;
  border-radius: 0px;
  height: 28px;
  line-height: 1;
  font-size: 14px;
}.tp-booking-3-form .tp-booking-location-input .tp-input::-webkit-input-placeholder{
  
  font-size: 14px;
}.tp-booking-3-form .tp-booking-location-input .tp-input::-moz-placeholder{
  
  font-size: 14px;
}.tp-booking-3-form .tp-booking-location-input .tp-input:-moz-placeholder{
  
  font-size: 14px;
}.tp-booking-3-form .tp-booking-location-input .tp-input:-ms-input-placeholder{
  
  font-size: 14px;
}.tp-booking-3-form .tp-booking-location-input .tp-input::placeholder{
  
  font-size: 14px;
}.tp-booking-3-form .tp-booking-col-3 .tp-booking-location-input .tp-input{
  padding-right: 152px;
}.tp-booking-6-form .tp-booking-location-input .tp-input{
  height: 60px;
  background: var(--tp-grey-3);
  border-radius: 6px;
}.tp-booking-6-form .tp-booking-location-input .tp-input{
  padding-right: 20px;
}.daterangepicker .drp-buttons .btn.cancelBtn{
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}@media (max-width: 574.98px){.daterangepicker .drp-buttons .btn.cancelBtn{
    margin-bottom: 5px;
  }}.daterangepicker .drp-buttons .btn.cancelBtn:hover{
  background: var(--tp-theme-1);
}.daterangepicker .drp-buttons .btn{
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border-color: transparent;
}.daterangepicker .drp-buttons .btn:hover{
  background: var(--tp-common-red);
}.daterangepicker.only-time-picker .drp-buttons .btn{
  margin-left: 3px;
}.tp-tour-item{
  backdrop-filter: blur(32px);
  box-shadow: 0 9px 20px 0 rgb(0 0 0 / 13%);
  background: #ffffff;
  border-radius: 16px;
}.tp-tour-item:hover .tp-tour-thumb .image::before{
  opacity: 1;
  visibility: visible;
}.tp-tour-item:hover .tp-tour-thumb .image img{
  transform: scale(1.1);
}.tp-tour-item:hover .tp-tour-media-meta span,
.tp-tour-item:hover .tp-tour-media-meta a{
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}.tp-tour-item:hover .tp-tour-media-meta span:nth-child(1),
.tp-tour-item:hover .tp-tour-media-meta a:nth-child(1){
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}.tp-tour-item:hover .tp-tour-media-meta span:nth-child(2),
.tp-tour-item:hover .tp-tour-media-meta a:nth-child(2){
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}.tp-tour-item:hover .tp-tour-media-meta span:nth-child(3),
.tp-tour-item:hover .tp-tour-media-meta a:nth-child(3){
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}.tp-tour-thumb{
  border-radius: 16px 16px 0 0;
}.tp-tour-thumb .image{
  position: relative;
  display: block;
  height: 233px;
}@media only screen and (min-width: 576px) and (max-width: 767px){.tp-tour-thumb .image{
    height: 320px;
  }}.tp-tour-thumb .image::before{
  position: absolute;
  content: "";
  background: rgba(7, 21, 22, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 1;
}.tp-tour-thumb .image img{
  transition: all 0.4s ease;
  height: 100%;
  width: 100%;
  object-fit: cover;
}.tp-tour-review span{
  color: var(--tp-common-yellow);
}.tp-tour-review-score{
  font-size: 14px;
  letter-spacing: -0.05em;
  color: var(--tp-grey-1);
  margin-top: 2px;
}.tp-tour-title{
  font-size: 24px;
  line-height: 125%;
}@media only screen and (min-width: 1600px) and (max-width: 1700px){.tp-tour-title{
    font-size: 23px;
  }}@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px){.tp-tour-title{
    font-size: 20px;
    line-height: 18px;
  }}.tp-tour-title a:hover{
  color: var(--tp-theme-1);
}.tp-tour-info{
  border-bottom: 1px solid rgba(7, 21, 22, 0.1);
  padding-bottom: 17px;
  margin-bottom: 0px;
}.tp-tour-info>span,
.tp-tour-info-date>span,
.tp-tour-info a{
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: var(--tp-grey-1);
  display: inline-block;
  align-items: center;
  position: relative;
}.tp-tour-info>span:first-child,
.tp-tour-info a:first-child{
  margin-bottom: 4px;
  margin-right: 0;
  padding-right: 0;
  display: block;
}.tp-tour-info>span:first-child::before,
.tp-tour-info a:first-child::before{
  display: none;
}.tp-tour-info>span:not(:last-child),
.tp-tour-info a:not(:last-child){
  margin-right: 10px;
  padding-right: 10px;
}@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px){.tp-tour-info>span:not(:last-child),
  .tp-tour-info a:not(:last-child){
    margin-right: 7px;
  }}.tp-tour-info>span:not(:last-child)::before,
.tp-tour-info a:not(:last-child)::before{
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background: rgba(17, 17, 17, 0.08);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}.tp-tour-info>span svg,
.tp-tour-info a svg{
  transform: translateY(-1px);
  margin-right: 2px;
}.text-primary{
  color: rgb(5 73 173) !important;
}.tp-tour-old-price{
  text-decoration: line-through;
}.tp-tour-new-price{
  font-size: 22px;
  letter-spacing: -0.04em;
  color: var(--tp-theme-1);
  font-weight: 600;
  font-family: 'DM Sans', serif;
}@media only screen and (min-width: 992px) and (max-width: 1199px){.tp-tour-new-price{
    font-size: 22px;
  }}.tp-tour-top-price span{
  font-size: 14px;
  letter-spacing: -0.01em;
  color: var(--tp-grey-1);
}.tp-tour-suffix{
  font-size: 14px;
  color: var(--tp-grey-1);
  display: inline-block;
  transform: translateY(-1px);
}.tp-tour-content{
  padding: 14px 24px 20px 24px;
}.tp-tour-media-meta{
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 1;
}.tp-tour-media-meta span,
.tp-tour-media-meta a{
  border-radius: 24px;
  width: 29px;
  height: 29px;
  box-shadow: 0 1px 20px 0 rgba(17, 17, 17, 0.25);
  background: var(--tp-common-white);
  color: var(--tp-common-black);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}.tp-tour-media-meta span:hover,
.tp-tour-media-meta a:hover{
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  transition: all 0.4s ease;
}.tp-tour-list .tp-tour-thumb{
  width: 457px;
  height: 374px;
  border-radius: 8px;
  flex: 0 0 auto;
}@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px){.tp-tour-list .tp-tour-thumb{
    width: 257px;
    height: 330px;
  }}@media only screen and (min-width: 992px) and (max-width: 1199px){.tp-tour-list .tp-tour-thumb{
    width: 357px;
    height: 330px;
  }}@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px){.tp-tour-list .tp-tour-thumb{
    width: 100%;
    height: 100%;
  }}.tp-tour-list .tp-tour-thumb .image{
  height: 100%;
}@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px){.tp-tour-list .tp-tour-title br{
    display: none;
  }}.tp-tour-list .tp-tour-item{
  display: flex;
  align-items: center;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 16px;
  padding: 25px;
}@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px){.tp-tour-list .tp-tour-item{
    flex-wrap: wrap;
  }}@media (max-width: 574.98px){.tp-tour-list .tp-tour-item{
    padding: 20px;
  }}.tp-tour-list .tp-tour-content{
  width: 100%;
  padding-left: 50px;
}@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px){.tp-tour-list .tp-tour-content{
    padding-left: 24px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }}@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px){.tp-tour-list .tp-tour-content{
    padding: 0;
    padding-top: 20px;
  }}.tp-tour-list .tp-tour-info{
  padding-bottom: 26px;
  margin-bottom: 27px;
}.tp-tour-list .tp-tour-media-meta{
  right: auto;
  left: 16px;
}.tp-tour-list .tp-tour-top-price{
  margin-bottom: 4px;
}.tp-tour-list .tp-tour-info>span:not(:last-child),
.tp-tour-list .tp-tour-info a:not(:last-child){
  margin-right: 22px;
  padding-right: 22px;
}@media (max-width: 574.98px){.tp-tour-list .tp-tour-info>span:not(:last-child),
  .tp-tour-list .tp-tour-info a:not(:last-child){
    padding-right: 8px;
    margin-right: 8px;
  }}.tp-tour-list-map .tp-tour-thumb{
  width: 333px;
  height: 330px;
}@media only screen and (min-width: 1400px) and (max-width: 1599px){.tp-tour-list-map .tp-tour-thumb{
    width: 300px;
    height: 300px;
  }}@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px){.tp-tour-list-map .tp-tour-thumb{
    width: 257px;
    height: 330px;
  }}@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px){.tp-tour-list-map .tp-tour-thumb{
    width: 100%;
    height: 100%;
  }}.tp-tour-list-map .tp-tour-info>span svg,
.tp-tour-list-map .tp-tour-info a svg{
  color: var(--tp-theme-1);
}.tp-tour-list-map .tp-tour-info>span:not(:last-child),
.tp-tour-list-map .tp-tour-info a:not(:last-child){
  margin-right: 10px;
  padding-right: 10px;
}.tp-tour-list-map .tp-tour-info{
  padding-bottom: 17px;
  margin-bottom: 12px;
}.tp-tour-list-map .tp-tour-top-price{
  margin-bottom: 0;
}.tp-tour-list-map .tp-tour-content{
  padding-left: 20px;
  padding-right: 0;
}@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px){.tp-tour-list-map .tp-tour-content{
    padding-left: 0;
  }}.tp-tour-gallery-thumb{
  border-radius: 16px;
}.tp-tour-gallery-thumb img{
  transition: all 0.4s ease;
}.tp-tour-gallery-thumb:hover img{
  transform: scale(1.1);
}.tp-tour-gallery-thumb .tp-tour-media-meta{
  left: 32px;
  bottom: 32px;
  right: auto;
}.tp-tour-gallery-thumb .tp-tour-media-meta span,
.tp-tour-gallery-thumb .tp-tour-media-meta a{
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  width: 50px;
  height: 50px;
}.tp-tour-gallery-thumb.gallery .tp-tour-media-meta{
  left: auto;
  right: 32px;
}.tp-tour-gallery-thumb.gallery .tp-tour-media-meta span,
.tp-tour-gallery-thumb.gallery .tp-tour-media-meta a{
  border-radius: 34px;
  width: auto;
  height: auto;
  padding: 7px 22px;
}.tp-tour-gallery-thumb.gallery .tp-tour-media-meta span svg,
.tp-tour-gallery-thumb.gallery .tp-tour-media-meta a svg{
  margin-right: 8px;
}.tp-tour-gallery-thumb.gallery-col-1{
  margin-right: -20px;
}@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px){.tp-tour-gallery-thumb.gallery-col-1{
    margin-right: 0;
  }}.tp-tour-gallery-inner{
  margin-left: 20px;
}@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px){.tp-tour-gallery-inner{
    margin-left: 0;
  }}.tp-tour-red .tp-tour-info>span svg,
.tp-tour-red .tp-tour-info a svg{
  color: var(--tp-theme-1);
}.tour-checkout-form-single .tp-review-input .tp-select{
  width: 100%;
  line-height: 56px;
}.tour-checkout-form-single .tp-review-input .tp-select::after{
  right: 20px;
}.tp-filter-search .tp-input{
  height: 40px;
  border-color: rgba(7, 21, 22, 0.1);
  background: transparent;
  width: 100%;
}.toggle-btn{
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--tp-theme-1);
  margin-top: 15px;
}.tp-review-inner{
  padding: 45px 35px 25px 30px;
  background: var(--tp-grey-3);
  border-radius: 16px;
}.tp-review-rating{
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}.tp-review-rating-star{
  color: var(--tp-theme-1);
  font-size: 18px;
  transform: translateY(-2px);
  margin-right: 8px;
}.tp-review-rating-number{
  font-size: 14px;
  color: var(--tp-grey-1);
}.tp-review-rates span{
  color: var(--tp-theme-1);
}.tp-review-input .tp-label{
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-common-black);
}.tp-review-input .tp-input{
  border-radius: 6px;
  background: var(--tp-grey-3);
  border: 1px solid transparent;
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-black);
  height: 56px;
}.tp-review-input .tp-input:focus{
  background: transparent;
  border: 1px solid var(--tp-theme-1);
}.tp-review-input .tp-input::-webkit-input-placeholder{
  
  color: var(--tp-grey-1);
  font-weight: 400;
  font-size: 16px;
}.tp-review-input .tp-input::-moz-placeholder{
  
  color: var(--tp-grey-1);
  font-weight: 400;
  font-size: 16px;
}.tp-review-input .tp-input:-moz-placeholder{
  
  color: var(--tp-grey-1);
  font-weight: 400;
  font-size: 16px;
}.tp-review-input .tp-input:-ms-input-placeholder{
  
  color: var(--tp-grey-1);
  font-weight: 400;
  font-size: 16px;
}.tp-review-input .tp-input::placeholder{
  
  color: var(--tp-grey-1);
  font-weight: 400;
  font-size: 16px;
}.tp-review-input .tp-textarea{
  height: 180px;
}.tp-review-input .tp-checkbox{
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #e4e4e4;
  outline: none;
  flex: 0 0 auto;
  background: var(--tp-common-white);
  -webkit-transform: translateY(-2.5px);
  -moz-transform: translateY(-2.5px);
  -ms-transform: translateY(-2.5px);
  -o-transform: translateY(-2.5px);
  transform: translateY(-2.5px);
  padding: 0;
  margin-right: 10px;
  transform: translateY(3px);
  border-radius: 4px;
}.tp-review-input .tp-checkbox:checked{
  position: relative;
  background-color: var(--tp-theme-1);
  border-color: transparent;
}.tp-review-input .tp-checkbox:checked::after{
  box-sizing: border-box;
  position: absolute;
  content: "\f00c";
  font-weight: 700;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}.tp-review-input .tp-checkbox:hover{
  cursor: pointer;
}.tp-review-input .tp-agree{
  font-size: 16px;
  color: var(--tp-grey-1);
  cursor: pointer;
}.tp-review-input .tp-agree a{
  text-decoration: underline;
  text-decoration-skip-ink: none;
  display: inline-block;
  color: var(--tp-common-black);
}.tp-review-input .tp-agree a:hover{
  color: var(--tp-theme-1);
}.tp-tour-review-item{
  border-top: 1px solid rgba(20, 20, 20, 0.1);
  padding-top: 32px;
  margin-bottom: 15px;
}.tp-tour-review-item.children{
  margin-left: 80px;
}@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px){.tp-tour-review-item.children{
    margin-left: 0;
  }}.tp-tour-review-form-content{
  display: none;
}.tp-tour-review-form-content p{
  font-family: var(--tp-ff-onest);
  line-height: 28px;
  color: var(--tp-grey-5);
}.tp-tour-review-form-btn .tp-btn{
  padding: 17px 32px;
}.tp-tour-details-meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}.tp-tour-details-meta span{
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-grey-1);
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 39px;
  padding: 2px 15px;
  display: inline-block;
}@media (max-width: 574.98px){.tp-tour-details-meta span{
    border-radius: 12px;
  }}.tp-tour-details-meta span a{
  position: relative;
}.tp-tour-details-meta span a:hover{
  color: var(--tp-theme-1);
}.tp-tour-details-meta span a:not(:last-child)::after{
  content: "/";
  font-family: var(--tp-ff-fontawesome);
  color: var(--tp-grey-1);
  font-size: 14px;
  margin-left: 5px;
}.tp-tour-details-price .tp-tour-prefix{
  color: var(--tp-common-black);
  font-size: 16px;
}.tp-tour-details-price .tp-tour-old-price{
  color: var(--tp-grey-1);
  font-size: 16px;
}.tp-tour-details-price .tp-tour-suffix{
  font-size: 16px;
}.tp-tour-details-price-wrap .tp-tour-review{
  line-height: 1;
  transform: translateY(-2px);
}.tp-tour-details-price-wrap .tp-tour-review span{
  color: var(--tp-theme-1);
}.tp-tour-details-price-wrap .tp-tour-info{
  font-size: 16px;
  padding: 0;
  margin: 0;
  border: none;
  margin-right: 12px;
}.tp-tour-details-price-wrap .tp-tour-info svg{
  color: var(--tp-theme-1);
}.tp-tour-details-price-wrap .tp-tour-info>span,
.tp-tour-details-price-wrap .tp-tour-info a{
  font-size: 16px;
}.tp-tour-details-price-wrap .tp-tour-review-score{
  font-size: 16px;
  margin-top: 0;
  margin-left: 4px;
}.tp-tour-details-wishlist a,
.tp-tour-details-wishlist button{
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-grey-1);
  display: flex;
  align-items: center;
}.tp-tour-details-wishlist a:hover,
.tp-tour-details-wishlist button:hover{
  color: var(--tp-theme-1);
}.tp-tour-details-wishlist a:not(:last-child),
.tp-tour-details-wishlist button:not(:last-child){
  margin-right: 28px;
}.tp-tour-details-wishlist a svg,
.tp-tour-details-wishlist button svg{
  margin-right: 10px;
}@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px){.tp-tour-details-content{
    margin-right: 0;
  }}.tp-tour-details-title{
  font-size: 32px;
}@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px){.tp-tour-details-title br{
    display: none;
  }}@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px){.tp-tour-details-title{
    font-size: 26px;
  }}.tp-tour-details-title .icon{
  transform: translateY(-4px);
}.tp-tour-details-info ul{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px){.tp-tour-details-info ul{
    grid-template-columns: 1fr 1fr;
  }}@media (max-width: 574.98px){.tp-tour-details-info ul{
    grid-template-columns: 1fr;
  }}.tp-tour-details-info ul li{
  list-style: none;
  display: inline-flex;
  align-items: center;
}.tp-tour-details-info-icon{
  width: 32px;
  height: 32px;
  background: var(--tp-grey-3);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  flex: 0 0 auto;
  margin-right: 8px;
}.tp-tour-details-info-content span{
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-grey-1);
  font-family: var(--tp-ff-inter);
}.tp-tour-details-info-content h3{
  font-size: 20px;
}.tp-tour-details-map{
  border-radius: 16px;
  overflow: hidden;
  line-height: 1;
  box-shadow: 0 6px 28px 0 rgb(0 0 0 / 8%);
}.tp-tour-details-map iframe{
  width: 100%;
  height: 300px;
}.tp-tour-details-map-destinations{
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 24px;
}.tp-tour-details-map-destinations a{
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  border-radius: 50px;
  padding: 10px 24px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  background: var(--tp-common-white);
  display: inline-block;
}.tp-tour-details-map-destinations a:hover{
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}.tp-tour-details-map-destinations a svg{
  margin-right: 7px;
}.tp-tour-details-border{
  border-bottom: 1px solid rgba(7, 21, 22, 0.1);
}.tp-tour-details-highlight ul{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}@media (max-width: 574.98px){.tp-tour-details-highlight ul{
    grid-template-columns: 1fr;
  }}.tp-tour-details-highlight ul li{
  list-style: none;
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-grey-1);
  display: flex;
  align-items: center;
}.tp-tour-details-highlight ul li svg{
  color: var(--tp-theme-1);
  margin-right: 8px;
  flex: 0 0 auto;
  
}.tp-tour-details-included ul{
  grid-template-columns: 1fr;
  gap: 17px;
}.tp-tour-details-included ul li svg{
  
}.tp-tour-details-plan-icon{
  position: absolute;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: var(--tp-theme-1);
  top: -10px;
  left: -62px;
  color: var(--tp-common-white);
  z-index: 1;
}.tp-tour-details-plan-list ul{
  position: relative;
  padding-left: 70px;
}.tp-tour-details-plan-list ul::after{
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(7, 21, 22, 0.1);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 25px;
}.tp-tour-details-plan-list ul li{
  list-style: none;
  position: relative;
}.tp-tour-details-plan-list ul li::before{
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: 2px solid var(--tp-theme-1);
  top: 3px;
  left: -55px;
  background: var(--tp-common-white);
  z-index: 1;
}.tp-tour-details-plan-list ul li:not(:last-child){
  padding-bottom: 6px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(7, 21, 22, 0.1);
}.tp-tour-details-plan-list ul li:first-child::before{
  display: none;
}.tp-tour-details-plan-list ul li h4{
  font-weight: 500;
  font-size: 24px;
  color: var(--tp-common-black);
  margin-bottom: 18px;
}.tp-tour-details-init-title{
  font-size: 16px;
  letter-spacing: -0.02em;
}.tp-tour-details-destination-badge{
  font-weight: 500;
  font-size: 14px;
  background: var(--tp-theme-1);
  border-radius: 50px;
  display: inline-block;
  padding: 8px 16px;
  color: var(--tp-common-white);
  line-height: 1;
  margin-bottom: 7px;
  flex: 0 0 auto;
}.tp-tour-details-3-gallery-wrap .tp-tour-gallery-thumb.gallery-col-1{
  margin-right: 45px;
}@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px){.tp-tour-details-3-gallery-wrap .tp-tour-gallery-thumb.gallery-col-1{
    margin-right: 0;
  }}.tp-tour-details-3-gallery-wrap .tp-tour-gallery-inner{
  margin-left: -45px;
}@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px){.tp-tour-details-3-gallery-wrap .tp-tour-gallery-inner{
    margin-left: 0;
  }}.tp-tour-details-3-content-wrap .tp-tour-details-info ul{
  grid-template-columns: 1fr;
  gap: 12px;
}.tp-tour-details-6-bottom-content .tp-tour-details-info ul{
  grid-template-columns: 1fr 1fr 1fr 1fr;
}@media only screen and (min-width: 992px) and (max-width: 1199px){.tp-tour-details-6-bottom-content .tp-tour-details-info ul{
    grid-template-columns: 1fr 1fr 1fr;
  }}@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px){.tp-tour-details-6-bottom-content .tp-tour-details-info ul{
    grid-template-columns: 1fr 1fr;
  }}@media (max-width: 574.98px){.tp-tour-details-6-bottom-content .tp-tour-details-info ul{
    grid-template-columns: 1fr;
  }}.tp-tour-details-6-bottom-content .tp-tour-details-map iframe{
  height: 590px;
}@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px){.tp-tour-details-6-bottom-content .tp-tour-details-map iframe{
    height: 400px;
  }}@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px){.tp-tour-details-6-bottom-content .tp-tour-details-map iframe{
    height: 300px;
  }}.tp-tour-activity-item .tp-tour-details-title{
  width: 260px;
  flex: 0 0 auto;
}@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px){.tp-tour-activity-item .tp-tour-details-title{
    width: 100%;
  }}.tp-tour-guest-reviews-wrap .tp-review-rating{
  background: var(--tp-grey-3);
  border-radius: 10px;
  padding: 44px 20px;
  margin-right: -24px;
}@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px){.tp-tour-guest-reviews-wrap .tp-review-rating{
    margin-right: 0;
  }}.tp-tour-guest-reviews-wrap .tp-review-rating-number{
  font-size: 16px;
}.tp-tour-city-sidebar .tp-tour-info>span:not(:last-child),
.tp-tour-city-sidebar .tp-tour-info a:not(:last-child){
  margin-right: 4px;
  padding-right: 7px;
}.tp-tour-city-sidebar .tp-tour-content{
  padding: 14px 16px 20px 16px;
}.tp-tour-city-sidebar .tp-tour-thumb .image{
  height: 200px;
}@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px){.tp-tour-city-sidebar .tp-tour-thumb .image{
    height: 250px;
  }}.tp-tour-city-sidebar .tp-tour-title{
  font-size: 22px;
}.tp-social-modal-title{
  font-size: 28px;
}.tp-social-modal-icon{
  display: flex;
  gap: 5px;
}.tp-social-modal-icon a{
  width: 42px;
  height: 42px;
  color: var(--tp-grey-1);
  border: 1px solid rgba(17, 17, 17, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}.tp-social-modal-icon a:hover{
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}.tp-social-modal-wrap{
  padding: 30px 35px;
}.tp-faq-btn{
  font-weight: 500;
  font-size: 22px;
  color: var(--tp-common-black);
  padding: 23px 10px;
}@media only screen and (min-width: 992px) and (max-width: 1199px){.tp-faq-btn{
    font-size: 20px;
  }}@media (max-width: 574.98px){.tp-faq-btn{
    font-size: 18px;
  }.f-14{
    font-size: 14px;
  }}.font-head{
  font-family: var(--tp-ff-heading);
  
}.font-head-16{
  font-family: var(--tp-ff-heading);
  font-size: 16px !important;
}.f-14{
  font-size: 16px;
}.tp-faq-wrap .accordion-item{
  border: 1px solid #e7eaea;
  border-radius: 16px;
  margin-bottom: 16px;
}.tp-faq-wrap .accordion-button:not(.collapsed){
  color: var(--tp-common-black);
  background: none;
  box-shadow: none;
}.tp-faq-wrap .accordion-header{
  padding-left: 16px;
}@media (max-width: 574.98px){.tp-faq-wrap .accordion-header{
    padding-left: 16px;
  }}.tp-faq-wrap .accordion-button:focus{
  border: none;
  box-shadow: none;
}.tp-faq-wrap .accordion-body{
  padding: 24px 0 12px 0;
  margin: 0px 40px 0px 30px;
  border-top: 1px solid rgba(7, 21, 22, 0.1);
}.tp-faq-wrap .tp-faq-btn:after{
  background-image: inherit;
}.tp-faq-wrap .accordion-btn{
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  display: inline-block;
  width: 12px;
  height: 12px;
}@media (max-width: 574.98px){.tp-faq-wrap .accordion-btn{
    right: 0px;
  }}.tp-faq-wrap .accordion-btn::after{
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--tp-common-black);
  border-radius: 2px;
  transition: all 0.4s ease;
}.tp-faq-wrap .accordion-btn::before{
  position: absolute;
  content: "";
  width: 2px;
  height: 12px;
  left: -50%;
  top: 50%;
  background-color: var(--tp-common-black);
  transform: translate(-50%, -50%) rotate(90deg);
  border-radius: 2px;
  transition: all 0.4s ease;
}.tp-faq-wrap .accordion-button:not(.collapsed){
  color: var(--tp-common-black);
  background: none;
  box-shadow: none;
}.tp-faq-wrap .accordion-button.collapsed .accordion-btn::before{
  transform: translate(-50%, -50%);
}.tp-faq-wrap:not(.collapsed) .accordion-btn::after{
  opacity: 1;
}.tp-faq-two-wrap .accordion-item{
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #e7eaea;
  margin-bottom: 0;
}.tp-faq-two-wrap .accordion-header{
  padding-left: 32px;
}.tp-faq-two-wrap .tp-faq-btn{
  font-size: 20px;
  padding: 27px 10px;
}.tp-faq-two-wrap .accordion-body{
  padding: 0 0 12px 0;
  border-top: none;
  margin: 0 40px 0px 40px;
}@media (max-width: 574.98px){.tp-faq-two-wrap .accordion-body{
    margin: 0 0 0px 40px;
  }}.tp-faq-form .tp-contact-form .tp-review-input .tp-input{
  border: 1px solid transparent;
  background: var(--tp-common-white);
  border-radius: 6px;
}.tp-booking-sidebar-wrap{
  position: sticky;
  top: 80px;
}@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px){.tp-booking-sidebar-wrap{
    margin-left: 0;
  }}.tp-tour-gallery-thumb .tp-tour-media-meta span,
.tp-tour-gallery-thumb .tp-tour-media-meta a svg,
.tp-mobile-gallery-top-actions .mobile-action-btn svg{
  color: black;
  stroke-width: 1px;
}.tp-booking-sidebar-item{
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 16px;
  box-shadow: 0 6px 28px 0 rgb(0 0 0 / 8%);
  padding: 25px 32px;
  background: #f9f9f9;
  background: transparent;
}@media (max-width: 574.98px){.tp-booking-sidebar-item{
    padding: 27px 22px 25px 22px;
  }}.tp-booking-sidebar-form .tp-booking-input-icon{
  color: var(--tp-grey-1);
  top: 46%;
  left: 24px;
}.tp-booking-sidebar-form .tp-booking-location-input::before{
  display: none;
}.tp-booking-sidebar-form .tp-booking-wrap{
  display: block;
  border-radius: 0;
  padding: 0;
}.tp-booking-sidebar-form .tp-booking-location{
  width: 100%;
  padding-right: 0;
}.tp-booking-sidebar-form .tp-booking-location-input .tp-input{
  background: var(--tp-grey-3);
  border-radius: 50px;
  height: 52px;
  padding-left: 54px;
  padding-right: 40px;
}@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px){.tp-booking-sidebar-form .tp-booking-toggle-active{
    left: auto;
    right: 0;
  }}.tp-booking-sidebar-warning{
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 16px;
  padding: 20px 15px 15px 15px;
}.tp-booking-sidebar-warning .tp-tour-details-info-icon{
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #fff9e6;
}.tp-booking-sidebar-warning .tp-tour-details-info-content h5{
  font-size: 16px;
}.tp-booking-sidebar-5-form .tp-booking-location-input .tp-input{
  padding-left: 24px;
  padding-right: 24px;
  height: 25px;
}.tp-booking-sidebar-6-form .tp-booking-location .tp-input{
  border: 1px solid rgba(7, 21, 22, 0.1);
  background: transparent;
  border-radius: 16px;
  height: 60px;
}.tp-booking-3-sidebar-wrap .tp-booking-input-icon{
  color: var(--tp-common-black);
}.tp-booking-3-sidebar-wrap .tp-booking-location .tp-input{
  font-weight: 500;
  color: var(--tp-common-black);
}.tp-booking-3-sidebar-wrap .tp-booking-location .tp-input::placeholder{
  color: var(--tp-common-black);
  font-weight: 500;
}@media (max-width: 574.98px){.tp-booking-4-sidebar-wrap .tp-booking-sidebar-item{
    padding: 57px 22px 25px 22px;
  }}.tp-booking-4-sidebar-wrap .tp-booking-location-input .tp-input{
  height: 60px;
  border: 1px solid rgba(7, 21, 22, 0.1);
  background: transparent;
}.tp-booking-4-sidebar-wrap .tp-booking-col-3 .tp-booking-location-input .tp-input{
  padding-left: 33px;
  padding-right: 5px;
}.tp-republic-day-price.old-price{
  color: #5f556a;
  text-decoration: line-through;
}.tp-enquiry-form .tp-booking-location .tp-input{
  padding-left: 30px;
  border: 1px solid transparent;
}.tp-enquiry-form .tp-booking-location .tp-input:focus{
  background: transparent;
  border-color: var(--tp-theme-1);
}.tp-enquiry-form .tp-booking-location .tp-textarea{
  height: 192px;
  border-radius: 24px;
}.tp-enquiry-form-modal .modal-body{
  padding: 0;
}.tp-enquiry-form-modal .btn-close{
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  border: 0;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.17);
  transform: translate(50%, -50%);
  cursor: pointer;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  opacity: 1;
}.tp-enquiry-form-modal .modal-content{
  border-radius: 16px;
}.tp-category-city-date .tp-input{
  color: var(--tp-common-black);
  font-size: 16px;
  letter-spacing: -0.02em;
  border-radius: 50px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  width: 230px;
  height: 50px;
  font-weight: 500px;
  padding-left: 48px;
  padding-right: 10px;
}@media (max-width: 574.98px){.tp-category-city-date .tp-input{
    width: 195px;
  }}.tp-category-city-date .tp-input:hover{
  color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}.tp-category-city-date .tp-input::placeholder{
  color: var(--tp-common-black);
  font-size: 16px;
  letter-spacing: -0.02em;
  font-weight: 500px;
}.icon-animetion-wrap:hover .icon-animetion-icon{
  animation-name: tpshake;
  animation-timing-function: ease-in-out;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
}.icon-animetion-icon{
  transition: all 0.4s ease;
}@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px){.tp-chose-item .row{
    align-items: center;
  }}.tp-video-6-popup .popup-video{
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--tp-common-white);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 100px;
  animation: animate-pulse 3s linear infinite;
}.tp-cart-list tr td.tp-cart-add-to-cart .tp-btn{
  border-radius: 0;
}.tp-contact-form .tp-review-input .tp-label{
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-grey-1);
}.tp-contact-form .tp-review-input .tp-label span{
  color: var(--tp-theme-1);
}.tp-contact-form .tp-review-input .tp-input{
  border: 1px solid rgba(7, 21, 22, 0.1);
  background: none;
  font-size: 15px;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 12px;
}.tp-contact-form .tp-review-input .tp-input::placeholder{
  font-size: 15px;
}.tp-contact-form .tp-review-input .tp-input:focus{
  border-color: var(--tp-theme-1);
}.tp-contact-form .tp-review-input .tp-textarea{
  height: 180px;
}.tp-career-list .tp-btn{
  background: var(--tp-grey-3);
  color: var(--tp-common-black);
  padding: 10px 17px;
  flex: 0 0 auto;
}.tp-career-list .tp-btn:hover{
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}.tp-career-application-form .tp-review-input{
  width: 100%;
}.tp-career-application-form .tp-review-input .tp-input{
  padding-right: 50px;
}.tp-career-application-form .tp-review-input .tp-select{
  width: 100%;
  line-height: 60px;
}.tp-career-application-form .tp-review-input .tp-select::after{
  right: 20px;
}.tp-career-application-form .tp-review-input .tp-select .list{
  width: 100%;
}.tp-career-employ-form-check .tp-label{
  font-size: 14px;
  position: relative;
  padding-left: 27px;
  font-weight: 500;
  color: var(--tp-common-black);
  font-weight: 400;
  font-size: 16px;
}.tp-career-employ-form-check .tp-label:hover{
  cursor: pointer;
}.tp-career-employ-form-check .tp-label::after{
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid transparent;
  background: #eaeaea;
  transition: all 0.4s ease;
}.tp-career-employ-form-check .tp-label::before{
  position: absolute;
  content: "";
  left: 3px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--tp-common-black);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}.tp-product-price.old-price{
  font-weight: 400;
  font-size: 14px;
  text-decoration-line: line-through;
  color: var(--tp-body-color);
}.tp-product-details-price.new-price{
  color: var(--tp-common-black);
}.tp-product-details-price.old-price{
  font-weight: 400;
  font-size: 16px;
  color: rgba(77, 61, 48, 0.6);
  text-decoration-line: line-through;
}.tp-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .tp-order-details-item{
  padding-left: 40px;
}@media (max-width: 574.98px){.tp-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .tp-order-details-item{
    padding-left: 0;
  }}@media (max-width: 768px){.tp-tour-details-info-content h3{
    font-size: 16px;
  }}@media (min-width: 1400px){.container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl{
    max-width: 1265px;
  }}.accordion-body.tp-faq-details-para{
  color: #6b7280;
}@media (max-width: 767px){.tp-tour-content{
    padding: 8px 14px 8px 14px;
  }.toggle-btn{
    font-size: 14px;
  }}
/* === dari front_v2/assets/css/phinisi.css === */
.phinisi-inc-exc-section{
    --phinisi-included: #3f9f3d;
    --phinisi-excluded: var(--tp-theme-1);
}.phinisi-inc-exc-heading{
    margin-bottom: 20px;
}.phinisi-inc-exc-heading > span{
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 10px;
    padding: 4px 12px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--tp-theme-1) 9%, #fff);
    color: var(--tp-theme-1);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}.phinisi-inc-exc-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}.phinisi-inc-exc-card{
    padding: 20px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
}.phinisi-inc-card{
    background:
        radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--phinisi-included) 10%, transparent) 0%, transparent 38%),
        #fff;
}.phinisi-exc-card{
    background:
        radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--phinisi-excluded) 9%, transparent) 0%, transparent 38%),
        #fff;
}.phinisi-inc-exc-card-head{
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}.phinisi-inc-exc-icon{
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 15px;
}.phinisi-inc-card .phinisi-inc-exc-icon,
.phinisi-inc-card .phinisi-inc-exc-bullet{
    background: color-mix(in srgb, var(--phinisi-included) 12%, #fff);
    color: var(--phinisi-included);
}.phinisi-exc-card .phinisi-inc-exc-icon,
.phinisi-exc-card .phinisi-inc-exc-bullet{
    background: color-mix(in srgb, var(--phinisi-excluded) 11%, #fff);
    color: var(--phinisi-excluded);
}.phinisi-inc-exc-card-head h4{
    margin: 0;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-heading);
    font-size: 21px;
    line-height: 1.15;
    letter-spacing: -0.02em;
}.phinisi-inc-exc-card-head p{
    margin: 4px 0 0;
    color: var(--tp-grey-1);
    font-size: 13px;
    line-height: 1.35;
}.phinisi-inc-exc-list{
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}.phinisi-inc-exc-list li{
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    margin: 0 !important;
    color: var(--tp-grey-1);
    line-height: 1.55;
}.phinisi-inc-exc-bullet{
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    border-radius: 999px;
    font-size: 12px;
}@media (max-width: 767.98px){.phinisi-inc-exc-grid{
        grid-template-columns: 1fr;
    }.phinisi-inc-exc-card{
        padding: 16px;
        border-radius: 20px;
    }}.cabin-room-modal .modal-dialog{
    --bs-modal-width: min(1040px, calc(100vw - 48px));
    width: min(1040px, calc(100vw - 48px));
    max-width: min(1040px, calc(100vw - 48px));
    margin: 24px auto;
}.cabin-room-modal .modal-content{
    overflow: hidden;
    border: 0;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 28px 90px rgba(15, 23, 42, 0.28);
}.cabin-room-modal .modal-header{
    position: relative;
    z-index: 3;
    padding: 22px 28px 16px;
    background: #fff;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
}.cabin-room-modal .modal-header h5{
    max-width: calc(100% - 44px);
    color: var(--tp-common-black);
    font-size: 24px;
    line-height: 1.18;
    letter-spacing: -0.02em;
}.cabin-room-modal .btn-close{
    width: 38px;
    height: 38px;
    margin: 0;
    border-radius: 999px;
    background-color: #f4f6f8;
    opacity: 1;
}.cabin-room-modal .modal-body{
    display: grid;
    grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
    gap: 24px;
    max-height: min(78vh, 780px);
    padding: 22px 28px 28px;
    overflow-y: auto;
    overscroll-behavior: contain;
    align-items: start;
}.cabin-room-modal .modal-body > .room-slider{
    grid-column: 1;
    grid-row: 1 / span 10;
    position: sticky;
    top: 0;
    margin-bottom: 0 !important;
}.cabin-room-modal .modal-body > :not(.room-slider){
    grid-column: 2;
}.cabin-room-modal .room-slider,
.cabin-room-modal .room-slider .owl-stage-outer,
.cabin-room-modal .room-slider .service-img{
    border-radius: 22px;
}.cabin-room-modal .room-slider .owl-stage-outer{
    max-height: none;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
}.cabin-room-modal .room-slider .service-img img{
    width: 100%;
    height: min(52vh, 460px);
    min-height: 360px;
    object-fit: cover;
    border-radius: 22px;
}.cabin-room-modal .room-slider .owl-nav button.owl-prev,
.cabin-room-modal .room-slider .owl-nav button.owl-next{
    width: 42px;
    height: 42px;
}.cabin-room-modal .modal-body > .d-flex.tp-tour-details-border{
    gap: 12px;
    margin-bottom: 18px !important;
    padding: 14px 16px !important;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}.cabin-room-modal .tp-tour-new-price{
    color: #b4341f;
    font-size: 21px;
}.cabin-room-modal .tp-tour-suffix{
    color: #64748b;
    font-size: 13px;
}.cabin-room-modal .modal-body > .tp-tour-details-border{
    margin-bottom: 18px !important;
    padding-bottom: 18px !important;
    border-color: rgba(15, 23, 42, 0.08);
}.cabin-room-modal .modal-body > .tp-tour-details-border h6{
    color: var(--tp-common-black);
    letter-spacing: -0.01em;
}.cabin-room-modal .modal-body .row{
    row-gap: 12px;
}.cabin-room-modal .modal-body .row > [class*="col-"]{
    margin-bottom: 0 !important;
}.cabin-room-modal .modal-body .row > [class*="col-"] > .d-flex{
    height: 100%;
    margin-bottom: 0 !important;
    padding: 12px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}.cabin-room-modal .modal-body svg{
    flex: 0 0 auto;
    color: var(--tp-theme-1);
}.cabin-room-modal .inline-calendar-wrapper{
    margin-bottom: 16px !important;
    padding: 16px !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
}.cabin-room-modal .selected-date-room-info .shadow-sm{
    padding: 14px !important;
    border-color: rgba(15, 23, 42, 0.08) !important;
    border-radius: 18px !important;
    box-shadow: none !important;
    background: #fff;
}.cabin-room-modal .room-guest-qty-control .btn{
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 999px;
}.cabin-room-modal .room-guest-qty-input{
    height: 36px;
    border-radius: 999px;
}.cabin-room-modal .open-trip-book-btn,
.cabin-room-modal .chat-now-btn{
    border-radius: 999px;
}@media (min-width: 768px) and (max-width: 991.98px){.cabin-room-modal .modal-dialog{
        --bs-modal-width: min(760px, calc(100vw - 32px));
        width: min(760px, calc(100vw - 32px));
        max-width: min(760px, calc(100vw - 32px));
    }.cabin-room-modal .modal-body{
        display: block;
        max-height: calc(88vh - 76px);
    }.cabin-room-modal .modal-body > .room-slider{
        position: relative;
        top: auto;
        margin-bottom: 18px !important;
    }.cabin-room-modal .room-slider .service-img img{
        height: 360px;
        min-height: 0;
    }}@media (max-width: 767.98px){.cabin-room-modal .modal-dialog{
        width: 100%;
        max-width: 100%;
        height: 100%;
        min-height: 100%;
        margin: 0;
        align-items: flex-end !important;
    }.cabin-room-modal .modal-content{
        width: 100%;
        max-height: calc(100dvh - 16px);
        border-radius: 24px 24px 0 0;
    }.cabin-room-modal .modal-header{
        position: sticky;
        top: 0;
        padding: 16px 18px 12px;
    }.cabin-room-modal .modal-header h5{
        font-size: 20px;
    }.cabin-room-modal .modal-body{
        display: block;
        max-height: calc(100dvh - 82px);
        padding: 14px 16px 18px;
    }.cabin-room-modal .modal-body > .room-slider{
        position: relative;
        top: auto;
        margin-bottom: 14px !important;
    }.cabin-room-modal .room-slider .service-img img{
        height: 225px;
        min-height: 0;
        border-radius: 18px;
    }.cabin-room-modal .modal-body > .d-flex.tp-tour-details-border{
        padding: 12px !important;
    }.cabin-room-modal .modal-body .row > [class*="col-"] > .d-flex{
        padding: 10px;
    }.cabin-room-modal .inline-calendar-wrapper{
        padding: 12px !important;
    }}.tp-tour-gallery-thumb{
    border-radius: 12px;
}.tp-breadcrumb-title{
    letter-spacing: 0;
}.accordion-item,
.accordion-button{
    background-color: #f9f9f9;
}.tp-faq-btn{
    padding: 12px 8px;
}.tp-faq-wrap .accordion-body{
    padding: 12px 0 12px 0;
}.tp-tour-media-meta span,
.tp-tour-media-meta a{
    background: #fafafa80;
    backdrop-filter: blur(5px);
}.tp-tour-details-init-title h4{
    font-size: 18px;
    letter-spacing: -0.02em;
}.tp-tour-info{
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    margin: 4px 0;
}.modal.show .modal-dialog{
    transform: none;
    display: flex;
    align-items: center;
    
    
}.tp-tour-details-plan-list ul{
    position: relative;
    padding-left: 70px;
    padding-top: 22px;
}.tp-tour-details-plan-list{
    border: 1px solid rgba(17, 17, 17, 0.06);
    border-radius: 16px;
    box-shadow: 0 6px 28px 0 rgb(0 0 0 / 8%);
    padding: 25px 32px;
    background: transparent;
}.owl-carousel .owl-stage-outer{
    border-radius: 16px;
    max-height: 195px;
}.charter-options-shell,
.itinerary-options-shell{
    padding: 22px;
    border: 1px solid rgba(17, 17, 17, 0.09);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.46);
    box-shadow: 0 14px 40px rgba(7, 21, 22, 0.05);
}.charter-duration-tabs,
.itinerary-duration-tabs{
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 2px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
}.charter-duration-tabs::-webkit-scrollbar,
.itinerary-duration-tabs::-webkit-scrollbar{
    display: none;
}.charter-duration-tab,
.itinerary-duration-tab{
    flex: 0 0 auto;
    min-width: 105px;
    padding: 11px 22px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 999px;
    color: var(--tp-common-black);
    background: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}.charter-duration-tab:hover,
.charter-duration-tab:focus-visible,
.itinerary-duration-tab:hover,
.itinerary-duration-tab:focus-visible{
    border-color: var(--tp-theme-1);
    color: var(--tp-theme-1);
    outline: none;
}.charter-duration-tab.is-active,
.itinerary-duration-tab.is-active{
    border-color: var(--tp-theme-1);
    color: #fff;
    background: var(--tp-theme-1);
    box-shadow: 0 8px 18px rgba(255, 81, 36, 0.22);
}.charter-duration-panel[hidden],
.itinerary-duration-panel[hidden]{
    display: none;
}.itinerary-options-shell .tp-tour-details-plan-list{
    padding: 24px 28px;
    border-color: rgba(17, 17, 17, 0.09);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: none;
}.itinerary-options-shell .tp-tour-details-plan-list ul{
    margin-bottom: 0;
}.charter-date-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 14px;
    padding: 16px 18px;
    border-radius: 14px;
    background: rgba(7, 21, 22, 0.035);
}.charter-date-row > div,
.charter-capacity-copy,
.charter-price-copy{
    display: flex;
    flex-direction: column;
    gap: 3px;
}.charter-date-row strong,
.charter-capacity-copy strong{
    color: var(--tp-common-black);
    font-size: 17px;
    font-weight: 600;
}.charter-date-row .charter-date{
    width: min(100%, 260px);
    margin: 0;
    background-color: #fff;
}.charter-field-label{
    color: #697071;
    font-size: 13px;
    line-height: 1.35;
}.charter-capacity-list{
    display: grid;
    gap: 12px;
}.charter-option-card{
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(170px, 0.8fr) minmax(155px, 0.55fr);
    align-items: center;
    gap: 22px;
    padding: 18px;
    border: 1px solid rgba(17, 17, 17, 0.09);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.86);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}.charter-option-card:hover{
    border-color: rgba(255, 81, 36, 0.32);
    box-shadow: 0 12px 26px rgba(7, 21, 22, 0.07);
    transform: translateY(-1px);
}.charter-option-meta{
    color: #697071;
    font-size: 13px;
    line-height: 1.45;
}.charter-guest-field{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}.charter-guest-field .charter-field-label{
    flex: 1;
}.charter-guest-count.form-control{
    width: 76px;
    height: 40px;
    margin: 0;
    padding: 6px 10px;
    border-radius: 10px;
    background: #fff;
    font-weight: 600;
}.charter-price-copy strong{
    color: var(--tp-common-black);
    font-size: 19px;
    font-weight: 700;
    white-space: nowrap;
}.charter-option-card .charter-book-btn{
    width: 100%;
    min-height: 48px;
    padding: 11px 18px;
    font-size: 14px;
    white-space: nowrap;
}@media only screen and (max-width: 767px){.charter-options-shell,
    .itinerary-options-shell{
        padding: 16px;
        border-radius: 16px;
    }.charter-duration-tabs,
    .itinerary-duration-tabs{
        margin-right: -16px;
        margin-left: -16px;
        padding-right: 16px;
        padding-left: 16px;
    }.charter-duration-tab,
    .itinerary-duration-tab{
        min-width: 92px;
        padding: 10px 17px;
    }.itinerary-options-shell .tp-tour-details-plan-list{
        padding: 18px 16px;
    }.charter-date-row{
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
        padding: 14px;
    }.charter-date-row .charter-date{
        width: 100%;
    }.charter-option-card{
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 14px;
        padding: 16px;
    }.charter-price-copy{
        align-items: flex-end;
        text-align: right;
    }.charter-option-card .charter-book-btn{
        grid-column: 1 / -1;
    }}@media only screen and (max-width: 420px){.charter-option-card{
        grid-template-columns: 1fr;
    }.charter-price-copy{
        align-items: flex-start;
        text-align: left;
    }.charter-option-card .charter-book-btn{
        grid-column: auto;
    }}.btn:hover{
    background: #10343f;
    color: #f7f2f2;
}@media only screen and (min-width: 768px){.phinisi-tour-summary-info ul.ula{
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        column-gap: 34px;
        row-gap: 20px;
    }.phinisi-tour-summary-info ul.ula>li{
        display: grid;
        grid-template-columns: 32px minmax(0, 1fr);
        align-items: start;
        gap: 10px;
        margin-bottom: 0 !important;
        min-width: 0;
    }.phinisi-tour-summary-info .tp-tour-details-info-icon{
        width: 28px;
        height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.74);
        box-shadow: 0 8px 20px rgba(12, 27, 54, 0.06);
    }.phinisi-tour-summary-info .tp-tour-details-info-icon svg{
        max-width: 19px;
        max-height: 19px;
    }.phinisi-tour-summary-info .tp-tour-details-info-content span{
        display: block;
        color: var(--tp-grey-3, #6f7482);
        font-size: 14px !important;
        line-height: 1.25;
        margin-bottom: 2px;
    }.phinisi-tour-summary-info .tp-tour-details-init-title{
        color: var(--tp-common-black, #071516);
        font-size: 16px;
        line-height: 1.35;
        letter-spacing: -0.01em;
    }}@media only screen and (max-width: 767px){.place-content{
        padding: 12px 8px;
    }.phinisi-cabin-room-list .place-item .place-img .owl-dots{
        position: absolute;
        bottom: 15px;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 9;
    }.phinisi-cabin-room-list .place-item .place-img .owl-dots .owl-dot{
        display: inline-block;
        margin: 0 4px;
        background: none;
        border: none;
        padding: 0;
    }.owl-carousel .owl-stage-outer{
        border-top-right-radius: 16px;
        border-top-left-radius: 16px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }.tp-tour-details-gallery-wrap{
        margin-left: 0;
        margin-right: 0;
        overflow: hidden;
        position: sticky !important;
        top: 0;
        z-index: 1;
    }.tp-tour-details-area{
        position: relative;
        z-index: 10;
        background-color: #ffffff;
        border-top-left-radius: 32px;
        border-top-right-radius: 32px;
        margin-top: -30px;
    }.tp-tour-details-gallery-wrap .row,
    .tp-tour-details-gallery-wrap [class*="col-"],
    .tp-tour-gallery-inner,
    .tp-tour-gallery-thumb,
    .tp-tour-details-gallery-wrap .p-relative,
    .tp-tour-details-gallery-wrap .fix{
        position: static !important;
    }.tp-tour-details-gallery-wrap>.row{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-bottom: 0;
        width: 100vw;
    }.tp-tour-details-gallery-wrap>.row::-webkit-scrollbar{
        display: none;
    }.tp-tour-details-gallery-wrap>.row>.col-lg-7,
    .tp-tour-gallery-inner .row>.col-sm-6{
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 !important;
    }.tp-tour-details-gallery-wrap>.row>.col-lg-7{
        flex: 0 0 100vw;
        max-width: 100vw;
        scroll-snap-align: center;
    }.tp-tour-details-gallery-wrap>.row>.col-lg-5{
        flex: 0 0 auto;
        width: auto;
        padding: 0;
    }.tp-tour-gallery-inner{
        margin-left: 0 !important;
        height: 100%;
    }.tp-tour-gallery-inner .row{
        display: flex;
        flex-wrap: nowrap;
        margin: 0 !important;
        width: auto;
    }.tp-tour-gallery-inner .row>.col-sm-6{
        flex: 0 0 100vw;
        max-width: 100vw;
        scroll-snap-align: center;
    }.tp-tour-gallery-thumb{
        display: block;
        margin-bottom: 0 !important;
        border-radius: 0 !important;
        
        aspect-ratio: 1 / 1;
        width: 100vw;
        overflow: hidden;
    }.tp-tour-gallery-thumb img{
        width: 100vw;
        height: 100%;
        display: block;
        object-fit: cover;
        min-height: 435px;
    }.tp-tour-gallery-thumb .tp-tour-media-meta{
        position: absolute !important;
        z-index: 99 !important;
        left: 20px !important;
        bottom: 40px !important;
        right: auto !important;
    }.tp-tour-gallery-thumb.gallery .tp-tour-media-meta{
        left: auto !important;
        right: 20px !important;
    }.tp-mobile-gallery-top-actions{
        position: absolute;
        top: 20px;
        left: 20px;
        right: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 99;
    }.tp-mobile-gallery-top-actions .right-actions{
        display: flex;
        gap: 10px;
    }.tp-mobile-gallery-top-actions .mobile-action-btn{
        width: 44px;
        height: 44px;
        background: #fafafa80;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        color: #101010;
        cursor: pointer;
        text-decoration: none;
        backdrop-filter: blur(5px);
    }.tp-mobile-gallery-top-actions .mobile-action-btn.active{
        color: #ff4d4f;
    }.tp-mobile-gallery-top-actions .mobile-action-btn.active svg{
        fill: currentColor;
    }.tp-tour-details-plan-list ul{
        padding-left: 60px;
    }.tp-tour-details-plan-list ul::after{
        left: 14px;
    }.mobile-booking-bar-phinisi{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        border-top: 1px solid #e7eaea;
        padding: 15px 20px;
        z-index: 1030;
        
        transition: transform 0.3s ease-in-out;
        background: rgba(255, 255, 255, 0.1) !important;
        box-shadow: 0px -20px 40px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
        transition: all 0.5s ease;
        backdrop-filter: blur(15px);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }.mobile-booking-bar-phinisi.mobile-booking-bar-hidden{
        transform: translateY(100%);
    }.back-to-top-wrapper.lift-for-booking-bar{
        bottom: 100px !important;
        transition: bottom 0.3s ease-in-out, transform 0.3s ease-in-out, opacity 0.3s ease, visibility 0.3s ease !important;
    }.modal.fade.bottom-sheet-modal .modal-dialog{
        position: fixed;
        display: block !important;
        margin: 0 !important;
        width: 100%;
        height: auto;
        bottom: 0;
        left: 0;
        right: 0;
        transform: translateY(100%) !important;
        transition: transform 0.3s ease-out !important;
    }.modal.fade.bottom-sheet-modal.show .modal-dialog{
        transform: translateY(0) !important;
    }#mobileBookingModal .modal-content{
        background-color: #fff !important;
        box-shadow: none !important;
    }#mobileBookingModal .modal-body{
        overscroll-behavior: none;
    }.tp-booking-quantity .tp-input[type=text]{
        font-size: 14px;
    }.modal-dialog{
        display: flex;
        align-items: center;
        
        margin: 0;
    }}#bookingModal .modal-content{
    background-color: #fff !important;
}@media (max-width: 767.98px){.mobile-swipe-row{
        flex-wrap: nowrap !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding-bottom: 15px;
        

        
        -ms-overflow-style: none;
        scrollbar-width: none;
    }.mobile-swipe-row::-webkit-scrollbar{
        display: none;
    }.mobile-swipe-row>[class*="col-"]{
        scroll-snap-align: center;
        flex: 0 0 85%;
        max-width: 85%;
    }.mobile-swipe-row::after{
        content: "";
        flex: 0 0 15px;
        max-width: 15px;
    }}.tp-tour-details-plan-list ul li h4{
    font-size: 22px;
}.cabin-list{
    

    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 32px;
}.cabin-icons svg{
    color: #00000073;
    height: 18px;
    max-width: 18px;
}.cabin-icons{
    font-size: 14px;
    margin-right: 12px;
    font-family: var(--tp-ff-p);
    color: #ababab !important;
}@media (min-width: 768px){.phinisi-cabin-room-list .place-item{
        display: flex;
        flex-direction: row;
        border: 1px solid #e3e3e3;
        border-radius: 16px;
        box-shadow: 0 2px 3px 0px rgb(0 0 0 / 5%);
    }.phinisi-cabin-room-list .place-item .place-img{
        flex: 0 0 275px;
        width: 275px;
        position: relative;
    }.phinisi-cabin-room-list .place-item .place-img .slide-images img{
        height: 255px;
        width: 100%;
        object-fit: cover;
    }.phinisi-cabin-room-list .place-item .place-content{
        flex: 1;
        padding: 8px 24px 4px 24px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }.phinisi-cabin-room-list .place-item .place-img .owl-dots{
        position: absolute;
        bottom: 15px;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 9;
    }.phinisi-cabin-room-list .place-item .place-img .owl-dots .owl-dot{
        display: inline-block;
        margin: 0 4px;
        background: none;
        border: none;
        padding: 0;
    }.phinisi-cabin-room-list .place-item .place-img .owl-dots .owl-dot span{
        width: 8px;
        height: 8px;
        background: rgba(255, 255, 255, 0.6);
        border: 2px solid transparent;
        border-radius: 50%;
        display: block;
        transition: all 0.3s ease;
    }.phinisi-cabin-room-list .place-item .place-img .owl-dots .owl-dot.active span{
        background: transparent;
        border: 2px solid #fff;
        width: 10px;
        height: 10px;
    }.phinisi-cabin-room-list .btn-primary{
        background-color: var(--tp-theme-1);
        border-color: var(--tp-theme-1);
    }}.phinisi-cabin-room-list .place-item .place-content .badge{
    font-weight: 500;
    font-size: 12px;
    border-radius: 30px;
    display: inline-block;
    padding: 4px 8px;
    line-height: 1;
    background: #fd462100;
    color: var(--tp-theme-1);
    border: 1px solid rgba(253, 70, 33, 0.2);
}.phinisi-cabin-room-list .place-item .fav-item{
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 9;
    background-color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}.phinisi-cabin-room-list .place-item .fav-item i{
    font-size: 16px;
}.modal .room-slider .owl-nav button.owl-prev,
.modal .room-slider .owl-nav button.owl-next{
    background-color: #fff !important;
    color: #333 !important;
    border-radius: 50% !important;
    width: 32px;
    height: 32px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
}.modal .room-slider .owl-nav button.owl-prev{
    left: 15px;
}.modal .room-slider .owl-nav button.owl-next{
    right: 15px;
}.modal .room-slider .owl-nav button i{
    font-size: 14px;
}.inline-calendar-wrapper .daterangepicker{
    position: static !important;
    display: flex !important;
    flex-direction: column;
    width: 100% !important;
    box-shadow: none !important;
    border: none !important;
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}.inline-calendar-wrapper .daterangepicker:before,
.inline-calendar-wrapper .daterangepicker:after{
    display: none !important;
}.inline-calendar-wrapper .daterangepicker .ranges{
    display: none !important;
}.inline-calendar-wrapper .daterangepicker .drp-calendar{
    max-width: 100% !important;
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 10px 0 !important;
}.inline-calendar-wrapper .daterangepicker .drp-calendar.left{
    border-right: none !important;
    border-bottom: 1px solid #eaeaea !important;
}.inline-calendar-wrapper .daterangepicker .calendar-table{
    border: none !important;
    padding: 0 !important;
}.inline-calendar-wrapper .daterangepicker .calendar-table table{
    width: 100% !important;
}.inline-calendar-wrapper .daterangepicker .drp-buttons{
    width: 100%;
    text-align: center;
    border-top: none;
}@media only screen and (max-width: 767px){.phinisi-cabin-room-list .cabin-list{
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 14px;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 0 16px 8px 0;
        margin-right: -16px;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }.cabin-icons svg{
        height: 14px;
        max-width: 14px;
        margin-right: 2px;
    }.phinisi-cabin-room-list .cabin-list::-webkit-scrollbar{
        display: none;
    }.cabin-facilities-scroll{
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        overflow-x: auto;
        gap: 8px;
        -webkit-overflow-scrolling: touch;
    }.phinisi-cabin-room-list .place-item{
        border: 1px solid #eaeaea;
        border-radius: 16px;
        box-shadow: 0 2px 3px 0px rgb(0 0 0 / 5%);
        flex: 0 0 calc(100% - 44px) !important;
        min-width: calc(100% - 44px) !important;
        max-width: calc(100% - 44px) !important;
        scroll-snap-align: start;
        background: #fff;
    }.phinisi-cabin-room-list .place-item .place-img{
        position: relative;
    }.phinisi-cabin-room-list .place-item .place-img .slide-images img{
        width: 100%;
        height: 255px;
        object-fit: cover;
    }.phinisi-cabin-room-list .place-item .place-img .owl-dots .owl-dot span{
        width: 8px;
        height: 8px;
        background: rgba(255, 255, 255, 0.6);
        border: 2px solid transparent;
        border-radius: 50%;
        display: block;
        transition: all 0.3s ease;
    }.phinisi-cabin-room-list .place-item .place-img .owl-dots .owl-dot.active span{
        background: transparent;
        border: 2px solid #fff;
        width: 10px;
        height: 10px;
    }.cabin-facilities-scroll::-webkit-scrollbar{
        display: none;
    }.cabin-facilities-scroll{
        -ms-overflow-style: none;
        scrollbar-width: none;
    }.tp-tour-details-plan-list{
        padding: 16px 16px;
    }}#cabin-rooms:target .cabin-list{
    animation: highlightCabinRoom 2.5s ease-out 0.5s forwards;
    border-radius: 12px;
}.boat-listing-trust{
    padding: 24px;
    border: 1px solid #e3e8e6;
    border-radius: 18px;
    background: #f7faf9;
}.boat-listing-trust__layout{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(230px, 280px);
    gap: 28px;
    align-items: center;
}.boat-listing-trust__facts{
    display: grid;
    grid-template-columns: minmax(150px, 0.8fr) minmax(0, 1.2fr);
    gap: 8px 20px;
}.boat-listing-trust__facts dt{
    color: #172121;
    font-weight: 600;
}.boat-listing-trust__facts dd{
    color: #4f5e5c;
    margin: 0;
}.tripadvisor-review-badge{
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 82px;
    padding: 15px 16px;
    border: 1px solid #bcded1;
    border-radius: 16px;
    background: #fff;
    color: #002b11;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0, 43, 17, 0.06);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}.tripadvisor-review-badge:hover,
.tripadvisor-review-badge:focus-visible{
    color: #002b11;
    border-color: #00aa6c;
    box-shadow: 0 12px 28px rgba(0, 43, 17, 0.12);
    transform: translateY(-2px);
}.tripadvisor-review-badge:focus-visible{
    outline: 3px solid rgba(0, 170, 108, 0.24);
    outline-offset: 3px;
}.tripadvisor-review-badge__mark{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #00aa6c;
    color: #fff;
}.tripadvisor-review-badge__copy{
    display: flex;
    min-width: 0;
    flex-direction: column;
    line-height: 1.15;
}.tripadvisor-review-badge__copy small,
.tripadvisor-review-badge__copy span{
    color: #65716f;
    font-size: 12px;
}.tripadvisor-review-badge__copy strong{
    color: #002b11;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.02em;
}.tripadvisor-review-badge__external{
    color: #00aa6c;
    font-size: 14px;
}.booking-confirmation-note{
    display: flex;
    gap: 7px;
    align-items: flex-start;
    color: #6f7b79;
    font-size: 12px;
    line-height: 1.45;
}.booking-confirmation-note i{
    color: #00aa6c;
    margin-top: 2px;
}@media (max-width: 767px){.boat-listing-trust{
        padding: 18px;
        border-radius: 14px;
    }.boat-listing-trust__layout,
    .boat-listing-trust__facts{
        grid-template-columns: 1fr;
    }.boat-listing-trust__layout{
        gap: 20px;
    }.boat-listing-trust__facts{
        gap: 3px;
    }.boat-listing-trust__facts dd{
        margin-bottom: 10px;
    }.tripadvisor-review-badge{
        width: 100%;
    }.tp-booking-sidebar-warning{
        padding: 10px 6px 6px 6px;
    }.spotlight-subtitle{
        font-size: 12px;
        color: #939393;
    }.tp-tour-details-info-content span{
        color: #939393;
        font-size: 14px !important;
    }.tp-tour-details-highlight ul{
        gap: 8px;
    }.cablist{
        padding: 0 8px !important;
    }.tp-tour-new-price{
        font-size: 20px;
    }.tp-tour-suffix{
        font-size: 12px;
        color: #939393;
    }.cabin-icons{
        color: #a7a7a7 !important;
    }}
/* === dari front_v2/assets/css/boat-cards.css === */
.boat-card-grid-column{
  display: flex;
}.boat-card{
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
}.tp-tour-thumb .image > picture.media-skeleton-frame{
  height: 100%;
}.boat-card-content{
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  padding: 14px 18px;
}.boat-card-title{
  display: -webkit-box;
  min-height: 1em;
  overflow: hidden;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: var(--tp-ff-body);
}.boat-card-footer{
  margin-top: auto;
}.boat-card-summary{
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  margin-bottom: 10px;
  gap: 12px;
  color: var(--tp-grey-1, #6b7280);
  font-size: 14px;
  line-height: 1.35;
}.boat-card-review,
.boat-card-location{
  display: flex;
  align-items: center;
  min-width: 0;
}.boat-card-review{
  flex: 1 1 auto;
}.boat-card-location{
  flex: 0 1 48%;
  justify-content: flex-end;
}.boat-card-review-icon,
.boat-card-location-icon{
  display: inline-flex;
  flex: 0 0 18px;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 2px;
  color: var(--tp-theme-1, #f04438);
}.boat-card-review-icon svg{
  width: 14px;
  height: 13px;
  color: #ffa500;
}.boat-card-location-icon svg{
  width: 15px;
  height: 16px;
  color: #347aff;
}.boat-card-review-text,
.boat-card-location-text{
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.boat-card-info{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 18px;
  row-gap: 10px;
  padding-bottom: 16px;
}.boat-card-info > .boat-card-info-item,
.boat-card-info > .boat-card-info-item:first-child{
  display: flex;
  align-items: center;
  min-width: 0;
  margin: 0;
  padding: 0;
  line-height: 1.35;
}.boat-card-info > .boat-card-info-item:not(:last-child)::before{
  display: none;
}.boat-card-info-icon{
  display: inline-flex;
  flex: 0 0 18px;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  color: var(--tp-theme-1, #f04438);
}.boat-card-info .boat-card-info-icon svg{
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  transform: none;
  color: #bbbbbb !important;
}.boat-card-info .boat-card-info-icon svg.boat-card-info-icon--boat{
  width: 15px;
  height: 17px;
}.boat-card-info-text{
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.boat-currency-notice{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  min-width: 17px;
  margin: 0 0 0 5px;
  padding: 0;
  border: 1px solid rgba(107, 114, 128, 0.45);
  border-radius: 50%;
  background: transparent;
  color: #7b8491;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
  cursor: help;
}.boat-currency-tooltip{
  --bs-tooltip-bg: #172126;
  --bs-tooltip-color: #fff;
  --bs-tooltip-max-width: min(250px, calc(100vw - 24px));
  --bs-tooltip-opacity: 1;
  z-index: 1090;
  pointer-events: none;
}.boat-currency-tooltip .tooltip-inner{
  max-width: min(250px, calc(100vw - 24px));
  padding: 8px 10px;
  border-radius: 7px;
  box-shadow: 0 8px 24px rgba(7, 21, 22, 0.18);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  overflow-wrap: anywhere;
  text-align: center;
  white-space: normal;
}.boat-currency-notice:focus-visible{
  outline: 2px solid var(--tp-theme-1, #f04438);
  outline-offset: 2px;
}@media (max-width: 359.98px){.boat-card-info{
    column-gap: 10px;
  }.boat-card-info-icon{
    margin-right: 4px;
  }}@media (max-width: 768px){.tp-tour-thumb .image{
    height: 190px;
  }.boat-card-content{
    padding: 8px 10px;
  }.boat-card-info-text{
    font-size: 14px;
  }.boat-card-title{
    font-size: 16px;
  }}@media (max-width: 991.98px){.boat-filter-modal .modal-dialog{
    display: flex;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    min-height: 100%;
    margin: 0;
  }.boat-filter-modal .modal-content{
    max-height: 88vh;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }.boat-filter-modal .modal-header,
  .boat-filter-modal .modal-body,
  .boat-filter-modal .modal-footer{
    padding-right: 20px;
    padding-left: 20px;
  }}
/* === dari front_v2/assets/css/home.css === */
.tp-testimonial-two-dec,
.tp-tour-review-score,
.tp-about-panel-subtitle{
    
    color: rgb(193 193 193 / 90%);
}.tp-section-two-subtitle,
.tp-section-5-subtitle,
.tp-tour-new-price{
    color: #a9321b;
}.mb-15{
    margin-bottom: 15px;
}
/* === dari front_v2/assets/css/favorites.css === */
.v2-fav{
  cursor: pointer;
  color: #5c5f66;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1;
  transition: color .18s ease, transform .18s ease;
}.v2-fav-icon{
  fill: none;
  stroke: currentColor;
  transition: fill .18s ease, stroke .18s ease, transform .18s ease;
}.v2-fav:hover{ color: #e5484d; }.v2-fav:active .v2-fav-icon{ transform: scale(.88); }.v2-fav.is-fav{ color: #e5484d; }.v2-fav.is-fav .v2-fav-icon{ fill: #e5484d; stroke: #e5484d; }.v2-fav:focus-visible{
  outline: 2px solid #e5484d;
  outline-offset: 3px;
  border-radius: 6px;
}@media (prefers-reduced-motion: reduce){.v2-fav,
  .v2-fav-icon,
  .v2-fav--card:hover{ transition: none; transform: none; }}