/*
Theme Name: BepCuon
Author: Webnextfy.com
Description: Your description goes here
Version: 1.0
Template: bluehost-blueprint

This is the child theme for Bluehost Blueprint theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
h1, h3, h3 {
    font-family: "Playfair Display", serif;
}

header.wp-block-template-part {
    position: absolute;
    z-index: 999999;
    background: rgba(0,0,0,0.1);
    top:0;
    right: 0;
    left: 0;
}


.wp-block-post-content {
    margin-block-start: 0 !important;
}
.btn-yellow-outline a:hover {
    background: #e8a820 !important;
    color:rgb(44,24,8) !important;
}
.btn-primary a {
    border-radius: calc(infinity * 1px);
    background-color: var(--color-brand-primary);
    padding-inline: calc(var(--spacing) * 8);
    padding-block: calc(var(--spacing) * 4);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
    color: var(--color-white);
    text-transform: uppercase;
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
}


.featured-point figure {
    background: rgba(157, 194, 32, 0.094);
    text-align: center;
    height: 40px;
    width: 40px;
        display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition-property: all;
    transition-duration: .3s;
    border-radius: 15px 15px 0 0 !important;
}

.product-image {
    
    text-align: center;
    
        display: flex;
    align-items: center;
    justify-content: center;
    
}
.first-p{
    background: darkseagreen;
}
.second-p {
    background: darkolivegreen !important;
}
.third-p {
    background: saddlebrown !important;
}
.product-image img{
    transition-property: all;
    transition-duration: .3s;
    border-radius: 15px 15px 0 0 !important;
}
.product-image:hover img{
    transform: scale(1.1);
}

.featured-point figure:hover {
    transform: scale(1.1);
}

.featured-point figure img{
    max-width: 20px;
}

.featured-point.time figure {
    background: rgba(232, 168, 32, 0.094);
}
.featured-point.certify figure {
    background: rgba(200, 54, 26, 0.094);
}
.featured-point.heart figure {
    background: rgba(45, 107, 26, 0.094);
}

.image-effect{
    
    transition-property: all;
    transition-duration: .3s;
}


.image-effect:hover {
    transform: scale(1.1);
}

.restaurant-menu-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* Navigation */
.menu-nav {
  position: sticky;
  top: 30px;
  z-index: 100;
  background: #ffffff;
  padding: 12px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.menu-nav ul {
  list-style: none;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.menu-nav a {
  display: inline-block;
  padding: 8px 16px;
  background: #b17366;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
}

.menu-nav a:hover {
  opacity: 0.9;
}

/* Category Section */
.menu-category-section {
  margin-bottom: 80px;
  scroll-margin-top: 100px;
}
.menu-head {
    border-bottom: 1px solid #EEE;
    margin-bottom: 10px;
}

.menu-category-title {
  font-size: 36px;
  margin-bottom: 0px;
  font-family: var(--wp--preset--font-family--playfair-display) !important;
}

.menu-category-description {
  color: #666;
  margin-block-start: 0;
  margin-bottom: 5px;
}


/* Grid */
.menu-items-grid {display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  font-weight: 300;
}

/* Card */

.menu-item-card {
    display: flex;
    gap: 20px;
    padding: 20px;
    border: 0;
    border-radius: 0;
    background: rgba(10,60,80,0.01);
    margin-bottom: 5px;
}

.menu-item-card:hover {
    background: antiquewhite;
}

.menu-item-image img {
  width: 240px;
  height: 140px;
  object-fit: contain;
  border-radius: 12px;
  transition-property: all;
    transition-duration: .6s;
}
.menu-item-card:hover img {
    transform: scale(1.2);
}
.menu-item-content {
  flex: 1;
  font-family: var(--wp--preset--font-family--be-vietnam-pro) !important;
  font-weight: 300;
}

.menu-item-header {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: flex-start;
  margin-bottom: 10px;
}


.menu-item-title {
  margin: 0;
  font-size: 20px;
}

.menu-item-title a {
  color: inherit;
  text-decoration: none;
}

.menu-item-price {
  color: #b17366;
  font-weight: 700;
  white-space: nowrap;
}

.menu-item-description {
  color: #666;
  line-height: 1.2;
}
.menu-item-description p {
    margin-block-start: 5px;
    margin-block-end: 5px;
    line-height: 1.2;
}

footer a {
    text-decoration:none;
}
/* Tablet */
@media (max-width: 991px) {
  .menu-items-grid {
    grid-template-columns: 1fr;
  }
  
  
  
}

/* Mobile */
@media (max-width: 767px) {
    
  .restaurant-menu-wrapper {
    padding: 20px 15px;
  }

  .menu-nav ul {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 5px;
    -webkit-overflow-scrolling: touch;
  }

  .menu-item-card {
    flex-direction: column;
  }

  .menu-item-image img {
    width: 100%;
    height: 220px;
  }

  .menu-category-title {
    font-size: 28px;
  }

  .menu-item-header {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .bc-container{
      padding: 0 !important;
  }
  
 
  .menu-item-card {
   
        background: antiquewhite;
    }
    .menu-item-description {
        color: #333;
     
        font-size: 14px;
    }
 
}

@media (max-width: 467px) {
    .menu-item-image img {
    width: 100%;
    height: 160px;
  }
     footer .wp-block-column
 {
             max-width: 300px;
        margin: 0 auto;
 }
 .right-box-header {
     flex-direction: row-reverse;
     gap: 0;
 }
 .gt_switcher-popup.glink{
     display:flex;
     gap: 5px;
 }
 .gt_container--70yyo a.glink span {
    margin-right: 0;
    font-size: 10px;
    vertical-align: middle;
    color: #FFF !important;
}
a.glink img{
    max-width: 16px;
}
.wp-block-site-logo a, .wp-block-site-logo img {
   
    max-width: 200px;
}
    
}



/* Khung chứa tổng ở góc phải dưới màn hình */
  .fixed-action-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: Arial, sans-serif;
  }

  /* Nút Go To Top */
  .go-to-top-btn {
    background-color: #333333;
    color: white;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }

  .go-to-top-btn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .go-to-top-btn:hover {
    background-color: #000000;
    transform: scale(1.1);
  }

  /* Vùng chứa Badge Liên Hệ */
  .contact-badge-container {
    position: relative;
  }

  /* Nút bấm tròn chính + Hiệu ứng Rung lắc & Nhấp nháy liên tục */
  .main-badge-btn {
    background-color: #ff3b30;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(255, 59, 48, 0.7);
    animation: wp-pulse 1.6s infinite, wp-shake 3s infinite;
    transition: transform 0.3s;
  }

  .contact-badge-container:hover .main-badge-btn {
    animation-play-state: paused;
    transform: scale(1.1);
  }

  @keyframes wp-pulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 59, 48, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(255, 59, 48, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 59, 48, 0); }
  }

  @keyframes wp-shake {
    0%, 90%, 100% { transform: rotate(0deg); }
    92% { transform: rotate(-10deg); }
    94% { transform: rotate(12deg); }
    96% { transform: rotate(-10deg); }
    98% { transform: rotate(12deg); }
  }

  /* Bảng danh sách Popup Chi nhánh */
  .branch-list {
    position: absolute;
    bottom: 75px;
    right: 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.25);
    width: 260px;
    padding: 20px 0 10px 0;
    display: none;
    flex-direction: column;
    animation: wp-fade-in 0.3s ease;
  }

  @keyframes wp-fade-in {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .contact-badge-container:hover .branch-list:not(.hide-popup) {
    display: flex;
  }

  /* Nút Đóng (✕) Popup */
  .close-popup-btn {
    position: absolute;
    top: 6px;
    right: 10px;
    width: 18px;
    height: 18px;
    background-color: #e0e0e0;
    color: #666;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
    z-index: 10;
  }

  .close-popup-btn:hover {
    background-color: #ff3b30;
    color: white;
  }

  /* Khung bọc từng chi nhánh */
  .branch-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    border-bottom: 1px solid #f2f2f2;
    transition: background 0.2s;
  }

  .branch-block:last-child {
    border-bottom: none;
  }

  .branch-block:hover {
    background-color: #f9f9f9;
  }

  /* Phần thông tin chữ (Click để Gọi) */
  .branch-info-link {
    text-decoration: none;
    color: inherit !important;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    cursor: pointer;
  }

  .branch-title {
    font-size: 14px;
    font-weight: bold;
    color: #9dc220;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
  }

  .branch-title svg {
    color: #9dc220; /* Màu đỏ cho icon nhà hàng */
    margin-right: 6px;
    
  }

  .branch-phone-num {
    font-size: 13px;
    color: #666;
    font-weight: 500;
  }
  
  .branch-phone-num svg{
      margin-bottom:-4px;
  }

  /* Nút Vị trí Bản đồ (Location) */
  .branch-map-btn {
    color: #007bff; /* Màu xanh biểu tượng bản đồ */
    padding: 6px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    text-decoration: none;
  }

  .branch-map-btn:hover {
    background-color: #e6f0fa;
    transform: scale(1.2);
  }
