/*
 Theme Name: Hello Elementor Child
 Theme URI: https://example.com
 Description: Child theme for Hello Elementor
 Author: Your Name
 Template: hello-elementor
 Version: 1.0.0
*/


/* Scrollbar Start */
::-webkit-scrollbar {
    width: 10px;
}

/* Scrollbar ka background (track) */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Scrollbar ka moving part (thumb) */
::-webkit-scrollbar-thumb {
    background: #BF2B2B; /* normal color */
    border-radius: 10px; /* golai */
}

/* Hover effect */
::-webkit-scrollbar-thumb:hover {
    background: #080904;
}

/* Scrollbar End */