.investor-hero-banner-soft {
    position: relative;
    width: 100%;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
    padding: 100px 0 40px 0;
}

.hero-bg-soft {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: radial-gradient(circle at 20% 30%, #a7fb6c22 0%, #eafaf1 60%, #fff 100%),
        radial-gradient(circle at 80% 60%, #b0e0fb22 0%, #fff 80%);
    filter: blur(0.5px);
    pointer-events: none;
}

.hero-banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
}

.hero-banner-inner {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-banner-label {
    font-size: 1.05rem;
    letter-spacing: 2px;
    color: #43b26c;
    font-weight: 600;
    margin-bottom: 18px;
    opacity: 0.85;
    text-transform: uppercase;
}

.hero-banner-title {
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.13;
    margin-bottom: 18px;
    color: #1a3c1a;
    letter-spacing: -1px;
}

.hero-banner-title .gradient-green {
    background: linear-gradient(90deg, #a7fb6c 0%, #43b26c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 900;
}

.hero-banner-desc {
    font-size: 1.18rem;
    color: #444;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 32px;
    opacity: 0.92;
    text-align: center;
}

.hero-banner-partner {
    background: linear-gradient(90deg, #a7fb6c 0%, #43b26c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.hero-banner-investor {
    background: linear-gradient(90deg, rgb(96, 230, 114) 0%, rgb(47, 170, 92) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: -20px;
}

.btn-partner-card.hero-btn-lg,
.btn-investor-card.hero-btn-lg {
    min-width: 240px;
    max-width: 300px;
    width: 240px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 40px;
    transition: all 0.3s ease;
}

.hero-banner-btns {
    display: flex;
    gap: 18px;
    justify-content: center;
    align-items: center;
}

.hero-btn-lg {
    font-size: 1.30rem;
    padding: 16px 40px;
    border-radius: 32px;
    font-weight: 700;
    min-width: 160px;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.18s;
    box-shadow: 0 4px 16px rgba(67, 178, 108, 0.08);

    background: linear-gradient(90deg, #a7fb6c 0%, rgb(125, 190, 149) 50%, #43b26c 100%);
    background-size: 200% 100%;
    background-position: right center;
    color: #FFF;
    border: none;
    border-radius: 32px;
    font-weight: 700;
    padding: 16px 40px;
    font-size: 1.3rem;
    min-width: 160px;
    transition: background-position 1s, background 1s, color 0.7s, box-shadow 0.7s, transform 0.7s;
    box-shadow: 0 4px 16px rgba(67, 178, 108, 0.08);
    position: relative;
    overflow: hidden;
}

html.dark-theme body .btn-partner-card.hero-btn-lg {
    background: linear-gradient(90deg, #a7fb6c 0%, rgb(125, 190, 149) 50%, #43b26c 100%);
    color: #ffffff !important;
    box-shadow: 0 2px 8px #43b26c33 !important;
    background-image: none !important;
    background-size: unset !important;
    background-position: unset !important;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s, border 0.3s;
}

html.dark-theme body .btn-partner-card.hero-btn-lg:hover,
html.dark-theme body .btn-partner-card.hero-btn-lg:focus {
    background: #23272b !important;
    color: #fff !important;
    box-shadow: 0 4px 16px #43b26c55 !important;
}
.btn-partner-card.hero-btn-lg:hover,
.btn-partner-card.hero-btn-lg:focus,
.btn-investor-card.hero-btn-lg:hover,
.btn-investor-card.hero-btn-lg:focus  {
    color: #1d5621 !important;
    box-shadow: 0 4px 16px #43b26c55 !important;
    transform: none !important;
}

.btn-investor-card.hero-btn-lg {
    position: relative;
    z-index: 1;
    background: #fff;
    border: 2px solid #a7fb6c;
    border-radius: 32px;
    font-weight: 700;
    padding: 16px 40px;
    font-size: 1.3rem;
    overflow: hidden;
    /* Gradient text */
    background-image: linear-gradient(90deg, rgb(96, 230, 114) 0%, rgb(47, 170, 92) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    transition: box-shadow 0.9s, transform 0.7s;
}

.btn-investor-card.hero-btn-lg:hover,
.btn-investor-card.hero-btn-lg:focus {
    background: #fff;
    box-shadow: 0 8px 32px rgba(215, 123, 61, 0.18);
    color: #115e16 !important;
    -webkit-text-fill-color: #115e16 !important;
    text-fill-color: #115e16 !important;
}

.btn-outline-green.hero-btn-lg {
    background: #fff;
    color: #43b26c;
    border: 2px solid #a7fb6c;
    box-shadow: 0 2px 8px #a7fb6c33;
}

.btn-outline-green.hero-btn-lg:hover,
.btn-outline-green.hero-btn-lg:focus {
    background: #eafaf1;
    color: #086924;
    border-color: #43b26c;
    transform: scale(1.08);
    box-shadow: 0 8px 32px #a7fb6c33;
}

@media (max-width: 900px) {
    .hero-banner-title {
        font-size: 2.1rem;
    }

    .hero-banner-inner {
        max-width: 98vw;
    }
}

@media (max-width: 600px) {
    .investor-hero-banner-soft {
        padding: 18px 0 10px 0;
        min-height: 220px;
    }

    .hero-banner-title {
        font-size: 1.45rem;
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .hero-banner-label {
        font-size: 1.08rem;
        margin-bottom: 8px;
        padding-top: 60px;
    }

    .hero-banner-desc {
        font-size: 1.02rem;
        line-height: 1.5;
        margin-bottom: 18px;
        text-align: left;
        padding: 0 8px;
    }

    .hero-banner-btns {
        flex-direction: column;
        gap: 18px;
        align-items: center;
        width: 100%;
        max-width: 320px;
        margin: 0 auto 32px auto;
    }

    .hero-banner-btns .hero-btn-lg {
        max-width: 100%;
        width: 100%;
    }

    .rating-stars {
        font-size: 28px;
        gap: 6px;
        margin: 6px 0 18px 0;
    }

    .marquee-partners-section {
        padding: 2px 0 0 0;
        margin-top: 8px;
        margin-bottom: 4px;
        width: 100%;
        overflow-x: auto;
        left: unset;
        right: unset;
        margin-left: unset;
        margin-right: unset;
    }

    .marquee-partners-grid {
        gap: 10px;
        min-width: unset;
        width: auto;
        justify-content: flex-start;
    }

    .marquee-partner-item img {
        max-width: 48px;
        max-height: 20px;
    }

    .hero-banner-desc {
        text-align: center !important;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    html.dark-theme body .btn-partner-card.hero-btn-lg {
        background: #181a1b !important;
        color: #a7fb6c !important;
        border: 2px solid #43b26c !important;
        box-shadow: 0 2px 8px #43b26c33 !important;
        background-image: none !important;
        background-size: unset !important;
        background-position: unset !important;
        transition: background 0.3s, color 0.3s, box-shadow 0.3s, border 0.3s;
    }

    html.dark-theme body .btn-partner-card.hero-btn-lg:hover,
    html.dark-theme body .btn-partner-card.hero-btn-lg:focus {
        background: #23272b !important;
        color: #fff !important;
        border-color: #a7fb6c !important;
        box-shadow: 0 4px 16px #43b26c55 !important;
    }

    html.dark-theme body .btn-investor-card.hero-btn-lg {
        color: #fff !important;
        box-shadow: 0 2px 12px #a7fb6c55 !important;
        background-clip: padding-box !important;
        -webkit-background-clip: padding-box !important;
        -webkit-text-fill-color: #fff !important;
        text-fill-color: #fff !important;
        transition: background 0.3s, color 0.3s, box-shadow 0.3s, border 0.3s;
    }

    html.dark-theme body .btn-investor-card.hero-btn-lg:hover,
    html.dark-theme body .btn-investor-card.hero-btn-lg:focus {
        background: linear-gradient(90deg, #a7fb6c 0%, #43b26c 100%) !important;
        color: #181a1b !important;
        box-shadow: 0 4px 24px #a7fb6c99 !important;
    }

    .btn-partner-card.hero-btn-lg,
    .btn-investor-card.hero-btn-lg {
        min-width: 140px;
        max-width: 100%;
        width: 100%;
        height: 48px;
        font-size: 1rem;
        padding: 0 18px;
    }

    .timeline-slider-btn {
        width: 32px !important;
        height: 32px !important;
        font-size: 1rem;
        border-radius: 50% !important;
        box-sizing: border-box;
        padding: 0 !important;
        line-height: 1 !important;
    }

    html.dark-theme body .timeline-slider-btn {
        background: transparent !important;
        color: #a7fb6c !important;
        border: 1.5px solid #43b26c !important;
        box-shadow: none !important;
        transition: color 0.2s, border 0.2s, background 0.2s;
    }

    html.dark-theme body .timeline-slider-btn:hover,
    html.dark-theme body .timeline-slider-btn:focus {
        background: #23272b !important;
        color: #fff !important;
        box-shadow: 0 0 8px #43b26c55 !important;
        transform: translateY(-50%) scale(1.08) !important;
        animation: none !important;
    }
}

body {
    padding-top: 63px !important;
}

.investor-hero,
.investor-hero .overlay {
    box-sizing: border-box;
}

.investor-hero {
    position: relative;
    width: 100%;
    height: 500px;
    background-image: url('<?php echo BASE_URL; ?>/assets/images/ecosystem/logo.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-radius: 0;
}

.investor-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.investor-hero .container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    width: 95%;
    margin: 0 auto;
    padding: 0 15px;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    color: #fff;
    text-align: center;
}

.hero-content h1 {
    font-size: 48px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-content p {
    font-size: 18px;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.btn-primary {
    display: inline-block;
    padding: 15px 40px;
    background: #00c853;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #00a844;
    transform: translateY(-2px);
}

.customer-benefits .container {
    padding: 0px;
    width: 100%;
    height: 100%;
}

.customer-benefits {
    padding: 0px;
    width: 100%;
    height: 100%;
}

.benefit-icon {
    padding: 0px;
}

.benefit-icon img {
    max-width: unset;
    max-height: unset;
    border: 7px white solid;
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    /* tạo hình tròn */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    /* tuỳ chọn: tạo chiều sâu */
}

.benefits-row {
    margin: 20px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

/* Responsive Styles */
@media screen and (max-width: 991px) {
    body {
        padding-top: 54px !important;
    }

    .investor-hero {
        height: 400px;
    }

    .hero-content h1 {
        font-size: 36px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .btn-primary {
        padding: 12px 30px;
        font-size: 16px;
    }

    .statement-zigzag .zigzag-item {
        flex-direction: column;
        text-align: center;
        margin-bottom: 30px;
    }

    .zigzag-icon {
        margin: 0 auto 15px;
    }

    .benefits-row {
        flex-direction: column;
    }

    .benefit-item {
        width: 100%;
        margin-bottom: 30px;
    }

    .policy-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

@media screen and (max-width: 575px) {
    body {
        padding-top: 36px !important;
    }

    .investor-hero {
        height: 260px;
    }

    .hero-content {
        padding-top: 40px;
    }

    .hero-content h1 {
        font-size: 13px;
        line-height: 1.1;
        margin-bottom: 2px;
        word-break: break-word;
        white-space: normal;
    }

    .hero-content p {
        font-size: 13px;
        margin-bottom: 16px;
    }

    .btn-primary {
        padding: 10px 18px;
        font-size: 13px;
    }

    .partnership-options {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin-top: 40px;
    }

    .option-btn {
        margin: 0 auto;
        width: 80%;
        max-width: 320px;
        text-align: center;
    }
}

@media screen and (max-width: 554px) {
    .investor-hero {
        height: 200px;
    }

    .hero-content {
        padding-top: 90px;
    }

    .hero-content h1 {
        font-size: 13px;
        line-height: 1.1;
        margin-bottom: 2px;
    }
}

@media screen and (max-width: 543px) {
    .investor-hero {
        height: 200px;
    }

    .hero-content {
        padding-top: 120px;
    }

    .hero-content h1 {
        font-size: 12px;
        line-height: 1.1;
        margin-bottom: 2px;
    }
}

@media screen and (max-width: 375px) {
    .investor-hero {
        height: 220px;
    }

    .hero-content {
        padding-top: 90px;
    }

    .hero-content h1 {
        font-size: 11px;
        line-height: 1;
        margin-bottom: 0;
    }

    .hero-content p {
        font-size: 11px;
        margin-bottom: 8px;
    }

    .btn-primary {
        padding: 7px 12px;
        font-size: 11px;
    }
}

/* Partner Logos Styles */
.partner-logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.partner-logo {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    transition: all 0.3s ease;
}

.partner-logo a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

.partner-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Responsive Partner Logos */
@media screen and (max-width: 991px) {
    .partner-logos {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }

    .partner-logo {
        min-height: 160px;
        padding: 20px;
    }
}

@media screen and (max-width: 576px) {
    .partner-logos {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .partner-logo {
        min-height: 140px;
        padding: 15px;
    }
}

@media screen and (max-width: 375px) {
    .partner-logos {
        gap: 15px;
        padding: 0 10px;
    }

    .partner-logo {
        min-height: 120px;
        padding: 12px;
    }
}

.partnership-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-statement {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-title {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
    color: #ffffff;
    /* Màu mặc định cho "Của Chúng Tôi" */
}

.partner-title .gradient-text {
    background: linear-gradient(90deg, #a7fb6c 0%, #43b26c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.policy-title .gradient-text {
    background: linear-gradient(90deg, #a7fb6c 0%, #43b26c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.customer-benefits {
    display: flex;
    align-items: center;
    justify-content: center;
}

.policy-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hiệu ứng ngôi sao lấp lánh và rung nhẹ */
.rating-stars {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 12px;
    margin: 10px 0 60px 0;
    /* Tăng khoảng cách dưới lên 40px */
    font-size: 48px;
}

.rating-stars .fa-star {
    /* Gradient xanh lá */
    background: linear-gradient(90deg, #a7fb6c 0%, #43b26c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    /* Loại bỏ màu vàng cũ */
    color: unset;
}

.rating-stars .star1,
.rating-stars .star2,
.rating-stars .star3 {
    /* Hiệu ứng phát sáng xanh lá */
    filter: drop-shadow(0 0 16px #a7fb6c) drop-shadow(0 0 32px #43b26c);
}

.rating-stars .fa-star:hover {
    transform: scale(2);
}

/* Ngôi sao giữa lấp lánh và phát sáng */
.rating-stars .star1 {
    animation: sparkle 1.2s infinite alternate, wiggle 2s infinite ease-in-out;
    filter: drop-shadow(0 0 16pxrgb(191, 243, 172)) drop-shadow(0 0 32pxrgb(142, 242, 160));
}

/* @keyframes sparkle {
    0%   { filter: drop-shadow(0 0 8px #a7fb6c) drop-shadow(0 0 16px #43b26c); opacity: 1; }
    40%  { filter: drop-shadow(0 0 24px #a7fb6c) drop-shadow(0 0 48px #43b26c); opacity: 0.85; }
    60%  { filter: drop-shadow(0 0 32px #a7fb6c) drop-shadow(0 0 64px #43b26c); opacity: 1; }
    100% { filter: drop-shadow(0 0 8px #a7fb6c) drop-shadow(0 0 16px #43b26c); opacity: 1; }
} */
/* Hiệu ứng rung nhẹ cho tất cả các ngôi sao */
@keyframes wiggle {
    0% {
        transform: rotate(-2deg) scale(1);
    }

    20% {
        transform: rotate(2deg) scale(1.05);
    }

    40% {
        transform: rotate(-1deg) scale(1);
    }

    60% {
        transform: rotate(1deg) scale(0.98);
    }

    80% {
        transform: rotate(-2deg) scale(1.02);
    }

    100% {
        transform: rotate(0deg) scale(1);
    }
}

/* Các ngôi sao còn lại chỉ rung nhẹ, không phát sáng */
.rating-stars .star2,
.rating-stars .star3 {
    animation: sparkle 1.2s infinite alternate, wiggle 2s infinite ease-in-out;
    filter: drop-shadow(0 0 16pxrgb(147, 239, 131)) drop-shadow(0 0 32pxrgb(140, 229, 142));
}

.rating-stars .star1::before {
    pointer-events: none;
    z-index: 1;
}

.btn-green-light {
    display: inline-block;
    padding: 16px 36px;
    background: #b0e0fb;
    color: #13406c;
    font-weight: 700;
    font-size: 18px;
    border-radius: 32px;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(176, 224, 251, 0.10);
    border: none;
    cursor: pointer;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.btn-green-light:hover,
.btn-green-light:focus {
    background: #b0e0fb;
    color: #13406c;
    box-shadow: 0 8px 32px 0 rgba(176, 224, 251, 0.28);
    transform: scale(1.08);
}

.btn-blue-card {
    display: inline-block;
    padding: 16px 36px;
    background: #b0e0fb;
    color: #13406c;
    font-weight: 700;
    font-size: 18px;
    border-radius: 32px;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(176, 224, 251, 0.10);
    border: none;
    cursor: pointer;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.btn-blue-card:hover,
.btn-blue-card:focus {
    background: #b0e0fb;
    color: #13406c;
    box-shadow: 0 8px 32px 0 rgba(176, 224, 251, 0.28);
    transform: scale(1.08);
}

.btn-orange-card {
    display: inline-block;
    padding: 16px 36px;
    background: #f7d6b0;
    color: #a05e0c;
    font-weight: 700;
    font-size: 18px;
    border-radius: 32px;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(247, 214, 176, 0.10);
    border: none;
    cursor: pointer;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.btn-orange-card:hover,
.btn-orange-card:focus {
    background: #f7d6b0;
    color: #a05e0c;
    box-shadow: 0 8px 32px 0 rgba(247, 214, 176, 0.28);
    transform: scale(1.08);
}

.marquee-partners-section {
    padding: 10px 0 0 0;
    background: none;
    margin-top: 18px;
    margin-bottom: 10px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.marquee-partners-wrapper {
    width: 15000px;
    min-width: 100vw;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    overflow: visible;
    position: relative;
}

.marquee-partners-grid {
    width: 15000px;
    min-width: 100vw;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 48px;
    animation: marquee-scroll 120s linear infinite;
    will-change: transform;
    flex-shrink: 0;
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.marquee-partner-item {
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 0 0 0 0;
    min-width: 0;
    min-height: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    transition: none;
    flex-shrink: 0;
}

.marquee-partner-item img {
    max-width: 120px;
    max-height: 48px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.5s cubic-bezier(.4, 2, .3, 1);
}

.marquee-partner-item:hover img {
    transform: scale(1.18) translateY(-10px);
    z-index: 2;
}

@media (max-width: 991px) {
    .marquee-partners-grid {
        gap: 32px;
    }

    .marquee-partner-item img {
        max-width: 90px;
        max-height: 36px;
    }
}

@media (max-width: 576px) {
    .marquee-partners-grid {
        gap: 20px;
    }

    .marquee-partner-item img {
        max-width: 60px;
        max-height: 28px;
    }
}

.timeline-slider-section,
.timeline-slider-container,
.timeline-slider-wrapper,
.timeline-slider {
    background: #fff !important;
}

.timeline-slider-section {
    width: 100%;
    padding: 32px 0 48px 0;
}

.timeline-slider-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 16px;
}

.timeline-slider-title {
    text-align: center;
    font-size: 2.1rem;
    font-weight: 900;
    margin-bottom: 32px;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.timeline-slider-title .gradient-text {
    background: linear-gradient(90deg, #a7fb6c 0%, #43b26c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.timeline-slider-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.timeline-slider {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    min-height: 340px;
}

.timeline-slider-line {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 5px;
    background: linear-gradient(90deg,
            #eafaf1 0%,
            #e2f6e3 7%,
            #d3f1d5 14%,
            #c4ecc7 21%,
            #a7fb6c 28%,
            #43b26c 35%,
            #a7fb6c 42%,
            #8be87e 49%,
            #76e06c 56%,
            #a7fb6c 63%,
            #43b26c 70%,
            #43d67c 77%,
            #3ccf6c 84%,
            #36c25c 91%,
            #43b26c 100%);
    border-radius: 3px;
    z-index: 1;
    transform: translateY(-50%);
    width: 100%;
}

.timeline-slider-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(.7, .2, .3, 1);
    will-change: transform;
    position: relative;
    z-index: 2;
    gap: 64px;
}

.timeline-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 320px;
    max-width: 340px;
    position: relative;
    background: none;
    border: none;
    box-shadow: none;
    flex: 0 0 calc(33.333% - 43px);
    /* 3 cards per slide for desktop */
}

.zigzag-content h4:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background-color: #ff6b00;
}

/* Bóng bay chạy hết màn hình */
.floating-balloons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /* Không ảnh hưởng đến tương tác người dùng */
    z-index: -1;
    /* Chìm dưới nội dung */
    overflow: hidden;
}

.balloon {
    position: absolute;
    width: 35px;
    height: 35px;
    background: radial-gradient(circle, rgba(171, 247, 175, 0.5), rgba(146, 233, 70, 0.1));
    /* Xanh nhạt ở trung tâm */
    border-radius: 50%;
    /* Làm bóng tròn */
    box-shadow: 0 5px 30px 10px rgba(171, 247, 175, 0.3), 0 0 50px 20px rgba(146, 233, 70, 0.2);
    /* Tỏa màu nhẹ hơn */
    animation: floatRandom 5s ease-in-out infinite;
    opacity: 0.7;
    /* Làm bóng mờ hơn */
}

.balloon-1 {
    top: 10%;
    left: 15%;
    animation-delay: 0s;
}

.balloon-2 {
    top: 20%;
    left: 25%;
    animation-delay: 0.5s;
}

.balloon-3 {
    top: 30%;
    left: 35%;
    animation-delay: 1s;
}

.balloon-4 {
    top: 40%;
    left: 45%;
    animation-delay: 1.5s;
}

.balloon-5 {
    top: 50%;
    left: 55%;
    animation-delay: 2s;
}

.balloon-6 {
    top: 60%;
    left: 65%;
    animation-delay: 2.5s;
}

.balloon-7 {
    top: 70%;
    left: 75%;
    animation-delay: 3s;
}

.balloon-8 {
    top: 80%;
    left: 85%;
    animation-delay: 3.5s;
}

.balloon-9 {
    top: 90%;
    left: 95%;
    animation-delay: 4s;
}

.balloon-10 {
    top: 5%;
    left: 50%;
    animation-delay: 4.5s;
}

@keyframes floatRandom {
    0% {
        transform: translate(0, 0);
        opacity: 0.6;
    }

    25% {
        transform: translate(50px, -80px);
        opacity: 0.8;
    }

    50% {
        transform: translate(-60px, 100px);
        opacity: 0.7;
    }

    75% {
        transform: translate(80px, -50px);
        opacity: 0.9;
    }

    100% {
        transform: translate(0, 0);
        opacity: 0.6;
    }
}

.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    /* Chìm dưới bóng bay */
    background: radial-gradient(circle at 30% 30%, rgba(167, 231, 198, 0.1), transparent 70%),
        /* Giảm độ xanh và độ đậm */
        radial-gradient(circle at 70% 70%, rgba(186, 236, 142, 0.2), transparent 70%);
    /* Giảm độ xanh và độ đậm */
    pointer-events: none;
}

.timeline-zigzag-top {
    margin-top: 0;
}

.timeline-zigzag-bottom {
    margin-top: 80px;
}

.timeline-date {
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
    background: #e0cfc0;
    color: #222;
    font-size: 1.05rem;
    font-weight: 700;
    padding: 7px 22px;
    border-radius: 18px;
    box-shadow: 0 2px 8px #cfcfcf44;
    z-index: 3;
    letter-spacing: 1px;
}

.timeline-card {
    /* border: 1px solid #e0e0e0; */
    background: #fff;
    border-radius: 18px;
    box-shadow: none !important;
    padding: 24px 18px 18px 18px;
    min-height: 220px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.timeline-img-wrapper {
    margin-bottom: 18px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px 0 #ff980055, 0 2px 16px rgba(0, 0, 0, 0.13);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    overflow: visible;
}

.tilt-left img {
    transform: rotate(-8deg) scale(1.04);
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 12px;
    border: 7px solid #fff;
    box-shadow: 0 8px 32px 0 #00c85344, 0 2px 16px #ff980055;
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.tilt-right img {
    transform: rotate(8deg) scale(1.04);
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 12px;
    border: 7px solid #fff;
    box-shadow: 0 8px 32px 0 #ff980055, 0 2px 16px #00c85344;
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.timeline-caption {
    text-align: center;
}

.timeline-caption h4 {
    font-size: 1.18rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: #222;
}

.timeline-caption p {
    font-size: 1.01rem;
    color: #555;
    font-weight: 500;
    margin: 0;
    line-height: 1.6;
}

.timeline-slider-btn {
    background: #fff;
    border: 2px solid linear-gradient(90deg, #a7fb6c 0%, #43b26c 100%);
    color: #76D66C;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 8px;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.18s cubic-bezier(.4, 2, .3, 1);
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    overflow: visible;
}

.timeline-slider-btn:hover,
.timeline-slider-btn:focus {
    background: linear-gradient(90deg, rgb(200, 246, 168) 0%, #43b26c 100%);
    color: #fff;
    box-shadow: 0 0 16px 4pxrgb(141, 203, 169), 0 4px 16pxrgba(121, 211, 159, 0.2);
    transform: translateY(-50%) scale(1.18) rotate(-8deg);
    animation: wiggle-arrow 0.4s linear;
}

@keyframes wiggle-arrow {
    0% {
        transform: translateY(-50%) scale(1.18) rotate(-8deg);
    }

    25% {
        transform: translateY(-50%) scale(1.22) rotate(8deg);
    }

    50% {
        transform: translateY(-50%) scale(1.18) rotate(-8deg);
    }

    75% {
        transform: translateY(-50%) scale(1.22) rotate(8deg);
    }

    100% {
        transform: translateY(-50%) scale(1.18) rotate(-8deg);
    }
}

.timeline-slider-btn.left {
    left: 0;
}

.timeline-slider-btn.right {
    right: 0;
}

.timeline-slider-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
}

.timeline-slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e0e0e0;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
}

.timeline-slider-dot.active {
    background: linear-gradient(90deg, #a7fb6c 0%, #43b26c 100%);
    transform: scale(1.3);
    box-shadow: 0 2px 8px #00c85333;
}

@media (max-width: 991px) {
    .timeline-slider-track {
        gap: 32px;
    }

    .timeline-slide {
        min-width: 280px;
        max-width: 300px;
        flex: 0 0 calc(50% - 16px);
        /* 2 cards per slide for tablet */
    }

    .timeline-img-wrapper,
    .tilt-left img,
    .tilt-right img {
        width: 80px;
        height: 80px;
    }

    .timeline-zigzag-bottom {
        margin-top: 40px;
    }

    .timeline-slider-btn.left,
    .timeline-slider-btn.right {
        top: 110px;
        /* Căn giữa theo chiều dọc ảnh (ảnh cao 80px, margin 18px) */
        transform: translateY(-50%);
    }

    .timeline-slider-btn.left {
        left: 8px;
    }

    .timeline-slider-btn.right {
        right: 8px;
    }
}

@media (max-width: 600px) {

    .timeline-slider-container {
        padding: 0 8px;
    }

    .timeline-slider-title {
        font-size: 1.5rem;
        margin-bottom: 24px;
    }

    .timeline-slider {
        min-height: 280px;
    }

    .timeline-slider-track {
        gap: 0;
    }

    .timeline-slide {
        min-width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        /* 1 card per slide for mobile */
        margin: 0;
    }

    .timeline-card {
        padding: 16px;
        min-height: 200px;
    }

    .timeline-img-wrapper,
    .tilt-left img,
    .tilt-right img {
        width: 60px;
        height: 60px;
    }

    .timeline-caption h4 {
        font-size: 1.1rem;
    }

    .timeline-caption p {
        font-size: 0.98rem;
    }

    .timeline-slider-btn {
        width: 32px !important;
        height: 32px !important;
        font-size: 1rem;
        border-radius: 50% !important;
        box-sizing: border-box;
        padding: 0 !important;
        line-height: 1 !important;
    }

    .timeline-slider-btn.left,
    .timeline-slider-btn.right {
        top: 60px;
        /* Ảnh nhỏ hơn trên mobile */
        transform: translateY(-50%);
    }

    .timeline-slider-btn.left {
        left: 2px;
    }

    .timeline-slider-btn.right {
        right: 2px;
    }
}

@media (max-width: 600px) {
    html.dark-theme body .zigzag-item {
        margin-left: 45px !important;
    }

    html.dark-theme body .zigzag-content {
        padding: 20px;
    }

    html.dark-theme body .zigzag-content h4 {
        padding-top: 10px;
    }

    .partner-statement {
        padding-bottom: 0;
    }

    .partner-statement .container {
        padding: 16px 4vw;
    }

    .statement-zigzag {
        display: flex;
        flex-direction: column;
        gap: 18px;
        margin-top: 0;
        padding-top: 0;
    }

    .zigzag-item.left {
        background-color: white;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 20px;
    }

    .zigzag-item.right {

        background-color: white;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 20px;
    }

    .zigzag-item {
        display: flex;
        border: 1px solid #cbddc5c5;
        flex-direction: column !important;
        align-items: center !important;
        border-radius: 18px;
        box-shadow: 0 2px 12px rgba(67, 178, 108, 0.08);
        padding: 18px 12px 16px 12px;
        margin: 0 !important;
        position: relative;
        min-width: 0;
    }

    .zigzag-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #a7fb6c 0%, #43b26c 100%);
        color: #fff !important;
        width: 54px;
        height: 54px;
        margin-top: 20px;
        border-radius: 50%;
        font-size: 2rem;
        margin-bottom: 10px;
        box-shadow: 0 2px 12px #a7fb6c44;
        border: 3px solid #fff;
        position: static;
    }

    .zigzag-content {
        text-align: center;
        width: 100%;
        padding: 0;
        background: none;
    }

    .zigzag-content h4 {
        font-size: 1.08rem;
        font-weight: 700;
        margin-bottom: 7px;
        color: #222;
    }

    .zigzag-content p {
        font-size: 0.97rem;
        color: #444;
        line-height: 1.5;
        margin: 0;
    }

    .partner-title {
        font-size: 1.15rem;
        text-align: center;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .partner-title h3 {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .floating-balloons {
        opacity: 0.15;
        filter: blur(2px);
    }
}

.policy-section {
    background: radial-gradient(circle at 20% 30%, #a7fb6c22 0%, #eafaf1 60%, #fff 100%),
        radial-gradient(circle at 80% 60%, #b0e0fb22 0%, #fff 80%);
    padding: 40px 0 60px 0;
    text-align: center;
}

.policy-title {
    font-size: 2.2rem;
    color: #000 !important;
    font-weight: 900;
    margin-bottom: 36px;
    letter-spacing: 1px;
}

.policy-title h3 {
    color: rgb(67, 130, 178) !important;
}

.policy-title span,
.policy-title .gradient-text {
    background: linear-gradient(90deg, #a7fb6c 0%, #43b26c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.policy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
    max-width: 1200px;
    margin: 0 auto 32px auto;
    justify-content: center;
}

.policy-card {
    position: relative;
    border-radius: 20px;
    background: none;
    min-height: 260px;
    transition: transform 0.3s cubic-bezier(.4, 2, .3, 1), box-shadow 0.3s;
    overflow: visible;
}

.policy-card-border {
    position: absolute;
    inset: 0;
    border: 4px dashed transparent;
    border-radius: 20px 0 20px 80px;
    z-index: 2;
    pointer-events: none;
    animation: border-move 2.5s linear infinite;
}

@keyframes border-move {}

.policy-card-orange {
    position: absolute;
    inset: 10px;
    border-radius: 20px 0 20px 80px;
    background: linear-gradient(90deg, #eafaf1 0%, #b7eacb 100%);
    z-index: 1;
}

.policy-card-inner {
    position: relative;
    background: #fff;
    border-radius: 20px 0 20px 80px;
    padding: 38px 18px 48px 18px;
    min-height: 220px;
    box-shadow: 0 4px 24px rgba(255, 183, 77, 0.10);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 3;
    margin: 0;
}

.policy-icon {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, -50%);
    width: 64px;
    height: 64px;
    background: #eafaf1 !important;
    border-radius: 50%;
    border: 3px solid #b7eacb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #43b26c;
    z-index: 10;
    cursor: pointer;
    transition: transform 0.2s;
    box-shadow: none !important;
}

.policy-icon:hover {
    transform: translate(0, -50%) scale(1.15);
}

.policy-card-inner h4 {
    font-size: 1.25rem;
    font-weight: 900;
    color: #388e3c;
    margin: 0 0 8px 0;
    letter-spacing: 0.5px;
    text-align: center;
}

.policy-card-inner p {
    color: rgb(12, 29, 13);
    font-size: 1rem;
    margin: 0;
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
}

.policy-card:hover {
    transform: scale(1.12);
}

/* .policy-card:hover .policy-card-border {
  border-image: linear-gradient(120deg, #b7eacb, #43b26c 60%, #fff 100%) 1;
} */
.policy-card:hover .policy-card-inner h4 {
    color: rgb(6, 120, 48);
    transform: scale(1.08);
}

.policy-card:hover .policy-card-inner p {
    transform: scale(1.12);
    color: #000000;
}

.policy-card:hover .policy-card-inner {
    background: linear-gradient(90deg, #e0f5e3 0%, #b6e7c9 100%);
    box-shadow: 0 8px 32px 0 #a7fb6c33, 0 2px 16px #43b26c33;
    color: #fff;
}

.policy-cta {
    margin-top: 0;
    padding: 20px;
    background: #43b26c;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    border: none;
    border-radius: 32px;
    box-shadow: 0 4px 16px rgba(255, 183, 77, 0.12);
    cursor: pointer;
    transition: background 0.7s, transform 0.7s;
}

.policy-cta:hover {
    background: linear-gradient(90deg, #b7eacb 0%, rgb(93, 183, 126) 50%, #43b26c 100%);
    transform: scale(1.20);
}

[data-tooltip] {
    position: relative;
}

[data-tooltip]:hover:after {
    content: attr(data-tooltip);
    position: absolute;
    left: 110%;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(151, 231, 154);
    color: rgb(20, 211, 74) !important;
    font-size: 0.95rem;
    padding: 7px 14px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(255, 183, 77, 0.18);
    white-space: nowrap;
    z-index: 99;
    display: none;
}

/* Responsive sửa lại cho đẹp */
@media (max-width: 1100px) {
    .policy-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .policy-card-inner {
        padding: 22px 8px 28px 8px;
        min-height: 120px;
    }

    .policy-icon {
        width: 36px;
        height: 36px;
        font-size: 1.1rem;
    }

    .policy-card-border,
    .policy-card-orange {
        border-radius: 16px 0 16px 40px;
    }

    .policy-card-inner h4 {
        font-size: 1.1rem;
    }
}

@media (max-width: 800px) {
    .policy-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .policy-card-inner {
        padding: 24px 24px 28px 24px;
        border-radius: 0 40px 0 40px;
    }

    .policy-card-border,
    .policy-card-orange {
        border-radius: 0 40px 0 40px;
    }

    .policy-icon {
        transform: translate(24px, -50%);
    }
}

@media (max-width: 600px) {
    .policy-section {
        padding: 20px 0 30px 0;
    }

    .policy-title {
        font-size: 1.2rem;
        margin-bottom: 18px;
    }

    .policy-grid {
        gap: 8px;
    }

    .policy-card-inner {
        padding: 20px 20px 24px 20px;
        border-radius: 0 36px 0 36px;
    }

    .policy-card-border,
    .policy-card-orange {
        border-radius: 0 36px 0 36px;
    }

    .policy-icon {
        transform: translate(20px, -50%);
    }

    .policy-card-inner h4 {
        font-size: 0.98rem;
    }

    .policy-cta {
        padding: 10px 18px;
        font-size: 0.95rem;
    }
}

@media (max-width: 500px) {
    .policy-card-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .policy-icon,
    .policy-icon:hover {
        position: relative !important;
        top: unset !important;
        left: unset !important;
        transform: none !important;
        margin: 0 auto 8px auto !important;
    }

    .policy-card-inner p {
        color: #111 !important;
        font-size: 0.88rem !important;
    }
}

/* Hiệu ứng mũi tên chạy ngang khi click */
.timeline-slider-btn .arrow-effect {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%) translateX(0);
    opacity: 0;
    pointer-events: none;
    z-index: 20;
    display: flex;
    align-items: center;
}

.timeline-slider-btn.right .arrow-effect {
    left: 100%;
    flex-direction: row;
}

.timeline-slider-btn.left .arrow-effect {
    right: 100%;
    left: auto;
    flex-direction: row-reverse;
}

.timeline-slider-btn .arrow-effect svg {
    width: 28px;
    height: 28px;
    fill: #1E6D41;
    margin: 0 0 0 2px;
    opacity: 0.85;
}

.timeline-slider-btn.left .arrow-effect svg {
    margin: 0 2px 0 0;
}

.timeline-slider-btn.animate-arrow .arrow-effect {
    opacity: 1;
    animation: arrow-move 0.45s cubic-bezier(.7, .2, .3, 1);
}

@keyframes arrow-move {
    0% {
        opacity: 0;
        transform: translateY(-50%) translateX(0);
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
        transform: translateY(-50%) translateX(32px);
    }

    100% {
        opacity: 0;
        transform: translateY(-50%) translateX(48px);
    }
}

.timeline-slider-btn.left.animate-arrow .arrow-effect {
    animation: arrow-move-left 0.45s cubic-bezier(.7, .2, .3, 1);
}

@keyframes arrow-move-left {
    0% {
        opacity: 0;
        transform: translateY(-50%) translateX(0);
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
        transform: translateY(-50%) translateX(-32px);
    }

    100% {
        opacity: 0;
        transform: translateY(-50%) translateX(-48px);
    }
}

.policy-card,
.policy-card * {
    transition: transform 0.7s cubic-bezier(.4, 2, .3, 1), box-shadow 0.7s, color 0.5s;
}

.policy-card:hover {
    transform: scale(1.12);
    z-index: 2;
}

.policy-card:hover .policy-icon {
    transform: translate(0, -50%) scale(1.18);
    box-shadow: 0 4px 24px rgba(67, 178, 108, 0.18);
}

.policy-card:hover .policy-card-inner h4 {
    color: #43b26c;
    transform: scale(1.08);
}

.policy-card:hover .policy-card-inner p {
    transform: scale(1.12);
}

.hero-banner-desc.nowrap {
    white-space: nowrap;
    overflow: auto;
    text-overflow: ellipsis;
}

@media (max-width: 600px) {
    .hero-banner-desc.nowrap {
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
    }
}

#emc-global-header .emc-global-header-nav a,
#emc-global-header .emc-global-header-nav-link {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .policy-section .container {
        max-width: 98vw;
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box;
    }

    .policy-section {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 800px) {
    .policy-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (min-width: 601px) and (max-width: 900px) {
    .policy-card {
        min-height: unset !important;
        display: flex;
        flex-direction: column;
        justify-content: stretch;
    }

    .policy-card-inner {
        height: 100%;
        min-height: unset !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 18px 10px 22px 10px;
    }
}

@media (max-width: 900px) {
    .policy-card-inner {
        min-height: unset !important;
    }
}

@media (max-width: 900px) {
    .policy-card {
        min-height: unset !important;
    }

    .policy-card-inner {
        padding: 18px 10px 22px 10px;
    }
}

/* Loại bỏ mọi border, shadow, outline, background cho logo đối tác trong slider ở dark mode */
html.dark-theme body .hero-banner-stars-logos .marquee-partners-section .marquee-partners-wrapper .marquee-partners-grid .marquee-partner-item,
html.dark-theme body .hero-banner-stars-logos .marquee-partners-section .marquee-partners-wrapper .marquee-partners-grid .marquee-partner-item a,
html.dark-theme body .hero-banner-stars-logos .marquee-partners-section .marquee-partners-wrapper .marquee-partners-grid .marquee-partner-item img {
    border: none !important;
    border-width: 0 !important;
    border-style: none !important;
    border-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    background: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
}

/* LỢI ÍCH KHI TRỞ THÀNH KHÁCH HÀNG CỦA EMC */
/*timeline-card*/
html.dark-theme body .timeline-slider-section .timeline-slider-container .timeline-slider-wrapper .timeline-slider .timeline-slider-track .timeline-slide .timeline-card.timeline-card {
    background: var(--card-bg-color, #181a1b) !important;
    background-color: var(--card-bg-color, #181a1b) !important;
    border: 1.5px solid var(--border-color, #333) !important;
    border-radius: 18px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18) !important;
}

html.dark-theme body .timeline-slider-section .timeline-slider-dot {
    background: #2a2b2c !important;
    /* hoặc var(--card-bg-color, #2a2b2c) */
    opacity: 1 !important;
    border: 1.5px solid #5ac694 !important;
    box-shadow: 0 1px 4px rgba(90, 198, 148, 0.10) !important;
}

html.dark-theme body .timeline-slider-section .timeline-slider-dot.active {
    background: linear-gradient(90deg, #a7fb6c 0%, #43b26c 100%) !important;
    border: 1.5px solid #a7fb6c !important;
    box-shadow: 0 2px 8px #a7fb6c55 !important;
}

/* Trở Thành ĐỐI TÁC Của Chúng Tôi */
/* Gỡ border ngoài của zigzag-item ở dark mode */
html.dark-theme body .zigzag-item,
html.dark-theme body .zigzag-item.left,
html.dark-theme body .zigzag-item.right {
    border: none !important;
    border-width: 0 !important;
    border-style: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
    background: none !important;
}

/* Thêm border, bo góc, nền tối cho zigzag-content ở dark mode */
html.dark-theme body .zigzag-content {
    border: 2px solid #444 !important;
    border-radius: 18px !important;
    background: #181a1b !important;
    color: #dee2e6 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12) !important;
}

@media (min-width: 601px) {
    html.dark-theme body .btn-partner-card.hero-btn-lg {
        background: #181a1b !important;
        color: #a7fb6c !important;
        border: 2px solid #43b26c !important;
        box-shadow: 0 2px 8px #43b26c33 !important;
        background-image: none !important;
        background-size: unset !important;
        background-position: unset !important;
        transition: background 0.3s, color 0.3s, box-shadow 0.3s, border 0.3s;
    }

    html.dark-theme body .btn-partner-card.hero-btn-lg:hover,
    html.dark-theme body .btn-partner-card.hero-btn-lg:focus {
        background: #23272b !important;
        color: #fff !important;
        border-color: #a7fb6c !important;
        box-shadow: 0 4px 16px #43b26c55 !important;
    }

    html.dark-theme body .btn-investor-card.hero-btn-lg {
        background: linear-gradient(90deg, #43b26c 0%, #a7fb6c 100%) !important;
        color: #fff !important;
        box-shadow: 0 2px 12px #a7fb6c55 !important;
        background-clip: padding-box !important;
        -webkit-background-clip: padding-box !important;
        background-image: linear-gradient(90deg, #43b26c 0%, #a7fb6c 100%) !important;
        -webkit-text-fill-color: #fff !important;
        text-fill-color: #fff !important;
        transition: background 0.3s, color 0.3s, box-shadow 0.3s, border 0.3s;
    }

    html.dark-theme body .btn-investor-card.hero-btn-lg:hover,
    html.dark-theme body .btn-investor-card.hero-btn-lg:focus {
        background: linear-gradient(90deg, #a7fb6c 0%, #43b26c 100%) !important;
        color: #181a1b !important;
        border-color: #43b26c !important;
        box-shadow: 0 4px 24px #a7fb6c99 !important;
    }
}