@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.table {
    --bs-table-bg: none !important;
}

:root {
    --color-bigstone-800: #1D324E;
    --color-bigstone-700: #294265;
    --color-bigstone-650: #2C486D;
    --color-bigstone-600: #405B7C;
    --color-bigstone-550: #41648E;
    --color-bigstone-500: #577493;
    --color-bigstone-300: #9FAFC1;
    --color-bigstone-400: #7B91AA;
    --color-bigstone-200: #C3CDD8;
    --color-bigstone-100: #E7EBEF;
    --color-bigstone-10: #F6F8FA;
    --color-ocean-50: #EFF6FF;
    --color-ocean-100: #DBEAFE;
    --color-ocean-400: #60A5FA;
    --color-ocean-500: #3B82F6;
    --color-ellipse-homepage: rgba(86, 124, 174, 0.54);

    --font-main: 'Montserrat', Arial, sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* border: 1px red solid */
}

body {
    background-color: var(--color-bigstone-10);
    font-family: var(--font-main);
    overflow-x: hidden;
}

h1 {
    color: var(--color-bigstone-650);
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
a,
li,
td,
th,
input,
button,
label,
textarea {
    font-family: var(--font-main);
}

.np-hero-section {
    background: var(--color-bigstone-650);
    padding: 70px 0;
    position: relative;
}

.np-built-block-section {
    background: white;
    padding: 40px 0 100px 0;
    border-top: 1px solid var(--color-bigstone-200);
    border-bottom: 1px solid var(--color-bigstone-200);
}

.np-block-section {
    /* background: var(--color-bigstone-650); */
    padding: 100px 0;
    position: relative;
}

body:has(.np-hero-section + .np-hero-dashboard-bg + .np-hero-section.bg-colored) .np-hero-section:first-of-type {
    padding-bottom: 30px !important;
}

.np-hero-section.bg-white {
    padding: 100px 0 !important;
}

.np-build-section {
    background: transparent;
    padding: 100px 0 !important;
}

.np-hero-section+.np-hero-dashboard-bg+.np-hero-section.bg-colored {
    padding: 50px 0 !important;
    background: linear-gradient(to bottom,
            var(--color-bigstone-650) 0%,
            var(--color-bigstone-650) 50%,
            transparent 50%,
            transparent 100%);
    border-bottom: none;
}

.np-hero-section.bg-stone {
    background: var(--color-bigstone-650) !important;
    padding: 100px 0 !important;
}

.np-hero-section.bg-transparent {
    background: transparent !important;
    padding: 100px 0 !important;
    border-top: var(--color-bigstone-200) 1px solid;
    border-bottom: var(--color-bigstone-200) 1px solid;
}

section:has(.impact) {
    border-bottom: var(--color-bigstone-200) 1px solid;
}

section.business-types {
    padding: 100px 0 !important;
    border-bottom: 2px solid;
    border-image: linear-gradient(to left, #20B88B 0%, #009CFE 63%) 1;
    min-height: 533px;
    overflow: hidden;
}

section.np-section:has(+ section.business-types) {
    border-bottom: var(--color-bigstone-200) 1px solid;
}

.np-hero-section article .border {
    display: flex;
    flex-direction: column;
    padding: 20px 30px;
    gap: 30px;
}

.np-hero-section article .border .h2 {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: var(--color-bigstone-800);
    font-weight: 500;
    margin: 0;
}

.np-hero-section .zero-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.np-hero-section .zero-content h2 {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-weight: 500;
    margin: 0;
}

.np-hero-section .zero-content .bg-white p {
    color: var(--color-bigstone-800);
}

.np-hero-section .zero-content p {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-weight: 400;
    margin: 0;
}

.np-hero-section .zero-content p:first-child {
    font-size: 16px;
    font-weight: 500;
}

.np-hero-dashboard-bg::after {
    content: url(../img/eclipse.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(-25%) translateY(-7%) scale(0.8);
    z-index: 0;
    pointer-events: none;
}

.np-built-block-bg::after {
    content: url(../img/eclipse2.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(50%) scale(1);
    z-index: 0;
    pointer-events: none;
}

.np-startup-dashboard-bg::after {
    content: url(../img/startupEclipse.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(75%) scale(0.9);
    z-index: 0;
    pointer-events: none;
}

.np-startup2-dashboard-bg::after {
    content: url(../img/startupEclipse2.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(-94%) translateY(122%) scale(0.9);
    z-index: 0;
    pointer-events: none;
}

.np-startup3-dashboard-bg::after {
    content: url(../img/startupEclipse2.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(-230%) translateY(28%) scale(1.3);
    z-index: 0;
    pointer-events: none;
}

.np-startup4-dashboard-bg::after {
    content: url(../img/startupEclipse2.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(-20%) translateY(100%) scale(1.3);
    z-index: 0;
    pointer-events: none;
}

.bg-circle1::after {
    content: url(../img/bgcircle1.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(20%) translateY(-46%) scale(1.25);
    z-index: 0;
    pointer-events: none;
}

.bg-circle2::after {
    content: url(../img/bgcircle1.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(30%) translateY(-76%) scale(2);
    z-index: 0;
    pointer-events: none;
}

.bg-accent-lines::before {
    content: url(../img/bgaccentlines.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(186%) translateY(34%) scale(1);
    z-index: 1;
    pointer-events: none;
}

.bg-eclipsewhy::before {
    content: url(../img/eclipsewhy.svg);
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(-11%) translateY(-32%);
    z-index: 1;
    pointer-events: none;
}

.np-hero-dashboard-img {
    display: block;
    margin: 0;
    border-radius: 15px;
    transform: translateX(13%);
    position: relative;
    z-index: 1;
    border: 1px solid #B5B5B5;
}

.np-built-block-img {
    display: block;
    margin: 0;
    position: relative;
    z-index: 1;
    margin-right: 110px;
}

.np-startup-dashboard-img {
    display: block;
    margin: 0;
    width: 856px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    object-fit: cover;
    object-position: left;
    border: 1px solid #B5B5B5;
}

#nprogress .bar {
    background: #0d6efd !important;
    height: 3px !important;
}

.np-header {
    position: relative;
    background: var(--color-bigstone-650);
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-bigstone-600);
    z-index: 200;
}

.np-header-link {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}

.np-header-link:hover {
    color: var(--color-bigstone-200);
}

.np-logo {
    letter-spacing: 1px;
    text-decoration: none;
}

.np-logo-img {
    margin-right: 8px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3e%3cpath d='M4 7H24' stroke='white' stroke-linecap='round'/%3e%3cpath d='M4 14H24' stroke='white' stroke-linecap='round'/%3e%3cpath d='M4 21H24' stroke='white' stroke-linecap='round'/%3e%3c/svg%3e");

}

.no-outline:focus {
    outline: none !important;
    box-shadow: none !important;
}

.navbar-toggler {
    border-color: var(--color-bigstone-650);
    border: 1px solid var(--color-bigstone-400);
    height: 48px;
    /* width: 48px; */

}

.np-dropdown-arrow {
    margin-left: 4px;
}

.np-solutions-dropdown {
    position: relative;
}



#solutionsToggle {
    cursor: pointer;
    border-radius: 10px 10px 0 0;
}

.np-lang-img {
    margin-right: 4px;
}

.np-lang-option-img {
    width: 20px;
    margin-right: 8px;
}

.np-hero-row {
    min-height: 440px;
}

.np-block-row {
    /* min-height: 440px; */
}

.np-startup-row {
    min-height: 390px;
}

.np-hero-title {
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    line-height: 1.1;
    width: 550px;
    margin-bottom: 15px;
}

.np-block-title {
    margin: 0;
}

.np-block-title span {
    font-size: 12px;
    border-radius: 10px;
    padding: 7px 15px;
    color: var(--color-ocean-100);
    border: 1px var(--color-ocean-500) solid;
}

.text-dark .np-block-title span {
    background: var(--color-ocean-50);
    color: var(--color-ocean-500) !important;
    border: 1px var(--color-ocean-500) solid;
}

.text-dark .np-block-desc {
    color: var(--color-bigstone-800);
}

.np-block-title div {
    margin-top: 10px;
}

.np-hero-title:has(+ .np-hero-desc p:nth-of-type(2)) {
    margin-bottom: 15px;
}

.np-hero-title:has(+ .np-hero-desc p:only-of-type) {
    margin-bottom: 51px;
}

.np-startup-title {
    color: var(--color-bigstone-800);
    font-size: 27px;
    font-weight: 500;
    max-width: 550px;
    margin-bottom: 25px;
}

.np-hero-desc {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 38px;
    max-width: 530px;
}

.np-block-desc {
    font-size: 18px;
    font-weight: 400;
    max-width: 520px;
}

.np-startup-desc {
    margin-bottom: 25px;
    max-width: 490px;
}

.np-startup-desc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.np-startup-desc li {
    position: relative;
    padding-left: 36px;
    font-size: 16px;
    color: var(--color-bigstone-800);
    margin-bottom: 15px;
    line-height: 1.2;
}

.np-startup-desc li:last-child {
    margin-bottom: 0;
}

.np-startup-desc li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20x%3D%220.5%22%20y%3D%221.16211%22%20width%3D%2223%22%20height%3D%2223%22%20rx%3D%2211.5%22%20fill%3D%22%23009CFE%22/%3E%3Crect%20x%3D%220.5%22%20y%3D%221.16211%22%20width%3D%2223%22%20height%3D%2223%22%20rx%3D%2211.5%22%20stroke%3D%22%23none%22/%3E%3Cpath%20d%3D%22M7%2014.2076L10.3846%2016.6621L18%207.66211%22%20stroke%3D%22white%22/%3E%3C/svg%3E");
}

.np-startup-desc li:nth-child(2)::before {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20x%3D%220.5%22%20y%3D%221.16211%22%20width%3D%2223%22%20height%3D%2223%22%20rx%3D%2211.5%22%20fill%3D%22%2320B88B%22/%3E%3Crect%20x%3D%220.5%22%20y%3D%221.16211%22%20width%3D%2223%22%20height%3D%2223%22%20rx%3D%2211.5%22%20stroke%3D%22%23none%22/%3E%3Cpath%20d%3D%22M7%2014.2076L10.3846%2016.6621L18%207.66211%22%20stroke%3D%22white%22/%3E%3C/svg%3E");
}

.np-startup-desc li:nth-child(3)::before {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20x%3D%220.5%22%20y%3D%221.16211%22%20width%3D%2223%22%20height%3D%2223%22%20rx%3D%2211.5%22%20fill%3D%22%2320B88B%22/%3E%3Crect%20x%3D%220.5%22%20y%3D%221.16211%22%20width%3D%2223%22%20height%3D%2223%22%20rx%3D%2211.5%22%20stroke%3D%22%23none%22/%3E%3Cpath%20d%3D%22M7%2014.2076L10.3846%2016.6621L18%207.66211%22%20stroke%3D%22white%22/%3E%3C/svg%3E");
}

.startup-p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-bigstone-800);
}

.np-hero-desc-p {
    margin-bottom: 25px;
}

.np-hero-desc-p-last {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
    font-size: 14px;
    color: var(--color-bigstone-800);
}

.span-startup {
    color: var(--color-bigstone-500);
    font-size: 14px;
}

.np-search-form {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--color-bigstone-500);
    border-radius: 10px;
    padding: 0 7px;
    height: 38px;
    width: 25%;
    position: relative;
}

.np-search-form:hover {
    border: 1px solid var(--color-bigstone-400);
    background: rgba(255, 255, 255, 0.15);
}

.np-search-input {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 14px;
    padding: 7px 7px 7px 38px;
    border-radius: 10px;
    width: 100%;
    min-width: 108px;
    box-shadow: none;
    line-height: 1;
}

.np-search-input:focus {
    background: transparent;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.np-search-input::placeholder {
    color: #fff;
    opacity: 0.7;
    font-size: 14px;
}

.np-search-icon {
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.np-lang-select {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--color-bigstone-500);
    border-radius: 10px;
    padding: 7px 14px 7px 14px;
    font-size: 14px;
    min-width: 48px;
    height: 38px;
    user-select: none;
    transition: background 0.2s;
}

.np-info-block {
    border: 1px solid var(--color-bigstone-500);
    padding: 6px 10px 6px 10px;
    border-radius: 10px;
}


.np-info-block:hover {
    border: 1px solid var(--color-bigstone-400);
    background: rgba(255, 255, 255, 0.15);
}

.np-lang-select:hover {
    border: 1px solid var(--color-bigstone-400);
    background: rgba(255, 255, 255, 0.15);
}

.np-btn-signin {
    color: var(--color-bigstone-10);
    background: transparent;
    border: 1px solid var(--color-bigstone-10);
    border-radius: 10px;
    padding: 7px 18px;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    display: inline-block;
    height: 38px;
}

.np-btn-startup {
    color: #FFF;
    background: var(--color-ocean-500);
    border: 1px solid var(--color-ocean-400);
    border-radius: 10px;
    padding: 7px 18px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    display: inline-block;
    height: 38px;
}

.np-btn-signin:hover {
    background: var(--color-bigstone-10);
    color: var(--color-bigstone-800);
}

.np-btn-getfree {
    color: var(--color-bigstone-800);
    background: var(--color-bigstone-10);
    border: 1px solid var(--color-bigstone-10);
    border-radius: 10px;
    padding: 7px 18px;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    display: inline-block;
    height: 38px;
}

.mascot-head::after {
    content: url('../img/dog_head.png');
    position: absolute;
    display: block;
    width: 218px;
    transform: translateX(120%) translateY(-43%) scale(0.45);
}

.np-btn-getfree:hover {
    background: transparent;
    color: #fff;
    border-color: var(--color-bigstone-10);
}

.dropdown-toggle::after {
    display: none !important;
    content: none !important;
}

.np-solutions-dropdown a.dropdown-toggle[aria-expanded="true"] svg {
    transform: scaleY(-1);
    transition: transform 0.2s;
}

.np-solutions-dropdown a.dropdown-toggle[aria-expanded="true"] svg path {
    stroke: var(--color-bigstone-800) !important;
}

.np-solutions-dropdown a.dropdown-toggle[aria-expanded="true"] {
    background: white !important;
    color: var(--color-bigstone-800) !important;
}

.nav-item a.nav-link {
    padding: 10px 15px !important;
    color: white;
}

.np-solutions-dropdown {
    position: relative;
}

.np-solutions-dropdown::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 12px;
    z-index: 1;
}

.np-solutions-dropdown .dropdown-menu {
    min-width: 650px;
    top: 100%;
    left: 0;
    right: auto;
    transform: translateY(-3px);
    border-radius: 0 10px 10px;
    background: white !important;
    padding: 20px 10px;
    display: none;
    position: absolute;
    z-index: 1000;
}


.np-solutions-dropdown .dropdown-menu.show {
    display: block;
}

.np-header-link,
.nav-link,
.np-solutions-dropdown .dropdown-item {
    font-size: 16px;
    font-weight: 400;
}

.np-solutions-dropdown .dropdown-item {
    padding: 8px 20px;
    border-radius: 6px;
    transition: background 0.15s, color 0.15s;
}

.np-solutions-dropdown .dropdown-item:hover {
    background: var(--color-bigstone-650);
    color: var(--color-bigstone-10);
}


.dropdown-menu h6 {
    padding: 0 14px;
    font-size: 15px;
    margin-bottom: 15px;
    color: var(--color-bigstone-800);
}

.dropdown-menu .solutions-item {
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 14px;
    color: #2c486d;
    transition: background 0.2s, color 0.2s, text-shadow 0.2s;
}

.dropdown-menu .solutions-item:hover {
    background: #e6f0ff;
    color: var(--color-ocean-500);
}

.dropdown-menu .solutions-item svg {
    margin-right: 10px;
    transition: margin-right 0.2s;

}

.dropdown-menu .solutions-item:hover svg {
    margin-right: 0;
}


/* --- Unified Section Styles --- */
.np-section {
    background: var(--color-bigstone-10);
    padding: 80px 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.np-section-title {
    color: var(--color-bigstone-800);
    font-size: 30px;
    font-weight: 500;
    font-family: var(--font-main);
    text-align: left;
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.np-section-img {
    max-width: 100%;
    width: 880px;
    display: block;
}

.np-feature-block {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 15px;
    box-shadow: 0 2px 12px rgba(44, 72, 109, 0.04);
    display: flex;
    border: 1px var(--color-bigstone-100) solid;
    height: 100%;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.np-feature-block--main {
    border: 1px solid var(--color-ocean-500);
}

.np-feature-block:last-child {
    margin-bottom: 0;
    /* padding-top: 0; */
}

.np-feature-bar {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    height: 112px;
    margin-right: 20px;
}

.np-feature-bar p {
    background: var(--color-bigstone-100);
    border-radius: 70px;
    width: 3px;
    height: 100%;
    border-top: 2px solid var(--color-ocean-500);
    animation: load_down 8s infinite linear;
}

.np-feature-block[data-feature-index="0"] .np-feature-bar p {
    border-top-color: var(--color-ocean-500);
}

.np-feature-block[data-feature-index="1"] .np-feature-bar p {
    border-top-color: #FF383C;
}

.np-feature-block[data-feature-index="2"] .np-feature-bar p {
    border-top-color: #6155F5;
}

.np-feature-block[data-feature-index="3"] .np-feature-bar p {
    border-top-color: #27C840;
}

.np-feature-title {
    color: var(--color-bigstone-800);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.np-feature-title-svg {
    display: flex;
    align-items: center;
    height: 32px;
    margin-left: 8px;
}

.overflow-hidden:has(.np-section-dashboard-bg) {
    border: 1px solid var(--color-bigstone-200);
    border-radius: 18px;
}

.np-feature-desc {
    color: var(--color-bigstone-800);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

.np-feature-quest {
    color: var(--color-bigstone-800);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}


.np-feature-dashboard-title {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-bigstone-800);
    margin-left: 10px;
}

.np-feature-dashboard-text {
    margin-bottom: 20px;
    color: var(--color-bigstone-800);
    font-size: 14px;
    line-height: 1.5;
}

.np-feature-dashboard-text:last-of-type {
    margin-bottom: auto;
}

.np-btn-try-free {
    color: #fff;
    background: var(--color-bigstone-600);
    border: none;
    border-radius: 10px;
    padding: 7px 20px;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s;
    display: inline-block;
    margin-top: 20px;
}

.np-btn-try-free:hover {
    background: var(--color-bigstone-700);
    color: #fff;
}

footer {
    background: var(--color-bigstone-700);
    padding: 40px 0;
    z-index: 10;
    position: relative;
}

#navControl {
    background: #fff;
    padding: 5px;
    border: 1px solid var(--color-bigstone-200);
    border-radius: 10px;
    margin: 0 !important;
    margin-bottom: 40px !important;
}

#navControl div .btn {
    border: none;
    background: #fff;
    border-radius: 7px;
    padding: 7px 15px;
}

#navControl .btn:hover {
    color: none;
    background: none;
    border: none;
}

#navControl .btn span {
    font-size: 14px;
}

#navControl .btn img,
.np-pricing-select-main img {
    margin-right: 10px;
}

#navControl .btn.active {
    background: var(--color-bigstone-600);
    color: #fff;
    padding: 9px 15px;
}

#navControl .btn.active img {
    margin-right: 10px;
}

.np-pricing-select-main {
    background: var(--color-bigstone-100);
    border-radius: 10px 0 0 10px;
    padding: 12px 20px;
    height: 100%;
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 18px;
    font-weight: 400;
    color: var(--color-bigstone-800);
    border: 1px solid var(--color-bigstone-200);
    border-right: none;
}

.np-pricing-select-arrow {
    background: #fff;
    border-radius: 0 10px 10px 0;
    padding: 20.9px;
    display: flex;
    align-items: center;
    border: 1px solid var(--color-bigstone-200);
    border-left: none;
    cursor: pointer;
    height: 100%;
}

.np-pricing-select-arrow img {
    max-height: 7px;
}

.np-pricing-radio-label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
    user-select: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.np-pricing-radio-label input[type="radio"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
}

.np-pricing-radio-custom {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid var(--color-bigstone-200);
    background: #fff;
    position: relative;
    flex: none;
    transform: translateZ(0);
    backface-visibility: hidden;
    image-rendering: pixelated;
}

.np-pricing-radio-label input[type="radio"]:checked+.np-pricing-radio-custom::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: var(--color-ocean-500);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.np-pricing-radio-label input[type="radio"]:focus+.np-pricing-radio-custom {
    border-color: var(--color-bigstone-200);
}

.np-pricing-title {
    display: flex;
    align-items: center;
    font-size: 25px;
    font-weight: 500;
    color: var(--color-bigstone-800);
    padding-bottom: 20px;
}

.np-pricing-desc {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-bigstone-800);
    padding-bottom: 30px;
}

.np-pricing-price {
    font-size: 30px;
    font-weight: 500;
    color: var(--color-ocean-500);
    padding-bottom: 30px;
}

.np-btn-price {
    color: var(--color-bigstone-800);
    background: #fff;
    border: 1px solid var(--color-bigstone-200);
    border-radius: 10px;
    padding: 7px 20px;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s;
    display: inline-block;
    margin-top: 20px;
}

.np-btn-price.np-blue {
    color: #fff;
    background: var(--color-bigstone-600);
    border: none;
}

.np-span-blue {
    border-radius: 10px;
    font-size: 10px;
    padding: 7px 10px;
    color: white;
    font-weight: 500;
    background: var(--color-ocean-500);
    margin-left: 10px;
    line-height: 0.9;
}

.np-btn-features-matrix {
    margin-bottom: 40px;
}

.np-btn-features-matrix:hover {
    background: var(--color-bigstone-600);
    color: #fff;
}

.np-btn-features-matrix-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-left: 8px;
}

.np-feature-block--matrix {
    box-shadow: none;
    border: none;
    padding: 0 !important;
    margin-bottom: 0;
    overflow-x: auto;
}

.np-features-matrix-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: var(--font-main);
}

.np-features-matrix-table th,
.np-features-matrix-table td {
    padding: 10px;
    vertical-align: middle;
}

.np-feature-block table.np-features-matrix-table th {
    font-size: 20px;
    font-weight: 500;
    background-color: #fff;
    color: var(--color-bigstone-800);
}

.np-feature-block table.np-features-matrix-table:first-child,
table.np-features-matrix-table:first-child {
    text-align: left;
    font-weight: 500;
    padding-left: 20px;
    background-color: #fff;
}

.np-feature-block table.np-features-matrix-table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.np-feature-block table.np-features-matrix-table tbody tr:nth-child(even) {
    background-color: var(--color-bigstone-10);
}

.np-feature-block table.np-features-matrix-table tbody tr:nth-child(N) td {
    border-bottom: 1px solid var(--color-bigstone-100);
}

.np-features-matrix-table td {
    font-size: 12px;
    font-weight: 400;
    color: var(--color-bigstone-800);
    border-top: none;
    border-bottom: none;
    padding: 10px;
}

.np-matrix-checkbox {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid var(--color-bigstone-400);
    background: transparent;
    vertical-align: middle;
    position: relative;
}

.np-matrix-checkbox.checked {
    background: var(--color-ocean-500);
    border: none;
}

.np-matrix-checkbox.checked::after {
    content: '';
    display: block;
    position: absolute;
    left: 6px;
    top: 6px;
    width: 12px;
    height: 11px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='11' viewBox='0 0 12 11' fill='none'><path d='M0.5 7.5L4 10L11.5 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center center;
    background-size: contain;
}

/* --- Features Mobile Slider --- */
.np-features-slider-mobile {
    border-radius: 18px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 24px auto;
    position: relative;
    border: 1px solid var(--color-bigstone-200);
    overflow: hidden;
    background: #fff;
}

.np-features-slider-track {
    width: 100%;
    min-height: 350px;
}

.np-features-slider-slide {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 350px;
}

.np-features-slider-img-wrap {
    border-bottom: 1px solid var(--color-bigstone-200);
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.np-features-slider-img {
    max-height: 100%;
    transform: scale(1.9);
    object-fit: cover;
}

.np-features-slider-content {
    padding: 30px 30px 0;
}

.np-features-slider-pagination {
    margin-top: 20px;
    gap: 5px;
    padding: 0 30px;
}

.np-features-slider-arrows {
    padding: 0 30px 30px 30px;
    gap: 20px;
}

.np-features-slider-arrows button {
    border: 1px solid var(--color-bigstone-200);
    padding: 10px;
    border-radius: 10px;
}

.np-features-slider-dot {
    width: 10px;
    height: 6px;
    background: var(--color-bigstone-100);
    border-radius: 70px;
}

.np-features-slider-dot.active {
    width: 52px;
    border-left: 2px solid var(--color-ocean-500);
    background: var(--color-bigstone-100) !important;
    animation: load_right 8s infinite linear;
}

.np-features-slider-dot:last-child.active {
    border: none;
}

.np-features-slider-arrow {
    width: 36px;
    height: 36px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #fff;
    box-shadow: 0 1px 4px rgba(44, 72, 109, 0.08);
    transition: background 0.2s;
}

.np-features-slider-arrow:active {
    background: #E7EBEF;
}

.np-features-slider-arrow[disabled] {
    opacity: 0.5;
    pointer-events: none;
}


#np-section-dashboard-img div {
    overflow: hidden;
    border: 1px solid #B5B5B5;
    border-radius: 20px;
}

.np-section-dashboard-bg {
    width: 100%;
    height: 100%;
    min-height: 515px;
    background: url('../img/dashboard.svg') no-repeat left;
    background-size: cover;
    border-radius: 15px;
    transform: scale(1.01);
    transition: background-image 0.3s, transform 0.3s;
    display: block;
}

/* Hero Mobile Slider */
.np-hero-mobile-slider {
    width: 95%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    background: #fff;
    border: 1px solid var(--color-bigstone-200);
}

.np-hero-slider-track {
    width: 100%;
    min-height: 240px;
}

.np-hero-slider-slide {
    width: 100%;
    height: 240px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.np-hero-slider-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(2.2);
}

.np-hero-slider-pagination {
    margin-top: 12px;
    text-align: center;
}

.np-hero-slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 4px;
    cursor: pointer;
    transition: background 0.3s;
}

.np-hero-slider-dot.active {
    background: #fff;
}

.np-block-span {
    color: var(--color-bigstone-300);
}

.text-dark .np-block-span {
    color: var(--color-bigstone-500);
}

/* .after-icon-1::after {
    content: url('../img/image_star0.png');
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    transform: translateX(960%) translateY(-130%);
} */

/* .after-icon-2::after {
    content: url('../img/wheel_sol.svg');
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    transform: translateX(555%) translateY(-55%);
} */

/* .after-icon-3::after {
    content: url('../img/wheel_eclipse.svg');
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    transform: translateX(-820%) translateY(730%);
    z-index: -1;
} */

/* .after-icon-4::after {
    content: url('../img/image_star.png');
    position: absolute;
    display: block;
    top: 0;
    transform: translateX(51%) translateY(-13%) scale(0.6);
    z-index: -1;
} */

.accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.np-hero-section.bg-transparent details {
    display: flex;
    flex-direction: column;
    background: white;
    border: 1px var(--color-bigstone-200) solid;
    border-radius: 15px;
    padding: 20px;
}

.np-hero-section.bg-transparent details[open] {
    gap: 10px;
}

.np-hero-section.bg-transparent summary {
    color: var(--color-bigstone-800);
    font-weight: 500;
    font-size: 16px;
    list-style: none;
    position: relative;
    cursor: pointer;
}

.np-hero-section.bg-transparent summary::marker {
    content: "";
    display: none;
}

/* Добавляем свой SVG */
.np-hero-section.bg-transparent summary::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 18px;
    height: 10px;
    transform: translateY(-50%) rotate(180deg);
    background: url('data:image/svg+xml;utf8,<svg width="18" height="10" viewBox="0 0 18 10" xmlns="http://www.w3.org/2000/svg"><path d="M1 9.16211L9 1.16211L17 9.16211" stroke="%231D324E" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
    background-size: contain;
    transition: transform 0.3s ease;

}

/* При открытии — стрелка вниз */
.np-hero-section.bg-transparent details[open] summary::after {
    transform: translateY(-50%) rotate(0deg);
    background: url('data:image/svg+xml;utf8,<svg width="18" height="10" viewBox="0 0 18 10" xmlns="http://www.w3.org/2000/svg"><path d="M1 9.16211L9 1.16211L17 9.16211" stroke="%233B82F6" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
    background-size: contain;
}

.np-hero-section.bg-transparent details div {
    display: inline;
    color: var(--color-bigstone-800);
    width: 550px;
    font-weight: 400;
    font-size: 14px;
}

.np-hero-section.bg-transparent details[open] {
    border: 1px solid var(--color-ocean-500);
}

.bg-banner-primary {
    display: flex;
    flex-direction: column;
    background: url('../img/bg-faq.svg') no-repeat center;
    background-size: cover;
    border-bottom: var(--color-bigstone-200) 1px solid;
    border-radius: 15px;
    padding: 30px 40px;
    color: #FFF;
    overflow: hidden;
    gap: 30px;
}

.np-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bg-banner-primary .h2,
.np-hero-content h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}

.np-hero-section.bg-transparent .faq-content .h2 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;

}

.np-hero-content h2 {
    color: var(--color-bigstone-800);
}

.bg-banner-primary .text {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.bg-banner-primary p {
    margin: 0;
    font-size: 14px;
    font-weight: 4000;
}

.bg-banner-primary a {
    color: var(--color-bigstone-800);
    background: #FFF;
    border: 1px solid var(--color-ocean-400);
    border-radius: 10px;
    padding: 7px 25px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    height: 38px;
}

.form-contact {
    display: flex;
    gap: 25px;
    flex-direction: column;
    background: #FFF;
    border: 1px solid var(--color-bigstone-200);
    border-radius: 15px;
    padding: 30px;
    margin-top: 25px;
}

.form-contact label {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-bigstone-800);
}

.form-contact input {
    width: 100%;
    border: 1px solid var(--color-bigstone-200);
    border-radius: 15px;
    padding: 10px 20px;
    font-size: 14px;
}

.gap30 {
    gap: 30px;
}

.impact.row .gap-4 {
    /* background: url(../img/block.svg) center no-repeat; */
    background: white;
    background-size: cover;
    border: 1px solid #C3CDD8;
    padding: 40px 30px;
    color: var(--color-bigstone-800);
    gap: 30px !important;
}

.impact.row .gap-4 .svg,
article .card__icon .svg {
    background: #009CFE;
    border-radius: 50%;
    height: 53px;
    width: 53px;
    display: flex;
}

.impact.row .gap-4 .svg svg,
article .card__icon .svg svg {
    margin: auto;
}

.impact.row .gap-4:nth-child(2) .svg,
.impact.row .gap-4:nth-child(3) .svg,
article:nth-child(2) .card__icon .svg,
article:nth-child(3) .card__icon .svg {
    background: #20B88B;
}

.impact.row .gap-4:nth-child(2) .svg {
    padding: 8px 11px 14px;
}

.impact.gap-3 {
    gap: 20px !important;
}

.impact .fw-medium.text {
    font-size: 18px;
}

.impact .fw-medium.h2 {
    font-size: 30px;
}

.np-btn-getfree:hover svg path {
    stroke: white;
}

.card-wrapper {
    height: auto;
    transition: height 0.3s ease;
}

.card {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding-top: 20px;
    background: var(--color-bigstone-550);
    border-color: #6E98C7 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, ;
}

.card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    justify-content: flex-end;
    background: var(--color-bigstone-10);
}

.card:hover .hr {
    width: 100%;
    border-top: 1px #4F6B8B solid;
    margin-bottom: 20px;
}

.card:hover .np-btn-getfree {
    background: var(--color-ocean-500);
    color: white;
    border-color: var(--color-ocean-400);
}

.hover-img {
    display: block;
    position: relative;
    width: 300px;
    height: 0;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease, height 0.3s ease;
    pointer-events: none;
    z-index: 10;
}

.hover-img::before {
    content: "";
    display: block;
    width: 300px;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-102px) translateX(-33px);
}

.hover-img-1::before {
    background-image: url('../img/dog-1.png');
}

.hover-img-2::before {
    background-image: url('../img/dog-2.png');
}

.hover-img-3::before {
    background-image: url('../img/dog-3.png');
    transform: translateY(-92px) translateX(-70px);
}

.card:hover .hover-img {
    opacity: 1;
    height: 80px;
    transform: translateY(-62px);

}

.card-wrapper:hover {
    height: auto;
}

.card-wrapper h5,
.card-wrapper p,
.card-wrapper a {
    margin: 0 20px;
}

.card-wrapper h5 {
    font-size: 22px;
    color: var(--color-bigstone-10) !important;
    margin-bottom: 20px;
}

.card-wrapper p {
    font-size: 16px;
    color: var(--color-bigstone-10) !important;
    margin-bottom: 20px;
}

.card-wrapper .card:hover p,
.card-wrapper .card:hover h5 {
    color: var(--color-bigstone-800) !important;
}

.card-wrapper a {
    margin-bottom: 30px;
}

.card__icon {
    margin: auto;
}

.block-kanban {
    position: relative;
    border: 1px solid var(--color-bigstone-200);
    border-radius: 15px;
    overflow: hidden;
    color: var(--color-bigstone-800);
}

.block-kanban .row {
    padding: 30px;
}

.gap10 {
    gap: 10px;
}

.gap20 {
    gap: 20px;
}

.bg-ocean {
    background: var(--color-ocean-500);
}

.fz35 {
    font-size: 35px;
}

.fz25 {
    font-size: 25px !important;
}

.fz20 {
    font-size: 20px !important;
}

.fz18 {
    font-size: 18px !important;
}

.kanban-img {
    position: absolute;
    right: 12px;
    bottom: -185px;
    width: 30%;
    z-index: 1;
}

.project-img {
    position: absolute;
    right: 465px;
    bottom: -40px;
    width: 28%;
}

.kanban-dog-img {
    position: absolute;
    right: -13px;
    bottom: -99px;
    width: 50%;
}

.card-kanban {
    background: white;
    border-radius: 0 0 15px 15px;
}

.card-img-top {
    height: 350px;
    object-fit: cover;
    object-position: top;
}

.bg-bigstone10 {
    background: var(--color-bigstone-10);
}

.color-bigstone100 {
    color: var(--color-bigstone-100);
}

.kanban-tasks-img {
    position: absolute;
    right: 7px;
    bottom: 171px;
    width: 96%;
}

.mouse-img {
    position: absolute;
    right: 122px;
    bottom: 137px;
    width: 13%;
    z-index: 1;
}

.h-kanban {
    width: 100%;
    min-height: 306px;
}

.w-90 {
    width: 90%;
}

.text-bigstone-300 {
    color: var(--color-bigstone-300) !important;
}

@media (min-width: 992px) {
    .np-features-slider-mobile {
        display: none !important;
    }

    .np-section-img {
        display: none !important;
    }

}

@media (max-width: 1400px) {

    #navControl .btn span {
        display: none;
    }

    #navControl .btn img {
        margin-right: 0;
    }

    #navControl .btn.active img {
        margin-right: 10px;
    }

    #navControl .btn.active span {
        display: block;
        white-space: nowrap;
        line-height: 1.9;
    }

    #navControl div:has(.btn.active) {
        width: auto !important;
    }

    #navControl .btn.active {
        display: flex;
    }


    .np-hero-section {
        padding: 40px 0;
    }

    .np-hero-title {
        font-size: 3em;
        margin-bottom: 24px;
        width: 520px;

    }

    .np-hero-desc {
        font-size: 15px;
        margin-bottom: 24px;
        max-width: 380px;
    }

    .np-hero-dashboard-img {
        max-width: 120%;
    }

    .np-section-title {
        font-size: 2em;
        margin-bottom: 24px;
    }

    .np-section-img {
        max-width: 120%;
        width: 690px;
    }

    .np-btn-signin {
        padding: 7px 6px;
    }

    .np-btn-getfree {
        padding: 7px 16px;
    }

    .bg-accent-lines::before {
        transform: translateX(320%) translateY(35%) scale(1);
    }

    .mouse-img {
        position: absolute;
        right: 60px;
        bottom: 148px;
        width: 13%;
    }

    .kanban-img {
        position: absolute;
        right: 12px;
        bottom: -143px;
        width: 34%;
    }

    .impact .fw-medium.h2 {
        font-size: 26px;
    }

    .impact .fw-medium.text {
        font-size: 16px;
    }

}


@media (max-width: 1199.98px) {
    .np-section-features--interactive {
        display: none !important;
    }

    .np-features-slider-mobile {
        display: block !important;
    }

    #navControl div .btn {
        border: 1px var(--color-bigstone-200) solid !important;
    }

    .np-info-block {
        border: 1px solid var(--color-bigstone-500);
        padding: 8px;
        border-radius: 10px;
    }

    .np-section-img {
        max-width: 120%;
        width: 490px;
    }

    .np-section-dashboard-bg {
        min-height: 596px;
    }

    .np-search-form {
        width: 45%;
    }

    .np-hero-dashboard-bg::after {
        transform: translateX(-30%) translateY(-15%) scale(0.5);
    }

    .np-hero-section+.np-hero-dashboard-bg+.np-hero-section.bg-colored {
        background: var(--color-bigstone-10);
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    body:has(.np-hero-section + .np-hero-dashboard-bg + .np-hero-section.bg-colored) .np-hero-section:first-of-type {
        padding-bottom: 60px !important;
    }


    .offcanvas-body .flex-xl-row {
        display: none !important;
    }

    /* .flex-nowrap {
        flex-wrap: wrap !important;
    } */

    .bg-accent-lines::before {
        transform: translateX(86%) translateY(35%) scale(1);
    }

    .mouse-img {
        position: absolute;
        right: 175px;
        bottom: 150px;
        width: 12%;
    }

    .kanban-img {
        position: absolute;
        right: -19px;
        bottom: -151px;
        width: 35%;
    }

    .kanban-tasks-img {
        right: 78px;
        bottom: 147px;
        width: 70%;
    }

}

@media (max-width: 991.98px) {

    /* Header */
    .np-header {
        padding: 10px 0;
    }

    .np-section:has(#navControl) {
        background: #FFFFFF;
    }

    .navbar-nav {
        gap: 0 !important;
    }

    .navbar-nav:first-child {
        border-top: 1px solid var(--color-bigstone-100);
    }

    .navbar-nav.flex-column.gap-lg-3 {
        align-items: flex-start !important;
        padding: 0 10px;
    }

    .np-header-link,
    .nav-link {
        padding: 0 !important;
        margin-bottom: 8px;
    }

    .np-logo-img {
        max-width: 120px;
        height: auto;
    }

    .np-logo-img.mb-1.pb-3 {
        margin-bottom: 8px !important;
        padding-bottom: 0 !important;
    }

    .offcanvas-header {
        padding: 30px 30px 25px 30px;
    }

    .offcanvas-header img {
        max-width: 100% !important;
    }

    /* Hero section */
    .np-hero-section {
        padding: 24px 0;
    }

    .np-hero-section h2 span {
        font-size: 38px !important;
    }

    .np-hero-section h2 span[style] {
        font-size: 30px !important;
    }

    .np-hero-title {
        font-size: 2em;
        width: 100%;
        margin-bottom: 18px;
    }

    .np-hero-desc p {
        font-size: 18px !important;
        max-width: 100%;
        margin-bottom: 18px;
    }

    .np-hero-title:has(+ .np-hero-desc p:only-of-type) {
        margin-bottom: 10px;
    }

    .impact .fw-medium.h2 {
        font-size: 25px;
    }

    .impact .fw-medium.text {
        font-size: 15px;
    }

    .impact.row .gap-4 .svg,
    article .card__icon .svg {
        height: 45px;
        width: 45px;
    }

    .impact.row .gap-4 {
        gap: 20px !important;
    }

    .np-hero-dashboard-img,
    .np-section-img {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        margin-top: 18px !important;
    }

    .np-hero-dashboard-img {
        height: 100%;
        object-fit: cover;
        transform: scale(2.2);
    }

    #navControl {
        width: 100% !important;
        gap: 10px;
        background: #fff;
        border: none !important;
        box-shadow: none !important;
        margin-bottom: 30px !important;
    }

    #navControl::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .overflow-hidden:has(.np-section-dashboard-bg) {
        border: 1px solid var(--color-bigstone-200);
        border-radius: 18px;
        width: 90%;
        margin: auto;
    }

    .np-section-dashboard-bg {
        min-height: 240px;
        transform: scale(2.1);
    }

    .np-hero-dashboard-bg {
        width: 100vw;
        height: 100%;
        left: 0;
        top: 0;
        transform: none;
        background-size: cover;
        background: none;
    }

    .np-hero-section .col-lg-6 {
        margin-bottom: 0px;
    }

    .img-container {
        overflow: hidden;
        position: relative;
        border-radius: 15px;
    }

    .np-power-title {
        font-size: 22px;
        text-align: center;
    }

    .np-power-info-block {
        padding: 20px;
    }

    .np-power-bar {
        height: 80px;
    }

    /* Sections */
    .np-section {
        padding: 30px 0;
    }

    section.np-section:has(+ section.business-types) {
        background: white;
    }

    .np-section-title {
        font-size: 18px;
        margin-bottom: 30px;
        text-align: left;
    }

    /* Feature block */
    .np-feature-block {
        flex-direction: column;
        padding: 18px;
        margin-bottom: 12px;
        border: none;
        box-shadow: none;
    }

    .np-feature-block img {
        width: 40px;
        height: 40px;
    }

    .np-feature-block .np-feature-dashboard-title {
        margin: 30px 10px;
        font-size: 18px;
    }

    .np-feature-block .np-btn-try-free {
        margin-top: 40px !important;
    }

    .np-feature-bar {
        margin-right: 0;
        margin-bottom: 10px;
        height: 48px;
    }

    .np-feature-title {
        font-size: 15px;
    }

    .np-features-slider-title {
        font-size: 18px;
        min-height: 54px;
    }

    .np-features-slider-desc {
        font-size: 14px;
    }

    .np-feature-block table.np-features-matrix-table th {
        font-size: 12px;
    }

    .np-feature-block table.np-features-matrix-table:first-child,
    table.np-features-matrix-table:first-child {
        padding-left: 0;
    }

    .np-feature-desc,
    .np-feature-quest {
        font-size: 13px;
    }

    /* Buttons */
    .np-btn-getfree,
    .np-btn-signin {
        font-size: 14px;
        padding: 7px 25px;
        margin: 0 !important;
        line-height: 30px;
        height: 48px;
    }

    .offcanvas-body .np-btn-getfree,
    .offcanvas-body .np-btn-signin {
        color: #FFF;
        background: var(--color-ocean-500);
        border: 1px solid var(--color-ocean-400);
        text-align: center;
        border-radius: 10px;
        padding: 7px 18px;
        font-size: 16px;
        font-weight: 500;
        /* order: 1; */
        text-decoration: none;
        transition: background 0.2s, color 0.2s;
        width: 100%;
    }

    .offcanvas-body .np-btn-signin {
        order: 2;
        background: transparent;
        border: 1px solid var(--color-bigstone-200);
        color: var(--color-bigstone-800);
    }

    .business-card .np-btn-getfree {
        margin: 0 20px !important;
        margin-bottom: 30px !important;
    }

    .business-card .np-btn-getfree {
        padding: 3px 10px;
        height: 32px;
        line-height: 24px;
    }

    .dropdown-arrow {
        display: none;
    }

    .np-btn-features-matrix {
        margin-bottom: 30px;
    }

    .np-btn-try-free {
        color: #fff;
        background: var(--color-ocean-500);
        border: 1px solid var(--color-ocean-400);
        border-radius: 10px;
        padding: 7px 25px;
        font-size: 14px;
        text-decoration: none;
        transition: background 0.2s;
        display: inline-block;
        margin-top: 20px;
    }

    /* Forms and selects */
    .np-search-form {
        background: var(--color-bigstone-650);
        width: 100% !important;
        min-width: 0 !important;
        padding: 7px 10px;
        margin-bottom: 20px !important;
        height: 48px;
    }

    .np-search-form:hover {
        background: var(--color-bigstone-650);
    }

    .np-lang-select {
        height: 48px;
        padding: 7px 10px;
    }

    .np-pricing-title {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .np-pricing-desc {
        font-size: 12px;
        padding-bottom: 16px;
    }

    .np-pricing-price {
        font-size: 20px;
    }

    /* Features matrix table */
    .np-features-matrix-table th,
    .np-features-matrix-table td {
        font-size: 10px;
        padding: 4px 2px;
    }

    .np-features-matrix-table th {
        font-size: 12px;
    }

    .np-matrix-checkbox {
        margin: 0 2px;
        border: 1px solid var(--color-bigstone-400);
    }

    /* Footer */
    footer {
        padding: 20px 0;
    }

    footer .row {
        flex-direction: column;
    }

    footer .col-lg-6,
    footer .col-lg-6.d-flex {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        margin-bottom: 16px;
    }

    .after-icon-1::after,
    .after-icon-2::after,
    .after-icon-3::after,
    .after-icon-4::after,
    .mascot-head::after,
    .np-built-block-bg::after,
    .np-startup-dashboard-bg::after,
    .np-startup2-dashboard-bg::after,
    .np-startup3-dashboard-bg::after,
    .np-startup4-dashboard-bg::after,
    .np-hero-dashboard-bg::after {
        content: none !important;
    }

    /* Dropdown (unique block) */
    .np-solutions-dropdown .dropdown-menu {
        min-width: 0;
        left: 0 !important;
        right: 0 !important;
        top: 100% !important;
        position: static !important;
        border-radius: 0 0 10px 10px;
        box-shadow: none;
        padding: 20px 10px;
        z-index: 1000;
        display: none;
    }

    .np-solutions-dropdown .dropdown-menu.show {
        display: block;
    }

    .np-solutions-dropdown .dropdown-menu .row {
        flex-direction: column;
        gap: 24px;
    }

    .np-solutions-dropdown .dropdown-menu .col-12,
    .np-solutions-dropdown .dropdown-menu .col-md-6 {
        width: 100%;
        max-width: 100%;
    }

    .offcanvas-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0px 30px 30px 30px;
    }

    .np-search-input {
        padding: 8px 8px 8px 30px;
    }

    .offcanvas-body .flex-xl-row {
        display: flex !important;
        gap: 20px !important;
        width: 100%;
    }

    .offcanvas-body .nav-item span {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .offcanvas-body .nav-item a.nav-link {
        width: 100%;
        color: var(--color-bigstone-800);
        border-bottom: 1px solid var(--color-bigstone-100);
        font-size: 24px;
        margin: 0;
        padding-left: 0 !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .np-solutions-dropdown a.dropdown-toggle[aria-expanded="true"] {
        margin: 0 !important;
    }

    #navControl .btn.active span {
        font-size: 10px;
    }

    #navControl .btn img {
        width: 20px;
    }

    .swiper-slide-shadow-right,
    .swiper-slide-shadow-left {
        background-image: linear-gradient(270deg, #00000000, #00000000) !important;
    }

    .impact.row .gap-4 {
        padding: 30px 20px;
    }

    .business-types .row {
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 0;
    }

    .swiper-slide {
        margin: auto;
    }

    .swiper-slide .card {
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        justify-content: flex-end;
        background: var(--color-bigstone-10);
        border: none !important;
    }

    .swiper-slide-active {
        width: 75%;
        margin: auto;
    }

    .swiper-slide-active .card .hover-img {
        opacity: 1;
        height: 90px;
        transform: translateY(-62px);

    }

    .swiper-slide-active {
        height: auto;
    }

    /* .card-wrapper:first-child .card {
        transform: translateX(50px);
    }

    .card-wrapper:last-child .card {
        transform: translateX(-50px);
    } */


    .swiper-slide .card p,
    .swiper-slide .card h5 {
        color: var(--color-bigstone-800) !important;
        margin: 0 20px;
        margin-bottom: 20px;
    }

    .swiper-slide h5 {
        font-size: 18px;
    }

    .swiper-slide .card p {
        font-size: 14px;
    }

    .swiper-slide-active .card .hr {
        width: 100%;
        border-top: 1px #4F6B8B solid;
        margin-bottom: 20px;
    }

    .card .np-btn-getfree {
        background: var(--color-ocean-500);
        color: white;
        border-color: var(--color-ocean-400);
        font-size: 12px;
    }

    .hover-img::before {
        content: "";
        display: block;
        width: 300px;
        height: 300px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateY(-92px) translateX(-10px);
    }

    section.business-types {
        padding-bottom: 40px !important;
        min-height: 410px;
    }

    .np-feature-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0;
        border-bottom: 1px solid var(--color-bigstone-100);
    }

    .np-feature-item {
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        margin-bottom: 30px;
        background: #fff;
    }

    .np-feature-toggle {
        width: 100%;
        background: none;
        border: none;
        padding: 20px;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }


    .np-feature-toggle:focus-visible {
        outline: none;
    }

    .np-feature-arrow {
        width: 16px;
        height: 16px;
        transition: transform .2s;
        margin-bottom: auto;
    }

    .np-feature-item.open .np-feature-arrow {
        transform: scaleY(-1) translateY(-7px);
    }

    .np-feature-content {
        display: none;
        padding: 0 16px 16px;
    }

    .np-pricing-select-main img {
        margin-right: 5px;
    }

    .np-pricing-select-main {
        font-size: 16px;
        padding: 6px 12px;
    }

    .np-pricing-select-arrow {
        padding: 14.9px;
    }

    .np-pricing-block.d-md-flex {
        display: none !important;
    }

    .np-pricing-mobile {
        display: flex !important;
    }


    .np-pricing-mobile {
        display: none;
    }

    .np-pricing-mobile-item {
        background: #fff;
        transition: box-shadow 0.2s;
    }

    .np-pricing-mobile-item.open{
        border-color: var(--color-ocean-500) !important;
    }

    .np-pricing-mobile-toggle {
        background: none;
        padding: 20px;
        border: none;
        border-radius: 15px;
        outline: none;
        cursor: pointer;
    }

    .np-pricing-mobile-arrow {
        transition: transform 0.2s;
    }

    .np-pricing-mobile-item.open .np-pricing-mobile-arrow {
        transform: rotate(180deg);
    }

    .np-pricing-features-list{
        margin-top: 0;
        margin-left: 0;
        padding-left: 0;
    }

    .open .np-pricing-mobile-toggle{
        padding-bottom: 16px !important;
    }

    .open button .np-pricing-price{
        display: none;
    }

    .open button .np-btn-startup{
        display: none !important;
    }

    .np-pricing-mobile-content{
        padding: 0 20px 20px;
    }

    .np-pricing-mobile-content a{
        display: inline-block !important;
        margin: 25px 0;
        width: auto;
    }

    .np-pricing-mobile-content .np-pricing-desc{
        padding-bottom: 16px !important;
    }

    .np-pricing-features-list li.border-bottom:last-child {
        border: none !important;

    }

}

@keyframes load_down {
    0% {
        border-top-width: 2px;
    }

    100% {
        border-top-width: 112px;
    }
}

@keyframes load_right {
    0% {
        border-left: 2px solid var(--color-ocean-500);
    }

    100% {
        border-left: 52px solid var(--color-ocean-500);
    }
}