/* Comparison Table Base */
.comparison_table{
    position:relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 0;
}
.comparison_table .content-wrapper {
    background-image: url('https://3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Frame%201984077208.svg');
    background-image: url('https://3306341.fs1.hubspotusercontent-na1.net/hubfs/3306341/Group%201000008443.svg'), linear-gradient(107deg, #ED00C7 0%, #18B8FF 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 25px;
    overflow: hidden;
    padding: 90px 60px;
  }
.comparison_table h2 {
    text-align: center;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 48px */
    margin-bottom:48px;
}
.comparison_table h2 span{
    color: #3CB1E5;
}
.comparison-table-wrap {
  max-width: 100%;
  overflow-x: auto;
}
.comparison-table {
    border-collapse: collapse;
    margin: 40px 0;
    font-family: "Arial", sans-serif;
    font-size: 15px;
    text-align: left;
    background: transparent;
    /*     box-shadow: 0 2px 6px rgba(0,0,0,0.05); */
    border: none;
  width: 100%!important;
}

/* Table Head */
.comparison-table thead th {
    color: #fff;
    padding: 24px 17px 21px;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 33px */
    border: none;
    vertical-align: middle;
}

/* Header cards */
.comparison-table thead th:not(:first-child) {
    background: rgba(255, 255, 255, 0.3); 
    border-radius:20px;
}
/* Remove background for first header cell */
.comparison-table thead th:first-child {
    background: transparent;
}
.comparison-table tbody td {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 22px */
}
/* Table Body */
.comparison-table tbody td {
    border: none;
    border-bottom: 1px solid #FFFFFF;
    padding: 24px 14px;
    vertical-align: middle;
    min-height: 88px;
}
.comparison-table tbody tr{
    border-bottom: 1px solid #FFFFFF;
}
/* Product Column */
.comparison-table tbody td:first-child {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 27.5px */
    height: 103px;
}

/* Product Image */
.comparison-table img {
    max-width: 70px;
    height: auto;
    border-radius: 4px;
    /*   border: 1px solid #ddd; */
}

/* Zebra Row Styling */
/* .comparison-table tbody tr:nth-child(odd) {
background: #fafafa;
}
*/
/* Hover Effect */
/* .comparison-table tbody tr:hover {
background: #f5f5f5;
transition: 0.3s;
} */
.comparison-table tbody tr:last-child td {
    border: none;
}







/* Header text */
.comparison-table thead th {
    border: none;
    padding: 24px 17px;

}
.comparison-table thead th {
/*     min-width: 290px; */
}
/* Header cards */
.comparison-table thead th:not(:first-child) {
    background: rgba(255, 255, 255, 0.30);
    border-radius: 20px;
}

/* Create gap ONLY below header */
.comparison-table thead tr {
    height: 100px;
}

/* ---------- BODY ---------- */

/* Remove all borders */
.comparison-table tbody tr,
.comparison-table tbody td {

}

/* Column cards */
.comparison-table tbody td:not(:first-child) {
    background: rgba(255, 255, 255, 0.12);
}

/* First column (labels) */
.comparison-table tbody td:first-child {
    background: transparent;
}

/* Rounded card edges */
.comparison-table tbody tr:first-child td:not(:first-child) {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.comparison-table tbody tr:last-child td:not(:first-child) {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* ---------- JOURNEYFRONT COLUMN HIGHLIGHT ---------- */

/* Header */
.comparison-table thead th:nth-child(2) {
    background: #3CB1E5; /* Journeyfront header */
}

/* Body */
.comparison-table tbody td:nth-child(2) {
    background: #B1E0F5;
    color: #11465B;
}
/* ===============================
ROW DIVIDER LINE (DESIGN FIX)
================================ */

/* Disable default borders fully */
.comparison-table tbody tr,
.comparison-table tbody td {
    border: none !important;
}

/* Draw horizontal divider line */
.comparison-table tbody tr {
    position: relative;
}

.comparison-table tbody tr:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 21px;
    bottom: 0;
    height: 1px;
    background: rgba(255, 255, 255, 1);
}



/* Horizontal gap only */
.comparison-table {
    border-collapse: separate;
    border-spacing: 20px 0;
}


/* ===============================
HEADER → BODY GAP (PERFECT FIX)
================================ */

.comparison-table thead {
    position: relative;
}

.comparison-table thead::after {
    content: "";
    display: block;
    height: 20px; /* GAP SIZE – adjust if needed */
}
.comparison-table thead th:not(:first-child) {
    position: relative;
    top: -4px;
}

.bottom-content p {
    color: #FFF;
    text-align: right;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    max-width: 590px;
    margin-left: auto;
    margin-bottom: 0;
}

.comparison-table tbody td:not(:first-child) {
    padding-left: 41px;
}
/* Mobile horizontal scroll spacing */
@media screen and (max-width: 1350px){
    .comparison-table thead th {
        min-width: unset;
    }
    .bottom-content {
        padding-right: 40px;
    }
    .comparison-table tbody td:not(:first-child) {
        padding-left: 15px;
    }
}


@media (max-width:991px){
    .comparison-table thead th {
        font-size: 20px;
    }

    .comparison-table tbody td {
        font-size: 16px;
    }

    .comparison-table tbody td:first-child {
        font-size: 18px;
    }
}

/* Responsive Table */
@media screen and (max-width: 768px) {
    /*   .comparison-table thead {
    display: none; /* Hide table header on mobile */
    /*   } */
    /*   .comparison-table,
    .comparison-table tbody,
    .comparison-table tr,
    .comparison-table td {
    display: block;
    width: 100%;
}
    .comparison-table tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 6px;
    background: #fff;
}
    .comparison-table td {
    border: none;
    padding: 8px 10px;
    text-align: right;
    position: relative;
} */
    .comparison-table thead th {
        min-width: 200px;

    }

    .comparison-table tbody td {
        min-width: 200px;
    }


    section.comparison_table {
        overflow: hidden;
        overflow-x: auto;
    }
  
    .comparison-table thead th {
        padding: 10px;
        font-size: 18px;
    }

    .comparison-table tbody td:first-child {
        font-size: 16px;
    }

    .comparison-table tbody td {
        font-size: 14px;
    }
}
