.elementor-kit-444{--e-global-color-primary:#5F90A4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#71D2B7;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:14px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:13px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-444 e-page-transition{background-color:#FFBC7D;}.elementor-kit-444 h1{color:#136A77;font-size:38px;line-height:41px;}.elementor-kit-444 h2{color:#136A77;font-size:24px;font-weight:400;line-height:38px;letter-spacing:0.1px;}.elementor-kit-444 h3{color:#136A77;font-size:21px;line-height:25px;}.elementor-kit-444 h4{color:#136A77;font-size:18px;line-height:24px;}.elementor-kit-444 h5{color:#136A77;font-size:17px;line-height:20px;}.elementor-kit-444 h6{color:#136A77;font-size:17px;line-height:23px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */*, ::after, ::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #ffffff!important;
    /* margin-bottom: 0px; */
}
.elementor hr {
    background-color: transparent;
    margin: 0;
    height: 24px;
}
/* UNIVERSAL TABLE STYLING */
table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    margin: 24px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

/* Table Header */
table thead tr {
    background: linear-gradient(135deg, #0f4c81, #1e88e5);
}

table thead th,
table thead td {
    padding: 16px 18px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-align: left;
}

/* Table Body */
table tbody tr {
    transition: background-color 0.3s ease;
}

table tbody tr:nth-child(even) {
    background-color: #f8fafc;
}

table tbody tr:hover {
    background-color: #eef6ff;
}

/* Table Cells */
table td,
table th {
    padding: 16px 18px;
    font-size: 15px;
    color: #333333;
    border-bottom: 1px solid #e6e6e6;
    vertical-align: top;
}

/* First Column Emphasis */
table tbody td:first-child {
    font-weight: 600;
    color: #0f4c81;
    width: 25%;
}

/* Last Row Border Fix */
table tbody tr:last-child td {
    border-bottom: none;
}

/* Links inside tables */
table a {
    color: #1e88e5;
    font-weight: 500;
    text-decoration: none;
}

table a:hover {
    text-decoration: underline;
}

/* RESPONSIVE TABLE */
@media (max-width: 768px) {
    table,
    table thead,
    table tbody,
    table tr,
    table td,
    table th {
        display: block;
        width: 100%;
    }

    table thead {
        display: none;
    }

    table tr {
        margin-bottom: 18px;
        border: 1px solid #e6e6e6;
        border-radius: 10px;
        overflow: hidden;
    }

    table td,
    table th {
        padding: 14px;
        border-bottom: 1px solid #eeeeee;
    }

    table td::before {
        content: attr(data-label);
        display: block;
        font-size: 13px;
        font-weight: 600;
        color: #1e88e5;
        margin-bottom: 6px;
    }
}/* End custom CSS */