/* BANGKOK KITCHEN POWERED BY ROYALVISUAL.ID */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
    body {
    font-family: 'Inter', sans-serif;
    background: #f8f3e0 !important;
    color: #ad4402;
    }

    /* 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: #f8f3e0;
    transition: 0.25s ease;
    }

    .menu-pill a.active {
    /* color: #be920d; */
    font-weight: 700;
    border-bottom: 2px solid #f8f3e0;
    }

    /* 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;
    /* background: #ad4402; */
    padding: 15px 40px;
    }

    .navbar-brand {
    font-weight: bold;
    color: #c49b2a;
    }

    .nav-link {
    margin: 0 10px;
    color: #333;
    font-weight: 500;
    }

    .btn-book {
    background: #732f10;
    color: #fff;
    font-weight: 600;
    /* border-radius: 4px; */
    padding: 8px 16px;
    }


    /* HERO SECTION */
    .hero {
    position: relative;
    height: 100vh;
    background: url('../images/warungoma/image2.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/warungoma/image22.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/warungoma/image11.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/warungoma/image22.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-event {
    position: relative;
    height:40vh;
    background: url('../images/warungoma/image5.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/warungoma/image12.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(rgba(0, 0, 0, 0.5), transparent);
    /* 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: 20vh;
    }

    .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; */
    color: #ad4402;
    }

    .thai-text2 {
    font-size: 4rem;
    font-weight: 700;
    /* color: #454545; */
    color: #ad4402;
    }

    .explore {
    text-align: center;
    padding: 60px 20px;
    /* background: #f9f9f9; */
    }

    .explore h1 {
    font-size: 3rem;
    font-weight: 700;
    /* color: #454545; */
    color: #ad4402;
    }

    .explore p {
    font-size: 18px;
    color: #777;
    max-width: 800px;
    margin: 10px auto 20px;
    }

    .btn-yellow {
    background: #198754;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    /* border-radius: 6px; */
    }

    .btn-purple {
    background: #ad4402;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    /* border-radius: 6px; */
    }

    .btn-yellow:hover {
    color: #fff;
    background: #13623d;
    }

    .btn-purple:hover {
    color: #fff;
    background: #8f3802;
    }


    .navbar-bkk {
        /* background: #27272769; */
    background: #ad4402;
    
    /* background: #70606000;	
    backdrop-filter: blur(12px);
    padding: 8px 60px; */

    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%);
    }


    /* Saat di-scroll (Efek mengecil + shadow lebih kuat) */
    .navbar-bkk.scrolled {
    /* background: rgba(243, 243, 243, 0.98); */
    background: #ad4402;
    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 {
    
    border-bottom: 2px solid #f8f3e0;
    }

    /* BUTTON */
    .btn-book {
    background: #732f10;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s;
    }

    /* BUTTON HOVER */
    .btn-book:hover {
    background: #047d2f;
    box-shadow: 0 5px 0 #f2f2f2;
    transform: translateY(-3px);
    }

    /* BUTTON CLICK EFFECT */
    .btn-book:active {
    transform: translateY(2px);
    /* box-shadow: 0 1px 0 #a88420; */
    }      

    .thai-purple {
    /* color: #ad4402; */
    color: #198754;
    font-size: 32px;
    margin: -20px 10px 10px;
    }

    .thai-purple2 {
    /* color: #ad4402; */
    color: #198754;
    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: 16px;
    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: rgb(115 47 16); */
    background: rgb(173 68 2);
    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: rgb(153, 60, 3);
    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: #732f10;
    }

    .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: #dc6535;
    margin-bottom: 8px;
    font-weight: 500;
    }

    .story-title {
    font-size: 3.2rem;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #f8f3e0;
    }

    .signature img {
    height: 60px;
    margin-bottom: 30px;
    }

    .story-text {
    font-size: 1.15rem;
    line-height: 1.75;
    color: #f8f3e0;
    margin-bottom: 35px;
    }

    .btn-story {
    display: inline-block;
    padding: 14px 32px;
    background: #ad4402;
    color: #fff;
    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; */
    color: #ad4402;
    }

    .faq-header p {
    font-size: 1.2rem;
    /* color: #666; */
    color: #047d2f;
    }

    .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: #ffffff;
    }

    .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: 1.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: 1.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: #1a161b;
    color: white;
    overflow: hidden;
    border-top: 3px solid #ad4402;
    }

    .footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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: #ad4402;
    }

    .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: 50px;
    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: #dd8615;
    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.2rem;
    letter-spacing: 4px;
    color: #ad4402;
    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: #ad4402;
    }

    /* 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: 1.4rem;
    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/685/685301.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: #ad4402; */
    }

    /* 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-fill, 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; */
    height: 260px;
    object-fit: cover;
    }

    .menu-card h3 {
    /* font-family: "Amatic SC", sans-serif; */
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    margin: 22px 10px 8px 10px;
    }

    .menu-card p {
    /* font-family: "Amatic SC", sans-serif; */
    color: #ad4402;
    padding: 0 24px;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 14px;
    }

    .price {
    /* font-family: "Amatic SC", sans-serif; */
    font-size: 1.2rem;
    font-weight: 700;
    color: #ad4402;
    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/warungoma/image22.webp') 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: rgb(173 68 2 / 19%);
   background: rgba(2, 173, 13, 0.812);
    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: #dfdfdf;
    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: #ad4402;
    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;
        padding: 0 20px;
    }
    
    .contact-image img {
        height: 400px;
        max-width: 330px;
    }
    .contact-item a {
    font-size: 1rem;
    }

}

/* 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%;
}

/* NAV MOBIL */
.mobile-navbar {
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: all 0.4s ease;
    /* background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); */
}

.mobile-navbar.scrolled {
    background: #ad4402;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.mobile-nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-contact-btn {
    width: max-content;
    color: #fff;
    text-align: center;
    /* font-family: ; */
    font-family: "Amatic SC", sans-serif;
    text-decoration: none;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 5px 15px;
    /* background: #ad4402; */
    background: #732f10;
    color: #f8f9fa;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

.mobile-logo img {
    height: 32px;
    /* background: #ffffff;
    border-radius: 50px;
    padding: 2px 10px; */
}

/* Burger Menu */
.burger-menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    width: 74px;
    z-index: 10000;
}

.burger-menu span {
    width: 28px;
    height: 3px;
    background: #ffffff;
    transition: all 0.4s ease;
    border: 2px solid #43434340;
    border-radius: 3px;
}

.burger-menu span.scrolled {
    background: rgb(191, 24, 24);
}

/* Sidebar */
.mobile-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    /* background: #0a0a0a; */

    background-image: url(../images/floral-bg.avif), linear-gradient(135deg, #fffaf0 0%, #fdf4e8 100%);
    color: #000;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    opacity: 0.98;
    
    transition: right 0.5s cubic-bezier(0.77, 0, 0.18, 1);
    z-index: 10001;
    padding: 30px 20px;
    box-shadow: -5px 0 25px rgba(0,0,0,0.5);

    
}

.mobile-sidebar.open {
    right: 0;
}

.sidebar-header {
    text-align: right;
    margin-bottom: 40px;
}

.sidebar-close {
    background: none;
    border: none;
    font-size: 2rem;
    /* color: white; */
    color: #101010;
    cursor: pointer;
}

.sidebar-menu {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    gap: 12px;
}

.sidebar-link {
    /* color: white; */
    font-family: "Amatic SC", sans-serif;
    color: #101010;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 700;
    padding: 8px 0;
    transition: all 0.3s;
}

.sidebar-link:hover {
    /*color: #ad4402;*/
    color: #676e02;
    padding-left: 10px;
}

.sidebar-link.active {
    color: #dd4814;
    /*color: #ad4402;*/
    padding-left: 10px;
}

/* EVENT */
/*
|--------------------------------------------------------------------------
| EVENT SECTION
|--------------------------------------------------------------------------
*/

.event-section{
    padding: 100px 20px;
    /* background: #cbf305; */
    
    /* background: url(../images/menu/Screenshot_3.png) center center / cover no-repeat; */
    overflow: hidden;
}


/*
|--------------------------------------------------------------------------
| SLIDER WRAPPER
|--------------------------------------------------------------------------
*/

.event-slider-wrapper{
    position: relative;
    width: 100%;
}

/*
|--------------------------------------------------------------------------
| SLIDER
|--------------------------------------------------------------------------
*/

.event-slider{
    display: flex;
    gap: 20px;

    overflow-x: auto;
    scroll-behavior: smooth;

    scrollbar-width: none;

    padding: 10px 0;

    /*
    |--------------------------------------------------------------------------
    | CENTER CARD IF ONLY 1
    |--------------------------------------------------------------------------
    */

    justify-content: center;
}

.event-slider::-webkit-scrollbar{
    display: none;
}

/*
|--------------------------------------------------------------------------
| EVENT CARD
|--------------------------------------------------------------------------
*/

.event-card{

    min-width: 320px;
    max-width: 320px;

    /* background: rgba(255, 255, 255, 0.147); */
    background: white;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);

    /* border-radius: 18px; */

    overflow: hidden;

    flex-shrink: 0;

    transition: .3s;
}

.event-card:hover{
    transform: translateY(-5px);
}

/*
|--------------------------------------------------------------------------
| IMAGE
|--------------------------------------------------------------------------
*/

.event-image img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
}

/*
|--------------------------------------------------------------------------
| CONTENT
|--------------------------------------------------------------------------
*/

.event-content{
    padding: 20px;
}

.event-content h3{
    color: #353434;
    margin-bottom: 10px;
    font-size: 22px;
}

/* .thai-text2::before{
    content: '';
    display: inline-block;
    width: 3rem;
    height: 3rem;
    margin-right: 5px;
    background-image: url(https://cdn-icons-png.flaticon.com/128/2684/2684245.png);
    background-size: contain;
    background-repeat: no-repeat;
} */

.event-content p{
    color: #353434;
    line-height: 1.6;
}

/*
|--------------------------------------------------------------------------
| NAVIGATION
|--------------------------------------------------------------------------
*/

.event-nav{

    position: absolute;

    top: 45%;

    transform: translateY(-50%);

    z-index: 10;

    width: 45px;
    height: 45px;

    border: none;

    border-radius: 50%;

    background: #983c03;

    color: #ffffff;

    font-size: 28px;

    cursor: pointer;

    transition: .3s;
}

.event-nav:hover{
    background: #622702;
}

.event-nav.prev{
    left: -10px;
}

.event-nav.next{
    right: -10px;
}

/*
|--------------------------------------------------------------------------
| MOBILE
|--------------------------------------------------------------------------
*/

@media(max-width:768px){

    .event-slider{

        justify-content: flex-start;

        padding-inline: 10px;

        gap: 16px;

        scroll-snap-type: x mandatory;
    }

    .event-card{

        min-width: calc(100% - 20px);

        max-width: calc(100% - 20px);

        scroll-snap-align: center;
    }

    .event-nav{
        display: none;
    }

}

/* Responsive - Tampilkan hanya di mobile */
@media (min-width: 992px) {
    .mobile-navbar {
        display: none;
    }
}

/* Responsive Mobile All Settings*/
@media (max-width: 768px) {
    .ready-title {
        font-size: 2.8rem;
    }

    .ready-subtitle
    {
    font-size: 1.1rem;
    }

    .btn-reserve {
        font-size: 15px;
        background: rgb(173 68 2 / 19%);
    }
    
    .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: 100vh;
        margin-top: 0;
    }

/*HERO TITLE DISINI*/
    .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: 235px;
    }
    .menu-card {
        box-shadow: none;
        background: transparent;
    }
    .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;
    }
    .mobile-sidebar {
        display: flex;
    }
    .hours {
        display: block;
    }
    .day {
        margin-bottom: 10px;
    }
    .hero-contact, .hero-gallery, .hero-event, .hero-about, .hero-menu  {
    margin-top: 0;
    }
    .thai-purple {font-size: 1rem;}
    .cat-btn {
        font-size: 1.2rem;
    }
    .cat-btn.active::before {
    width: 22px;
    height: 22px;
    }
    .thai-text2 {font-size:3rem;}

    .tepe {
        font-size:12px !important;
    }
    .explore h1, h2 {
        font-size: 2.4rem !important;
    }
    .explore p {
        font-size: 14px !important;
        color: #5d2400;
    }
    .thai-purple2 {
        font-size: 12px !important;
    }
}


/* 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; }
}


.event-detail-section{
    padding: 120px 20px;
    /* 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;
    color: #fff;
}

.event-detail-image img{
    width: 100%;
    border-radius: 20px;
    margin-bottom: 40px;
    max-height: 600px;
    object-fit: cover;
}

.event-detail-content{
    max-width: 900px;
    margin: auto;
}

.event-detail-content h1{
    font-size: 48px;
    margin-bottom: 20px;
}

.event-date{
    color: #ffc107;
    margin-bottom: 30px;
    font-weight: 600;
}

.event-description{
    line-height: 1.9;
    color: #ddd;
}

.breadcrumb-wrapper a{
    color: #ffc107;
    text-decoration: none;
    transition: .3s;
}

.breadcrumb-wrapper a:hover{
    color: #363636;
}

.breadcrumb-wrapper span{
    color: #999;
}

.breadcrumb-wrapper .active{
    color: #484747;
    font-weight: 600;
}

.btn {
    border-radius: 0;
}