/* New CSS for the services page */

.signature-blueprint {
    padding: 60px;
    margin-bottom: 30px;
    text-align: center;
    background-color: #1A1A1A;
    border: 1px solid #333;
    border-radius: 4px;
    color: #E0E0E0;
}

.signature-blueprint h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

#interactive-3d-model {
    min-height: 400px;
    cursor: grab;
    width: 100%;
}

#particles-js {
    width: 100%;
    height: 400px;
    background-color: #1A1A1A;
    border: 1px solid #333;
    border-radius: 4px;
}

.seo-section {
    padding: 4rem 0;
    text-align: center;
}

.seo-section h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.innovation-lab {
    padding: 4rem 0;
}

.innovation-lab h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center;
}

.innovation-lab-image {
    text-align: center;
}

.innovation-lab-image img {
    max-width: 100%;
    border-radius: .25rem;
}

.signature-blueprint p {
    font-size: 1.1rem;
    line-height: 1.6;
}

.modular-solutions {
    padding: 4rem 0;
}

.modular-solutions h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: center;
}

.modular-solutions > p {
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 2rem;
}

.modular-solution {
    padding: 40px;
    line-height: 28px;
    margin-bottom: 30px;
    background-color: #1A1A1A;
    border: 1px solid #333;
    border-radius: 8px;
    color: #E0E0E0;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.modular-solution:hover {
    transform: translateY(-8px);
    border-color: #00F5D4;
    box-shadow: 0 15px 30px rgba(0, 245, 212, 0.2);
}

.modular-solution .icon {
    font-size: 3rem;
    color: #00F5D4;
    margin-bottom: 25px;
}

.modular-solution h3 {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.modular-solution p {
    line-height: 1.7;
}

.modular-solution p strong {
    color: #00F5D4;
    font-weight: 600;
    display: block;
    margin-top: 20px;
}
