/* Overlay for How to Earn section for better text contrast */
body.index-page #earn-money {
    position: relative;
    overflow: hidden;
}
body.index-page #earn-money .earn-money-overlay {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(112deg, rgba(16,24,38,0.82) 0%, rgba(16,24,38,0.62) 46%, rgba(16,24,38,0.4) 100%);
    pointer-events: none;
}
body.index-page #earn-money .container {
    position: relative;
    z-index: 2;
}
body.index-page #earn-money .earning-steps h5,
body.index-page #earn-money .earning-steps p,
body.index-page #earn-money .col-lg-6:first-child > p,
body.index-page #earn-money .col-lg-6:first-child li {
    color: #ffffff !important;
}
:root {
    --vyb-primary: #10131b;
    --vyb-primary-soft: #1a1f2b;
    --vyb-accent: #ff1f2d;
    --vyb-accent-soft: #ff4c57;
    --vyb-ink: #0a0c10;
    --vyb-surface: #ffffff;
    --vyb-surface-soft: #f5f7fb;
    --vyb-border: #e8ecf3;
    --vyb-text: #1e2633;
    --vyb-muted: #687285;
    --vyb-glow: 0 18px 50px rgba(255, 31, 45, 0.22);
    --vyb-card-glow: 0 10px 30px rgba(16, 19, 27, 0.08);
}

body.vybm-modern {
    font-family: 'Manrope', 'Segoe UI', sans-serif;
    color: var(--vyb-text);
    background:
        radial-gradient(circle at 15% -10%, rgba(255, 31, 45, 0.22), transparent 35%),
        radial-gradient(circle at 85% 10%, rgba(26, 31, 43, 0.22), transparent 30%),
        linear-gradient(180deg, #f9fbff 0%, #f2f4f9 100%);
}

body.vybm-modern h1,
body.vybm-modern h2,
body.vybm-modern h3,
body.vybm-modern h4,
body.vybm-modern h5,
body.vybm-modern h6,
body.vybm-modern .logo-header,
body.vybm-modern .navbar-brand {
    font-family: 'Sora', 'Manrope', sans-serif;
    letter-spacing: -0.01em;
}

body.vybm-modern .wrapper,
body.vybm-modern .main-panel,
body.vybm-modern .container,
body.vybm-modern .container-fluid {
    background: transparent;
}

body.vybm-modern .main-header {
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid rgba(232, 236, 243, 0.9);
    box-shadow: 0 4px 20px rgba(10, 12, 16, 0.05);
}

body.vybm-modern .main-header .navbar-header {
    background: transparent;
}

body.vybm-modern .sidebar,
body.vybm-modern .sidebar[data-background-color='dark'] {
    background: linear-gradient(180deg, var(--vyb-primary) 0%, #090b10 100%) !important;
    box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.05);
}

body.vybm-modern .vm-desktop-sidebar,
body.vybm-modern .vm-desktop-sidebar[data-background-color='light'] {
    background: linear-gradient(180deg, #0f141f 0%, #090b10 100%) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

body.vybm-modern .vm-desktop-sidebar .logo-header,
body.vybm-modern .main-header .logo-header,
body.vybm-modern .main-header .navbar-header,
body.vybm-modern .main-header .navbar-header[data-background-color='light'] {
    background: transparent !important;
}

body.vybm-modern .vm-desktop-sidebar .logo,
body.vybm-modern .vm-desktop-sidebar .logo .navbar-brand,
body.vybm-modern .vm-desktop-sidebar .logo-header,
body.vybm-modern .vm-desktop-sidebar .logo-header a {
    color: #f5f7ff !important;
}

body.vybm-modern .main-header {
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.85) !important;
    border-bottom: 1px solid rgba(232, 236, 243, 0.9);
    box-shadow: 0 4px 20px rgba(10, 12, 16, 0.05);
}

body.vybm-modern .main-header .navbar-header {
    border-radius: 0 0 16px 16px;
}

body.vybm-modern .main-header .topbar-nav .nav-link {
    border-radius: 12px;
    padding: 0.5rem 0.7rem;
    transition: all 0.2s ease;
}

body.vybm-modern .main-header .topbar-nav .nav-link:hover {
    background: rgba(255, 31, 45, 0.08);
}

body.vybm-modern .main-header .topbar-nav .notification {


body.vybm-modern .table {
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--vyb-border);
}

body.vybm-modern .table thead th {
    font-family: 'Sora', 'Manrope', sans-serif;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--vyb-muted);
    border-bottom: 1px solid var(--vyb-border);
}

body.vybm-modern .table-hover > tbody > tr:hover {
    background: rgba(255, 31, 45, 0.04);
}

body.vybm-modern .form-control,
body.vybm-modern .form-select {
    border-radius: 12px;
    border-color: #d9e0ea;
    min-height: 44px;
    box-shadow: none;
}

body.vybm-modern .form-control:focus,
body.vybm-modern .form-select:focus {
    border-color: rgba(255, 31, 45, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 31, 45, 0.16);
}

body.vybm-modern .dropdown-menu,
body.vybm-modern .swal2-popup {
    border: 1px solid var(--vyb-border);
    border-radius: 14px;
    box-shadow: var(--vyb-card-glow);
}

body.vybm-modern .pagination .page-item.active .page-link {
    background: linear-gradient(135deg, var(--vyb-accent), var(--vyb-accent-soft));
    border-color: var(--vyb-accent);
}

body.vybm-modern .pagination {
    gap: 0;
}

body.vybm-modern .pagination .page-link,
body.vybm-modern .pagination > li > a,
body.vybm-modern .pagination > li > span {
    min-width: 38px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
    font-size: 0.9rem;
}

body.vybm-modern .pagination .page-link svg {
    width: 14px;
    height: 14px;
}

body.vybm-modern .breadcrumb {
    border: 1px solid var(--vyb-border);
    background: #fff;
}

body.vybm-modern .avatar,
body.vybm-modern .avatar-sm,
body.vybm-modern .avatar-md,
body.vybm-modern .avatar-xl {
    box-shadow: 0 8px 16px rgba(16, 19, 27, 0.12);
}

body.vybm-modern .notification,
body.vybm-modern .alert {
    border-radius: 14px;
    border: 1px solid transparent;
}

body.vybm-modern .alert-danger,
body.vybm-modern .alert-warning,
body.vybm-modern .alert-info,
body.vybm-modern .alert-success {
    border-color: rgba(255, 31, 45, 0.16);
}

body.vybm-modern .loader-wrap {
    background: linear-gradient(180deg, #0e1118, #1a1f2b);
    color: #fff;
}

@keyframes vybFadeUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.vybm-modern *,
    body.vybm-modern *::before,
    body.vybm-modern *::after {
        animation: none !important;
        transition: none !important;
    }
}

/* -------------------------------------------------------------------------- */
/* Unified mobile theme (previously in vybmate-modern-mobile.css) */
/* -------------------------------------------------------------------------- */

body.vybm-mobile {
    font-family: 'Manrope', 'Segoe UI', sans-serif;
    color: var(--vyb-text);
    background:
        radial-gradient(circle at -10% -8%, rgba(255, 31, 45, 0.24), transparent 38%),
        radial-gradient(circle at 100% 0%, rgba(26, 31, 43, 0.2), transparent 34%),
        linear-gradient(180deg, #f9fbff 0%, #eff2f8 100%);
}

body.vybm-mobile .main-container {
    padding-top: calc(env(safe-area-inset-top) + 72px);
}

body.vybm-mobile .header {
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(231, 235, 242, 0.92);
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(12px);
    box-shadow: 0 6px 20px rgba(15, 18, 26, 0.08);
}

body.vybm-mobile .header .btn-light {
    border: 1px solid var(--vyb-border);
    background: #fff;
    color: var(--vyb-primary);
}

body.vybm-mobile .header .header-brand-logo {
    filter: drop-shadow(0 5px 12px rgba(255, 31, 45, 0.35));
}

body.vybm-mobile .sidebar-wrap .sidebar {
    background: linear-gradient(180deg, var(--vyb-primary) 0%, #080a0f 100%);
    color: #fff;
    box-shadow: var(--vyb-shadow);
}

body.vybm-mobile .sidebar-wrap .profile-sidebar,
body.vybm-mobile .sidebar-wrap .closemenu {
    color: #fff;
}

body.vybm-mobile .sidebar-wrap .nav .nav-link,
body.vybm-mobile .sidebar-wrap .dropdown-item.nav-link {
    color: rgba(255, 255, 255, 0.86);
    border-left: 3px solid transparent;
    border-radius: 10px;
    margin: 2px 8px;
    transition: all 0.2s ease;
}

body.vybm-mobile .sidebar-wrap .nav .nav-link.active,
body.vybm-mobile .sidebar-wrap .nav .nav-link:hover {
    border-left-color: var(--vyb-accent);
    background: linear-gradient(90deg, rgba(255, 31, 45, 0.28), rgba(255, 31, 45, 0.05));
}

body.vybm-mobile .sidebar-wrap .avatar.icon {
    background: rgba(255, 255, 255, 0.1);
}

body.vybm-mobile .card,
body.vybm-mobile .list-group,
body.vybm-mobile .modal-content,
body.vybm-mobile .alert {
    border: 1px solid var(--vyb-border);
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(16, 19, 27, 0.09);
}

body.vybm-mobile .btn-primary,
body.vybm-mobile .theme-linear-gradient,
body.vybm-mobile .bg-theme {
    background: linear-gradient(135deg, var(--vyb-accent), var(--vyb-accent-soft)) !important;
    border-color: var(--vyb-accent) !important;
    box-shadow: 0 12px 24px rgba(255, 31, 45, 0.22);
}

body.vybm-mobile .btn-outline-primary {
    border-color: var(--vyb-accent);
    color: var(--vyb-accent);
}

body.vybm-mobile .btn-outline-primary:hover {
    background: var(--vyb-accent);
    color: #fff;
}

body.vybm-mobile .form-control,
body.vybm-mobile .form-select,
body.vybm-mobile .input-group-text {
    min-height: 44px;
    border-radius: 12px;
    border-color: #d7deea;
}

body.vybm-mobile .form-control:focus,
body.vybm-mobile .form-select:focus {
    border-color: rgba(255, 31, 45, 0.45);
    box-shadow: 0 0 0 0.2rem rgba(255, 31, 45, 0.15);
}

body.vybm-mobile .footer {
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px solid rgba(231, 235, 242, 0.92);
}

body.vybm-mobile .footer .nav-link {
    color: var(--vyb-muted);
    transition: transform 0.2s ease, color 0.2s ease;
}

body.vybm-mobile .footer .nav-link.active,
body.vybm-mobile .footer .nav-link:hover {
    color: var(--vyb-accent);
    transform: translateY(-2px);
}

body.vybm-mobile .footer .centerbutton .theme-linear-gradient {
    box-shadow: 0 14px 24px rgba(255, 31, 45, 0.35);
}

body.vybm-mobile .loader-wrap {
    background:
        radial-gradient(circle at 12% 10%, rgba(253, 9, 14, 0.15), transparent 38%),
        linear-gradient(180deg, #f7f9fd 0%, #eef2f8 100%);
    color: #1f2937;
}

body.vybm-mobile .animate__animated {
    animation-duration: 0.45s;
}

/* -------------------------------------------------------------------------- */
/* Unified landing theme (previously in vybmate-landing-modern.css) */
/* -------------------------------------------------------------------------- */

body.index-page {
    font-family: 'Manrope', 'Segoe UI', sans-serif;
    background:
        radial-gradient(circle at 8% 0%, rgba(253, 9, 14, 0.18), transparent 34%),
        radial-gradient(circle at 90% 12%, rgba(16, 19, 27, 0.14), transparent 32%),
        linear-gradient(180deg, #f9fbff 0%, #f3f5fa 100%);
}

body.index-page h1,
body.index-page h2,
body.index-page h3,
body.index-page h4,
body.index-page h5,
body.index-page h6,
body.index-page .sitename,
body.index-page .section-title h2 {
    font-family: 'Sora', 'Manrope', sans-serif;
    letter-spacing: -0.01em;
}

body.index-page #header.header {
    background: rgba(255, 255, 255, 0.84);
    border-bottom: 1px solid rgba(232, 236, 243, 0.85);
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.07);
    backdrop-filter: blur(12px);
}

body.index-page #header .logo .sitename {
    color: #121826;
}

body.index-page .btn-getstarted,
body.index-page .hero .btn,
body.index-page .cta-buttons .btn {
    border-radius: 12px;
    border: 0;
    background: linear-gradient(135deg, #fd090e, #ff4c57);
    box-shadow: 0 10px 20px rgba(253, 9, 14, 0.26);
    color: #fff;
}

body.index-page .hero {
    position: relative;
}

body.index-page .hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, rgba(5, 8, 14, 0.78) 0%, rgba(5, 8, 14, 0.52) 45%, rgba(5, 8, 14, 0.18) 100%);
    pointer-events: none;
}

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

body.index-page .section,
body.index-page .service-item,
body.index-page .icon-box,
body.index-page .faq-item,
body.index-page .testimonial-item,
body.index-page .pricing-item {
    border-radius: 16px;
}

body.index-page .service-item,
body.index-page .icon-box,
body.index-page .faq-item,
body.index-page .testimonial-item,
body.index-page .pricing-item {
    border: 1px solid #e8ecf3;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    background: #ffffff;
}

body.index-page .section-title p,
body.index-page .faq .faq-content p,
body.index-page p {
    color: #4b5565;
}

body.index-page #scroll-top.scroll-top {
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.25);
}

/* Landing overhaul: stronger hierarchy, readable copy, consistent spacing */
body.index-page .main {
    overflow: hidden;
}

body.index-page .section {
    padding: 88px 0;
}

body.index-page .section-title {
    margin-bottom: 46px;
}

body.index-page .section-title h2,
body.index-page .section-title h3,
body.index-page .section-title h4 {
    color: #101826;
    font-weight: 800;
    line-height: 1.22;
}

body.index-page .section-title p,
body.index-page .content p,
body.index-page .description,
body.index-page li,
body.index-page p,
body.index-page small,
body.index-page .text-muted,
body.index-page .small {
    color: #4b5567 !important;
    line-height: 1.72;
}

body.index-page .hero {
    min-height: 92vh;
    display: flex;
    align-items: center;
    padding-top: 132px;
    padding-bottom: 96px;
}

body.index-page .hero h3 {
    max-width: 820px;
    font-size: clamp(2rem, 4.8vw, 3.95rem);
    line-height: 1.08;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 0 14px 34px rgba(0, 0, 0, 0.32);
    letter-spacing: -0.02em;
}

body.index-page .hero .highlight {
    color: #ffd166;
}

body.index-page .hero p {
    max-width: 760px;
    margin-top: 16px;
    font-size: 1.08rem;
    color: rgba(255, 255, 255, 0.94) !important;
}

body.index-page .hero .badge {
    border-radius: 999px;
    padding: 0.55rem 0.8rem;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.14);
    margin-bottom: 0.45rem;
}

body.index-page .hero .btn,
body.index-page .call-to-action .btn {
    min-height: 48px;
    padding: 0.7rem 1.3rem;
    font-weight: 700;
}

body.index-page .call-to-action {
    position: relative;
    isolation: isolate;
    border-radius: 28px;
    margin: 0 14px;
    overflow: hidden;
}

body.index-page .call-to-action > img {
    filter: brightness(0.5) saturate(0.86);
}

body.index-page .call-to-action::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(112deg, rgba(6, 10, 18, 0.86) 0%, rgba(6, 10, 18, 0.62) 46%, rgba(6, 10, 18, 0.4) 100%);
    pointer-events: none;
    z-index: 1;
}

body.index-page .call-to-action .container {
    position: relative;
    z-index: 2;
}

body.index-page .call-to-action h3,
body.index-page .call-to-action p,
body.index-page #trust .stats-item,
body.index-page #trust p,
body.index-page #trust small {
    color: #f8fafc !important;
}

body.index-page .call-to-action h3,
body.index-page .call-to-action p {
    text-shadow: 0 6px 20px rgba(0, 0, 0, 0.34);
}

body.index-page .service-item,
body.index-page .icon-box,
body.index-page .testimonial-item,
body.index-page .faq-item,
body.index-page .trust-badge,
body.index-page .stat-box {
    padding: 1.35rem 1.25rem;
}

body.index-page .service-item h4,
body.index-page .icon-box h3,
body.index-page .faq-item h3,
body.index-page .testimonial-item h5,
body.index-page .title {
    color: #121a29;
    font-weight: 750;
    line-height: 1.28;
    margin-bottom: 0.55rem;
}

body.index-page .service-item ul {
    margin: 0;
    padding-left: 1rem;
}

body.index-page .service-item ul li {
    margin-bottom: 0.46rem;
    padding-left: 0.2rem;
}

body.index-page .faq-container {
    display: grid;
    gap: 12px;
}

body.index-page .faq-item {
    border-radius: 14px;
    border: 1px solid #e6ebf3;
    background: #ffffff;
}

body.index-page .faq-item .faq-content p {
    padding-top: 0.45rem;
}

body.index-page #earn-money .card {
    border-radius: 18px;
    border: 1px solid #dce4f1;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.11);
}

body.index-page #earn-money .stat-box {
    border: 1px solid #e4eaf4;
    border-radius: 12px;
    padding: 1rem 0.7rem;
}

body.index-page .verification .service-item {
    min-height: 100%;
}

body.index-page #testimonials .testimonial-item {
    border-radius: 16px;
}

body.index-page #footer.footer {
    border-top: 1px solid #dde5f1;
    background: rgba(255, 255, 255, 0.92);
}

/* Second-pass visual identity polish */
body.index-page .section {
    position: relative;
}

body.index-page #about,
body.index-page #verification,
body.index-page #faq,
body.index-page #testimonials {
    background:
        radial-gradient(circle at 92% 8%, rgba(253, 9, 14, 0.05), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
}

body.index-page #services,
body.index-page #earn-money {
    background:
        radial-gradient(circle at 8% 12%, rgba(16, 24, 38, 0.08), transparent 36%),
        linear-gradient(180deg, #f2f6fb 0%, #eaf1f9 100%);
}

body.index-page #trust {
    border-radius: 26px;
    margin: 0 14px;
    overflow: hidden;
}

body.index-page #trust::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(125deg, rgba(6, 11, 19, 0.5), rgba(6, 11, 19, 0.16));
    pointer-events: none;
}

body.index-page #trust .container {
    position: relative;
    z-index: 2;
}

body.index-page .section-title h2 {
    font-size: clamp(1.6rem, 2.9vw, 2.75rem);
    letter-spacing: -0.025em;
}

body.index-page .section-title h3,
body.index-page .section-title h4 {
    letter-spacing: -0.02em;
}

body.index-page .service-item,
body.index-page .icon-box,
body.index-page .testimonial-item,
body.index-page .faq-item {
    position: relative;
    overflow: hidden;
}

body.index-page .service-item::before,
body.index-page .icon-box::before,
body.index-page .testimonial-item::before,
body.index-page .faq-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, #fd090e, #ff8a55);
    opacity: 0.7;
}

body.index-page .service-item,
body.index-page .icon-box,
body.index-page .testimonial-item {
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

body.index-page .service-item:hover,
body.index-page .icon-box:hover,
body.index-page .testimonial-item:hover {
    transform: translateY(-4px);
    border-color: #d9e3f1;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
}

body.index-page .service-item h4 {
    font-size: 1.08rem;
}

body.index-page .service-item ul {
    padding-left: 1.05rem;
}

body.index-page .service-item ul li {
    font-size: 0.95rem;
}

body.index-page .faq-item {
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

body.index-page .faq-item h3 {
    padding-right: 30px;
}

body.index-page .faq-item .num {
    color: #fd090e;
    font-weight: 800;
}

body.index-page .faq-toggle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f2f6fc;
    color: #1f2937;
}

body.index-page .testimonial-item .quote-icon-left {
    color: #fd090e;
    opacity: 0.55;
}

body.index-page .verification .service-item,
body.index-page .stats-item {
    border-radius: 16px;
}

body.index-page #trust .stats-item {
    background: linear-gradient(145deg, #fd090e 0%, #df060b 58%, #b00509 100%);
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 16px 30px rgba(130, 6, 10, 0.38);
    backdrop-filter: blur(2px);
    padding: 1.05rem 0.7rem;
}

body.index-page #trust .stats-item i,
body.index-page #trust .stats-item p,
body.index-page #trust .stats-item small {
    color: #ffffff !important;
}

body.index-page #trust .stats-item small {
    opacity: 0.92;
}

body.index-page .call-to-action::before,
body.index-page #trust::before {
    content: '';
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 68%);
    right: -120px;
    top: -120px;
    pointer-events: none;
}

body.index-page .call-to-action .badge {
    border-radius: 999px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    padding: 0.5rem 0.72rem;
}

body.index-page #footer .credits a {
    color: #2f3b4d;
    font-weight: 600;
}

body.index-page #footer .credits a:hover {
    color: #fd090e;
}

/* Dashboard mobile nav polish */
@media screen and (max-width: 991.5px) {
    body.vybm-modern .main-header .logo-header {
        min-height: 64px;
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 0 10px;
        background: rgba(255, 255, 255, 0.94) !important;
        border-bottom: 1px solid #e5eaf3;
        backdrop-filter: blur(10px);
    }

    body.vybm-modern .main-header .logo-header .logo {
        display: none !important;
    }

    body.vybm-modern .main-header .logo-header .nav-toggle {
        left: 0 !important;
        margin-right: auto;
    }

    body.vybm-modern .main-header .logo-header .sidenav-toggler,
    body.vybm-modern .main-header .logo-header .topbar-toggler.more {
        width: 40px;
        height: 40px;
        border-radius: 12px;
        border: 1px solid #e2e8f3;
        background: #ffffff;
        color: #1e2633;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }

    body.vybm-modern .main-header .logo-header .topbar-toggler.more {
        margin-left: 0;
    }

    body.vybm-modern .main-header .logo-header .sidenav-toggler i,
    body.vybm-modern .main-header .logo-header .topbar-toggler.more i {
        font-size: 1rem;
    }

    html.topbar_open body.vybm-modern .main-header .navbar-header {
        transform: translate3d(0, 64px, 0) !important;
        background: #ffffff;
        border-top: 0;
        border-bottom: 1px solid #e5eaf3;
        border-radius: 0 0 16px 16px;
        box-shadow: 0 14px 24px rgba(15, 23, 42, 0.13);
        padding: 8px 10px 10px;
        min-height: 64px;
        overflow: visible;
    }

    html.topbar_open body.vybm-modern .main-header .navbar-header .container-fluid {
        padding: 0;
        overflow: visible;
    }

    html.topbar_open body.vybm-modern .main-header .navbar-header .navbar-nav {
        gap: 8px;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow: visible;
        padding-bottom: 2px;
    }

    html.topbar_open body.vybm-modern .main-header .navbar-header .topbar-user,
    html.topbar_open body.vybm-modern .main-header .navbar-header .dropdown,
    html.topbar_open body.vybm-modern .main-header .navbar-header .dropdown-user {
        overflow: visible;
    }

    html.topbar_open body.vybm-modern .main-header .navbar-header .dropdown-user {
        right: 0;
        left: auto;
        z-index: 1080;
    }

    html.topbar_open body.vybm-modern .main-header .navbar-header .navbar-nav > .nav-item {
        flex: 0 0 auto;
    }

    html.topbar_open body.vybm-modern .main-header .navbar-header .navbar-nav > .nav-item > .nav-link,
    html.topbar_open body.vybm-modern .main-header .navbar-header .navbar-nav > .nav-item > .profile-pic {
        min-height: 42px;
        border-radius: 12px;
        border: 1px solid #e2e8f3;
        background: #f8fbff;
        padding: 0.5rem 0.72rem;
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    html.topbar_open body.vybm-modern .main-header .navbar-header .profile-pic .profile-username {
        display: inline-flex;
        align-items: center;
        font-size: 0.83rem;
    }

    html.topbar_open body.vybm-modern .main-panel > .container {
        margin-top: 134px;
    }

    body.index-page .section {
        padding: 68px 0;
    }

    body.index-page .hero {
        min-height: 78vh;
        padding-top: 20px;
        padding-bottom: 64px;
    }

    body.index-page .hero h3 {
        font-size: clamp(1.6rem, 7.1vw, 2.45rem);
    }

    body.index-page .hero p {
        font-size: 0.98rem;
    }

    body.index-page .service-item,
    body.index-page .icon-box,
    body.index-page .faq-item,
    body.index-page .testimonial-item {
        padding: 1rem 0.95rem;
    }

    body.index-page #trust,
    body.index-page .call-to-action {
        margin: 0 8px;
        border-radius: 18px;
    }

    body.index-page .section-title {
        margin-bottom: 32px;
    }

    body.index-page .section-title h2 {
        font-size: clamp(1.35rem, 5.3vw, 2rem);
    }

    body.index-page .service-item h4,
    body.index-page .icon-box h3,
    body.index-page .faq-item h3,
    body.index-page .testimonial-item h5 {
        font-size: 1rem;
        line-height: 1.3;
    }
}

@media (max-width: 991.98px) {
    body.index-page #header.header {
        background: #ffffff;
        backdrop-filter: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.vybm-mobile *,
    body.vybm-mobile *::before,
    body.vybm-mobile *::after {
        animation: none !important;
        transition: none !important;
    }
}