/* 
 Theme Name:   Apex Digital Elite
 Theme URI:    https://apexdigitalelite.fr
 Description:  Theme only for Apex Digital Elite
 Author:       Develop with Arslan
 Author URI:   https://developwitharslan.com
 Template:     generatepress
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
html{
	overflow-x: hidden !important;
}
/* Scrollbar Track */
*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #fff; /* Light blue background for the scrollbar track */
}

/* Scrollbar */
*::-webkit-scrollbar {
    width: 10px;
    background-color: #5A8CBF; /* Medium blue for the scrollbar itself */
}

/* Scrollbar Thumb */
*::-webkit-scrollbar-thumb {
    background-color: #2F4F82; /* Dark blue for the scrollbar thumb */
    background-image: -webkit-linear-gradient(90deg,
        rgba(95, 130, 191, 0.2) 25%, /* Lighter variation of #5A8CBF with 20% opacity */
        transparent 25%,
        transparent 50%,
        rgba(95, 130, 191, 0.2) 50%, /* Lighter variation of #5A8CBF with 20% opacity */
        rgba(95, 130, 191, 0.2) 75%, /* Lighter variation of #5A8CBF with 20% opacity */
        transparent 75%,
        transparent);
}
