/*
 Theme Name: Traveler by Maseo
 Theme URI: https://webdeveloper.id
 Description: Traveler by Maseo
 Author: Maseo
 Template: traveler
 Version: 1.0.0
*/
/* Enable horizontal scroll on mobile */
@media (max-width: 767px) {
    .st-list-tour-related {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        gap: 15px;
        padding-bottom: 10px;
    }

    .st-list-tour-related .col-xs-12,
    .st-list-tour-related .col-sm-6,
    .st-list-tour-related .col-md-3 {
        flex: 0 0 auto;
        width: 80%;
        max-width: 80%;
    }

    .st-list-tour-related .item {
        height: 100%;
    }

    /* Hide scrollbar (opsional) */
    .st-list-tour-related::-webkit-scrollbar {
        display: none;
    }
}

.book-widget-mobile {
    display:none;
}

.book-widget-mobile .form-head {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

.book-widget-mobile .form-book-wrapper {
    margin-top:0 !important;
}

@media (max-width: 500px) {
    .book-widget-mobile {
        display:block;
    }

    .single-st_tours.st-header-3 .daterangepicker.dropdown-menu.ltr.single.respon-single.moveright.opensright.show-calendar {
        width: calc(100% - 25px) !important;
    }
}


.single-st_tours .form-head .price .value .onsale, .single-st_activity .form-head .price .value .onsale {
    color: #fff !important;
}

/* --- Styles UI (Sama seperti sebelumnya) --- */
#tour_option_checkout {
    margin: 24px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
#tour_option_checkout * { box-sizing: border-box; }

.tour-option-card {
    display: block; position: relative; border: 1px solid #e0e0e0;
    border-radius: 12px; padding: 16px; margin-bottom: 16px;
    cursor: pointer; background-color: #fff;
}
.tour-option-card input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; }
.tour-option-card:has(input:checked) { border: 2px solid #106939; background-color: #fafffc; }

.tour-card-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 8px; }
.tour-card-title { font-size: 16px; font-weight: 700; color: #000; padding-right: 10px; line-height: 1.2; }

.tour-radio-circle { height: 20px; width: 20px; border: 2px solid #545454; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.2s; }
.tour-radio-dot { height: 10px; width: 10px; background-color: #004f32; border-radius: 50%; display: none; }

.tour-option-card input:checked ~ .tour-card-header .tour-radio-circle { border-color: #004f32; border-width: 2px; }
.tour-option-card input:checked ~ .tour-card-header .tour-radio-circle .tour-radio-dot { display: block; }

.tour-details-list { list-style-type: disc; padding-left: 20px; font-size: 14px; color: #333; margin: 0 0 12px 0; }
.tour-details-list li { margin-bottom: 4px; }

.tour-badge-popular { display: inline-block; background-color: #106939; color: white; font-size: 12px; font-weight: bold; padding: 4px 8px; border-radius: 4px; margin-bottom: 12px; }

.tour-time-section { font-size: 15px; color: #000; margin-bottom: 12px; }
.tour-time-label { font-weight: 600; }

.tour-divider { border: 0; border-top: 1px solid #e0e0e0; margin: 12px 0; }

.tour-pricing { margin-top: 8px; }
.tour-total-price-row { font-size: 18px; font-weight: 700; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.tour-original-price { text-decoration: line-through; color: #004f32; font-size: 0.9em; font-weight: 400; }
.tour-discount-price { color: #b11e40; }
.tour-regular-price { color: #000; }

.tour-per-person { font-size: 13px; color: #545454; margin-top: 4px; }
.tour-per-person p { margin: 0; padding: 0; }

.option-wrapper { display: flex; gap: 20px; justify-content: space-between; }
.option-wrapper .tour-option-card { width: 50%; }
.option-wrapper span.off { font-size: 10px; display: inline-block; background: red; padding: 3px 7px; border-radius: 5px; color: #fff; }

@media (max-width: 500px) {
    .option-wrapper { display:block; }
    .option-wrapper .tour-option-card { width: 100%; }
}

.st_sale_class {
    background-color: #cc0033;
}

#st-content-wrapper .form-book-wrapper .form-head {
    border: none !important;
    border-top: 5px solid var(--link-color, #5191FA)!important;
    border-radius: 0 0 4px 4px !important;
    background: #FFF !important;
}

#st-content-wrapper .form-book-wrapper .form-head .price {
    font-size: 18px !important;
    color: #5E6D77 !important;
    font-weight: 500 !important;
}

#st-content-wrapper.st-single-tour .form-book-wrapper .form-head .price .value .text-lg {
    font-weight: 450;
    font-size: 24px;
    color: #00001E;
}

#st-content-wrapper.st-single-tour.st-single-tour-new .widgets .form-book-wrapper .form-head .price .value .onsale {
    color: var(--orange-color, #FA5636) !important;
    font-size: 24px;
}

#st-content-wrapper.st-single-tour.st-single-tour-new .widgets .form-book-wrapper .form-head .price .value .text-lg {
    color: var(--main-color, #1A2B48) !important;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1290px;
}

.st-related-service-new .e-title-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.st-related-service-new .e-title-wrapper .e-title {
    font-size: 16px;
    color: var(--main-color, #1A2B48);
    font-weight: 500;
    background-color: #fff;
    position: relative;
    display: inline-block;
    z-index: 9;
    padding-right: 25px;
    margin: 0;
}

.st-related-service-new .item {
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
}


.st-related-service-new .item .thumb {
    width: 80px;
    float: left;
    margin-right: 10px;
}

.st-related-service-new .item .content {
    float: left;
    width: calc(100% - 90px);
}

.st-related-service-new .item .content .title {
    font-weight: 450;
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 3px;
}

.st-related-service-new .item .content .price-wrapper {
    font-size: 13px;
    line-height: 20px;
}

.st-related-service-new .item .content .price-wrapper .price {
    font-weight: 450;
    font-size: 16px;
}

.st-single-blog--solo .single-blog--heading {
    min-height: 356px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.st-single-blog--solo .single-blog--heading .st-title--bg .post-info h2:after {
    position: absolute;
    content: url(../images/Vector.svg);
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.st-single-blog--solo .single-blog--heading .st-title--bg {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -90px;
    z-index: 50;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #869a96;
    text-align: center;
    width: 100%;
}

.st-single-blog--solo .single-blog--heading .st-title--bg .post-info {
    padding: 40px 40px 74px 40px;
    background: white;
    border-radius: 24px;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.08);
}

.st-single-blog--solo .st-blog {
    padding: 0px !important;
}

.st-single-blog--solo .st-blog .blog-content {
    padding: 150px 0px 100px 0px;
    background: rgba(205, 145, 73, 0.02);
}

.st-single-blog--solo .st-blog .blog-content .blog-content--center .article--detail-solo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 200px;
    margin-bottom: 0px !important;
}

.st-single-blog--solo .st-blog .blog-content .st-title--bg {
    width: 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .st-single-blog--solo .st-blog .blog-content .st-title--bg {
        display: none;
    }
}

.st-single-blog--solo .st-blog .blog-content .blog-content--center .article--detail-solo .st-flex .share {
    margin-top: 50px;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    color: rgba(18, 58, 50, 0.5);
    width: 100%;
    text-align: center;
}

.st-single-blog--solo .st-blog .blog-content .blog-content--center .article--detail-solo .st-flex .share .share-icon {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.st-single-blog--solo .st-blog .blog-content .blog-content--center .article--detail-solo .st-flex .share .share-icon .facebook {
    min-width: 48px;
    min-height: 48px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #4267b2;
    text-decoration: none;
}

.st-single-blog--solo .st-blog .blog-content .blog-content--center .article--detail-solo .st-flex .share .share-icon .twitter {
    min-width: 48px;
    min-height: 48px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #1d9dec;
    text-decoration: none;
}

.st-single-blog--solo .st-blog .blog-content .blog-content--center .article--detail-solo .st-flex .share .share-icon .facebook i {
    color: white !important;
    font-size: 24px;
}

.st-single-blog--solo .st-blog .blog-content .blog-content--center .article--detail-solo .st-flex .share .share-icon .twitter i {
    color: white;
    font-size: 24px;
}

.st-single-blog--solo #comment-wrapper {
    padding: 0px 200px;
    margin-top: 200px;
    margin-bottom: 0px;
}

.st-single-blog--solo #comment-wrapper h2.title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    color: #123A32;
    border: none;
}

.st-blog-solo--wrapper .st-blog--search .single-blog--title {
    text-align: center;
    padding-top: 100px;
}

.st-blog-solo--wrapper .st-blog--search .single-blog--title p {
    font-family: Caveat;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.48px;
    color: #36bca1;
    margin-bottom: 12px;
}


.st-blog-solo--wrapper .st-blog--search .single-blog--title h3 {
    font-size: 36px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.8px;
    color: var(--main-color, #123a32);
    margin: 0px 0px 74px 0px;
    display: inline-block;
    position: relative;
}

.st-blog-solo--wrapper .st-blog--search .single-blog--title h3:after {
    position: absolute;
    left: 50%;
    content: url(../images/Vector.svg);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -40px;
}

.st-blog-solo--wrapper .st-blog--search .blog-wrapper .st-blog--bg {
    margin-bottom: 30px;
}

.st-blog-solo--wrapper .st-blog--search .blog-wrapper .st-blog--bg .st-blog--item {
    border-radius: 24px;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
}

.st-blog-solo--wrapper .st-blog--search .blog-wrapper .st-blog--bg .st-blog--item .thumb {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.st-blog-solo--wrapper .st-blog--search .blog-wrapper .st-blog--bg .st-blog--item .thumb-caption {
    padding: 16px 24px;
}

.st-blog-solo--wrapper .st-blog--search .blog-wrapper .st-blog--bg .st-blog--item .thumb-caption .st-tour--description {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: rgba(18, 58, 50, 0.5);
}

.st-blog-solo--wrapper .st-blog--search .st-blog-btn {
    text-align: center;
}

.st-blog-solo--wrapper .st-blog--search .st-blog-btn a {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 1px;
    color: #df5334;
    padding-bottom: 2px;
    border-bottom: 1px dashed #df5334;
    text-decoration: none;
    display: inline-block;
    margin-top: 30px;
}

@media (max-width: 500px) {
    body header .header .header-left.d-flex.align-items-center img {
    max-height: 91px;
    max-width: 96px;
}

body header .header .header-left.d-flex.align-items-center {
    display:block !important;
}

body header .header .header-left.d-flex.align-items-center .logo {
    text-align:left;
}
}

  .item.item-tours.service-border.st-border-radius {
        border-radius:4px;
    }

.item-tour.col-lg-3.col-sm-6.col-md-6 .content-item,
.item-tour.col-12.col-sm-6.col-md-3.col-lg-3 .content-item {
        display: flex;
        flex-direction: column;
    }
    
    .item-tour.col-lg-3.col-sm-6.col-md-6 .title,
    .item-tour.col-12.col-sm-6.col-md-3.col-lg-3 .title {
        order: 2;
        margin-bottom: 15px;
        font-size: 15px;
        line-height:22px
    }

    .item-tour.col-lg-3.col-sm-6.col-md-6 .title a,
    .item-tour.col-12.col-sm-6.col-md-3.col-lg-3 .title a{
        color:#000;
    }
    
    .item-tour.col-lg-3.col-sm-6.col-md-6 .section-footer,
    .item-tour.col-12.col-sm-6.col-md-3.col-lg-3 .section-footer {
        order: 3;
     
    }
    
    .item-tour.col-lg-3.col-sm-6.col-md-6 .service-location.plr15,
    .item-tour.col-12.col-sm-6.col-md-3.col-lg-3 .service-location.plr15 {
        order: 1;
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .item-tour.col-lg-3.col-sm-6.col-md-6  .footer-inner.d-flex.align-items-center.justify-content-between,
    .item-tour.col-12.col-sm-6.col-md-3.col-lg-3 .footer-inner.d-flex.align-items-center.justify-content-between {
        flex-direction: column;
        align-items: start !important;
    }

    .item-tour.col-lg-3.col-sm-6.col-md-6  .service-duration,
    .item-tour.col-12.col-sm-6.col-md-3.col-lg-3 .service-duration {
        width: 100%;
    }
    
    .item-tour.col-lg-3.col-sm-6.col-md-6  .price-wrapper.d-flex.align-items-center,
    .item-tour.col-12.col-sm-6.col-md-3.col-lg-3 .price-wrapper.d-flex.align-items-center {
        justify-content: space-between;
        width: 100%;
}

@media (max-width: 500px) {
  
    .page .item-tour.col-lg-3.col-sm-6.col-md-6 {
        max-width: 50%;
    }
}


#collapseItinerary .accordion-body .st-program-list.style3 h5  {
    color: #000 !important;
}

#collapseItinerary .accordion-body .st-program-list .item {
    background:none;
}

.btn {
    border-radius: 4px;
}

.btn.btn-green:hover,
.btn.btn-green:focus,
.btn.btn-search:hover,
.btn.btn-search:focus,
.woocommerce-checkout .place-order button#place_order:hover,
.woocommerce-checkout .place-order button#place_order:focus {
    background: var(--link-color, #5191fa) !important;
}

.woocommerce-checkout .place-order button#place_order {
  position:relative;
  padding-left: 50px;
}

.woocommerce-checkout .place-order button#place_order:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(secure.png);
  position: absolute;
  background-size: contain;
  top: 6px;
  left: 6px;
}

#collapseFaq .st-program-list h5 {
    font-size: 16px;
}

@media (max-width: 575px) {
    #st-content-wrapper .tour-featured-image {
        position: relative;
    }

#collapseFaq .st-program-list h5 {
    width: 100%;
}


    .single-st_tours .featured-image-background .st-gallery,
    #st-content-wrapper .featured-image-background {
        height: 350px !important;
    }
    
    #collapseFaq .st-program-list .item .header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    #st-content-wrapper .hotel-target-book-mobile .price-wrapper .price {
        color: var(--main-color, #1A2B48);
        font-size: 20px;
    }
    
    #st-content-wrapper .hotel-target-book-mobile .price-wrapper .price .onsale {
        text-decoration: line-through;
        font-size: 14px;
        color: #cc0033 !important;
        font-weight: 400;
    }
    
    #st-content-wrapper .hotel-target-book-mobile .price-wrapper .price {
        color: var(--main-color, #1A2B48);
        font-size: 20px;
    }
}

.feature_class, .featured-image .featured {
    background: var(--link-color, #5191FA);
}

a.about_paypal {
    display: none;
}

.booking-item-payment-title {
    position: relative;
}

.booking-item-payment-title a.remove {
    position:absolute;
    left:-25px;
    top:3px;
    font-size:1rem;
    font-weight:normal;
    display:inline-block;
    width:unset;
    height:unset;
    color:#555 !important;
    padding:3px 7px;
}

.booking-item-payment-title a.remove:hover {
    line-height:18px;
    width:unset;
    border-radius:4px;
}

.single-st_hotel .st-service-header, 
.single-hotel_room .st-service-header, 
.single-st_tours .st-service-header,
.single-st_rental .st-service-header, 
.single-st_cars .st-service-header, 
.single-st_activity .st-service-header {
	margin-top:0 !important;
}

#st-content-wrapper .st-service-header h1.st-heading {
	font-size: 20px !important;
    line-height: 30px !important;
}

p#billing_hotel_name_field {
    width: 100%;
}

.phone-with-code {
    display: flex;
    gap: 8px;
}

select.country-code {
    width: 30% !important;
}

@media (max-width: 500px) {
    .woocommerce-billing-fields__field-wrapper .form-row {
        width:100% !important;
    }
}

@media screen and (max-width: 991px) {
    ul.toolbar-action-mobile.d-block.d-sm-none.d-md-none {
        display: inline-block !important;
    }
}

span.woocommerce-input-wrapper.phone-with-code select,
span.woocommerce-input-wrapper.phone-with-code input {
    flex-basis: 50%;
}

.st-list-tour-related .item-tour {
    margin-bottom: 20px;
}

.phone-with-code {
  display: flex;
  gap: 8px;
  align-items: center;
}

.phone-with-code  .cc-dropdown {
  position: relative;
  flex-basis: 50%;
}

.phone-with-code .cc-input {
  width: 100%;
  border: var(--wc-form-border-width) solid var(--wc-form-border-color) !important;
  border-radius: var(--wc-form-border-radius) !important;
  background: #fff;
}

.phone-with-code .cc-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 9999;
}

.phone-with-code .cc-search {
  width: 100%;
  padding: 8px !important;
  border-radius: var(--wc-form-border-radius) !important;
  border-bottom: 1px solid var(--wc-form-border-color) !important;
}

.phone-with-code .cc-list span {
  display: block;
  padding: 8px;
  cursor: pointer;
}

.phone-with-code .cc-list span:hover {
  background: #f0f0f0;
}

.woocommerce-checkout-review-order li.wc_payment_method {
    padding: 18px 10px;
    border-bottom: 1px solid rgba(104,87,125,.14);
    margin-left: -12px !important;
    margin-right: -13px !important;
    display:block;
}

.woocommerce-checkout-review-order li.wc_payment_method:first-child {
    padding-top: 5px;
}

.woocommerce-checkout-review-order li.wc_payment_method:last-child {
    border:none;
    padding-bottom: 5px;
}