 footer {
            background-color: #0b0c10 !important;
            color: #fff !important;
            font-family: 'Inter', sans-serif !important;
            font-size: 14px !important;
        }

        footer a {
            color: #bbb !important;
            text-decoration: none !important;
            transition: all 0.3s ease-in-out !important;
        }

        footer a:hover {
            color: #fff !important;
            text-decoration: underline !important;
            transform: translateX(5px) !important;
        }

        .footer-Content {
            padding: 60px 20px 40px !important;
        }

        .footer-Content h2.block-title {
            color: #fff !important;
            font-size: 24px !important;
            font-weight: 600 !important;
            margin-bottom: 30px !important;
            border-bottom: 2px solid #6658ea !important;
            display: inline-block !important;
            padding-bottom: 5px !important;
        }

        .footer-Content .menu {
            list-style: none !important;
            padding-left: 0 !important;
        }

        .footer-Content .menu li {
            margin: 10px 0 !important;
        }

        .footer-Content .menu li a {
            font-size: 15px !important;
            font-weight: 400 !important;
        }

        .footer-box {
            margin-top: 15px !important;
            color: #ccc !important;
        }

        /* App Buttons Styling */
        footer img {
            border-radius: 10px !important;
            transition: transform 0.3s ease, box-shadow 0.3s ease !important;
            box-shadow: 0px 5px 15px rgba(255, 255, 255, 0.05) !important;
        }

        footer img:hover {
            transform: scale(1.05) !important;
            box-shadow: 0px 10px 25px rgba(255, 255, 255, 0.15) !important;
        }

        /* Responsive Fixes */
        @media (max-width: 768px) {
            .footer-Content .block-title {
                font-size: 20px !important;
            }

            .footer-Content .menu li a {
                font-size: 14px !important;
            }

            .footer-box {
                text-align: center !important;
            }

            footer img {
                width: 90% !important;
                margin: auto !important;
                display: block !important;
            }
        }

        /* App Store Buttons (Google & Apple) */
        .store-btn {
            display: inline-block !important;
            padding: 12px 25px !important;
            border-radius: 12px !important;
            font-size: 16px !important;
            font-weight: 500 !important;
            color: white !important;
            text-align: center !important;
            text-decoration: none !important;
            transition: all 0.3s ease-in-out !important;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
            margin: 10px 5px !important;
        }

        /* Gradient Backgrounds */
        .google-play {
            background: linear-gradient(90deg, #6f73ff, #b14eff) !important;
        }

        .app-store {
            background: linear-gradient(90deg, #6f73ff, #b14eff) !important;
        }

        /* Hover Effects */
        .store-btn:hover {
            transform: scale(1.05) !important;
            box-shadow: 0 6px 20px rgba(177, 78, 255, 0.6) !important;
        }