/* BANGKOK KITCHEN POWERED BY ROYALVISUAL.ID */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
    body {
    font-family: 'Inter', sans-serif;
    background: #f8f3ef !important;
    /* background: #F8F3EF !important; */
    /* color: #222; */
    }

    /* FONT SETTINGS */

    /* Navbar menu */
    /* .menu-pill a {
    font-family: "Amatic SC", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    margin: 0 15px;
    text-decoration: none;
    color: #0f0f0f;
    transition: 0.25s ease;
    } */

    .menu-pill a {
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    margin: 0 15px;
    text-decoration: none;
    color: #222;
    transition: 0.25s ease;
    }

    .menu-pill a.active {
    color: #be920d;
    font-weight: 700;
    }

    /* Button */
    .btn-book {
    font-weight: 600;
    letter-spacing: 0.5px;
    }

    /* Heading */
    h1, h2, h3 {
    font-weight: 600;
    }

    /* Paragraph */
    p {
    font-weight: 400;
    color: #666;
    }


    /* END FONT SETTINGS */

    /* NAVBAR */
    .navbar {
    background: #f5f5f5;
    padding: 15px 40px;
    }

    .navbar-brand {
    font-weight: bold;
    color: #c49b2a;
    }

    .nav-link {
    margin: 0 10px;
    color: #333;
    font-weight: 500;
    }

    .btn-book {
    background: #c49b2a;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    padding: 8px 16px;
    }

    .btn-book:hover {
    background: #a88420;
    }

    /* HERO SECTION */
    .hero {
    position: relative;
    height: 90vh;
    background: url('../images/bangkok-background.webp') center/cover no-repeat;
    /* background: url('assets/images/bangkok-kitchen-restaurant.png') center/cover no-repeat; */
    display: flex;
    align-items: center;
    margin-top: 80px;
    }

    .hero-menu {
    position: relative;
    height:40vh;
    background: url('../images/hero/menu7.webp') center/cover no-repeat;
    /* background: url('assets/images/bangkok-kitchen-restaurant.png') center/cover no-repeat; */
    display: flex;
    align-items: center;
    margin-top: 80px;
    }

    .hero-about {
    position: relative;
    height:80vh;
    background: url('../images/bangkok-background.webp') center/cover no-repeat;
    /* background: url('assets/images/bangkok-kitchen-restaurant.png') center/cover no-repeat; */
    display: flex;
    align-items: center;
    margin-top: 80px;
    }

      .hero-gallery {
    position: relative;
    height:40vh;
    background: url('../images/hero/galleryb2.webp') center/cover no-repeat;
    /* background: url('assets/images/bangkok-kitchen-restaurant.png') center/cover no-repeat; */
    display: flex;
    align-items: center;
    margin-top: 80px;
    }

      .hero-contact {
    position: relative;
    height:40vh;
    background: url('../images/hero/menu7.webp') center/cover no-repeat;
    /* background: url('assets/images/bangkok-kitchen-restaurant.png') center/cover no-repeat; */
    display: flex;
    align-items: center;
    margin-top: 80px;
    }

    .hero-overlay {
    position: absolute;
    inset: 0;
    /* background: rgba(0,0,0,0.3); */
    background: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
    }

    .hero-menu-overlay {
    position: absolute;
    inset: 0;
    /* background: rgba(0,0,0,0.3); */
    background: linear-gradient( rgba(0, 0, 0, 0.5), transparent);
    }

    .hero-content {
    position: relative;
    color: #fff;
    max-width: 500px;
    margin-left: auto;
    margin-right: 80px;
    }

    .hero-subtitle {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    }

    .hero-title {
    /* font-family: 'Caveat', cursive; */
    font-size: 58px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: 1px;
    }

    /* Highlight "Thai" */
    .hero-title span {
    display: block;
    font-weight: 700;
    }


    /* SECTION BELOW */
    .review {
    text-align: center;
    padding: 40px 20px;
    /* background: #f9f9f9; */
    }

    .thai-text1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #454545;
    }

    .explore {
    text-align: center;
    padding: 60px 20px;
    /* background: #f9f9f9; */
    }

    .explore h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #454545;
    }

    .explore p {
    font-size: 18px;
    color: #777;
    max-width: 800px;
    margin: 10px auto 20px;
    }

    .btn-yellow {
    background: #f1c40f;
    color: #620672;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    }

    .btn-purple {
    background: #9E0AB8;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    }

    .btn-yellow:hover {
    background: #d4ac0d;
    }

    .btn-purple:hover {
    color: #fff;
    background: #730587;
    }


    .navbar-bkk {
    background: #f3f3f3;
    padding: 2px 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.4s ease;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    }

    .container-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    }

    .logo img {
    height: 80px;
    transition: height 0.4s ease;
    }

    /* Efek saat navbar hidden */
    .navbar-bkk.hidden {
    transform: translateY(-100%);
    }

    .btn-book {
    background: #e63939;
    color: white;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    }

    /* Saat di-scroll (Efek mengecil + shadow lebih kuat) */
    .navbar-bkk.scrolled {
    background: rgba(243, 243, 243, 0.98);
    backdrop-filter: blur(12px);
    padding: 8px 60px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .navbar-bkk.scrolled .logo img {
    height: 65px;
    }

    /* MENU PILL */
    .menu-pill {
    background: #e9e9e9;
    padding: 10px 28px;
    border-radius: 999px;
    display: flex;
    border: 1px solid #ffc107;
    gap: 20px;
    align-items: center;
    margin: 0px 50px;
    }

    /* HOVER EFFECT */
    .menu-pill a:hover {
    color: #c49b2a;
    }

    /* BUTTON */
    .btn-book {
    background: #c49b2a;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: solid 3px #fff;
    box-shadow: 0 2px 0 #10101045;
    transition: 0.2s;
    }

    /* BUTTON HOVER */
    .btn-book:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 0 #a88420;
    }

    /* BUTTON CLICK EFFECT */
    .btn-book:active {
    transform: translateY(2px);
    box-shadow: 0 1px 0 #a88420;
    }      

    .thai-purple {
    color: #9E0AB8;
    font-size: 32px;
    margin: -20px 10px 10px;
    }

    .thai-purple2 {
    color: #9E0AB8;
    font-size: 25px;
    margin: -10px 10px 10px;
    }

    /* carousel */
    .menu-slider {
    /* max-width: 1200px; */
    margin: 0 auto;
    overflow: hidden;
    border-radius: 20px;
    /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15); */
    position: relative;
    }

    .slider-track {
    display: flex;
    gap: 18px;
    padding: 20px 0;
    }

    .slider-item {
    min-width: 310px;
    border-radius: 18px;
    overflow: hidden;
    /* box-shadow: 0 8px 20px rgba(0,0,0,0.1); */
    }

    .slider-item img {
    width: 100%;
    height: 415px;
    object-fit: cover;
    }

    .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.95);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }

    .slider-btn-left { left: 15px; }
    .slider-btn-right { right: 15px; }

    /* fsloating glass */
    .floating-social {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 60px;
    padding: 14px 9px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.25);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 16px;
    }

    .social-btn {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    }

    .social-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.12);
    }

    .social-btn img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    }

    /* back to top */
    .back-to-top {
    position: fixed;
    bottom: 35px;
    right: 35px;
    width: 60px;
    height: 60px;
    /* background: rgba(255, 255, 255, 0.13); */
    background: rgba(181, 9, 158, 0.64);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
    border: 2px solid #faf206;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1); /* efek mahal */
    z-index: 9999;
    }

    .back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }

    .back-to-top:hover {
    /* background: rgba(255, 255, 255, 0.22); */
    background: rgba(181, 9, 158, 0.74);
    transform: scale(1.12) translateY(-4px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
    }

    .back-to-top:active {
    transform: scale(0.92);
    transition: transform 0.1s ease;
    }

    /* Animasi icon */
    .back-to-top svg {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    .back-to-top:hover svg {
    transform: translateY(-5px);
    }

    /* Responsive */
    @media (max-width: 768px) {
    .back-to-top {
    bottom: 10px;
    right: 7px;
    width: 54px;
    height: 54px;
    }
    }

    .wa-floating {
    position: fixed;
    bottom: 20px;
    left: 5px;
    z-index: 10000;
    cursor: pointer;
    }

    .wa-icon {
    width: 65px;
    height: 65px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    }

    .wa-icon img {
    width: 38px;
    height: 38px;
    }

    .wa-floating:hover .wa-icon {
    transform: scale(1.1);
    box-shadow: 0 15px 35px rgba(37, 211, 102, 0.5);
    }

    /* Bubble */
    .wa-bubble {
    position: absolute;
    left: 80px;
    bottom: 15px;
    background: white;
    color: #333;
    padding: 10px 18px;
    border-radius: 20px;
    max-width: 180px;
    white-space: nowrap;
    word-break: normal;
    font-weight: 500;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
    }

    .wa-floating:hover .wa-bubble {
    opacity: 1;
    visibility: visible;
    left: 75px;
    }

    /* Popup */
    .wa-popup {
    position: fixed;
    bottom: 100px;
    /* bottom: 20px; */
    left: 25px;
    width: 340px;
    background: #1b221d;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 10001;
    }

    .wa-popup.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }

    .wa-popup-header {
    background: #1da950;
    color: white;
    padding: 7px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }

    .wa-business {
    display: flex;
    align-items: center;
    gap: 12px;
    }

    .img-wax {
    width: 50px;
    }

    .wa-business strong {
    font-size: 1.1rem;
    }

    .wa-business span {
    font-size: 0.85rem;
    opacity: 0.9;
    }

    .wa-chat-body {
    background: #1a1a1a;
    padding: 20px;
    min-height: 180px;
    }

    .wa-message {
    background: #333;
    color: white;
    padding: 12px 16px;
    border-radius: 18px 18px 18px 4px;
    max-width: 80%;
    font-size: 1rem;
    line-height: 1.4;
    }

    .wa-open-chat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background:  #1da950;
    color: white;
    text-decoration: none;
    font-weight: 600;
    padding: 14px;
    font-size: 1.1rem;
    transition: all 0.3s;
    }

    .wa-open-chat:hover {
    background: #20ba5c;
    }
    .wa-close {
    border-radius: 50px;
    width: 50px;
    padding: 3px 0px;
    background: #126531;
    color: #fff;
    border: none;
    }
    .wa-close:hover {
    background: #0d4f25;
    }

    /* story */
    .story-section {
    padding: 100px 0;
    background: #D8BF2F;
    }

    .story-container {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 0 40px;
    }

    .story-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    height: fit-content;
    }

    .story-img1, .story-img2 {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    }

    .story-img1 img, .story-img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    }

    .story-img1:hover img, .story-img2:hover img {
    transform: scale(1.08);
    }

    /* Image 1 lebih besar */
    .story-img1 {
    grid-column: span 2;
    height: 420px;
    }

    .story-img2 {
    height: 280px;
    }

    .story-content {
    padding-top: 20px;
    }

    .since {
    font-size: 1.1rem;
    letter-spacing: 3px;
    color: #8c6f4e;
    margin-bottom: 8px;
    font-weight: 500;
    }

    .story-title {
    font-size: 3.2rem;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #720585;
    }

    .signature img {
    height: 60px;
    margin-bottom: 30px;
    }

    .story-text {
    font-size: 1.15rem;
    line-height: 1.75;
    color: #444;
    margin-bottom: 35px;
    }

    .btn-story {
    display: inline-block;
    padding: 14px 32px;
    /* background: #1f1f1f; */
    background: #7f139d;
    color: white;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    }

    .btn-story:hover {
    background: #333;
    transform: translateY(-3px);
    }
    .bg-story2 {
    background: #262626;
    }

    /* Responsive */
    @media (max-width: 992px) {
    .story-container {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
    }

    .story-images {
    grid-template-columns: 1fr;
    }

    .story-img1 {
    grid-column: span 1;
    height: 380px;
    }
    }
    .faq-section {
    padding: 100px 0;
    /* background: #f8f7f4; */
    }

    .faq-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    }

    .faq-header {
    text-align: center;
    margin-bottom: 50px;
    }

    .faq-header h2 {
    font-size: 2.8rem;
    margin-bottom: 12px;
    color: #1f1f1f;
    }

    .faq-header p {
    font-size: 1.2rem;
    /* color: #666; */
    color: #720585;
    }

    .faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
    }

    .faq-item {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    }

    .faq-question {
    width: 100%;
    padding: 22px 28px;
    background: none;
    border: none;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1f1f1f;
    }

    .faq-answer {
    padding: 0 28px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    color: #444;
    line-height: 1.7;
    }

    .faq-answer.show {
    padding: 0 28px 28px 28px;
    max-height: 200px;
    }

    .faq-icon {
    font-size: 1.6rem;
    transition: transform 0.3s ease;
    }

    .faq-item.active .faq-icon {
    transform: rotate(45deg);
    }
    .location-section {
    padding: 100px 0;
    /* background: #f8f7f4; */
    }

    .location-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    }


    .location-info h2 {
    font-size: 2.8rem;
    margin-bottom: 8px;
    /* color: #444; */
    }

    .subtitle {
    font-size: 1.3rem;
    color: #720585;
    margin-bottom: 30px;
    font-weight: 500;
    }

    .info-box {
    background-image: url(../images/floral-bg.avif), linear-gradient(135deg, #fffaf0 0%, #fdf4e8 100%);
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    opacity: 1.0;
    padding: 28px;
    border-radius: 16px;
    margin-bottom: 24px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    }

    .info-box h3 {
    margin-bottom: 12px;
    color: #1f1f1f;
    }

    .hours {
    display: flex;
    justify-content: space-between;
    font-size: 1.1rem;
    }

    .video-container h3 {
    margin-bottom: 20px;
    font-size: 2.8rem;
    }

    .video-wrapper {
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    height: auto;           /* Sesuai permintaan */
    /* width: 450px; */
    width: 100%;
    max-width: 450px;
    overflow: hidden;
    }

    .video-wrapper video {
     width: 100%;
    height: auto;
    object-fit: contain;
    }

    /* Responsive */
    @media (max-width: 992px) {
    .location-container {
    grid-template-columns: 1fr;
    gap: 60px;
    }

    }

    /* footer */
    .footer {
    position: relative;
    background: #620672;
    color: white;
    overflow: hidden;
    border-top: 3px solid #abba00;
    }

    .footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-image: 
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.06) 0%, transparent 50%),
    url('https://cdn-icons-png.flaticon.com/128/2921/2921822.png'),
    url('https://cdn-icons-png.flaticon.com/128/2921/2921834.png'),
    url('https://cdn-icons-png.flaticon.com/128/1046/1046784.png'); */
    background-size: 80px, 90px, 70px;
    background-repeat: repeat;
    background-position: 10% 20%, 70% 60%, 30% 80%;
    opacity: 0.15;
    z-index: 1;
    }

    .footer-container {
    position: relative;
    z-index: 2;
    max-width: 1300px;
    margin: 0 auto;
    padding: 80px 40px 20px;
    }

    .footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 50px;
    margin-bottom: 60px;
    }

    .footer-col h4 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: #ffd700;
    }

    .footer-col ul {
    list-style: none;
    padding: 0;
    }

    .footer-col ul li {
    margin-bottom: 12px;
    }

    .footer-col a {
    color: #ddd;
    text-decoration: none;
    transition: color 0.3s;
    }

    .footer-col a:hover {
    color: white;
    }

    .footer-logo {
    height: 85px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 50px;
    }

    .social-icons a {
    font-size: 1.6rem;
    margin-right: 18px;
    color: #ddd;
    transition: all 0.3s;
    }

    .social-icons a:hover {
    color: #ffd700;
    transform: translateY(-3px);
    }

    .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.15);
    padding-top: 30px;
    text-align: center;
    color: #ccc;
    font-size: 0.95rem;
    }

    .last-order {
    color: #ffd700;
    font-style: italic;
    margin-top: 10px;
    }

    /* Responsive */
    @media (max-width: 992px) {
    .footer-content {
    grid-template-columns: 1fr 1fr;
    }
    }

    @media (max-width: 600px) {
    .footer-content {
    grid-template-columns: 1fr;
    }
    }

    /* divider */

    .ornamental-divider {
    display: grid;
    justify-content: center;
    }

    .ornamental-divider img {
    max-width: 600px;
    max-height: 100px;
    }

    .ornate-divider {
    width: 100%;
    text-align: center;
    margin: 40px 0;
    position: relative;
    }

    .ornate-divider::before,
    .ornate-divider::after {
    content: '';
    display: inline-block;
    height: 2px;
    background: linear-gradient(to right, transparent, #d4af37, transparent);
    width: 35%;
    vertical-align: middle;
    }

    .ornate-divider span {
    display: inline-block;
    width: 80px;
    height: 80px;
    /* background: url('https://i.ibb.co.com/xyz123/golden-ornament.png') center/contain no-repeat;  */
    position: relative;
    }

    /* Atau pakai pure CSS (tanpa gambar) */
    .ornate-divider span {
    width: 60px;
    height: 60px;
    border: 2px solid #d4af37;
    border-radius: 50%;
    position: relative;
    }

    .ornate-divider span::before {
    content: '◆';
    font-size: 28px;
    color: #d4af37;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    }


    .menu-section {
    padding: 120px 0;
    /* background: #ffffff; */
    background-image: url(../images/floral-bg.avif), linear-gradient(135deg, #fffaf0 0%, #fdf4e8 100%);
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    opacity: 0.98;
    }

    .menu-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    }

    .section-subtitle {
    font-family: "Amatic SC", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.8rem;
    letter-spacing: 4px;
    color: #c9a96e;
    text-align: center;
    margin-bottom: 8px;
    }

    .menu-title {
    font-family: "Amatic SC", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 4.2rem;
    text-align: center;
    margin-bottom: 60px;
    color: #2c2c2c;
    }

    .amatic {
        font-family: "Amatic SC", sans-serif;
    }

    .yummy {
    color: #f4a261;
    }

    /* Category Tabs */
    .menu-categories {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 70px;
    flex-wrap: wrap;
    }

    .cat-btn {
    font-family: "Amatic SC", sans-serif;
    font-weight: 400;
    font-style: normal;
    background: none;
    border: none;
    font-size: 2rem;
    padding: 10px 0;
    cursor: pointer;
    color: #777;
    transition: all 0.3s;
    }

    .cat-btn.active,
    .cat-btn:hover {
    color: #2c2c2c;
    border-bottom: 2px solid #000;
    }

    .cat-btn.active::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    /* background-image: url('https://cdn-icons-png.flaticon.com/512/2134/2134860.png'); */
    background-image: url('https://cdn-icons-png.flaticon.com/128/2684/2684245.png');
    background-size: contain;
    background-repeat: no-repeat;
    }

    .cat-btn.active::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 3px;
    /* background: #f4a261; */
    }

    /* Menu Grid */
    .menu-grid {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));isi 3 */
    /* grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); isi 6*/
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 50px 30px;
    }

    .menu-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    }

    .menu-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 45px rgba(0,0,0,0.15);
    }

    .menu-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    }

    .menu-card h3 {
    font-family: "Amatic SC", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    margin: 22px 10px 8px 10px;
    }

    .menu-card p {
    font-family: "Amatic SC", sans-serif;
    color: #303030;
    padding: 0 24px;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 20px;
    }

    .price {
    font-family: "Amatic SC", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #f4a261;
    display: block;
    margin-bottom: 22px;
    text-align: center;
    }
    .jtc {
    display: grid;
    justify-content: center;
    }


    .follow-us {
    text-align: center;
}

.follow-us h3 {
    color: white;
    font-size: 1.4rem;
    margin-bottom: 18px;
    font-weight: 500;
}

.social-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
}

.social-btn {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.social-btn:hover {
    background: white;
    color: #0a0a0a;
    transform: translateY(-5px) scale(1.1);
}

/* Warna khusus tiap platform */
.instagram:hover { background: #E1306C; color: white; }
.facebook:hover { background: #1877F2; color: white; }
.linkedin:hover { background: #0A66C2; color: white; }
.tiktok:hover { background: #000000; color: white; }


/* section ready */
.ready-section {
    background: #0a0a0a;
    color: white;
    padding: 120px 20px 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.ready-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/menu/Screenshot_3.png') center/cover no-repeat;
    align-items: center;
    opacity: 0.3;
    z-index: 1;
}

.ready-container {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

.ready-title {
    font-size: 6.5rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: -4px;
    color: #fff;
}

.ready-subtitle {
    font-size: 1.35rem;
    color: #ddd;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.ready-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}


.btn-primary,
.btn-secondary,
.btn-reserve {
    padding: 16px 36px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.btn-primary {
    background: #e63939;
    color: white;
}

.btn-primary:hover {
    background: #c72c2c;
    transform: translateY(-5px);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: white;
}

.btn-secondary:hover {
    background: rgba(255,255,255,0.1);
    border-color: white;
    transform: translateY(-5px);
}

.btn-reserve {
    background: #e9b30f;
    color: #0a0a0a;
    font-weight: 700;
}

.btn-reserve:hover {
    background: #c7980c;
    transform: translateY(-5px);
}

.ready-footer-text {
    color: #888;
    font-size: 1.05rem;
}

/* contact */

.contact-section {
    padding: 100px 0;
    background: #f8f7f4;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.contact-image img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.contact-info h2 {
    font-size: 2.8rem;
    margin-bottom: 12px;
}

.subtitle {
    font-size: 1.25rem;
    color: #666;
    margin-bottom: 40px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-item i {
    font-size: 2rem;
    color: #b99103;
    width: 50px;
}

.contact-item strong {
    display: block;
    font-size: 1.1rem;
}

.contact-item a {
    color: #333;
    text-decoration: none;
    font-size: 1.35rem;
    font-weight: 600;
}

.contact-item a:hover {
    color: #997904;
}

.dine-info {
    background: white;
    padding: 25px;
    border-radius: 16px;
    margin-bottom: 40px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
}

.dine-info h3 {
    margin-bottom: 12px;
    color: #b99103;
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #25D366;
    color: white;
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
    transition: all 0.3s;
}

.btn-whatsapp:hover {
    background: #20ba5c;
    transform: translateY(-4px);
}

/* Responsive */
@media (max-width: 992px) {
    .contact-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .contact-image img {
        height: 400px;
    }
}

/* SECTION GALLERY */
.gallery-section {
    padding: 100px 0;
    background: #f8f7f4;
}

.gallery-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.gallery-header {
    text-align: center;
    margin-bottom: 60px;
}

.gallery-header h2 {
    font-size: 3rem;
    margin-bottom: 12px;
}

.gallery-header p {
    font-size: 1.25rem;
    color: #666;
}

/* Masonry Grid */
.masonry-gallery {
    column-count: 4;
    column-gap: 20px;
    width: 100%;
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
}

.masonry-item:hover {
    transform: scale(1.03);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.masonry-item img {
    width: 100%;
    height: auto;
    display: block;
}

.elfsight-wrapper {
    width: 100%;
    overflow: hidden;
}

.elfsight-app-a0ca0151-226c-4e65-8a3a-8de8c035f089 {
    max-width: 100%;
}

/* Responsive Mobile All Settings*/
@media (max-width: 768px) {
    .ready-title {
        font-size: 4.8rem;
    }
    
    .ready-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-primary, .btn-secondary, .btn-reserve {
        width: 280px;
    }

    .navbar-bkk {display: none;}

     .floating-social {
        right: 2px;
        top: 44%;
        padding: 6px 3px;
        gap: 5px;
    }
    .social-btn {
    width: 28px;
    height: 28px;
    }
    .social-btn img {
    width: 18px;
    height: 18px;
    }

    .hero-content {
        margin-right: 40px;
        /* margin-left: 20px; */
        max-width: 100%;
    }

    .ornamental-divider img {
    max-width: 300px;
    max-height: 100px;
    }

    .hero {
        height: 60vh;
        margin-top: 0;
    }

    .hero-title {
    /* font-family: 'Caveat', cursive; */
    font-size: 36px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: left;
    }

    .menu-categories {
        gap: 5px 20px;
    }

    .menu-grid {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 30px 15px;
    }

    /* cat-btn.active, .cat-btn:hover {
    color: #e103e7;
    border: 1px solid #ffc107;
    background: rgb(241 236 0 / 15%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 60px;
    padding: 10px 20px;
    } */

    .thai-purple {
        margin: -5px 10px 20px;
    }
    .thai-purple2 {
        margin: 0px 10px 20px;
    }

     .story-content {
        order: 1;
    }

    .story-images {
        order: 2;
    }
    .wa-icon {
        width: 45px;
        height: 45px;
    }
    .wa-icon img {
        width: 38px;
        height: 38px;
    }

    .wa-popup {
        bottom: 78px;
        left: 5px;
        width: 265px;
    }
    .wa-bubble {
        left: 50px !important;
        bottom: 0px;
    }

    .menu-card img {
        height: 155px;
    }
    .menu-card {
        background: transparent;
        box-shadow: none;
    }
    .menu-card:hover {
    transform: none;
    box-shadow: none;
    }

    .slider-track {
        gap: 10px;
    }
    .slider-item {
        min-width: 150px;
        max-width: 210px;
    }
    .slider-item img {
        width: 150px;
        height: 250px;
    }
}


/* Responsive mansofy */
@media (max-width: 1200px) {
    .masonry-gallery { column-count: 3; }
}

@media (max-width: 768px) {
    .masonry-gallery { column-count: 2; }
}

@media (max-width: 480px) {
    .masonry-gallery { column-count: 1; }
}
