#FaqSearch{
    width:100%;
    max-width:650px;
    height: 45px;
    border-radius:8px;
    border:none;
    padding-left: 45px;
    color: #333;
}

.faq-search-wrapper {
    display: flex;
    justify-content: center;
    margin: 20px auto;
}

.faq-search-container {
    position: relative;
    width: 100%;
    max-width: 650px;
}

.faq-search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
    z-index: 10;
}


/* Categories - FAQ */

.faq-section {
    padding: 20px;
    border-radius: 8px;
    height: 100%;
}

.faq-section-title {
    font-size: 24px;
    font-weight: 800;
    color: #333;
    margin-bottom: 15px;
}

.faq-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.faq-list li {
    margin-bottom: 10px;
    list-style: none;
}

.faq-link {
    color: #00a86b;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

.faq-link:hover {
    color: #008556;
    text-decoration: underline;
}

/* FAQ Searh Results */

.search-results-faq{
    margin-top: 120px;
}
@media(max-width:576px){
    .search-results-faq{
    margin-top: 90px;
}
}
/* Back Link */
.back-link {
    display: inline-flex;
    align-items: center;
    color: #444;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.2s;
}

.back-link:hover {
    color: #000;
}

.back-link svg {
    margin-right: 5px;
    width: 24px;
    height: 24px;
}

/* Search Bar */
.search-wrapper {
    position: relative;
    width: 100%;
    max-width: 600px;
}

.custom-search-input {
    background-color: #dbece2;
    border: none;
    border-radius: 4px;
    padding-left: 45px;
    height: 48px;
    font-size: 1rem;
    color: #333;
}

.custom-search-input:focus {
    background-color: #dbece2;
    box-shadow: none;
    outline: 2px solid #008542;
}

.search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #333;
}


.faq-title {
    color: #008542;
    font-weight: 800;
    font-size: 2.5rem;
    margin-bottom: 20px;
    line-height: 1.2;
}

.title-separator {
    width: 300px;
    height: 2px;
    background-color: #555;
    margin-bottom: 25px;
}

/* Content */
.faq-content p {
    color: #555;
    font-size: 1.15rem;
    line-height: 1.6;
    max-width: 800px;
}

.faq-title {
    color: #008542;
    font-size: 2.5rem;
}

/* Title Separator */
.title-separator {
    width: 300px;
    height: 2px;
    background-color: #555;
}

/* Search Input */
.search-wrapper {
    max-width: 500px;
    width: 100%;
}

.search-input {
    background-color: #dbece2;
    padding-left: 45px;
    height: 48px;
    font-size: 1rem;
    color: #333;
    border: none;
}

.search-input:focus {
    background-color: #dbece2;
    box-shadow: none;
    outline: 2px solid #008542;
}

.search-icon {
    pointer-events: none;
    z-index: 10;
}

/* Back Link Hover */
.back-link:hover {
    color: #000 !important;
}

@media(max-width:576px){
    
    .search-results-faq  .search-wrapper{
        margin-left: 25px;
    }
    .search-results-faq .search-bar{
        margin-bottom: 25px;
    }
    .search-results .faq-link{
        font-size: 14px;
    }
    
    .search-results .faq-section-title{
        font-size: 24px;
    }
}

.search-results .faq-link{
    font-size: 18px;
}

.search-results .faq-section-title{
    font-size: 32px;
}