@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;
    }
}
.sec-wp {
    position: relative;
    margin-bottom: 50px;
    z-index: 4;
}
.container-hero {
    display: flex;
    gap: 20px;
    align-items: flex-start; /* Menyelaraskan bagian atas */
    margin-top: 3em;
    flex-wrap: wrap; /* Responsif untuk layar kecil */
}
.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%;
}
.testimonials-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Tambahan opsional untuk estetika */
    border-radius: 10px;
}
.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 */
}
.average-rating {
    width: 100%;
    max-width: 420px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin: 0 auto 20px auto;
}
.average-rating h4 {
    font-weight: 700;
    margin-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0d0d25;
    font-family: "Playfair Display", serif;
    font-weight: 900;
}
p {
    font-size: 16px;
    line-height: 30px;
}
/* ******************** */
.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;
}

/* ****** 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-filter:hover,
.button-add-testimonial:hover,
.button-add:hover {
    background: linear-gradient(145deg, #e3a92b, #ffc933);
}
.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 */
}
.button-add-testimonial {
    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: 0px 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);
}

/* ****************** */

.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);
}
.book-table-info {
    margin: 30px 0 20px;
}
.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);
}
#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;
    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;
    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;
}

/* *************** */
.team-slider {
    position: relative;
}
.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;
}

/* *************** */
.testimonials-box {
    display: flow-root;
    position: relative;
    padding: 30px;
    padding-top: 0;
    border-radius: 30px;
    margin: 50px 0 30px;
    background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 28px 28px 45px #e6e6e6, -28px -28px 45px #ffffff;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}
.testimonials-box:hover {
    transform: scale(1.05);
    z-index: 2;
}
.testimonial-box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.testimonials-box-img {
    min-width: 100px;
    min-height: 100px;
    border-radius: 50%;
    margin-top: -50px;
    box-shadow: 10px 10px 60px #d4d4d4;
}
.testimonials-box-text .h3-title {
    margin-bottom: 10px;
    text-transform: capitalize;
}
.testimonials-box-text p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.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;
}
.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 ****************** */
.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;
}
.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;
}
.sec-img img {
    width: 500px;
    height: 500px;
    border-radius: 999px;
    object-fit: cover; /* ✅ Tambahkan ini */
    aspect-ratio: 1 / 1;
}
.sec-img p {
    font-size: 2.5em; /* Sesuaikan ukuran font */
    font-weight: 900;
    text-align: center;
    margin-top: 30px;
    font-family: "Playfair Display", serif;
    text-decoration: none;
    color: #0d0d25;
}
.sec-text-hero {
    margin-top: 4em;
}
iframe {
    border: 0;
    width: 100%;
    height: 280px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.sec-text-hero {
    text-align: left;
}
.sec-text-hero p {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}
.sec-text-hero h2 {
    font-size: 48px;
    margin-bottom: 10px;
}
.sec-text-hero h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #c4c4c4;
}
.sec-text-hero p {
    font-size: 16px;
    line-height: 1.6;
}
.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;
    }
    .testimonials-box {
        padding: 30px 20px;
        margin: 26px 0 30px;
    }
    .testimonials-box-img {
        min-width: 80px;
        min-height: 80px;
        margin-top: -80px;
    }
    .newsletter-box-text {
        padding: 0;
    }
    .footer-flex-box > div {
        padding: 0 10px;
    }
    .star-rating {
        font-size: 19px;
    }
    .testimonial-box-top {
        margin-bottom: 10px;
    }
    .call-now a {
        font-size: 28px;
    }
    .sec-img img {
        width: fit-content;
        height: fit-content;
    }
}
@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;
    }
    .book-table-info {
        max-width: 300px;
        margin: 30px auto 0;
    }
    .swiper-button-wp .swiper-button {
        display: none !important;
    }
    .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;
    }
    #gallery {
        padding-top: 90px;
    }
    .swiper-pagination-bullet {
        margin: 0 5px !important;
        width: 8px;
        height: 8px;
    }
    .swiper-pagination {
        padding: 6px 20px;
    }
    .swiper-button-wp {
        margin-top: 40px;
    }
    .swiper-pagination-bullet-active {
        width: 16px;
    }
    .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;
    }
    .footer-menu {
        margin-left: 0em;
    }
    .dist-img img {
        width: 200px;
        height: 200px;
    }
    .sec-img img {
        width: fit-content;
        height: fit-content;
    }
}
@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;
    }
    .sec-img img {
        width: fit-content;
        height: fit-content;
    }
}
@media (max-width: 575px) {
    .dish-box {
        max-width: 340px;
        margin: 80px auto 30px;
        padding: 0 0 30px;
    }
    .newsletter-box {
        padding: 15px;
    }
    .newsletter-form .form-input {
        padding: 0 130px 0 12px;
    }
    .contact-info a {
        font-size: 18px;
        line-height: 28px;
    }
    .footer-menu {
        margin-left: 0em;
    }
    .dist-img img {
        width: 150px;
        height: 150px;
    }
    .sec-img img {
        width: fit-content;
        height: fit-content;
    }
}
@media (max-width: 480px) {
    .contact-icons a {
        font-size: 18px; /* Ukuran ikon lebih kecil pada layar sangat kecil */
    }
    .sec-img img {
        width: fit-content;
        height: fit-content;
    }
}
@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;
    }
    .newsletter-form .form-input {
        padding: 0 30px;
    }
    .footer-menu {
        margin-left: 0em;
    }
    .sec-img img {
        width: fit-content;
        height: fit-content;
    }
}
.filter-active-business {
    position: absolute;
    left: 0;
    top: 12px;
    min-height: 50px;
    z-index: -1;
}
.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;
    }
    .testimonials-box {
        padding: 30px 20px;
        margin: 26px 0 30px;
    }
    .testimonials-box-img {
        min-width: 80px;
        min-height: 80px;
        margin-top: -80px;
    }
    .newsletter-box-text {
        padding: 0;
    }
    .footer-flex-box > div {
        padding: 0 10px;
    }
    .star-rating {
        font-size: 19px;
    }
    .testimonial-box-top {
        margin-bottom: 10px;
    }
    .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;
    }
    .book-table-info {
        max-width: 300px;
        margin: 30px auto 0;
    }
    .swiper-button-wp .swiper-button {
        display: none !important;
    }
    .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;
    }
    #gallery {
        padding-top: 90px;
    }
    .swiper-pagination-bullet {
        margin: 0 5px !important;
        width: 8px;
        height: 8px;
    }
    .swiper-pagination {
        padding: 6px 20px;
    }
    .swiper-button-wp {
        margin-top: 40px;
    }
    .swiper-pagination-bullet-active {
        width: 16px;
    }
    .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;
    }
}
@media (max-width: 575px) {
    .dish-box {
        max-width: 340px;
        margin: 80px auto 30px;
        padding: 0 0 30px;
    }
    .newsletter-box {
        padding: 15px;
    }
    .newsletter-form .form-input {
        padding: 0 130px 0 12px;
    }
    .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;
    }
}

/* Testimonial Add/Create - Modal */
.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);
}
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;
    }
}
.modal-content-testimonial {
    background-color: #fff;
    margin: 10vh auto;
    width: 90%;
    max-width: 500px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    animation: slideDown 0.4s ease;
    overflow: hidden;
}
@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-content-testimonial {
        margin: 5vh auto;
        width: 95%;
    }
    .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;
}
.card-title {
    font-size: 18px;
    font-weight: bold;
}
.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;
}

/* Modal Testimonial Open Detail Styling */
.modal-testimoni-description {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(
        14,
        20,
        33,
        0.8
    ); /* Darker, more sophisticated background */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1); /* Smoother animation */
    backdrop-filter: blur(5px); /* Blur effect for background */
}
.modal-testimoni-description.active {
    opacity: 1;
}
.modal-content-modal-testimoni-description {
    background: linear-gradient(
        145deg,
        #ffffff,
        #f5f8ff
    ); /* Subtle gradient background */
    padding: 40px;
    width: 90%;
    max-width: 600px;
    border-radius: 16px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1); /* Multi-layered shadow */
    transform: translateY(30px) scale(0.95);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 4px solid #3a86ff; /* Accent border */
}
.modal-testimoni-description.active .modal-content-modal-testimoni-description {
    transform: translateY(0) scale(1);
}
.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-content-modal-testimoni-description {
        padding: 30px 20px;
        width: 95%;
    }
    .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;
    }
}
.testimonial-description {
    cursor: pointer;
}

/* 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;
    }
}

/*Testimonial Date*/
.testimonial-date {
    margin-bottom: 12px;
    font-size: 14px;
    padding: 6px 12px;
}
.testimonial-date .date-icon {
    margin-right: 5px;
    color: #6c757d;
}
.testimonial-date .date-text {
    font-weight: 500;
}
.testimonial-date .time-text {
    margin-left: 5px;
    opacity: 0.7;
    font-size: 12px;
}
/* Optional animation for the date badge */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.testimonial-date {
    animation: fadeIn 0.5s ease-in-out;
}
.modal-product-info {
    display: flex;
    align-items: center;
    margin-top: 4px;
    font-size: 14px;
}
.modal-product-thumb {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 6px;
}
.modal-gallery {
    margin-top: 12px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.modal-gallery img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
}
.modal-seller-reply {
    background: #f9f9f9;
    padding: 10px;
    border-left: 3px solid #4caf50;
    margin-top: 12px;
    border-radius: 6px;
}

/*CSS For Product Details Modal*/
/* Fix z-index issues */
.modal-backdrop {
    z-index: 1050 !important;
}
.modal {
    z-index: 1055 !important;
}
