.elementor-38 .elementor-element.elementor-element-d640463{--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;}.elementor-38 .elementor-element.elementor-element-d640463.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-38 .elementor-element.elementor-element-d640463{--width:110%;}}/* Start custom CSS for html, class: .elementor-element-6d542ed */#thb-faq-widget {
    --faq-orange: #f47b20;
    --faq-navy: #051531;
    --faq-bg: #f8fbff;
    --faq-card: #ffffff;
    --faq-text: #1f2d3d;
    --faq-border: #e2e8f0;
    --faq-radius: 12px;
    --faq-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);

    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    width: 100%;
    margin: 25px 0;
    padding: 0;
}

#thb-faq-widget .thb-faq-outer {
    background-color: var(--faq-bg);
    padding: clamp(60px, 10vw, 100px) 20px;
    color: var(--faq-text);
    line-height: 1.6;
}

#thb-faq-widget .thb-faq-container {
    max-width: 900px;
    margin: 0 auto;
}

#thb-faq-widget .thb-faq-header {
    text-align: center;
    margin-bottom: clamp(40px, 8vw, 60px);
}

#thb-faq-widget .thb-faq-main-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: var(--faq-navy);
    margin: 0 0 16px 0 !important;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

#thb-faq-widget .thb-faq-intro {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    color: #64748b;
    max-width: 600px;
    margin: 0 auto !important;
}

#thb-faq-widget .thb-faq-category {
    margin-bottom: 40px;
}

#thb-faq-widget .thb-cat-title {
    font-size: 1.1rem !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--faq-orange);
    margin: 0 0 20px 0 !important;
    padding-left: 10px;
    border-left: 4px solid var(--faq-orange);
    line-height: 1.4;
}

#thb-faq-widget .thb-faq-item {
    background-color: var(--faq-card);
    border: 1px solid var(--faq-border);
    border-radius: var(--faq-radius);
    margin-bottom: 12px;
    overflow: hidden;
    transition: var(--faq-transition);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

#thb-faq-widget .thb-faq-item[open] {
    border-color: var(--faq-orange);
    box-shadow: 0 10px 15px -3px rgba(244, 123, 32, 0.1);
}

#thb-faq-widget .thb-faq-question {
    padding: 20px 24px;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--faq-navy);
    cursor: pointer;
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background-color 0.2s;
    user-select: none;
}

#thb-faq-widget .thb-faq-question::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--faq-orange);
    transition: var(--faq-transition);
    line-height: 1;
}

#thb-faq-widget .thb-faq-item[open] .thb-faq-question::after {
    transform: rotate(45deg);
}

#thb-faq-widget .thb-faq-question:hover {
    background-color: rgba(244, 123, 32, 0.03);
}

#thb-faq-widget .thb-faq-question::-webkit-details-marker {
    display: none;
}

#thb-faq-widget .thb-faq-answer {
    padding: 0 24px 24px 24px;
    font-size: 1.05rem;
    color: #475569;
    border-top: 1px solid transparent;
    transition: var(--faq-transition);
}

#thb-faq-widget .thb-faq-item[open] .thb-faq-answer {
    border-top-color: #f1f5f9;
}

#thb-faq-widget .thb-faq-answer p {
    margin: 0 0 16px 0 !important;
}

#thb-faq-widget .thb-faq-answer p:last-child {
    margin-bottom: 0 !important;
}

#thb-faq-widget .thb-accent-link {
    color: var(--faq-orange);
    text-decoration: none;
    font-weight: 700;
}

#thb-faq-widget .thb-accent-link:hover {
    text-decoration: underline;
}

@media (max-width: 640px) {
    #thb-faq-widget .thb-faq-question {
        padding: 16px 20px;
        font-size: 1rem;
    }

    #thb-faq-widget .thb-faq-answer {
        padding: 0 20px 20px 20px;
        font-size: 1rem;
    }
}/* End custom CSS */