/*
Theme Name: pixels-app
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}

body {
    font-family: "Space Grotesk", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
}

.hero_section {
    background-image: url(/wp-content/uploads/2026/06/bg_hero.jpg);
    background-attachment: fixed;
}

.product-detail img {
    margin-bottom: 15px;
}

/* Badge */
.hero-content {
    text-align: center;
    color: #fff;
}

.hero-badges {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    margin-bottom: 32px;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.2);
    color: #93c5fd;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
    box-shadow: inset 0 0 15px rgba(59, 130, 246, 0.1);
}

.badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #60a5fa;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(1.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Title */
.hero-title {
    font-size: 67px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;
    max-width: 1000px;
    margin: 0 auto 24px;
    color: #fff;
}

.gradient-text {
    background: linear-gradient(90deg, #60a5fa, #a5b4fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Description */
.hero-description {
    max-width: 850px;
    margin: 0 auto 48px;
    font-size: 24px;
    line-height: 1.7;
    color: #cbd5e1;
    font-weight: 500;
}

/* Buttons */
.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s ease;
}

/* Primary */
.btn-primary {
    background: linear-gradient(90deg, #000, #4f46e5);
    color: #fff;
    box-shadow: 0 0 40px rgba(37, 99, 235, 0.3);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 60px rgba(37, 99, 235, 0.5);
    background: linear-gradient(90deg, #3b82f6, #6366f1);
}

/* Secondary */
.btn-secondary {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    backdrop-filter: blur(16px);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

/* Responsive */
@media (max-width: 992px) {
    .hero-title {
        font-size: 52px;
    }

    .hero-description {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 42px;
    }

    .hero-description {
        font-size: 18px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn {
        width: 100%;
        max-width: 320px;
    }

    .hero-title br {
        display: none;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 34px;
    }
}

/**/

/* Tiêu đề nhỏ */
.section-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.section-line {
    width: 32px;
    height: 1px;
    background: #000;
    display: block;
}

.section-label h2 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

/* Tiêu đề chính */
.about-title {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 32px;
    letter-spacing: -0.03em;
}

/* Nội dung */
.about-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.about-content p {
    margin: 0;
    font-size: 18px;
    line-height: 1.9;
    color: #000;
}

.about-content strong {
    color: #000;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 992px) {
    .about-title {
        font-size: 48px;
    }
}

@media (max-width: 768px) {
    .about-title {
        font-size: 38px;
    }

    .about-content p {
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    .about-title {
        font-size: 32px;
    }

    .section-label h2 {
        font-size: 12px;
    }

    .about-content p {
        font-size: 16px;
        line-height: 1.8;
    }
}

.experience-box-wrapper {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 32px;
}

.experience-box {
    position: relative;
    overflow: hidden;

    padding: 32px;
    border-radius: 24px;

    color: #fff;

    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);

    border: 1px solid rgba(255, 255, 255, 0.2);

    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.25),
        inset 0 1px 1px rgba(255, 255, 255, 0.15);
}

.experience-overlay {
    position: absolute;
    inset: 0;

    background: rgba(37, 99, 235, 0.2);
    mix-blend-mode: overlay;

    pointer-events: none;
}

.experience-content {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: flex-end;
    gap: 24px;
}

.experience-number {
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #fff;
}

.experience-text {
    flex: 1;
    padding-bottom: 8px;

    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;

    color: #dbeafe;
}

/* Responsive */
@media (max-width: 768px) {
    .experience-box-wrapper {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .experience-box {
        padding: 24px;
    }

    .experience-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .experience-number {
        font-size: 48px;
    }

    .experience-text {
        padding-bottom: 0;
        font-size: 13px;
    }
}

.sec_mjnsa img {
    margin: 0;
    height: 700px;
}

.sec_mjnsa {
    border-radius: 25px;
    overflow: hidden;
}

.vision-mission {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;

    background: #0f172a;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 32px;
    overflow: hidden;
}

.vision-card,
.mission-card {
    padding: 60px;
}

.mission-card {
    background: rgba(30, 41, 59, .4);
    backdrop-filter: blur(12px);
    border-left: 1px solid rgba(255, 255, 255, .08);
}

/* Header */
.card-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.vision-card .icon-box {
    width: 56px;
    height: 56px;

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

    border-radius: 20px;

    background: rgba(59, 130, 246, .1);
    border: 1px solid rgba(59, 130, 246, .2);

    box-shadow:
        inset 0 0 20px rgba(59, 130, 246, .1);
    min-width: 56px;
}

.vision-card .icon-box svg {
    width: 32px;
    height: 32px;
    color: #fff;
}

.card-header h3 {
    margin: 0;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

/* Nội dung */
.card-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.row_vmnas .col {
    padding-bottom: 0;
}

.card-content p {
    margin: 0;
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1.9;
}

.sec_mjnsa {
    margin-bottom: 0 !important;
}

/* Danh sách sứ mệnh */
.mission-list {
    list-style: none;
    padding: 0;
    margin: 0;

    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mission-list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin: 0 !important;
}

.mission-list svg {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    margin-top: 3px;
    color: #60a5fa;
}

.mission-list span {
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1.8;
}

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

    .vision-mission {
        grid-template-columns: 1fr;
    }

    .mission-card {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, .08);
    }

    .vision-card,
    .mission-card {
        padding: 40px;
    }
}

@media (max-width: 768px) {

    .card-header h3 {
        font-size: 32px;
    }

    .card-content p,
    .mission-list span {
        font-size: 16px;
    }

    .vision-card,
    .mission-card {
        padding: 30px;
    }

    .icon-box {
        width: 56px;
        height: 56px;
    }

    .icon-box svg {
        width: 28px;
        height: 28px;
    }
}

.vision-mission-wrapper {
    background:
        radial-gradient(circle at top left,
            rgba(37, 99, 235, .15),
            transparent 40%),
        #020617;

    border-radius: 40px;
    overflow: hidden;
    position: relative;
}

.core-values-heading {
    text-align: center;
    margin-bottom: 80px;
}

.heading-lines {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.heading-lines span {
    width: 32px;
    height: 1px;
    background: #000;
    display: block;
}

.core-values-heading h2 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #0f172a;
}

/* Responsive */
@media (max-width: 768px) {
    .core-values-heading {
        margin-bottom: 60px;
    }

    .core-values-heading h2 {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .core-values-heading h2 {
        font-size: 30px;
    }
}

.core-values-heading h2 {
    margin: 0;
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -0.04em;
    background: linear-gradient(135deg,
            #0f172a 0%,
            #334155 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.heading-lines span {
    width: 40px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg,
            #000,
            #60a5fa);
}

.core-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.value-card {
    padding: 40px;
    background: #fff;

    border: 1px solid #e2e8f0;
    border-radius: 32px;

    transition: all .35s ease;

    box-shadow:
        0 4px 20px rgba(0, 0, 0, 0.02);

    cursor: pointer;
}

.value-card:hover {
    transform: translateY(-8px);

    border-color: #bfdbfe;

    box-shadow:
        0 8px 30px rgba(37, 99, 235, 0.08);
}

/* Icon */
.value-icon {
    width: 64px;
    height: 64px;

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

    border-radius: 20px;

    background: #f8fafc;
    color: #475569;

    margin-bottom: 32px;

    transition: all .3s ease;
}

.value-icon svg {
    width: 32px;
    height: 32px;
}

.value-card:hover .value-icon {
    background: #eff6ff;
    color: #000;
}

/* Title */
.value-card h4 {
    margin: 0 0 16px;

    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;

    color: #0f172a;
    letter-spacing: -0.03em;
}

/* Description */
.value-card p {
    margin: 0;

    color: #64748b;
    font-size: 16px;
    line-height: 1.8;
}

/* Responsive */
@media (max-width: 1200px) {
    .core-values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .core-values-grid {
        grid-template-columns: 1fr;
    }

    .value-card {
        padding: 32px;
    }

    .value-card h4 {
        font-size: 24px;
    }
}

.value-card {
    position: relative;
    overflow: hidden;
}

.value-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: .4s;

    background:
        linear-gradient(135deg,
            rgba(37, 99, 235, .04),
            transparent 60%);
}

.value-card:hover::before {
    opacity: 1;
}

.product-short-description {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
}

.product-short-description .info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 18px;
    border-bottom: 1px solid #f0f0f0;
}

.product-short-description .label {
    font-size: 16px;
    color: #000;
}

.product-short-description .badge {
    font-size: 16px;
    font-weight: 500;
    padding: 3px 12px;
    border-radius: 20px;
    width: fit-content;
    height: auto;
}

.product-short-description .badge-warning {
    background: #fef3c7;
    color: #000;
}

.product-short-description .badge-success {
    background: #d1fae5;
    color: #065f46;
}

.product-short-description .cta-row {
    padding: 14px 18px;
}

.product-short-description .btn-contact {
    display: block;
    text-align: center;
    padding: 9px;
    background: #d1fae5;
    color: #000;
    border: 1px solid #6ee7b7;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
}

.row_nmnsha .col-inner {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
}

.col_insan .col-inner {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.product_meta>span {
    border-top: 0px dotted #ddd;
}

.product_meta {
    margin-bottom: 0;
    margin-top: 25px;
    font-size: 16px;
    color: #000;
}

.omhjds {
    margin-top: 15px;
}

.social-icons span {
    font-size: 16px;
    color: #000;
}

.form_pg_lienhe {
    padding: 2rem;
    border-radius: 0.5rem;
    background-color: white;
    box-shadow: 0 0.8rem 2.4rem 0 rgba(149, 157, 165, 0.2);
}

.col_foimenw .row .col {
    padding-bottom: 0;
}

.form_pg_lienhe .col .col-inner input {
    box-shadow: unset;
    margin-bottom: 20px;
}

.form_pg_lienhe .col .col-inner input {
    box-shadow: unset;
    margin-bottom: 20px;
    height: 45px;
}

.field_form .wpcf7-submit {
    margin: 0 !important;
    width: 100%;
}

.footer-list li {
    list-style: none;
    margin-left: 0 !important;
}

.footer-list li a {
    color: #000;
}

.contact-box .social {
    justify-content: stretch;
}

.social {
    user-select: none;
    column-gap: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
}

.contact-box .social li {
    list-style: none;
    margin: 0;
}

.about-section {
    position: relative;
    overflow: hidden;
}

.section-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right,
            transparent,
            #e5e7eb,
            transparent);
}



.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* LEFT */
.about-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section-subtitle {
    position: relative;
    padding-left: 40px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 2px;
    background: #000;
}

.section-titles {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 700;
    color: #111827;
}

.about-text {
    color: #6b7280;
    font-size: 18px;
    line-height: 1.9;
}

.about-text p {
    margin-bottom: 18px;
}

.year-box {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-top: 24px;
    border-top: 1px solid #f0f0f0;
}

.year-number {
    font-size: 64px;
    font-weight: 300;
    color: #000;
    line-height: 1;
}

.year-text {
    font-size: 13px;
    color: #777;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* RIGHT */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.stat-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    transition: all .3s ease;
}

.stat-card:hover {
    background: #fff;
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(37, 99, 235, .08);
}

.stat-offset {
    transform: translateY(32px);
}

.stat-offset:hover {
    transform: translateY(26px);
}

.vision-card .icon-box {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000000;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    color: #000;
}

.vision-card .icon-box svg {
    width: 24px;
    height: 24px;
}

.stat-number {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 6px;
}

.stat-label {
    font-size: 14px;
    color: #6b7280;
    font-weight: 500;
}

/* Responsive */
@media (max-width:991px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .section-title {
        font-size: 40px;
    }

    .stat-offset {
        transform: none;
    }
}

@media (max-width:576px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 32px;
    }

    .year-number {
        font-size: 48px;
    }
}



.section-header {
    max-width: 700px;
    margin: 0 auto 70px;
    text-align: center;
}

.section-header h2 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #f59e0b;
    margin-bottom: 15px;
}

.section-header h3 {
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.section-header h3 span {
    color: #f59e0b;
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.value-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .04);
    transition: all .35s ease;
}

.value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(37, 99, 235, .08);
}

.value-card .shape {
    position: absolute;
    top: -64px;
    right: -64px;
    width: 130px;
    height: 130px;
    background: rgba(245, 158, 11, .08);
    border-radius: 0 0 0 100%;
    transition: transform .5s ease;
}

.value-card:hover .shape {
    transform: scale(1.5);
}

.mission-card .icon-box {
    width: 56px;
    height: 56px;
    background: #00000000;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border: 1px solid #ececec;
    color: #fff;
    box-shadow: 0 10px 25px rgba(37, 99, 235, .25);
    transition: transform .3s ease;
    position: relative;
    z-index: 2;
    min-width: 56px;
    margin: 0;
}

.value-card:hover .icon-box {
    transform: scale(1.1);
}

.icon-box svg {
    width: 26px;
    height: 26px;
}

.value-card h4 {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.value-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #6b7280;
    margin: 0;
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .value-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-header h3 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .value-grid {
        grid-template-columns: 1fr;
    }

    .section-header h3 {
        font-size: 28px;
    }

    .value-card {
        padding: 30px;
    }
}

/**/
.njdsh .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
}

.njdsh .section-title {
    font-size: 48px;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
    margin-bottom: 50px;
}

.njdsh .section-title span {
    font-weight: 300;
    color: #475569;
}

.njdsh .timeline {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.njdsh .timeline-item {
    position: relative;
    padding-left: 35px;
}

.njdsh .timeline-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(245, 158, 11, 0.2);
}

.njdsh .timeline-item .dot {
    position: absolute;
    left: -4px;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #f59e0b;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
}

.njdsh .timeline-item h3 {
    font-size: 30px;
    font-weight: 700;
    color: #0f3d75;
    margin-bottom: 15px;
}

.njdsh .timeline-item p {
    font-size: 18px;
    line-height: 1.8;
    color: #000;
    font-weight: 300;
    margin: 0;
}

.njdsh .commitment-box {
    position: relative;
    overflow: hidden;
    padding: 50px;
    border-radius: 30px;
    background: #000;
    color: #fff;
}

.njdsh .bg-circle {
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    filter: blur(80px);
}

.njdsh .bg-circle.top {
    top: -130px;
    right: -80px;
    background: rgba(255, 255, 255, .08);
}

.njdsh .bg-circle.bottom {
    left: -80px;
    bottom: -130px;
    background: rgba(245, 158, 11, .2);
}

.njdsh .commitment-content {
    position: relative;
    z-index: 2;
}

.njdsh .box-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
}

.njdsh .icon-box {
    width: 55px;
    height: 55px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    margin: 0;
}

.njdsh .icon-box svg {
    color: #f59e0b;
}

.njdsh .box-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.njdsh .commitment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.njdsh .commitment-list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 15px;
    margin-left: 0 !important;
}

.njdsh .commitment-list svg {
    width: 24px;
    height: 24px;
    color: #f59e0b;
    flex-shrink: 0;
    margin-top: 3px;
}

.njdsh .commitment-list span {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, .9);
    font-weight: 300;
}

@media (max-width: 991px) {
    .njdsh .row {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .njdsh .section-title {
        font-size: 38px;
    }

    .njdsh .commitment-box {
        padding: 35px;
    }

    .njdsh .box-header h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .njdsh .section-title {
        font-size: 32px;
    }

    .njdsh .timeline-item h3 {
        font-size: 24px;
    }

    .njdsh .commitment-box {
        padding: 25px;
    }
}

.certification-section {
    margin-bottom: 120px;
}

.certification-section .certification-grid {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 50px;
    align-items: center;
}

.certification-section .certification-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

.certification-section .line {
    width: 32px;
    height: 1px;
    background: #3b82f6;
    display: block;
}

.certification-section .certification-heading h2 {
    margin: 0;
    color: #60a5fa;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.certification-section .main-title {
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.certification-section .description {
    color: #94a3b8;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
}

.certification-section .certification-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.certification-section .cert-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 20px;
    transition: 0.3s ease;
}

.certification-section .cert-card:hover {
    background: rgba(255, 255, 255, 0.05);
}

.certification-section .cert-card svg {
    width: 40px;
    height: 40px;
    color: #60a5fa;
    margin-bottom: 0px;
}

.certification-section .cert-card .green-icon {
    color: #34d399;
}

.certification-section .cert-card h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #f1f5f9;
}

.heading-wrap h3 {
    font-size: 46px;
}

.certification-section .cert-card p {
    margin: 0;
    color: #94a3b8;
    line-height: 1.7;
}

.certification-section .shijida-box {
    position: relative;
    overflow: hidden;
    padding: 70px;
    border-radius: 40px;
    background: linear-gradient(135deg, #2563eb, #4338ca);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.certification-section .bg-circle {
    position: absolute;
    top: -180px;
    right: -120px;
    width: 380px;
    height: 380px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    filter: blur(60px);
}

.certification-section .shijida-box h3 {
    position: relative;
    z-index: 2;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

.certification-section .shijida-desc {
    position: relative;
    z-index: 2;
    max-width: 650px;
    color: #dbeafe;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
}

.certification-section .shijida-list {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 35px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.certification-section .shijida-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-left: 0;
}

.certification-section .dot-wrap {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.certification-section .dot {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}

.certification-section .shijida-list span:last-child {
    color: #eff6ff;
    font-weight: 500;
    line-height: 1.7;
}

@media (max-width: 991px) {

    .certification-section .certification-grid {
        grid-template-columns: 1fr;
    }

    .certification-section .main-title {
        font-size: 38px;
    }

    .certification-section .shijida-box {
        padding: 40px;
    }
}

@media (max-width: 768px) {

    .certification-section .certification-cards,
    .certification-section .shijida-list {
        grid-template-columns: 1fr;
    }

    .certification-section .main-title {
        font-size: 32px;
    }

    .certification-section .shijida-box {
        padding: 30px;
    }
}

/**/
.production-team-section {
    margin-bottom: 120px;
}

.production-team-section .section-heading {
    text-align: center;
    margin-bottom: 80px;
}

.production-team-section .section-heading h2 {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
}

.production-team-section .production-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.production-team-section .team-management-card {
    grid-column: span 2;
    grid-row: span 2;
    background: #0f172a;
    border: 1px solid #1e293b;
    border-bottom: 4px solid #2563eb;
    border-radius: 32px;
    padding: 50px;
    transition: 0.3s;
}

.production-team-section .team-management-card:hover {
    border-color: #334155;
}

.production-team-section .card-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: rgba(37, 99, 235, .15);
    border: 1px solid rgba(59, 130, 246, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.production-team-section .card-icon svg {
    width: 32px;
    height: 32px;
    color: #60a5fa;
}

.production-team-section .team-management-card h3 {
    font-size: 34px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}

.production-team-section .team-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.production-team-section .team-item {
    display: flex;
    gap: 15px;
}

.production-team-section .team-item .number {
    color: #3b82f6;
    font-size: 24px;
    font-weight: 700;
    flex-shrink: 0;
}

.production-team-section .team-item .text {
    color: #cbd5e1;
    line-height: 1.8;
    font-weight: 500;
}

.production-team-section .production-card {
    background: #0f172a;
    border: 1px solid #1e293b;
    border-radius: 32px;
    padding: 35px;
    transition: .3s;
}

.production-team-section .production-card:hover {
    background: #1e293b;
}

.production-team-section .production-card-wide {
    grid-column: span 2;
}

.production-team-section .small-icon {
    width: 40px;
    height: 40px;
    color: #64748b;
    margin-bottom: 24px;
    transition: .3s;
}

.production-team-section .production-card:hover .small-icon {
    color: #ffffff;
}

.production-team-section .production-card h4 {
    color: #e2e8f0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 16px;
}

.production-team-section .production-card p {
    color: #94a3b8;
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 1200px) {

    .production-team-section .production-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .production-team-section .team-management-card {
        grid-column: span 2;
        grid-row: auto;
    }

    .production-team-section .production-card-wide {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {

    .production-team-section .production-grid {
        grid-template-columns: 1fr;
    }

    .production-team-section .team-management-card,
    .production-team-section .production-card-wide {
        grid-column: span 1;
    }

    .production-team-section .team-list {
        grid-template-columns: 1fr;
    }

    .production-team-section .team-management-card {
        padding: 35px;
    }

    .production-team-section .section-heading h2 {
        font-size: 34px;
    }

    .production-team-section .team-management-card h3 {
        font-size: 28px;
    }
}

.factory-capacity-section {
    padding-top: 80px;
    border-top: 1px solid rgba(51, 65, 85, 0.6);
}

.factory-capacity-section .capacity-heading {
    text-align: center;
    letter-spacing: 4px;
    text-transform: capitalize;
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    margin-bottom: 50px;
}

.factory-capacity-section .capacity-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.factory-capacity-section .capacity-item {
    text-align: center;
    padding: 20px;
}

.factory-capacity-section .capacity-item:not(:last-child) {
    border-right: 1px solid #1e293b;
}

.factory-capacity-section .capacity-number {
    font-size: 72px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    letter-spacing: -3px;
}

.factory-capacity-section .capacity-text {
    color: #94a3b8;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.5px;
}

@media (max-width: 991px) {

    .factory-capacity-section .capacity-number {
        font-size: 60px;
    }

}

@media (max-width: 768px) {

    .factory-capacity-section .capacity-grid {
        grid-template-columns: 1fr;
    }

    .factory-capacity-section .capacity-item {
        padding: 30px 15px;
    }

    .factory-capacity-section .capacity-item:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #1e293b;
    }

    .factory-capacity-section .capacity-number {
        font-size: 48px;
    }

}

.services-section {
    position: relative;
}

.services-section .container {}

.services-section .section-heading {
    text-align: center;
    margin-bottom: 80px;
}

.services-section .heading-line {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 24px;
}

.services-section .heading-line span {
    width: 40px;
    height: 1px;
    background: #3b82f6;
    display: block;
}

.services-section .section-heading h2 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #60a5fa;
    margin-bottom: 16px;
}

.services-section .section-heading h3 {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    line-height: 1.1;
    text-transform: capitalize;
}

.services-section .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    grid-auto-rows: minmax(350px, auto);
}

.services-section .service-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    min-height: 350px;
    display: flex;
    align-items: flex-end;
}

.services-section .service-card-large {
    grid-column: span 2;
    grid-row: span 2;
}

.services-section .service-image {
    position: absolute;
    inset: 0;
}

.services-section .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .7s ease;
}

.services-section .service-card:hover img {
    transform: scale(1.05);
}

.services-section .service-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top,
            rgba(15, 23, 42, 1),
            rgba(15, 23, 42, .8),
            rgba(15, 23, 42, .1));
}

.services-section .service-content {
    position: relative;
    z-index: 2;
    padding: 40px;
    width: 100%;
}

.services-section .service-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);

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

    margin-bottom: 24px;
    color: #fff;

    transition: .3s;
}

.services-section .service-card:hover .service-icon {
    background: #2563eb;
}

.services-section .service-icon svg {
    width: 24px;
    height: 24px;
}

.services-section .service-content h4 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
}

.services-section .service-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-section .service-content li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    color: #fff;
    margin-bottom: 14px;
    line-height: 1.7;
    margin-left: 0;
}

.services-section .service-content li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    margin-top: 10px;
    flex-shrink: 0;
    box-shadow: 0 0 10px rgba(59, 130, 246, .8);
}

.services-section .service-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    border: 2px solid transparent;
    transition: .4s;
}

.services-section .service-card:hover::after {
    border-color: rgba(255, 255, 255, .15);
}

@media (max-width: 992px) {

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

    .services-section .service-card-large {
        grid-column: span 2;
        grid-row: span 1;
    }

    .services-section .section-heading h3 {
        font-size: 42px;
    }
}

@media (max-width: 768px) {

    .services-section .services-grid {
        grid-template-columns: 1fr;
    }

    .services-section .service-card-large {
        grid-column: auto;
    }

    .services-section .section-heading h3 {
        font-size: 32px;
    }

    .services-section .service-content {
        padding: 30px;
    }

    .services-section .service-content h4 {
        font-size: 26px;
    }
}

.services-section .service-card-large-horizontal {
    grid-column: span 2;
}

@media (max-width:992px) {
    .services-section .service-card-large-horizontal {
        grid-column: span 2;
    }
}

@media (max-width:768px) {
    .services-section .service-card-large-horizontal {
        grid-column: auto;
    }
}

.process-section {}

.process-section .section-heading {
    text-align: center;
    margin-bottom: 80px;
}

.process-section .heading-line {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 25px;
}

.process-section .heading-line span {
    width: 40px;
    height: 1px;
    background: #2563eb;
}

.process-section h2 {
    font-size: 48px;
    font-weight: 700;
    color: #0f172a;
}

.process-section .process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.process-section .process-card {
    position: relative;
    background: #fff;
    border-radius: 32px;
    padding: 40px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    transition: .35s;
}

.process-section .process-card:hover {
    transform: translateY(-6px);
    border-color: #2563eb;
    box-shadow: 0 20px 40px rgba(37, 99, 235, .08);
}

.process-section .step-number {
    position: absolute;
    top: -15px;
    right: -5px;
    font-size: 120px;
    font-weight: 800;
    color: #f8fafc;
    line-height: 1;
}

.process-section .process-card:hover .step-number {
    color: #eff6ff;
}

.process-section .process-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    transition: .3s;
}

.process-section .process-card:hover .process-icon {
    background: #2563eb;
    color: #fff;
}

.process-section h4 {
    font-size: 23px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.project-section {
    max-width: 1320px;
    margin: auto;
    padding: 80px 20px;
}

.project-section .project-header {
    text-align: center;
    margin-bottom: 60px;
}

.project-section .project-line {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 24px;
}

.project-section .project-line span {
    width: 32px;
    height: 1px;
    background: #2563eb;
}

.project-section .project-subtitle {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #2563eb;
    margin-bottom: 16px;
}

.project-section .project-title {
    font-size: 48px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.1;
    text-transform: capitalize;
}

.project-section .project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.project-section .project-card {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    min-height: 500px;
    background: #0f172a;
    transition: .35s;
}

.project-section .project-card:hover {
    transform: translateY(-5px);
}

.project-section .project-image {
    position: absolute;
    inset: 0;
}

.project-section .project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .4;
    transition: .7s;
}

.project-section .project-card:hover img {
    transform: scale(1.05);
}

.project-section .project-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(15, 23, 42, 1),
            rgba(15, 23, 42, .9),
            transparent);
}

.project-section .project-content {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.project-section .project-content h3 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.project-section .project-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.project-section .project-content li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #cbd5e1;
    margin-bottom: 14px;
    font-weight: 500;
}

.project-section .project-content li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #60a5fa;
    box-shadow: 0 0 8px rgba(96, 165, 250, .8);
    flex-shrink: 0;
}

@media(max-width:992px) {

    .project-section .project-grid {
        grid-template-columns: 1fr;
    }

    .project-section .project-title {
        font-size: 42px;
    }

}

@media(max-width:768px) {

    .project-section .project-title {
        font-size: 32px;
    }

    .project-section .project-content {
        padding: 30px;
    }

    .project-section .project-content h3 {
        font-size: 26px;
    }

}

/* ===== WHY SAMYOU ===== */

.why-samyou {
    position: relative;
    z-index: 10;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    color: #fff;
}

.section-header h2 {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 15px;
}

.why-samyou .section-header {
    max-width: 800px;
    margin-bottom: 60px;
}

.why-samyou .section-line {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
    justify-content: center;
}

.why-samyou .section-line span {
    width: 40px;
    height: 1px;
    background: #3b82f6;
    display: block;
}

.why-samyou .section-title {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -2px;
}

.why-samyou .feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.why-samyou .feature-card {
    position: relative;
    overflow: hidden;
    padding: 40px;
    border-radius: 32px;
    background: #000;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, .1);
    transition: all .5s ease;
}

.why-samyou .feature-card:hover {
    background: #000;
    border-color: rgba(255, 255, 255, .2);
    transform: translateY(-5px);
}

.why-samyou .feature-card::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(59, 130, 246, .2);
    filter: blur(80px);
    transition: all .5s ease;
}

.why-samyou .feature-card:hover::before {
    background: rgba(96, 165, 250, .3);
    filter: blur(100px);
}

.why-samyou .feature-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    transition: all .5s ease;
    position: relative;
    z-index: 2;
}

.why-samyou .feature-icon svg {
    width: 32px;
    height: 32px;
    color: #60a5fa;
    transition: all .5s ease;
}

.why-samyou .feature-card:hover .feature-icon {
    transform: scale(1.1);
    background: #2563eb;
    border-color: #2563eb;
}

.why-samyou .feature-card:hover .feature-icon svg {
    color: #fff;
}

.why-samyou .feature-title {
    position: relative;
    z-index: 2;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
    transition: color .3s ease;
    margin: 0;
}

.why-samyou .feature-card:hover .feature-title {
    color: #fff;
}

/* Tablet */

@media(max-width:991px) {

    .why-samyou .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-samyou .section-title {
        font-size: 48px;
    }

}

/* Mobile */

@media(max-width:767px) {

    .why-samyou .feature-grid {
        grid-template-columns: 1fr;
    }

    .why-samyou .section-header {
        margin-bottom: 60px;
    }

    .why-samyou .section-title {
        font-size: 36px;
    }

    .why-samyou .feature-card {
        padding: 30px;
    }

    .why-samyou .feature-title {
        font-size: 22px;
    }

}

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

.cha-project-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    transition: all .35s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
}

.cha-project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
}

.cha-project-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.cha-project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .7s ease;
}

.cha-project-card:hover .cha-project-image img {
    transform: scale(1.08);
}

.cha-project-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(15, 23, 42, .85),
            rgba(15, 23, 42, .25),
            transparent);
    opacity: 0;
    transition: .35s;
}

.cha-project-card:hover .cha-project-overlay {
    opacity: 1;
}

.cha-project-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 50px;
    background: rgba(15, 23, 42, .9);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, .15);
}

.cha-project-badge svg {
    width: 14px;
    height: 14px;
}

.cha-project-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 24px;
}

.cha-project-title {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
    transition: .3s;
}

.tt_mnhsa h2 {
    font-size: 48px;
}

.cha-project-card:hover .cha-project-title {
    color: #2563eb;
}

.cha-project-info {
    margin-top: auto;
}

.cha-project-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}

.cha-project-row svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 3px;
}

.cha-project-link {
    margin-top: 0px;
    padding-top: 18px;
    border-top: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #2563eb;
    font-size: 14px;
    font-weight: 600;
}

.cha-project-arrow {
    opacity: 0;
    transform: translateX(-8px);
    transition: .3s;
}

.cha-project-card:hover .cha-project-arrow {
    opacity: 1;
    transform: translateX(4px);
}

/* Badge đang thực hiện */
.cha-project-badge.cha-project-progress {
    background: #f59e0b;
    border-color: #fbbf24;
}

/* Responsive */
@media(max-width:991px) {
    .cha-project-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:767px) {
    .cha-project-grid {
        grid-template-columns: 1fr;
    }
}

.blmsa_mhnsa {
    background-color: #fff;
}

.tt_mnhsa span {
    text-transform: capitalize;
}

.tts_mnsa p {
    margin: 0;
    color: #fff;
}

.img_loomas img {
    filter: invert(1);
}

.cha-contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cha-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 !important;
    margin-bottom: 15px !important;
}

.tt-dfomnsah h3 span {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
}

.cha-contact-item:last-child {
    margin-bottom: 0;
}

.cha-contact-item svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 3px;
    color: #fff;
}

.cha-contact-item span {
    display: block;
}

.menu_mnhnsa div a span {
    color: #fff;

}

.menu_mnhnsa div a i {
    color: #fff;
}

.ux-menu-link__link {
    border-bottom-width: 0px !important;
}

.row-footers .col {
    padding-bottom: 0;
}

/**/
.info-box {
    display: inline-flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    width: 100%;
}

.info-header {
    background: #f76b2a;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.info-label {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #fff;
}

.info-header svg {
    width: 15px;
    height: 15px;
    stroke: #fff;
    fill: none;
    flex-shrink: 0;
}

.info-body {
    padding: 6px 0;
}

.info-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 18px;
    text-decoration: none;
    color: #1a1a1a;
    transition: background 0.15s;
    border-bottom: 1px solid #f2f2f2;
}

.info-row:last-child {
    border-bottom: none;
}

.info-row:hover {
    background: #fff5f0;
}

.info-row svg {
    width: 17px;
    height: 17px;
    stroke: #f76b2a;
    fill: none;
    flex-shrink: 0;
}

.info-row-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.info-row-hint {
    font-size: 10px;
    color: #aaa;
    font-weight: 500;
    letter-spacing: 0.04em;
}

.info-row-value {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.01em;
}

.info-row:hover .info-row-value {
    color: #f76b2a;
}