.elementor-33161 .elementor-element.elementor-element-sec_rw_hero_banner{padding:0px 0px 0px 0px;}.elementor-33161 .elementor-element.elementor-element-col_rw_hero_banner > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-33161 .elementor-element.elementor-element-sec_rw_vtabs_section{padding:0px 0px 0px 0px;}.elementor-33161 .elementor-element.elementor-element-col_rw_vtabs_section > .elementor-element-populated{padding:0px 0px 0px 0px;}:root{--page-title-display:none;}body.elementor-page-33161:not(.elementor-motion-effects-element-type-background), body.elementor-page-33161 > .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;}@media(min-width:1025px){body.elementor-page-33161:not(.elementor-motion-effects-element-type-background), body.elementor-page-33161 > .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 VERTICAL TABS STYLING */
.rw-vtabs-section-wrapper {
    max-width: 1180px;
    margin: 60px auto;
    padding: 0 20px;
}

.rw-vtabs-header {
    margin-bottom: 30px;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 16px;
}

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

.rw-vtabs-main-subtitle {
    font-size: 15px;
    color: #64748b;
    margin: 0;
}

.rw-vtabs-container {
    display: flex;
    gap: 28px;
    align-items: flex-start;
}

/* Left Vertical Navigation Menu */
.rw-vtabs-nav {
    width: 340px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.rw-vtab-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid transparent;
    cursor: pointer;
    text-align: left;
    transition: all 0.25s ease;
    width: 100%;
}

.rw-vtab-item:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
}

.rw-vtab-item.active {
    background: #fff5f5;
    border-color: #dc2626;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.12);
}

.rw-vtab-icon-badge {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #475569 0%, #1e293b 100%);
    color: #ffffff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    flex-shrink: 0;
    transition: all 0.25s ease;
}

.rw-vtab-item.active .rw-vtab-icon-badge {
    background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
    box-shadow: 0 4px 10px rgba(220, 38, 38, 0.3);
}

.rw-vtab-text-wrap {
    flex-grow: 1;
    overflow: hidden;
}

.rw-vtab-title {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 3px 0;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rw-vtab-item.active .rw-vtab-title {
    color: #dc2626;
    font-weight: 800;
}

.rw-vtab-count-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    background: #f1f5f9;
    padding: 2px 8px;
    border-radius: 10px;
}

.rw-vtab-item.active .rw-vtab-count-badge {
    background: #fee2e2;
    color: #dc2626;
}

.rw-vtab-arrow {
    font-size: 13px;
    color: #cbd5e1;
    transition: transform 0.25s ease, color 0.25s ease;
}

.rw-vtab-item.active .rw-vtab-arrow {
    color: #dc2626;
    transform: translateX(4px);
}

/* Right Content Pane */
.rw-vtabs-content-area {
    flex-grow: 1;
    min-width: 0;
}

.rw-vtab-pane {
    display: none;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.rw-vtab-pane.active {
    display: block;
    animation: rwFadeIn 0.3s ease;
}

@keyframes rwFadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

.rw-pane-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 18px;
    margin-bottom: 24px;
}

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

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

.rw-subtopic-block {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 22px;
    margin-bottom: 28px;
}

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

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

.rw-subtopic-item {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 11px 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: 24px;
}

.rw-article-card-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 14px 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: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s ease;
}

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

@media (max-width: 991px) {
    .rw-vtabs-container {
        flex-direction: column;
    }
    .rw-vtabs-nav {
        width: 100%;
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        padding: 8px;
        white-space: nowrap;
    }
    .rw-vtab-item {
        width: auto;
        min-width: 220px;
    }
    .rw-subtopics-grid {
        grid-template-columns: 1fr;
    }
}

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