#sms-pricing {
    background: #f9f9f9;
}

    #sms-pricing h2 {
        color: #043370;
        font-size: 2.5rem;
        font-weight: 600;
        margin-bottom: 20px;
    }

.table {
    margin-bottom: 0;
    background: #fff;
    border: 1px solid #ddd;
}

    .table th {
        background: #043370;
        color: #fff;
        font-weight: bold;
    }

    .table td, .table th {
        padding: 15px;
        font-size: 1rem;
        vertical-align: middle;
    }

.table-responsive {
    margin-top: 20px;
}

.table td:nth-child(2), .table td:nth-child(3) {
    font-weight: 500;
}

#pricing-note {
    background: #f9f9f9;
    border-top: 1px solid #ddd;
    padding: 20px;
}

.note-box {
    color: #333;
    font-size: 1rem;
}

    .note-box strong {
        color: #043370;
    }

    .note-box ul {
        padding: 0;
        margin: 10px 0;
    }

        .note-box ul li {
            margin-bottom: 8px;
            font-size: 0.95rem;
            color: #555;
        }


#new-year-offer {
    background: #ffe9b5; /* Light festive background */
    color: #d9534f; /* Highlighted text color */
    border: 2px dashed #ff9800; /* Dotted festive border */
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.offer-banner h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.offer-banner p {
    font-size: 1.2rem;
    margin-bottom: 5px;
    font-weight: 600;
}

    .offer-banner p small {
        font-size: 0.95rem;
        color: #555;
    }
