.elementor-180 .elementor-element.elementor-element-b12f963{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-180 .elementor-element.elementor-element-b12f963:not(.elementor-motion-effects-element-type-background), .elementor-180 .elementor-element.elementor-element-b12f963 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAFBFD;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-09dce74 */.repai-faq-page {

    --repai-faq-blue: #4A46F5;
    --repai-faq-purple: #633CF5;
    --repai-faq-dark: #0B1220;
    --repai-faq-text: #1A2333;
    --repai-faq-muted: #64748B;
    --repai-faq-border: #E6E9F0;
    --repai-faq-light: #F8F9FF;

    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    color: var(--repai-faq-text);
    font-family: "Plus Jakarta Sans", sans-serif;
    box-sizing: border-box;
}

.repai-faq-page *,
.repai-faq-page *::before,
.repai-faq-page *::after {
    box-sizing: border-box;
}


/* ==========================================
   DECORATIVE GLOWS
========================================== */

.repai-faq-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(3px);
}

.repai-faq-glow-top {
    width: 500px;
    height: 500px;
    top: -280px;
    right: -220px;
    background: rgba(78, 70, 245, 0.055);
}

.repai-faq-glow-bottom {
    width: 400px;
    height: 400px;
    top: 650px;
    left: -270px;
    background: rgba(99, 60, 245, 0.04);
}


/* ==========================================
   HERO
========================================== */

.repai-faq-hero {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto;
    padding: 82px 24px 62px;
    text-align: center;
}

.repai-faq-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 50px;
    background: #EEF0FF;
    color: #4B46EE;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.8px;
}

.repai-faq-hero-badge span {
    font-size: 14px;
}

.repai-faq-hero h1 {
    margin: 22px 0 0;
    color: var(--repai-faq-dark);
    font-size: clamp(30px, 5vw, 50px);
    line-height: 1.1;
    letter-spacing: -2.4px;
    font-weight: 800;
}

.repai-faq-hero h1 span {
    display: block;
    color: var(--repai-faq-blue);
}

.repai-faq-hero p {
    max-width: 670px;
    margin: 20px auto 0;
    color: var(--repai-faq-muted);
    font-size: 16px;
    line-height: 1.75;
}


/* ==========================================
   MAIN CONTAINER
========================================== */

.repai-faq-container {
    position: relative;
    z-index: 3;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 22px 90px;
}


/* ==========================================
   SEARCH
========================================== */

.repai-faq-search {
    position: relative;
    max-width: 650px;
    margin: 0 auto 25px;
}

.repai-faq-search input {
    width: 100%;
    height: 57px;
    padding: 0 20px 0 51px;
    border: 1px solid #E1E5ED;
    border-radius: 13px;
    background: #FFFFFF;
    color: #172033;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    outline: none;
    box-shadow: 0 9px 30px rgba(38, 47, 91, 0.055);
    transition: all 0.2s ease;
}

.repai-faq-search input::placeholder {
    color: #9AA4B5;
}

.repai-faq-search input:focus {
    border-color: #6260F5;
    box-shadow:
        0 10px 30px rgba(38, 47, 91, 0.07),
        0 0 0 3px rgba(74, 70, 245, 0.07);
}

.repai-faq-search-icon {
    position: absolute;
    z-index: 2;
    left: 18px;
    top: 50%;
    width: 20px;
    height: 20px;
    color: #788398;
    transform: translateY(-50%);
}

.repai-faq-search-icon svg {
    width: 100%;
    height: 100%;
}


/* ==========================================
   CATEGORY TABS
========================================== */

.repai-faq-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 30px;
}

.repai-faq-tab {
    border: 1px solid #E3E6ED;
    background: #FFFFFF;
    color: #69758A;
    padding: 9px 14px;
    border-radius: 8px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.repai-faq-tab:hover {
    border-color: #C9CBFA;
    color: #4B46EE;
}

.repai-faq-tab.active {
    background: #4B46EE;
    border-color: #4B46EE;
    color: #FFFFFF;
    box-shadow: 0 7px 18px rgba(75, 70, 238, 0.17);
}


/* ==========================================
   FAQ ITEM
========================================== */

.repai-faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.repai-faq-item {
    background: #FFFFFF;
    border: 1px solid var(--repai-faq-border);
    border-radius: 13px;
    overflow: hidden;
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.repai-faq-item:hover {
    border-color: #D5D8F9;
}

.repai-faq-item.active {
    border-color: #D1D2FB;
    box-shadow: 0 9px 30px rgba(45, 52, 105, 0.06);
}

.repai-faq-question {
    width: 100%;
    min-height: 66px;
    padding: 17px 21px;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #182235;
    text-align: left;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.repai-faq-question span {
    flex: 1;
}

.repai-faq-plus {
    position: relative;
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 8px;
    background: #F2F3FF;
    transition: all 0.25s ease;
}

.repai-faq-plus::before,
.repai-faq-plus::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 1.5px;
    background: #4B46EE;
    border-radius: 2px;
    transform: translate(-50%, -50%);
    transition: transform 0.25s ease;
}

.repai-faq-plus::after {
    transform:
        translate(-50%, -50%)
        rotate(90deg);
}

.repai-faq-item.active .repai-faq-plus {
    background: #4B46EE;
    transform: rotate(180deg);
}

.repai-faq-item.active .repai-faq-plus::before,
.repai-faq-item.active .repai-faq-plus::after {
    background: #FFFFFF;
}

.repai-faq-item.active .repai-faq-plus::after {
    transform:
        translate(-50%, -50%)
        rotate(0deg);
}


/* ==========================================
   ANSWER
========================================== */

.repai-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition:
        max-height 0.35s ease,
        padding 0.35s ease;
}

.repai-faq-answer p {
    margin: 0;
    padding: 0 21px 20px;
    max-width: 790px;
    color: #69758A;
    font-size: 12px;
    line-height: 1.8;
}

.repai-faq-item.active .repai-faq-answer {
    max-height: 300px;
}


/* ==========================================
   EMPTY SEARCH
========================================== */

.repai-faq-empty {
    display: none;
    text-align: center;
    padding: 55px 20px;
}

.repai-faq-empty.active {
    display: block;
}

.repai-faq-empty > div {
    width: 55px;
    height: 55px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #F1F2FF;
    color: #4B46EE;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.repai-faq-empty h3 {
    margin: 0 0 7px;
    color: #172033;
    font-size: 17px;
    font-weight: 800;
}

.repai-faq-empty p {
    margin: 0;
    color: #7B8798;
    font-size: 12px;
}


/* ==========================================
   CTA
========================================== */

.repai-faq-cta {
    position: relative;
    z-index: 2;
    background: #F8F9FF;
    border-top: 1px solid #EEF0F6;
    padding: 60px 24px;
}

.repai-faq-cta-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 36px 40px;
    border-radius: 20px;
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(99, 60, 245, 0.10),
            transparent 35%
        ),
        #FFFFFF;
    border: 1px solid #E7E9F1;
    box-shadow: 0 15px 45px rgba(36, 45, 91, 0.055);
    display: flex;
    align-items: center;
    gap: 30px;
}

.repai-faq-cta-content {
    flex: 1;
}

.repai-faq-cta-label {
    color: #514BED;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 7px;
}

.repai-faq-cta-content h2 {
    margin: 0 0 7px;
    color: #0B1220;
    font-size: 25px;
    letter-spacing: -0.8px;
    font-weight: 800;
}

.repai-faq-cta-content p {
    max-width: 500px;
    margin: 0;
    color: #718096;
    font-size: 12px;
    line-height: 1.65;
}

.repai-faq-cta-actions {
    display: flex;
    gap: 9px;
    flex-shrink: 0;
}

.repai-faq-cta-primary,
.repai-faq-cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 43px;
    padding: 0 17px;
    border-radius: 9px;
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: all 0.2s ease;
}

.repai-faq-cta-primary {
    color: #FFFFFF;
    background: linear-gradient(
        135deg,
        #4148F5,
        #633CF5
    );
    box-shadow: 0 8px 20px rgba(76, 70, 235, 0.17);
}

.repai-faq-cta-secondary {
    color: #252D3D;
    background: #FFFFFF;
    border: 1px solid #E0E4EC;
}

.repai-faq-cta-primary:hover { transform: translateY(-2px);
    color:#fff;
}

.repai-faq-cta-secondary:hover {
    transform: translateY(-2px);
}

.repai-faq-cta-primary span,
.repai-faq-cta-secondary span {
    font-size: 15px;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 800px) {

    .repai-faq-hero {
        padding-top: 65px;
    }

    .repai-faq-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .repai-faq-cta-actions {
        width: 100%;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {

    .repai-faq-hero {
        padding: 55px 19px 45px;
    }

    .repai-faq-hero h1 {
        font-size: 38px;
        letter-spacing: -1.6px;
    }

    .repai-faq-hero h1 span {
        display: inline;
    }

    .repai-faq-hero p {
        font-size: 13px;
        line-height: 1.7;
    }

    .repai-faq-container {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 65px;
    }

    .repai-faq-search input {
        height: 53px;
        font-size: 12px;
    }

    .repai-faq-tabs {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 5px;
        scrollbar-width: none;
    }

    .repai-faq-tabs::-webkit-scrollbar {
        display: none;
    }

    .repai-faq-tab {
        white-space: nowrap;
        flex-shrink: 0;
    }

    .repai-faq-question {
        min-height: 62px;
        padding: 15px 16px;
        font-size: 12px;
    }

    .repai-faq-answer p {
        padding: 0 16px 18px;
        font-size: 11px;
        line-height: 1.75;
    }

    .repai-faq-plus {
        width: 26px;
        height: 26px;
        min-width: 26px;
    }

    .repai-faq-cta {
        padding: 40px 15px;
    }

    .repai-faq-cta-inner {
        padding: 27px 21px;
        border-radius: 17px;
        gap: 22px;
    }

    .repai-faq-cta-content h2 {
        font-size: 22px;
    }

    .repai-faq-cta-actions {
        flex-direction: column;
    }

    .repai-faq-cta-primary,
    .repai-faq-cta-secondary {
        width: 100%;
    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 380px) {

    .repai-faq-hero h1 {
        font-size: 34px;
    }

    .repai-faq-hero-badge {
        font-size: 9px;
    }

}/* End custom CSS */