:root {
    --primary-color: #051121;
    --secondary-color: #FFFFFF;
    --accent-color: #fca605;
}

/* FAQ Intro Section */
.faq-page-intro {
    padding: 100px 0 60px;
    background: var(--secondary-color);
}

.faq-page-intro .section-sub-title,
.faq-outro-cta .section-sub-title {
    color: var(--accent-color);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.faq-page-intro .section-title h2,
.faq-outro-cta .section-title h2 {
    color: var(--primary-color);
    max-width: 820px;
}

.faq-page-intro p,
.faq-outro-cta p,
.faq-outro-box p,
.faqs-intro-box p {
    color: rgba(5, 17, 33, 0.74);
    line-height: 1.75;
}

/* Optional FAQ Intro Box */
.faqs-intro-box {
    margin-top: 35px;
    padding: 34px;
    background: var(--secondary-color);
    border: 1px solid rgba(5, 17, 33, 0.10);
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(5, 17, 33, 0.05);
}

.faqs-intro-box h3 {
    color: var(--primary-color);
    font-size: 26px;
    margin-bottom: 14px;
}

.faqs-intro-box p {
    margin-bottom: 22px;
}

/* FAQ Accordion Without Images */
.our-faq-accordion .accordion-body {
    padding: 24px 26px;
}

.our-faq-accordion .accordion-body-content {
    width: 100%;
}

.our-faq-accordion .accordion-body-content p {
    color: rgba(5, 17, 33, 0.74);
    line-height: 1.75;
    margin-bottom: 16px;
}

.our-faq-accordion .accordion-body-content ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.our-faq-accordion .accordion-body-content ul li {
    position: relative;
    padding-left: 24px;
    color: var(--primary-color);
    font-weight: 500;
    line-height: 1.6;
}

.our-faq-accordion .accordion-body-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background: var(--accent-color);
    border-radius: 50%;
}

/* FAQ Outro CTA */
.faq-outro-cta {
    padding: 95px 0;
    background: #f8f8f8;
}

.faq-outro-cta .section-title p:last-child {
    margin-bottom: 0;
}

/* Outro CTA Box */
.faq-outro-box {
    padding: 40px;
    background: var(--primary-color);
    border-radius: 24px;
    box-shadow: 0 18px 46px rgba(5, 17, 33, 0.14);
}

.faq-outro-box h3 {
    color: var(--secondary-color);
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 16px;
}

.faq-outro-box p {
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 26px;
}

.faq-outro-box .btn-default {
    background: var(--accent-color);
    color: var(--primary-color);
    border: 1px solid var(--accent-color);
    margin-right: 14px;
    margin-bottom: 12px;
}

.faq-outro-box .btn-default:hover {
    background: var(--secondary-color);
    color: var(--primary-color);
    border-color: var(--secondary-color);
}

.faq-outro-box .readmore-btn {
    color: var(--secondary-color);
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid var(--accent-color);
}

.faq-outro-box .readmore-btn:hover {
    color: var(--accent-color);
}

/* Sidebar CTA Small Improvement */
.page-single-sidebar .sidebar-cta-content ul li a {
    color: white;
    font-weight: 700;
}

.page-single-sidebar .sidebar-cta-content ul li a:hover {
    color: var(--accent-color);
}

/* Responsive */
@media only screen and (max-width: 991px) {
    .faq-page-intro {
        padding: 75px 0 40px;
    }

    .faq-outro-cta {
        padding: 75px 0;
    }

    .faq-outro-box {
        margin-top: 35px;
        padding: 32px;
    }
}

@media only screen and (max-width: 575px) {
    .faq-page-intro {
        padding: 60px 0 30px;
    }

    .faq-outro-cta {
        padding: 60px 0;
    }

    .faqs-intro-box,
    .faq-outro-box {
        padding: 26px 22px;
        border-radius: 18px;
    }

    .faq-outro-box h3 {
        font-size: 24px;
    }

    .faq-outro-box .btn-default {
        display: block;
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .faq-outro-box .readmore-btn {
        display: inline-block;
    }

    .our-faq-accordion .accordion-body {
        padding: 20px;
    }
}

:root {
    --primary-color: #051121;
    --secondary-color: #FFFFFF;
    --accent-color: #fca605;
}

/* 404 Page */
.home-wow-404 {
    position: relative;
    padding: 120px 0;
    background:
        radial-gradient(circle at top left, rgba(252, 166, 5, 0.18), transparent 34%),
        radial-gradient(circle at bottom right, rgba(5, 17, 33, 0.12), transparent 34%),
        #f7f8fa;
    overflow: hidden;
}

.home-wow-404::before {
    content: "";
    position: absolute;
    inset: 40px;
    border: 1px solid rgba(5, 17, 33, 0.08);
    border-radius: 36px;
    pointer-events: none;
}

.home-wow-404-wrapper {
    position: relative;
    z-index: 2;
    padding: 65px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(5, 17, 33, 0.10);
    border-radius: 34px;
    box-shadow: 0 28px 80px rgba(5, 17, 33, 0.12);
    text-align: center;
    overflow: hidden;
}

.home-wow-404-wrapper::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 260px;
    height: 260px;
    background: rgba(252, 166, 5, 0.16);
    border-radius: 50%;
    z-index: -1;
}

.home-wow-404-wrapper::after {
    content: "";
    position: absolute;
    bottom: -140px;
    left: -140px;
    width: 300px;
    height: 300px;
    background: rgba(5, 17, 33, 0.07);
    border-radius: 50%;
    z-index: -1;
}

.home-wow-404-badge {
    width: 150px;
    height: 150px;
    margin: 0 auto 35px;
    border-radius: 50%;
    background: var(--primary-color);
    color: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 46px;
    font-weight: 900;
    letter-spacing: -1px;
    box-shadow: 0 18px 45px rgba(5, 17, 33, 0.22);
}

.home-wow-404 .section-sub-title {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--accent-color);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-wow-404 .section-title h2 {
    max-width: 820px;
    margin: 0 auto;
    color: var(--primary-color);
}

.home-wow-404 .error-page-content-body {
    max-width: 760px;
    margin: 24px auto 0;
}

.home-wow-404 .error-page-content-body p {
    color: rgba(5, 17, 33, 0.74);
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 0;
}

/* Buttons */
.home-wow-404-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 34px;
    flex-wrap: wrap;
}

.home-wow-404-actions .btn-default {
    min-width: 190px;
}

.home-wow-404-actions .btn-highlighted {
    background: var(--accent-color);
    color: var(--primary-color);
    border-color: var(--accent-color);
}

.home-wow-404-actions .btn-highlighted:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
    border-color: var(--primary-color);
}

/* Contact Line */
.home-wow-404-contact {
    margin-top: 28px;
    padding: 18px 24px;
    background: rgba(5, 17, 33, 0.04);
    border: 1px solid rgba(5, 17, 33, 0.08);
    border-radius: 18px;
}

.home-wow-404-contact p {
    font-size: 16px !important;
}

.home-wow-404-contact a {
    color: var(--primary-color);
    font-weight: 800;
    text-decoration: none;
    border-bottom: 2px solid var(--accent-color);
}

.home-wow-404-contact a:hover {
    color: var(--accent-color);
}

/* Popular Links */
.home-wow-404-links {
    margin-top: 55px;
    padding-top: 45px;
    border-top: 1px solid rgba(5, 17, 33, 0.10);
}

.home-wow-404-links h3,
.home-wow-404-note h3 {
    color: var(--primary-color);
    font-size: 28px;
    margin-bottom: 28px;
}

.home-wow-404-link-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    text-align: left;
}

.home-wow-404-link-grid a {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    background: var(--secondary-color);
    border: 1px solid rgba(5, 17, 33, 0.10);
    border-radius: 18px;
    color: var(--primary-color);
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 26px rgba(5, 17, 33, 0.04);
    transition: all 0.3s ease;
}

.home-wow-404-link-grid a:hover {
    transform: translateY(-3px);
    border-color: rgba(252, 166, 5, 0.65);
    box-shadow: 0 16px 36px rgba(5, 17, 33, 0.08);
}

.home-wow-404-link-grid a span {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    background: var(--accent-color);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 900;
}

/* Bottom Note */
.home-wow-404-note {
    margin-top: 42px;
    padding: 36px;
    background: var(--primary-color);
    border-radius: 24px;
    text-align: left;
}

.home-wow-404-note h3 {
    color: var(--secondary-color);
    margin-bottom: 14px;
}

.home-wow-404-note p {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
    margin-bottom: 22px;
}

.home-wow-404-note .readmore-btn {
    color: var(--accent-color);
    font-weight: 800;
    text-decoration: none;
    border-bottom: 2px solid var(--accent-color);
}

.home-wow-404-note .readmore-btn:hover {
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}

/* Responsive */
@media only screen and (max-width: 991px) {
    .home-wow-404 {
        padding: 90px 0;
    }

    .home-wow-404-wrapper {
        padding: 48px 34px;
    }

    .home-wow-404-link-grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 575px) {
    .home-wow-404 {
        padding: 70px 0;
    }

    .home-wow-404::before {
        inset: 18px;
        border-radius: 24px;
    }

    .home-wow-404-wrapper {
        padding: 38px 22px;
        border-radius: 24px;
    }

    .home-wow-404-badge {
        width: 115px;
        height: 115px;
        font-size: 36px;
        margin-bottom: 28px;
    }

    .home-wow-404 .section-title h2 {
        font-size: 28px;
    }

    .home-wow-404 .error-page-content-body p {
        font-size: 16px;
    }

    .home-wow-404-actions {
        display: grid;
        gap: 14px;
    }

    .home-wow-404-actions .btn-default {
        width: 100%;
        min-width: unset;
    }

    .home-wow-404-links h3,
    .home-wow-404-note h3 {
        font-size: 24px;
    }

    .home-wow-404-link-grid a {
        padding: 16px;
        font-size: 15px;
    }

    .home-wow-404-note {
        padding: 28px 22px;
        border-radius: 20px;
    }
}