/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.slide-orange {
    color: #E66600 !important;
    text-shadow: 0 0 9px #444!important;
}

.widget::before {
    content: "";
    display: block;
    position: absolute;
    left: -12px; /* Align to the left side */
    top: 50%; /* Start the line in the middle */
    transform: translateY(-50%); /* Center vertically */
    height: 80%; /* Adjust the height of the line */
    width: 1px; /* Adjust the thickness of the line */
    background-color: #ccc; /* Subtle line color */
}
