@font-face {
    font-family: "Kana";
    src: url("../../kana/kana.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #212529;
    color: #fff;
    font-family: "Manrope", sans-serif;
    width: 100vw;
    overflow-x: hidden; /* Prevent horizontal scrolling */
}

::-webkit-scrollbar {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Outfit", sans-serif;
}
a {
    color: #ff6f61;
    text-decoration: none;
}
/* Hero Section */
.hero-section {
    position: relative;
    text-align: left;
    padding: 6rem 1rem;
    background: linear-gradient(
            0deg,
            rgba(33, 37, 41, 1) 5%,
            rgba(37, 37, 41, 0.3) 100%
        ),
        linear-gradient(
            90deg,
            rgba(33, 37, 41, 1) 35%,
            rgba(37, 37, 41, 0.3) 100%
        ),
        linear-gradient(
            270deg,
            rgba(33, 37, 41, 0.3) 2%,
            rgba(37, 37, 41, 0.1) 100%
        ),
        url("../../vybe.webp") no-repeat center center;
    background-size: cover;
    color: #fff;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(18, 18, 18, 0.7);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-text {
    font-size: 4.5rem; /* Adjusted for better scaling */
    line-height: 1.2;
}

.text-secondary {
    color: rgb(184, 184, 184) !important;
    font-size: 1.1rem;
}

.bordered,
.btn-explore {
    position: relative;
    padding: 0.3rem 2.5rem;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.bordered::before,
.btn-explore::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 5px;
    border: 1px solid transparent;
    background: linear-gradient(135deg, #ff6f61, #8e44ad) border-box;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    transition: all 0.3s ease;
}
.bordered,
.bordered::before {
    border-radius: 15px;
}

.btn-explore {
    color: #fff;
    background: transparent;
}

.btn-explore:hover {
    transform: translateY(-5px);
    filter: brightness(1.2);
}

.btn-explore:hover::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 5px;
    border: 1px solid transparent;
    background: linear-gradient(135deg, #ff6f61, #8e44ad) border-box;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    transition: all 0.3s ease;
}

.bordered-bottom {
    position: relative;
    padding: 0.3rem 2.5rem;
}

.bordered-bottom::before {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    border-radius: 10px;
    border: 1px solid transparent;
    background: linear-gradient(135deg, #ff6f61, #8e44ad) border-box;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
}

.btn-create {
    background: linear-gradient(135deg, #ff6f61, #8e44ad);
    border: none;
    color: #fff;
    padding: 0.4rem 1.1rem;
    font-size: 0.85rem;
    border-radius: 5px;
    transition: all 0.25s ease;
    font-weight: 500;
    letter-spacing: 0.02em;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.btn-create:hover {
    background: linear-gradient(135deg, #ff6f61, #8e44ad);
    transform: translateY(-2px);
    filter: brightness(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.btn-create.btn-sm {
    padding: 0.25rem 0.6rem;
    font-size: 0.8rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    min-width: 65px;
    text-align: center;
}

.btn-event-details {
    background: linear-gradient(135deg, #8e44ad, #ff6f61);
    border: none;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    transition: background 0.3s;
}

.btn-event-details:hover {
    background: linear-gradient(135deg, #ff6f61, #ffd700);
}

.filter-title h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
    line-height: 52px;
}

.filter-title h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
    line-height: 52px;
}

.filter-title a {
    font-size: 20px;
    font-weight: 600;
    color: #ff6f61;
    margin-left: 10px;
}

.filter-title a:hover {
    color: #fff !important;
}

.mixitup-control-active {
    background: #fff;
	color: #fff !important;
}

.controls {
    margin-bottom: 15px;
}

.control {
    position: relative;
    display: inline-block;
    background: rgb(255 255 255 / 4%);
    height: 40px;
    padding: 0 20px;
    margin-bottom: 5px;
    margin-right: 2px;
    cursor: pointer;
    border: transparent;
    font-size: 14px;
	font-weight: 500;
    color: #b8b8b8;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    transition: background 150ms;
}

.control:first-of-type {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.control[data-filter]:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    background: transparent;
    transition: background-color 150ms, border-color 150ms;
}

.mixitup-control-active[data-filter]:after {
    background: transparent;
	border-bottom: 3px solid #fff;
	color: #fff;
}


.featured-controls label {
    margin: 0;
    cursor: pointer;
    text-align: center;
}

.featured-controls label:first-child {
    margin-left: 0;
}

.featured-controls label span {
    font-size: 12px;
    color: #717171;
    border: 1px solid #b8b8b8;
    background: #b8b8b8;
    height: 32px;
    padding: 7px 20px;
    border-radius: 30px;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
}

.featured-controls label input {
    position:absolute;
    top:-20px;
}

.featured-controls label input {
    position:absolute;
    top:-20px;
}

.featured-controls input:checked + span {
    background: #efefef;
    color: #000 !important;
}

.text-highlight {
    background: linear-gradient(135deg, #ff6f61, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-highlight:hover {
    background: linear-gradient(135deg, #8e44ad, #ff6f61);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background 0.3s;
}

.text-sigma {
    color: #f1f1f1;
}

.text-sigma-brighter {
    color: #e0e0e0;
}

.text-sigma-content {
    color: #ced4da;
}

.vabu-search {
    background-color: #212529;
    color: #fff;
    border: 1px solid #495057;
}

.vabu-search::placeholder {
    color: #858b8f;
}

.vabu-search:focus {
    border-color: #ff6e619f;
    box-shadow: 0 0 0 0 rgba(255, 111, 97, 0.25);
    background-color: #212529;
    color: #fff;
}

.vabu-search:focus::placeholder {
    color: #fff;
}

.vabu-search:focus-visible {
    border-color: #ff6e619f;
}

.vabu-select {
    background-color: #212529;
    color: #b8b8b8;
    border: 0px solid #495057;
}
.vabu-select button {
    background-color: #212529;
    color: #b8b8b8;
    border: 1px solid #495057;
}

.vabu-select:focus, .vabu-select button:focus {
    border-color: #ff6e619f;
    box-shadow: 0 0 0 0 rgba(255, 111, 97, 0.25);
    background-color: #212529;
    color: #fff;
}

.vabu-select:focus-visible, .vabu-select button:focus-visible {
    border-color: #ff6e619f;
}

.vabu-select .dropdown-menu {
    background-color: #212529;
    color: #b8b8b8 !important;
    border: 1px solid #495057;
}

.vabu-select .dropdown-menu a {
    color: #b8b8b8 !important;
}

.vabu-select .dropdown-menu a:hover {
    background-color: #495057;
}

.vabu-select .dropdown-menu a.active {
    background-color: #495057;
}

.vabu-select .dropdown-menu a.active:hover {
    background-color: #495057;
}

.vabu-select .dropdown-item {
    color: #b8b8b8 !important;
}

.vabu-select .bs-searchbox input {
    background-color: #212529;
    color: #b8b8b8;
    border: 1px solid #495057;
}

.vabu-select .bs-searchbox input::placeholder {
    color: #858b8f;
}

.vabu-select .bs-searchbox input:focus {
    border-color: #ff6e619f;
    box-shadow: 0 0 0 0 rgba(255, 111, 97, 0.25);
    background-color: #212529;
    color: #fff;
}

.vabu-select .dropdown-toggle {
    background-color: #212529;
    color: #b8b8b8;
    border: 1px solid #495057;
}

.vabu-select .dropdown-toggle:focus {
    border-color: #ff6e619f;
    box-shadow: 0 0 0 0 rgba(255, 111, 97, 0.25);
    background-color: #212529;
    color: #fff;
}

.vabu-select .dropdown-toggle::after {
    color: #b8b8b8;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.page-item .page-link {
    position: relative;
    display: inline-block;
    background: rgb(255 255 255 / 4%);
    margin-bottom: 5px;
    margin-right: 2px;
    cursor: pointer;
    border: transparent;
    font-size: 14px;
	font-weight: 500;
    color: #b8b8b8;
	border-bottom: 3px solid #b8b8b8;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    transition: background 150ms;
}

.page-item.active .page-link {
    background: transparent;
	border-bottom: 3px solid #fff;
	color: #fff;
}

.page-item .page-link:hover {
    background: transparent;
	border-bottom: 3px solid #fff;
	color: #fff;
}

.page-item.disabled .page-link {
    background: transparent;
    color: #b8b8b8;
	border-bottom: 3px solid #b8b8b8;
}

.btn-hover {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.btn-hover:hover {
    color: #ff6f61;
    background: transparent;
    border: 1px solid #ff6f61;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

a:hover {
    color: #ffd700;
    text-decoration: none;
}

.accordion-btn {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.5rem 1.25rem;
    color: #b8b8b8;
    font-size: 16px;
	font-weight: 500;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

.accordion-item:first-of-type .accordion-btn {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-btn:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: #fff;
}

.accordion-btn:not(.collapsed)::after {
    content: "\f068";
}

.accordion-btn::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "\2b";
    font-family: 'FontAwesome';
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-body p {
    line-height: 28px;
    color: #b8b8b8;
}

.accordion-body ul {
    background-color: transparent;
}

.accordion-body li {
    background-color: transparent;
}

.faq-accordion .accordion-item {
	background: transparent;
	border-top: 1px solid #606060;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

.faq-accordion .accordion-item:last-child {
	border-bottom: 1px solid #606060;
}

.faq-accordion .accordion-item:not(:first-of-type) {
    border-top: 1px solid #606060;
}

.faq-accordion-title h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 23px;
}

.faq-attendees-accordion {
    margin-top: 57px;
}

.vabu-breather {
    margin: 60px 0;
}

.breadcrumb-block {
    background: linear-gradient(
            0deg,
            rgba(33, 37, 41, 1) 5%,
            rgba(37, 37, 41, 0.3) 100%
        ),
        linear-gradient(
            90deg,
            rgba(33, 37, 41, 1) 35%,
            rgba(37, 37, 41, 0.3) 100%
        ),
        linear-gradient(
            270deg,
            rgba(33, 37, 41, 0.3) 2%,
            rgba(37, 37, 41, 0.1) 100%
        ),
        url("../../vybe.webp") no-repeat center center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}

.vabu-breadcrumb .breadcrumb .breadcrumb-item a {
	color: #717171;
}

.vabu-breadcrumb .breadcrumb .breadcrumb-item a:hover {
	color: #ffffffa5 !important;
}

.vabu-breadcrumb .breadcrumb .breadcrumb-item.active {
    color: #ffffffa5;
}

.vabu-breadcrumb ol.breadcrumb {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	display: block !important;
	width: 100%;
}

.vabu-breadcrumb .breadcrumb .breadcrumb-item {
    display: inline;
}

.vabu-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    float: none !important;
    color: #717171 !important;
    content: ">";
    padding: 0 5px;
}


.event-top-dts {
    display: flex;
    width: 100%;
	position: relative;
}

.event-top-date {
    height: 100px;
    width: 100px;
    border: 1px solid #717171;
    background: #212529;
    text-align: center;
	border-radius: 5px;
}

.event-month {
    display: block;
    background: #ff6f61;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 5px 0;
    text-transform: uppercase;
}

.event-date {
    font-size: 30px;
    padding: 8px 0;
    display: block;
    font-weight: 500;
	color: #fff;
}

.event-top-dt {
    margin-left: 27px;
}

.event-type-name {
    font-size: 16px;
    font-weight: normal;
    color: #717171;
    position: relative;
}

.event-content-sm {
    display: none;
}

.event-share-sm {
    text-align: left !important;
    margin: 30px 0px 0px !important;
}

.event-top-dt .event-top-info-status .event-type-name {
    padding-left: 11px;
    margin-right: 10px;
}

.event-top-dt .event-top-info-status .event-type-name:nth-child(1) {
    padding-left: 0;
}

.event-top-dt .event-top-info-status .event-type-name:nth-child(1) i {
    padding-right: 10px;
}

.event-main-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #fff;
}

.details-hr:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #717171;
    border-radius: 100%;
    display: inline-block;
    left: 0;
    top: 8px;
    position: absolute;
}

.event-img img {
    width: 100%;
    border-radius: 15px;
}

.main-event-dt {
    margin-top: 40px;
}

.main-event-content {
    margin-top: 37px;
}

.main-event-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 13px;
    color: #000;
}

.main-event-content p {
    margin-bottom: 27px;
}

.main-event-content p:last-child {
    margin-bottom: 0;
}

.booking-ends h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

.booking-ends {
    padding: 37px 20px 0;
}

.event-right-dt {
    margin-top: 40px;
    padding: 0px 10px 0px 20px;
}

.countdown {
	display: flex;
	align-items: center;
	width: 100%;
}

.countdown-item {
    width: 100%;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.08);
    margin-right: 6px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 6%), 0 1px 3px rgb(0 0 0 / 25%);
}

.countdown-item:last-child {
	margin-right: 0;
}

.countdown-item span {
	display: block;
	font-size: 26px;
    font-weight: 400;
}

.event-dt-right-group {
    display: flex;
    width: 100%;
    align-items: flex-start;
    margin-bottom: 15px;
}

.event-dt-right-content {
    margin-left: 15px;
}

.event-dt-right-icon i {
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 5px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 6%), 0 1px 3px rgb(0 0 0 / 5%);
}

.event-dt-right-content h4 {
    font-size: 14px;
    margin-bottom: 13px;
	font-weight: 400;
    color: #717171;
}

.booking-btn {
    padding: 0 20px 20px;
}

.dropdown-menu {
    background-color: #212529 !important;
}

.add-to-calendar .dropdown-item {
    display: block;
    font-size: 14px;
    width: 100%;
    color: #FFF;
	font-weight: 400;
    padding: 10px 20px;
	margin-top: 0;
}

.dropdown-item {
    display: block !important;
    font-size: 14px !important;
    width: 100% !important;
    color: #FFF !important;
    font-weight: 400 !important;
    padding: 10px 20px !important;
    margin-top: 0 !important;
    background-color: #212529 !important;
}

.select-ticket-action .dropdown-item {
    color: #212529 !important;
}

.dropdown-item:hover {
	background-color: #717171 !important;
}

.share-save-btns {
    text-align: center;
    margin-top: 30px;
}

.sv-btn {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    width: 110px;
    border: 1px solid #717171;
    height: 50px;
    line-height: 50px;
    background: #212529;
    border-radius: 5px;
}

.sv-btn:hover {
    border: 1px solid #ff6f61;
}

.more-events {
    margin-top: 55px;
    border-top: 1px solid #efefef;
    padding-top: 55px;
}

.view-all-link {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.view-all-link:hover {
    color: #ff6f61 !important;
}

/* Style a translucent card */
.vabu-frosty-card {
    background-color: rgba(255, 255, 255, 0.04);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 3px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
    font-weight: 500;
    font-size:0.9rem;
}

.vabu-frosty-card-header {
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 15px 15px 0 0;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
    font-weight: 500;
    font-size:0.9rem;
}

.vabu-frosty-card-body {
    padding: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size:0.9rem;
}

/* Style the radio inputs within vabu-frosty-card-body */
.vabu-ticket-box {
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 10px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
    font-weight: 500;
    font-size: 0.9rem;
    transition: background-color 0.3s, border-color 0.3s;
    position: relative;
    cursor: pointer;
}

.vabu-ticket-box:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

.vabu-frosty-card-footer {
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 0 0 15px 15px;
    padding: 10px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
    font-weight: 500;
    font-size:0.9rem;
}

.vabu-mid-card {
    display: flex;
    align-items: center;
}

.vabu-mid-card label {
    margin-right: 10px;
    font-weight: 600;
    color: #fff;
}

.vabu-mid-card input[type="number"] {
    width: 80px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-weight: 500;
    font-size: 0.9rem;
    text-align: center;
    transition: background-color 0.3s, border-color 0.3s;
    -moz-appearance: textfield;
}

.vabu-mid-card input[type="number"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

.vabu-mid-card input[type="number"]::-webkit-inner-spin-button,
.vabu-mid-card input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"] {
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff !important;
    font-weight: 500;
    font-size: 0.9rem;
    transition: background-color 0.3s, border-color 0.3s;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2) !important;
}



input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="password"]::placeholder, input[type="tel"]::placeholder {
    color: #858b8f;
}

.vabu-ticket-box input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.vabu-ticket-box input[type="radio"]:checked + label {
    background-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #ff6f61;
}

.vabu-ticket-box label {
    display: block;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.vabu-ticket-box .ticket-label {
    font-size: 1rem;
    font-weight: bold;
}

.vabu-ticket-box .ticket-price {
    font-size: 0.9rem;
    color: #ff6f61;
}

.alert {
    border: 1px solid #858b8f;
    margin-top: 20px;
    border-radius: 15px;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1.5;
}

.list-group-item {
    background-color: transparent;
    color: #b8b8b8 !important;
}

.footer-sm {
    display: none;
}

@media (max-width: 767px) {
    .footer-sm {
        display: block;
    }

    .footer-dt {
        display: none;
    }
}
.vabu-organiser {
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 15px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
}

.vabu-organiser__header {
    position: relative;
}

.vabu-organiser__header__banner img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
    background-color: #212529;
}

.vabu-organiser__header__logo {
    position: absolute;
    bottom: -50px;
    left: 20px;
    width: 100px;
    height: 100px;
    border-radius: 15px;
    overflow: hidden;
    border: 5px solid #212529;
    background-color: #212529;
}

.vabu-organiser__header__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vabu-organiser__header__join {
    position: absolute;
    bottom: -55px;
    right: 20px;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
}

.vabu-organiser__content {
    padding: 20px;
    text-align: center;
}

.vabu-organiser__content h3 {
    margin-top: 20px; /* Adjust based on the logo size */
    font-size: 1.5rem;
    font-weight: 600;
}

.vabu-organiser__content p {
    font-size: 1rem;
    color: #b8b8b8;
    margin-top: 10px;
}

.vabu-organiser__body {
    text-align: left;
}

.event-content .table {
    color: #ced4da;
    margin-left: 30px;
    margin-right: 30px;
}

.fixed-column {
    position: sticky;
    top: 0;
    height: 100%;
    overflow-y: auto;
}

@media (max-width: 1200px) {
    .hero-section {
        padding: 5rem 1rem;
    }
    .hero-text {
        font-size: 4rem;
    }
}

@media (max-width: 992px) {
    .hero-text {
        font-size: 2.5rem;
    }

    /* Mobile navbar styles */
    .navbar-collapse {
        background-color: #212529;
        padding: 1rem;
        border-radius: 0 0 0.5rem 0.5rem;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        max-height: calc(100vh - 60px);
        overflow-y: auto;
    }

    .navbar-nav .nav-link {
        padding: 0.5rem 0;
    }

    .navbar-collapse .border-top {
        border-color: rgba(255, 255, 255, 0.1) !important;
    }
}

@media (max-width: 768px) {
    .hero-text {
        font-size: 3rem;
    }
    .event-share-dts {
        display: none;
    }
    .pl-20 {
        padding-left: 260px;
    }
}

@media (max-width: 767px){
    .event-top-dts, .event-share-dts  {
        display: none;
    }
    .event-content-sm {
        display: block;
    }

    .event-top-dt, .event-right-dt {
        margin-left: 0px;
        padding: 0px !important;
    }

    .main-event-dt {
        margin-top: 20px !important;
    }
    .pl-20 {
        padding-left: 260px;
    }
    .fixed-column {
        position: relative;
        top: 0;
        height: auto;
        overflow-y: auto;
    }
}

@media (max-width: 576px) {
    .hero-text {
        font-size: 3rem;
    }
    .hero-section {
        padding: 4rem 1rem;
    }
    .filter-title a {
        font-size: 16px;
    }
    .pl-20 {
        padding-left: 260px;
    }
}

/* Modern Streaming Card Styles */
.vabu-stream-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.2s ease;
    cursor: pointer;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.vabu-stream-card:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(176, 196, 222, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.vabu-stream-card__thumbnail {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    overflow: hidden;
    background: #1a1d20;
}

.vabu-stream-card__thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.vabu-stream-card:hover .vabu-stream-card__thumbnail img {
    transform: scale(1.05);
}

.vabu-stream-card__content {
    padding: 0.875rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.vabu-stream-card__title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vabu-stream-card__title a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.vabu-stream-card__title a:hover {
    color: #ffffffb7;
}

.vabu-stream-card__meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #858b8f;
    font-size: 0.8rem;
    flex-wrap: wrap;
}

.vabu-stream-card__meta a {
    color: #858b8f;
    text-decoration: none;
    transition: color 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
}

.vabu-stream-card__meta a:hover {
    color: #ffffffb7;
}

.vabu-stream-card__duration {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #858b8f;
    font-size: 0.8rem;
    white-space: nowrap;
}

.vabu-stream-card__duration i {
    font-size: 0.75rem;
    color: #ffffffb7;
}

.vabu-stream-card__views {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #858b8f;
    font-size: 0.8rem;
    white-space: nowrap;
}

.vabu-stream-card__views i {
    font-size: 0.75rem;
    color: #ffffffb7;
}

.vabu-stream-card__footer {
    margin-top: auto;
    padding: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.02);
}

.vabu-stream-card__price {
    font-size: 0.9rem;
    font-weight: 600;
    color: #ffffffb7;
    white-space: nowrap;
}

.vabu-stream-card__category {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: rgba(176, 196, 222, 0.08);
    color: #ffffffb7;
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 500;
    border: 1px solid rgba(176, 196, 222, 0.15);
    white-space: nowrap;
}

.vabu-stream-card__category i {
    font-size: 0.75rem;
    color: #ffffffb7;
}

.vabu-stream-card__live-badge {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: rgba(176, 196, 222, 0.1);
    color: #ffffffb7;
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 500;
    z-index: 2;
    border: 1px solid rgba(176, 196, 222, 0.15);
}

/* Grid Layout Adjustments */
.vabu-stream-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
    padding: 1rem 0;
}

@media (max-width: 768px) {
    .vabu-stream-grid {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 1rem;
    }
}

/* Modern Video Card Design */
.video-card {
    position: relative;
    background: rgba(30, 30, 35, 0.6);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    margin-bottom: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transform-origin: center bottom;
}

.video-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.15);
}

.video-card:active {
    transform: translateY(-2px) scale(0.99);
    transition: all 0.1s ease;
}

/* Video Thumbnail Section */
.video-card__thumbnail {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    overflow: hidden;
    background: #0f1012;
}

.video-card__thumbnail::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 30%);
    opacity: 0.7;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.video-card:hover .video-card__thumbnail::after {
    opacity: 0.9;
}

.video-card__thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
    will-change: transform;
}

.video-card:hover .video-card__thumbnail img {
    transform: scale(1.07);
}

/* Play Button Overlay */
.video-card__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.85);
    width: 68px;
    height: 68px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 3;
    transition: all 0.35s cubic-bezier(0.3, 0.7, 0.4, 1.5);
    overflow: hidden;
}

.video-card__play::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(85, 85, 95, 0.8) 0%, rgba(30, 30, 35, 0.95) 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    z-index: -1;
}

.video-card__play::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.2s ease;
}

.video-card__play i {
    font-size: 26px;
    color: #fff;
    margin-left: 5px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
    transition: transform 0.2s ease;
}

.video-card:hover .video-card__play {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.3);
}

.video-card:hover .video-card__play::after {
    opacity: 1;
}

.video-card:hover .video-card__play i {
    transform: scale(1.1);
}

/* Progress Bar (simulated) */
.video-card__progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 2;
    overflow: hidden;
}

.video-card__progress::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30%; /* Simulates partial progress */
    background: #ff4d4d;
    background: linear-gradient(90deg, #ff4d4d 0%, #ff6666 100%);
}

/* Duration Badge */
.video-card__duration {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.75);
    color: white;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 8px;
    border-radius: 4px;
    z-index: 2;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* Live Badge */
.video-card__live {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    z-index: 2;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.video-card__live i {
    color: #ff4d4d;
    font-size: 10px;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.5;
        transform: scale(0.95);
    }
}

/* Video Content */
.video-card__content {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.video-card__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-card__title a {
    color: white;
    text-decoration: none;
    transition: color 0.2s ease;
}

.video-card__title a:hover {
    color: rgba(255, 255, 255, 0.85);
}

/* Meta Information */
.video-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.video-card__channel {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
    transition: color 0.2s ease;
    font-weight: 500;
}

.video-card__channel:hover {
    color: white;
}

.video-card__stat {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
}

.video-card__stat i {
    font-size: 11px;
}

/* Price Badge */
.video-card__price {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    z-index: 2;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Quality Badge */
.video-card__quality {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 3px;
    z-index: 2;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

/* Responsive Adjustments for Video Cards */
@media (max-width: 576px) {
    .video-card__play {
        width: 56px;
        height: 56px;
    }

    .video-card__play i {
        font-size: 22px;
    }

    .video-card__content {
        padding: 14px;
    }

    .video-card__title {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .video-card__meta {
        gap: 10px;
        padding-top: 10px;
    }
}

/* Animated Navbar Toggler */
.navbar-toggler {
    border: none;
    padding: 0;
    width: 35px;
    height: 35px;
    position: relative;
    transition: all 0.35s ease-in-out;
    outline: none !important;
    box-shadow: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 2px;
    width: 26px; /* Adjusted width */
    background: white;
    border-radius: 1px;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
    transition: all 0.25s ease-in-out;
}

/* Toggler icon positions */
.top-bar {
    top: 30%; /* Positioned by percentage instead of margin */
    transform: translateX(-50%) rotate(0);
}

.middle-bar {
    top: 50%; /* Centered vertically */
    transform: translateX(-50%);
    opacity: 1;
}

.bottom-bar {
    top: 70%; /* Positioned by percentage instead of margin */
    transform: translateX(-50%) rotate(0);
}

/* When navbar is opened */
.navbar-toggler:not(.collapsed) .top-bar {
    top: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) .middle-bar {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) .bottom-bar {
    top: 50%;
    transform: translateX(-50%) rotate(-45deg);
}

/* Add a subtle animation effect on hover */
.navbar-toggler:hover .toggler-icon {
    background: linear-gradient(135deg, #ff6f61, #8e44ad);
}

/* Prevent the navbar collapse from affecting layout */
.navbar-collapse {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    overflow-y: auto;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(33, 37, 41, 0.92);
    padding: 0;
    display: flex;
    flex-direction: column;
}

.navbar-collapse.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.navbar-collapse-inner {
    width: 100%;
    max-width: 100%;
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Desktop layout */
@media (min-width: 992px) {
    .navbar-collapse {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        z-index: auto;
        transition: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        background: transparent;
        display: flex;
        flex-direction: row;
        overflow-y: visible;
        height: 100%;
    }

    .navbar-collapse-inner {
        display: flex;
        align-items: center;
        height: 100%;
        width: 100%;
        padding: 0;
        flex-direction: row;
    }

    .navbar-collapse .navbar-nav {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 100%;
        margin: 0 auto;
    }

    .navbar-nav-container {
        display: none;
    }

    .nav-item {
        margin: 0 2px;
    }

    .nav-link {
        position: relative;
        padding: 0.7rem 1rem;
    }

    .nav-link.active {
        color: #fff;
        font-weight: 600;
    }

    .nav-link:hover {
        color: rgba(255, 255, 255, 1);
        transform: translateY(-1px);
    }
}

/* Mobile layout */
@media (max-width: 991px) {
    .navbar-nav .nav-item {
        margin-bottom: 0.5rem;
    }

    .navbar-nav .nav-link {
        font-size: 1.25rem;
        padding: 0.75rem 0;
        display: inline-block;
        font-weight: 500;
        position: relative;
    }

    /* Mobile-only underline effect */
    .navbar-nav .nav-link::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.3s ease;
    }

    .navbar-nav .nav-link:hover::after {
        transform: scaleX(0.7);
        transform-origin: left;
    }

    .navbar-nav .nav-link.active::after {
        transform: scaleX(1);
    }

    /* Show nav container only on mobile */
    .navbar-nav-container {
        display: block;
        position: relative;
        border-radius: 16px;
        overflow: hidden;
    }

    /* Hide direct children of navbar-collapse-inner on mobile */
    .navbar-collapse-inner > .navbar-nav {
        display: none;
    }

    /* Enhanced full-screen backdrop effect */
    .navbar-collapse {
        background: linear-gradient(
            to bottom,
            rgba(33, 37, 41, 0.95),
            rgba(33, 37, 41, 0.9)
        );
    }

    /* Glassy menu container */
    .navbar-nav-container::before {
        content: '';
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
        background: linear-gradient(135deg, rgba(255, 111, 97, 0.1), rgba(142, 68, 173, 0.1));
        filter: blur(20px);
        z-index: -1;
    }

    /* Enhanced user card for full screen */
    .user-card {
        margin-top: auto;
        margin-bottom: 20px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.12);
    }

    /* Enhanced auth buttons for full screen */
    .auth-actions {
        margin-top: auto;
    }

    .auth-btn {
        padding: 15px;
        font-size: 1rem;
    }

    /* Glass card effect for menu sections */
    .navbar-nav, .user-card, .auth-actions {
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.03);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        border: 1px solid rgba(255, 255, 255, 0.05);
        padding: 15px;
    }

    .navbar-nav {
        padding: 10px 15px;
    }

    /* Animated entrance for menu items */
    .navbar-collapse.show .navbar-nav .nav-item {
        animation: slideInRight 0.5s forwards;
        opacity: 0;
        transform: translateX(-20px);
    }

    @keyframes slideInRight {
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    /* Staggered animation delay for menu items */
    .navbar-collapse.show .navbar-nav .nav-item:nth-child(1) { animation-delay: 0.1s; }
    .navbar-collapse.show .navbar-nav .nav-item:nth-child(2) { animation-delay: 0.15s; }
    .navbar-collapse.show .navbar-nav .nav-item:nth-child(3) { animation-delay: 0.2s; }
    .navbar-collapse.show .navbar-nav .nav-item:nth-child(4) { animation-delay: 0.25s; }
    .navbar-collapse.show .navbar-nav .nav-item:nth-child(5) { animation-delay: 0.3s; }

    /* User card animation */
    .navbar-collapse.show .user-card,
    .navbar-collapse.show .auth-actions {
        animation: fadeInUp 0.6s forwards;
        animation-delay: 0.4s;
        opacity: 0;
        transform: translateY(20px);
    }

    @keyframes fadeInUp {
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Improved toggler animation */
    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler:not(.collapsed) .top-bar,
    .navbar-toggler:not(.collapsed) .middle-bar,
    .navbar-toggler:not(.collapsed) .bottom-bar {
        background: linear-gradient(90deg, #ff6f61, #8e44ad);
    }

    /* Close button effect */
    .navbar-toggler:not(.collapsed) {
        transform: rotate(180deg);
        transition: transform 0.5s ease;
    }

    .navbar-toggler.collapsed {
        transform: rotate(0);
        transition: transform 0.5s ease;
    }
}

/* Glass overlay effect */
.navbar-toggler:not(.collapsed)::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: radial-gradient(circle at center, rgba(255, 111, 97, 0.1), rgba(33, 37, 41, 0));
    opacity: 0;
    animation: glassOverlay 0.8s forwards;
}

@keyframes glassOverlay {
    to {
        opacity: 1;
    }
}

/* User card and dropdown styling */
.user-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.user-card-header {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
}

.user-avatar, .user-avatar-sm {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #ff6f61, #8e44ad);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-weight: 600;
    color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.user-avatar-sm {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    margin-right: 0;
}

.user-avatar::after, .user-avatar-sm::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    border-radius: inherit;
}

.user-initial, .user-initial-sm {
    font-size: 18px;
    text-transform: uppercase;
    z-index: 1;
}

.user-initial-sm {
    font-size: 14px;
}

.user-info {
    flex: 1;
}

.user-name {
    font-weight: 600;
    color: white;
    font-size: 0.95rem;
    margin-bottom: 2px;
}

.user-handle {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
}

.user-nav {
    padding: 8px;
}

.user-nav-item, .user-dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    border-radius: 8px;
    margin-bottom: 5px;
    transition: all 0.2s ease;
    border: none;
    background: transparent;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.user-nav-item:hover, .user-dropdown-item:hover {
    background: rgba(255, 255, 255, 0.08);
    color: white;
}

.user-nav-item.active, .user-dropdown-item.active {
    background: linear-gradient(135deg, rgba(255, 111, 97, 0.2), rgba(142, 68, 173, 0.2));
    color: white;
}

.user-nav-item i, .user-dropdown-item i {
    margin-right: 10px;
    font-size: 1.1rem;
    opacity: 0.9;
    width: 20px;
    text-align: center;
}

/* Auth buttons for non-authenticated users */
.auth-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
}

.auth-btn {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

.auth-btn i {
    margin-right: 10px;
    font-size: 1.1rem;
}

.auth-btn-signin {
    background: rgba(255, 255, 255, 0.08);
    color: white;
}

.auth-btn-signin:hover {
    background: rgba(255, 255, 255, 0.12);
    color: white;
}

.auth-btn-signup {
    background: linear-gradient(135deg, #ff6f61, #8e44ad);
    color: white;
}

.auth-btn-signup:hover {
    background: linear-gradient(135deg, #ff6f61, #8e44ad);
    filter: brightness(1.1);
    color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Desktop dropdown styling */
.user-menu-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    border-radius: 8px;
    padding: 5px 15px 5px 10px;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
}

.user-menu-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.user-menu-btn:focus {
    box-shadow: none;
    border-color: rgba(255, 255, 255, 0.2);
}

.user-dropdown-menu {
    min-width: 280px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
}

.user-dropdown-header {
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
}

.user-dropdown-content {
    padding: 10px;
}

/* Animation for navbar elements */
.nav-link, .user-dropdown-item, .user-nav-item {
    position: relative;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #ff6f61, #8e44ad);
    border-radius: 3px;
    transform-origin: left;
    animation: navIndicator 0.3s ease forwards;
}

@keyframes navIndicator {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

/* User dropdown animation */
.dropdown-menu.show {
    animation: dropdownFade 0.25s ease forwards;
}

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

/* Hover effect for nav items */
.nav-link {
    position: relative;
    transition: all 0.3s ease;
}

/* Desktop authentication buttons */
.desktop-auth-buttons {
    display: flex;
    align-items: center;
}

.desktop-auth-btn {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.25s ease;
    text-decoration: none;
    white-space: nowrap;
}

.desktop-auth-btn i {
    font-size: 1.1rem;
}

.desktop-auth-btn-signin {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.desktop-auth-btn-signin:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.desktop-auth-btn-signup {
    background: linear-gradient(135deg, #ff6f61, #8e44ad);
    color: white;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.desktop-auth-btn-signup:hover {
    background: linear-gradient(135deg, #ff6f61, #8e44ad);
    filter: brightness(1.1);
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

@media (min-width: 1200px) {
    .desktop-auth-btn {
        padding: 10px 20px;
        font-size: 1rem;
    }
}

/* Low-profile polished buttons for auth */
.btn-subtle {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: none;
    padding: 0.4rem 1rem;
    font-size: 0.85rem;
    border-radius: 5px;
    transition: all 0.2s ease;
    letter-spacing: 0.02em;
    font-weight: 500;
}

.btn-subtle:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    transform: translateY(-1px);
}

.btn-outline-subtle {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0.4rem 1rem;
    font-size: 0.85rem;
    border-radius: 5px;
    transition: all 0.2s ease;
    letter-spacing: 0.02em;
    font-weight: 500;
}

.btn-outline-subtle:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    transform: translateY(-1px);
}

/* Navbar styling */
.navbar {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background-color: rgba(33, 37, 41, 0.95);
}

.navbar-brand {
    font-family: "Kana", sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
}

.navbar-dark .navbar-brand {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* Mobile button and toggle container */
.navbar .d-flex.d-lg-none {
    display: flex;
    align-items: center;
    height: 100%;
}

/* Navigation links */
.nav-link {
    letter-spacing: 0.03em;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    padding: 0.6rem 0.8rem;
    transition: all 0.2s ease;
    position: relative;
    font-size: 0.95rem;
}

.nav-link:hover {
    color: #fff;
}

.nav-link.active {
    color: #fff;
    font-weight: 600;
}

/* Event Card Styles */
.p-80 {
    padding: 0 0 34px;
}

.event-card {
    background-color: rgb(255 255 255 / 4%);
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    height: 170px;
}

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

.event-card img {
    width: 150px;
    height: 100%;
    background-color: rgb(255 255 255 / 0.5%);
    object-fit: cover;
}

.event-card-body {
    padding: 10px 15px;
}

.event-card-title {
    font-size: 1rem;
    font-weight: 500;
    word-wrap: break-word;
    color: white;
    line-height: 1.2;
    --text-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 20px;
    margin: 10px 0px 20px 0px;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.event-card-title::after,
.event-card-title::before {
    box-sizing: border-box;
}

.event-card-location {
    font-size: 14px;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: hsla(0, 0%, 100%, 0.5);
}

.event-card-date {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: hsla(0, 0%, 100%, 0.5);
    font-weight: 100;
}

.event-card-location a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: hsla(0, 0%, 100%, 0.5);
}

.event-card-price {
    font-size: 16px;
    font-weight: 300;
    color: hsla(0, 0%, 100%, 0.719);
}
