/* new style */
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap');

:root {
  --color-accent: #c7974e;
  --color-accent-hover: #a87b38;
  --color-accent-light: #fdf8f0;
  --color-accent-subtle: #f7ede0;
  --color-primary-dark: #16181d;
  --color-primary: #242730;
  --color-secondary: #3b404e;
  --color-bg: #ffffff;
  --color-bg-alt: #fbf9f5;
  --color-bg-warm: #f8eedf;
  --color-surface: #ffffff;
  --color-surface-dark: #23272f;
  --color-border: #eae3d8;
  --color-text-main: #2b2e38;
  --color-text-muted: #646873;
  --color-white: #ffffff;
  --font-body: 'Be Vietnam Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-heading: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --shadow-sm: 0 1px 3px rgba(22, 24, 29, 0.05), 0 1px 2px rgba(22, 24, 29, 0.03);
  --shadow-md: 0 4px 10px -2px rgba(22, 24, 29, 0.08), 0 2px 4px -2px rgba(22, 24, 29, 0.04);
  --shadow-lg: 0 14px 24px -4px rgba(22, 24, 29, 0.1), 0 6px 12px -4px rgba(22, 24, 29, 0.04);
  --shadow-xl: 0 24px 38px -6px rgba(22, 24, 29, 0.12), 0 10px 16px -6px rgba(22, 24, 29, 0.05);
  --shadow-gold: 0 10px 25px -5px rgba(199, 151, 78, 0.38);
  --max-width: 1280px;
  --header-height: 80px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-full: 9999px;
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-smooth: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- GLOBAL EDITORIAL RESET & TYPOGRAPHY --- */
body {
    background-color: #ffffff;
    color: var(--color-primary-dark);
    font-family: var(--font-body);
    overflow-x: hidden;
}

.section {
    position: relative;
    width: 100%;
}

.section-content {
    position: relative;
    z-index: 2;
}

/* --- COMMON SECTION TITLES (BFFMEDIA STYLE) --- */
.BlockServiceText {
    margin-bottom: 24px;
}

.BlockServiceText.dark-text .title,
.BlockServiceText .title {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--color-primary-dark);
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}

.BlockServiceText .subtitle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--color-accent);
    margin-bottom: 12px;
}

.BlockServiceText .subtitle ._4yix {
    width: 20px;
    height: auto;
    object-fit: contain;
}

.BlockServiceText .description {
    font-size: 1rem;
    color: var(--color-text-muted);
    line-height: 1.65;
    margin-bottom: 24px;
}

.BlockServiceText .description b {
    color: var(--color-primary-dark);
    font-weight: 700;
}

/* --- BUTTONS & PILLS --- */
.ButtonBFF,
.group-button-bff {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.button-bff,
.button-1-s29,
.button-2-s29 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 26px;
    border-radius: var(--radius-full);
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
}

.button-bff,
.button-1-s29 {
    background-color: var(--color-accent) !important;
    color: #ffffff !important;
    border: 2px solid var(--color-accent);
    box-shadow: 0 6px 20px rgba(199, 151, 78, 0.3);
}

.button-bff:hover,
.button-1-s29:hover {
    background-color: #b0823d;
    border-color: #b0823d;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(199, 151, 78, 0.45);
}

.button-2-s29 {
    background-color: transparent;
    color: var(--color-primary-dark) !important;
    border: 2px solid var(--color-border);
}

.button-2-s29:hover {
    border-color: var(--color-primary-dark);
    background-color: var(--color-primary-dark);
    color: #ffffff !important;
    transform: translateY(-2px);
}

.wpcf7-response-output {
  color: #ffffff;
}

/* --- SECTION 1: HERO FULLSCREEN BANNER SLIDER (.HomeSlider) --- */
.section-1 {
    position: relative;
    height: 100vh;
    min-height: 650px;
    max-height: 750px;
    overflow: hidden;
}

.HomeSlider {
    position: relative;
    width: 100%;
    height: 100%;
}

.HomeSlider .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.item_homeBanner,
.HomeSlider .swiper-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.item_homeBanner .img_background {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.item_homeBanner .img_background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.05);
    transition: transform 7s ease-out;
}

.swiper-slide-active .item_homeBanner .img_background img {
    transform: scale(1);
}

.item_homeBanner .banner-bg::after {
  /* .item_homeBanner::after { */
    content: "";
    position: absolute;
    inset: 0;
    z-index: 4;
    background: linear-gradient(0deg, rgba(15, 18, 22, 0.85) 0%, rgba(15, 18, 22, 0.35) 50%, rgba(15, 18, 22, 0.2) 100%);
}

.item_homeBanner > .banner-inner {z-index:4}
.item_homeBanner .banner-layers {position: absolute; bottom: 12%; left: 6%; right: 6%; z-index: 4; max-width: 780px;}
.item_homeBanner .banner-layers .description_slide_banner{color:#ffffff}

.content_slide_home {
    position: absolute;
    bottom: 12%;
    left: 6%;
    right: 6%;
    z-index: 3;
    max-width: 780px;
}

.heading_slide_home {
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.18;
    letter-spacing: -0.025em;
    margin-bottom: 18px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.description_slide_banner {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.6;
    margin-bottom: 28px;
    font-weight: 400;
    max-width: 650px;
}

.button_slide_home {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    background-color: var(--color-accent) !important;
    color: #ffffff !important;
    border-radius: var(--radius-full);
    font-weight: 700;
    font-size: 1.05rem;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(199, 151, 78, 0.4);
    transition: all 0.3s ease;
}

.button_slide_home:hover {
    background: #b0823d;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(199, 151, 78, 0.6);
}

.button_slide_home i {
    transition: transform 0.3s ease;
}

.button_slide_home:hover i {
    transform: translate(3px, -3px);
}

/* Slider Nav & Progress */
._9byf {
    position: absolute;
    bottom: 40px;
    right: 6%;
    z-index: 10;
}

._9tfr {
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(22, 24, 29, 0.6);
    backdrop-filter: blur(10px);
    padding: 10px 20px;
    border-radius: var(--radius-full);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.pagination-and-navigation {
    display: flex;
    align-items: center;
    gap: 14px;
}

.navigation-prev,
.navigation-next {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
}

.navigation-prev:hover,
.navigation-next:hover {
    background: var(--color-accent);
    color: #ffffff;
}

.pagination-home-slider {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pagination-home-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
}

.pagination-home-slider .swiper-pagination-bullet-active {
    width: 24px;
    background: var(--color-accent);
    border-radius: 4px;
}

.autoplay-progress {
    position: relative;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
}

.autoplay-progress svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.autoplay-progress circle {
    fill: none;
    stroke: var(--color-accent);
    stroke-width: 3;
    stroke-dasharray: 308;
    stroke-dashoffset: calc(308 * (1 - var(--progress, 0)));
}

/* --- SECTION 2: ABOUT US (VIDEO & TEXT) --- */
.section-2 {
    padding: 80px 0;
}

.s2_r2 {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
}

.video-fit {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    background: #000;
}

.video-fit iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --- ABOUT US (SECTION 2) TEXT & FEATURE LIST EDITORIAL STYLING --- */
.section-2 .col-text .BlockServiceText {
    padding-left: 12px;
}

.section-2 .col-text .description {
    font-size: 1.02rem;
    color: var(--color-text-muted);
    line-height: 1.75;
    margin-bottom: 16px;
}

.section-2 .col-text .description strong,
.section-2 .col-text .description b {
    color: var(--color-primary-dark);
    font-weight: 700;
}

.section-2 .col-text .description-lead {
    font-size: 1.02rem;
    color: var(--color-primary-dark);
    font-weight: 700;
    margin-top: 18px;
    margin-bottom: 14px;
}

.about-feature-list {
    list-style: none;
    margin: 0 0 24px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.about-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: var(--color-bg-alt);
    border: 1px solid var(--color-border);
    padding: 14px 18px;
    border-radius: var(--radius-md);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-feature-item:hover {
    background: #ffffff;
    border-color: var(--color-accent);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

.about-feature-item .feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    min-width: 28px;
    background: linear-gradient(135deg, var(--color-accent), var(--color-accent-hover));
    color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(199, 151, 78, 0.3);
    margin-top: 1px;
}

.about-feature-item .feature-text {
    font-size: 0.95rem;
    color: var(--color-text-main);
    line-height: 1.6;
}

.about-feature-item .feature-text strong {
    color: var(--color-primary-dark);
    font-weight: 700;
    display: inline;
}

/* --- SECTION 3: SERVICES GRID (DỊCH VỤ CỦA CHÚNG TÔI - MASONRY DARK EDITION) --- */
.section-3 {
    padding: 90px 0;
    background-color: var(--color-primary-dark);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.section-3::before {
    content: '';
    position: absolute;
    top: -10%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(199, 151, 78, 0.12) 0%, rgba(22, 24, 29, 0) 70%);
    pointer-events: none;
    z-index: 1;
}

.section-3::after {
    content: '';
    position: absolute;
    bottom: -10%;
    right: -5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(199, 151, 78, 0.08) 0%, rgba(22, 24, 29, 0) 70%);
    pointer-events: none;
    z-index: 1;
}

.section-3 .container {
    position: relative;
    z-index: 2;
}

.section-3 .BlockServiceText .title {
    color: #ffffff;
}

.section-3 .BlockServiceText .description {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.75;
}

.section-3 .BlockServiceText .description strong,
.section-3 .BlockServiceText .description b {
    color: #ffffff;
    font-weight: 800;
}

.section-3 .description-lead {
    color: #ffffff;
    font-size: 1.08rem;
    font-weight: 700;
    margin: 24px 0 16px 0;
}

.section-3 .about-feature-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 28px;
    padding: 0;
    list-style: none;
}

.section-3 .about-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius-md);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    margin-left: 0px;
}

.section-3 .about-feature-item:hover {
    background: rgba(255, 255, 255, 0.11);
    border-color: var(--color-accent);
    transform: translateX(6px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.section-3 .about-feature-item .feature-icon {
    width: 26px;
    height: 26px;
    min-width: 26px;
    border-radius: 50%;
    background: rgba(199, 151, 78, 0.25);
    color: var(--color-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.section-3 .about-feature-item .feature-text {
    font-size: 0.94rem;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.6;
}

.section-3 .about-feature-item .feature-text strong {
    color: #ffffff;
    font-weight: 800;
    display: inline;
}

.section-3 .about-conclusion {
    padding: 20px 22px;
    background: rgba(199, 151, 78, 0.16);
    border-left: 4px solid var(--color-accent);
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
    margin-top: 28px;
}

.section-3 .about-conclusion .description {
    color: #ffffff !important;
    font-size: 0.96rem;
    margin: 0;
}

.section-3 .group-button-bff .button-2-s29,
.section-3 .button-2-s29 {
    background-color: #ffffff !important;
    color: var(--color-primary-dark) !important;
    border: 2px solid #ffffff !important;
    font-weight: 800;
}

.section-3 .group-button-bff .button-2-s29:hover,
.section-3 .button-2-s29:hover {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.25);
}

.section-3 .col-left {
    position: sticky;
    top: 110px;
}

.s3_r1 {
    display: grid;
    grid-template-columns: 0.38fr 0.62fr;
    /* gap: 48px; */
    align-items: flex-start;
}

.s3_r2_c2_r1,
.s3_masonry_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* gap: 28px; */
    align-items: start;
}

.s3_r1 .col {padding-bottom: 0px}

.masonry-col {
    display: flex;
    flex-direction: column;
    /* gap: 28px; */
}

.masonry-col-2 {
    margin-top: 64px;
    /* Staggered 2-column masonry offset */
}

/* Dark Card Styling for Masonry Grid (470px Height & Overlay Layout) */
.section-3 .card-service {
    height: 470px !important;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    margin-bottom: 0;
    position: relative !important;
    border-radius: var(--radius-md) !important;
    overflow: hidden !important;
    transition: all 0.45s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: flex !important;
    flex-direction: column !important;
}

.section-3 .card-service:hover {
    transform: translateY(-8px) !important;
    border-color: var(--color-accent) !important;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.6), 0 0 25px rgba(199, 151, 78, 0.3) !important;
}

/* Override varying heights so all Section 3 service cards are uniformly 470px with full image overflow */
.masonry-col-1 .card-service:nth-child(1) .card-service-img,
.masonry-col-1 .card-service:nth-child(2) .card-service-img,
.masonry-col-1 .card-service:nth-child(3) .card-service-img,
.masonry-col-2 .card-service:nth-child(1) .card-service-img,
.masonry-col-2 .card-service:nth-child(2) .card-service-img,
.section-3 .card-service-img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.section-3 .card-service-img a._4yir {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.section-3 .card-service-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Hover rotate 10deg and scale 1.2 */
.section-3 .card-service:hover .card-service-img img {
    transform: rotate(10deg) scale(1.2) !important;
}

/* Subtle dark gradient overlay so overlay text pops cleanly on top of the image */
.section-3 .card-service::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.05) 100%);
    z-index: 2;
    pointer-events: none;
    transition: opacity 0.35s ease;
}

.section-3 .card-service:hover::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.45) 60%, rgba(0, 0, 0, 0.1) 100%);
}

/* Text overlay with transparent background */
.section-3 .card-service-title {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 3 !important;
    background: transparent !important;
    padding: 28px 24px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
    box-sizing: border-box !important;
}

.section-3 .card-service-title ._7hjf {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 16px !important;
    text-decoration: none !important;
    color: #ffffff !important;
    width: 100% !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

.section-3 ._2wqm-title {
    color: #ffffff !important;
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    margin-bottom: 6px !important;
    transition: color 0.25s ease !important;
}

.section-3 .card-service:hover ._2wqm-title {
    color: var(--color-accent) !important;
}

.section-3 ._21ux {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 0.92rem !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

.section-3 .card-service-title svg,
.section-3 .card-service-title i {
    color: var(--color-accent) !important;
    width: 22px !important;
    height: 22px !important;
    flex-shrink: 0 !important;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.section-3 .card-service:hover .card-service-title svg,
.section-3 .card-service:hover .card-service-title i {
    transform: translate(4px, -4px) scale(1.1) !important;
}

/* --- SECTION 4: DỊCH VỤ KHÁC (CAROUSEL ON PASTEL BG) --- */
.section-4 {
    padding: 70px 0;
    background-color: #f4e8de;
}

.section-4 .col {padding-bottom:0px;}

.headding-category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.headding-category h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--color-primary-dark);
    margin: 0;
}

.cntt-navigation {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cntt-button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary-dark);
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.cntt-button:hover {
    background: var(--color-accent);
    color: #ffffff;
    border-color: var(--color-accent);
}

.card-item {opacity:1!important;transform:scale(.92)!important;}

.card-service-other-img {
    width: 100%;
    height: 260px;
    border-radius: var(--radius-md);
    overflow: hidden;
    margin-bottom: 14px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

.card-service-other-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.card-item:hover .card-service-other-img img {
    transform: scale(1.08);
}

.card-service-other-title a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: var(--color-primary-dark);
    padding: 0 4px;
}

.card-service-other-title h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
    transition: color 0.25s ease;
}

.card-item:hover .card-service-other-title h3 {
    color: var(--color-accent);
}

/* --- SECTION 5: ALBUM CONCEPT HOT TREND (.s5_r1 & .s5_r2 - ORIGINAL BFFMEDIA STYLE) --- */
.section-5 {
    padding: 80px 0;
    background: transparent;
    border: none;
}

.s5_r1 {
    display: grid;
    grid-template-columns: 0.45fr 0.55fr;
    /* gap: 40px; */
    align-items: center;
    /* margin-bottom: 48px; */
}

.s5_r1 .col {padding-bottom:0px;}

.s5_r2,
.section-5 .s5_r2 {
    /* display: grid;
    grid-template-columns: repeat(3, 1fr); */
    /* gap: 28px; */
}

._5wxl,
.section-5 ._5wxl {
    background: #ffffff;
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-border);
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    box-shadow: none;
    height: 100%;
}

._5wxl:hover,
.section-5 ._5wxl:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: var(--color-accent);
}

._0bxy,
.section-5 ._0bxy {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: #1e2026;
}

._0bxy img.img-fluid,
.section-5 ._0bxy img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

._5wxl:hover ._0bxy img.img-fluid,
.section-5 ._5wxl:hover ._0bxy img.img-fluid {
    transform: scale(1.08);
}

._0bxy .rating,
.section-5 ._0bxy .rating {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    background: rgba(22, 24, 29, 0.85);
    backdrop-filter: blur(8px);
    padding: 6px 12px;
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    gap: 6px;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 800;
    border: none;
}

._0bxy .rating .icon-star,
.section-5 ._0bxy .rating .icon-star {
    width: 14px;
    height: 14px;
}

._9zfi,
.section-5 ._9zfi {
    padding: 18px 22px;
    background: #ffffff;
    border-top: none;
    flex-grow: 1;
    display: block;
}

._9zfi a,
.section-5 ._9zfi a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
    color: var(--color-primary-dark);
}

._9zfi h4,
.section-5 ._9zfi h4 {
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0;
    line-height: 1.4;
    transition: color 0.25s ease;
}

._5wxl:hover ._9zfi h4,
.section-5 ._5wxl:hover ._9zfi h4 {
    color: var(--color-accent);
}

/* --- COLLECTION COLLAGE THUMBNAILS (MODELED AFTER ATTACHED PHOTO COLLAGE) --- */
.collection-collage-box {
    background: #ffffff;
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-border);
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.collection-collage-box:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--color-accent);
}

.collage-canvas {
    position: relative;
    width: 100%;
    height: 320px;
    padding: 12px;
    background: #f8f6f3;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}

.collage-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.collage-item.main-photo {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.collage-item.sub-photo-1 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.collage-item.sub-photo-2 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.collage-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.collection-collage-box:hover .collage-item img {
    transform: scale(1.08);
}

.collage-tag {
    position: absolute;
    bottom: 12px;
    left: 12px;
    z-index: 5;
    background: rgba(199, 151, 78, 0.95);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 4px 10px;
    border-radius: 6px;
}

/* Collection Description Padding & Card Info Body */
.collection-collage-box ._9zfi {
    padding: 24px 26px !important;
    background: #ffffff;
}

.collection-collage-box .collection-info-body {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.collection-collage-box .collection-info-body h4 {
    font-size: 1.14rem;
    font-weight: 800;
    color: var(--color-primary-dark);
    margin: 0 0 10px 0;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.collection-collage-box:hover .collection-info-body h4 {
    color: var(--color-accent);
}

.collection-collage-box .collection-card-desc {
    font-size: 0.92rem;
    color: var(--color-text-muted);
    margin: 0 !important;
    padding: 8px 0 0 0 !important;
    background: transparent !important;
    border: none !important;
    line-height: 1.65;
}

/* Ensure section collection description also has distinct padding without border or background */
#cap-3 .description,
#cap-2 .description,
#cap-1 .description,
#dai-hoc .description,
#mam-non .description {
    padding: 8px 0 24px 0 !important;
    margin: 0 auto !important;
    background: transparent !important;
    border: none !important;
    color: var(--color-text-main);
}

/* --- SECTION 50: WORKFLOW STEPS (QUY TRÌNH LÀM VIỆC) --- */
.section-50 {
    padding: 70px 0;
    background: #faf8f5;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}

.heading_s8 h2,
.heading_s6 h2,
.heading_s9 h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--color-primary-dark);
    margin-bottom: 32px;
    text-align: center;
}

.QuyTrinh {
    position: relative;
    padding: 10px 0 30px 0;
}

.QuyTrinh .slider-style-focus {padding: 0px}

.item_QuyTrinh {
    background: #ffffff;
    border-radius: var(--radius-md);
    padding: 28px 24px !important;
    border: 1px solid var(--color-border);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    /* height: 100%; */
    display: flex;
    flex-direction: column;
}

._3jtx {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--color-accent);
    color: #ffffff;
    font-weight: 800;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    box-shadow: 0 4px 12px rgba(199, 151, 78, 0.35);
}

._1wwt {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--color-primary-dark);
    margin-bottom: 10px;
}

._7soq p,
._7soq ul {
    font-size: 0.92rem;
    color: var(--color-text-muted);
    line-height: 1.6;
    margin: 0;
    padding-left: 0;
    list-style: none;
}

/* --- SECTION 6: CLIENT REVIEWS (CẢM NHẬN KHÁCH HÀNG) --- */
.section-6 {
    position: relative;
    padding: 100px 0;
    background: radial-gradient(circle at 10% 20%, rgba(199, 151, 78, 0.08) 0%, transparent 40%),
                radial-gradient(circle at 90% 80%, rgba(235, 195, 133, 0.12) 0%, transparent 45%),
                linear-gradient(180deg, #ffffff 0%, #faf8f5 50%, #ffffff 100%);
    overflow: hidden;
}

.section-6::before {
    content: "";
    position: absolute;
    top: -120px;
    left: -120px;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(199, 151, 78, 0.14) 0%, rgba(255, 230, 200, 0) 70%);
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    z-index: 0;
}

.section-6::after {
    content: "";
    position: absolute;
    bottom: -150px;
    right: -150px;
    width: 550px;
    height: 550px;
    background: radial-gradient(circle, rgba(235, 195, 133, 0.16) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    filter: blur(70px);
    pointer-events: none;
    z-index: 0;
}

.s6_r2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.s6_r2 .col-video,
.s6_r2 .col-reviews {
    min-width: 0;
    width: 100%;
}

.s6_r2 .col-reviews {
    overflow: hidden;
}

.VideoWebsite {
    background: var(--color-surface);
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-border);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.35s ease;
}

.VideoWebsite:hover {
    box-shadow: var(--shadow-lg);
    border-color: var(--color-accent);
    transform: translateY(-4px);
}

.banner-video {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.banner-video img._1arc {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-button-wrapper {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.28);
    transition: background 0.3s ease;
}

.VideoWebsite:hover .video-button-wrapper {
    background: rgba(0, 0, 0, 0.18);
}

.video-button-wrapper a {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35), 0 0 0 8px rgba(255, 255, 255, 0.25);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    color: var(--color-accent) !important;
    text-decoration: none;
}

.video-button-wrapper a:hover {
    transform: scale(1.15);
    background: var(--color-accent);
    color: #ffffff !important;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.45), 0 0 0 12px rgba(199, 151, 78, 0.3);
}

.video-button-wrapper a:hover svg {
    color: #ffffff !important;
}

.video-button-wrapper svg {
    transition: color 0.3s ease;
}

.video-button-wrapper img {
    width: 24px;
    height: 24px;
}

._9iih {
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

._9iih h2 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--color-primary-dark);
    margin: 0;
    line-height: 1.6;
}

.box-review {
    position: relative;
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(199, 151, 78, 0.22);
    padding: 36px 32px;
    display: flex;
    gap: 22px;
    align-items: flex-start;
    box-shadow: 0 12px 35px rgba(199, 151, 78, 0.08);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}

.box-review:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(199, 151, 78, 0.16);
    border-color: var(--color-accent);
}

.box-review::before {
    content: "“";
    position: absolute;
    top: 6px;
    right: 24px;
    font-size: 7.5rem;
    font-family: Georgia, serif;
    color: rgba(199, 151, 78, 0.09);
    line-height: 1;
    pointer-events: none;
    z-index: 0;
}

.icon-box-img {
    position: relative;
    z-index: 1;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2.5px solid var(--color-accent);
    box-shadow: 0 4px 15px rgba(199, 151, 78, 0.25);
}

.icon-box-img img._7deo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.icon-box-text {
    position: relative;
    z-index: 1;
}

._4xnf {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--color-primary-dark);
    margin-bottom: 8px;
}

._5efc {
    font-size: 0.95rem;
    color: var(--color-text-muted);
    line-height: 1.65;
    margin: 0;
    font-style: italic;
}

/* --- SECTION 7: TOURS KỶ YẾU (.Tours) --- */
.section-7 {
    padding: 80px 0;
    background: #16181d;
    color: #ffffff;
}

.section-7 .headding-category h2,
.section-7 .HeadingIcon .title {
    color: #ffffff;
}

.box-tour {
    border-radius: var(--radius-md);
    overflow: hidden;
    background: #23272f;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.box-tour:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5);
}

.box-tour-img {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.box-tour-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.box-tour:hover .box-tour-img img {
    transform: scale(1.08);
}

.category-name {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--color-accent);
    color: #fff;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 800;
}

.box-tour-text {
    padding: 20px;
}

.box-tour-text h3 {
    font-size: 1.1rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
}

.meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    color: var(--color-accent);
    font-weight: 700;
}

.button-view-all {
    margin-top: 36px;
    display: flex;
    justify-content: center;
}

/* --- SECTION 8: VIDEO GRID --- */
.section-8 {
    padding: 80px 0;
    background: #fcf7f2;
}

.section-8 .button-view-all {
  margin-top: 0px;
}

.section-8-btn-col {
  padding-bottom: 0px;
}

/* --- SECTION 9: WHY CHOOSE US (.BoxTrust) --- */
.section-9 {
    padding: 80px 0;
}

.s9_r1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

.BoxTrust {
    position: relative;
    padding: 24px;
    background: #ffffff;
    border-radius: var(--radius-md);
    border: 1px solid var(--color-border);
    transition: all 0.3s ease;
    height: 100%;
}

.BoxTrust:hover {
    border-color: var(--color-accent);
    box-shadow: var(--shadow-md);
}

.BoxTrust .number {
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--color-accent);
    opacity: 0.4;
    margin-bottom: 8px;
}

.BoxTrust .title {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--color-primary-dark);
    margin-bottom: 10px;
}

.text_box_trust ul {
    margin: 0;
    padding-left: 18px;
    font-size: 0.92rem;
    color: var(--color-text-muted);
    line-height: 1.6;
}

/* --- SECTION 10: CREATIVE TEAM / FOUNDER --- */
.section-10 {
    padding: 80px 0;
    background: #fcf7f2;
}

.s10_r1 {
    display: grid;
    grid-template-columns: 0.3fr 0.4fr 0.3fr;
    gap: 36px;
    align-items: center;
}

.image_main_center {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
}

.Name_Founder .first_name,
.Name_Founder .last_name {
    font-size: 3rem;
    font-weight: 900;
    line-height: 0.9;
    margin: 0;
    color: var(--color-primary-dark);
}

.FounderText p {
    font-size: 1.1rem;
    color: var(--color-accent);
    font-weight: 700;
    margin: 16px 0;
}

/* --- SECTION 12: BLOG & CẨM NANG KỶ YẾU --- */
.section-12 {
    padding: 80px 0;
}

.section-12-btn-col {
  padding-bottom: 0;
}

.section-12 .button-view-all {
  margin-top: 0;
}

.item-blogs, .MainListBlogs .box {
    background: #ffffff;
    border-radius: var(--radius-md);
    border: 1px solid var(--color-border);
    overflow: hidden;
    transition: all 0.35s ease;
}

.item-blogs:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--color-accent);
}

.item-blogs .box-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.item-blogs .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.item-blogs:hover .box-image img {
    transform: scale(1.08);
}

.item-blogs .box-text {
    padding: 22px;
}

.MainListBlogs .mh-button-readmore {
    display: none;
}

.post-date {
    font-size: 0.85rem;
    color: var(--color-text-muted);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.post-title .title {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--color-primary-dark);
    text-decoration: none;
    line-height: 1.45;
    margin-bottom: 12px;
    display: block;
    transition: color 0.25s ease;
}

.item-blogs:hover .post-title .title,
.MainListBlogs .box:hover .post-title {
    color: var(--color-accent);
}

.post-content p {
    font-size: 0.92rem;
    color: var(--color-text-muted);
    line-height: 1.6;
    margin: 0;
}

.MainListBlogs .box:hover .post-meta,
.MainListBlogs .box:hover .from_the_blog_excerpt {
    color: var(--color-text-muted);
}

/* --- RESPONSIVE BREAKPOINTS --- */
@media (max-width: 1024px) {

    .s2_r2,
    .s3_r1,
    .s5_r1,
    .trend-header-box,
    .s6_r2,
    .s9_r1,
    .s10_r1 {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .trend-header-box {
        padding: 36px 30px;
    }

    .trend-badge-float {
        top: 14px;
        right: 14px;
    }

    .section-2 .col-text .BlockServiceText {
        padding-left: 0;
    }

    .s3_r2_c2_r1,
    .s3_masonry_grid,
    .s5_r2,
    .section-5 .s5_r2,
    .list-videos,
    .MainListBlogs {
        grid-template-columns: repeat(2, 1fr);
    }

    .TrustRow {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .TrustRow {
        grid-template-columns: 1fr;
    }

    .trend-header-box {
        padding: 26px 20px;
    }

    .trend-title {
        font-size: 1.85rem;
    }

    .section-5 ._0bxy {
        height: 250px;
    }

    .about-feature-item {
        padding: 12px 14px;
        gap: 12px;
    }

    .about-feature-item .feature-icon {
        width: 24px;
        height: 24px;
        min-width: 24px;
    }

    .s3_r2_c2_r1,
    .s3_masonry_grid,
    .s5_r2,
    .section-5 .s5_r2,
    .list-videos,
    .MainListBlogs {
        grid-template-columns: 1fr;
    }

    .masonry-col-2 {
        margin-top: 0;
    }

    .masonry-col {
        display: contents;
    }

    .card-cap3 {
        order: 1;
    }

    .card-cap2 {
        order: 2;
    }

    .card-cap1 {
        order: 3;
    }

    .card-daihoc {
        order: 4;
    }

    .card-mamnon {
        order: 5;
    }

    .section-3 .card-service {
        height: 420px !important;
    }

    .section-3 .card-service-img {
        height: 100% !important;
        position: absolute !important;
    }

    .section-3 .col-left {
        position: static;
    }

    .heading_slide_home {
        font-size: 2rem;
    }

    .collage-canvas {
        height: 260px;
    }
}

/* ==========================================================================
   AGENCY-GRADE SUBMENU & NAVIGATION STYLES
   ========================================================================== */
.nav-menu .nav-item.has-submenu {
    position: relative;
    display: flex;
    align-items: center;
}

.nav-menu .submenu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.nav-menu .submenu-arrow {
    transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
    color: inherit;
}

.nav-menu .nav-item.has-submenu:hover .submenu-arrow {
    transform: rotate(180deg);
}

.nav-menu .submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(14px);
    width: 290px;
    background: #ffffff;
    border: 1px solid var(--color-border);
    border-radius: 16px;
    box-shadow: 0 20px 48px rgba(22, 24, 29, 0.14), 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1), transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.25s;
    z-index: 1100;
}

/* Invisible bridge so mouse doesn't fall off when moving from parent to submenu */
.nav-menu .submenu::before {
    content: '';
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 16px;
    background: transparent;
}

.nav-menu .nav-item.has-submenu:hover .submenu,
.nav-menu .nav-item.has-submenu.open .submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.nav-menu .submenu-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 12px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.2s ease;
    color: var(--color-primary);
}

.nav-menu .submenu-item:hover {
    background: #fdfaf4;
    transform: translateX(4px);
}

.nav-menu .submenu-icon {
    font-size: 1.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #f7f3eb;
    border-radius: 10px;
    flex-shrink: 0;
    transition: transform 0.2s ease, background 0.2s ease;
}

.nav-menu .submenu-item:hover .submenu-icon {
    transform: scale(1.1);
    background: var(--color-accent-light, #fbedd8);
}

.nav-menu .submenu-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.nav-menu .submenu-title {
    font-size: 0.92rem;
    font-weight: 700;
    color: #1a1a1a;
    transition: color 0.2s ease;
}

.nav-menu .submenu-item:hover .submenu-title {
    color: var(--color-accent);
}

.nav-menu .submenu-desc {
    font-size: 0.78rem;
    color: var(--color-text-muted, #666666);
    line-height: 1.3;
}

.nav-menu .submenu-item-highlight {
    border-top: 1px dashed var(--color-border);
    margin-top: 4px;
    padding-top: 12px;
}

.mobile-nav .nav-icon .icon-menu::before {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: var(--color-primary-dark);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.hotline-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: var(--color-accent-light);
    border: 1px solid var(--color-accent-subtle);
    padding: 8px 18px;
    border-radius: var(--radius-full);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--color-primary-dark);
    transition: var(--transition-fast);
}

.hotline-pill:hover {
    border-color: var(--color-accent);
    background-color: var(--color-accent);
    color: var(--color-white);
}

.hotline-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background-color: var(--color-accent);
    color: var(--color-white);
    border-radius: 50%;
    transition: var(--transition-fast);
}

.hotline-pill:hover .hotline-icon {
    background-color: var(--color-white);
    color: var(--color-accent);
}

/* --- MOBILE MENU & SUBMENU RESPONSIVE BEHAVIOR --- */
@media (max-width: 1024px) {
    .site-header .header-inner .nav-menu {
        display: none !important;
    }

    .site-header .header-actions .mobile-nav-toggle, .mobile-nav .nav-icon .icon-menu::before {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .site-header .nav-menu.show-menu {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0 !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        width: 100% !important;
        max-height: 80vh;
        overflow-y: auto;
        background: #ffffff !important;
        padding: 16px 24px 24px 24px !important;
        box-shadow: 0 20px 40px rgba(22, 24, 29, 0.16) !important;
        border-top: 1px solid rgba(199, 151, 78, 0.2) !important;
        border-bottom: 3px solid var(--color-accent) !important;
        z-index: 9999 !important;
    }

    .site-header .nav-menu.show-menu .nav-link {
        padding: 14px 16px !important;
        font-size: 1.05rem !important;
        font-weight: 600 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        color: var(--color-primary-dark) !important;
        border-radius: 6px;
        transition: all 0.2s ease;
        width: 100%;
    }

    .site-header .nav-menu.show-menu .nav-item.has-submenu {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .site-header .nav-menu.show-menu .submenu {
        position: static !important;
        transform: none !important;
        width: 100% !important;
        box-shadow: none !important;
        border: none !important;
        border-left: 2px solid var(--color-accent) !important;
        border-radius: 0 !important;
        margin: 6px 0 10px 12px !important;
        padding: 6px 0 6px 12px !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        background: transparent !important;
        display: none !important;
    }

    .site-header .nav-menu.show-menu .nav-item.has-submenu.open .submenu {
        display: flex !important;
        flex-direction: column !important;
        gap: 6px;
    }

    .site-header .nav-menu.show-menu .nav-item.has-submenu.open .submenu-arrow {
        transform: rotate(180deg);
    }

    .site-header .nav-menu.show-menu .submenu-item {
        padding: 8px 10px !important;
    }
}

/* ==========================================================================
   HEADER LOGO STYLES (FULL-HEIGHT & NO BACKGROUND)
   ========================================================================== */
.site-header .logo {
    display: flex;
    align-items: center;
    height: 100%;
    text-decoration: none;
    padding: 4px 0;
}

.site-header .logo img,
.site-header .logo .logo-img,
img.logo-icon,
.logo-img {
    height: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    border: none !important;
    padding: 0 !important;
    object-fit: contain !important;
    display: block !important;
    transition: var(--transition-smooth);
}

/* ==========================================================================
   HEADER RESPONSIVE FIXES & POLISH
   ========================================================================== */
@media (max-width: 1024px) {
    .site-header {
        height: 68px;
    }

    .site-header .header-inner {
        padding: 0 16px;
    }

    .site-header .logo {
        padding: 2px 0;
    }

    .site-header .logo img,
    .site-header .logo .logo-img,
    img.logo-icon {
        height: 100% !important;
        max-height: 100% !important;
        width: auto !important;
        background: transparent !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        border: none !important;
        padding: 0 !important;
    }

    .logo-icon:not(img) {
        width: 38px;
        height: 38px;
        font-size: 1.25rem;
        border-radius: 10px;
    }

    .logo-title {
        font-size: 1.2rem;
    }

    .logo-subtitle {
        font-size: 0.65rem;
        letter-spacing: 0.8px;
    }
}

@media (max-width: 640px) {
    .hotline-pill span:not(.hotline-icon) {
        display: none;
    }

    .hotline-pill {
        padding: 0;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        justify-content: center;
        gap: 0;
    }

    .header-actions {
        gap: 10px;
    }

    .logo {
        gap: 10px;
    }

    .site-header .logo img,
    .site-header .logo .logo-img,
    img.logo-icon {
        height: 100% !important;
        max-height: 100% !important;
        width: auto !important;
    }

    .logo-title {
        font-size: 1.12rem;
    }

    .logo-subtitle {
        font-size: 0.62rem;
    }
}

/* ==========================================================================
   EDITORIAL SITE FOOTER & RESPONSIVE LAYOUT
   ========================================================================== */
.site-footer {
    background: #0f1216;
    color: #ffffff;
    padding: 70px 0 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-main-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 50px;
}

.footer-logo {
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    height: 70px;
}

.footer-logo img,
.footer-logo .logo-img {
    height: 100% !important;
    max-height: 70px !important;
    width: auto !important;
    background: transparent !important;
    border: none !important;
    object-fit: contain !important;
    display: block !important;
}

.footer-logo .logo-title {
    color: #ffffff;
}

.footer-logo .logo-subtitle {
    color: var(--color-accent);
}

.footer-desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.65;
    margin-bottom: 20px;
}

.footer-socials {
    display: flex;
    gap: 12px;
}

.footer-socials .cntt-button {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.25s ease;
}

.footer-socials .cntt-button:hover {
    background: var(--color-accent);
    border-color: var(--color-accent);
    transform: translateY(-3px);
    color: #ffffff;
}

.footer-col-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links-list li a, .ux-menu-link__link {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
}

.footer-links-list li a:hover, .ux-menu-link__link:hover {
    color: var(--color-accent, #c7974e) !important;
    transform: translateX(4px);
}

.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.95rem;
}

.footer-contact-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.footer-contact-item svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.footer-hotline-bold {
    color: #ffffff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 30px;
    text-align: center;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.5;
}

/* --- FOOTER RESPONSIVE BREAKPOINTS --- */
@media (max-width: 1024px) {
    .footer-main-grid {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }
}

@media (max-width: 640px) {
    .site-footer {
        padding: 50px 0 24px 0;
    }

    .footer-main-grid {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-bottom: 36px;
    }

    .footer-desc {
        font-size: 0.9rem;
    }
}

/* ==========================================================================
   CONSULTATION BOOKING FORM SECTION & UTILITY CLASSES
   ========================================================================== */
.consult-section {
    padding: 80px 0;
    background: #16181d;
    color: #ffffff;
}

.consult-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 40px auto;
}

.consult-subtitle {
    justify-content: center;
    color: var(--color-accent);
}

.consult-title {
    color: #ffffff !important;
}

.consult-desc {
    color: rgba(255, 255, 255, 0.75);
}

.booking-form-box {
    max-width: 680px;
    margin: 0 auto;
    background: #23272f;
    padding: 36px;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.form-row-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-row-last {
    margin-bottom: 24px;
}

.booking-form-box label {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #ffffff;
}

#booking-form.booking-form-box input,
#booking-form.booking-form-box select,
#booking-form.booking-form-box textarea {
    width: 100%;
    padding: 14px 18px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #16181d;
    color: #ffffff;
    font-size: 0.95rem;
    font-family: inherit;
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    height: auto;
}

.booking-form-box textarea {
    resize: vertical;
}

.booking-form-box input:focus,
.booking-form-box select:focus,
.booking-form-box textarea:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 3px rgba(199, 151, 78, 0.15);
}

.booking-form-box .button-bff {
    width: 100%;
    padding: 18px;
    font-size: 1.05rem;
    justify-content: center;
    line-height: 1;
}

/* Video & Image utilities */
.video-ratio-60 {
    padding-top: 60%;
}

.img-full-auto {
    width: 100%;
    height: auto;
    display: block;
}

.star-gold {
    color: #ffd700;
}

.mt-20 {
    margin-top: 20px;
}

.mt-24 {
    margin-top: 24px;
}

/* Service Category Blocks (#cap-3, #cap-2, #cap-1, #dai-hoc, #mam-non) */
.section-category-white {
    padding: 80px 0;
    background: #ffffff;
    border-top: 1px solid var(--color-border);
}

.section-category-alt {
    padding: 80px 0;
    background: #faf8f5;
    border-top: 1px solid var(--color-border);
}

.category-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 48px auto;
}

.subtitle-center {
    justify-content: center;
}

.concept-subdesc {
    font-size: 0.88rem;
    color: var(--color-text-muted);
    margin: 4px 0 0 0;
}

.concept-price {
    font-weight: 800;
    color: var(--color-accent);
    white-space: nowrap;
}

/* Tour & Pricing sections */
.tour-subtitle {
    color: var(--color-accent);
}

.pricing-table-heading {
    text-align: left;
    margin-bottom: 28px;
}

/* Testimonial & Showcase sections */
.quote-title {
    font-size: 1.6rem;
    line-height: 1.4;
}

.col-right-align {
    text-align: right;
}

.btn-group-right {
    justify-content: flex-end;
    margin-top: 20px;
}

/* Swiper Gallery Slides */
.gallery-slide-item {
    width: 380px;
}

.gallery-slide-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 12px;
}

@media (max-width: 640px) {
    .consult-section {
        padding: 50px 0;
    }

    .booking-form-box {
        padding: 24px 16px;
    }

    .form-row-2col {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 16px;
    }

    .form-row-last {
        margin-bottom: 20px;
    }

    .section-category-white,
    .section-category-alt {
        padding: 50px 0;
    }

    .gallery-slide-item {
        width: 280px;
    }

    .gallery-slide-img {
        height: 200px;
    }

    .col-right-align {
        text-align: left;
    }

    .btn-group-right {
        justify-content: flex-start;
    }
}

