    /* Style for the FAQ button */
    .faq-button {
        position: fixed;
        bottom: 20px; /* Adjust the position as needed */
        right: 20px; /* Adjust the position as needed */
        z-index: 999; /* Make sure it's above other content */
    }

    .faq-button a {
        color: white;
    }
    
    .faq-button button {
        background-color: #150d07;
        color: #fff;
        border: none;
        border-radius: 15px;
        /* width: 60px;
        height: 60px; */
        font-size: 18px;
        cursor: pointer;
        box-shadow: 5px;
    }
    
    /* Style for the FAQ panel (hidden by default) */
    .faq-panel {
        display: none;
        /* Add styles for the FAQ panel here */
    }
    