.card-destination {
    height: 300px;
}

.destination-landmark img {
    height: 580px; object-fit:cover; border-radius: 50px;
}

.card-package .package-list {
    padding: .5rem !important;
}

.tour-listing {
    cursor: pointer;
}

.slider-home3-content {
    margin-left: 0px; /*old 30px*/ 
    margin-top: 50px;
}

.btn-main {
    background: #d3dd0b !important;
    color: #023076;
}

.btn-main:hover {
    background-color: #023076 !important;
    color: #d3dd0b;
}

.faq-list .icon {
    background-color: #d3dd0b;
}

.main-header .main-menu .navigation > li > ul > li:hover > a {
    color: #00d6ee;
}

.main-header .main-menu .navigation > li:hover > a,
.main-header .main-menu .navigation > li.current > a {
  opacity: 1;
  color: #0a1e57;
}

.pl__ring--a {
    stroke: #05d5ed; 
    /* #d3dd0b Kuning stabilo */
}
  
.pl__ring--b {
    animation-name: ringB;
    stroke: #023076;
    /* #05d5ed Biru cyan */
}

.pl__ring--c {
    animation-name: ringC;
    stroke: #023076;
}

.pl__ring--d {
    animation-name: ringD;
    stroke: #d3dd0b;
    /* #023076 biru navy */
}

a {
    color: #FF970D;
}

a:hover {
    color:#023076;
}

.search-option {
    background-color: #eee; 
    width: 95%; 
    margin: 10px 25px 10px 25px; 
    padding: 10px; 
    border-radius: 15px; 
    cursor: pointer;
    font-weight: 600;
}
.search-option:hover {
    background-color: #1D3263;
    color: #fff
}
.search-option .flag {
    width: 35px; 
    height: 35px; 
    border-radius: 50%;
    border: 2px solid #fff;
    display: inline
}

#search-bar-widget .searchSuggestion {
    border-radius: 15px; 
    height: 65px;
    border: 2px solid #0230761c; 
}

.mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {
    color: #00d6ee !important;
}

.qty-field {
    border: 2px solid #d3dd0d !important; 
    border-radius: 15px !important; 
    height: 60px
}


.tab-list .nav-link.active {
    background-color: #0a1e57;
    color: #d3dd0b; 
}

.tab-list .nav-link:hover {
    background-color: #0a1e57;
    color: #d3dd0b; 
}

.tab-list .nav-link.active::before {
    
}

.content-feature {
    padding-left: 2rem;
    padding-right: 1rem;
    padding-top: 0px;
    text-align: justify;
}

.image-feat {
    padding: 1rem;
}

.congrats {
    width: 10%
}

.tour-single {
    padding: 20px;
}

.adjust-padding-mobile {
    padding: 1rem;
}

.flex-video-background {
    padding: 2rem;
}

.slider-home3-content-video {
    padding: 3rem;
}

    @media (max-width: 767.98px) {
        /* For mobile phones: */
        .card-destination {
            height: 200px !important;
        }

        .destination-landmark {
            height: 300px;
        }

        .destination-landmark img {
            height: 300px !important; object-fit:cover; border-radius: 50px;
        }

        .card-package {
            padding: 0px !important;
        }

        .card-package .package-list {
            padding: 0px !important;
        }

        .tour-listing {
            padding: 10px !important;
        }

        .slider-home3-image {
            display: none;
        }

        .slider-home3-content {
            margin-left: 0px; 
            margin-top: 0px;
        }

        .search-field-mobile {
            display: block !important;
        }

        .content-feature {
            padding-left: 0px;
            padding-top: 40px !important;
            text-align: left;
        }

        .congrats {
            width: 30%
        }

        .tour-single {
            padding: 0px;
        }

        .button-order-area {
            padding: 0px !important;
        }

        .adjust-padding-mobile {
            padding: 0px 0px 30px 0px !important;
        }

        .flex-video-background {
            padding: 0px;
        }

        .slider-home3-content-video {
            padding: 0px;
            margin-bottom: 3rem;
        }

        .image-feat {
            padding: 0px;
        }

        .package-info {
            margin-top: 30px
        }
    }

    @media (max-width: 820px) {
        .search-field-mobile {
            display: block !important;
        }

        .content-feature {
            padding-left: 0px;
            padding-top: 0px !important;
            text-align: left;
        }

        .congrats {
            width: 25%
        }

        .tour-single {
            padding: 0px;
        }

        .image-feat {
            padding: 0px;
        }
  }

  @media (max-width: 1024px) {
    
    .tf-container {
        /* padding: 20px; */
    }
    .search-field-mobile {
        display: block !important;
    }

    .content-feature2 {
        padding-top: 30px !important;
    }
  }