/* Universal box-sizing for consistency */
* {
    box-sizing: border-box;
}

.daily-c1z {
    width: 605px;
    height: 189px;
    /* border: 2px solid #D72323; */
    border-radius: 10px;
    margin: 186px auto 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    background: #fff;
}

/* .lienhe-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 250px 0 50px 0;
  background-color: #E7E7E7;
  min-height: 80vh;
  width: 100%;
} */
.daily-b22 {
    width: 640px;
    height: 30px;
    display: flex;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    text-align: left;
    margin-left: 60px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-container input {
    font-size: 16px;
    font-weight: bold;
}

.contact-section {
    display: flex;
    width: 1380px;
    max-width: 1380px;
    margin: 0 auto;
    background-color: #E7E7E7;
    border-radius: 10px;
    overflow: hidden;
    justify-content: space-between;
    padding: 0 32px;
    box-sizing: border-box;
    height: 1100px;
}

.left-column {
    flex: 1;
    /* top: -80px; */
    background-color: #E7E7E7;
    color: #000;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}

.left-column::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/themes/webthd/images/bglienhe.png');
    background-size: auto 130%;
    background-position: -80px -220px;
    background-repeat: no-repeat;
    opacity: 3;
    z-index: 0;
}

.left-column>* {
    position: relative;
    z-index: 1;
}

.left-column h1 {
    font-size: 48px;
    width: 571px;
    height: 140px;
    box-sizing: border-box;
    margin-bottom: 72px;
    margin-top: 140px;
    margin-left: 51px;
    line-height: 1.2;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    width: 496px;
    /* Set width for the entire feature item */
    height: 72px;
    /* Set height for the entire feature item */
    box-sizing: border-box;
    /* Include padding/border in the dimensions */
    margin-bottom: 77px;
    margin-left: 51px;
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin-right: 5px;
    flex-shrink: 0;
    filter: brightness(0) invert(0);
}

.feature-number {
    font-size: 2.5em;
    font-weight: bold;
    color: red;
    margin-right: 5px;
    flex-shrink: 0;
}

.feature-item p {
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    /* Medium weight */
    line-height: 1.5;
    margin: 0;
    height: 72px;
    box-sizing: border-box;
}

.right-column {
    flex: 0 0 737px;
    /* Set fixed width to 737px as requested */
    background-color: transparent;
    padding: 0;
    border-radius: 20px;
    box-shadow: none;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.form-container {
    width: 737px;
    height: 1100px;
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
}



.form-body {
    background-color: #fff;
    padding: 24px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
    justify-content: space-between;
}

.form-footer {
    background-color: #fff;
    height: 76px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1.5px solid #D72323;
    border-bottom: 1.5px solid #D72323;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    /* sm:grid-cols-2 */
    gap: 24px;
    /* gap-x-6 gap-y-6 */
    margin-bottom: 0;
    /* Removed margin-bottom */
}

.form-row>div.full-width {
    grid-column: span 2;
    /* sm:col-span-2 */
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    font-family: 'Inter', sans-serif;
    margin-bottom: 8px;
}

.form-group input,
.form-group select {
    width: 100%;
    /* w-full */
    border: 1px solid #d1d5db;
    /* border border-gray-300 */
    border-radius: 6px;
    /* rounded-md */
    padding: 8px 12px;
    /* px-3 py-2 */
    font-size: 13px;
    /* text-[13px] */
    box-sizing: border-box;
    outline: none;
    /* focus:outline-none */
    transition: border-color 0.2s;
    /* Add transition for focus effect */
}

.form-group input::placeholder {
    color: #d1d5db;
    /* placeholder:text-gray-300 */
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border: 1px solid #d1d5db;
}

.form-group select {
    -webkit-appearance: none;
    /* Remove default arrow on Webkit */
    -moz-appearance: none;
    /* Remove default arrow on Firefox */
    appearance: none;
    /* Remove default arrow */
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-6.5%200-12.3%203.2-16.1%208.1-3.9%204.6-4.9%2010.8-2.7%2016.9l133.9%20167.9c4.2%205.3%2010.4%208.6%2017.3%208.6s13.1-3.3%2017.3-8.6l133.9-167.9c2.2-6.1%201.2-12.3-2.7-16.9z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    background-size: 12px auto;
    padding-right: 30px;
}

.form-group.dropdown-group select {
    padding: 8px 16px;
    /* px-4 py-2 */
    font-size: 14px;
    /* text-[14px] */
    font-weight: 600;
    /* font-semibold */
    color: #000000;
    /* text-gray-900 (approx) */
}

/* Styling for the section titles (Nhóm giải pháp, Phương thức liên hệ) */
.form-body>h3 {
    font-size: 13px;
    /* text-[13px] */
    font-weight: 600;
    /* font-semibold */
    color: #000000;
    /* text-gray-900 */
    margin-top: 24px;
    /* mt-6 */
    margin-bottom: 8px;
    /* mb-2 */
}

/* Flex container for contact methods and map */
.form-body>.flex.flex-col.sm\:flex-row.gap-6 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    /* gap-6 */
    flex-grow: 1;
    /* Make this section fill available space */
}

@media (min-width: 640px) {

    /* sm: breakpoint */
    .form-body>.flex.flex-col.sm\:flex-row.gap-6 {
        flex-direction: row;
    }
}

.form-body>.flex.flex-col.sm\:flex-row.gap-6>.flex-1 {
    flex: 1;
}

.form-body>.flex.flex-col.sm\:flex-row.gap-6>.flex.justify-center.items-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* space-y-2 */
}

.recaptcha-button {
    width: 238px;
    height: 39px;
    display: flex;
    align-items: center;
    gap: 8px;
    /* gap-2 */
    background-color: #D72323;
    /* bg-red-700 */
    color: white;
    /* text-white */
    font-size: 14px;
    /* text-[14px] */
    font-weight: 600;
    /* font-semibold */
    border-radius: 4px;
    /* rounded */
    padding: 8px 16px;
    /* px-4 py-2 */
    border: none;
    cursor: pointer;
}

.recaptcha-button:hover {
    background-color: #D72323;
    /* hover:bg-red-800 */
}

.recaptcha-button input[type="checkbox"] {
    width: 16px;
    /* w-4 */
    height: 16px;
    /* h-4 */
    border: 1px solid #fff;
    /* border border-white */
    border-radius: 2px;
    /* rounded-sm */
    accent-color: #D72323;
    /* This makes the checked color red */
}

.checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    color: #1a202c;
    /* text-gray-900 (approx) */
    font-size: 13px;
    /* text-[13px] */
}

.checkbox-container input[type="checkbox"] {
    width: 16px;
    /* w-4 */
    height: 16px;
    /* h-4 */
    border: 1px solid #d1d5db;
    /* border border-gray-300 */
    border-radius: 2px;
    /* rounded-sm */
    accent-color: #D72323;
    /* text-red-600 */
    margin-right: 8px;
    /* ml-2 */
    cursor: pointer;
}

.checkbox-container label {
    margin-left: 0;
    font-size: 13px;
    /* text-[13px] */
    color: #1a202c;
    /* text-gray-900 */
    font-weight: 400;
    /* font-normal */
    cursor: pointer;
}

.submit-button {
    width: 405px;
    /* Set width to 405px */
    background-color: #D72323;
    /* bg-red-700 */
    color: white;
    /* text-white */
    font-size: 32px;
    /* text-[18px] */
    font-weight: 700;
    /* font-bold */
    text-transform: uppercase;
    /* uppercase */
    padding: 10px 0;
    /* Adjusted padding to achieve 54px height */
    border-radius: 4px;
    /* rounded */
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: #D72323;
    /* hover:bg-red-800 */
    color: #000000;
}

.submit-button-floating {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-65%);
    bottom: 0;
    z-index: 2;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
}

.map-image-container {
    text-align: center;
    margin-top: -150px;
    margin-bottom: 0;
    /* Removed margin-bottom */
    margin-left: -100px;
}

.vietnam-map {
    width: 295.99px;
    height: 346.89px;
    object-fit: cover;
}

/* Responsive adjustments */
@media (max-width: 640px) {

    /* sm: breakpoint */
    .form-row {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        /* sm:grid-cols-1 */
    }

    .form-group.dropdown-group select {
        width: 100%;
    }

    /* Removed .flex-col.sm\:flex-row as it's handled by the new HTML structure and direct CSS */
    .sm\:w-1\/2 {
        width: 100%;
    }

    .sm\:col-span-2 {
        grid-column: span 1;
    }

    /* Removed .form-body > .flex.flex-col.sm\:flex-row.gap-6 as it's now covered by flex-direction on direct parent */
}

@media (max-width: 768px) {
    .contact-section {
        flex-direction: column;
    }

    .left-column,
    .right-column {
        padding: 20px;
    }

    .left-column {
        margin-top: 251px;
    }

    .form-row {
        flex-direction: column;
        gap: 0;
    }

    .form-group {
        width: 100%;
        margin-bottom: 15px;
    }

    .left-column h1 {
        font-size: 2em;
        /* margin-top: 751px; */
    }

    .feature-item p {
        font-size: 1em;
    }
}

.lienhe-page {
    background-color: #E7E7E7;
}

.contact-method-box {
    width: 217px;
    height: 135px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.contact-method-box h3 {
    width: 217px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #000000;
}

.contact-methods-inner {
    width: 153px;
    height: 84px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
}

.contact-methods {
    gap: 8px;
}

.floating-label-group {
    position: relative;
    margin-bottom: 0;
}

.floating-label {
    position: absolute;
    top: -12px;
    left: 16px;
    background: #fff;
    padding: 0 6px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    color: #000;
    z-index: 2;
    pointer-events: none;
}

.floating-label-group input {
    padding-top: 18px;
}

.form-fields-box {
    width: 642px;
    height: 329px;
    background: #fff;
    border-radius: 12px;
    margin: 0 auto 24px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 0;
}

.form-fields-row-box {
    width: 640px;
    height: 83px;
    background: #fff;
    border-radius: 8px;
    margin: 0 auto 12px auto;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: flex-start;
    padding: 0;
    gap: 40px;
}

.form-fields-row-box .form-group {
    width: 300px;
    height: 83px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
}

.form-fields-row-box .form-group.full-width {
    width: 461px;
    height: 63px;
    margin: 0;
}

.form-fields-row-box.left-align-row {
    justify-content: flex-start;
    margin-left: 0;
    padding-left: 0;
}

/* .form-fields-row-box.left-align-row {
  justify-content: flex-start;
} */

.solution-group-box {
    width: 572px;
    height: 107px;
    background: #fff;
    border-radius: 10px;
    margin-left: 0;
    margin-bottom: 24px;
    margin-top: -10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 0 24px 8px 24px;
}

.solution-group-box h3 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #000000;
}

.solution-title-box {
    width: 572px;
    height: 30px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    margin-left: 0;
    margin-top: 100px;
}

.solution-title-box h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    color: #000000;
}

.form-fields-row-box:last-child {
    margin-bottom: -12px;
}

.solution-dropdowns-box {
    width: 572px;
    height: 59px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 64px;
    box-sizing: border-box;
    margin-top: 8px;
}

.solution-dropdowns-box .form-group.dropdown-group {
    width: 254px !important;
    height: 59px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.solution-dropdowns-box .form-group.dropdown-group select {
    width: 242px;
    min-width: 242px;
    max-width: 242px;
    height: 48px;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}

.solution-dropdowns-box select option {
    background: #E9E9E9;
    color: #000;
    font-style: italic;
    font-size: 16px;
    text-align: center;
}

.solution-dropdowns-box select option:hover,
.solution-dropdowns-box select option:focus,
.solution-dropdowns-box select option:checked {
    background: #D3D3D3;
    color: #000;
}

.contact-method-section {
    margin-top: 50px;
}

.contact-method-title {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    color: #000;
}

.flex.flex-col.sm\:flex-row.gap-6>div:first-child {
    margin-top: 130px;
}

.flex.flex-col.sm\:flex-row.gap-6>div:first-child h3 {
    font-size: 16px;
}

.recaptcha-container {
    width: 238px;
    height: 87px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 25px;
}

.recaptcha-container h3 {
    font-weight: 800;
}

.recaptcha-checkbox-container {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 700;
}

.recaptcha-checkbox-container input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    margin: 0;
    cursor: pointer;
    z-index: 2;
}

.recaptcha-checkbox-container .recaptcha-custom-check {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    border-radius: 6px;
    background: transparent;
    box-sizing: border-box;
}

.recaptcha-checkbox-container input[type="checkbox"]:checked+.recaptcha-custom-check::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 2px;
    width: 7px;
    height: 15px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.contact-methods-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
}

.email-checkbox-row {
    width: 95px;
    height: 30px;
    align-items: center;
    display: flex;
}

.phone-checkbox-row {
    width: 153px;
    height: 30px;
    align-items: center;
    display: flex;
}

.custom-checkbox-container {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    display: flex;
    align-items: center;
}

.custom-checkbox-container input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    margin: 0;
    cursor: pointer;
    z-index: 2;
}

.custom-checkbox-container .custom-check {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 2px solid #E53935;
    border-radius: 6px;
    background: transparent;
    box-sizing: border-box;
    display: inline-block;
}

.custom-checkbox-container input[type="checkbox"]:checked+.custom-check {
    background: #E53935;
    border: 2px solid #E53935;
}

.custom-checkbox-container input[type="checkbox"]:checked+.custom-check::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 16px;
    border: solid #fff;
    border-width: 0 4px 4px 0;
    border-radius: 1px;
    transform: translate(-50%, -50%) rotate(45deg);
}

.solution-list-container {
    width: 241px;
    height: 399px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #000000;
    box-shadow: 0 2px 8px rgba(160, 132, 232, 0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 16px;
}

.solution-list-item {
    width: 241px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
    /* border-bottom: 2px dashed #a084e8; */
    font-size: 16px;
    background: #E9E9E9;
}



.custom-solution-dropdown {
    width: 241px;
    height: 59px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(160, 132, 232, 0.08);
}

.custom-solution-dropdown .dropdown-arrow {
    margin-left: 8px;
    font-size: 18px;
}

.form-group.dropdown-group {
    position: relative;
}

.custom-dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 241px;
    height: 399px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #000000;
    box-shadow: 0 2px 16px rgba(160, 132, 232, 0.18);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 20;
    animation: dropdownFadeIn 0.18s ease;
}

@keyframes dropdownFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Đảm bảo solution-list-item trong dropdown có pointer và hover */
.custom-dropdown-list .solution-list-item {
    cursor: pointer;
    transition: background 0.15s;
}

.custom-dropdown-list .solution-list-item:hover {
    background: #C5C5C5 !important;
}

.service-dropdown-list {
    height: 295px !important;
}

.lienhe-contact-bar {
    background-color: #000;
    color: #fff;
    padding: 8px 20px;
    font-size: 16px;
    font-family: Inter, sans-serif;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    width: 491px;
    height: 39px;
    margin-left: 17px;
    margin-bottom: 10px;
}

.lienhe-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lienhe-contact-icon {
    width: 20px;
    height: 16px;
}

.lienhe-phone-icon {
    width: 16px;
}

/* Responsive adjustments */
@media (max-width: 1440px) {
    .contact-section {
        width: 100%;
        max-width: 1380px;
        padding: 0 16px;
        height: auto;
    }

    .left-column {
        width: 100%;
        padding: 0 16px;
    }

    .left-column h1 {
        width: 100%;
        max-width: 571px;
        font-size: clamp(36px, 5vw, 48px);
        margin: 80px 0 40px 16px;
    }

    .feature-item {
        width: 100%;
        max-width: 496px;
        margin: 0 0 40px 16px;
    }

    .right-column {
        width: 100%;
        max-width: 737px;
        padding: 0 16px;
    }

    .form-container {
        width: 100%;
        max-width: 737px;
        height: auto;
    }

    .form-fields-box {
        width: 100%;
        max-width: 642px;
        height: auto;
        padding: 16px;
    }

    .form-fields-row-box {
        width: 100%;
        max-width: 640px;
        height: auto;
        gap: 20px;
        padding: 0 16px;
    }

    .form-fields-row-box .form-group {
        width: 100%;
        max-width: 300px;
    }

    .form-fields-row-box .form-group.full-width {
        max-width: 461px;
    }

    .solution-group-box {
        width: 100%;
        max-width: 572px;
        height: auto;
        padding: 16px;
    }

    .solution-dropdowns-box {
        width: 100%;
        max-width: 572px;
        height: auto;
        gap: 20px;
        flex-wrap: wrap;
    }

    .solution-dropdowns-box .form-group.dropdown-group {
        width: 100% !important;
        max-width: 254px;
    }

    .daily-c1z {
        width: 100%;
        max-width: 605px;
        height: auto;
        margin: 40px auto 0;
        padding: 16px;
        flex-direction: column;
    }

    .daily-b22 {
        width: 100%;
        max-width: 640px;
        margin-left: 0;
        text-align: center;
    }

    .custom-dropdown-list {
        width: 100%;
        max-width: 241px;
        left: 0;
    }

    .contact-method-box {
        width: 100%;
        max-width: 217px;
        height: auto;
        padding: 16px;
    }

    .vietnam-map {
        width: 100%;
        max-width: 295.99px;
        height: auto;
    }
}

@media (max-width: 1024px) {
    .contact-section {
        flex-direction: column;
        padding: 0 12px;
    }

    .left-column,
    .right-column {
        width: 100%;
        max-width: none;
        padding: 0 12px;
    }

    .left-column h1 {
        font-size: clamp(32px, 4vw, 40px);
        margin: 60px 0 30px 12px;
    }

    .form-fields-row-box {
        flex-direction: column;
        gap: 12px;
        padding: 0 12px;
    }

    .form-fields-row-box .form-group,
    .form-fields-row-box .form-group.full-width {
        width: 100%;
        max-width: none;
    }

    .solution-dropdowns-box {
        flex-direction: column;
        gap: 12px;
    }

    .daily-c1z {
        flex-direction: column;
        padding: 12px;
    }
}

@media (max-width: 640px) {
    .contact-section {
        padding: 0 8px;
    }

    .left-column h1 {
        font-size: clamp(24px, 6vw, 32px);
        margin: 40px 0 20px 8px;
    }

    .feature-item {
        margin: 0 0 20px 8px;
        flex-direction: column;
        align-items: flex-start;
    }

    .feature-icon {
        margin-bottom: 8px;
    }

    .form-fields-row-box {
        padding: 0 8px;
    }

    .solution-dropdowns-box {
        gap: 8px;
    }

    .daily-c1z {
        padding: 8px;
    }

    .submit-button {
        width: 100%;
        max-width: 405px;
        font-size: clamp(24px, 5vw, 28px);
    }

    .recaptcha-container {
        width: 100%;
        max-width: 238px;
        margin-left: 0;
    }

    .lienhe-contact-bar {
        width: 100%;
        max-width: 491px;
        flex-direction: column;
        gap: 8px;
        margin-left: 0;
        padding: 8px;
    }
}

/* Responsive for phone (≤640px) */
@media (max-width: 640px) {

    /* Stack lienhe-content vertically */
    .lienhe-content {
        flex-direction: column !important;
        align-items: center;
        padding: 0 8px;
    }

    /* Ensure left-column takes full width */
    .left-column {
        max-width: 100%;
        margin-bottom: 24px;
    }

    .left-column h1 {
        max-width: 100%;
        margin-left: 8px;
        font-size: clamp(24px, 6vw, 32px);
    }

    .feature-item {
        max-width: 100%;
        margin-left: 8px;
        flex-direction: column;
        align-items: flex-start;
    }

    /* Ensure daily-contact-bar fits */
    .daily-contact-bar {
        max-width: 100%;
        flex-direction: column;
        gap: 8px;
        padding: 8px;
        right: 8px;
    }

    /* Ensure daily-a2 (form) displays and scales */
    .daily-a2 {
        max-width: 100%;
        height: auto;
        padding: 0 8px;
        display: flex !important;
        overflow: visible;
        z-index: 2;
    }

    .daily-a3 {
        font-size: 18px;
        padding: 20px 0;
    }

    .daily-a4 {
        max-width: 100%;
        padding: 8px;
    }

    .daily-a44 {
        flex-direction: column;
        gap: 12px;
    }

    .daily-a411-label,
    .daily-a412-label,
    .daily-a413-label,
    .daily-a441-label,
    .daily-a442-label {
        font-size: 14px;
    }

    .daily-a411-input,
    .daily-a441-input,
    .daily-a442-input {
        font-size: 12px;
    }

    .daily-b1 {
        max-width: 100%;
    }

    .daily-b22 {
        max-width: 100%;
        text-align: center;
    }

    .daily-b33 {
        max-width: 100%;
        flex-direction: column;
        gap: 12px;
    }

    .b3x,
    .b3y {
        max-width: 100%;
    }

    .daily-c1z {
        max-width: 100%;
        flex-direction: column;
        gap: 12px;
        padding: 8px;
    }

    .daily-c11 {
        max-width: 100%;
        padding: 8px;
    }

    .daily-c11-title {
        font-size: 14px;
    }

    .daily-c111-label {
        font-size: 14px;
    }

    .daily-c12 {
        max-width: 100%;
        margin-left: 0;
    }

    .daily-c12a {
        font-size: 14px;
    }

    .daily-g {
        width: 100%;
        max-width: 405px;
        font-size: 24px;
        padding: 8px 0;
    }
}

/* --- Custom classes for inline style refactor from lienhe.js --- */
.lienhe-root {
    width: 1440px;
    height: 1729px; 
    /* Giảm từ 2729px xuống 300px */
    margin-bottom: -300px;
    /* margin: 0 auto; */
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px; /* Move entire page up by 30px */
    position: relative;
    background: #e7e7e7;
    overflow: hidden;
}

.lienhe-contact-bar-abs {
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 10;
    background: transparent;
}

.lienhe-content-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 80px;
}

.daily-b33-flex {
    width: 572px;
    height: 59px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    background: #fff;
    border-radius: 12px;
    margin-top: 24px;
}

.b3x-style {
    width: 254px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: transparent;
    border-radius: 12px;
    border: 1px solid #d5d5d5;
    margin-left: 0;
    position: relative;
    cursor: pointer;
    z-index: 30;
}

.b3x-label {
    margin-left: 41.5px;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0;
}

.b3x-arrow {
    margin-left: 25px;
    display: flex;
    align-items: center;
}

.b3y-style {
    width: 254px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: transparent;
    border-radius: 12px;
    border: 1px solid #d5d5d5;
    margin-right: 0;
    position: relative;
    cursor: pointer;
    z-index: 30;
}

.daily-c1z-rel {
    position: relative;
    z-index: 1;
}

.daily-c111-row-flex {
    display: flex;
    align-items: center;
    gap: 8px;
}

.daily-checkbox-style {
    width: 25px;
    height: 25px;
    border: 2px solid #D5D5D5;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 8px;
    position: relative;
}

.svg-absolute {
    position: absolute;
}

.footer-abs {
    position: absolute;
    top: 1461px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 20;
}

.footer-inner {
    width: 1440px;
}

.dropdown-fixed {
    position: fixed; /* Đổi về fixed để luôn theo vị trí màn hình */
    width: 242px;
    background: #e5e5e5;
    border-radius: 20px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.10);
    z-index: 999; /* Giảm z-index để không đè lên header menu */
    display: flex;
    flex-direction: column;
    overflow: hidden;
    /* top, left sẽ được set động bởi JavaScript */
}

.dropdown-item {
    width: 242px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    background: #e5e5e5;
    cursor: pointer;
    user-select: none;
}

/* --- Begin renamed classes to avoid conflict with data.css --- */
.lienhe-contact-info {
    background-color: #ffffff;
    color: #000;
    padding: 8px 20px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    width: 491px;
    height: 39px;
    margin-left: 17px;
    margin-bottom: 10px;
}

.lienhe-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lienhe-contact-icon {
    width: 20px;
    height: 16px;
}

.lienhe-phone-icon {
    width: 16px;
    height: 16px;
}

.lienhe-main-content {
    padding: 20px;
}

/* --- End renamed classes --- */

/* === COPIED AND RENAMED CLASSES FROM daily.css === */
/* Original: .daily-contact-bar -> .lienhe-daily-contact-bar */
.lienhe-daily-contact-bar {
    background-color: #ffffff;
    color: #000;
    padding: 8px 0;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    height: 39px;
    margin-right: 20px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: auto;
}

/* Original: .daily-a2 -> .lienhe-daily-a2 */
.lienhe-daily-a2 {
    position: absolute;
    top: 201px;
    left: 656px;
    width: 737px;
    height: 1160px;
    background: #fff;
    border: 1px solid #d5d5d5;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Original: .daily-a3 -> .lienhe-daily-a3 */
.lienhe-daily-a3 {
    width: 605px;
    height: 30px;
    margin-top: 62px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-weight: bold;
    font-size: 24px;
    color: #000;
    text-align: left;
    justify-content: flex-start;
}

/* Original: .daily-a4 -> .lienhe-daily-a4 */
.lienhe-daily-a4 {
    width: 641px;
    height: 452px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
}

/* Original: .daily-a44 -> .lienhe-daily-a44 */
.lienhe-daily-a44 {
    width: 640px;
    height: 83px;
    position: absolute;
    top: 369px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
}

/* Original: .daily-a441-label, .daily-a442-label -> .lienhe-daily-a441-label, .lienhe-daily-a442-label */
.lienhe-daily-a441-label,
.lienhe-daily-a442-label {
    width: 120px;
    height: 39px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    z-index: 2;
}

/* Original: .daily-a441-input, .daily-a442-input -> .lienhe-daily-a441-input, .lienhe-daily-a442-input */
.lienhe-daily-a441-input,
.lienhe-daily-a442-input {
    width: 100%;
    height: 100%;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    padding-left: 30px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: #000;
    background: #fff;
    outline: none;
    box-sizing: border-box;
}

/* Original: .daily-b1 -> .lienhe-daily-b1 */
.lienhe-daily-b1 {
    width: 640px;
    height: 99px;
    position: absolute;
    top: 624px;
    left: 50%;
    transform: translateX(-50%);
    /* border: 1px solid #D72323; */
    border-radius: 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

/* Original: .daily-b2 -> .lienhe-daily-b2 */
.lienhe-daily-b2 {
    width: 640px;
    height: 30px;
    display: flex;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    text-align: left;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

/* Original: .daily-c1 -> .lienhe-daily-c1 */
.lienhe-daily-c1 {
    width: 605px;
    height: 189px;
    /* border: 2px solid #D72323; */
    border-radius: 10px;
    margin: 186px auto 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    background: #fff;
}

/* Original: .daily-c11 -> .lienhe-daily-c11 */
.lienhe-daily-c11 {
    width: 287px;
    height: 189px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

/* Original: .daily-c11-title -> .lienhe-daily-c11-title */
.lienhe-daily-c11-title {
    width: 290px;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px;
}

/* Original: .daily-c111 -> .lienhe-daily-c111 */
.lienhe-daily-c111 {
    width: 256px;
    height: 138px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
}

/* Original: .daily-c111a -> .lienhe-daily-c111a */
.lienhe-daily-c111a {
    width: 81px;
    height: 30px;
    border-radius: 5px;
    /* margin-bottom: 8px; */
}

/* Original: .daily-c111b -> .lienhe-daily-c111b */
.lienhe-daily-c111b {
    width: 250px;
    height: 30px;
    border-radius: 5px;
    align-self: flex-start;
    /* margin-bottom: 8px; */
}

/* Original: .daily-c111c -> .lienhe-daily-c111c */
.lienhe-daily-c111c {
    width: 242px;
    height: 30px;
    border-radius: 5px;
    align-self: flex-start;
}

/* Original: .daily-c12 -> .lienhe-daily-c12 */
.lienhe-daily-c12 {
    width: 238px;
    height: 87px;
    /* border: 2px solid #00b050; */
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: #fff;
}

/* Original: .daily-c12a -> .lienhe-daily-c12a */
.lienhe-daily-c12a {
    width: 238px;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 0;
    margin-top: 0;
}

/* Original: .daily-c12b -> .lienhe-daily-c12b */
.lienhe-daily-c12b {
    width: 238px;
    height: 39px;
    border-radius: 5px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* Original: .daily-c12-checkbox -> .lienhe-daily-c12-checkbox */
.lienhe-daily-c12-checkbox {
    width: 25px;
    height: 25px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    background: #ffffff;
    margin-left: 22.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}

.lienhe-daily-c12-checkbox.checked {
    background: #d5d5d5;
}

.lienhe-daily-c12-checkbox svg {
    display: block;
    width: 16px;
    height: 16px;
    margin: auto;
}

/* Original: .daily-c12b-label -> .lienhe-daily-c12b-label */
.lienhe-daily-c12b-label {
    margin-left: 8px;
    width: 160px;
    height: 30px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    justify-content: flex-start;
}

/* Original: .daily-c111-row -> .lienhe-daily-c111-row */
.lienhe-daily-c111-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 30px;
    margin-bottom: 0;
}

.lienhe-daily-c111-row:last-child {
    margin-bottom: 0;
}

/* Original: .daily-checkbox -> .lienhe-daily-checkbox */
.lienhe-daily-checkbox {
    width: 25px;
    height: 25px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    background: #fff;
    margin-left: 1.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}

.lienhe-daily-checkbox.checked {
    background: #000;
    border-color: #d9d9d9;
}

.lienhe-daily-checkbox svg {
    display: none; /* Ẩn SVG mặc định */
    width: 16px;
    height: 16px;
    margin: auto;
}

.lienhe-daily-checkbox.checked::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('../../images/Vectorlienhe.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
}

/* Original: .daily-c111-label -> .lienhe-daily-c111-label */
.lienhe-daily-c111-label {
    margin-left: 8px;
    height: 30px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    white-space: nowrap;
}

/* Original: .daily-c12b.recaptcha-wrap -> .lienhe-daily-c12b.recaptcha-wrap */
.lienhe-daily-c12b.recaptcha-wrap {
    width: 238px;
    height: 39px;
    border-radius: 5px;
    background: transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
}

.lienhe-daily-c12b.recaptcha-wrap>div {
    transform: scale(0.85);
    transform-origin: left center;
}

/* Original: .daily-f-popup -> .lienhe-daily-f-popup */
.lienhe-daily-f-popup {
    width: 542px;
    height: 300px;
    background: #d9d9d9;
    border-radius: 0 0 10px 10px;
    position: absolute;
    left: 0;
    top: 99px;
    /* 51px (b3 height) + 2px */
    z-index: 1000;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

/* Original: .daily-f-item -> .lienhe-daily-f-item */
.lienhe-daily-f-item {
    width: 542px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    background: transparent;
    cursor: pointer;
    transition: color 0.2s, font-size 0.2s, font-weight 0.2s;
    user-select: none;
}

.lienhe-daily-f-item:hover {
    color: #d72323;
    font-weight: 750;
    font-size: 16.2px;
}

/* Original: .daily-f-popup-fixed -> .lienhe-daily-f-popup-fixed */
.lienhe-daily-f-popup-fixed {
    width: 542px;
    height: 300px;
    background: #d9d9d9;
    border-radius: 0 0 10px 10px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

/* Original: .daily-g -> .lienhe-daily-g */
.lienhe-daily-g {
    width: 320px;
    height: 70px;
    position: absolute;
    top: 1032px;
    left: 50%;
    transform: translateX(-50%);
    background: #000000;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
    z-index: 10;
}

.lienhe-daily-g:hover {
    background: #d9d9d9;
    color: #000000;
}

/* Additional classes that might be useful */
/* Original: .daily-a1 -> .lienhe-daily-a1 */
.lienhe-daily-a1 {
    position: absolute;
    top: 189px;
    left: 28px;
    width: 578px;
    height: 154px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

/* Original: .daily-a1-line1, .daily-a1-line2 -> .lienhe-daily-a1-line1, .lienhe-daily-a1-line2 */
.lienhe-daily-a1-line1,
.lienhe-daily-a1-line2 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
}

/* Original: .daily-a21 -> .lienhe-daily-a21 */
.lienhe-daily-a21 {
    width: 605px;
    height: 30px;
    margin-top: 62px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    color: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Original: .daily-a22 -> .lienhe-daily-a22 */
.lienhe-daily-a22 {
    width: 641px;
    height: 452px;
    margin-top: 132px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

/* Original: .daily-a221 -> .lienhe-daily-a221 */
.lienhe-daily-a221 {
    width: 471px;
    height: 83px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 26px;
    margin-top: 10px;
    margin-bottom: 24px;
}

/* Original: .daily-input-group -> .lienhe-daily-input-group */
.lienhe-daily-input-group {
    position: relative;
    width: 471px;
    height: 59px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Original: .daily-input-label-float -> .lienhe-daily-input-label-float */
.lienhe-daily-input-label-float {
    position: absolute;
    top: -10.5px;
    left: 16px;
    background: #fff;
    padding: 0 6px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #000;
    z-index: 2;
    pointer-events: none;
}

/* Original: .daily-input-float -> .lienhe-daily-input-float */
.lienhe-daily-input-float {
    width: 471px;
    height: 59px;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    padding: 10px 16px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #000;
    outline: none;
    box-sizing: border-box;
}

.lienhe-daily-input-float::placeholder {
    color: #d5d5d5;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    line-height: 100%;
}

/* Original: .daily-a41 -> .lienhe-daily-a41 */
.lienhe-daily-a41 {
    width: 471px;
    height: 83px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Original: .daily-a411-label -> .lienhe-daily-a411-label */
.lienhe-daily-a411-label {
    width: 94px;
    height: 39px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    z-index: 2;
}

/* Original: .daily-a412-label -> .lienhe-daily-a412-label */
.lienhe-daily-a412-label {
    width: 63px;
    height: 39px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    z-index: 2;
}

/* Original: .daily-a413-label -> .lienhe-daily-a413-label */
.lienhe-daily-a413-label {
    width: 113px;
    height: 39px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    z-index: 2;
}

/* Original: .daily-a411 -> .lienhe-daily-a411 */
.lienhe-daily-a411 {
    width: 471px;
    height: 59px;
    position: absolute;
    top: 20px;
    left: 0;
    display: flex;
    align-items: center;
}

/* Original: .daily-a411-input -> .lienhe-daily-a411-input */
.lienhe-daily-a411-input {
    width: 100%;
    height: 100%;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    padding-left: 30px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: #000;
    background: #fff;
    outline: none;
    box-sizing: border-box;
}

.lienhe-daily-a411-input::placeholder {
    color: #d5d5d5;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    vertical-align: middle;
}

/* Original: .daily-a42 -> .lienhe-daily-a42 */
.lienhe-daily-a42 {
    width: 471px;
    height: 83px;
    position: absolute;
    top: 123px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Original: .daily-a43 -> .lienhe-daily-a43 */
.lienhe-daily-a43 {
    width: 471px;
    height: 83px;
    position: absolute;
    top: 246px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Original: .daily-a441, .daily-a442 -> .lienhe-daily-a441, .lienhe-daily-a442 */
.lienhe-daily-a441,
.lienhe-daily-a442 {
    width: 299.5px;
    height: 83px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Original: .daily-a441-input-wrap, .daily-a442-input-wrap -> .lienhe-daily-a441-input-wrap, .lienhe-daily-a442-input-wrap */
.lienhe-daily-a441-input-wrap,
.lienhe-daily-a442-input-wrap {
    width: 100%;
    height: 59px;
    position: absolute;
    top: 20px;
    left: 0;
    display: flex;
    align-items: center;
}

.lienhe-daily-a441-input::placeholder,
.lienhe-daily-a442-input::placeholder {
    color: #d5d5d5;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    vertical-align: middle;
}

/* Original: .daily-b3 -> .lienhe-daily-b3 */
.lienhe-daily-b3 {
    width: 542px;
    height: 51px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: transparent;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
}

/* Original: .daily-b3-img -> .lienhe-daily-b3-img */
.lienhe-daily-b3-img {
    width: 24px;
    height: 24px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Original: .daily-b3-text -> .lienhe-daily-b3-text */
.lienhe-daily-b3-text {
    width: 126px;
    height: 30px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

/* Original: .daily-content -> .lienhe-daily-content */
.lienhe-daily-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 100px;
}

/* Original: .daily-title -> .lienhe-daily-title */
.lienhe-daily-title {
    font-size: 36px;
    color: #D72323;
    font-weight: bold;
    margin-bottom: 24px;
    font-family: 'Inter', sans-serif;
}

/* Original: .daily-desc -> .lienhe-daily-desc */
.lienhe-daily-desc {
    font-size: 18px;
    color: #222;
    font-family: 'Inter', sans-serif;
}

/* Original: .daily-contact-item -> .lienhe-daily-contact-item */
.lienhe-daily-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Original: .daily-root -> .lienhe-daily-root */
.lienhe-daily-root {
    width: 1440px;
    height: 1407px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    overflow: hidden;
}

/* === END OF COPIED AND RENAMED CLASSES FROM daily.css === */

/* === HEADER MENU STYLES REMOVED - Using main header.css instead === */

/* Đảm bảo header menu trong trang lienhe có khoảng cách đúng */
body .lienhe-root .header-menu-nav ul {
    gap: 55px !important;
}

body .lienhe-root .header-menu-nav {
    width: 1100px !important;
}

body .lienhe-root .header-menu-nav ul {
    width: 1100px !important;
}

/* Thêm CSS cho từng menu item để đảm bảo spacing */
body .lienhe-root .header-menu-nav li {
    margin-right: 55px !important;
}

body .lienhe-root .header-menu-nav li:last-child {
    margin-right: 0 !important;
}

/* === FOOTER STYLES === */
.footer {
    background: #000;
    color: #fff;
    padding: 40px 0 20px 0;
    width: 100%;
}

.footer-content {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-bottom: 20px;
}

.footer-section {
    flex: 1;
    margin-right: 40px;
}

.footer-section:last-child {
    margin-right: 0;
}

.footer-section h3,
.footer-section h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-section h3 {
    font-size: 24px;
    color: #D72323;
}

.footer-section h4 {
    font-size: 18px;
}

.footer-section p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a img {
    width: 24px;
    height: 24px;
    transition: opacity 0.3s;
}

.social-links a:hover img {
    opacity: 0.7;
}

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 20px;
    text-align: center;
}

.footer-bottom p {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #999;
    margin: 0;
}

/* === RESPONSIVE ADJUSTMENTS === */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        gap: 30px;
    }

    .footer-section {
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 30px 0 15px 0;
    }

    .footer-content {
        padding: 0 15px;
    }
}

body.page-template-lienhe .dichvu-header-bar {
    position: absolute !important;
    top: 32px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 1440px !important;
    margin: 0 auto !important;
    z-index: 2000 !important;
    background: transparent !important;
    color: #000 !important;
    padding-left: 40px !important;
    box-sizing: border-box !important;
}

/* CSS cho reCAPTCHA */
.recaptcha-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    width: 100%;
}

.g-recaptcha {
    transform: scale(0.85);
    transform-origin: left center;
}

/* Đảm bảo reCAPTCHA container có kích thước phù hợp */
.lienhe-daily-c12b.recaptcha-wrap {
    width: 238px;
    height: 39px;
    border-radius: 5px;
    background: transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
}

.lienhe-daily-c12b.recaptcha-wrap > div {
    transform: scale(0.85);
    transform-origin: left center;
}

/* Responsive cho reCAPTCHA */
@media (max-width: 640px) {
    .g-recaptcha {
        transform: scale(0.75);
        transform-origin: center;
    }
    
    .recaptcha-container {
        margin-top: 5px;
    }
    
    .lienhe-daily-c12b.recaptcha-wrap {
        width: 100%;
        max-width: 238px;
    }
}

/* Đảm bảo reCAPTCHA không bị che khuất */
.lienhe-daily-c12 {
    z-index: 10;
    position: relative;
}

/* Style cho reCAPTCHA khi load */
.g-recaptcha > div {
    margin: 0 auto;
}

/* Đảm bảo reCAPTCHA hiển thị đúng trong form */
.lienhe-daily-c12a {
    margin-bottom: 8px;
}