.container {
    padding-right: 0px;
    padding-left: 0px;
}

.breadcrumb {
    border-radius: 15px;
}
/* Modern Homepage Styles */
.modern-homepage {
    padding: 20px 0;
}
/* Logo styles */
.hero-section {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.hero-logo {
    width: 200px;
    height: auto;
    margin: 0 auto 15px;
    display: block;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.3));
    transition: all 0.3s ease;
}

.hero-logo:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 15px 30px rgba(0,0,0,0.4));
}

.hero-subtitle {
    background: rgba(255,255,255,0.9);
    color: #2c3e50;
    padding: 12px 24px;
    border-radius: 25px;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
}

/* Card styles */
.card, .card-header, .card-footer {
    border-radius: 15px !important;
}
.card-header {
    border-bottom: none !important;
}
.card-footer {
    border-top: none !important;
}

/* Header styles */
.page-title {
    font-weight: 500;
    font-size: clamp(18px, 4vw, 24px);
    text-align: center;
    margin: 15px auto 10px;
    color: #b9b9b9;
    line-height: 1.3;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-subtitle {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    margin: 0 auto 30px;
    display: block;
    width: 100%;
}

/* Form styles */
.form-group > label {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.8rem;
}

.form-group > label span.step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #3498db;
    color: white;
    border-radius: 50%;
    margin-right: 8px;
    font-size: 0.9rem;
}

.input-group .form-control {
    border-radius: 0;
}

.btn-number {
    padding: 0.375rem 0.75rem;
}

/* Transaction history styles */
.transaction-item {
    background: #fff;
    transition: all 0.3s ease;
    padding: 1rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
}

.transaction-item:hover {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.badge {
    padding: 0.5em 0.8em;
    font-weight: 500;
}

.card-header {
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.list-group-item:hover {
    background-color: #f8f9fa;
}

/* Scrollbar styles */
.transaction-history {
    max-height: 400px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e0 #f1f5f9;
}

.transaction-history::-webkit-scrollbar {
    width: 8px;
}

.transaction-history::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 4px;
}

.transaction-history::-webkit-scrollbar-thumb {
    background-color: #cbd5e0;
    border-radius: 4px;
    border: 2px solid #f1f5f9;
}

.transaction-history::-webkit-scrollbar-thumb:hover {
    background-color: #a0aec0;
}

/* Button styles */
#order-card {
    transition: all 0.3s ease;
}

#order-card:disabled {
    background-color: #cbd5e0;
    border-color: #cbd5e0;
    cursor: not-allowed;
}

#total-amount {
    font-weight: 500;
    opacity: 0.9;
}

/* Contact info styles */
.contact-info {
    margin-top: 2rem;
}

.contact-info .alert {
    margin-bottom: 0;
}

.contact-info a {
    text-decoration: none;
}

.contact-info .zalo-link {
    color: #00c300;
}

.contact-info .fb-link {
    color: #3b5998;
}

/* QR Code styles */
.qr-container {
    position: relative;
    display: inline-block;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.qr-container::before,
.qr-container::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-color: #3498db;
    border-style: solid;
    border-width: 0;
}

.qr-container::before {
    top: 0;
    left: 0;
    border-top-width: 3px;
    border-left-width: 3px;
}

.qr-container::after {
    bottom: 0;
    right: 0;
    border-bottom-width: 3px;
    border-right-width: 3px;
}

.qr-container .corner {
    position: absolute;
    width: 30px;
    height: 30px;
}

.qr-container .corner.top-right {
    top: 0;
    right: 0;
    border-top: 3px solid #3498db;
    border-right: 3px solid #3498db;
}

.qr-container .corner.bottom-left {
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #3498db;
    border-left: 3px solid #3498db;
}

.qr-container img {
    display: block;
    max-width: 250px;
    height: auto;
}

.download-qr {
    display: block;
    margin: 15px auto 0;
    padding: 5px 10px;
    background: #3498db;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.download-qr:hover {
    background: #2980b9;
}

/* Footer styles */
.footer {
    padding: 40px 0 20px;
    /* background: #f8f9fa; */
    border-top: 1px solid #e9ecef;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.footer .row {
    margin-left: 0;
    margin-right: 0;
}

.footer .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
}

.footer-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.footer-desc {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.footer-contact li i {
    width: 20px;
    color: #3498db;
    margin-right: 10px;
}

.footer-contact li a {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact li a:hover {
    color: #3498db;
}

.footer-bottom {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.footer-bottom p {
    color: #6c757d;
    font-size: 0.9rem;
    margin: 0;
}

@media (max-width: 768px) {
    .footer {
        padding: 30px 0 15px;
    }
    
    .footer-title {
        margin-top: 20px;
    }
    
    .footer-contact li {
        margin-bottom: 8px;
    }
} 


/* Payment notes styles */
.payment-notes {
    background: #f8f9fa;
    border-left: 4px solid #3498db;
    padding: 20px;
    margin: 25px 0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.payment-notes h6 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #2c3e50;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
}

.payment-notes h6:before {
    content: '!';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #3498db;
    color: white;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 0.9rem;
    font-weight: bold;
}

.payment-notes ul {
    margin-bottom: 0;
    padding-left: 20px;
}

.payment-notes ul li {
    margin-bottom: 12px;
    color: #495057;
    font-size: 0.95rem;
    line-height: 1.5;
    position: relative;
}

.payment-notes ul li:last-child {
    margin-bottom: 0;
}

.payment-notes ul ul {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 15px;
}

.payment-notes ul ul li {
    margin-bottom: 8px;
    color: #6c757d;
}

.payment-notes ul ul li:last-child {
    margin-bottom: 0;
}

.payment-notes strong {
    color: #2c3e50;
    background: #e9ecef;
    padding: 3px 8px;
    border-radius: 4px;
    font-family: monospace;
    font-size: 0.9rem;
    border: 1px solid #dee2e6;
    display: inline-block;
    margin: 2px 0;
}

.payment-notes strong:hover {
    background: #dee2e6;
    cursor: pointer;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .payment-notes {
        padding: 15px;
        margin: 20px 0;
    }
    
    .payment-notes h6 {
        font-size: 1rem;
    }
    
    .payment-notes ul li {
        font-size: 0.9rem;
    }
    
    .qr-container {
        padding: 20px;
    }
    
    .qr-container img {
        max-width: 200px;
    }
} 

.latest-news {
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1)
}

.section-header .section-title {
    font-size: 18px;
    font-weight: 600;
    color: #344767
}

.news-card {
    display: block;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all .3s ease;
    text-decoration: none;
    height: 100%;
    border: 1px solid #e0e6ed
}

.news-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1)
}

.news-image {
    position: relative;
    padding-top: 56.25%
}

.news-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news-content {
    padding: 15px
}

.news-title {
    font-size: 16px;
    font-weight: 600;
    color: #344767;
    margin-bottom: 10px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.news-meta {
    display: flex;
    gap: 15px;
    font-size: 12px;
    color: #64748b;
    margin-bottom: 10px
}

.news-meta i {
    margin-right: 4px
}

.news-excerpt {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

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

    .hero-subtitle {
        font-size: 12px;
        padding: 8px 16px;
    }

    .modern-homepage {
        padding: 15px 0;
    }
    
    .order-card-container {
        padding: 20px;
        border-radius: 15px;
    }
    
    .hero-logo {
        width: 100px;
    }
    
    .modern-card-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 10px;
    }
    
    .modern-amount-grid {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
        gap: 8px;
    }
    
    .modern-input-group {
        flex-direction: column;
        gap: 15px;
    }
    
    .modern-quantity-controls {
        max-width: 162px;
        margin: 0 auto;
    }
}