@charset "UTF-8";
/* CSS Document */
/* MAIN */
body, html {
    margin: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    background-image: url("../images/backgrounds/carbon_back.jpg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(179, 225, 0, 0), rgba(179, 225, 0, 1), rgba(179, 225, 0, 0));
}
.left {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.left::-webkit-scrollbar {
    display: none;
}
.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}
@media only screen and (max-width: 700px) {
    .footer_box {
        width: 90%
    }
}
.radius {
    border-radius: 10px;
}
.radius_25 {
    border-radius: 25px;
}
.radius_50 {
    border-radius: 50px;
}
video#bgvid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    overflow-x: hidden;
    overflow-y: hidden;
    scroll-snap-type: y mandatory;
}
video#bgvid_small {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    overflow-x: hidden;
    overflow-y: hidden;
}
.border_section_left {
    height: 100%;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: left;
    position: relative;
    z-index: 200;
    border-left-color: #B3F000;
    border-left-width: 3px;
    border-left-style: dashed;
}
.permission {
    background-color: rgba(255, 255, 255, 0.95);
    left: 0px;
    top: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 150;
}
.green_border {
    border-color: #B3FF00;
    border-width: 1px;
    border-style: solid;
}
.responsive-table {
    width: 100%;
    display: table;
}
.responsive-table td {
    vertical-align: top;
}
@media screen and (max-width: 700px) {
    .responsive-table {
        display: block;
    }
    .responsive-table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
}
/* width */ ::-webkit-scrollbar {
    width: 10px;
}
/* Track */ ::-webkit-scrollbar-track {
    background: #FFF;
}
/* Handle */ ::-webkit-scrollbar-thumb {
    background: #333;
}
/* Handle on hover */ ::-webkit-scrollbar-thumb:hover {
    background: #B3F000;
}
/* FONTS */
@font-face {
    font-family: 'roboto-light';
    src: url('../includes/fonts/roboto/Roboto-Light.eot');
    src: url('../includes/fonts/roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../includes/fonts/roboto/Roboto-Light.svg#roboto-light') format('svg'), url('../includes/fonts/roboto/Roboto-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto-thin';
    src: url('../includes/fonts/roboto/Roboto-Regular.eot');
    src: url('../includes/fonts/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../includes/fonts/roboto/Roboto-Regular.svg#roboto-thin') format('svg'), url('../includes/fonts/roboto/Roboto-Regular.woff') format('woff');
    font-weight: lighter;
    font-style: normal;
}
@font-face {
    font-family: 'lequire';
    src: url('../includes/fonts/lequire/Lequire.eot');
    src: url('../includes/fonts/lequire/Lequire.eot?#iefix') format('embedded-opentype'), url('../includes/fonts/lequire/Lequire.svg') format('svg'), url('../includes/fonts/lequire/Lequire.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'evogria';
    src: url('../includes/fonts/evogria/evogria.eot');
    src: url('../includes/fonts/evogria/evogria.eot?#iefix') format('embedded-opentype'), url('../includes/fonts/evogria/evogria.svg') format('svg'), url('../includes/fonts/evogria/evogria.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'evogria_italic';
    src: url('../includes/fonts/evogria/evogria_italic.eot');
    src: url('../includes/fonts/evogria/evogria_italic.eot?#iefix') format('embedded-opentype'), url('../includes/fonts/evogria/evogria_italic.svg') format('svg'), url('../includes/fonts/evogria/evogria_italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* HEADERS */
.info_box_header {
    font-family: "lequire";
    font-size: 36px;
    color: #000;
    font-weight: bolder;
}
/* TEXT */
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none
}
a:visted {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
.text_shadow {
    -moz-box-shadow: 4px 4px 4px 2px #333;
    -webkit-box-shadow: 4px 4px 4px 2px #333;
    box-shadow: 4px 4px 4px 2px #333;
}
.roboto_thin_16 {
    font-family: "roboto-thin";
    font-size: 24px;
    color: #000;
}
.roboto_thin_16_black {
    font-family: "roboto-thin";
    font-size: 16px;
    color: #000;
}
.roboto_thin_16_white {
    font-family: "roboto-thin";
    font-size: 16px;
    color: #FFF;
}
.roboto_thin_16_green {
    font-family: "roboto-thin";
    font-size: 16px;
    color: #B3FF00;
}
.lequire_24_green {
    font-family: "lequire";
    font-size: 24px;
    color: #B3FF00;
}
.lequire_16 {
    font-family: "lequire";
    font-size: 16px;
    color: #000;
}
.lequire_24 {
    font-family: "lequire";
    font-size: 24px;
    color: #000;
}
.evogria_standard_white {
    font-family: 'evogria';
    color: #FFF;
    font-size: 16px;
}
.next_week {
    font-family: "roboto-thin";
    font-size: 16px;
    padding: 5px;
    color: #000;
}
.next_week:hover {
    background-color: #B3FF00;
}
/* FOOTER */
.footer_colour {
    background-color: #1e1e1e;
    position: relative;
    z-index: 100;
}
.footer_holder {
    max-width: 1200px;
    width: 100%;
}
.footer_main {
    background-color: #1e1e1e;
    width: 96%;
    padding: 2%;
    position: relative;
}
.footer_box_left {
    width: 25%;
    float: left;
    position: relative;
}
.footer_box_centre {
    width: 25%;
    float: left;
    position: relative;
}
.footer_box_right {
    width: 25%;
    float: left;
    position: relative;
    text-align: right;
}
.footer_menu_item {
    padding: 10px;
    font-family: "roboto-thin";
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
    width: 125px;
}
.footer_menu_item:hover {
    background-color: #B3FF00;
    color: #000;
}
/* MENU */
.logo_top_left {
    left: 45px;
    top: 11px;
    position: fixed;
}
.menu_main {
    width: 350px;
    height: 100%;
    position: fixed;
    left: -300px;
    top: 0px;
    z-index: 2000;
    transition: background-color ease-in 0.5s;
    background-color: transparent;
}
.menu_icon {
    width: 50px;
    height: 50px;
}
.menu_icon_div {
    left: 300px;
    top: 0px;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 1001;
}
.menu_close {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
.menu_open {
    height: 100px;
    width: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.menu_shadow {
    -moz-box-shadow: 4px 4px 10px 5px #CCC;
    -webkit-box-shadow: 4px 4px 10px 5px #CCC;
    box-shadow: 4px 4px 10px 5px #CCC;
}
.menu_list {
    overflow-x: hidden;
    display: none;
}
.generic_button {
    font-family: "roboto-light";
    font-size: 18px;
    font-weight: lighter;
    color: #B3F000;
    padding: 10px;
    opacity: 1;
    position: relative;
    transition: background-color ease-in 0.2s;
}
.generic_button:hover {
    background-color: #B3FF00;
    color: #000;
}
.generic_button_black {
    font-family: "roboto-light";
    font-size: 18px;
    font-weight: lighter;
    color: #000000;
    padding: 10px;
    opacity: 1;
    position: relative;
    transition: background-color ease-in 0.2s;
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
}
.generic_button_black:hover {
    background-color: #B3FF00;
}
.generic_button_black_small {
    font-family: "roboto-light";
    font-size: 14px;
    font-weight: lighter;
    color: #000000;
    padding: 7px;
    opacity: 1;
    position: relative;
    transition: background-color ease-in 0.2s;
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
}
.generic_button_black_small:hover {
    background-color: #B3FF00;
}
.generic_button_green_small {
    font-family: "roboto-light";
    font-size: 14px;
    font-weight: lighter;
    color: #000000;
    padding: 7px;
    opacity: 1;
    position: relative;
    background-color: #B3f000;
    transition: background-color ease-in 0.2s;
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
}
.generic_button_green_small:hover {
    background-color: #000000;
    color: #FFFFFF;
    border-color: #FFFFFF;
}
.menu_A {
    font-family: "roboto-light";
    font-size: 18px;
    font-weight: lighter;
    color: #FFF;
    padding: 10px;
    opacity: 0;
    position: relative;
    left: 150px;
    transition: background-color ease-in 0.2s;
}
.menu_A:hover {
    background-color: #B3FF00;
    color: #000;
}
.menu_B {
    font-family: "roboto-light";
    font-size: 18px;
    font-weight: lighter;
    color: #FFF;
    padding: 10px;
    opacity: 0;
    position: relative;
    left: 150px;
    transition: background-color ease-in 0.2s;
}
.menu_B:hover {
    background-color: #B3FF00;
    color: #000;
}
.menu_C {
    font-family: "roboto-light";
    font-size: 18px;
    font-weight: lighter;
    color: #FFF;
    padding: 10px;
    opacity: 0;
    position: relative;
    left: 150px;
    transition: background-color ease-in 0.2s;
}
.menu_C:hover {
    background-color: #B3FF00;
    color: #000;
}
.menu_D {
    font-family: "roboto-light";
    font-size: 18px;
    font-weight: lighter;
    color: #FFF;
    padding: 10px;
    opacity: 0;
    position: relative;
    left: 150px;
    transition: background-color ease-in 0.2s;
}
.menu_D:hover {
    background-color: #B3FF00;
    color: #000;
}
.menu_E {
    font-family: "roboto-light";
    font-size: 18px;
    font-weight: lighter;
    color: #FFF;
    padding: 10px;
    opacity: 0;
    position: relative;
    left: 150px;
    transition: background-color ease-in 0.2s;
}
.menu_E:hover {
    background-color: #B3FF00;
    color: #000;
}
.menu_F {
    font-family: "roboto-light";
    font-size: 18px;
    font-weight: lighter;
    color: #FFF;
    padding: 10px;
    opacity: 0;
    position: relative;
    left: 150px;
    transition: background-color ease-in 0.2s;
}
.menu_F:hover {
    background-color: #B3FF00;
    color: #000;
}
.menu_G {
    font-family: "roboto-light";
    font-size: 18px;
    font-weight: lighter;
    color: #FFF;
    padding: 10px;
    opacity: 0;
    position: relative;
    left: 150px;
    transition: background-color ease-in 0.2s;
}
.menu_G:hover {
    background-color: #B3FF00;
    color: #000;
}
.menu_logo_holder {
    left: 60px;
    top: -33px;
    position: relative;
    opacity: 0;
}
/* TOP BAR */
.top_bar {
    width: 100%;
    position: fixed;
    height: 50px;
    top: 0px;
    left: 0px;
    z-index: 1250;
    transition: background-color ease-in 0.5s;
    border-bottom-color: white;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px);
}
.top_bar_home {
    width: 100%;
    position: fixed;
    height: 50px;
    top: 0px;
    left: 0px;
    z-index: 999;
    transition: background-color ease-in 0.5s;
    border-bottom-color: white;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px);
}
.top_bar_logo_holder {
    padding-left: 60px;
    padding-top: 20px;
    padding-right: 50px;
    z-index: 1002;
    float: left;
    position: absolute;
}
.top_bar_account {
    float: right;
    padding: 15px;
}
.top_bar_location {
    font-size: 16px;
    font-family: Gotham, "roboto-thin";
    font-weight: lighter;
    color: #FFF;
    padding: 15px;
    float: right;
}
.top_bar_location_highlight {
    font-size: 16px;
    font-family: Gotham, "roboto-thin";
    font-weight: 200;
    color: #FFF;
}
.student_bar {
    background-color: #FF9596;
    padding: 10px;
    text-align: center;
    font-family: "roboto-thin";
    font-size: 10px;
    color: #333;
}
/* LOGIN */
.login_text_box {
    background-color: white;
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;
    color: #000;
    padding: 10px;
    font-family: "roboto-thin";
    font-size: 18px;
    width: 100%;
    max-width: 600px;
}
.login_button {
    padding: 10px;
    background-color: #B3FF00;
    font-family: "evogria_italic";
    font-size: 24px;
    color: #000;
    border-radius: 20px;
    border-color: #B3F000;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}


.login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    width: 100%;
    position: relative;
}

/* OR label */
.or-label {
    white-space: nowrap;
	font-family: "evogria_italic";
    font-size: 24px;
    color: #FFF;
}

/* Mobile / narrow screens */
@media (max-width: 600px) {
    .login-wrapper {
        flex-direction: column;
        gap: 20px;
    }
}





.login_button:hover {
    background-color: #000;
    color: #B3F000;
    border-color: #B3F000;
}
.error-box {
    background-color: #FF8989;
    font-family: 'roboto-thin';
    padding: 10px;
    color: #000;
    border-radius: 10px;
    max-width: 400px;
}
.fly-in-left {
    display: inline-block;
    opacity: 0;
    transform: translateX(-100px);
    animation: flyIn 0.8s ease-out forwards;
}
@keyframes flyIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.fly-in-right {
    display: inline-block;
    opacity: 0;
    transform: translateX(100px);
    animation: flyIn 0.8s ease-out forwards;
}
.fly-in-bottom {
    opacity: 0;
    transform: translateY(100px);
    animation: flyIn 0.8s ease-out forwards;
}
.fly-in-bottom-A {
    opacity: 0;
    transform: translateY(100px);
    animation: flyIn 0.7s ease-out forwards;
}
.fly-in-bottom-B {
    opacity: 0;
    transform: translateY(120px);
    animation: flyIn 0.9s ease-out forwards;
}
.fly-in-bottom-C {
    opacity: 0;
    transform: translateY(140px);
    animation: flyIn 1.1s ease-out forwards;
}
.fly-in-top {
    opacity: 0;
    transform: translateY(-100px);
    animation: flyIn 0.8s ease-out forwards;
}
.fade-in {
    opacity: 0;
    animation: flyIn 0.8s ease-out forwards;
}
/* HOME */
.scrollfade {
    opacity: 0.75;
    transition: opacity 0.5s ease, filter 1s ease;
}
.start_div {
    z-index: 10;
    width: 100%;
    overflow: hidden;
    background-position: -500px left;
    background-size: cover;
    animation: bgFlyIn 0.6s ease-out forwards;
    background-repeat: no-repeat;
    position: relative;
    transition: height 0.6s ease;
}
.start_div.blackout {
    background-image: none; /* remove image */
}
@keyframes bgFlyIn {
    to {
        background-position: left;
    }
}
.carbon_welcome_slogan {
    position: relative;
    width: 80%;
    padding: 10%;
    padding-top: 20%;
    text-align: center;
    overflow: hidden;
    background-color: #000;
}

.carbon_welcome_slogan .bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    opacity: 0.3;
    z-index: 0;
}

.carbon_welcome_slogan .content {
    position: relative;
    z-index: 1;
    color: #fff;
}
/* Line container */
#welcome_text_line_1 {
  display: inline;
}

#welcome_text_line_1 .word {
  display: inline-block;
  white-space: nowrap;
}

#welcome_text_line_1 .letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(8px);
  animation: fadeUpLetter 420ms ease forwards;
  will-change: opacity, transform;

  /* gradient per letter */
  background: linear-gradient(to bottom, #FFF, #333);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;

  /* fix the "right edge missing" on italic glyphs */
  padding-right: 0.18em;
  margin-right: -0.18em;

  /* tiny WebKit nudge that often prevents glyph clipping */
  -webkit-text-stroke: 0.01px transparent;

  /* optional, helps some GPUs/renderers */
  transform: translateY(8px) translateZ(0);
}
#welcome_text_line_1 {
  white-space: normal;
}

#welcome_text_line_1 br {
  display: block;
  content: "";
}
/* Line container */
#submit_success_text {
    display: inline;
}
/* Words wrap as units; browser can break between words */
#submit_success_text .word {
    display: inline-block; /* allows line wrapping between words */
    white-space: nowrap; /* keep letters of a word together */
}
/* Letters animate inside each word */
#submit_success_text .letter {
    display: inline-block; /* needed for transform/opacity per letter */
    opacity: 0;
    transform: translateY(8px);
    animation: fadeUpLetter 420ms ease forwards;
    will-change: opacity, transform;
    /* keep your gradient per letter if you’re using it */
    background: linear-gradient(to bottom, #FFF, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
@keyframes fadeUpLetter {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Start the “followers” hidden */
.exclusively_for, .electric_aviation_slogan, .begin_button {
    opacity: 0;
    transition: opacity 1250ms ease;
}
.carbon_welcome_slogan_grey {
    font-family: 'evogria_italic';
    font-size: 90px;
    letter-spacing: 1.6px; /* space between letters */
    line-height: 1.1;
	padding-right: 0;
    filter: drop-shadow(40px 0 0 transparent);
}
.carbon_welcome_slogan_grey_small {
    font-family: 'roboto-light';
    font-size: 36px;
    letter-spacing: 1.6px; /* space between letters */
    line-height: 1.1;
    /* Gradient text */
    background: linear-gradient(to bottom, #CCC, #222);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* for Firefox */
    color: transparent;
}
.carbon_welcome_slogan_green {
    font-family: 'evogria_italic';
    font-size: 76px;
    letter-spacing: 1.6px; /* space between letters */
    line-height: 1.1;
    padding-right: 10px;
    /* Gradient text */
    background: linear-gradient(to bottom, #B3F000, #222);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* for Firefox */
    color: transparent;
}
@media (max-width: 1000px) {
    .carbon_welcome_slogan_grey {
        font-family: 'evogria_italic';
        font-size: 52px;
        letter-spacing: 1.6px; /* space between letters */
        line-height: 1.1;
    }
    .carbon_welcome_slogan_grey_small {
        font-family: 'roboto-light';
        font-size: 24px;
        letter-spacing: 1.6px; /* space between letters */
        line-height: 1.1;
        /* Gradient text */
        background: linear-gradient(to bottom, #CCC, #222);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text; /* for Firefox */
        color: transparent;
    }
    .carbon_welcome_slogan {
        width: 80%;
        padding: 10%;
        padding-top: 20%;
        text-align: center;
        align-content: center;
        display: block;
        justify-content: center;
        background-image: url("");
        background-position: center top; /* anchor point */
        background-repeat: no-repeat;
        background-size: 180%; /* 80% larger than the container */
    }
    .carbon_welcome_slogan_green {
        font-family: 'evogria_italic';
        font-size: 36px;
        letter-spacing: 1.6px; /* space between letters */
        line-height: 1.1;
        /* Gradient text */
        background: linear-gradient(to bottom, #B3F000, #222);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text; /* for Firefox */
        color: transparent;
    }
}
.start_left {
    width: 40%;
    float: left;
    text-align: right;
    position: relative;
    opacity: 0;
    display: none;
}
.start_right {
    width: 50%;
    float: left;
    position: relative;
    padding: 5%;
    opacity: 0;
    display: none;
}
.start_left_login {
    width: 40%;
    float: left;
    text-align: right;
    position: relative;
}
.start_right_login {
    width: 50%;
    float: left;
    position: relative;
    padding: 5%;
}
.start_title_text {
    font-family: 'evogria_italic';
    color: #B3F000;
    font-size: 100px;
    padding: 0px 10px;
}
.start_title_text_jet {
    font-family: 'evogria_italic';
    font-size: 80px;
    padding: 0px 10px;
    background: linear-gradient(to bottom, #333, #FFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* for Firefox */
    color: transparent;
}
.start_title_padding {
    height: 40%;
}
.start_right_padding {
    height: 5%;
}
.start_right_box {
    border-left-color: #B3F000;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #B3F000;
    border-right-style: solid;
    border-right-width: 0px;
    border-radius: 30px;
    padding: 30px;
    text-align: left;
    height: auto;
    position: relative;
    transition: transform 0.8s ease;
    overflow: hidden;
}
.start_right_box_login {
    padding: 30px;
    text-align: left;
    height: 400px;
    position: relative;
    transition: transform 0.8s ease;
    overflow: hidden;
}
.start_slider {
    width: 90%;
    position: relative;
    padding: 5%;
    opacity: 0;
    display: none;
    background-image: url("../images/backgrounds/charging_map_large_dark_HOLD.jpg");
    background-position: center top; /* anchor point */
    background-repeat: no-repeat;
    background-size: 160%;
}
.start_box_slider {
    border-left-color: #B3F000;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #B3F000;
    border-right-style: solid;
    border-right-width: 2px;
    border-radius: 30px;
    text-align: center;
    position: relative;
    transition: transform 0.8s ease;
    overflow: hidden;
    padding-top: 225px;
    align-items: center;
    display: flex;
    flex-direction: column; /* stack children vertically */ /* center horizontally */
    gap: 16px; /* vertical */
}
/* =========================
   Global sizing variables
   ========================= */ :root {
    --track-len: clamp(300px, 60vw, 900px);
    --track-thickness: 25px;
    --thumb-size: 50px;
    --fill: #B3F000;
    --fill2: #333;
    --track: #111;
    /* Thumb alignment (horizontal) */
    --thumb-nudge-y: 15px;
}
/* Slider container: 90% wide, centered */
.credit-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    z-index: 1000;
}
/* Wrapper controls slider length and stays centered */
.range-wrap {
    width: var(--track-len);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
/* Slider + progress fill */
#creditSlider {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    margin: 0;
    display: block;
    width: 100%;
    height: var(--track-thickness);
    border-radius: 999px;
    --min: 0;
    --max: 100;
    --val: 50;
    --pct: calc((var(--val) - var(--min)) * 100% / (var(--max) - var(--min)));
    background:
        linear-gradient(var(--fill), var(--fill)) 0 0 / var(--pct) 100% no-repeat, var(--track);
}
/* Make native tracks transparent */
#creditSlider::-webkit-slider-runnable-track {
    background: transparent;
}
#creditSlider::-moz-range-track {
    background: transparent;
}
#creditSlider::-ms-track {
    background: transparent;
    border-color: transparent;
    color: transparent;
}
/* =========================
   THUMB WITH ARROW (PNG)
   ========================= */
/* WebKit (Chrome, Safari, iOS) */
#creditSlider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: var(--thumb-size);
    height: var(--thumb-size);
    box-sizing: border-box;
    cursor: pointer;
    /* Center then nudge down */
    margin-top: calc((var(--track-thickness) - var(--thumb-size)) / 2 + var(--thumb-nudge-y));
    background-image: url("../images/icons/arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150% 150%;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}
/* Firefox */
#creditSlider::-moz-range-thumb {
    width: var(--thumb-size);
    height: var(--thumb-size);
    cursor: pointer;
    background-image: url("../images/icons/arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 120% 120%;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}
/* =========================
   Vertical under 1000px
   ========================= */
@media (max-width: 1000px) {
    :root {
        --track-len: clamp(240px, 35vh, 600px);
        --thumb-nudge-y: 12px; /* usually not needed once rotated */
    }
    .credit-slider {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .range-wrap {
        position: relative;
        width: var(--track-thickness);
        height: var(--track-len);
        margin: 0 auto;
    }
    /* Center the rotated slider */
    #creditSlider {
        position: absolute;
        top: 50%;
        left: 50%;
        width: var(--track-len);
        height: 100px;
        transform: translate(-50%, -50%) rotate(-90deg);
        transform-origin: center;
    }
    #creditSlider::-webkit-slider-thumb, #creditSlider::-moz-range-thumb {
        background-image: url("../images/icons/arrow.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 150% 150%;
        background-color: transparent;
        border: 0;
        border-radius: 0;
    }
}
@media (max-width: 1000px) {
    .start_slider {
        width: 96%;
        float: right;
        position: relative;
        padding: 2%;
        opacity: 0;
        display: none;
        background-image: url("");
    }
    .start_box_slider {
        border-left-color: #000;
        border-left-style: solid;
        border-left-width: 2px;
        border-right-color: #000;
        border-right-style: solid;
        border-right-width: 2px;
        border-radius: 30px;
        text-align: center;
        position: relative;
        transition: transform 0.8s ease;
        overflow: hidden;
        padding-top: 225px;
        align-items: center;
        display: flex;
        flex-direction: column; /* stack children vertically */ /* center horizontally */
        gap: 16px; /* vertical */
    }
    #credit_summary {
        transition: all 0.3s ease;
        display: inline-block;
    }
    .fuel-name {
        color: #B3F000 !important;
        font-weight: 700;
    }
    .fuelPercentage {
        order: 0;
    }
    .credit-slider {
        order: 1;
    }
    /* On small screens, flip the order */
    @media (max-width: 1000px) {
        .fuelPercentage {
            order: 2; /* push it below */
            margin-top: 220px;
        }
        .credit-slider {
            order: 1; /* keep slider above */
        }
    }
    .start_slider_box {
        border-left-color: #B3F000;
        border-left-style: solid;
        border-left-width: 2px;
        border-right-color: #B3F000;
        border-right-style: solid;
        border-right-width: 0px;
        border-radius: 30px;
        text-align: left;
        position: relative;
        transition: transform 0.8s ease;
        overflow: hidden;
        display: flex;
        justify-content: center; /* horizontal */
        align-items: center;
        padding-top: 100px;
    }
}
.start_right_box_grey {
    border-left-color: #B3F000;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #B3F000;
    border-right-style: solid;
    border-right-width: 0px;
    background-color: #333;
    border-radius: 20px;
    padding: 20px;
    text-align: left;
    position: relative;
    transition: transform 0.8s ease;
    overflow: hidden;
    width: auto;
}
.carbon_slider_info_holder {
    width: 100%;
    position: relative;
    display: block;
    order: 3;
    align-content: center;
}
.carbon_slider_info_left {
    position: relative;
    float: left;
    width: 40%;
    margin: 5%;

    text-align: left;
}
.carbon_slider_info_right {
    position: relative;
    float: left;
    width: 40%;
    margin: 5%;
    text-align: left;
}
.carbon_slider_info_internal {
    padding: 20px;
}
@media (max-width: 1000px) {
    .carbon_slider_info_holder {
        width: 100%;
        position: relative;
        display: block;
        order: 3;
        align-content: center;
    }
    .carbon_slider_info_left {
        position: relative;
        float: left;
        width: 90%;
        margin: 5%;
        background-color: #111111;
    }
    .carbon_slider_info_right {
        position: relative;
        float: left;
        width: 90%;
        margin: 5%;
        background-color: #111111;
    }
}
.start_right_box_signup {
    border-left-color: #B3F000;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #B3F000;
    border-right-style: solid;
    border-right-width: 0px;
    border-radius: 30px;
    padding: 30px;
    text-align: left;
    height: 0px;
    position: relative;
    opacity: 0;
    display: none;
    margin-top: 100px;
}
.start_right_box_login_error {
    padding: 30px;
    text-align: left;
    position: relative;
    margin-top: 100px;
    border-left-color: #B3F000;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #B3F000;
    border-right-style: solid;
    border-right-width: 0px;
    border-radius: 30px;
}
.start_right_box_login {
    padding: 30px;
    text-align: left;
    height: 0px;
    position: relative;
    opacity: 0;
    display: none;
    margin-top: 100px;
}
.start_signup_input_box {
    background-color: #000;
    font-family: 'roboto-thin';
    color: #FFF;
    font-size: 18px;
    width: 80%;
    border-left-color: #333;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #333;
    border-right-style: solid;
    border-right-width: 0px;
    border-radius: 10px;
    border-top: none;
    border-bottom: none;
    max-width: 500px;
    min-width: 240px;
    padding: 10px
}
.start_signup_input_box_correct {
    background-color: #000;
    font-family: 'roboto-thin';
    color: #FFF;
    font-size: 18px;
    width: 260px;
    border-left-color: #B3F000;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #B3F000;
    border-right-style: solid;
    border-right-width: 0px;
    border-radius: 10px;
    border-top: none;
    border-bottom: none;
    max-width: 500px;
    min-width: 240px;
    padding: 10px
}
.start_signup_input_box_incorrect {
    background-color: #000;
    font-family: 'roboto-thin';
    color: #FFF;
    font-size: 18px;
    width: 260px;
    border-left-color: red;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: red;
    border-right-style: solid;
    border-right-width: 0px;
    border-radius: 10px;
    border-top: none;
    border-bottom: none;
    max-width: 500px;
    min-width: 240px;
    padding: 10px
}
.start_right_input_container {
    border-left-color: #B3F000;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #B3F000;
    border-right-style: solid;
    border-right-width: 2px;
    border-radius: 20px;
    padding: 20px;
    text-align: left;
    width: 260px;
}
.start_right_input_box {
    border: none;
    background-color: transparent;
    font-family: 'evogria';
    color: #B3F000;
    font-size: 36px;
    width: 260px;
}
.start_section_title {
    font-family: 'evogria';
    color: #FFF;
    font-size: 20px;
}
.start_section_title_24 {
    font-family: 'evogria';
    color: #FFF;
    font-size: 24px;
}
.start_CO2_figure {
    font-family: 'evogria_italic';
    color: #B3F000;
    font-size: 26px;
}
.start_login {
    font-family: 'evogria_italic';
    color: #B3F000;
    font-size: 26px;
    cursor: pointer;
}
.start_right_signup_header {
    font-family: 'evogria_italic';
    color: #B3F000;
    font-size: 30px;
    cursor: pointer;
}
.start_login:hover {
    font-family: 'evogria_italic';
    color: #FFF;
    font-size: 26px;
}
.start_icon_select {
    border-width: 10px;
    border-style: solid;
    border-color: #333;
}
.start_icon_select_hover {
    border-width: 10px;
    border-style: solid;
    border-color: #B3F000;
}
.start_icon_select:hover {
    border-width: 10px;
    border-style: solid;
    border-color: #B3F000;
}
.fuel_quantity_select {
    border-width: 5px;
    border-style: solid;
    border-color: #333;
    font-family: 'evogria_italic';
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
}
.fuel_quantity_select_hover {
    border-width: 5px;
    border-style: solid;
    border-color: #B3F000;
    font-family: 'evogria_italic';
    font-size: 14px;
    color: #B3F000;
    cursor: pointer;
}
.fuel_quantity_select:hover {
    border-width: 5px;
    border-style: solid;
    border-color: #B3F000;
    font-family: 'evogria_italic';
    font-size: 14px;
    color: #B3F000;
    cursor: pointer;
}
@media only screen and (max-width: 1500px) {
    .start_title_text {
        font-family: 'evogria_italic';
        color: #B3F000;
        font-size: 70px;
    }
    .start_title_text_jet {
        font-family: 'evogria_italic';
        font-size: 50px;
        padding: 0px 10px;
    }
    .start_bottom_charger {
        width: 315px;
    }
    .start_right_box_signup {
        border-left-color: #B3F000;
        border-left-style: solid;
        border-left-width: 0px;
        border-right-color: #B3F000;
        border-right-style: solid;
        border-right-width: 0px;
        border-radius: 30px;
        padding: 0px;
        text-align: left;
        height: 0px;
        position: relative;
        opacity: 0;
        display: none;
    }
}
.start_bottom_info {
    z-index: 1;
    position: relative;
    width: 100%;
    overflow-x: hidden;
    background-repeat: no-repeat;
    margin-top: -650px;
    background: url("../images/backgrounds/start_background_180.png");
    background-position: right top;
    background-size: cover;
    text-align: center;
    order: 4;
}
.start_bottom_title {
    font-family: 'evogria_italic';
    color: #FFFFFF;
    font-size: 40px;
}
.start_bottom_title_green {
    font-family: 'evogria_italic';
    color: #B3F000;
    font-size: 40px;
}
.start_bottom_text {
    font-family: 'evogria_italic';
    color: #FFFFFF;
    font-size: 20px;
}
.start_bottom_charger {
    width: 500px;
}
.pad_650 {
    height: 650px;
}
@media only screen and (max-width: 900px) {
    .start_div {
        z-index: 10;
        width: 100%;
        overflow-x: hidden;
        background: url("../images/backgrounds/start_background.pn");
        background-position: left;
        background-size: cover;
    }
    .start_left {
        width: 100%;
        float: left;
        text-align: left;
        height: auto;
        display: none;
        opacity: 0;
    }
    .start_right {
        width: 95%;
        float: left;
        position: relative;
        overflow-x: hidden;
        display: none;
        opacity: 0;
    }
    .start_left_login {
        width: 100%;
        float: left;
        text-align: left;
        position: relative;
    }
    .start_right_login {
        width: 95%;
        float: left;
        position: relative;
        padding: 5%;
    }
    .start_title_text {
        font-family: 'evogria_italic';
        color: #B3F000;
        font-size: 40px;
    }
    .start_title_text_jet {
        font-family: 'evogria_italic';
        font-size: 30px;
        padding: 0px 10px;
    }
    .start_right_box_login_error {
        padding: 30px;
        text-align: left;
        position: relative;
        margin-top: 0px;
        border-left-color: #B3F000;
        border-left-style: solid;
        border-left-width: 2px;
        border-right-color: #B3F000;
        border-right-style: solid;
        border-right-width: 0px;
        border-radius: 30px;
    }
    .start_bottom_info {
        z-index: 15;
        position: relative;
        width: 100%;
        overflow-x: hidden;
        background-color: #000;
        background: none;
        background-position: left;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: -650px;
        display: none;
        order: 4;
    }
    .start_bottom_title {
        font-family: 'evogria_italic';
        color: #FFFFFF;
        font-size: 30px;
    }
    .start_bottom_title_green {
        font-family: 'evogria_italic';
        color: #B3F000;
        font-size: 30px;
    }
    .start_bottom_charger {
        width: 100%;
    }
    .start_title_padding {
        height: 75px;
    }
    .start_right_padding {
        height: 20px;
    }
    .pad_650 {
        height: 0px;
    }
}
@media only screen and (max-width: 1150px) {
    .start_title_text {
        font-family: 'evogria_italic';
        color: #B3F000;
        font-size: 50px;
    }
    .start_title_text_jet {
        font-family: 'evogria_italic';
        font-size: 40px;
        padding: 0px 10px;
    }
}
/**CARBON**/
.carbon_menu {
    width: 15%;
    padding: 0%;
    height: 100%;
    position: fixed;
    float: left;
	background-color: #000;
	z-index: 1000;
}
.carbon_menu_holder_main {
    height: auto;
	position: relative;
	width: 100%;

}
.carbon_menu_holder_mobile {
    height: 0;
    overflow: hidden;
    border-right-color: #B3F000;
    border-right-style: solid;
    border-right-width: 0px;
    border-radius: 20px;
    padding-right: 20px;
    display: none;
}
.carbon_menu_item {
    font-family: 'evogria_italic';
    font-size: 24px;
    position: relative;
    display: inline-block;
    padding: 5%;
    width: 90%;
    text-align: right;
    cursor: pointer;
    overflow: hidden;
    background: transparent;
	border-top-style: solid;
	border-top-color: #222;
	border-top-width: 1px;
}

.carbon_menu_item{
  display:flex;
  justify-content:flex-end;   /* whole item aligned right */
  align-items:center;
  gap:10px;                   /* space between text and icon */
}

.carbon_menu_bottom_lock{
	bottom:0px;
	position: fixed;
	width: 15%;
}

/* icon stack */
.carbon_menu_icon{
  position:relative;
  width:30px;
  height:30px;
  flex:0 0 30px;
  overflow:hidden;            /* hides the "push" animation edges */
}

.carbon_menu_icon .icon{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  transition: opacity 220ms ease, transform 220ms ease;
}

/* start state */
.carbon_menu_icon .icon-green{
  opacity:0;
  transform: translateX(-100%); /* sits to the left, ready to roll in */
}

/* hover state (roll green in from left, push light out to the right) */
.carbon_menu_item:hover .carbon_menu_icon .icon-light{
  opacity:0;
  transform: translateX(100%);
}

.carbon_menu_item:hover .carbon_menu_icon .icon-green{
  opacity:1;
  transform: translateX(0);
}


.carbon_menu_text {
    display: inline-block;
    position: relative;
    padding: 3px;
    z-index: 1;
    background: linear-gradient(to left, #B3F000 0%, #B3F000 50%, #666666 50%, #666666 100%);
    background-size: 200% 100%;
    background-position: 0 0; /* ✅ Start fully white */
    color: black;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    transition: background-position 0.5s ease;
}
.carbon_menu_item:hover .carbon_menu_text {
    background-position: 100% 0; /* ✅ Swipe to the left */
}
.carbon_menu_button {
    border-right-color: #B3F000;
    border-right-style: solid;
    border-right-width: 1px;
    border-radius: 20px;
    border-left-color: #B3F000;
    border-left-style: solid;
    border-left-width: 1px;
    position: absolute;
    right: 60px;
}



/* Active menu item */
.carbon_menu_item.is-active{
  background:#222;
}

/* Active text stays in "hovered" green state */
.carbon_menu_item.is-active .carbon_menu_text{
  background-position:100% 0;
}

/* Active icons stay on green version */
.carbon_menu_item.is-active .carbon_menu_icon .icon-light{
  opacity:0;
  transform: translateX(100%);
}

.carbon_menu_item.is-active .carbon_menu_icon .icon-green{
  opacity:1;
  transform: translateX(0);
}





.carbon_welcome_box {
    text-align: right;
    padding-right: 20px !important;
    display: block;
}
.carbon_welcome_box_left {
    width: 100%
}
.carbon_welcome_box_right {
    width: 0%;
    display: none;
    text-align: right;
}
.carbon_welcome_text {
    font-family: 'evogria_italic';
    font-size: 16px;
    color: #CCCCCC;
}
.carbon_welcome_text_name {
    font-family: 'evogria_italic';
    font-size: 20px;
    color: #B3F000;
}
.carbon_welcome_text_notifications {
    font-family: 'roboto-thin';
    font-size: 14px;
    color: #CCCCCC;
}
.carbon_welcome_notify {
    text-align: right;
    display: inline-block;
}
@media only screen and (max-width: 1150px) {
    .carbon_menu {
        width: 100%;
        padding: 2.5%;
        height: auto;
		position: relative;
    }
    .carbon_welcome_box {
        text-align: left;
        padding-left: 0px !important;
        display: block;
        position: relative;
        width: 100%;
    }
    .carbon_welcome_box_left {
        width: 75%;
        float: left;
    }
    .carbon_welcome_notify {
        text-align: left;
    }
    .carbon_welcome_box_right {
        width: 25%;
        float: right;
        display: contents;
        text-align: right;
        position: absolute;
    }
    .carbon_menu_holder_main {
        display: none;
    }
    .carbon_menu_holder_mobile {
        display: block;
        padding-right: 20px !important;
        position: absolute;
        z-index: 50 !important;
        width: 50%;
        right: 60px;
        margin-top: 20px;
    }
}
/**CARBON MAIN**/
.carbon_main {
    width: 80%;
    padding: 2.5%;
    position: relative;
    float: right;
}
.carbon_main_summary_top {
    padding: 1.5%;
}
.carbon_main_top_padding {
    height: 2%;
}
.carbon_main_summary_top_image {
    height: 30px;
}
.carbon_main_summary_title_white {
    font-family: 'evogria_italic';
    color: #FFFFFF;
    font-size: 24px;
}
.carbon_main_summary_title_green {
    font-family: 'evogria_italic';
    color: #B3F000;
    font-size: 36px;
}
.carbon_main_summary_title_white_small {
    font-family: 'evogria_italic';
    color: #FFFFFF;
    font-size: 24px;
}
.carbon_main_summary_title_green_small {
    font-family: 'evogria_italic';
    color: #B3F000;
    font-size: 24px;
}
.carbon_top_box_1 {
    width: 44%;
    margin: 1.5%;
    padding: 1.5%;
    float: left;
    text-align: center;
    border-radius: 20px;
}
.carbon_top_box_2 {
    width: 44%;
    margin: 1.5%;
    padding: 1.5%;
    float: left;
    text-align: center;
    border-radius: 20px;
}



  /* Hide/show animation for the two top boxes */
 .carbon_top_box_1,
  .carbon_top_box_2 {
    overflow: hidden;
    transition: opacity 220ms ease, max-height 260ms ease, margin 260ms ease, padding 260ms ease;
    opacity: 1;
    max-height: 2000px;
  }
  .carbon_top_box_1.is-hidden,
  .carbon_top_box_2.is-hidden {
    opacity: 0;
    max-height: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    pointer-events: none;
  }






.carbon_top_box_holder {
    border-radius: 20px;
    padding: 20px;
	background-color: #222;
}


.carbon_top_box_title {
    font-family: 'roboto-thin';
    color: #FFF;
    font-size: 16px;
}
.carbon_top_box_value {
    font-family: 'evogria_italic';
    color: #B3F000;
    font-size: 24px;
}
.carbon_quick_calculate {
    width: 93%;
    margin: 1.5%;
    padding: 2%;
    float: left;
    text-align: left;
    border-radius: 20px;
}
.carbon_quick_calculate_holder {
    float: left;
    padding: 20px;
}

.carbon_missions {
    width: 92%;
    margin: 4% 4% 4% 4%;
    text-align: left;
	
    
}
.carbon_missions_holder{
	background-color: #222;
	padding: 3%;
	border-radius: 20px;
}

.carbon_mission_record {
    padding: 2%;
    border-radius: 20px;
    background-color: #111;
	font-family: 'roboto';
    display: flex;
    align-items: center;        /* vertical centering of items */
}

.carbon_mission_record_item {
    width: 15%;                 /* exactly 20% of parent */
    font-family: 'roboto';
    color: #FFF;
    font-size: 16px;
    text-align: center;

    display: flex;
    align-items: center;        /* vertical centering inside item */
    justify-content: center; 
	gap: 12px; /* horizontal centering inside item */
}


.carbon_mission_record_slider {
    width: 20%;                 /* exactly 20% of parent */
    font-family: 'roboto';
    color: #FFF;
    font-size: 16px;
    text-align: center;

    display: flex;
    align-items:flex-start;        /* vertical centering inside item */
    justify-content:flex-start; 
	gap: 12px; /* horizontal centering inside item */
}

.carbon_mission_record_slider{
  align-items: center;       /* instead of flex-start */
}

.carbon_mission_slider_readout{
  margin-top: 0;             /* remove the 6px drop */
  display: flex;
  align-items: center;
  line-height: 1;
}

.carbon_mission_record:hover{
	background-color: #161616;
}

.carbon_mission_record_reg{
	font-family: 'evogria_italic';
	color: #B3F000;
	font-size: 24px;
	display: flex;
    align-items: center;
    gap: 10px; 
}

.carbon_mission_record_route {
    font-family: 'evogria_italic';
    color: #B3F000;
    font-size: 14px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    height: 44px;                 /* controls overall size */
    aspect-ratio: 1 / 1;          /* width always = height */
    max-width: 44px;              /* safety for older layout engines */

    border-radius: 10px;
    border: 1px solid #B3F000;
    padding: 0;                   /* padding removed to preserve ratio */

    background-color: transparent;
    position: relative;

    transition:
        background-color 0.25s ease,
        color 0.25s ease;
}

/* Hide text but keep accessible */
.carbon_mission_record_route span {
    display: none;
}

/* icon base */
.carbon_mission_record_route .icon {
    transition: opacity 0.25s ease;
}

/* hide dark icon initially */
.carbon_mission_record_route .icon-dark {
    position: absolute;
    opacity: 0;
}

/* hover swap */
.carbon_mission_record_route:hover .icon-light {
    opacity: 0;
}

.carbon_mission_record_route:hover .icon-dark {
    opacity: 1;
}

.carbon_mission_record_route:hover {
    color: #000;
    background-color: #B3F000;
}



 /* Reveal animation */
  .reveal {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.55s ease, transform 0.55s ease;
    will-change: opacity, transform;
  }
  .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* Slider */
  .carbon_mission_slider {
    height: 25px;
    background: #000;
    border: 0;
    border-radius: 6px;
    position: relative;
    width: 50%;
  }
  .carbon_mission_slider .ui-slider-range {
    background: #B3F000;
    border: 0;
    border-radius: 6px;
  }
  .carbon_mission_slider .ui-slider-handle {
    height: 31px;
    width: 18px;
    top: -3px;
    border-radius: 6px;
    border: 1px solid #222;
    background: #eee;
    cursor: pointer;
  }
  .carbon_mission_slider_readout {
    margin-top: 6px;
    font-size: 13px;
    opacity: 0.95;
  }
  .carbon_mission_slider_readout .savedFlash {
    font-weight: bold;
    color: #B3F000;
  }

  /* Route */
  .carbon_mission_route_text {
    font-size: 13px;
    opacity: 0.95;
    letter-spacing: 0.5px;
  }

  /* EBC pie + tonnes */
  .ebc_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .ebc_pie {
    position: relative;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
  }

  .ebc_pie svg {
    display: block;
    width: 50px;
    height: 50px;
  }

  .ebc_bg {
    fill: none;
    stroke: #222;
    stroke-width: 8;
  }

  .ebc_fg {
    fill: none;
    stroke: #B3F000;
    stroke-width: 8;
    stroke-linecap: round;
    transition: stroke-dashoffset 0.15s linear;
    transform: rotate(-90deg);
    transform-origin: 25px 25px;
    stroke-dasharray: 0 999;
    stroke-dashoffset: 0;
  }

  .ebc_pct {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    color: #B3F000;
  }

  .ebc_tonnes {
    font-size: 12px;
    line-height: 1.3;
    opacity: 0.95;
  }

  .ebc_commission_box {
    
    opacity: 0.95;
  }
.ebc_commission_usd {
   color: #B3f000;
	font-size: 15px;
  }

  /* Totals row */
  .carbon_mission_totals {
    margin-top: 10px;
    padding: 14px;
    border-radius: 10px;
    background: rgba(255,255,255,0.03);
	  font-family: 'roboto';
  }
  .totals_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
	  color: #B3F000;
	  font-family: 'evogria_italic';
  }
  .totals_grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(140px, 1fr));
    gap: 10px;
  }
  .totals_item .label {
    font-size: 14px;
    opacity: 0.8;
	  font-family: 'roboto';
	  color: #FFF;
  }
  .totals_item .value {
    font-size: 16px;
    font-weight: bold;
	  font-family: 'roboto';
	  color: #FFF;
  }


.route_panel {
  width: 100%;
  overflow: hidden;
}

.route_panel_inner {
  background: #111;
  border-radius: 20px;
  padding: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.route_map {
  width: 100%;
  height: 340px;
  border-radius: 16px;
  background: #000;
}

  @media (max-width: 980px) {
    .totals_grid { grid-template-columns: repeat(2, minmax(140px, 1fr)); }
  }





/* Responsive mission rows */
@media (max-width: 980px) {
	
	.carbon_missions {
    width: 97%;
    margin: 1.5% 1.5% 4% 1.5%;
    text-align: left;
	
    
}
	
  .carbon_mission_record {
    flex-wrap: wrap;              /* allow items to drop onto new lines */
    gap: 12px;                    /* spacing between wrapped items */
  }

  .carbon_mission_record_item,
  .carbon_mission_record_slider {
    width: calc(50% - 12px);      /* 2 columns on medium screens */
    justify-content: flex-start;  /* left align content so it reads well */
    text-align: left;
  }

  /* Slider layout: keep slider + $ on one line, aligned */
  .carbon_mission_record_slider {
    align-items: center;
  }

  .carbon_mission_slider {
    width: 60%;                   /* give slider more room than the $ */
  }

  .carbon_mission_slider_readout {
    margin-top: 0;                /* stops the readout dropping */
    display: flex;
    align-items: center;
    line-height: 1;
    white-space: nowrap;
  }

  /* Route button aligns nicely */
  .carbon_mission_record_route {
    width: 100%;
    justify-content: center;
  }

  /* Pie + tonnes can wrap nicely if needed */
  .ebc_wrap {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .carbon_mission_record_item,
  .carbon_mission_record_slider {
    width: 100%;                  /* 1 column on phones */
  }

  .carbon_mission_slider {
    width: 70%;
  }

  /* Keep icons/text from looking squashed */
  .carbon_mission_record_item {
    gap: 10px;
  }
}











@media only screen and (max-width: 1150px) {
    .carbon_main {
        width: 95%;
        padding: 2.5%;
        position: relative;
        float: left;
    }
    .carbon_top_box_1 {
        width: 92%;
        margin: 1.5%;
        padding: 1.5%;
        float: left;
        text-align: center;
        clear: both
    }
    .carbon_top_box_2 {
        width: 94%;
        margin: 1.5%;
        padding: 1.5%;
        float: left;
        text-align: center;
    }
    .carbon_top_box_3 {
        width: 94%;
        margin: 1.5%;
        padding: 1.5%;
        float: left;
        text-align: center;
    }
    .carbon_main_summary_top_image {
        height: 20px;
    }
    .carbon_main_summary_title_white {
        font-family: 'evogria_italic';
        color: #FFFFFF;
        font-size: 20px;
    }
    .carbon_main_summary_title_green {
        font-family: 'evogria_italic';
        color: #B3F000;
        font-size: 20px;
    }
    .carbon_main_top_padding {
        height: 3%;
    }
    .carbon_top_box_holder {
        border-right-color: #B3F000;
        border-right-style: solid;
        border-right-width: 1px;
        border-radius: 20px;
        border-left-color: #B3F000;
        border-left-style: solid;
        border-left-width: 1px;
        padding: 10px;
    }
    .carbon_top_box_title {
        font-family: 'roboto-thin';
        color: #FFF;
        font-size: 16px;
    }
    .carbon_top_box_value {
        font-family: 'evogria_italic';
        color: #B3F000;
        font-size: 20px;
    }
}
.carbon_start_blurb {
    font-family: 'roboto-light';
    color: #FFF;
    font-size: 20px;
    letter-spacing: 1.6px; /* space between letters */
    line-height: 1.6;
}
.carbon_graph {
    padding: 0%;
}
.carbon_graph_inner {
    height: 300px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #B3F000;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #B3F000;
}
#purchaseLayer {
    display: none; /* important */
    height: 0;
    overflow: hidden;
    padding: 20px;
    border: 0;
    background-color: #000000;
    background-image: url("../images/backgrounds/carbon_back.jpg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
#purchaseLayer .purchase_inner {
    padding: 2%;
    margin: 0; /* avoid margin collapse surprises */
}
#purchaseLayer .purchase_modal {
    position: relative;
    top: 0;
    width: 96%;
}
.purchase_left {
    float: left;
    padding: 5%;
    width: 40%;
    height: 90%;
    text-align: left;
}
.purchase_right {
    float: left;
    padding: 5%;
    width: 40%;
    height: 90%;
    text-align: left;
}
.purchase_right_inner {
    padding: 5%;
    border-left-color: #B3F000;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #B3F000;
    border-right-style: solid;
    border-right-width: 0px;
    border-radius: 30px;
}
.purchase_title_green {
    font-family: 'evogria_italic';
    font-size: 56px;
    color: #B3F000;
}
.purchase_text {
    font-family: "roboto-light";
    color: #CCC;
    font-size: 18px;
}
.desktop_pad {
    height: 10%;
}
.desktop_pad_left {
    padding-left: 5%;
}
@media only screen and (max-width: 1000px) {
    .purchase_left {
        float: left;
        padding: 5%;
        width: 90%;
        height: auto;
        position: relative;
        text-align: left;
    }
    .purchase_right {
        float: left;
        padding: 5%;
        width: 90%;
        height: auto;
        position: relative;
        text-align: left;
    }
    .purchase_right_inner {
        padding: 0%;
        border-left-color: #B3F000;
        border-left-style: solid;
        border-left-width: 0px;
        border-right-color: #B3F000;
        border-right-style: solid;
        border-right-width: 0px;
        border-radius: 30px;
    }
    .start_signup_input_box {
        width: 100%;
    }
    .start_signup_input_box_correct {
        width: 100%;
    }
    .start_signup_input_box_incorrect {
        width: 100%;
    }
    .purchase_title_green {
        font-size: 30px;
    }
    .desktop_pad {
        height: 0%;
    }
    .desktop_pad_left {
        padding-left: 0%;
    }
}
.co2_compare {
    padding: 2%;
    border-left-color: #B3F000;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #B3F000;
    border-right-style: solid;
    border-right-width: 1px;
    border-radius: 30px;
}
.bar_title {
    font-family: "roboto-light";
    color: #CCC;
    font-size: 16px;
}
.bar_row_no_tonnes {
    font-family: "roboto-light";
    color: #B3F000;
    font-size: 12px;
}
.bar_row {
    display: grid;
    grid-template-columns: 120px 1fr 50px;
    gap: 10px;
    align-items: center;
    margin: 20px 0;
}
.bar_title, .bar_num {
    white-space: nowrap;
}
.bar_track {
    height: 30px;
    background: rgba(0, 0, 0, 0.10);
    border-radius: 999px;
    overflow: hidden;
}
.bar_fill {
    height: 100%;
    width: 0%;
    border-radius: 999px;
    transition: width 700ms ease-in-out;
}
/* differentiate bars (optional) */
#bar_ebc {
    background: linear-gradient(90deg, #B3F000, #9ED400);
}
#bar_saf {
    background: linear-gradient(90deg, #666666, #4F4F4F);
}
.success_submit_window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s ease;
}
.success_submit_window.is-visible {
    opacity: 1;
}
/** POWER **/
.power_main {
    background: #000;
    display: flow-root;
}
/* loader overlay */
#loader {
    position: fixed;
    inset: 0;
    overflow: hidden;
    z-index: 99999;
    isolation: isolate;
    --p: 0%;
}
/* base (night) background */
#loader .base {
    position: absolute;
    inset: 0;
    background: #000;
}
/* charging background (reveals upward) */
#loader .charge {
    position: absolute;
    inset: 0;
    /* the image that "charges up" */
    background: url("../images/backgrounds/power_green.jpg") top / cover no-repeat;
    /* synced reveal */
    clip-path: inset(calc(100% - var(--p)) 0 0 0);
    transition: clip-path 140ms linear;
}
/* optional subtle grain */
#loader .noise {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.10;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
    mix-blend-mode: overlay;
    animation: grain 800ms steps(2) infinite;
}
@keyframes grain {
    0% {
        transform: translate(0, 0)
    }
    25% {
        transform: translate(-2%, 1%)
    }
    50% {
        transform: translate(2%, -1%)
    }
    75% {
        transform: translate(-1%, -2%)
    }
    100% {
        transform: translate(0, 0)
    }
}
/* percent wrapper */
#percentWhiteLayer, #percentBlackLayer {
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    display: grid;
    place-items: center;
}
/* white layer always visible */
#percentWhiteLayer {
    color: #fff;
}
/* black layer is clipped by the SAME progress as the background */
#percentBlackLayer {
    color: #000;
    clip-path: inset(calc(100% - var(--p)) 0 0 0);
    transition: clip-path 140ms linear;
}
/* shared text styling */
#percentWhite, #percentBlack {
    font-family: 'evogria_italic', system-ui, Arial, sans-serif;
    font-size: 50vh;
    line-height: 0.85;
    font-weight: normal;
    letter-spacing: 0.04em;
    text-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
}
@media (max-width: 1000px) {
    /* DO NOT rotate the layers (they control the clip-path direction) */
    #percentWhiteLayer, #percentBlackLayer {
        transform: none;
    }
    /* Rotate ONLY the text */
    #percentWhite, #percentBlack {
        display: inline-block;
        transform: rotate(-90deg);
        transform-origin: center;
        font-size: 20vh; /* your final size */
        line-height: 0.85;
    }
    #percentWhite, #percentBlack {
        display: inline-block;
        width: 4ch; /* fits "100%" */
        text-align: center; /* keeps it visually locked */
        font-variant-numeric: tabular-nums;
    }
}
#batteryHud {
    width: 100px;
    height: auto;
    transform: rotate(90deg);
    pointer-events: none;
    display: none; /* hidden until triggered */
    z-index: 10;
}
#batteryHud svg {
    width: 100%;
    height: auto;
    display: block;
}
#batteryHud > * {
    transition: transform 400ms ease, opacity 300ms ease;
}
.batt-stroke {
    fill: none;
    stroke: #B3F000;
    stroke-width: 6;
    stroke-linejoin: round;
    stroke-linecap: round;
}
.batt-fill {
    fill: #B3F000;
    opacity: 0.85;
}
.power_header {
    position: relative;
    width: 100%;
    height: 140%;
    background-image: url("../images/backgrounds/bristell_green.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-position: center -300px;
    /* key line */
    background-size: max(1750px, 100%) auto;
}
.power_header_top {
    position: relative;
    top: -62vh; /* move up over the section above */
    padding: 5px;
    display: flex;
    flex-direction: row; /* or just remove this line */
    align-items: center;
    justify-content: center;
    gap: 20px;
    z-index: 10; /* ensure it sits above */
}
/* Base */
.power_left, .power_center, .power_right {
    box-sizing: border-box;
}
.power_wrap::after {
    content: "";
    display: table;
    clear: both;
}
.power_wrap {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 2s ease, transform 2s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}
.power_wrap.wrap_in {
    opacity: 1;
    transform: translateY(0);
}
/* Layout */
.power_left {
    float: left;
    position: relative;
    width: 35%;
    padding: 6%;
    height: 70%;
    background: linear-gradient(to bottom, #222 0%, #111 50%, #000 100%);
    z-index: 1;
    --layout-x: 0px;
    --layout-y: 0px;
}
.power_center {
    float: left;
    position: relative;
    width: 60%;
    height: 70%;
    background: url("../images/backgrounds/x_ray_aircraft.png") center/contain no-repeat;
    z-index: 300;
    /* keep center overlap here */
    transform: translateX(-30%);
}
.power_right {
    float: right;
    position: relative;
    width: 40%;
    padding: 3%;
    height: 70%;
    z-index: 400;
    /* your overlap values */
    --layout-x: -10%;
    --layout-y: -40%;
}
/* Animation setup */
.power_left, .power_right {
    opacity: 0;
    /* compose layout transform + animation transform */
    transform: translate(var(--layout-x), var(--layout-y)) translate3d(0, 0, 0);
    transition: transform 1000ms cubic-bezier(0.16, 1, 0.3, 1), opacity 800ms ease-out;
    will-change: transform, opacity;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}
/* starting positions (add animation offset AFTER layout offset) */
.power_left {
    transform: translate(var(--layout-x), var(--layout-y)) translate3d(-80px, 0, 0);
}
.power_right {
    transform: translate(var(--layout-x), var(--layout-y)) translate3d(80px, 0, 0);
}
/* end state */
.power_in {
    opacity: 1;
    transform: translate(var(--layout-x), var(--layout-y)) translate3d(0, 0, 0);
}
.power_header_text {
    font-family: 'evogria_italic';
    font-size: 64px;
    padding: 0 3px;
    display: inline-block;
}
.battery_aerovolt_logo {
    width: 225px;
}
.power_body {
    position: relative;
    top: -50vh;
    width: 100%;
}
.power_chargers {
    width: 100%;
    clear: both;
    position: relative;
	--lift: 60vh;
  transform: translateY(calc(-1 * var(--lift)));
  margin-bottom: calc(-1 * var(--lift)); /* cancels the reserved space */
}


.power_chargers{
  width: 100%;
  clear: both;
  position: relative;

 
}



/* LEFT */
.power_charger_main {
    width: 100%;
    position: relative;
}
/* RIGHT */
.power_charger_slogan {
    position: absolute;
    left: 50%;
    top: 66%;
    transform: translate(-50%, 10px); /* keep your fade-up offset */
    text-align: center;
    opacity: 0;
    transition: opacity 800ms ease, transform 800ms ease;
    z-index: 5;
    pointer-events: none;
}
/* when active */
.power_video_box.slogan_show .power_charger_slogan {
    opacity: 1;
    transform: translate(-50%, 0);
}
.power_video_box.slogan_show video {
    opacity: 0.75; /* dim by 25% */
}
/* VIDEO BOX */
.power_video_box {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
}
/* top fade */
.power_video_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10%; /* adjust 5–10% */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    z-index: 2;
    pointer-events: none;
}
/* bottom fade */
.power_video_box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    z-index: 2;
    pointer-events: none;
}
/* keep video underneath */
.power_video_box video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.power_video_header {
    font-family: 'evogria_italic';
    font-size: 60px;
    padding: 0 3px;
    display: inline-block;
    
  color: #FFF;
    text-shadow:
        0 2px 8px rgba(0, 0, 0, 0.65);
}
@media (max-width: 1150px) {
    .power_header {
        position: relative;
        width: 100%;
        height: 110%;
        background-image: url("../images/backgrounds/bristell_green.jpg");
        background-repeat: no-repeat;
        background-position: center top;
        background-position-y: -130px;
        /* key line */
        background-size: max(1000px, 50%) auto;
    }
    .power_header_top {
        position: relative;
        top: -30vh; /* move up over the section above */
        padding: 5px;
        display: flex;
        flex-direction: row; /* or just remove this line */
        align-items: center;
        justify-content: center;
        gap: 20px;
        z-index: 10; /* ensure it sits above */
    }
    .power_body {
        position: relative;
        top: -30vh;
    }
    .power_left {
        float: left;
        position: relative;
        width: 35%;
        padding: 6%;
        height: 70%;
        background: linear-gradient(to bottom, #222 0%, #111 50%, #000 100%);
        z-index: 1;
        --layout-x: 0px;
        --layout-y: 0px;
    }
    .power_center {
        float: left;
        position: relative;
        width: 60%;
        height: 70%;
        background: url("../images/backgrounds/x_ray_aircraft.png") center/contain no-repeat;
        z-index: 300;
        /* keep center overlap here */
        transform: translateX(-25%);
    }
    .power_right {
        float: right;
        position: relative;
        width: 40%;
        padding: 3%;
        height: 70%;
        z-index: 400;
        /* your overlap values */
        --layout-x: -10%;
        --layout-y: -40%;
    }
    #batteryHud {
        transition: transform 400ms ease, opacity 400ms ease;
        will-change: transform;
        width: 75px;
        height: auto;
        z-index: 1;
        pointer-events: none;
        display: none; /* hidden until triggered */
    }
    .power_header_text {
        font-family: 'evogria_italic';
        font-size: 40px;
        padding: 0 3px;
        display: inline-block;
    }
    .power_chargers {
        width: 100%;
        clear: both;
        position: relative;
        transform: translateY(-35vh);
    }
    .power_video_header {
        font-family: 'evogria_italic';
        font-size: 40px;

    }
}
@media (max-width: 1000px) {
    .power_header {
        position: relative;
        width: 100%;
        height: 100%;
        background-image: url("../images/backgrounds/bristell_green.jpg");
        background-repeat: no-repeat;
        background-position: center top;
        background-position-y: -130px;
        /* key line */
        background-size: max(1200px, 50%) auto;
    }
    .power_header_top {
        position: relative;
        top: -40vh; /* move up over the section above */
        padding: 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0px;
        z-index: 10; /* ensure it sits above */
    }
    .power_header_top > * {
        text-align: center;
    }
    .power_body {
        position: relative;
        top: -30vh;
    }
    .power_left {
        float: right;
        position: relative;
        width: 70%;
        padding: 5%;
        min-height: 220px;
        height: 50%; /* use min-height instead of % height */
        background: linear-gradient(to bottom, #222 0%, #111 50%, #000 100%);
        z-index: 1;
        text-align: right;
    }
    .power_center {
        float: left;
        position: relative;
        width: 100%;
        min-height: 260px;
        z-index: 300;
        text-align: center;
        align-content: center;
        /* overlap the left by 30% on Y only */
        transform: translateY(-45%);
    }
    .power_center {
        position: relative;
        overflow: visible;
        background: none !important;
    }
    .power_center::before {
        content: "";
        position: absolute;
        inset: -10%;
        background: url("../images/backgrounds/x_ray_aircraft.png") center / 110% no-repeat;
        transform: rotate(45deg);
        z-index: 0;
    }
    .power_right {
        float: left; /* keep stacked order clean */
        position: relative;
        width: 70%;
        padding: 5%;
        z-index: 400;
        transform: translateY(-45%);
    }
}
@media (max-width: 700px) {
    .power_header {
        position: relative;
        width: 100%;
        height: 100%;
        background-image: url("../images/backgrounds/bristell_green_blank.jpg");
        background-repeat: no-repeat;
        background-position: center top;
        background-position-y: -200px;
        /* key line */
        background-size: max(875px, 50%) auto;
    }
    .power_header_top {
        position: relative;
        top: -40vh; /* move up over the section above */
        padding: 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0px;
        z-index: 10; /* ensure it sits above */
    }
    .power_header_top > * {
        text-align: center;
    }
    .power_body {
        position: relative;
        top: -30vh;
    }
    .power_left {
        float: left;
        position: relative;
        width: 100%;
        padding: 5%;
        min-height: 220px;
        height: 50%; /* use min-height instead of % height */
        background: linear-gradient(to bottom, #222 0%, #111 50%, #000 100%);
        z-index: 1;
        text-align: center;
    }
    .power_center {
        float: left;
        position: relative;
        width: 100%;
        min-height: 260px;
        z-index: 300;
        text-align: center;
        align-content: center;
        /* overlap the left by 30% on Y only */
        transform: translateY(-45%);
    }
    .power_center {
        position: relative;
        overflow: visible;
        background: none !important;
    }
    .power_center::before {
        content: "";
        position: absolute;
        inset: -25%;
        background: url("../images/backgrounds/x_ray_aircraft.png") center / 110% no-repeat;
        transform: rotate(45deg);
        z-index: 0;
    }
    .power_right {
        float: left; /* keep stacked order clean */
        position: relative;
        width: 100%;
        padding: 5%;
        z-index: 400;
        transform: translateY(-50%);
    }
    #batteryHud {
        transition: transform 400ms ease, opacity 400ms ease;
        will-change: transform;
        width: 75px;
        height: auto;
        z-index: 1;
        pointer-events: none;
        display: none; /* hidden until triggered */
    }
    .power_header_text {
        font-family: 'evogria_italic';
        font-size: 36px;
        padding: 0 6px;
        display: inline-block;
    }
    .battery_aerovolt_logo {
        width: 150px;
    }
}
#battery_replacement_programme {
    display: inline;
    z-index: 10
}
#battery_replacement_programme .word {
    display: inline-block;
    white-space: nowrap;
    overflow: visible;
}
#battery_replacement_programme .letter {
    display: inline-block;
    opacity: 0;
    transform: translateY(8px);
    animation: fadeUpLetter 420ms ease forwards;
    will-change: opacity, transform;
    background: linear-gradient(to bottom, #FFF, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    padding: 0 0.06em;
    margin: 0 -0.03em;
    overflow: visible;
}
#battery_replacement_programme .letter {
    padding-right: 0.12em; /* more space on the right */
    padding-left: 0.06em;
    margin-right: -0.06em; /* pull spacing back so it doesn't look too wide */
}
.letter {
    display: inline-block;
    opacity: 0;
    animation: fadeIn 420ms forwards;
}
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}
#battery_replacement_programme {
    opacity: 0;
    transition: opacity 0.25s ease;
}
#battery_replacement_programme.is-ready {
    opacity: 1;
}
.replacement_header {
    font-family: 'evogria_italic';
    color: #B3F000;
    font-size: 36px;
    line-height: 48px;
}
.replacement_text {
    font-family: 'roboto-light';
    color: #999;
    font-size: 20px;
    line-height: 26px;
}



#chargeHud svg { display: block; width: 100%; height: 100%; }

.charge-stroke{
  fill: none;
  stroke: #B3F000;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  /* If you want a subtle glow similar vibe */
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.65));
}

.power_charger_blurb{
  padding: 5%;
  width: 90%;
  margin: 0 auto;

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

  opacity: 0;
  transform: translateY(16px);
  transition: opacity 700ms ease, transform 700ms ease;
  will-change: opacity, transform;
}

.power_charger_blurb.is-visible{
  opacity: 1;
  transform: translateY(0);
}







/** KNOWLEDGE **/
.knowledge_header{
	padding: 10% 5% 5% 5%;
	font-family: 'evogria_italic';
	font-size: 56px;
	color: #FFF;
	align-content: center;
	text-align: center;
}

.knowledge_sub_header{
	font-family: 'evogria_italic';
	font-size: 36px;
	color: #B3F000;
}


.kc-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.kc-item {
  border-radius: 14px;
  overflow: hidden;
  margin: 14px 0;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
}

/* Question button */
.kc-q {
  width: 100%;
  text-align: left;
  padding: 18px 18px;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;

  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  transition: color 350ms ease, background-color 350ms ease;
}

.kc-q:hover {
  background: rgba(255,255,255,0.06);
}

/* Active question colour fade */
.kc-item.is-open .kc-q {
  color: #B3F000;
}

/* Plus icon */
.kc-icon {
  font-size: 22px;
  line-height: 1;
  opacity: 0.9;
  transition: transform 350ms ease, opacity 350ms ease;
}

.kc-item.is-open .kc-icon {
  transform: rotate(45deg);
  opacity: 1;
}

/* Answer wrapper */
.kc-a {
  display: none; /* jQuery slideDown/Up */
  padding: 0 18px 18px 18px;
	font-family: 'roboto-light';
}

.kc-a-inner {
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 450ms ease, transform 450ms ease;
  color: rgba(255,255,255,0.88);
  font-size: 16px;
  line-height: 1.5;
	font-family: 'roboto-light';
}

.kc-a-inner > * {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 500ms ease,
    transform 500ms ease;
}

/* When item opens, JS will add .kc-show */
.kc-a-inner > *.kc-show {
  opacity: 1;
  transform: translateY(0);
}

/* When open, we fade in inner content */
.kc-item.is-open .kc-a-inner {
  opacity: 1;
  transform: translateY(0);
}

/* Images inside answers */
.kc-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 14px 0;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.12);
}

/* Start hidden for load-in */
.kc-item {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 650ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

/* When JS adds this, items reveal */
.kc-item.kc-loaded {
  opacity: 1;
  transform: translateY(0);
}


.kc-img-row {
  display: flex;
  flex-direction: column; /* stacked by default */
  gap: 16px;
  margin: 16px 0;
}

.kc-img-row .kc-img {
  margin: 0;          /* important: avoid extra spacing inside the row */
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

/* Side-by-side on larger screens */
@media (min-width: 700px) {
  .kc-img-row {
    flex-direction: row;
  }

  .kc-img-row .kc-img {
    width: auto;       /* let flex sizing take over */
    flex: 1 1 0;       /* equal widths, can shrink */
    min-width: 0;      /* critical: prevents overflow/clipping */
  }
	
}

.knowledge_button {
    padding: 10px;
    background-color: #B3FF00;
    font-family: "evogria_italic";
    font-size: 24px;
    color: #000;
    border-radius: 20px;
    border-color: #B3F000;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
	width: 250px;
}
.knowledge_button:hover {
    background-color: #000;
    color: #B3F000;
    border-color: #B3F000;
}


@media (max-width: 600px) {
	
	.knowledge_header{
	padding: 15% 5% 5% 5%;
	font-size: 48px;
}

.knowledge_sub_header{
	font-size: 26px;

}
	.knowledge_button{
		font-size: 12px;
		padding: 5px;
		width: 120px;
	}
	
}
