.elementor-widget-table-of-contents{--header-color:var( --e-global-color-secondary );--item-text-color:var( --e-global-color-text );--item-text-hover-color:var( --e-global-color-accent );--marker-color:var( --e-global-color-text );}.elementor-widget-table-of-contents .elementor-toc__header, .elementor-widget-table-of-contents .elementor-toc__header-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-table-of-contents .elementor-toc__list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-4276 .elementor-element.elementor-element-8b4b6ad{--box-background-color:#FFFFFF;--box-border-radius:12px;--box-padding:20px;--item-text-hover-decoration:underline;}.elementor-4276 .elementor-element.elementor-element-8b4b6ad .elementor-toc__header-title{text-align:start;}.elementor-4276 .elementor-element.elementor-element-8b4b6ad .elementor-toc__header{flex-direction:row;}/* Start custom CSS *//* ==========================================
   TABLE OF CONTENTS PANEL
========================================== */

#toc {
    position: fixed;
    top: 120px;
    width: 22%;
    max-height: 80vh;
    overflow-y: auto;
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0,0,0,.08);
    border: 1px solid rgba(0,0,0,.08);
}

/* ==========================================
   TOC LIST
========================================== */

#toc ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#toc li {
    margin-bottom: 8px;
}

/* ==========================================
   LINKS
========================================== */

#toc a {
    display: block;
    text-decoration: none;
    color: #555;
    padding: 6px 8px;
    border-left: 3px solid transparent;
    transition: all .2s ease;
    line-height: 1.4;
}

#toc a:hover {
    color: #000;
    transform: translateX(3px);
    border-left-color: #000;
}

/* ==========================================
   ACTIVE SECTION
========================================== */

#toc a.active {
    color: #000;
    font-weight: 600;
    border-left-color: #000;
    background: rgba(0,0,0,.04);
}

/* ==========================================
   HIERARCHY
========================================== */

#toc li.h1 a {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 12px;
}

#toc li.h2 a {
    font-weight: 600;
    margin-top: 10px;
}

#toc li.h3 a {
    padding-left: 16px;
    font-size: 0.92rem;
}

/* ==========================================
   SCROLLBAR
========================================== */

#toc::-webkit-scrollbar {
    width: 6px;
}

#toc::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.2);
    border-radius: 10px;
}

/* ==========================================
   SMOOTH SCROLL
========================================== */

html {
    scroll-behavior: smooth;
}

/* ==========================================
   HEADING OFFSET
========================================== */

h1,
h2,
h3 {
    scroll-margin-top: 120px;
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 768px) {

    #toc {
        position: relative;
        top: auto;
        max-height: none;
        margin-bottom: 30px;
    }

}
.elementor-container,
.elementor-column,
.elementor-widget-wrap,
.e-con,
.e-con-inner {
    overflow: visible !important;
}/* End custom CSS */