/* ===========================================
   TMS - Ticket Management System Custom Styles
   =========================================== */

/* ===== BASE STYLES ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
/* Ensure FontAwesome icons display properly */
.fas, .far, .fal, .fad, .fab {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.sc_layouts_logo:hover{
    text-decoration: none;
}
/* Scrolled Header Styles */
.navbar.header-scrolled {
    background-color: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.sc_layouts_logo .logo_text {
    font-family: "Cormorant",serif;
    font-size: 3.25em;
    font-weight: 400;
    font-style: normal;
    line-height: 0.93em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0px;
    display: block;
    margin-top: 0.1em;
    color: #191919;
}

.navbar-toggler .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
footer.footer-section {
    background: #000;
    color: #fff;
}

.copyright_text p {
    text-align: center; 
}
.sc_layouts_logo .logo_slogan {
    display: block;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0px;
    color: #5c5c5c;
}

.cart-busket-icon{
    color: #b8380a !important;
}
.cart-totals-title{
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.cart-totals-section{
    padding-left: 30px;
    padding-right: 30px;
}
.cart-count-icon {
    background: #b8380a !important;
    color: white !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    min-width: 22px !important;
    height: 22px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
}
.checkout-table{
    border: 1px solid #ccc;
}
.payment-method-section.paypal-section .paypal-text{
    font-size: 18px;
    font-weight: 600;
}
.cart-count-icon:empty {
    display: none !important;
}

.form-control.text-center.quantity-input{
    height: 38px;
    margin-top: 16px;
}
.btn.btn-primary{
    background-color: #d1410c;
    color:#fff;
}
.cart-section .btn{
    min-height: 38px;
    background-color: #d1410c;
    color:#fff;
}
.cart-section a.btn{
    line-height: 2;
}

.cart-section .btn:hover{
    background: #b8380a;
    color:#fff;
}

.footer-menu .menu-list .menu-item a{
    color: #000;
}
.footer-menu .menu-list .menu-item a:hover{
    color: #d1133b;
}
/* ===== HEADER STYLES ===== */
.main-header {
    background: linear-gradient(135deg, #000000 0%, #333333 100%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    position: relative;
}

.logo {
    display: flex;
    align-items: center;
}

.site-section {
    padding: 5em 0;
}
.site-blocks-table thead th {
    padding: 10px;
    text-align: center;
    border-width: 1px !important;
    vertical-align: middle;
    color: #212529;
    font-size: 18px;
  }
  .site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: #212529;
  }
.btn-custom{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    color: #ee4266;
    background-color: transparent;
    background-image: none;
    border-color: #ee4266;
}
.btn.js-btn-minus, .btn.js-btn-plus{
    margin-top: 16px;
}

#cart-count-badge{
    background: #b8380a !important;
}
.order-md-last .text-primary{color: #000 !important;}
#offcanvas-cart-items h6{color: #000 !important; font-weight: 600 !important;}
#offcanvas-cart-items .text-body-secondary{color: #000 !important; }
#offcanvas-cart-items .list-group-item.d-flex.justify-content-between{
    color:#b8380a !important;
}
.logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
}

.logo-image {
    height: 40px;
    width: 40px;
    margin-right: 0.75rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: white;
    font-size: 1.2rem;
}

.logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
}

.main-nav ul {
    display: flex;
    list-style: none;
    gap: 2rem;
    margin: 0;
}

.main-nav a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.main-nav a:hover,
.main-nav a.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background-color: white;
    transition: 0.3s;
}

/* ===== FOOTER STYLES ===== */
.main-footer {
    background-color: #2d3748;
    color: #a0aec0;
    margin-top: auto;
    padding: 2rem 0 1rem;
}

.footer-content {
    text-align: center;
}

.footer-content p {
    margin: 0;
    font-size: 0.9rem;
}

/* ===== UTILITY CLASSES ===== */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    transition: all 0.3s ease;
}

.card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}



/* ===== FORM STYLES ===== */

.error-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

.help-text {
    color: #6b7280;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}


/* ===== EVENT DETAIL PAGE ===== */
.event-layout {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 3rem;
    margin: 2rem 0;
}

.event-main {
    background: white;
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.event-sidebar {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    height: fit-content;
    position: sticky;
    top: 2rem;
}

.event-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.event-subtitle {
    font-size: 1.125rem;
    color: #6b7280;
    margin-bottom: 2rem;
}

.event-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 2.5rem;
}

.media-section {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f9fafb;
    border-radius: 12px;
}

.media-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 1rem;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.map-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
    width: 100%;
    height: 300px;
    border: none;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
    .container {
        padding: 0 1rem;
    }

    /* Header Mobile Styles */
    .main-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: linear-gradient(135deg, #000000 0%, #333333 100%);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .main-nav.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .main-nav ul {
        flex-direction: column;
        padding: 1rem 0;
        gap: 0;
    }

    .main-nav li {
        width: 100%;
        text-align: center;
    }

    .main-nav a {
        display: block;
        padding: 1rem;
        border-radius: 0;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .mobile-menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }

    /* Cart Display Mobile */
    .cart-display {
        margin-left: 0.5rem;
    }

    .cart-button {
        padding: 0.5rem;
    }

    .cart-label {
        display: none;
    }

    .cart-dropdown {
        position: fixed;
        top: 80px;
        left: 10px;
        right: 10px;
        width: auto;
        max-height: calc(100vh - 100px);
        margin-top: 0;
        border-radius: 12px;
    }

    .cart-dropdown-header {
        padding: 1rem 1.25rem;
    }

    .cart-title {
        font-size: 1.125rem;
    }

    .cart-dropdown-body {
        max-height: 300px;
    }

    .cart-item {
        padding: 0.875rem 1.25rem;
    }

    .cart-item-image {
        width: 50px;
        height: 50px;
    }

    .item-details .item-title {
        font-size: 0.9rem;
    }

    .cart-total-section {
        padding: 1rem 1.25rem;
    }

    .cart-actions {
        padding: 1.25rem;
    }

/* ===== CART DISPLAY STYLES ===== */
.cart-display {
    position: relative;
    margin-left: 1rem;
}

.cart-button {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
}

.cart-button:hover {
    background-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
}

.cart-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-icon {
    width: 24px;
    height: 24px;
    color: white;
    transition: all 0.3s ease;
}

.cart-button:hover .cart-icon {
    color: #d1410c;
    transform: scale(1.1);
}

.cart-count {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #d1410c;
    color: white;
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    border: 2px solid white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    animation: cartBounce 0.3s ease;
}

.cart-count:empty {
    display: none;
}

.cart-count-icon {
    background: #b8380a !important;
    color: white !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    min-width: 18px !important;
    height: 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid white !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
}

.cart-count-icon:empty {
    display: none !important;
}

/* Fixed Header Styles */

#offcanvasNavbar, #offcanvasCart {
    right: auto;
}

@keyframes cartBounce {
    0% { transform: scale(0.8); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

.cart-label {
    font-weight: 500;
    font-size: 0.9rem;
}

.cart-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    width: 380px;
    max-height: 600px;
    z-index: 1001;
    display: none;
    border: 1px solid #e5e7eb;
    margin-top: 0.75rem;
    overflow: hidden;
    animation: cartSlideDown 0.3s ease-out;
}

.cart-dropdown.active {
    display: block;
}

@keyframes cartSlideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cart-dropdown-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, #000000 0%, #333333 100%);
    color: white;
    border-radius: 12px 12px 0 0;
}

.cart-title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.cart-item-count {
    font-size: 0.875rem;
    opacity: 0.9;
    font-weight: 500;
}

.cart-close-btn {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 6px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.cart-close-btn svg {
    width: 20px;
    height: 20px;
}

.cart-dropdown-body {
    max-height: 350px;
    overflow-y: auto;
}

.cart-items {
    padding: 0;
}

.empty-cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
    text-align: center;
}

.empty-cart-icon {
    width: 64px;
    height: 64px;
    color: #d1d5db;
    margin-bottom: 1rem;
}

.empty-cart-icon svg {
    width: 100%;
    height: 100%;
}

.empty-cart-text {
    margin: 0 0 0.5rem 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #374151;
}

.empty-cart-subtext {
    margin: 0;
    font-size: 0.875rem;
    color: #6b7280;
}

.cart-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #f3f4f6;
    transition: all 0.2s ease;
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-item:hover {
    background-color: #f9fafb;
}

.cart-item-image {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.item-details {
    flex: 1;
    min-width: 0;
}

.item-details .item-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 0.25rem 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item-details .item-meta {
    font-size: 0.8rem;
    color: #6b7280;
    margin: 0.125rem 0;
}

.item-details .item-price {
    font-size: 0.9rem;
    font-weight: 600;
    color: #d1410c;
    margin-top: 0.25rem;
}

.cart-item-remove {
    background: none;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 4px;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.cart-item-remove:hover {
    color: #ef4444;
    background: #fef2f2;
}

.cart-dropdown-footer {
    border-top: 1px solid #e5e7eb;
    background: #f9fafb;
}

.cart-total-section {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.cart-subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.total-label {
    font-size: 0.95rem;
    color: #374151;
    font-weight: 500;
}

.total-amount {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1f2937;
}

.cart-shipping-note {
    font-size: 0.8rem;
    color: #6b7280;
    margin: 0;
    font-style: italic;
}

.cart-actions {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.checkout-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: #d1410c;
    color: white;
    text-decoration: none;
    padding: 0.875rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    text-align: center;
}

.checkout-btn:hover {
    background: #b8380a;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(209, 65, 12, 0.3);
}

.checkout-btn .btn-icon {
    width: 18px;
    height: 18px;
}

.view-cart-btn {
    color: #374151;
    text-decoration: none;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.5rem;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.view-cart-btn:hover {
    color: #d1410c;
    background: rgba(102, 126, 234, 0.1);
}

    .event-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .events-grid {
        grid-template-columns: 1fr;
    }

    .menu-grid {
        grid-template-columns: 1fr;
    }

    .table {
        font-size: 0.8rem;
    }

    .table th,
    .table td {
        padding: 0.75rem 0.5rem;
    }

    .btn {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .welcome-title {
        font-size: 1.75rem;
    }

    .event-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .menu-item {
        padding: 1.5rem;
    }
}


/* ===== PUBLIC EVENT STYLES ===== */

/* Event Listing */
.events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.event-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid #e5e7eb;
}

.event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.event-image {
    background: linear-gradient(45deg, #f0f0f0, #e0e0e0);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 3rem;
    height: 200px;
    position: relative;
}

.event-image img {
    width: 100%;
    height: 100%;
}

.event-content {
    padding: 1.5rem;
}

.event-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    color: #333;
}

.event-meta {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.event-description {
    color: #555;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}

.event-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.event-price {
    font-weight: 600;
    color: #d1410c;
    font-size: 1.125rem;
}

.no-events {
    text-align: center;
    padding: 4rem 2rem;
    color: #666;
}

.no-events h2 {
    margin-bottom: 1rem;
}

/* Event Detail Page */
.back-link {
    position: absolute;
    top: 2rem;
    left: 2rem;
    color: white;
    text-decoration: none;
    font-weight: 500;
}

.back-link:hover {
    text-decoration: underline;
}

.event-layout {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 3rem;
    margin-top: 2rem;
}

.event-main {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.event-sidebar {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    height: fit-content;
}

.event-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    color: #333;
}

.event-description {
    line-height: 1.6;
    color: #555;
    margin-bottom: 2rem;
}

.youtube-video {
    margin-bottom: 2rem;
}

.youtube-video iframe {
    width: 100%;
    height: 315px;
    border-radius: 10px;
}

.map-section {
    margin-bottom: 2rem;
}

.map-section iframe {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    border: none;
}

/* Ticket Cards for Public Purchase */
.ticket-card {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    border: 1px solid #e9ecef;
    transition: all 0.2s ease;
}

.ticket-card:hover {
    border-color: #d1d5db;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.ticket-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.ticket-type {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.ticket-description {
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.ticket-availability {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.availability-count {
    font-weight: 500;
    color: #374151;
}

.sold-out {
    color: #dc3545;
    font-weight: 600;
}

.available {
    color: #28a745;
    font-weight: 600;
}

.ticket-note {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
    margin-top: 0.5rem;
}

.no-tickets {
    text-align: center;
    padding: 3rem;
    color: #666;
}

.no-tickets h3 {
    margin-bottom: 1rem;
}

/* Quantity Selector */
.quantity-selector {
    margin: 1rem 0;
}

.quantity-selector label {
    display: block;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #555;
}

.quantity-btn {
    width: 36px;
    height: 36px;
    border: 1px solid #ddd;
    background: white;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: bold;
    color: #666;
    transition: all 0.2s ease;
}

.quantity-btn:hover {
    background: #f8f9fa;
    border-color: #bbb;
}

.quantity-btn:active {
    background: #e9ecef;
}

.quantity-input {
    width: 80px;
    height: 36px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 500;
}

/* Cart Summary */
.cart-summary {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 2rem;
    border: 1px solid #e9ecef;
}

.cart-summary h4 {
    color: #333;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.cart-item {
    background: white;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 0.75rem;
    border: 1px solid #e9ecef;
    font-size: 0.9rem;
}

.cart-item strong {
    color: #333;
}

.cart-total {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 2px solid #dee2e6;
    text-align: center;
    font-size: 1.1rem;
}

/* Button Enhancements */
.add-to-cart-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-lg {
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
}

/* Responsive adjustments for ticket selection */
@media (max-width: 768px) {
    .quantity-controls {
        justify-content: center;
    }

    .cart-summary {
        margin-top: 1.5rem;
    }
}


.no-events {
    text-align: center;
    padding: 4rem 2rem;
    color: #666;
}

.no-events h2 {
    margin-bottom: 1rem;
}


.ticket-note {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
    margin-top: 0.5rem;
}

.no-tickets {
    text-align: center;
    padding: 3rem;
    color: #666;
}

.no-tickets h3 {
    margin-bottom: 1rem;
}

/* ===== ADMIN TICKET SHOW PAGE STYLES ===== */
.event-info {
    background: white;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.ticket-detail {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 2rem;
}

.ticket-sidebar {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
}

.ticket-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    color: #333;
}

.ticket-meta {
    margin-bottom: 1rem;
}

.ticket-meta strong {
    display: block;
    color: #666;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
}

.ticket-meta span {
    font-size: 1.1rem;
    color: #333;
}

.availability-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 500;
}

/* ===== AUTH LOGIN PAGE STYLES ===== */
.login-container {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 400px;
}

.login-header {
    text-align: center;
    margin-bottom: 2rem;
}

.login-header h1 {
    color: #333;
    margin: 0;
    font-size: 1.8rem;
}

.login-header p {
    color: #666;
    margin: 0.5rem 0 0;
}

.error-message {
    background: #fee;
    color: #c33;
    padding: 0.75rem;
    border-radius: 5px;
    margin-bottom: 1rem;
    border-left: 4px solid #c33;
}

.error-message ul {
    margin: 0;
    padding-left: 1rem;
}

/* ===== CHECKOUT PAGE STYLES ===== */
.checkout-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin: 2rem 0;
}

.checkout-summary {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.order-items {
    margin-bottom: 2rem;
}

.order-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.5rem 0;
    border-bottom: 1px solid #e5e7eb;
    gap: 1rem;
}

.order-item:last-child {
    border-bottom: none;
}

.item-info h4 {
    margin: 0 0 0.5rem 0;
    color: #1f2937;
    font-size: 1.1rem;
}

.event-name {
    color: #6b7280;
    margin: 0.25rem 0;
    font-size: 0.9rem;
}

.event-date {
    color: #6b7280;
    margin: 0.25rem 0;
    font-size: 0.9rem;
}

.quantity {
    color: #374151;
    margin: 0.25rem 0;
    font-size: 0.9rem;
}

.unit-price {
    display: block;
    color: #6b7280;
    font-size: 0.9rem;
}

.total-price {
    display: block;
    color: #1f2937;
    font-weight: 600;
    font-size: 1.1rem;
    margin-top: 0.25rem;
}

.order-total {
    border-top: 2px solid #e5e7eb;
    padding-top: 1.5rem;
}

.total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
    font-size: 1rem;
}

.final-total {
    font-size: 1.2rem;
    color: #1f2937;
    padding-top: 0.5rem;
    border-top: 1px solid #e5e7eb;
}

.checkout-form {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.form-section {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e7eb;
}

.form-section:last-child {
    border-bottom: none;
}

.form-section h3 {
    color: #1f2937;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.payment-methods {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.payment-method {
    flex: 1;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    padding: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.payment-method:hover,
.payment-method.selected {
    border-color: #d1410c;
    background-color: #f8f9ff;
}

.payment-method input[type="radio"] {
    display: none;
}

.payment-method label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    margin: 0;
}

.method-icon {
    font-size: 1.5rem;
}

.method-name {
    font-weight: 500;
    color: #374151;
}

.payment-fields {
    margin-top: 1.5rem;
}

.terms-section {
    background: #f9fafb;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.checkbox-label input[type="checkbox"] {
    margin-top: 0.125rem;
    flex-shrink: 0;
}

.checkbox-label a {
    color: #d1410c;
    text-decoration: none;
}

.checkbox-label a:hover {
    text-decoration: underline;
}

.checkout-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    color: white;
    font-weight: 500;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    max-width: 400px;
}

/* ===== RESPONSIVE ADJUSTMENTS ===== */
@media (max-width: 768px) {
    .event-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .event-sidebar {
        order: -1;
    }

    .event-details {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .page-title {
        font-size: 2rem;
    }

    .events-grid {
        grid-template-columns: 1fr;
    }

    .ticket-detail {
        grid-template-columns: 1fr;
    }

    .back-link {
        position: static;
        display: inline-block;
        margin-bottom: 1rem;
    }

    .checkout-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .payment-methods {
        flex-direction: column;
    }

    .checkout-actions {
        flex-direction: column;
    }

    .checkout-actions .btn {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

/* ===== NEW EVENT PAGE STYLES ===== */
.page-header {
    background: linear-gradient(135deg, #000000 0%, #333333 100%);
    color: white;
    padding: 3rem 0;
    margin-bottom: 2rem;
    text-align: center;
}
.cus-nav-menu ul{
   font-family: "Cormorant",serif;
   font-size: 21px;
   line-height: 1.5em;
   text-transform: capitalize;
}

.event-main-title {
    font-family: "Cormorant",serif;
    font-size: 4.25em;
    font-weight: 700;
    margin: 0;
}

.event-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

/* Top Section - Event Info and Tickets */
.event-top-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
    align-items: start;
}

@media (max-width: 768px) {
    .event-top-section {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

/* Event Info Card */
.event-info-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.event-info-content {
    padding: 2rem;
}

.event-location,
.event-date {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    font-family: 'Jost', sans-serif;
}

.event-location:last-child,
.event-date:last-child {
    margin-bottom: 0;
}

.location-icon,
.date-icon {
    font-size: 1.5rem;
    margin-right: 1rem;
    flex-shrink: 0;
}

.location-text,
.date-text {
    font-size: 1.1rem;
    font-weight: 500;
    color: #1a1a1a;
}

/* Tickets Section */
.tickets-section {
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.tickets-title {
    font-family: 'Marcellus', serif;
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0;
    padding: 2rem 2rem 1rem;
    color: #1a1a1a;
    letter-spacing: -0.01em;
    border-bottom: 1px solid #dee2e6;
}

.tickets-container {
    max-height: 500px;
    overflow-y: auto;
    padding: 0 2rem 2rem;
}

.ticket-row {
    padding: 1.5rem 0;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease;
}

.ticket-row:last-child {
    border-bottom: none;
}

.ticket-row:hover {
    background-color: #fafafa;
    border-radius: 8px;
    margin: 0 -0.5rem;
    padding: 1.5rem 0.5rem;
}

.ticket-info {
    margin-bottom: 1rem;
}

.ticket-actions {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
}

.ticket-info {
    min-width: 0;
}

.ticket-name {
    font-family: 'Jost', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.25rem 0;
    color: #1a1a1a;
}

.ticket-desc {
    font-family: 'Jost', sans-serif;
    font-size: 0.85rem;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

.ticket-price-section {
    text-align: center;
    min-width: 120px;
}

.ticket-price {
    font-family: 'Jost', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.25rem;
}

.ticket-availability,
.ticket-status {
    font-family: 'Jost', sans-serif;
    font-size: 0.8rem;
    color: #666;
}

.ticket-status.sold-out {
    color: #ef4444;
    font-weight: 600;
}

.quantity-controls {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 8px;
    padding: 0.25rem;
}

.qty-btn {
    width: 32px;
    height: 32px;
    border: none;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #d1410c;
    cursor: pointer;
    transition: all 0.2s ease;
}

.qty-btn:hover {
    background: #d1410c;
    color: white;
}

.qty-input {
    width: 50px;
    height: 32px;
    border: 1px solid #e0e0e0;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    background: white;
}

.qty-input:focus {
    outline: none;
    border-color: #d1410c;
}

.add-to-cart-btn {
    background: #d1410c;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-family: 'Jost', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.add-to-cart-btn:hover {
    background: #b8380a;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(209, 65, 12, 0.3);
}

.add-to-cart-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    background: #666;
}

.sold-out-btn {
    background: #f3f4f6;
    color: #9ca3af;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-family: 'Jost', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
}

.tickets-footer {
    padding: 1rem 2rem 2rem;
    border-top: 1px solid #f0f0f0;
    margin-top: 1rem;
}

.tickets-note {
    font-family: 'Jost', sans-serif;
    font-size: 0.8rem;
    color: #666;
    margin: 0;
    font-style: italic;
}

.no-tickets-available {
    text-align: center;
    padding: 3rem 2rem;
}

.no-tickets-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.no-tickets-available h3 {
    font-family: 'Marcellus', serif;
    font-size: 1.5rem;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.no-tickets-available p {
    font-family: 'Jost', sans-serif;
    color: #666;
    margin: 0;
}

/* Bottom Section - Description and Map */
.event-bottom-section {
    margin-top: 3rem;
}
.event-sec-title{
    padding: 0px 0px 20px 0px;
    border-bottom: 1px solid #dee2e6;
}
.section-title {
    font-family: 'Marcellus', serif;
    font-size: 2rem;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0 0 2rem 0;
    letter-spacing: -0.01em;
}

.event-description-section,
.event-video-section,
.venue-map-section {
    margin-bottom: 3rem;
}

.event-description-content {
    font-family: 'Jost', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #4a4a4a;
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.video-container,
.map-container {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.video-container iframe,
.map-container iframe {
    width: 100%;
    height: 400px;
    border: none;
    border-radius: 8px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .ticket-actions {
        grid-template-columns: 1fr auto auto;
        gap: 1rem;
    }

    .ticket-price-section {
        justify-self: start;
    }

    .quantity-controls {
        justify-self: center;
    }

    .add-to-cart-btn,
    .sold-out-btn {
        justify-self: end;
    }
}

@media (max-width: 768px) {
    .ticket-actions {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .ticket-price-section {
        margin-bottom: 0.5rem;
        justify-self: start;
    }

    .quantity-controls {
        justify-self: center;
    }

    .add-to-cart-btn,
    .sold-out-btn {
        width: 100%;
        justify-self: stretch;
    }
}

@media (max-width: 768px) {
    .event-main-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 1.6rem;
    }

    .tickets-title {
        font-size: 1.5rem;
    }

    .event-info-content {
        padding: 1.5rem;
    }

    .tickets-container {
        padding: 0 1.5rem 1.5rem;
    }

    .tickets-title {
        padding: 1.5rem 1.5rem 1rem;
    }

    .event-description-content,
    .video-container,
    .map-container {
        padding: 1.5rem;
    }
}

@media (max-width: 576px) {
    .page-header {
        padding: 2rem 0;
    }

    .event-main-title {
        font-size: 1.8rem;
    }

    .location-text,
    .date-text {
        font-size: 1rem;
    }



    .add-to-cart-btn,
    .sold-out-btn {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }

    .ticket-row {
        padding: 1.25rem 0;
    }

/* Checkout Page Styles */
.site-section {
    padding: 2.5rem 0;
}

.site-block-order-table {
    margin-bottom: 0;
}

.site-block-order-table th {
    padding: 1rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    border-bottom: 2px solid #dee2e6;
    background-color: #f8f9fa;
}

.site-block-order-table td {
    padding: 1rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.site-block-order-table .font-weight-bold {
    font-weight: 700 !important;
}

/* Form Styles */
.form-control {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #d1410c;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(209, 65, 12, 0.25);
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group-append {
    margin-left: -1px;
}

.input-group .form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group-append .btn {
    position: relative;
    z-index: 2;
}

/* Border and spacing utilities */
.border {
    border: 1px solid #dee2e6 !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-lg-5 {
    padding: 3rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.text-danger {
    color: #dc3545 !important;
}

.text-black {
    color: #000 !important;
}

.h3 {
    font-size: 1.5rem;
    font-weight: 500;
}

.h6 {
    font-size: 1rem;
    font-weight: 500;
}

/* Button styles for checkout */
.btn-block {
    display: block;
    width: 100%;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

/* Collapse styles */
.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

/* Background colors */
.bg-light {
    background-color: #f8f9fa !important;
}

/* Cart Page Styles - Table Layout */
.site-blocks-table {
    margin-bottom: 2rem;
}

.site-blocks-table table {
    width: 100%;
    border-collapse: collapse;
}

.site-blocks-table th {
    padding: 1rem;
    text-align: left;
    border-bottom: 2px solid #dee2e6;
    background-color: #f8f9fa;
    font-weight: 600;
    color: #000;
    font-size: 14px !important;
}

.site-blocks-table td {
    padding: 1rem;
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
}

.product-thumbnail {
    width: 100px;
}

.product-thumbnail img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
}

.product-name {
    min-width: 250px;
}

.product-name h2 {
    margin-bottom: 0.5rem;
    font-size: 14px;
}

.product-name .text-muted {
    font-size: 14px;
    color: #6c757d !important;
    margin-bottom: 0.25rem;
}

.product-price,
.product-total {
    width: 120px;
    text-align: center;
    font-weight: 600;
}

.product-quantity {
    width: 150px;
}

.product-remove {
    width: 80px;
    text-align: center;
}

.quantity-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    gap: 0.5rem;
}

.quantity-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #d1410c;
    background: #fff;
    color: #d1410c;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.quantity-btn:hover {
    background: #d1410c;
    color: white;
}

.quantity-input {
    width: 50px;
    text-align: center;
    border: 1px solid #ced4da;
    padding: 0.375rem;
    font-size: 0.9rem;
}

.height-auto {
    height: auto !important;
    padding: 0.25rem 0.5rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.cart-totals {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 2rem;
}

.cart-totals h3 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dee2e6;
    text-transform: uppercase;
}

.totals-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.totals-row:last-child {
    border-bottom: none;
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 2px solid #dee2e6;
    font-size: 1.1rem;
}

.totals-row strong {
    font-weight: 700;
}

.empty-cart {
    padding: 4rem 2rem;
    text-align: center;
}

.empty-cart-icon {
    margin-bottom: 2rem;
    opacity: 0.7;
}

.empty-cart-title {
    font-size: 2rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 1rem;
}

.empty-cart-text {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

/* Coupon Section */
.coupon-section {
    margin-top: 2rem;
}

.coupon-section label {
    margin-bottom: 0.5rem;
}

.coupon-section p {
    margin-bottom: 1rem;
    color: #666;
}

/* Action Buttons */
.cart-actions {
    margin-bottom: 2rem;
}

.cart-actions .btn {
    margin-right: 1rem;
}

/* Responsive Cart Styles */
@media (max-width: 768px) {
    .site-blocks-table table {
        font-size: 0.9rem;
    }

    .site-blocks-table th,
    .site-blocks-table td {
        padding: 0.75rem 0.5rem;
    }

    .product-name {
        min-width: 200px;
    }

    .product-thumbnail {
        width: 80px;
    }

    .product-thumbnail img {
        width: 60px;
        height: 60px;
    }

    .product-price,
    .product-total {
        width: 100px;
    }

    .product-quantity {
        width: 130px;
    }

    .product-remove {
        width: 70px;
    }

    .quantity-input {
        width: 40px;
        font-size: 0.8rem;
    }

    .cart-totals {
        margin-top: 2rem;
        padding: 1.5rem;
    }

    .totals-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .empty-cart {
        padding: 2rem 1rem;
    }

    .empty-cart-title {
        font-size: 1.5rem;
    }
}

/* Checkout Payment Methods */
.payment-method-radio {
    display: inline-block;
    margin-right: 0.5rem;
    margin-bottom: 0;
}

.payment-method-radio input[type="radio"] {
    margin-right: 0.5rem;
}

.payment-method-radio label {
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0;
}

.payment-method-section {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 1rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.paypal-section {
    border: 2px solid #0070ba;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
}

.paypal-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0070ba 0%, #003087 50%, #009cde 100%);
    border-radius: 4px 4px 0 0;
}

.paypal-logo {
    max-height: 32px;
    width: auto;
    object-fit: contain;
}

.paypal-label:hover .paypal-logo {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.paypal-section .fa-check-circle {
    color: #28a745 !important;
    font-size: 24px !important;
    display: inline-block !important;
    margin-right: 1rem !important;
}

.paypal-benefits .benefit-item {
    padding: 1rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.paypal-benefits .benefit-item:hover {
    transform: translateY(-2px);
}

.paypal-info {
    border-left: 4px solid #0070ba;
}

.payment-method-section:hover {
    border-color: #d1410c;
    box-shadow: 0 0 0 0.2rem rgba(209, 65, 12, 0.25);
}

.payment-method-section h3 {
    margin-bottom: 0;
}

.payment-method-section h3 a {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
}

.payment-method-section h3 a:hover {
    color: #d1410c;
}

.payment-method-radio input[type="radio"]:checked + label {
    font-weight: 600;
    color: #d1410c;
}
/* Customer Login Form */
.login-form-container {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 3rem 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.login-form .form-group {
    margin-bottom: 1.5rem;
}

.login-form label {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #333;
}

.login-form .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
}

/* Checkout Enhancements */
.checkout-section {
    padding: 2rem 0;
}

/* Form Validation Styles */
.is-invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.invalid-feedback {
    display: block !important;
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Alert Styles */
.alert {
    border-radius: 0.375rem;
    border: none;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
}

.alert-info {
    background-color: #d1ecf1;
    color: #0c5460;
}

/* Customer Login Form */
.login-form-container {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 3rem 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.login-form .form-group {
    margin-bottom: 1.5rem;
}

.login-form label {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #333;
}

.login-form .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
}

/* Responsive adjustments */
@media (min-width: 992px) {
    .p-lg-5 {
        padding: 3rem !important;
    }
}

    .ticket-info {
        margin-bottom: 1rem;
    }

    .ticket-actions {
        gap: 0.75rem;
    }
}

/* ===== EVENT GALLERY STYLES ===== */

.gallery-item-image {
    padding: 20px 0px;
}

/* Responsive Gallery */
@media (max-width: 768px) {
    .gallery-container {
        padding: 0 1rem;
    }

    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 1rem;
    }

    .gallery-item img {
        height: 150px;
    }
    .payment-method-section.paypal-section .paypal-text{
        font-size: 16px;
    }
    .site-blocks-table {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch; /* smooth scroll on mobile */
    }
    .btn.js-btn-minus, .btn.js-btn-plus{
        padding: 0px;
    }
    
}

@media (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .gallery-item img {
        height: 200px;
    }
    .btn.js-btn-minus, .btn.js-btn-plus{
        padding: 0px;
    }
}