
@import "print.css" print;

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1.5rem;
    padding: 0;
    font-weight: normal;
}

h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    padding-bottom: 0.5rem;
    color: #2c3e50;
    font-weight: 700;
}

h2 {
    font-size: 2rem;
    line-height: 1.3;
    padding: 0.4rem 0;
    color: #34495e;
    font-weight: 600;
}

h3 {
    font-size: 1.75rem;
    line-height: 1.4;
    padding: 0.3rem 0;
    color: #46637f;
    font-weight: 500;
}

h4 {
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 0.2rem 0;
    color: #5d7290;
    font-weight: 500;
}

h5 {
    font-size: 1.25rem;
    line-height: 1.6;
    padding: 0.1rem 0;
    color: #7a8ea4;
    font-weight: 400;
}

h6 {
    font-size: 1rem;
    line-height: 1.8;
    padding: 0.1rem 0;
    color: #7a8ea4;
    font-weight: 400;
}

p, ul, ol, dl {
    margin: 1rem 0 1.5rem;
    line-height: 1.8;
    color: #444;
}

p {
    padding-right: 0.5rem;
}

ul, ol {
    padding-left: 1rem;
}

li {
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
}

ul li {
    list-style-type: disc;
}

ol li {
    list-style-type: decimal;
}

dl {
    padding: 0 0.5rem;
}

dt {
    font-weight: 600;
    color: #2c3e50;
    margin-top: 0.8rem;
    padding-left: 0.5rem;
}

dd {
    margin-left: 2rem;
    margin-bottom: 0.6rem;
    padding-left: 0.5rem;
}

pre {
    background-color: #f5f5f5;
    padding: 1rem;
    border-radius: 4px;
    overflow-x: auto;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.9em;
    line-height: 1.5;
    color: #333;
}

code {
    background-color: #f0f0f0;
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.9em;
    color: #d63333;
}

pre code, a code, h1 code, h2 code, h3 code, h4 code, th code {
    background-color: transparent;
    color: inherit;
    padding: 0;
}

a {
    text-decoration: none;
    color: #0266C8;
}

a[href$=".pdf"] {
    padding: 2px 4px;
    background: url('/style/images/pdf.png') no-repeat 55% center;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: 0.95em;
    line-height: 1.6;
    color: #444;
}

th, td {
    padding: 0.75rem;
    border: 1px solid #ddd;
    text-align: left;
}

th {
    background-color: #ecf0f1;
    color: #2c3e50;
    font-weight: 600;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

input.submit {
    background-color: #4d93d8;
    border: 1px solid #0266C8;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    height: 30px !important;
    margin-left: 0 !important;
    width: 100px !important;
}

a.external {
    background: url(images/external.png) no-repeat right;
    padding-right: 12px;
}

.page-wrapper {
    width: 981px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.top-menu {
    background-color: #333;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.top-menu .nav-container {
    background: linear-gradient(#82b4e3, #096ac9, #0265c8);
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.top-menu .nav-items,
.top-menu .sign-in {
    display: flex;
    line-height: 1rem;
}

.top-menu .nav-items li,
.top-menu .sign-in li {
    list-style: none;
}

.top-menu .sign-in {
    margin-right: 40px;
}

.top-menu .nav-items li a,
.top-menu .sign-in li a {
    display: block;
    padding: 7px;
    color: #fff;
    font-size: 1rem;
    margin-top: 17px;
}

.side-menu {
    width: 250px;
    padding-top: 20px;
    position: sticky;
}

.side-menu h2 {
    padding: 10px 10px;
    font-size: 0.9rem;
    text-transform: uppercase;
    background-color: #4d93d8;
    color: #fff;
    margin-bottom: 0;
}

.side-menu ul {
    background: #f1f1f1;
    margin: 0;
    padding: 0;
}

.side-menu li {
    list-style: none;
    padding: 0;
}

.side-menu ul li a {
    display: block;
    padding: 10px 10px;
    border-bottom: 1px solid #0266C8;
    color: #3f3f3f;
    font-size: 0.8rem;
}

.right-side-container {
    display: flex;
    align-items: center;
    position: relative;
}

.cart-container {
    margin-right: 10px;
    position: relative;
}

.cart-icon {
    width: 24px;
    height: 24px;
    fill: #fff;
    cursor: pointer;
    margin-top: 3px;
    margin-right: 23px;
}

.search-container {
    display: flex;
    align-items: center;
    position: relative;
}

.search-container input[type="text"] {
    width: 40px;
    height: 40px;
    padding: 10px 10px 10px 40px;
    border: none;
    border-radius: 20px;
    background-color: transparent;
    color: #fff;
    font-size: 1rem;
    outline: none;
    transition: width 0.3s ease, background-color 0.3s ease;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1001;
}

.search-container input[type="text"]::placeholder {
    color: #fff;
}

.search-container input[type="text"]:focus {
    width: 600px;
    background-color: #0266C8;
    border: 1px solid #fff;
}

.search-container input[type="text"]:focus + .nav-items {
    margin-right: 160px;
}

.search-icon {
    position: absolute;
    left: -90px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    fill: #fff;
    z-index: 1002;
    cursor: pointer;
}

.content-container {
    display: flex;
    width: 100%;
}

.main-content {
    flex: 1;
    min-height: calc(100vh - 120px);
    max-width: 981px;
    padding: 20px;
}

img.productpage {
    float: right;
    height: 329px;
    width: 223px;
    padding: 10px 0 0 10px;
}

img.product-diagram {
    float: right;
    width: 50%;
}

.tab-container {
    margin-top: 20px;
}

.tab-buttons {
    display: flex;
    border-bottom: 1px solid #bcd2e6;
}

.tab-buttons button {
    border: 1px solid #e2ebf4;
    background: linear-gradient(#f5f9fc, #e5edf5, #e2ebf4);
    color: #3f3f3f;
    cursor: pointer;
    outline: none;
    transition: background 0.3s ease;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 5px;
    font-weight: bold;
    height: 36px;
    width: 100px;
    text-align: center;
}

.tab-buttons button:hover {
    background: linear-gradient(#fff, #f4f7fb, #f9fbfd);
}

.tab-buttons button.active {
    background: linear-gradient(#fff, #f4f7fb, #f9fbfd);
    border-bottom: 2px solid #bcd2e6;
}

.tab-content {
    padding: 20px 0;
    display: none;
}

.tab-content.active {
    display: block;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel {
    position: relative;
    width: 100%;
    max-width: 941px;
    margin: 40px auto;
    overflow: hidden;
}

.carousel-slides {
    display: flex;
     /* animation: slideInFromRight 1.5s ease-in-out; */
}

@keyframes slideInFromRight {
    0% { transform: translateX(100px); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

.carousel-slides a, .carousel-slides img {
    z-index: 600;
}

.carousel-slide {
    min-width: 100%;    
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 1.0s ease;
}

.carousel-slide.active {
    opacity: 1;
    position: relative;
}

img.mobile-slide {
    display: none;
}

.carousel-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 600
}

.carousel-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #bbb;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.carousel-dot.active {
    background-color: #007BFF;
}

.text-blocks {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 40px;
}

.text-block {
    width: 235px;
    border-radius: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    min-height: 200px;
}

.action-button {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(#e43e38, #d7312b, #c5221c);
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.action-button:hover {
    background-color: #0056b3;
}

.text-block .action-button {
    width: 220px;
    margin-top: auto;
}

.blog-section {
    margin-top: 40px;
}

.blog-heading {
    display: flex;
    align-items: center;
}

.blog-heading svg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-bottom: 1px;
}

.blog-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.blog-post {
    padding: 15px 30px 15px 0;
}

.button-container {
    margin: 20px 0 30px;
    display: flex;
    gap: 15px;
}

.button-container .action-button,
.button-container a {
    padding: 5px 0;
    width: 220px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.188rem;
    font-size: 1.188rem;
    color: #fff;
    border-radius: 5px;
    background-image: linear-gradient(#e43e38, #d7312b, #c5221c);
}

.button-container span {
    display: inline-block;
    font-size: 0.8rem;
    text-align: center;
}

.download-btn, .buy-btn {
    color: #fff;
    font-weight: 650;
}

.popup-style {
    width: 600px;
    height: 400px;
    overflow: auto;
    margin: 0 auto;
}

.filter-container {
    margin: 20px 0 20px;
}

.filter-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #bcd2e6;
}

.filter-buttons button {
    padding: 10px 20px;
    font-size: 0.8rem;
    border: 1px solid #e2ebf4;
    background: linear-gradient(#f5f9fc, #e5edf5, #e2ebf4);
    color: #333;
    cursor: pointer;
    outline: none;
    transition: background 0.3s ease;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold;
    height: 36px;
    width: 170px;
    line-height: 0.938rem;
}

.filter-buttons button:hover {
    background: linear-gradient(#fff, #f4f7fb, #f9fbfd);
}

.filter-buttons button.active {
    background: linear-gradient(#fff, #f4f7fb, #f9fbfd);
    border-bottom: 2px solid #bcd2e6;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

.product-item {

}

.product-item h2 {
    font-size: 0.9rem;
}

.product-item p {
    margin-top: -20px;
}

.square-banner {
    float: right;
    margin-left: 15px;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #4A90E2, #9013FE);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    overflow: hidden;
}

.square-banner:hover {
    transform: scale(1.05);
}

.square-banner-text {
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.square-banner-text h2 {
    font-size: 2.8rem;
    color: #fff;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.square-banner-text p {
    font-size: 1.5rem;
    color: #fff;
    margin: 5px 0;
    opacity: 0.9;
}

.square-banner-cta-button {
    padding: 10px 20px;
    background-color: #FF6B6B;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.square-banner-cta-button:hover {
    background-color: #E63946;
    transform: translateY(-2px);
}

.banner {
    width: 728px;
    height: 90px;
    background: linear-gradient(45deg, #6b48ff, #00ddeb);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.banner-text {
    text-align: center;
    flex: 1;
}

.banner-text h2 {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 5px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.banner-text p {
    color: #fff;
    font-size: 0.9rem;
    margin: 0;
    opacity: 0.9;
}

.cta-button {
    padding: 10px 20px;
    background-color: #ff2d55;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 0.9rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.cta-button:hover {
    background-color: #e02547;
    transform: translateY(-2px);
}

.share-bar {
    display: flex;
    gap: 10px;
    position: absolute;
    right: 0;
    bottom: 275px;
    margin: 0 0 40px 30px;
}

.share-bar span {
    padding-top: 10px;
}

.share-bar a, .share-bar button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.share-bar svg {
    width: 24px;
    height: 24px;
    fill: #3f3f3f;
}

footer {
    background-color: #0266C8;
    color: #fff;
    padding: 0 0 20px;
    width: 100%;
    position: relative;
    bottom: 0;
    z-index: 800;
}

.footer-container {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-container p {
    color: #fff;
    font-size: 0.7rem;
    width: 70%;
}

.footer-column {
    flex: 1;
    min-width: 166px;
    margin: 10px;
}

.footer-column h3 {
    color: #f2b50f;
    font-size: 0.8rem;
    margin-bottom: 0;
}

.footer-column ul {
    margin: 0;
    padding: 0;
}

.footer-column ul li {
    list-style: none;
    margin: 0;
    padding: 0 0 4px;
}

.footer-column li {
    line-height: 1.1rem;
}

.footer-column li:last-child {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: #fff;
    font-size: 0.8rem;
}

.social-media {
    display: flex;
    gap: 0;
    position: absolute;
    right: 50px;
    bottom: 15px;
}

.social-media a {
    width: 40px;
    height: 40px;
}

.social-media svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}

.form-container, .message-container, .container {
    background-color: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
}

.message-container, .container {
    padding-left: 0;
    margin-left: 20px;
    max-width: none;
    box-shadow: none;
}

.result-item {
    margin-bottom: 1.5rem;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

.result-item a {
    font-size: 1.2rem;
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
}

.result-item a:hover {
    text-decoration: underline;
}

.result-item a:focus {
    outline: 2px solid #3498db;
    outline-offset: 2px;
}

.snippet {
    margin-top: 0.5rem;
    color: #666;
}

.pagination {
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pagination a {
    padding: 0.5rem 1rem;
    color: #fff;
    background-color: #3498db;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    width: 100px;
    text-align: center;
}

.pagination a:hover {
    background-color: #2980b9;
}

.pagination a:focus {
    outline: 2px solid #3498db;
    outline-offset: 2px;
}

.error-messages {
    margin-bottom: 1.5rem;
    padding: 0.75rem;
    background-color: #ffebee;
    border: 1px solid #e74c3c;
    border-radius: 4px;
    color: #e74c3c;
    font-size: 0.9rem;
    display: none;
}

.error-messages[role="alert"] {
    display: block;
}

.intro-text, .spam-note, .benefits, .message, .info-text, .legal, .instructions, .legend {
    margin-bottom: 1.5rem;
}

.intro-text, .message {
    color: #444;
    line-height: 1.8;
}

.spam-note, .info-text, .instructions {
    color: #7f8c8d;
    font-style: italic;
}

.benefits {
    color: #555;
}

.benefits ul {
    padding-left: 0;
    margin-left: 0;
}

.benefits li {
    list-style-type: none;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    position: relative;
}

.benefits li::before {
    content: "✓";
    color: #27ae60;
    position: absolute;
    left: 0;
}

.form-group {
    margin-bottom: 1rem;
}

label {
    display: block;
    font-weight: 500;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

input[type="email"],
input[type="password"],
input[type="text"],
textarea,
select {
    width: 100%;
    padding: 0.75rem;
    font-size: 1rem;
    border: 2px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
textarea:focus,
select:focus {
    border-color: #3498db;
    outline: none;
}

.required::after {
    content: " *";
    color: #e74c3c;
}

.form-container button,
.save-quote-btn,
.update-cart-btn,
.checkout-btn,
.edit-profile-btn,
.address-btn,
.place-order-btn,
.invoice-address-btn,
.edit-systems-btn,
.license-request-btn,
.submit-feedback-btn,
.solution-btn{
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.form-container button,
.save-quote-btn,
.update-cart-btn,
.checkout-btn,
.edit-profile-btn,
.address-btn,
.license-request-btn,
.submit-feedback-btn,
.solution-btn {
    background-color: #3498db;
}

.form-container button:hover,
.save-quote-btn:hover,
.update-cart-btn:hover,
.checkout-btn:hover,
.edit-profile-btn:hover,
.address-btn:hover,
.license-request-btn:hover,
.submit-feedback-btn:hover,
.solution-btn:hover {
    background-color: #2980b9;
}

.form-container button:focus,
.save-quote-btn:focus,
.update-cart-btn:focus,
.checkout-btn:focus,
.edit-profile-btn:focus,
.address-btn:focus,
.license-request-btn:focus,
.submit-feedback-btn:focus,
.solution-btn:focus{
   outline: 2px solid #3498db;
   outline-offset: 2px;
}

.place-order-btn,
.invoice-address-btn,
.edit-systems-btn {
    background-color: #27ae60;
}

.place-order-btn:hover,
.invoice-address-btn:hover,
.edit-systems-btn:hover {
    background-color: #219653;
}

.place-order-btn:focus,
.invoice-address-btn:focus,
.edit-systems-btn:focus {
    outline: 2px solid #219653;
    outline-offset: 2px;
}

.save-quote-btn,
.edit-profile-btn,
.address-btn {
    width: 210px;
}

.links {
    margin-top: 1.5rem;
    text-align: center;
}

.links a {
    color: #3498db;
    text-decoration: none;
    margin: 0 1rem;
}

.links a:hover {
    text-decoration: underline;
}

.privacy {
    margin-top: 1.5rem;
    color: #7f8c8d;
    font-size: 0.9rem;
    text-align: center;
}

.privacy a {
    color: #3498db;
    text-decoration: none;
}

.privacy a:hover {
    text-decoration: underline;
}

.table-headers,
.table-data {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.table-headers div,
.table-data div {
    flex: 1;
    padding: 0.5rem;
    text-align: left;
    border: 1px solid #ddd;
}

.table-headers div {
    font-weight: 600;
    color: #2c3e50;
    background-color: #ecf0f1;
}

.container .download-link {
    margin-left: 20px;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    color: #fff;
    background-color: #3498db;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.container .download-link:hover {
    background-color: #2980b9;
}

.container .wizard-link {
    margin: 1rem 0;
    display: block;
    color: #3498db;
    text-decoration: none;
}

.container .wizard-link:hover {
    text-decoration: underline;
}

form h2 {
    font-size: 1.5rem;
    color: #34495e;
    margin-bottom: 1rem;
    font-weight: 600;
}

.section select {
    width: auto;
}

.section p {
    padding-left: 0;
}

.hidden {
    display: none;
}

.completed {
    color: #27ae60;
    font-weight: 600;
}

.off {
    background-color: #f1f1f1;
    color: #888;
    border-color: #ccc;
}

.legend {
    padding: 1rem;
    background-color: #f1f1f1;
    border-radius: 4px;
}

.legend-item {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.legend-item span {
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
    display: inline-block;
}

.progress-bar {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    color: #7f8c8d;
}

.progress-bar div {
    flex: 1;
    text-align: center;
    padding: 0.5rem;
    background-color: #ecf0f1;
}

.progress-bar .active {
    background-color: #7f8c8d;
    color: #fff;
}

.top-controls {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.top-controls select,
td select {
    padding: 0.5rem;
    font-size: 1rem;
    border: 2px solid #ddd;
    border-radius: 4px;
    transition: border-color 0.3s ease;
}

.top-controls select:focus,
td select:focus {
    border-color: #3498db;
    outline: none;
}

.cart-table,
.order-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
    white-space: nowrap;
}

.cart-table th,
.cart-table td,
.order-table th,
.order-table td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.cart-table th,
.order-table th {
    background-color: #f1f1f1;
    font-weight: 600;
    color: #2c3e50;
}

.cart-table td {
    vertical-align: middle;
}

.trash-icon {
    cursor: pointer;
    color: #e74c3c;
    font-size: 1.2rem;
}

.trash-icon:hover {
    color: #c0392b;
}

.cart-discount-error {
    color: #e74c3c;
}

select.platform,
select.model {
    max-width: 150px;
}

input[type="number"] {
    width: 60px;
    padding: 0.5rem;
    border: 2px solid #ddd;
    border-radius: 4px;
}

.promo-code {
    margin-bottom: 1.5rem;
}

.promo-code input {
    padding: 0.5rem;
    width: 300px;
    border: 2px solid #ddd;
    border-radius: 4px;
}

.grand-total {
    font-weight: 600;
    color: #2c3e50;
}

.button-row {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1.5rem;
}

.purchase-order-form input {
    padding: 0.5rem;
    width: 300px;
    border: 2px solid #ddd;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.purchase-order-form input:focus {
    border-color: #3498db;
    outline: none;
}

.purchase-order-form input:required {
    border-color: #e74c3c;
}

.button-row button,
.button-row a,
.edit-profile-btn,
.address-btn,
.place-order-btn,
.license-request-btn,
.submit-feedback-btn {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

input[readonly] {
    color: #555;
    cursor: not-allowed;
    border: 2px solid #ddd;
    background-color: #f1f1f1;
}

.customer-details div {
    padding: 0 0.5rem;
}

.invoice-address-container {
    display: flex;
    gap: 1rem;
}

.address-buttons {
    flex-shrink: 0;
}

.address-buttons form {
    margin-bottom: 1rem;
}

.address-display {
    padding: 1rem 0;
    flex-grow: 1;
}

.info-text a {
    color: #3498db;
    text-decoration: none;
}

.info-text a:hover {
    text-decoration: underline;
}

.legal {
    font-size: 0.8rem;
    color: #7f8c8d;
    margin-top: 1.5rem;
    border-top: 1px solid #ddd;
    padding-top: 1rem;
}

#paymentmethods th,
#paymentmethods td {
    border: none !important;
}

#paymentmethods tr:nth-child(even) {
    background-color: transparent;
}

.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.checkbox-group label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    color: #2c3e50;
}

.checkbox-group input[type="checkbox"] {
    margin: 0;
    width: 1.2rem;
    height: 1.2rem;
}

fieldset {
    margin-bottom: 1rem;
    padding: 0;
}

legend {
    font-weight: 500;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.radio-group {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.radio-group label {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 1rem;
}

.radio-group input[type="radio"] {
    margin: 0;
    width: 1.2rem;
    height: 1.2rem;
}

textarea {
    min-height: 100px;
    resize: vertical;
}

.solution,
#solution table {
    width: auto;
}

#solutiondownload td,
.solution td {
    vertical-align: middle;
}

.block {
    background: #f5f5f5 !important;
    width: 100% !important;
    color: #000 !important;
}

.application {
    background-color: #9fc;
}

.component {
    background-color: #6cf;
}

.database {
    background-color: #ffc;
}

.interface {
    background: #9fc;
}

.thirdparty {
    background-color: #fcf;
}

td.application,
td.interface,
td.language,
td.component,
td.database,
td.thirdparty {
    font-size: 11px;
    height: 100px;
    padding-left: 0;
    text-align: center;
    width: 60px !important;
}

td.connector-int,
td.connector-ext {
    padding: 0;
    height: 100px;
    text-align: center;
    vertical-align: middle;
}

td.platform {
    background-color: #fff;
    border: none;
}

ul.menu {
    float: right;
}

ul.menu li {
    display: inline;
    padding-left: 5px;
}

ul.menu a {
    text-transform: uppercase;
}

#documentation ul,
#documentation ol {
    font-size: 0.8rem;
    margin: 5px 0 10px 0;
    padding-left: 15px;
}

tt {
    font-family: 'Lucida Console', Monaco, monospace;
}

table.solution td {border:none}

.hamburger {
    display: none;
    font-size: 1.5rem;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    position: fixed;
    right: 0;
    z-index: 1001;
}

.content-container .hamburger {
    text-align: right;
    padding-right: 16px;
    margin-top: 8px;
    color: #3f3f3f;
}

.menu-overlay {
    display: none;
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

@media (max-width: 768px) {
    body {
        font-size: 14px;
        padding: 0;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.25rem;
    }

    h5 {
        font-size: 1.1rem;
    }

    h6 {
        font-size: 0.85rem;
    }

    pre,
    code {
        font-size: 0.85em;
    }

    table {
        font-size: 0.9em;
    }

    th,
    td {
        padding: 0.5rem;
    }

    .page-wrapper {
        width: 100%;
    }

    .logo img {
        height: 43px;
        width: 110px;
    }

    .content-container {
        flex-direction: column;
    }

    .main-content {
        margin-left: 0;
        width: 100%;
        padding: 20px;
    }

    .hamburger {
        display: block;
    }

    .nav-items,
    .side-menu {
        position: fixed;
        left: 0;
        width: 250px;
        height: 100%;
        transform: translateX(-150%);
        transition: transform 0.3s ease;
        overflow-y: auto;
        padding-top: 0;
        z-index: 1000;
    }

    .side-menu {
        top: 56px;
        background-color: #f1f1f1;
    }

    .side-menu h2 {
        padding-left: 20px;
    }

    .side-menu ul {
        padding-left: 10px;
    }

    .nav-items {
        top: 40px;
        background-color: #4d93d8;
    }

    .nav-items.active,
    nav.side-menu.active {
        transform: translateX(0);
	display: block;
    }

    .menu-overlay.active {
        display: block;
    }

    img.mobile-slide {
      display: block;
    }

    img.slide {
      display: none;
    }

    .blog-posts {
      gap: 0;		
     }

    .banner {
        width: 100%;
        height: auto;
        flex-direction: column;
        padding: 10px;
    }

    .banner-text h2 {
        font-size: 1rem;
    }

    .banner-text p {
        font-size: 12px;
    }

    .cta-button {
        margin-top: 10px;
        font-size: 0.8rem;
        padding: 8px 16px;
    }

    .square-banner {
        float: none;
        width: 100%;
        height: auto;
        padding: 15px;
        margin-left: auto;
        margin-bottom: 25px;
    }

    .square-banner-text h2 {
        font-size: 2rem;
    }

    .square-banner-text p {
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .square-banner-cta-button {
        font-size: 0.8rem;
        padding: 8px 16px;
    }

    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0 20px;
    }

    .footer-container p {
        width: 100%;
        height: 50px;
    }

    .footer-column {
        margin: 5px;
    }

    .footer-column li:last-child {
        margin-bottom: 0;
    }

    .footer-column ul ~ h3 {
        margin-top: 10px;
    }

    .footer-column:first-child > h3 {
        margin-top: 10px;
    }

    .button-container {
        flex-direction: column;
        align-items: center;
    }

    .button-container .action-button {
        width: 100%;
        max-width: 200px;
    }

    .tab-buttons {
        flex-direction: column;
    }

    .tab-buttons button {
        width: 100%;
        text-align: left;
        padding: 15px 20px;
        border-radius: 10px;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .cart-container {
        margin-right: 10px;
    }

    .cart-icon {
        width: 20px;
        height: 20px;
    }

    .search-container input[type="text"] {
        width: 30px;
    }

    .search-container input[type="text"]:focus {
        width: 150px;
    }

    .social-media {
        justify-content: center;
        margin-top: 10px;
        position: static;
    }

    .social-media svg {
        width: 20px;
        height: 20px;
    }

    .filter-buttons {
        flex-direction: column;
        gap: 8px;
    }

    .filter-buttons button {
        width: 100%;
        text-align: center;
    }

    .product-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }

    .share-bar {
        gap: 8px;
        position: static;
    }

    .share-bar .icon-button {
        width: 35px;
        height: 35px;
    }

    .share-bar .icon-button svg {
        width: 20px;
        height: 20px;
    }

    .carousel {
        height: auto;
        margin-top: 0;
    }

    .carousel-slide {
        flex-direction: column;
        align-items: flex-start;
    }

    .carousel-slide h1 {
        font-size: 1.4rem;
        margin-bottom: 50px;
        margin-right: 0;
    }

    .carousel {
	margin-bottom: 10px;
    }

    .text-blocks {
        grid-template-columns: 1fr;
    }

    .text-block {
        width: 100%;
        min-height: auto;
    }

    .text-block p {
        padding-bottom: 0;
    }

    .text-block .action-button {
        width: 50%;
        text-align: center;
        margin: 0 auto;
    }

    .blog-posts {
        grid-template-columns: 1fr;
    }

    .blog-post {
        padding: 0;
    }

    .blog-heading {
        margin-bottom: 10px;
    }

    div.mobile {
        overflow-x: auto;
    }

    img.productpage {
        width: 50%;
        height: 50%;
    }

    .tab-buttons {
        border-bottom: none;
    }

    .right-side-container {
        margin-right: 32px;
    }

    .form-container {
        padding: 1.5rem;
    }

    .error-messages {
        font-size: 0.85rem;
        padding: 0.5rem;
    }

    .intro-text,
    .spam-note,
    .benefits,
    .privacy {
        font-size: 0.9rem;
    }

    input[type="email"],
    input[type="password"],
    input[type="text"] {
        font-size: 0.9rem;
        padding: 0.6rem;
    }

    .form-container button {
        font-size: 0.9rem;
        padding: 0.6rem;
    }

    .message {
        font-size: 0.9rem;
    }

    .message-icon {
        margin-right: 0.5rem;
    }

    .container {
        padding: 1.5rem 0;
    }

    .container h1 {
        font-size: 1.5rem;
    }

    .container h2 {
        font-size: 1.2rem;
    }

    .container h3 {
        font-size: 1rem;
    }

    select {
        font-size: 0.9rem;
        padding: 0.6rem;
    }

    .table-headers,
    .table-data {
        flex-direction: column;
        text-align: left;
    }

    .table-headers div,
    .table-data div {
        padding: 0.3rem 0;
        border: none;
        background-color: transparent;
    }

    .container .download-link {
        width: 99%;
        margin: 0.5rem 0 0;
        display: block;
        text-align: center;
    }

    .result-item {
        padding: 0.8rem;
    }

    .result-item a {
        font-size: 1rem;
    }

    .snippet {
        font-size: 0.9rem;
    }

    .pagination {
        flex-direction: column;
        gap: 1rem;
    }

    .pagination a {
        width: 100%;
        text-align: center;
    }

    form h2 {
        font-size: 1.2rem;
    }

    .form-group select {
        font-size: 0.9rem;
        padding: 0.6rem;
    }

    .progress-bar {
        font-size: 0.8rem;
    }

    .top-controls {
        flex-direction: column;
        gap: 1rem;
    }

    .save-quote-btn,
    select {
        width: 99%;
    }

    .cart-table th,
    .cart-table td {
        padding: 0.5rem;
        font-size: 0.9rem;
    }

    .button-row {
        flex-direction: column;
        gap: 1rem;
    }

    .button-row button,
    .button-row a {
        width: 99%;
        text-align: center;
    }

    .order-table th,
    .order-table td {
        padding: 0.5rem;
        font-size: 0.9rem;
    }

    .popup-style {
        width: 100%;
        height: auto;
    }

    .radio-group {
        flex-direction: column;
        gap: 0.25rem;
    }

    textarea {
        font-size: 0.9rem;
    }
}
@media print {
    @page {
        size: A4;
        margin: 2cm 1.5cm;
        @top-center {
            content: "";
        }
        @bottom-center {
            content: counter(page);
            font-size: 10pt;
            color: #666;
        }
    }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    body {
        font-family: 'Times New Roman', Times, serif;
        font-size: 11pt;
        line-height: 1.4;
        color: #000;
        background: white !important;
        max-width: none;
        margin: 0;
        padding: 0;
    }

    /* Headings optimized for print */
    h1, h2, h3, h4, h5, h6 {
        margin-bottom: 8pt;
        padding: 0;
        font-weight: bold;
        page-break-after: avoid;
        orphans: 3;
        widows: 3;
    }

    h1 {
        font-size: 18pt;
        line-height: 1.2;
        padding-bottom: 4pt;
        color: #000;
        font-weight: bold;
        page-break-before: auto;
        margin-top: 0;
    }

    h2 {
        font-size: 16pt;
        line-height: 1.2;
        padding: 2pt 0;
        color: #000;
        font-weight: bold;
        margin-top: 16pt;
    }

    h3 {
        font-size: 14pt;
        line-height: 1.3;
        padding: 2pt 0;
        color: #000;
        font-weight: bold;
        margin-top: 12pt;
    }

    h4 {
        font-size: 12pt;
        line-height: 1.3;
        padding: 1pt 0;
        color: #000;
        font-weight: bold;
        margin-top: 10pt;
    }

    h5 {
        font-size: 11pt;
        line-height: 1.4;
        padding: 1pt 0;
        color: #000;
        font-weight: bold;
        margin-top: 8pt;
    }

    h6 {
        font-size: 11pt;
        line-height: 1.4;
        padding: 1pt 0;
        color: #000;
        font-weight: normal;
        font-style: italic;
        margin-top: 8pt;
    }

    /* Paragraphs and text elements */
    p, ul, ol, dl {
        margin: 6pt 0 8pt;
        line-height: 1.4;
        color: #000;
        orphans: 2;
        widows: 2;
    }

    p {
        padding-right: 0;
        text-align: justify;
    }

    /* Lists */
    ul, ol {
        padding-left: 18pt;
        margin-left: 0;
    }

    li {
        margin-bottom: 3pt;
        padding-left: 0;
        page-break-inside: avoid;
    }

    ul li {
        list-style-type: disc;
    }

    ol li {
        list-style-type: decimal;
    }

    /* Definition lists */
    dl {
        padding: 0;
    }

    dt {
        font-weight: bold;
        color: #000;
        margin-top: 6pt;
        padding-left: 0;
        page-break-after: avoid;
    }

    dd {
        margin-left: 18pt;
        margin-bottom: 4pt;
        padding-left: 0;
    }

    /* Code blocks - simplified for print */
    pre {
        background-color: #f8f8f8 !important;
        padding: 8pt;
        border: 1pt solid #ccc;
        border-radius: 2pt;
        overflow: hidden;
        font-family: 'Courier New', Courier, monospace;
        font-size: 9pt;
        line-height: 1.3;
        color: #000;
        page-break-inside: avoid;
        white-space: pre-wrap;
        word-wrap: break-word;
    }

    code {
        background-color: #f0f0f0 !important;
        padding: 1pt 2pt;
        border-radius: 1pt;
        font-family: 'Courier New', Courier, monospace;
        font-size: 9pt;
        color: #000;
        border: 0.5pt solid #ddd;
    }

    pre code {
        background-color: transparent !important;
        color: inherit;
        padding: 0;
        border: none;
    }

    /* Links - show URL for important links */
    a {
        color: #000;
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
        font-size: 9pt;
        color: #666;
    }

    /* Don't show URLs for anchor links */
    a[href^="#"]:after {
        content: "";
    }

    /* Tables optimized for print */
    table {
        width: 100%;
        border-collapse: collapse;
        margin: 8pt 0 12pt;
        font-size: 10pt;
        line-height: 1.3;
        color: #000;
        page-break-inside: avoid;
    }

    th, td {
        padding: 4pt 6pt;
        border: 1pt solid #000;
        text-align: left;
        vertical-align: top;
    }

    th {
        background-color: #e8e8e8 !important;
        color: #000;
        font-weight: bold;
        page-break-after: avoid;
    }

    tbody tr {
        page-break-inside: avoid;
    }

    tr:nth-child(even) {
        background-color: #f5f5f5 !important;
    }

    /* Hide elements not suitable for print */
    nav, .no-print, .hide-print, 
    button, input[type="button"], 
    input[type="submit"], input[type="reset"] {
        display: none !important;
    }

    /* Page break utilities */
    .page-break-before {
        page-break-before: always;
    }

    .page-break-after {
        page-break-after: always;
    }

    .page-break-inside-avoid {
        page-break-inside: avoid;
    }

    /* Ensure good contrast and readability */
    .light-text, .text-muted {
        color: #333 !important;
    }

    /* Handle images */
    img {
        max-width: 100%;
        height: auto;
        page-break-inside: avoid;
    }

    /* Remove shadows, gradients, and other screen-only effects */
    * {
        box-shadow: none !important;
        text-shadow: none !important;
        background-image: none !important;
    }
}
