.elementor-33015 .elementor-element.elementor-element-sec_rw_hero_banner{padding:0px 0px 0px 0px;}.elementor-33015 .elementor-element.elementor-element-col_rw_hero_banner > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-33015 .elementor-element.elementor-element-sec_rw_topics_accordions{padding:0px 0px 0px 0px;}.elementor-33015 .elementor-element.elementor-element-col_rw_topics_accordions > .elementor-element-populated{padding:0px 0px 0px 0px;}body.elementor-page-33015:not(.elementor-motion-effects-element-type-background), body.elementor-page-33015 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://richworks.com/wp-content/uploads/2023/03/RW-BG-Ramadhan.png");background-position:center center;}:root{--page-title-display:none;}@media(min-width:1025px){body.elementor-page-33015:not(.elementor-motion-effects-element-type-background), body.elementor-page-33015 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS */.rw-fullwidth-hero {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: linear-gradient(135deg, #7F1822 0%, #B51D1D 50%, #4A0E14 100%);
    color: #ffffff;
    padding: 60px 0 50px 0;
    box-sizing: border-box;
}

.rw-hero-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

.rw-hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    color: #fbbf24;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    border: 1px solid rgba(251, 191, 36, 0.3);
}

.rw-hero-title {
    font-size: 38px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.25;
    margin: 0 0 15px 0;
}

.rw-hero-subtitle {
    font-size: 18px;
    color: #fecaca;
    max-width: 800px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.rw-stages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 991px) {
    .rw-stages-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
    .rw-stages-grid { grid-template-columns: 1fr; }
    .rw-hero-title { font-size: 28px; }
}

.rw-stage-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px 20px;
    color: #1e293b;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-top: 5px solid #dc2626;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rw-stage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.rw-stage-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.rw-stage-number {
    font-size: 13px;
    font-weight: 800;
    color: #dc2626;
    background: #fee2e2;
    padding: 4px 10px;
    border-radius: 20px;
}

.rw-stage-icon {
    font-size: 20px;
    color: #dc2626;
}

.rw-stage-title {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.rw-stage-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 16px;
}

.rw-stage-links-title {
    font-size: 13px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.rw-stage-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rw-stage-link-item {
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
}

.rw-stage-bullet {
    color: #dc2626;
    margin-right: 8px;
    font-size: 16px;
    line-height: 1.4;
}

.rw-stage-link-item a {
    color: #1e293b;
    font-size: 15px !important;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.rw-stage-link-item a:hover {
    color: #dc2626;
    text-decoration: underline;
}

/* SECTION 2 STYLING */
.rw-section2-wrapper {
    max-width: 1180px;
    margin: 60px auto;
    padding: 0 20px;
}

.rw-sec2-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 16px;
}

.rw-sec2-title {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

.rw-sec2-subtitle {
    font-size: 15px;
    color: #64748b;
    margin-top: 6px;
}

.rw-toggle-all-btn {
    background: #0f172a;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease;
}

.rw-toggle-all-btn:hover {
    background: #dc2626;
}

.rw-acc-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.rw-acc-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.rw-acc-item.active {
    border-color: #dc2626;
    box-shadow: 0 8px 24px rgba(220, 38, 38, 0.08);
}

.rw-acc-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    background: #ffffff;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s ease;
}

.rw-acc-header:hover {
    background: #f8fafc;
}

.rw-acc-header-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.rw-acc-icon-badge {
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
    color: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 10px rgba(220, 38, 38, 0.25);
}

.rw-acc-title-text {
    font-size: 19px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

.rw-acc-badge {
    display: inline-block;
    background: #f1f5f9;
    color: #475569;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 12px;
    margin-top: 4px;
}

.rw-acc-chevron {
    font-size: 16px;
    color: #64748b;
    transition: transform 0.3s ease;
}

.rw-acc-item.active .rw-acc-chevron {
    transform: rotate(180deg);
    color: #dc2626;
}

.rw-acc-body {
    display: none;
    padding: 0 24px 24px 24px;
    border-top: 1px solid #f1f5f9;
    background: #fafafa;
}

.rw-acc-item.active .rw-acc-body {
    display: block;
}

.rw-subtopic-block {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 24px;
}

.rw-subtopic-title {
    font-size: 15px;
    font-weight: 800;
    color: #dc2626;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 16px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.rw-subtopics-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

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

.rw-subtopic-item {
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.rw-subtopic-item:hover {
    border-color: #dc2626;
    background: #fff5f5;
}

.rw-subtopic-dot {
    width: 8px;
    height: 8px;
    background: #dc2626;
    border-radius: 50%;
    flex-shrink: 0;
}

.rw-existing-articles-title {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 14px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.rw-articles-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.rw-article-card-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px 18px;
    color: #0f172a;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.rw-article-card-link:hover {
    border-color: #dc2626;
    color: #dc2626;
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.rw-topic-hub-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #dc2626;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.rw-topic-hub-btn:hover {
    background: #991b1b;
    color: #ffffff;
}

.page_title, div.page_title, .page_title_container, h1.entry-title, .entry-title, .page-title, header.entry-header { display: none !important; }/* End custom CSS */