/* Dich vu tong */


.section-content .row {
    margin: 0 auto !important;
}

.services-banner .section-bg-overlay {
    background: linear-gradient(87.82deg, #0B3D2E 25.25%, rgba(31, 111, 74, 0) 55%);
}

.grid-drifferents {
    gap: 8px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.grid-drifferents .col .col-inner {
    padding-top: 24px;
    padding-right: 20px;
    padding-bottom: 24px;
    padding-left: 20px;
    border-radius: 12px;
    border-width: 1px;
    height: 100%;
}

.galleries-doi-tac-full-width {
    margin: 0 auto !important;
    position: relative;
}

.galleries-doi-tac-full-width .flickity-prev-next-button svg {
    top: 80%;
}

.galleries-doi-tac-full-width .gallery-col {
    padding: 0 8px 0 8px;
}

.galleries-doi-tac-full-width img {
    object-fit: contain;
}

.galleries-doi-tac-full-width .gallery-col .col-inner {
    background: white;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 4px 20px 0px #1A1A1A0D;
    padding: 10px 20px
}

.value-box {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    gap: 16px;
    border-radius: 12px;
    border-width: 1px;
    padding: 24px;
    margin-bottom: 16px;
}

.value-box:hover {
    background: #F8F7F4;
}

.value-box h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.value-box img {
    padding: 0;
}

.value-box p {
    margin: 0;
}

.list-warehouses ul {
    list-style: none;
    padding-left: 0;
}

.list-warehouses ul li {
    position: relative;
    padding-left: 32px;
    margin-left: 0;
}

.list-warehouses ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.11314 17.6949C7.40326 16.8977 6.82989 16.1177 6.27601 15.3624C5.77004 14.6755 5.33127 13.9415 4.96576 13.1706C4.73701 12.7026 4.63576 12.2293 5.13114 11.9244C6.55126 11.0518 6.84226 11.8851 7.61364 12.8518C8.07114 13.4248 8.74614 14.3694 9.16876 14.9664C9.57264 15.5364 10.065 14.5078 10.2611 14.2172C10.9598 13.1859 12.7748 10.6599 13.5251 9.72657C14.2373 8.84007 16.5356 6.35719 16.9639 5.96232C17.3288 5.62594 18.099 4.88869 18.6169 5.29557C19.1606 5.72307 19.4269 6.53569 19.0444 7.06407C18.378 7.98394 17.3318 8.85882 16.6076 9.73482C15.1421 11.5078 13.7546 13.4188 12.4226 15.3219C11.97 15.9684 11.3348 17.0514 10.9403 17.7527C10.2023 19.0648 9.55426 19.3142 8.11276 17.6949' fill='%231F6F4A'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.cities-list {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.cities-list p {
    padding-top: 6px;
    padding-right: 16px;
    padding-bottom: 6px;
    padding-left: 16px;
    background: #EFEDE5;
    border-radius: 4px;
    border: 1px solid #DDD9CB;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -3%;
    margin: 0;
}

.services-solutions {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.services-solutions .col {
    background: white;
    border: 1px solid #E5E5E5;
    border-radius: 16px;
    overflow: hidden;
}

.services-solutions .col:hover {
    box-shadow: 0px 4px 20px 0px #1A1A1A0D;
}

.services-solutions .col:hover .solution-content a {
    display: flex;
}

.services-solutions .col .img {
    margin: 0;
}

.services-solutions .col .solution-content {
    padding: 16px;
}

.services-solutions .col .solution-content h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -3%;
    margin-bottom: 3px;
}

.services-solutions .col .solution-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -2%;
    margin-bottom: 16px;
}

.services-solutions .col .solution-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}


.services-solutions .col .solution-content ul li {
    background: #E5E5E5;
    border-radius: 99px;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    margin: 0;
    backdrop-filter: blur(20px);
    transition: all 200ms linear;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -2%;
    cursor: default;

}

.services-solutions .col .solution-content ul li:hover {
    background: #F97316;
    color: white;
}


.services-solutions .col .solution-content a {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -2%;
    margin-top: 16px;
    gap: 10px;
    align-items: center;
    color: #F97316;
    display: none;
    margin-bottom: 0;
}

.services-solutions .col .solution-content a::after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M15.8337 10.0001L4.16699 10.0001M10.0003 15.8334L15.8337 10.0001L10.0003 4.16675' stroke='%23F97316' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
}

.td-btn-arrow::after {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 12L5 12M12 19L19 12L12 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    flex-shrink: 0;
}

.td-process {
    display: grid;
    grid-template-columns: 1fr 20px 1fr 20px 1fr;
}

.td-process .col-inner {
    height: 100%;
}

.td-process .step {
    justify-content: space-between;
    border-radius: 12px;
    padding: 20px;

    border-width: 1px;
    left: 238.4px;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 4px 20px 0px #1A1A1A0D;
    height: 100%;
}

.td-process .step:hover {
    border: 1px solid #1F6F4A;

}

.td-process .step p:first-of-type {
    width: 48px;
    height: 48px;
    opacity: 1;
    border-radius: 8px;
    border-width: 1px;
    padding: 16px;
    background: #1F6F4A;
    border: 1px solid;
    border-image-source: linear-gradient(360deg, #6AC89C -1.04%, #BCD4C9 100%);
    box-shadow: 0px 4px 20px 0px #0000450D;

    font-weight: 600;
    font-size: 20px;
    letter-spacing: -3%;
    text-align: center;
    color: white;

    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 24px
}

.td-process .step h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -3%;
    margin-bottom: 7px;
}

.td-process .step p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -3%;
    margin: 0;
}

.services-tesitmonials {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.services-tesitmonials .col {
    border-radius: 8px;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px #1A1A1A14;
}

.services-tesitmonials .col .col-inner {
    display: flex;
    flex-direction: column;
    gap: 55px;
    justify-content: space-between;
    height: 100%;
}

.services-tesitmonials .icon-box-img {
    display: flex;
    align-items: center;
}

.services-tesitmonials .icon-box h3 {
    font-size: 16px;
    letter-spacing: -3%;
    line-height: 150%;
}

.services-tesitmonials .icon-box p {
    font-size: 14px;
    letter-spacing: -3%;
    line-height: 150%;
}

.td-testimonials .flickity-prev-next-button {
    top: auto;
    bottom: -50px;
    background: white;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    border: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.td-testimonials .flickity-prev-next-button svg {
    display: none;
}

.td-testimonials .flickity-prev-next-button.next {
    left: calc(50% + 8px);
}

.td-testimonials .flickity-prev-next-button.previous {
    right: calc(50% + 8px);
    left: auto;
}

.td-testimonials .flickity-prev-next-button.previous::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;

    background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12L19 12M12 5L5 12L12 19' stroke='%231A1A1A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.td-testimonials .flickity-prev-next-button.next::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
    background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12L19 12M12 5L5 12L12 19' stroke='%231A1A1A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.testimonials-slider .flickity-viewport {
    min-height: 223px;
}


.sertivces-gits-container {
    padding-top: 88px !important;
    padding-bottom: 0 !important;
}

.sertivces-gits-container .section-bg img {
    padding-bottom: 75px !important;
}

.sertivces-gits {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.sertivces-gits .col {
    background: white;

    border-radius: 8px;
    border-width: 1px;
    padding: 24px 27px;

    border: 1px solid #E5E5E5;
    box-shadow: 0px 4px 20px 0px #1A1A1A0D;
}

.sertivces-gits .col .col-inner p:first-of-type {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -2%;
    opacity: 0.8;
    margin-bottom: 12px;
}

.sertivces-gits .col .col-inner h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -3%;
    margin-bottom: 8px;
}

.services-gits-btn {
    border-radius: 8px;
    padding: 8px 16px;
    margin: 0;
    width: 100%;
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
}

.services-gits-btn-1 {
    background-color: white;
    border: 1px solid #1F6F4A;
    color: #1F6F4A !important;
}

.services-gits-btn-3 {
    background-color: #F97316;
}

.services-gits-btn-1::after {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    flex-shrink: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17 7L7 17M17 17V7H7' stroke='%231F6F4A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
}

.services-gits-btn-2::after,
.services-gits-btn-3::after {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    flex-shrink: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17 7L7 17M17 17V7H7' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
}



/* Layout tổng quan */
.faq-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}


/* Định dạng block faq */
.faq {

    padding-top: 24px;
    padding-right: 20px;
    padding-bottom: 24px;
    padding-left: 20px;
    border-radius: 12px;
    margin-bottom: 16px;

    border: 1px solid #E5E5E5;
    box-shadow: 0px 4px 20px 0px #1A1A1A0D;

}

/* Định dạng thẻ h3 và Flexbox để canh icon sang phải */
.faq h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -3%;
    margin: 0;

    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

/* Icon Plus (+) mặc định sử dụng Data URI từ SVG bạn cấp */
.faq h3::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-left: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 5V19M5 12H19' stroke='%23F97316' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
}

/* Đổi sang icon Minus (-) khi có class active */
.faq.active h3::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12H19' stroke='%23F97316' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Định dạng thẻ p với chiều cao = 0 mặc định để tạo hiệu ứng */
.faq p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -2%;
    color: #666666;

    max-height: 0;
    overflow: hidden;
    opacity: 0;
    /* Kết hợp transition cho mượt */
    transition: max-height 0.4s ease, margin-top 0.4s ease, opacity 0.4s ease;
}

/* Khi block active, đoạn văn bản hiện ra */
.faq.active p {
    opacity: 1;
    margin-top: 16px;
    /* max-height sẽ được JS tiêm vào nội tuyến (inline style) */
}

.faq.active h3 {
    font-weight: 600;
}

.partners-factory {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.partners-factory>.col {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #E5E5E5;
    padding: 0;
}

.partners-factory .factory-content {
    padding: 12px 16px !important;
}

.partners-factory .factory-content h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -3%;
    margin-bottom: 16px;
}

.partners-factory .factory-content .col.large-12 {
    padding: 0;
}

.partners-factory .img {
    margin-bottom: 0 !important;
}

.partners-factory .factory-content .factory-detail-col-1 {
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 6px;
}

.partners-factory .factory-content .factory-detail-col-2 {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 6px;
}

.partners-factory .factory-content .factory-detail-col-1 .col-inner,
.partners-factory .factory-content .factory-detail-col-2 .col-inner {
    height: 100%;
}


.partners-factory .factory-content h4 {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -3%;
    margin-bottom: 4px
}

.partners-factory .factory-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -2%;
    margin: 0;
}

.partners-factory .factory-content .col.large-6 .col-inner {
    padding-top: 16px;
    padding-right: 14px;
    padding-bottom: 16px;
    padding-left: 16px;
    border-radius: 4px;
    background: #F8F7F4;
}

.td-compare {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.td-compare .compare-col {
    padding: 0;
    padding-bottom: 40px;
}

.td-compare .compare-col-2:hover {
    background: white;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 4px 20px 0px #1A1A1A0D;
    border-radius: 16px;
    cursor: pointer;
}

.td-compare .compare-col p {
    padding: 4px 24px;
    height: 88px;
    display: flex;
    align-items: center;
    margin: 0;
    border-bottom: 1px solid #E5E5E5;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -3%;
}

.td-compare .compare-col-1,
.td-compare .compare-col-3 p:first-of-type {
    font-weight: 600;
}

.td-compare .compare-col-2 p:first-of-type {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -3%;
    color: #1F6F4A;
}

.td-compare .compare-col-2 p:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-right: 12px;
    vertical-align: middle;

    background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 0C4.92487 0 0 4.92487 0 11C0 17.0751 4.92487 22 11 22C17.0751 22 22 17.0751 22 11C22 4.92487 17.0751 0 11 0ZM16.2071 7.29289C16.5976 7.68342 16.5976 8.31658 16.2071 8.70711L10.2071 14.7071C9.81658 15.0976 9.18342 15.0976 8.79289 14.7071L6.29289 12.2071C5.90237 11.8166 5.90237 11.1834 6.29289 10.7929C6.68342 10.4024 7.31658 10.4024 7.70711 10.7929L9.5 12.5858L14.7929 7.29289C15.1834 6.90237 15.8166 6.90237 16.2071 7.29289Z' fill='%231F6F4A'/%3E%3C/svg%3E");
}

.td-compare .compare-col-2 p {
    font-weight: 500;
}

.td-compare .compare-col-2 p:first-of-type:before {
    display: none;
}

.services-form-title {
    background: #1F6F4A;
    height: 56px;
    clip-path: path("M10 0 H228 C238 0 246 2 252 10 L289 56 H0 V10 C0 4.5 4.5 0 10 0 Z");
    color: white;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -3%;
    padding-left: 32px;
    display: flex;
    align-items: center;
    margin: 0;
}

.invoice-form {
    background: white;

    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 32px;
}

.invoice-form label {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -3%;
}

.invoice-form input,
.invoice-form select {
    border: 1px solid #E5E5E5;
    padding: 0 16px;
    border-radius: 8px;

    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -3%;
}

.invoice-form input::placeholder {
    color: #666666 !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -3%;
    opacity: 1;
}

.invoice-form form .field-group {
    display: flex;
    gap: 16px;
    flex-wrap: nowrap;
    width: 100%;
    align-items: start;
}

.invoice-form form .field-group .field:nth-child(1) {
    width: 65%;
}

.invoice-form form .field-group .field:nth-child(2) {
    width: 35%;
}

.invoice-form .send-invoice {
    width: fit-content !important;
    padding-right: 40px;
    text-transform: none;
}

p:has(.send-invoice) {
    width: fit-content !important;
    position: relative;
    margin-top: 32px;

}

p:has(.send-invoice)::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    flex-shrink: 0;
    position: absolute;
    right: 16px;
    top: 8px;
    background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 12L5 12M12 19L19 12L12 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Container chính của khu vực upload */
.custom-file-upload {
    position: relative;
    border: 1.5px dashed #d1d5db;
    border-radius: 8px;
    padding: 20px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    overflow: hidden;
    margin-bottom: 8px;
    cursor: pointer;
}

.custom-file-upload p,
.custom-file-upload .wpcf7-form-control-wrap {
    position: static !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important;
}

/* Hiệu ứng khi kéo file vào vùng */
.custom-file-upload.dragover {
    border-color: #20764D;
    background-color: #f3fdf8;
}

/* Biến input file mặc định thành trong suốt, phủ lên toàn bộ container */
.file-upload-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    cursor: pointer !important;
    z-index: 10 !important;
}

/* Bố cục icon và text */
.upload-ui,
.upload-ui * {
    pointer-events: none !important;
    /* Tránh click chạm vào UI thay vì thẻ input */
}

.upload-icon {
    flex-shrink: 0;
}

.upload-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.upload-text {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #1f2937;
}

.upload-text span {
    color: #20764D;
    text-decoration: underline;

    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.upload-subtext {
    margin: 0;
    font-size: 13px;
    color: #6b7280;

    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Tên file hiển thị sau khi upload (Khung bo tròn Card) */
.file-name-display {
    display: block;
    margin-top: 8px;
}

.file-attached-card {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    max-width: 100%;
    box-sizing: border-box;
    box-shadow: none;
    animation: fadeInAttachedCard 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes fadeInAttachedCard {
    from {
        opacity: 0;
        transform: translateY(4px) scale(0.98);
    }

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

.file-icon-box {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: #F3F4F6;
    box-shadow: none;
}

.file-attached-info {
    display: flex;
    flex-direction: column;
    gap: 1px;
    overflow: hidden;
}

.file-attached-name {
    font-size: 13.5px;
    font-weight: 600;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
    line-height: 1.3;
}

.file-attached-size {
    font-size: 11.5px;
    color: #6B7280;
    font-weight: 400;
    line-height: 1.2;
}

.file-attached-remove {
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
    padding: 0;
    margin: 0 0 0 4px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #9CA3AF;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.15s ease;
    box-sizing: border-box;
}

.file-attached-remove:hover {
    color: #EF4444;
    background-color: #FEE2E2;
}

/* ====================================================
   CUSTOM SELECT UI STYLING
   ==================================================== */
.field.custom-select {
    position: relative;
}

/* Hide native select element */
.field.custom-select select {
    display: none !important;
}

/* Trigger Box (Header) */
.custom-select-trigger {
    width: 100%;
    height: 40px;
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 16px;
    color: #1F2937;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    user-select: none;
    box-sizing: border-box;
}

/* Hover effect removed */
.custom-select-trigger:hover {
    border-color: #E5E7EB;
}

.custom-select.is-open .custom-select-trigger {
    border-color: #20764D;
    box-shadow: 0 0 0 3px rgba(32, 118, 77, 0.1);
}

.custom-select-trigger .custom-select-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
}

/* Placeholder State */
.custom-select-trigger.is-placeholder .custom-select-text {
    color: #666666;
}

/* Arrow Icon */
.custom-select-arrow {
    flex-shrink: 0;
    margin-left: 8px;
    transition: transform 0.2s ease;
    color: #6B7280;
}

.custom-select.is-open .custom-select-arrow {
    transform: rotate(180deg);
}

/* Dropdown Menu Popup */
.custom-select-options {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
    z-index: 999;
    max-height: 280px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    padding: 4px 0;
}

.custom-select.is-open .custom-select-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Option Items */
.custom-select-option {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: #374151;
    cursor: pointer;
    border-bottom: 1px solid #F3F4F6;
    user-select: none;
}

.custom-select-option:last-child {
    border-bottom: none;
}

/* Hover and Selected styles removed */
.custom-select-option:hover {
    background-color: transparent;
}

.custom-select-option.is-selected {
    color: #374151 !important;
    font-weight: 400;
}

.custom-select-option .check-icon,
.custom-select-option.is-selected .check-icon {
    display: none !important;
}

/* ====================================================
   CUSTOM VALIDATION (PHONE / EMAIL) STYLING
   ==================================================== */
.custom-validate-phone-or-email {
    position: relative;
}

.custom-validate-phone-or-email input.has-error {
    border-color: #DC2626 !important;
    background-color: #FEF2F2 !important;
}

.wpcf7 .wpcf7-not-valid-tip,
.phone-email-error-msg {
    color: #DC2626;
    font-size: 13px;
    font-weight: 500;
    margin-top: 16px !important;
    display: block;
    line-height: 1.4;
    animation: fadeInError 0.2s ease;
}

@keyframes fadeInError {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

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

/*services*/

.grid-drifferents .col .col-inner {
    border: 1px solid white;
}

.grid-drifferents .col .col-inner:hover {
    border: 1px solid #E5E5E5;
    box-shadow: 0px 4px 20px 0px #1A1A1A0D;
    transform: scale(1.03);

}

.invoice-form .send-invoice {
    font-weight: 700;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -3%;

}

.galleries-doi-tac-full-width .flickity-prev-next-button {
    display: none;
}

.column-r {
    padding-right: 0;
}

.column-l {
    padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    letter-spacing: -3%;
}



@media (max-width: 767px) {
    /* commons */

    .td-btn {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-bottom: 0;
    }

    .td-btn-primary {
        margin-bottom: 8px;
    }

    .container .section,
    .row .section {
        padding-left: 16px;
        padding-right: 16px;
    }

    /*service page*/
    .services-banner h1 {
        max-width: 360px;
    }

    .services-form-title {
        font-size: 18px;
        padding-left: 16px;
        clip-path: path("M8.65 0 H197.2 C205.7 0 212.5 1.7 217.6 8.6 L250 48 H0 V8.6 C0 3.9 3.9 0 8.65 0 Z");
    }

    .invoice-form {
        padding: 16px;
    }

    .invoice-form form .field-group {
        flex-direction: column;
    }

    .invoice-form form .field input {
        margin: 0;
    }

    .custom-file-upload {
        margin: 0;
        padding: 11px;
    }

    .invoice-form label {
        font-size: 14px;
    }

    .invoice-form input {
        font-size: 14px;
    }

    .invoice-form input::placeholder {
        font-size: 14px !important;
    }

    .invoice-form select {
        font-size: 14px;
    }

    .custom-select-trigger {
        height: 35px !important;
        margin-bottom: 16px !important;
        font-size: 14px !important;
    }

    .custom-select.is-open .custom-select-options {
        transform: translateY(-16px) !important;
    }

    .wpcf7 .wpcf7-not-valid-tip,
    .phone-email-error-msg {
        margin-top: 12px !important;
    }

    .upload-text {
        font-size: 14px;
    }

    .upload-subtext {
        font-size: 12px;
    }

    .invoice-form form .field-group .field {
        width: 100% !important;
    }

    .invoice-form .send-invoice {
        padding-right: 30px !important;
        width: 100% !important;
    }

    p:has(.send-invoice) {
        width: 100% !important;
    }

    p:has(.send-invoice)::after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-left: 8px;
        flex-shrink: 0;
        position: absolute;
        top: 7px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M14.1663 5.83337L5.83301 14.1667M14.1663 14.1667V5.83337H5.83301' stroke='white' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }

    .grid-drifferents {
        display: flex;
        flex-direction: column;
    }

    .grid-drifferents .col {
        width: 100%;
        max-width: 100%;
    }

    .services-solutions {
        display: flex;
        flex-direction: column;
    }

    .services-solutions .col .col-inner {
        display: flex;
        justify-items: stretch;
    }

    .services-solutions .col .col-inner .img {
        width: 120px;
    }

    .services-solutions .col .col-inner .img .img-inner {
        height: 100%;
    }

    .services-solutions .col .col-inner .img .img-inner img {
        height: 100%;
        object-fit: cover;
    }

    .services-solutions .col .solution-content {
        padding: 12px;
    }

    .services-solutions .col .solution-content h3 {
        font-size: 16px;
    }

    .services-solutions .col .solution-content p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .services-solutions .col .solution-content ul li {
        font-size: 10px;
    }

    .services-solutions .col .solution-content a {
        font-size: 12px;
    }

    .column-r {
        padding-left: 0;
    }

    .column-l {
        padding-right: 0;
    }

    .td-btn-arrow {
        font-size: 14px;
        height: 44px;
    }

    .value-box {
        padding: 12px;
    }

    .value-box h3 {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .value-box p {
        font-size: 14px;
    }

    .value-box:last-of-type {
        margin-bottom: 0;
    }

    .icon-box-img {
        width: 40px !important;
        margin-bottom: 12px;
    }

    .cities-list p {
        font-size: 14px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .list-warehouses ul li {
        font-size: 14px;
    }

    .cities-list {
        margin-bottom: 24px;
    }

    .td-process {
        grid-template-columns: repeat(1, 1fr);
    }

    .td-process .step {
        padding: 16px;
    }

    .td-process .step h3 {}

    .td-process .step p {}

    .td-process .step p:first-of-type {
        margin-bottom: 8px;
    }

    .partners-factory {
        grid-template-columns: repeat(1, 1fr);
    }

    .partners-factory .factory-content h4 {
        font-size: 20px;

    }

    .partners-factory .factory-content h3 {
        font-size: 18px;

    }

    .partners-factory .factory-content p {
        font-size: 12px;
    }

    .services-tesitmonials {
        grid-template-columns: repeat(1, 1fr);
    }

    .services-tesitmonials .col .col-inner {
        padding: 20px;
        gap: 40px;
    }

    .services-tesitmonials .icon-box h3 {
        font-size: 16px;
    }

    .services-tesitmonials .icon-box p {
        font-size: 12px;
    }

    .faq-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

    .sertivces-gits {
        grid-template-columns: repeat(1, 1fr);
    }

    .services-gits-btn {
        margin-top: 24px;
    }
}

.services-banner .td-breadcrumb a,
.services-banner .td-pd-breadcrumb a {
    color: white;
}

.services-banner .td-breadcrumb .current,
.services-banner .td-pd-breadcrumb .current {
    color: white;
}

.services-banner .td-pd-breadcrumb .divider svg path {
    stroke: white !important;
}

.invoice-form .send-invoice {
    height: 48px;
}

p:has(.send-invoice)::after {
    top: 12px;
}

.td-process .icon .col-inner {
    align-items: center;
    display: inline-flex;

}

@media (max-width: 767px) {
    .invoice-form .send-invoice {
        height: 44px;
    }

    p:has(.send-invoice)::after {
        /* top: 12px; */
        left: calc((100% + 110px) / 2);
    }
}