@font-face {
  font-family: 'Bluestar Display';
  src: url('/wp-content/fonts/Bluestar/Bluestar-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bluestar Display';
  src: url('/wp-content/fonts/Bluestar/Bluestar-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bluestar Display';
  src: url('/wp-content/fonts/Bluestar/Bluestar-Light.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}


@font-face {
  font-family: 'Grandma Display';
  src: url('/wp-content/fonts/Dancing/iCiel Grandma Bold.otf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dancing Display';
  src: url('/wp-content/fonts/Dancing/DancingScript-Bold.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Be Vietnam Pro';
  src: url('/wp-content/fonts/Be_Vietnam_Pro/BeVietnamPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Be Vietnam Pro';
  src: url('/wp-content/fonts/Be_Vietnam_Pro/BeVietnamPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Be Vietnam Pro';
  src: url('/wp-content/fonts/Be_Vietnam_Pro/BeVietnamPro-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}


h1,
h2 {
  font-family: 'Be Vietnam Pro', serif;
}

h3,
h4,
h5,
h6,
.heading-font,
.nav>li>a,
.mobile-sidebar-levels-2 .nav>li>ul>li>a {
  font-family: 'Be Vietnam Pro', sans-serif;
}

.nav>li>a {
  font-size: 14px;
}

.header-nav-main.nav>li>a {
  white-space: nowrap;
}

body {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.2px;
}

.header-nav.nav-left {
  justify-content: flex-end;
}

.header-nav.nav-right {
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}

.phone-header {
  padding: 3px 5px;
}

.commitment-container {
  /* 		background-image: url("/wp-content/uploads/2026/01/bg-about-2-scaled.webp") */

}

.bg-phoco {
  background-image: url("/wp-content/uploads/2026/01/bg-about-2-scaled.webp")
}

.philosophy-food .banner {
  background-color: transparent;
}


.how-to-cook .question {
  padding: 1.5rem;
  border-radius: .75rem;
  background-color: rgb(255 255 255 / .1);
  border: 1px solid #e5e7eb;
}

.how-to-cook .sub-heading-desktop {
  padding-top: 35px;
}

.fade-in-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.fade-in-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-left {
  opacity: 0;
  transform: translateX(40px);
}

.fade-in-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.philosophy-food {
  /* 		padding-top: 0px !important; */
}

.col-video {
  padding-bottom: 0px !important;
}

.phone-header:hover {
  color: #08B7B5 !important;
}

.meal-slider,
.meal-slider .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}

.meal-slider .col {
  width: auto !important;
}

/* ===== CONTACT FORM 7 - BEAUTY STYLE ===== */
.cf7-beauty-form {
  width: 100%;
}

/* Label */
.cf7-beauty-form label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 18px;
}

/* Input & textarea */
.cf7-beauty-form input[type="text"],
.cf7-beauty-form input[type="email"],
.cf7-beauty-form input[type="tel"],
.cf7-beauty-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #017f9c;
  padding: 10px 5px;
  font-size: 15px;
  background: transparent;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 5px;
}

/* Focus effect */
.cf7-beauty-form input:focus,
.cf7-beauty-form textarea:focus {
  border-bottom-color: #17a2b8;
}

/* Textarea */
.cf7-beauty-form textarea {
  resize: none;
  min-height: 80px;
  margin-top: 6px;
}

/* Placeholder */
.cf7-beauty-form ::placeholder {
  color: #aaa;
  font-size: 13px;
}

/* Submit button */
.cf7-beauty-form input[type="submit"] {
  /*     margin-top: 20px; */
  background: linear-gradient(135deg, #17a2b8, #20c997);
  color: #fff;
  border: none;
  padding: 5px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover submit */
.cf7-beauty-form input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .15);
}

/* Validation error */
.cf7-beauty-form .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #e74c3c;
  margin-top: 6px;
}

/* Success message */
.cf7-beauty-form .wpcf7-response-output {
  margin-top: 20px;
  border-radius: 8px;
  font-size: 14px;
}

/* Hide default CF7 spinner */
.cf7-beauty-form .wpcf7-spinner {
  display: none;
}

.nav-top-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  flex-direction: row !important;
  color: #017f9c;
  !important;
  /*     font-size: 9px !important; */
}

.nav-top-link i {
  font-size: 14px !important;
  color: #017f9c;
  !important;
}

.nav-top-link img {
  width: 20px !important;
}

.nav-top-link span {
  display: none;
}

.sub-menu.nav-dropdown {
  min-width: 230px !important;
  padding: 0px;
}

.sub-menu.nav-dropdown a {
  padding: 10px !important;
  margin: 0px !important;
}

.current-lang.menu-item span {
  color: #017f9c;
}

.community-highlight h2 {
  font-family: 'Dancing Display', sans-serif !important;
}

/* Container chính: Sử dụng Gap để tạo khoảng cách giữa các ô */
.cf7-reservation-form {
  display: flex !important;
  flex-wrap: wrap !important;
  /* background-color: #f4edd1; */
  padding: 0px;
  width: 100% !important;
  box-sizing: border-box;
  gap: 10px 0;
  /* Khoảng cách giữa các dòng */
}

/* Loại bỏ hoàn toàn sự can thiệp của thẻ p và span từ CF7 */
.cf7-reservation-form p,
.cf7-reservation-form span.wpcf7-form-control-wrap {
  display: contents !important;
}

/* Cấu trúc Row: Tự tạo khoảng cách lề (gutter) */
.cf7-reservation-form .row {
  display: flex !important;
  flex-direction: column;
  padding: 0px 3px !important;
  /* Tạo khoảng trống giữa các khối cùng hàng */
  box-sizing: border-box;
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px;
}

.cf7-reservation-form .row.half,
.cf7-reservation-form .row.third {
  /* padding-right: 10px!important; */
  /* Tạo khoảng trống giữa các khối cùng hàng */
}

/* Chia tỷ lệ chính xác bằng calc() để trừ đi padding */
.cf7-reservation-form .full   {
  flex: 0 0 100%;
  width: 100%;
}

.cf7-reservation-form .half {
  flex: 0 0 50%;
  width: 50%;
}

.cf7-reservation-form .third {
  flex: 0 0 33.333% !important;
  width: 33.333% !important;
}

.cf7-reservation-form .cus-col-6 
{
    flex: 0 0 50% !important;
    width: 50% !important;
}

.cf7-reservation-form .cus-col-3
{
    flex: 0 0 25% !important;
    width: 25% !important;

}

/* Responsive: Đưa về 100% trên mobile để không bị quá hẹp */
@media (max-width: 767px) {
  
  
  .cf7-reservation-form .full-xs {
    flex: 0 0 100% !important;
    width: 100% !important;
    padding: 0;
  }

  .cf7-reservation-form .half-xs {
    flex: 0 0 50%;
    width: 50%;
  }

.cf7-reservation-form input:not([type="submit"]),
.cf7-reservation-form select,
.cf7-reservation-form textarea 
{
margin-bottom: 0px !important;
font-size: 12px !important;

}
  
}

/* Tinh chỉnh Input để bo tròn và đổ bóng nhẹ giống ảnh mẫu */
.cf7-reservation-form input:not([type="submit"]),
.cf7-reservation-form select,
.cf7-reservation-form textarea {
  width: 100% !important;
  border-radius: 6px !important;
  border: 1px solid #017f9c !important;
  padding: 10px 20px !important;
  height: 45px;
  background: #fff !important;
  box-sizing: border-box;
}

/* Nút Đặt Bàn chuẩn màu Teal (Xanh lục đậm) */
.cf7-reservation-form .center {
  flex: 0 0 100%;
  display: flex;
  justify-content: flex-start;
  /* Chỉnh lại bên trái hoặc giữa tùy bạn */
  padding-left: 10px;
}

.cf7-reservation-form input[type="submit"] {
  background-color: #0e8388 !important;
  /* Màu Teal chuẩn ảnh mẫu */
  color: #fff;
  border: none;
  padding: 10px 30px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 10px;
  /* Bo nhẹ theo ảnh mới nhất */
  margin: 0px !important;
}

/* BOOKING POPUP */
/* Booking Popup Modal */
.booking-popup-overlay {
    position: fixed;
    /* top: 0;
    left: 0;
     */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow-y: auto;
}

.booking-popup-modal {
    background: white;
    border-radius: 12px;
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.booking-popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    background: #17a2b8;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background 0.3s ease;
    margin: 0px;
}

.booking-popup-close:hover {
    background: #08b7b5;
}

.booking-popup-header {
    padding: 25px 30px 15px;
    border-bottom: 2px solid #f0f0f0;
}

.booking-popup-header h3 {
    margin: 0 0 10px 0;
    font-size: 24px;
    color: #333;
    font-weight: 700;
}

.booking-meal-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 14px;
}

.booking-meal-name {
    color: #17a2b8;
    font-weight: 600;
    font-size: 16px;
}

.booking-meal-quantity {
    color: #666;
    font-size: 14px;
}

.booking-popup-content {
    padding: 20px 30px 30px;
}

/* Hidden fields */
.cf7-reservation-form .row.hidden {
    display: none !important;
}

/* Mobile responsive for popup */
@media (max-width: 768px) {
    .booking-popup-modal {
        max-width: 100%;
        /* max-height: 100vh;
        border-radius: 0; */
        max-height: 100%;
        border-radius: 8px;
    }

    .booking-popup-header {
        padding: 20px 20px 15px;
    }

    .booking-popup-header h3 {
        font-size: 20px;
    }

    .booking-popup-content {
        padding: 15px 20px 25px;
    }

    .booking-popup-close {
        width: 25px;
        height: 25px;
        font-size: 11px;
    }
}

/* Print friendly */
@media print {
    .booking-popup-overlay {
        display: none !important;
    }
}
/* END BOOKING POPUP */

/* CUSTOM STYLE DATBAN PAGE */
.main-booking-page
{
    background-image: url(/wp-content/uploads/2026/01/bg_datban.webp);
}

.main-booking-page .section, .main-booking-page .col-inner, .main-booking-page .col-inner .banner, .col-bg-none .banner {
    background-color: transparent !important;
    background-image: none !important;
}

.section-padding-none {
    padding: 0px !important;
}