.hidedesktop {display:none}
.product-summary {
    background: none;
    /*border-bottom: 1px solid #e4ebf1;*/

}
.summary-grid {
    display: grid;
    /*grid-template-columns: repeat(4, 1fr);*/
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2px;
    width: 1180px;
    margin: -55px auto 0 auto;
    position: relative;
    z-index: 7;
    background:#ffffff;
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.10);
    border-radius:20px;
    padding:10px;
    
}

.summary-item {
    background: #ffffff;
    padding: 22px;
    /*border: 1px solid #e8edf2;
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.10);*/
    
    border-right: 2px dashed #cccccc;
    text-align:center;
}
.summary-item:last-child, .summary-item:nth-last-child(2) {border-right:none; }
.summary-item span {
    display: block;
    color: #02614B /*#F8A00F  /*#1F7A4D*/;
    font: 600 18px/1 'Saira', sans-serif;
    /*text-transform: uppercase;*/
    margin-bottom: 8px;
}
.summary-item .spantitle {
    display: block;
    color: #02614B /*#F8A00F  /*#1F7A4D*/;
    font: 600 13px/1.2 'Saira', sans-serif;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.summary-item .spantext {
    display: block;
    color: #666666 /*#1F7A4D /*#02614B*/;
    font-weight:500;

}

.summary-item strong {
    display: block;
    color: #666666 /*#1F7A4D /*#02614B*/;
    font-weight:400;font-size:15px;
    /*font: 600 20px/1.25 'Saira', sans-serif;*/
}

.tablink ul {padding-left:0;}
.tablink li {
  display: inline-block;
  left: 0;
  line-height: 32px;
}

#pdeskripsi, #pschedule, #pprice, #padvantage, #faqs {scroll-margin-top: 80px; }


.tablink li a {
  margin: 2px 4px 2px 0;
  background: #0CCCCC;
  color: #fff;
  padding: 5px 7px 5px 7px;
  text-decoration: none;
}

.product-layout,
.article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 38px;
    align-items: start;
}

.main-panel,
.sidebar-panel,
.article-card {
    background: #ffffff;
    border: 1px solid #e6edf3;
    border-radius: 8px;
}

.main-panel,
.article-card {
    padding: 35px;
}

.gallery-box img {width: 100%; height:auto; border-radius: 5px;}
.lazy-img {opacity: 0;transition: opacity 0.3s ease-in;}
.lazy-img[src] {opacity: 1;}
.sidebar {
    position: sticky;
    top: 105px;
}

.sidebar-panel {
    padding: 25px;
    margin-bottom: 20px;
}

.sidebar-panel h3,
.main-panel h2,
.article-card h2 {
    color: #02614B;
    font-family: 'Saira', sans-serif;
    font-weight: 600;
}
.main-panel .colorgreen {color:#02614B}
.h2 {font-size: 30px;line-height: 36px;margin: 50px 0 15px 0;}
.h2s {font-size: 30px;line-height: 36px;margin: 0 0 15px 0;}
/*.main-panel h2,
.article-card h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 50px 0 15px 0;
}*/

.main-panel h3,
.article-card h3 {
    color: #02614B;
    font: 600 24px/28px 'Saira', sans-serif;
    margin: 20px 0 10px 0;
}

.price-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
}
.price-list li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--ink);
  background: #FAFBFC;
 border: 1px solid #dfe8e2;
  border-radius: 8px;
  padding: 18px 20px;
  font-weight: 600;
}

/*.price-list li span {

  background-image: url('assets/images/tag-price2.svg');
	background-size: 25px 25px;
  background-repeat: no-repeat;background-position: left center;
}*/
.feature-list,
.clean-list,
.check-list {
    padding-left: 0;
    margin: 18px 0;
}

.feature-list li,
.clean-list li,
.check-list li {
    list-style: none;
    position: relative;
    padding: 8px 0 8px 30px;
    border-bottom: 1px dashed #e1e8ee;
}

.feature-list li::before,
.check-list li::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 14px;
    border-radius: 50%;
    background: #8DC63E;
}

.feature-list li::after,
.check-list li::after {
    content: "";
    width: 7px;
    height: 4px;
    position: absolute;
    left: 4px;
    top: 18px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
}

.clean-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 4px;
    top: 18px;
    border-radius: 50%;
    background: #F8A00F;
}

.price-card {
    color: #ffffff;
    background: linear-gradient(135deg, #02614B, #1f7a4d);
    border-radius: 8px;
    padding: 25px;
	margin-bottom: 25px;
}

.price-card small {
    display: block;
    color: #bed5c5;
    font-size: 13px;
    text-transform: uppercase;
}

.price-card strong {
    display: block;
    color: #ffffff;
    font: 600 38px/42px 'Saira', sans-serif;
    margin: 6px 0 12px 0;
}

.booking-card .btn-rm-100,
.price-card .btn-rm-100 {
    margin-top: 14px;
}

.span-price {display: flex; flex: 1; flex-direction: row;align-items: center;justify-content: flex-end;}
.info-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.info-table td {
    border-bottom: 1px solid #edf2f6;
    padding: 12px 0;
    vertical-align: top;
}

.info-table td:first-child {
    color: #64748b;
    width: 42%;
}

.info-table td:last-child {
    color: #1e293b;
    font-weight: 600;
}

.timeline {
    counter-reset: item;
    margin: 25px 0 0 0;
    padding: 0;
}

.timeline li {
    list-style: none;
    counter-increment: item;
    position: relative;
    padding: 0 0 28px 55px;
}

.timeline li::before {
    content: counter(item, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: #02614B;
    border-radius: 50%;
    font: 600 14px/1 'Saira', sans-serif;
}

.timeline li::after {
    content: "";
    position: absolute;
    left: 18px;
    top: 42px;
    bottom: 4px;
    border-left: 1px dashed #cbd5df;
}

.timeline li:last-child::after {
    display: none;
}

.timeline strong {
    display: block;
    color: #1e293b;
    font: 600 18px/22px 'Saira', sans-serif;
    margin-bottom: 5px;
}
.gallery-box {font-size:14px;} 

/*.gallery-grid {display: grid;grid-template-columns: 2.5fr 1fr 1fr;gap: 12px;margin: 25px 0 10px 0;}
.gallery-grid img {width: 100%;height: 200px;object-fit: cover;border-radius: 8px;}
.gallery-grid img:first-child {grid-row: span 2;height: 412px;}*/

.adaptive-gallery {width: 1200px;height: 412px;max-width: 100%;display: grid;grid-template-columns: 1.32fr 0.5fr 0.5fr; grid-template-rows: repeat(2, 1fr);gap: 8px;border-radius: 8px;overflow: hidden;background: #d7dde3;position: relative;}
.gallery-item {position: relative;overflow: hidden;background: #cfd7df;}
.gallery-item:nth-child(1) {grid-column: 1 / 2;grid-row: 1 / 3;}
.gallery-item img {width: 100%;height: 100%;display: block;object-fit: cover;transform-origin: center;}
.story-bars {display: none; }


.two-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.note-box {
    background: #FDF8F4;
    border-left: 4px solid #F8A00F;
    border-radius: 8px;
    padding: 20px;
    margin: 25px 0;
}
.note-li {padding-left:15px;}
.note-li li {margin-bottom: 5px;line-height: 22px}
.note-box a {color:#555555;font-weight: 600; font-size: 15px}
.note-box a:hover {text-decoration: underline;color: forestgreen}
.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: #64748b;
    font-size: 14px;
    margin: 10px 0 22px 0;
}

.article-card p {
    font-size: 16px;
    line-height: 28px;

}

.article-card img.article-featured {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 8px 0 25px 0;
}

.article-card blockquote {
    margin: 25px 0;
    padding: 22px 25px;
    color: #234235;
    background: #f2f7ed;
    border-left: 5px solid #8DC63E;
    border-radius: 8px;
    font: 600 20px/28px 'Saira', sans-serif;
}

.review-content {font-size:15px;margin-left:47px}
.review-reply {font-size:13px;border-left:1px solid #dedede;padding-left:15px;margin-left:47px;}
.related-post {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #edf2f6;
    text-decoration: none;
}

.related-post:last-child {
    border-bottom: none;
}

.related-post img {
    width: 90px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
}

.related-post strong {
    display: block;
    color: #02614B;
    line-height: 20px;
    margin-bottom: 4px;
}

.related-post span {
    color: #64748b;
    font-size: 13px;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-list a {
    color: #02614B;
    background: #f2f7ed;
    border: 1px solid #dfead7;
    border-radius: 5px;
    padding: 8px 10px;
    text-decoration: none;
    font-size: 14px;
}
.btn-writereview {padding:10px 8px 10px 8px;border-radius:5px;color:#666666;font-size:14px;border:1px solid #dedede;border-bottom:2px solid #72B62C;background:#FAFBFC;}


.pickup-section {
  margin: 40px 0;
  padding: 28px;
  background: #f7faf6;
  border: 1px solid #dfe8dc;
  border-radius: 8px;
}

.pickup-header {
  margin-bottom: 22px;
}

.pickup-header p:last-child {
  margin-bottom: 0;
  color: #555;
}

.pickup-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pickup-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}

.pickup-icon {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border-radius: 50%;
  background: #72B62C;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.pickup-card h3 {
  margin: 0 0 5px 0;
  font-size: 17px;
  line-height: 22px;
  color: #222;
}

.pickup-card p {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  color: #555;
}

.pickup-card strong {
  color: #222;
}

.pickup-note {
  margin-top: 18px;
  padding: 15px 16px;
  background: #fff8ea;
  border-left: 4px solid #f8a00f;
  border-radius: 6px;
  color: #444;
  line-height: 24px;
}



.pickup-table-section {
  margin: 40px 0; width:100%;
}

.pickup-table-header {
  margin-bottom: 18px;
}

.pickup-table-header p {
  color: #555;
  line-height: 1.7;
}

.main-panel {
  min-width: 0;
}

.pickup-table-wrap {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; 
}

.pickup-table-wrap::-webkit-scrollbar {
  display: none;
}

.pickup-table {
  width: 100%;
  min-width: 400px;
  /*border-collapse: collapse;*/
  overflow: hidden;
}

.pickup-table th {
    padding:12px 0 12px 7px;
border-bottom: 1px solid #e8eee6;
border-top: 1px solid #e8eee6;
background:#02614B;
  color: #ffffff;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}

.pickup-table td {
  padding: 10px 5px 10px 5px;
  border-bottom: 1px solid #e8eee6;
  color: #333;
  font-size: 15px; vertical-align: top;
}


.pickup-table tbody tr:nth-child(even) {
  background: #F7FAF6;
}

.pickup-table td:nth-child(2),
.pickup-table td:nth-child(3) {
  font-weight: 400;
  color: #555555;
  /*white-space: nowrap;*/ 
}

.pickup-table-note {
  margin-top: 16px;
  padding: 14px 16px;
  background: #fff8ea;
  border-left: 4px solid #f8a00f;
  border-radius: 6px;
  color: #444;
  line-height: 1.7;
}

/* itinerary CSS */


.itcard {
    background: #ffffff;
    border: 1px solid #e5e3da;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 16px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; 
  }  
  
  
  
  .itcard-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 14px;
  }
  .itcard-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
  }
  .itcard-title .iticon {
    font-size: 18px;
  }
  .ittime-badge {
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 6px;
    white-space: nowrap;
    font-weight: 600;
  }
  .itmorning .ittime-badge { background: #faeeda; color: #854f0b; }
  .itafternoon .ittime-badge { background: #faece7; color: #993c1d; }
 
 /* Collapsible body */
  .itbody {
    max-height: 64px; /* ~ first row visible, roughly 25% of full content */
    overflow: hidden;
    position: relative;
    transition: max-height 0.35s ease;
  }
  .itcard.itopen .itbody {
    max-height: 900px; /* large enough to fit all rows */
  }
  .itbody::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 28px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #ffffff);
    pointer-events: none;
    transition: opacity 0.2s ease;
  }
  .itcard.itopen .itbody::after {
    opacity: 0;
  }
  
   /* Toggle hint */
  .ittoggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 10px;
    font-size: 12px;
    color: #8a887f;
  }
  .ittoggle .itchevron {
    display: inline-block;
    transition: transform 0.25s ease;
  }
  .itcard.itopen .itchevron {
    transform: rotate(180deg);
  }
 
 /* end toggle ---*/
 
  .itrow {
    display: flex;
    gap: 12px;
    padding: 8px 0;
    border-top: 1px dashed #dedede;
  }
  .itrow:first-of-type { border-top: none; }
  .itrow .ittime {
    font-size: 14px;
    font-weight: 600;
    min-width: 52px;
    color: #6b6a63;
    flex-shrink: 0;
  }
  .itrow .itlabel {
    margin: 0;
    font-size: 16px;
  }
  .itrow .itsub {
    margin: 2px 0 0;
    font-size: 15px;
    color: #6b6a63;
  }
  .itrow.ithighlight .ittime { color: #185fa5; }
  .itrow.ithighlight .itlabel { font-weight: 600; }
 
  .itnote {
    background: #FDF8F4;
    border-radius: 8px;
    padding: 12px 14px;
    margin-top: 20px;
  }
  .itnote p { margin: 0; font-size: 14px; color: #5f5e5a; line-height: 1.6; }
  .itnote .itnote-title {
    font-weight: 600;
    color: #2c2c2a;
    margin-bottom: 6px;
    font-size: 13px;
  }

/* Section NAV CSS */

  .product-nav {
    position: sticky;
    top: 65px;
    z-index: 5;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;

  }

  .product-nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .product-nav a {
    display: inline-block;
    padding: 10px 10px;
    border-radius: 6px;
    border:1px solid #dedede;
    color: #666666;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.2s ease;
  }

  .product-nav a:hover,
  .product-nav a.active {
    background: #0f7a45;
    color: #ffffff;
    border:1px solid #0f7a45;
  }


section[id] {
  scroll-margin-top: 140px;
}

.tbl-price {width:100%;margin-bottom:20px;}
.tbl-price th {font-weight:600; font-size:16px;text-align:left; padding:10px 0 10px 0;border-bottom:2px solid #dedede; }
.tbl-price td {font-weight:400; font-size:16px;text-align:left; padding:7px 0 7px 0; border-bottom:1px dashed #dedede;}

@media (max-width: 1200px) {
    .summary-grid {width: calc(100% - 30px);grid-template-columns: repeat(2, 1fr);}
	.adaptive-gallery {height: 350px; width: 100%;}
}

@media (max-width: 900px) {
    .product-layout,
    .article-layout,
    .two-col {grid-template-columns: 1fr;}
    .sidebar {position: static;}
    /*.gallery-grid {grid-template-columns: 1fr 1fr;}
    .gallery-grid img:first-child {grid-column: span 2;height: 320px;}*/
}

@media (max-width: 750px) {
    
    .product-nav a {
      font-size: 12px;
      padding: 5px 12px 5px 12px; background:#F1F3F4;
    }
    
    
    .hidedesktop {display:block;}

    .sidebar-panel {padding: 17px;}
    
    .main-panel,
    .article-card {
        padding: 5px; border:0;
    }
    
    
	.article-card p {font-size: 14px;line-height: 24px;}
	.h2 {font-size: 26px;line-height: 28px;margin: 30px 0 10px 0;}
    .h2s {font-size: 26px;line-height: 28px;margin: 0 0 10px 0;}
	
	.adaptive-gallery {width:100%;/*height: min(40vh, 300px);*/display: block; background: #111820;overflow: hidden;height: 420px;border-radius: 0;}
	.adaptive-gallery img {width: 100%;height: 100%;display: block;object-fit: cover;}
    .main-panel h3,
    .article-card h3 {
        font: 600 20px/24px 'Saira', sans-serif;
    }
    
      .gallery-item {position: absolute;inset: 0;opacity: 0;animation: showSlide 20s infinite;}
      .gallery-item img {animation: storyZoomOut 4s ease-out infinite;}

      .gallery-item:nth-child(1) { animation-delay: 0s; }
      .gallery-item:nth-child(2) { animation-delay: 4s; }
      .gallery-item:nth-child(3) { animation-delay: 8s; }
      .gallery-item:nth-child(4) { animation-delay: 12s; }
      .gallery-item:nth-child(5) { animation-delay: 16s; }

      .story-bars {display: grid;grid-template-columns: repeat(5, 1fr);gap: 5px;position: absolute;bottom: 12px;left: 12px;right: 12px;z-index: 5;}
      .story-bars span {height: 3px;overflow: hidden;border-radius: 99px;background: rgba(255, 255, 255, 0.35);}

      .story-bars span::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        background: #fff;
        transform: scaleX(0);
        transform-origin: left;
        animation: fillBar 20s infinite linear;
      }

      .story-bars span:nth-child(1)::before { animation-delay: 0s; }
      .story-bars span:nth-child(2)::before { animation-delay: 4s; }
      .story-bars span:nth-child(3)::before { animation-delay: 8s; }
      .story-bars span:nth-child(4)::before { animation-delay: 12s; }
      .story-bars span:nth-child(5)::before { animation-delay: 16s; }
      

    .summary-grid {
        display: block;
        width: auto;
        margin: 0;
        padding: 20px;
        border-radius: 0; box-shadow:none;
    }

    .summary-item {
        display: grid;
        grid-template-columns: 10px 1fr;
        grid-template-rows: auto auto;
        column-gap: 10px;

        padding: 7px 0 7px 0;
        margin: 0 0 0 5px;
        border-bottom:1px dashed #dedede;
        border-right: none;
        text-align: left;
        background: transparent;
    }

    /* Bullet */
    .summary-item::before {
        content: "";
        width: 6px;
        height: 6px;
        background: #222;
        border-radius: 50%;

        grid-column: 1;
        grid-row: 1 / 3;

        margin-top: 7px;
    }

    .summary-item span {
        grid-column: 2;
        grid-row: 1;

        display: block;
        margin: 0 0 2px 0;

        font-size: 13px;
        line-height: 1.3;
        color: #777;
    }

    .summary-item strong {
        grid-column: 2;
        grid-row: 2;

        display: block;
        margin: 0;

        font-size: 14px;
        line-height: 1.4;
        color: #666666;
    }
    
    
    
    
    
    
    



    .gallery-box {font-size:13px;} 
    

    .review-content {font-size:12px;margin-left:20px;}
    .review-reply {font-size:12px;margin-left:20px;}
    .btn-writereview {padding:10px 8px 10px 8px;font-size:12px;margin-top:7px;}
    .gallery-box img {width: 100%;min-height: auto}
    


  .pickup-grid {
    grid-template-columns: 1fr;
  }

  .pickup-table th,
  .pickup-table td {
    font-size: 13px;
  }
  
  .tbl-price th {font-weight:600; font-size:14px;}
.tbl-price td {font-weight:400; font-size:13px;}
  
  
}

@media (max-width:550px) {
    .article-meta {font-size:12px;}
    .adaptive-gallery {width: 100%;display: block; background: #111820;aspect-ratio: 16/9;overflow: hidden;height: 250px;}
    .span-price {flex-direction: column; align-items: flex-end;justify-content: flex-end;}
    .note-box {font-size:13px;}
    
    .itcard {

    border: 1px solid #dedede;
    border-bottom:3px solid #dedede;
    padding: 10px;
    margin-bottom: 20px; line-height:1.5;
  }
  .itcard-header {padding-bottom:5px;}
    .itcard-title {font-size:15px;color:#444444;}
     .itrow .ittime {
    font-size: 12px;
    min-width: 35px;

  }
  .itrow {padding: 5px 0;border-top: none;
  }
  .ittime-badge {font-size: 12px;}
  .itrow .itlabel {
    margin: 0;
    font-size: 13px;font-weight:600;
  }
  .itrow .itsub {
    font-size: 12px;

  }

.itnote p {font-size: 13px;}
  
  
  
    
}
    @keyframes showSlide {
      0%, 18% { opacity: 1; }
      20%, 100% { opacity: 0; }
    }

    @keyframes storyZoomOut {
      0% { transform: scale(1); }
      100% { transform: scale(1.14); }
    }

    @keyframes fillBar {
      0% { transform: scaleX(0); }
      20% { transform: scaleX(1); }
      20.01%, 100% { transform: scaleX(0); }
    }