@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&family=Space+Grotesk:wght@300..700&display=swap');

@font-face {
    font-family: 'Frutiger LT Std';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1715376747frutigerltstd-roman-woff21715376747.woff2    ') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1715376747frutigerltstd-roman-woff1715376747.woff   ') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Frutiger LT Std';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1715376746frutigerltstd-black-woff21715376746.woff2    ') format('woff2'),
        url('FrutigerLTStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Frutiger LT Std';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1715376747frutigerltstd-cn-woff21715376747.woff2   ') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1715376746frutigerltstd-cn-woff1715376746.woff  ') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Frutiger LT Std';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1715376747frutigerltstd-lightcn-woff21715376747.woff2  ') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1715376747frutigerltstd-lightcn-woff1715376747.woff ') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Frutiger LT Std';
    src: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1715376746frutigerltstd-bold-woff21715376746.woff2 ') format('woff2'),
        url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1715376746frutigerltstd-bold-woff1715376746.woff    ') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* =========================================
   VARIABLES
========================================= */
:root {
    --nul-primary: #c41230;
    --nul-secondary: #ee2b3b;
    --nul-dark-red: #6E131E;
    --nul-background: #F9F9F9;
    --nul-surface: #FFFFFF;
    --nul-on-surface: #1A1C1C;
    --nul-outline: #E0E0E0;
    --nul-muted: #6b7280;
    --eventFontColor: #000;
    --mainThemeColor: #c41230;
    --mainThemeColor-rgb: 243, 101, 49;
    --mainThemeColor2: #ee2b3b;
    --eventFontColor: #000;
    --overlayHeadingTextColor: #f7f7f7;
    --overlayHeadingTextColor2: rgb(255 255 255 / 10%);
    --eventFontSize: 16px;
    --smalltext: 14px;
    --eventFont: 'Public Sans';
    --eventHeadingFont: "Source Code Pro", monospace;
    --h1FontSize: 90px;
    --h2FontSize: 42px;
    --h3FontSize: 72px;
    --h4FontSize: 22px;
    --h5FontSize: 20px;
    --h6FontSize: 18px;
    --white: #fff;
    --black: #000;
    --yellow: #ffd600;
    --lightGrey: #ddd;
    --darkgrey: #333;
    --halfWidth: 50%;
    --quarterWidth: 75%;
    --faqBgColor: #fafafa;
    --footerBg: #D74B4A;
    --curved: 6px;
    --rounded: 50px;
    --btnFontSize: 22px;
}

body {
    font-family: 'Public Sans', sans-serif;
    background-color: var(--nul-background);
    color: var(--nul-on-surface);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    background-image: radial-gradient(at 0% 0%, hsla(352, 70%, 35%, 0.10) 0px, transparent 50%), radial-gradient(at 100% 100%, hsla(42, 90%, 62%, 0.15) 0px, transparent 50%);
}

body ::selection {
    background-color: var(--nul-secondary);
    color: black;
}

/* =========================================
   TYPOGRAPHY & UTILITIES
========================================= */
.nul-font-headline {
    font-family: 'Space Grotesk', sans-serif;
}

.nul-font-body {
    font-family: 'Public Sans', sans-serif;
}

.nul-font-label {
    font-family: 'Inter', sans-serif;
}

.nul-text-primary {
    color: var(--nul-primary);
}

.nul-text-secondary {
    color: var(--nul-secondary);
}

.nul-text-dark-red {
    color: var(--nul-dark-red);
}

.nul-text-white {
    color: #ffffff;
}

.nul-text-black {
    color: #000000;
}

.nul-text-muted {
    color: var(--nul-muted);
}

.nul-bg-primary {
    background-color: var(--nul-primary);
}

.nul-bg-secondary {
    background-color: var(--nul-secondary);
}

.nul-bg-dark-red {
    background-color: var(--nul-dark-red);
}

.nul-vivid-gradient {
    background: linear-gradient(135deg, var(--nul-primary) 0%, var(--nul-secondary) 100%);
}

.nul-text-transparent {
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nul-vivid-mesh {
    background-image:
        radial-gradient(at 0% 0%, hsla(352, 70%, 35%, 0.10) 0px, transparent 50%),
        radial-gradient(at 100% 100%, hsla(42, 90%, 62%, 0.15) 0px, transparent 50%);
}

.nul-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

.nul-block {
    display: block;
}

.nul-italic {
    font-style: italic;
}

.nul-font-bold {
    font-weight: bold;
}

.nul-text-center {
    text-align: center;
}

.nul-mb-small {
    margin-bottom: 16px;
}

.nul-mb-large {
    margin-bottom: 64px;
}

.nul-mt-small {
    margin-top: 16px;
}

.nul-max-w-center {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL'0, 'wght'400, 'GRAD'0, 'opsz'24;
    vertical-align: middle;
}

/* =========================================
   BUTTONS
========================================= */
.nul-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.nul-btn-primary {
    background-color: var(--nul-primary);
    color: white;
    box-shadow: 0 4px 14px rgba(151, 27, 43, 0.2);
}

.nul-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(151, 27, 43, 0.3);
    color: white;
}

.nul-btn-gradient {
    background: linear-gradient(135deg, var(--nul-primary) 0%, var(--nul-secondary) 100%);
    color: white;
}

.nul-btn-gradient:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(151, 27, 43, 0.3);
    color: white;
}

.nul-btn-large {
    padding: 20px 40px;
    font-size: 18px;
}

.nul-btn-full {
    width: 100%;
    padding: 20px;
    letter-spacing: 0.2em;
}

.nul-btn-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 18px;
    background: none;
    border: none;
    cursor: pointer;
}

.nul-btn-link:hover {
    text-decoration: underline;
}

/* =========================================
   NAVIGATION (Fixed for Bootstrap & Spacing)
========================================= */
.nul-navbar {
    position: fixed;
    top: 0;
    left: 0;
    /* Forces it to the left edge of the screen */
    width: 100vw;
    /* Forces it to take 100% of the viewport width */
    max-width: 100%;
    /* Prevents horizontal scrolling */
    z-index: 1050;
    /* Uses Bootstrap's standard fixed z-index */
    background-color: rgba(249, 249, 249, 0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--nul-outline);
}

.nul-nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    /* Needed for dropdown positioning */
    gap: 16px;
    /* Prevents items from colliding */
}

@media (min-width: 768px) {
    .nul-nav-container {
        padding: 16px 32px;
    }
}

.nul-nav-logo {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    white-space: nowrap;
    /* Stops logo from wrapping */
}

@media (min-width: 768px) {
    .nul-nav-logo {
        font-size: 24px;
    }
}

/* Mobile Menu Button */
.nul-mobile-menu {
    display: block;
    background: none;
    border: none;
    color: var(--nul-primary);
    cursor: pointer;
    padding: 4px;
}

.nul-mobile-menu .material-symbols-outlined {
    font-size: 32px;
}

/* Nav Links - Mobile Dropdown Default */
.nul-nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--nul-surface);
    flex-direction: column;
    padding: 24px;
    gap: 24px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    font-size: 18px;
    border-top: 1px solid var(--nul-outline);
    z-index: 1060;
}

.nul-nav-links.nul-show-mobile {
    display: flex !important;
    /* Force show when toggled */
}

.nul-nav-links a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: var(--nul-on-surface);
    border-bottom: 1px solid var(--nul-outline);
    padding-bottom: 8px;
    white-space: nowrap;
    /* Stops text from wrapping on multiple lines */
}

.nul-nav-links a:hover {
    color: var(--nul-primary);
}

.nul-nav-links a.nul-active {
    color: var(--nul-primary);
    border-bottom: 2px solid var(--nul-primary);
}

.nul-nav-actions {
    display: none;
}

.nul-mobile-nav-btn {
    display: block;
    margin-top: 16px;
    width: 100%;
}

/* Desktop Navigation - Breakpoint shifted to 1100px to allow horizontal breathing room */
@media (min-width: 1100px) {
    .nul-mobile-menu {
        display: none !important;
    }

    .nul-nav-links {
        display: flex !important;
        /* Overrides Bootstrap interference */
        position: static;
        flex-direction: row;
        width: auto;
        background-color: transparent;
        padding: 0;
        box-shadow: none;
        border: none;
        gap: 24px;
        align-items: center;
    }

    .nul-nav-links a {
        border: none;
        padding-bottom: 4px;
    }

    .nul-mobile-nav-btn {
        display: none !important;
    }

    .nul-nav-actions {
        display: block !important;
    }
}

/* =========================================
   HERO SECTION
========================================= */
.nul-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 96px;
    /* padding-bottom: 48px; */
    overflow: hidden;
}

.nul-btn.nul-btn-primary.nul-font-headline {
    font-size: 18px;
}

.nul-hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
}

@media (min-width: 1024px) {
    .nul-hero-grid {
        grid-template-columns: 7fr 5fr;
    }
}

.nul-hero-label {
    display: block;
    font-weight: 900;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 20px;
}

.nul-hero-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 0.85;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    margin-bottom: 32px;
}

.nul-hero-title .nul-block {
    margin-bottom: 8px;
}

.nul-hero-title .nul-text-smaller {
    font-size: 40px;
}

@media (min-width: 768px) {
    .nul-hero-title {
        font-size: 72px;
    }

    .nul-hero-title .nul-text-smaller {
        font-size: 60px;
    }
}

@media (min-width: 1024px) {
    .nul-hero-title {
        font-size: 96px;
        text-align: left;
    }

    .nul-hero-title .nul-text-smaller {
        font-size: 56px;
    }
}

.nul-hero-desc {
    max-width: 672px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 48px;
    border-left: 8px solid var(--nul-secondary);
    padding-left: 24px;
}

.nul-hero-desc p {
    margin-bottom: 16px;
    font-size: 16px;
}

/* Carousel */
.nul-hero-visual {
    display: none;
    position: relative;
    height: 600px;
}

@media (min-width: 1024px) {
    .nul-hero-visual {
        display: block;
    }
}

.nul-intervention-tilt {
    transform: rotate(-3deg);
}

.nul-carousel-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    border: 12px solid white;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: white;
    overflow: hidden;
}

.nul-carousel-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease-in-out;
}

.nul-carousel-slide {
    min-width: 100%;
    height: 100%;
    position: relative;
}

.nul-carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nul-slide-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
}

.nul-carousel-indicators {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 12px;
    z-index: 20;
}

.nul-carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    transition: background-color 0.3s;
}

.nul-carousel-dot.nul-active {
    background-color: var(--nul-secondary);
}

.nul-hero-badge {
    position: absolute;
    bottom: -24px;
    left: -40px;
    background-color: var(--nul-secondary);
    color: var(--white);
    padding: 24px;
    font-weight: 900;
    font-size: 36px;
    z-index: 20;
    border: 4px solid white;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

/* =========================================
   EVENTS SECTION
========================================= */
.nul-events-section {
    padding: 96px 0;
    background-color: var(--nul-surface);
    border-top: 4px solid rgba(224, 224, 224, 0.3);
}

.nul-events-layout {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

@media (min-width: 1024px) {
    .nul-events-layout {
        flex-direction: row;
    }

    .nul-events-sidebar {
        width: 33.333%;
        position: sticky;
        top: 128px;
        align-self: flex-start;
    }

    .nul-events-list {
        width: 66.666%;
        display: flex;
        flex-direction: column;
        gap: 64px;
    }
}

.nul-section-title {
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    line-height: 1;
    margin-bottom: 32px;
}

.nul-section-subtitle {
    font-size: 20px;
    font-weight: 500;
    color: var(--nul-muted);
    margin-bottom: 32px;
}

.nul-events-legend {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.nul-legend-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.nul-legend-line {
    width: 48px;
    height: 8px;
}

.nul-legend-item span {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 900;
    font-size: 14px;
}

.nul-event-card {
    padding: 40px;
    background-color: var(--nul-background);
    border-left: 8px solid;
    border-radius: 0 12px 12px 0;
    transition: box-shadow 0.3s;
}

.nul-event-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.nul-event-card.nul-border-primary {
    border-color: var(--nul-primary);
}

.nul-event-card.nul-border-secondary {
    border-color: var(--nul-secondary);
}

.nul-event-card.nul-border-dark-red {
    border-color: var(--nul-dark-red);
}

.nul-event-number {
    font-size: 60px;
    font-weight: 900;
    display: block;
    margin-bottom: 8px;
    opacity: 0.2;
    transition: opacity 0.3s;
}

.nul-event-card:hover .nul-event-number {
    opacity: 1;
}

.nul-event-title {
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.nul-event-desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
}

/* =========================================
   ARCHITECT YOUR WEEK (GRID)
========================================= */
.nul-architect-section {
    padding: 96px 0;
    background-color: var(--nul-background);
    border-top: 4px solid rgba(224, 224, 224, 0.3);
}

.nul-architect-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
}

@media (min-width: 1024px) {
    .nul-architect-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.nul-track-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.nul-track-header {
    padding: 16px;
    border-radius: 12px 12px 0 0;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.nul-track-header h3 {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
    color: var(--white);
}

.nul-track-header p {
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-top: 4px;
}

.nul-track-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 640px) {
    .nul-track-cards {
        grid-template-columns: 1fr 1fr;
    }
}

.nul-architect-card {
    background-color: var(--nul-surface);
    padding: 32px;
    border-radius: 12px;
    text-align: left;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border-bottom: 4px solid;
    transition: all 0.3s;
    cursor: pointer;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 200px;
}

.nul-architect-card.nul-border-primary {
    border-bottom-color: var(--nul-primary);
}

.nul-architect-card.nul-border-secondary {
    border-bottom-color: var(--nul-secondary);
}

.nul-architect-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.nul-architect-card .nul-icon {
    font-size: 40px;
    margin-bottom: 16px;
    display: block;
    transition: transform 0.3s;
}

.nul-architect-card:hover .nul-icon {
    transform: scale(1.1);
}

.nul-architect-card h4 {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0;
}

/* =========================================
   VIDEO WALL SECTION
========================================= */
.nul-video-section {
    padding: 96px 0;
    background-color: var(--nul-surface);
    border-top: 4px solid rgba(224, 224, 224, 0.3);
}

.nul-video-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 64px;
    gap: 32px;
}

@media (min-width: 768px) {
    .nul-video-header {
        flex-direction: row;
        align-items: flex-end;
    }
}

.nul-video-subtitle {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.6;
}

.nul-video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

@media (min-width: 768px) {
    .nul-video-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

.nul-video-card {
    position: relative;
    aspect-ratio: 9/16;
    background-color: var(--nul-background);
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: 4px solid transparent;
    transition: all 0.3s;
}

.nul-video-card.nul-featured {
    border-color: var(--nul-secondary);
    transform: scale(1.05);
    z-index: 10;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.nul-video-card:hover.nul-hover-primary {
    border-color: var(--nul-primary);
}

.nul-video-card:hover.nul-hover-secondary {
    border-color: var(--nul-secondary);
}

.nul-video-card:hover.nul-hover-dark-red {
    border-color: var(--nul-dark-red);
}

.nul-video-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.nul-video-card:hover img {
    transform: scale(1.1);
}

.nul-video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.nul-video-overlay.nul-dark {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.nul-video-info {
    position: absolute;
    bottom: 24px;
    left: 24px;
    color: white;
}

.nul-video-badge {
    position: absolute;
    top: 24px;
    left: 24px;
    padding: 4px 16px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.05em;
}

.nul-video-username {
    font-weight: 900;
    font-size: 18px;
    margin: 0;
}

.nul-video-caption {
    font-size: 14px;
    opacity: 0.8;
    margin: 0;
}

.nul-video-caption.nul-bold {
    font-weight: 700;
}

/* =========================================
   CALL TO ACTION (FORM)
========================================= */
.nul-cta-section {
    position: relative;
    padding: 128px 0;
    border-top: 4px solid rgba(224, 224, 224, 0.3);
    overflow: hidden;
}

.nul-cta-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 96px;
    position: relative;
    z-index: 10;
}

@media (min-width: 768px) {
    .nul-cta-layout {
        flex-direction: row;
    }

    .nul-cta-text,
    .nul-cta-form-box {
        width: 50%;
    }
}

.nul-cta-title {
    font-size: 72px;
    font-weight: 900;
    line-height: 0.8;
    text-transform: uppercase;
    margin-bottom: 48px;
}

@media (min-width: 768px) {
    .nul-cta-title {
        font-size: 96px;
    }
}

.nul-cta-subtitle {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    opacity: 0.6;
}

.nul-cta-form-box {
    background-color: var(--nul-surface);
    padding: 48px;
    border-radius: 12px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-top: 8px solid var(--nul-secondary);
}

@media (min-width: 1024px) {
    .nul-cta-form-box {
        padding: 64px;
    }
}

.nul-form-title {
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
    padding-bottom: 24px;
    border-bottom: 4px solid var(--nul-outline);
}

.nul-cta-form {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.nul-input-group label {
    display: block;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.4;
    margin-bottom: 4px;
}

.nul-input-group input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 4px solid var(--nul-outline);
    padding: 16px 0;
    font-size: 20px;
    font-weight: 700;
    outline: none;
    transition: border-color 0.3s;
}

.nul-input-group input:focus {
    border-color: var(--nul-primary);
}

.nul-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.nul-tag {
    padding: 8px 16px;
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 4px;
}

/* =========================================
   FOOTER
========================================= */
.nul-footer {
    background-color: #eeeeee;
    padding: 64px 0;
    border-top: 1px solid rgba(151, 27, 43, 0.2);
}

.nul-footer-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

@media (min-width: 768px) {
    .nul-footer-layout {
        grid-template-columns: 1fr 1fr;
    }
}

#top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: var(--white);
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    padding-top: 5px;
    z-index: 45;
    display: none;
    background-color: var(--mainThemeColor);
    font-size: 24px;
    padding-top: 13px;
    border-radius: 5px;
}

/* Footer----------------------------- */
footer {
    background: var(--footerBg);
    padding: 20px 0px;
    position: relative;
    border-top-color: var(--mainThemeColor);
}

.footer-links li {
    display: inline-block;
    position: relative;
}

.footer-links li:after {
    content: "|";
    margin: 0px 5px 0px 12px;
}

.footer-links li:last-child::after {
    margin-right: 0px;
    content: "";
}

.footer-links a {
    font-size: var(--smalltext) !important;
    color: var(--white);
}

.socialIcons {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

.socialIcons li {
    display: inline-block;
    padding-right: 10px;
}

.socialIcons li:last-child {
    padding-right: 0px;
}

.socialIcons li a {
    font-size: 20px;
    color: var(--white);
    text-decoration: none;
}

.socialIcons li a:hover i {
    color: var(--mainThemeColor);
}

.nul-footer-brand h3 {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 24px;
    color: var(--mainThemeColor);
}

.nul-footer-brand p {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.nul-footer-links-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.nul-footer-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nul-footer-links a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--nul-muted);
    transition: color 0.3s;
    text-decoration: none;
}

.nul-footer-links a:hover {
    color: var(--nul-primary);
}

/* =========================================
   MODAL (Position Fix)
========================================= */
.nul-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1050;
    /* Above Bootstrap's usual z-index */
    align-items: center;
    justify-content: center;
    padding: 16px;
    background-color: transparent;
}

.nul-modal.nul-show {
    display: flex;
}

.nul-modal-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
}

.nul-modal-box {
    position: relative;
    background-color: var(--nul-surface);
    width: 100%;
    max-width: 512px;
    border-radius: 12px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-top: 8px solid var(--nul-primary);
    overflow: hidden;
    animation: nulFadeIn 0.3s ease-out forwards;
    margin: auto;
    /* Fallback to guarantee centering */
    z-index: 1051;
}

@keyframes nulFadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.nul-modal-content {
    padding: 32px;
}

.nul-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
}

#modal-date {
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 8px;
}

#modal-title {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0;
}

.nul-btn-close {
    background-color: #f3f4f6;
    color: #9ca3af;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nul-btn-close:hover {
    background-color: #e5e7eb;
    color: var(--nul-primary);
}

.nul-modal-desc {
    font-size: 18px;
    font-weight: 500;
    color: var(--nul-muted);
    line-height: 1.6;
    margin-bottom: 32px;
}

footer.home-footer {
    display: none !important;
}

.nul-cta-form-box {
    height: 500px;
    overflow: auto;
}

/* =========================================
   SCROLL ANIMATIONS & PROGRESS BAR
========================================= */

/* Scroll Progress Line at Top */
.nul-scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background-color: var(--nul-secondary);
    z-index: 1100;
    /* Extremely high to sit on top of everything */
    transition: width 0.1s ease-out;
}

/* Base class for elements waiting to fade up */
.nul-fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Class triggered via JavaScript when in view */
.nul-fade-up.nul-in-view {
    opacity: 1;
    transform: translateY(0);
}

/* Optional Staggering Delays for Grids */
.nul-delay-1 {
    transition-delay: 0.15s;
}

.nul-delay-2 {
    transition-delay: 0.30s;
}

.nul-delay-3 {
    transition-delay: 0.45s;
}

.nul-delay-4 {
    transition-delay: 0.60s;
}

footer div#footer {
    display: none;
}

/* Structural & UI Variables */
--primary-gradient: linear-gradient(135deg, var(--nul-primary) 0%, var(--nul-dark-red) 100%);
--radius-md: 14px;
--radius-pill: 50px;
--transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 2. Base Form Container Styling */
.reg-form-data {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: var(--nul-surface);
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
    color: var(--nul-on-surface);
}

/* 3. Typography & Introductory Text */
.reg-form-data p {
    color: var(--nul-muted);
    line-height: 1.7;
    font-size: 18px;
    margin-bottom: 20px;
}

/* 4. Labels */
.reg-form-data .control-label {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
    color: var(--nul-on-surface);
}

/* Match the required asterisk to your primary red */
.reg-form-data .control-label.required::after {
    content: ' *';
    color: var(--nul-primary);
}

/* 5. Inputs & Textareas */
.reg-form-data .form-control {
    width: 100%;
    padding: 16px 20px;
    border-radius: var(--radius-md);
    border: 2px solid var(--nul-outline);
    background-color: var(--nul-background);
    font-size: 18px;
    font-family: inherit;
    color: var(--nul-on-surface);
    transition: var(--transition);
    box-shadow: none;
}

/* Beautiful Focus State using NUL Primary */
.reg-form-data .form-control:focus {
    outline: none;
    border-color: var(--nul-primary);
    background-color: var(--nul-surface);
    box-shadow: 0 0 0 4px rgba(151, 27, 43, 0.15);
    /* 15% opacity of #971B2B */
}

.reg-form-data .form-control::placeholder {
    color: var(--nul-muted);
}

/* 6. Custom Dropdowns (Select) */
.reg-form-data select.form-control {
    height: calc(2.75em + .25rem + 6px) !important;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 18px;
    padding-right: 45px;
    cursor: pointer;
}

/* 7. Checkboxes */
.radio_and_checkbox_element {
    margin-top: 10px;
}

.radio-block-all {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.radio-block-all div {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.radio-block-all input[type="checkbox"] {
    width: 22px;
    height: 22px;
    accent-color: var(--nul-primary);
    cursor: pointer;
    margin-top: 2px;
}

.radio-block-all label {
    cursor: pointer;
    line-height: 1.6 !important;
    color: var(--nul-on-surface);
    font-weight: 500 !important;
}

/* 8. File Upload Button */
.reg-form-data input[type="file"] {
    padding: 12px;
    border: 2px dashed var(--nul-outline);
    background-color: var(--nul-background);
    border-radius: var(--radius-md);
    width: 100%;
    cursor: pointer;
    transition: var(--transition);
}

.reg-form-data input[type="file"]:hover {
    border-color: var(--nul-primary);
    /* A very light wash of the NUL primary red for hover */
    background-color: #fcf4f5;
}

/* 9. The Submit Button */
.reg-form-data .btn-primary {
    background: var(--primary-gradient);
    color: var(--nul-surface);
    border: none;
    padding: 18px 40px;
    border-radius: var(--radius-pill);
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    transition: var(--transition);
    margin-top: 30px;
    text-transform: none;
}

.reg-form-data .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(110, 19, 30, 0.35);
    /* 35% opacity of NUL Dark Red */
}

.reg-form-data .btn-primary:active {
    transform: translateY(0);
}

.reg-form-data .col-12 input[type=submit] {
    width: 31%;
    height: auto !important;
    border-radius: 7px;
    font-weight: 600;
    font-size: 18px !important;
}

/* =========================================
   MAGNETIC BUTTON MICRO-INTERACTION
========================================= */
.nul-magnetic {
    /* When the mouse leaves, it springs back smoothly */
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* Ensures the button stays above other elements when moving */
    position: relative;
    z-index: 10;
}

.nul-magnetic:hover {
    /* When hovering, we use a much faster transition so it closely tracks the mouse */
    transition: transform 0.1s ease-out;
    /* Optional: Add a slight scale-up effect for extra punch */
    transform: scale(1.05);
}

/* Background Gradient exactly like screenshot */
.video-section-wrapper {
    background: linear-gradient(135deg, #fdf2f8 0%, #ffffff 50%, #f0f9ff 100%);
    padding: 120px 0;
}

/* Typography */
.video-title {
    font-family: var(--eventHeadingFont); /* Serif font for elegance */
    font-size: 56px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.video-subtitle {
    font-size: 20px;
    color: #888;
    font-weight: 400;
    margin-bottom: 80px;
}

/* The Capsule/Oval Shape */
.video-capsule {
    position: relative;
    width: 100%;
    height: 210px; /* Exact height for the oval look */
    border-radius: 200px; /* This makes it a pill/capsule shape */
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    background: #000;
}

.video-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
    transition: all 0.5s ease;
}

/* Side Items (Grayscale by default like image) */
.item-side .video-img {
    filter: grayscale(100%);
}

/* Center Item (Special Border & Glow) */
.item-center {
    border: 10px solid #ffffff;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    transform: scale(1.1); /* Center one is slightly bigger */
    z-index: 10;
}

.item-center .video-img {
    filter: grayscale(0%);
}

/* Play Button Styling (Semi-Transparent White) */
.play-btn-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-btn-circle {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.9); /* Glass effect */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.play-btn-circle i {
    color: #c31432; /* Deep red/pink icon */
    font-size: 24px;
    margin-left: 5px; /* Alignment fix for play triangle */
}

/* --- HOVER ANIMATIONS --- */

/* 1. Zoom effect on Hover */
.video-capsule:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 30px 60px rgba(0,0,0,0.2);
}

.item-center:hover {
    transform: translateY(-10px) scale(1.15); /* Center zooms even more */
}

/* 2. Color Transition */
.video-capsule:hover .video-img {
    filter: grayscale(0%) brightness(1.1);
    opacity: 1;
}

/* 3. Play Button Pulse */
.video-capsule:hover .play-btn-circle {
    transform: scale(1.2);
    background: #ffffff;
}

/* Responsive */
@media (max-width: 767px) {
    .video-grid-row { display: block; }
    .video-capsule { margin-bottom: 30px; height: 250px; }
    .item-center { transform: scale(1); }
    .video-title { font-size: 36px; }
}

.vfairsBtn {
    padding: 12px 55px;
    margin: 30px 5px;
    display: inline-block;
    font-size: var(--btnFontSize);
    font-weight: 700;
    border: 2px solid transparent;
    font-family: var(--eventFont);
    background-color: var(--white);
    color: var(--nul-primary);
    border-radius: 4px;
}

.whiteBtn.vfairsBtn:hover {
    color: var(--nul-secondary) !important;
    text-decoration: none;
    background-color: var(--black);
}

.announcement-sec {
    padding: 50px;
    background: var(----nul-primary);
    position: relative;
}

.announcement-sec::before {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    content: "";
    background-image: -webkit-linear-gradient(left, var(--nul-primary) 0%, var(---nul-secondary) 100%);
    background-image: linear-gradient(to right, var(--nul-primary) 0%, var(--nul-secondary) 100%);
    position: absolute;
    opacity: .4;
}

.announcement-sec h4 {
    font-size: 32px;
    line-height: 35px;
}

.announcement-sec p {
    font-size: 22px;
    color: #fff;
}

p.speaker-title {
    font-size: 16px;
    font-weight: 300;
}

.announcement-sec {
    background: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1715196730artboard-2-png1715196730.png ');
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: top;
}

section.announcement-sec .col-md-3 {
    display: none;
}

@media (max-width: 767px) {

    .announcement-sec h4 {
        font-size: 20px !important;
    }

    .announcement-sec p {
        font-size: 18px !important;
        text-align: center;
    }
}





/* Agenda-------------------------------------------- */
#agenda {
    background: #C41230 url("https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1715384972drumer-image-jpg1715384972.jpg    ")no-repeat center;
    background-size: cover;
    /* padding-bottom: 450px; */
    position: relative;
}

#agenda::before {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    content: "";
    position: absolute;
    opacity: 0.6;
    background: #C41230;
}

#agenda ul.nav.nav-tabs {
    display: none;
}

#agenda h3.main-title {
    font-size: var(--h3FontSize);
    color: var(--white);
    text-align: left;
}

#agenda section .container>h3 {
    display: none;
}

#agenda h3 {
    font-size: var(--h4FontSize);
    font-weight: 600;
    font-size: 30px;
}

#agenda section {
    background: none !important;
}

#agenda .nav-tabs>li>a {
    color: var(--mainThemeColor) !important;
    background-color: var(--white) !important;

}

#agenda .nav>li>a:hover,
.nav>li>a:focus {

    color: var(--mainThemeColor) !important;
}

#agenda .agenda-style-6 .time-box,
#agenda .nav-tabs>li.active>a,
#agenda .nav-tabs>li.active>a:hover,
#agenda .nav-tabs>li.active>a:focus {
    background: var(--mainThemeColor) !important;
    color: var(--white) !important;

}
.agenda-style-6 .detail-box .row .col-md-9 {

    background: #fff;
}

.agenda-style-6 .row {
    margin-bottom: 22px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    align-content: center;
}

.agenda-style-6 .time-box {
    padding: 10px;
    background: #e3006a;
    color: #ffffff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px 0px 0px 10px;
}

#agenda .agenda-style-6 .time-box span {
    font-size: 22px;
    font-weight: 500;
}

#agenda .agenda-style-6 .yellow {
    background: #fbad18 !important;
    color: #000 !important;
}

#agenda .agenda-style-6 .blue {
    background: #043673 !important;
    color: #fff !important;
}

#agenda .agenda-style-6 .purple {
    background: #9e489b !important;
    color: #fff !important;
}

#agenda .agenda-style-6 .green {
    background: #00a65a !important;
    color: #fff !important;
}

.agenda-style-6 .detail-box p {

    display: none;
}

.agenda-style-6 .detail-box {
    border-radius: 0px 10px 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 8px;
}

.agenda-style-6 .detail-box .row {
    color: #000;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
}

.agenda-style-6 .detail-box .row .col-md-9 {

    background: #fff;
}


.agenda-style-6 .detail-box .row h3 {
    margin: 0;
    cursor: pointer;
}

.agenda-style-6 .detail-box p {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 22px;
}

.agenda-style-6 .detail-box p strong {
    margin-bottom: 0px;
    display: inline-block;
}

.agenda-style-6 .detail-box .designation {
    font-size: 13px;
}

.agenda-style-6 .detail-box .webinarsdescription p {
    margin-bottom: 10px;
    line-height: 20px;
}

.agenda-style-6 .detail-box .row h3 {
    margin: 0;
    font-size: 18px !important;
    padding: 20px 0;
}

.agenda-style-6 .detail-box .sessionTime {
    /* padding: 19px 10px 0 10px; */
    background-color: var(--mainThemeColor);
    border-radius: 0 10px 10px 0;
    font-size: 15px;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agenda-style-6 .detail-box .row .col-md-3 {
    padding: 0;
    text-align: center;
    color: #fff;
    height: 100%;
}

.agenda-style-6 .detail-box .row {
    margin: 0;
    margin-bottom: 6px;
}

.agenda-style-6 .detail-box .row:last-child {
    margin: 0;

}

.agenda-style-6 .detail-box .row .col-md-9 {

    background: #fff;
}



@media screen and (max-width: 992px) {
    .agenda-style-6 .row {
        align-items: center !important;
        margin-bottom: 0;
    }

    .agenda-style-6 .detail-box .row .col-md-9 {
        width: 100%;
    }
    .agenda-style-6 .detail-box .sessionTime {
        padding: 10px 0;
    }

    .agenda-style-6 .detail-box {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .agenda-style-6 .detail-box .row .col-md-9 {
        width: 100%;
    }

    .agenda-style-6 .detail-box .row .col-md-3 {
        width: 100%;

    }

    .agenda-style-6 .detail-box .sessionTime {
        border-radius: 0 0px 10px 0 !important;
    }
}

@media (max-width: 767px) {
    .agenda-style-6 .detail-box {
        border-radius: 0px 0px 10px 10px;
    }

    #agenda {

        padding-bottom: 50px;
    }
}




