.border {
    border-color: #757575 !important;
}

.bg-light-gray {
    background-color: #f6f6f6 !important;
}

.card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-explore {
    background-color: var(--tc-orange);
    color: white;
    padding: 0.5rem 5rem;
}

.btn-explore:hover {
    background: #ff8000;
    transform: translateY(-1px);
    color: white;
}

.btn-scan-me {
    border-radius: 5px;
    border-color: black;
}

.price-tag {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--tc-orange);
    color: white;
    padding: 5px 12px;
    border-top-left-radius: 1rem;
    font-weight: 600;
}

@media (max-width: 768px) {
    .price-tag {
        padding: 6px 12px;
        font-size: 14px;
    }
}

/* navbar */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background: white;
        padding: 1rem;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1000;
        margin: 0 1rem;
    }

    .dropdown-menu {
        border: none;
        background: var(--tc-gray);
        padding: 0.5rem 0;
        margin: 0;
    }

    .dropdown-item {
        padding: 0.5rem 1.5rem;
    }

    .nav-item {
        margin: 0.5rem 0;
    }
}

.navbar {
    margin: 0;
    padding: 0;
}

div.container-fluid {
    margin: 0;
    padding: 0;
}

/* Hilangkan ikon dropdown default Bootstrap */
.navbar .dropdown-toggle::after {
    display: none;
}

/* Tambahkan margin untuk custom icon */
.navbar .dropdown-toggle i {
    margin-left: 8px;
    transition: transform 0.3s;
}

/* Ubah arah icon saat dropdown dibuka */
.navbar .dropdown-toggle[aria-expanded="true"] .fa-chevron-down {
    display: none;
}

.navbar .dropdown-toggle[aria-expanded="true"] .fa-chevron-up {
    display: inline;
}

.navbar .dropdown-toggle[aria-expanded="false"] .fa-chevron-down {
    display: inline;
}

.navbar .dropdown-toggle[aria-expanded="false"] .fa-chevron-up {
    display: none;
}

/* hero */
.hero {
    height: 400px;
    overflow: hidden;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)); */
    z-index: 1;
}

.hero-content {
    z-index: 2;
}

.underline-container {
    display: flex;
    width: 370px;
    height: 5px;
    margin-bottom: 1.5rem;
}

.underline-orange {
    width: 40%;
    height: 100%;
    background-color: var(--tc-orange);
}

.underline-white {
    width: 60%;
    height: 100%;
    background-color: white;
}

/* Carousel specific styles */
.carousel,
.carousel-inner,
.carousel-item {
    height: 100%;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 3;
    width: 5%;
}

@media (max-width: 768px) {
    .hero {
        height: 400px;
    }
}

/* category */
.category-card {
    transition: transform 0.2s ease;
}

.category-card:hover {
    transform: translateY(-5px);
}

@media (max-width: 768px) {
    .category-card {
        font-size: 0.9rem;
    }
}

/* banner */
.banner-section {
    border-radius: 1rem;
    margin-top: 3rem;
}

.content-area {
    padding: 2rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
}

.icon-circle {
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-card {
    transition: transform 0.3s ease;
    cursor: pointer;
}

.banner-card:hover {
    transform: translateY(-5px);
}

.navigation-arrows .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

@media (max-width: 768px) {
    .info-badge {
        margin-left: -1rem;
    }

    .content-area {
        margin-bottom: 2rem;
    }
}

/* Banner */
.custom-rounded {
    border-top-left-radius: 1rem !important;
}

.bg-light-blue {
    background-color: #f8f9fe;
}

.bg-orange {
    background-color: var(--tc-orange);
}

.bg-biru {
    z-index: 2;
}

.curved-shape {
    position: absolute;
    left: -100px;
    top: 0;
    bottom: 0;
    width: 200px;
    background-color: #f8f9fe;
    border-radius: 0 0 50% 0;
    z-index: 1;
}

.bg-orange .card {
    transition: transform 0.3s ease;
    z-index: 2;
}

.border--orange {
    border-color: var(--tc-orange) !important;
}

.bg-orange .card:hover {
    transform: scale(1.02);
}

#image-slider .custom-arrows,
#image-slider .custom-class-pagination {
    display: none !important;
}

@media (max-width: 768px) {
    .curved-shape {
        display: none;
    }
}

/* Recent Activities */
.custom-card {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    align-items: center;
    width: 100%;
    min-width: 350px;
}

.image-container {
    padding: 10px;
    flex-shrink: 0;
}

.sec1-recent-act.card-img {
    border-radius: 8px;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.splide__arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}

.splide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

.splide__arrow {
    background: none !important;
    box-shadow: none !important;
}

.splide__arrow:hover {
    transform: translateY(-50%) scale(1.1);
}

.splide__arrow--prev {
    left: -50px;
}

.splide__arrow--next {
    right: -50px;
}

@media (max-width: 1200px) {
    .custom-card {
        min-width: auto;
    }
}

@media (max-width: 768px) {
    .activity-card {
        height: auto;
    }

    .splide__arrow--prev {
        left: -20px;
    }

    .splide__arrow--next {
        right: -20px;
    }

    .sec1-recent-act.card-img {
        width: 100px;
        height: 100px;
    }

    .splide__arrows .splide__arrow--prev {
        left: -20px;
    }

    .splide__arrows .splide__arrow--next {
        right: -20px;
    }
}

.carousel-indicators-banner {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 1rem;
}

.btn-secondary-carousel {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: none;
    background-color: #d3d3d3;
    transition: all 0.3s ease;
    padding: 0;
}

.btn-secondary-carousel.active {
    width: 8%;
    height: 15px;
    opacity: 1;
    border-radius: 999px;
    background-color: var(--tc-orange);
}

.splide__track {
    overflow: hidden;
    width: 100%;
}
.splide__list {
    display: flex;
    transition: transform 0.3s ease;
    will-change: transform;
}
.splide__slide {
    flex: 0 0 auto;
}

/* special promo */
/* WARNA UTAMA */
.bg-orange {
    background-color: var(--tc-orange);
}

.text-orange {
    color: var(--tc-orange);
}

/* WRAPPER PROMO */
.special-promo {
    background-color: var(--tc-orange);
    border-radius: 20px;
}

.promo-wrapper {
    width: 100%;
    min-height: 500px;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}

.promo-left,
.promo-right {
    min-height: 500px;
}

/* KIRI */
.promo-left {
    flex: 0 0 40%;
    background: linear-gradient(to bottom right, #e7e7e7 0%, #ffffff 100%);
    padding: 2rem;
    border-bottom-right-radius: 200px;
    border-top-left-radius: 20px;
    position: relative;
    z-index: 2;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.promo-header {
    background-color: var(--tc-orange);
    padding: 0.75rem 1.25rem;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 30px;
    font-size: 1rem;
    width: 80%;
}

.promo-image {
    width: 100%;
    max-width: 250px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* KANAN */
.promo-right {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: -120px;
    z-index: 5;
}

/* CARD */
.promo-card {
    width: 420px;
    height: 250px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}

/* BUTTON */
.btn-copy {
    background: linear-gradient(to right, #ffe5d1, #fff);
    color: var(--tc-orange);
    border: none;
}

.btn-copy:hover {
    background-color: var(--tc-orange);
    color: #fff;
}

.btn-outline-dark {
    border-color: #000;
    color: #000;
}

.btn-outline-dark:hover {
    background-color: #000;
    color: #fff;
}

.rounded-circle {
    border-radius: 50% !important;
}

.dashed-line {
    border-style: dashed;
    border-width: 1px;
    border-color: black;
}

.half-circle {
    width: 24px;
    height: 48px;
    background-color: #f6f6f6;
}

.half-circle.start-0 {
    border-radius: 0 999px 999px 0; /* bulat kiri */
}

.half-circle.end-0 {
    border-radius: 999px 0 0 999px; /* bulat kanan */
}

.badge-voucher {
    width: 217.16px;
    height: 39.7619972229003px;
    background-color: #f6f6f6;
    border-radius: 1px;
    font-size: 0.9rem;
}

/* Search Dropdown */
.text-gray {
    color: #757575 !important;
    font-weight: 300 !important;
}

#searchDropdown {
    display: none;
    top: 100%;
    left: 0;
    z-index: 1000;
    width: 60rem;
    margin-top: 0.5rem;
    max-height: 600px;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.border-bottom-orange {
    border-bottom: 5px solid var(--tc-orange) !important;
}

.tour-title {
    line-height: 1.4;
    word-break: break-word;
    min-width: 0;
    max-width: 40%;
}

.rating-badge {
    font-size: 0.75rem;
    line-height: 1;
    border: 3px solid #e58d23;
    color: #ffa928;
}
