.elementor-1559 .elementor-element.elementor-element-3c00053{--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-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-1559 .elementor-element.elementor-element-7af9939{--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;}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}/* Start custom CSS for html, class: .elementor-element-334a196 */body {
            font-family: Arial, sans-serif;
            background-color: #f8f9fa;
            justify-content: center;
            align-items: center;
            height: 100vh;
            padding: 20px;
        }
       .container {
            max-width: 1920px;
            width: 100%;
        }
        #table-a {
            width: 97.5%;
            margin: 20px auto;
            border-collapse: collapse;
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.85);
            backdrop-filter: blur(10px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
        #table-a thead tr:first-child th:first-child {
    border-top-left-radius: 12px;
}
#table-a thead tr:first-child th:last-child {
    border-top-right-radius: 12px;
}
#table-a tbody tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}
#table-a tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}
        th, td {
            padding: 15px 20px;
            text-align: left;
            border-bottom: 1px solid #ddd;
              
        }
        th {
            background-color: #1C6294;
            color: white;
            font-size: 16px;
        }
        td {
            background-color: white;
            color: #333;
            font-size: 14px;
        }
        tr:nth-child(even) td {
            background-color: #f9f9f9;
        }
        td, th {
            text-align: left;
        }
        .card {
            background: rgba(255, 255, 255, 0.9);
            border-radius: 10px;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
            margin: 20px;
            padding: 20px;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        .card .text {
            padding-right: 20px;
        }
        .card h2 {
            color: #1C6294;
            font-size: 22px;
            margin-bottom: 10px;
        }
        .card p {
            font-size: 16px;
            color: #333;
            line-height: 1.6;
        }
        .card .list {
            margin-top: 10px;
        }
        .card .list li {
            font-size: 14px;
            color: #555;
            margin-bottom: 5px;
        }
        .card .info {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin-top: 30px;
        }
        .card .info .details {
            flex: 1;
            padding-right: 20px;
        }
        .card .info .details ul {
            list-style: none;
            padding-left: 0;
        }
        .card .info .details li {
            margin-bottom: 10px;
        }
        .card .info .image {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .card .info .image img {
            max-width: 250px;
        }
        .product-image-row {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }
        .product-image-row img {
            width: 100%;
            max-width: 300px;
            border-radius: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }/* End custom CSS */