.elementor-1165 .elementor-element.elementor-element-6c81415{--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;}:root{--page-title-display:none;}/* Start custom CSS *//* Scrollbar styles for Webkit Browsers (e.g., Chrome, Safari) */
::-webkit-scrollbar {
    width: 10px; /* Scrollbar width */
    height: 10px; /* Scrollbar height */
}

::-webkit-scrollbar-track {
    background: #f1f1f1; /* Track background */
    border-radius: 10px; /* Rounded corners for the track */
}

::-webkit-scrollbar-thumb {
    background: #c4c4c4; /* Thumb background */
    border-radius: 10px; /* Rounded corners for the thumb */
}

::-webkit-scrollbar-thumb:hover {
    background: #a3a3a3; /* Thumb background on hover */
}

/* Alternative method for Firefox using scrollbar pseudo-elements */
body {
    color: #f1f1f1; /* Thumb and track color */
    width: inherit; /* Scrollbar width */
}

/* For all elements in Webkit browsers */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #c4c4c4;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #a3a3a3;
}/* End custom CSS */