/*
Theme Name: MatBaoWS
Description: This is a child theme for Flatsome Theme
Author: MatBaoWS Team
Template: flatsome
Version: 3.1
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
.section-title-main,
.section-title {
    font-size: 24px;
    font-weight: bold;
    /* margin-bottom: 30px; */
}

/* Header Section */
.header-section {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 999;
}

.header-logo img {
    max-height: 50px;
    width: auto;
}

.main-nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.main-nav ul li a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    transition: color 0.3s;
}

.main-nav ul li a:hover {
    color: #0066ff;
}

.search-btn button {
    background: transparent;
    border: 2px solid #000;
    padding: 8px 20px;
    border-radius: 20px;
}

/* Hero Banner */
.hero-banner {
    background: linear-gradient(135deg, #89CFF0 0%, #4A90E2 100%);
}

.hero-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

/* Product Grid Section */
.product-grid-section .section-title {
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    border: 0 !important;
}

.view-all-link {
    position: absolute;
    right: 0;
}

.view-all-link a {
    color: #0066ff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}

/* Tùy chỉnh giao diện sản phẩm WooCommerce */
.vinfast-products .product {
    background: #f5f5f5;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-bottom: 20px;
}

.vinfast-products .product:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.vinfast-products .box-image {
    margin-bottom: 15px;
}

.vinfast-products .box-image img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}

.vinfast-products .product-title {
    font-size: 24px;
    font-weight: 700;
    color: #add8e6;
    margin: 15px 0 5px;
    text-transform: uppercase;
}

.vinfast-products .product-title a {
    color: #add8e6;
    text-decoration: none;
}

.vinfast-products .category {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.vinfast-products .price {
    display: none;
}

.vinfast-products .add-to-cart-button {
    background: #0066ff !important;
    color: #fff !important;
    border: none;
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 99px;
    text-transform: uppercase;
}

.vinfast-products .add-to-cart-button:hover {
    background: #0052cc !important;
}

/* Product Showcase */
.showcase-section {
    position: relative;
}

.product-showcase {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    overflow: hidden;
}

.product-showcase .product-title {
    font-size: 72px !important;
    color: var(--fs-color-primary);
}

.showcase-image img {
    max-width: 100%;
    height: auto;
}

.specs-row {
    margin-top: 40px;
}

.specs-row h4 {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
    font-weight: 500;
}

.specs-row .spec-value {
    font-size: 35px;
    font-weight: 700;
    color: #000;
}

.cta-buttons {
    margin-top: 30px;
}

.cta-buttons button {
    font-weight: 600;
    font-size: 16px;
}

.slider-dots {
    margin-top: 30px;
}

.dots {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    display: inline-block;
    transition: background 0.3s;
}

.dot.active {
    background: #0066ff;
    width: 30px;
    border-radius: 5px;
}

/* Service Section */
.service-section h2 {
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.service-section p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

.service-section button {
    margin-top: 20px;
    font-weight: 600;
}

/* Brand Statement */
.brand-statement {
    position: relative;
}

.brand-statement::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.brand-statement .row {
    position: relative;
    z-index: 2;
}

.brand-statement h2,
.brand-statement p {
    color: #fff;
}

/* Footer Section */
.footer-section h3,
.footer-section h4 {
    color: #fff;
    margin-bottom: 15px;
}

.footer-section p,
.footer-section li {
    color: #ccc;
    font-size: 14px;
    line-height: 1.8;
}

.footer-section a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section a:hover {
    color: #fff;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-links li a {
    font-weight: 600;
}

.footer-logo img {
    max-width: 120px;
    margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .main-nav ul {
        flex-direction: column;
        gap: 15px;
    }

    .vinfast-products .product-title {
        font-size: 20px;
    }

    .specs-row .spec-value {
        font-size: 18px;
    }
}

/* ==========================================================================
   XE DIEN VINFAST SECTION CUSTOM STYLING (MATCH MOCKUP DESIGN)
   ========================================================================== */
.product-grid-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;

    .section-title-normal {
        border-bottom: 0px solid #ececec;
    }
}

/* Title row: align header left, view all link right */
.product-grid-section .row:not(.products-row) .col-inner {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    margin-bottom: 25px !important;
}

.product-grid-section .row:not(.products-row) .section-title {
    margin: 0 !important;
    padding: 0 !important;
}

.product-grid-section .row:not(.products-row) .section-title-main {
    font-size: 32px !important;
    font-weight: 800 !important;
    color: #000 !important;
    /* font-family: 'Montserrat', sans-serif !important; */
    letter-spacing: 0.5px !important;
    border: 0 !important;
}

/* Hide original text in view-all-link and rewrite with custom styling */
.product-grid-section .row:not(.products-row) .view-all-link {
    margin: 0 !important;
}

.product-grid-section .row:not(.products-row) .view-all-link p {
    margin: 0 !important;
}

.product-grid-section .row:not(.products-row) .view-all-link a {
    font-size: 0 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
}

.product-grid-section .row:not(.products-row) .view-all-link a::before {
    content: "Xem tất cả" !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #000 !important;
    text-decoration: underline !important;
    text-underline-offset: 4px !important;
}

.product-grid-section .row:not(.products-row) .view-all-link a::after {
    content: " \00bb" !important;
    /* double chevron » */
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #000 !important;
    margin-left: 6px !important;
    text-decoration: none !important;
    display: inline-block !important;
}

/* ==========================================================================
   PRODUCT GRID ITEM CUSTOM STYLING (MATCH MOCKUP DESIGN)
   ========================================================================== */
.products-row .col {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 25px !important;
}

/* Product Box Container */
.products-row .product-box {
    position: relative !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Light turquoise background for the image container */
.products-row .box-image {
    background-color: #eff5f4 !important;
    border-radius: 8px !important;
    padding: 20px !important;
    text-align: center !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    overflow: hidden !important;
}

.products-row .box-image img {
    width: auto !important;
    object-fit: contain !important;
    margin: 0 auto !important;
    z-index: 2 !important;
    position: relative !important;
    transition: transform 0.3s ease !important;
}

.products-row .product-box:hover .box-image img {
    transform: scale(1.08) !important;
}

/* Position product name watermark in the top-left corner of the image card */
.products-row .product-box .product-name {
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;
    right: auto !important;
    text-align: left !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    color: #2a8daf !important;
    /* Steel blue / Teal color matching mockup */
    opacity: 1 !important;
    letter-spacing: 0.5px !important;
    margin: 0 !important;
    z-index: 1 !important;
    pointer-events: none !important;
    text-transform: uppercase !important;
    font-family: 'Montserrat', sans-serif !important;
}

/* Style the details area below the image with grid layout */
.products-row .box-text {
    padding: 15px 0 0 0 !important;
    background: transparent !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    text-align: left !important;
}

.product-info .product-category {
    text-align: center !important;
    display: block;
    width: fit-content;
    margin: 0 auto;
}

/* Product Title/Name spans the first row */
.products-row .product-box .box-text {
    padding-top: 0 !important;
}

.products-row .product-category,
.products-row .product-title,
.products-row .product-box .name {
    grid-column: 1 / 3 !important;
    grid-row: 1 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    text-transform: none !important;
    display: block !important;
    text-align: left !important;
}

/* Append product specific text dynamically */
#text-954580055 .product-category::after {
    content: " Vinfast Vento S" !important;
}

#text-251445073 .product-category::after {
    content: " Vinfast Klara S" !important;
}

#text-4242995482 .product-category::after {
    content: " Vinfast Theon S" !important;
}

#text-3252196530 .product-category::after {
    content: " Vinfast Feliz S" !important;
}

/* Price spans column 1, row 2 */
.products-row .box-text .price,
.products-row .box-text .price-wrapper,
.products-row .box-text span.amount {
    grid-column: 1 !important;
    grid-row: 2 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #000000 !important;
    margin: 0 !important;
    display: block !important;
    text-align: left !important;
}

/* Button spans column 2, row 2 */
.products-row a.view-detail-btn {
    grid-column: 2 !important;
    grid-row: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #0066ff !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    padding: 8px 16px !important;
    border-radius: 99px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    margin: 0 !important;
}

.products-row a.view-detail-btn:hover {
    background-color: #0052cc !important;
    transform: translateY(-2px) !important;
}

.products-row a.view-detail-btn::after {
    content: " >" !important;
    margin-left: 4px !important;
    font-weight: bold !important;
}

/* Mobile responsive overrides for VinFast products block */
@media (max-width: 768px) {
    #row-1235917770 .col-inner {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
    }

    #row-1235917770 .section-title-main {
        font-size: 26px !important;
    }

    #row-1235917770 .view-all-link {
        align-self: flex-end !important;
    }

    .products-row .product-box .product-name {
        font-size: 18px !important;
        top: 10px !important;
        left: 10px !important;
    }

    .products-row .box-image {
        padding: 15px 10px !important;
    }

    .products-row .box-image img {
        height: 125px !important;
    }

    .products-row .product-category {
        font-size: 13px !important;
    }
}

@media (max-width: 576px) {
    .products-row .box-text {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto auto auto !important;
    }

    .products-row .box-text .product-category,
    .products-row .box-text .product-title,
    .products-row .box-text .product-box .name {
        grid-column: 1 !important;
        grid-row: 1 !important;
        font-size: 14px !important;
    }

    .products-row .box-text .price,
    .products-row .box-text .price-wrapper,
    .products-row .box-text span.amount {
        grid-column: 1 !important;
        grid-row: 2 !important;
        font-size: 16px !important;
        margin-bottom: 8px !important;
    }

    .products-row a.view-detail-btn {
        grid-column: 1 !important;
        grid-row: 3 !important;
        width: 100% !important;
        padding: 8px 12px !important;
        font-size: 11px !important;
    }
}

/* ==========================================================================
   WOOCOMMERCE PRODUCT SPECIFICATIONS BOX STYLING
   ========================================================================== */
.mbws-product-specs-box {
    display: flex !important;
    gap: 20px !important;
    margin: 25px 0 !important;
    padding: 15px !important;
    background-color: #f7f9f9 !important;
    border-radius: 8px !important;
    border: 1px solid #eef2f2 !important;
}

.mbws-product-specs-box .spec-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex: 1 !important;
}

.mbws-product-specs-box .spec-icon {
    font-size: 20px !important;
    color: #0066ff !important;
    background-color: rgba(0, 102, 255, 0.08) !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.mbws-product-specs-box .spec-info {
    display: flex !important;
    flex-direction: column !important;
}

.mbws-product-specs-box .spec-label {
    font-size: 18px !important;
    text-transform: uppercase !important;
    color: #7f8c8d !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    line-height: 1.2 !important;
}

.mbws-product-specs-box .spec-value {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin-top: 2px !important;
    line-height: 1.2 !important;
}

@media (max-width: 576px) {
    .mbws-product-specs-box {
        flex-direction: column !important;
        gap: 15px !important;
    }
}

/* ==========================================================================
   PRODUCT SHOWCASE ELEMENT CUSTOM STYLING (MATCH MOCKUP DESIGN)
   ========================================================================== */
.mbws-product-showcase-slider-wrapper {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    position: relative !important;
}

/* Flickity Navigation styling (Mockup arrows) */
.mbws-product-showcase-slider-wrapper .flickity-prev-next-button {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 48px !important;
    height: 48px !important;
    position: absolute !important;
    top: 215px !important;
    /* Lowered to center relative to the scooter body */
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    cursor: pointer !important;
    opacity: 0.8 !important;
    transition: opacity 0.3s ease !important;
}

.mbws-product-showcase-slider-wrapper .flickity-prev-next-button:hover {
    opacity: 1 !important;
}

.mbws-product-showcase-slider-wrapper .flickity-prev-next-button svg {
    display: none !important;
}

.mbws-product-showcase-slider-wrapper .flickity-prev-next-button::after {
    content: "" !important;
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    border-top: 4px solid #1a1a1a !important;
    /* Bold arrow chevron */
    border-right: 4px solid #1a1a1a !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transition: border-color 0.3s ease !important;
}

.mbws-product-showcase-slider-wrapper .flickity-prev-next-button.previous {
    left: 20px !important;
}

.mbws-product-showcase-slider-wrapper .flickity-prev-next-button.previous::after {
    transform: translate(-30%, -50%) rotate(-135deg) !important;
    /* Left arrow pointing left */
}

.mbws-product-showcase-slider-wrapper .flickity-prev-next-button.next {
    right: 20px !important;
}

.mbws-product-showcase-slider-wrapper .flickity-prev-next-button.next::after {
    transform: translate(-70%, -50%) rotate(45deg) !important;
    /* Right arrow pointing right */
}

.mbws-product-showcase-slider-wrapper .flickity-prev-next-button:hover::after {
    border-color: #0066ff !important;
}

/* Carousel dots */
.mbws-product-showcase-slider-wrapper .slider {
    padding-bottom: 50px !important;
    /* Space for pagination dots inside slider */
}

.mbws-product-showcase-slider-wrapper .flickity-page-dots {
    position: absolute !important;
    bottom: 15px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    z-index: 10 !important;
}

/* Single dot */
.mbws-product-showcase-slider-wrapper .flickity-page-dots .dot {
    width: 16px !important;
    height: 16px !important;
    background: #e0e0e0 !important;
    /* Inactive grey */
    border-radius: 50% !important;
    opacity: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer !important;
    border: none !important;
    transition: background 0.3s ease !important;
}

/* Active dot */
.mbws-product-showcase-slider-wrapper .flickity-page-dots .dot.is-selected {
    background: #0066ff !important;
    /* Active blue */
}

/* Slide item (Fade transition override for Flickity) */
.mbws-product-showcase-slider-wrapper .flickity-slider {
    transform: none !important;
    /* Disable horizontal sliding translation */
}

.mbws-showcase-slide {
    width: 100% !important;
    left: 0 !important;
    opacity: 0 !important;
    transition: opacity 0.6s ease-in-out !important;
    z-index: 1 !important;
    pointer-events: none !important;
}

.mbws-showcase-slide.is-selected {
    opacity: 1 !important;
    z-index: 2 !important;
    pointer-events: auto !important;
}

.mbws-showcase-container {
    margin: 0 auto !important;
    padding: 20px !important;
    text-align: center !important;
}

/* Visual area: Image and Watermark */
.mbws-showcase-visual {
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 30px !important;
}

.mbws-showcase-visual .watermark-bg {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -60%) !important;
    z-index: 1 !important;
    width: 100% !important;
    pointer-events: none !important;
}

.mbws-showcase-visual .watermark-main {
    font-size: 80px !important;
    font-weight: 900 !important;
    color: #7998a6 !important;
    opacity: 0.15 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    display: block !important;
    line-height: 1 !important;
    font-family: 'Montserrat', sans-serif !important;
}

.mbws-showcase-visual .watermark-sub {
    font-size: 40px !important;
    font-weight: 500 !important;
    color: #7998a6 !important;
    opacity: 0.15 !important;
    text-transform: capitalize !important;
    display: block !important;
    line-height: 1 !important;
    margin-top: -10px !important;
    font-family: 'Dancing Script', 'Brush Script MT', cursive !important;
}

.mbws-showcase-visual .showcase-scooter-img {
    z-index: 2 !important;
    position: relative !important;
    max-width: 100% !important;
}

.mbws-showcase-visual .showcase-scooter-img img {
    width: auto !important;
    object-fit: contain !important;
    margin: 0 auto !important;
}

/* Specs Row */
.mbws-showcase-specs {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-top: 1px solid #dcdde1 !important;
    padding-top: 25px !important;
    margin-bottom: 35px !important;
    gap: 15px !important;
}

.mbws-showcase-specs .spec-col {
    flex: 1 !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
}

.mbws-showcase-specs .spec-title {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #555 !important;
}

.mbws-showcase-specs .spec-val {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #000 !important;
}

/* CTA Buttons */
.mbws-showcase-cta {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
    margin-bottom: 20px !important;
}

.mbws-showcase-cta a {
    display: inline-block !important;
    width: 220px !important;
    padding: 14px 20px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    border-radius: 8px !important;
    /* Rounded corners as per mockup */
    text-transform: uppercase !important;
    text-decoration: none !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
    text-align: center !important;
}

.mbws-showcase-cta .btn-consult {
    background-color: #0066ff !important;
    color: #ffffff !important;
    border: 1.5px solid #0066ff !important;
}

.mbws-showcase-cta .btn-consult:hover {
    background-color: #0052cc !important;
    border-color: #0052cc !important;
    transform: translateY(-2px) !important;
}

.mbws-showcase-cta .btn-detail {
    background-color: #ffffff !important;
    color: #0066ff !important;
    border: 1.5px solid #0066ff !important;
}

.mbws-showcase-cta .btn-detail:hover {
    background-color: #0066ff !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
}

/* Responsive showcase */
@media (max-width: 768px) {
    .mbws-showcase-visual {
        height: 280px !important;
    }

    .mbws-product-showcase-slider-wrapper .flickity-prev-next-button {
        top: 165px !important;
        /* Adjusted for smaller mobile images */
    }

    .mbws-product-showcase-slider-wrapper .flickity-prev-next-button.previous {
        left: 10px !important;
    }

    .mbws-product-showcase-slider-wrapper .flickity-prev-next-button.next {
        right: 10px !important;
    }

    .mbws-showcase-visual .watermark-main {
        font-size: 50px !important;
    }

    .mbws-showcase-visual .watermark-sub {
        font-size: 26px !important;
    }

    .mbws-showcase-visual .showcase-scooter-img img {
        max-height: 240px !important;
    }

    .mbws-showcase-specs {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 20px 10px !important;
    }

    .mbws-showcase-specs .spec-col {
        flex: unset !important;
        width: 45% !important;
    }

    .mbws-showcase-specs .spec-title {
        font-size: 12px !important;
    }

    .mbws-showcase-specs .spec-val {
        font-size: 16px !important;
    }

    .mbws-showcase-cta {
        flex-direction: column !important;
        align-items: center !important;
        gap: 12px !important;
    }

    .mbws-showcase-cta a {
        width: 100% !important;
        max-width: 280px !important;
    }
}

/* ==========================================================================
   VINFAST SERVICE WORKSHOP SECTION CUSTOM STYLING (MATCH MOCKUP DESIGN)
   ========================================================================== */
#section_1251421738 {
    background-color: #ffffff !important;
}

/* Clear overlay dark effect from image container */
#image_1799836120 .img-inner.dark {
    background-color: transparent !important;
}

#image_1799836120 .img-inner::after {
    background-color: transparent !important;
    opacity: 0 !important;
    display: none !important;
}

#image_1799836120 .img-inner {
    border-radius: 8px !important;
    overflow: hidden !important;
}

#image_1799836120 img {
    border-radius: 8px !important;
}

/* Service Title styling - remove horizontal divider lines */
#col-575356057 .section-title-container {
    margin-bottom: 25px !important;
}

#col-575356057 .section-title {
    border: none !important;
}

#col-575356057 .section-title b {
    display: none !important;
}

#col-575356057 .section-title-main {
    font-size: 36px !important;
    font-weight: 800 !important;
    color: #1a1a1a !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    font-family: inherit !important;
    line-height: 1.2 !important;
}

/* Text paragraph spacing and sizing */
#col-575356057 p {
    font-size: 16px !important;
    line-height: 1.75 !important;
    color: #4a4a4a !important;
    margin-bottom: 30px !important;
    margin-top: 0 !important;
}

/* Booking CTA Button */
#col-575356057 a.button {
    background-color: #0066ff !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    padding: 14px 36px !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: auto !important;
    min-height: 48px !important;
}

#col-575356057 a.button:hover {
    background-color: #0052cc !important;
    transform: translateY(-2px) !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #col-575356057>.col-inner {
        padding: 20px 10px !important;
    }

    #col-575356057 .section-title-main {
        font-size: 28px !important;
    }

    #col-575356057 p {
        font-size: 15px !important;
        margin-bottom: 25px !important;
    }

    #col-575356057 a.button {
        width: 100% !important;
        max-width: 280px !important;
    }
}

.truonghien-intro-hero .col-inner {
    padding: 0 !important;
}

.truonghien-about-full h2 {
    color: #3D67B1;
    font-weight: 700;
    text-transform: uppercase;
}

.truonghien-about-full h3 {
    color: #3D67B1;
    font-weight: 700;
    text-transform: uppercase;
}

.truonghien-closing {
    position: relative;
}

.truonghien-closing h2 {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
    .truonghien-closing h2 {
        font-size: 24px !important;
    }
}


.product-grid-custom {
    margin-bottom: 30px;
}

.product-grid-custom .col-inner {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.product-grid-custom .col-inner:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

.product-grid-custom .button.primary {
    background: #0066FF;
    color: #fff;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.product-grid-custom .button.primary:hover {
    background: #0052CC;
}

.custom-form-tuvan {
    max-width: 500px;
    margin: 0 auto;
}

.custom-form-tuvan .form-field {
    margin-bottom: 20px;
}

.custom-form-tuvan input[type="text"],
.custom-form-tuvan input[type="tel"],
.custom-form-tuvan input[type="email"] {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.custom-form-tuvan input:focus {
    outline: none;
    border-color: #0066FF;
}

.custom-form-tuvan .form-submit {
    text-align: center;
    margin-top: 25px;
}

.custom-form-tuvan .button.primary {
    background: #0066FF;
    color: #fff;
    padding: 15px 60px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-form-tuvan .button.primary:hover {
    background: #0052CC;
    transform: scale(1.05);
}


/* Form đăng ký tư vấn */
#section_1446672849 {
    background-color: #f2f2f2 !important;
}

#section_1446672849 h2 {
    font-size: 32px !important;
    font-weight: 800 !important;
    color: #1a1a1a !important;
    text-transform: uppercase !important;
    margin-bottom: 12px !important;
    font-family: inherit !important;
    text-align: center !important;
}

#section_1446672849 p {
    font-size: 16px !important;
    color: #333333 !important;
    margin-bottom: 35px !important;
    text-align: center !important;
}

.cf7-car-form {
    max-width: 600px !important;
    margin: 0 auto !important;
}

.cf7-car-form .cf7-field {
    margin-bottom: 20px !important;
}

.cf7-car-form input[type="text"],
.cf7-car-form input[type="tel"],
.cf7-car-form input[type="email"] {
    width: 100% !important;
    height: 80px !important;
    padding: 15px 20px 45px 20px !important;
    border: none !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    font-size: 16px !important;
    color: #333333 !important;
    box-sizing: border-box !important;
    outline: none !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03) !important;
    transition: all 0.3s ease !important;
}

.cf7-car-form input:focus {
    box-shadow: 0 3px 12px rgba(0, 102, 255, 0.08) !important;
}

/* Style Webkit, Firefox and IE placeholders to align at the top-left and have blue color */
.cf7-car-form input::-webkit-input-placeholder {
    color: #0066ff !important;
    opacity: 1 !important;
    font-weight: 600 !important;
}

.cf7-car-form input::-moz-placeholder {
    color: #0066ff !important;
    opacity: 1 !important;
    font-weight: 600 !important;
}

.cf7-car-form input:-ms-input-placeholder {
    color: #0066ff !important;
    opacity: 1 !important;
    font-weight: 600 !important;
}

.cf7-car-form input::placeholder {
    color: #0066ff !important;
    opacity: 1 !important;
    font-weight: 600 !important;
}

/* Submit button */
.cf7-car-form .wpcf7-submit {
    width: 250px !important;
    height: 58px !important;
    border: none !important;
    border-radius: 12px !important;
    background-color: #0066ff !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: block !important;
    margin: 30px auto 0 !important;
    box-shadow: 0 4px 12px rgba(0, 102, 255, 0.15) !important;
}

.cf7-car-form .wpcf7-submit:hover {
    background-color: #0052cc !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0, 102, 255, 0.3) !important;
}

/* CF7 response outputs */
.wpcf7-response-output {
    margin: 20px auto 0 !important;
    max-width: 600px !important;
}

/* Bỏ khoảng trắng thừa của CF7 */
.cf7-car-form p {
    margin: 0 !important;
}

/* ==========================================================================
   MEGA MENU TABS CUSTOM STYLING (MATCH MOCKUP DESIGN)
   ========================================================================== */
/* Remove standard Flatsome tab borders and style the container */
.menu-down-mega .row {
    margin: 0 auto !important;
}

.custom-menu-down-mega ul.nav {
    border-bottom: none !important;
    margin-bottom: 30px !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 540px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 15px !important;
}

.custom-menu-down-mega ul.nav>li {
    margin: 0 !important;
}

.custom-menu-down-mega ul.nav>li>a {
    color: #1a1a1a !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    padding: 8px 0 !important;
    border-bottom: 3px solid transparent !important;
    transition: all 0.3s ease !important;
}

/* Highlight active tab in blue */
.custom-menu-down-mega ul.nav>li.active>a,
.custom-menu-down-mega ul.nav>li.active>a span {
    color: #3D67B1 !important;
    /* Custom blue color matching mockup */
}

.custom-menu-down-mega ul.nav>li>a:hover {
    color: #3D67B1 !important;
}

/* Remove indicator arrows/lines from nav simple */
.custom-menu-down-mega ul.nav-simple>li>a::after {
    display: none !important;
}

.custom-menu-down-mega ul.nav::after {
    display: none !important;
}

/* Tab Panels container styling */
.custom-menu-down-mega .tab-panels {
    border: none !important;
    padding: 0 !important;
}

/* Flex layout for panels to align items exactly like mockup */
.custom-menu-down-mega .tab-panels .panel {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 40px 20px !important;
    /* padding: 20px 0 !important; */
}

/* Layout for each product box inside the mega menu */
.custom-menu-down-mega .tab-panels .panel .icon-box {
    width: calc(20% - 16px) !important;
    /* Exactly 5 items per row on desktop */
    min-width: 150px !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

/* Reset image/scooter wrapper dimensions */
.custom-menu-down-mega .tab-panels .panel .icon-box .icon-box-img {
    width: 120px !important;
    margin: 0 auto 12px auto !important;
}

.custom-menu-down-mega .tab-panels .panel .icon-box .icon-box-img img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
}

/* Title h3 (scooter name) formatting */
.custom-menu-down-mega .tab-panels .panel .icon-box .icon-box-text h3 {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    margin: 0 !important;
    line-height: 1.25 !important;
    text-transform: none !important;
    font-family: inherit !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .custom-menu-down-mega ul.nav {
        max-width: 420px !important;
        margin-bottom: 20px !important;
    }

    .custom-menu-down-mega ul.nav>li>a {
        font-size: 14px !important;
    }

    .custom-menu-down-mega .tab-panels .panel {
        gap: 30px 15px !important;
    }

    .custom-menu-down-mega .tab-panels .panel .icon-box {
        width: calc(33.33% - 10px) !important;
        /* 3 items per row on tablet */
    }
}

@media (max-width: 576px) {
    .custom-menu-down-mega .tab-panels .panel .icon-box {
        width: calc(50% - 8px) !important;
        /* 2 items per row on mobile */
    }
}

/* ==========================================================================
   CUSTOM PILL SEARCH FORM
   ========================================================================== */
.searchform {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.searchform .flex-row {
    border: 2px solid #000000 !important;
    border-radius: 99px !important;
    background-color: #ffffff !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 12px 0 20px !important;
    height: 44px !important;
    /* Chiều cao thanh tìm kiếm */
    margin: 0 auto !important;
}

.searchform .flex-col {
    padding: 0 !important;
    margin: 0 !important;
}

.searchform .search-field {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 15px !important;
    color: #333333 !important;
}

.searchform .search-field:focus {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

/* Định dạng lại nút tìm kiếm thành dạng icon đơn giản */
.searchform button[type="submit"].ux-search-submit {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    margin: 0 !important;
    padding: 0 8px !important;
    min-height: 0 !important;
    height: auto !important;
    line-height: 1 !important;
}

.searchform button[type="submit"].ux-search-submit i.icon-search {
    font-size: 18px !important;
    color: #000000 !important;
}

.searchform button[type="submit"].ux-search-submit::after {
    display: none !important;
}

/* ==========================================================================
   PRODUCT ITEM CUSTOM STYLING (MATCH MOCKUP DESIGN)
   ========================================================================== */
/* Set light background and padding for the image container */
.product-small .box-image {
    background-color: #EFF4F0 !important;
    border-radius: 8px !important;
    padding: 50px 15px 0 !important;
    text-align: center !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    overflow: hidden !important;
}

.product-small .box-image img {
    /* max-height: 220px !important; */
    width: auto !important;
    object-fit: contain !important;
    margin: 0 auto !important;
    z-index: 2 !important;
    position: relative !important;
    transition: transform 0.3s ease !important;
}

.product-small:hover .box-image img {
    transform: scale(1.08) !important;
}

/* Watermark text styling in top-left */
.product-small .box-image .product-watermark {
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    color: #2a8daf !important;
    /* Steel blue / Teal watermark color */
    letter-spacing: 0.5px !important;
    margin: 0 !important;
    z-index: 1 !important;
    pointer-events: none !important;
    text-transform: uppercase !important;
    font-family: inherit !important;
}

/* Layout details area below image with flex/grid */
.product-small .box-text {
    padding: 15px 0 0 0 !important;
    background: transparent !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    text-align: left !important;
}

/* Title spans row 1 */
.product-small .box-text .title-wrapper,
.product-small .box-text .name,
.product-small .box-text .product-title {
    grid-column: 1 / 3 !important;
    grid-row: 1 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin-top: 0 !important;
    /* margin-bottom: 12px !important; */
    text-transform: none !important;
    display: block !important;
    text-align: left !important;
    line-height: 1.3 !important;
}

.product-small .box-text .title-wrapper a,
.product-small .box-text .name a,
.product-small .box-text .product-title a {
    color: #1a1a1a !important;
    font-weight: 700 !important;
}

/* Price spans column 1, row 2 */
.product-small .box-text .price-wrapper,
.product-small .box-text .price {
    grid-column: 1 !important;
    grid-row: 2 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    text-align: left !important;
}

.product-small .box-text .price-wrapper span.amount,
.product-small .box-text .price span.amount,
.product-small .box-text .price ins {
    font-size: 17px !important;
    font-weight: 800 !important;
    color: #000000 !important;
    text-decoration: none !important;
}

/* Hide original add-to-cart or subtexts inside price wrapper if needed */
.product-small .box-text .price del {
    font-size: 13px !important;
    color: #888 !important;
    display: block !important;
    margin-bottom: 2px !important;
}

/* Custom "TÌM HIỂU NGAY" Button spans column 2, row 2 */
.product-small a.view-detail-btn {
    grid-column: 2 !important;
    grid-row: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #0066ff !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    padding: 8px 16px !important;
    border-radius: 99px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    margin: 0 !important;
    border: none !important;
}

.product-small a.view-detail-btn:hover {
    background-color: #0052cc !important;
    color: #ffffff !important;
}

/* Mobile responsive layout for product cards to prevent price & button overlap */
@media (max-width: 768px) {
    .product-small .box-text {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto auto auto !important;
        row-gap: 8px !important;
    }

    .product-small .box-text .title-wrapper,
    .product-small .box-text .name,
    .product-small .box-text .product-title {
        grid-column: 1 !important;
        grid-row: 1 !important;
        font-size: 14px !important;
    }

    .product-small .box-text .price-wrapper,
    .product-small .box-text .price {
        grid-column: 1 !important;
        grid-row: 2 !important;
        margin-bottom: 4px !important;
    }

    .product-small a.view-detail-btn {
        grid-column: 1 !important;
        grid-row: 3 !important;
        width: 100% !important;
        justify-content: center !important;
        display: inline-flex !important;
        padding: 8px 12px !important;
        font-size: 11px !important;
        border-radius: 99px !important;
        white-space: nowrap !important;
    }
}

/* Remove default Flatsome loop add-to-cart buttons if displayed */
.product-small .add-to-cart-button,
.product-small .box-text .add-to-cart-grid {
    display: none !important;
}

/* ==========================================================================
   PRODUCT GALLERY SLIDER & COLOR SWATCH OVERRIDES (MATCH MOCKUP)
   ========================================================================== */
.mbws-product-slider-wrapper {
    position: relative !important;
    width: 100% !important;
    margin: 0 auto !important;
}

/* Make space for absolute dots and buttons at the bottom */
.mbws-product-slider-wrapper .mbws-product-main-slider {
    padding-bottom: 55px !important;
}

/* Customize Flickity dots at the bottom */
.mbws-product-slider-wrapper .flickity-page-dots {
    position: absolute !important;
    bottom: 15px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: auto !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    z-index: 10 !important;
}

.mbws-product-slider-wrapper .flickity-page-dots .dot {
    width: 12px !important;
    height: 12px !important;
    margin: 0 !important;
    background-color: #e0e0e0 !important;
    opacity: 1 !important;
    border-radius: 50% !important;
    border: none !important;
    transition: all 0.3s ease !important;
}

.mbws-product-slider-wrapper .flickity-page-dots .dot.is-selected {
    background-color: #0066ff !important;
    transform: scale(1.15) !important;
}

/* Align and customize navigation arrows inline with dots */
.mbws-product-slider-wrapper .flickity-prev-next-button {
    position: absolute !important;
    top: auto !important;
    bottom: 15px !important;
    width: 30px !important;
    height: 30px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    z-index: 11 !important;
    opacity: 1 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transform: none !important;
}

.mbws-product-slider-wrapper .flickity-prev-next-button:hover {
    background: transparent !important;
}

.mbws-product-slider-wrapper .flickity-prev-next-button.previous {
    left: calc(50% - 85px) !important;
    right: auto !important;
}

.mbws-product-slider-wrapper .flickity-prev-next-button.next {
    left: calc(50% + 55px) !important;
    right: auto !important;
}

/* Replace default SVG arrows with custom SVG triangles */
.mbws-product-slider-wrapper .flickity-prev-next-button svg {
    display: none !important;
}

.mbws-product-slider-wrapper .flickity-prev-next-button::before {
    content: "" !important;
    display: inline-block !important;
    width: 0 !important;
    height: 0 !important;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
    transition: all 0.3s ease !important;
}

.mbws-product-slider-wrapper .flickity-prev-next-button.previous::before {
    border-right: 14px solid #a6acbe !important;
    /* Grey left arrow pointer */
}

.mbws-product-slider-wrapper .flickity-prev-next-button.next::before {
    border-left: 14px solid #0066ff !important;
    /* Blue right arrow pointer */
}

.mbws-product-slider-wrapper .flickity-prev-next-button.previous:hover::before {
    border-right-color: #0066ff !important;
}

/* Styling color swatches */
.vc-sunoo-hero .color-selector {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin: 25px 0 15px 0 !important;
}

.vc-sunoo-hero .color-row {
    display: flex !important;
    gap: 12px !important;
}

.vc-sunoo-hero .color-swatch {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    border: 2px solid #e0e0e0 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1) !important;
}

.vc-sunoo-hero .color-swatch:hover {
    transform: scale(1.15) !important;
    border-color: #0066ff !important;
    box-shadow: 0 0 8px rgba(0, 102, 255, 0.4) !important;
}

/* WooCommerce variations container adjustments */
.mbws-dynamic-swatches-wrapper {
    margin-top: 20px !important;
    margin-bottom: 25px !important;
}

.mbws-dynamic-swatches-wrapper table.variations {
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
}

.mbws-dynamic-swatches-wrapper table.variations tr,
.mbws-dynamic-swatches-wrapper table.variations td {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
}



/* Hero Section */
.vc-sunoo-hero .product-brand {
    color: var(--fs-color-primary);
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.vc-sunoo-hero .product-title {
    color: var(--fs-color-primary);
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 15px 0;
    letter-spacing: -1px;
}

.vc-sunoo-hero .product-price {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.vc-sunoo-hero .product-slogan {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
    color: #333;
}

.vc-sunoo-hero .product-specs {
    margin-bottom: 25px;
}

.vc-sunoo-hero .spec-item {
    margin-bottom: 15px;
}

.vc-sunoo-hero .spec-label {
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 500;
}

.vc-sunoo-hero .spec-value {
    font-size: 28px;
    font-weight: 700;
    color: #000;
}

.vc-sunoo-hero .color-selector {
    margin: 25px 0;
}

.vc-sunoo-hero .color-row {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.vc-sunoo-hero .color-swatch {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

.vc-sunoo-hero .color-swatch:hover {
    transform: scale(1.15);
    border-color: var(--fs-color-primary);
    box-shadow: 0 2px 10px rgba(30, 115, 190, 0.4);
}

.vc-sunoo-hero .carousel-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 25px 0;
}

.vc-sunoo-hero .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vc-sunoo-hero .dot.active {
    background: var(--fs-color-primary);
    transform: scale(1.3);
}

.vc-sunoo-hero .dot-nav {
    color: var(--fs-color-primary);
    font-size: 18px;
    cursor: pointer;
    font-weight: 700;
}

.vc-sunoo-hero .cta-buttons {
    margin-top: 30px;
}

.cta-buttons .text {
    display: flex;
    flex-direction: row;
}

.vc-sunoo-hero .btn-contact .button {
    background: #007bff !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.vc-sunoo-hero .btn-register .button {
    border: 2px solid #007bff !important;
    color: #007bff !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.vc-sunoo-hero .main-product-image {
    max-width: 100%;
    height: auto;
}

/* Features Grid 3 Columns */
.features-grid-3col {
    background: #ffffff !important;
    padding: 60px 0 !important;
}

.features-grid-3col .row {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.features-grid-3col .col-inner {
    padding: 20px !important;
}

.features-grid-3col .col-inner .icon-box {
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    column-gap: 15px !important;
    row-gap: 10px !important;
    margin-bottom: 45px !important;
}

.features-grid-3col .col-inner .icon-box:last-child {
    margin-bottom: 0 !important;
}

.features-grid-3col .icon-box-img {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 28px !important;
    height: 28px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.features-grid-3col .icon-box-img img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}

.features-grid-3col .icon-box-text {
    display: contents !important;
}

.features-grid-3col .feature-title-main {
    grid-column: 2 !important;
    grid-row: 1 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    color: #111111 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    line-height: 1.2 !important;
}

.features-grid-3col .feature-desc-main {
    grid-column: 1 / span 2 !important;
    grid-row: 2 !important;
    font-size: 15px !important;
    line-height: 1.62 !important;
    color: #555555 !important;
    margin: 0 !important;
}

.features-grid-3col .feature-center-image {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
}

/* Tech Breakthrough Section */
.tech-breakthrough {
    background: transparent;
    overflow: hidden;
}

.tech-breakthrough .row-collapse {
    margin: 0 !important;
}

.tech-breakthrough .tech-heading {
    color: var(--fs-color-primary);
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tech-breakthrough .tech-feature {
    margin-bottom: 30px;
}

.tech-breakthrough .tech-subtitle {
    color: #000;
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tech-breakthrough .tech-list {
    color: #333;
    line-height: 1.8;
    padding-left: 20px;
    margin: 0;
}

.tech-breakthrough .tech-list li {
    font-size: 14px;
    margin-bottom: 8px;
}

.tech-breakthrough .tech-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Product Showcase Section - NEW */
.product-showcase {
    position: relative !important;
}

.product-showcase .showcase-title {
    color: #000000 !important;
    font-size: 48px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin-bottom: 40px !important;
    text-align: center !important;
}

.product-showcase .slider {
    padding-bottom: 80px !important;
}

.product-showcase .gallery-col {
    width: 100% !important;
    text-align: center !important;
}

.product-showcase .gallery-col img {
    max-width: 100% !important;
    height: auto !important;
    display: inline-block !important;
}

/* Position Flickity navigation buttons at the bottom center */
.product-showcase .flickity-prev-next-button {
    position: absolute !important;
    top: auto !important;
    bottom: 25px !important;
    width: 30px !important;
    height: 30px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    z-index: 10 !important;
    opacity: 1 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transform: none !important;
}

.product-showcase .flickity-prev-next-button:hover {
    background: transparent !important;
}

.product-showcase .flickity-prev-next-button.previous {
    left: calc(50% - 100px) !important;
    right: auto !important;
}

.product-showcase .flickity-prev-next-button.next {
    left: calc(50% + 80px) !important;
    right: auto !important;
}

/* SVG icons hidden */
.product-showcase .flickity-prev-next-button svg {
    display: none !important;
}

/* Custom triangles */
.product-showcase .flickity-prev-next-button::before {
    content: "" !important;
    display: inline-block !important;
    width: 0 !important;
    height: 0 !important;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
    transition: all 0.3s ease !important;
}

.product-showcase .flickity-prev-next-button.previous::before {
    border-right: 14px solid #0066ff !important;
    /* Blue left arrow pointer */
}

.product-showcase .flickity-prev-next-button.next::before {
    border-left: 14px solid #7d7d7d !important;
    /* Grey right arrow pointer */
}

.product-showcase .flickity-prev-next-button.previous:hover::before {
    border-right-color: #0052cc !important;
}

.product-showcase .flickity-prev-next-button.next:hover::before {
    border-left-color: #0066ff !important;
}

/* Product Specifications Section - NEW */
.product-specifications {
    background: #ffffff !important;
    padding: 60px 0 !important;
}

.product-specifications .specs-heading {
    font-size: 32px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 35px !important;
    text-align: left !important;
    color: #000000 !important;
}

.product-specifications .specs-table-wrapper {
    width: 100% !important;
    background: #f5f5f7 !important;
    padding: 25px 30px !important;
    border-radius: 12px !important;
    box-sizing: border-box !important;
}

.product-specifications .specs-table {
    width: 100% !important;
    border-collapse: collapse !important;
    background: transparent !important;
    border: none !important;
}

.product-specifications .specs-table tr {
    border-bottom: 1px solid #e5e5e7 !important;
    height: auto !important;
}

.product-specifications .specs-table tr:last-child {
    border-bottom: none !important;
}

.product-specifications .specs-table td {
    padding: 14px 0 !important;
    border: none !important;
    background: transparent !important;
    vertical-align: middle !important;
    color: #000000 !important;
    font-size: 15px !important;
}

/* First column (Label) */
.product-specifications .specs-table td:first-child {
    text-align: left !important;
    font-weight: 500 !important;
    width: 55% !important;
}

/* Second column (Value) */
.product-specifications .specs-table td:last-child {
    text-align: right !important;
    font-weight: 700 !important;
    width: 45% !important;
}

/* Hover effect */
.product-specifications .specs-table tr:hover td {
    background: transparent !important;
}

/* Responsive */
@media (max-width: 768px) {
    .vc-sunoo-hero .product-brand {
        font-size: 24px !important;
        margin-bottom: 5px !important;
    }

    .vc-sunoo-hero .product-title {
        font-size: 46px !important;
        margin-bottom: 10px !important;
    }

    .vc-sunoo-hero .product-price {
        font-size: 24px !important;
        margin-bottom: 8px !important;
    }

    .vc-sunoo-hero .product-slogan {
        font-size: 12px !important;
        margin-bottom: 15px !important;
    }

    .vc-sunoo-hero .spec-label {
        font-size: 14px !important;
        margin-bottom: 3px !important;
    }

    .vc-sunoo-hero .spec-value {
        font-size: 18px !important;
    }


    .features-grid-3col .col-inner .icon-box {
        margin-bottom: 30px !important;
        column-gap: 10px !important;
        row-gap: 6px !important;
    }

    .features-grid-3col .icon-box-img {
        width: 24px !important;
        height: 24px !important;
    }

    .features-grid-3col .feature-title-main {
        font-size: 18px !important;
    }

    .features-grid-3col .feature-desc-main {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .tech-breakthrough .tech-heading {
        font-size: 28px !important;
    }

    .vc-sunoo-hero .cta-buttons .col-inner {
        margin-bottom: 10px;
    }

    .product-showcase .showcase-title {
        font-size: 36px !important;
    }

    .product-showcase .slider {
        padding-bottom: 60px !important;
    }

    .product-showcase .flickity-prev-next-button {
        bottom: 15px !important;
    }

    .product-specifications .specs-heading {
        font-size: 24px !important;
        margin-bottom: 20px !important;
    }

    .product-specifications .specs-table-wrapper {
        padding: 15px 20px !important;
        margin-bottom: 20px !important;
    }

    .product-specifications .specs-table td {
        font-size: 13px !important;
        padding: 10px 0 !important;
    }
}

/* Hide WooCommerce/Flatsome shop default titles on product category pages */
body.tax-product_cat .page-title,
body.tax-product_cat .shop-page-title,
body.tax-product_cat .breadcrumbs {
    display: none !important;
}

/* ==========================================================================
   FOOTER CUSTOM STYLING (MATCH MOCKUP DESIGN)
   ========================================================================== */
#footer.footer-wrapper {
    background-color: #ffffff !important;
}

#footer .company-header-section {
    background-color: #ffffff !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

/* Row 1: Logo & Company Name alignment */
#footer #row-460836258 {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 20px !important;
    margin-bottom: 25px !important;
}

#footer #col-701953592,
#footer #col-198507294 {
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    padding: 0 !important;
}

#footer #col-198507294 {
    flex: 1 1 auto !important;
}

#footer #image_634509901 {
    max-width: 90px !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
}

#footer #image_634509901 img {
    max-width: 100% !important;
    height: auto !important;
}

#footer #col-198507294 h3 {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #000000 !important;
    line-height: 1.35 !important;
    margin: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: -0.5px !important;
}

/* Company Details Text */
#footer .company-name-text p {
    font-size: 16px !important;
    /* line-height: 24px !important; */
    color: #000000 !important;
    margin: 0 0 24px 0 !important;
}

#footer .company-name-text p strong {
    font-weight: 700 !important;
}

/* Certification Badge */
#footer #image_788976523 {
    max-width: 160px !important;
    width: 100% !important;
    height: auto !important;
    margin-top: 20px !important;
    display: block !important;
}

#footer #image_788976523 img {
    max-width: 100% !important;
    height: auto !important;
}

/* Right Column: Links */
#footer .header-links-text a {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    text-decoration: underline !important;
    text-underline-offset: 4px !important;
    transition: color 0.3s ease !important;
    line-height: 24px !important;
}

#footer .header-links-text a:hover {
    color: #0066ff !important;
}

/* Replace colored arrow emoji with custom black unicode arrow */
#footer .header-links-text .emoji {
    display: none !important;
}

#footer .header-links-text span::after {
    content: "\2197" !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin-left: 8px !important;
    line-height: 24px !important;
}

/* Align text vertically on desktop */
@media (min-width: 769px) {
    #footer .header-links-col {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
    }

    #footer .header-links-text {
        text-align: right !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        /* margin-top: 133px !important; */
        /* height of logo row + margin-bottom */
    }

    #footer .header-links-text p {
        /* margin: 0 0 24px 0 !important; */
        /* display: flex !important; */
        align-items: flex-end !important;
        justify-content: flex-end !important;

        a {
            font-size: 16px !important;
            font-weight: 500;
        }
    }

    #footer .header-links-text p {
        height: 48px !important;
        /* aligns with 2-line GPKD text */
    }

    #footer .header-links-text p:last-child {
        /* height: 24px !important; */
        /* aligns with 1-line Hotline text */
        margin-bottom: 0 !important;
    }
}

/* Social Icons Row */
#footer #row-136827000 {
    margin-top: 15px !important;
}

#footer .social-icons {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 12px !important;
    font-size: 100% !important;
}

/* Facebook Icon Style */
#footer .social-icons .icon {
    background-color: #000000 !important;
    border: none !important;
    color: #ffffff !important;
    width: 36px !important;
    height: 36px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    transition: transform 0.3s ease !important;
}

#footer .social-icons i {
    color: #ffffff !important;
    font-size: 16px !important;
}

/* Twitter Icon -> Turn into TikTok Icon */
/* #footer .social-icons {
    background-color: #000000 !important;
    border: none !important;
    width: 36px !important;
    height: 36px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    transition: transform 0.3s ease !important;
} */

/* #footer .social-icons .twitter i {
    display: none !important;
} */

/* 
#footer .social-icons .twitter::before {
    content: "" !important;
    display: inline-block !important;
    width: 16px !important;
    height: 16px !important;
    background-color: #ffffff !important;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a72.58,72.58,0,1,0,50.23,69.63V0h90v124.07A208.78,208.78,0,0,0,448,209.91Z"/></svg>') no-repeat center !important;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a72.58,72.58,0,1,0,50.23,69.63V0h90v124.07A208.78,208.78,0,0,0,448,209.91Z"/></svg>') no-repeat center !important;
    mask-size: contain !important;
    -webkit-mask-size: contain !important;
} */



#footer .img-logo-footer .icon-box-img {
    width: 100px !important;
}

#footer .img-logo-footer .icon-box-text h3 {
    font-size: 28px !important;
}

#footer .img-logo-footer img {
    width: 100%;
}

#footer .img-logo-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#footer .certification-badge {
    max-width: 170px;
}

/* #footer .social-icons .facebook:hover,
#footer .social-icons .twitter:hover {
    transform: scale(1.1) !important;
} */
.certification-social-row .col,
.header-links-col,
.company-info-col {
    padding-bottom: 0;
}

/* Responsive Footer styling */
@media (max-width: 768px) {
    #footer #row-460836258 {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 15px !important;
    }

    #footer #col-198507294 h3 {
        font-size: 16px !important;
    }

    #footer .header-links-text {
        text-align: left !important;
        align-items: flex-start !important;
    }

    #footer .header-links-text p {
        justify-content: flex-start !important;
    }

    #footer .social-icons {
        justify-content: flex-start !important;
        margin-top: 15px !important;
    }
}

/* ==========================================================================
   RECRUITMENT CUSTOM FIELDS STYLING
   ========================================================================== */
.mbws-recruitment-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666666;
    margin-top: 6px;
    margin-bottom: 12px;
    font-weight: normal;
    text-transform: none;
}

.mbws-recruitment-meta .recruitment-icon {
    display: inline-block !important;
    width: 14px !important;
    height: 14px !important;
    font-size: 0 !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-right: 6px !important;
    vertical-align: middle !important;
}

.mbws-recruitment-meta .recruitment-type .recruitment-icon {
    background-image: url('assets/img/image%20119.png') !important;
}

.mbws-recruitment-meta .recruitment-location .recruitment-icon {
    background-image: url('assets/img/image%20120.png') !important;
}

.mbws-recruitment-meta .divider {
    color: #cccccc;
    margin: 0 4px;
}

/* Align meta text matching parent title alignments */
.text-center .mbws-recruitment-meta {
    justify-content: center;
}

.text-left .mbws-recruitment-meta {
    justify-content: flex-start;
}

.text-right .mbws-recruitment-meta {
    justify-content: flex-end;
}

.absolute-footer {
    display: none;
}

/* ==========================================================================
   WHY CHOOSE US SECTION CUSTOM STYLING (MATCH MOCKUP DESIGN)
   ========================================================================== */
/* #section_712808450 {
    background-color: #ffffff !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.why-choose-us #text-1254336941 h2 {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #000000 !important;
    margin-bottom: 45px !important;
    letter-spacing: -0.5px !important;
}

*/
/* Columns alignment */
@media (min-width: 769px) {
    /* 
    .why-choose-us #col-1088848423,
    .why-choose-us #col-1583588261 {
        padding-left: 0 !important;
        padding-right: 40px !important;
    }

    .why-choose-us #col-1965732491,
    .why-choose-us #col-122294845 {
        padding-left: 40px !important;
        padding-right: 0 !important;
    } */
}

@media (max-width: 768px) {
    .why-choose-us .col {
        padding: 15px 0 !important;
    }

    .why-choose-us h2 {
        font-size: 22px !important;
        margin-bottom: 25px !important;
    }
}

/* Icon Box Layout */
.why-choose-us .icon-box {
    position: relative !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.why-choose-us .icon-box-img {
    position: absolute !important;
    left: 0 !important;
    top: 2px !important;
    width: 22px !important;
    height: 22px !important;
    margin: 0 !important;
}

.why-choose-us .icon-box-img img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    padding: 0;
}

.why-choose-us .icon-box-text {
    padding: 0 !important;
    margin: 0 !important;
}

.why-choose-us .icon-box-text h4 {
    padding-left: 32px !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #2b6cb0 !important;
    /* Blue color matching the check icon theme */
    min-height: 22px !important;
    display: flex !important;
    align-items: center !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
}

.why-choose-us .icon-box-text p {
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #000000 !important;
    /* Bold, high-contrast dark text */
    margin: 0 !important;
    padding-left: 0 !important;
}

/* ==========================================================================
   JOB LISTING SECTION CUSTOM STYLING (MATCH MOCKUP DESIGN)
   ========================================================================== */
#section_1033621911 {
    background-color: #ffffff !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

/* Section Title */
.job-listing #text-687787628 h2 {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #1e73be !important;
    /* Clean primary blue */
    margin-bottom: 40px !important;
    letter-spacing: -0.5px !important;
    text-align: center !important;
}

/* Container Centering */
.job-listing #col-36926897 {
    max-width: 900px !important;
    margin: 0 auto !important;
    float: none !important;
    display: block !important;
}

/* Job Item Card */
.job-listing .job-item {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background-color: #f5f5f7 !important;
    /* Very light grey */
    border-radius: 12px !important;
    padding: 24px 32px !important;
    margin-bottom: 18px !important;
    transition: background-color 0.3s ease, transform 0.2s ease !important;
    border: none !important;
}

.job-listing .job-item:hover {
    background-color: #ececed !important;
    cursor: pointer !important;
}

/* Job Content */
.job-listing .job-content {
    flex: 1 1 auto !important;
    text-align: left !important;
}

.job-listing .job-title {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #000000 !important;
    margin: 0 0 6px 0 !important;
    text-transform: uppercase !important;
    letter-spacing: -0.3px !important;
}

/* Job Meta */
.job-listing .job-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 14px !important;
    color: #777777 !important;
    margin-top: 6px !important;
    font-weight: 500 !important;
}

.job-listing .job-meta br {
    display: none !important;
}

/* Meta Items - Hide Emoji Image, Use Text Emoji */
.job-listing .job-type img.emoji,
.job-listing .job-location img.emoji {
    display: none !important;
}

.job-listing .job-type::before {
    content: "" !important;
    display: inline-block !important;
    width: 14px !important;
    height: 14px !important;
    background-image: url('assets/img/image%20119.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-right: 6px !important;
}

.job-listing .job-location::before {
    content: "" !important;
    display: inline-block !important;
    width: 14px !important;
    height: 14px !important;
    background-image: url('assets/img/image%20120.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-right: 6px !important;
}

.job-listing .job-type {
    display: inline-flex !important;
    align-items: center !important;
}

.job-listing .job-location {
    display: inline-flex !important;
    align-items: center !important;
}

.job-listing .job-type::after {
    content: "|" !important;
    margin-left: 14px !important;
    color: #dddddd !important;
}

/* Custom Long Arrow with Micro-animation */
.job-listing .job-arrow {
    font-size: 0 !important;
    /* Hide default arrow character */
    position: relative !important;
    width: 50px !important;
    height: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex: 0 0 auto !important;
    margin-left: 20px !important;
}

.job-listing .job-arrow::before {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    width: 45px !important;
    height: 2px !important;
    background-color: #000000 !important;
    transition: width 0.3s ease, background-color 0.3s ease !important;
}

.job-listing .job-arrow::after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    width: 10px !important;
    height: 10px !important;
    border-top: 2px solid #000000 !important;
    border-right: 2px solid #000000 !important;
    transform: rotate(45deg) !important;
    transition: border-color 0.3s ease !important;
}

/* Arrow hover micro-interaction */
.job-listing .job-item:hover .job-arrow::before {
    width: 55px !important;
    background-color: #007bff !important;
}

.job-listing .job-item:hover .job-arrow::after {
    border-color: #007bff !important;
}

/* Responsive Job Listing */
@media (max-width: 768px) {
    .job-listing .job-item {
        padding: 16px 20px !important;
    }

    .job-listing .job-title {
        font-size: 16px !important;
    }

    .job-listing .job-arrow {
        width: 35px !important;
    }

    .job-listing .job-arrow::before {
        width: 30px !important;
    }

    .job-listing .job-item:hover .job-arrow::before {
        width: 38px !important;
    }
}

/* ==========================================================================
   SHOWROOM & DỊCH VỤ SECTION CUSTOM STYLING (MATCH MOCKUP DESIGN)
   ========================================================================== */
#section_1999145141 {
    background-color: #ffffff !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

/* Section Title */
.showroom-list-section .section-title h2 {
    font-size: 32px !important;
    font-weight: 800 !important;
    color: #0066ff !important;
    text-transform: uppercase !important;
    letter-spacing: -0.5px !important;
    margin-bottom: 30px !important;
    text-align: center !important;
    display: block;
}

/* Showroom Row Item */
.showroom-item {
    margin-bottom: 30px !important;
    align-items: flex-start !important;
    /* Align content to the top */
}

/* Reset default Flatsome column inner paddings to align perfectly */
.showroom-item .col-inner {
    padding: 0 !important;
}

/* Image Container */
.showroom-item .img {
    overflow: hidden !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 0 !important;
    /* Remove border-radius as per mockup */
}

.showroom-item .img img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* Showroom Description Details */
.showroom-item h3 {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #000000 !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    line-height: 1.3 !important;
    letter-spacing: -0.5px !important;
    position: relative !important;
}

/* Thick horizontal line above title */
.showroom-item h3::before {
    content: "" !important;
    display: block !important;
    width: 180px !important;
    height: 5px !important;
    background-color: #000000 !important;
    margin-bottom: 25px !important;
}

.showroom-item p {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #000000 !important;
    /* Dark black text as per mockup */
    margin: 0 0 15px 0 !important;
    display: flex !important;
    align-items: flex-start !important;
    font-weight: 500 !important;
}

/* Show Map Pin, Phone and Clock Icons using custom images as per mockup */
.showroom-item .icon-map-pin,
.showroom-item .icon-phone,
.showroom-item .icon-clock {
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    font-size: 0 !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-right: 12px !important;
    flex: 0 0 auto !important;
    margin-top: 3px !important;
}

.showroom-item .icon-map-pin::before,
.showroom-item .icon-phone::before,
.showroom-item .icon-clock::before {
    display: none !important;
    /* Hide original icon glyph */
}

.showroom-item .icon-map-pin {
    background-image: url('assets/img/image%2096.png') !important;
}

.showroom-item .icon-phone {
    background-image: url('assets/img/image%2098.png') !important;
}

.showroom-item .icon-clock {
    background-image: url('assets/img/image%20100.png') !important;
}

/* Showroom Button styling ("Xem Trên Bản Đồ") */
.showroom-item .button.primary {
    background-color: #0066ff !important;
    /* Vibrant bright blue background */
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 12px 24px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    /* Capitalize each word */
    letter-spacing: normal !important;
    box-shadow: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: auto !important;
    line-height: 1 !important;
    margin: 15px 0 0 0 !important;
    transition: background-color 0.3s ease !important;
    text-decoration: none !important;
}

.showroom-item .button.primary:hover {
    background-color: #0052cc !important;
    color: #ffffff !important;
}

/* Replace default icon-angle-right with diagonal arrow icon */
.showroom-item .button.primary .icon-angle-right {
    display: none !important;
}

.showroom-item .button.primary span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.showroom-item .button.primary span::after {
    content: "\2197" !important;
    /* White diagonal arrow */
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-left: 8px !important;
    display: inline-block !important;
    line-height: 1 !important;
}

/* Thin horizontal rule divider between showrooms */
.showroom-list-section hr {
    border: none !important;
    border-top: 1px solid #e2e8f0 !important;
    /* Subtle gray line */
    margin: 40px 0 !important;
}

/* Responsive alignment */
@media (min-width: 769px) {

    /* Right text column spacing on desktop to keep clean separation from the image */
    .showroom-item .col:nth-child(2) .col-inner {
        /* padding-left: 40px !important; */
    }
}

@media (max-width: 768px) {
    .showroom-item {
        margin-bottom: 25px !important;
    }

    .showroom-item .col {
        padding-bottom: 15px !important;
    }

    .showroom-item h3 {
        font-size: 20px !important;
    }

    .showroom-item h3::before {
        width: 140px !important;
        margin-bottom: 15px !important;
    }

    .showroom-item .button.primary {
        margin-top: 5px !important;
    }

    .showroom-list-section hr {
        margin: 20px 0 !important;
    }
}

.header-nav {
    gap: 50px
}

/* Hide Search Field Placeholder */
.searchform .search-field::placeholder {
    color: transparent !important;
    opacity: 0 !important;
}

.searchform .search-field::-webkit-input-placeholder {
    color: transparent !important;
    opacity: 0 !important;
}

.searchform .search-field::-moz-placeholder {
    color: transparent !important;
    opacity: 0 !important;
}

.searchform .search-field:-ms-input-placeholder {
    color: transparent !important;
    opacity: 0 !important;
}

.entry-title {
    color: var(--fs-color-primary) !important;
    font-size: 40px;
    margin-bottom: 30px !important;
}

.npb {
    padding-bottom: 0 !important
}

@media (max-width: 420px) {
    #footer .img-logo-footer .icon-box-img {
        width: 60px !important;
    }

    #footer .img-logo-footer .icon-box-text h3 {
        font-size: 16px !important;
    }

    #footer .company-name-text p {
        font-size: 16px !important;
        /* line-height: 24px !important; */
        color: #000000 !important;
        margin: 0 !important;
    }


    #footer .certification-badge {
        max-width: 160px;
    }

    #footer .col {
        padding-bottom: 0;
    }

    #footer .icon-box-left .icon-box-img+.icon-box-text {
        padding-left: 0em;
    }

    .img-logo-footer {
        margin-bottom: 16px;
    }

    .mbws-showcase-container {
        padding: 0 !important;
    }

    .mbws-showcase-cta a {
        display: inline-block !important;
        width: 200px !important;
        padding: 9px 13px !important;
    }

    .brand-statement .col-inner {
        padding: 0 15px;
    }

    .section-title-main,
    .section-title {
        font-size: 18px !important;

        /* margin-bottom: 14px; */
    }

    .product-grid-section .row:not(.products-row) .section-title-main {
        font-size: 20px !important;
    }

    .showroom-list-section .section-title h2,
    .job-listing .section-title,
    .recruitment-hero .section-title {
        text-align: center !important;
        margin: 0 auto !important;
        display: block !important;
        font-size: 24px !important;
        margin-bottom: 16px !important;
    }

    .why-choose-us {
        padding: 0 16px !important;

        .section-title {
            margin-bottom: 0 !important;
        }
    }

    .showroom-list-section .section-title h2 {
        text-align: center !important;
        margin: 0 auto !important;
        display: block !important;
        font-size: 24px !important;
        margin-bottom: 16px !important;
    }

    #section_1941873412.showroom-list-section {
        padding: 30px auto !important;
    }

    .entry-title {
        font-size: 28px;
        margin-bottom: 15px !important;
    }
}

.recruitment-hero .section-title {
    text-align: center !important;
    margin: 0 auto !important;
    display: block !important;
    margin-bottom: 16px !important;
}

.menu-down-mega-2 .row {
    margin: 0 auto !important;

    .col-inner {
        display: flex;
        justify-content: center;
        gap: 40px;
        align-items: center;
        /* flex-direction: column; */
    }
}