body {
    margin: 0;
    color: #666;
}

.bms-topbar {
    background: #1f1f1f;
    padding: 10px 0;
}
.bms-logo img {
    width: 150px;
}
.bms-breadcrumb {
    background: #f5f5f5;
    padding: 6px 0;
    border-bottom: 1px solid #e5e5e5;
}
.bms-breadcrumb-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.bms-breadcrumb p {
    margin: 0;
    font-size: 10px;
    font-weight: 600;
}


.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 60px;
    z-index: 9999;
}
.nav-item {
    flex: 1;
    text-align: center;
    text-decoration: none;
    color: #666;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.nav-item i {
    font-size: 20px;
    margin-bottom: 4px;
}
.nav-item.active {
    color: #e50914;
}


.match-banner {
    background: linear-gradient(135deg,#1f3aa8,#7b1fa2);
    padding: 30px 0;
}
.match-card {
    background: linear-gradient(135deg,#1b2a7a,#4b1d86);
    border-radius: 15px;
    padding: 20px;
    color: #fff;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
}
.match-teams {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.team-logo {
    position: relative;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.team-logo img {
    width: 60px;
}
.team h5 {
    font-weight: 700;
    margin-top: 15px;
}
.team p {
    margin: 0;
    color: #d6d6d6;
}
.vs-section .vs-circle {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
}
.vs-section span {
    display: block;
    margin-top: 10px;
    color: #ddd;
}
.match-card hr {
    border-color: rgba(255,255,255,0.2);
    margin: 20px 0;
}
.match-info p {
    margin: 8px 0;
    font-size: 18px;
}
.match-info p:last-child {
    color: #d6d6d6;
}
.match-info i {
    margin-right: 10px;
}

.main-section {
    background: #efefef;
    padding: 30px 15px;
}
.ticket-section {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.section-title {
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #000;
}
.section-title i {
    color: #e50914;
}
.ticket-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.ticket-card {
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #e5e5e5;
}
.ticket-card.active {
    border: 2px solid #e50914;
    background-color: #fff2f2;
}
.ticket-card .icon-box {
    width: 40px;
    height: 40px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blue { background:#dfe7f2; color:#3b6cb7; }
.purple { background:#ebe2f5; color:#8a2be2; }
.pink { background:#f7e2ec; color:#e91e63; }
.gold { background:#f7efc9; color:#c48a00; }
.green { background:#dff1e6; color:#1b9c4b; }
.red { background:#f5e0e0; color:#d60000; }
.violet { background: #eee3ff; color: #7b2cff; }
.ticket-card h3 {
    font-size: 16px;
    margin: 8px 0;
    color: #000;
}
.ticket-card .price {
    color: #e50914;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}


.selected-category-box {
    background: #f3f4f6;
    border-radius: 15px;
    padding: 15px;
    margin-top: 20px;
}
.selected-category-box .selected-title {
    font-weight: 700;
    color: #000;
}
.selected-category-box .selected-desc {
    font-size: 15px;
    color: #5f6368;
    margin-bottom: 10px;
}
.selected-category-box .selected-features {
    list-style: none;
    padding: 0;
    margin: 0;
}
.selected-category-box .selected-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #5f6368;
    margin-bottom: 12px;
}
.selected-category-box .selected-features li:last-child {
    margin-bottom: 0;
}
.selected-category-box .selected-features i {
    color: #22c55e;
}


.booking-summary {
    font-size: 14px;
    margin-top: 25px;
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.booking-summary hr {
    opacity: 1;
}  
.section-heading {
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}
.match-meta {
    margin-bottom: 5px;
}
.match-meta i {
    margin-right: 8px;
}
.ticket-type-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.ticket-type {
    color: #2b6cb0;
}
.ticket-price {
    color: #000;
}

.quantity-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.quantity-row .quantity p {
    margin-bottom: 5px;
}
.qty-box {
    display: flex;
    align-items: center;
    border: 1px solid #000;
    border-radius: 10px;
    overflow: hidden;
}
.qty-btn {
    border: none;
    background: transparent;
    padding: 8px 12px;
    font-size: 14px;
}
.qty-box span {
    padding: 0 15px;
    font-weight: 600;
    color: #000;
}
.total-box p {
    margin-bottom: 5px;
}
.total-box h4 {
    color: #e50914;
    margin: 0;
}
.btn-book {
    display: block;
    width: 100%;
    background: #e50914;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 0px;
    font-size: 16px;
    margin-bottom: 10px;
    text-decoration: none;
    text-align: center;
    position: fixed;
    bottom: 7%;
    right: 0%;
}
.btn-book:hover {
    background: #c40811;
}
.btn-back {
    display: block;
    width: 100%;
    font-size: 16px;    
    border: 2px solid #e5e5e5;
    background: none;
    padding: 12px;
    border-radius: 10px;
    color: #555;
    text-decoration: none;
    text-align: center;
}


.ticket-info-box {
    background: #eef3fb;
    color: #2b6edc;
    border-radius: 14px;
    padding: 20px 18px;
    margin: 20px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.ticket-info-title {
    font-size: 18px;
    font-weight: 600;
}
.ticket-info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.ticket-info-item:last-child {
    margin-bottom: 0;
}
.ticket-info-item i {
    font-size: 14px;
}
.ticket-info-item p {
    margin: 0;
    font-size: 13px;
}


.bms-footer {
    background: #0b1a2d;
    padding: 40px 0 20px;
    margin-bottom: 60px;
}
.footer-logo {
    color: #fff;
    font-weight: 700;
}
.footer-logo i {
    margin-right: 8px;
}
.footer-tagline {
    color: #ccc;
}
.social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #1c2b40;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}
.social-icons a:hover {
    background: #e50914;
}
.footer-links {
    margin: 30px 0;
}
.footer-links h6 {
    color: #fff;
}
.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links ul li {
    margin-bottom: 10px;
}
.footer-links ul li:last-child {
    margin-bottom: 0;
}
.footer-links ul li a {
    font-size: 14px;
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}
.footer-links ul li a i {
    color: #e50914;
    margin-right: 6px;
}
.footer-links ul li a:hover {
    color: #fff;
}
.footer-subscribe {
    margin: 30px 0;
}
.footer-subscribe h6 {
    color: #fff;
}
.subscribe-tagline {
    color: #ccc;
    font-size: 14px;
}
.subscribe-box {
    display: flex;
}
.subscribe-box input {
    flex: 1;
    padding: 12px;
    border: none;
    outline: none;
    border-radius: 5px 0 0 5px;
    background: #1c2b40;
    color: #fff;
}
.subscribe-box button {
    background: #e50914;
    border: none;
    padding: 0 20px;
    border-radius: 0 5px 5px 0;
    color: #fff;
    cursor: pointer;
}
.subscribe-box button:hover {
    background: #c40812;
}
.footer-bottom {
    border-top: 1px solid #2c3e50;
    padding-top: 15px;
    text-align: center;
}
.footer-bottom p {
    margin: 5px 0;
    color: #888;
    font-size: 12px;
}


.booking-header h3 {
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: #000;
}
.summary-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}
.summary-card .tag {
    position: absolute;
    right: -40px;
    top: 30px;
    background: #e50914;
    color: #fff;
    font-size: 10px;
    padding: 5px 40px;
    transform: rotate(45deg);
}
.match-box {
    background: #f6f7fb;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 15px;
}
.match-box .match-top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}
.match-box .match-top .vs-circle {
    width: 45px;
    height: 45px;
    background: linear-gradient(45deg, #4f46e5, #3b82f6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
}
.match-box .match-top h5 {
    margin: 0;
    color: #000;
    font-size: 16px;
}
.match-box .match-top span {
    font-size: 12px;
    color: #777;
    display: block;
}
.match-box p {
    color: #000;
}
.match-box p span {
    display: block;
    color: #777;
}
.ticket-box {
    background: #f6f7fb;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 15px;
}
.ticket-box h5 {
    margin-bottom: 10px;
    color: #000;
}
.ticket-box h5 i {
    color: #e50914;
}
.ticket-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.ticket-row .icon-box {
    width: 40px;
    height: 40px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee3ff;
    color: #7b2cff;
}
.ticket-row span, .ticket-row strong {
    color: #000;
}
.price-box {
    background: #f6f7fb;
    padding: 15px;
    border-radius: 12px;
}
.price-box h5 {
    margin-bottom: 10px;
    color: #000;
}
.price-box h5 i {
    color: #e50914;
}
.price-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.price-row span, .price-row strong {
    color: #000;
}
.price-total {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}
.price-total span {
    color: #000;
    font-weight: 700;
}
.price-total strong {
    color: #e50914;
}


.customer-card {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    margin-top: 20px;
}
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
    color: #000;
}
.form-control {
    width: 100%;
    height: 45px;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
}
.form-control:focus {
    box-shadow: none;
}
.form-group small {
    font-size: 12px;
}
.btn-pay {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(to right, #1d4ed8, #2563eb);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}
.customer-card .footer-text {
    font-size: 12px;
    margin: 10px 0;
}


.important-info {
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    margin-top: 20px;
}
.info-card {
    display: flex;
    gap: 15px;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 12px;
    align-items: flex-start;
}
.info-card:last-child {
    margin-bottom: 0;
}
.info-card .icon {
    font-size: 18px;
}
.info-card h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
.info-card p {
    margin: 4px 0 0;
    font-size: 14px;
}
.info-card.blue {
    background: #e8f0ff;
    color: #2b5cff;
}
.info-card.green {
    background: #e6f4ea;
    color: #1e7e34;
}
.info-card.yellow {
    background: #fdf3e6;
    color: #a66a00;
}
.info-card.purple {
    background: #f3e8ff;
    color: #6f42c1;
}


.thank-you-card {
    background: #fff;
    padding: 40px 25px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    max-width: 500px;
}
.success-icon i {
    font-size: 60px;
    color: #28a745;
    margin-bottom: 20px;
}
.thank-title {
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}
.thank-subtitle {
    text-align: justify;
}
.thank-info {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 25px;
    text-align: left;
}
.thank-info p {
    margin: 5px 0;
    font-size: 14px;
}
.btn-home{
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    background: #007bff;
    color: #fff;
}