.elementor-3749 .elementor-element.elementor-element-4d28624{--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;}.elementor-3749 .elementor-element.elementor-element-7707850 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-3749 .elementor-element.elementor-element-df54023 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-3749 .elementor-element.elementor-element-d273776 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-3749 .elementor-element.elementor-element-5fd19c7 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-3749 .elementor-element.elementor-element-f054e44 .elementor-wrapper{--video-aspect-ratio:1.77777;}/* Start custom CSS for html, class: .elementor-element-c31fd4d *//* FAQ Section */
.faq-container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 32px 16px;
    background: #f9fafb;
    border-radius: 12px;
    font-size: 14px;
    color: #4b5563;
    line-height: 1.7;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.faq-description,
.faq-note,
.faq-help-link {
    font-size: 15px;
    color: #374151;
    max-width: 800px;
    margin: 0 auto 16px;
}

.faq-description strong,
.faq-description em {
    font-weight: bold;
}

.faq-note {
    font-size: 14px;
    color: #6b7280;
}

.faq-help-link {
    font-size: 14px;
    color: #2563eb;
    margin-top: 16px;
}

/* Optimized Quick Logo Navigation */
.logo-navigation {
    max-width: 1080px;
    margin: 32px auto 0;
    padding: 8px 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.brand-card {
    flex: 1 0 140px;
    max-width: 160px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease;
    padding: 8px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.brand-card:hover {
    transform: scale(1.05);
}

.brand-logo {
    height: 64px;  /* Ensure all logos have the same height */
    width: 64px;   /* Set fixed width for logos */
    border-radius: 8px;
    margin-bottom: 8px;
    object-fit: contain; /* Ensures the image is properly contained within the specified dimensions */
}

.brand-name {
    font-size: 13px;
    color: #1f2937;
    margin-top: 4px;
}

.brand-model {
    font-size: 12px;
    color: #6b7280;
}

/* Responsive Design */
@media (max-width: 768px) {
    .faq-description,
    .faq-note,
    .faq-help-link {
        font-size: 14px;
    }

    .logo-navigation {
        gap: 12px;
    }

    .brand-card {
        flex: 1 0 100%;
    }
}/* End custom CSS */