.pricing-plans {
    background: #FCFFEE;
    float: left;
    width: 100%;
    padding: 5rem 0;
}
.price-subheading{
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 20px;
    color: #444444;
}

.pricing-section {
    background-color: #f9fde7;
}

.monthly-badge {
    border: 1px solid #B9D719;
    font-weight: 600;
    font-size: 1.6rem;
    color: #303030;
    border-radius: 0.4rem;
    padding: 0.8rem 1.2rem;
    background: #B9D71933;
}

.pricing-card {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.monthly-plan {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    color: #000;
}

.onetime-plan {
    background-color: #222;
    color: #d4f83e;
    border: 1px solid #d4f83e;
}

.badge-box {
    border-bottom: 1px solid #ddd;
    padding: 2rem;
}
.price-body{
    padding: 2rem;
}
.price {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 4rem;
}

.price-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2rem;
}
.font-weight-meadium{
    font-weight: 600;
}
.book-seat-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #0E0E0E;
    border-radius: 0.4rem;
    border: 1px solid #B9D719;
    padding: 1rem;
}
.object-fit-fill {
    object-fit: fill;
}
.book-my-seat-form input{
    background: #fff;
}
.book-my-seat-form input::placeholder{
    font-weight: 500;
    font-size: 1.2rem;
    color: #515151;
}

.text-highlight {
    color: #d4f83e;
}
.text-light-grey{
    color: #FFFFFFCC;
}

.btn-outline-primary {
    border-color: #c7e500;
    color: #000;
    font-weight: 600;
}

.btn-outline-primary:hover {
    background-color: #c7e500;
    color: #000;
}

.book-btn-success {
    background-color: #c7e500;
    color: #000;
    font-weight: 600;
    border: none;
}

.book-btn-success:hover {
    background-color: #b5d800;
    color: #000;
}
.left-side{
    position: absolute;
    top: 0;
    left: 0;
}
.right-side{
    position: absolute;
    bottom: 0;
    right: 0;
}
.bg-seat-green{
    background: #FCFFEE;
    float: left;
    width: 100%;
    padding: 3rem;
}
.modal-medium{
    min-width: 600px;
}
.badge-green{
    background: #B9D7191A;
    border: 0;
}
.text-light-white{
    color: #F2F2F2;
}
.margin-bottom-space{
    margin-bottom: 4rem;
}
.congrats-div{
    padding: 4rem;
}

.congrats-div > h2{
    color: #0E0E0E;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 2.4rem;
}
.congrats-div > p{
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 24px;
    text-align: center;
    color: #444444;
    margin: 2rem 0;
}
.ok-btn{
    background: #B9D719;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0E0E0E;
    border: 0;
    border-radius: 0.4rem;
    padding: 1rem 2rem;
}
.close-congrats{
    position: absolute;
    right: 4%;
    top: 10%;
    z-index: 99;
}

/* confirmation popup */

@media(max-width:768px){
    .monthly-badge{
        font-size: 1.4rem;
    }
    .price{
        font-size: 2.4rem; 
    }
    .price-description{
        font-size: 1rem;
    }
    .modal-medium{
        min-width: 100%!important;
    }
}