@media (min-width: 1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1280px;
    }
}

.gap-2 {
    gap: 2rem;
}

.menu-customize {
        transition: background-color 0.25s ease, box-shadow 0.25s ease;
        background: var(--color-highlight);
    }
.home .menu-customize {
    background: #00387436 !important;
}
.home .is-fixed{
    background: var(--color-highlight) !important;
} 
.home header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
@media (min-width: 900px) {
    .menu-section>ul>li>a {
        color: var(--white) !important;
    }
}

@media (min-width: 900px) {
    .is-fixed .menu-section>ul>li>a {
        color: var(--white) !important;
    }
}

/* ==========================================================================
   Home Banner Slider - Law Firm ([Trang chủ] Banner hãng luật)
   ========================================================================== */

/* Slider Container */
.hbs-banner-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #003366;
    color: #ffffff;
}

/* Individual Slide Item */
.hbs-slide-item {
    position: relative;
    width: 100%;
    min-height: 945px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Background Image Layer & Gradient Overlay */
.hbs-bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.hbs-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    display: block;
    transition: transform 10s ease-out;
}

.hbs-slide-item.swiper-slide-active .hbs-bg-img {
    transform: scale(1.04);
}

/* Precise Ocean Royal Blue Gradient Overlay */
.hbs-overlay-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            #003770 0%,
            #003770 32%,
            rgba(0, 55, 112, 0.85) 50%,
            rgba(0, 55, 112, 0.3) 75%,
            rgba(0, 55, 112, 0.05) 100%);
    z-index: 2;
}

/* Main Hero Content Box (~16.5% left margin) */
.hbs-content-wrapper {
    position: relative;
    z-index: 3;
    width: 100%;
    padding-left: 16.5vw;
    padding-right: 5vw;
    padding-top: 60px;
    padding-bottom: 170px;
}

.hbs-content-box {
    max-width: 720px;
}

/* Main Title Hierarchy */
.hbs-main-title {
    margin-bottom: 28px;
    line-height: 1.12;
}

/* Line 1 & Line 2: Crisp White Font (5.2rem = 52px) */
.hbs-title-line {
    display: block;
    color: #ffffff;
    font-size: 5.2rem;
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: 1.1;
}

/* Line 3: Italic Warm Gold Accent (5.2rem = 52px) */
.hbs-title-accent,
.hbs-title-accent em,
.hbs-title-accent i {
    display: block;
    font-style: italic;
    font-weight: 400;
    color: #e2b155;
    font-size: 5.2rem;
    letter-spacing: 0.01em;
    line-height: 1.1;
}

/* Description Text (1.8rem = 18px > 1.4rem) */
.hbs-description {
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 0;
    max-width: 640px;
}

/* ==========================================================================
   Trust Bar Overlay at Bottom
   ========================================================================== */
.hbs-trust-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: rgba(0, 48, 105, 0.68);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding: 22px 0;
}

.hbs-trust-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* Statistics Group */
.hbs-stats-group {
    display: flex;
    align-items: center;
}

.hbs-stat-item {
    display: flex;
    flex-direction: column;
}

/* Stat Value (3.4rem = 34px) */
.hbs-stat-value {
    color: #ffffff;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
}

/* Stat Label (1.5rem = 15px > 1.4rem) */
.hbs-stat-label {
    color: rgba(235, 243, 255, 0.9);
    font-size: 1.5rem;
    font-weight: 400;
    white-space: nowrap;
    margin-top: 4px;
}

.hbs-stat-divider {
    width: 1px;
    height: 42px;
    background: rgba(255, 255, 255, 0.25);
    margin: 0 40px;
}

/* Trust Info Group */
.hbs-trust-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* White Circular Logo Badges */
.hbs-trust-logos {
    display: flex;
    align-items: center;
}

.hbs-trust-logo-item {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-right: -10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1;
}

.hbs-trust-logo-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

/* Trust Text (1.5rem = 15px > 1.4rem) */
.hbs-trust-text {
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 400;
}

/* Swiper Controls Custom Styling */
.hbs-banner-slider .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.4;
    width: 12px;
    height: 12px;
    transition: all 0.3s ease;
}

.hbs-banner-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e2b155;
    width: 32px;
    border-radius: 6px;
}

.hbs-banner-slider .swiper-button-next,
.hbs-banner-slider .swiper-button-prev {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    backdrop-filter: blur(4px);
    transition: background 0.3s ease, color 0.3s ease;
}

.hbs-banner-slider .swiper-button-next:hover,
.hbs-banner-slider .swiper-button-prev:hover {
    background: #e2b155;
    color: #ffffff;
}

.hbs-banner-slider .swiper-button-next::after,
.hbs-banner-slider .swiper-button-prev::after {
    display: none;
}

/* Responsive Breakpoints for Banner Slider */
@media (max-width: 1400px) {
    .hbs-content-wrapper {
        padding-left: 12vw;
    }

    .hbs-title-line,
    .hbs-title-accent,
    .hbs-title-accent em {
        font-size: 4.5rem;
    }

    .hbs-description {
        font-size: 1.7rem;
    }

    .hbs-stat-value {
        font-size: 3.0rem;
    }

    .hbs-stat-label,
    .hbs-trust-text {
        font-size: 1.5rem;
    }
}

@media (max-width: 1024px) {
    .hbs-slide-item {
        min-height: 640px;
    }

    .hbs-content-wrapper {
        padding-left: 6vw;
        padding-right: 5vw;
        padding-top: 50px;
        padding-bottom: 160px;
    }

    .hbs-title-line,
    .hbs-title-accent,
    .hbs-title-accent em {
        font-size: 3.8rem;
    }

    .hbs-description {
        font-size: 1.6rem;
    }

    .hbs-stat-value {
        font-size: 2.6rem;
    }

    .hbs-stat-label,
    .hbs-trust-text {
        font-size: 1.45rem;
    }

    .hbs-stat-divider {
        margin: 0 28px;
    }
}

@media (max-width: 768px) {
    .menu-container {
        float: right;
    }
    .hbs-slide-item {
        min-height: 560px;
    }

    .hbs-overlay-gradient {
        background: linear-gradient(180deg,
                #003770 0%,
                rgba(0, 55, 112, 0.9) 60%,
                #003770 100%);
    }

    .hbs-content-wrapper {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
        padding-bottom: 190px;
    }

    .hbs-title-line,
    .hbs-title-accent,
    .hbs-title-accent em {
        font-size: 2.8rem;
    }

    .hbs-description {
        font-size: 1.5rem;
    }

    .hbs-trust-bar {
        padding: 16px 0;
    }

    .hbs-trust-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .hbs-stats-group {
        width: 100%;
        justify-content: space-between;
    }

    .hbs-stat-divider {
        display: none;
    }

    .hbs-stat-value {
        font-size: 2.2rem;
    }

    .hbs-stat-label,
    .hbs-trust-text {
        font-size: 1.4rem;
    }

    .hbs-trust-info {
        width: 100%;
    }
}

@media (max-width: 375px) {
    .hbs-slide-item {
        min-height: 520px;
    }

    .hbs-content-wrapper {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 195px;
    }

    .hbs-title-line,
    .hbs-title-accent,
    .hbs-title-accent em {
        font-size: 2.4rem;
    }

    .hbs-description {
        font-size: 1.45rem;
    }

    .hbs-stat-value {
        font-size: 1.8rem;
    }

    .hbs-stat-label,
    .hbs-trust-text {
        font-size: 1.4rem;
    }
}


/* ==========================================================================
   Home About Us Section - Law Firm ([Trang chủ] Về chúng tôi)
   Prefix: .ha- / .ha-section
   Uses standard project .container
   ========================================================================== */

.ha-section {
    background-color: #ffffff;
    border-top: 1px solid #e2e8f0;
    padding: 60px 0 80px 0;
    width: 100%;
}

/* Header Section Label & Divider */
.ha-header {
    width: 100%;
    margin-bottom: 40px;
}

.ha-section-label {
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
    color: #5a6a85;
    margin-bottom: 14px;
    letter-spacing: 0.01em;
}

.ha-header-line {
    width: 100%;
    height: 1px;
    background-color: #eaedf2;
}

/* Slider & Slide Item */
.ha-slider {
    width: 100%;
    position: relative;
}

.ha-slide-item {
    width: 100%;
}

/* Main Content Box Offset to Right (~36% left margin on Desktop) */
.ha-content-box {
    margin-left: 36%;
    width: 64%;
}

/* Title Styling */
.ha-title {
    font-size: 4rem;
    font-weight: 400;
    color: #111111;
    line-height: 1.48;
    letter-spacing: -0.01em;
    margin-bottom: 24px;
    text-transform: none;
}

/* Detail Link Styling */
.ha-link-wrapper {
    margin-top: 16px;
}

.ha-link {
    display: inline-flex;
    align-items: center;
    color: #003770;
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.25s ease;
}

.ha-link:hover {
    color: #c69c6d;
    text-decoration: underline;
}

/* Swiper Controls Custom Styling for About Slider */
.ha-slider .swiper-pagination-bullet {
    background: #003770;
    opacity: 0.3;
}

.ha-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #003770;
}

/* Responsive Rules for About Us Section */
@media (max-width: 1200px) {
    .ha-content-box {
        margin-left: 28%;
        width: 72%;
    }

    .ha-title {
        font-size: 2.5rem;
        line-height: 1.45;
    }
}

@media (max-width: 991px) {
    .ha-section {
        padding: 45px 0 60px 0;
    }

    .ha-content-box {
        margin-left: 18%;
        width: 82%;
    }

    .ha-title {
        font-size: 2.2rem;
        line-height: 1.42;
    }
}

@media (max-width: 767px) {
    .ha-section {
        padding: 35px 0 50px 0;
    }

    .ha-header {
        margin-bottom: 25px;
    }

    .ha-content-box {
        margin-left: 0;
        width: 100%;
    }

    .ha-title {
        font-size: 1.8rem;
        line-height: 1.45;
    }

    .ha-link {
        font-size: 1.45rem;
    }
}

@media (max-width: 375px) {
    .ha-title {
        font-size: 1.65rem;
        line-height: 1.42;
    }
}


/* ==========================================================================
   Home Services Menu Section - Law Firm ([Trang chủ] Lĩnh vực hoạt động)
   Prefix: .lvh- / .lvh-section
   Uses standard project .container inside full-bleed rows
   ========================================================================== */

/* Overall Section Container */
.lvh-section {
    width: 100%;
    background-color: #002d68;
    color: #ffffff;
    overflow: hidden;
}

/* Darker Header Banner (~115px) */
.lvh-top-header {
    width: 100%;
    background-color: #00204a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 40px 0;
}

.lvh-header-title {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.01em;
}

/* Main Content Area */
.lvh-main-content {
    width: 100%;
    padding: 0;
}

.lvh-list {
    width: 100%;
}

/* Individual Parent Item Row (Full Bleed Background across 100% viewport width) */
.lvh-item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 38px 0;
    box-sizing: border-box;
}

/* Active State Row Background (#1b4b84 full bleed) */
.lvh-item.is-active {
    background-color: #1b4b84;
}

/* Item Main Header Row */
.lvh-item-row {
    width: 100%;
    cursor: pointer;
    outline: none;
    user-select: none;
    box-sizing: border-box;
}

.lvh-item-row:focus-visible {
    outline: 2px solid #e2b155;
    outline-offset: -2px;
}

.lvh-item-main {
    display: flex;
    align-items: flex-start;
}

/* Serial Number Index (01, 02, 03) */
.lvh-index {
    font-size: 2rem;
    font-weight: 400;
    color: #5c8fc9;
    margin-right: 40px;
    min-width: 32px;
    line-height: 1.3;
}

/* Parent Service Title */
.lvh-title {
    font-size: 4rem;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: -0.015em;
    line-height: 1.2;
}

/* Top-Right Arrow Link & Icon */
.lvh-arrow-link,
.lvh-arrow-icon {
    color: rgba(255, 255, 255, 0.7);
    font-size: 2.0rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    transition: color 0.25s ease, transform 0.25s ease;
    margin-top: 4px;
}

.lvh-arrow-link:hover {
    color: #ffffff;
    transform: translate(3px, -3px);
}

/* Submenu Wrapper & Bullet List - CSS Grid Transition for zero-flicker accordion */
.lvh-submenu-wrapper {
    width: 100%;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
    opacity: 0;
    box-sizing: border-box;
}

.lvh-submenu-wrapper>.container {
    overflow: hidden;
}

.lvh-item.is-active .lvh-submenu-wrapper {
    grid-template-rows: 1fr;
    opacity: 1;
    margin-top: 18px;
}

.lvh-submenu {
    margin-left: 72px;
    padding-left: 20px;
    list-style-type: disc;
}

.lvh-submenu-item {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.9);
}

.lvh-submenu-item::marker {
    color: #ffffff;
    font-size: 1.2rem;
}

.lvh-submenu-link {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.22s ease;
}

.lvh-submenu-link:hover {
    color: #e2b155;
    text-decoration: underline;
}

/* Responsive Rules for Linh Vuc Hoat Dong */
@media (max-width: 1199px) {
    .lvh-index {
        font-size: 1.6rem;
        margin-right: 30px;
    }

    .lvh-title {
        font-size: 2.8rem;
    }

    .lvh-submenu {
        margin-left: 62px;
    }
}

@media (max-width: 991px) {
    .lvh-top-header {
        padding: 30px 0;
    }

    .lvh-header-title {
        font-size: 1.5rem;
    }

    .lvh-item {
        padding: 30px 0;
    }

    .lvh-index {
        font-size: 1.5rem;
        margin-right: 20px;
    }

    .lvh-title {
        font-size: 2.2rem;
    }

    .lvh-arrow-link,
    .lvh-arrow-icon {
        font-size: 1.8rem;
    }

    .lvh-submenu {
        margin-left: 52px;
    }
}

@media (max-width: 767px) {
    .lvh-top-header {
        padding: 25px 0;
    }

    .lvh-header-title {
        font-size: 1.45rem;
    }

    .lvh-item {
        padding: 24px 0;
    }

    .lvh-index {
        font-size: 1.4rem;
        margin-right: 15px;
    }

    .lvh-title {
        font-size: 1.8rem;
    }

    .lvh-submenu {
        margin-left: 28px;
    }

    .lvh-submenu-link {
        font-size: 1.4rem;
    }
}

@media (max-width: 375px) {
    .lvh-title {
        font-size: 1.65rem;
    }

    .lvh-index {
        margin-right: 10px;
    }

    .lvh-submenu {
        margin-left: 18px;
        padding-left: 15px;
    }
}


/* ==========================================================================
   Home Why Choose Us Section - Law Firm ([Trang chủ] Tại sao lựa chọn chúng tôi)
   Prefix: .wcu- / .wcu-section
   Uses standard project .container, no font-family override
   ========================================================================== */

.wcu-section {
    width: 100%;
    background-color: #ffffff;
    padding: 60px 0 90px 0;
}

/* Header Label */
.wcu-header {
    width: 100%;
    margin-bottom: 32px;
}

.wcu-label {
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
    color: #5a6a85;
    letter-spacing: 0.01em;
}

/* Asymmetric Grid Layout with Explicit 16px Gaps */
.wcu-grid-wrapper {
    width: 100%;
}

.wcu-row-top {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
    width: 100%;
}

.wcu-row-bottom {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 16px;
    width: 100%;
}

/* Individual Card Item */
.wcu-card {
    background-color: #f7f6f2;
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.wcu-card-tall {
    padding: 56px 44px;
    min-height: 280px;
}

.wcu-card-short {
    padding: 44px 44px;
    min-height: 210px;
}

.wcu-card-mobile {
    padding: 30px 24px;
}

/* Card Content Typography */
.wcu-card-title {
    font-size: 3.2rem;
    font-weight: 400;
    color: #111111;
    line-height: 1.25;
    margin-bottom: 20px;
    letter-spacing: -0.015em;
}

.wcu-card-desc {
    font-size: 1.6rem;
    font-weight: 400;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Mobile Swiper Pagination */
.wcu-pagination {
    position: relative;
    margin-top: 20px;
    text-align: center;
}

.wcu-pagination .swiper-pagination-bullet {
    background: #003770;
    opacity: 0.3;
}

.wcu-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #003770;
}

/* Responsive Rules for Why Choose Us Section */
@media (max-width: 1199px) {
    .wcu-card-tall {
        padding: 44px 32px;
        min-height: 250px;
    }

    .wcu-card-short {
        padding: 36px 32px;
        min-height: 190px;
    }

    .wcu-card-title {
        font-size: 2.8rem;
        margin-bottom: 16px;
    }
}

@media (max-width: 991px) {
    .wcu-section {
        padding: 45px 0 60px 0;
    }

    .wcu-card-tall,
    .wcu-card-short {
        padding: 32px 24px;
        min-height: auto;
    }

    .wcu-card-title {
        font-size: 2.4rem;
        margin-bottom: 14px;
    }

    .wcu-card-desc {
        font-size: 1.45rem;
    }
}

@media (max-width: 767px) {
    .wcu-section {
        padding: 35px 0 50px 0;
    }

    .wcu-header {
        margin-bottom: 20px;
    }

    .wcu-label {
        font-size: 1.45rem;
    }

    .wcu-card-title {
        font-size: 2.0rem;
        margin-bottom: 12px;
    }

    .wcu-card-desc {
        font-size: 1.4rem;
    }
}


/* ==========================================================================
   Home Customer Reviews Section - Law Firm ([Trang chủ] Đánh giá từ khách hàng)
   Prefix: .crv- / .crv-section
   Uses standard project .container
   ========================================================================== */

.crv-section {
    width: 100%;
    background-color: #f7f6f2;
    padding: 70px 0 90px 0;
    box-sizing: border-box;
}

.crv-header {
    width: 100%;
    margin-bottom: 40px;
}

.crv-title {
    font-size: 3.6rem;
    font-weight: 400;
    color: #111111;
    line-height: 1.2;
    letter-spacing: -0.015em;
}

/* Circular Header Navigation Buttons */
.crv-nav-btn {
    width: 44px;
    height: 44px;
    border: 1px solid #003770;
    border-radius: 50%;
    color: #003770;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    cursor: pointer;
    transition: all 0.25s ease;
    outline: none;
    box-shadow: none;
    user-select: none;
}

.crv-nav-btn:hover {
    background-color: #003770;
    color: #ffffff;
}

.crv-nav-btn:disabled,
.crv-nav-btn.swiper-button-disabled {
    opacity: 0.35;
    border-color: #a0b0c5;
    color: #a0b0c5;
    cursor: not-allowed;
    background-color: transparent;
}

/* Testimonial Card */
.crv-card {
    background-color: #ffffff;
    padding: 36px 30px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    min-height: 280px;
}

/* Gold Stars & Quote Icon */
.crv-stars {
    color: #e2b155;
    font-size: 1.6rem;
    gap: 4px;
}

.crv-quote {
    color: #d8e0ec;
    font-size: 2.6rem;
    line-height: 1;
}

/* Review Text Content */
.crv-content {
    flex-grow: 1;
    margin: 18px 0;
}

.crv-text {
    font-size: 1.5rem;
    font-weight: 400;
    color: #333333;
    line-height: 1.6;
}

/* Thin Card Divider */
.crv-divider {
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
    margin: 18px 0 16px 0;
}

/* Customer Footer Info & Avatar Fallback */
.crv-avatar-wrapper {
    position: relative;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
}

.crv-avatar {
    width: 44px;
    height: 44px;
    border-radius: 4px;
    object-fit: cover;
    display: block;
}

.crv-avatar-fallback {
    width: 44px;
    height: 44px;
    border-radius: 4px;
    background-color: #eef2f7;
    color: #003770;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

.crv-name {
    font-size: 1.6rem;
    font-weight: 700;
    color: #111111;
    line-height: 1.3;
}

.crv-company {
    font-size: 1.4rem;
    font-weight: 400;
    color: #666666;
    line-height: 1.3;
    display: block;
    margin-top: 2px;
}

/* Responsive Rules for Customer Reviews Section */
@media (max-width: 1199px) {
    .crv-title {
        font-size: 3.0rem;
    }

    .crv-card {
        padding: 30px 24px;
    }
}

@media (max-width: 991px) {
    .crv-section {
        padding: 50px 0 70px 0;
    }

    .crv-title {
        font-size: 2.6rem;
    }

    .crv-header {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .crv-section {
        padding: 40px 0 50px 0;
    }

    .crv-title {
        font-size: 2.2rem;
    }

    .crv-nav-btn {
        width: 38px;
        height: 38px;
        font-size: 1.4rem;
    }

    .crv-card {
        padding: 24px 20px;
    }
}


/* ==========================================================================
   Home Prominent Clients Section - Law Firm ([Home] khách hàng tiêu biểu)
   Prefix: .kh- / .kh-section
   Uses standard project .container
   ========================================================================== */

.kh-section {
    width: 100%;
    background-color: #ffffff;
    padding: 60px 0 70px 0;
    box-sizing: border-box;
}

.kh-header {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}

.kh-title {
    font-size: 3.6rem;
    font-weight: 400;
    color: #111111;
    line-height: 1.25;
    letter-spacing: -0.015em;
    display: inline-block;
}

/* Swiper Slider Wrapper & Frame */
.kh-slider-wrapper {
    width: 100%;
    position: relative;
}

.kh-swiper {
    width: 100%;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    border-left: 1px solid #e5e7eb;
    box-sizing: border-box;
    overflow: hidden;
}

.kh-slide-item {
    height: auto;
    display: flex;
    box-sizing: border-box;
}

/* Individual Logo Card Cell */
.kh-logo-box {
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    border-right: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    box-sizing: border-box;
    transition: background-color 0.25s ease;
}

.kh-logo-box:hover {
    background-color: #fcfcfc;
}

.kh-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    outline: none;
}

.kh-logo-img {
    max-width: 100%;
    max-height: 52px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.75;
    transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.kh-logo-box:hover .kh-logo-img,
.kh-logo-link:focus .kh-logo-img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.06);
}

.kh-logo-text {
    font-size: 1.5rem;
    font-weight: 600;
    color: #444444;
    text-align: center;
    word-break: break-word;
}

/* Responsive Rules for Khách hàng tiêu biểu Section */
@media (max-width: 1199px) {
    .kh-title {
        font-size: 3.0rem;
    }

    .kh-logo-box {
        height: 90px;
        padding: 14px 16px;
    }

    .kh-logo-img {
        max-height: 46px;
    }
}

@media (max-width: 991px) {
    .kh-section {
        padding: 45px 0 55px 0;
    }

    .kh-header {
        margin-bottom: 30px;
    }

    .kh-title {
        font-size: 2.6rem;
    }

    .kh-logo-box {
        height: 85px;
        padding: 12px 14px;
    }

    .kh-logo-img {
        max-height: 42px;
    }
}

@media (max-width: 767px) {
    .kh-section {
        padding: 35px 0 45px 0;
    }

    .kh-header {
        margin-bottom: 24px;
    }

    .kh-title {
        font-size: 2.2rem;
    }

    .kh-logo-box {
        height: 75px;
        padding: 10px 12px;
    }

    .kh-logo-img {
        max-height: 36px;
    }
}


/* ==========================================================================
   Home Article Block - Law Firm ([Home] Tin tức / Văn bản pháp luật)
   Prefix: .ah- / .ah-section
   Uses standard project .container
   ========================================================================== */

.ah-section {
    width: 100%;
    background-color: #ffffff;
    padding: 50px 0 60px 0;
    box-sizing: border-box;
}

/* Header & Title */
.ah-header {
    width: 100%;
}

.ah-title {
    font-size: 3.2rem;
    font-weight: 400;
    color: #003770;
    line-height: 1.2;
    letter-spacing: -0.015em;
}

.ah-view-all {
    color: #003770;
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.25s ease;
    white-space: nowrap;
}

.ah-view-all:hover {
    color: #c69c6d;
    text-decoration: underline;
}

/* Card Styling - Gold top border line on each item card */
.ah-card {
    background-color: #ffffff;
    padding: 24px 0 0 0;
    border: none;
    border-top: 4px solid #c69c6d;
    box-sizing: border-box;
}

.ah-card-title {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 12px;
}

.ah-card-title a {
    color: #111111;
    text-decoration: none;
    transition: color 0.22s ease;
}

.ah-card-title a:hover {
    color: #003770;
}

/* Meta Row (Date & Category Badge) */
.ah-meta-row {
    margin-bottom: 14px;
    gap: 10px;
}

.ah-date {
    font-size: 1.35rem;
    font-weight: 500;
    color: #718096;
}

.ah-badge {
    display: inline-block;
    background-color: #f1f3f5;
    color: #4a5568;
    font-size: 1.3rem;
    font-weight: 400;
    padding: 4px 12px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.ah-badge:hover {
    background-color: #e2e8f0;
    color: #003770;
}

/* Card Description */
.ah-card-desc {
    font-size: 1.5rem;
    font-weight: 400;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* CTA Button */
.ah-btn {
    background-color: #003770;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 4px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.25s ease, transform 0.2s ease;
    box-shadow: none;
}

.ah-btn:hover {
    background-color: #00254c;
    color: #ffffff;
}

/* Responsive Rules */
@media (max-width: 1199px) {
    .ah-title {
        font-size: 2.8rem;
    }

    .ah-card-title {
        font-size: 1.85rem;
    }
}

@media (max-width: 991px) {
    .ah-section {
        padding: 40px 0 50px 0;
    }

    .ah-title {
        font-size: 2.4rem;
    }

    .ah-card-title {
        font-size: 1.75rem;
    }

    .ah-card-desc {
        font-size: 1.45rem;
    }
}

@media (max-width: 767px) {
    .ah-section {
        padding: 30px 0 40px 0;
    }

    .ah-title {
        font-size: 2.0rem;
    }

    .ah-card {
        padding-top: 18px;
    }

    .ah-card-title {
        font-size: 1.65rem;
    }

    .ah-btn {
        font-size: 1.35rem;
        padding: 7px 16px;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {

    .hbs-bg-img,
    .hbs-slide-item.swiper-slide-active .hbs-bg-img,
    .lvh-item,
    .lvh-submenu-wrapper,
    .kh-logo-img {
        transition: none !important;
        transform: none !important;
    }
}

/* =========================================================
   Law expert team
   Prefix: .let- / .let-section
   ========================================================= */
.let-section {
    padding: 56px 0 0;
    overflow: hidden;
}

.let-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 48px;
}

.let-title {
    margin: 0;
    color: #0d294a;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.2;
}

.let-all-link {
    color: #003770;
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

.let-all-link:hover,
.let-all-link:focus {
    color: #0d294a;
    text-decoration: underline;
}

.let-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.let-card {
    position: relative;
    min-height: 392px;
    overflow: hidden;
    background: #575867;
    outline: none;
}

.let-card:focus-visible {
    outline: 3px solid #003770;
    outline-offset: -3px;
}

.let-image-wrap,
.let-image,
.let-image-placeholder {
    width: 100%;
    height: 100%;
}

.let-image {
    position: absolute;
    inset: 0;
    display: block;
    object-fit: cover;
    object-position: center top;
    transition: transform .35s ease;
}

.let-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .8);
    font-size: 7rem;
}

.let-overlay {
    position: absolute;
    right: 18px;
    bottom: 10px;
    left: 18px;
    padding: 12px 10px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 6px;
    background: rgba(24, 25, 35, .82);
    color: #fff;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .25s ease, transform .25s ease;
}

.let-card:hover .let-overlay,
.let-card:focus .let-overlay,
.let-card:focus-within .let-overlay {
    opacity: 1;
    transform: translateY(0);
}

.let-card:hover .let-image {
    transform: scale(1.03);
}

.let-name {
    margin: 0;
    color: #fff;
    font-size: 1.65rem;
    font-weight: 600;
    line-height: 1.35;
}

.let-position {
    margin-top: 3px;
    font-size: 1.35rem;
    font-style: italic;
    line-height: 1.35;
}

.let-divider {
    margin: 8px 0;
    border-top: 1px dashed rgba(255, 255, 255, .7);
}

.let-contact {
    display: grid;
    gap: 5px;
}

.let-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.3;
    text-decoration: none;
}

.let-contact-link:hover,
.let-contact-link:focus {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 1199px) {
    .let-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .let-card {
        min-height: 420px;
    }
}

@media (max-width: 767px) {
    .let-section {
        padding-top: 40px;
    }

    .let-header {
        align-items: flex-start;
        padding-bottom: 28px;
    }

    .let-title {
        font-size: 2.7rem;
    }

    .let-list {
        grid-auto-columns: minmax(230px, 78vw);
        grid-auto-flow: column;
        grid-template-columns: none;
        overflow-x: auto;
        padding: 0 15px 12px;
        scroll-snap-type: x mandatory;
    }

    .let-card {
        min-height: 360px;
        scroll-snap-align: start;
    }

    .let-overlay {
        right: 12px;
        bottom: 12px;
        left: 12px;
        opacity: 1;
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .let-image,
    .let-overlay {
        transition: none;
    }
}

/* =========================================================
   Law footer
   Prefix: .lft- / .lft-footer
   ========================================================= */
.lft-footer {
    background: #0e304d;
    color: #ffffff;
    padding: 46px 0 32px;
}

.lft-top,
.lft-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.lft-brand-link {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    color: #ffffff;
    text-decoration: none;
}

.lft-logo {
    display: block;
    max-width: 172px;
    max-height: 70px;
    object-fit: contain;
    object-position: left center;
}

.lft-company-name {
    margin-top: 10px;
    color: #ffffff;
    font-size: 1.55rem;
    font-weight: 600;
    text-transform: uppercase;
}

.lft-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 16px 32px;
}

.lft-menu a,
.lft-menu span {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
}

.lft-menu a:hover,
.lft-menu a:focus {
    color: #e6b447;
    text-decoration: none;
}

.lft-details {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(210px, .8fr);
    gap: 42px;
    margin-top: 52px;
}

.lft-office h3,
.lft-hours h3 {
    margin: 0 0 20px;
    color: #e6b447;
    font-size: 1.7rem;
    font-weight: 700;
}

.lft-office p,
.lft-hours p {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 1.55rem;
    line-height: 1.55;
}

.lft-office p i,
.lft-hours p i {
    width: 18px;
    margin-top: 4px;
    color: #ffffff;
    font-size: 1.9rem;
    text-align: center;
}

.lft-office a {
    color: #ffffff;
    text-decoration: none;
}

.lft-office a:hover,
.lft-office a:focus {
    color: #e6b447;
    text-decoration: underline;
}

.lft-bottom {
    margin-top: 34px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, .6);
}

.lft-copyright {
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.5;
}

.lft-social {
    display: flex;
    align-items: center;
    gap: 25px;
}

.lft-social a,
.lft-social span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    color: #ffffff;
    font-size: 2.3rem;
    line-height: 1;
}

.lft-social a:hover,
.lft-social a:focus {
    color: #e6b447;
    text-decoration: none;
}

@media (max-width: 991px) {
    .lft-details {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .lft-footer {
        padding: 36px 0 26px;
    }

    .lft-top,
    .lft-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .lft-menu {
        justify-content: flex-start;
        gap: 12px 20px;
    }

    .lft-details {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-top: 36px;
    }

    .lft-bottom {
        gap: 20px;
        margin-top: 24px;
        padding-top: 24px;
    }
}

/* ==========================================================================
   Header Search & Language Styling (Artora Custom)
   ========================================================================== */
.header-actions-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.6rem;
}

.header-action-btn {
    color: white !important;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    text-decoration: none !important;
    cursor: pointer;
}

.header-action-btn:hover {
    color: #CFA261 !important;
}

/* Search Dropdown Styles */
.header-search-item {
    padding: 1rem 0;
}

.header-search-dropdown-box {
    position: absolute;
    top: calc(100% - 0.5rem);
    right: 0;
    width: 32rem;
    background: rgba(41, 35, 30, 0.98);
    border: 1px solid rgba(207, 162, 97, 0.25);
    border-radius: 8px;
    padding: 1.6rem;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(10px);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    pointer-events: none;
}

.header-search-item.open .header-search-dropdown-box,
.header-search-item:hover .header-search-dropdown-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.header-search-dropdown-box .input-group {
    display: flex !important;
    flex-wrap: nowrap !important;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    overflow: hidden;
    align-items: center;
    transition: all 0.3s ease;
}

.header-search-dropdown-box .input-group:focus-within {
    border-color: #CFA261;
    box-shadow: 0 0 8px rgba(207, 162, 97, 0.2);
}

.header-search-dropdown-box .form-control {
    background: transparent !important;
    border: none !important;
    color: #FFFFFF !important;
    font-size: 1.4rem;
    height: 4.2rem;
    padding: 0 1.2rem;
    width: 1% !important;
    flex: 1 1 auto !important;
}

.header-search-dropdown-box .form-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.header-search-dropdown-box .btn-submit {
    background: transparent;
    border: none;
    color: #FFFFFF;
    height: 4.2rem;
    padding: 0 1.6rem;
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.header-search-dropdown-box .btn-submit:hover {
    color: #CFA261;
}

/* Language Switcher Styles */
.header-lang-item {
    background-color: #F5F5F7;
    border-radius: 8px;
    padding: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.header-lang-item:hover {
    background-color: #EAEAEA;
}

.lang-toggle-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}

.current-lang-flag {
    width: 1.8rem;
    height: 1.8rem;
    object-fit: cover;
    border-radius: 4px;
}

.lang-chevron {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.header-lang-item.open .lang-chevron {
    transform: rotate(180deg);
}

/* Contact Button Styles */
.header-contact-btn {
    background-color: #FFFFFF;
    color: #003874 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    height: 4rem;
    padding: 0 3.2rem;
    border-radius: 10rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.03em;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    white-space: nowrap;
}

.header-contact-btn:active {
    transform: translateY(1px);
}

.header-lang-dropdown-box {
    position: absolute;
    top: calc(100% - 0.5rem);
    right: 0;
    width: 16rem;
    background: rgba(41, 35, 30, 0.98);
    border: 1px solid rgba(207, 162, 97, 0.25);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(10px);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    pointer-events: none;
}

.header-lang-item.open .header-lang-dropdown-box,
.header-lang-item:hover .header-lang-dropdown-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.header-lang-dropdown-box .language-switch__list {
    display: flex;
    flex-direction: column;
}

.header-lang-dropdown-box .language-switch__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.header-lang-dropdown-box .language-switch__item:last-child {
    border-bottom: none;
}

.header-lang-dropdown-box .language-switch__link {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1.2rem 1.6rem;
    color: #FFFFFF !important;
    font-family: 'SF Pro', sans-serif;
    font-size: 1.4rem;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.header-lang-dropdown-box .language-switch__link:hover,
.header-lang-dropdown-box .language-switch__item.is-active .language-switch__link {
    background-color: rgba(207, 162, 97, 0.15);
    color: #CFA261 !important;
}

.header-lang-dropdown-box .language-switch__flag {
    width: 2.2rem;
    height: 1.5rem;
    object-fit: cover;
    border-radius: 2px;
}

.header-lang-dropdown-box .language-switch__name {
    font-weight: 500;
}
/* Header menu: fixed after scrolling */
.menu-customize {
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.menu-customize.is-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1010;
  background: var(--color-highlight);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.16);
}

body.menu-customize-fixed {
  padding-top: var(--menu-customize-height);
}

/* Contact footer */
.cft-contact {
  position: relative;
  overflow: hidden;
  padding: 36px 0 38px;
  color: #fff;
  background-color: #0d3d65;
  background-image:
    linear-gradient(30deg, transparent 49.4%, rgba(255, 255, 255, 0.08) 49.5%, rgba(255, 255, 255, 0.08) 50.5%, transparent 50.6%),
    linear-gradient(150deg, transparent 49.4%, rgba(255, 255, 255, 0.08) 49.5%, rgba(255, 255, 255, 0.08) 50.5%, transparent 50.6%);
  background-size: 156px 92px;
}

.cft-contact__inner {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(300px, 1.15fr) minmax(180px, 1fr);
  align-items: center;
  max-width: 820px;
  margin: 0 auto;
  gap: 42px;
}

.cft-contact__channel,
.cft-contact__main {
  text-align: center;
}

.cft-contact__qr {
  display: inline-flex;
  width: 100px;
  height: 100px;
  padding: 4px;
  background: #fff;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cft-contact__qr:hover,
.cft-contact__qr:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.26);
}

.cft-contact__qr:focus-visible,
.cft-contact__phone:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.cft-contact__qr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cft-contact__label,
.cft-contact__apps,
.cft-contact__phone {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.cft-contact__label {
  margin-top: 5px;
}

.cft-contact__title {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(34px, 3vw, 42px);
  font-weight: 600;
  line-height: 1.1;
}

.cft-contact__line {
  width: 100%;
  height: 1px;
  margin: 15px 0 15px;
  background: rgba(255, 255, 255, 0.25);
}

.cft-contact__phone {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.cft-contact__phone:hover {
  color: #fff;
  text-decoration: underline;
}

.cft-contact__apps {
  margin-top: 4px;
}

@media (max-width: 767.98px) {
  .cft-contact {
    padding: 30px 0;
  }

  .cft-contact__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 16px;
    max-width: 460px;
  }

  .cft-contact__main {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .cft-contact__channel:first-child {
    grid-column: 1;
    grid-row: 2;
  }

  .cft-contact__channel:last-child {
    grid-column: 2;
    grid-row: 2;
  }

  .cft-contact__qr {
    width: 88px;
    height: 88px;
  }

  .cft-contact__label,
  .cft-contact__apps,
  .cft-contact__phone {
    font-size: 14px;
  }
}
