:root{
    --gold: #A56623;
}
body{font-family: 'Segoe UI', Arial, Helvetica, sans-serif;}
.navbar-brand img{height: 70px;}
.navbar-brand{margin-right: 70px;}
.navbar-light .navbar-nav .nav-link{color: #2A2A2E;}
.nav-link{font-weight: 500;}
.navbar-expand-lg .navbar-nav .nav-link{padding-left: 15px; padding-right: 15px;}
.navbar-light .navbar-nav .nav-link:hover{color: var(--gold);}
.dropdown-toggle.no-arrow::after{display: none;}
.lang {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; position: relative; top: -3px;
}
.navbar-light .nav-link.sign-in {
    border: 1px solid var(--gold);
    color: var(--gold);
    border-radius: 5px;
    margin-left: 10px;
}
.navbar-light .nav-link.sign-in:hover{
    background-color: var(--gold);
    color: #fff;
}
.navbar-light .nav-link.cart{
    font-size: 22px;
    margin-left: 10px;
    position: relative;
    top: -3px;
}
.navbar-light .nav-link.cart span{
    position: absolute;
    font-size: 16px;
    font-weight: 700;
    background-color: #05ad1b;
    color: #fff;
    padding: 0px 7px;
    border-radius: 25px;
    top: 0;
    right: 0;
}
.banner {
    position: relative;
    width: 100%;
    height: 368px;
}
.banner-img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(0 0 0 / 30%);
}
.search-tab {
    position: relative;
    top: -366px;
    margin-bottom: -336px;
}
.lg-bg-slider {
    height: 170px;
    width: 100%;
    display: block;
    background: #FFE6CB;
    border-radius: 20px;
    margin-top: 165px;
}
.heading h2 {
    text-align: center;
    font-size: 25px;
}
section{
    padding: 30px 0;
}
.search-header {
    padding: 75px 0 60px;
    text-align: center;
    color: #fff;
}
.search-header h2 {
    font-weight: 700;
    font-size: 30px;
}
.searchtab .nav {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    justify-content: center;
}
.searchtab .nav .nav-item button span img {
    width: 30px;
}
.searchtab .nav-tabs .nav-link.active {
    color: var(--gold);
}
.searchtab .nav .nav-item .nav-link.active span img {
    filter: invert(38%) sepia(52%) saturate(677%) hue-rotate(350deg) brightness(101%) contrast(88%);
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #ffffff #ffffff var(--gold);
    border-bottom: 4px solid !important;
}
.searchtab .nav-link {
    padding: 10px 20px;
}
.searchtab .tab-content {
    background: #F8F7F9;
    padding: 30px;
    border-radius: 0 0 10px 10px;
    box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.25);
-webkit-box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.25);
}
.submit-line {
    display: flex;
    align-items: baseline;
    flex-flow: column-reverse;
}
.submit-line button {
    background: #2E2C2A;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    display: block;
    padding: 4px 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
    border: #2E2C2A;
}
.searchtab .tab-content label {
    font-weight: 600;
}
.submit-line button:hover{
    background: var(--gold);
    border: var(--gold);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #fff;
    isolation: isolate;
  }
.searchtab .nav-link {
    color: #2A2A2E;
}
.searchtab .nav-tabs button {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.glide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
  }

  .glide__arrow {
    background-color: #fff;
    border: none;
    border-radius: 50%;
    color: #333;
    font-size: 1.5rem;
    height: 40px;
    width: 40px;
    margin: 0 10px;
  }
  .pop-carousel {
    margin-top: 25px;
    padding: 0 35px;
}
section.pop-des {
    margin-top: -350px;
}
.recommend-img {
    width: 100%;
    height: 160px;
    background-position: center center;
    background-size: cover;
    border-radius: 10px 10px 0 0;
}
.recommend {
    margin-top: 30px;
    padding: 0 50px;
}
.r-an {
    font-weight: 600;
    color: #2A2A2E;
    margin-top: 8px;
}
.r-an a {
    font-weight: 600;
    color: #2A2A2E;
    text-decoration: none;
}
.r-an a:hover{
    color: var(--gold);
}
.r-price {
    font-size: 18px;
    font-weight: 600;
    color: var(--gold);
}
.recommend-card {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border: none;
    border-radius: 10px;
    box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.1);
}
.recommend-vendor-name{
    font-weight: 600;
    color: #2A2A2E;
}
.recommend-btn {
    text-align: center;
    margin-top: 10px;
}
.recommend-btn a {
    background: #2A2A2E;
    color: #fff;
    text-decoration: none;
    padding: 15px 35px;
    border-radius: 10px;
    transition: all .3s;
}
.bg-faq {
    background: #ffe6cb;
    border-radius: 10px;
}
.faq-cont {
    padding: 20px 50px;
}
.faq-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    min-height: 250px; /* Tinggi minimal */
    max-height: 250px; /* Tinggi maksimal */
    overflow-y: auto;  /* Tambahkan scroll vertikal */
}
.faq-card h3 {
    font-size: 16px;
}
.faq-card p {
    font-size: 15px;
}
footer {
    background-color: var(--gold);
    color: #fff;
    margin-top: 30px;
}
.footer-con ul {
    list-style: none;
    text-align: center;
    padding: 20px;
}
.footer-con ul li {
    display: inline;
    padding: 0 25px;
}
.footer-con ul li a {
    color: #fff;
}
.footer-con ul li a:hover {
    text-decoration: none;
}
.co-con {
    text-align: center;
    font-size: 14px;
    padding-bottom: 20px;
}
.searchnav .input-group .input-group-text {
    background: #fff;
    border-right: 0;
}
.searchnav .input-group input {
    border-left: 0;
    padding-left: 0;
}
.searchnav .form-control:focus{
    box-shadow: none;
}
.searchnav {
    background: #E8E4E0;
    padding: 10px 0;
    display: block;
}
.searchnav .eb-field-group {
    flex-grow: 1;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    overflow: hidden;
    width: 100%;
}
.mobile-cart .nav-link.cart{
    display: none;
}
.sticky + .searchnav{
    padding-top: 60px;
}
.searchnav button {
    background: #2A2A2E;
    border-color: #2A2A2E;
    display: block;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 20px;
    padding: 3px 0;
    font-weight: 600;
}
.sidebar button {
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    background-color: #2A2A2E;
    border-color: #2A2A2E;
}
.sidebar button:hover{
    background-color: var(--gold);
    border-color: var(--gold);
}
.accomm-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.1);
    display: flex;
    margin-bottom: 20px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
  }
  .page ul {
    padding: 0;
    text-align: center;
    list-style: none;
}
.page li {
    display: inline;
    margin: 0px;
}
.page li a {
    text-decoration: none;
    color: #2A2A2E;
    padding: 4px 11px;
    border-radius: 20px;
    transition: all .3s;
}
.page li a:hover{
    background-color: var(--gold);
    color: #fff;
}
.page .arrow a {
    border: 1px solid #2a2a2e;
    padding: 4px 6px;
    border-radius: 20px;
    transition: all .3s;
}
.page li.active a{
    background-color: var(--gold);
    color: #fff;
}
.page .arrow a:hover{
    border-color: var(--gold);
    background-color: var(--gold);
    color: #fff;
}
.accomm-img {
    width: 250px;
    border-radius: 10px 0 0 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 190px;
    position: relative;
}
a.accomm-link {
    width: 100%;
    height: 100%;
    display: block;
}
.prices .p-norm {
    font-size: 14px;
    color: #808080;
}
.prices {
    margin-top: 30px;
}
.prices .p-disc {
    font-size: 20px;
    font-weight: bold;
    color: #2A2A2E;
}
.prices .cancelation {
    color: #808080;
    font-size: 12px;
}
.al-title .title a {
    color: #2A2A2E;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}
.al-title .title a:hover{
    color: var(--gold);
    text-decoration: underline;
}
.accomm-content {
    padding: 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.accomm-left {
    width: 60%;
}
.accomm-right {
    width: 40%;
    text-align: right;
}
.reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
}
.reviews .rr {
    font-size: 14px;
    color: #808080;
}
.reviews .score {
    background: var(--gold);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 4px 6px;
    border-radius: 10px;
    margin-left: 10px;
}
.star ul {
    padding-left: 0;
    margin-left: 10px;
    margin-bottom: 0;
    color: #FFC700;
}
.al-loc {
    font-size: 12px;
    font-weight: 600;
}
.al-loc a {
    text-decoration: none;
}
.al-loc a:hover {
    text-decoration: underline;
}
.al-feat {
    margin-top: 25px;
    padding-left: 15px;
    position: relative;
}
.al-feat:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #cfcfcf;
    left: 2px;
    top: -3px;
    position: absolute;
}
.al-feat h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 0.2;
}
.al-feat ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.al-feat ul li {
    font-size: 14px;
    line-height: 1.2;
}
.star ul li{
    display: inline;
}
.al-title {
    display: flex;
    flex-wrap: wrap;
}
.searchnav button:hover{
    background: var(--gold);
    border-color: var(--gold);
}
.bg-gray {
    background: #F6F6F4;
}
.sidebar {
    background: #fff;
    border-radius: 10px;
    box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.1);
    padding: 20px;
    margin-bottom: 20px;
}
.sidebar .side-cat {
    font-weight: 700;
    color: #2A2A2E;
    margin-bottom: 10px;
}
.side-form .form-check-input:checked,
.login-body .form-group input:checked{
    background-color: var(--gold);
    border-color: var(--gold);
}
.side-form .form-check {
    position: relative;
    margin-bottom: 8px;
}
.side-form {
    margin-bottom: 25px;
}
.side-form .form-check span {
    position: absolute;
    right: 0;
    color: #808080;
}
.recommend-btn a:hover{
    background: var(--gold);
}
.r-loc a {
    color: #808080;
    font-weight: 600;
    text-decoration: none;
}
.r-loc a:hover{
    text-decoration: underline;
}
.pop-bg {
    height: 218px;
    margin: 0 10px;
    border-radius: 10px;
    background-position: center center;
    background-size: cover;
    position: relative;
    box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.25);
}
.popular-carousel .slick-next:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('../img/icons/arrow.svg');
    box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.25);
    border-radius: 50px;
    opacity: 1;
}
.popular-carousel .slick-prev:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('../img/icons/arrow2.svg');
    box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.25);
    border-radius: 50px;
    opacity: 1;
}
.popular-carousel .slick-prev.slick-disabled:before, .popular-carousel .slick-next.slick-disabled:before{
    opacity: 0;
}
.popular-carousel .slick-prev {
    left: -55px;
}
.pop-bg .grad-overlay{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    position: absolute;
    display: block;
    width: 100%;
    height: 58px;
    bottom: 0;
    border-radius: 0 0 10px 10px;
}
.pop-content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    color: #fff;
    padding: 12px;
}
.pop-title {
    font-weight: 700;
}
.pop-content span {
    font-size: 14px;
}

.fw-700{font-weight: 700;}



.eb-widget .eb-guestspicker .guestspicker {
    background: #fff;
    margin-bottom: 0
}

.eb-guestspicker .eb-guestspicker-content {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 220px;
    width: 100%;
    margin-top: 1px;
    padding: 15px;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    border: 1px solid #efefef;
    color: #858a99;
    box-shadow: 0 12px 26px 0 rgb(178 178 178 / 13%);
    border-radius: 2px;
    z-index: 120;
    display: none
}

.eb-guestspicker .eb-guestspicker-content.up {
    top: 100%;
    bottom: auto;
}

.eb-guestspicker.active .eb-guestspicker-content {
    visibility: visible;
    opacity: 1;
    display: block;
    cursor: auto
}

.eb-guestspicker .eb-guestspicker-content:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #efefef;
    position: absolute;
    display: inline-block;
    content: ''
}

.eb-guestspicker .eb-guestspicker-content.up:before {
    position: absolute;
    bottom: -8px;
    top: auto;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px transparent;
    border-top: 7px solid #efefef
}

.eb-guestspicker .guests-buttons {
    display: -webkit-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.eb-guestspicker .guests-buttons:last-child {
    margin-bottom: 0
}

.eb-guestspicker-content .qtyButtons:first-child {
    margin-top: 8px
}

.eb-guestspicker-content .qtyButtons:last-child {
    margin-bottom: 3px
}

.eb-guestspicker .guests-button {
    margin-left: auto
}

.eb-guestspicker .guests-button input {
    outline: 0;
    font-size: 15px;
    text-align: center;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
    pointer-events: none;
    display: inline-block
}

.eb-guestspicker .description label {
    display: block !important;
    margin-bottom: 0
}

.eb-guestspicker .ages {
    font-size: 12px;
    line-height: 12px
}

.eb-guestspicker .plus,
.eb-guestspicker .minus {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 10px;
    background: #fafafa;
    border: 1px solid #d4d9e1;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-family: fontawesome
}

.eb-guestspicker .plus:hover,
.eb-guestspicker .minus:hover {
    background: #efefef
}

.eb-guestspicker .plus:active,
.eb-guestspicker .minus:active {
    position: relative;
    box-shadow: rgb(255, 255, 255) 0 0 0 4px, rgb(62, 76, 102) 0 0 0 5px, rgba(255, 255, 255, .5) 0 0 0 6px !important;
    -webkit-transition: box-shadow 0.2s ease 0s;
    transition: box-shadow 0.2s ease 0s;
    z-index: 99
}

.eb-guestspicker .plus:before {
    content: "\f067"
}

.eb-guestspicker .minus:before {
    content: "\f068"
}

.room-booking-form .eb-field-group,
.booking-search-form .eb-field-group {
    margin-bottom: 15px
}

.room-booking-form .eb-field-group:last-of-type,
.booking-search-form .eb-field-group:last-of-type {
    margin-bottom: 0
}

.room-booking-form .eb-field-group .eb-field,
.booking-search-form .eb-field-group .eb-field,
.eb-search-form .eb-field {
    cursor: pointer
}

.eb-branch-search-form .search-form .eb-field-group {
    margin-bottom: 0
}

.eb-branch-search-form label {
    display: none
}

.eb-branch-search-form #eb_search_form i {
    margin-right: 0;
    font-size: 16px
}

.eb-search-form {
    z-index: 999
}

.eb-search-form.eb-vertical-search-form {
    border-radius: 4px
}

.eb-search-form.eb-vertical-search-form .form_title {
    text-align: center;
    color: #606060;
    padding: 10px;
    padding-top: 10px
}

.eb-search-form.eb-vertical-search-form .eb-btn {
    margin-bottom: 15px
}

.eb-search-form.eb-horizontal-search-form {
    border: 1px solid #ededed;
    border-radius: 4px
}

.eb-search-form.eb-vertical-search-form .inner,
.eb-search-form.eb-horizontal-search-form .inner {
    padding: 30px;
    background: #fff;
    border-radius: 4px
}

.eb-search-form.eb-vertical-search-form .inner {
    padding: 15px
}

.eb-search-form,
.eb-search-form .eb-form-fields,
.eb-search-form .eb-field-group {
    position: relative
}

.eb-search-form input,
.eb-search-form .eb-btn-search-form {
    display: block;
    width: 100%
}

.eb-horizontal-search-form .eb-form-fields {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    column-gap: 30px;
    align-items: end
}

.eb-horizontal-search-form.eb-elementor .eb-form-fields {
    align-items: center
}

.eb-vertical-search-form .eb-field-group {
    margin-bottom: 10px
}

.eb-vertical-search-form button {
    width: 100%;
    text-align: center
}

.eb-search-form .eb-field-group label {
    display: none
}

.eb-popup-search-form-btn {
    position: fixed;
    left: 40px;
    bottom: 15px;
    z-index: 9999;
    cursor: pointer;
    transition: 1s;
    visibility: hidden;
    opacity: 0
}

.eb-popup-search-form-btn.active {
    opacity: 1;
    bottom: 15px;
    visibility: visible
}

.eb-popup-search-form-btn .btn-text {
    text-align: center;
    height: 20px;
    line-height: 20px;
    width: 300%;
    position: absolute;
    bottom: 25px;
    left: 18px;
    transform: rotate(-90deg);
    transform-origin: top left;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 1;
    transition: .5s
}

.eb-popup-search-form-btn.open .btn-text {
    opacity: 0
}

.eb-popup-search-form-btn .btn {
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 50%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-primary);
    border-color: var(--color-primary)
}

.eb-popup-search-form-btn .btn:hover {
    background: var(--color-primary-hover);
    border-color: var(--color-primary-hover)
}

.eb-popup-search-form-btn .btn i {
    width: 28px;
    height: 28px;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .15);
    color: #fff;
    text-align: center;
    margin-right: 0
}

.eb-slide-search-form {
    position: fixed;
    z-index: 999;
    bottom: -150px;
    padding: 24px 10px;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ededed;
    -webkit-transition: .5s;
    transition: .5s
}

.eb-slide-search-form.open {
    bottom: 0
}

.eb-slide-search-form .eb-form-fields {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    align-items: end;
    column-gap: 30px
}

.eb-slide-search-form .eb-form-fields .eb-field-group {
    position: relative
}

.eb-slide-search-form .eb-form-fields .eb-field-group>label {
    display: none
}
.eb-field-group {
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 6px 10px;
}
.dt-header {
    display: flex;
    align-items: center;
}
.dt-header h2 {
    font-size: 25px;
    font-weight: 700;
}
.dt-loc a {
    text-decoration: none;
    font-weight: 600;
}
.dt-loc a:hover{
    text-decoration: underline;
}
.det-title {
    display: flex;
    justify-content: space-between;
}
.dt-rate {
    display: flex;
    position: relative;
    align-items: end;
}
.dtr-review {
    text-align: right;
    margin-right: 55px;
}
.dtr-score {
    background-color: var(--gold);
    color: #fff;
    font-weight: 700;
    padding: 10px;
    display: block;
    position: absolute;
    right: 0;
    border-radius: 10px;
}
.dtr-review h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.detail-page {
    padding: 0 50px;
}
.det-gall {
    margin-top: 20px;
}
.dtg-slides {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.dtg-slides ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 82%;
    max-height: 408px;
}
.dtg-slides ul li{
    width: 23.7%;
    height: 128px;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin-bottom: 8px;
}
.dtg-slides ul li:first-child {
    width: calc(76.3% - 8px);
    height: 400px;
    margin-right: 8px;
}
.dtg-slides ul li:last-child::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
}
.dtg-slides ul li span {
    position: absolute;
    color: #fff;
    font-weight: bold;
    top: 38%;
    width: 100%;
    text-align: center;
}
.dtg-slides ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    transition: all .3s
}
.dtg-slides ul li a:hover{
    background-color: rgb(0 0 0 / 30%);
}
.pop-bg a {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .3s;
    border-radius: 10px;
    z-index: 99;
}
.gm-content img {
    max-height: 500px;
    margin: auto;
}
.gmn img {
    max-height: 90px;
}
.gmn {
    position: relative;
}
.gm-nav .slick-slide .gmn::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(255 255 255 / 40%);
    z-index: 99;
    position: absolute;
    top: 0;
}
.gm-nav .slick-slide.slick-current .gmn::after{
    background-color: transparent;
}
.gm-nav .slick-next::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('../img/icons/arrow.svg');
    -webkit-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.25);
    box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.25);
    border-radius: 50px;
    opacity: 1;
    background-color: #fff;
}
.gm-nav .slick-next.slick-arrow {
    right: 0;
    top: 30px;
}
.gm-nav .slick-prev::before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    opacity: 1;
    border-radius: 50px;
    -webkit-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.25);
    box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.25);
    background-image: url('../img/icons/arrow2.svg');
}
.gm-nav button.slick-prev.slick-arrow {
    left: -30px;
    top: 20px;
}
.gm-nav .slick-list{
    margin: 0 25px;
}
.pop-bg a:hover{
    background-color: rgb(0 0 0 / 30%);
}
.dtg-link {
    width: 18%;
    padding-left: 8px;
}
.dtgl-map {
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center center;
    background-size: cover;
}
.dtgl-map a {
    background-color: var(--gold);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all .3s;
    padding: 6px 18px;
}
.dtgl-map a:hover{
    background-color: #2A2A2E;
}
.dtg-link ul {
    display: block;
    width: 100%;
    max-height: initial;
    margin-top: 8px;
}
.dtg-link ul li, .dtg-link ul li:first-child {
    height: inherit;
    width: inherit;
}
.dtg-link ul li a{
    position: relative;
}
.dtg-link ul li:last-child:after{
    display: none;
}
.dtg-link ul li a {
    position: relative;
    text-decoration: none;
    color: var(--gold);
    background-color: #FFE6CB;
    border: 1px solid var(--gold);
    border-radius: 5px;
    width: 100%;
    display: block;
    padding: 13px 0;
    text-align: center;
}
.dtg-link ul li a:hover{
    background-color: var(--gold);
    color: #fff;
}
.det-desc {
    display: flex;
    flex-wrap: wrap;
}
.dtd-desc {
    width: 61.9%;
}
.dtd-high {
    width: 38%;
    padding-left: 8px;
}
.dtdh-card {
    background-color: #FFE6CB;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}
.dtd-f ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.dtd-f ul li {
    display: flex;
    margin-right: 20px;
    margin-bottom: 5px;
}
.dtdh-card h4 {
    font-size: 16px;
    font-weight: 700;
}
.dtdh-card b {
    FONT-WEIGHT: 600;
}
.dtdh-card a {
    text-decoration: none;
    background-color: var(--gold);
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 8px;
    border-radius: 5px;
    transition: all .3s;
    letter-spacing: 1px;
    margin-top: 20px;
}
.dtdh-card a:hover{
    background-color:#2A2A2E ;
}
.dtd-f ul li img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    filter: invert(39%) sepia(62%) saturate(564%) hue-rotate(350deg) brightness(96%) contrast(89%);
}
.dt-ava h3, .dt-facilities h3, .dt-hr h3, .dt-fp h3 {
    font-size: 25px;
    font-weight: 700;
    position: relative;
}
.dta-container {
    background-color: #E8E4E0;
    padding: 10px;
    border-radius: 10px;
    margin-top: 15px;
}
.dta-container button {
    background-color: #2a2a2e;
    width: 100%;
}
.dta-container button:hover{
    background-color: var(--gold);
}
.eb-field-group{
    flex-grow: 1;
}
.room-tab {
    margin-top: 25px;
}
.rt-table thead tr th {
    background: rgb(165 102 35 / 80%);
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
    vertical-align: top;
    line-height: 1.2;
}
.rtt-room a.rtt-rn {
    font-size: 16px;
    transition: all .3s;
    font-weight: 700;
    line-height: 0;
}
.rtt-room h5{margin: 0;}
.rtt-room a.rtt-rn:hover{
    text-decoration: none;
    color: var(--gold);
}
.rtt-sleep img {
    height: 15px;
    margin-right: -6px;
}
.rtt-room ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin-top: 20px;
    font-size: 14px;
    flex-wrap: wrap;
}
td.rtt-select, td.rtt-choice, td.rtt-price, td.rtt-sleep {
    border-left: 1px solid var(--gold);
    border-bottom: 1px solid var(--gold);
}
td.rtt-room {
    border-bottom: 1px solid var(--gold);
}
.rtt-price s {
    font-size: 14px;
    color: #FF0000;
}
.rtt-price h4 {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}
td.rtt-price {
    font-size: 14px;
}
.rtt-price p {
    margin-bottom: 5px;
}
.rtt-price ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.rtt-price ul li {
    background-color: #0085FF;
    color: #fff;
    padding: 2px 7px;
    margin-right: 10px;
    margin-bottom: 3px;
    line-height: 1.2;
}
.rtt-price span, .rtt-price p {
    line-height: 1.2;
    margin: 6px 0;
    display: block;
}
.rtt-choice li {
    line-height: 1.2;
}
.rtt-p s {
    color: #FF0000;
    font-size: 14px;
}
.rtt-p b {
    font-size: 20px;
}
.rtt-bt button.btn.btn-primary {
    width: 100%;
    margin-top: 10px;
    background-color: var(--gold);
    border-color: var(--gold);
}
.rtt-bt button.btn.btn-primary:hover{
    background-color: #2A2A2E;
    border-color: #2A2A2E;
}
.rtt-choice ul {
    font-size: 14px;
    font-weight: 600;
}
.rtt-select select.form-select {
    width: 60px;
    padding: 0px 27px 0 7px;
}
.rtt-bt ul {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.2;
}
.rtt-bt ul li{
    margin-bottom: 4px;
}
td.rtt-bt {
    background-color: rgb(255 230 203 / 70%);
    border-left: 1px solid var(--gold);
    border-bottom: 1px solid var(--gold);
}
.rtt-room ul li {
    margin-right: 15px;
}
.rtt-room img {
    height: 15px;
}
.dt-facilities, .dt-hr {
    margin-top: 50px;
}
.dtf-section {
    padding-top: 30px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.dtf-section h5 {
    font-size: 18px;
    font-weight: 700;
}
ul.dtfs-mp {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.dtfs-mp li img {
    height: 15px;
    filter: invert(45%) sepia(27%) saturate(1321%) hue-rotate(350deg) brightness(89%) contrast(83%);
}
.dtfs-mp li {
    margin-right: 20px;
}
.dtf-section h5 img {
    height: 17px;
    margin-top: -3px;
}
.check li::marker {
    content: "";
}
.check li::before {
    content: "";
    width: 17px;
    height: 17px;
    display: block;
    background-image: url('../img/icons/check.svg');
    background-size: cover;
    position: absolute;
    left: -25px;
    top: 4px;
}
.check li {
    position: relative;
}
.dtf-3 {
    column-count: 3;
    column-gap: 50px;
}
.dthr-content {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 13px;
    padding-top: 13px;
    border-bottom: 1px solid #e7e7e7;
}
.dthrc-left img {
    height: 30px;
    margin-top: -3px;
    margin-right: 10px;
}
.dthrc-left {
    font-weight: 600;
    width: 25%;
    display: flex;
}
.dthr-container {
    margin-top: 30px;
    border: 1px solid #e7e7e7;
    padding: 20px;
}
.dthrc-right {
    width: 75%;
}
.dthrc-left span {
    width: 80%;
    line-height: 1.2;
}
.dthrc-right h5 {
    font-size: 16px;
    font-weight: 700;
}
.dthr-container .dthr-content:last-child {
    border-bottom: none;
}
ul.cards {
    list-style: none;
    display: flex;
    padding: 0;
}
.cards li img {
    height: 35px;
    margin-right: 10px;
}
.dt-fp {
    margin-top: 50px;
}
.dtfp-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.dtfp-left {
    width: 30%;
    background-color: rgb(255 230 203 / 70%);
    padding: 30px;
}
.dtfp-right {
    width: 70%;
}
.dtfp-right .accordion-button:not(.collapsed) {
    color: #2e2e2e;
    background-color: rgb(255 230 203 / 70%);
    box-shadow: none;
}
.dtfp-right h2 button {
    font-weight: 700;
}
.row.eb-form-fields .col-12 {
    padding: 0 2px;
}
.prci-check, .prci-2, .prci-3, .prci-1 {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    display: flex;
}
.prci-check::before, .prci-2::before, .prci-3::before, .prci-1::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: var(--gold);
    border-radius: 10px;
    position: relative;
    margin-right: 5px;
}
.prog-container {
    padding: 20px 50px;
    display: flex;
    justify-content: space-evenly;
    position: relative;
    margin-bottom: 20px;
}
.prci-check::after, .prci-2::after, .prci-3::after, .prci-1::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-size: cover;
    background-position: center center;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(85deg) brightness(103%) contrast(103%);
    left: 2px;
    position: absolute;
    top: 2px;
}
.prci-check::after{background-image: url(../img/icons/check.svg);}
.prci-1::after{background-image: url('../img/icons/1.svg');}
.prci-2::after{background-image: url('../img/icons/2.svg');}
.prci-3::after{background-image: url('../img/icons/3.svg');}
.prc-item {
    background-color: #f6f6f4;
    z-index: 10;
    padding: 0 10px;
}
.prog-container::before {
    content: "";
    position: absolute;
    width: 55%;
    height: 2px;
    background-color: var(--gold);
    bottom: 29px;
    z-index: 1;
}
.prc-item .gray{
    color: #808080;
}
.prc-item .gray.prci-3::before, .prc-item .gray.prci-2::before {
    background-color: #fff !important;
    border: 2px solid #808080;
}
.gray::after {
    filter: invert(55%) sepia(0%) saturate(1%) hue-rotate(341deg) brightness(91%) contrast(88%);
}
.sb-title h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}
.sb-col-2 {
    column-count: 2;
    column-rule: #dfdfdf 1px solid;
}
.check-date h5 {
    font-size: 14px;
    font-weight: 700;
}
.check-date span {
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 600;
    display: block;
}
.check-date p {
    font-size: 14px;
    line-height: 1;
}
.sbc-stay {
    margin-top: 20px;
}
.sbc-stay h5 {
    font-size: 16px;
    line-height: 1;
}
.sbc-stay span {
    font-size: 14px;
    font-weight: 700;
    display: block;
    line-height: 1;
}
hr.sb-hr {
    margin: 20px 0;
}
.sbc-select h5 {
    font-size: 16px;
}
.sbc-select span {
    font-size: 16px;
    width: 100%;
    display: block;
    line-height: 1.2;
}
.sbc-select a {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    margin-top: 15px;
}
.sbc-select a:hover{
    text-decoration: underline;
}
.sbp-cont {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.sidebar.nopad{
    padding: 0;
}
.nopad .sb-title {
    padding: 20px 20px 0;
}
.s-goldbar {
    background-color: #FFE6CB;
    margin-top: 20px;
    padding: 20px;
    position: relative;
}
.nopad .sb-price {
    padding: 0 20px;
}
.sg-disc {
    text-align: right;
    color: red;
}
.sg-total {
    display: flex;
    justify-content: space-between;
}
.sg-total h5, .sg-total span {
    font-size: 20px;
    font-weight: 700;
}
.sg-terms {
    text-align: right;
    font-size: 12px;
    line-height: 0.5;
    margin-bottom: 10px;
}
.sb-price span {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}
.schh-rating {
    display: flex;
    position: relative;
}
.schh-rating span {
    font-size: 14px;
    margin-top: 2px;
}
.schh-name {
    font-size: 20px;
    font-weight: 700;
}
.schh-loc a {
    font-size: 14px;
    text-decoration: none;
    display: block;
    margin-top: -2px;
}
.schh-loc a:hover{
    text-decoration: underline;
}
.schh-fac {
    margin-top: 10px;
    font-size: 14px;
}
.shc-image {
    min-width: 140px;
    height: 140px;
    margin-right: 20px;
    border-radius: 5px;
    background-position: center center;
    background-size: cover;
}
.sh-container {
    display: flex;
    position: relative;
}
.container.b-detail {
    padding: 0 50px;
}
.mr-2{
    margin-right: 20px;
}
.s-detail label {
    font-weight: 600;
}
label.mandatory {
    position: relative;
}
label.mandatory::after {
    content: "*";
    color: red;
}
.s-hf ul {
    padding: 0;
    list-style: none;
    margin-top: 15px;
}
.s-hf ul li {
    position: relative;
    display: flex;
    color: var(--gold);
    font-weight: 600;
}
.s-hf img {
    width: 25px;
    margin-right: 10px;
    filter: invert(45%) sepia(12%) saturate(3108%) hue-rotate(351deg) brightness(90%) contrast(79%);
}
.s-hmp ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin-top: -5px;
}
.s-hmp img {
    width: 15px;
    height: 15px;
}
.s-hmp {
    display: flex;
}
.s-hmp h5 {
    font-size: 16px;
    margin-right: 5px;
}
.bd-btn button {
    font-size: 18px;
    font-weight: 600;
    background-color: #2A2A2E;
    border: 1px solid #2A2A2E;
    float: right;
    padding: 10px 30px;
}
.bd-btn button:hover{
    background-color: var(--gold);
    border-color: var(--gold);
}
.nopad .sh-container {
    padding: 20px;
}
.br-0{
    border-radius: 10px 10px 0 0;
}
.sh-select {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: #ffe6cb;
}
.sh-select.nopad-t {
    padding-top: 0;
    flex-wrap: wrap;
}
.shs-head {
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #bcbcbc;
    width: 100%;
    margin-bottom: 10px;
}
.shs-search{
    width: 100%;
}
.shs-search label {
    font-size: 14px;
    margin-bottom: 1px;
}
.shs-left label {
    font-size: 18px;
    font-weight: 700;
}
.mt-25{
    margin-top: 25px;
}
.sticky .mt-25{
    margin-top: 0;
}
.sh-select span {
    font-size: 14px;
    line-height: 1;
    display: block;
    padding-left: 22px;
}
.shs-right {
    text-align: right;
}
.shs-right h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}
.shc-trash a img {
    width: 25px;
    filter: invert(99%) sepia(33%) saturate(313%) hue-rotate(247deg) brightness(113%) contrast(100%);
}
.input-group i img {
    position: relative;
    width: 30px;
    height: 25px;
    display: block;
}
.input-group label {
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}
.sticky .input-group label{
    display: none;
}
.shc-trash a {
    background-color: var(--gold);
    padding: 5px 8px 7px;
    border-radius: 6px;
    position: absolute;
    right: 20px;
    transition: all .3s;
}
.shc-trash a:hover{
    background-color: #2A2A2E;
}

div#myInputautocomplete-list
,#search-accommodation-autocomplete-list
,#search-restaurant-autocomplete-list
,#search-package-autocomplete-list
,#search-activity-autocomplete-list
,#search-transport-autocomplete-list
,#pickup-location-autocomplete-list
,#pdropoff-location-autocomplete-list{
    position: absolute;
    background-color: #fff;
    width: 100%;
    padding: 10px 15px;
    max-height: 200px;
    overflow: auto;
}
.mb-3.autocomplete {
    position: relative;
}
.autocomplete-items div {
    margin-bottom: 7px;
    cursor: pointer;
}
.gm-content p {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #25252570;
    color: #fff;
}
.login-bg {
    min-height: 100vh;
    padding-top: 100px;
}
.login-body {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.1);
    box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.1);
    padding: 50px;
    width: 500px;
}
.login-cont {
    justify-content: center;
    display: flex;
}
.login-body img {
    width: 150px;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}
.login-body label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.login-body .form-group {
    margin-bottom: 20px;
}
.login-body h3 {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
}
.login-body .btn.btn-primary {
    background-color: #2A2A2E;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    width: 100%;
    border-color: #2a2a2e;
    margin-top: 20px;
}
.login-body .btn.btn-primary:hover{
    background-color: var(--gold);
    border-color: var(--gold);
}
.login-body .captcha {
    width: 224px;
    height: 65px;
    border: 1px solid #2a2a2e;
    display: block;
    margin: auto;
}
.login-body .captcha {
    width: 224px;
    height: 65px;
    border: 1px solid #dbdbdb;
    display: block;
    margin: auto;
    border-radius: 10px;
}

/* CSS untuk loader */
#overlay-loader {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
    z-index: 9999;
}

.container-loader {
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: inline-block;
}
.lds-dual-ring {
    display: inline-block;

    width: 80px;
    height: 80px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #000;
    border-color: #000 transparent #000 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*Autocomplete*/
.autocomplete-items {
    position: absolute;
    /*border: 1px solid #d4d4d4;*/
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
  }

  .autocomplete-items div {
    padding: 0px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
  }

  /*when hovering an item:*/
  .autocomplete-items div:hover {
    background-color: #e9e9e9;
  }

  /*when navigating through the items using the arrow keys:*/
  .autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
  }

  /* CSS untuk ikon */
  .custom-icon {
   margin-right: 10px; /* Jarak antara ikon dan input */
   font-size: 20px; /* Ukuran ikon */
  }

  /* Warna ikon autocomplete */
  .icon-autocomplete {
   color: #D3D3D3; /* Warna ikon autocomplete*/
  }

  /* warna sub text*/
  .sub-text {
   font-size: 13px;
  }

  /*Table TJS*/
  /* Custom styles to adjust table on smaller screens */
  @media (max-width: 767.98px) {
    .table_tjs thead {
        display: none;
    }

    .table_tjs tr {
        display: block;
        margin-bottom: 1rem;
    }

    .table_tjs td {
        display: flex;
        justify-content: space-between;
        border-top: none;
        border-left: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        padding: .75rem;
    }

    .table_tjs td::before {
        content: attr(data-label);
        flex: 1;
        font-weight: bold;
        padding-right: 1rem;
        text-align: left;
    }
}

/* Alternating row colors */
.table_tjs tbody tr:nth-child(odd) {
    background-color: rgba(255, 230, 203, 0.7);
}

.table_tjs tbody tr:nth-child(even) {
    background-color: #ffffff;
}

/*Tambahan redesign pak agung*/
.container-tjstrip {
    background: #ffffff; /* Set background color to white */
    padding: 20px;
    border-radius: 10px 10px 10px 10px;
}
.container-tjstrip h1{
    font-size: 32px;
    text-align: center;
}
.container-tjstrip .icons {
    margin-right: 10px;
    color: #28a745;
}
.container-tjstrip .nav-link {
    font-weight: bold;
}
.card-tjstrip .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border: none;
    border-radius: 10px;
    box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.1);
}

.card-tjstrip .bottom-card-tjstrip
{
    padding-bottom: 20px; /* Add spacing between cards */
}
.card-tjstrip .card-title-tjstrip{
    font-weight: 600;
    font-size: 18px;
    color: #2A2A2E;
    text-decoration: none;
}
.card-tjstrip .card-title-tjstrip a {
    font-weight: 600;
    font-size: 18px;
    color: #2A2A2E;
    text-decoration: none;
}
.card-tjstrip .card-title-tjstrip a:hover{
    color: var(--gold);
}
.card-tjstrip .card-img-top {
    height: 200px;
    object-fit: cover;
    background-size: cover;
    border-radius: 10px 10px 0 0;
}
.card-tjstrip .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}
.card-tjstrip .property-price {
    font-weight: bold;
    margin-top: auto;
}
.card-tjstrip .property-rating {
    color: #007bff;
}
.card-tjstrip .property-reviews {
    color: #2A2A2E;
}
.card-tjstrip .property-reviews a{
    color: #2A2A2E;
    text-decoration: none;
}
.card-tjstrip .property-reviews a:hover{
    color: var(--gold);
}
.card-tjstrip .fa-star {
    color: gold;
}
.tombol-featured-transport.active{
    background: #2A2A2E;
    border-color: #2A2A2E;
}
