.daily_page {
    background-color: #fafafa;
    padding: 60px 0;
    font-family: sans-serif;
}

.daily_page .rowcontent {
    margin-bottom: 40px;
}

.daily_page .rowcontent .text {
    text-align: center;
}

.daily_page .rowcontent .text h4 {
    color: var(--color-main);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.daily_page .rowcontent .text h1 {
    font-size: 36px;
    font-weight: 900;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.daily_page .rowcontent .text h1 span {
    color: var(--color-main);
}

.daily_page .rowcontent .text p {
    color: var(--color-black);
    font-size: 16px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.daily_page .rowicon .col-inner {
    height: 100%;
}

.daily_page .rowicon .icon-box {
    background-color: var(--color-white);
    border-radius: 16px;
    padding: 35px 20px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.04);
    text-align: center !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
}

.daily_page .rowicon .icon-box:hover {
    transform: translateY(-5px);
}

.daily_page .rowicon .icon-box-img {
    background-color: #fdf8f1;
    width: 65px !important;
    height: 65px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto !important;
}

.daily_page .rowicon .icon-box-img img {
    width: 32px;
    height: auto;
    object-fit: contain;
}

.daily_page .rowicon .icon-box-text h3 {
    font-size: 18px;
    font-weight: 800;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.daily_page .rowicon .icon-box-text p {
    color: #777;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.daily_form {
    background-color: #fafafa;
    padding: 60px 15px;
    display: flex;
    justify-content: center;
    font-family: sans-serif;
}

.daily_form .wpcf7 {
    background-color: var(--color-white);
    max-width: 750px;
    width: 100%;
    padding: 40px 50px;
    border-radius: 12px;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
}

.daily_form .col-inner {
    display: flex;
    justify-content: center;
}

.daily_form .form-title {
    text-align: center !important;
    font-size: 22px;
    font-weight: 800 !important;
    color: #222 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 35px !important;
}

.daily_form .form-title::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: var(--color-main);
    border-radius: 50%;
}

.daily_form .form-row {
    display: flex;
    flex-direction: row;
	gap:20px;
    width: 100%;
}

.daily_form .col-6 {
    width: 100%;
    padding: 0;
}

.daily_form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 12px;
    width: 100%;
    position: relative;
}

.daily_form .wpcf7-form-control-wrap::before {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #444;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.daily_form .wpcf7-form-control-wrap[data-name="your-name"]::before {
    content: "Họ và tên";
}

.daily_form .wpcf7-form-control-wrap[data-name="your-phone"]::before {
    content: "Số điện thoại";
}

.daily_form .wpcf7-form-control-wrap[data-name="your-city"]::before {
    content: "Tỉnh / Thành phố";
}

.daily_form .wpcf7-form-control-wrap[data-name="your-email"]::before {
    content: "Email (Không bắt buộc)";
}

.daily_form .wpcf7-form-control-wrap[data-name="your-message"]::before {
    content: "Nội dung yêu cầu / Ghi chú";
}

.daily_form .wpcf7-form-control.wpcf7-text,
.daily_form .wpcf7-form-control.wpcf7-tel,
.daily_form .wpcf7-form-control.wpcf7-email,
.daily_form .wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    background-color: #fbfbfb;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 25px 15px;
    font-size: 15px;
    color: #333;
    outline: none;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.daily_form .wpcf7-form-control.wpcf7-textarea {
    height: 100px;
    resize: vertical;
}

.daily_form .wpcf7-form-control::placeholder {
    color: #a0a0a0;
}

.daily_form .wpcf7-form-control-wrap[data-name="your-city"] input {
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    padding-right: 35px;
}

.daily_form .wpcf7-submit {
    width: 100%;
    background-color: var(--color-main);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.3s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M498.1 5.6c10.1 7 15.4 19.1 13.5 31.2l-64 416c-1.5 9.7-7.4 18.2-16 23s-18.9 5.4-28 1.6L284 427.7l-68.5 74.1c-8.9 9.7-22.9 12.9-35.2 8.1S160 493.2 160 480V396.4c0-4 1.5-7.8 4.2-10.7L331.8 202.8c5.8-6.3 5.6-16-.4-22s-15.7-6.4-22-.7L106 360.8 17.7 316.6C7.1 311.3 .3 300.7 0 288.9s5.9-22.8 16.1-28.7l448-256c10.7-6.1 23.9-5.5 34 1.4z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(50% - 85px) center;
    background-size: 16px;
}


.daily_form .wpcf7-spinner {
    display: none !important;
}
.daily_form .tva .col-inner{
	display:flex;
	flex-direction:column;
}
@media (max-width: 600px) {
    .daily_form .wpcf7 {
        padding: 30px 20px;
    }
}

@media (max-width: 768px) {
    .daily_page .rowcontent .text h1 {
        font-size: 28px;
    }
    .daily_page .rowcontent .text p {
        font-size: 14px;
    }
    .daily_page .rowicon .icon-box {
        margin-bottom: 20px; /* Cách đều các card trên mobile */
    }
	.daily_page .rowicon .icon-box{
		padding:10px;
	}
	.rowicon .col{
		padding:8px;
	}
	.daily_form .form-title{
		margin-bottom:10px;
	}
	.daily_form .wpcf7-form-control.wpcf7-text, .daily_form .wpcf7-form-control.wpcf7-tel, .daily_form .wpcf7-form-control.wpcf7-email, .daily_form .wpcf7-form-control.wpcf7-textarea{
		padding:20px 15px;
	}
}