@import url('https://fonts.googleapis.com/css2?family=TikTok+Sans:opsz,wght@12..36,300..900&display=swap');

html,
body,
h1, h2, h3, h4, h5, h6,
p, a, span, div,
button, input, select, textarea,
.navbar, .dropdown-menu, .btn, .form-control {
    font-family: "TikTok Sans", Arial, sans-serif !important;
}

/* Preserve icon fonts */
.fa,
.fas,
.far,
.fal,
.fab,
.fa-solid,
.fa-regular,
.fa-light,
.fa-brands,
[class^="fa-"],
[class*=" fa-"] {
    font-family: "Font Awesome 5 Free" !important;
}

.fab,
.fa-brands {
    font-family: "Font Awesome 5 Brands" !important;
}
.hero_area {
    background: radial-gradient(circle at top right, rgba(66, 133, 244, 0.22), transparent 35%),
                linear-gradient(135deg, #0f172a 0%, #111827 55%, #020617 100%) !important;
}

.banner_content h1 {
    font-size: 4rem;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.banner_content p {
    max-width: 560px;
    font-size: 1.1rem;
    color: rgba(255,255,255,.78);
}

.banner_content .btn {
    border-radius: 12px;
    padding: 14px 28px;
    font-weight: 700;
}

/* VolunteerForce Homepage */

.vf-home {
    background: #ffffff;
}

.vf-hero {
    min-height: 720px;
    padding: 150px 0 110px;
    background:
        radial-gradient(circle at 85% 20%, rgba(59, 130, 246, 0.28), transparent 30%),
        radial-gradient(circle at 15% 80%, rgba(14, 165, 233, 0.16), transparent 28%),
        linear-gradient(135deg, #020617 0%, #0f172a 52%, #111827 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.vf-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: .45;
}

.vf-hero .container {
    position: relative;
    z-index: 2;
}

.vf-eyebrow {
    display: inline-flex;
    padding: 8px 14px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    color: #93c5fd;
    background: rgba(255,255,255,.06);
    font-weight: 800;
    margin-bottom: 22px;
}

.vf-hero h1 {
    font-size: 64px;
    line-height: 1.02;
    letter-spacing: -0.055em;
    color: #ffffff;
    margin-bottom: 24px;
}

.vf-hero p {
    font-size: 20px;
    line-height: 1.65;
    color: rgba(255,255,255,.82);
    max-width: 620px;
}

.vf-hero-small {
    font-size: 16px !important;
    color: rgba(255,255,255,.62) !important;
}

.vf-hero-actions {
    display: flex;
    gap: 14px;
    margin-top: 34px;
    flex-wrap: wrap;
}

.vf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 14px 24px;
    border-radius: 12px;
    font-weight: 800;
    text-decoration: none !important;
    transition: all .2s ease;
}

.vf-btn-primary {
    background: #2563eb;
    color: #ffffff !important;
    border: 1px solid #2563eb;
}

.vf-btn-primary:hover {
    background: #1d4ed8;
    border-color: #1d4ed8;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.vf-btn-secondary {
    background: rgba(255,255,255,.08);
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,.18);
}

.vf-dashboard-card {
    background: rgba(15, 23, 42, .82);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 26px;
    padding: 24px;
    box-shadow: 0 30px 90px rgba(0,0,0,.35);
    backdrop-filter: blur(14px);
}

.vf-dashboard-top {
    display: flex;
    gap: 8px;
    margin-bottom: 22px;
}

.vf-dashboard-top span {
    width: 11px;
    height: 11px;
    background: rgba(255,255,255,.25);
    border-radius: 999px;
}

.vf-dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 24px;
}

.vf-dashboard-header h3 {
    color: #ffffff;
    margin: 0;
    font-size: 24px;
}

.vf-dashboard-header p {
    font-size: 14px;
    margin: 5px 0 0;
    color: rgba(255,255,255,.55);
}

.vf-status {
    background: rgba(34,197,94,.12);
    border: 1px solid rgba(34,197,94,.3);
    color: #86efac;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
}

.vf-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 22px;
}

.vf-stat {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    padding: 18px;
}

.vf-stat strong {
    display: block;
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 8px;
}

.vf-stat span {
    color: rgba(255,255,255,.6);
    font-size: 13px;
}

.vf-task-list {
    display: grid;
    gap: 12px;
}

.vf-task {
    display: flex;
    gap: 12px;
    align-items: center;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 14px;
    padding: 14px;
}

.vf-task strong {
    display: block;
    color: #ffffff;
    font-size: 15px;
}

.vf-task small {
    color: rgba(255,255,255,.55);
}

.vf-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #3b82f6;
    box-shadow: 0 0 20px rgba(59,130,246,.9);
}

.vf-section {
    padding: 90px 0;
}

.vf-section-title {
    max-width: 760px;
    margin: 0 auto 50px;
}

.vf-section-title.vf-left {
    margin: 0;
}

.vf-section-title h2 {
    font-size: 42px;
    line-height: 1.12;
    letter-spacing: -0.04em;
    color: #0f172a;
    margin-bottom: 14px;
}

.vf-section-title p {
    color: #64748b;
    font-size: 17px;
    line-height: 1.7;
}

.vf-feature-card {
    height: 100%;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 24px;
    box-shadow: 0 12px 40px rgba(15,23,42,.05);
    transition: all .2s ease;
}

.vf-feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 60px rgba(15,23,42,.09);
}

.vf-feature-card i {
    color: #2563eb;
    font-size: 28px;
    margin-bottom: 20px;
}

.vf-feature-card h3 {
    color: #0f172a;
    font-size: 21px;
    margin-bottom: 12px;
}

.vf-feature-card p {
    color: #64748b;
    line-height: 1.65;
}

.vf-light-section {
    background: #f8fafc;
}

.vf-screen-card {
    background: #0f172a;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 24px 70px rgba(15,23,42,.22);
}

.vf-screen-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 14px;
    padding: 18px 20px;
    margin-bottom: 12px;
    color: rgba(255,255,255,.72);
}

.vf-screen-row strong {
    color: #ffffff;
    font-size: 24px;
}

.vf-audience-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}

.vf-audience-grid div {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    font-weight: 800;
    color: #0f172a;
}

.vf-pricing-section {
    background: #ffffff;
}

.vf-plan-card {
    text-align: center;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(15,23,42,.05);
}

.vf-plan-card h1 {
    font-size: 52px;
    color: #0f172a;
    margin: 20px 0 0;
}

.vf-plan-term {
    margin-bottom: 20px;
    color: #64748b;
}

.vf-plan-card .list-group-item {
    border-color: #eef2f7;
}

@media (max-width: 991px) {
    .vf-hero {
        padding: 120px 0 80px;
    }

    .vf-hero h1 {
        font-size: 46px;
    }

    .vf-dashboard-card {
        margin-top: 45px;
    }

    .vf-audience-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
.vf-proof-line {
    margin-top: 26px;
    color: rgba(255,255,255,.58);
    font-size: 14px;
    font-weight: 700;
}

.vf-quick-section {
    background: #f8fafc;
    padding: 34px 0;
    border-bottom: 1px solid #e5e7eb;
}

.vf-quick-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}

.vf-quick-grid div {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 18px 14px;
    text-align: center;
    font-weight: 800;
    color: #0f172a;
    box-shadow: 0 10px 30px rgba(15,23,42,.04);
}

.vf-quick-grid i {
    display: block;
    color: #2563eb;
    font-size: 22px;
    margin-bottom: 10px;
}

.vf-light-section {
    background: #f1f5f9 !important;
}

.vf-pricing-section {
    background: #ffffff;
    padding-bottom: 100px;
}

.vf-footer {
    background: #020617;
    color: #ffffff;
    padding: 70px 0;
}

.vf-footer h3 {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 10px;
}

.vf-footer p {
    color: rgba(255,255,255,.72);
    margin-bottom: 14px;
}

.vf-footer-links {
    color: rgba(255,255,255,.52);
    margin-bottom: 36px;
}

.vf-copyright {
    color: rgba(255,255,255,.42);
    font-size: 14px;
}

@media (max-width: 991px) {
    .vf-quick-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.footer-area
 {
    display: none !important;
}