.elementor-30181 .elementor-element.elementor-element-b0db2c5{--display:flex;}.elementor-30181 .elementor-element.elementor-element-f30a7db{text-align:center;}.elementor-30181 .elementor-element.elementor-element-0d97f84{--spacer-size:20px;}.elementor-30181 .elementor-element.elementor-element-4c6d738{text-align:center;}.elementor-30181 .elementor-element.elementor-element-da63bc6{--spacer-size:20px;}.elementor-30181 .elementor-element.elementor-element-798e9fe{text-align:center;}/* Start custom CSS for html, class: .elementor-element-15e09d3 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

/* --- General Styling --- */
.pricing-table {
    font-family: 'Inter', sans-serif;
    max-width: 100%;
    width: 100%;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
}

.pricing-table table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
    border: 1px solid #d4e6f1;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.pricing-table th {
    background-color: #f8f9fa;
    padding: 20px 15px;
    text-align: center;
    font-size: 16px;
    color: #212529;
    border-bottom: 1px solid #d4e6f1;
    border-right: 1px solid #d4e6f1;
    white-space: nowrap;
}

.pricing-table th:first-child {
    background-color: #ef7d01; /* Changed color */
    color: #ffffff;
    font-size: 18px;
}

.pricing-table td {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #d4e6f1;
    border-right: 1px solid #d4e6f1;
    color: #212529;
    font-size: 15px;
}

.pricing-table th:last-child,
.pricing-table td:last-child {
    border-right: none;
}

.pricing-table tbody td:first-child {
    background-color: #f8f9fa;
    text-align: left;
    font-weight: 600;
}

.pricing-table tr:last-child td {
    border-bottom: none;
}

/* Specific styling for prices */
.price-row td { color: #ef7d01; } /* Changed color */
.price-row strong { font-size: 1.1em; font-weight: bold; }
.price-row small { display: block; font-size: 12px; color: #777; font-weight: normal; }

/* Checkmark styling */
.check {
    color: #ef7d01; /* Changed color */
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
}

/* Badge styling */
.pricing-table th.daily-col,
.pricing-table th.weekly-col,
.pricing-table th.recommended {
    position: relative;
    padding-top: 40px;
    padding-bottom: 15px;
}

.badge {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    width: max-content;
    color: white;
}
.badge-daily,
.badge-weekly,
.badge-recommended {
    background-color: #ef7d01; /* Changed color */
}

/* Recommended column styling - keep it distinct for "Nổi bật" */
.pricing-table th.recommended {
    background-color: #fff0e6; /* Lighter shade of primary color */
    border-top: 4px solid #ef7d01; /* Changed color */
}
.pricing-table td[data-label*="Theo thỏa thuận"] {
    background-color: #fff0e6; /* Lighter shade for recommended column cells */
}

/* Call to action button styling */
.cta-button {
    display: inline-block;
    background-color: #ef7d01; /* Changed color */
    color: #ffffff !important;
    padding: 9px 18px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    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: #cc6600; /* Slightly darker primary color for recommended CTA */
}
.cta-recommended:hover {
    background-color: #b35900; /* Even darker on hover */
}

/* --- RESPONSIVE LOGIC: SCROLL ON SMALL SCREENS --- */
@media screen and (max-width: 991px) {
    .pricing-table th:first-child,
    .pricing-table td:first-child {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 2;
    }
    .pricing-table thead th {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 3;
        background-color: #f8f9fa;
    }
    .pricing-table th:first-child {
        z-index: 4;
        background-color: #ef7d01; /* Changed color */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2298462 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

/* --- General Styling --- */
.pricing-table {
    font-family: 'Inter', sans-serif;
    max-width: 100%;
    width: 100%;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
}

.pricing-table table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
    border: 1px solid #d4e6f1;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.pricing-table th {
    background-color: #f8f9fa;
    padding: 20px 15px;
    text-align: center;
    font-size: 16px;
    color: #212529;
    border-bottom: 1px solid #d4e6f1;
    border-right: 1px solid #d4e6f1;
    white-space: nowrap;
}

.pricing-table th:first-child {
    background-color: #ef7d01; /* Changed color */
    color: #ffffff;
    font-size: 18px;
}

.pricing-table td {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #d4e6f1;
    border-right: 1px solid #d4e6f1;
    color: #212529;
    font-size: 15px;
}

.pricing-table th:last-child,
.pricing-table td:last-child {
    border-right: none;
}

.pricing-table tbody td:first-child {
    background-color: #f8f9fa;
    text-align: left;
    font-weight: 600;
}

.pricing-table tr:last-child td {
    border-bottom: none;
}

/* Specific styling for prices */
.price-row td { color: #ef7d01; } /* Changed color */
.price-row strong { font-size: 1.1em; font-weight: bold; }
.price-row small { display: block; font-size: 12px; color: #777; font-weight: normal; }

/* Checkmark styling */
.check {
    color: #ef7d01; /* Changed color */
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
}

/* Badge styling */
.pricing-table th.daily-col,
.pricing-table th.weekly-col,
.pricing-table th.recommended {
    position: relative;
    padding-top: 40px;
    padding-bottom: 15px;
}

.badge {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    width: max-content;
    color: white;
}
.badge-daily,
.badge-weekly,
.badge-recommended {
    background-color: #ef7d01; /* Changed color */
}

/* Recommended column styling - keep it distinct for "Nổi bật" */
.pricing-table th.recommended {
    background-color: #fff0e6; /* Lighter shade of primary color */
    border-top: 4px solid #ef7d01; /* Changed color */
}
.pricing-table td[data-label*="Theo thỏa thuận"] {
    background-color: #fff0e6; /* Lighter shade for recommended column cells */
}

/* Call to action button styling */
.cta-button {
    display: inline-block;
    background-color: #ef7d01; /* Changed color */
    color: #ffffff !important;
    padding: 9px 18px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    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: #cc6600; /* Slightly darker primary color for recommended CTA */
}
.cta-recommended:hover {
    background-color: #b35900; /* Even darker on hover */
}

/* --- RESPONSIVE LOGIC: SCROLL ON SMALL SCREENS --- */
@media screen and (max-width: 991px) {
    .pricing-table th:first-child,
    .pricing-table td:first-child {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 2;
    }
    .pricing-table thead th {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 3;
        background-color: #f8f9fa;
    }
    .pricing-table th:first-child {
        z-index: 4;
        background-color: #ef7d01; /* Changed color */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4570ef2 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

/* --- General Styling --- */
.pricing-table {
    font-family: 'Inter', sans-serif;
    max-width: 100%;
    width: 100%;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
}

.pricing-table table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
    border: 1px solid #d4e6f1;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.pricing-table th {
    background-color: #f8f9fa;
    padding: 20px 15px;
    text-align: center;
    font-size: 16px;
    color: #212529;
    border-bottom: 1px solid #d4e6f1;
    border-right: 1px solid #d4e6f1;
    white-space: nowrap;
}

.pricing-table th:first-child {
    background-color: #ef7d01; /* Changed color */
    color: #ffffff;
    font-size: 18px;
}

.pricing-table td {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #d4e6f1;
    border-right: 1px solid #d4e6f1;
    color: #212529;
    font-size: 15px;
}

.pricing-table th:last-child,
.pricing-table td:last-child {
    border-right: none;
}

.pricing-table tbody td:first-child {
    background-color: #f8f9fa;
    text-align: left;
    font-weight: 600;
}

.pricing-table tr:last-child td {
    border-bottom: none;
}

/* Specific styling for prices */
.price-row td { color: #ef7d01; } /* Changed color */
.price-row strong { font-size: 1.1em; font-weight: bold; }
.price-row small { display: block; font-size: 12px; color: #777; font-weight: normal; }

/* Checkmark styling */
.check {
    color: #ef7d01; /* Changed color */
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
}

/* Badge styling */
.pricing-table th.daily-col,
.pricing-table th.weekly-col,
.pricing-table th.recommended {
    position: relative;
    padding-top: 40px;
    padding-bottom: 15px;
}

.badge {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    width: max-content;
    color: white;
}
.badge-daily,
.badge-weekly,
.badge-recommended {
    background-color: #ef7d01; /* Changed color */
}

/* Recommended column styling - keep it distinct for "Nổi bật" */
.pricing-table th.recommended {
    background-color: #fff0e6; /* Lighter shade of primary color */
    border-top: 4px solid #ef7d01; /* Changed color */
}
.pricing-table td[data-label*="Theo thỏa thuận"] {
    background-color: #fff0e6; /* Lighter shade for recommended column cells */
}

/* Call to action button styling */
.cta-button {
    display: inline-block;
    background-color: #ef7d01; /* Changed color */
    color: #ffffff !important;
    padding: 9px 18px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    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: #cc6600; /* Slightly darker primary color for recommended CTA */
}
.cta-recommended:hover {
    background-color: #b35900; /* Even darker on hover */
}

/* --- RESPONSIVE LOGIC: SCROLL ON SMALL SCREENS --- */
@media screen and (max-width: 991px) {
    .pricing-table th:first-child,
    .pricing-table td:first-child {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 2;
    }
    .pricing-table thead th {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 3;
        background-color: #f8f9fa;
    }
    .pricing-table th:first-child {
        z-index: 4;
        background-color: #ef7d01; /* Changed color */
    }
}/* End custom CSS */