.table-container {
    overflow-x: auto;
    padding: 1px; /* Prevents margin collapse issues */
}

.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: sans-serif;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden; /* Ensures child element border-radius is clipped */
}

.comparison-table th, 
.comparison-table td {
    border-bottom: 1px solid #e0e0e0;
    padding: 16px;
}
.comparison-table td:first-child {
    text-align: left;
    font-weight: bold;
    color: #333;
}

.comparison-table thead th {
    background-color: #f7f7f7;
    border-bottom: 2px solid #ccc;
    font-size: 1.7rem;
    vertical-align: top;
}
.comparison-table thead th:first-child {
    background-color: transparent; /* No background for the top-left corner */
    border-bottom: none;
}
.comparison-table .plan-name {
    display: block;
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 8px;
}
.comparison-table .plan-price {
    font-size: 2.0rem;
    font-weight: bold;
    color: #2c3e50;
}
.comparison-table .plan-price-period {
    font-size: 1.5rem;
    color: #666;
    display: block;
    margin-top: 5px;
}
.comparison-table .btn-signup {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 15px;
    background-color: #3498db;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
}
.comparison-table .btn-signup:hover {
    background-color: #2980b9;
}

.comparison-table .check { color: #2ecc71; font-size: 1.5rem; }
.comparison-table .cross { color: #e74c3c; font-size: 1.5rem; }


/* Highlighted Column Styling */
.comparison-table .col-highlight {
    background-color: #fdfaee; /* A light yellow tint */
    border-left: 1px solid #ffe89e;
    border-right: 1px solid #ffe89e;
}
.comparison-table .col-highlight .plan-name {
    color: #d35400;
}
.comparison-table .col-highlight .btn-signup {
    background-color: #e67e22;
}
.comparison-table .col-highlight .btn-signup:hover {
    background-color: #d35400;
}
.why-choose-us ul li h3
{
    font-size: 22px !important;
    padding-top:5px;
}
.why-choose-us ul li p
{
    color:#323334;
}
}
}