/* =============================================================================
   GIA HOA 108 - B2B DESIGN SYSTEM V2.3
   Brand Primary: #1375bc | Brand Secondary: #bf202e
   ============================================================================= */

:root {
    --wd-primary-color: #1375bc !important;
    --wd-link-color-hover: #1375bc !important;
}

html, body {
    overflow-x: clip !important;
}

/* =============================================================================
   1. TOP BAR: MÀU XANH THƯƠNG HIỆU #1375bc, GIẢM PADDING 50%, HIỆN TRÊN MOBILE
   ============================================================================= */
.whb-top-bar {
    background: #1375bc !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
    padding: 3px 0 !important; /* Giảm 50% padding trên dưới */
    min-height: 28px !important;
}

.whb-top-bar * {
    color: #ffffff !important;
}

.whb-top-bar strong span {
    color: #ffffff !important;
    font-size: 13.5px !important;
}

@media (max-width: 1024px) {
    body .whb-top-bar {
        display: block !important;
        padding: 4px 8px !important;
        min-height: auto !important;
        height: auto !important;
        max-height: none !important;
    }
    body .whb-top-bar .container {
        padding: 0 4px !important;
        max-height: none !important;
        height: auto !important;
    }
    body .whb-top-bar .whb-top-bar-inner {
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
        display: block !important;
    }
    body .whb-top-bar .whb-column_mobile1 {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        white-space: normal !important;
        overflow: visible !important;
        height: auto !important;
        max-height: none !important;
    }
    body .whb-top-bar .wd-header-text,
    body .whb-top-bar strong,
    body .whb-top-bar strong span,
    body .whb-top-bar span {
        font-size: 10px !important;
        white-space: normal !important;
        line-height: 1.35 !important;
        display: inline !important;
        word-break: break-word !important;
    }
}

/* =============================================================================
   2. HEADER: GIẢM PADDING 50%, LOGO DESKTOP +30%, LOGO MOBILE X2, SEARCH DÀI
   ============================================================================= */
.whb-general-header {
    padding-top: 3px !important;  /* Giảm 50% padding trên dưới */
    padding-bottom: 3px !important;
}

/* Logo desktop lớn hơn 30% nữa */
@media (min-width: 1025px) {
    .site-logo img,
    .wd-logo img {
        max-height: 105px !important; /* Tăng 30% so với 80px */
        width: auto !important;
        object-fit: contain !important;
        transition: all 0.2s ease !important;
    }
}

/* Logo trên mobile to gấp đôi */
@media (max-width: 1024px) {
    .whb-general-header {
        height: 80px !important;
        min-height: 80px !important;
        padding: 4px 0 !important;
    }
    .site-logo img,
    .wd-logo img {
        max-height: 72px !important; /* To gấp đôi so với 38px */
        max-width: 220px !important;
        width: auto !important;
        object-fit: contain !important;
    }
    .whb-column_mobile3 {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
}

/* Menu danh mục sản phẩm đưa lên header dạng dropdown gọn gàng */
.whb-general-header .wd-header-cats {
    position: relative !important;
    flex: 0 0 auto !important;
    margin-right: 0 !important;
}

.whb-general-header .wd-header-cats .menu-opener {
    background-color: #1375bc !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    padding: 0 16px !important;
    height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
    box-shadow: 0 3px 10px rgba(19, 117, 188, 0.25) !important;
}

.whb-general-header .wd-header-cats .menu-opener:hover {
    background-color: #0e588e !important;
}

/* Dropdown chỉ mở khi hover */
.wd-dropdown-cats {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 270px !important;
    background: #ffffff !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
    border-radius: 0 0 8px 8px !important;
    z-index: 1000 !important;
    display: none !important;
}

.wd-header-cats:hover .wd-dropdown-cats,
.whb-general-header .wd-header-cats:hover .wd-dropdown-cats {
    display: block !important;
}

.wd-dropdown-cats.wd-opened:not(:hover) {
    display: none !important;
}

/* KHUNG TÌM KIẾM DÀI RA ĐẾN HẾT CHIỀU NGANG BÊN PHẢI WEBSITE */
.whb-general-header .whb-column.column9 {
    flex: 1 1 auto !important;
    max-width: none !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 16px !important;
}

.whb-general-header .wd-search-form {
    flex: 1 1 auto !important;
    max-width: 100% !important;
    width: 100% !important;
}

.whb-general-header .wd-search-form form {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
}

.whb-general-header .wd-search-form input[type="text"],
.whb-general-header .wd-search-form input.s {
    width: 100% !important;
    flex: 1 1 auto !important;
}

/* Bỏ phần chọn danh mục trong ô tìm kiếm */
.wd-search-cat-btn {
    display: none !important;
}

/* Ẩn nút hotline cũ trên header */
.whb-general-header .btn-color-alt,
.whb-general-header .column10,
.whb-general-header .column10 .wd-button-wrapper {
    display: none !important;
}

/* Ẩn hàng header-bottom cũ */
.whb-header-bottom {
    display: none !important;
}

/* Search bar chuyên dụng trên mobile ngay dưới header */
.giahoa-mobile-search-wrapper {
    display: none;
}

@media (max-width: 1024px) {
    .giahoa-mobile-search-wrapper {
        display: block !important;
        background: #ffffff !important;
        padding: 8px 12px !important;
        border-bottom: 1px solid #e2e8f0 !important;
    }
    .giahoa-mobile-search-wrapper form {
        display: flex !important;
        align-items: center !important;
        background: #f1f5f9 !important;
        border: 1px solid #cbd5e1 !important;
        border-radius: 6px !important;
        padding: 2px 10px !important;
        position: relative !important;
    }
    .giahoa-mobile-search-wrapper input.s {
        border: none !important;
        background: transparent !important;
        height: 36px !important;
        font-size: 13px !important;
        width: 100% !important;
        box-shadow: none !important;
        color: #1e293b !important;
    }
    .giahoa-mobile-search-wrapper button.searchsubmit {
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        cursor: pointer !important;
    }
}

/* =============================================================================
   3. HERO SECTION DẠNG HTML THUẦN CHUYÊN NGHIỆP (BUNG TOÀN MÀN HÌNH, 0 PADDING)
   ============================================================================= */
.main-page-wrapper,
#main-content,
#main-content.content-layout-wrapper,
.site-content,
.entry-content,
.elementor-29053 {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.elementor-element.elementor-element-b8d38ec {
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    margin-top: -38px !important; /* Kéo banner sát rạt mép dưới của header */
    margin-bottom: 10px !important;
    padding: 0 !important;
}

.elementor-element.elementor-element-b8d38ec .e-con-inner {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* HTML Hero Section Box */
.giahoa-hero-section {
    position: relative !important;
    width: 100% !important;
    background-color: #061220 !important;
    background-image: linear-gradient(90deg, #061220 0%, rgba(6, 18, 32, 0.94) 55%, rgba(6, 18, 32, 0.35) 100%), url('https://108giahoa.com/wp-content/uploads/hero_clean_bg.jpg') !important;
    background-size: cover !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    padding: 38px 0 32px 0 !important;
    color: #ffffff !important;
}

.giahoa-hero-container {
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.giahoa-hero-content {
    max-width: 720px !important;
}

.giahoa-hero-brand {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    margin-bottom: 12px !important;
}

.giahoa-hero-logo {
    width: 56px !important;
    height: 56px !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    padding: 3px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3) !important;
}

.giahoa-hero-brand-text {
    display: flex !important;
    flex-direction: column !important;
}

.giahoa-hero-corp {
    font-size: 17px !important;
    font-weight: 800 !important;
    letter-spacing: 0.3px !important;
    color: #ffffff !important;
}

.giahoa-hero-tagline {
    font-size: 11.5px !important;
    font-weight: 700 !important;
    color: #5bb3f0 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2px !important;
}

.giahoa-hero-meta {
    font-size: 11.5px !important;
    color: #94a3b8 !important;
}

.giahoa-hero-title {
    font-size: 26px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    line-height: 1.25 !important;
    text-transform: uppercase !important;
    margin: 0 0 6px 0 !important;
    letter-spacing: 0.3px !important;
}

.giahoa-hero-sub {
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: #5bb3f0 !important;
    margin: 0 0 14px 0 !important;
}

.giahoa-hero-bullets {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 16px 0 !important;
}

.giahoa-hero-bullets li {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 13.5px !important;
    color: #f1f5f9 !important;
    margin-bottom: 7px !important;
}

.giahoa-hero-bullets li .giahoa-chk {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    background: #1375bc !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    flex-shrink: 0 !important;
}

.giahoa-hero-mobile-badges {
    display: none !important;
}

.giahoa-hero-actions {
    display: flex !important;
    gap: 12px !important;
    margin-bottom: 12px !important;
    flex-wrap: wrap !important;
}

.giahoa-h-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 20px !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.giahoa-btn-blue {
    background: #1375bc !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(19, 117, 188, 0.35) !important;
}

.giahoa-btn-blue:hover {
    background: #0e588e !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
}

.giahoa-btn-dark {
    background: rgba(6, 18, 32, 0.7) !important;
    color: #ffffff !important;
    border: 1px solid #1375bc !important;
}

.giahoa-btn-dark:hover {
    background: #1375bc !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
}

.giahoa-hero-address {
    font-size: 12px !important;
    color: #94a3b8 !important;
}

/* HERO TRÊN MOBILE: RÚT GỌN CHỮ, GỌN GÀNG, TIẾT KIỆM DIỆN TÍCH */
@media (max-width: 767px) {
    .elementor-element.elementor-element-b8d38ec {
        width: 100% !important;
        max-width: 100% !important;
        left: auto !important;
        right: auto !important;
        margin: 0 0 8px 0 !important;
    }
    .giahoa-hero-section {
        margin: 0 !important;
        padding: 12px 10px !important;
        background-image: linear-gradient(180deg, #061220 0%, #0c233f 100%) !important;
    }
    .giahoa-hero-container {
        padding: 0 !important;
    }
    .giahoa-hero-brand {
        gap: 8px !important;
        margin-bottom: 6px !important;
    }
    .giahoa-hero-logo {
        width: 40px !important;
        height: 40px !important;
    }
    .giahoa-hero-corp {
        font-size: 13.5px !important;
    }
    .giahoa-hero-tagline {
        font-size: 9.5px !important;
    }
    .giahoa-hero-meta {
        display: none !important;
    }
    .giahoa-hero-title {
        font-size: 13.5px !important;
        line-height: 1.3 !important;
        margin-bottom: 3px !important;
        word-break: break-word !important;
    }
    .giahoa-hero-sub {
        font-size: 10px !important;
        margin-bottom: 6px !important;
        word-break: break-word !important;
    }
    .giahoa-hero-bullets {
        display: none !important;
    }
    .giahoa-hero-mobile-badges {
        display: flex !important;
        gap: 4px !important;
        flex-wrap: wrap !important;
        margin-bottom: 8px !important;
    }
    .giahoa-m-badge {
        font-size: 9.5px !important;
        background: rgba(19, 117, 188, 0.3) !important;
        border: 1px solid rgba(19, 117, 188, 0.5) !important;
        color: #bae6fd !important;
        padding: 2px 5px !important;
        border-radius: 4px !important;
        font-weight: 600 !important;
    }
    .giahoa-hero-actions {
        display: flex !important;
        gap: 6px !important;
        margin-bottom: 0 !important;
    }
    .giahoa-h-btn {
        padding: 7px 8px !important;
        font-size: 10px !important;
        flex: 1 1 auto !important;
        justify-content: center !important;
        white-space: normal !important;
        text-align: center !important;
        line-height: 1.2 !important;
        gap: 5px !important;
    }
    .giahoa-h-btn svg {
        width: 12px !important;
        height: 12px !important;
        flex-shrink: 0 !important;
    }
    .giahoa-hero-address {
        display: none !important;
    }
}

/* =============================================================================
   4. GIẢM SPACING: CHỖ TÔ VÀNG Ở TRÊN CÒN 1/5, CHỖ TÔ DƯỚI CÒN 1/2
   ============================================================================= */
.elementor-widget-heading {
    margin-bottom: 0 !important;
}

.elementor-widget-heading .elementor-heading-title {
    position: relative !important;
    display: inline-block !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
    margin-top: 4px !important;
    margin-bottom: 2px !important;
    padding-left: 12px !important;
    border-left: 4px solid #1375bc !important;
}

.elementor-widget-heading .elementor-heading-title a {
    color: inherit !important;
}

.elementor-widget-heading .elementor-heading-title a:hover {
    color: #1375bc !important;
}

.wd-tabs.tabs-design-simple {
    --wd-row-gap: 0px !important;
    gap: 0 !important;
    margin-top: 0 !important;
}

.wd-tabs.tabs-design-simple .wd-tabs-header,
.wd-tabs-header {
    display: none !important;
}

.wd-tabs-content-wrapper {
    margin-top: 2px !important;
    padding-top: 0 !important;
}

.wd-carousel-container {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.wd-nav-pagin-wrap {
    margin-top: 6px !important;
    margin-bottom: 0 !important;
    padding: 2px 0 !important;
}

.wd-content-area .elementor > .elementor-element {
    margin-bottom: 8px !important;
}

.elementor-29053 > .e-con-parent {
    margin-bottom: 8px !important;
    padding-bottom: 0 !important;
}

.elementor-29053 > .e-con-parent:not(:first-child) {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* =============================================================================
   5. MŨI TÊN CAROUSEL: HIỆN ĐẸP CẢ TRÊN DESKTOP LẪN MOBILE
   ============================================================================= */
.wd-carousel-container,
.wd-products-element,
.elementor-widget-container:has(.wd-carousel-container) {
    position: relative !important;
}

body .wd-nav-arrows.wd-pos-sep .wd-btn-arrow,
body .swiper-button-next, 
body .swiper-button-prev,
body .owl-nav > div {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin-top: 0 !important;
    width: 36px !important;
    height: 36px !important;
    background-color: #ffffff !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 50% !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0.95 !important;
    visibility: visible !important;
    z-index: 25 !important;
    transition: all 0.2s ease !important;
}

body .wd-nav-arrows.wd-pos-sep .wd-prev,
body .swiper-button-prev,
body .owl-prev {
    left: -10px !important;
    right: auto !important;
    inset-inline-start: -10px !important;
    inset-inline-end: auto !important;
}

body .wd-nav-arrows.wd-pos-sep .wd-next,
body .swiper-button-next,
body .owl-next {
    right: -10px !important;
    left: auto !important;
    inset-inline-end: -10px !important;
    inset-inline-start: auto !important;
}

body .wd-nav-arrows.wd-pos-sep .wd-btn-arrow:hover,
body .swiper-button-next:hover, 
body .swiper-button-prev:hover,
body .owl-nav > div:hover {
    background-color: #1375bc !important;
    border-color: #1375bc !important;
    box-shadow: 0 4px 14px rgba(19, 117, 188, 0.4) !important;
    transform: translateY(-50%) scale(1.08) !important;
    opacity: 1 !important;
}

body .wd-btn-arrow .wd-arrow-inner,
body .wd-btn-arrow:after,
body .wd-btn-arrow:before,
body .swiper-button-next::after, 
body .swiper-button-prev::after,
body .owl-nav > div:after,
body .owl-nav > div:before {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    line-height: 1 !important;
    color: #334155 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    transform: none !important;
}

body .wd-btn-arrow:hover .wd-arrow-inner,
body .wd-btn-arrow:hover:after,
body .wd-btn-arrow:hover:before,
body .swiper-button-next:hover::after, 
body .swiper-button-prev:hover::after,
body .owl-nav > div:hover:after {
    color: #ffffff !important;
}

body .wd-btn-arrow svg,
body .swiper-button-next svg, 
body .swiper-button-prev svg {
    width: 15px !important;
    height: 15px !important;
    fill: #334155 !important;
    transition: fill 0.2s ease !important;
}

body .wd-btn-arrow:hover svg,
body .swiper-button-next:hover svg, 
body .swiper-button-prev:hover svg {
    fill: #ffffff !important;
}

/* Mũi tên carousel trên mobile */
@media (max-width: 767px) {
    body .wd-nav-arrows.wd-pos-sep .wd-btn-arrow,
    body .swiper-button-next, 
    body .swiper-button-prev,
    body .owl-nav > div {
        display: flex !important;
        width: 28px !important;
        height: 28px !important;
        opacity: 0.95 !important;
        z-index: 30 !important;
        background: #ffffff !important;
        border: 1px solid #cbd5e1 !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.2) !important;
    }
    body .wd-nav-arrows.wd-pos-sep .wd-prev,
    body .swiper-button-prev,
    body .owl-prev {
        left: 2px !important;
        inset-inline-start: 2px !important;
    }
    body .wd-nav-arrows.wd-pos-sep .wd-next,
    body .swiper-button-next,
    body .owl-next {
        right: 2px !important;
        inset-inline-end: 2px !important;
    }
    body .wd-btn-arrow svg,
    body .swiper-button-next svg, 
    body .swiper-button-prev svg {
        width: 12px !important;
        height: 12px !important;
    }
}

/* =============================================================================
   6. CARD SẢN PHẨM: 8 SP/ROW TRÊN DESKTOP, 3 SP/ROW TRÊN MOBILE
   ============================================================================= */
.wd-product.product-grid-item {
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    padding: 8px !important;
    transition: all 0.2s ease-in-out !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
}

.wd-product.product-grid-item:hover {
    border-color: #1375bc !important;
    box-shadow: 0 6px 18px rgba(19, 117, 188, 0.15) !important;
    transform: translateY(-3px) !important;
}

.product-image-link img,
.attachment-large, 
.attachment-woocommerce_thumbnail {
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
    background-color: #ffffff !important;
    padding: 3px !important;
    border-radius: 6px !important;
    transition: transform 0.25s ease !important;
}

.wd-product.product-grid-item:hover .product-image-link img {
    transform: scale(1.03) !important;
}

.wd-product .wd-entities-title {
    font-size: 12.5px !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
    height: 34px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    margin-top: 6px !important;
    margin-bottom: 4px !important;
}

.wd-product .wd-entities-title a {
    color: #1e293b !important;
    transition: color 0.2s ease !important;
}

.wd-product .wd-entities-title a:hover {
    color: #1375bc !important;
}

.wd-product .giahoa-contact-price {
    display: inline-block !important;
    color: #bf202e !important;
    font-weight: 700 !important;
    font-size: 12.5px !important;
    margin-bottom: 4px !important;
}

.wd-product .add-to-cart-loop,
.wd-product .wd-add-btn a,
.woocommerce ul.products li.product .button {
    background: #1375bc !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 5px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 6px 8px !important;
    text-transform: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    box-shadow: 0 2px 6px rgba(19, 117, 188, 0.25) !important;
    transition: all 0.2s ease !important;
}

.wd-product .add-to-cart-loop:hover,
.wd-product .wd-add-btn a:hover,
.woocommerce ul.products li.product .button:hover {
    background: #0e588e !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(19, 117, 188, 0.4) !important;
    transform: translateY(-1px) !important;
}

.wd-product .add-to-cart-loop span,
.wd-product .wd-add-btn a span {
    font-size: 0 !important;
}

.wd-product .add-to-cart-loop span::after,
.wd-product .wd-add-btn a span::after {
    content: "Báo giá" !important;
    font-size: 11.5px !important;
}

/* SỬA BẢN MOBILE CHO SẢN PHẨM (3 SP / ROW) */
@media (max-width: 767px) {
    .wd-product.product-grid-item {
        padding: 6px !important;
        min-height: 250px !important;
    }
    .wd-product .product-wrapper {
        display: flex !important;
        flex-direction: column !important;
        height: 100% !important;
    }
    .wd-product .product-element-top {
        position: relative !important;
        margin-bottom: 4px !important;
    }
    .wd-product .wd-add-btn,
    .wd-product .add-to-cart-loop {
        position: static !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        width: 100% !important;
        margin-top: auto !important;
        padding: 5px 2px !important;
        font-size: 11px !important;
        border-radius: 4px !important;
    }
    .wd-product .add-to-cart-loop svg,
    .wd-product .wd-add-btn svg,
    .wd-product .wd-add-btn:before,
    .wd-product .wd-add-btn:after {
        display: none !important;
    }
    .wd-product .wd-buttons {
        display: none !important;
    }
    .wd-product .wd-entities-title {
        font-size: 11px !important;
        height: 30px !important;
        line-height: 1.3 !important;
        margin: 3px 0 !important;
    }
    .wd-product .giahoa-contact-price {
        font-size: 11px !important;
    }
    .elementor-widget-heading .elementor-heading-title {
        font-size: 15px !important;
        margin-top: 3px !important;
        margin-bottom: 2px !important;
    }
}

/* =============================================================================
   7. FOOTER B2B: MÀU XANH THƯƠNG HIỆU 108 GIA HÒA #1375bc
   ============================================================================= */
.site-content,
.main-page-wrapper {
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;
}

.giahoa-footer-b2b {
    background-color: #1375bc !important;
    color: #ffffff !important;
    font-size: 13.5px !important;
    line-height: 1.6 !important;
    padding: 24px 0 16px 0 !important;
    border-top: none !important;
    margin-top: 10px !important;
}

.giahoa-footer-b2b .container {
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.giahoa-footer-grid {
    display: grid !important;
    grid-template-columns: 1.3fr 1.2fr 1fr 1.3fr !important;
    gap: 24px !important;
}

@media (max-width: 991px) {
    .giahoa-footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 20px !important;
    }
}

@media (max-width: 575px) {
    .giahoa-footer-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
}

.giahoa-footer-b2b h4 {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
    margin-bottom: 12px !important;
    position: relative !important;
    padding-bottom: 6px !important;
}

.giahoa-footer-b2b h4::after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 35px !important;
    height: 3px !important;
    background: #ffffff !important;
    border-radius: 2px !important;
}

.giahoa-footer-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.giahoa-footer-list li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
    margin-bottom: 8px !important;
    font-size: 13px !important;
    color: #f1f5f9 !important;
}

.giahoa-footer-list li a {
    color: #f1f5f9 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.giahoa-footer-list li a:hover {
    color: #ffffff !important;
    padding-left: 3px !important;
    text-decoration: underline !important;
}

.giahoa-footer-b2b p {
    color: #f1f5f9 !important;
}

.giahoa-flat-icon {
    flex-shrink: 0 !important;
    margin-top: 2px !important;
    color: #ffffff !important;
}

.giahoa-check-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    flex-shrink: 0 !important;
    margin-top: 1px !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
}

.giahoa-check-badge svg {
    fill: #1375bc !important;
}

.giahoa-footer-bottom {
    margin-top: 20px !important;
    padding-top: 12px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    text-align: center !important;
    font-size: 12.5px !important;
    color: #e2e8f0 !important;
}

/* =============================================================================
   8. FLOATING CONTACT ACTIONS
   ============================================================================= */
.giahoa-floating-actions {
    position: fixed !important;
    bottom: 24px !important;
    right: 24px !important;
    z-index: 9999 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.giahoa-btn-float {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 18px !important;
    border-radius: 50px !important;
    color: #ffffff !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25) !important;
    transition: all 0.25s ease !important;
}

.giahoa-btn-float:hover {
    transform: translateY(-2px) scale(1.03) !important;
}

.giahoa-btn-zalo {
    background: #1375bc !important;
    box-shadow: 0 4px 14px rgba(19, 117, 188, 0.35) !important;
}

.giahoa-btn-call {
    background: #bf202e !important;
    box-shadow: 0 4px 14px rgba(191, 32, 46, 0.35) !important;
    animation: giahoa-pulse 2s infinite !important;
}

@keyframes giahoa-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(191, 32, 46, 0.5);
    }
    70% {
        box-shadow: 0 0 0 12px rgba(191, 32, 46, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(191, 32, 46, 0);
    }
}

.giahoa-btn-float svg {
    width: 20px !important;
    height: 20px !important;
    fill: currentColor !important;
}

@media (max-width: 640px) {
    .giahoa-floating-actions {
        bottom: 14px !important;
        right: 12px !important;
        gap: 8px !important;
    }
    .giahoa-btn-float {
        width: 42px !important;
        height: 42px !important;
        padding: 0 !important;
        justify-content: center !important;
        border-radius: 50% !important;
    }
    .giahoa-btn-float span {
        display: none !important;
    }
    .giahoa-btn-float svg {
        width: 18px !important;
        height: 18px !important;
    }
}
