body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
}

.data-sheets {
    text-align: center;
    padding: 40px 20px;
}

.data-sheets h2 {
    font-size: 2em;
    margin-bottom: 10px;
}

.data-sheets p {
    font-size: 1.2em;
    margin-bottom: 40px;
}

.card-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 300px;
    border: 1px solid #ddd;
    transition: transform 0.3s;
}

.card:hover {
    transform: translateY(-5px);
}

.card-header {
    background-color: #333;
    padding: 20px;
    color: white;
}

.card-header h3 {
    font-size: 1.5em;
    margin: 0;
}

.card-body {
    padding: 20px;
}

.card-body p {
    font-size: 1em;
    margin-bottom: 15px;
}

.overview-tag {
    display: inline-block;
    padding: 5px 10px;
    background-color: #e0f1ff;
    color: #007bff;
    border-radius: 5px;
    font-size: 0.9em;
    margin-bottom: 15px;
}

.download-link {
    color: #007bff;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
}

.download-link:hover {
    text-decoration: underline;
}








body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
}

.product-overview {
    text-align: center;
    padding: 40px 20px;
}

.product-overview h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

.card-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 300px;
    border: 1px solid #ddd;
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}

.card-header {
    background-color: #333;
    padding: 20px;
    color: white;
}

.card-header h3 {
    font-size: 1.5em;
    margin: 0;
}

.card-body {
    padding: 20px;
}

.card-body p {
    font-size: 1em;
    margin-bottom: 10px;
}

.data-tag {
    display: inline-block;
    padding: 5px 10px;
    background-color: #e0f1ff;
    color: #007bff;
    border-radius: 5px;
    font-size: 0.9em;
    margin-bottom: 10px;
}

.download-link {
    color: #007bff;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
}

.download-link:hover {
    text-decoration: underline;
}










body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
}

.camera-overview {
    text-align: center;
    padding: 40px 20px;
}

.camera-overview h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

.card-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 300px;
    border: 1px solid #ddd;
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}

.card-header {
    background-color: #333;
    padding: 20px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-header h3 {
    font-size: 1.5em;
    margin: 0;
}

.card-body {
    padding: 20px;
    text-align: left;
}

.card-body p {
    font-size: 1em;
    margin-bottom: 10px;
}

.data-tag {
    display: inline-block;
    padding: 5px 10px;
    background-color: #e0f1ff;
    color: #007bff;
    border-radius: 5px;
    font-size: 0.9em;
    margin-bottom: 10px;
}

.download-link {
    color: #007bff;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
}

.download-link:hover {
    text-decoration: underline;
}

.icon img {
    width: 24px;
    height: 24px;
}





body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
}

.email-signup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 40px;
    max-width: 1200px;
    margin: 40px auto;
}

.signup-content {
    max-width: 600px;
}

.signup-content h2 {
    font-size: 2em;
    margin-bottom: 10px;
}

.signup-content p {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.signup-form {
    display: flex;
    gap: 10px;
}

.signup-form input[type="email"] {
    padding: 10px;
    font-size: 1em;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
    flex-grow: 1;
}

.signup-form button {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    font-size: 1em;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.signup-form button:hover {
    background-color: #0056b3;
}

.signup-image img {
    max-width: 400px;
    height: auto;
}

.signup-image {
    background: linear-gradient(90deg, #e0f1ff, #b3e5fc);
    padding: 20px;
    border-radius: 10px;
}


.footer-section {
    background-color: #333;
    color: white;
    padding: 50px 20px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-subscribe {
    max-width: 400px;
}

.footer-subscribe h3 {
    color: #00aaff;
    font-size: 1.3em;
    margin-bottom: 10px;
}

.footer-subscribe p {
    font-size: 1em;
    margin-bottom: 20px;
}

.email-form {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

.email-form input[type="email"] {
    padding: 10px;
    font-size: 1em;
    border: none;
    outline: none;
    flex-grow: 1;
    border-radius: 5px 0 0 5px;
}

.email-form button {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    font-size: 1.5em;
    border: none;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    transition: background-color 0.3s;
}

.email-form button:hover {
    background-color: #0056b3;
}

.footer-links {
    display: flex;
    gap: 40px;
}

.footer-column {
    max-width: 200px;
}

.footer-column h4 {
    font-size: 1.2em;
    color: #ccc;
    margin-bottom: 10px;
}

.footer-column ul {
    list-style-type: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-column ul li a:hover {
    color: #00aaff;
}



.legal-footer {
    background-color: #333;
    color: white;
    padding: 20px 0;
    text-align: center;
}

.legal-footer hr {
    border: 0;
    height: 1px;
    background-color: #555;
    margin-bottom: 20px;
    width: 80%;
}

.legal-footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.footer-links {
    display: flex;
    gap: 20px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 0.9em;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #00aaff;
}

.copyright {
    font-size: 0.85em;
    color: #bbb;
}
