* {
    margin: 0;
    padding: 0;
}

/* FAQ Hero Start */
.faq-hero {
    background-image: url('/images/client/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    min-height: 50vh;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.faq-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(80, 149, 125, 0.85),
            rgba(48, 82, 86, 0.85));
    z-index: 1;
}

.faq-hero>* {
    position: relative;
    z-index: 2;
}

.faq-hero .heading {
    font-size: 3rem;
    font-weight: 700;
    line-height: 100%;
}

.faq-hero .sub-heading {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 150%;
}

.contact-us-heading {
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 150%;
}

.contact-us-sub-heading {
    font-size: 2.5rem;
    font-weight: 700;
}

.faq-cards{
margin: 4rem 0;
}

/* mobile */
@media (max-width: 767.98px) {
    .faq-hero .heading {
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 100%;
    }

    .faq-hero .sub-heading {
        font-size: 1rem;
        font-weight: 400;
        line-height: 150%;
    }

    .contact-us-heading {
        font-size: 1rem;
        font-weight: 400;
        line-height: 150%;
    }

    .contact-us-sub-heading {
        font-size: 1.25rem;
        font-weight: 700;
    }

    .faq-hero {
        background-image: url('/images/client/faq-sm-bg.png');
        background-size: cover;
        background-position: center;
        min-height: 50vh;
        color: #fff;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

}

/* tablat  */
@media (min-width: 768px) and (max-width: 991.98px) {
    .faq-hero .heading {
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 100%;
    }

    .faq-hero .sub-heading {
        font-size: 1.3rem;
        font-weight: 400;
        line-height: 150%;
    }

    .contact-us-heading {
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 150%;
    }

    .contact-us-sub-heading {
        font-size: 1.9rem;
        font-weight: 700;
        line-height: 100%;
    }
}

/* FAQ Hero End*/

/* Card section Start  */
.faq-card-section {
    margin-top: 4rem;
}

.faq-card-section .card {
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    background-color: #FFFFFFB2;
    padding: 20px;
    text-align: center;
}

.faq-card-section .card .card-title {
    color: #50957D;
    font-weight: 700;
    font-size: 1.5rem;
}

.faq-card-section .card .card-description {
    font-size: 16px;
}

.faq-card-section .card .card-image {
    width: 45px;
    height: 45px;
    object-fit: contain;
    display: block;
    margin: 10px auto;
}

.faq-card-section .q-link {
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    color: #000000;
}

.q-link i{
    font-size: 2rem;
}

.faq-card-section .q-header {
    color: #50957D;
}


@media (max-width: 576px) {

    .faq-card-section .card {
        padding: 15px 0;
        border-radius: 10px;
    }

    .faq-card-section .card .card-title {
        font-size: 1rem;
        /* Smaller heading */
        line-height: 1.2;
        margin-bottom: 6px;
    }

    .faq-card-section .card .card-description {
        font-size: 0.85rem;
        margin-bottom: 0 !important;
        /* Smaller paragraph */
        line-height: 1.3;
    }

    .faq-card-section .card .card-image {
        width: 32px;
        height: 32px;
        margin: 6px auto;
    }

    .faq-card-section .card-body {
        padding: 0 6px;
    }

    .faq-card-section {
        margin-top: 1rem;
    }

    .faq-hero-content{
        padding-top: 4rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .faq-card-section .card {
        padding: 12px;
        border-radius: 10px;
    }

    .faq-card-section .card .card-title {
        font-size: 1.2rem;
        /* Smaller heading */
        line-height: 1.2;
        margin-bottom: 6px;
    }

    .faq-card-section .card .card-description {
        font-size: 1rem;
        /* Smaller paragraph */
        line-height: 1.3;
    }

    .faq-card-section .card .card-image {
        width: 40px;
        height: 40px;
        margin: 8px auto;
    }

    .faq-card-section .card-body {
        padding: 10px 6px;
    }
}





/* Card section End  */

/* fAQ Contact-Us-section Start */
.contactUs-section {
    background-image: url('/images/client/faq-contact-bg.jpg');
    background-size: cover;
    background-position: top;
    min-height: 40vh;
    padding: 60px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;

}

.contactUs-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(80, 149, 125, 0.85),
            rgba(48, 82, 86, 0.95));
    z-index: 1;
}

.contactUs-section>* {
    position: relative;
    z-index: 2;
}

.contactUs-section .contact-us-btn {
    background: #EDA358;
    color: #fff;
    border: none;
    padding: 10px 50px;
    border-radius: 8px;
    font-size: 1.2rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

@media (max-width: 767.98px) {
    .contactUs-section .contact-us-btn {
        background: #EDA358;
        color: #fff;
        border: none;
        padding: 8px 40px;
        border-radius: 6px;
        font-size: 1rem;
        font-weight: 500;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

}

/* fAQ Contact-Us-section End */

/* accordion start */
.accordion-item {
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
}

.accordion-button {
    box-shadow: none !important;
    background: white !important;
    padding-left: 0;
    padding-right: 0;
}

.accordion-button::after {
    display: none !important;
}

/* LOGO */
.faq-logo {
    width: 30px;
    height: 30px;
}

.faq-title {
    font-size: 18px;
    font-weight: 700;
}

.toggle-icon {
    margin-left: auto;
    font-size: 24px;
    color: #50957D;
}

.answer-icon {
    margin-left: auto;
    font-size: 24px;
    color: #50957D;
}

@media (max-width: 767.98px) {
    .faq-title {
        font-size: 1rem;
        font-weight: 500;
    }
}

/* accordion end */

/*  Text Box remove border  */
.search-category:focus {
    box-shadow: none !important;
    border-color: #ccc !important;
    background-color: #FEFFF6;
}

.search-category {
    background-color: #FEFFF6;
    height: auto;
    /* default height from form-control-lg */
    font-size: 1.125rem;
    padding-left: 40px;
    /* to leave space for the icon */
}


/* search result  */
.search-container {
    position: relative;
    width: 100%;
}

#questionSuggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    width: 100%;
    box-sizing: border-box;

    display: none;
    background-color: #FEFFF6;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 10px 10px;

    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    /* IMPORTANT FIX */
}

#questionSuggestions {
    background-color: #FEFFF6;
    border: 1px solid #ccc;
    border-top: none;
    /* merges with textbox */
    border-radius: 0 0 8px 8px;
    /* rounded bottom */
    overflow: hidden;
}

#questionSuggestions .list-group-item {
    background-color: #FEFFF6;
    border: none;
    padding: 12px 16px;
    font-size: 16px;
}

#questionSuggestions .list-group-item:hover {
    background-color: #f3f5e7;
    cursor: pointer;
}

.search-category {
    background-color: #FEFFF6;
}

.search-category:focus {
    box-shadow: none !important;
    border-color: #ccc !important;
    background-color: #FEFFF6;
}

#search-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

#questionSuggestions {
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
}

@media (max-width: 576px) {


    .search-category {
        font-size: 0.9rem;
        /* smaller text */
        height: 40px;
        /* reduce height */
        padding-left: 35px;
        /* adjust for icon */
    }

    .search-category::placeholder {
        font-size: 0.9rem;
    }

    #search-icon {
        position: absolute;
        left: 25px;
        top: 55%;
        transform: translateY(-50%);
        width: 16px !important;
    }

    #questionSuggestions .list-group-item {
        font-size: 14px;
    }

    .faq-card-section .q-link {
        font-size: 2.5rem;
    }
}
/* ipad pro */
    @media (min-width:1024px) and (max-width:1124px) {
        .faq-card-section .card{
            padding: 20px 0;
        }
    }
