.elementor-594 .elementor-element.elementor-element-767912c{--display:flex;}.elementor-594 .elementor-element.elementor-element-d27790a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-bf0e8af *//* Custom Styles for TechnovaKey Product Page */
.tnv-product-container {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
}

.tnv-hero {
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 15px;
    margin-bottom: 40px;
}

.tnv-hero h1 {
    color: #0078d4; /* Microsoft Blue */
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.tnv-subtitle {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 25px;
}

.tnv-badges {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.tnv-badges span {
    background: #fff;
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    color: #0078d4;
}

.tnv-section {
    padding: 40px 0;
}

.tnv-h2 {
    font-size: 1.8rem;
    color: #222;
    margin-bottom: 20px;
    border-left: 5px solid #0078d4;
    padding-left: 15px;
}

.tnv-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.tnv-feature-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #eee;
    transition: transform 0.3s ease;
}

.tnv-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.tnv-icon {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 15px;
}

.tnv-bg-alt {
    background-color: #fafafa;
    padding: 40px 20px;
    border-radius: 12px;
}

.tnv-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.tnv-table td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
}

.tnv-app-list {
    display: grid;
    gap: 15px;
}

.tnv-app-item {
    background: #f0f4f8;
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #0078d4;
}

.tnv-faq-item {
    margin-bottom: 25px;
}

.tnv-faq-item h4 {
    color: #0078d4;
    font-size: 1.1rem;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .tnv-hero h1 { font-size: 1.8rem; }
    .tnv-badges { flex-direction: column; align-items: center; }
}/* End custom CSS */