body {
    background-color: #fff !important;
}
.bg-nav {
    background-color: #111620;
}
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}
.search-nav-input{
    border: none;
    background-color: #0a0b10 !important;
    border-color: #0a0b10;
}
#cart-modal .modal-body {
    position: relative;
    margin-top: 50px;
}
.cart-title{
    position: fixed;
    top: 40px;
    left: 20px;
}

.qty-input{
    position: relative;
    /* width: 70%; */
    padding-left: 2.5em;
}
.search-nav-btn{
    box-shadow: none !important;
}
.minus-qty-btn{
    position: absolute;
    left: 2%;
    top: 5px;
    border: none !important;
    background-color: transparent;
    font-size: .8em;
    z-index: 4;
}
.plus-qty-btn{
    position: absolute;
    right: 25%;;
    top: 5px;
    border: none !important;
    background-color: transparent;
    font-size: .8em;
    z-index: 4;
}
.shop-modal-size{
    width: 600px !important;
    justify-content: left;
}
.event-card-img{
    width: 80px;
    height: auto;
}
.cart-trash-btn{
    border: 1px solid #dee2e6;
    border-radius: .5em;
    margin-left: .3em;
    height: 2.7em;
}
.minus-qty-btn:focus, .plus-qty-btn:focus, .cart-trash-btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow:none;
}
.carousel-container{
    width: 100%;
    padding-right: 10%;
    padding-left: 10%;
    margin-right: auto;
    margin-left: auto;
}
.carousel-wrapper {
    margin-top: 7.5em;
    position: relative;
    overflow: hidden;
    height: 500px;
}

.carousel-blur {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: blur(40px);
    transform: scale(1.2);
    opacity: 0.8;
    z-index: 0;
}
.carousel-control-next, .carousel-control-prev{
    z-index: 9;
}
.carousel-overlay {
    pointer-events: none;
}
/* actual carousel */
.carousel-wrapper .container {
    position: relative;
    z-index: 2;
}

.carousel-inner img {
    height: 550px;
    object-fit: center;
    /* border-radius: 5px; */
}
.carousel-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0,0,0,.4),
        transparent 20%,
        transparent 80%,
        rgba(0,0,0,.4)
    );
    z-index: 1;
}


.footer-div{
    /* margin-top: 3em !important; */
    background-color: #000 !important;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
}

.event-detail-wrapper{
    height: 4em;
    padding: 5px 10px;
}
.event-name{
    color: #111620;
    font-size: .95em !important;
    font-weight: 700;
    line-height: 1.4em;
}
.event-date{
    color: #6a747f;
    font-size: .8em !important;
    font-weight: 600;
}
.event-venue{
    color: #eaa816 ;
    font-size: .9em !important;
    font-weight: 600;
}

.event-card-details:hover {
    background-color: #f5f5f5;
    border-radius: 12px;
}

.event-card-details .event-card-img {
    height: 300px;              
    width: 100%;
    border-radius: 12px;
    cursor: pointer;
    margin: auto;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.event-card-details {
    width: 100%;
    height: 440px;
    overflow: hidden;         
    background: #fff;
    border-radius: 12px;
}

.event-card-img {
    height: 50%;
    width: 100%;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    transition: transform .6s cubic-bezier(.25,.8,.25,1);
}
.event-cart-card:hover .event-card-img {
    transform: scale(1.02);
}


.prod-cart-price{
    color: #fabc32;
    font-size: 1em;
}
.prod-cart-btn-wrapper{
    text-align: center;
}
.prod-cart-btn{
    border-radius: .6em !important;
    font-size: .8em;
}
.form-check-input:checked {
    background-color: #fabc32 !important;
    border-color: #fabc32 !important;
}
.auth-fluid-shop{
    flex-direction: row-reverse;
    /* background: url(../images/bg-auth.jpg) center; */
}
.c-dwhite{
    color: #6a747f !important;
}
.product-details-card{
    border-radius: 1em;
}

.register-section{
    background: linear-gradient(135deg, #ecba18, #eaa816);
    background-position: center;
    background-size: cover;
    padding: 20px 20px;
}

/* Sweetalert */
.swal2-popup{
    display: inline-flexbox !important;
    width: 100% !important;
    max-width: 32em !important;
    font-size: .9rem !important;
    box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
}
/* .swal2-icon.swal2-warning {
    width: 5em !important;
    height: 5em !important;
    margin: 2em .1em 1em 2em !important;
}
.swal2-icon.swal2-info {
    width: 5em !important;
    height: 5em !important;
    margin: 2em .1em 1em 2em !important;
}
.swal2-icon.swal2-error {
    width: 5em !important;
    height: 5em !important;
    margin: 2em .1em 1em 2em !important;
}
.swal2-icon.swal2-success {
    width: 5em !important;
    height: 5em !important;
    margin: 2em .1em 1em 2em !important;
}
.swal2-title {
    padding: .8em 1em !important;
    font-size: 2.5em !important;
    font-weight: 500 !important;
} */
.swal2-html-container {
    padding: 1.5em .1em !important;
    font-size: 1.3em !important;
    font-weight: 500 !important;
    text-align: left;
    margin: .1em 1.6em .3em !important;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0,0,0,.0) !important;
}
  /*  */

  
.breadcrumb-item + .breadcrumb-item::before {
    font-family: "unicons-line";
    line-height: 1.8;
  }
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #ced4da;
    content: var(--bs-breadcrumb-divider, "\eb9f");
}
.login-title{
    margin-top: 0px !important;   
    margin-bottom: -20px;     
}

/* event top banner */
.event-top-banner {
    margin-top: 120px;
    width: 100%;
    height: 60vh; /* adjust: 50vh–70vh is common */
    min-height: 320px;
    background-image: url('../images/bg/events.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Event page overlay for text readability */
.event-top-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

/* Text overlay */
.banner-overlay {
    position: relative;
    text-align: center;
    color: #fff;
    padding: 20px;
}

.banner-overlay h1 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 10px;
}
.search-nav-input {
    color: #fff !important;
}

@media (min-width:320px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 
    .shop-modal-size{
        width: 320px !important;
    }
    .event-card-img{
        width: 50px;
        height: auto;
    }
    .cart-qty-wrapper{
        position: relative;
        width: 100%;
    }
    .prod-cart-price{
        margin-top: 1.4em;
    }
    .plus-qty-btn{
        position: absolute;
        right: 35%;;
        top: 5px;
        border: none !important;
        background-color: transparent;
        font-size: .8em;
        z-index: 4;
    }
    .navbar-nav .nav-link {
        font-weight: 300;
    }
    .search-product-div {
        position: relative;
        display: inline-block;
        width: 100%;
    }
    .search-nav-input {
        background: #fff;
        border: none;
        border-radius: .7em;
        padding: 10px;
        /* width: 100%; */
        width: 13em;
    }
    .search-nav-btn {
        position: absolute;
        right: 6px;
        top: 5px;
        font-size: 1em;
        border-radius: .5em !important;
        padding: .3rem .5rem;
    }
    .wishlist-btn{ 
        font-size: 2em;
        padding-left: 5px;
        padding-top: 2em;
    }
    .navbar-expand .navbar-nav .nav-link {
        padding-right: .4rem;
        padding-left: .4rem;
    }
    .product-card-wrapper {
        margin-top: 70px;
        padding-top: 10px;
    }
    .homepage-wrapper{
        margin-top: 4em;
        padding-top: 1.5em;
    }
}
@media (min-width:360px)  { /* smartphones, Android phones, landscape iPhone */ 
    .shop-modal-size{
        width: 360px !important;
    }
    .event-card-img{
        width: 60px;
        height: auto;
    }
    .plus-qty-btn{
        position: absolute;
        right: 30%;;
        top: 5px;
        border: none !important;
        background-color: transparent;
        font-size: .8em;
        z-index: 4;
    }
    .prod-cart-price{
        margin-top: .8em;
    }
    .wishlist-btn{ 
        font-size: 2.2em;
    }
    .navbar-expand .navbar-nav .nav-link {
        padding-right: .1rem;
        padding-left: .1rem;
    }
    .search-nav-input {
        background: #fff;
        border: none;
        border-radius: .9em;
        padding: 12px;
        width: 100%;
    }
    .search-nav-btn {
        position: absolute;
        right: 6px;
        top: 6px;
        font-size: 1em;
        border-radius: .7em !important;
        padding: .3rem .8rem;
    }
}
@media (min-width:375px)  { /* smartphones, Android phones, landscape iPhone */ 
    .shop-modal-size{
        width: 370px !important;
    }
    .event-card-img{
        width: 60px;
        height: auto;
    }
    .plus-qty-btn{
        position: absolute;
        right: 30%;;
        top: 5px;
        border: none !important;
        background-color: transparent;
        font-size: .8em;
        z-index: 4;
    }
    .prod-cart-price{
        margin-top: .8em;
    }
    .wishlist-btn{ 
        font-size: 2.1em;
    }
    .navbar-expand .navbar-nav .nav-link {
        padding-right: .1rem;
        padding-left: .1rem;
    }
    .search-nav-input {
        background: #fff;
        border: none;
        border-radius: .9em;
        padding: 12px;
        width: 14em;
    }
    .search-nav-btn {
        position: absolute;
        right: 3px;
        top: 4px;
        font-size: 1em;
        border-radius: .7em !important;
        padding: .4rem .8rem;
    }
}
@media (min-width:320px)  { /* smartphones, Android phones, landscape iPhone */ 
    .shop-modal-size{
        width: 320px !important;
    }
    .event-card-img{
        width: 60px;
        height: auto;
    }
    .plus-qty-btn{
        position: absolute;
        right: 30%;;
        top: 5px;
        border: none !important;
        background-color: transparent;
        font-size: .8em;
        z-index: 4;
    }
    .prod-cart-price{
        margin-top: .8em;
    }
    .wishlist-btn{ 
        font-size: 2.1em;
    }
    .navbar-expand .navbar-nav .nav-link {
        padding-right: .1rem;
        padding-left: .1rem;
    }
    .search-nav-input {
        background: #fff;
        border: none;
        border-radius: .9em;
        padding: 12px;
        width: 16em;
    }
    .search-nav-btn {
        position: absolute;
        right: 3px;
        top: 4px;
        font-size: 1em;
        border-radius: .7em !important;
        padding: .4rem .8rem;
    }
}
@media (min-width:375px)  { /* smartphones, Android phones, landscape iPhone */ 
    .shop-modal-size{
        width: 320px !important;
    }
    .event-card-img{
        width: 60px;
        height: auto;
    }
    .plus-qty-btn{
        position: absolute;
        right: 30%;;
        top: 5px;
        border: none !important;
        background-color: transparent;
        font-size: .8em;
        z-index: 4;
    }
    .prod-cart-price{
        margin-top: .8em;
    }
    .wishlist-btn{ 
        font-size: 2.1em;
    }
    .navbar-expand .navbar-nav .nav-link {
        padding-right: .1rem;
        padding-left: .1rem;
    }
    .search-nav-input {
        background: #fff;
        border: none;
        border-radius: .9em;
        padding: 12px;
        width: 16em;
    }
    .search-nav-btn {
        position: absolute;
        right: 3px;
        top: 4px;
        font-size: 1em;
        border-radius: .7em !important;
        padding: .4rem .8rem;
    }
}
@media (min-width:375px) and (max-width:400px)  { /* smartphones, Android phones, landscape iPhone */ 
    .carousel-wrapper {
        margin-top: 4.5em;
    }
}

@media (min-width:400px)  { /* smartphones, Android phones, landscape iPhone */ 
    .shop-modal-size{
        width: 400px !important;
    }
    .prod-cart-price{
        margin-top: .6em;
    }
    .search-product-div {
        position: relative;
        display: inline-block;
        width: 100%;
    }
    .search-nav-input {
        background: #fff;
        border: none;
        border-radius: 1em;
        padding: 13px;
        width: 17em;
    }
    .search-nav-btn {
        position: absolute;
        right: 4px;
        top: 5px;
        font-size: 1em;
        border-radius: .7em !important;
        padding: .4rem .8rem;
      }
    
}
@media (min-width:428px)  { /* smartphones, Android phones, landscape iPhone */ 
    
    .shop-modal-size{
        width: 400px !important;
    }
    .prod-cart-price{
        margin-top: .6em;
    }
    .search-product-div {
        position: relative;
        display: inline-block;
        width: 100%;
    }
    .search-nav-input {
        background: #fff;
        border: none;
        border-radius: 1em;
        padding: 13px;
        width: 19em;
    }
    .search-nav-btn {
        position: absolute;
        right: 4px;
        top: 5px;
        font-size: 1em;
        border-radius: .7em !important;
        padding: .4rem .8rem;
      }
    
}
@media (min-width:480px)  { /* smartphones, Android phones, landscape iPhone */ 
    .shop-modal-size{
        width: 480px !important;
    }
    .ticket-detail-wrapper{
        border-left: 2px dashed rgb(150, 150, 150); 
        height: 280px; 
    } 
}
@media (max-width: 480px) {
    .video-bg-content {
        text-align: center;
    }
    .carousel-container{
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }
    .event-top-banner{
        margin-top: 30px;
    }
    .carousel-wrapper {
        margin-top: 5em;
        height: 200px;
    }
    .carousel-inner img {
        height: 200px;
    }
    .login-title{
        margin-top: 20px !important;
    }
    .ticket-detail-wrapper{
        border-top: 2px dashed rgb(150, 150, 150); 
        height: 280px; 
    } 
}
@media (min-width:600px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ 
    .shop-modal-size{
        width: 600px !important;
    }
    .plus-qty-btn{
        position: absolute;
        right: 32%;;
        top: 5px;
        border: none !important;
        background-color: transparent;
        font-size: .8em;
        z-index: 4;
    }
    .search-nav-input {
        background: #fff;
        border: none;
        border-radius: 1.2em;
        padding: 15px;
        width: 100%;
    }
    .search-nav-btn {
        position: absolute;
        right: 6px;
        top: 4px;
        font-size: 1.3em;
        border-radius: .7em !important;
        padding: .4rem 1.2rem;
      }
    .product-card-wrapper {
        margin-top: 120px;
        padding-top: 10px;
    }
    .homepage-wrapper{
        margin-top: 7em;
        padding-top: 1.5em;
    }
}
@media (min-width:700px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ 
    .search-nav-input {
        width: 30em;
    }
    .search-nav-btn {
        position: absolute;
        right: 4px;
        top: 3.5px;
        font-size: 1.5em;
        border-radius: .6em !important;
        padding: .23rem 1rem;
      }
      .plus-qty-btn {
        right: 31%;
      }
      .cart-qty-wrapper {
        position: relative;
        width: 70%;
      }
}
@media (min-width:768px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ 
    .search-nav-input {
        width: 37em;
    }
    .search-nav-btn {
        position: absolute;
        right: -8%;
        top: 3.5px;
        font-size: 1.5em;
        border-radius: .6em !important;
        padding: .23rem 1rem;
      }
}
@media (min-width:768px) and (max-width:800px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
    .carousel-wrapper {
        margin-top: 5em;
    }
}
@media (min-width:800px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
    /* .carousel-item span{
        width: 1196px; 
        height: 400px;
    } */
    .shop-modal-size{
        width: 700px !important;
        max-width: 800px !important;
    }
    .cart-qty-wrapper{
        position: relative;
        width: 40%;
    }
    .event-card-img{
        width: 80px;
        height: auto;
    }
    .search-nav-input {
        width: 35.5em;
    }
    .search-nav-btn {
        position: absolute;
        right: 4px;
        top: 4px;
        font-size: 1.5em;
        border-radius: .6em !important;
        padding: .2rem 1rem;
      }
}

@media (min-width:800px) and (max-width:811px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
    .search-nav-input {
        width: 20.5em;
    }
    .search-nav-btn {
        position: absolute;
        right: 3px;
        top: 4px;
        font-size: 1.5em;
        border-radius: .6em !important;
        padding: .2rem 1rem;
      }
}
@media (min-width:811px) and (max-width:820px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
    .search-nav-input {
        width: 20.5em;
    }
    .search-nav-btn {
        position: absolute;
        right: 3px;
        top: 4px;
        font-size: 1.5em;
        border-radius: .6em !important;
        padding: .2rem 1rem;
    }
}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ 
    .search-nav-input {
        width: 100%;
    }
    .shop-modal-size{
        width: 800px !important;
        max-width: 1025px !important;
    }
}
@media (min-width:1281px) { /* hi-res laptops and desktops */ 
    .shop-modal-size{
        width: 800px !important;
        max-width: 1255px !important;
    }
}
@media (max-width: 768px) {
    
    .hero-content {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .hero-banner img {
        max-height: 220px;
    }
}
.modal-header{
    border-bottom: none;
}
.checkout{
    color: #111620 !important;
}
.checkout-event-details{
    line-height: .5em
}
.widget-title .title {
  font-size: 20px;
  font-weight: 600;
  line-height: .3;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 18px;
}
.widget-title .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: #fabc32;
  border-radius: 1.5px;
}

/* video */
.hero-video-section {
    background: #111620;
    padding: 60px 0;
    text-align: center;
}

.hero-video-wrapper {
    position: relative;
    max-width: 420px; /* keeps vertical proportion */
    margin: 0 auto;
}

.hero-video-wrapper video {
    width: 100%;
    border-radius: 16px;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.4); */
}
.promo-video {
    width: 100%;
    max-width: 360px;
    border-radius: 14px;
}

.video-bg-section {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    background: #111620; /* fallback */
}

.video-bg-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/bg/login-bg.webp') center/cover no-repeat;
    opacity: 1;
    filter: blur(5px) brightness(90%); /* darkens image */
    transform: scale(1.1); /* prevent blur edge crop */
}
.video-bg-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(0,0,0,0.75),
        rgba(0,0,0,0.85)
    );
}
.video-bg-content {
    position: relative;
    z-index: 2;
    /* text-align: center; */
}