.elementor-2236 .elementor-element.elementor-element-0488198{--display:flex;--min-height:200px;--justify-content:center;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-2236 .elementor-element.elementor-element-0488198:not(.elementor-motion-effects-element-type-background), .elementor-2236 .elementor-element.elementor-element-0488198 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );background-image:url("https://jodoo.love/wp-content/uploads/2025/12/Hero-4-2.png");background-position:center left;background-repeat:no-repeat;background-size:cover;}.elementor-2236 .elementor-element.elementor-element-cc5de66{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2236 .elementor-element.elementor-element-33407ff{--display:flex;--justify-content:flex-end;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-2236 .elementor-element.elementor-element-33407ff.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2236 .elementor-element.elementor-element-a4ebfeb{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;}.elementor-2236 .elementor-element.elementor-element-a4ebfeb .elementor-heading-title{font-family:"Lexend", Sans-serif;font-size:64px;font-weight:600;line-height:64px;color:var( --e-global-color-primary );}.elementor-2236 .elementor-element.elementor-element-ef7da26{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}body.elementor-page-2236:not(.elementor-motion-effects-element-type-background), body.elementor-page-2236 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}@media(max-width:1366px){.elementor-2236 .elementor-element.elementor-element-0488198{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}}@media(max-width:1024px){.elementor-2236 .elementor-element.elementor-element-cc5de66{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-2236 .elementor-element.elementor-element-a4ebfeb .elementor-heading-title{font-size:20px;}}@media(min-width:768px){.elementor-2236 .elementor-element.elementor-element-33407ff{--width:100%;}}@media(max-width:1366px) and (min-width:768px){.elementor-2236 .elementor-element.elementor-element-33407ff{--width:1119px;}}@media(max-width:1024px) and (min-width:768px){.elementor-2236 .elementor-element.elementor-element-33407ff{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-1a1b292 *//* Chapter Pages Styles */
.chapter-badge {
    background: var(--primary);
    color: white;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 12px;
}

.article-content {
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.8;
}

.article-content p {
    margin-bottom: 24px;
    font-size: 1.1rem;
}

/* Tabs System */
.tabs-container {
    margin-top: 30px;
}

.tabs-nav {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 5px;
    scrollbar-width: none;
}

.tabs-nav::-webkit-scrollbar {
    display: none;
}

.tab-link {
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid var(--glass-border);
    border-radius: 12px 12px 0 0;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--text-muted);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.tab-link.active {
    background: white;
    color: var(--primary-dark);
    border-bottom: 2px solid var(--primary);
}

.tab-content {
    background: white;
    padding: 30px;
    border-radius: 0 15px 15px 15px;
    border: 1px solid var(--glass-border);
    display: none;
    animation: fadeIn 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.tab-content.active {
    display: block;
}

.tab-content h4 {
    color: var(--primary-dark);
    margin-bottom: 15px;
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
}

.article-section h5 {
    color: var(--primary);
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-family: 'Playfair Display', serif;
}

.highlight-box {
    background: rgba(255, 77, 109, 0.05);
    border-left: 4px solid var(--primary);
    padding: 25px;
    margin: 30px 0;
    font-style: italic;
    border-radius: 0 15px 15px 0;
    line-height: 1.6;
}

.conclusion-section {
    margin-top: 60px;
    padding: 40px;
    background: linear-gradient(135deg, rgba(255, 77, 109, 0.05) 0%, rgba(114, 9, 183, 0.05) 100%);
    border-radius: 20px;
    border: 1px solid var(--glass-border);
    text-align: center;
}

.conclusion-section h3 {
    font-family: 'Playfair Display', serif;
    color: var(--primary-dark);
    margin-bottom: 20px;
    font-size: 1.8rem;
}

/* Nav Footer */
.chapter-nav-footer {
    margin-top: 80px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 40px;
}

.nav-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.nav-item {
    padding: 12px 5px;
    background: white;
    border-radius: 12px;
    text-decoration: none;
    color: var(--text-main);
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.nav-item.current {
    background: #fdf2f4;
    color: var(--primary);
    border: 1px solid var(--primary-light);
    pointer-events: none;
}

.personalities-footer-link {
    display: block;
    text-align: center;
    margin-top: 25px;
    text-decoration: none;
    color: var(--primary);
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}/* End custom CSS */