/* Checkout Page Styles */

.checkout-container {
    max-width: 1200px;
    margin: 50px auto;
}

.section-title {
    font-weight: 600;
    margin-bottom: 20px;
    color: #41087e;
}

.card {
    border: 1px solid #dee2e6;
    background-color: #ffffff;
    border-radius: 8px;
}

.form-control, .form-select {
    border-radius: 0;
}

.btn-primary {
    background-color: #41087e;
    border: none;
    border-radius: 0;
}

.btn-primary:hover {
    background-color: #2e065a;
}

.summary-box {
    background: #ffffff;
    border: 1px solid #dee2e6;
    padding: 20px;
}

.total {
    font-size: 1.2rem;
    font-weight: bold;
}

.btn-orange {
    background-color: #fd5c37;
    border: none;
    color: white;
}

.btn-orange:hover {
    background-color: #e04e2c;
}

.same-as-shipping-checkbox {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    margin-top: 4px;
    color: gray;
}

.same-as-shipping-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.same-as-shipping-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 2px solid #41087e;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.same-as-shipping-checkbox input:checked ~ .checkmark {
    background-color: #41087e;
    border-color: #41087e;
}

.same-as-shipping-checkbox .checkmark i {
    display: none;
    color: #ffffff;
    font-size: 12px;
}

.same-as-shipping-checkbox input:checked ~ .checkmark i {
    display: block;
}

.order-summary-card {
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
}

.order-summary-card h4 {
    color: #41087e;
    margin-bottom: 20px;
    font-weight: 600;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 1rem;
}

.summary-row.total {
    font-size: 1.25rem;
    font-weight: 700;
    color: #41087e;
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px;
}

.btn-checkout {
    background-color: green;
    color: white;
    padding: 12px 0;
    font-size: 1.2rem;
    font-weight: 600;
    border: none;
    width: 100%;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.btn-checkout:hover {
    background-color: #135416;
    color: white;
}

#send-enquiry{
    background-color: #41087e;
}

.btn-checkout:hover {
    background-color: #2e065a;
    color: white;
}

.summary-package-price,
.cartTotal {
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .order-summary-card {
        margin-top: 30px;
    }
}

/* New Billing Sync Styles */
input:disabled,
select:disabled {
    background-color: #f0f0f0 !important;
    pointer-events: none;
    opacity: 0.7;
}
.form-label span.text-danger {
    margin-left: 2px;
}

input:disabled {
    background-color: #e9ecef;
}

.required-asterisk {
    color: red;
}
input:disabled,
select:disabled {
    background-color: #f0f0f0 !important;
    pointer-events: none;
    opacity: 0.7;
}
input.is-invalid,
select.is-invalid {
    border-color: red;
}
.order-summary-card {
    position: sticky;
    top: 20px;
}
#setup-time-option.form-select option[value="1"] {
    font-style: italic;
}
#setup-time-option {
    font-size: 14px;;
}
.pickup-time{
    font-size: 16px;
    color: #41087e;
    font-style: italic;
    display: none;
    background: #41087e26;
    padding: 8px;
    border-radius: 4px;
}
.payment-option-3 {
    background-color: #ddd;
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.payment-option-3 a {
    text-decoration: none !important;
    color: #41087e;
}

.setup-pref-note {
    font-size: 16px;
    color: #41087e;
    font-style: italic;
    background: #41087e26;
    padding: 8px;
    border-radius: 4px;
}

.new-cart-note{
    font-size: 12px;
    color: #41087e;
    font-style: italic;
    background: #41087e26;
    padding: 8px;
    font-weight: 500;
    border-radius: 4px;
    margin-top: 10px;
}


#continue-to-payment:active, #continue-to-payment:focus-visible {
    background-color: #683d96;
    border-color: #683d96;
}

#continue-to-payment:disabled{
    background-color: #41087e;
}
#send-enquiry:active, #send-enquiry:focus-visible {
    background-color: #683d96;
    border-color: #683d96;
}

#send-enquiry:disabled{
    background-color: #41087e;
}

#paymentOptionsModal .checkout-error {
    color: red;
    display: none;
}
#paymentOptionsModal .modal-footer{
    justify-content: center;
}
/* .payment-option-wrapper {
    display: flex;
    margin: 20px;
    gap: 16px;
    text-align: center;
}
.payment-option-box {
    flex: 1;
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 8px;
}
.payment-option-title {
    font-size: 22px;
    color: #41087e;
    padding: 0px 0 4px;
    font-weight: 500;
}
.payment-option-icon {
    font-size: 48px;
    color: green;
}
.modal-lg-plus {
  max-width: 960px;
} */
