/*===========================================
=            MODERN EVENT TABS UI            =
===========================================*/

/* Hide Sidebar & Title */
#secondary {
    display: none;
}

.bps-slingle .bgs-post-post, 
.bps-slingle .bgs-post-page {
    background-color: #fff !important;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 135% !important;
}

.entry-title {
    display: none;
}

/*===========================================
=            MAIN EVENT LAYOUT              =
===========================================*/

.event-default {
    display: flex;
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
    background: #fff;
}

.left {
    width: 60%;
}

.right {
    width: 40%;
    margin-top: 50px;
}

.event-title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #0a1929;
    letter-spacing: -0.02em;
}

.event-banner {
    margin-top: 30px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px -12px rgba(0,0,0,0.1);
}

.event-banner img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.event-banner:hover img {
    transform: scale(1.03);
}

/*===========================================
=            DATE & VENUE CARD              =
===========================================*/

.date-section {
    background: linear-gradient(135deg, #0a1929 0%, #1a2c3e 100%);
    padding: 30px;
    border-radius: 20px;
    color: white;
    box-shadow: 0 15px 30px -10px rgba(10,25,41,0.2);
}

.date-section p {
    margin: 0 0 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: flex;
    align-items: baseline;
    font-size: 1rem;
}

.date-section p:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.date-section strong {
    min-width: 70px;
    color: #90caf9;
    font-weight: 600;
}

.date-section span {
    color: #fff;
    font-weight: 400;
    margin-left: 10px;
}

/*===========================================
=            TICKET SECTION                 =
===========================================*/

.ticket-section {
    background: #fff;
    border: 1px solid #edf2f7;
    margin-top: 40px;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 8px 20px -6px rgba(0,0,0,0.02);
}

.ticket-section > p {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0a1929;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ticket-section > p:before {
    content: '🎫';
    font-size: 1.8rem;
}

.event-description {
    margin-bottom: 30px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 16px;
}

.tickets-section h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 20px;
}

.tickets-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ticket-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px;
    transition: all 0.2s ease;
}

.ticket-card:hover {
    background: #fff;
    border-color: #3b82f6;
    box-shadow: 0 8px 20px -8px rgba(59,130,246,0.15);
    transform: translateY(-2px);
}
.ticket-card.free:hover {
    background: #fff;
    border-color: rgb(5, 150, 105);
    box-shadow: 0 8px 20px -8px rgba(59,130,246,0.15);
    transform: translateY(-2px);
}

.ticket-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.ticket-header h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0a1929;
    margin: 0;
}

.ticket-type {
    background: #e2e8f0;
    padding: 4px 12px;
    border-radius: 30px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #1e293b;
}

.ticket-price {
    margin-bottom: 15px;
    border-bottom: 1px dotted #bbb4b4;
    padding: 5px 0px;
}

.price {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0a1929;
}

.price.free {
    color: #059669;
}

.ticket-details {
    margin-bottom: 20px;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    color: #4b5563;
    font-size: 0.9rem;
}

.detail-item i {
    color: #3b82f6;
    width: 18px;
}

.book-button {
    width: 100%;
    background: linear-gradient(90deg, #3b82f6, #2563eb);
    color: white;
    border: none;
    padding: 14px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.book-button:hover {
    background: linear-gradient(90deg, #2563eb, #1d4ed8);
    transform: scale(0.98);
    box-shadow: 0 8px 16px -6px #3b82f6;
}

/*===========================================
=            PROGRAM TABS - MINIMAL         =
===========================================*/

.program-section {
    margin-top: 60px;
}

.program-section h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0a1929;
    margin-bottom: 30px;
}

/* Tab Navigation - Pill Style */
.program-div {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
}

.program-list {
    padding: 12px 24px;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 120px;
    text-align: center;
}

.program-list:hover {
    border-color: #94a3b8;
    background: #f8fafc;
}

.program-list.active {
    background: #0a1929;
    border-color: #0a1929;
}

.program-list.active .program-date,
.program-list.active .program-title {
    color: white;
}

.program-date {
    display: block;
    font-weight: 700;
    color: #0a1929;
    margin-bottom: 4px;
    font-size: 1rem;
}

.program-title {
    display: block;
    color: #4b5563;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.program-list.active .program-title {
    color: rgba(255,255,255,0.9);
}

/*===========================================
=            SCHEDULE CARDS - GLASS         =
===========================================*/

.schedule-container {
    position: relative;
}

.schedule-content {
    display: none;
    animation: slideUp 0.35s ease;
}

.schedule-content.active {
    display: block;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.schedule-date-heading {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0a1929;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.schedule-date-heading:before {
    content: '📌';
    font-size: 1.25rem;
}

/* Schedule Items - Glass Morphism */
.schedule-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.schedule-item {
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(203,213,225,0.3);
    border-radius: 20px;
    padding: 24px;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}

.schedule-item:hover {
    background: white;
    border-color: #cbd5e1;
    box-shadow: 0 12px 24px -8px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}

.schedule-time {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #eef2ff;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #2563eb;
    margin: 0px 20px 16px 0px;
}

.schedule-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0a1929;
    margin-bottom: 12px;
    line-height: 1.4;
}

.schedule-speaker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f1f5f9;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 0.9rem;
    color: #1e293b;
    margin-bottom: 16px;
}

.schedule-description {
    color: #4b5563;
    line-height: 1.7;
    font-size: 0.95rem;
    padding-top: 16px;
    border-top: 1px dashed #cbd5e1;
    margin-top: 8px;
}

.no-schedule {
    text-align: center;
    padding: 60px 30px;
    background: #f8fafc;
    border-radius: 24px;
    color: #64748b;
    border: 2px dashed #cbd5e1;
    font-size: 1rem;
}

/*===========================================
=            RESPONSIVE                     =
===========================================*/

@media (max-width: 1024px) {
    .event-default {
        flex-direction: column;
    }
    
    .left,
    .right {
        width: 100%;
    }
    
    .right {
        margin-top: 0;
    }
    .bps-slingle .bgs-post-post, 
    .bps-slingle .bgs-post-page {
    background-color: #fff !important;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100% !important;
}
}

@media (max-width: 768px) {
    .program-div {
        flex-direction: column;
    }
    
    .program-list {
        width: 100%;
    }
    
    .schedule-item {
        padding: 20px;
    }
    
    .event-title {
        font-size: 2rem;
    }
    .bps-slingle .bgs-post-post, 
    .bps-slingle .bgs-post-page {
    background-color: #fff !important;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100% !important;
}
}

@media (max-width: 480px) {
    .date-section {
        padding: 20px;
    }
    
    .date-section p {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .date-section strong {
        min-width: auto;
    }
    
    .date-section span {
        margin-left: 0;
    }
    
    .ticket-card {
        padding: 16px;
    }
    .bps-slingle .bgs-post-post, 
    .bps-slingle .bgs-post-page {
   background-color: #fff !important;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100% !important;
}
}

/*===========================================
=            UTILITIES                      =
===========================================*/

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Better focus styles */
*:focus {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
    background: #94a3b8;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #64748b;
}
img.speaker-image-size {
    width: 50px;
    height: 36px;
}
/*span.tickets-btn button {
    margin: 0px;
    background: #fff;
    color: black;
    border: 1px solid rgb(217, 217, 217);
    height: 30px;
    min-width: 60px;
}
.text-tik {
    border: 1px solid rgb(217, 217, 217);
    height: 30px;
    width: 90px;
}
.tickets-add {
    padding: 0px 0px 18px 50px;
}
.tickets-btn p {
    margin: 0px;
    font-weight: 600;
    font-size: 11px;
}*/
.tickets-btn {
    display: flex;
    align-items: center;
    gap: 15px;
}

.qty-label {
    margin: 0;
    font-weight: 600;
}

.qty-control {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}

.qty-control button {
    width: 35px;
    height: 35px;
    border: none;
    background: #f5f5f5;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    transition: 0.2s;
    margin: 0px;
    color: black;
}

.qty-control button:hover {
    background: #e0e0e0;
}

.text-tik {
    width: 50px;
    height: 35px;
    text-align: center;
    border: none;
    outline: none;
    font-weight: 600;
}
.tickets-add {
    padding: 7px 0px 4px 16px;
}
.details-show {
    display: flex;
    gap: 172px;
    margin-top: 20px;
}
span.qty-display,.qty-rate-display {
    font-weight: bolder;
    /* font-size: 18px; */
}
.billing-details {
    line-height: 40px;
    border: 1px solid #ededed;
    padding: 36px 27px;
} 
.content {
    margin-top: 40px;
}

.billing-info {
    font-size: 15px;
    font-weight: 550;
}
 .event-summary-container {
    max-width: 1200px;
   
}
.billing-info {
    font-size: 24px;
    font-weight: 600;
    color: #2196F3;
    margin-bottom: 20px;
}
.billing-details {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
}
.form-control {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 5px;
}
.order-summary {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.order-summary h3 {
    color: #333;
    margin-bottom: 15px;
}
.text-muted {
    color: #666;
    margin: 5px 0;
}
.text-muted i {
    margin-right: 8px;
}
.line {
    height: 1px;
    background: #eee;
    margin: 20px 0;
}
.sum-txt {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.booking-summary {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 6px;
}
.ticket-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.ticket-item:last-child {
    border-bottom: none;
}
.ticket-name {
    font-weight: 500;
}
.ticket-quantity {
    color: #666;
    font-size: 14px;
}
.ticket-total {
    font-weight: 600;
    color: #2196F3;
}
.grand-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px solid #ddd;
    font-size: 18px;
    font-weight: 700;
}
.grand-total-amount {
    color: #2196F3;
}
.payment-modes {
    background: #eeeeee;
    margin: 3px;
    padding: 9px;
}
.payment-modes label {
    padding: 8px;
}
.rzp-pay-wrapper {
    max-width: 500px;
    margin: 50px auto;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    background: #ffffff;
    text-align: center;
}

.rzp-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.rzp-amount {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #2d2d2d;
}

.rzp-button {
    background: #008eff;
    color: #fff;
    padding: 14px 28px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s ease;
}
.col-sm-6.payment-content {
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 0px;
    
}
.header{
    text-align: center;
    background: green;
    color: white;
    padding: 12px;
}
.payment-list {
    padding: 10px 0px 3px 15px;
    line-height: 35px;
}
.payment-list strong {
    padding: 0px 6px 0px 5px;
}
.home-event {
    /* text-align: center; */
    vertical-align: center;
    /* align-items: center; */
    padding: 8px 14px !important;
    margin: 10px !important;
    text-align: center !important;
    background: #2196F3;
    color: white;
}
.home_url {
    padding: 19px 0px;
    text-align: center;
}.rzp-pay-wrapper {
            max-width: 500px;
            margin: 50px auto;
            padding: 30px;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            text-align: center;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        .rzp-title {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 15px;
            color: #333;
        }
        .rzp-amount {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 30px;
            color: #667eea;
        }
        .rzp-button {
            background: #667eea;
            color: white;
            border: none;
            padding: 15px 30px;
            font-size: 18px;
            font-weight: 600;
            border-radius: 6px;
            cursor: pointer;
            transition: background 0.3s;
            width: 100%;
        }
        .rzp-button:hover {
            background: #5a67d8;
        }
        .rzp-button:disabled {
            background: #999;
            cursor: not-allowed;
        }
        .button-loader {
            display: none;
            width: 20px;
            height: 20px;
            border: 3px solid #f3f3f3;
            border-top: 3px solid #667eea;
            border-radius: 50%;
            animation: spin 1s linear infinite;
            margin-left: 10px;
        }
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

.checkbox-group {
    display: flex;
    /* padding: 0px; */
    gap: 15px;
}
.radio-group{
    display: flex;
    /* padding: 0px; */
    gap: 15px;
}