#tsparticles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

.navbar-expand-lg {
    background-color: #2b5b84  !important;
}

.navbar-nav .nav-link {
    color: #c6d5e3 !important;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link.active {
    color: #c6d5e3 !important;
    font-weight: 600;
}

.navbar-nav .nav-link:hover {
    color: #ffffff !important;
}

.text-secondary {
    color: #2b5b84 !important;
    font-weight: 400 !important;
}
.text-center {
    color: #2b5b84 !important;
    font-weight: 400 !important;
}

.text-primary {
    color: #2b5b84 !important;
    font-weight: 600 !important;
}

.lead.mb-4 {
    color: #2b5b84 !important;
    font-weight: 400 !important;
}

.lead.mb-4.fw-semibold {
    color: #1E90FF;
    font-size: 1.5rem !important;
    font-weight: 600;
}

.product-card {
    background-color: #f7f8fa; /* Iš index.html */
    border-radius: 1.5rem; /* Iš index.html, ~24px */
    padding: 3rem; /* Iš index.html, ~48px */
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4); /* Iš index.html */
}

.product-image {
    width: auto; /* Iš ankstesnio style.css, gali būti naudinga */
    height: auto; /* Iš ankstesnio style.css, gali būti naudinga */
    max-width: 100%; /* Iš index.html */
    border-radius: 1rem; /* Iš index.html, ~16px */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); /* Iš index.html */
}

.feature-box { /* Iš index.html */
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
    color: #2B5B84;
    background-color: #fff;
    padding: 1rem;
    border-radius: 1rem;
    border-left: 10px solid #2b5b84;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); /* Iš index.html */
}

.feature-box i { /* Iš index.html */
    font-size: 2.0rem;
    color: #2b5b84;
}

/* h1 stilius pašalintas, kaip nurodyta užduotyje, kad Bootstrap .text-primary valdytų spalvą */

footer { /* Iš index.html style bloko */
    font-size: 0.9rem;
    text-align: center;
    margin-top: 4rem;
    color: #c2d6d6; /* Pagal užduoties aprašyme nurodytą CSS turinį */
}