.home-page-richtext-config {
    width: 100%;
    overflow: hidden;
    background: #fff !important;
}

.home-rich-content {
    padding: 70px 0;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    background: #fff !important;
}

.home-rich-content.home-rich-why {
    background: #f7f8f9 !important;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.home-rich-content.home-rich-oem {
    background: #fff !important;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.home-rich-content.home-rich-manufacturer {
    background: #f7f8f9 !important;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.home-rich-content .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.home-rich-content h2 {
    margin: 0 0 22px;
    color: #006400;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: normal;
    text-align: center;
}

.home-rich-why h2 {
    font-size: 56px !important;
    text-align: center !important;
}

.home-rich-oem h2 {
    font-size: 28px !important;
    text-align: left !important;
}

.home-rich-manufacturer h2 {
    font-size: 56px !important;
    text-align: left !important;
}

.home-rich-content p,
.home-rich-content li {
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 18px;
}

.home-rich-content strong,
.home-rich-content b {
    color: #111;
    font-weight: 700;
}

.home-rich-content .lead {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    color: #222;
    font-size: 16px;
    line-height: 1.8;
}

.home-rich-manufacturer p {
    font-size: 18px !important;
    line-height: 1.7 !important;
}

.home-rich-content .home-rich-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 34px;
}

.home-rich-content .home-rich-card {
    padding: 20px 16px 10px;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    min-height: 0;
    box-sizing: border-box;
    text-align: center;
}

.home-rich-content .home-rich-card-icon {
    display: block;
    width: auto;
    max-width: 58px;
    max-height: 58px;
    height: auto;
    margin: 0 auto 20px;
    object-fit: contain;
}

.home-rich-content .home-rich-card h3 {
    margin: 0 0 10px;
    color: #222;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
}

.home-rich-content .home-rich-card p {
    color: rgba(119, 119, 119, 1);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}

.home-rich-content .home-rich-button {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 42px;
    background: #006400;
    color: #fff !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    border-radius: 999px;
}

.home-rich-content .home-rich-media {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.home-rich-content .home-rich-media img {
    display: block;
    width: 100%;
    height: auto;
}

.home-rich-content .home-rich-list {
    padding: 0;
    margin: 22px 0 0;
    list-style: none;
}

.home-rich-content .home-rich-list li {
    position: relative;
    padding-left: 24px;
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
}

.home-rich-content .home-rich-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    background: #006400;
    border-radius: 50%;
}

/* Keep homepage DB rich-text modules aligned with normal content width */
.body_pages_index .tem_title_1 > .container,
.body_pages_index .tem_title_1 .top_text,
.body_pages_index .tem_title_1 .top_title,
.body_pages_index .tem_title_1 .top_details,
.body_pages_index .tem_title_1 .top_details section,
.body_pages_index .tem_title_1 .top_details p,
.body_pages_index .tem_title_1 .top_details .editorh1 {
    max-width: 1200px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

.body_pages_index .tem_title_1 > .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.body_pages_index .tem_title_1 .top_details {
    text-align: center;
}

.home-rich-video-thumb {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    background: #f4f4f4;
}

.home-rich-video-thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.home-rich-video-thumb .home-rich-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 74px;
    height: 74px;
    transform: translate(-50%, -50%);
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .22);
    cursor: pointer;
    z-index: 3;
}

.home-rich-video-thumb .home-rich-play span {
    position: absolute;
    left: 30px;
    top: 22px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 22px solid #006400;
}

.home-rich-video-thumb:hover .home-rich-play {
    transform: translate(-50%, -50%) scale(1.06);
}

.home-rich-video-thumb video {
    display: block;
    width: 100%;
    height: auto;
    background: #000;
}

@media (max-width: 1025px) {
    .home-rich-content,
    .home-rich-content.home-rich-why,
    .home-rich-content.home-rich-oem,
    .home-rich-content.home-rich-manufacturer {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

    .home-rich-why h2,
    .home-rich-manufacturer h2 {
        font-size: 34px !important;
    }

    .home-rich-oem h2 {
        font-size: 28px !important;
    }

    .home-rich-content .home-rich-grid,
    .home-rich-content .home-rich-media {
        grid-template-columns: 1fr !important;
        gap: 28px;
    }

    .body_pages_index .tem_title_1 > .container,
    .body_pages_index .tem_title_1 .top_text,
    .body_pages_index .tem_title_1 .top_title,
    .body_pages_index .tem_title_1 .top_details,
    .body_pages_index .tem_title_1 .top_details section,
    .body_pages_index .tem_title_1 .top_details p,
    .body_pages_index .tem_title_1 .top_details .editorh1 {
        max-width: 100% !important;
    }
}
