.custom-tabs-wrapper {
    max-width: 1360px;
    margin: 0 auto;
    padding: 40px 0;
    background: #f8f8f8;
    border-radius: 0;
}

.custom-tabs-bar-bg {
    background: #fff;
    border-radius: 40px;
    padding: 10px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.04);
    width:100%;
    margin-left: auto;
    margin-right: auto;
}

.custom-tabs-nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
    background: none;
    border: none;
}

.custom-tabs-nav .tab {
    padding: 10px 18px;
    cursor: pointer;
    background: none;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #222;
    border: none;
    transition: background 0.2s, color 0.2s;
        font-family: "League Spartan", Sans-serif;
  
}

.custom-tabs-nav .tab.active {
    background: #e6fb5a;
    color: #222;
    font-weight: 500;
}

.tab-content {
    display: none !important;
    padding: 0;
}

.tab-content.active {
    display: block !important;
}

.custom-tabs-content {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.06);
    padding: 48px 32px;
    display: flex;
    align-items: stretch;
    gap: 40px;
}

.tab-inner {
    display: flex;
    gap: 40px;
    align-items: center;
    width: 100%;
}

.left-column {
    flex: 1;
    padding: 0 10px;
}

.left-column h3 {
    font-family: "League Spartan", Sans-serif;
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.15;
}

.left-column p {
    margin-bottom: 32px;
    line-height: 1.6;
    font-size: 20px;
    color: #444;
}

.tab-button {
    display: inline-block;
    padding: 16px 36px;
    background-color: #e6fb5a;
    color: #222;
    text-decoration: none;
    border-radius: 30px;
 
 
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: background 0.2s, color 0.2s;
    border: none;
    font-family: "League Spartan", Sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.tab-button:hover {
    background-color: #d4f13a;
    color: #111;
}

.right-column {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.right-column img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
}

@media (max-width: 900px) {
    .custom-tabs-content, .tab-inner {
        flex-direction: column;
        gap: 24px;
    }
    .left-column, .right-column {
        padding: 0;
    }
    .custom-tabs-content {
        padding: 24px 10px;
    }
    .left-column h3 {
        font-size: 28px;
    }
    .left-column p {
        font-size: 16px;
    }
    .tab-button {
        font-size: 16px;
        padding: 12px 24px;
    }
} 



/* Comparison Table Widget Styles 
.comparison-table-widget {
    background: #fafafa;
    border-radius: 20px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.08);
    padding: 32px 0 0 0;
    margin: 40px auto;
    max-width: 1100px;
}*/
.comparison-table-container {
    overflow-x: auto;
    padding: 0 24px;
}
.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0,0,0,0.04);
}
.comparison-table th, .comparison-table td {
    padding: 16px 18px;
    text-align: left;
        font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
      border-bottom: 1px solid #f0f0f0 !important;
    border: none;
}
.comparison-table tbody>tr:nth-child(odd)>td, .comparison-table tbody>tr:nth-child(odd)>th{background:white ;}

.comparison-table th {
    background: #fafafa;
    font-size: 18px;
    font-weight: 700;
    color: #222;
        border: none !important;
}
.help-text {
    color: #69696970;
    font-family: 'Montserrat';
    font-size: 16px;margin-left: 10px;
}
.comparison-table tr:last-child td {
    border-bottom: none;
}
.comparison-table td {
    
    color: #222;
    vertical-align: middle;
}
.comparison-table .checkmark {
    color: #4bb543;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
}
.comparison-table .cross {
    color: #e74c3c;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
}
.comparison-table-bottom {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    background: #fafafa;
    border-radius: 0 0 20px 20px;
    padding: 32px 40px 32px 40px;
    margin-top: 0;
}
.bottom-col {
    flex: 1;
    text-align: center;
}
.bottom-title {
     font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #222;
    font-family: 'League Spartan';
}
.bottom-subhead {
    font-size: 16px;
    color: #444;
        font-family: 'Montserrat';
}
.bottom-text {
    font-size: 16px;
    color: #444;
        font-family: 'Montserrat';
}
@media (max-width: 800px) {
    .comparison-table-bottom {
        flex-direction: column;
        gap: 20px;
        padding: 24px 10px;
    }
    .comparison-table-widget {
        padding: 16px 0 0 0;
    }
    .comparison-table-container {
        padding: 0 4px;
    }
} 


.comparison-table .checkmark-svg, .comparison-table .cross-svg {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    line-height: 1;
}
.comparison-table .checkmark-svg svg, .comparison-table .cross-svg svg {
    display: block;
    width: 100%;
    height: 100%;
} 