 body {
            font-family: 'Poppins', sans-serif;
        }
        .hero-bg {
            background-image: url('images/mainbanner.jpg');
        }
        .grey-custome{
            background-color: rgb(31 32 34 / 80%);
        }
        .counter-value {
            transition: all 0.5s ease-in-out;
        }
        /* Custom scrollbar for a more modern look */
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #1e293b; 
        }
        ::-webkit-scrollbar-thumb {
            background: #d4af37; 
            border-radius: 4px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #a27b02; 
        }