.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#2A94C2;}.elementor-kit-6 a:hover{color:#CC6F6F;}.elementor-kit-6 h2{color:#001463;font-family:"Poppins", Sans-serif;font-size:21px;font-weight:600;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{color:#FFFFFF;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Add a line to the left of the container */
.custom-toc {
    position: relative;
    padding-left: 20px; /* Adjust spacing */
}

.custom-toc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px; /* Thickness of the line */
    height: 100%;
    background-color: gray; /* Line color */
    z-index: -1; /* Place it behind the content */
}

/* Animated scrolling line */
.custom-toc .animated-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px; /* Same as the left line */
    height: 0;
    background-color: brown; /* Active line color */
    transition: height 0.3s ease-in-out;
    z-index: -1;
}

/* Active topic styling */
.custom-toc .elementor-widget-container .elementor-widget-anchor-active .animated-line {
    height: 100%; /* Extend the line as you scroll */
}/* End custom CSS */