/* container utama */
.swiper-thumbs-container{
    position: relative;
    overflow: hidden;
}

/* image utama */
.swiper-thumbs-container .swiper:first-child{
    /*border-radius:30px;*/
    overflow:hidden;
}

/* gambar utama */
.swiper-thumbs-container .swiper:first-child img{
    width:100%;
    display:block;
}

/* wrapper thumbnail */
.swiper-thumbs{
    position:absolute;
    bottom:40px;
    left:50%;
    transform:translateX(-50%);
    width:90%;
    z-index:10;
    padding:0 10px;
}

/* thumbnail slide */
.swiper-thumbs .swiper-slide{
    width:100px !important;
    height:75px;
    border-radius:10px;
    overflow:hidden;
    border:2px solid rgba(255,255,255,.8);
    cursor:pointer;
    opacity:.8;
    transition:.3s;
}

/* gambar thumbnail */
.swiper-thumbs .swiper-slide img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* active thumbnail */
.swiper-thumbs .swiper-slide-thumb-active{
    opacity:1;
    /*transform:translateY(-5px);*/
    border-color:#fff;
    box-shadow: 0 10px 25px rgba(0,0,0,.25);
}

.item figure .item-like, .item figure .item-link, .item figure .item-view, .swiper-slide figure .item-like, .swiper-slide figure .item-link, .swiper-slide figure .item-view {
    right: 45px;
    bottom: 5.7rem;
}

/* mobile */
@media(max-width:768px){
    .swiper-thumbs{
        width:95%;
        bottom:30px;
    }

    .swiper-thumbs .swiper-slide{
        width:90px !important;
        height:65px;
    }
    
    .item figure .item-like, .item figure .item-link, .item figure .item-view, .swiper-slide figure .item-like, .swiper-slide figure .item-link, .swiper-slide figure .item-view {
        right: 45px;
        bottom: 5rem;
    }
}

.detail-card {
    background: #fff;
    border-radius: 15px;
    padding: 40px 30px;
    box-shadow: 0 0 0 .05rem rgba(8, 60, 130, .06), 0 0 1.25rem rgba(30, 34, 40, .04);
    border: 0;
}

.info-grid {
    /*display: grid;*/
    /*grid-template-columns: repeat(4, 1fr);*/
    /*gap: 14px;*/
    margin-bottom: 30px;
}

.info-box {
    height: 100%;
    background: #f8f8f9;
    border: 1px solid #e9edf2;
    border-radius: 13px;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.info-box i {
    font-size: 22px;
    flex-shrink: 0;
}

.info-box span {
    font-size: 11px;
    line-height: 1.35;
}

.info-box b {
    display: block;
    margin-bottom: 3px;
}

.price-top {
    border-top: 1px solid #dfe5ec;
    padding-top: 16px;
    margin-bottom: 8px;
    position: relative;
    font-size: 11px;
    color: #667085;
    font-weight: 700;
}

.price-top span {
    background: #f1f3f6;
    padding: 6px 12px;
    border-radius: 20px;
}

.price-section {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 28px;
    align-items: center;
    margin-bottom: 28px;
}

.price-section .price-label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.price-section .price {
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    color: var(--bs-primary);
    letter-spacing: -3px;
}

.price-section .price small {
      color: #07172d;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 0;
}

.pax-box {
    background: #f8f8f8;
    border: 1px solid #eceff3;
    border-radius: 16px;
    padding: 18px 26px;
}

.pax-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 8px 0;
    font-size: 15px;
    cursor: pointer;
}

.pax-row input {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #ff5a12;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    top: 3px;
    cursor: pointer;
}

.pax-row input:checked::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #ff5a12;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
}

.best-value {
    background: #ffe4d2;
    color: #bb4a0f;
    font-size: 11px;
    padding: 6px 10px;
    border-radius: 8px;
    margin-left: 8px;
    font-style: normal;
    white-space: nowrap;
}

.benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 26px;
}

.benefit {
    border: 1px solid #e6ebf0;
    border-radius: 14px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.benefit i {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #e8faee;
    color: #19b653;
    font-size: 18px;
    flex-shrink: 0;
}

.benefit b {
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 4px;
}

.benefit span {
    font-size: 12px;
}

.cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.btn-book {
    background: var(--bs-primary);
    color: white;
}

.btn-book:hover {
    background: var(--bs-secondary);
    color: white;
}

.btn-wa {
    background: #fff;
    border: 1px solid #28b85a;
    color: #07172d;
}

.btn-wa:hover {
    background: #28b85a;
    color: white;
}

.btn-wa:hover i {
    color: white;
}

.btn-wa i {
    color: #22bd58;
    /*font-size: 22px;*/
}

@media (max-width: 1180px) {
    .info-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .benefits {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .detail-card {
        padding: 24px 18px;
        border-radius: 15px;
    }
    
    .info-grid,
    .price-section,
    .cta {
        grid-template-columns: 1fr;
    }

    .price-section .price {
        font-size: 35px;
    }

    .pax-box {
        padding: 16px 18px;
    }

    .pax-row {
        font-size: 14px;
    }
}

/* Read more */
.paragraph p:last-child {
  margin-bottom: 0;
}
.paragraph .collapsed {
  max-height: 180px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1400px) {
  .paragraph .collapsed {
    max-height: 85px;
  }
}

.paragraph .collapsed::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(transparent, white);
}

.paragraph .expanded {
  max-height: none;
}

.btn-readmore {
  margin-top: 5px;
  margin-bottom: 20px;
  background: none;
  border: none;
  color: var(--bs-primary);
  cursor: pointer;
  font-weight: 400;
}