.carousel .carousel-item {
    height: 125px;
}

.carousel-item img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    min-height: 130px;
}

.carousel-indicators {
    margin-bottom: 0;
}

.xs-event-datetime {
    color: black;
}

.event-banner {
    height: 125px;
    min-height: auto;
}

.overlay {
    -webkit-backdrop-filter: blur(2px);
}

.tickets-message {
    padding: 10px;
    border: 1px solid #eee;
    background-color: white;
    box-shadow: #ccc 0px 0px 15px;
    width: 80%;
    margin: 0 auto;
}
.navbar .nav-link {
    color: #8eb0d9;
}

.event-page .banner {
    background-image: none;
}

.card.event-card .event-data .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 767px) {
    .about-page .page-hero {
      min-height: 200px;
      padding: 20px 0;
    }
    .about-page .page-hero .text p {
      font-size: 1.5rem;
      padding: 0 10px;
    }
    .container {
      margin-top: 30px !important;
      margin-bottom: 30px !important;
      padding: 0 10px;
    }
    .event-description h2 {
      font-size: 1.2rem;
    }
    .event-description p {
      font-size: 1rem;
    }
  
  }

   .refund{

        margin-top:6% !important;
      

    } 

@media (min-width: 576px) {
    .carousel .carousel-item {
        height: 180px;
    }

    .carousel-item img {
        position: absolute;
        object-fit: cover;
        top: 0;
        left: 0;
        min-height: 180px;
    }

    .event-banner {
        height: 180px;
        min-height: auto;
    }

}

@media (min-width: 768px) {

    .carousel .carousel-item {
        height: 245px;
    }

    .carousel-item img {
        position: absolute;
        object-fit: cover;
        top: 0;
        left: 0;
        min-height: 245px;
    }

    .event-banner {
        height: 245px;
        min-height: auto;
    }

}



@media (min-width: 992px) {

    .carousel .carousel-item {
        height: 320px;
    }

    .carousel-item img {
        position: absolute;
        object-fit: cover;
        top: 0;
        left: 0;
        min-height: 320px;
    }

    .event-banner {
        height: 320px;
        min-height: auto;
    }

}

@media (min-width: 1200px) {

    .carousel .carousel-item {
        height: 390px;
    }

    .carousel-item img {
        position: absolute;
        object-fit: cover;
        top: 0;
        left: 0;
        min-height: 390px;
    }

    .event-banner {
        height: 390px;
        min-height: auto;
    }

}

@media (min-width: 1400px) {

    .carousel .carousel-item {
        height: 460px;
    }

    .carousel-item img {
        position: absolute;
        object-fit: cover;
        top: 0;
        left: 0;
        min-height: 460px;
    }

    .event-banner {
        height: 460px;
        min-height: auto;
    }

}

.row.equalheight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row.equalheight>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.userLoginMsg {
    margin: 0;
    font-size: 0.75rem;
}

.blog-cover {
    width: 100%;
    border-radius: 11px;
}

.event-share-btn {
    height: 30px
}

.paymentIframe {
    height: 1000px;
}

#userBio {
    height: 100px;
}

.user-ticket-item {
    background-color: #545254;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #545254;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
}

.view-ticket {
    text-align: end;
}

.event-image img {
    width: 270px;
    height: 200px;
    border-radius: 12px;

}

@media (max-width: 576px) {
  .modal-dialog {
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
  }
  .modal-content {
    border-radius: 0 !important;
    min-height: 100vh;
    height: 100vh;
  }
  .modal-body, .modal-header, .modal-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 991.98px) {
  html, body {
    overflow-x: hidden !important;
  }
  .offcanvas.offcanvas-end {
    width: 100vw !important;
    max-width: 100vw !important;
    left: 0 !important;
    right: 0 !important;
    border-radius: 0 !important;
    top: 0 !important;
    height: 100vh !important;
    min-height: 100vh !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    overflow-x: hidden !important;
  }
  .offcanvas-body {
    display: flex !important;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    height: 100%;
    padding: 0;
    width: 100vw;
    overflow-x: hidden;
  }
  .offcanvas .navbar-nav {
    width: 100%;
    align-items: center;
  }
  .offcanvas .nav-link {
    color: #8eb0d9 !important; /* updated pastel blue */
    font-size: 1.3rem !important;
    font-weight: 700;
    letter-spacing: 0.15em;
    margin: 1.2rem 0;
    text-align: center;
  }
  .offcanvas .navbar-brand img {
    margin-top: 2rem;
    margin-bottom: 2rem;
    height: 60px !important;
  }
  .offcanvas-header {
    justify-content: flex-start !important;
    padding: 2rem 0 0 0 !important;
    position: relative;
    flex-direction: column;
    align-items: center;
  }
  .offcanvas-header .btn-close {
    position: absolute !important;
    left: 1.2rem !important;
    top: 1.2rem !important;
    z-index: 10;
  }
  .offcanvas-header .offcanvas-logo {
    display: block;
    margin: 2.5rem auto 1.5rem auto;
    max-width: 120px;
    height: auto;
  }
}

/* User Dropdown Menu - Desktop */
.user-dropdown-menu {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(142, 176, 217, 0.12);
  padding: 1.2rem 0.5rem;
  min-width: 220px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1050;
  flex-direction: column;
  align-items: stretch;
}

.user-dropdown-menu .nav-link {
  color: #8eb0d9;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 0.7rem 1.2rem;
  border-radius: 6px;
  margin: 0.1rem 0;
  text-align: left;
  transition: background 0.18s, color 0.18s;
}

.user-dropdown-menu .nav-link.active,
.user-dropdown-menu .nav-link:hover {
  background: #f0f4fa;
  color: #2a3b5a;
}

.user-dropdown-menu .nav-link.text-danger {
  color: #ff6b6b;
}

/* User Dropdown Menu - Mobile (Offcanvas) */
@media (max-width: 991.98px) {
  .user-dropdown-menu {
    position: static;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    padding: 0;
    min-width: 0;
    width: 100%;
    align-items: center;
    border: none;
  }
  .user-dropdown-menu .nav-link {
    color: #8eb0d9 !important;
    font-size: 1.3rem !important;
    font-weight: 700;
    letter-spacing: 0.15em;
    margin: 1.2rem 0;
    text-align: center;
    background: none !important;
    border-radius: 0;
    padding: 0.7rem 0;
  }
  .user-dropdown-menu .nav-link.active,
  .user-dropdown-menu .nav-link:hover {
    background: #f0f4fa !important;
    color: #2a3b5a !important;
  }
  .user-dropdown-menu .nav-link.text-danger {
    color: #ff6b6b !important;
  }
}

.user-dropdown-menu.show {
  /* Optional: styles for when open */
}