 .hero-header-1 {
        /* background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .9)), url(../img/bg-hero.jpg); */
        background: url('../../img/depan.jpg');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .image-rotate img {
        animation: imgRotate 50s linear infinite;
    }
    /* .blog-card {
        border-radius: 1rem;
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
        height: 100%;
    }

    .blog-card:hover {
        transform: scale(1.03);
        box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.2);
    } */
.testimonial-item {
            border-top: 4px solid transparent;
            background: #fff;
            border-radius: 1rem;
            transition: all .4s ease;
            min-height: 300px;
            padding: 1.5rem;
        }

        .testimonial-item:hover {
            transform: translateY(-3px);
        }

        .rating-star {
            color: #FFC107;
        }

        .logo-icon {
            width: 30px;
            height: 30px;
            margin-right: 10px;
        }

        .border-gofood {
            border-top-color: #EE2738 !important;
        }

        .border-grabfood {
            border-top-color: #11b14f !important;
        }

        .border-shopee {
            border-top-color: #FD5623 !important;
        }

        .border-google {
            border-top-color: #4285F4 !important;
        }

        .testimonial-item.active-center.bg-gofood-active {
            background-color: #E9F9EC !important;
            color: #016B0D !important;
        }

        .testimonial-item.active-center.bg-grabfood-active {
            background-color: #E8FCEB !important;
            color: #007A39 !important;
        }

        .testimonial-item.active-center.bg-shopee-active {
            background-color: #FFF1EC !important;
            color: #B64023 !important;
        }

        .testimonial-item.active-center.bg-google-active {
            background-color: #EAF1FF !important;
            color: #174EA6 !important;
        }

        .testimonial-item.active-center h5,
        .testimonial-item.active-center p,
        .testimonial-item.active-center small {
            color: inherit !important;
        }

        .owl-theme .owl-dots .owl-dot span {
            width: 12px;
            height: 12px;
            margin: 5px 6px;
            border-radius: 50%;
            background: #d1d5db;
            transition: all .3s ease;
        }

        .owl-theme .owl-dots .owl-dot.active span {
            transform: scale(1.3);
            background: var(--dot-active-color, #0d6efd);
        }

        .owl-nav button {
            background: #fff !important;
            border: 1px solid #ccc !important;
            border-radius: 50%;
            width: 46px;
            height: 46px;
            transition: all .3s ease;
        }

        .owl-nav button i {
            font-size: 1.25rem;
            color: var(--nav-color, #333);
            transition: all .3s ease;
        }

        .owl-nav button:hover {
            transform: scale(1.1);
        }

        hr {
            opacity: 0.15;
        }

        .card-outlet {
        border-radius: 1.25rem;
        /* mirip rounded-2xl */
        overflow: hidden;
        border-top: 2px solid var(--primary-light);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        transition: all .25s ease;
    }


    .card-outlet:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    }


    .card-outlet .card-img-top {
        height: 200px;
        object-fit: cover;
        padding: 0.75rem;
        border-radius: 1.25rem;
        /* full border radius top & bottom */
    }


    /* ===== MAP SECTION ===== */
    .map-wrapper {
        background-color: #ffffff;
        border-radius: 1.25rem;
        padding: 1.5rem;
        border-bottom: 6px solid var(--primary-dark);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }


    .map-image {
        height: 400px;
        width: 100%;
        object-fit: cover;
        border-radius: 1rem;
        position: relative;
    }


    .map-marker {
        width: 18px;
        height: 18px;
        background-color: var(--primary-light);
        border-radius: 50%;
        border: 2px solid #fff;
        position: absolute;
    }

    #map {
        width: 100%;
        height: 500px;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }

    /* blog card css */
    .blog-card {
        display: flex;
        flex-direction: column;

        overflow: hidden;

        background: #ffffff;

        border: 1px solid #eeeeee;
        border-radius: 20px;

        transition:
            transform 0.25s ease,
            box-shadow 0.25s ease;
    }


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

        box-shadow:
            0 15px 35px rgba(76, 26, 16, 0.12);
    }

    .blog-image-wrapper {
        position: relative;

        padding: 12px 12px 0;
    }

    .blog-image {
        display: block;

        width: 100%;
        height: 220px;

        object-fit: cover;

        border-radius: 14px;
    }

    .blog-date {
        position: absolute;

        left: 25px;
        bottom: 12px;

        display: flex;
        align-items: center;

        gap: 6px;

        padding: 7px 12px;

        background: rgba(255, 255, 255, 0.95);

        color: #4c1a10;

        border-radius: 30px;

        font-size: 0.75rem;
        font-weight: 600;

        box-shadow:
            0 3px 10px rgba(0, 0, 0, 0.12);
    }

    .blog-content {
        display: flex;
        flex-direction: column;

        flex-grow: 1;

        padding: 24px;
    }

    .blog-title {
        margin-bottom: 12px;

        font-size: 1.25rem;
        font-weight: 700;

        line-height: 1.45;
    }


    .blog-title a {
        color: #4c1a10;

        text-decoration: none;

        transition: color 0.2s ease;
    }


    .blog-title a:hover {
        color: #fec500;
    }


    .blog-description {
        display: -webkit-box;

        overflow: hidden;

        margin-bottom: 22px;

        color: #6c757d;

        font-size: 0.9rem;

        line-height: 1.7;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .blog-read-more {
        display: inline-flex;
        align-items: center;

        align-self: flex-start;

        gap: 8px;

        margin-top: auto;

        color: #4c1a10;

        font-size: 0.85rem;
        font-weight: 700;

        text-decoration: none;

        transition:
            color 0.2s ease,
            gap 0.2s ease;
    }


    .blog-read-more i {
        color: #fec500;
    }


    .blog-read-more:hover {
        gap: 13px;

        color: #fec500;
    }

    @media (max-width: 575.98px) {

        .blog-image {
            height: 200px;
        }

        .blog-content {
            padding: 20px;
        }

    }
    /* end blog card css */

    /* css outlet */
    .card-outlet {
        border: 1px solid #eeeeee;
        border-radius: 20px;
        overflow: hidden;
        background: #ffffff;
        transition:
            transform 0.25s ease,
            box-shadow 0.25s ease;
    }

    .card-outlet:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(76, 26, 16, 0.12);
    }

    .outlet-image-wrapper {
        position: relative;
        padding: 12px 12px 0;
    }

    .outlet-image {
        width: 100%;
        height: 220px;
        object-fit: cover;
        border-radius: 14px;
    }

    .outlet-badge {
        position: absolute;
        left: 28px;
        bottom: 15px;

        padding: 6px 12px;

        background: rgba(255, 255, 255, 0.95);
        color: #4c1a10;

        border-radius: 30px;

        font-size: 0.75rem;
        font-weight: 600;

        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
    }

    .outlet-title {
        margin-bottom: 12px;

        color: #4c1a10;

        font-size: 1.25rem;
        font-weight: 700;
    }

    .outlet-address {
        display: flex;
        align-items: flex-start;
        gap: 10px;

        min-height: 55px;

        margin-bottom: 20px;

        color: #6c757d;

        font-size: 0.9rem;
        line-height: 1.6;
    }

    .outlet-address i {
        margin-top: 5px;
        color: #fec500;
    }

    .outlet-info {
        padding: 15px 0;

        margin-bottom: 20px;

        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
    }

    .outlet-info-item {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .outlet-info-item+.outlet-info-item {
        margin-top: 12px;
    }

    .outlet-info-icon {
        display: flex;
        align-items: center;
        justify-content: center;

        flex-shrink: 0;

        width: 38px;
        height: 38px;

        border-radius: 10px;

        background: rgba(254, 197, 0, 0.15);
        color: #4c1a10;
    }

    .outlet-info-item small {
        display: block;

        margin-bottom: 1px;

        color: #999999;

        font-size: 0.7rem;
    }

    .outlet-info-item strong,
    .outlet-info-item a {
        color: #4c1a10;

        font-size: 0.9rem;
        font-weight: 600;

        text-decoration: none;
    }

    .outlet-actions {
        display: grid;

        grid-template-columns: 1fr 1fr;

        gap: 10px;
    }

    .outlet-actions .btn {
        display: flex;
        align-items: center;
        justify-content: center;

        min-height: 44px;

        padding: 10px 12px;

        border-radius: 10px;

        font-size: 0.8rem;
        font-weight: 600;

        text-transform: uppercase;
    }

    .btn-outlet-detail {
        background: #fec500;
        border: 1px solid #fec500;
        color: #4c1a10;
    }

    .btn-outlet-detail:hover {
        background: #e5b200;
        border-color: #e5b200;
        color: #4c1a10;
    }

    .btn-outlet-direction {
        background: transparent;
        border: 1px solid #4c1a10;
        color: #4c1a10;
    }

    .btn-outlet-direction:hover {
        background: #4c1a10;
        color: #ffffff;
    }

    @media (max-width: 575.98px) {

        .outlet-image {
            height: 200px;
        }

        .outlet-actions {
            grid-template-columns: 1fr;
        }
    }
    /* end css outlet */
