.elementor-23109 .elementor-element.elementor-element-1bad0d6{z-index:1000;}.elementor-widget-alert .elementor-alert-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-widget-alert .elementor-alert-description{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 );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-23109 .elementor-element.elementor-element-fe3044f .elementor-alert-title{font-family:"Raleway", Sans-serif;font-size:38px;font-weight:700;line-height:43px;letter-spacing:0px;}.elementor-23109 .elementor-element.elementor-element-d35094e > .elementor-widget-container{margin:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-widget-alert .elementor-alert-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-widget-alert .elementor-alert-description{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-23109 .elementor-element.elementor-element-bd05ec0 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-widget-alert .elementor-alert-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-widget-alert .elementor-alert-description{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 );}.elementor-23109 .elementor-element.elementor-element-fe3044f .elementor-alert-title{font-size:18px;line-height:31px;}}/* Start custom CSS for alert, class: .elementor-element-fe3044f */.elementor-alert.elementor-alert-success{
        text-align: center;
    
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d35094e *//* General Table Container Styling */
.comparison-table-container {
    display: block;
    flex-direction: column;
    align-items: center;
    overflow-x: auto;
    min-height: 1px;
    width: 100%;
    border: 1px solid #ddd;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling */
}

/* General Table Styling */
.comparison-table {
    width: auto;
    border-collapse: collapse;
    min-width: 100%; /* Ensure horizontal scroll for smaller screens */
    table-layout: fixed;
    font-family: "Trebuchet MS";
    font-size: 14px;
}

.comparison-table th,
.comparison-table td {
    padding: 1em;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ddd;
    box-sizing: border-box; /* Include padding and borders in width */
    width: 200px; /* Fixed width for each column */
    min-width: 200px; /* Ensure minimum width */
}

/* First column styling */
.comparison-table td:first-child {
    position: relative;
    width: 150px; /* Slightly smaller width for first column */
    min-width: 150px;
    background-color: white;
    text-align: center;
}

.comparison-table thead th {
    background-color: #f8f9fc;
    font-size: 14px;
    color: #4B5766;
    vertical-align: bottom; /* Ensures alignment */
    position: relative;
    height: 100%; /* Forces consistent height */
}

/* Feature Column Styling */
.comparison-table .features-column {
    position: relative;
    background-color: #f8f9fc;
    font-weight: bold;
    text-align: left;
    min-width: 150px; /* Ensure enough width for readability */
    white-space: nowrap; /* Prevent text wrapping */
    border-right: 1px solid #ddd; /* Add a subtle separator */
}

/* Logo Styling */
.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px; /* Add space between logo and button */
}

.logo-container img {
    max-height: 60px;
    object-fit: contain;
    max-width: 140px;
    min-height: 50px;
    height: auto;
    display: block; /* Prevent inline spacing issues */
}

/* Ensure header height consistency */
.comparison-table th {
    vertical-align: bottom;
    position: relative;
    height: 100%;
}

/* Ensure button alignment */
.button-container {
    display: flex;
    justify-content: center;
    align-items: flex-end; /* Pushes button to bottom */
    height: 100%; /* Ensures it takes full available space */
}

/* Button Styling */
.button-container .custom-button,
.custom-button {
    display: inline-block;
    padding: 5px 30px; /* Adjust padding for desired width and height */
    background-color: #2d8cff;
    color: white !important;
    text-align: center;
    text-decoration: none;
    border-radius: 25px; /* Increase for more rounded corners */
    font-weight: bold;
    margin-top: auto; /* Pushes button to bottom */
    margin: auto; /* Center align button horizontally */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.button-container .custom-button:hover {
    background-color: #0044b6;
}

/* Tooltip Styling */
.info-icon {
    position: relative;
    cursor: pointer;
    display: inline-block;
    color: #0073e6; /* Highlight the info icon */
    font-size: 16px;
    margin-left: 5px;
}

.info-icon::after {
    content: attr(data-tooltip);
    visibility: hidden;
    opacity: 0;
    width: 400px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 8px 10px;
    position: absolute;
    bottom: 120%; /* Position above the icon */
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 14px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease, visibility 0.3s ease;
    word-wrap: break-word;
    white-space: normal;
    line-height: 1.4;
}

.info-icon::before {
    content: "";
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #333 transparent;
    z-index: 1;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.info-icon:hover::after,
.info-icon:hover::before {
    visibility: visible;
    opacity: 1;
}

/* Responsive Styling */
@media (max-width: 1024px) {
    .comparison-table {
        font-size: 14px;
        table-layout: auto;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 0.6em;
    }
}

@media (max-width: 767px) {
    .comparison-table-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        display: block;
    }

    .comparison-table {
        display: block;
        width: auto;
        border-collapse: collapse;
    }

    .comparison-table th,
    .comparison-table td {
        font-size: 14px;
        padding: 0.8em;
        text-align: center;
    }

    .comparison-table .features-column {
        position: relative;
        background-color: #f8f9fc;
        font-weight: bold;
        text-align: left;
        white-space: nowrap;
        min-width: 150px;
        border-right: 1px solid #ddd;
    }

    .comparison-table-container::-webkit-scrollbar {
        height: 8px;
    }

    .comparison-table-container::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 4px;
    }

    .comparison-table-container::-webkit-scrollbar-track {
        background-color: #f9f9f9;
    }

    .button-container .custom-button {
        margin: 0 auto;
        font-size: 12px;
    }

    .info-icon::after {
        left: 350%;
    }
}/* End custom CSS */