
        body {
            font-family: "Jost" !important;
        }

        .navbar-brand img {
            max-width: 100% !important;
        }

        .tradingview-widget-container {
            width: 100% !important;
        }

        .speedometerTitle-F6VayVuW {
            margin: 0px 0px 25px 0px !important;
            background: #ec3580 !important;
            padding: 16px 16px !important;
            border-radius: 8px !important;
            color: #fff !important;
        }

        .tradingview-widget-copyright a span {
            display: none;
        }

        .new-about-content5:hover {
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
        }

        .headingFour {
            font-family: "Inter", sans-serif;
            line-height: 1.2;
            font-weight: 600;
            color: #222E48 !important;
            font-size: 3.75rem;
        }

        .deployform {
            left: auto;
            right: 30px;
            width: 45px;
            height: 45px;
        }

        .float {
            left: auto;
            right: 30px;
            width: 45px;
            height: 45px;
        }

        .scrollToTop {
            left: 30px;

        }

        .feature-section {}

        .new-border {
            padding: 1px;
            /* Border thickness */
            background: linear-gradient(135deg, #f9bf18, #733fcd);
            border-radius: 16px;
            /* Optional */
        }

        .new-border .card {
            background: #fff;
            /* Card background */
            border-radius: 14px;
            /* Slightly smaller than parent */
            padding: 16px;
            /* Optional: inner spacing */
        }

        .feature-section .card:hover {
            background: #fff;
        }

        .feature-section .card:hover .card__title a,
        .feature-section .card:hover .fs-small {
            color: #000;
        }

        .btn_theme_active::after {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
        }

        .btn_theme {
            border: none;
        }

        .frequently-asking .accordion-item .accordion-header .accordion-button:not(.collapsed) {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: #fff;
            border: none;
        }

        .new-border-themen {
            border: 1px solid #fff !important;
        }

        .new-border-themen:hover {
            /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
            background:transparent;
            border: none;
        }

        .new-border-themen-download {
            border: 1px solid #2660B5 !important;
        }

        .new-border-themen-download:hover {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border: none;
        }

        .scrolling-text-container {
            width: 100%;
            overflow: hidden;
            background-color: #000000;
            /* Optional: for better visibility */
            padding: 15px 0px;
        }

        .scrolling-text-container p {
            display: inline-block;
            white-space: nowrap;
            padding-left: 100%;
            animation: scroll-left 25s linear infinite;
            font-weight: bold;
            color: #000;
            /* Optional: red color for emphasis */
            margin-bottom: 0px;
        }

        @keyframes scroll-left {
            0% {
                transform: translateX(0%);
            }

            100% {
                transform: translateX(-100%);
            }
        }

        .custom-input-box {
            max-width: 500px;
            background-color: white;
            border: 1px solid #0d6efd;
            /* Bootstrap primary */
            border-radius: 50px;
            box-shadow: 4px 4px 30px rgba(255, 255, 255, 0.4);
            padding: 8px 16px;
        }

        .custom-input-box input::placeholder {
            color: #9D9D9D;
        }

        .custom-input-box img {
            width: 28px;
            height: 28px;
        }

        .custom-button {
            font-size: 10px;
            height: 40px;
        }

        .vr-custom {
            width: 1px;
            height: 20px;
            background-color: #9D9D9D;
        }

        .input-wrapper {
            flex: 1;
        }

        