/* Container per la tabella */
.container.containerPlans {
    background: #fff;
    border-radius: 40px;
    padding: 40px;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 15px 40px #00000010;
}

/* Righe della tabella */
.table-row {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    padding: 30px 0;
}

.first-row-head {
    position: sticky; 
    top: 30px; 
    background: #fff; 
    z-index: 10;
    border-bottom: 1px solid #d9d9d9; 
	border-top:none !important;
}

/* Colonne della tabella */
.heading-section .title {
    font-weight: bold;
    text-align: center;
}

.heading-section .col-md-4, .secondaries-rows .col-md-4 {
    border-left: 1px solid #D9D9D9;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    color: #000000;
}

/* Testo e layout */
.plan-title {
    font-size: 24px;
    color: #000000;
    width: 392px;
}

.secondaries-rows h6 {
    color: #000000;
    margin-bottom: 0;
    font-size: 18px;
}

span.sub-item-text {
    font-size: 13px;
    line-height: 22px;
    color: #000000;
}

/* Rimuovere il bordo inferiore dall'ultima riga */
.no-border-bottom {
    border-bottom: none !important;
}
.final-row {
    background-color: #fff;
    font-weight: bold;
    padding: 20px 0;
}

.central-content {
    text-align: center;
}

.price-final {
    font-size: 2rem;
    color: #00214d;
    font-weight: bold;
}

.price-description {
    font-size: 0.875rem;
    color: #5a5a5a;
    margin-top: -10px;
    margin-bottom: 10px;
}
.price-full{
	color: #dc3545 !important
}
.btn-subscribe {
    background-color: #032d47;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 25px;
	font-size: 16px !important;
    font-family: 'Kumbh Sans';
    cursor: pointer;
	line-height: 1 !important;
    font-weight: 500;
}

.btn-subscribe:hover {
    background-color: #001733;
}
