@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    background: white;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin: 0;
}

.h1, h1 {
    font-size: 3rem;
    line-height: 1.25;
    letter-spacing: -.025rem
}

.charcoal-grey {
    color: #36454f;
}
.navy-blue-text {
    color: #0e0c54;
}
.navy-blue {
    background-color: #0e0c54;
}
.btn-burgundy {
    border-radius: 0.5rem;
    background-color: #240c54;
    border-color: #240c54;
    color: white;
}
.btn-burgundy:hover {
    border-radius: 0.5rem;
    background-color: #36454f;
    border-color: #36454f;
    color: white;
}

.btn-white {
    border-radius: 0.5rem;
    background-color: white;
    border-color: white;
    color: #240c54;
}
.btn-white:hover {
    border-radius: 0.5rem;
    background-color: white;
    border-color: white;
    color: #36454f;
}
.badge-custom {
    background-color: rgba(51, 12, 84, 0.3);
    border-color: #240c54 !important;
    border-width: 5px !important;
    text-transform: capitalize;
}
.navbar-nav .nav-link.active{
    font-weight: 700;
    color: #240c54;
}
.navbar-nav .nav-link{
    font-weight: 500;
    padding-top: 10px;
}
.navbar .navbar-style {
    border-color: #240c54 !important;
    border-width: 2px !important;
}
.navbar-nav .nav-link:hover{
    color: #36454f;
    font-weight: 700;
    padding-top: 10px;
}
nav.navbar {
    position: sticky;
    top: 0;
    z-index: 1030; /* higher than content */
}
.text-burgundy{
    color: #240c54;
    font-weight: 700;
}
.text-yellow{
    color: #36454f;
    font-weight: 700;
}
.text-blue{
    font-weight: 700;
    color: #1E1870;
}
.bg-yellow{
    background-color: #240c54;
}
.border-burgundy {
    border: 1px solid #240c54 !important;
    border-radius: 3rem;
}

.btn-outline-burgundy {
    border-radius: 1.875rem;
    border-color: #240c54;
    color: #240c54;
}
.btn-outline-yellow {
    border-radius: 1.875rem;
    border-color: #36454f;
    color: #36454f;
}
.testimonies{
    background-color: #FBFBF2
}
.fa-star{
    color: #36454f;
}
.footer {
    background-color: #0e0c54;
    color: white;
}
.fab, .fa-brands {
    color: white;
}
.heading {
    color: #36454f;
}
.footer .nav-link{
    color: white;
}
.bg-black{
    background-color: #0e0c54;
    border-radius: 1rem;
}
.bg-red{
    background-color: #36454f;
    border-radius: 1rem;
}
.bg-blue{
    background-color: #1E1870;
    border-radius: 1rem;
}
.fw-bold{
    margin-bottom: 7px;
}
.card-tag {
    display: inline-block;
    padding: 4px 12px;
    color: #36454f;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
}
.cta-link {
    color: #36454f;
    font-weight: 600;
    font-size: 0.8rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
}
#map {
    height: 350px;
    width: 100%;
}
.text-gradient-white {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(1.5rem, 3vw, 3rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    background: linear-gradient(320deg, #CFD8DC, #FFFFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 18px;
}
.text-gradient.text-primary {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(1.5rem, 3vw, 3rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    background: linear-gradient(320deg, #240c54, #240c54);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 18px;
}

.text-gradient.text-secondary {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(1rem, 2vw, 2rem);
    font-weight: 500;
    line-height: 1;
    background: linear-gradient(320deg, #0f0c29, #303F9F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 9px;
}

/* ── Card shell ── */
.ev-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    min-height: 260px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* neutralise any inherited Bootstrap .card styles */
    background: none;
    border: none;
    box-shadow: none;
}

/* Featured card taller on desktop */
.ev-card--featured {
    min-height: 380px;
}

/* ── Photo ── */
.ev-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
    /* neutralise any global img rules */
    border-radius: 0;
    max-width: none;
}

.ev-card:hover img {
    transform: scale(1.05);
}

/* ── Dark gradient overlay ── */
.ev-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
            to top,
            rgba(20, 5, 35, 0.88) 0%,
            rgba(20, 5, 35, 0.30) 50%,
            transparent 100%
    );
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.ev-card:hover::after {
    opacity: 0.95;
}

/* ── Text body ── */
.ev-card__body {
    position: relative;
    z-index: 2;
    padding: 18px 20px 22px;
    text-align: left;
}

/* ── Tag ── */
.ev-card__tag {
    display: block;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 5px;
    background: none;
    border: none;
    padding: 0;
    border-radius: 0;
}

/* ── Title ── */
.ev-card__title {
    font-family: 'Roboto', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff !important;
    line-height: 1.3;
    margin: 0;
    /* reset gradient text that your global h* may inherit */
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    -webkit-text-fill-color: #fff !important;
}

.ev-card--featured .ev-card__title {
    font-size: 1.4rem;
}

/* ── Responsive height tweaks ── */
@media (max-width: 991.98px) {
    .ev-card--featured {
        min-height: 300px;
    }
    .ev-card {
        min-height: 220px;
    }
}

@media (max-width: 575.98px) {
    .ev-card,
    .ev-card--featured {
        min-height: 240px;
    }
}

.ev-card__datetime {
    position: absolute;
    inset: 0;
    z-index: 3;
    background: rgba(63, 81, 181, 0.75);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    color: #ffffff;
    font-size: 0.9rem;
    line-height: 1.8;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.ev-card:hover .ev-card__datetime {
    opacity: 1;
}

.ev-card__datetime i {
    color: #005C97;
    margin-right: 6px;
}

/* ── Pagination Styles ── */
.pagination {
    display: flex;
    gap: 8px;
}

.pagination .page-item .page-link {
    background-color: transparent;
    border: 2px solid rgba(51, 12, 84, 0.2);
    color: #240c54;
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.pagination .page-item .page-link:hover {
    background-color: #240c54;
    border-color: #240c54;
    color: #ffffff;
    transform: translateY(-2px);
}

.pagination .page-item.active .page-link {
    background-color: #240c54;
    border-color: #240c54;
    color: #ffffff;
}

.pagination .page-item.disabled .page-link {
    background-color: transparent;
    border-color: rgba(51, 12, 84, 0.1);
    color: rgba(51, 12, 84, 0.3);
    cursor: not-allowed;
}

.pagination .page-item.disabled .page-link:hover {
    transform: none;
    background-color: transparent;
}

.pagination .page-link i {
    font-size: 1rem;
}

@media (max-width: 575.98px) {
    .pagination .page-link {
        padding: 8px 12px;
        font-size: 0.875rem;
    }
}

.btn-outline-warning {
    border-color: #0e0c54 !important;
    color: #0e0c54 !important;
}
.btn-outline-warning:hover {
    background-color: #0e0c54 !important;
    border-color: #0e0c54 !important;
    color: #fff !important;
}
.alert-info {
    border-color: #0e0c54 !important;
    background-image: linear-gradient(310deg, #0e0c54, #0e0c54);
}

/* -------- App Download Section -------- */
.app-store-btn {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    color: #1a1a2e !important;
    text-decoration: none;
    min-width: 160px;
}
.app-store-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.45);
}
