.elementor-32676 .elementor-element.elementor-element-cc3782b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-32676 .elementor-element.elementor-element-cc3782b{--padding-top:3em;--padding-bottom:3em;--padding-left:0em;--padding-right:0em;}}@media(max-width:767px){.elementor-32676 .elementor-element.elementor-element-cc3782b{--padding-top:0em;--padding-bottom:0em;--padding-left:0em;--padding-right:0em;}}/* Start custom CSS for html, class: .elementor-element-c4ae2ef */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

/* --- General Styling --- */
.allservices-pricing-table {
    font-family: 'Inter', sans-serif;
    max-width: 100%;
    width: 100%;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
}

.allservices-pricing-table p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
    font-weight: 400; /* Font weight 400 cho đoạn text */
}

.allservices-pricing-table table {
    width: 100%;
    min-width: 2000px; /* Tăng min-width đáng kể cho nhiều cột */
    border-collapse: collapse;
    border: 1px solid #d4e6f1;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.allservices-pricing-table th {
    background-color: #f8f9fa;
    padding: 20px 15px;
    text-align: center;
    font-size: 16px;
    color: #212529; /* Màu đen cho tiêu đề add-on */
    border-bottom: 1px solid #d4e6f1;
    border-right: 1px solid #d4e6f1;
    white-space: nowrap;
    font-weight: 600; /* Tiêu đề vẫn nên có độ đậm nhất định */
}

.allservices-pricing-table th:first-child {
    background-color: #00A650; /* Primary color */
    color: #ffffff;
    font-size: 18px;
}

.allservices-pricing-table td {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #d4e6f1;
    border-right: 1px solid #d4e6f1;
    color: #212529; /* Mặc định là màu đen cho nội dung các ô */
    font-size: 15px;
    font-weight: 400; /* Font weight 400 cho nội dung text */
}

.allservices-pricing-table th:last-child,
.allservices-pricing-table td:last-child {
    border-right: none;
}

.allservices-pricing-table tbody td:first-child {
    background-color: #f8f9fa;
    text-align: left;
    font-weight: 600; /* Giữ độ đậm cho tên dịch vụ */
    color: #00A650; /* Giữ màu xanh lá cho tên dịch vụ */
}

.allservices-pricing-table tr:last-child td {
    border-bottom: none;
}

/* Styling cho hàng nổi bật (nếu muốn) */
.allservices-pricing-table .highlight-row {
    background-color: #e6f7ed; /* Màu nền nhẹ nhàng cho hàng nổi bật */
}
.allservices-pricing-table .highlight-row td {
    border-top: 1px solid #00A650; /* Viền trên màu chủ đạo */
    border-bottom: 1px solid #00A650; /* Viền dưới màu chủ đạo */
}

/* Specific styling for prices (Lãi suất năm và tháng) */
.allservices-pricing-table td[data-label="Lãi suất năm"],
.allservices-pricing-table td[data-label="Lãi suất tháng"] {
    font-weight: 600; /* Giữ độ đậm cho lãi suất */
    color: #212529; /* Đặt màu đen cho lãi suất năm và tháng */
    font-size: 1.1em;
}


/* Checkmark styling */
.check {
    color: #00A650; /* Giữ màu xanh lá cho dấu tích theo yêu cầu "add on là có màu thôi" và hình ảnh */
    font-size: 16px;
    font-weight: 600; /* Dấu tích cũng nên có độ đậm nhất định */
    vertical-align: middle;
}

/* Badge styling (không áp dụng cho bảng này do cấu trúc cột ngang) */
.badge { display: none; }

/* Call to action button styling */
.cta-button {
    display: inline-block;
    background-color: #00A650; /* Primary color */
    color: #ffffff !important;
    padding: 9px 18px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600; /* Độ đậm cho nút CTA */
    transition: all 0.3s ease;
}
.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.cta-recommended {
    background-color: #008D43; /* Slightly darker primary color for recommended CTA */
}
.cta-recommended:hover {
    background-color: #007A38; /* Even darker on hover */
}

/* --- RESPONSIVE LOGIC: SCROLL ON SMALL SCREENS --- */
@media screen and (max-width: 991px) {
    .allservices-pricing-table th:first-child,
    .allservices-pricing-table td:first-child {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 2;
    }
    .allservices-pricing-table thead th {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 3;
        background-color: #f8f9fa;
    }
    .allservices-pricing-table th:first-child {
        z-index: 4;
        background-color: #00A650; /* Primary color */
    }
}/* End custom CSS */