/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
 @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
:root {
    --font-color: #222;
    --primary: #001344;
    --primary-button: #e3c038;
    --primary-button-dark: #ad8f18;
    --secondary: #f0f0f0;
    --warning-bg: #e3c138bb;
    --required-bg: #e3c1382a;
    --error: #e3312d;
    --background: #eee;
  --highlight: #ffda79;
  /* Theme color */
  --theme: var(--primary);
  /* Hero section colors */
  --jcon-bg: #0b1c3f;
  --jcon-accent: #ff3b3f;
  --makeit-bg: #150c30;
  --makeit-accent: #ff2c7a;
  --hero-bar-bg: #050816;
  --cfp-bar-bg: #111827;
  --text-main: #f9fafb;
  --text-muted: #d1d5db;
  --btn-radius: 999px;
  --layout-max-width: 1200px;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Nunito Sans", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: var(--font-color);
}

hr {
    max-width: 50px;
    border-color: var(--primary);
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

hr.full {
    max-width: 100%;
    border-width: 1px;
}

a {
    /* color: var(--primary); */
    color: inherit;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: var(--primary-button-dark);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito Sans", "Helvetica Neue", Arial, sans-serif;
    line-height: 1.4em;
}

strong {
    font-weight: 600;
}

.form-control {
    border-radius: 0;
}

p {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.5;
}

button i {
    margin-right: 5px;
}

.float-right {
    float: right;
}

.text-muted {
    opacity: 0.55;
    color: inherit;
}

.text-faded {
    color: var(--font-color) !important;
    opacity: 0.75;
}

/* primary */
.bg-primary {
    background-color: var(--primary);
}

.bg-primary a:not(.btn) {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: underline;
}

.bg-primary a:not(.btn):hover {
    color: var(--primary-button);
}

.bg-primary .text-muted,
.bg-primary .text-faded {
    color: rgba(255, 255, 255, 0.7) !important;
}

.bg-primary .text-faded {
    opacity: 0.9;
}

.bg-primary .text-muted {
    opacity: 0.8;
}

/* secondary */
.bg-secondary {
    background-color: var(--secondary);
    /* color: #000; */
    color: var(--font-color);
}

.bg-secondary a:not(.btn) {
    text-decoration: underline;
}

.bg-secondary a:not(.btn):hover {
    color: var(--primary-button);
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.bg-warning {
    background-color: var(--warning-bg);
}

.bg-dark a:not(.btn) {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: underline;
}

.bg-dark a:hover {
    color: rgba(255, 255, 255, 1);
}

.bg-dark .text-faded {
    color: rgba(255, 255, 255, 0.9) !important;
}

.bg-dark .btn {
    color: #000;
}

.warning {
    padding: 10px;
    text-align: center;
}

section {
    padding: 100px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

/* tooltips */
label i.fa-info-circle,
th i.fa-info-circle {
    position: relative;
    margin-left: 10px;
}

span[data-tooltip] {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

span[data-tooltip]::before {
    content: attr(data-tooltip);
    font-family: "Nunito Sans", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.3em;
    position: absolute;
    display: none;

    /* vertically center */
    top: 50%;
    transform: translateY(-50%);

    /* move to right */
    left: 100%;
    margin-left: 15px; /* and add a small left margin */

    /* basic styles */
    width: 250px;
    padding: 10px 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
    z-index: 100000000;
}

th span[data-tooltip]::before {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
}

span[data-tooltip]:hover::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

th span[data-tooltip]:hover::after {
    content: " ";
    position: absolute;
    top: 10px; /* At the top of the tooltip */
    right: 0;
    left: 50%;
    margin-left: -5px;
    margin-top: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

span[data-tooltip]:hover::before {
    display: block;
}

/* video */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    margin-bottom: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* battleship */
input[required] {
    background-color: var(--required-bg);
}

input.ng-touched.ng-invalid {
    border: 1px solid var(--error);
}

p.error {
    background-color: var(--warning-bg);
    font-size: 14px;
    padding: 6px 12px;
}

.faq p {
    font-size: 16px;
}

#battleship-coding-contest-player .modal-body p {
    font-size: 15px;
}

#battleship-coding-contest-prices img {
    padding: 20px;
    max-width: 100%;
    max-height: 160px;
    transition: all 0.3s ease-out;
}

#battleship-coding-contest-prices img.basta {
    max-height: 120px;
}

#battleship-coding-contest-prices p.text-center {
    font-weight: bold;
}

#battleship-coding-contest-prices img:hover {
    transform: scale(1.1);
}

/* tables */
.table > thead > tr > th {
    border-bottom: 1px solid #555;
}

.table > tbody > tr > td {
    border-top: 1px solid #555;
}

section.bg-dark .table > tbody > tr > td {
    border-top: 1px solid #777;
}

/* nav */
#mainNav {
    box-shadow: 2px 2px 15px 7px rgba(0, 0, 0, 0.05);
}

.navbar-default {
    /* border-color: rgba(255, 255, 255, .3);
    background-color: transparent; */
    border-color: rgba(34, 34, 34, 0.05);
    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
    background-color: #fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.navbar-brand {
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    /* color: var(--primary); */
    color: rgba(255, 255, 255, 0.7);
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    /* color: #0288d1; */
}

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    /* color: #222; */
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    /* color: var(--primary); */
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: var(--primary-button) !important;
    background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent;
}

@media (max-width: 767px) {
    .table td,
    .table th {
        display: block;
        height: auto !important;
        overflow: hidden;
    }
}

/* #page .navbar-default.affix, #page .navbar-default.affix-top {
    border-color: rgba(34, 34, 34, .05);
    background-color: #fff;
} */

@media (min-width: 768px) {
    .navbar-default {
        border-color: rgba(255, 255, 255, 0.3);
        background-color: transparent;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255, 255, 255, 0.7);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #a74c4c;
    }

    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
        color: rgba(255, 255, 255, 0.7);
    }

    .navbar-default .nav > li > a:hover,
    .navbar-default .nav > li > a:focus:hover {
        color: #b83a3a;
    }

    .navbar-default.affix,
    #page .navbar-default.affix-top {
        border-color: rgba(34, 34, 34, 0.05);
        background-color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand,
    #page .navbar-default.affix-top .navbar-header .navbar-brand {
        font-size: 14px;
        color: var(--primary-button);
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    #page
        .navbar-default.affix-top
        .navbar-header
        .navbar-brand:hover
        .navbar-default.affix
        .navbar-header
        .navbar-brand:focus,
    #page .navbar-default.affix-top .navbar-header .navbar-brand:focus {
        color: #0288d1;
    }

    .navbar-default.affix .nav > li > a,
    #page .navbar-default.affix-top .nav > li > a,
    .navbar-default.affix .nav > li > a:focus,
    #page .navbar-default.affix-top .nav > li > a:focus {
        color: #222;
    }

    .navbar-default.affix .nav > li > a:hover,
    #page .navbar-default.affix-top .nav > li > a:hover,
    .navbar-default.affix .nav > li > a:focus:hover,
    #page .navbar-default.affix-top .nav > li > a:focus:hover {
        color: var(--primary-button);
    }
}

header {
    position: relative;
    width: 100%;
    min-height: 650px;
    /* min-height: auto; */
    text-align: center;
    color: #fff;
    backdrop-filter: grayscale(30%);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin-top: 5rem;
}

header .header-content {
    /* position: relative;
    padding: 100px 15px;
    text-align: center; */
    position: absolute;
    width: 100%;
    top: 50%;
    height: 100%;
    /* padding: 0 50px; */
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p.title {
    margin-top: 50px;
    font-weight: 300;
    font-size: 26px;
}

header .header-content .header-content-inner p.date {
    margin-bottom: 50px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

header .subtitle {
    font-size: 22px;
}

header .fa-chevron-circle-down {
    margin-right: 5px;
}

@media (min-width: 768px) {
    header {
        min-height: 100%;
        margin-top: 0rem !important;
    }

    header .header-content {
        position: absolute;
        padding: 0 0px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 24px;
    }

    header .header-content .header-content-inner p.title {
        font-weight: 300;
        font-size: 44px;
        line-height: 80px;
    }
}

.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media (min-width: 992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(240, 95, 64, 0.9);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: "Nunito Sans", "Helvetica Neue", Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: var(--primary-button);
}

.no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.btn {
    padding-left: 25px;
    padding-right: 25px;
    text-decoration: none;
}

.btn-default {
    border-color: var(--secondary);
    color: #000 !important;
    border-width: 1px;
    border-style: solid;
    background-color: var(--secondary);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: var(--primary-button-dark);
    color: #000;
    background-color: var(--primary-button-dark);
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #e3c038;
    background-color: #e3c038;
    color: #000;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    text-decoration: none !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: var(--primary-button-dark);
    color: #000;
    background-color: var(--primary-button-dark);
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: var(--primary-button);
    background-color: var(--primary-button);
}

.btn-primary .badge {
    color: var(--primary-button);
    background-color: #fff;
}

.btn-info {
    border-color: #d0d0d0;
    color: #000;
    background-color: #d0d0d0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #aaa;
    color: #000;
    background-color: #aaa;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: "Nunito Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

.btn-success {
    background-color: #4ca30a;
    border-color: #4ca30a;
    text-decoration: none !important;
}

.btn-success:hover {
    background-color: #3a7d07;
    border-color: #3a7d07;
}

.discord-button {
    margin-top: 10px;
}

.discord-button img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}

#map {
    height: 500px;
    overflow: visible;
    position: relative;
}

#mce-error-response {
    margin-top: 20px;
    padding: 12px;
    background-color: var(--primary-button);
    color: #555;
}

#mce-success-response {
    margin-top: 20px;
    padding: 12px;
    background-color: #82d10a;
    color: #555;
}

#mce-error-response a,
#mce-success-response a {
    color: #555;
}

/* Modal */
.modal-content {
    border-radius: 0;
}

.modal h4 {
    font-weight: bold;
}

/* Hero */
.hero-image {
    max-height: 25vh;
    max-width: 90vw;
}

.gather-town-link {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.05em;
    padding-left: 60px;
    padding-right: 60px;
}

@media (max-width: 767px) {
    .gather-town-link {
        font-size: 15px;
        padding-left: 20px;
        padding-right: 20px;
        letter-spacing: normal;
        font-weight: 700;
    }
}

.gather-town-link i {
    margin-right: 20px !important;
}

.join-us {
    color: var(--primary-button);
    font-weight: bold;
    font-size: 30px;
    margin-top: 40px;
}

/* About */
#about hr,
#junior-bootcamp hr {
    border-color: var(--primary-button);
    border-width: 2px;
}

#about hr:first-of-type,
#junior-bootcamp hr:first-of-type {
    border-color: #000;
    border-width: 3px;
}

#about p.text-faded {
    font-size: 16px;
}

/* Sponors */
.sponsors p {
    font-size: 16px !important;
    color: #777;
}

.sponsors img {
    max-width: 250px;
    width: 80%;
    margin-bottom: 20px;
}

.sponsors img.prio1 {
    max-width: 400px;
    width: 80%;
}

.sponsors img.prio3 {
    max-width: 250px;
    width: 80%;
}

.sponsors img.prio4 {
    max-width: 240px;
    width: 80%;
}

.sponsors img.prio5 {
    max-width: 180px;
    width: 80%;
}

.sponsors a img {
    transition: all 0.4s ease-in-out;
}

.sponsors a img:hover {
    transform: scale(1.1);
}

.sponsor {
    padding-top: 40px;
    margin-top: -40px;
}

.sponsor-type {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 26.4px;
    font-weight: lighter;
}

.sponsor-overview h3.sponsor-type {
    margin-top: 30px;
    margin-bottom: 30px;
}

.sponsor-logo {
    margin-top: auto;
    margin-bottom: auto;
}

/* Speakers */
.sessions .row {
    padding-top: 30px;
    margin-top: -30px;
}

.sessions .text-muted,
.sessions .text-muted p,
.speakers .text-muted {
    font-size: 16px;
}

.streaming-link {
    border-radius: 30px;
}

.equal2 {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.sessions .bio {
    font-weight: 300;
}

.sessions .btn-info,
.schedule-session .btn-primary {
    margin-right: 10px;
}

.sessions h4,
.schedule-session h4 {
    margin-top: 30px;
}

.sessions .avatar img,
.speakers .avatar img,
.speaker .avatar img,
.schedule-speaker .avatar img {
    width: 100%;
    max-width: 160px;
    border-radius: 50%;
    margin-top: 20px;
    box-shadow: 2px 2px 15px 7px rgba(0, 0, 0, 0.05);
}

.modal-dialog .speaker .avatar img {
    float: right;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.modal-dialog .bio,
.modal-dialog .bio p {
    font-size: 15px;
}

.schedule-speaker .avatar img {
    float: right;
    margin-left: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.speakers .speaker {
    cursor: pointer;
}

.speaker {
    margin-bottom: 20px;
}

.speaker .link {
    margin-bottom: 2px;
    overflow: hidden;
}

.speaker .link i {
    margin-right: 10px;
}

.speaker .sessions a {
    font-size: 14px;
}

/* Contact */
#contact h3 {
    font-size: 20px;
}

#contact p {
    font-size: 15px;
}

#mc_embed_signup input[type="submit"] {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.discord-link img {
    width: 22px;
}

.email-link,
.discord-link {
    line-height: 28px;
}

.discord-link img,
.email-link i {
    margin-right: 8px;
}

/* Schedule */
#schedule .btn-default {
    margin-top: 20px;
    margin-bottom: 20px;
}

.schedule {
    margin-top: 20px;
}

.schedule td.visible-xs,
.schedule th.visible-xs {
    display: none !important;
}

.schedule th {
    white-space: nowrap;
}

.schedule tr.service-session td {
    background-color: rgba(255, 255, 255, 0.1);
}

.schedule td.service-session {
    font-size: 16px;
    vertical-align: middle;
}

.schedule .service-session-time {
    margin-right: 15px;
}

.schedule .session {
    font-size: 15px;
}

.schedule .session .label {
    margin-right: 5px;
    display: block;
    margin-bottom: 8px;
    text-align: left;
}

.schedule .session-link {
    cursor: pointer;
}

.schedule .session a {
    text-decoration: none;
}

.schedule .timeslot {
    font-size: 12px;
    /* opacity: 0.66; */
}

.schedule .language,
.sessions .language {
    float: right;
    font-weight: 300;
    margin-top: 1px;
}

.schedule .speaker {
    padding-top: 10px;
    font-size: 12px;
}

.schedule .speaker span[onclick] {
    cursor: pointer;
}

.schedule .speaker span[onclick]:hover,
.schedule .session a:hover {
    text-decoration: underline;
}

.schedule .calendar {
    padding-top: 10px;
    font-size: 12px;
}

.schedule .calendar a {
    cursor: pointer;
}

.schedule .calendar a:hover {
    text-decoration: underline;
}

.schedule tr {
    height: 1px;
}

.schedule td {
    height: inherit;
}

.schedule .links,
.sessions .links {
    margin-block-end: 1em;
}

.schedule .links a,
.sessions .links a {
    line-height: 1.6em;
}

.schedule .links a {
    font-size: 12px;
}

.schedule .streaming-link,
.sessions .streaming-link {
    /* text-align: center; */
    cursor: pointer;
}

.schedule .streaming-link a,
.sessions .streaming-link a {
    padding: 2px 10px;
    border-radius: 10px;
    background-color: #2980b9;
}

#schedule .changed-sessions p {
    font-size: 15px;
}

.sessions .links a {
    font-size: 14px;
}

.schedule-junior .calendar-link {
    margin-top: 10px;
    margin-bottom: 10px;
}

.schedule-junior .btn {
    margin-right: 20px;
}

.btn i,
.schedule .links a i,
.sessions .links a i,
.sessions .calendar-link a i,
.schedule-session .links a i,
.schedule-junior a i {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .schedule:not(.schedule-junior) tr td:first-of-type {
        font-weight: bold;
        background-color: #444;
    }

    .schedule td.visible-xs,
    .schedule th.visible-xs {
        display: block !important;
    }
}

.footer-content {
    padding-left: 0;
}

.footer-content li {
    list-style-type: none;
}

.covid {
    color: yellow;
}

/* schedule junior */
#schedule-junior .description,
#schedule-junior .description p {
    font-size: 15px !important;
}

#schedule-junior .streaming-link {
    font-size: 14px;
    padding: 2px 10px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
}

.junior-bootcamp p {
    font-size: 16px;
}

/* single page */
.single-page h2:not(.section-heading) {
    text-align: center;
    margin-top: 0;
}

.single-page h2:not(.section-heading)::after {
    content: "";
    width: 50px;
    height: 3px;
    background-color: var(--primary);
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.single-page p,
.single-page li {
    font-size: 16px;
    color: rgb(119, 119, 119);
}

figure.flex {
    margin-bottom: 20px;
}

figure.flex img {
    width: 100%;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: 500px;
    margin-bottom: 60px;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    z-index: 10;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel .item {
    height: 500px;
    background-color: #777;
  }
  .carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
  }
/**************************** ACCORDION *******************************/

/* Core styles/functionality */
.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  .tab__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
  }
  .tab input:checked ~ .tab__content {
    max-height: 100rem;
  }
  
  /* Visual styles */
  .accordion {
    color: var(--theme);
    border: 2px solid;
    border-radius: 0.5rem;
    overflow: hidden;
  }
  .tab__label,
  .tab__close {
    display: flex;
    color: white;
    background: var(--theme);
    cursor: pointer;
  }
  .tab__label {
    justify-content: space-between;
    padding: 1rem;
  }
  .tab__label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transform: rotate(90deg);
    transition: all 0.35s;
  }
  .tab input:checked + .tab__label::after {
    transform: rotate(270deg);
  }
  .tab__content p {
    margin: 0;
    padding: 1rem;
  }
  .tab__close {
    justify-content: flex-end;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
  }
  .accordion--radio {
    --theme: var(--secondary);
  }
  
  /* Arrow animation */
  .tab input:not(:checked) + .tab__label:hover::after {
    animation: bounce .5s infinite;
  }
  @keyframes bounce {
    25% {
      transform: rotate(90deg) translate(.25rem);
    }
    75% {
      transform: rotate(90deg) translate(-.25rem);
    }
  }
  

  /********************* TIMELINE *************************/
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  
  body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
  }
  
  .timeline {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px 0;
  }
  
  .timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #006E51;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
  }
  
  .containerTime {
    padding: 15px 30px;
    position: relative;
    background: inherit;
    width: 50%;
  }
  
  .containerTime.left {
    left: 0;
  }
  
  .containerTime.right {
    left: 50%;
  }
  
  .containerTime::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: -8px;
    background: #ffffff;
    border: 2px solid #006E51;
    border-radius: 16px;
    z-index: 1;
  }
  
  .containerTime.right::after {
    left: -8px;
  }
  
  .containerTime::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    top: calc(50% - 1px);
    right: 8px;
    background: #006E51;
    z-index: 1;
  }
  
  .containerTime.right::before {
    left: 8px;
  }
  
  .containerTime .date {
    position: absolute;
    display: inline-block;
    top: calc(50% - 8px);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #006E51;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
  }
  
  .containerTime.left .date {
    right: -75px;
  }
  
  .containerTime.right .date {
    left: -75px;
  }
  
  .containerTime .icon {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 9px 0;
    top: calc(50% - 20px);
    background: #F6D155;
    border: 2px solid #006E51;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    color: #006E51;
    z-index: 1;
  }
  
  .containerTime.left .icon {
    right: 56px;
  }
  
  .containerTime.right .icon {
    left: 56px;
  }
  
  .containerTime .content {
    padding: 30px 90px 30px 30px;
    background: #F6D155;
    position: relative;
    border-radius: 0 500px 500px 0;
  }
  
  .containerTime.right .content {
    padding: 30px 30px 30px 90px;
    border-radius: 500px 0 0 500px;
  }
  
  .containerTime .content h2 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: normal;
    color: #006E51;
  }
  
  .containerTime .content p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
  }

  @media (min-width: 800px) {
    .leftDouble{
        left:-100px !important;
    }
  }
  
  @media (max-width: 767.98px) {
    .timeline::after {
      left: 90px;
    }
  
    .containerTime {
      width: 100%;
      padding-left: 120px;
      padding-right: 30px;
    }
  
    .containerTime.right {
      left: 0%;
    }
  
    .containerTime.left::after, 
    .containerTime.right::after {
      left: 82px;
    }
  
    .containerTime.left::before,
    .containerTime.right::before {
      left: 100px;
      border-color: transparent #006E51 transparent transparent;
    }
  
    .containerTime.left .date,
    .containerTime.right .date {
      right: auto;
      left: 15px;
    }
  
    .containerTime.left .icon,
    .containerTime.right .icon {
      right: auto;
      left: 146px;
    }
  
    .containerTime.left .content,
    .containerTime.right .content {
      padding: 30px 30px 30px 90px;
      border-radius: 500px 0 0 500px;
    }
  }


  @media (max-width: 420.98px) {

    .containerTime .content {
        background-color: transparent;
    }
  }

  
/*price*/
/* Style the list */
.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  /* Add shadows on hover */
  .price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
  }
  
  /* Pricing header */
  .price .header {
    background-color: #ed214e;
    color: white;
    font-size: 25px;
  }
  
  /* List items */
  .price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
  }
  
  /* Grey list item */
  .price .grey {
    background-color: #eee;
    font-size: 20px;
  }
  

.snip1533 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  display: inline-block;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  margin: 35px 10px 10px;
  min-width: 250px;
  position: relative;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  border-top: 5px solid #ffffff;
}

.snip1533 *,
.snip1533 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.snip1533 figcaption {
  padding: 13% 10% 12%;
}

.snip1533 figcaption:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #000000;
  content: "\f10e";
  font-family: 'FontAwesome';
  font-size: 32px;
  font-style: normal;
  left: 50%;
  line-height: 60px;
  position: absolute;
  top: -30px;
  width: 60px;
}

.snip1533 h3 {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin: 10px 0 5px;
}

.snip1533 h4 {
  font-weight: 400;
  margin: 0;
  opacity: 0.5;
}

.snip1533 blockquote {
  font-style: italic;
  font-weight: 300;
}

.earlyBird{
    background-color: #e3c038;
    text-align: center;
    font-weight: 700;
}
.earlyBird p{
    margin: 0;
}

#banner-2026 {
    position: sticky;
    bottom: 0;
    left: 0;
    background-color: #e3c038 !important;
    color: #000;
    padding: 60px 0;
}

.speakers-table tr, th, td{
   padding-right: 2%;
   padding-top: 5px; 
}

.speakers-table tr {
    border-bottom: 1px solid #000000;
}


/* Wrapper that creates the 4-column layout */
.cards-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin: 22px 0 26px;
}

/* Responsive */
@media (max-width: 1100px){
  .cards-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 650px){
  .cards-grid{ grid-template-columns: 1fr; }
}

/* Card styling */
.topic-card{
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 16px;
  padding: 26px 22px;
  min-height: 520px;
  background: rgba(0,0,0,.18);
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  text-align: center;
}

.topic-icon{
  font-size: 46px;
  margin: 4px auto 14px;
}

.topic-title{
  margin: 0 0 18px;
  font-size: 18px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 800;
}

.topic-label{
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 800;
  opacity: .9;
}

.topic-text{
  margin: 8px auto 0;
  max-width: 34ch;
  font-size: 14px;
  line-height: 1.6;
  opacity: .9;
}

/* pushes EDGE section down */
.topic-spacer{ flex: 1; }



.highlights-section{
  /* dark “conference” background */
  background: radial-gradient(1200px 600px at 20% 10%, rgba(255,255,255,.06), transparent 55%),
              linear-gradient(180deg, #0c1416 0%, #0a1011 100%);
  padding: 70px 0;
  color: rgba(255,255,255,.9);
}

.highlights-grid{
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 48px;
  align-items: start;
}

/* LEFT LIST */
.highlights-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}

.highlights-item{
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  font-size: 20px;
  color: #f0c400; /* warm yellow */
}

.hi-icon{
  width: 28px;
  display: inline-flex;
  justify-content: center;
  opacity: .95;
}

.hi-icon i{
  font-size: 18px;
}

/* RIGHT FEATURES */
.highlights-right{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
}

.feature{
  display: flex;
  flex-direction: column;
}

.feature-img{
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(0,0,0,.35);
  margin-bottom: 18px;
}

.feature-title{
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
  color: #f0c400; /* same yellow */
}

.feature-text{
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,.88);
  max-width: 48ch;
}

/* RESPONSIVE */
@media (max-width: 1200px){
  .highlights-right{ grid-template-columns: 1fr; }
  .feature-text{ max-width: none; }
}

@media (max-width: 900px){
  .highlights-grid{
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .highlights-item{ font-size: 18px; }
  .feature-title{ font-size: 24px; }
}

@media (max-width: 520px){
  .highlights-section{ padding: 52px 0; }
  .feature-title{ font-size: 22px; }
}

/* =========================
   HERO (tracks) – corrected for LIGHT pages
   ========================= */

.hero.hero--tracks{
  position: relative;
  overflow: hidden;

  min-height: 100svh;
  display: flex;
  align-items: center;

  /* Self-contained hero background (so it doesn't depend on body bg) */
  background:
    radial-gradient(1200px 700px at 50% -10%, rgba(255,255,255,.08), transparent 60%),
    radial-gradient(900px 650px at 25% 25%, rgba(70,110,255,.12), transparent 60%),
    radial-gradient(900px 650px at 75% 25%, rgba(160,90,255,.12), transparent 60%),
    linear-gradient(180deg, #070b14 0%, #060915 55%, #050816 100%);
}

/* starfield layer */
.hero.hero--tracks::before{
  content:"";
  position:absolute;
  inset:-20%;
  z-index:0;
  pointer-events:none;
  opacity:.50;

  background-image:
    radial-gradient(1px 1px at 10% 20%, rgba(255,255,255,.65) 50%, transparent 52%),
    radial-gradient(1px 1px at 30% 80%, rgba(255,255,255,.50) 50%, transparent 52%),
    radial-gradient(1px 1px at 55% 35%, rgba(255,255,255,.48) 50%, transparent 52%),
    radial-gradient(1px 1px at 70% 60%, rgba(255,255,255,.60) 50%, transparent 52%),
    radial-gradient(1px 1px at 88% 25%, rgba(255,255,255,.44) 50%, transparent 52%),
    radial-gradient(2px 2px at 15% 55%, rgba(255,255,255,.22) 50%, transparent 52%),
    radial-gradient(2px 2px at 75% 15%, rgba(255,255,255,.18) 50%, transparent 52%);
  background-repeat: repeat;
  background-size: 260px 260px;
  filter: blur(.2px);
}

/* soft vignette / bottom fade to next section */
.hero.hero--tracks::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(1000px 700px at 50% 0%, rgba(255,255,255,.08), transparent 65%),
    linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.55));
}

/* keep content above bg */
.hero.hero--tracks > .container{
  position: relative;
  z-index: 1;
  width: 100%;

  padding-top: 26px;     /* under nav */
  padding-bottom: 44px;

  display:flex;
  flex-direction:column;
  justify-content:center;
  gap: 18px;

  color: rgba(255,255,255,.92); /* force readable text even if page theme is dark-on-light */
}

/* =========================
   META
   ========================= */
.hero-meta{
  text-align:center;
  margin-bottom: 10px;
}

.hero-meta__kicker{
  font-size: 16px;
  opacity: .85;
}

.hero-meta__date{
  font-size: 20px;
  font-weight: 700;
  opacity: .95;
  margin-top: 6px;
}

/* =========================
   PANELS WRAPPER
   ========================= */
.hero-panels{
  display:grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;

  max-width: 1040px;
  margin: 0 auto;

  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 22px 70px rgba(0,0,0,.55);
}

/* =========================
   PANEL
   ========================= */
.hero-panel{
  padding: 34px 38px 30px;
  min-height: 520px;
  position: relative;

  /* ensure panel text stays white */
  color: rgba(255,255,255,.92);
}

.hero-panel__track{
  display:flex;
  gap: 10px;
  align-items:center;
  justify-content:flex-start;
  margin-bottom: 22px;
}

/* track pill */
.track-pill{
  display:inline-flex;
  align-items:center;
  height: 26px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(0,0,0,.18);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(255,255,255,.90);
}

/* AI pill */
.ai-pill{
  display:inline-flex;
  align-items:center;
  height: 26px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 30, 60, .55);
  background: rgba(255, 30, 60, .14);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(255,255,255,.92);
}

/* logo circle */
.hero-panel__logo{
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: #fff;
  display:grid;
  place-items:center;
  margin: 10px auto 26px;
}

.hero-panel__logo img{
  width: 110px;
  height: 110px;
  object-fit: contain;
}

/* title */
.hero-panel__title{
  font-size: 46px;
  line-height: 1.05;
  font-weight: 800;
  text-align:center;
  margin: 0 auto 18px;
  max-width: 16ch;
  color: #fff;
}

/* AI underline accent */
.hero-panel__title::after{
  content:"";
  display:block;
  width: 48px;
  height: 3px;
  margin: 16px auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(255,30,60,.95), rgba(255,30,60,.25));
}

/* lead */
.hero-panel__lead{
  opacity: .92;
  max-width: 62ch;
  margin: 0 auto 22px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,.86);
}

.hero-panel__lead strong{
  color: rgba(255,255,255,.98);
}

/* bullets */
.hero-panel__bullets{
  margin: 0 auto;
  max-width: 62ch;

  list-style: none;
  padding-left: 0;

  opacity: .95;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255,255,255,.86);
}

.hero-panel__bullets li{
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
}

.hero-panel__bullets li::before{
  content: "•";
  position: absolute;
  left: 0;
  color: rgba(255,30,60,.90);
}

.hero-panel__bullets strong{
  color: rgba(255,255,255,.98);
}

/* panel backgrounds */
.hero-panel--jcon{
  background:
    radial-gradient(900px 700px at 30% 20%, rgba(70,110,255,.18), transparent 55%),
    linear-gradient(180deg, rgba(16,38,78,.92), rgba(10,20,40,.92));
}

.hero-panel--makeit{
  background:
    radial-gradient(900px 700px at 30% 20%, rgba(170,80,255,.18), transparent 55%),
    linear-gradient(180deg, rgba(46,22,82,.90), rgba(16,10,34,.94));
}

/* =========================
   AI STRIP (bottom strip) – keep DARK (not grey)
   ========================= */
.ai-strip{
  margin: 18px auto 0;

  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(10,14,26,.55);
  backdrop-filter: blur(6px);
  padding: 14px 16px;

  display:grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 16px;
  align-items:center;

  color: rgba(255,255,255,.90);
}

.ai-strip__label{
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .65;
  color: rgba(255,255,255,.82);
}

.ai-strip__value{
  font-size: 13px;
  opacity: .92;
  color: rgba(255,255,255,.86);
}

/* CTA cluster */
.ai-strip__cta{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap: 14px;
}

/* REGISTER button (primary inside strip) */
.ai-strip__cta .hero-btn{
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
  border-radius: 999px;
  line-height: 1;
  white-space: nowrap;

  box-shadow:
    0 10px 26px rgba(255,30,60,.45),
    inset 0 1px 0 rgba(255,255,255,.22);
}

.ai-strip__cta .hero-btn:hover{
  transform: translateY(-1px);
  box-shadow:
    0 14px 32px rgba(255,30,60,.55),
    inset 0 1px 0 rgba(255,255,255,.28);
}

/* schedule link secondary */
.ai-strip__cta .hero-link{
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  opacity: .75;
  color: rgba(255,255,255,.80);
  text-decoration: none;
  white-space: nowrap;
}

.ai-strip__cta .hero-link:hover{
  opacity: 1;
  text-decoration: underline;
}

/* scroll cue */
.hero-scroll{
  text-align:center;
  font-size: 12px;
  opacity: .55;
  margin-top: 16px;
  color: rgba(255,255,255,.75);
}

/* =========================
   RESPONSIVE
   ========================= */
@media (min-width: 1400px){
  .hero-panels{ max-width: 1140px; }
  .ai-strip{ max-width: 1140px; }
  .hero-panel__title{ font-size: 52px; }
}

@media (max-width: 992px){
  .hero-panels{ grid-template-columns: 1fr; }

  .hero-panel{
    min-height: unset;
    padding: 30px 22px;
  }

  .hero-panel__title{ font-size: 38px; }

  .ai-strip{
    grid-template-columns: 1fr;
    text-align: center;
    gap: 12px;
  }

  .ai-strip__cta{
    justify-content: center;
    flex-wrap: wrap;
  }

  .ai-strip__cta .hero-btn{
    min-width: 220px;
    justify-content: center;
  }
}

@media (max-width: 520px){
  .hero-meta__date{ font-size: 18px; }
  .hero-panel__title{ font-size: 34px; }
  .hero-panel__logo{ width: 130px; height: 130px; }
  .hero-panel__logo img{ width: 96px; height: 96px; }
}

/* ===== Pricing section wrapper ===== */
.pricing-section{
  padding: 90px 0;
  color: #e9e9f4;
  background:
    radial-gradient(900px 500px at 20% 10%, rgba(72, 61, 255, 0.22), transparent 60%),
    radial-gradient(900px 500px at 80% 10%, rgba(190, 72, 255, 0.18), transparent 60%),
    radial-gradient(900px 700px at 50% 100%, rgba(255, 209, 72, 0.08), transparent 55%),
    #070815;
}

.pricing-section .section-heading{
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.pricing-section hr{
  width: 64px;
  height: 3px;
  border: 0;
  opacity: 1;
  margin: 16px auto 28px;
  background: rgba(255,255,255,.35);
  border-radius: 999px;
}

.pricing-section p{
  color: rgba(255,255,255,.78);
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

/* ===== Card base ===== */
.pricing-section .service-box{
  height: 100%;
}

.pricing-section ul.price{
  margin: 0;
  padding: 26px 22px 22px;
  border-radius: 22px;
  list-style: none;
  background: linear-gradient(180deg, rgba(18,22,55,.78), rgba(11,12,26,.62));
  border: 1px solid rgba(255,255,255,.10);
  box-shadow:
    0 18px 60px rgba(0,0,0,.55),
    inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Optional: hover like hero cards */
.pricing-section ul.price:hover{
  transform: translateY(-3px);
  transition: transform .18s ease, border-color .18s ease;
  border-color: rgba(255,255,255,.18);
}

/* ===== Header: replace big red bar with a pill label ===== */
.pricing-section ul.price .header{
  background: transparent;           /* override your current header bar */
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 4px;
}

/* Add a small "track" pill under header (optional) */
.pricing-section ul.price .header::after{
  content: "LATE BIRD";
  display: inline-block;
  margin-left: 10px;
  padding: 4px 10px;
  font-size: 12px;
  letter-spacing: .04em;
  border-radius: 999px;
  color: rgba(255,255,255,.85);
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.12);
}

/* ===== Price row ===== */
.pricing-section ul.price .grey{
  background: transparent;           /* remove flat grey strip */
  padding: 0;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
}

.pricing-section ul.price .grey s{
  font-size: 16px;
  color: rgba(255,255,255,.45);
  margin-left: 8px;
  font-weight: 600;
}

/* Meta line (days + offer validity) */
.pricing-section ul.price li:nth-child(3),
.pricing-section ul.price li:nth-child(4){
  color: rgba(255,255,255,.72);
  font-size: 14px;
}

/* Feature rows */
.pricing-section ul.price li{
  color: rgba(255,255,255,.78);
  border: 0;                         /* remove table-like lines */
  padding: 0;
}

/* Create a subtle divider before features if you want */
.pricing-section ul.price li:nth-child(5){
  margin-top: 6px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.10);
}

/* ===== CTA button: match hero yellow pill ===== */
.pricing-section ul.price a.btn{
  width: 100%;
  border-radius: 999px;
  padding: 14px 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  background: #f2c94c;              /* hero-like yellow */
  border: 0;
  color: #111;
  box-shadow: 0 14px 30px rgba(242,201,76,.18);
}

.pricing-section ul.price a.btn:hover{
  filter: brightness(1.03);
  transform: translateY(-1px);
  transition: transform .14s ease, filter .14s ease;
}

.pricing-section .row{
  gap: 18px;               /* gives breathing room between cards */
}

@media (min-width: 992px){
  .pricing-section .container{
    max-width: 1100px;     /* similar scale to hero content */
  }
}

/* keep the whole block centered on the page */
.popusti{
  max-width: 920px;
  margin: 0 auto;
}

/* but make long-form text readable */
.popusti h4,
.popusti p,
.popusti ul,
.popusti li{
  text-align: left;
}

/* optional: spacing + softer color */
.popusti p,
.popusti li{
  color: rgba(255,255,255,.78);
  line-height: 1.6;
}

.popusti h4{
  margin-top: 28px;
  margin-bottom: 10px;
  color: #fff;
}

/* Container: still centered, but content inside is left-aligned */
.reg-header{
  margin: 0 auto 28px;
  text-align: left;
}

.reg-header .section-heading{
  text-align: center; /* keep title centered if you want */
}

/* Intro panel */
.reg-intro{
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 18px;
  padding: 18px 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 18px 60px rgba(0,0,0,.45);
}

.reg-intro p{
  margin: 0 0 10px;
  color: rgba(255,255,255,.78);
  line-height: 1.6;
}

/* Links row */
.reg-links{
  display: flex;
  justify-content: center;   /* center the button group */
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}


.reg-link{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.88);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}

.reg-link:hover{
  border-color: rgba(255,255,255,0.22);
  transform: translateY(-1px);
  transition: transform .14s ease;
}

/* Discounts header row with "Back to form" link */
.discounts-header{
  max-width: 960px;
  margin: 40px auto 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Ensure the discounts content stays readable (not centered) */
.popusti{
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
}

.topics-footer {
    margin-top: 28px;
    text-align: center;
}

.speaking-topics{
    padding:100px 30px;
    background:linear-gradient(180deg,#f8f8f8,#ececec);
}

/* INTRO */

.topics-intro{
    text-align:center;
    max-width:760px;
    margin:0 auto 60px;
}

.topics-eyebrow{
    font-size:12px;
    font-weight:700;
    letter-spacing:.2em;
    color:#c9a900;
    margin-bottom:10px;
}

.topics-heading{
    font-size:42px;
    font-weight:800;
    margin-bottom:15px;
}

.topics-subheading{
    font-size:18px;
    color:#555;
    line-height:1.6;
}

/* GRID */

.cards-grid{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:26px;
}

/* CARD */

.topic-card{

    background:white;
    padding:32px 28px;
    border-radius:20px;

    display:flex;
    flex-direction:column;
    text-align:center;

    position:relative;

    transition:all .25s ease;

    border:1px solid rgba(0,0,0,0.04);
}

/* PREMIUM EFFECT */

.topic-card::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:20px;

    background:linear-gradient(120deg,transparent,rgba(255,255,255,.5),transparent);

    opacity:0;
    transition:opacity .25s ease;
}

.topic-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,0.12);
}

.topic-card:hover::before{
    opacity:1;
}

/* ICON */

.topic-icon{
    height:60px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
    color:#c9a900;
}

.topic-icon svg{
    width:42px;
    height:42px;
}

/* TITLE */

.topic-title{
    font-size:20px;
    font-weight:800;
    margin-bottom:18px;
    letter-spacing:.02em;
}

/* LABEL */

.topic-label{
    font-size:11px;
    font-weight:700;
    letter-spacing:.2em;
    margin-bottom:6px;
    color:#666;
}

/* TEXT */

.topic-text{
    font-size:15px;
    line-height:1.6;
    color:#444;
}

.topic-spacer{
    height:20px;
}

/* RESPONSIVE */

@media (max-width:1000px){

.cards-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media (max-width:640px){

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

.topics-heading{
font-size:32px;
}

}