@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
/* font-family: 'Playfair Display', serif;
font-family: 'Poppins', sans-serif; */
body {
    font-family: "Poppins", sans-serif;
    text-rendering: optimizeLegibility !important;
    background: #f3f3f5;
}
.body-fixed {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: auto;
    left: auto;
}
body,
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
img {
    max-width: 100%;
}
.header-logo a {
    text-decoration: none;
    color: #0d0d25;
    font-family: "Playfair Display", serif;
    font-weight: 900;
    font-size: 23px;
}
.header-logo a span {
    color: #ff8243;
}
.rasa-text {
    color: #ff8243; /* Warna teks menjadi oranye */
    font-weight: bold; /* Membuat teks menjadi tebal */
}
a {
    background-color: transparent;
    text-decoration: none !important;
    outline: none !important;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
* {
    -webkit-tap-highlight-color: transparent;
}
.uil {
    color: #ff8243;
}
.fab {
    color: #ff8243;
}
@media (min-width: 1500px) {
    .container {
        max-width: 1368px;
    }
}
@media (min-width: 2100px) {
    .container {
        max-width: 1400px;
    }
    p,
    body,
    button,
    input {
        font-size: 18px;
        line-height: 32px;
    }
}
@media screen and (min-width: 992px) {
    #viewport {
        overflow: hidden;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
    #js-scroll-content {
        position: absolute;
        overflow: hidden;
        width: 100%;
        top: 0;
        left: 0;
    }
}
@media (max-width: 991px) {
    #js-scroll-content {
        transform: unset !important;
    }
}

/* Hero Styling */
.main-banner {
    padding: 200px 0 300px;
    min-height: 100vh;
    position: relative;
}
.js-parallax-scene {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-img-wp {
    position: relative;
    width: 100%;
    height: 100%; /* tinggi area, sesuaikan */
    padding-left: 30px;
}
/* base style */
.banner-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    animation: biani 4.5s linear infinite alternate;
    box-shadow: 0 0px 20px rgba(36, 39, 37, 0.3);
    transition: transform 0.5s ease, opacity 0.5s ease-in-out, z-index 0s 0s; /* delay z-index */
}

/* gambar pertama */
.banner-img-1 {
    top: 0;
    left: 0;
    transform: translateX(-20px) translateY(-20px);
    opacity: 1;
    z-index: 2;
}

/* gambar kedua */
.banner-img-2 {
    top: 0;
    left: 0;
    transform: translateX(20px) translateY(20px);
    opacity: 0.8;
    z-index: 1;
}

/* state aktif kita yang atur via JS */
.banner-img-1.active {
    z-index: 2;
    opacity: 1;
    transform: translateX(-20px) translateY(-20px);
}

.banner-img-2.active {
    z-index: 2;
    opacity: 1;
    transform: translateX(-20px) translateY(-20px);
}

/* state nonaktif */
.banner-img-1.inactive {
    z-index: 1;
    opacity: 0.5;
    transform: translateX(20px) translateY(20px);
}

.banner-img-2.inactive {
    z-index: 1;
    opacity: 0.5;
    transform: translateX(20px) translateY(20px);
}

@keyframes biani {
    0% {
        border-radius: 48% 52% 57% 43% / 34% 44% 56% 66%;
    }
    25% {
        border-radius: 62% 38% 64% 36% / 34% 55% 45% 66%;
    }
    50% {
        border-radius: 43% 57% 51% 49% / 33% 42% 58% 67%;
    }
    100% {
        border-radius: 40% 60% 43% 57% / 52% 32% 68% 48%;
    }
}
.banner-shape-1 img {
    position: absolute;
    left: 85%;
    top: 60px;
    max-width: 150px;
    pointer-events: none;
    filter: blur(3px);
}
.banner-shape-2 {
    top: auto !important;
    bottom: 0;
}
.banner-shape-2 img {
    position: absolute;
    bottom: 0;
    right: 82% !important;
    max-width: 410px;
    pointer-events: none;
    filter: blur(3px);
}
.sec-wp {
    position: relative;
    margin-bottom: 50px;
    z-index: 4;
}
.h1-title {
    font-size: 75px;
    line-height: 108px;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-weight: 900;
}
.profile-dropdown {
    position: relative;
    display: inline-block;
}
.h1-title span {
    color: #ff8243;
    background-image: linear-gradient(
        0deg,
        rgb(13 13 37 /8%),
        rgb(13 13 37 /8%)
    );
    background-size: 100% 15px;
    background-position: 0 90%;
    background-repeat: no-repeat;
    display: inline;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0d0d25;
    font-family: "Playfair Display", serif;
    font-weight: 900;
}
p {
    font-size: 16px;
    line-height: 30px;
}

/* Section: Food Category - About Us */
.section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.sec-sub-title {
    text-transform: uppercase;
    display: inline-block;
    background: #f3f3f5;
    box-shadow: 9px 9px 12px #e4e4e4, -9px -9px 12px #ffffff;
    padding: 3px 20px;
    border-radius: 60px;
    color: #ff8243;
    font-size: 14px;
}
.h2-title {
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 15px;
    text-transform: capitalize;
    position: relative;
}
.about_us h2 {
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 15px;
    text-transform: capitalize;
    position: relative;
}
.h2-title span,
.h3-title span,
.h4-title span,
.h5-title span,
.sub-title span {
    display: block;
}
.about-video-img-wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap; /* biar bisa turun ke bawah saat sempit */
}

.about-video-img {
    flex: 1 1 calc(50% - 20px); /* 2 kolom, kurangi gap */
    height: 55vh;
    min-height: 400px;
    border-radius: 40px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 20px rgb(36 39 37 / 30%);
}

/* responsive: kalau layar <= 768px jadikan 1 kolom */
@media (max-width: 768px) {
    .about-video-img {
        flex: 1 1 100%;
        min-height: 250px; /* boleh disesuaikan untuk mobile */
    }
}
.table-title {
    text-transform: capitalize;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.table-title p {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}
.call-now-side i {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 26px;
    margin: 0 auto;
    margin-bottom: 25px;
    background: #f3f3f5;
    box-shadow: 9px 9px 12px #b2b2b3, -9px -9px 12px #ffffff;
    color: #ff8243;
}
.call-now-side a {
    font-size: 32px;
    font-weight: 500;
    color: #0d0d25;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}
.category-mini-divider {
    width: 200px; /* panjang garis pendek */
    height: 0;
    border-top: 3px dotted rgba(13, 13, 37, 0.5);
    margin: 0 auto 50px; /* center + jarak bawah */
}
/* Sembunyikan kalau layar ≤ 768px */
@media (max-width: 768px) {
    .category-mini-divider {
        display: none;
    }
}
.call-now {
    border-left: 3px dotted rgb(13 13 37 /50%);
    border-right: 3px dotted rgb(13 13 37 /50%);
    padding: 15px 0;
}
.call-now i {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 26px;
    margin: 0 auto;
    margin-bottom: 25px;
    background: #f3f3f5;
    box-shadow: 9px 9px 12px #b2b2b3, -9px -9px 12px #ffffff;
    color: #ff8243;
}
.call-now a {
    font-size: 32px;
    font-weight: 500;
    color: #0d0d25;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}
.call-now-show {
    border-left: 3px dotted rgb(13 13 37 /50%);
    border-right: 3px dotted rgb(13 13 37 /50%);
    padding: 15px 0;
}

/* <!-- Section: Store & Restaurant List --> */
.scrapping-map {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: fit-content;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    box-shadow: 0 0 20px rgb(36 39 37 / 30%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 10px solid rgb(237, 237, 237); /* Border besar */
    transition: box-shadow 0.3s ease, transform 0.2s ease;
    margin-top: -10%;
}
.scrapping-map:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5); /* Shadow saat hover */
    transform: scale(1.02); /* Sedikit memperbesar efek */
}
.view-all-button {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(90deg, #ff7e5f, #ff8243);
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.view-all-button:hover {
    background: linear-gradient(90deg, #ff8243, #ff7e5f);
    transform: scale(1.05);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    color: #fff;
}
/* ****** scrollbar design ******** */
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background-color: #bfbfbf;
}
::-webkit-scrollbar-thumb {
    background: #ff8243;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #f16620;
}
/* **************** */
.repeat-img {
    background-size: contain;
    background-repeat: repeat;
}
.menu-tab-wp {
    margin-bottom: 80px;
}
.menu-tab ul {
    padding: 10px;
    display: inline-block;
    border-radius: 60px;
    background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 28px 28px 55px #d4d4d4, -28px -28px 55px #ffffff;
    position: relative;
    z-index: 2;
}
.menu-tab a {
    color: #000;
}
.menu-tab ul li,
.menu-tab ul .filter-active {
    display: inline-flex;
    text-transform: capitalize;
    font-size: 18px;
    line-height: normal;
    cursor: pointer;
    padding: 10px 26px;
    border-radius: 30px;
    transition: 0.3s;
    justify-content: center;
    align-items: center;
}
.filter-active {
    position: absolute;
    left: 0;
    top: 12px;
    min-height: 50px;
    z-index: -1;
}
.icon-filter {
    height: 25px;
    width: auto;
}
.icon-filter {
    height: 25px;
    width: auto;
}
.menu-tab ul li img {
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.menu-tab ul .filter-active {
    color: #ffffff;
    background: linear-gradient(145deg, #e3a92b, #ffc933);
}
.menu-tab ul li,
.menu-tab ul .filter-active-data {
    display: inline-flex;
    text-transform: capitalize;
    font-size: 18px;
    line-height: normal;
    cursor: pointer;
    padding: 10px 26px;
    border-radius: 30px;
    transition: 0.3s;
    justify-content: center;
    align-items: center;
}
.filter-active-data {
    position: absolute;
    left: 0;
    top: 12px;
    min-height: 50px;
    z-index: -1;
    width: 50%;
    margin-left: 4%;
}

.menu-tab ul .filter-active-data {
    color: #ffffff;
    background: linear-gradient(145deg, #e3a92b, #ffc933);
}
.menu-list-row .bydefault_show .dish-box-wp {
    display: inline-block !important;
}
.info-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.info-item {
    display: flex;
    align-items: start;
    gap: 10px;
}
.info-item i {
    font-size: 20px;
    color: #ff8243;
}
.info-item p {
    margin: 0;
    font-size: 16px;
    color: #000;
    text-align: left; /* Membuat teks paragraf rata kiri */
}
.info-item b {
    font-size: 16px;
    color: #111;
}
.dish-box-wp {
    display: none;
}
.dish-box {
    border-radius: 30px;
    background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 28px 28px 45px #d4d4d4, -28px -28px 45px #ffffff;
    display: flow-root;
    padding: 0 30px 40px;
    padding-top: 0;
    margin: 130px 0 30px;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}
.dish-box:hover {
    transform: scale(1.03);
}
.dist-img {
    margin-top: -130px;
    margin-bottom: 30px;
}
.dist-img img {
    box-shadow: 28px 28px 45px #d4d4d4, -28px -28px 45px #ffffff;
    border-radius: 50%;
    overflow: hidden;
    width: 250px;
    height: 250px;
    object-fit: cover; /* ✅ Tambahkan ini */
    aspect-ratio: 1 / 1;
}
.dish-rating {
    font-size: 20px;
    margin-bottom: 15px;
}
.dish-title {
    padding: 0 30px;
}
.dish-title .h3-title {
    text-transform: capitalize;
    margin-bottom: 5px;
    font-family: "Playfair Display", serif;
    font-weight: 900;
    color: #0d0d25;
    transition: 0.3s;
    /* min-height: 76px; */ /* Hapus jika tidak diperlukan */
    /* Hapus properti yang membatasi jumlah baris */
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    white-space: normal;
}
.dish-title p {
    color: #bfbfbf;
}
.dish-title a p {
    color: #000;
    font-family: "Playfair Display", serif;
    font-weight: 900;
}

/* <!-- Gallery  --> */
.book-table {
    overflow: hidden;
}
.book-table-shape img {
    position: absolute;
    top: -10px;
    right: 73%;
    width: 540px;
}
.book-table-shape.book-table-shape2 img {
    left: 74%;
    transform: scale(-1, 1);
}
.book-table-info {
    margin: 30px 0 20px;
}
#gallery {
    padding-top: 120px;
}
.book-table-img {
    height: 70vh;
    min-height: 500px;
    border-radius: 30px;
}
.back-img {
    background-position: center;
    background-size: cover;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}
.swiper-button-wp {
    position: relative;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;
}
.swiper-button-next,
.swiper-button-prev {
    position: unset;
    width: 60px;
    height: 60px;
    display: inline-flex;
    font-size: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
    color: #0d0d25;
    background: #ffffff;
    box-shadow: -20px 20px 60px #d4d4d4, 20px -20px 60px #ffffff;
    padding-top: 1px;
    padding-right: 2px;
    transition: 0.3s;
}
.swiper-button-next {
    box-shadow: 20px 20px 60px #d4d4d4, -20px -20px 60px #ffffff;
    padding-left: 3px;
}
.swiper-button-prev:hover {
    box-shadow: inset 5px 5px 20px #d4d4d4, inset -5px -5px 20px #ffffff;
    color: #fcbc30;
}
.swiper-button-next:hover {
    box-shadow: inset -5px 5px 20px #d4d4d4, inset 5px -5px 20px #ffffff;
    color: #fcbc30;
}
.swiper-pagination {
    max-width: 700px; /* Batas lebar kontainer pagination */
    width: 100%; /* Biar penuh di container, tapi dibatasi max-width */
    overflow-x: auto; /* Supaya bullet melebihi 200px bisa discroll */
    white-space: nowrap;

    /* Kurangi padding jika ingin lebih sempit */
    padding: 5px 10px;

    display: inline-block;
    border-radius: 60px;
    background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 25px 28px 55px #d4d4d4, -28px -28px 55px #ffffff;

    /* Coba ganti ke margin: 0 auto; jika ingin center */
    /* margin: 0 auto; */

    /* Jika tetap pakai posisi absolute/relative, atur left dan transform */
    left: 50% !important;
    transform: translate(-50%, 0);
    bottom: 0 !important;
    color: #000;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0px 10px !important;
    border-radius: 10px;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}
.swiper-pagination-bullet-active {
    background: #fcbc30;
    width: 30px;
}

/* <!-- QnA  --> */
.faq-row {
    column-count: 3;
    margin: 0 -5px;
}
.faq-box {
    border: 1px solid #bfbfbf;
    border-radius: 30px;
    background-image: linear-gradient(145deg, #e4e4e4, #ffffff);
    break-inside: avoid;
    margin: 0 5px 30px;
    box-shadow: 10px 10px 30px rgb(207 207 208 / 20%),
        -10px -10px 30px rgb(255 255 255 / 90%);
}
.faq-box .h4-title {
    padding: 16px 30px;
    border-bottom: 1px solid #bfbfbf;
    text-transform: capitalize;
    font-weight: 600;
}
.faq-box p {
    padding: 8px 30px 20px;
    margin: 0;
}
.faq-sec {
    margin-top: 50px;
}

/* <!-- Contact Want to add your business  --> */
.newsletter-box {
    padding: 60px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}
.contact-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.contact-icons a {
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    transition: color 0.3s;
}
.contact-icons a:hover {
    color: #4caf50;
}
.newsletter-box-text {
    padding: 0 60px;
    color: #ffffff;
}
.newsletter-box-text .h2-title {
    color: #ffffff;
    font-size: 40px;
}
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f8f9fa;
    opacity: 0.96;
}
.dark-overlay {
    background: #0d0d25;
    opacity: 0.5;
}

/* ***************** footer ****************** */
.social-icon {
    margin: 15px 0px 10px;
}
.social-icon ul li {
    display: inline-block;
    margin: 0 6px;
}
.social-icon ul li:last-child {
    margin-right: 0;
}
.social-icon ul li:first-child {
    margin-left: 0;
}
.social-icon ul li a {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: linear-gradient(145deg, #e6e6e6, #ffffff);
    box-shadow: 4px 4px 8px #d0d0d0, -4px -4px 8px #ffffff;
    color: #0d0d25;
    font-size: 19px;
}
.social-icon ul li a:hover {
    background: #ff8243;
}
.social-icon ul li a:hover i {
    color: #ffffff !important;
}
.top-footer,
.bottom-footer {
    border-top: 1px solid rgb(204 204 204 / 40%);
    position: relative;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-info .social-icon {
    margin-top: 20px;
}
.footer-flex-box {
    display: flex;
    margin: 0 -10px;
}
.footer-flex-box > div {
    flex: 1;
    padding: 0 10px;
}
.footer-flex-box .h3-title {
    text-transform: capitalize;
    margin-bottom: 23px;
}
.footer-menu {
    margin-left: 10em;
}
.footer-menu ul li a {
    color: #0d0d25;
    transition: 0.3s;
    text-transform: capitalize;
}
.footer-menu ul li a:hover,
.footer-menu ul li .footer-active-menu {
    color: #ff8243;
}
.footer-menu ul li {
    margin-bottom: 8px;
}
.footer-table-info ul li {
    margin-bottom: 10px;
    text-transform: capitalize;
}
.uil-clocl {
    font-size: 17px;
}
.copyright-text {
    padding: 20px 0;
}
.copyright-text p {
    margin: 0;
}
.name {
    color: #ff8243;
    font-weight: bold;
}
.scrolltop {
    position: absolute;
    bottom: 10px;
    right: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #f3f3f5;
    box-shadow: 9px 9px 12px #b2b2b3, -9px -9px 12px #ffffff;
    color: #ff8243;
    font-size: 26px;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
    border: none;
}
.scrolltop:hover {
    box-shadow: inset 9px 9px 12px #cccccc, inset -9px -9px 12px #ffffff;
    color: #0d0d25;
}
.button-container {
    text-align: center;
    margin-top: 20px;
}
.arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #38507d;
    margin-left: 10px;
}

/* **************** responsiveness ***************** */
@media (min-width: 2100px) {
    .container {
        max-width: 1400px;
    }
    p,
    body,
    button,
    input {
        font-size: 18px;
        line-height: 32px;
    }
}
@media (max-width: 1399px) {
    .h1-title {
        font-size: 80px;
        line-height: 90px;
    }
    .h3-title {
        font-size: 26px;
        line-height: 36px;
    }
    .h4-title {
        font-size: 24px;
        line-height: 34px;
    }
    .h2-title {
        font-size: 38px;
        line-height: 48px;
    }
}
@media (max-width: 1199px) {
    .main-banner {
        padding: 200px 0;
    }
    .banner-img-wp {
        height: 360px;
    }
    .dish-box {
        padding: 0 0 40px;
    }
    .dist-img img {
        width: 220px;
    }
    .dist-img {
        margin-top: -110px;
    }
    .dist-bottom-row ul li b {
        font-size: 28px;
    }
    .faq-box .h4-title {
        padding: 16px 20px;
    }
    .faq-box p {
        padding: 8px 20px 20px;
    }
    .newsletter-box-text {
        padding: 0;
    }
    .footer-flex-box > div {
        padding: 0 10px;
    }
    .call-now a {
        font-size: 28px;
    }
}
@media (max-width: 991px) {
    .book-table {
        margin-top: 200px;
        overflow: hidden;
    }
    .js-parallax-scene {
        display: none;
    }
    .main-banner {
        padding: 140px 0 60px;
    }
    .h1-title {
        font-size: 60px;
        line-height: 80px;
    }
    .banner-img-wp {
        padding: 0;
        height: 75vw;
        padding-top: 50px;
    }
    .menu-tab ul {
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }
    .menu-tab::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 100px;
        height: 100%;
        pointer-events: none;
        opacity: 0.2;
        border-radius: 0 60px 60px 0;
        background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(0, 0, 0, 1) 100%
        );
    }
    .call-now {
        border: none;
        margin: 40px 0;
        border-top: 3px dotted rgb(13 13 17 / 50%);
        border-bottom: 3px dotted rgb(13 13 17 / 50%);
        padding: 30px 0;
    }
    .book-table-info {
        max-width: 300px;
        margin: 30px auto 0;
    }
    .swiper-button-wp .swiper-button {
        display: none !important;
    }
    .faq-row {
        column-count: 1;
        margin: 0;
    }
    .newsletter-box {
        padding: 40px;
    }
    .footer-info {
        margin-bottom: 50px;
    }
    .footer-flex-box {
        display: block;
        margin: 0;
    }
    .footer-flex-box > div {
        padding: 0;
        margin-bottom: 30px;
    }
    .faq-box {
        margin: 0;
        margin-bottom: 30px;
    }
    .footer-flex-box > div:last-child {
        margin: 0;
    }
    .footer-menu ul {
        max-width: 300px;
    }
    #gallery {
        padding-top: 90px;
    }
    .swiper-pagination {
        padding: 6px 20px;
    }
    .swiper-button-wp {
        margin-top: 40px;
    }
    .dish-title .h3-title {
        display: block;
        min-height: auto;
        margin-bottom: 12px;
    }
    #js-scroll-content {
        transform: unset !important;
    }
    body {
        height: auto !important;
    }
    .menu-tab ul::-webkit-scrollbar {
        height: 0;
    }
    .menu-tab {
        position: relative;
        display: flex;
    }
    .footer-menu {
        margin-left: 0em;
    }
    .dist-img img {
        width: 200px;
        height: 200px;
    }
}
@media (max-width: 767px) {
    .contact-icons {
        gap: 15px;
    }
    .contact-icons a {
        font-size: 20px; /* Ukuran ikon lebih kecil */
    }
    .banner-img-wp {
        height: 75vw;
        min-height: 60vw;
        width: auto;
    }
    .dist-img img {
        width: 180px;
    }
    .dist-img {
        margin-top: -80px;
    }
    .menu-tab-wp {
        margin-bottom: 60px;
    }
    .dish-box {
        margin: 80px 0 30px;
    }
    .book-table-img {
        min-height: 340px;
        height: 60vh;
    }
    .menu-tab ul li {
        padding: 10px 20px;
    }
    .dist-img img {
        width: 150px;
        height: 150px;
    }
}
@media (max-width: 575px) {
    .h1-title {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 20px;
    }
    .h1-title span {
        background-size: 100% 8px;
    }
    .banner-img-wp {
        height: 90vw;
    }
    .about-video-img {
        height: 30vw;
        min-height: 280px;
        border-radius: 30px;
    }
    .dish-box {
        max-width: 340px;
        margin: 80px auto 30px;
        padding: 0 0 30px;
    }
    .newsletter-box {
        padding: 15px;
    }
    .footer-menu {
        margin-left: 0em;
    }
    .dist-img img {
        width: 150px;
        height: 150px;
    }
}
@media (max-width: 480px) {
    .contact-icons a {
        font-size: 18px; /* Ukuran ikon lebih kecil pada layar sangat kecil */
    }
}
@media (max-width: 400px) {
    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .footer-menu {
        margin-left: 0em;
    }
}
.menu-list-row .bydefault_show .dish-box-wp {
    display: inline-block !important;
}
@media (max-width: 1199px) {
    .main-banner {
        padding: 200px 0;
    }
    .banner-img-wp {
        height: 360px;
    }
    .dish-box {
        padding: 0 0 40px;
    }
    .dist-img img {
        width: 220px;
    }
    .dist-img {
        margin-top: -110px;
    }
    .dist-bottom-row ul li b {
        font-size: 28px;
    }
    .faq-box .h4-title {
        padding: 16px 20px;
    }
    .faq-box p {
        padding: 8px 20px 20px;
    }
    .newsletter-box-text {
        padding: 0;
    }
    .footer-flex-box > div {
        padding: 0 10px;
    }
    .call-now a {
        font-size: 28px;
    }
}
@media (max-width: 991px) {
    .scrolltop {
        bottom: 130px;
    }
    .js-parallax-scene {
        display: none;
    }
    .main-banner {
        padding: 140px 0 60px;
    }
    .h1-title {
        font-size: 60px;
        line-height: 80px;
    }
    .banner-img-wp {
        padding: 0;
        height: 75vw;
        padding-top: 50px;
    }
    .menu-tab ul {
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }
    .menu-tab::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 100px;
        height: 100%;
        pointer-events: none;
        opacity: 0.2;
        border-radius: 0 60px 60px 0;
        background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(0, 0, 0, 1) 100%
        );
    }
    .call-now {
        border: none;
        margin: 40px 0;
        border-top: 3px dotted rgb(13 13 17 / 50%);
        border-bottom: 3px dotted rgb(13 13 17 / 50%);
        padding: 30px 0;
    }
    .book-table-info {
        max-width: 300px;
        margin: 30px auto 0;
    }
    .swiper-button-wp .swiper-button {
        display: none !important;
    }
    .faq-row {
        column-count: 1;
        margin: 0;
    }
    .newsletter-box {
        padding: 40px;
    }
    .footer-info {
        margin-bottom: 50px;
    }
    .footer-flex-box {
        display: block;
        margin: 0;
    }
    .footer-flex-box > div {
        padding: 0;
        margin-bottom: 30px;
    }
    .faq-box {
        margin: 0;
        margin-bottom: 30px;
    }
    .footer-flex-box > div:last-child {
        margin: 0;
    }
    .footer-menu ul {
        max-width: 300px;
    }
    #gallery {
        padding-top: 90px;
    }
    .swiper-pagination {
        padding: 6px 20px;
    }
    .swiper-button-wp {
        margin-top: 40px;
    }
    .dish-title .h3-title {
        display: block;
        min-height: auto;
        margin-bottom: 12px;
    }
    #js-scroll-content {
        transform: unset !important;
    }
    body {
        height: auto !important;
    }
    .menu-tab ul::-webkit-scrollbar {
        height: 0;
    }
    .menu-tab {
        position: relative;
        display: flex;
    }
}

@media (max-width: 767px) {
    .banner-img-wp {
        height: 75vw;
        min-height: 60vw;
        width: auto;
    }
    .dist-img img {
        width: 180px;
    }
    .dist-img {
        margin-top: -80px;
    }
    .menu-tab-wp {
        margin-bottom: 60px;
    }
    .dish-box {
        margin: 80px 0 30px;
    }
    .book-table-img {
        min-height: 340px;
        height: 60vh;
    }
}
@media (max-width: 575px) {
    .h1-title {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 20px;
    }
    .h1-title span {
        background-size: 100% 8px;
    }
    .banner-img-wp {
        height: 90vw;
    }
    .about-video-img {
        height: 30vw;
        min-height: 280px;
        border-radius: 30px;
    }
    .dish-box {
        max-width: 340px;
        margin: 80px auto 30px;
        padding: 0 0 30px;
    }
    .newsletter-box {
        padding: 15px;
    }
}
@media (max-width: 400px) {
    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/*Google Maps Styling*/
/* Enhanced Google Maps Styling - Indonesian Cuisine Theme */
/* Main Map Container with Indonesian-inspired gradient */
.scrapping-map-wrapper {
    background: linear-gradient(135deg, #fff8f3 0%, #ffffff 100%);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 8px 32px rgba(220, 53, 69, 0.08),
        0 4px 16px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(220, 53, 69, 0.08);
    position: relative;
    overflow: hidden;
}
.scrapping-map-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #e3a92b, #fd7e14, #ffc107);
    border-radius: 20px 20px 0 0;
}
/* Enhanced Filter Bar */
.filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1px solid rgba(220, 53, 69, 0.1);
    flex-wrap: wrap;
    gap: 12px;
}
.filter-group {
    display: flex;
    align-items: center;
    gap: 12px;
}
.filter-group label {
    font-weight: 700;
    font-size: 15px;
    color: #2c3e50;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
#radius-select {
    padding: 10px 16px;
    border: 2px solid rgba(220, 53, 69, 0.2);
    border-radius: 12px;
    background: white;
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 100px;
}
#radius-select:focus {
    outline: none;
    border-color: #fd7e14;
    box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.1);
    transform: translateY(-1px);
}
/* Enhanced Show All Button */
.btn-show-all {
    background: linear-gradient(135deg, #e3a92b, #fd7e14);
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 16px rgba(220, 53, 69, 0.2);
    position: relative;
    overflow: hidden;
}
.btn-show-all::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: left 0.5s;
}
.btn-show-all:hover {
    background: linear-gradient(135deg, #ffc107, #fd7e14);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(220, 53, 69, 0.3);
}
.btn-show-all:hover::before {
    left: 100%;
}
.btn-show-all:active {
    transform: translateY(0);
}
/* Enhanced Map Container */
.map-container {
    width: 100%;
    height: 500px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1),
        0 4px 16px rgba(220, 53, 69, 0.05);
    border: 3px solid rgba(255, 255, 255, 0.8);
}
/* Enhanced InfoWindow Card */
.card-marker {
    background: linear-gradient(135deg, #ffffff 0%, #fefefe 100%);
    border-radius: 20px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12),
        0 8px 24px rgba(220, 53, 69, 0.08);
    overflow: hidden;
    border: 1px solid rgba(220, 53, 69, 0.05);
    max-width: 340px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
/* Gallery Styling */
.gallery-swiper {
    position: relative;
    overflow: hidden;
}

.swiper-container {
    position: relative;
}
.card-marker img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-marker img:hover {
    transform: scale(1.05);
}
.swiper-pagination-maps {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
}
.swiper-pagination-maps .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}
.swiper-pagination-maps .swiper-pagination-bullet-active {
    background: white;
    transform: scale(1.2);
}

/* Enhanced Card Content */
.card-content {
    padding: 24px;
    text-align: left;
}
.card-title {
    font-size: 20px;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 8px;
    line-height: 1.3;
}
/* Enhanced Rating */
.rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 14px;
}
.rating .stars {
    color: #ffc107;
    font-size: 16px;
    letter-spacing: 1px;
}
.rating span:first-of-type {
    font-weight: 700;
    color: #2c3e50;
}
.rating span:last-of-type {
    color: #6c757d;
    font-size: 13px;
}
.info {
    color: #6c757d;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
    padding: 8px 12px;
    background: rgba(220, 53, 69, 0.05);
    border-radius: 8px;
    border-left: 3px solid #fd7e14;
}
/* Enhanced Action Buttons */
.buttons-maps {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
}
.btn-maps {
    display: block;
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.btn-maps::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: left 0.5s;
}
.btn-maps:hover::before {
    left: 100%;
}
.btn-details {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    box-shadow: 0 4px 16px rgba(0, 123, 255, 0.2);
}
.btn-details:hover {
    background: linear-gradient(135deg, #0056b3, #004085);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 123, 255, 0.3);
    color: white;
}
.btn-route {
    background: linear-gradient(135deg, #28a745, #1e7e34);
    color: white;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(40, 167, 69, 0.2);
}
.btn-route:hover {
    background: linear-gradient(135deg, #1e7e34, #155724);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(40, 167, 69, 0.3);
    color: white;
}
.btn-view-map {
    background: linear-gradient(135deg, #fd7e14, #e55100);
    color: white;
    box-shadow: 0 4px 16px rgba(253, 126, 20, 0.2);
}
.btn-view-map:hover {
    background: linear-gradient(135deg, #e55100, #bf360c);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(253, 126, 20, 0.3);
    color: white;
}
.btn-order {
    background: linear-gradient(135deg, #6f42c1, #5a32a3);
    color: white;
    box-shadow: 0 4px 16px rgba(111, 66, 193, 0.2);
}
.btn-order:hover {
    background: linear-gradient(135deg, #5a32a3, #4c2a85);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(111, 66, 193, 0.3);
    color: white;
}
/* Enhanced My Location Button */
.custom-map-control-button {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    border: 2px solid rgba(220, 53, 69, 0.2);
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    margin: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fd7e14;
}
.custom-map-control-button:hover {
    background: linear-gradient(135deg, #fd7e14, #ffc107);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(220, 53, 69, 0.2);
    border-color: #fd7e14;
}
/* Enhanced Marker Label */
.marker-label {
    white-space: nowrap;
    background: linear-gradient(135deg, #fd7e14, #ffc107);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    box-shadow: 0 4px 16px rgba(220, 53, 69, 0.3);
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 2px solid white;
}
/* Responsive Design */
@media (max-width: 768px) {
    .scrapping-map-wrapper {
        padding: 16px;
        border-radius: 16px;
    }
    .filter-bar {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        padding: 16px;
    }
    .filter-group {
        justify-content: space-between;
    }
    .map-container {
        height: 350px;
        border-radius: 12px;
    }
    .card-marker {
        max-width: 280px;
    }
    .card-content {
        padding: 20px;
    }
    .card-title {
        font-size: 18px;
    }
    .btn-maps {
        padding: 10px 14px;
        font-size: 12px;
    }
}
@media (max-width: 576px) {
    .map-container {
        height: 300px;
    }
    .card-marker {
        max-width: 260px;
    }
    .card-content {
        padding: 16px;
    }
    .buttons-maps {
        gap: 8px;
    }
}
/* Loading Animation for Map */
.map-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
    border-radius: 16px;
}
.map-loading::after {
    content: "";
    width: 40px;
    height: 40px;
    border: 4px solid rgba(220, 53, 69, 0.1);
    border-top-color: #fd7e14;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
/* Enhanced Stars Rendering */
.rating .stars {
    display: inline-block;
}
/* Custom scrollbar for info windows */
.card-marker::-webkit-scrollbar {
    width: 4px;
}
.card-marker::-webkit-scrollbar-track {
    background: rgba(220, 53, 69, 0.1);
    border-radius: 2px;
}
.card-marker::-webkit-scrollbar-thumb {
    background: #fd7e14;
    border-radius: 2px;
}
.card-marker::-webkit-scrollbar-thumb:hover {
    background: #fd7e14;
}

/* Enhanced How to Use Tutorial - Indonesian Cuisine Theme */
.how-to-use {
    background: linear-gradient(
        135deg,
        rgba(255, 248, 243, 0.9) 0%,
        rgba(255, 255, 255, 0.95) 100%
    );
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 32px;
    margin-bottom: 24px;
    box-shadow: 0 20px 60px rgba(220, 53, 69, 0.08),
        0 8px 32px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(220, 53, 69, 0.08);
    position: relative;
    overflow: hidden;
}

.how-to-use::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #e3a92b, #fd7e14, #ffc107);
    border-radius: 24px 24px 0 0;
}

.how-to-use::after {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200px;
    height: 200px;
    background: linear-gradient(
        135deg,
        rgba(253, 126, 20, 0.03),
        rgba(255, 193, 7, 0.03)
    );
    border-radius: 50%;
    z-index: 0;
}

.tutorial-header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.tutorial-title {
    font-size: 28px;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(135deg, #2c3e50, #fd7e14);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.tutorial-subtitle {
    font-size: 16px;
    color: #6c757d;
    font-weight: 500;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
}

.tutorial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.tutorial-item {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 24px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(253, 126, 20, 0.1);
    position: relative;
    overflow: hidden;
}

.tutorial-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #fd7e14, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tutorial-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(253, 126, 20, 0.15),
        0 8px 24px rgba(0, 0, 0, 0.08);
    border-color: rgba(253, 126, 20, 0.2);
}

.tutorial-item:hover::before {
    opacity: 1;
}

.tutorial-icon {
    font-size: 48px;
    margin-bottom: 16px;
    display: block;
    text-align: center;
    filter: drop-shadow(0 4px 8px rgba(253, 126, 20, 0.2));
    transition: transform 0.3s ease;
}

.tutorial-item:hover .tutorial-icon {
    transform: scale(1.1) rotate(5deg);
}

.tutorial-item h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 12px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tutorial-item p {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    margin: 0;
    font-weight: 500;
}

.tutorial-item b {
    color: #fd7e14;
    font-weight: 700;
}

/* Permission Section */
.permission-section {
    background: linear-gradient(
        135deg,
        rgba(253, 126, 20, 0.05) 0%,
        rgba(255, 193, 7, 0.05) 100%
    );
    border-radius: 20px;
    padding: 32px;
    margin-top: 32px;
    border: 2px solid rgba(253, 126, 20, 0.1);
    position: relative;
    z-index: 1;
}

.permission-title {
    font-size: 24px;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 16px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.permission-subtitle {
    font-size: 16px;
    color: #6c757d;
    text-align: center;
    margin-bottom: 32px;
    font-weight: 500;
}

.permission-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
}

.permission-device {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 24px;
    border: 1px solid rgba(253, 126, 20, 0.1);
    transition: all 0.3s ease;
}

.permission-device:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(253, 126, 20, 0.1);
}

.device-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 2px solid rgba(253, 126, 20, 0.1);
}

.device-icon {
    font-size: 32px;
    filter: drop-shadow(0 2px 4px rgba(253, 126, 20, 0.2));
}

.device-title {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.permission-steps {
    list-style: none;
    padding: 0;
    margin: 0;
}

.permission-steps li {
    background: rgba(253, 126, 20, 0.05);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 12px;
    border-left: 4px solid #fd7e14;
    font-size: 14px;
    color: #2c3e50;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    transition: all 0.3s ease;
}

.permission-steps li:hover {
    background: rgba(253, 126, 20, 0.08);
    transform: translateX(4px);
}

.permission-steps li::before {
    content: counter(step-counter);
    counter-increment: step-counter;
    position: absolute;
    left: -2px;
    top: -2px;
    background: linear-gradient(135deg, #fd7e14, #ffc107);
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(253, 126, 20, 0.3);
}

.permission-steps {
    counter-reset: step-counter;
}

.permission-steps b {
    color: #fd7e14;
    font-weight: 700;
}

/* Quick Tips Section */
.quick-tips {
    background: linear-gradient(
        135deg,
        rgba(40, 167, 69, 0.05) 0%,
        rgba(32, 201, 151, 0.05) 100%
    );
    border-radius: 16px;
    padding: 24px;
    margin-top: 24px;
    border: 1px solid rgba(40, 167, 69, 0.1);
    text-align: center;
}

.quick-tips h4 {
    font-size: 18px;
    font-weight: 700;
    color: #28a745;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.quick-tips p {
    color: #6c757d;
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .how-to-use {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .tutorial-title {
        font-size: 24px;
    }

    .tutorial-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .tutorial-item {
        padding: 20px;
    }

    .tutorial-icon {
        font-size: 40px;
    }

    .permission-section {
        padding: 24px 20px;
    }

    .permission-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .permission-title {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .how-to-use {
        padding: 20px 16px;
        margin-bottom: 20px;
    }

    .tutorial-title {
        font-size: 20px;
    }

    .tutorial-item {
        padding: 16px;
    }

    .permission-section {
        padding: 20px 16px;
    }

    .permission-device {
        padding: 20px;
    }
}

/* Animation for enhanced user experience */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tutorial-item {
    animation: fadeInUp 0.6s ease forwards;
}

.tutorial-item:nth-child(1) {
    animation-delay: 0.1s;
}
.tutorial-item:nth-child(2) {
    animation-delay: 0.2s;
}
.tutorial-item:nth-child(3) {
    animation-delay: 0.3s;
}
.tutorial-item:nth-child(4) {
    animation-delay: 0.4s;
}

/*Calendar of events*/
.container-card-calendar {
    max-width: 124rem;
    padding: 0 1rem;
    margin: 0 auto;
}
.text-center {
    text-align: center;
}
#tranding {
    margin-top: -8em;
    padding: 4rem 0;
}
@media (max-width: 1440px) {
    #tranding {
        padding: 7rem 0;
    }
}
#tranding .tranding-slider {
    height: 52rem;
    padding: 2rem 0;
    position: relative;
}
@media (max-width: 500px) {
    #tranding .tranding-slider {
        height: 45rem;
    }
}
.tranding-slide {
    width: 37rem;
    height: 42rem;
    position: relative;
}
@media (max-width: 500px) {
    .tranding-slide {
        width: 18rem !important;
        height: 25rem !important;
    }
    .tranding-slide .tranding-slide-img img {
        width: 18rem !important;
        height: 25rem !important;
    }
}
.tranding-slide .tranding-slide-img img {
    width: 37rem;
    height: 42rem;
    border-radius: 2rem;
    object-fit: cover;
}
.tranding-slide .tranding-slide-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.tranding-slide-content .food-price {
    position: absolute;
    top: 2rem;
    right: 2rem;
    color: var(--white);
    background: #ecad00; /* Warna background bisa disesuaikan */
    padding: 5px 10px; /* Bikin padding biar kelihatan lebih rapi */
    border-radius: 5px; /* Biar ada sudut melengkung */
    font-size: 23px; /* Ukuran font bisa disesuaikan */
    font-weight: bold;
    display: inline-block; /* Biar ukurannya menyesuaikan teks */
}
.tranding-slide-content .tranding-slide-content-bottom {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    color: var(--white);
}
.rating ion-icon {
    color: var(--primary);
}
.link-calendar {
    color: #fff;
}
.link-calendar:hover {
    color: #fff;
}
.tranding-slide-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: white;
    padding: 20px;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.8),
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0)
    );
    border-radius: 2rem;
}
.desc div {
    margin-bottom: 5px; /* Sesuaikan jaraknya */
}
.location {
    background: #ff8243;
    display: inline-flex; /* Agar tetap inline dan bisa pakai gap */
    align-items: center;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
    gap: 7px; /* Atur jarak antara ikon dan teks */
}
.title-calendar {
    font-size: 35px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.title-calendar::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background-color: currentColor;
    transition: width 0.3s ease-in-out;
}
.title-calendar:hover::after {
    width: 100%;
}
.time {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: inline-block;
}
.time::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background-color: currentColor;
    transition: width 0.3s ease-in-out;
}
.time:hover::after {
    width: 100%;
}
@media (max-width: 500px) {
    .location {
        font-size: 12px;
    }

    .title-calendar {
        font-size: 31px;
    }
    .time {
        font-size: 12px;
    }

    .category {
        font-size: 12px;
    }
}
.swiper-button-wp-calendar {
    position: relative;
    margin-top: -15px;
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;
}
.swiper-button-wp-calendar .swiper-button-prev {
    margin-left: 7em;
}
.swiper-button-wp-calendar .swiper-button-next {
    margin-right: 7em;
}

/* News */
.collection {
    margin-top: -7em;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.collection .content-news {
    height: 28rem;
    width: 25rem;
    background-color: #1b1f2a;
    border: 0.2rem solid rgba(255, 255, 255, 0.1);
    border-radius: 0.7rem;
    border-bottom: 0.4rem solid #ff8243;
    border-top: 0.4rem solid #ff8243;
    overflow: hidden;
}

.content-news img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom-left-radius: 0.6rem;
    border-bottom-right-radius: 0.6rem;
}
.text-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.text-content h3 {
    font-size: 1.7rem;
    font-weight: 900;
    color: #fff;
    margin-top: 20px;
}
.text-content p {
    margin-top: 10px;
    max-width: 22rem;
    font-size: 0.9rem;
    font-weight: 400;
    text-align: center;
    color: #fff;
    line-height: 1.3; /* Atur sesuai kebutuhan */
}
.button-container-news {
    text-align: center;
    margin-top: 10px;
}
.view-all-button-news {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(90deg, #ff7e5f, #ff8243);
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.button-container-news-view-all {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
}
.view-all-button-news-view-all {
    display: inline-block;
    padding: 10px 40px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(90deg, #ecad00, #ecad00);
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.view-all-button-news-view-all:hover {
    background: linear-gradient(90deg, #ecad00, #ecad00);
    transform: scale(1.05);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    color: #fff;
}
.view-all-button-news:hover {
    background: linear-gradient(90deg, #ff8243, #ecad00);
    transform: scale(1.05);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    color: #fff;
}
.swiper-button-wp-news {
    position: relative;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;
}
.swiper-button-wp-news .swiper-button-prev {
    margin-left: 7em;
}
.swiper-button-wp-news .swiper-button-next {
    margin-right: 7em;
}
.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
