/* Payment Table */
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
}

table th,
table td {
    border: 2px solid #fff;
    padding: 15px;
}

table th {
    background-color: #FF5700 !important;
    color: #fff;
}

table td {
    background-color: #ffeb99;
    font-weight: bold;
}

.highlight {
    color: blue;
}

.green-text {
    color: green;
}

/* QR Cards */
.container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    border-top: 4px solid #ccc;
}

.card h2 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.card p {
    margin: 6px 0;
    font-size: 14px;
    color: #555;
}

.qr-box {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 12px;
    margin: 15px auto;
    display: inline-block;
}

.qr-box img {
    width: 100%;
    /* max-width: 150px; */
    height: auto;
}

.btn {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 16px;
    background: #ff9900;
    color: #fff;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
}

.btn:hover {
    background: #e68a00;
}



/* Responsive Styles */
@media (max-width: 768px) {

    .card h2 {
        font-size: 18px;
    }

    .card p {
        font-size: 13px;
    }

    .btn {
        padding: 8px 12px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    h2.text-success {
        font-size: 20px;
    }

    .subtitle {
        font-size: 14px;
    }

    .qr-box {
        padding: 10px;
        margin: 10px auto;
    }
}

.containerss {
    padding: 15px;
    max-width: 900px;
    margin: 20px auto;
    background-color: #fff;
    box-sizing: border-box;
}

.highlight {
    color: blue;
    font-weight: bold;
}

.email {
    color: green;
    font-weight: bold;
}

.email a {
    color: blue;
    font-weight: bold;
    text-decoration: none;
}

.col {
    flex: 1;
    min-width: 280px;
    padding: 15px;
    background-color: #fff;
    box-sizing: border-box;
}

.col img {
    width: 100%;
    max-width: 280px;
    cursor: pointer;
    display: block;
    margin: 10px auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .row {
        flex-direction: column;
    }

    .col {
        text-align: center;
    }
}

.highlight {
    color: maroon;
    font-weight: bold;
}

.click-online-payment {
    padding-top: 70px;
}

@media (max-width: 768px) {
    .click-online-payment {
        padding-top: 0px;
    }
}


.container1 {
    border: 2px solid #FF5700;
    padding: 15px;
    max-width: 950px;
    margin: 20px auto;
    background-color: #fff;
    box-sizing: border-box;
}

.title1 {
    font-weight: bold;
    color: #770415;
}

.subtitle1 {
    font-weight: bold;
    color: #770415;
}

.email {
    color: #770415;
    font-weight: bold;
}

.email a {
    color: #770415;
    font-weight: bold;
    text-decoration: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

table td {
    border: 1px solid #770415;
    padding: 10px;
    background-color: #fff;
    font-size: 16px;
}

table td.label1 {
    font-weight: bold;
    color: #770415;
    width: 40%;
    white-space: nowrap;
}

table td.value1 {
    color: #770415;
    font-weight: bold;
}

/* Responsive styling */
@media (max-width: 768px) {
    table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    table tr {
        display: block;
        margin-bottom: 10px;

    }

    table td.label1 {
        background-color: #fff;
    }

    table td.label1 {
        font-weight: bold;
        color: #770415;
        width: 100%;
        white-space: nowrap;
    }
}

table th {
    background: linear-gradient(to bottom, #ff6600, #ff5100) !important;
    color: #fff;
}
