.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}

.image-container img {
    width: 100%;
    object-fit: cover;
    height: 200px;
}


.category-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.category-img-container img {
    width: 100%;
    object-fit: cover;
    height: 220px;
}

.category-img-container::before {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00000061;
}

/* Navbar Logo */
.navbar-logo {
    max-width: 150px;
}

/* Beta Text */
.logo-container {
    display: flex;
    align-items: center;
    position: relative;
}

.beta-label {
    background-color: #ffc000;
    color: #4f81bd;
    padding: 2px 6px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;
    margin-left: 5px;
    display: none;
}

.sub-bullets li {
  font-size: 21px;
  font-style: normal;
  color: #4d4d4d;
  font-weight: 500;
}

.sub-bullets li::marker {
    color: #BE1095;
}

@media (max-width: 768px) {
    .pdb {
        padding-bottom: 0.5rem;
    }
    
    .image-container{
        
    }
    .homepage-content-wrapper div.pdb {
        padding-bottom: 0px !important;
        margin-bottom: 1rem !important;
    }

    .homepage-content-wrapper .custom-card-size{
        padding-top: 0px !important;
    }

    .homepage-content-wrapper .search-category-wrapper{
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .sub-bullets ul {
        margin-bottom: 0.5rem !important;
    }
    .sub-bullets li {
      font-size: 16px !important;
      line-height: 1.2rem !important;
    }
}

/* End */

/* .custom-image img {
 width: 425.656px;
 height: 283.766px;
} */


/* Search By Category Cards */
.card-img-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-hover-effect .card img {
    transform: scale(1);
    transition: transform 1s ease-in-out;
}

.card-hover-effect .card:hover img {
    transform: scale(1.75);
    transition: transform 1s ease-in-out;
}

.card-hover-effect>.col-lg-3>.card>.card-img-overlay>.card-text:last-child {
    font-size: 17px;
}

.card-hover-effect .card {
    --bs-card-border-color: none;
}

/* End */

/* Card Categories */
.hover-effect>div>div.card:hover {
    transition: all .3s;
    transform: translateY(-20px);
}

.svg-icon {
    width: 25px;
}

/* End */

/* Share Modal */
.smd {
    font-size: small;
    text-align: center;
    margin: 10px;
}

.img-thumbnail {
    border-radius: 10px;
    width: 50px;
    height: 50px;
}

/* End */

/* Discover Events search box */
.bordered {
    border-radius: 12px;
}

/* Search Page More Button */
.customize-button.btn {
    border-radius: 8px;
}

.customize-button.btn-primary {
    --bs-btn-color: black;
    --bs-btn-bg: white;
}

.customize-button.btn-primary:hover {
    background-color: #fdb4ff7a;
    color: black;
}

/* End */

/* Off Canvas Navbar */
.navbar-nav.navbar-li li {
    border-bottom: none;
}

.navbar-toggler.navbar-toggler-custom {
    border-radius: 0px;
    border: none;
    padding-right: 0;
}

.navbar-toggler.navbar-toggler-custom:focus {
    box-shadow: none;
}

.btn-close.btn-close-custom:focus {
    box-shadow: none;
}

/* End */

/* Custom CSS */

/* .custom-image {
    width: 100%;
    height: auto;
} */

/* .custom-work {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
} */

/* RESPONSIVE CSS
-------------------------------------------------- */

/* @media (min-width: 640px) {

    
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
} */

@media screen and (max-width: 992px) {
    .navbar-nav.navbar-li li {
        border-bottom: 1px solid #ccc;
        margin-bottom: 12px;
    }

    .custom-share-icon {
        display: flex;
    }

    .image-container img {
        height: 220px;
    }

}

@media (max-width: 767px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 18px;
        height: 18px;
    }

    .event-filter-btns {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .event-filter-btns button {
        margin-right: 4px;
    }

    .custom-card-size {
        padding: 20px;
    }

    .custom-share-icon {
        display: flex;
    }

    .image-container img {
        height: 120px;
    }

    .tag-line-size {
        font-size: 14px;
    }

    .category-img-container img {
        height: 220px;
    }
}


.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}




/* .custom-card-image-size {
    width: 306px;
    height: 204px;
} */

.custom-share-icon {
    display: flex;
}

.fixed-height {
    height: 130px;
    /* or whatever height you prefer */
    object-fit: cover;
    /* this will ensure that your images cover the whole space without distortion */
}


/* .custom-card {
    border-radius: 0;
}

.custom-card-img-top {
    border-radius: 0;
} */

.custom-card-title {
    font-size: 17px;
    max-height: 41px;
    min-height: 41px;
}

.custom-card-title a {
    text-decoration: none;
    color: #BE1095;
}

.btn-primary {
    border-radius: 8px;
    --bs-btn-bg: #BE1095;
    --bs-btn-border-color: #BE1095;
    --bs-btn-hover-bg: #9F0D7A;
    --bs-btn-hover-border-color: #80095C;
    --bs-btn-active-bg: #80095C;
    --bs-btn-disabled-bg: #BE1095;
    --bs-btn-disabled-border-color: #BE1095;
    --bs-btn-active-border-color: #80095C;
}

/* Price tag on event cards — light bg / dark text chip, per Replit reference */
.event-card-footer .btn-primary {
    color: #35158D !important;
    background-color: #F2EFFA !important;
    border-color: #D6D0EE !important;
    border-width: 1px !important;
    font-weight: 600 !important;
}

.event-card-footer .btn-primary:hover,
.event-card-footer .btn-primary:focus,
.event-card-footer .btn-primary:active {
    color: #35158D !important;
    background-color: #E9E3F7 !important;
    border-color: #D6D0EE !important;
}

/* Free events get a light green / dark green chip */
.event-card-footer .btn-primary.price-free {
    color: #1E7B45 !important;
    background-color: #E6F7EC !important;
    border-color: #C6ECD3 !important;
}

.event-card-footer .btn-primary.price-free:hover,
.event-card-footer .btn-primary.price-free:focus,
.event-card-footer .btn-primary.price-free:active {
    color: #1E7B45 !important;
    background-color: #D9F2E3 !important;
    border-color: #C6ECD3 !important;
}

/* .btn-danger {
    border-radius: 0;
    --bs-btn-bg: #007BFF;
    --bs-btn-border-color: #007BFF;
    --bs-btn-hover-bg: #0069D9;
    --bs-btn-hover-border-color: #0056B3;
    --bs-btn-active-bg: #0056B3;
    --bs-btn-disabled-bg: #007BFF;
    --bs-btn-disabled-border-color: #007BFF;
    --bs-btn-active-border-color: #0056B3;
} */

.btn-danger {
    border-radius: 8px;
    --bs-btn-bg: #35158D;
    --bs-btn-border-color: #35158D;
    --bs-btn-hover-bg: #2C127A;
    --bs-btn-hover-border-color: #220E66;
    --bs-btn-active-bg: #220E66;
    --bs-btn-disabled-bg: #35158D;
    --bs-btn-disabled-border-color: #35158D;
    --bs-btn-active-border-color: #220E66;
}

.custom-card-description {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to display */
    -webkit-box-orient: vertical;
    max-height: 20px;
}


/* Share Button on Cards */
.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    border-radius: 8px;
    --bs-dropdown-min-width: 3rem;
    --bs-dropdown-border-color: none;
    --bs-dropdown-border-width: 0;
    --bs-dropdown-bg: none;
    --bs-dropdown-item-padding-y: 7px;
    --bs-dropdown-padding-y: 0.15rem;
}

.dropdown-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon {
    width: 23px;
}

.twitter-icon {
    filter: invert(1);
}

.share-icon {
    filter: invert(1);
}

/* Search Bar By Device Window Width Sizes */

.large-screen-search {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.navbar-expand-lg .offcanvas {
    flex-grow: 0;
}

.large-screen-search .navbar-search .form-control {
    margin-right: 120px;
    border-radius: 20px;
}


.large-screen-search .navbar-search .form-control:focus {
    box-shadow: none;
    border-color: #dee2e6;
}

.large-screen-search span.search-button {
    display: inline-block;
    border: none;
    background: transparent;
    border-radius: 0;
    top: -1px;
    margin: 0;
    position: absolute;
    right: 0;
}

/* small */
.small-screen-search {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
    margin-right: 20px;
}

.small-screen-search .navbar-search .form-control {
    /* margin-right: 120px; */
    border-radius: 20px;
}


.small-screen-search .navbar-search .form-control:focus {
    box-shadow: none;
    border-color: #dee2e6;
}

.small-screen-search span.search-button {
    display: inline-block;
    border: none;
    background: transparent;
    border-radius: 0;
    top: -1px;
    margin: 0;
    position: absolute;
    right: 0;
}


/* @media (max-width: 576px) { 
    .small-screen-search  .navbar-search .form-control{
        margin-right: 55px;
    }
} */

@media (max-width: 576px) {
    .nav-custom.navbar {
        display: block;
    }
}

.custom-menus {
    position: absolute;
    width: 100%;
    margin-top: 3px;
    z-index: 1000;
    list-style: none;
    background-color: #fff;
    padding-left: 0px !important;
}


.custom-menus li {
    font-size: 14px;
    font-weight: normal;
    list-style: none;
    padding: 5px;
    border-bottom: 1px dashed;
}


.custom-menus li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    /* This will make the text color the same as the parent li */
}

.custom-menus li:hover {
    background-color: #BE1095;
    color: white;
}

.custom-menus>li.active>a,
.custom-menus>li.active>a:hover {
    color: #fff;
    background-color: #BE1095;
    outline: 0;
}


.alert-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.second-text-size {
    font-size: medium;
}

.accordion-button::after {
    background-size: 1.0rem;
}

.address-font-h {
    line-height: 10px;
}

.dropdown.profile .dropdown-menu {
    background: white !important;
    padding: 10px 0px;
    margin: 8px 0 0;
    right: 5px;
    left: auto;
}

.dropdown.profile .dropdown-menu li {
    white-space: nowrap;
}

.dropdown.profile .dropdown-menu li a {
    line-height: 20px;
    color: #5e5e5e;
    padding: 4px 15px !important;
    display: block;
    text-decoration: none;
}

.dropdown.profile .dropdown-menu li a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown.profile .dropdown-menu .divider {
    margin: 4px 0px;
    background-color: #e7e7e7;
    height: 1px;
    overflow: hidden;
}

a.dropdown-toggle.custom-height.custom-nav.nav-link.show {
    background: #ffca2c;
    border-radius: 0.375rem;
}


/* Event Card CSS start */
.row.align-items-stretch > [class*="col"].event-card,
#cardsContainer > [class*="col"].event-card {
    display: flex;
}

.card.event-card {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
    border-radius: 14px;
}

.event-card-body.event-card-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.card.event-card > .event-card-footer {
    flex-shrink: 0;
    margin-top: auto;
}

.event-card-date {
    font-size: 13px;
    line-height: 1.35;
    margin-bottom: 0.25rem;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.15rem;
}

/* Multi-day stacked on small/medium screens only */
@media (max-width: 991.98px) {
    .event-card-date--range {
        min-height: 2.7em;
    }
}

.event-card-date-line {
    display: block;
}

.event-card-date-to {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 0.04em;
    color: #666;
    white-space: nowrap;
}

/* Large screens: start, TO, and end on one line */
@media (min-width: 992px) {
    .event-card-date--range {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 0.35rem;
    }

    .event-card-date--range .event-card-date-line {
        display: inline;
    }
}

@media (max-width: 576px) {
    .event-card-date {
        font-size: 12px;
    }

    .event-card-date--range {
        min-height: 2.8em;
    }
}

.event-card-body .title {
    margin-top: 0;
}

.event-card-body .title h3 {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event-card-body .title a {
    text-decoration: none;
    color: #BE1095;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
}

.event-card-body .description {
    margin-top: 5px;
}

.event-card-body .description span {
    font-size: 15px;
    margin-bottom: 0px;
}

.event-card-wrapper {
    overflow: hidden;
    background: hsla(235, 24%, 20%, 1);
    background: linear-gradient(90deg,
            hsla(235, 24%, 20%, 1) 0%,
            hsla(241, 100%, 50%, 1) 35%,
            hsla(315, 69%, 45%, 1) 100%);
    height: 208px;
    text-align: center;
    position: relative;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.event-card-wrapper img {
    max-height: 208px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}

/* Event Card CSS end */


/* Default: hide both sections initially */
.mobile-social-icons, li.social-icon {
    display: none;
}

/* For mobile devices (show mobile-social-icons when hamburger menu is displayed) */
@media (max-width: 991px) { /* Adjust the max-width as per your mobile breakpoint */
    .mobile-social-icons {
        display: block; /* Show the mobile version */
    }
}

/* For larger screens (show social-icon when there is no hamburger menu) */
@media (min-width: 992px) { /* Adjust the min-width to match the breakpoint */
    li.social-icon {
        display: inline-block; /* Show the desktop version */
    }
}

/* ============================================================
   Hero Banner — Replit redesign (hero-banner_(1).html)
   ============================================================ */
.hero {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding-top: 60px;
    background: #1a0b52;
    font-family: 'Roboto', system-ui, -apple-system, sans-serif;
}

.hero-base {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 130% 70% at 50% 110%, #35158D 0%, transparent 65%),
        radial-gradient(ellipse 70% 50% at 50% 100%, #271066 0%, transparent 55%),
        linear-gradient(180deg, #1a0b52 0%, #220e66 45%, #2d1180 100%);
}

.hero-spot-left {
    position: absolute;
    pointer-events: none;
    left: 5%;
    top: 0;
    width: 360px;
    height: 100%;
    background: linear-gradient(162deg, rgba(100, 60, 220, 0.35) 0%, transparent 55%);
    transform: rotate(-10deg);
    transform-origin: top left;
    filter: blur(20px);
}

.hero-spot-right {
    position: absolute;
    pointer-events: none;
    right: 5%;
    top: 0;
    width: 360px;
    height: 100%;
    background: linear-gradient(198deg, rgba(190, 16, 149, 0.30) 0%, transparent 55%);
    transform: rotate(10deg);
    transform-origin: top right;
    filter: blur(20px);
}

.hero-beam {
    position: absolute;
    pointer-events: none;
    left: 50%;
    top: 0;
    width: 220px;
    height: 100%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(140, 90, 255, 0.18) 0%, transparent 65%);
    filter: blur(14px);
}

.hero-dot {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.hero-horizon {
    position: absolute;
    pointer-events: none;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(53, 21, 141, 0.8) 25%, rgba(190, 16, 149, 0.9) 50%, rgba(53, 21, 141, 0.8) 75%, transparent 100%);
    filter: blur(1px);
    box-shadow: 0 0 22px 8px rgba(190, 16, 149, 0.35);
}

.hero-content {
    position: relative;
    z-index: 10;
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 24px 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    animation: hero-fade-in 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes hero-fade-in {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

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

.hero-content h1 {
    font-size: clamp(1.875rem, 4vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.1;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.5);
    margin: 0;
}

.hero-content h1 .gradient-text {
    background: linear-gradient(90deg, #d97be8, #BE1095);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-content p.hero-desc {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.05rem;
    max-width: 640px;
    margin: 0;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 600;
    margin: 0 0 4px;
}

.hero-eyebrow-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e0263f;
    box-shadow: 0 0 8px 2px rgba(224, 38, 63, 0.6);
    flex-shrink: 0;
}

/* Compact variant — used on Quick Link pages (How it Works, Contact Us, FAQ, Pricing, ToS, Privacy) */
.hero.hero--compact {
    padding-top: 32px;
}

.hero--compact .hero-content {
    padding: 24px 24px 32px;
    gap: 8px;
}

.hero--compact .hero-content h1 {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
}

.hero--compact .hero-content p.hero-desc {
    font-size: 0.95rem;
}

@media (max-width: 767px) {
    .hero {
        padding-top: 32px;
    }

    .hero-content {
        padding: 24px 20px 36px;
    }
}
/* End Hero Banner */

/* ============================================================
   Quick Link pages — shared heading/badge scheme
   (How it Works / Contact Us / FAQ / Pricing / ToS / Privacy)
   ============================================================ */
.hiw-badge {
    display: inline-block;
    background: #ECE7F8;
    color: #35158D;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 999px;
    margin-bottom: 14px;
}

.hiw-badge-dark {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.hiw-heading {
    font-weight: 800;
    margin-bottom: 18px;
    color: #201045;
}

.hiw-lead {
    color: #5e5a72;
    max-width: 720px;
    font-size: 1.05rem;
}
/* End Quick Link shared scheme */
