.hi-faq-category-item h2 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-top: 5px;
    align-items: center;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.7px;
    padding: 20px;
    background: var(--bs-white);
    text-align: start;
    margin-bottom: 0 !important;
}

.hi-faq-category-faqs a {
    color: #5b5f62;
    font-size: 13px;
}

.hi-faq-category-faqs {
    color: var(--bs-color-black);
    height: auto;
    width: 100%;
    position: relative;
}

.hi-faq-category-faqs li:hover {
    background-color: #f6f6f6;
}

.hi-faq-category-item {
    background-color: var(--bs-white);
    width: 33%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 20px, rgba(0, 0, 0, 0.14) 0px 2px 6px,
        rgba(0, 0, 0, 0.04) 0px 0px 1px;
}

@media (max-width: 767px) {

    .hi-faq-category-item {
        width: 100% !important;
        /* Take up the full width on mobile */
        margin-bottom: 20px !important;
        /* Add some space between items */
    }
}

.hi-faq-feedback-block {
    position: fixed;
    margin: 40px;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 2px 12px rgb(0 0 0 / 20%);
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    min-width: 330px;
    z-index: 9999;
}

.hi-faq-feedback-block.hi-faq-feedback-block-static {
    position: static;
    margin: 20px 0 0 0;
    box-shadow: none;
    border-radius: 0;
    border-top: 1px solid #eeee;
    min-width: auto;
    max-width: 100%;
}

.hi-faq-feedback-block-actions {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    padding-top: 16px;
    gap: 10px 12px;
    flex-wrap: wrap;
}

.hi-faq-feedback-button {
    min-width: 100px;
    width: calc(50% - 6px);
    height: 40px;
    background: #f0f2f5;
    display: flex;
    align-items: center;
    border-radius: 6px;
    padding: 0 12px;
    justify-content: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    column-gap: 6px;
}

.hi-faq-feedback-button.hi-faq-feedback-button-disabled {
    opacity: 0.5;
}

.hi-faq-feedback-button:hover {
    background: #e8e8e8;
}

.hi-faq-feedback-block-title-block {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hi-faq-feedback-block-title {
    font-size: 14px;
    font-weight: bold;
}

.hi-faq-feedback-dismiss {
    padding: 4px;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
}

.hi-faq-feedback-dismiss:hover {
    background: #e8e8e8;
}

.hi-faq-feedback-happy-icon {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/happy.svg) no-repeat;
    background-size: 100%;
}

.hi-faq-feedback-sad-icon {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/sad.svg) no-repeat;
    background-size: 100%;
}

.hi-faq-feedback-dismiss-icon {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/dismiss.svg) no-repeat;
    background-size: 100%;
}

.hi-faq-how-improvel {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 5px;
}

.hi-faq-comment-area {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
    resize: none;
    border: 1px solid #e8e8e8;
    height: 120px;
    padding: 5px 8px;
    font-size: 14px;
}

.hi-faq-feedback-success-message {
    font-size: 13px;
    color: #65676b;
    font-weight: normal;
}

.hi-faq-feedback-success-icon {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../img/success.svg) no-repeat;
    background-size: 100%;
}

.hi-faq-feedback-success-wrapper {
    display: flex;
    column-gap: 5px;
    align-items: center;
}

.hi-faq-feedback-success-wrapper .hi-faq-feedback-block-title-block {
    flex-direction: column;
    align-items: flex-start;
}

.hi-faq-feedback-success-wrapper .hi-faq-feedback-dismiss {
    display: flex;
    align-self: flex-start;
    margin-left: auto;
}

@media (max-width: 768px) {
    .hi-faq-top-search-container {
        padding: 25px 0;
    }

    .hi-faq-top-search-content h1 {
        font-size: 30px;
    }

    .hi-faq-top-search-note {
        margin-top: 25px;
    }

    .hi-faq-search-results {
        border-radius: 0;
    }

    .hi-faq-top-search-input {
        max-width: 95%;
    }
}

@media (max-width: 767px) {
    .hi-faq-feedback-block {
        position: static;
        margin: 20px 0 0 0;
        width: 100%;
    }
}

.hi-faq-category-item .cat-icon img {
    width: 30px;
    height: 30px;
    overflow: clip;
}

.hi-faq-category-item .cat-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
    border-bottom: 1px solid #dadada;
}

@media screen and (min-width: 576px) {
    .cat-icon {
        display: block;
        position: relative;
    }
}

.hi-faq-page-description {
    position: relative;
    top: auto;
    font-size: 48px;
    line-height: 57.6px;
    letter-spacing: 0.5px;
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
    text-transform: uppercase;
}

@media (max-width: 767px) {

    .hi-faq-item {
        margin-bottom: 20px !important;
        /* Add some space between items */
    }
}

.hi-faq-category-page .hi-faq-category-items .hi-faq-item,
.hi-faq-block-17 {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 20px, rgba(0, 0, 0, 0.14) 0px 2px 6px,
        rgba(0, 0, 0, 0.04) 0px 0px 1px;
    align-items: center;
    border-bottom: 1px solid #dadada;
    background: var(--bs-white);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 20px;
    padding: 50px 30px 52px;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

@media screen and (min-width: 576px) {

    .hi-faq-category-page .hi-faq-category-items .hi-faq-item,
    .hi-faq-block-17 {
        display: grid;
        position: relative;
        /* min-width: 300px; */
        width: max-content;
        max-width: 300px;
        background: var(--bs-white);
        border-radius: 20px;
        margin: 0px 9px 18px;
        text-transform: uppercase;
    }
}

.hi-faq-see-all {
    text-decoration: underline;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.7px;
    cursor: pointer;
    order: 1;
}

.hi-faq-category-item ul {
    margin: 0 !important;
}

.hi-faq-question-page-title {
    position: relative;
    width: auto;
    top: auto;
    background: transparent;
    font-style: normal;
    display: block;
    text-align: initial;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.5px;
    color: var(--bs-primary);
    text-transform: uppercase;
    height: auto;
    margin-bottom: 25px;
    box-shadow: none;
    padding: 0px;
}

.hi-faq-title {
    font-weight: 600;
    flex-direction: row;
    align-items: center;
    flex: 1 1 0%;
    display: flex;
    color: var(--bs-primary);
    font-style: normal;
    font-size: 22px;
    line-height: 29px;
    text-transform: uppercase;
}

.hi-faq-question-answer-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 20px, rgba(0, 0, 0, 0.14) 0px 2px 6px,
        rgba(0, 0, 0, 0.04) 0px 0px 1px;
    background-color: var(--bs-white);
}

.hi-faq-title-wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 24px;
    display: flex;
    border-bottom: 1px solid #dadada;
}

.hi-faq-answer {
    height: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 24px;
    padding: 25px 24px;
    line-height: 19px;
    letter-spacing: 0.7px;
    margin: auto;
}

.hi-faq-answer p {
    margin: 0 !important;
}

.hi-faq-category-page {
    margin-top: 40px;
    margin-bottom: 40px;
}

.hi-faq-main-page {
    margin-top: 40px;
    margin-bottom: 40px;
}

.hi-faq-question .cat-icon {
    margin-bottom: 15px;
}

.hi-faq-top-search-content h1 {
    position: relative;
    top: auto;
    text-align: center;
    font-weight: 600;
    font-size: 48px;
    line-height: 57.6px;
    margin: 1.25rem !important;
}

body#module-hifaq-faq nav ol.breadcrumb {
    display: none;
}

nav[aria-label="breadcrumb"] {
    display: flex;
    justify-content: center;
}

body#module-hifaq-faq,
body#module-hifaq-faqcategory,
body#module-hifaq-faqdetails {
    background-color: #f6f6f6;
}

.faq_category {
    margin-bottom: 100px;
}

.faq-contact-subtitle {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.faq-contact-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.question-triangle {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    position: relative;
    top: 3px;
}

.faq-card-links {
    min-height: 190px;
    max-width: 370px;
    cursor: pointer;
}

.whatsapp-privacy-policy-container {
    margin-top: 24px;
    padding-right: 14px;
    margin-left: 14px;
    font-size: 11px;
    line-height: 14px;
    color: #707070;
    max-width: 240px;
}

.whatsapp-privacy-policy-container span {
    color: #000;
    text-decoration: underline;
}

.hi-faq-block-17 {
    display: block;
    padding: 0;
    width: 100%;
    min-width: initial;
    margin-left: 20px;
}

.hi-faq-block-17 .h6 {
    min-height: 78px;
    width: 100%;
    font-style: normal;
    font-size: 21px;
    letter-spacing: 0px;
    line-height: 29px;
    padding: 24px;
    border-bottom: 1px solid #d5d5d5;
    text-align: left;
    margin-bottom: 0;
}

.hi-faq-block a, .hi-faq-category-faqs a {
    display: block;
    color: var(--bs-primary);
    min-height: 59px;
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
    padding-left: 19px;
    font-size: 13px;
    line-height: 19px;
    box-sizing: border-box;
    padding-top: 22px;
    cursor: pointer;
}


.hi-faq-block li:last-child a, .hi-faq-category-faqs li:last-child a {
    border: none;
}