.site-content {
    padding: 45px 0;
}
.form-wrapper {
    background: #fff;
    padding: 2rem;
    width: 100%;
    max-width: 700px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    margin:0 auto;
}

h1 {
    font-size: 2rem;
    color: #2a186f;
    text-align: left;
}

.subtitle {
    color: #666;
    margin-bottom: 1rem;
    text-align: center;
}

.step-indicator {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    gap: 10px;
    text-align: center;
    margin-top: 24px;
}

.step {
    flex: 1;
    padding: 0.8rem;
    background: #eee;
    border-radius: 8px;
    color: #333;
}

.step.active {
    background: #2a186f;
    color: #fff;
}

.voucher-options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.voucher-card {
    display: flex;
    border: 2px solid #ccc;
    border-radius: 12px;
    padding: 1rem;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.voucher-card input {
    margin-right: 1rem;
    transform: scale(1.3);
}

.voucher-card:hover,
.voucher-card input:checked + .card-content {
    border-color: #2a186f;
}

/* .card-content p {
    margin: 0.2rem 0 0;
    color: #555;
} */

.form-group input, .form-group select {
    width: 100%;
    padding: 0.8rem;
    margin: 0.5rem 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: var(--sala-shade-background, #F8F9FC);
}

.back-btn {
    background: #aaa !important;
    margin-right: 1rem;
    border: 1px solid #aaa !important;
}

.back-btn:hover {
    color: #2a186f !important;
    background: #fff !important;
}

#summaryBox {
    background: #f2f2f2;
    padding: 1rem;
    border-radius: 10px;
    margin: 1rem 0;
}
.voucher-card input {
    width: 10% !important;
    height: auto !important;
    padding: 0 !important;
}
.error-message {
    color: #e63946;
    font-size: 0.875rem;
    text-align: left;
    margin: 4px 0 12px;
}
.pay-summary {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 1rem 0;
    color: #2a186f;
}
.checkout-card {
    background: #f7f8fc;
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    font-size: 1rem;
}

.checkout-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.checkout-row.total {
    font-size: 1.2rem;
    color: #2a186f;
}

.checkout-card hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 1rem 0;
}

.notes {
    margin-top: 1.5rem;
    font-size: 0.95rem;
    line-height: 1.5;
}


.notes a {
    color: #3bcdd1;
}
.iti{
    width: 100% !important;
}
button {
    margin-top: 20px;
}
.voucher-options.modern-voucher {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0 auto;
}

.voucher-card-modern {
    border-radius: 12px;
    padding: 16px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;

}

.voucher-card-modern:hover,
.voucher-card-modern input:checked + .card-flex {
    border-color: #007bff;
}

.voucher-card-modern input {
    transform: scale(1.2);
    width:5% !important;
    height: auto !important;
}

.card-flex {
    display: flex;
    align-items: center;
    gap: 16px;
}

.voucher-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 6px;
    padding: 4px;
}

.card-content-modern strong {
    font-size: 1.1rem;
    color: #333;
}

.card-content-modern p {
    margin: 8px 0 0;
    font-size: 0.95rem;
}

.original-price {
    text-decoration: line-through;
    color: #888;
    margin-right: 8px;
}

.discounted-price {
    color: #111;
}
.note-list {
    padding-left: 1.2rem;
    margin: 0;
    list-style: none;
}

.note-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 15px;
    color: #333;
}

.note-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #0d6efd; /* Bootstrap primary or change to match your brand */
    font-size: 1.2rem;
    line-height: 1;
}
.discounted-price span{
    font-size: 12px;
}
#payNowBtn.loading .btn-text {
  display: none;
}

#payNowBtn.loading .btn-loader {
  display: inline-block !important;
}