/*
Theme Name: KNC Custom Project
Author: Admin
Description: Theme code tay kết hợp giao diện Elementor KNC - Sạch & Mượt (Tone Đỏ)
Version: 1.1
*/

/* =========================================
   1. RESET TỔNG THỂ & FONT CHUẨN ĐẬM
   ========================================= */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Roboto', Arial, sans-serif !important; overflow-x: hidden; }

/* =========================================
   2. HEADER (MENU & NÚT GỌI - TONE ĐỎ)
   ========================================= */
/* Hiệu ứng khi rê chuột vào Menu sẽ đổi sang màu đỏ K&C */
.header-menu a:hover {
    color: #e3000f !important; 
    transition: color 0.3s ease;
}

/* Nút Gọi Ngay đậm màu đỏ hơn khi hover */
.header-cta a:hover {
    background-color: #b3000c !important; /* Đỏ đậm hơn một chút */
    color: #fff !important;
    box-shadow: 0 5px 15px rgba(227, 0, 15, 0.4); /* Đổ bóng tone đỏ */
}

/* =========================================
   3. THUỐC ĐẶC TRỊ FOOTER ELEMENTOR (CHỐNG ĐÈ)
   ========================================= */

/* Ép cái hộp to nhất dàn hàng ngang */
.elementor-element-69552f0 .e-con-inner {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 50px auto !important;
    padding: 40px 20px !important;
    border-top: 1px solid #ddd !important;
    gap: 40px !important; /* Khoảng cách giữa 3 cột */
    position: relative !important;
}

/* Ép 3 cột phải chia đều nhau, cấm thằng nào lấn sân */
.elementor-element-69552f0 .e-con-inner > div {
    position: relative !important;
    flex: 1 !important; /* Chia đều 3 cột */
    min-width: 0 !important; /* Chống tràn chữ */
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 33.33% !important;
}

/* Xích cổ cái Logo K&C lại, cấm chạy lung tung đè vào chữ */
.elementor-element-bf16375 img {
    max-width: 180px !important; 
    height: auto !important;
    position: relative !important;
    display: block !important;
    margin: 0 !important;
    transform: none !important; 
}

/* Chỉnh lại khoảng cách chữ cho đẹp */
.elementor-element-65ec1f9 .elementor-widget-heading,
.elementor-element-50159c5 .elementor-widget-heading {
    margin-bottom: 15px !important;
}

.elementor-element-65ec1f9 h5,
.elementor-element-50159c5 h5 {
    font-family: 'Roboto', sans-serif !important; /* Đồng bộ font Roboto */
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #333 !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* Làm đậm dòng Tiêu đề đầu tiên và nhuộm đỏ nhẹ nếu cần */
.elementor-element-65ec1f9 > div:first-child h5,
.elementor-element-50159c5 > div:first-child h5 {
    font-weight: 900 !important; /* Cực đậm đúng chất K&C */
    font-size: 18px !important;
    color: #000 !important;
    margin-bottom: 20px !important;
    text-transform: uppercase;
}