.box-banner-container .hero-bg img {
    height: 520px;
    display: block;
    width: 100%;
}

.box-banner-container .layout {
    display: grid;
    grid-template-columns: 310px 1fr 280px;
    gap: 0;
    padding: 20px 0px;
    gap: 16px;
}

.box-banner-container .sidebar-menu-split {
    position: relative;
    max-height: 466px;
    background: #fff;
    border-radius: 0 0 14px 14px;
    overflow: visible;
}

.box-banner-container .sidebar-menu-split .box-scroll-header {
    height: auto;
    max-height: 466px;
    /* overflow-y: auto; */
    /* overflow-x: hidden; */
    /* scrollbar-width: thin; */
}

.box-banner-container .sidebar {
    background: #fff;
    border-radius: 14px;
    overflow: visible;
    border: 1px solid #e8e3d8;
    height: fit-content;
    z-index: 12;
}

.box-banner-container .sidebar-header {
    background: #1a6b3a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 14px 14px 0 0;
    text-transform: uppercase;
}

.box-banner-container .sidebar-header svg {
    opacity: 0.9;
}

.box-banner-container .cat-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 10px;
    border-bottom: 1px solid #f0ece3;
    cursor: pointer;
    transition: background 0.15s;
}

.box-banner-container .cat-item:last-child {
    border-bottom: none;
}

.box-banner-container .cat-item:hover {
    background: #f7f4ee;
}

.box-banner-container .cat-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    background: unset !important;
}

.box-banner-container .cat-text {
    flex: 1;
    min-width: 0;
}

.box-banner-container .cat-name {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
}

.box-banner-container .cat-sub {
    font-size: 11px;
    color: #888;
    margin-top: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-banner-container .cat-arrow {
    color: #bbb;
    font-size: 13px;
    flex-shrink: 0;
}

.box-banner-container .cat-item-row {
    position: relative;
    border-bottom: 1px solid #f0ece3;
}

.box-banner-container .cat-item-row:last-child {
    border-bottom: none;
}

.box-banner-container .cat-item-row .cat-item {
    border-bottom: none;
}

.box-banner-container .cat-item-row:hover .cat-item {
    background: #f7f4ee;
}

/* Panel cÃ¡ÂºÂ¥p 2 xÃ¡Â»â€¢ ngang (bÃƒÂªn phÃ¡ÂºÂ£i sidebar), nÃ¡ÂºÂ±m ngoÃƒÂ i vÃƒÂ¹ng scroll */
.box-banner-container .sidebar-flyouts {
    position: absolute;
    left: calc(100% + 6px);
    top: 0;
    bottom: auto;
    min-height: 100%;
    width: 0;
    z-index: 30;
    pointer-events: none;
}

/* CÃ¡ÂºÂ§u vÃƒÂ´ hÃƒÂ¬nh Ã„â€˜Ã¡Â»Æ’ di chuÃ¡Â»â„¢t tÃ¡Â»Â« dÃƒÂ²ng danh mÃ¡Â»Â¥c sang panel khÃƒÂ´ng bÃ¡Â»â€¹ mÃ¡ÂºÂ¥t hover */
.box-banner-container .sidebar-flyouts::before {
    content: '';
    position: absolute;
    left: -12px;
    top: 0;
    width: 12px;
    height: 100%;
    min-height: 120px;
}

.box-banner-container .cat-flyout-panel {
    position: absolute;
    left: 0;
    top: 0;
    /* width: min(280px, calc(100vw - 360px)); */
    /* min-width: 220px; */
    padding: 10px 10px 12px;
    background: #fff;
    border: 1px solid #e8e3d8;
    border-radius: 12px;
    box-shadow: 8px 12px 36px rgba(26, 107, 58, 0.12), 0 4px 16px rgba(0, 0, 0, 0.06);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

.box-banner-container .cat-flyout-panel--empty {
    display: none !important;
}

.box-banner-container .cat-flyout-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    margin: 2px 0;
    border-radius: 8px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
}

.box-banner-container .cat-flyout-link:hover {
    background: #f0f7f2;
    color: #1a6b3a;
}

.box-banner-container .cat-flyout-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #7abf8a;
    flex-shrink: 0;
}

.box-banner-container .cat-flyout-name {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-banner-container .cat-flyout-go {
    font-size: 18px;
    color: #c8c8c8;
    flex-shrink: 0;
    transition: color 0.15s, transform 0.15s;
}

.box-banner-container .cat-flyout-link:hover .cat-flyout-go {
    color: #1a6b3a;
    transform: translateX(2px);
}

.box-banner-container .hero {
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    min-height: 340px;
}

.box-banner-container .hero-bg {
    /* height: 100%; */
}

.box-banner-container .hero-img-circle {
    position: absolute;
    right: 32px;
    bottom: 0;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(ellipse at 40% 60%, #e8f5d0, #b5d98a 60%, #7ab648);
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.25);
}

.box-banner-container .hero-img-circle::before {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·';
    font-size: 110px;
    line-height: 1;
    margin-bottom: -10px;
}

.box-banner-container .hero-herb {
    position: absolute;
    right: 260px;
    bottom: 20px;
    font-size: 48px;
    opacity: 0.7;
}

.box-banner-container .hero-badge {
    position: absolute;
    top: 28px;
    left: 40px;
    background: rgba(255, 165, 0, 0.18);
    border: 1.5px solid #f5a623;
    color: #f5c842;
    border-radius: 30px;
    padding: 5px 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.box-banner-container .hero-content {
    position: relative;
    z-index: 2;
    max-width: 520px;
}

.box-banner-container .hero-title {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 14px;
}

.box-banner-container .hero-title .accent {
    color: #f5a623;
}

.box-banner-container .hero-desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 28px;
    line-height: 1.6;
}

.box-banner-container .hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.box-banner-container .btn-primary {
    background: #f5a623;
    color: #1a1a1a;
    border: none;
    border-radius: 50px;
    padding: 13px 28px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.15s;
    font-family: inherit;
    white-space: nowrap;
}

.box-banner-container .btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(245, 166, 35, 0.4);
}

.box-banner-container .btn-secondary {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 50px;
    padding: 11px 24px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
    font-family: inherit;
    white-space: nowrap;
    backdrop-filter: blur(4px);
}

.box-banner-container .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.25);
}

.box-banner-container .hero-stats {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.box-banner-container .stat-num {
    font-size: 22px;
    font-weight: 800;
    color: #f5a623;
}

.box-banner-container .stat-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 1px;
}

.box-banner-container .right-panel {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.box-banner-container .auth-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e8e3d8;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.box-banner-container .avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #1a6b3a;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-banner-container .auth-welcome {
    font-size: 14px;
    color: #555;
}

.box-banner-container .auth-signin {
    width: 100%;
    background: #1a6b3a;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.15s;
    text-align: center;
}

.box-banner-container .auth-signin:hover {
    background: #145530;
}

.box-banner-container .auth-join {
    width: 100%;
    background: #fef3e2;
    color: #c07800;
    border: none;
    border-radius: 8px;
    padding: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.15s;
    text-align: center;
}

.box-banner-container .auth-join:hover {
    background: #fde8c0;
}

.box-banner-container .auth-supplier {
    font-size: 15px;
    color: #1a6b3a;
    text-decoration: none;
    font-weight: 600;
}

.box-banner-container .auth-supplier:hover {
    text-decoration: underline;
}

.box-banner-container .rfq-card {
    background: #1a1a1a;
    border-radius: 14px;
    padding: 10px;
    color: #fff;
}

.box-banner-container .rfq-tag {
    background: rgba(245, 166, 35, 0.15);
    border: 1px solid #f5a623;
    color: #f5c842;
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 12px;
}

.box-banner-container .rfq-title {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 6px;
    line-height: 1.3;
}

.box-banner-container .rfq-sub {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 16px;
}

.box-banner-container .rfq-input-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 12px;
}

.box-banner-container .rfq-input-wrap input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-family: inherit;
}

.box-banner-container .rfq-input-wrap input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.box-banner-container .rfq-input-wrap svg {
    opacity: 0.5;
    flex-shrink: 0;
}

.box-banner-container .rfq-btn {
    width: 100%;
    background: #f5a623;
    color: #1a1a1a;
    border: none;
    border-radius: 8px;
    padding: 13px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.15s;
}

.box-banner-container .rfq-btn:hover {
    background: #e09510;
}

@media (max-width: 990px) {

    .box-banner-container .hero {
        min-height: unset;
        margin-bottom: 15px;
    }

    .box-banner-container .layout {
        display: block;
        padding: unset;
        margin-top: 20px;
    }

    .box-banner-container .sidebar {
        display: none;
    }

    .box-banner-container .right-panel {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .box-banner-container .hero-bg img {
        min-height: 300px;
        height: unset;
    }

    .box-banner-container .topnav-links {
        display: none;
    }

    .box-banner-container .layout {
        padding: 0px;
        display: block;
        margin: 20px 0px;
    }

    .box-banner-container .sidebar {
        display: none;
    }

    .box-banner-container .hero {
        min-height: 300px;
    }

    .box-banner-container .hero-title {
        font-size: 28px;
    }

    .box-banner-container .hero-img-circle {
        width: 150px;
        height: 150px;
        right: 10px;
    }

    .box-banner-container .hero-img-circle::before {
        font-size: 70px;
    }

    .box-banner-container .hero-herb {
        display: none;
    }

    .box-banner-container .hero-badge {
        top: 16px;
        left: 16px;
        font-size: 11px;
    }

    .box-banner-container .right-panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .box-banner-container .topnav {
        padding: 0 12px;
    }

    .box-banner-container .topnav-logo {
        font-size: 17px;
    }

    .box-banner-container .hero-title {
        font-size: 22px;
    }

    .box-banner-container .hero-stats {
        gap: 18px;
    }

    .box-banner-container .hero-btns {
        gap: 10px;
    }

    .box-banner-container .btn-primary,
    .box-banner-container .btn-secondary {
        font-size: 13px;
        padding: 10px 18px;
    }
}


















.home-section-features .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.home-section-features .section-title {
    font-size: 28px;
    font-weight: 800;
    color: #111;
    line-height: 1.2;
}

.home-section-features .section-subtitle {
    font-size: 14px;
    color: #666;
    margin-top: 6px;
}

.home-section-features .view-all {
    font-size: 14px;
    color: #2a7a3b;
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
    padding-top: 6px;
}

.home-section-features .view-all:hover {
    text-decoration: underline;
}

.home-section-features .tabs {
    display: flex;
    gap: 0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 28px;
    overflow-x: auto;
    /* scrollbar-width: none; */
}

.home-section-features .tabs::-webkit-scrollbar {
    display: none;
}

.home-section-features .tab {
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    transition: color 0.2s, border-color 0.2s;
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-bottom: -1px;
}

.home-section-features .tab:hover {
    color: #1a1a1a;
}

.home-section-features .tab.active {
    color: #1a1a1a;
    border-bottom-color: #2a7a3b;
    font-weight: 600;
}

.home-section-features .products-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.home-section-features .product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s;
    cursor: pointer;
    border: 1px solid #e3e2da;
    box-shadow: 0 1px 2px #0a140f0a, 0 4px 12px #0a140f0d;
}

.home-section-features .product-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.home-section-features .card-image {
    position: relative;
    width: 100%;
    height: unset;
    overflow: hidden;
}

.home-section-features .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-section-features .badges {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 6px;
}

.home-section-features .badge-left {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.home-section-features .badge {
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.home-section-features .badge-bestseller {
    background: #f5a623;
    color: #fff;
}

.home-section-features .badge-organic {
    background: #f5a623;
    color: #fff;
}

.home-section-features .badge-new {
    background: #f5a623;
    color: #fff;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.home-section-features .badge-verified {
    background: #f5a623;
    color: #fff;
}

.home-section-features .badge-trade {
    background: #1a1a1a;
    color: #fff;
}

.home-section-features .card-body {
    padding: 14px;
}

.home-section-features .product-name {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 10px;
    min-height: 43px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-section-features .product-price {
    font-size: 16px;
    font-weight: 700;
    color: #c0392b;
    margin-bottom: 4px;
}

.home-section-features .min-order {
    font-size: 12px;
    color: #888;
    margin-bottom: 8px;
}

.home-section-features .supplier {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #555;
    margin-bottom: 0px;
    padding-top: 10px;
    border-top: 1px solid #cdcdcd91;
}

.home-section-features .supplier-icon {
    width: 12px;
    height: 12px;
    color: #888;
}

.home-section-features .stars {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 12px;
}

.home-section-features .star {
    color: #f5a623;
    font-size: 16px;
}

.box-banner-container .cat-arrow span {
    font-size: 19px;
}

.home-section-features .rating-count {
    color: #888;
    font-size: 11px;
    margin-left: 3px;
}

a.all-categories-link {
    margin-top: 10px;
    color: #0f7b53;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: -0.2px;
}

.home-section-features .tab-panel {
    display: none;
}

.home-section-features .tab-panel.active {
    display: block;
}

@media (max-width: 1450px) {
    .home-section-features .card-image {
        height: unset;
    }

    .home-section-features .products-grid {
        margin: 0px 5px;
    }

    .home-section-features .products-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1200px) {
    .home-section-features .products-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 900px) {
    .home-section-features .products-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .home-section-features .section-title {
        font-size: 26px;
    }
}

@media (max-width: 640px) {
    .home-section-features .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin: 0px 5px;
    }

    .home-section-features .section-title {
        font-size: 22px;
    }

    .home-section-features .section-header {
        flex-direction: column;
        gap: 8px;
        align-items: start;
    }

    .home-section-features .card-image {
        /* height: 160px; */
    }

    .home-section-features .product-price {
        font-size: 15px;
    }

    .home-section-features .product-name {
        font-size: 13px;
        min-height: 37px;
    }

    .home-section-features .tab {
        padding: 10px 12px;
        font-size: 13px;
    }
}

@media (max-width: 400px) {
    .home-section-features .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .home-section-features .section {
        padding: 24px 12px;
    }

    .home-section-features .card-image {
        height: 130px;
    }
}









































.home-section-popular .section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.home-section-popular .section-title {
    font-size: 28px;
    font-weight: 800;
    color: #111;
    line-height: 1.2;
}

.home-section-popular .section-subtitle {
    font-size: 14px;
    color: #777;
    margin-top: 4px;
    font-weight: 400;
}

.home-section-popular .all-categories-link {
    font-size: 14px;
    font-weight: 600;
    color: #2a7a6e;
    text-decoration: none;
    white-space: nowrap;
    margin-top: 6px;
}

.home-section-popular .all-categories-link:hover {
    text-decoration: underline;
}

.box-banner-container {
    background: #f6f4eb;
}

.home-section-popular .featured-card {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.home-section-features {
    padding: 25px 0px 40px;
    background: #fdf9fa;
}

.home-section-popular .featured-card img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    display: block;
}

.home-section-popular .featured-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 65px 28px 32px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgb(0 0 0 / 51%) 60%, #00000000 100%);
}

.home-section-popular .featured-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: #f5a623;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.home-section-popular .featured-title {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 6px;
}

.home-section-popular .featured-meta {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 20px;
}

.home-section-popular .featured-btn {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    background-color: #f5a623;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 22px;
    border-radius: 50px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
}

.home-section-popular .featured-btn:hover {
    background-color: #e09510;
}

.home-section-popular .category-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.home-section-popular .category-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10);
}

.home-section-popular .card-image {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
}

.home-section-popular .card-body {
    padding: 14px 16px 16px;
}

.home-section-popular .card-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 3px;
}

.home-section-popular .card-count {
    font-size: 13px;
    color: #888;
    font-weight: 400;
}

.home-section-popular .card-organic {
    grid-column: 0.6666666667;
}

@media (max-width: 1100px) {
    .home-section-popular .grid-wrapper {
        grid-template-columns: 340px 1fr 1fr 1fr;
    }

    .home-section-popular .card-organic {
        grid-column: 0.6;
    }
}

@media (max-width: 990px) {
    .home-section-popular .featured-card {
        margin-bottom: 20px;
    }

    .home-section-popular .list-section-popular {
        grid-template-columns: 49% 49%;
    }

    .home-section-popular .grid-wrapper {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .home-section-popular .featured-card {
        grid-column: 0.3333333333;
        grid-row: auto;
        min-height: 340px;
        margin-bottom: 15px;
    }

    .home-section-popular .card-organic {
        grid-column: auto;
    }

    .home-section-popular .section-title {
        font-size: 22px;
    }
}

@media (max-width: 520px) {
    .home-section-popular .grid-wrapper {
        grid-template-columns: 1fr;
    }

    .home-section-popular .featured-card {
        grid-column: 1;
        min-height: 300px;
    }

    .home-section-popular .card-organic {
        grid-column: 1;
    }

    .home-section-popular .card-image {
        height: 160px;
    }
}


.list-section-popular {
    display: grid;
    gap: 10px 10px;
    grid-template-columns: 24% 24% 24% 24%;
}

section.home-section-popular {
    background: #f6f4eb;
    padding: 40px 0px;
}














































































.home-section-verifiled .page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
    flex-wrap: wrap;
    gap: 16px;
}

.home-section-verifiled .page-title {
    font-size: 28px;
    font-weight: 800;
    color: #111;
    line-height: 1.2;
}

.home-section-verifiled .page-subtitle {
    font-size: 14px;
    color: #666;
    margin-top: 4px;
    font-weight: 400;
}

.home-section-verifiled .filter-tabs {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-shrink: 0;
}

.home-section-verifiled .tab-btn {
    padding: 8px 18px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    transition: all 0.15s ease;
}

.home-section-verifiled .tab-btn.active {
    background: #1d6b3a;
    color: #fff;
}

.home-section-verifiled .tab-btn:not(.active) {
    background: transparent;
    color: #444;
}

.home-section-verifiled .tab-btn:not(.active):hover {
    background: #e8e4dc;
}

.home-section-verifiled .cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 24px;
}

.home-section-verifiled .card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 2px #0a140f0a, 0 4px 12px #0a140f0d;
    border: 1px solid #1d6b3a30;
}

.home-section-verifiled .card-hero {
    position: relative;
    height: 160px;
    overflow: hidden;
}

.home-section-verifiled .card-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-section-verifiled .card-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(0 0 0 / 90%) 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
}

.home-section-verifiled .badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-section-verifiled .badge-gold {
    background: #f5c842;
    color: #5a3e00;
}

.home-section-verifiled .badge-verified {
    background: #f5c842;
    color: #5a3e00;
}

.home-section-verifiled .badge-premium {
    background: #f5c842;
    color: #5a3e00;
}

.home-section-verifiled .badge-icon {
    font-size: 11px;
    display: flex;
    align-items: center;
}

.home-section-verifiled .card-overlay {
    position: absolute;
    bottom: 12px;
    left: 14px;
    right: 14px;
    z-index: 2;
    color: #fff;
}

.home-section-verifiled .company-name {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.home-section-verifiled .company-location {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.88);
    margin-top: 3px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.home-section-verifiled .location-icon {
    font-size: 11px;
    opacity: 0.9;
}

.home-section-verifiled .card-body {
    padding: 14px 14px 16px;
}

.home-section-verifiled .stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 14px;
}

.home-section-verifiled .stat-box {
    background: #f7f5f0;
    border-radius: 8px;
    padding: 8px 6px;
    text-align: center;
}

.home-section-verifiled .stat-value {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    line-height: 1;
}

.home-section-verifiled .star-icon {
    color: #111;
    font-size: 13px;
}

.home-section-verifiled .stat-label {
    font-size: 10px;
    font-weight: 600;
    color: #999;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-top: 4px;
}

.home-section-verifiled .tags-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 14px;
}

.home-section-verifiled .tag {
    background: #eaf5ee;
    color: #1d6b3a;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid #c8e6d4;
}

.home-section-verifiled .product-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin-bottom: 14px;
}

.home-section-verifiled .product-img-wrap {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 1;
    background: #f0ede6;
}

.home-section-verifiled .product-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-section-verifiled .action-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.home-section-verifiled .btn-contact {
    background: #1d6b3a;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 7px 0;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: background 0.15s;
}

.home-section-verifiled .btn-contact:hover {
    background: #155a2f;
}

.home-section-verifiled .btn-profile {
    background: transparent;
    color: #222;
    border: 1.5px solid #d0ccc3;
    border-radius: 8px;
    padding: 7px 0;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s;
    text-align: center;
}

.home-section-verifiled .btn-profile:hover {
    border-color: #999;
    background: #f7f5f0;
}

.home-section-verifiled .stats-banner {
    background: #d9f7e4;
    border-radius: 14px;
    padding: 22px 32px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.home-section-verifiled .banner-stat {
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: center;
}

.home-section-verifiled .banner-check {
    width: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #1d6b3a;
    font-size: 12px;
    font-weight: 700;
}

.home-section-verifiled .banner-number {
    font-size: 18px;
    font-weight: 800;
    color: #111;
    line-height: 1.1;
}

.home-section-verifiled .banner-label {
    font-size: 12px;
    color: #666;
    font-weight: 400;
    margin-top: 1px;
}

.home-section-verifiled {
    padding: 30px 0px;
}

@media (max-width: 1024px) {
    .home-section-verifiled .cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-section-verifiled .stats-banner {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .home-section-verifiled .page-title {
        font-size: 24px;
    }
}

@media(max-width:990px) {
    .home-section-verifiled .cards-grid {
        display: block;
    }
}

@media (max-width: 640px) {

    .home-section-verifiled .page-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .home-section-verifiled .page-title {
        font-size: 20px;
    }

    .home-section-verifiled .filter-tabs {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .home-section-verifiled .tab-btn {
        white-space: nowrap;
        padding: 7px 14px;
        font-size: 13px;
    }

    .home-section-verifiled .cards-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .home-section-verifiled .stats-banner {
        grid-template-columns: repeat(2, 1fr);
        padding: 16px 18px;
        gap: 14px;
    }

    .home-section-verifiled .banner-number {
        font-size: 15px;
    }

    .home-section-verifiled .banner-label {
        font-size: 11px;
    }

    .home-section-verifiled .company-name {
        font-size: 15px;
    }

    .home-section-verifiled .card-hero {
        height: 140px;
    }
}

@media (max-width: 400px) {
    .home-section-verifiled .stats-banner {
        grid-template-columns: 1fr;
    }
}





























































































.home-section-affiliate .wrapper {
    display: flex;
    gap: 16px;

    width: 100%;
}

.home-section-affiliate .card-left {
    background: #fff5f5;
    border-radius: 20px;
    padding: 25px 25px 25px 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.home-section-affiliate .badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fff;
    border: 1px solid #e5e0d8;
    border-radius: 100px;
    padding: 6px 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #222;
    width: fit-content;
    margin-bottom: 20px;
}

.home-section-affiliate .card-left h2 {
    font-size: 32px;
    font-weight: 800;
    color: #111;
    line-height: 1.18;
    margin-bottom: 14px;
}

.home-section-affiliate .card-left h2 .highlight {
    color: #e07b00;
}

.home-section-affiliate .card-left .subtitle {
    font-size: 14px;
    color: #555;
    line-height: 1.55;
    margin-bottom: 26px;
}

.home-section-affiliate .features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 32px;
    margin-bottom: 30px;
}

.home-section-affiliate .feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #222;
    font-weight: 500;
}

.home-section-affiliate .feature-item .check {
    color: #3a8c3a;
    font-size: 15px;
    flex-shrink: 0;
}

.home-section-affiliate .btn-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.home-section-affiliate .btn-primary {
    background: #e07b00;
    color: #fff;
    border: none;
    border-radius: 100px;
    padding: 9px 26px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.home-section-affiliate .btn-primary:hover {
    background: #c96e00;
}

.home-section-affiliate .btn-secondary {
    background: transparent;
    color: #111;
    border: 1.5px solid #ccc;
    border-radius: 100px;
    padding: 9px 24px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.home-section-affiliate .btn-secondary:hover {
    border-color: #888;
}

.home-section-affiliate .divider {
    border: none;
    border-top: 1px solid #e5e0d8;
    margin-bottom: 22px;
}

.home-section-affiliate .stats {
    display: flex;
}

.home-section-affiliate .stat {
    flex: 1;
    text-align: center;
}

.home-section-affiliate .stat:first-child {
    text-align: left;
}

.home-section-affiliate .stat-value {
    font-size: 26px;
    font-weight: 800;
    color: #111;
    line-height: 1.1;
    text-align: center;
}

.home-section-affiliate .stat-label {
    font-size: 12px;
    color: #888;
    margin-top: 3px;
    text-align: center;
}

.home-section-affiliate .card-right {
    background: #1a2b1a;
    border-radius: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 25px 25px 25px 25px;
}

.home-section-affiliate .badge-green {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #2e6e2e;
    border-radius: 100px;
    padding: 6px 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #fff;
    width: fit-content;
    margin-bottom: 20px;
}

.home-section-affiliate .card-right h2 {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    line-height: 1.18;
    margin-bottom: 14px;
}

.home-section-affiliate .card-right h2 .highlight {
    color: #e07b00;
}

.home-section-affiliate .card-right .subtitle {
    font-size: 14px;
    color: #a0b0a0;
    line-height: 1.55;
    margin-bottom: 26px;
}

.home-section-affiliate .feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 30px;
}

.home-section-affiliate .feature-box {
    background: #243224;
    border-radius: 12px;
    padding: 18px 18px 16px 18px;
}

.home-section-affiliate .feature-box img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.home-section-affiliate .feature-box-icon {
    font-size: 18px;
    color: #e07b00;
    margin-bottom: 8px;
    display: block;
}

.home-section-affiliate .feature-box-title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 3px;
}

.home-section-affiliate .feature-box-sub {
    font-size: 12px;
    color: #7a8f7a;
}

.home-section-affiliate .btn-row-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.home-section-affiliate .btn-primary-right {
    background: #e07b00;
    color: #fff;
    border: none;
    border-radius: 100px;
    padding: 14px 26px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.home-section-affiliate .btn-primary-right:hover {
    background: #c96e00;
}

.home-section-affiliate .btn-secondary-right {
    background: transparent;
    color: #fff;
    border: 1.5px solid #4a5e4a;
    border-radius: 100px;
    padding: 13px 24px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.home-section-affiliate .btn-secondary-right:hover {
    border-color: #8aaa8a;
}

section.home-section-affiliate {
    padding: 20px 0px;
    background: #d9f7e4;
}

.home-section-affiliate .content p {
    color: rgb(230 227 227);
    margin-bottom: 20px;
}

.home-section-affiliate .content ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 19px;
    margin-bottom: 20px;
    padding-left: 5px;
}

/* item */

.home-section-affiliate .content li {
    line-height: 28px;
    list-style: disc;
    margin-left: 20px;
}



@media(max-width:990px) {




    .home-section-affiliate .btn-row-right {
        flex-wrap: wrap;
    }

    .home-section-affiliate .card-right {
        padding: 15px 15px 15px 15px;
    }

    .home-section-affiliate .card-right h2 {
        font-size: 28px;
    }

    .home-section-affiliate .card-left {
        padding: 15px 15px 15px 15px;
    }
}

@media (max-width: 900px) {


    .home-section-affiliate .wrapper {
        flex-direction: column;
    }

    .home-section-affiliate .card-left,
    .home-section-affiliate .card-right {
        padding: 32px 15px 28px 15px;
    }

    .home-section-affiliate .card-left h2,
    .home-section-affiliate .card-right h2 {
        font-size: 26px;
    }
}

@media (max-width: 540px) {
    .home-section-affiliate .features {
        grid-template-columns: 1fr;
    }

    .home-section-affiliate .feature-grid {
        grid-template-columns: 1fr 1fr;
    }

    .home-section-affiliate .btn-row,
    .home-section-affiliate .btn-row-right {
        flex-direction: column;
        align-items: stretch;
    }

    .home-section-affiliate .btn-primary,
    .home-section-affiliate .btn-secondary,
    .home-section-affiliate .btn-primary-right,
    .home-section-affiliate .btn-secondary-right {
        text-align: center;
        justify-content: center;
    }

    .home-section-affiliate .stats {
        /* flex-direction: column; */
        gap: 12px;
    }

    .home-section-affiliate .stat {
        text-align: left !important;
    }

    .home-section-affiliate .card-left h2,
    .home-section-affiliate .card-right h2 {
        font-size: 22px;
    }
}







































































































.home-section-buyer .page {
    margin: 18px auto;
}

.home-section-buyer .section {
    margin-bottom: 60px;
}

.home-section-buyer .section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.home-section-buyer .title-wrap h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    color: #111;
    line-height: 1.2;
}

.home-section-buyer .subtitle {
    margin-top: 8px;
    color: #59655f;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 400;
    letter-spacing: -0.25px;
}

.home-section-buyer .head-link {
    margin-top: 10px;
    color: #0f7b53;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: -0.2px;
}

.home-section-buyer .head-link:hover {
    text-decoration: underline;
}

.home-section-buyer .grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.home-section-buyer .resource-card {
    background: #fbfbfb;
    border: 1px solid #dfdfdc;
    border-radius: 14px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
    padding: 20px 20px 18px;
    min-height: 205px;
}

.home-section-buyer .icon-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #0b8e61;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.home-section-buyer .icon-box svg {
    width: 22px;
    height: 22px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-section-buyer .resource-title {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -0.65px;
    color: #111a16;
}

.home-section-buyer .resource-text {
    margin: 0 0 10px;
    color: #5f6b65;
    font-size: 15px;
    line-height: 1.42;
    letter-spacing: -0.22px;
}

.home-section-buyer .resource-link {
    color: #0f7b53;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: -0.2px;
}

.home-section-buyer .resource-link:hover {
    text-decoration: underline;
}

.home-section-buyer .news-card {
    overflow: hidden;
    background: #fafafa;
    border: 1px solid #00000017;
    border-radius: 14px;
    box-shadow: 0 1px 2px #0a140f0a, 0 4px 12px #0a140f0d;
    height: 100%;
    display: block;
}

.home-section-buyer .news-cover {
    height: 210px;
    background: #efe8d5;
    border-bottom: 1px solid #e2e2de;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.home-section-buyer .news-cover span {
    font-size: 58px;
    line-height: 1;
}

.home-section-buyer .news-content {
    padding: 18px 18px 16px;
}

.home-section-buyer .news-tag {
    display: inline-block;
    border-radius: 5px;
    background: #daf0e5;
    color: #1f7f5f;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding: 6px 8px 5px;
    margin-bottom: 10px;
}

.home-section-buyer .news-title {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #151d19;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-section-buyer .news-meta {
    margin-top: 12px;
    font-size: 12px;
    color: #6a746f;
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-section-buyer .news-meta .calendar {
    width: 17px;
    height: 17px;
    stroke: #8f9893;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform: translateY(-1px);
}

.home-section-buyer .dot {
    color: #a6aeaa;
}

@media (max-width: 1300px) {
    .home-section-buyer .title-wrap h2 {
        font-size: 22px;
    }

    .home-section-buyer .subtitle {
        font-size: 18px;
    }

    .home-section-buyer .head-link {
        font-size: 16px;
    }

    .home-section-buyer .resource-title {
        font-size: 24px;
    }

    .home-section-buyer .resource-text {
        font-size: 15px;
    }

    .home-section-buyer .resource-link {
        font-size: 18px;
    }



    .home-section-buyer .news-cover span {
        font-size: 44px;
    }

    .home-section-buyer .news-title {}
}

@media (max-width: 1024px) {
    .home-section-buyer .page {
        padding: 0 0px 0px;
    }

    .home-section-buyer .grid {
        /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
        display: block;
    }
}

@media (max-width: 680px) {
    .home-section-buyer .page {
        margin: 12px auto;
        padding: 0px;
    }

    .home-section-buyer .section {
        margin-bottom: 24px;
    }

    .home-section-buyer .section-head {
        flex-direction: column;
        gap: 8px;
        align-items: start;
    }

    .home-section-buyer .title-wrap h2 {
        font-size: 22px;
    }

    .home-section-buyer .subtitle {
        margin-top: 6px;
        font-size: 16px;
    }

    .home-section-buyer .head-link {
        margin-top: 0;
        font-size: 15px;
    }

    .home-section-buyer .grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .home-section-buyer .resource-card {
        min-height: 0;
    }

    .home-section-buyer .resource-title {
        font-size: 20px;
    }

    .home-section-buyer .news-title {
        font-size: 17px;
    }

    .home-section-buyer .news-meta {
        font-size: 14px;
    }
}


























































































.box-slider-buyers .testimonial-section {}

.box-slider-buyers .tagline {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #1f5a46;
    font-weight: 700;
    margin-bottom: 10px;
}

.box-slider-buyers .headline {
    text-align: center;
    font-size: 35px;
    line-height: 52px;
    color: #10261f;
    font-weight: 800;
    margin-bottom: 12px;
}

.box-slider-buyers .review-summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 38px;
    font-size: 21px;
    line-height: 32px;
    color: #1d332c;
    font-weight: 700;
}

.box-slider-buyers .stars {
    color: #f2b300;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-top: 1px;
}

.box-slider-buyers .review-text {
    font-size: 15px;
    line-height: 32px;
    font-weight: 700;
    color: #1d332c;
}

.box-slider-buyers .review-text .light {
    font-size: 15px;
    line-height: 32px;
    color: #60756d;
    font-weight: 400;
}

.box-slider-buyers .testimonial-slider {
    margin: 0 -12px;
}

.box-slider-buyers .slide-item {
    padding: 0 5px;
}

.box-slider-buyers .testimonial-card {
    width: 100%;
    min-height: 236px;
    background: #f8fbf9;
    border: 1px solid #cde2d7;
    border-radius: 14px;
    padding: 22px 22px 18px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 7px 18px rgba(17, 39, 31, 0.05);
    position: relative;
}

.box-slider-buyers .card-stars {
    color: #f7a224;
    font-size: 21px;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.box-slider-buyers .quote-mark {
    margin-left: auto;
    margin-top: -29px;
    margin-bottom: 3px;
    color: #d8ebe1;
    font-size: 41px;
    line-height: 1;
    font-weight: 700;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 40px;
}

.box-slider-buyers .card-content {
    font-size: 16px;
    color: #24342f;
    font-weight: 400;
    margin-bottom: 22px;
    flex: 1;
    min-height: 102px;
}

.box-slider-buyers .profile {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #e0ece6;
    padding-top: 14px;
}

.box-slider-buyers .avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #1f7a57;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    letter-spacing: 0.2px;
    flex-shrink: 0;
    overflow: hidden;
}

.box-slider-buyers .profile-info {
    min-width: 0;
}

.box-slider-buyers .name {
    font-size: 17px;
    line-height: 29px;
    color: #172824;
    font-weight: 700;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-slider-buyers .role {
    font-size: 13px;
    line-height: 22px;
    color: #6a7f78;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-slider-buyers .slick-track {
    display: flex !important;
}

.box-slider-buyers .slick-slide {
    height: inherit !important;
}

.box-slider-buyers .slick-slide>div,
.box-slider-buyers .slick-slide .slide-item {
    height: 100%;
}

.box-slider-buyers .slick-prev,
.box-slider-buyers .slick-next {
    width: 34px;
    height: 34px;
    z-index: 10;
}

.box-slider-buyers .slick-prev {
    left: -8px;
}

.box-slider-buyers .slick-next {
    right: -8px;
}

section.box-slider-buyers {
    background: #d9f0e3;
    padding: 30px 0px;
}

.box-slider-buyers .slick-prev:before,
.box-slider-buyers .slick-next:before {
    color: #1f5a46;
    font-size: 34px;
    opacity: 0.7;
}

.box-slider-buyers .slick-dots {
    bottom: -34px;
}

.box-slider-buyers .slick-dots li button:before {
    font-size: 10px;
    color: #1f5a46;
    opacity: 0.35;
}

.box-slider-buyers .slick-dots li.slick-active button:before {
    color: #1f5a46;
    opacity: 0.8;
}

.box-price-member {
    display: flex;
    gap: 0px 10px;
    align-items: center;
}

.home-section-features .product-price.product-price-old {
    color: #888;
    font-size: 14px;
    margin-bottom: 0px;
}

span.badge-icon .material-symbols-outlined {
    font-size: 16px;
}

.home-section-features .supplier .material-symbols-outlined {
    font-size: 17px;
}

.home-section-verifiled .banner-stat h3 {
    font-size: 20px;
    font-weight: 800;
}

.box-banner-container .avatar img {
    height: 100%;
    width: 100%;
    border-radius: 25px;
}

.header-category {
    padding-bottom: 20px;
}

.header-category h1 {
    font-size: 16px;
    padding: 10px 20px;
    background: #2a6e3f;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
}



.home-section-features .card-image img {
    transition: 0.5s ease;
    transform: scale(1);
}

.home-section-features .card-image img:hover {
    transform: scale(1.1);
}

.home-section-popular .category-card a {
    display: block;
    overflow: hidden;
}

.home-section-popular .category-card a img {
    transform: scale(1);
    transition: 0.5s ease;
}

.home-section-popular .category-card a img:hover {
    transform: scale(1.1);
    transition: 0.5s ease;
}

.home-section-popular .featured-card img {
    transform: scale(1);
    transition: 0.5s ease;
}

.home-section-popular .featured-card img:hover {
    transform: scale(1.1);
    transition: 0.5s ease;
}

.home-section-popular .featured-btn svg {
    width: 15px;
    height: 15px;
    margin-top: 2px;
}

.home-section-verifiled .btn-contact svg {
    width: 15px;
    height: 15px;
}

.home-section-affiliate .card-right h2 strong {
    color: #f7a224;
}

.home-section-affiliate .card-left .content h2 strong {
    color: #f7a224;
}

.box-slider-buyers .card-stars svg path {
    fill: #f7a224;
}

.home-section-verifiled .location-icon span {
    font-size: 16px;
}

.box-slider-buyers .card-stars svg {
    width: 17px;
    height: 17px;
    margin-left: -1px;
}

.home-section-affiliate .card-left .content p {
    color: #555;
}
.section.ctnr {}

.badges.hethang {
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    display: block;
    width: 100%;
    text-align: center;
    right: 0;
}

.badges.hethang span.badge.badge-new {
    width: 100%;
    display: block;
    border-radius: unset;
    padding: 10px 8px;
    font-size: 12px;
    background: #00000075;
    left: 0;
}
@media (max-width: 1280px) {
    .box-slider-buyers .headline {
        font-size: 39px;
        line-height: 47px;
    }

    .box-slider-buyers .card-content {
        line-height: 31px;
    }
}

@media (max-width: 1024px) {
    .box-slider-buyers .testimonial-section {
        padding: 0px;
    }

    .box-slider-buyers .headline {
        font-size: 33px;
        line-height: 40px;
    }

    .box-slider-buyers .review-summary {
        font-size: 18px;
        line-height: 28px;
    }

    .box-slider-buyers .review-text {
        font-size: 18px;
        line-height: 28px;
    }

    .box-slider-buyers .review-text .light {
        font-size: 18px;
        line-height: 28px;
    }

    .box-slider-buyers .card-content {
        font-size: 17px;
        line-height: 28px;
    }

    .box-slider-buyers .name {
        font-size: 18px;
        line-height: 24px;
    }

    .box-slider-buyers .role {
        font-size: 14px;
        line-height: 20px;
    }
}

@media(max-width:990px) {
    .home-section-verifiled .card{
        margin-bottom: 10px;
    }
    .home-section-verifiled .banner-stat {
        justify-content: left;
    }

    .home-section-verifiled .banner-check {
        width: 40px;
    }

    .home-section-buyer .news-card {
        margin: 0px 5px;
    }

    .home-section-affiliate .stat-value {
        font-size: 20px;
    }

    .home-section-affiliate .content li {
        font-size: 14px;
    }

    .box-banner-container {
        padding: 10px 0px;
    }

    .home-section-popular .featured-card img {
        height: 400px;
    }

    .home-section-buyer .news-cover {
        height: unset;
    }

    .home-section-verifiled .banner-stat h3 {
        font-size: 16px;
    }

    .home-section-verifiled .banner-stat p {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .box-slider-buyers .slick-dots {
        bottom: -21px;
    }

    .home-section-popular .section-header {
        flex-wrap: wrap;
    }

    .box-price-member {
        flex-wrap: wrap;
    }

    .box-slider-buyers .tagline {
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 1.3px;
    }

    .box-slider-buyers .headline {
        font-size: 23px;
        line-height: 35px;
        letter-spacing: -0.4px;
    }

    .box-slider-buyers .review-summary {
        flex-wrap: wrap;
        gap: 6px;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 28px;
    }

    .box-slider-buyers .stars {
        font-size: 17px;
    }

    .box-slider-buyers .review-text {
        font-size: 12px;
        line-height: 24px;
    }

    .box-slider-buyers .review-text .light {
        font-size: 16px;
        line-height: 24px;
    }

    .box-slider-buyers .testimonial-card {
        min-height: 220px;
        padding: 18px 16px 14px;
    }

    .box-slider-buyers .quote-mark {
        font-size: 36px;
        margin-top: -24px;
    }

    .box-slider-buyers .card-content {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 16px;
    }

    .box-slider-buyers .profile {
        gap: 10px;
    }
}
