/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* =========================================================
   Block: xc-float-contact
========================================================= */
.xc-float-contact, .xc-float-contact * {
    box-sizing: border-box;
}
.xc-float-contact {
    position: fixed;
    z-index: 999;
    bottom: 30px; 
    left: 32px; /* Dành khoảng trống 15px cho icon Zalo/Hotline lồi ra */
    display: flex;
    flex-direction: column;
    gap: 20px; /* Khoảng cách giữa các nút */
    align-items: flex-start;
    pointer-events: none; /* Để click xuyên qua phần khoảng trống của flexbox */
}

/* =========================================================
   Element: Button (Styles dùng chung)
========================================================= */
.xc-float-contact__btn {
    pointer-events: auto; /* Bật lại khả năng click cho các nút */
    display: inline-flex;
    align-items: center;
    border-radius: 100px;
    height: 45px;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}
.xc-float-contact__btn:hover,
.xc-float-contact__btn:focus {
    color: #ffffff;
    text-decoration: none;
}

/* =========================================================
   Modifiers: Đặc tính riêng của từng nút
========================================================= */

/* --- Nhận Báo Giá --- */
.xc-float-contact__btn--popup {
    background-color: #69727d;
    padding: 0 24px;
    gap: 8px; 
    margin-left: -5px; /* Thụt nhẹ để canh lề đều với text của 2 nút dưới */
}
.xc-float-contact__btn--popup:hover { background-color: var(--e-global-color-primary, #333); }

.xc-float-contact__btn--popup .xc-float-contact__icon { font-size: 16px; display: flex; }
.xc-float-contact__btn--popup .xc-float-contact__text {
    font-family: "Afacad", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

/* --- Zalo --- */
.xc-float-contact__btn--zalo { background-color: #1C86DA; padding: 0 20px 0 0; }
.xc-float-contact__btn--zalo:hover { background-color: #166cb3; }
.xc-float-contact__btn--zalo .xc-float-contact__icon img {
    width: 50px; height: 50px;
    object-fit: cover;
    border-radius: 7px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

/* --- Hotline --- */
.xc-float-contact__btn--hotline { background-color: #D73535; padding: 0 20px 0 0; }
.xc-float-contact__btn--hotline:hover { background-color: #c22f2f; }
.xc-float-contact__btn--hotline .xc-float-contact__icon {
    background-color: #ef2d2d;
    border-radius: 50%;
}
.xc-float-contact__btn--hotline .xc-float-contact__icon i {
    font-size: 25px; color: #ffffff;
}

/* Shared: Icon lồi ra ngoài cho Zalo & Hotline */
.xc-float-contact__btn--zalo .xc-float-contact__icon,
.xc-float-contact__btn--hotline .xc-float-contact__icon {
    display: flex; align-items: center; justify-content: center;
    width: 55px; height: 55px;
    margin-left: -15px; /* Kéo lồi ra ngoài viên thuốc */
    margin-right: 12px;
    flex-shrink: 0;
}

/* Shared: Text cho Zalo & Hotline */
.xc-float-contact__btn--zalo .xc-float-contact__text,
.xc-float-contact__btn--hotline .xc-float-contact__text {
    font-size: 21px; font-weight: 700;
    text-transform: uppercase; white-space: nowrap;
}

/* =========================================================
   Animation: Pulse (Sóng toả ra)
========================================================= */
.xc-float-contact__icon--pulse { animation: xc-pulse 2s infinite; }
@keyframes xc-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(227, 52, 47, 0.63); }
    70%  { box-shadow: 0 0 0 15px rgba(227, 52, 47, 0); }
    100% { box-shadow: 0 0 0 0 rgba(227, 52, 47, 0); }
}

/* =========================================================
   Responsive / Mobile Layout
========================================================= */
@media (max-width: 767px) {
    .xc-float-contact {
        left: 0; bottom: 0;
        width: 100%;
        padding: 10px 10px 15px 10px; 
        gap: 15px;
        flex-direction: row; /* Zalo và Hotline nằm ngang */
        flex-wrap: wrap; /* Cho phép Popup rớt xuống dưới */
        justify-content: flex-start;
        align-items: flex-end;
    }

    /* Đổi vị trí: Đẩy nút Popup xuống cuối cùng, nằm full width dưới đáy màn hình */
    .xc-float-contact__btn--popup {
        width: 100%;
        justify-content: center;
        margin-left: 0;
        order: 3; 
    }

    .xc-float-contact__btn--zalo { order: 1; }
    .xc-float-contact__btn--hotline { order: 2; margin-left: 10px; }

    /* Rút gọn nút Zalo và Hotline thành icon trong suốt */
    .xc-float-contact__btn--zalo,
    .xc-float-contact__btn--hotline {
        background-color: transparent;
        box-shadow: none;
        height: auto;
        flex-shrink: 0;
        display: flex !important;
        visibility: visible !important;
    }
     .xc-float-contact__btn--zalo .xc-float-contact__text,
    .xc-float-contact__btn--hotline .xc-float-contact__text { display: none !important; }

    /* Cố định cứng kích thước và màu nền của icon trên mobile */
    .xc-float-contact__btn--zalo .xc-float-contact__icon,
    .xc-float-contact__btn--hotline .xc-float-contact__icon {
        margin: 0 !important;
        width: 55px !important;
        height: 55px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        visibility: visible !important;
        opacity: 1 !important;
        flex-shrink: 0 !important;
    }

    .xc-float-contact__btn--hotline .xc-float-contact__icon {
        background-color: #ef2d2d !important;
        border-radius: 50% !important;
    }

    .xc-float-contact__icon i,
    .xc-float-contact__icon svg {
        font-family: "Font Awesome 5 Free" !important;
        font-weight: 900 !important;
        font-size: 25px !important;
        color: #ffffff !important;
        fill: #ffffff !important;
        display: inline-block !important;
        visibility: visible !important;
        line-height: 1 !important;
    }

    /* Khắc phục lỗi content bị rỗng do theme/plugin nén CSS */
    .xc-float-contact__icon i.fa-phone-alt::before {
        content: "\f879" !important;
    }
}

/* =========================================================
   Button Xem Chi Tiết
========================================================= */
/* Căn giữa và thêm khoảng cách lề trên cho container */
.btn-xem-chi-tiet {
    text-align: center;
    margin: 20px 0 0 0;
}

/* Định dạng kiểu dáng cơ bản của nút (viền trắng, nền trong suốt, nghiêng -15 độ) */
.btn-xem-chi-tiet .elementor-button {
    display: inline-block;
    line-height: 1;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    text-transform: uppercase;
    padding: 12px 24px;
    color: #ffffff;
    fill: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 0px;
    text-align: center;
    transition: all 0.3s ease;
    transform: skewX(-15deg);
    text-decoration: none;
    box-shadow: none;
}

/* Hiệu ứng khi đưa chuột qua (Hover) hoặc chọn (Focus) - đổi sang nền đỏ */
.btn-xem-chi-tiet .elementor-button:hover,
.btn-xem-chi-tiet .elementor-button:focus {
    background-color: rgba(206, 16, 16, 0.82);
    color: #ffffff;
}

/* Căn chỉnh các thành phần bên trong (flexbox) */
.btn-xem-chi-tiet .elementor-button-content-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 5px;
}

/* Hiển thị phần text */
.btn-xem-chi-tiet .elementor-button-text {
    display: inline-block;
}

/* =========================================
   Flexbox Cột, Icon Box, Button (Trang chủ)
   ========================================= */

@media (max-width: 767px) {
}

@media (max-width: 767px) {
}

@media only screen and (max-width: 500px) {
}

/* =========================================
   CSS CHO XC-VEHICLE-ITEM (JetEngine Listing Xe Mới)
   ========================================= */

/* 1. Container chính (Card) */
html body .elementor-element.xc-vehicle-item.e-con,
html body .elementor-element.xc-vehicle-item-mega.e-con {
    background-color: var(--e-global-color-3bb64e4, #ffffff);
    border-radius: 5px; /* Tuỳ chọn bo góc nhẹ cho đẹp */
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    overflow: hidden; 
    display: flex !important;
    --flex-direction: column !important;
    flex-direction: column !important;
    flex-wrap: wrap !important;
}

/* Đảm bảo mỗi thành phần (Ảnh, Tiêu đề, Giá, Vùng chứa link) đều nằm gọn trên 1 hàng (chiếm 100% chiều ngang) */
html body .elementor-element.xc-vehicle-item.e-con > div.elementor-element,
html body .elementor-element.xc-vehicle-item-mega.e-con > div.elementor-element {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important; /* KHÔNG dùng flex-basis: 100% ở đây vì trong column nó sẽ tính là height */
    height: auto !important;
}

.xc-vehicle-item:hover {
    box-shadow: 0px 0px 10px 0px rgba(48, 161, 223, 0.5); /* Hiệu ứng đổ bóng */
}

/* Loại bỏ khoảng cách thừa giữa các widget (mô phỏng class elementxd) */
.xc-vehicle-item .elementor-widget:not(:last-child) {
    margin-bottom: 2px !important;
}

/* Định dạng chung 2 Links */
.xc-vehicle-item .jet-listing-dynamic-link__link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    font-family: "Afacad", Sans-serif;
    font-size: 14px; /* Giảm cỡ chữ chút xíu để vừa 1 hàng */
    font-weight: 600;
    color: var(--e-global-color-primary);
    transition: color 0.3s;
    white-space: nowrap; /* Bắt buộc chữ không rớt dòng */
}

.xc-vehicle-item .jet-listing-dynamic-link__link:hover {
    color: var(--e-global-color-secondary);
}

/* Icon SVG của Link */
.xc-vehicle-item .jet-listing-dynamic-link__icon {
    font-size: 12px;
    margin-right: 5px;
    display: flex;
    align-items: center;
}

.xc-vehicle-item .jet-listing-dynamic-link__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

/* 6. Responsive Mobile */
@media (max-width: 767px) {
}

/* (CSS cho xc-post-item đã được gộp và di chuyển xuống phần dưới file để tập trung) */

/* =========================================
   CSS CHO TITLE TRONG XC-VEHICLE-ITEM-MEGA
   ========================================= */

/* =========================================
   CSS CHO PRICE TRONG XC-VEHICLE-ITEM-MEGA
   ========================================= */

/* =========================================
   CSS CHO JET MEGA MENU
   ========================================= */



/* ==================================================
   CONTACT SECTION STYLES (MAIN CLASS: .xc-contact)
   ================================================== */

/* 1. Vùng chứa chính (Main Wrapper) */
.xc-contact {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    padding: 50px;
    max-width: 1140px;
    margin: 0 auto;
    border: 1px solid #f1f1f1;
}

/* Setup cấu trúc 2 cột linh hoạt (Trong trường hợp flexbox của Elementor chưa hoạt động tốt) */
.xc-contact > .e-con {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

/* Mỗi cột chiếm 50% */
.xc-contact > .e-con > .e-con {
    flex: 1 1 calc(50% - 25px);
    min-width: 320px;
}

/* 2. Tiêu đề chung (Title) */
.xc-contact-title h2 {
    font-family: inherit;
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 12px;
}

/* Đường gạch ngang dưới tiêu đề (Màu đỏ Lexus) */
.xc-contact-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #cc0000; 
    border-radius: 3px;
}

/* ==================================================
   LEFT COLUMN: ICON BOXES
   ================================================== */

.xc-contact-box {
    margin-bottom: 30px;
}

/* Đưa Icon và Text nằm ngang hàng nhau */
.xc-contact-box .elementor-icon-box-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

/* Vòng tròn chứa Icon */
.xc-contact-box .elementor-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: rgba(204, 0, 0, 0.08); /* Đỏ nhạt */
    color: #cc0000;
    border-radius: 50%;
    font-size: 22px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

/* Hiệu ứng khi trỏ chuột vào Icon Box */
.xc-contact-box:hover .elementor-icon {
    background-color: #cc0000;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(204, 0, 0, 0.3);
}

.xc-contact-box .elementor-icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* Tiêu đề icon box (HOTLINE, ĐỊA CHỈ...) */
.xc-contact-box .elementor-icon-box-title {
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

/* Đoạn mô tả (số điện thoại, email...) */
.xc-contact-box .elementor-icon-box-description {
    font-size: 15px;
    color: #555555;
    line-height: 1.6;
    margin: 0;
}

/* ==================================================
   RIGHT COLUMN: FORM TƯ VẤN
   ================================================== */

.xc-contact .elementor-form {
    background-color: #f8f9fa;
    padding: 35px 30px;
    border-radius: 12px;
    border: 1px solid #eeeeee;
}

.xc-contact .elementor-field-group {
    margin-bottom: 20px !important; /* Tạo khoảng cách giữa các ô input */
}

/* Ẩn lable nếu không muốn hiển thị (chỉ dùng placeholder) */
.xc-contact .elementor-field-label.elementor-screen-only {
    display: none;
}

/* Ô nhập liệu (Input Text) */
.xc-contact .elementor-field-textual {
    width: 100%;
    padding: 14px 20px !important;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    color: #333333;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.xc-contact .elementor-field-textual:focus {
    border-color: #cc0000;
    outline: none;
    box-shadow: 0 0 0 4px rgba(204, 0, 0, 0.1); /* Glow effect khi focus */
}

.xc-contact .elementor-field-textual::placeholder {
    color: #999999;
}

/* Nút Submit */
.xc-contact .elementor-button {
    width: 100%;
    padding: 16px 20px !important;
    background-color: #cc0000; /* Đỏ thương hiệu */
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
}

.xc-contact .elementor-button:hover {
    background-color: #1a1a1a; /* Đổi màu thành đen xám khi hover cho sang trọng */
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* ==================================================
   RESPONSIVE (ĐIỆN THOẠI / TABLET)
   ================================================== */
@media (max-width: 767px) {
    .xc-contact {
        padding: 30px 20px;
    }
    
    .xc-contact > .e-con {
        gap: 40px;
    }
    
    .xc-contact .elementor-form {
        padding: 25px 20px;
    }
    
    .xc-contact-title h2 {
        font-size: 22px;
    }
}

/* =========================================
   CSS CHO XC-VEHICLE-ITEM (CHUNG & MEGA MENU)
   (Viết lại không dùng ID Elementor)
   ========================================= */

/* --- 1. ẢNH XE --- */
.xc-vehicle-item > .elementor-widget-jet-listing-dynamic-image {
    transition: transform 0.2s ease-in-out;
    text-align: center !important;
    display: flex;
    justify-content: center;
}
.xc-vehicle-item > .elementor-widget-jet-listing-dynamic-image img {
    margin: 0 auto;
}
.xc-vehicle-item:hover > .elementor-widget-jet-listing-dynamic-image {
    transform: translateY(-8px);
}

/* --- 2. TIÊU ĐỀ XE (Thường là widget thứ 2) --- */
/* (Mặc định cho Grid thường) */
.xc-vehicle-item > div:nth-child(2) .jet-listing-dynamic-field__content {
    font-family: "Afacad", Sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    text-align: center !important;
    transition: color 0.3s;
}

.xc-vehicle-item:hover > div:nth-child(2) .jet-listing-dynamic-field__content {
    color: #e63312; 
}

.xc-vehicle-item > div:nth-child(2) > .elementor-widget-container {
    margin: 10px 0px 0px 0px; 
}

/* (Dành riêng cho Mega Menu) */
.xc-vehicle-mega .xc-vehicle-item > div:nth-child(2) .jet-listing-dynamic-field__content {
    color: #000000 !important;
    font-size: 20px !important;
    line-height: 30px !important;
}

.xc-vehicle-mega .xc-vehicle-item:hover > div:nth-child(2) .jet-listing-dynamic-field__content {
    color: rgb(230, 51, 18) !important;
}

/* --- 3. GIÁ XE (Thường là widget thứ 3) --- */
/* (Mặc định cho Grid thường) */
.xc-vehicle-item > div:nth-child(3) .jet-listing-dynamic-field__content {
    font-family: "Afacad", Sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #737373;
    text-align: center !important; 
}

.xc-vehicle-item > div:nth-child(3) > .elementor-widget-container {
    margin: 0px 0px 10px 0px; 
}

/* (Dành riêng cho Mega Menu) */
.xc-vehicle-mega .xc-vehicle-item > div:nth-child(3) .jet-listing-dynamic-field__content {
    color: rgb(115, 115, 115) !important;
    font-size: 17px !important;
    line-height: 26px !important;
}

/* --- 4. CỤM NÚT (Links) Ở CUỐI (Chỉ có ở Grid thường) --- */
.xc-vehicle-item > .e-con {
    border-top: 1px solid #DDDDDD;
    padding: 10px 5px;
    display: flex;
    flex-direction: row; 
    justify-content: space-between;
    align-items: center;
}

/* Link Đăng ký lái thử có text-transform */
.xc-vehicle-item > .e-con > .e-con:last-child .jet-listing-dynamic-link__link {
    text-transform: capitalize;
}

/* Responsive Mobile cho Grid thường */
@media (max-width: 767px) {
    /* Tiêu đề */
    .xc-vehicle-item > div:nth-child(2) .jet-listing-dynamic-field__content {
        font-size: 16px;
    }
    
    /* Giá xe */
    .xc-vehicle-item > div:nth-child(3) .jet-listing-dynamic-field__content {
        font-size: 13px;
    }
    .xc-vehicle-item > div:nth-child(3) > .elementor-widget-container {
        margin: 5px 0px 10px 0px;
    }

    /* Đưa khu vực nút về giữa */
    .xc-vehicle-item > .e-con {
        justify-content: center !important;
        padding: 10px !important;
    }

    /* Nút Tính Lăn Bánh full width căn giữa */
    .xc-vehicle-item > .e-con > .e-con:nth-child(1) {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }

    /* Ẩn mục Đăng ký lái thử trên mobile */
    .xc-vehicle-item > .e-con > .e-con:nth-child(2) {
        display: none !important;
    }

    .xc-vehicle-item .jet-listing-dynamic-link__link {
        font-size: 14px;
        justify-content: center !important;
        width: 100% !important;
    }
}

/* =========================================
   5. BÀI VIẾT (Post Item: xc-post-item)
   ========================================= */

/* Biến khung post thành relative để chứa ảnh absolute */
.xc-post-item.e-con {
    display: flex !important;
    --flex-direction: column !important;
    flex-direction: column !important;
    justify-content: flex-end !important; /* Đẩy text xuống đáy */
    position: relative !important;
    overflow: hidden !important;
    border-radius: 8px; /* Bo góc */
    padding: 20px 15px 15px 15px !important;
    aspect-ratio: 3 / 4 !important; /* Tỷ lệ ảnh dọc 3:4 vừa phải hơn */
    height: auto !important; /* Auto height để aspect-ratio hoạt động chuẩn xác */
}

/* Tạo lớp overlay gradient xám đen từ dưới lên để nổi bật chữ */
.xc-post-item.e-con::after {
    content: "";
    position: absolute;
    bottom: 0; left: 0;
    width: 100%; height: 70%;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
    z-index: 1;
    pointer-events: none;
}

/* Đưa Widget Ảnh xuống dưới cùng làm background */
.xc-post-item.e-con > .elementor-widget-theme-post-featured-image,
.xc-post-item.e-con > .elementor-widget-jet-listing-dynamic-image {
    position: absolute !important;
    top: 0; left: 0;
    width: 100% !important; height: 100% !important;
    z-index: 0; margin: 0 !important; padding: 0 !important;
}

/* Ép thẻ a và img full 100% khung */
.xc-post-item.e-con > .elementor-widget-theme-post-featured-image .elementor-widget-container,
.xc-post-item.e-con > .elementor-widget-jet-listing-dynamic-image .elementor-widget-container,
.xc-post-item.e-con > .elementor-widget-theme-post-featured-image a,
.xc-post-item.e-con > .elementor-widget-jet-listing-dynamic-image a {
    width: 100% !important; height: 100% !important; display: block;
}

.xc-post-item.e-con > .elementor-widget-theme-post-featured-image img,
.xc-post-item.e-con > .elementor-widget-jet-listing-dynamic-image img {
    width: 100% !important; height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.4s ease;
}

/* Hiệu ứng hover (Zoom ảnh) */
.xc-post-item.e-con:hover img {
    transform: scale(1.05);
}

/* Vùng chứa Title và Mô tả ngắn đẩy lên trên overlay */
.xc-post-item.e-con > .elementor-widget-theme-post-title,
.xc-post-item.e-con > .elementor-widget-heading,
.xc-post-item.e-con > .elementor-widget-jet-listing-dynamic-field {
    position: relative !important;
    z-index: 2; 
    width: 100% !important; flex: none !important; margin: 0 !important;
    pointer-events: auto !important; /* Cần pointer events auto nếu click vào tiêu đề */
}

/* Định dạng Title */
.xc-post-item.e-con > .elementor-widget-theme-post-title,
.xc-post-item.e-con > .elementor-widget-heading {
    margin-bottom: 8px !important;
}
.xc-post-item.e-con .elementor-heading-title {
    color: #ffffff !important;
    font-size: 18px;
    font-family: "Afacad", Sans-serif;
    font-weight: 700;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(1.3em * 2); 
    transition: color 0.3s;
}

/* Định dạng Mô tả ngắn */
.xc-post-item.e-con > .elementor-widget-jet-listing-dynamic-field .jet-listing-dynamic-field__content {
    color: #eeeeee !important;
    font-size: 14px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(1.4em * 3);
}

/* ====================================================
   DESKTOP & CHUNG: Section Điểm Mạnh (Flexbox)
   ==================================================== */

/* Styles cho Box chứa nội dung */
.xc-home-diem-manh .box-diem-manh {
    background-color: #F6FCFD;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgba(25, 150, 203, 0.3);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 40px 10px 10px 10px;
    padding: 10px 10px 20px 10px;
    height: 100%;
}

/* Hiệu ứng hover cho Box */
.xc-home-diem-manh .box-diem-manh:hover {
    box-shadow: 0px 0px 10px 0px rgba(25, 150, 203, 0.5);
}

/* Đẩy Widget Icon Box nhô lên trên */
.xc-home-diem-manh .box-diem-manh .elementor-widget-icon-box {
    margin: -35px 0px 0px 0px;
}

.xc-home-diem-manh .box-diem-manh .elementor-icon-box-wrapper {
    text-align: center;
}

/* Styles cho Icon (Tạo background tròn) */
.xc-home-diem-manh .box-diem-manh .elementor-icon {
    background-color: var(--e-global-color-secondary, #333);
    color: #fff;
    fill: #fff;
    font-size: 35px;
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

/* Kích thước SVG bên trong Icon */
.xc-home-diem-manh .box-diem-manh .elementor-icon svg {
    width: 1em;
    height: 1em;
}

/* Hiệu ứng hover cho Icon */
.xc-home-diem-manh .box-diem-manh .elementor-icon:hover {
    color: var(--e-global-color-3bb64e4, #3bb64e);
    fill: var(--e-global-color-3bb64e4, #3bb64e);
}

.xc-home-diem-manh .box-diem-manh .elementor-icon-box-icon {
    margin-bottom: 5px;
}

/* Styles cho Title & Content */
.xc-home-diem-manh .box-diem-manh .elementor-icon-box-title {
    margin-bottom: 5px;
}

.xc-home-diem-manh .box-diem-manh .elementor-icon-box-title a {
    color: var(--e-global-color-secondary, #333);
    font-size: 22px;
    text-transform: uppercase;
}

.xc-home-diem-manh .box-diem-manh .elementor-icon-box-description {
    font-size: 14px;
    margin: 0;
}

/* Styles cho Button (Chi tiết) */
.xc-home-diem-manh .box-diem-manh .elementor-button {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: var(--e-global-color-primary, #69727d);
    border-radius: 3px;
    transition: all 0.3s ease;
}

.xc-home-diem-manh .box-diem-manh .elementor-button:hover,
.xc-home-diem-manh .box-diem-manh .elementor-button:focus {
    background-color: var(--e-global-color-text, #333);
}

/* ====================================================
   MOBILE RESPONSIVE
   ==================================================== */
@media (max-width: 767px) {
    /* Tối ưu margin và padding để box rộng ra, chữ có thêm không gian */
    .xc-home-diem-manh .box-diem-manh {
        margin: 5px !important;
        padding: 10px 10px !important;
    }
    
    /* Reset lại vị trí widget icon */
    .xc-home-diem-manh .box-diem-manh .elementor-widget-icon-box {
        margin: 0 !important;
    }

    /* Hiển thị icon box theo layout ngang */
    .xc-home-diem-manh .box-diem-manh .elementor-icon-box-wrapper {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important; 
        text-align: left !important;
        width: 100% !important;
    }

    /* Icon chiếm 20% bên trái */
    .xc-home-diem-manh .box-diem-manh .elementor-icon-box-icon {
        flex: 0 0 20% !important;
        max-width: 20% !important;
        margin: 0 !important;
        display: flex !important;
        justify-content: center !important; 
    }

    /* Tiêu đề & mô tả chiếm 80% bên phải */
    .xc-home-diem-manh .box-diem-manh .elementor-icon-box-content {
        flex: 0 0 80% !important;
        max-width: 80% !important;
        margin: 0 !important;
        padding-left: 10px !important;
        text-align: left !important;
    }

    .xc-home-diem-manh .box-diem-manh .elementor-icon-box-title a {
        font-size: 20px !important;
    }
    
    /* Ẩn nút "Chi tiết" ở mobile như bản gốc */
    .xc-home-diem-manh .box-diem-manh .elementor-widget-button {
        display: none !important;
    }
}

/* ====================================================
   SECTION: VÌ SAO NÊN MUA XE (Chỉ can thiệp box-why)
   ==================================================== */

/* Khoảng cách giữa các box-why */
.xc-home-why .box-why {
    margin-bottom: 30px;
}
.xc-home-why .box-why:last-child {
    margin-bottom: 0;
}

/* Ép hiển thị icon và text nằm ngang */
.xc-home-why .box-why .elementor-icon-box-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    text-align: left !important;
}

/* Khoảng cách Icon bên trái */
.xc-home-why .box-why .elementor-icon-box-icon {
    margin-right: 20px !important;
    margin-bottom: 0 !important;
    flex-shrink: 0;
}

/* Hình tròn cho Icon */
.xc-home-why .box-why .elementor-icon {
    background-color: var(--e-global-color-secondary, #1d1d1d) !important;
    color: #ffffff !important;
    fill: #ffffff !important;
    font-size: 32px !important;
    width: 65px !important;
    height: 65px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

/* Hiệu ứng trỏ chuột vào Icon */
.xc-home-why .box-why .elementor-icon:hover {
    background-color: var(--e-global-color-3bb64e4, #cc0000) !important;
    transform: translateY(-3px);
}

.xc-home-why .box-why .elementor-icon i,
.xc-home-why .box-why .elementor-icon svg {
    width: 1em;
    height: 1em;
}

/* Căn chỉnh Text Content */
.xc-home-why .box-why .elementor-icon-box-content {
    flex-grow: 1;
}

.xc-home-why .box-why .elementor-icon-box-title {
    margin-bottom: 5px !important;
}

.xc-home-why .box-why .elementor-icon-box-title span,
.xc-home-why .box-why .elementor-icon-box-title a {
    color: var(--e-global-color-secondary, #1d1d1d) !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.xc-home-why .box-why .elementor-icon-box-description {
    font-weight: 400 !important;
    font-size: 15px !important;
    color: #555555;
    margin: 0 !important;
    line-height: 1.5;
}

/* ====================================================
   MOBILE RESPONSIVE (box-why)
   ==================================================== */
@media (max-width: 767px) {
    /* Đẩy icon canh lên trên cùng (flex-start) thay vì ở giữa để chữ không bị lẹm */
    .xc-home-why .box-why .elementor-icon-box-wrapper {
        align-items: flex-start !important;
    }
    
    /* Thu nhỏ kích thước Icon trên điện thoại */
    .xc-home-why .box-why .elementor-icon {
        width: 50px !important;
        height: 50px !important;
        font-size: 22px !important;
        margin-top: 3px; 
    }

    /* Giảm font chữ Text */
    .xc-home-why .box-why .elementor-icon-box-title span,
    .xc-home-why .box-why .elementor-icon-box-title a {
        font-size: 18px !important;
    }

    .xc-home-why .box-why .elementor-icon-box-description {
        font-size: 14px !important;
    }
}

/* ====================================================
   TABLE: tablexd (Bảng giá)
   ==================================================== */
table.tablexd {
    width: 100%;
    border-collapse: collapse;
}

table.tablexd td {
    padding: 12px 10px;
    border: 1px solid #ddd;
    vertical-align: middle;
}

/* Cột giá (Cột thứ 2) */
table.tablexd td:last-child {
    white-space: nowrap !important; /* Quan trọng: Tránh rớt dòng (tụt số 0) */
    width: 1%; /* Ép cột co lại đúng vừa nội dung của nó, nhường chỗ cho cột 1 */
    text-align: right;
    font-weight: bold;
}

/* Cột Tên xe (Cột thứ 1) */
table.tablexd td:first-child {
    width: 99%;
}

table.tablexd a {
    color: var(--e-global-color-secondary, #333);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
}

table.tablexd a:hover {
    color: var(--e-global-color-primary, #cc0000);
}

/* Đảm bảo chữ trong giá (span.giax) hiển thị đẹp */
table.tablexd .giax {
    display: inline-block;
    /* Xóa màu tự động gắn thêm để giữ đúng màu gốc của bạn */
}

/* ====================================================
   SECTION: TƯ VẤN NHANH (xc-contact-info)
   ==================================================== */

/* Tiêu đề chung (contact-title) */
.xc-contact-info .contact-title,
.xc-contact-info .contact-title .elementor-heading-title {
    font-family: "Roboto", Sans-serif;
    font-size: 25px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

/* Thêm khoảng cách và relative để chứa đường gạch (divider) */
.xc-contact-info .contact-title {
    position: relative;
    padding-bottom: 15px !important; /* Khoảng trống cho đường gạch */
    margin-bottom: 25px !important;
}

/* Tự động tạo đường kẻ chéo (divider slashes) bên dưới tiêu đề */
.xc-contact-info .contact-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; /* Kéo dài hết chiều rộng */
    height: 7.4px; /* Độ dày của đường kẻ theo bản gốc */
    background-color: var(--e-global-color-secondary, #333);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 20 16' fill='none' stroke='black' stroke-width='1' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cg transform='translate(-12.000000, 0)'%3E%3Cpath d='M28,0L10,18'/%3E%3Cpath d='M18,0L0,18'/%3E%3Cpath d='M48,0L30,18'/%3E%3Cpath d='M38,0L20,18'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 20 16' fill='none' stroke='black' stroke-width='1' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cg transform='translate(-12.000000, 0)'%3E%3Cpath d='M28,0L10,18'/%3E%3Cpath d='M18,0L0,18'/%3E%3Cpath d='M48,0L30,18'/%3E%3Cpath d='M38,0L20,18'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-size: 20px 100%;
    mask-size: 20px 100%;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
}

/* Các Icon Box Liên Hệ (box-contact) */
.xc-contact-info .box-contact {
    padding: 10px 0;
}

.xc-contact-info .box-contact .elementor-icon-box-wrapper {
    display: flex;
    align-items: flex-start;
    text-align: left;
}

.xc-contact-info .box-contact .elementor-icon-box-icon {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}

/* Background cho Icon (tròn) */
.xc-contact-info .box-contact .elementor-icon {
    font-size: 30px !important;
    background-color: #69727d !important; /* Icon có background */
    color: #ffffff !important;
    fill: #ffffff !important;
    padding: 0.5em !important;
    border-radius: 50% !important; /* Bo tròn hoàn toàn */
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 2em; /* Khóa kích thước để thành hình tròn */
    height: 2em;
}

.xc-contact-info .box-contact .elementor-icon-box-title {
    margin-bottom: 5px !important;
}

.xc-contact-info .box-contact .elementor-icon-box-description {
    font-family: "Roboto", Sans-serif;
    font-weight: 400 !important;
}

/* Responsive Mobile */
@media (max-width: 767px) {
    .xc-contact-info .box-contact .elementor-icon-box-wrapper {
        text-align: center !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    .xc-contact-info .box-contact .elementor-icon-box-icon {
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }
    .xc-contact-info .box-contact .elementor-icon-box-description {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 500px) {
    .xc-contact-info .box-contact .elementor-icon-box-wrapper {
        flex-direction: row !important;
        align-items: flex-start !important;
        text-align: left !important;
    }
    .xc-contact-info .box-contact .elementor-icon-box-icon {
        margin-right: 20px !important;
        margin-bottom: 0 !important;
    }
}

/* ====================================================
   SECTION: MEGA TAB (xc-mega-tab)
   ==================================================== */
/* Thay đổi màu nền xanh của tab thành màu đen theo ý khách */
.xc-mega-tab .e-n-tab-title[aria-selected="true"],
.xc-mega-tab .e-n-tab-title:hover {
    background-color: #000000 !important;
}

/* ====================================================
   SECTION: FORM BÁO GIÁ NHANH (xc-bao-gia)
   ==================================================== */
.xc-bao-gia {
    background-color: #ffffff !important;
    border-radius: 8px !important;
    padding: 20px; /* Thêm một khoảng đệm nhỏ để text/form không dính sát lề */
}

/* Ép phần tử chính và các flex con bên trong xếp theo chiều dọc, chiếm 100% */
.xc-bao-gia.e-con {
    display: flex !important;
    flex-direction: column !important;
}

.xc-bao-gia.e-con > .e-con {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
}

/* =========================================
   CSS CHO MENU STICKY MOBILE (CUỘN NGANG)
   ========================================= */
@media (max-width: 767px) {
    /* 1. ĐÈ LẠI MÃ JS CỦA ELEMENTOR STICKY */
    .xc-stick-menu-vehicle.elementor-sticky, 
    .xc-stick-menu-vehicle.elementor-sticky--effects {
        width: 100vw !important;
        max-width: 100vw !important;
        left: 0 !important;
        inset-inline-start: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* 2. CHUYỂN THANH CUỘN VÀO LÕI */
    .xc-stick-menu-vehicle .elementor-widget-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        padding-left: 15px !important;
        
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
    }
    .xc-stick-menu-vehicle .elementor-widget-container::-webkit-scrollbar {
        display: none !important;
    }

    /* 3. DÀN HÀNG NGANG */
    .xc-stick-menu-vehicle ul.elementor-icon-list-items {
        display: inline-flex !important; 
        flex-wrap: nowrap !important;
        margin: 0 !important;
        padding-bottom: 5px !important;
    }

    /* 4. CHỮ KHÔNG RỚT DÒNG */
    .xc-stick-menu-vehicle ul.elementor-icon-list-items li.elementor-icon-list-item {
        white-space: nowrap !important;
        flex-shrink: 0 !important;
        display: inline-block !important;
        margin-right: 20px !important;
    }
}

/* =========================================================
   Block: xc-back-to-top (Nút lên đầu trang)
========================================================= */
.xc-back-to-top {
    position: fixed;
    z-index: 999;
    bottom: 220px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(66, 66, 66, 0.49);
    color: #ffffff;
    border-radius: 2px;
    padding: 10px 8px 10px 10px;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
    transition: all 0.3s ease;
}

.xc-back-to-top:hover,
.xc-back-to-top:focus {
    background-color: rgba(15, 15, 15, 0.57);
    color: var(--e-global-color-3bb64e4, #3bb64e);
    text-decoration: none;
}

}

/* Tự động tạo đường kẻ chéo (divider slashes) bên dưới tiêu đề */
.xc-contact-info .contact-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; /* Kéo dài hết chiều rộng */
    height: 7.4px; /* Độ dày của đường kẻ theo bản gốc */
    background-color: var(--e-global-color-secondary, #333);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 20 16' fill='none' stroke='black' stroke-width='1' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cg transform='translate(-12.000000, 0)'%3E%3Cpath d='M28,0L10,18'/%3E%3Cpath d='M18,0L0,18'/%3E%3Cpath d='M48,0L30,18'/%3E%3Cpath d='M38,0L20,18'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 20 16' fill='none' stroke='black' stroke-width='1' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cg transform='translate(-12.000000, 0)'%3E%3Cpath d='M28,0L10,18'/%3E%3Cpath d='M18,0L0,18'/%3E%3Cpath d='M48,0L30,18'/%3E%3Cpath d='M38,0L20,18'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-size: 20px 100%;
    mask-size: 20px 100%;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
}

/* Các Icon Box Liên Hệ (box-contact) */
.xc-contact-info .box-contact {
    padding: 10px 0;
}

.xc-contact-info .box-contact .elementor-icon-box-wrapper {
    display: flex;
    align-items: flex-start;
    text-align: left;
}

.xc-contact-info .box-contact .elementor-icon-box-icon {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}

/* Background cho Icon (tròn) */
.xc-contact-info .box-contact .elementor-icon {
    font-size: 30px !important;
    background-color: #69727d !important; /* Icon có background */
    color: #ffffff !important;
    fill: #ffffff !important;
    padding: 0.5em !important;
    border-radius: 50% !important; /* Bo tròn hoàn toàn */
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 2em; /* Khóa kích thước để thành hình tròn */
    height: 2em;
}

.xc-contact-info .box-contact .elementor-icon-box-title {
    margin-bottom: 5px !important;
}

.xc-contact-info .box-contact .elementor-icon-box-description {
    font-family: "Roboto", Sans-serif;
    font-weight: 400 !important;
}

/* Responsive Mobile */
@media (max-width: 767px) {
    .xc-contact-info .box-contact .elementor-icon-box-wrapper {
        text-align: center !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    .xc-contact-info .box-contact .elementor-icon-box-icon {
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }
    .xc-contact-info .box-contact .elementor-icon-box-description {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 500px) {
    .xc-contact-info .box-contact .elementor-icon-box-wrapper {
        flex-direction: row !important;
        align-items: flex-start !important;
        text-align: left !important;
    }
    .xc-contact-info .box-contact .elementor-icon-box-icon {
        margin-right: 20px !important;
        margin-bottom: 0 !important;
    }
}

/* ====================================================
   SECTION: MEGA TAB (xc-mega-tab)
   ==================================================== */
/* Thay đổi màu nền xanh của tab thành màu đen theo ý khách */
.xc-mega-tab .e-n-tab-title[aria-selected="true"],
.xc-mega-tab .e-n-tab-title:hover {
    background-color: #000000 !important;
}

/* ====================================================
   SECTION: FORM BÁO GIÁ NHANH (xc-bao-gia)
   ==================================================== */
.xc-bao-gia {
    background-color: #ffffff !important;
    border-radius: 8px !important;
    padding: 20px; /* Thêm một khoảng đệm nhỏ để text/form không dính sát lề */
}

/* Ép phần tử chính và các flex con bên trong xếp theo chiều dọc, chiếm 100% */
.xc-bao-gia.e-con {
    display: flex !important;
    flex-direction: column !important;
}

.xc-bao-gia.e-con > .e-con {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
}

/* =========================================
   CSS CHO MENU STICKY MOBILE (CUỘN NGANG)
   ========================================= */
@media (max-width: 767px) {
    /* 1. ĐÈ LẠI MÃ JS CỦA ELEMENTOR STICKY */
    .xc-stick-menu-vehicle.elementor-sticky, 
    .xc-stick-menu-vehicle.elementor-sticky--effects {
        width: 100vw !important;
        max-width: 100vw !important;
        left: 0 !important;
        inset-inline-start: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* 2. CHUYỂN THANH CUỘN VÀO LÕI */
    .xc-stick-menu-vehicle .elementor-widget-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        padding-left: 15px !important;
        
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
    }
    .xc-stick-menu-vehicle .elementor-widget-container::-webkit-scrollbar {
        display: none !important;
    }

    /* 3. DÀN HÀNG NGANG */
    .xc-stick-menu-vehicle ul.elementor-icon-list-items {
        display: flex !important; 
        flex-wrap: nowrap !important;
        width: max-content !important; /* Quan trọng: Bắt buộc thẻ ul giãn ra bằng nội dung để kích hoạt scroll */
        margin: 0 !important;
        padding-bottom: 5px !important;
    }

    /* 4. CHỮ KHÔNG RỚT DÒNG VÀ XÓA BORDER */
    .xc-stick-menu-vehicle ul.elementor-icon-list-items li.elementor-icon-list-item {
        white-space: nowrap !important;
        flex-shrink: 0 !important;
        display: inline-block !important;
        margin-right: 20px !important;
        border-right: none !important; /* Xóa border phải */
    }
    
    /* 5. Ẩn icon divider sinh ra bởi Elementor List */
    .xc-stick-menu-vehicle ul.elementor-icon-list-items li.elementor-icon-list-item:after {
        display: none !important;
    }
}

/* =========================================================
   Block: xc-back-to-top (Nút lên đầu trang)
========================================================= */
.xc-back-to-top {
    position: fixed;
    z-index: 999;
    bottom: 220px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(66, 66, 66, 0.49);
    color: #ffffff;
    border-radius: 2px;
    padding: 10px 8px 10px 10px;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
    transition: all 0.3s ease;
}

.xc-back-to-top:hover,
.xc-back-to-top:focus {
    background-color: rgba(15, 15, 15, 0.57);
    color: var(--e-global-color-3bb64e4, #3bb64e);
    text-decoration: none;
}

.xc-back-to-top__icon {
    display: inline-block;
    line-height: 1;
}

@media (max-width: 767px) {
    .xc-back-to-top {
        bottom: 195px;
    }
}

/* =========================================
   SỬA LỖI TRÀN VIỀN (OVERFLOW) TRÊN MOBILE
   ========================================= */
html, body {
    overflow-x: hidden !important;
    width: 100%;
    max-width: 100vw;
}

.elementor-page, .elementor-editor-active .elementor-page {
    overflow-x: hidden !important;
}

/* =========================================
   FIX MENU STICKY MOBILE (CUỘN NGANG)
   ========================================= */
@media (max-width: 767px) {
    .xc-stick-menu-vehicle.elementor-sticky, 
    .xc-stick-menu-vehicle.elementor-sticky--effects {
        width: 100vw !important;
        max-width: 100vw !important;
        left: 0 !important;
        inset-inline-start: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        top: 10px !important;
    }

    .xc-stick-menu-vehicle .elementor-widget-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        white-space: nowrap !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
    }
    
    .xc-stick-menu-vehicle .elementor-widget-container::-webkit-scrollbar {
        display: none !important;
    }

    .xc-stick-menu-vehicle ul.elementor-icon-list-items {
        display: block !important;
        white-space: nowrap !important;
        width: max-content !important; 
        margin: 0 !important;
        padding: 0 !important;
    }

    .xc-stick-menu-vehicle ul.elementor-icon-list-items li.elementor-icon-list-item {
        white-space: nowrap !important;
        display: inline-block !important;
        margin-right: 20px !important;
        border-right: none !important;
    }
    
    .xc-stick-menu-vehicle ul.elementor-icon-list-items li.elementor-icon-list-item:after {
        display: none !important;
    }
}