/* faq hero  */

.faqs-hero-container {
    width: 100%;
    padding: 64px 32px;
    background-color: #f3f5f7;
}

@media (max-width: 767px) {
    .faqs-hero-container {
        padding: 32px 16px !important;
    }
}

.faqs-hero-container .faqs-hero-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.faqs-hero-container .faqs-hero-wrapper .faq-hero-content {}

.faqs-hero-container .faqs-hero-wrapper .faq-hero-content h1 {
    font-size: 20px;
    margin-bottom: 16px;
}

.faqs-hero-container .faqs-hero-wrapper .faq-hero-content h2 {
    font-size: 48px;
    margin-bottom: 12px;
}

.faqs-hero-container .faqs-hero-wrapper .faq-hero-content p {
    margin-bottom: 48px;
}

@media (max-width: 767px) {
    .faqs-hero-container .faqs-hero-wrapper .faq-hero-content h1 {
        font-size: 18px;
    }

    .faqs-hero-container .faqs-hero-wrapper .faq-hero-content h2 {
        font-size: 36px;
    }

    .faq-answers-container .faq-answers-wrapper h2 {
        font-size: 32px !important;
    }
}


/* awesomeplete input  */
.faqs-hero-container .faqs-hero-wrapper .faq-hero-awesomeplete-search-wrapper {
    max-height: 50px;
    position: relative;
}

.faqs-hero-container .faqs-hero-wrapper .faq-hero-awesomeplete-search-wrapper svg {
    width: 24px;
    height: 24px;
    max-width: 100%;
    position: absolute;
    left: 16px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.faqs-hero-container .faqs-hero-wrapper .faq-hero-awesomeplete-search-wrapper .awesomplete {
    width: 100%;
    max-width: 600px;
}

#awesomplete_list_2 {
    z-index: 2;
    background-color: #fff;
    border-radius: 2px !important;
    overflow: hidden;
}


/* remove the built-in :before stripe/arrow */
.awesomplete>ul[role="listbox"]::before {
    display: none !important;
    content: none !important;
}

#awesomplete_list_2 li {}

/* hover/keyboard-selected state */
.awesomplete>ul[role="listbox"]>li[aria-selected="true"],
.awesomplete>ul[role="listbox"]>li:hover {
    background: #f42525;
    color: #fff;
}

/* default match highlight */
.awesomplete ul[role="listbox"] li mark {
    background: #eef3cb;
    /* your pastel */
    color: #111;
    /* readable on light bg */
    padding: 0 2px;
    border-radius: 3px;
}

/* when the row is selected (you made the row red) */
.awesomplete ul[role="listbox"] li[aria-selected="true"] mark {
    background: rgba(255, 255, 255, .25);
    /* subtle on red */
    color: #fff;
    /* readable on red */
}

/* Optional: if CDN CSS keeps winning, add !important or increase specificity */
.faqs-hero-container .awesomplete ul[role="listbox"] li mark {
    background: #eef3cb !important;
}

.faqs-hero-container .awesomplete ul[role="listbox"] li[aria-selected="true"] mark {
    background: rgba(255, 255, 255, .25) !important;
    color: #fff !important;
}

.faqs-hero-container .faqs-hero-wrapper .faq-hero-awesomeplete-search-wrapper input {
    height: 50px;
    padding: 0 16px 0 48px;
    width: 100%;
    max-width: 600px;
    font-size: 16px;
    background-color: #fff;
    border-radius: 2px !important;
    border: 1px solid black !important;
}

/* FOCUS-VISIBLE — ring outside the border */
.faqs-hero-container .faq-hero-awesomeplete-search-wrapper input:focus-visible {
    outline: 2px solid #111;
    /* black ring */
    outline-offset: 2px;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .15);
    /* soft outer glow */
}

/* FOCUS fallback + suppress mouse focus */
.faqs-hero-container .faq-hero-awesomeplete-search-wrapper input:focus {
    outline: 2px solid #111;
    outline-offset: 2px;
}

.faqs-hero-container .faq-hero-awesomeplete-search-wrapper input:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

/* ACTIVE — subtle press (keep shape consistent) */
.faqs-hero-container .faq-hero-awesomeplete-search-wrapper input:active {
    border-color: #000;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
    border-radius: 12px;
    /* keep consistent */
}

/* end of faq hero  */

/* faqs  */

.faq-answers-container {
    padding: 64px 32px;
    width: 100%;
}


@media (max-width: 767px) {
    .faq-answers-container {
        padding: 32px 16px;
    }
}

.faq-answers-container .faq-answers-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.faq-answers-container .faq-answers-wrapper h2 {
    padding: 0 16px;
    margin-bottom: 40px;
    font-size: 36px;
}

.faq-answers-container .faq-answers-wrapper .about-faqs,
.faq-answers-container .faq-answers-wrapper .services-faqs,
.faq-answers-container .faq-answers-wrapper .data-faqs {
    margin-bottom: 48px;
}

.faq-answers-container .faq-answer-wrapper-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.faq-answers-container .faq-answer-wrapper-list .faq-item {
    border-bottom: 1px solid black;
    width: 100%;
}

.faq-answers-container .faq-answer-wrapper-list .faq-item .faq {
    width: 100%;
}

.faq-answers-container .faq-answer-wrapper-list .faq-item .faq button {
    padding: 0 1rem;
    width: 100%;
    border: none;
    background: transparent;
    min-height: 68px;
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: center;
	color: black;
    cursor: pointer;
}

.faq-answers-container .faq-answer-wrapper-list .faq-item .faq button .faq-icon {
    height: 1.25rem;
    width: 1.25rem;
    position: relative;
    flex-shrink: 0;
    margin: 1.5rem 1rem 1.5rem 0;
}

.faq-answers-container .faq-answer-wrapper-list .faq-item .faq button .faq-icon::before {
    background: black;
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    height: 4px;
    width: 1.25rem;
    border-radius: 5px;
    transform: translateY(-50%);
    transition: transform 300ms;
}

.faq-answers-container .faq-answer-wrapper-list .faq-item .faq button .faq-icon.spin::before {
    transform: translateY(-50%) rotate(180deg);
}

.faq-answers-container .faq-answer-wrapper-list .faq-item .faq button .faq-icon::after {
    background: black;
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    height: 4px;
    width: 1.25rem;
    border-radius: 5px;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 300ms;
}

.faq-answers-container .faq-answer-wrapper-list .faq-item .faq button .faq-icon.spin::after {
    transform: translateY(-50%) rotate(0deg);
}

.faq-answers-container .faq-answer-wrapper-list .faq-item .faq button .faq-title {
    font-size: 20px;
    font-weight: 700;
}

.faq-answers-container .faq-answer-wrapper-list .faq-item .faq .faq-body {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    padding: 0;
    visibility: hidden;
    transition: grid-template-rows 300ms ease, opacity 200ms ease;
}

.faq-answers-container .faq-answer-wrapper-list .faq-item .faq .faq-body.open {
    grid-template-rows: 1fr;
    opacity: 1;
    padding: 0 16px 16px;
    visibility: visible;
}

.faq-answers-container .faq-answer-wrapper-list .faq-item .faq .faq-body>* {
    min-height: 0;
    overflow: hidden;
}

.faq-answers-container .faq-answer-wrapper-list .faq-item .faq .faq-body p {
    margin: 0;
}

/* end of faqs  */