.section-bg {
    background-color: #f8f9fa;
    padding: 60px 0;
}
.card {
    border-radius: 15px;
}
.form-control, .btn {
    border-radius: 0.375rem;
}

.pricing-table {
    background-color: #ffffff;
    border-radius: 0.375rem;
    
    padding: 20px;
}
.pricing-table th, .pricing-table td {
    text-align: center;
}
.pricing-table th {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
}
.pricing-table tbody tr:hover {
    background-color: #f1f1f1;
}

.cart-info {
    background-color: #ffffff;
    border-radius: 0.375rem;
    padding: 20px;
}
.cart-info h2 {
    margin-bottom: 20px;
}
.cart-info table {
    margin-bottom: 20px;
}
.btn-custom {
    border-radius: 0.375rem;
}

.card-container, .section-container {
    margin: 20px 0;
}
.card {
    cursor: pointer;
    transition: transform 0.2s;
}
.card:hover {
    transform: scale(1.05);
}
.section {
    display: none;
}
.section.active {
    display: block;
}

.pagination-container {
    margin-top: 20px;
}

/* moving images */


/* Adjustments for image container to handle the overflow */
.image-container {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.image-container img {
    display: inline-block;
    width: 100%;
    height: auto;
    white-space: nowrap;
    /* Required to ensure images stay in one line */
}


#cart-summary {
    padding: 30px 0;
}

.table {
    margin-bottom: 0;
}

.table td, .table th {
    vertical-align: middle;
}

.img-thumbnail {
    max-width: 100px;
    max-height: 100px;
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130;
}

tfoot th {
    font-weight: bold;
}

/*web apps */

.card {
    cursor: pointer;
}
.dis {
    display: none;
    padding: 40px;
    background-color: #f8f9fa;
    border-top: 1px solid #ddd;
}
.dis.active {
    display: block;
}
