.elementor-5680 .elementor-element.elementor-element-49cc568 .elementor-heading-title{color:var( --e-global-color-5746f40a );}.elementor-5680 .elementor-element.elementor-element-49cc568 > .elementor-container{text-align:center;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-5680 .elementor-element.elementor-element-5cfe842 > .elementor-widget-container{margin:-20px -20px -20px -20px;padding:-13px -13px -13px -13px;}.elementor-5680 .elementor-element.elementor-element-5cfe842 .elementor-heading-title{color:var( --e-global-color-5746f40a );}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-5680 .elementor-element.elementor-element-7e6b3af{--divider-border-style:solid;--divider-color:var( --e-global-color-ec668b0 );--divider-border-width:3.8px;}.elementor-5680 .elementor-element.elementor-element-7e6b3af .elementor-divider-separator{width:10%;margin:0 auto;margin-center:0;}.elementor-5680 .elementor-element.elementor-element-7e6b3af .elementor-divider{text-align:center;padding-block-start:2px;padding-block-end:2px;}.elementor-widget-text-editor{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-5680 .elementor-element.elementor-element-2e9d854{text-align:center;font-family:"IRANSans_Fa", IRANYekan;font-size:20px;color:var( --e-global-color-secondary );}@media(max-width:1024px){.elementor-5680 .elementor-element.elementor-element-7e6b3af .elementor-divider-separator{width:20%;}}@media(max-width:767px){.elementor-5680 .elementor-element.elementor-element-7e6b3af .elementor-divider-separator{width:30%;}}/* Start custom CSS for html, class: .elementor-element-f63fdd1 */.custom-insurance-table-container {
    width: 100%;
    /* Removed max-height and overflow-y so it doesn't have its own vertical scrollbar */
    overflow-x: auto; /* Keeps horizontal scroll for mobile phones */
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    background-color: #fff;
    margin: 20px 0; 
    direction: rtl; 
}


.custom-insurance-table {
    width: 100%;
    border-collapse: collapse;
    text-align: right;
    margin: 0;
    font-family: Tahoma, Arial, sans-serif;
}

.custom-insurance-table th {
    /* Insurance style: Deep blue with a subtle repeating diagonal pattern */
    background: repeating-linear-gradient(
        45deg,
        #1e3a8a, /* Deep navy blue */
        #1e3a8a 10px,
        #25459e 10px, /* Slightly lighter blue for the stripe */
        #25459e 20px
    );
    color: #ffffff; /* White text for contrast */
    font-weight: bold;
    padding: 16px;
    border-bottom: 3px solid #172554; /* Darker border at the bottom */
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3); /* Slight shadow for readability */
    
    /* Sticky behavior */
    position: sticky;
    top: 0; 
    z-index: 10;
}


.custom-insurance-table th:first-child {
    border-top-right-radius: 12px;
}

.custom-insurance-table th:last-child {
    border-top-left-radius: 12px;
}

.custom-insurance-table td {
    padding: 18px 30px;
    border-bottom: 1px solid #e0e0e0;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #333;
}

.custom-insurance-table tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.custom-insurance-table tbody tr:nth-child(even) {
    background-color: #f4f8fb;
}

.custom-insurance-table tbody tr:last-child td {
    border-bottom: none;
}

.custom-insurance-table .status-cell {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4CAF50;
}

.custom-insurance-table .check-icon {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #4CAF50;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}/* End custom CSS */