@import "assets/css/animate.css";
@import "assets/css/owl.carousel.css";
@import "assets/css/bootstrap.min.css";
@import "assets/css/theme-styles.css";
@import "assets/css/responsive-styles.css";
@import "assets/css/fontawesome-all.min.css";
@import "assets/css/magnific-popup.css";
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300i,400i,600i,300,400,600,700,800|Roboto:300i,400i,500i,300,400,500,700,900" rel="stylesheet';

.events-highlight-list span {
    color: #b9b9b9;
}

.events-page {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left,
            rgba(201, 215, 255, 0.9),
            transparent 32%),
        linear-gradient(180deg, #f7f9ff 0%, #eef2f7 45%, #f8fafc 100%);
    padding-bottom: 80px;
}
.text-wrap{
    text-wrap: wrap;
}
.text-justify{
    text-align: justify;
}
.events-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
    pointer-events: none;
    opacity: 0.55;
}

.events-orb-one {
    width: 320px;
    height: 320px;
    top: 100px;
    left: -100px;
    background: radial-gradient(circle,
            rgba(11, 87, 208, 0.26) 0%,
            rgba(11, 87, 208, 0) 68%);
}

.events-orb-two {
    width: 420px;
    height: 420px;
    top: 420px;
    right: -180px;
    background: radial-gradient(circle,
            rgba(251, 191, 36, 0.2) 0%,
            rgba(251, 191, 36, 0) 70%);
}

.events-hero {
    padding: 88px 0 52px;
    position: relative;
    z-index: 1;
}

.events-copy-shell {
    max-width: 640px;
}

.events-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(3, 32, 130, 0.08);
    color: #032082;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.events-hero h1 {
    margin: 18px 0 16px;
    color: #0f172a;
    font-size: 36px;
    line-height: 1.02;
    font-weight: 800;
    /* max-width: 11ch; */
}

.events-hero-copy {
    margin: 0;
    max-width: 620px;
    color: #475569;
    font-size: 18px;
    line-height: 1.8;
}

.events-hero-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.events-metric-pill {
    min-width: 150px;
    padding: 14px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(12px);
}

.events-metric-pill strong {
    display: block;
    color: #0f172a;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 800;
}

.events-metric-pill span {
    display: block;
    margin-top: 6px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.5;
}

.events-hero-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 28px;
    flex-wrap: wrap;
}

.events-primary-btn {
    background: #032082;
    border: 0;
    color: #fff;
    border-radius: 999px;
    padding: 14px 24px;
    font-weight: 700;
    box-shadow: 0 18px 35px rgba(3, 32, 130, 0.22);
}

.events-primary-btn i {
    margin-left: 10px;
    transition: transform 0.25s ease;
}

.events-primary-btn:hover,
.events-primary-btn:focus {
    color: #fff;
    background: #02175e;
}

.events-primary-btn:hover i,
.events-primary-btn:focus i {
    transform: translateX(4px);
}

.events-inline-stat {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #475569;
    font-weight: 600;
}

.events-inline-stat i {
    color: #032082;
    font-size: 15px;
}

.events-inline-stat span {
    line-height: 1.6;
}

.events-highlight-card {
    position: relative;
    overflow: hidden;
    padding: 32px;
    border-radius: 28px;
    background: linear-gradient(145deg, #032082 0%, #0b57d0 100%);
    box-shadow: 0 28px 60px rgba(11, 87, 208, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.events-highlight-topline {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.events-highlight-card::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -50px;
    bottom: -60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}

.events-grid-glow {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), transparent 78%);
    pointer-events: none;
}

.events-highlight-label {
    position: relative;
    z-index: 1;
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.events-highlight-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.events-preview-window {
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
    padding: 22px;
    border-radius: 22px;
    background: rgba(5, 18, 68, 0.34);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.events-preview-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.events-preview-avatar {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
}

.events-preview-header h3 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.events-preview-header p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 1.6;
}

.events-preview-stack {
    display: grid;
    gap: 12px;
}

.events-preview-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.events-preview-row:first-child {
    border-top: 0;
    padding-top: 0;
}

.events-preview-key {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.events-preview-value {
    text-align: right;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    max-width: 220px;
}

.events-highlight-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

.events-highlight-list li {
    display: flex;
    gap: 14px;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
}

.events-highlight-list li+li {
    margin-top: 16px;
}

.events-highlight-list i {
    margin-top: 4px;
}

.events-summary-bar {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    padding: 0 0 28px;
    position: relative;
    z-index: 1;
}

.events-summary-label {
    margin: 0 0 8px;
    color: #032082;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.events-summary-bar h2 {
    margin: 0;
    color: #0f172a;
    font-size: 32px;
    font-weight: 800;
}

.events-summary-copy {
    max-width: 460px;
    margin: 0;
    color: #64748b;
    line-height: 1.7;
}

.event-card {
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
    position: relative;
}

.event-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 50px rgba(15, 23, 42, 0.14);
}

.event-card-media {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #dbe4f3;
}

.event-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.event-card:hover .event-card-media img {
    transform: scale(1.06);
}

.event-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 1px);
}

.event-card-divider {
    width: 56px;
    height: 3px;
    border-radius: 999px;
    margin-bottom: 16px;
    background: linear-gradient(90deg, #032082 0%, rgba(3, 32, 130, 0.12) 100%);
}

.event-card-date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #032082;
    font-size: 14px;
    font-weight: 700;
}

.event-card h3 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.25;
}

.event-card h3 a {
    color: #0f172a;
}

.event-card-copy {
    margin: 0 0 24px;
    color: #64748b;
    line-height: 1.7;
    flex-grow: 1;
}

.event-card-btn {
    align-self: flex-start;
    border-radius: 999px;
    padding: 12px 20px;
    font-weight: 700;
    color: #032082;
    background: rgba(3, 32, 130, 0.08);
}

.event-card-btn:hover,
.event-card-btn:focus {
    color: #fff;
    background: #032082;
}

.events-empty-state {
    text-align: center;
    padding: 64px 24px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.events-empty-icon {
    width: 84px;
    height: 84px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #032082;
    background: rgba(3, 32, 130, 0.08);
    font-size: 30px;
}

.events-empty-state h3 {
    margin-bottom: 10px;
    color: #0f172a;
}

.events-empty-state p {
    margin: 0;
    color: #64748b;
}

@media (max-width: 991px) {
    .events-hero {
        padding-top: 64px;
    }

    .events-hero h1 {
        font-size: 42px;
        max-width: none;
    }

    .events-highlight-card {
        margin-top: 28px;
    }

    .events-preview-value {
        max-width: none;
    }

    .events-summary-bar {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .events-page {
        padding-bottom: 56px;
    }

    .events-hero h1 {
        font-size: 34px;
    }

    .events-hero-copy,
    .events-summary-copy,
    .event-card-copy,
    .events-highlight-list li {
        font-size: 15px;
    }

    .events-summary-bar h2 {
        font-size: 26px;
    }

    .event-card h3 {
        font-size: 21px;
    }

    .events-preview-header {
        align-items: flex-start;
    }

    .events-preview-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .events-preview-value {
        text-align: left;
    }

    .event-card-body,
    .events-highlight-card {
        padding: 20px;
    }

    .events-orb-one {
        width: 220px;
        height: 220px;
    }

    .events-orb-two {
        width: 260px;
        height: 260px;
        right: -120px;
    }
}