.elementor-2063 .elementor-element.elementor-element-ddd3b87{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2063 .elementor-element.elementor-element-7ad0051{--display:flex;}.elementor-widget-animated-headline .elementor-headline-plain-text{color:var( --e-global-color-secondary );}.elementor-widget-animated-headline .elementor-headline{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-animated-headline{--dynamic-text-color:var( --e-global-color-secondary );}.elementor-widget-animated-headline .elementor-headline-dynamic-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-animated-headline .elementor-headline-dynamic-wrapper path{stroke:var( --e-global-color-accent );}.elementor-2063 .elementor-element.elementor-element-4050d0b{--iteration-count:infinite;--dynamic-text-color:#D50D0D;}.elementor-2063 .elementor-element.elementor-element-4050d0b .elementor-headline{text-align:center;}.elementor-2063 .elementor-element.elementor-element-a63086b{--display:flex;}.elementor-2063 .elementor-element.elementor-element-a63086b.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-media-carousel .elementor-carousel-image-overlay{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-2063 .elementor-element.elementor-element-6762619.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}.elementor-2063 .elementor-element.elementor-element-6762619 .elementor-swiper-button{font-size:20px;}@media(min-width:768px){.elementor-2063 .elementor-element.elementor-element-a63086b{--width:88.421%;}}@media(max-width:1024px){.elementor-2063 .elementor-element.elementor-element-6762619.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}}@media(max-width:767px){.elementor-2063 .elementor-element.elementor-element-6762619.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}}/* Start custom CSS for html, class: .elementor-element-9c65476 *//* Custom CSS for the comparison table */
.comparison-table-container {
    max-width: 100%;
    margin: 20px auto;
    overflow-x: auto; /* For responsive horizontal scrolling */
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    border-radius: 10px;
}

/* Base table styles */
.comparison-table-container table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    text-align: center;
}

/* Column widths for a tighter first column in 3-column layout */
.comparison-table-container .col-attribute {
    width: 20%; /* Tighter first column */
}
.comparison-table-container .col-air-optix-hydraglyde,
.comparison-table-container .col-biofinity-brand {
    width: 40%; /* Remaining 80% split evenly among the other two columns */
}

/* Table header styles */
.comparison-table-container th {
    color: #fff;
    border: 1px solid #e0e0e0;
    padding: 12px;
}

/* Specific header background colors */
.comparison-table-container .header-attribute {
    background: linear-gradient(90deg, #00a3e0, #008ccf); /* Blue gradient for the first header (Attribute) */
}
/* --- UPDATED: New header classes for 3-column brands --- */
.comparison-table-container .header-air-optix-hydraglyde,
.comparison-table-container .header-biofinity-brand {
    background: linear-gradient(90deg, #4fbffb, #279fd4); /* Lighter blue gradient for subsequent headers */
}

/* Table data cell styles */
.comparison-table-container td {
    background: #fff; /* Default for all cells */
    border: 1px solid #e0e0e0;
    padding: 12px;
}

/* Alternating row background for visual separation */
.comparison-table-container tbody tr:nth-child(even) td {
    background: #f9f9f9; /* Light grey for even rows */
}

/* First column cells background color (white) */
.comparison-table-container tbody td:first-child {
    background-color: #ffffff; /* White background for the first column cells */
}
/* Ensure strong text in first column remains visible */
.comparison-table-container tbody td:first-child strong {
    color: #333; /* Or any other color you prefer for the text */
}/* End custom CSS */