.faq-header {
    padding: 2.5em;
    font-size: 1.75rem;
    font-weight: 500;
    background: #E8F2F9;
    text-align: center;
    color: #053763;
    margin-bottom: 4rem;
}
.faq-sub-heading {
    font-size: 1rem;
    font-weight: 400;
    color: #262626;
    text-align: center;
}
.faq-search-container {
    display: flex;
    padding: 0px 30px;
    justify-content: center;
}
.faq-search-bar {
    width: 50%;
    margin-right: 10px;
    border-radius: 5px;
    padding: 9px;
    font-size: 14px;
    border: 1px solid #d6d6d6;
    box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.16);
}
.job-container {
    display: flex;
    justify-content: center;
    padding: 20px;
    margin-bottom: 2rem;
}
.faq-container {
    width: 100%;
    padding: 15px;
}
.category-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #656464;
    text-align: left;
    border-radius: 5px;
    border: 1px solid #D7D7D7;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.category-btn:hover {
    color: white;
    background-color: #053763;
}
.category-btn.active {
    color: white;
    margin-bottom: 0px;
    background-color: #053763;
}
.category-btn:hover .symbol,
.category-btn.active .symbol {
    color: white;
}
.category-title {
    flex-grow: 1; 
    text-align: left;
    margin-left: 16px; 
    margin-top: 2px;
}
.symbol {
    color: #053763;
    font-size: 24px;
    margin-left: 6px;
}
.icon {
    font-size: 24px;
    color: #BFBFBF;
    margin-right: 6px;
    display: inline-block;
    transition: transform 0.3s ease-in-out;
}
.rotate {
    transform: rotate(90deg);
}
.job-description {
    display: none;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 25px 40px;
    border-radius: 5px;
    border: 1px solid #D7D7D7;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.job-description p {
    margin-bottom: 0px;
}
.support-text {
    padding-top: 15px;
    color: #055296;
    font-weight: 300;
}
.support-btn {
    color: #054985;
    font-weight: 600;
}
.support-btn:hover {
    color: #054985;
    font-weight: 600;
}
.faq-category-title {
    color: #0762a0;
    font-size: 18px;
    font-weight: 500;
}
.faq-category-section {
    z-index: 100; 
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #D7D7D7;
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: #fff; 
}
.category-text {
    cursor: pointer;
    padding: 10px 15px;
    font-size: 14px;
    margin-bottom: 0px;
    color: #656464;
}
.category-text.active {
    cursor: pointer;
    padding: 12px;
    font-weight: 600;
    color: #0762a0;
    border-left: 5px solid #0762a0;
}
#category-list {
    position: sticky;
    top: 15px; 
    margin: 15px;
    padding: 0px;
    width: 30%;
    height: max-content;
    border-radius: 5px;
    border: 1px solid #D7D7D7;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.no-faq {
    color: #053763;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.sticky-buttons {
    display: none;
}
.demo-btn {
    width: 44%;
    padding: 10px;
    text-align: center;
    background: #053763;
    color: #fff !important;
    border: 1px solid #053763;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
}
.demo-btn:hover {
    color: white !important;
    text-decoration: none !important;  
}
.trial-btn {
    width: 44%;
    padding: 10px;
    text-align: center;
    color: #053763;
    background: #fff;
    border: 1px solid #053763;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
}
.trial-btn:hover {
    color: #053763 !important;
    text-decoration: none !important;  
}
@media (max-width: 768px) {
    .faq-header {
        font-size: 20px;
        padding: 1.5em;
        margin-bottom: 2rem;
    }
    .faq-sub-heading {
        font-size: 14px;
        padding: 0 10px;
    }
    .search-txt {
        display: none;
    }
    .faq-search-bar {
        width: 55%;
    }
    #submit-search {
        width: 12% !important;
    }
    .job-container {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        padding-top: 0px;
        margin-bottom: 5px;
    }
    .faq-container {
        width: 100%;
        padding: 0px;
    }
    .faq-search-container {
        margin-bottom: 10px;
    }
    .category-btn {
        font-size: 14px;
        padding: 8px;
    }
    .category-title {
        margin: 0px 10px;
    }
    .symbol, .icon {
        font-size: 18px;
    }
    .job-description {
        padding: 12px 20px;
    }
    .job-description p {
        font-size: 14px;
    }
    #category-list {
        width: 100%;
    }
    .sticky-buttons {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 14px 25px;
        background-color: #fff;
        display: flex;
        justify-content: center;
        gap: 12px;
        z-index: 9999;
        box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    }
}