:root {
    --color-primary: #8B4513;
    /* SaddleBrown */
    --color-secondary: #A0522D;
    /* Sienna */
    --color-success: #28a745;
    /* Bootstrap Green */
}

.bg-brown {
    background-color: var(--color-primary);
}
 .signup-bg{
    background-color: var(--color-secondary);
 }

.btn-brown {
    background-color: var(--color-secondary);
    color: white;
}

.text-brown {
    color: var(--color-primary);
}

.nav-item:hover {
    background-color: #A0522D;
}

.signup:hover {
    background-color: #8B4513;
}

#spinnerOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#spinnerOverlay.fade-out {
  opacity: 0;
}


/* Left Side Background Image */
.bg-image {
    background-size: cover;
    background-position: center;

}


/* Background image styling */
.bg-image {
    background-color: #f0f0f0;
}


/* Hero Section */
.bg-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/nainoa-shizuru-NcdG9mK3PBY-unsplash.jpg') no-repeat center center;
    background-size: cover;
    color: white;
}

.tech-hero{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/technology.avif') no-repeat center center;
        background-size: cover;
        color: white;

}
.art-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/art.avif') no-repeat center center;
    background-size: cover;
    color: white;
}
.charity-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/charity.avif') no-repeat center center;
    background-size: cover;
    color: white;
}
.family-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/family.avif') no-repeat center center;
    background-size: cover;
    color: white;
}
.health-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/health.avif') no-repeat center center;
    background-size: cover;
    color: white;
}
.music-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/music.avif') no-repeat center center;
    background-size: cover;
    color: white;
}
.outdoor-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/outdoor.avif') no-repeat center center;
    background-size: cover;
    color: white;
}
.seminar-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/seminars.avif') no-repeat center center;
    background-size: cover;
    color: white;
}
.sport-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/sports.avif') no-repeat center center;
    background-size: cover;
    color: white;
}
.virtual-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/virtual.avif') no-repeat center center;
    background-size: cover;
    color: white;
}
.tech{
    margin-top: 90px !important;
}
.categories{
    margin-left: auto;
    margin-right: auto;
}

.search{
    margin-top: 100px;
}

/* Category badge */
.category-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 300px;
    /* Adjust as needed */
}

.category-img {
    width: 100%;
    height: 250px;
    /* Fix height */
    object-fit: cover;
    border-radius: 8px;
}

.category-badge {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    cursor: pointer;
}

.breadcrumb-section {
    margin-top: 4rem;
    /* Adjust as needed: 2rem, 5rem, etc. */
}

.breadcrumb-item {
    font-size: 22px;
}
.object-fit-cover {
    object-fit: cover;
}

.rounded-start-image {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

/* Custom Brown Color */
.text-brown {
    color: #8B4513;
}

.bg-brown {
    background-color: #8B4513;
}



.eventList1 {
    margin: 0 auto;
    /* Same as container */
}

.filter-item1 {
    flex: 0 0 30%;
    /* 3 per row */
    max-width: 30%;
    margin: 1rem;
    text-align: center;
}

@media (max-width: 768px) {
    .filter-item {
        flex: 0 0 45%;
        max-width: 45%;
    }
}

@media (max-width: 576px) {
    .filter-item {
        flex: 0 0 90%;
        max-width: 90%;
    }
}




/* Filter Bar */
.filter-item {
    cursor: pointer;
    font-weight: 500;
    position: relative;
    padding-bottom: 5px;
}

.filter-item.active {
    font-weight: bold;
}

.filter-item.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #8B4513;
}

#filterBar{
    margin-top: 100px !important;
}
/* Scrollable filter bar on small screens */
.filter-item {
    white-space: nowrap;
}




/* Event Details */
.event-details {
    max-width: 1000px;
    margin: auto;
}

/* Badge */
.badge.bg-brown {
    background-color: #8B4513;
}

/* Ad Banner Placeholder */
.ad-banner {
    background-color: #f0f0f0;
    border: 1px dashed #ccc;
}

/* Remove border/shadow between columns */
.rounded-end {
    border: none !important;
    box-shadow: none !important;
}

/* Curved Image (Optional if you want to keep img tag) */

/* Underline Inputs */
.form-control.border-bottom {
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}


/* Border on top-left and bottom-left of right section */
.col-md-6 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

/* Password toggle */
#togglePassword {
    cursor: pointer;
}


.bg-brownd {
    color: #fff; 
    background-color: #885f42;
    /* SaddleBrown */
}
.bg-brownd:hover {
    background-color: #be8053;
}

.card img {
    object-fit: contain;
    /* transition: transform 0.3s ease; */
}

/* .card:hover img {
    transform: scale(1.1);
} */
.eve {
    color: #d6a474bd;
}

.ntz {
    color: #f8f8f8;
}

.search-section {
        background-color: #8B4513;
}

.hero-section {
    height: 400px;
    position: relative;
}

/* .card {
    transition: transform 0.3s;
}

.card:hover {
    transform: scale(1.03);
} */

footer {
    background-color: #2f2f2f;
}


.btn-brown {
    background-color: #8B4513;
    color: white;
}

.btn-brown:hover {
    background-color: #A0522D;
}

.payment{
    margin-left: 100px;
    margin-right: 100px;
  
}


#cardFields,
#bankFields {
    transition: all 0.3s ease;
}

.pin-input {
    font-size: 1.2rem;
    height: 50px;
    font-weight: bold;
}


#bankSelect {
    cursor: pointer;
}

#bankDropdown {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ced4da;
    border-top: none;
    z-index: 10;
    position: absolute;
    background: white;
    width: 100%;
    border-radius: 0 0 0.375rem 0.375rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.bank-option {
    cursor: pointer;
    transition: background 0.2s;
}

.bank-option:hover {
    background-color: #f0f0f0;
}