/* Tactical Theme for Events and New Initiatives */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap');

:root {
    --tactical-red: #c61732;
    --tactical-dark: #161a33;
    --tactical-green: #00ff41;
    --tactical-border: rgba(198, 23, 50, 0.4);
    --glass-bg: rgba(255, 255, 255, 0.05);
    /* Military palette */
    --olive: #4a5240;
    --olive-light: #6b7a5e;
    --khaki: #c8b89a;
    --sand: #f5f0e8;
    --near-black: #1a1a1a;
    --dark-panel: #1e1e1e;
}

.tactical_page_bg {
    background-color: #fcfcfc;
    overflow-x: hidden;
    /* Match site inner pages (e.g. /initiatives): Avenir stack from site_styles.css */
    font-family: var(--bs-font-avenir), "Avenir", Helvetica, Arial, sans-serif;
}

/* Enforce a single site-consistent family (same as About Us rhythm) */
.tactical_page_bg h1,
.tactical_page_bg h2,
.tactical_page_bg h3,
.tactical_page_bg h4,
.tactical_page_bg h5,
.tactical_page_bg h6,
.tactical_page_bg p,
.tactical_page_bg span,
.tactical_page_bg a,
.tactical_page_bg li,
.tactical_page_bg label,
.tactical_page_bg button,
.tactical_page_bg input,
.tactical_page_bg textarea,
.tactical_page_bg select {
    font-family: var(--bs-font-avenir), "Avenir", Helvetica, Arial, sans-serif !important;
}

/* Body copy: same rhythm as CMS template pages (justified paragraphs, site fonts) */
.tactical_page_bg .evt_prose,
.tactical_page_bg .evt_briefing_desc,
.tactical_page_bg .evt_body_paragraph,
.tactical_page_bg .evt_section_lead,
.tactical_page_bg .evt_dossier_desc {
    font-family: var(--bs-font-avenir-medium), var(--bs-font-avenir), "Avenir", sans-serif;
}

.tactical_page_bg .evt_prose p,
.tactical_page_bg .evt_briefing_desc,
.tactical_page_bg .evt_body_paragraph {
    text-align: justify;
}

/* ===========================
   Hero Section
   =========================== */
.tactical_hero {
    position: relative;
    height: 520px;
    background-image: url('../../../uploads/media/image5.JPG');
    background-size: cover;
    background-position: center 75%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 72px;
    justify-content: center;
    /* No inset vignette — keeps photo visible top to bottom */
    box-shadow: none;
}

.tactical_hero::before {
    content: '';
    position: absolute;
    inset: 0;
    /* Very light wash; most contrast comes from .hero_hud */
    background: linear-gradient(180deg,
            rgba(26, 26, 26, 0) 0%,
            rgba(26, 26, 26, 0.06) 30%,
            rgba(26, 26, 26, 0.14) 50%,
            rgba(26, 26, 26, 0.08) 70%,
            rgba(26, 26, 26, 0.02) 100%);
    z-index: 1;
}

.hero_hud {
    position: relative;
    z-index: 2;
    max-width: min(92vw, 980px);
    padding: 20px 34px;
    background: rgba(26, 26, 26, 0.72);
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
    animation: slideInLeft 0.9s cubic-bezier(0.23, 1, 0.32, 1);
}

.hero_hud h1 {
    font-family: var(--bs-font-avenir-black), var(--bs-font-avenir), "Avenir", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    margin: 0;
    font-size: clamp(28px, 4.1vw, 42px);
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.hero_hud p {
    font-family: var(--bs-font-avenir-medium), var(--bs-font-avenir), "Avenir", sans-serif;
    color: var(--khaki);
    font-weight: 700;
    margin-top: 8px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 4px;
}

/* ===========================
   Common Section Wrappers
   =========================== */
.evt_section {
    padding: 70px 0;
    background: #fff;
}

/* First content band after breadcrumb — aligns with /initiatives page_container rhythm */
.evt_section_intro {
    padding: 50px 0 70px;
}

.evt_section_sand {
    padding: 70px 0;
    background: var(--sand);
}

.evt_section_dark {
    padding: 70px 0;
    background: var(--near-black);
    position: relative;
    overflow: hidden;
}

.evt_section_olive {
    padding: 70px 0;
    background: var(--olive);
    position: relative;
    overflow: hidden;
}

/* Subtle grid overlay for dark sections */
/* Dark section body copy — justified like other inner pages */
.evt_section_dark .evt_dark_prose {
    font-family: var(--bs-font-avenir-medium), var(--bs-font-avenir), "Avenir", sans-serif;
    font-size: 16px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 22px;
    max-width: 820px;
    text-align: justify;
}

.evt_section_dark .evt_dark_prose+.evt_dark_prose {
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.75);
}

.evt_section_dark::before,
.evt_section_olive::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(200, 184, 154, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(200, 184, 154, 0.04) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
}

/* ===========================
   Section Headings
   =========================== */
.evt_section_title {
    font-family: var(--bs-font-avenir-black), var(--bs-font-avenir), "Avenir", sans-serif;
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--near-black);
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
}

.evt_section_title::after {
    content: '';
    display: block;
    margin-top: 10px;
    height: 4px;
    width: 60px;
    background: var(--tactical-red);
}

/* Full-width intro copy under section titles (avoids empty space on the right) */
.evt_section_lead {
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    line-height: 1.85;
    color: #444;
    margin-top: 22px;
    margin-bottom: 0;
    box-sizing: border-box;
    text-align: justify;
    font-family: var(--bs-font-avenir-medium), var(--bs-font-avenir), "Avenir", sans-serif;
}

.evt_section_lead_secondary {
    font-size: 15px;
    color: #666;
    margin-top: 16px;
    margin-bottom: 40px;
    text-align: justify;
    font-family: var(--bs-font-avenir-medium), var(--bs-font-avenir), "Avenir", sans-serif;
}

.evt_section_title_light {
    font-family: var(--bs-font-avenir-black), var(--bs-font-avenir), "Avenir", sans-serif;
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
}

.evt_section_title_light::after {
    content: '';
    display: block;
    margin-top: 10px;
    height: 4px;
    width: 60px;
    background: var(--khaki);
}

.evt_section_subtitle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--tactical-red);
    font-weight: 700;
    margin-bottom: 12px;
}

.evt_section_subtitle_light {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--khaki);
    font-weight: 700;
    margin-bottom: 12px;
}

/* ===========================
   Initiative Navigation Cards
   =========================== */
.evt_initiatives_row {
    --evt-card-radius: 14px;
}

.evt_initiative_nav_head {
    margin-bottom: 18px;
}

.evt_initiative_nav_head p {
    font-family: var(--bs-font-avenir-black), var(--bs-font-avenir), "Avenir", sans-serif;
    margin: 0;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 800;
    color: rgba(26, 26, 26, 0.6);
}

.evt_initiatives_grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.evt_initiative_card {
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.92) 100%);
    border: 1px solid rgba(26, 26, 26, 0.08);
    border-top: 4px solid var(--olive);
    border-radius: var(--evt-card-radius);
    padding: 18px 16px;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 112px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.evt_initiative_card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--tactical-red);
    transition: width 0.35s ease;
}

.evt_initiative_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.14);
    border-color: rgba(198, 23, 50, 0.25);
    border-top-color: var(--tactical-red);
    text-decoration: none;
}

.evt_initiative_card:hover::before {
    width: 100%;
}

.evt_initiative_card_icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    font-size: 15px;
    line-height: 1;
    background: rgba(245, 240, 232, 0.95);
    border: 1px solid rgba(74, 82, 64, 0.18);
    box-shadow: inset 0 0 0 2px rgba(198, 23, 50, 0.06);
    color: var(--olive);
    flex-shrink: 0;
}

.evt_initiative_card_text {
    display: grid;
    gap: 4px;
    text-align: left;
    align-content: start;
    min-height: 0;
}

/* Match title row to cards that have .evt_initiative_card_kicker (e.g. #HIH / #HWW) 
   Kicker (10px) + Gap (4px) = 14px offset for perfect title alignment */
.evt_initiative_card--solo_title .evt_initiative_card_text {
    padding-top: 14px;
}

.evt_initiative_card_kicker {
    font-family: var(--bs-font-avenir-black), var(--bs-font-avenir), "Avenir", sans-serif;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    color: rgba(26, 26, 26, 0.62);
}

.evt_initiative_card_title {
    font-family: var(--bs-font-avenir-black), var(--bs-font-avenir), "Avenir", sans-serif;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: var(--near-black);
    margin: 0;
    line-height: 1.35;
}

.evt_initiative_card:hover .evt_initiative_card_title,
.evt_initiative_card:hover .evt_initiative_card_kicker {
    color: var(--tactical-red);
}

.evt_initiative_card:hover .evt_initiative_card_icon {
    border-color: rgba(198, 23, 50, 0.4);
    color: var(--tactical-red);
}

/* ===========================
   Intro List
   =========================== */
.evt_intro_list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.evt_intro_list li {
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid rgba(200, 184, 154, 0.3);
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.evt_intro_list li::before {
    content: '▶';
    position: absolute;
    left: 0;
    color: var(--khaki);
    font-size: 10px;
    top: 12px;
}

.evt_intro_list li:last-child {
    border-bottom: none;
}

/* ===========================
   Content Panels
   =========================== */
.evt_dark_panel {
    background: rgba(30, 30, 30, 0.9);
    padding: 40px 45px;
    height: 100%;
}

/* ===========================
   Media Frames (Images)
   =========================== */
.evt_media_stack {
    display: grid;
    gap: 18px;
}

.evt_media_frame {
    border: 1px solid rgba(58, 66, 52, 0.65);
    background: rgba(245, 240, 232, 0.6);
    padding: 8px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    position: relative;
    overflow: hidden;
}

.evt_media_frame::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(200, 184, 154, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(200, 184, 154, 0.05) 1px, transparent 1px);
    background-size: 46px 46px;
    opacity: 0.6;
}

.evt_media_img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.evt_media_frame_tall .evt_media_img {
    max-height: 520px;
    width: 100%;
    object-fit: cover;
}

/* A Day with the Soldier: keep image crisp and fully visible */
.evt_day_soldier_media .evt_media_stack {
    gap: 0;
}

.evt_day_soldier_frame {
    padding: 12px;
    background: #fff;
    border: 1px solid rgba(74, 82, 64, 0.08);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.evt_day_soldier_frame::before {
    display: none;
}

.evt_day_soldier_img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    image-rendering: auto;
    filter: none;
}

/* ===========================
   Bootcamp Photo Grid (2×3)
   =========================== */
.bootcamp_photo_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.bootcamp_photo_card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bootcamp_photo_frame {
    position: relative;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(74, 82, 64, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    overflow: hidden;
}

.bootcamp_photo_frame img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.bootcamp_photo_card:hover .bootcamp_photo_frame img {
    transform: scale(1.03);
}

.bootcamp_photo_caption {
    margin-top: 12px;
    font-size: 14px;
    font-style: italic;
    color: #444;
    text-align: center;
    font-family: var(--bs-font-avenir-medium), var(--bs-font-avenir), "Avenir", sans-serif;
    line-height: 1.4;
}

/* Responsive: 2 cols on tablet, 1 col on mobile */
@media (max-width: 991px) {
    .bootcamp_photo_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .bootcamp_photo_grid {
        grid-template-columns: 1fr;
    }
}

/* Day with the Soldier collage: keep tighter and cleaner */
#day-with-soldier .evt_media_stack {
    max-width: 860px;
    margin: 0 auto;
}

#day-with-soldier .evt_day_soldier_frame {
    max-width: 860px;
    margin: 0 auto;
}

#day-with-soldier .evt_day_soldier_img {
    max-width: 100%;
    margin: 0 auto;
}

/* Day with the Soldier: avoid desktop upscaling to prevent blur */
#day-with-soldier .evt_media_stack,
#day-with-soldier .evt_day_soldier_frame {
    max-width: 760px;
}

#day-with-soldier .evt_day_soldier_img {
    width: auto;
    max-width: 100%;
    display: block;
}

.evt_media_panel {
    padding: 34px;
}

.evt_olive_panel {
    background: var(--olive);
    border-left: 5px solid var(--khaki);
    padding: 40px 45px;
    height: 100%;
}

.evt_light_panel {
    background: var(--sand);
    border-left: 5px solid var(--olive);
    padding: 40px 45px;
    height: 100%;
}

/* Bullet list used inside panels */
.evt_bullet_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.evt_bullet_list li {
    padding: 9px 0 9px 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 15px;
    font-family: var(--bs-font-avenir-medium), var(--bs-font-avenir), "Avenir", sans-serif;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    line-height: 1.5;
    text-align: justify;
}

.evt_bullet_list.dark-text li {
    color: var(--near-black);
    border-bottom-color: rgba(0, 0, 0, 0.08);
    font-family: var(--bs-font-avenir-medium), var(--bs-font-avenir), "Avenir", sans-serif;
    text-align: justify;
}

/* Bootcamp outcomes: keep bullets readable without forced word stretching */
.bootcamp_outcomes_list li {
    text-align: left !important;
}

.evt_bullet_list li:last-child {
    border-bottom: none;
}

.evt_bullet_list li::before {
    content: '✦';
    position: absolute;
    left: 0;
    color: var(--tactical-red);
    font-size: 10px;
    top: 10px;
}

.evt_bullet_list.khaki-icon li::before {
    color: var(--khaki);
}

/* ===========================
   Pill Tags (date / venue)
   =========================== */
.evt_pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--olive);
    color: var(--khaki);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 7px 18px;
    border-radius: 0;
    margin-right: 10px;
    margin-top: 10px;
    border-left: 3px solid var(--khaki);
}

.evt_pill i {
    font-size: 13px;
}

/* ===========================
   High-Fidelity Venue Showcase (Calibration)
   =========================== */
.evt_venue_section {
    width: 100%;
    background-color: #ffffff;
    padding: 56px 0 10px;
    position: relative;
    overflow: hidden;
}

.evt_venue_block {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.evt_venue_heading_wrap {
    text-align: center;
    margin-bottom: 22px;
}

.evt_venue_heading {
    margin: 0;
    font-family: var(--bs-font-avenir-black), var(--bs-font-avenir), "Avenir", sans-serif;
    font-size: clamp(18px, 2vw, 24px);
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #1f1f1f;
    font-weight: 900;
}

.evt_venue_heading_rule {
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.evt_venue_heading_rule .rule_dark {
    width: 66px;
    height: 3px;
    background: #3e3e3e;
    display: block;
}

.evt_venue_heading_rule .rule_red {
    width: 18px;
    height: 3px;
    background: #c61732;
    display: block;
}

.evt_venue_header {
    text-align: center;
    margin-bottom: 60px;
    padding: 0 20px;
}

.evt_venue_title {
    font-family: 'Poppins', var(--bs-font-avenir-black), sans-serif;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 6px;
    color: #1a1a1a;
    margin: 0 0 10px 0 !important;
    text-transform: uppercase;
}

.evt_venue_subtitle {
    font-size: 16px;
    color: #333;
    margin: 0 auto;
    max-width: 900px;
    font-family: var(--bs-font-avenir-medium), sans-serif;
}

.evt_venue_panels_container {
    display: flex;
    height: 420px;
    width: 100%;
    gap: 10px;
}

.evt_venue_panel {
    flex: 1;
    position: relative;
    overflow: hidden;
    transition: all 0.55s cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
}

.evt_venue_panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease;
    z-index: 2;
}

/* Precise Reference Color Calibration */
.panel_delhi {
    background-color: #c6bcaf;
}

.panel_delhi::before {
    background: transparent;
}

.panel_hyderabad::before,
.panel_pune::before,
.panel_chennai::before,
.panel_mumbai::before,
.panel_bengaluru::before {
    background: transparent;
}

/* Hover effects */
.evt_venue_panel:hover {
    flex: 1.25;
}

.evt_venue_panel:hover::before {
    background: rgba(0, 0, 0, 0.12);
}

.evt_venue_panel:hover .evt_venue_panel_city {
    letter-spacing: 4px;
}

.evt_venue_content {
    position: absolute;
    bottom: 24px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    color: #fff;
    pointer-events: none;
    transition: transform 0.5s ease;
}

.evt_venue_panel_city {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(16px, 1.25vw, 20px);
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.42);
}

.evt_venue_panel_date {
    display: none;
}

/* Background Images per city */
.panel_delhi {
    background-image: url('../../../uploads/media/Delhi.png');
    background-size: 240%;
    background-position: center 15%;
    background-repeat: no-repeat;
    background-color: #c6bcaf;
    flex: 1 !important;
    border-radius: 8px;
}


.panel_hyderabad {
    background-image: url('../../../uploads/media/Hyderabad.png');
    background-size: 240%;
    background-position: center 15%;
    background-repeat: no-repeat;
    background-color: #aeb19a;
    flex: 1 !important;
    border-radius: 8px;
}

.panel_pune {
    background-image: url('../../../uploads/media/Pune.png');
    background-size: 240%;
    background-position: center 15%;
    background-repeat: no-repeat;
    background-color: #c6bcaf;
    flex: 1 !important;
    border-radius: 8px;
}

.panel_chennai {
    background-image: url('../../../uploads/media/Chennai.png');
    background-size: 240%;
    background-position: center 15%;
    background-repeat: no-repeat;
    background-color: #c6ccc3;
    flex: 1 !important;
    border-radius: 8px;
}

.panel_mumbai {
    background-image: url('../../../uploads/media/Mumbai.png');
    background-size: 320%;
    background-position: center 20%;
    background-repeat: no-repeat;
    background-color: #9fa68a;
    flex: 1 !important;
    border-radius: 8px;
}

.panel_bengaluru {
    background-image: url('../../../uploads/media/Bengaluru.png');
    background-size: 320%;
    background-position: center 20%;
    background-repeat: no-repeat;
    background-color: #b5be9f;
    flex: 1 !important;
    border-radius: 8px;
}


/* Responsive Grid Adjustments */
@media (max-width: 1100px) {
    .evt_venue_panels_container {
        height: auto;
        flex-wrap: wrap;
        gap: 10px;
    }

    .evt_venue_panel {
        flex: 1 0 calc(33.333% - 7px);
        height: 280px;
    }

    .evt_venue_panel:hover {
        flex: 1 0 calc(33.333% - 7px);
    }
}

@media (max-width: 768px) {
    .evt_venue_panels_container {
        height: auto;
    }

    .evt_venue_panel {
        flex: 1 0 100%;
        height: 230px;
    }

    .evt_venue_title {
        font-size: 32px;
    }

    .evt_venue_heading {
        font-size: 16px;
        letter-spacing: 3px;
    }

    .evt_venue_heading_rule {
        margin-top: 10px;
    }

    .evt_venue_heading_rule .rule_dark {
        width: 56px;
        height: 2px;
    }

    .evt_venue_heading_rule .rule_red {
        width: 14px;
        height: 2px;
    }

    .evt_venue_watermark {
        font-size: 100px;
        opacity: 0.05;
    }
}

/* Responsive: Horizontal Scroll on Small Screens */
@media (max-width: 1200px) {
    .evt_venue_panels_container {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 20px;
        -webkit-overflow-scrolling: touch;
        gap: 15px;
    }

    .evt_venue_panels_container::-webkit-scrollbar {
        height: 4px;
    }

    .evt_venue_panels_container::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 4px;
    }
}

/* ===========================
   Mission Dossier Workshops
   =========================== */
/* ===========================
   High-Impact Workshop Dossier (Redesign)
   =========================== */
.evt_workshop_dossier {
    margin-bottom: 110px;
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    overflow: visible;
    /* Allow HUD elements to pop */
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.evt_workshop_dossier:hover {
    transform: translateY(-8px);
    box-shadow: 0 45px 90px rgba(0, 0, 0, 0.08);
}

.evt_workshop_dossier .row {
    align-items: center;
    /* Vertical centering for balance */
}

/* Alternate Layout on Large Screens */
@media (min-width: 992px) {
    .evt_workshop_dossier:nth-child(even) .row {
        flex-direction: row-reverse;
    }

    .evt_workshop_dossier:nth-child(even) .evt_dossier_text_side {
        padding-left: 80px;
        padding-right: 50px;
    }
}

.evt_dossier_text_side {
    padding: 60px 50px;
    position: relative;
    z-index: 5;
}

.evt_dossier_media_side {
    position: relative;
    padding: 30px;
    /* Inset image for balanced framing */
    background: #fdfdfb;
    height: 100%;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.evt_dossier_media_side img {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 440px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
    z-index: 1;
    transition: transform 0.6s ease;
}

.evt_workshop_dossier:hover .evt_dossier_media_side img {
    transform: scale(1.02);
}

/* Tactical HUD elements */
.dossier_hud_corner {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 2px solid var(--tactical-red);
    z-index: 10;
    pointer-events: none;
}

.dossier_hud_corner.top_left {
    top: 20px;
    left: 20px;
    border-right: 0;
    border-bottom: 0;
}

.dossier_hud_corner.top_right {
    top: 20px;
    right: 20px;
    border-left: 0;
    border-bottom: 0;
}

.dossier_hud_corner.bottom_left {
    bottom: 20px;
    left: 20px;
    border-right: 0;
    border-top: 0;
}

.dossier_hud_corner.bottom_right {
    bottom: 20px;
    right: 20px;
    border-left: 0;
    border-top: 0;
}

.evt_dossier_header_wrap {
    margin-bottom: 35px;
}

.evt_dossier_tag {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--tactical-red);
    font-weight: 800;
    margin-bottom: 12px;
    display: block;
}

.evt_dossier_title {
    font-family: var(--bs-font-avenir-black), var(--bs-font-avenir), "Avenir", sans-serif;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    color: var(--near-black);
    line-height: 1.1;
    margin-bottom: 0;
}

.evt_dossier_title span {
    display: block;
    font-size: 14px;
    color: var(--tactical-red);
    letter-spacing: 5px;
    margin-bottom: 15px;
}

.evt_dossier_desc {
    font-size: 16px;
    color: #555;
    line-height: 1.85;
    margin-bottom: 40px;
    font-weight: 500;
    border-left: 4px solid var(--sand);
    padding-left: 20px;
    text-align: justify;
}

.evt_dossier_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.evt_dossier_under_image_grid {
    padding: 15px;
    background: #fafafa;
    flex: 1;
}

.evt_detail_col {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 22px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.evt_detail_col:hover {
    border-color: var(--tactical-red);
    box-shadow: 0 10px 25px rgba(198, 23, 50, 0.08);
    transform: translateY(-2px);
}

.evt_dossier_label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
    font-weight: 800;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.evt_dossier_label i {
    color: var(--tactical-red);
    font-size: 14px;
}

.evt_dossier_val {
    font-size: 15px;
    font-weight: 700;
    color: var(--near-black);
}

.evt_dossier_val.highlight {
    color: var(--tactical-red);
}

.evt_dossier_list_multi {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}

.evt_dossier_list_multi li {
    font-size: 13.5px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 6px;
    font-weight: 600;
    color: #555;
}

.evt_dossier_list_multi li::before {
    content: '▶';
    position: absolute;
    left: 0;
    color: var(--tactical-red);
    font-size: 8px;
    top: 5px;
}


/* Responsiveness helper */
@media (max-width: 991px) {
    .evt_dossier_text_side {
        padding: 40px 30px;
    }

    .evt_dossier_media_side {
        min-height: 350px;
    }

    .evt_dossier_title {
        font-size: 30px;
    }

    .evt_detail_col.full_width {
        grid-column: span 2;
    }

    .evt_dossier_list_multi {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .evt_dossier_grid {
        grid-template-columns: 1fr;
    }

    .evt_detail_col,
    .evt_detail_col.full_width {
        grid-column: span 1;
    }
}

/* Intel Data Decorations Realigned */
.intel_data_decor {
    position: absolute;
    font-family: var(--bs-font-avenir-medium), var(--bs-font-avenir), "Avenir", sans-serif;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    z-index: 5;
    background: var(--near-black);
    padding: 4px 12px;
}

.intel_data_decor.top_right {
    top: 20px;
    right: 20px;
}

.intel_data_decor.bottom_left {
    bottom: 20px;
    left: 20px;
}

/* Cleaned up redundant styles */


/* ===========================
   Tactical Briefing (Intro)
   =========================== */
.evt_briefing_title_wrap {
    margin-bottom: 30px;
    position: relative;
}

.evt_briefing_tag {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--tactical-red);
    font-weight: 800;
    margin-bottom: 12px;
    display: block;
}

.evt_briefing_title {
    font-size: 34px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--near-black);
    display: inline-block;
    padding: 10px 25px;
    background: rgba(245, 243, 238, 0.5);
    position: relative;
    line-height: 1.1;
}

.evt_briefing_desc {
    font-size: 17px;
    line-height: 1.95;
    color: #444;
    margin-top: 25px;
    font-weight: 500;
}

.tactical_page_bg .section_title+.evt_briefing_desc {
    margin-top: 0;
}

/* Grey kicker under section titles — matches inner-page subtitle rhythm */
.evt_section_kicker_grey {
    font-family: var(--bs-font-avenir-medium), var(--bs-font-avenir), "Avenir", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #888;
    font-weight: 800;
    margin-top: 6px;
    margin-bottom: 0;
}

/* Lead paragraphs under H2 blocks (aligned with site inner pages) */
.evt_body_paragraph {
    font-size: 17px;
    line-height: 1.85;
    color: #444;
    margin-top: 25px;
    max-width: none;
}

.evt_section_kicker_grey+.evt_body_paragraph {
    margin-top: 22px;
}

.evt_body_paragraph_sm {
    font-size: 16px;
    line-height: 1.95;
    color: #444;
    margin: 0;
    font-weight: 500;
}

.evt_event_logistics {
    padding: 30px 40px;
    background: #f9f8f4;
    border: 1px solid #e4e0d8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.evt_logistics_heading {
    font-family: var(--bs-font-avenir-black), var(--bs-font-avenir), "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--near-black);
    margin-bottom: 10px;
}

.evt_event_logistics_meta {
    text-align: right;
    flex: 0 1 420px;
    max-width: 100%;
    min-width: 0;
}

.evt_event_logistics_meta p {
    font-family: var(--bs-font-avenir-medium), var(--bs-font-avenir), "Avenir", sans-serif;
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.6;
    text-align: right !important;
}

.evt_event_logistics_meta p.evt_event_logistics_meta_intro {
    margin-bottom: 14px;
}

.evt_event_logistics_meta p.evt_event_logistics_meta_contact {
    margin-bottom: 0;
}

.evt_hw_subheading {
    font-family: var(--bs-font-avenir-black), var(--bs-font-avenir), "Avenir", sans-serif;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--khaki);
    margin-bottom: 18px;
}

/* Page-wide text rhythm aligned to /initiatives-style content flow */
.tactical_page_bg .evt_content_copy,
.tactical_page_bg .evt_dark_copy,
.tactical_page_bg .evt_dark_copy_note,
.tactical_page_bg .evt_dark_note_text {
    font-family: var(--bs-font-avenir-medium), var(--bs-font-avenir), "Avenir", sans-serif;
}

.evt_content_copy {
    font-size: 16px;
    line-height: 1.85;
    color: #444;
    text-align: justify;
    margin: 0;
}

.evt_dark_copy {
    font-size: 16px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.85);
    text-align: justify;
    margin-bottom: 30px;
}

.evt_dark_copy_note {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.82);
    text-align: justify;
}

.evt_dossier_title_light {
    color: #fff;
    font-size: 34px;
    margin-bottom: 25px;
}

.evt_advantage_card_flush {
    margin-top: 0;
}

.evt_dark_panel_compact {
    padding: 25px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
    height: 100%;
}

.evt_dark_panel_heading {
    font-family: var(--bs-font-avenir-black), var(--bs-font-avenir), "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--khaki);
    margin-bottom: 15px;
}

.evt_bullet_list_compact li {
    font-size: 13px;
}

.evt_dark_note_box {
    background: rgba(0, 0, 0, 0.2);
    border-left: 4px solid var(--khaki);
}

.evt_dark_note_text {
    color: rgba(255, 255, 255, 0.85);
    font-size: 13.5px;
    margin: 0;
}

/* Bootcamp collage: improve visibility/readability of individual tiles */
.evt_bootcamp_media_side {
    background: transparent;
    padding: 0;
    min-height: 0;
    align-items: flex-start;
}

.evt_bootcamp_media_side .evt_bootcamp_collage {
    width: 100%;
    height: auto !important;
    max-height: none;
    object-fit: contain;
    display: block;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    image-rendering: auto;
}

.evt_workshop_dossier:hover .evt_bootcamp_media_side .evt_bootcamp_collage {
    transform: none;
}

.evt_bootcamp_text_side {
    padding: 55px 48px;
}

/* Reduce extra whitespace between Bootcamp and Workshops sections */
.evt_bootcamp_block {
    margin-bottom: 24px;
}

.evt_workshops_section {
    padding-top: 30px;
}

/* Workshops section: remove excessive top whitespace in dossier content */
.evt_workshops_section .evt_workshop_dossier .row {
    align-items: flex-start;
}

.evt_workshops_section .evt_dossier_text_side {
    padding-top: 36px;
    padding-bottom: 42px;
}

/* Event List High-Tech */
.evt_intro_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.evt_intro_list li {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    font-family: var(--bs-font-avenir), "Avenir", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}

.evt_intro_list li:last-child {
    border-bottom: none;
}

.evt_intro_list li::before {
    content: '►';
    color: var(--tactical-red);
    font-size: 10px;
}

.evt_intro_list li:hover {
    background: rgba(255, 255, 255, 0.05);
    padding-left: 25px;
    color: var(--sand);
}

.evt_media_panel {
    border-top: 4px solid var(--tactical-red);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* Legacy & Cleanup */
.evt_workshop_block {
    display: none;
}

.evt_workshop_item {
    display: none;
}

/* ===========================
   Three Advantage Cards
   =========================== */
.evt_advantage_card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(200, 184, 154, 0.2);
    border-top: 4px solid var(--khaki);
    padding: 35px 30px;
    height: 100%;
    transition: all 0.3s ease;
}

.evt_advantage_card:hover {
    background: rgba(200, 184, 154, 0.08);
    border-top-color: var(--tactical-red);
    transform: translateY(-4px);
}

.evt_advantage_card h5 {
    color: var(--khaki);
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

.evt_advantage_card p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 1.7;
    text-align: left !important;
}

/* ===========================
   CTA Strip
   =========================== */
.evt_cta_strip {
    background: linear-gradient(135deg, var(--near-black) 0%, var(--olive) 100%);
    padding: 44px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-top: 4px solid var(--tactical-red);
}

.evt_cta_strip::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(200, 184, 154, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(200, 184, 154, 0.04) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
}

.evt_cta_strip h3 {
    font-family: var(--bs-font-avenir-black), var(--bs-font-avenir), "Avenir", sans-serif;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
    font-size: 26px;
}

.evt_cta_strip p {
    font-family: var(--bs-font-avenir-medium), var(--bs-font-avenir), "Avenir", sans-serif;
    color: var(--khaki);
    font-size: 16px;
    max-width: 650px;
    margin: 0 auto 35px;
    text-align: center !important;
    line-height: 1.7;
}

.tactical_btn {
    font-family: var(--bs-font-avenir-black), var(--bs-font-avenir), "Avenir", sans-serif;
    display: inline-block;
    padding: 16px 40px;
    background: var(--tactical-red);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
    font-size: 13px;
    border: none;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    z-index: 2;
}

.tactical_btn:hover {
    background: #a71228;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(198, 23, 50, 0.4);
    text-decoration: none;
}

/* Scanline removed */


@keyframes slideInLeft {
    from {
        transform: translateX(-30px);
        opacity: 0;
    }

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

/* ===========================
   Responsive
   =========================== */
@media (max-width: 768px) {
    .hero_hud {
        width: min(92vw, 620px);
        padding: 16px 20px;
    }

    .hero_hud h1 {
        font-size: 24px;
        letter-spacing: 1.5px;
    }

    .tactical_hero {
        height: 360px;
        background-position: center 75%;
        padding-bottom: 38px;
    }

    .evt_section,
    .evt_section_dark,
    .evt_section_sand,
    .evt_section_olive {
        padding: 45px 0;
    }

    .evt_dark_panel,
    .evt_olive_panel,
    .evt_light_panel {
        padding: 28px 22px;
    }

    .evt_detail_grid {
        grid-template-columns: 1fr;
    }

    .evt_workshop_header {
        padding: 18px 22px;
    }

    .evt_workshop_body {
        padding: 22px;
    }

    .evt_media_frame {
        padding: 6px;
    }

    .evt_day_soldier_frame {
        padding: 8px;
    }

    #bootcamp .evt_media_stack,
    #bootcamp .evt_day_soldier_frame,
    #bootcamp .evt_day_soldier_img {
        max-width: 100%;
    }

    #day-with-soldier .evt_media_stack,
    #day-with-soldier .evt_day_soldier_frame,
    #day-with-soldier .evt_day_soldier_img {
        max-width: 100%;
    }

    .evt_media_frame_tall .evt_media_img {
        max-height: 360px;
    }

    .evt_initiatives_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .evt_initiative_card {
        min-height: 100px;
        padding: 14px 12px;
        gap: 10px;
        border-radius: 12px;
    }

    .evt_initiative_card_icon {
        width: 38px;
        height: 38px;
        font-size: 13px;
    }

    .evt_initiative_card_kicker {
        font-size: 9px;
        letter-spacing: 1.8px;
    }

    .evt_initiative_card--solo_title .evt_initiative_card_text {
        padding-top: 12px;
        /* Kicker (9px) + Gap (3px approx) */
    }

    .evt_initiative_card_title {
        font-size: 12px;
        letter-spacing: 0.5px;
    }

    /* Workshop Dossier Responsive */
    .evt_workshop_dossier {
        margin-bottom: 60px;
    }

    .evt_workshop_dossier .row {
        flex-direction: column-reverse;
    }

    .evt_dossier_media_side {
        min-height: 300px;
    }

    .evt_bootcamp_media_side {
        min-height: 0;
        padding: 0;
    }

    .evt_bootcamp_text_side {
        padding: 40px 25px;
    }

    .evt_bootcamp_block {
        margin-bottom: 12px;
    }

    .evt_workshops_section {
        padding-top: 20px;
    }

    .evt_workshops_section .evt_dossier_text_side {
        padding-top: 28px;
        padding-bottom: 30px;
    }

    .evt_dossier_text_side {
        padding: 40px 25px;
    }

    .evt_dossier_title {
        font-size: 22px;
    }

    .evt_dossier_grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .evt_venue_header {
        margin-bottom: 4px;
    }

    .evt_venue_title {
        font-size: 1.1rem;
        letter-spacing: 0.1em;
    }

    .evt_venue_panels {
        flex-wrap: wrap;
        min-height: 0;
    }

    .evt_venue_panels {
        gap: 6px;
    }

    .evt_venue_panel {
        flex: 1 1 calc(50% - 3px);
        min-width: 140px;
    }

    .evt_venue_panel_top {
        min-height: 120px;
        padding: 14px 6px 6px;
    }

    .evt_venue_bg_text {
        font-size: clamp(0.85rem, 3.8vw, 1.5rem);
        white-space: normal;
        padding: 0 10px;
        line-height: 1.12;
        letter-spacing: 0.02em;
    }
}

@media (max-width: 1100px) and (min-width: 769px) {
    .evt_initiatives_grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* ==================================================
   Initiatives Page Alignment (layout + spacing rhythm)
   ================================================== */
.tactical_page_bg .tactical_hero {
    display: flex;
}

.tactical_page_bg .content_wrapper {
    max-width: 1200px;
}

.tactical_page_bg .small-nav {
    margin-top: 30px;
    margin-bottom: 34px;
}

/* Tighten first content section after breadcrumb, matching /m2c-labs rhythm */
.tactical_page_bg>.content_wrapper+.evt_section_intro {
    padding-top: 14px;
}

.tactical_page_bg .evt_section,
.tactical_page_bg .evt_section_intro,
.tactical_page_bg .evt_section_sand,
.tactical_page_bg .evt_section_dark,
.tactical_page_bg .evt_section_olive,
.tactical_page_bg .evt_workshops_section {
    background: #fff;
    color: #1b1b1b;
    padding: 30px 0;
}

/* Reduce whitespace before final CTA strip */
.tactical_page_bg .evt_workshops_section {
    padding-bottom: 14px;
}

.tactical_page_bg .evt_section_dark::before,
.tactical_page_bg .evt_section_olive::before {
    display: none;
}

.tactical_page_bg .evt_section_title,
.tactical_page_bg .evt_section_title_light {
    font-size: 30px;
    line-height: 40px;
    font-family: var(--bs-font-avenir-black), var(--bs-font-avenir), "Avenir", sans-serif;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    margin: 0 0 20px;
}

.tactical_page_bg .evt_section_title::after,
.tactical_page_bg .evt_section_title_light::after {
    margin-top: 6px;
    width: 100%;
    max-width: 220px;
    height: 2px;
    background: #c61732;
}

.tactical_page_bg .evt_section_kicker_grey,
.tactical_page_bg .evt_hw_subheading,
.tactical_page_bg .evt_dossier_tag,
.tactical_page_bg .evt_initiative_card_kicker {
    color: #666;
    text-transform: none;
    letter-spacing: 0;
}

.tactical_page_bg .evt_briefing_desc,
.tactical_page_bg .evt_body_paragraph,
.tactical_page_bg .evt_body_paragraph_sm,
.tactical_page_bg .evt_dark_prose,
.tactical_page_bg .evt_dark_copy,
.tactical_page_bg .evt_dark_copy_note,
.tactical_page_bg .evt_dossier_desc,
.tactical_page_bg .evt_content_copy {
    color: #1b1b1b;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}

.tactical_page_bg .evt_workshop_dossier,
.tactical_page_bg .evt_bootcamp_block {
    border-radius: 8px;
    border: 1px solid #dddddd;
    box-shadow: none;
    margin-bottom: 50px;
    transform: none;
}

.tactical_page_bg .evt_workshop_dossier:hover {
    transform: none;
    box-shadow: none;
}

.tactical_page_bg .evt_dossier_title,
.tactical_page_bg .evt_dossier_title_light {
    font-size: 30px;
    line-height: 40px;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 16px;
}

.tactical_page_bg .evt_dossier_media_side {
    min-height: auto;
    background: #fff;
}

/* Introduction: landscape photo in white card (match reference layout) */
.tactical_page_bg .evt_section_intro .evt_dossier_media_side.evt_intro_media_card {
    padding: 10px;
    min-height: 0;
    border: 1px solid #ddd;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.tactical_page_bg .evt_section_intro .evt_intro_side_img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center;
    border-radius: 8px;
    box-shadow: none;
}

.tactical_page_bg .evt_media_frame,
.tactical_page_bg .evt_day_soldier_frame {
    border-radius: 8px;
    border: 1px solid #dddddd;
    box-shadow: none;
    background: #fff;
}

.tactical_page_bg .evt_bullet_list li,
.tactical_page_bg .evt_bullet_list.dark-text li {
    color: #1b1b1b;
    border-bottom-color: #e6e6e6;
}

.tactical_page_bg .evt_event_logistics {
    background: #fff;
    border: 1px solid #dddddd;
    box-shadow: none;
}

.tactical_page_bg .evt_pill {
    background: #fff;
    color: #1b1b1b;
    border: 1px solid #dddddd;
    border-left: 3px solid #c61732;
    margin-top: 0;
    margin-right: 0;
}

.tactical_page_bg .evt_event_logistics_meta a {
    color: var(--tactical-red);
    font-weight: 700;
    text-decoration: none;
}

.tactical_page_bg .evt_event_logistics_meta a:hover {
    text-decoration: underline;
}

.tactical_page_bg .evt_advantage_card {
    background: #fff;
    border: 1px solid #dddddd;
}

.tactical_page_bg .evt_advantage_card h5,
.tactical_page_bg .evt_advantage_card p {
    color: #1b1b1b;
}

@media (max-width: 768px) {

    .tactical_page_bg .evt_section,
    .tactical_page_bg .evt_section_intro,
    .tactical_page_bg .evt_section_sand,
    .tactical_page_bg .evt_section_dark,
    .tactical_page_bg .evt_section_olive,
    .tactical_page_bg .evt_workshops_section {
        padding: 25px 0;
    }

    .tactical_page_bg .evt_section_title,
    .tactical_page_bg .evt_section_title_light,
    .tactical_page_bg .evt_dossier_title,
    .tactical_page_bg .evt_dossier_title_light {
        font-size: 26px;
        line-height: 34px;
    }
}