@charset "UTF-8";

@import url("animate.min.css");
@import url("line-awesome.min.css");
@import url("all.min.css");
@import url("flaticon.css");
@import url("themify-icons.css");

/* =========================
           FINTRUTH PAGE
        ========================= */

.input-error {
    border: 2px solid #dc3545 !important;
    box-shadow: 0 0 5px rgba(220,53,69,0.4);
}

.demo-form-control {
    transition: all 0.3s ease;
}

.demo-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.fin-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px;
    padding: 35px 30px;
    transition: all .4s ease;
    height: 100%;
    backdrop-filter: blur(12px);
    text-align: center;
}

    .fin-card:hover {
        transform: translateY(-10px);
        border-color: rgba(0,255,255,0.3);
        box-shadow: 0 20px 40px rgba(0,0,0,0.35);
    }

.fin-icon {
    width: 75px;
    height: 75px;
    border-radius: 20px;
    background: rgba(0,255,255,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    margin-bottom: 25px;
}

.fin-card h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.fin-card p {
    color: rgba(255,255,255,0.78);
    line-height: 1.8;
    margin-bottom: 0;
    text-align: center;
}

.fin-section-title {
    text-align: center;
    margin-bottom: 60px;
}

    .fin-section-title h2 {
        color: #fff;
        font-size: 50px;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .fin-section-title p {
        color: rgba(255,255,255,0.75);
        max-width: 850px;
        margin: auto;
        line-height: 1.9;
        font-size: 18px;
    }

.fin-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(0,255,255,0.08);
    border: 1px solid rgba(0,255,255,0.15);
    color: #00e5ff;
    padding: 12px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
}

.hero-title {
    color: #fff;
    font-size: 73px;
    font-weight: 800;
    line-height: .95;
    margin-bottom: 30px;
    letter-spacing: -3px;
}

    .hero-title span {
        color: #00e5ff;
    }

.hero-desc {
    color: rgba(255,255,255,0.92);
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 40px;
    max-width: 90%;
}

.fin-btn {
    background: linear-gradient(135deg,#00d4ff,#2563eb);
    color: #fff;
    border: none;
    padding: 18px 42px;
    border-radius: 18px;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 0 10px 30px rgba(37,99,235,.3);
}

    .fin-btn:hover {
        transform: translateY(-3px);
        color: #fff;
    }

.fin-btn-outline {
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,0.03);
    backdrop-filter: blur(12px);
    padding: 18px 42px;
    border-radius: 18px;
    color: #fff;
}

.hero-stats {
    margin-top: 50px;
}

.hero-stat-box {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 24px;
    padding: 32px 20px;
    backdrop-filter: blur(12px);
    min-height: 170px;
}

.fin-btn-outline {
    margin-left: 18px;
}

.container-fluid {
    width: 88%;
    margin: auto;
}

.hero-stat-box h3 {
    color: #00e5ff;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 10px;
}

.hero-stat-box p {
    color: rgba(255,255,255,0.75);
    margin-bottom: 0;
}

.dashboard-box {
    background: rgba(10,20,40,0.72);
    border-radius: 35px;
    padding: 38px;
    border: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(15px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.45);
}

.dashboard-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

    .dashboard-head h3 {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

.live-dot {
    width: 15px;
    height: 15px;
    background: #00ff7f;
    border-radius: 50%;
    animation: pulse 1s infinite;
}

@@keyframes pulse {
    0% {
        opacity: .4;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .4;
    }
}

.risk-box {
    background: rgba(255,255,255,0.05);
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 20px;
}

    .risk-box span {
        color: rgba(255,255,255,0.7);
    }

    .risk-box h4 {
        color: #fff;
        font-size: 28px;
        font-weight: 800;
        margin-top: 10px;
    }

@@media(max-width:991px) {

    .hero-title {
        font-size: 48px;
    }

    .fin-section-title h2 {
        font-size: 38px;
    }

    .dashboard-box {
        margin-top: 40px;
    }

    .fin-btn-outline {
        margin-left: 0;
        margin-top: 15px;
    }
}

.page-content {
    position: relative;
    overflow: hidden;
    background: #020817 !important;
}

.video-background1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

    .video-background1 video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: brightness(.22);
    }

.content-inner {
    position: relative;
    z-index: 2;
}

.rbi-box {
    margin-top: 40px;
    background: rgba(34,197,94,0.08);
    border: 1px solid rgba(34,197,94,0.25);
    border-radius: 24px;
    padding: 28px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    backdrop-filter: blur(12px);
}

    .rbi-box h4 {
        color: #00ff7f;
        font-size: 22px;
        font-weight: 700;
        line-height: 1.4;
        margin-bottom: 12px;
    }

    .rbi-box p {
        color: rgba(255,255,255,.82);
        line-height: 1.8;
        margin-bottom: 0;
    }

.rbi-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: #16a34a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.risk-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}

.why-risk-box {
    color: #ffffff !important;
    font-size: 22px;
    font-weight: 500;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.06);
    padding: 17px 32px;
    border-radius: 24px;
    backdrop-filter: blur(12px);
    line-height: 1.5;
}

    .why-risk-box:hover {
        border-color: rgba(0,229,255,.25);
        transform: translateY(-4px);
        transition: .3s;
    }

/* =========================
            DEMO POPUP FORM
        ========================= */

.demo-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.75);
    backdrop-filter: blur(8px);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

    .demo-popup-overlay.active {
        display: flex;
    }

.demo-popup {
    width: 100%;
    max-width: 500px;
    background: rgba(10,20,40,0.96);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 26px;
    padding: 28px;
    position: relative;
    box-shadow: 0 25px 80px rgba(0,0,0,0.45);
    animation: popupAnim .35s ease;
    max-height: 90vh;
    overflow-y: auto;
}

@@keyframes popupAnim {
    from {
        opacity: 0;
        transform: translateY(40px) scale(.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.demo-close-btn {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    transition: .3s;
}

    .demo-close-btn:hover {
        background: #00d4ff;
        color: #fff;
        transform: rotate(90deg);
    }

.demo-popup h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 8px;
}

.demo-popup p {
    color: rgba(255,255,255,0.72);
    margin-bottom: 22px;
    line-height: 1.6;
}

.demo-form-group {
    margin-bottom: 16px;
}

    .demo-form-group label {
        color: #fff;
        display: block;
        margin-bottom: 10px;
        font-weight: 600;
    }

.demo-form-control {
    width: 100%;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    height: 50px;
    padding: 0 16px;
    color: #fff;
    font-size: 15px;
    transition: .3s;
}

    .demo-form-control:focus {
        outline: none;
        border-color: #00d4ff;
        box-shadow: 0 0 0 4px rgba(0,212,255,.12);
    }

textarea.demo-form-control {
    height: 95px;
    padding-top: 14px;
    resize: none;
}

.demo-submit-btn {
    width: 100%;
    border: none;
    background: linear-gradient(135deg,#00d4ff,#2563eb);
    height: 52px;
    border-radius: 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transition: .3s;
    margin-top: 5px;
}

    .demo-submit-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 35px rgba(37,99,235,.35);
    }

@@media(max-width:575px) {

    .demo-popup {
        padding: 30px 22px;
    }

        .demo-popup h2 {
            font-size: 28px;
        }
}

/* =========================
           FAQ ACCORDION
        ========================= */

.faq-accordion {
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    margin-bottom: 14px;
    overflow: hidden;
    background: rgba(255,255,255,0.03);
}

    .faq-accordion .faq-header {
        padding: 20px 25px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: background 0.3s ease;
        font-weight: 600;
        font-size: 18px;
        color: #fff;
    }

        .faq-accordion .faq-header:hover {
            background: rgba(255,255,255,0.05);
        }

        .faq-accordion .faq-header .faq-icon {
            font-size: 24px;
            font-weight: 300;
            color: #FF6B00;
            transition: transform 0.3s ease;
            flex-shrink: 0;
            margin-left: 15px;
        }

            .faq-accordion .faq-header .faq-icon.active {
                transform: rotate(45deg);
            }

    .faq-accordion .faq-body {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease, padding 0.3s ease;
        padding: 0 25px;
        background: rgba(255,255,255,0.02);
    }

        .faq-accordion .faq-body.active {
            max-height: 500px;
            padding: 10px 25px 25px 25px;
        }

        .faq-accordion .faq-body p {
            margin: 0;
            color: rgba(255,255,255,0.78);
            line-height: 1.7;
        }

/* =========================================
           COMPLETE PAGE RESPONSIVE
        ========================================= */

@@media (max-width:1199px) {

    .hero-title {
        font-size: 58px;
        line-height: 1.05;
    }

    .dashboard-box {
        padding: 30px;
    }

    .container-fluid {
        width: 94%;
    }

    .fin-card {
        padding: 30px 24px;
    }
}

@@media (max-width:991px) {

    .content-inner {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .container-fluid {
        width: 95%;
    }

    .hero-title {
        font-size: 46px !important;
        line-height: 1.1;
        letter-spacing: -1px;
    }

    .hero-desc {
        font-size: 16px;
        max-width: 100%;
        margin-bottom: 28px;
    }

    .fin-section-title {
        margin-bottom: 40px;
    }

        .fin-section-title h2 {
            font-size: 38px;
            line-height: 1.2;
        }

        .fin-section-title p {
            font-size: 16px;
        }

    .dashboard-box {
        margin-top: 40px;
        padding: 28px;
    }

    .dashboard-head h3 {
        font-size: 24px;
    }

    .risk-box h4 {
        font-size: 24px;
    }

    .hero-stat-box {
        min-height: auto;
        padding: 24px 18px;
    }

        .hero-stat-box h3 {
            font-size: 32px;
        }

        .hero-stat-box p {
            font-size: 14px;
        }

    .rbi-box {
        flex-direction: column;
        gap: 14px;
        padding: 24px;
    }

        .rbi-box h4 {
            font-size: 20px;
        }

    .fin-card {
        padding: 28px 22px;
    }

        .fin-card h3 {
            font-size: 22px;
        }

    .why-risk-box {
        font-size: 18px;
        padding: 15px 22px;
    }

    .p-5 {
        padding: 2rem !important;
    }
}

@@media (max-width:767px) {

    .content-inner {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

    .container-fluid {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .p-5 {
        padding: 1.4rem !important;
    }

    .hero-title {
        font-size: 34px !important;
        line-height: 1.15;
        margin-bottom: 20px;
        letter-spacing: 0;
    }

    .hero-desc {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 24px;
    }

    .fin-badge {
        font-size: 12px;
        padding: 10px 18px;
        margin-bottom: 18px;
    }

    .fin-btn,
    .fin-btn-outline {
        width: 100%;
        text-align: center;
        padding: 15px 20px;
        font-size: 15px;
        border-radius: 14px;
    }

    .fin-btn-outline {
        margin-left: 0;
        margin-top: 12px;
    }

    .dashboard-box {
        padding: 22px;
        border-radius: 24px;
        margin-top: 30px;
    }

    .dashboard-head {
        margin-bottom: 24px;
    }

        .dashboard-head h3 {
            font-size: 20px;
        }

        .dashboard-head p {
            font-size: 13px;
        }

    .risk-box {
        padding: 18px;
        border-radius: 16px;
        margin-bottom: 16px;
    }

        .risk-box h4 {
            font-size: 22px;
        }

    .hero-stat-box {
        padding: 20px 16px;
        border-radius: 18px;
        margin-bottom: 15px;
    }

        .hero-stat-box h3 {
            font-size: 28px;
        }

        .hero-stat-box p {
            font-size: 13px;
        }

    .rbi-box {
        padding: 20px;
        border-radius: 18px;
        margin-top: 28px;
    }

        .rbi-box h4 {
            font-size: 18px;
        }

        .rbi-box p {
            font-size: 14px;
            line-height: 1.7;
        }

    .fin-section-title h2 {
        font-size: 30px;
    }

    .fin-section-title p {
        font-size: 15px;
        line-height: 1.8;
    }

    .fin-card {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .fin-icon {
        width: 65px;
        height: 65px;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .fin-card h3 {
        font-size: 20px;
    }

    .fin-card p {
        font-size: 14px;
        line-height: 1.7;
    }

    .why-risk-box {
        font-size: 16px;
        padding: 14px 18px;
        border-radius: 18px;
    }

    .faq-accordion .faq-header {
        font-size: 16px;
        padding: 16px 18px;
    }

    .faq-accordion .faq-body {
        padding: 0 18px;
    }

        .faq-accordion .faq-body.active {
            padding: 8px 18px 18px 18px;
        }

    .dz-bnr-inr-entry h1 {
        font-size: 38px !important;
    }

    .breadcrumb {
        justify-content: center;
    }
}

@@media (max-width:480px) {

    .hero-title {
        font-size: 28px !important;
    }

    .fin-section-title h2 {
        font-size: 26px;
    }

    .dashboard-box {
        padding: 18px;
    }

    .risk-box h4 {
        font-size: 20px;
    }

    .hero-stat-box h3 {
        font-size: 24px;
    }

    .fin-card {
        padding: 22px 18px;
    }

        .fin-card h3 {
            font-size: 18px;
        }

    .why-risk-box {
        font-size: 15px;
    }

    .dz-bnr-inr-entry h1 {
        font-size: 30px !important;
    }

    .faq-accordion .faq-header {
        font-size: 14px;
        padding: 14px 15px;
    }
}
