@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; */

.bg-orange {
    background-color: #ff8243;
}

.btn-outline-orange {
    color: #ff8243;
    border: 1px solid #ff8243;
    background-color: transparent;
}

.btn-outline-orange:hover {
    background-color: #ffdc7d;
    color: white;
    border-color: #ff8243;
}

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 */
}

.site-header {
    position: fixed;
    padding: 30px 0;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: 0.5s;
    border-bottom: 1px solid transparent;
}

.site-header.sticky_head {
    background: rgb(255 255 255 / 80%);
    padding: 20px 0;
    border-color: #f2f2f2;
    backdrop-filter: blur(20px);
}

.main-navigation {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
}

.main-navigation .menu li:first-child {
    margin-left: 0;
}

.main-navigation .menu li:last-child {
    margin-right: 0;
}

.main-navigation .menu li:hover > ul,
.main-navigation .menu li.focus > ul {
    opacity: 1;
    margin-top: 6px;
    visibility: visible;
}

a {
    background-color: transparent;
    text-decoration: none !important;
    outline: none !important;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation .menu ul a {
    width: auto;
}

.main-navigation .menu li a {
    display: flex;
    transition: 0.3s;
    position: relative;
    align-items: center;
    color: #0d0d25;
    text-transform: capitalize;
    font-weight: 500;
    padding: 5px 18px;
    border-radius: 30px;
}

.main-navigation .menu li a:hover,
.main-navigation .menu li .active-menu,
.main-navigation .menu .sub-menu li .active-sub-menu {
    color: #ff8243;
    background: #f3f3f5;
    box-shadow: inset 8px 8px 12px #e2e2e2, inset -8px -8px 12px #ffffff;
}

.header-right {
    margin-left: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    border-radius: 10px;
    position: relative;
    margin-left: 20px;
    transition: 0.3s;
    box-shadow: inset 6px 6px 7px #dadada, inset -6px -6px 7px #ffffff;
    align-items: center;
}

.header-btn:hover {
    background: linear-gradient(145deg, #dcdcdc, #ffffff);
    box-shadow: 20px 20px 60px #cfcfd0, -20px -20px 60px #ffffff;
}

* {
    -webkit-tap-highlight-color: transparent;
}

.uil {
    color: #ff8243;
}
.fab {
    color: #ff8243;
}
@media screen and (min-width: 992px) {
    .menu-toggle {
        display: none;
    }
}

@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 (max-width: 1399px) {
    .header-right {
        margin-left: 20px;
    }
    .main-navigation .menu li {
        margin: 0 3px;
    }
}

@media (max-width: 1199px) {
    .header-btn {
        margin-left: 10px;
    }
    .header-right {
        margin-left: 10px;
    }
    .main-navigation .menu li {
        margin: 0;
    }
    .main-navigation .menu li a {
        padding: 4px 15px;
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .header-right {
        display: none;
    }
    .section {
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .for-des {
        display: none !important;
    }
    .for-mob {
        display: block !important;
    }
    .site-header .container {
        max-width: 100%;
        padding: 0;
        height: 100%;
    }
    .site-header .container .row {
        margin: 0;
        height: 100%;
    }
    .site-header .container .row .col-lg-2 {
        width: auto;
        padding: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 30px;
        z-index: 2;
        display: flex;
        align-items: center;
    }
    .menu-toggle {
        position: absolute;
        top: 50%;
        right: 30px;
        border: none;
        outline: none !important;
        background: transparent;
        width: 40px;
        height: 40px;
        transform: translate(0, -50%);
        z-index: 100;
        box-shadow: inset 6px 6px 7px #dadada, -6px -6px 10px #ffffff;
        border-radius: 10px;
        padding: 0 8px;
    }
    .menu-toggle span {
        display: block;
        width: 100%;
        height: 4px;
        background: #ff8243;
        margin-bottom: 5px;
        transition: 0.3s;
        border-radius: 5px;
        position: relative;
    }
    .menu-toggle span:last-child {
        margin: 0;
    }
    .toggled .menu-toggle span:nth-child(1) {
        transform: rotate(45deg);
        top: 5px;
    }
    .toggled .menu-toggle span:nth-child(2) {
        transform: rotate(-45deg);
        top: -4px;
    }
    .toggled .menu-toggle span:nth-child(3) {
        opacity: 0;
        height: 0;
    }
    .toggled .header-menu {
        transform: translateY(0);
    }
    .header-menu {
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: max(9vh, 30px);
        padding-left: max(6vh, 30px);
        z-index: 99;
        transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        overflow-y: auto;
        transform: translateY(-100%);
        background-image: url(assets/images/blog-pattern-bg.png);
        background-position: center;
        background-color: #f3f3f5;
    }
    .main-navigation .menu li {
        display: block;
        float: none;
        margin: 0;
        margin-bottom: max(20px, 4vh);
    }
    .main-navigation .menu li a {
        display: inline-block;
        font-size: max(16px, 2vh);
    }
    .main-navigation .menu .sub-menu {
        max-width: 220px;
        opacity: 1;
        visibility: visible;
        display: none;
    }
    .main-navigation .menu .sub-menu li {
        margin-bottom: 5px;
    }
    .main-navigation .menu li:last-child {
        margin: 0;
    }
    .main-navigation .menu .sub-menu li a {
        color: #ff8243;
    }
    .header-btn.header-cart {
        display: none;
    }
    .header-btn {
        margin: 0;
        margin-right: 70px;
    }
    .site-header {
        padding: 20px 0;
        box-shadow: 0px 10px 55px #d4d4d4;
    }
    .site-header.sticky_head,
    .site-header {
        background: rgb(255 255 255 / 90%);
    }
    body {
        height: auto !important;
    }
}

@media (max-width: 400px) {
    .header-btn {
        margin-right: 56px;
    }
    .menu-toggle {
        right: 15px;
    }
    .site-header .container .row .col-lg-2 {
        left: 15px;
    }
}

/* ************************** */

@media screen and (min-width: 992px) {
    #viewport {
        overflow: hidden;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
}

@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%;
    }
}

.sec-wp {
    position: relative;
    margin-bottom: 50px;
    z-index: 4;
}

.card {
    position: relative;
    width: 300px;
    height: fit-content;
    border-radius: 10px;
    background-color: #f3f3f5;
    text-align: center;
    padding: 20px;
}

.circle {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background-color: #f0f0f0;
    border-radius: 50%;
}

.content h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 10px 0;
    color: #000;
}
.profile-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    position: absolute;
    right: 0;
    top: 50px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 150px;
}

.dropdown-menu a,
.dropdown-menu button {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    background: none;
    border: none;
    cursor: pointer;
    width: 100%;
}

.dropdown-menu a:hover,
.dropdown-menu button:hover {
    background-color: #f0f0f0;
}
.content p {
    font-size: 14px;
    color: #555;
}

.large-box {
    width: 420px;
    height: 100px;
    background-color: #d3d3d3;
    border-radius: 10px;
    position: relative;
}
.card,
.large-box {
    border: none; /* Menghilangkan border */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Shadow hanya di bawah */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0d0d25;
    font-family: "Playfair Display", serif;
    font-weight: 900;
}

p {
    font-size: 16px;
    line-height: 30px;
}

.sec-btn {
    min-width: 120px;
    min-height: 58px;
    background: #f3f3f5;
    box-shadow: 9px 9px 12px #b2b2b3, -9px -9px 12px #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    color: #0d0d25;
    text-transform: capitalize;
    text-align: center;
    border: none;
    cursor: pointer;
    outline: none !important;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 6px 30px;
}

.sec-btn:hover {
    border-color: #0d0d25;
    box-shadow: inset 9px 9px 12px #cccccc, inset -9px -9px 12px #ffffff;
    color: #0d0d25;
}

/* ******************** */

.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,
.h5-title span,
.sub-title span {
    display: block;
}
.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 */
}

/* ****** 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;
}

.catalogue-list {
    margin-bottom: 30px;
    margin-top: -30px;
    z-index: 999;
}

.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: bold;
    color: #0d0d25;
    transition: 0.3s;
    min-height: 76px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 900;
}

.dish-title p {
    color: #bfbfbf;
}

.dish-info ul,
.dist-bottom-row ul {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.dish-info ul li {
    display: inline-block;
    flex: 1;
}

.dish-info ul li:last-child {
    text-align: right;
    border-left: 2px solid rgb(204 204 204 / 30%);
}

.dist-bottom-row ul li:last-child {
    text-align: right;
}

.dish-info ul li p {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 2px;
    font-weight: 300;
}

.dish-info ul li b {
    font-weight: 600;
}

.dish-info,
.dist-bottom-row {
    padding: 0 30px;
}

.dish-info {
    border-bottom: 2px solid rgb(204 204 204 / 30%);
    margin: 30px 0 30px;
    padding-bottom: 30px;
}

.dist-bottom-row ul li {
    display: flex;
    align-items: center;
}

.dist-bottom-row ul li b {
    font-size: 30px;
}

.dish-add-btn {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    transition: 0.3s;
    background: linear-gradient(145deg, #ffc954, #ffbc00);
    box-shadow: inset 4px 4px 8px #d6a029, inset -4px -4px 8px #ffd837;
}
.button-filter {
    width: max-content;
    height: 40px;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    transition: 0.3s;
    background: linear-gradient(145deg, #ffc954, #ffbc00);
    box-shadow: inset 4px 4px 8px #d6a029, inset -4px -4px 8px #ffd837;
    font-size: medium;
    padding: 0px 20px; /* Tambahkan padding agar teks tidak terlalu rapat dengan tepi */
}
.button-add {
    width: max-content;
    height: 40px;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    transition: 0.3s;
    background: linear-gradient(145deg, #ffc954, #ffbc00);
    box-shadow: inset 4px 4px 8px #d6a029, inset -4px -4px 8px #ffd837;
    font-size: large;
    padding: 15px 20px; /* Tambahkan padding agar teks tidak terlalu rapat dengan tepi */
}
.dish-add-btn i {
    color: #ffffff;
    font-size: 22px;
}

.dish-add-btn:hover {
    background: linear-gradient(145deg, #e3a92b, #ffc933);
}

/* ************ */

.xxl-title {
    text-transform: capitalize;
    font-size: 52px;
    line-height: 72px;
    margin-bottom: 30px;
}

/* ****************** */

.book-table {
    margin-top: 100px;
    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);
}

.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);
}

.call-now-side a:hover,
.contact-info a:hover {
    color: #fcbc30;
}

.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 a:hover,
.contact-info a:hover {
    color: #fcbc30;
}

.media-sosial {
    text-align: center;
}

.icon-container {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    gap: 20px;
}

.icon-medsos {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s;
}

.icon-medsos i {
    font-size: 32px; /* Ukuran icon */
    color: #ff6700;
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 kolom */
    gap: 10px;
    justify-items: center;
    align-items: center;
    margin-top: 15px;
}

.icon-medsos:hover {
    transform: scale(1.1);
}

.call-now-show {
    border-left: 3px dotted rgb(13 13 37 /50%);
    border-right: 3px dotted rgb(13 13 37 /50%);
    padding: 15px 0;
}
.book-table-img {
    height: 70vh;
    min-height: 500px;
    border-radius: 30px;
}

.back-img {
    background-position: center;
    background-size: cover;
}

/* *************** */

.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;
}

/* *************** */

.star-rating-wp {
    display: block;
}

.star-rating {
    font-size: 22px;
    position: relative;
    margin-top: 20px;
    display: inline-block;
}

.star-rating::before {
    content: "\f005\f005\f005\f005\f005";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #c8c8c8;
    filter: drop-shadow(0 0.6rem 0.3rem rgba(0, 0, 0, 0.05));
    letter-spacing: 4px;
}

.star-rating__fill {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    overflow: hidden;
    animation: fill-star 2s ease-in-out;
}

.star-rating__fill::after {
    content: "\f005\f005\f005\f005\f005";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #ff8243;
    letter-spacing: 4px;
}

@keyframes fill-star {
    0% {
        width: 0;
    }
}

/* ************************ */

.newsletter-box {
    padding: 60px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

.newsletter-form {
    margin-top: 20px;
    position: relative;
}

.newsletter-form button {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translate(0, -50%);
}

.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;
}

.sec-btn.primary-btn {
    background: linear-gradient(145deg, #e26a2c, #ff8243);
    color: #ffff;
    border: none;
    box-shadow: 4px 4px 8px #9e9e9e, -4px -4px 8px #ffffff;
}

.sec-btn.primary-btn:hover {
    background: linear-gradient(145deg, #0c0c21, #0e0e28);
}

/* ***************** footer ****************** */

.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;
}
.icon {
    background-color: black;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
}
.icon img {
    width: 30px;
    height: 30px;
}

/* **************** responsiveness ***************** */

@media (min-width: 2100px) {
    .container {
        max-width: 1400px;
    }
    p,
    body,
    button,
    input {
        font-size: 18px;
        line-height: 32px;
    }
}
@media (max-width: 1399px) {
    .h3-title {
        font-size: 26px;
        line-height: 36px;
    }
    .h2-title {
        font-size: 38px;
        line-height: 48px;
    }
    .dist-bottom-row ul li b {
        font-size: 25px;
    }
}
@media (max-width: 1199px) {
    .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;
    }
    .newsletter-box-text {
        padding: 0;
    }
    .footer-flex-box > div {
        padding: 0 10px;
    }
    .star-rating {
        font-size: 19px;
    }
    .call-now a {
        font-size: 28px;
    }
}
@media (max-width: 991px) {
    .book-table {
        margin-top: 200px;
        overflow: hidden;
    }
    .dropdown-menu {
        left: 0;
    }
    .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;
    }
    .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;
    }
    .footer-flex-box > div:last-child {
        margin: 0;
    }
    .scrolltop {
        bottom: 130px;
    }
    .footer-menu ul {
        max-width: 300px;
    }
    .dish-title .h3-title {
        display: block;
        min-height: auto;
        margin-bottom: 12px;
    }
    .menu-img {
        width: 180px;
        margin-inline: auto;
        margin-bottom: 20px;
    }
    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 */
    }
    .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;
    }
    .dish-info ul li p {
        font-size: 16px;
        line-height: 26px;
        margin: 0;
    }
    .dish-info ul li b {
        font-size: 14px;
    }
    .menu-tab ul li {
        padding: 10px 20px;
    }
    .dist-img img {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 575px) {
    .dish-box {
        max-width: 340px;
        margin: 80px auto 30px;
        padding: 0 0 30px;
    }
    .newsletter-box {
        padding: 15px;
    }
    .contact-info a {
        font-size: 18px;
        line-height: 28px;
    }
    .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;
    }
    .newsletter-form button {
        position: unset;
        transform: translate(0);
        box-shadow: none !important;
        margin-top: 20px;
    }
    .footer-menu {
        margin-left: 0em;
    }
}

.menu-tab-wp-business {
    margin-bottom: 80px;
}

.menu-tab-business 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-business ul li,
.menu-tab-business ul .filter-active-business {
    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-business {
    position: absolute;
    left: 0;
    top: 12px;
    min-height: 50px;
    z-index: -1;
}

.menu-tab-business ul li img {
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.menu-tab-business ul .filter-active-business {
    color: #ffffff;
    background: linear-gradient(145deg, #e3a92b, #ffc933);
}

.menu-list-row .bydefault_show .dish-box-wp {
    display: inline-block !important;
}

@media (max-width: 1199px) {
    .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;
    }
    .newsletter-box-text {
        padding: 0;
    }
    .footer-flex-box > div {
        padding: 0 10px;
    }
    .star-rating {
        font-size: 19px;
    }
    .call-now a {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .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;
    }
    .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;
    }
    .footer-flex-box > div:last-child {
        margin: 0;
    }
    .scrolltop {
        bottom: 130px;
    }
    .footer-menu ul {
        max-width: 300px;
    }
    .dish-title .h3-title {
        display: block;
        min-height: auto;
        margin-bottom: 12px;
    }
    body {
        height: auto !important;
    }
    .menu-tab ul::-webkit-scrollbar {
        height: 0;
    }
    .menu-tab {
        position: relative;
        display: flex;
    }
}

@media (max-width: 767px) {
    .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;
    }
    .dish-info ul li p {
        font-size: 16px;
        line-height: 26px;
        margin: 0;
    }
    .dish-info ul li b {
        font-size: 14px;
    }
    .menu-tab-business ul li {
        padding: 10px 20px;
    }
}

@media (max-width: 575px) {
    .dish-box {
        max-width: 340px;
        margin: 80px auto 30px;
        padding: 0 0 30px;
    }
    .newsletter-box {
        padding: 15px;
    }
    .contact-info a {
        font-size: 18px;
        line-height: 28px;
    }
}
@media (max-width: 400px) {
    .header-logo a {
        font-size: 20px;
    }
    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .newsletter-form button {
        position: unset;
        transform: translate(0);
        box-shadow: none !important;
        margin-top: 20px;
    }
    .newsletter-form .form-input {
        padding: 0 30px;
    }
}

/* Modal overlay */
.modal {
    display: none; /* Default: tidak terlihat */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5); /* Background gelap */
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.sort {
    display: flex;
    align-items: center; /* Menyelaraskan teks dengan dropdown */
    gap: 10px; /* Beri jarak antara teks dan dropdown */
    white-space: nowrap; /* Mencegah teks turun ke bawah */
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Modal Header */
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.modal-header h2 {
    margin: 0;
    font-size: 1.5rem;
    color: #343a40;
}

.close-button {
    font-size: 24px;
    font-weight: bold;
    color: #6c757d;
    cursor: pointer;
    transition: color 0.3s;
}

.close-button:hover {
    color: #343a40;
}

/* Modal Body */
.modal-body {
    padding: 20px;
}

/* Form Elements */
.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #495057;
}

textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-family: inherit;
    font-size: 1rem;
    transition: border-color 0.3s;
    resize: vertical;
}

textarea:focus {
    border-color: #4dabf7;
    outline: none;
    box-shadow: 0 0 0 3px rgba(77, 171, 247, 0.2);
}

/* Star Rating */
.rating-group {
    display: flex;
    flex-direction: column;
}

.star-rating-input {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.star-rating-input input {
    display: none;
}

.star-rating-input label {
    font-size: 30px;
    color: #ddd;
    cursor: pointer;
    margin: 0 2px;
    transition: color 0.3s;
}

.star-rating-input label:hover,
.star-rating-input label:hover ~ label,
.star-rating-input input:checked ~ label {
    color: #ffb800;
}

/* Form Actions */
.form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 25px;
}

.cancel-button {
    padding: 10px 16px;
    background-color: #f1f3f5;
    color: #495057;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s;
}

.submit-button {
    padding: 10px 16px;
    background-color: #ecad00;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s;
}

.cancel-button:hover {
    background-color: #e9ecef;
}

.submit-button:hover {
    background-color: #cb9500;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .modal-header h2 {
        font-size: 1.3rem;
    }

    .form-actions {
        flex-direction: column;
    }

    .cancel-button,
    .submit-button {
        width: 100%;
        margin-top: 8px;
    }

    .star-rating-input label {
        font-size: 25px;
    }
}

@media (max-width: 480px) {
    .modal-header {
        padding: 12px 16px;
    }

    .modal-body {
        padding: 16px;
    }

    .modal-header h2 {
        font-size: 1.2rem;
    }

    textarea {
        padding: 10px;
    }

    .star-rating-input label {
        font-size: 22px;
    }
}

/*Menu*/
.catalogue-link {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffbc00;
    text-decoration: none;
    gap: 5px;
    font-size: 17px;
}
.catalogue-link:hover {
    color: #ecad00;
}

.custom-infowindow {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    max-width: 300px;
}

.custom-infowindow h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.custom-infowindow p {
    margin: 5px 0;
    font-size: 12px;
    color: #333;
}

.card-marker {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.card-marker img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.card-content {
    padding: 15px;
    text-align: center;
}
.card-title {
    font-size: 18px;
    font-weight: bold;
}
.rating {
    color: #ffa500;
}
.info {
    color: #666;
    font-size: 14px;
    margin: 5px 0;
}
.status {
    color: green;
    font-weight: bold;
}

.custom-map-control-button {
    background-color: white;
    border: 2px solid #4285f4;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    margin: 10px;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: bold;
    color: #4285f4;
}
.custom-map-control-button:hover {
    background-color: #f8f9fa;
}

.marker-label {
    white-space: nowrap;
    background: red;
    padding: 2px 5px;
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.buttons-maps {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 8px;
}
.btn-maps {
    display: block;
    padding: 6px;
    font-size: 12px;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    transition: 0.3s;
}
.btn-details {
    background: #007bff;
    color: white;
}
.btn-route {
    background: #28a745;
    color: white;
    border: none;
    cursor: pointer;
}
.btn-view-map {
    background: #ff5733;
    color: white;
}
.btn:hover {
    opacity: 0.8;
    color: #fff;
}

.viewAllBtn {
    background-color: #ff8a00;
    border: none;
    padding: 10px 20px;
    color: white;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
}

.viewAllBtn:hover {
    background-color: #e67e00;
    color: #fff;
}
/* Enhanced Modal Styles */
/* Enhanced Modal Styling */

.close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #999;
    transition: all 0.2s ease;
    height: 36px;
    width: 36px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(245, 245, 245, 0.8);
}

.close-modal:hover {
    color: #333;
    background-color: #f0f0f0;
    transform: rotate(90deg); /* Rotation effect on hover */
}

/* Header Section */
.modal-header-section {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.modal-author-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.modal-author-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
    border: 3px solid #fff; /* White border around image */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    transition: transform 0.3s ease;
}

.modal-author-image:hover {
    transform: scale(1.05); /* Subtle zoom on hover */
}

.modal-author-name {
    font-size: 20px;
    font-weight: 700;
    color: #2d3748;
    letter-spacing: -0.5px;
    position: relative;
    padding-bottom: 8px;
}

.modal-author-name::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(
        90deg,
        #3a86ff,
        #5e60ce
    ); /* Gradient underline */
    border-radius: 2px;
}

.modal-rating-date {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}

.modal-rating .star-rating {
    transform: scale(1.1); /* Slightly larger stars */
    transform-origin: left;
}

.modal-date {
    font-style: italic;
    color: #64748b;
}

.modal-divider {
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(58, 134, 255, 0.2),
        rgba(58, 134, 255, 0.6),
        rgba(58, 134, 255, 0.2)
    ); /* Gradient divider */
    margin: 0 -40px 30px;
}

/* Body Section */
.modal-body-section {
    position: relative;
    padding: 25px 30px;
    background-color: rgba(249, 250, 251, 0.8);
    border-radius: 12px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05); /* Inner shadow for depth */
    transition: transform 0.3s ease;
}

.modal-body-section:hover {
    transform: translateY(-2px); /* Subtle lift effect on hover */
}

.quote-icon {
    font-size: 80px;
    font-family: Georgia, serif;
    color: rgba(58, 134, 255, 0.15); /* Colored quotes */
    position: absolute;
    top: -35px;
    left: 5px;
    line-height: 1;
}

.quote-icon.quote-right {
    top: auto;
    left: auto;
    bottom: -55px;
    right: 5px;
}

#modalDescription {
    font-size: 17px;
    line-height: 1.7;
    color: #4a5568;
    margin: 15px 0;
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); /* Subtle text shadow */
}

/* Animation for modal content appearance */
@keyframes fadeContent {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-author-info,
.modal-rating-date,
#modalDescription {
    animation: fadeContent 0.5s forwards;
    animation-delay: 0.2s;
    opacity: 0;
}

.modal-rating-date {
    animation-delay: 0.3s;
}

#modalDescription {
    animation-delay: 0.4s;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .modal-author-info {
        flex-direction: row; /* Keep horizontal layout on mobile */
        align-items: center;
        text-align: left;
    }

    .modal-author-image {
        width: 55px;
        height: 55px;
        margin-right: 15px;
    }

    .modal-author-name {
        font-size: 18px;
    }

    .modal-body-section {
        padding: 20px;
    }

    .quote-icon {
        font-size: 60px;
        top: -25px;
    }

    .quote-icon.quote-right {
        bottom: -40px;
    }
}

@media (max-width: 480px) {
    .modal-author-info {
        flex-direction: column;
        text-align: center;
        margin-bottom: 20px;
    }

    .modal-author-image {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .modal-author-name::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .modal-rating-date {
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }
}

/* Order and Reserve Styling*/
.body-order {
    padding: 40px 0;
    background-color: #f9f9f9;
}

.container-order-reserve {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Order and Reserve wrapper */
.order-reserve-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}

/* Card styling */
.feature-card {
    flex: 1;
    max-width: 500px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* Different styling for order and reserve cards */
.order-card {
    border-top: 4px solid #f8b500;
}

.reserve-card {
    border-top: 4px solid #ff8a00;
}

/* Header styling */
.feature-header {
    padding: 20px;
    text-align: center;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.8),
        rgba(255, 255, 255, 0.95)
    );
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

.feature-header h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0 0;
    color: #333;
}

.icon-container-order-reserve {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.order-card .icon-container-order-reserve {
    background: linear-gradient(135deg, #f9d423 0%, #f8b500 100%);
    color: #fff;
}

.reserve-card .icon-container-order-reserve {
    background: linear-gradient(135deg, #ff9d00 0%, #ff8a00 100%);
    color: #fff;
}

/* Content wrapper */
.content-wrapper {
    padding: 20px;
}

/* Platforms grid styling */
.platforms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.platform-item {
    display: flex;
    align-items: center;
    padding: 12px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.platform-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-color: #f8b500;
}

.platform-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    border-radius: 50%;
    background: #f8f9fa;
    padding: 5px;
}

.platform-icon img {
    max-width: 100%;
    max-height: 100%;
}

.platform-info {
    flex: 1;
}

.platform-info h6 {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 600;
}

.platform-label {
    display: inline-block;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 20px;
    background: rgba(248, 181, 0, 0.1);
    color: #f8b500;
    font-weight: 500;
}

/* Reserve button styling */
.reserve-content {
    text-align: center;
    padding: 15px 0;
}

.reserve-text {
    margin-bottom: 20px;
    color: #555;
}

.reserve-btn {
    background: linear-gradient(to bottom, #ff9d00, #ff8a00);
    border: none;
    border-radius: 30px;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.reserve-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(255, 138, 0, 0.3);
}

/* Divider styling */
.section-divider {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.divider-line {
    width: 2px;
    height: 80px;
    background: rgba(0, 0, 0, 0.1);
}

.divider-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    border: 2px solid #e0e0e0;
}

.divider-circle span {
    font-size: 12px;
    font-weight: 700;
    color: #777;
}

/* Empty state styling */
.empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    text-align: center;
}

.empty-state i {
    font-size: 40px;
    color: #ccc;
    margin-bottom: 15px;
}

.empty-state p {
    color: #888;
    margin-bottom: 15px;
}

.contact-btn {
    background: transparent;
    border: 2px solid #ddd;
    color: #777;
    border-radius: 20px;
    padding: 8px 20px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.contact-btn:hover {
    background: #f5f5f5;
    border-color: #ccc;
}

/* Responsive styles */
@media (max-width: 768px) {
    .order-reserve-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .feature-card {
        max-width: 100%;
    }

    .section-divider {
        flex-direction: row;
        height: auto;
        width: 100%;
    }

    .divider-line {
        height: 2px;
        width: 100%;
    }

    .platforms-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .feature-header h3 {
        font-size: 20px;
    }

    .icon-container-order-reserve {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .platform-item {
        padding: 10px;
    }
}
/* Optional animation for the date badge */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*CSS For Product Details Modal*/
/* Fix z-index issues */
.modal-backdrop {
    z-index: 1050 !important;
}

.modal {
    z-index: 1055 !important;
}

/* Base modal styling */
#productModal {
    z-index: 9999 !important;
}

#productModal .modal-dialog {
    max-width: 1000px;
    margin: 1.75rem auto;
    z-index: 9999 !important;
    height: auto;
}

#productModal .modal-content {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    height: auto;
    display: flex;
    flex-direction: column;
}

#productModal .modal-body {
    display: flex;
    flex-direction: column;
    height: auto;
}

#productModal .row {
    flex: 1;
}

/* Product Image Section Styling */
.product-image-container {
    background-color: #f8f9fa;
    height: auto;
    display: flex;
    align-items: stretch;
}

.product-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.product-main-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
    display: block;
}

/* Scrollable product details */
.product-details-scroll {
    height: 100%;
    overflow-y: auto;
    max-height: 700px;
    /* Fallback max height */
}

.product-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    padding: 30px 20px 20px;
}

.product-title {
    font-size: 1.8rem;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.featured-badge {
    padding: 5px 10px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Price styling */
.price-tag {
    font-size: 2rem;
}

.add-to-cart-btn {
    transition: all 0.3s ease;
    font-weight: 600;
    border-radius: 8px;
}

.add-to-cart-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Product Highlights */
.highlight-card {
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 12px;
    transition: all 0.3s ease;
    height: 100%;
}

.highlight-card:hover {
    background-color: #e9ecef;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.highlight-icon {
    width: 40px;
    height: 40px;
    background-color: rgba(253, 129, 13, 0.1);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    color: #ff9d00;
}

.highlight-info {
    flex-grow: 1;
}
.highlight-label {
    display: block;
    font-size: 0.75rem;
    color: #6c757d;
    text-transform: uppercase;
    font-weight: 600;
}
.highlight-value {
    margin-bottom: 0;
    font-weight: 600;
    color: #212529;
}
/* Section titles */
.section-title {
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}
.section-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #ff9d00;
}
/* Description */
.description-text {
    line-height: 1.7;
}
/* Variants styling */
.variant-item {
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.variant-item:hover {
    border-color: #ff9d00;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}
.variant-name {
    font-weight: 600;
}
.variant-price {
    font-weight: 700;
}
/* Make dish items clickable */
.dish-box {
    cursor: pointer;
    transition: all 0.3s ease;
}
.dish-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
/* Custom scrollbar for product details */
.product-details-scroll::-webkit-scrollbar {
    width: 6px;
}
.product-details-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.product-details-scroll::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}
.product-details-scroll::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}
/* Responsive adjustments */
@media (max-width: 991.98px) {
    .product-overlay {
        display: none;
    }
    .product-image-wrapper {
        min-height: 300px;
    }
    .product-details-scroll {
        max-height: 500px;
    }
}
@media (max-width: 767.98px) {
    .product-image-wrapper {
        min-height: 250px;
    }
    .price-tag {
        font-size: 1.5rem;
    }
    .product-details-scroll {
        max-height: 400px;
    }
}
/* Animation effects */
.modal.fade .modal-dialog {
    transform: scale(0.95);
    opacity: 0;
    transition: all 0.3s ease-out;
}
.modal.show .modal-dialog {
    transform: scale(1);
    opacity: 1;
}

/* Hover effects */
.product-image-wrapper:hover .product-main-image {
    transform: scale(1.05);
}

/* Base button Add to Cart */
.toi-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-family: "Arial", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 140px;
    text-align: center;
    line-height: 1.4;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Warning (active) */
.toi-btn-warning {
    background: linear-gradient(135deg, #ff8c00 0%, #ffa500 100%);
    color: #ffffff;
    border: 2px solid transparent;
}
.toi-btn-warning:hover:not(:disabled) {
    background: linear-gradient(135deg, #ff7f00 0%, #ff8c00 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 140, 0, 0.3);
}

/* Secondary (disabled / not available) */
.btn-secondary {
    background: #e0e0e0;
    color: #888;
    border: 2px solid #ccc;
    cursor: not-allowed; /* 🚫 */
    box-shadow: none;
}
.btn-secondary:hover {
    transform: none;
    box-shadow: none;
}
/* Custom utilities untuk modern design */
.bg-gradient-orange {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
}

.bg-gradient-light {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.hover-lift:hover {
    transform: translateY(-2px);
}
.hover-scale:hover {
    transform: scale(1.05);
}
.hover-rotate:hover {
    transform: rotate(90deg);
}

.cart-shadow {
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15);
}

.item-shadow {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.item-shadow:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.orange-shadow {
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4);
}

.orange-shadow:hover {
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.6);
}

/* Enhanced cart sidebar */
.cart-sidebar {
    position: fixed;
    top: 0;
    right: -380px;
    width: 380px;
    height: 100vh;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15);
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1050;
    display: flex;
    flex-direction: column;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.cart-sidebar.open {
    right: 0;
}

.cart-header {
    padding: 24px 20px 20px;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 20px;
}

.cart-items {
    flex-grow: 1;
    overflow-y: auto;
    padding: 20px;
}

.cart-footer {
    padding: 20px;
    background: white;
    border-top: 1px solid rgba(255, 107, 53, 0.1);
    border-bottom-left-radius: 20px;
}

.cart-badge {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 50%;
    padding: 4px 8px;
    min-width: 22px;
    height: 22px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3);
    animation: pulse 2s infinite;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    border-radius: 10px;
}

/* Responsive */
@media (max-width: 480px) {
    .cart-sidebar {
        width: 100%;
        right: -100%;
        border-radius: 0;
    }
}
.btn-cart {
    background-color: #ff7f50;
    color: white;
    border: none;
    padding: 6px 14px;
    font-weight: 500;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
.btn-cart:hover {
    background-color: #ff6333;
    transform: translateY(-1px);
}
