@import url("style_font.css?v=1.6");

.select2-container{
    width:100% !important;
}

.select2-container--default .select2-selection--single{
    height:46px !important;
    border:1px solid #C4C4C4 !important;
    border-radius:.25rem !important;
    background:#fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:44px !important;
    padding-left:15px !important;
    padding-right:35px !important;
    font-size:15px !important;
    color:#333 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    width:30px !important;
    height:44px !important;
    right:8px !important;
    top:0 !important;
}

.select2-selection--single:before,
.select2-selection--single:after,
.select2-selection__arrow b:before,
.select2-selection__arrow b:after{
    display:none !important;
    content:none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    position:absolute !important;
    top:50% !important;
    left:50% !important;
    width:8px !important;
    height:8px !important;
    margin:0 !important;
    background:none !important;
    border:none !important;
    border-right:2px solid #666 !important;
    border-bottom:2px solid #666 !important;
    transform:translate(-50%, -70%) rotate(45deg) !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    transform:translate(-50%, -30%) rotate(-135deg) !important;
}

.select2-container--default .select2-selection--single:focus,
.select2-container--default.select2-container--focus .select2-selection--single{
    border-color:#86b7fe !important;
    box-shadow:0 0 0 .2rem rgba(13,110,253,.15) !important;
}

#jumlah_tiket{
    appearance:auto !important;
    -webkit-appearance:auto !important;
    -moz-appearance:auto !important;
}

.event-hero {
    background: linear-gradient( 135deg, #005bea 0%, #0061a8 30%, #004e92 60%, #001f3f 100% );
    border-radius: 24px;
    padding: 50px;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.event-hero {
    position: relative;
}
.event-hero:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background: radial-gradient( circle, rgba(0,255,255,0.08), transparent 70% );
    pointer-events: none;
}
.hero-title {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #fff;
    font-family: "GC Epic Pro";
}
.hero-date {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}
.hero-location {
    font-size: 20px;
    opacity: 0.9;
}
.hero-meta {
    font-size: 18px;
    line-height: 1.8;
}
.hero-price {
    font-weight: 700;
    color: #ffd54f;
}
.hero-note {
    font-size: 14px;
    opacity: 0.8;
}
.countdown-wrapper {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.count-box {
    width: 90px;
    height: 90px;
    border-radius: 18px;
    background: rgba(255,255,255,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}
.count-box span {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}
.count-box small {
    font-size: 14px;
    margin-top: 5px;
}
.hero-poster {
    border-radius: 20px;
    width: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.btn-hero-ticket {
    background: #fff;
    border: 0;
    color: #0d6efd;
    font-weight: 700;
    padding: 14px 32px;
    transition: 0.3s ease;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.btn-hero-ticket:hover {
    background: #f3f4f6;
    color: #0d6efd;
    transform: translateY(-2px);
}

/* KATEGORI */

.ticket-card {
    border-radius: 20px;
    overflow: hidden;
    transition: 0.3s ease;
    border: 0;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.ticket-card:hover {
    transform: translateY(-5px);
}

.ticket-card .card-body {
    background: linear-gradient(
        135deg,
        #9b111e 0%,
        #c1121f 45%,
        #e11d2e 100%
    );
    border-radius: 20px;
    color: #fff;
    padding: 25px 15px;
}

.ticket-category {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: .95;
    margin-bottom: 10px;
    font-family: 'GC Epic Pro';
}

.ticket-price {
    font-size: 34px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
}

.ticket-card .btn {
    height: 48px;
    font-weight: 700;
    border-radius: 50px;
    background: #fff;
    border-color: #fff;
    color: #c1121f;
    transition: .3s ease;
}

.ticket-card .btn:hover {
    background: #ffe5e8;
    border-color: #ffe5e8;
    color: #9b111e;
}

/* MOBILE */

@media(max-width:768px) {
    .event-hero {
        padding: 25px;
    }
    .hero-title {
        font-size: 32px;
        font-family: "GC Epic Pro";
    }
    .hero-date {
        font-size: 22px;
    }
    .hero-location {
        font-size: 16px;
    }
    .hero-meta {
        font-size: 15px;
    }
    .count-box {
        width: 70px;
        height: 70px;
    }
    .count-box span {
        font-size: 24px;
    }
    .ticket-category {
        font-size: 20px;
        letter-spacing: 1.5px;
    }
    .ticket-price {
        font-size: 26px;
    }
    .ticket-card .card-body {
        padding: 20px 10px;
    }
    .ticket-card .btn {
        font-size: 14px;
        height: 42px;
    }
    
    .btn-hero-ticket {
        height: 46px;
        font-size: 15px;
        line-height: 18px;
    }
}