/* _content/KasWebDemo/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-8u288zj6zi] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-8u288zj6zi] {
  color: #0077cc;
}

.btn-primary[b-8u288zj6zi] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-8u288zj6zi], .nav-pills .show > .nav-link[b-8u288zj6zi] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-8u288zj6zi] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-8u288zj6zi] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-8u288zj6zi] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-8u288zj6zi] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-8u288zj6zi] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/KasWebDemo/Pages/T/nhahang-bobo/Index.cshtml.rz.scp.css */
:root[b-fn1jg55jvh] {
    --text-main: #111827;
    --text-muted: #6b7280;
    --bg-soft: #f9fafb;
    --font-heading: 'Plus Jakarta Sans', sans-serif !important;
    --font-editorial: 'Playfair Display', serif !important;
    --font-body: 'Outfit', sans-serif !important;
}

body[b-fn1jg55jvh] {
    font-family: 'Outfit', sans-serif !important;
    color: #1e293b;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -0.01em;
    /* Giúp chữ trông "premium" hơn */
    color: var(--text-main);
    line-height: 1.7;
}

/* H1: HIỆN ĐẠI & MẠNH MẼ (Dành cho Hero) */
h1[b-fn1jg55jvh] {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: -0.04em !important;
    /* Chữ sát lại tạo độ "chất" */
    line-height: 1.1;
    color: #0f172a;
    margin-bottom: 1.5rem;
}

/* H2: SANG TRỌNG & NGHỆ THUẬT (Dành cho tiêu đề Section) */
h2[b-fn1jg55jvh] {
    font-family: 'Playfair Display', serif !important;
    font-weight: 700 !important;
    font-style: italic;
    /* Chữ nghiêng có chân cực kỳ Michelin */
    letter-spacing: -0.01em !important;
    line-height: 1.3;
    color: #1e293b;
    margin-bottom: 1.2rem;
}

/* H3: CHUYÊN NGHIỆP & GỌN GÀNG (Dành cho tên món ăn, tiêu đề nhỏ) */
h3[b-fn1jg55jvh] {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.4;
    color: #0f172a;
}

/* Override nhẹ cho p để "thở" tốt hơn */
p[b-fn1jg55jvh] {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 400;
    line-height: 1.8;
    color: #64748b;
}

/* Nút bấm cũng cần font hiện đại */
.btn[b-fn1jg55jvh] {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.navbar .nav-link[b-fn1jg55jvh] {
    transform: translateY(0);
    transition:
        color .25s ease,
        transform .25s ease;
}

.navbar-glass[b-fn1jg55jvh] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    /* BẮT BUỘC */
}


.navbar .nav-link:hover[b-fn1jg55jvh] {
    transform: translateY(-1px);
}

.navbar .nav-link[b-fn1jg55jvh] {
    position: relative;
    padding: 6px 0;
    font-weight: 500;
    color: var(--text-main);
    transition: color .25s ease;
}

/* underline */
.navbar .nav-link[b-fn1jg55jvh]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transition: width .25s ease;
}

.navbar .nav-link:hover[b-fn1jg55jvh] {
    color: #111827;
}

.navbar .nav-link:hover[b-fn1jg55jvh]::after {
    width: 100%;
}

/* dark mode */
body.dark .navbar .nav-link[b-fn1jg55jvh] {
    color: #e5e7eb;
}

body.dark .navbar .nav-link:hover[b-fn1jg55jvh] {
    color: #ffffff;
}


section[b-fn1jg55jvh] {
    padding: 96px 0;
}

.btn-primary[b-fn1jg55jvh] {
    background: #111827;
    border: none;
    padding: 12px 28px;
    border-radius: 12px;
}

.btn-primary:hover[b-fn1jg55jvh] {
    background: #000;
}

.hero-title[b-fn1jg55jvh] {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
}

.card-soft[b-fn1jg55jvh] {
    border: none;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);

}

.card-soft img[b-fn1jg55jvh] {
    max-height: 350px;
    object-fit: cover;
}

.img-rounded[b-fn1jg55jvh] {
    border-radius: 24px;
}

.footer-premium[b-fn1jg55jvh] {
    background-color: #fcfbf7;
    /* Màu kem rất nhẹ hoặc trắng sứ */
    border-top: 1px solid #eee;
    color: #333;
    font-family: 'Playfair Display', serif;
    /* Ưu tiên font có chân cho cảm giác sang trọng */
}

.brand-name[b-fn1jg55jvh] {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5rem;
}

.label[b-fn1jg55jvh] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    display: block;
}

.text-muted[b-fn1jg55jvh] {
    font-size: 0.95rem;
    font-family: 'Inter', sans-serif;
    /* Font không chân cho phần nội dung để dễ đọc */
}

.map-container[b-fn1jg55jvh] {
    filter: grayscale(20%);
    /* Làm bản đồ hơi nhạt màu để hòa hợp với thiết kế */
    transition: filter 0.3s ease;
}

.map-container:hover[b-fn1jg55jvh] {
    filter: grayscale(0%);
}

.short-hr[b-fn1jg55jvh] {
    width: 50px;
    border-top: 2px solid #b89f6d;
    /* Màu vàng đồng nhẹ làm điểm nhấn */
    opacity: 1;
}

.copyright[b-fn1jg55jvh] {
    font-size: 0.8rem;
    color: #bbb;
}

.navbar-glass[b-fn1jg55jvh] {
    position: fixed;
    z-index: 1000;
}

/* submenu*/

.navbar[b-fn1jg55jvh] {
    z-index: 9999;
    background-color: white;
}

.navbar .container[b-fn1jg55jvh] {
    overflow: visible;
}

.dropdown-hover[b-fn1jg55jvh] {
    position: relative;
}

/* Container chứa cả link và menu */
.dropdown-hover[b-fn1jg55jvh] {
    position: relative;
    display: flex;
    align-items: center;
    /* Căn giữa theo chiều dọc */
    height: 100%;
    /* Chiếm toàn bộ chiều cao navbar để không bị mất hover */
}

.dropdown-menu-soft[b-fn1jg55jvh] {
    position: absolute;
    top: 100%;
    /* Sát mép dưới navbar */
    left: 0;
    min-width: 240px;
    background: #ffffff;
    border-radius: 16px;
    padding: 12px;

    /* Hiệu ứng Premium */
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);

    /* Trạng thái ẩn */
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    z-index: 1000;
}

/* CẦU NỐI TÀI TÌNH: Xóa bỏ khoảng trống chết */
.dropdown-menu-soft[b-fn1jg55jvh]::before {
    content: "";
    position: absolute;
    top: -20px;
    /* Nhô lên che phủ khoảng trống 10-20px */
    left: 0;
    width: 100%;
    height: 25px;
    /* Đủ cao để nối liền với Nav Link */
    background: transparent;
}

/* Trạng thái hiện */
.dropdown-hover:hover .dropdown-menu-soft[b-fn1jg55jvh] {
    visibility: visible;
    opacity: 1;
    transform: translateY(5px);
    /* Khoảng cách thực tế sau khi hiện */
    pointer-events: auto;
}

/* Style cho item con */
.dropdown-item-soft[b-fn1jg55jvh] {
    display: block;
    padding: 10px 16px;
    color: var(--text-main);
    text-decoration: none;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: background 0.2s ease;
}

.dropdown-item-soft:hover[b-fn1jg55jvh] {
    background: #f8fafc;
    color: var(--accent-color);
}

.hero-parallax-section[b-fn1jg55jvh] {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* background layer */
.hero-bg[b-fn1jg55jvh] {
    position: absolute;
    inset: 0;
    background-image: url("https://images.unsplash.com/photo-1555396273-367ea4eb4db5");
    background-size: cover;
    background-position: center;
    transform: translateY(0);
    will-change: transform;
}

/* overlay cho chữ dễ đọc */
.hero-bg[b-fn1jg55jvh]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(255, 255, 255, .9) 0%,
            rgba(255, 255, 255, .6) 40%,
            rgba(255, 255, 255, .2) 100%);
}

/* dark mode overlay */
body.dark .hero-bg[b-fn1jg55jvh]::after {
    background: linear-gradient(to right,
            rgba(11, 15, 25, .85) 0%,
            rgba(11, 15, 25, .55) 40%,
            rgba(11, 15, 25, .25) 100%);
}

/* content layer */
.hero-content[b-fn1jg55jvh] {
    position: relative;
    z-index: 2;
}

.hero-bg[b-fn1jg55jvh] {
    transform: translateY(0) scale(1.05);
}

@media (max-width: 991px) {
    .hero-bg[b-fn1jg55jvh] {
        transform: none !important;
    }
}

.about-item[b-fn1jg55jvh] {
    padding: 32px 24px;
}

.about-item h5[b-fn1jg55jvh] {
    letter-spacing: 0.02em;
}

.about-card[b-fn1jg55jvh] {
    padding: 36px 28px;
    border-radius: 20px;

    background: rgba(255, 255, 255, 0.6);
    transition:
        transform .35s ease,
        box-shadow .35s ease,
        background .35s ease;
}

/* light mode hover */
.about-card:hover[b-fn1jg55jvh] {
    transform: translateY(-6px);
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
}

/* dark mode */
body.dark .about-card[b-fn1jg55jvh] {
    background: rgba(17, 24, 39, .6);
}

body.dark .about-card:hover[b-fn1jg55jvh] {
    background: #111827;
    box-shadow: 0 25px 50px rgba(0, 0, 0, .6);
}
/* _content/KasWebDemo/Pages/T/tintuc-web1/Index.cshtml.rz.scp.css */
.post-thumb[b-frn1a1kh5o] {
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    height: 200px;
}

.post-title[b-frn1a1kh5o] {
    font-size: 1.1rem;
    font-weight: bold;
}

.post-meta[b-frn1a1kh5o] {
    font-size: 0.9rem;
    color: #777;
}
