@font-face {
  font-family: "Magnetik";
  src: url("./fonts/Magnetik-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Magnetik";
  src: url("./fonts/Magnetik-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Magnetik";
  src: url("./fonts/Magnetik-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

html {
  font-size: 16px !important;
}

body {
  font-size: 1.3rem;
  color: #090720;
  font-family: Magnetik, Arial, "Helvetica Neue", sans-serif;
}

small {
  font-size: 0.9rem;
}
hr {
  opacity: 1;
  border: 1px solid white;
}

.w-60 {
  width: 60%;
}
.h-10 {
  height: 10vh;
}
.h-40 {
  height: 40vh;
}
.h-50 {
  height: 50vh;
}
.h-51 {
  height: 51vh;
}
.h-60 {
  height: 60vh;
}

.fs-16 {
  font-size: 0.9rem;
}
.fs-20 {
  font-size: 1.1rem;
}
.fs-30 {
  font-size: 1.5rem;
}
.fs-40 {
  font-size: 1.8rem;
}
.fs-50 {
  font-size: 2.8rem;
}

.bg-color1 {
  background-color: #fff;
}
.bg-color2 {
  background-color: #00213e;
}
.bg-color3 {
  background-color: #e1f8cf;
}
.bg-white {
  background-color: white;
}
.color1 {
  color: #043a68;
}
.color3 {
  color: #0b5755;
}
hr.color3 {
  border-color: #e1f8cf;
}
.color4 {
  color: #94231c;
}
hr.color4 {
  border-color: #fcd2d2;
}

.btn-circle {
  padding: 8px 13px 10px 13px;
  border-radius: 40px;
}

.btn-white,
.btn-white:hover,
.btn-white:active,
.btn-white:focus {
  background-color: white;
  font-size: 1.7rem;
}
.btn-primary,
.btn-primary:disabled {
  background-color: #090720;
  border-radius: 2rem;
  color: #ffffff;
  border: solid 2px #090720;
}

.btn-primary svg {
  margin-left: 7px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: white !important;
  color: #090720;
  border-color: #090720;
}
.btn-alt {
  background-color: #badd4c;
  border-radius: 15px;
  border: 0;
  color: #043a68;
}
.btn-alt:hover,
.btn-alt:active {
  background-color: white;
  color: #043a68;
}
.btn-secondary {
  background-color: #ffffff;
  border-radius: 30px;
  color: #090720;
  border: solid 1px #d3d3d7;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  background-color: #090720;
}
.btn-secondary:hover svg,
.btn-secondary:active svg,
.btn-secondary:focus svg {
  color: #fff;
}
.btn-secondary img {
  padding-bottom: 2px;
}

.btn-third {
  background-color: #043a68;
  color: #badd4c;
  border-radius: 2rem;
  border: 0;
}
.btn-third:hover,
.btn-third:active {
  background-color: white;
  color: #043a68;
}
/* .btn-question,
.btn-answer {
  background-color: white;
  padding: 1rem;
  color: #043a68;
}
.btn-question:hover,
.btn-answer:hover {
  background-color: #badd4c;
  color: #043a68;
}
.btn-question {
  height: auto;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.btn-question img {
  padding: 0 10px;
  flex-shrink: 0;
} */

.btn-answer {
  height: 150px;
  width: 100%;
}

.sidebar,
.screen {
  min-height: calc(100vh - 108px);
  width: 100%;
  position: relative;
}

.progress {
  background: linear-gradient(
    90deg,
    #badd4c,
    #f0edd3 24%,
    #fbe03c 36%,
    #fbe03c 42%,
    red
  );
  border-radius: 8px;
  width: 100%;
  height: 12px;
}
.cursor {
  left: 50%;
  bottom: -26px;
  z-index: 10;
  transition: left 2s ease-out;
  width: 10px;
  height: 41px;
  background-color: #090720;
  position: absolute;
  border: solid 4px #ffffff;
  box-sizing: border-box;
}

.cursor:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #090720;
  border-radius: 15px;
  margin-left: -5px;
  position: absolute;
  right: -6px;
  top: -15px;
}

.v-gauge-cursor {
  width: 100%;
  left: 0;
  bottom: 65%;
  height: 2px;
  background-color: #090720;
  transition: top 2s ease-out;
}

.v-gauge-cursor:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #090720;
  border-radius: 50%;
  margin-left: -5px;
  position: absolute;
  right: 0;
  bottom: -6px;
}

/* V2 RULES */

p {
  margin-bottom: 2rem;
}

h3 {
  font-family: Arial;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -2%;
  text-transform: uppercase;
}

h2 {
  font-family: Magnetik;
  font-weight: 500;
  font-size: 30px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  margin: 0 0 30px 20px;
}
.right {
  display: flex;
}

.home-logo-wrapper .home {
  font-family: Arial;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -2%;
  color: #090720;
}

.home-logo-wrapper .home:hover {
  color: #ffffff;
}

.home-logo-wrapper .back {
  padding: 0 20px;
}

.home-logo-wrapper svg {
  color: #090720;
}

.home-logo-wrapper button {
  display: flex;
  align-items: center;
}

.home-logo-wrapper .home svg {
  margin-right: 7px;
  font-size: 0.78rem;
}

.home-logo-wrapper {
  margin: 33px 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.home-logo-wrapper .logo {
  background-color: transparent;
  border: none;
}

.home-logo-wrapper img {
  width: 213px;
}

#home.hidden,
#back.hidden {
  display: none;
}

.flag {
  width: 24px;
  height: 16px;
}

.grey {
  font-family: Magnetik;
  font-weight: 300;
  font-size: 22px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  color: #595861;
}

.bold {
  font-weight: 500;
  font-size: 26px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
}

.earth-wrapper {
  min-width: 447px;
  background: #e1f8cf;
  border-radius: 30px;
  max-height: 100%;
  height: calc(100vh - 108px);
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.earth-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.earth-container #earthAnimation1,
.earth-container #earthAnimation2,
.earth-container #earthAnimation3 {
  width: 100%;
  height: 100%;
  max-width: 273px;
  max-height: 273px;
}

.counters {
  min-width: 563px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.choices {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bars {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: stretch;
}

.bar {
  width: 100%;
  height: 4px;
  background-color: #0b5755;
  opacity: 0.2;
  border-radius: 30px;
}

.bar.fill {
  opacity: 1;
}

.text-block {
  border-radius: 30px;
  border: solid 2px #ededee;
  padding: 35px 20px 20px 40px;
  max-height: 100%;

  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.text-block button {
  background-color: white !important;
  color: #090720;
  border-color: #090720;
}

.text-block:hover {
  border: solid 2px #090720;
  cursor: pointer;
}

.text-block:hover button {
  background-color: #090720 !important;
  color: #ffffff;
  border-color: #090720;
}

/* .btn-primary:after {
  content: '<i class=" fa-solid fa-arrow-right "></i>';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #090720;
} */

.main-wrapper {
  display: flex;
  max-height: 100%;
  align-items: stretch;
  gap: 20px;
  /* ///////// */
  height: 100%;
  align-items: stretch;
  flex: 1;
}

.container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px 30px 30px;
  height: calc(100vh - 106px);
  overflow: hidden;
}

.text-blocks-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  max-height: 100%;
  width: 100%;
}

.actions {
  display: flex;
  justify-content: flex-end;
}

#screen2 .content {
  font-family: Magnetik;
  font-weight: 300;
  font-size: 50px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
}

#vGaugeContainer {
  background-color: #ededee;
  border-radius: 30px;
  padding: 30px;
}

#vGaugeContainer.color4 {
  background-color: #fcd2d2;
}

#vGaugeContainer.color3 {
  background-color: #e1f8cf;
}
.gauge-header {
  margin-bottom: 30px;
}

.gauge-header,
.total-gauge-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.total-gauge-header {
  margin-bottom: 30px;
}

.co2-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #894709;
}

.color3 .co2-wrapper * {
  color: #0b5755 !important;
}

.color4 .co2-wrapper * {
  color: #94231c !important;
}

.total-gauge .co2-wrapper {
  align-items: flex-start;
}

.unit {
  font-family: Magnetik;
  font-weight: 500;
  font-size: 12px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  margin-left: 5px;
  color: #090720 !important;
}

.total-gauge-title {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -2%;
  vertical-align: bottom;
}

.total-gauge-header .unit {
  font-family: Magnetik;
  font-weight: 500;
  font-size: 10px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
}

.total-gauge-header .co2-wrapper {
  flex-direction: row;
}

.total-gauge-header .co2Level {
  font-family: Magnetik;
  font-weight: 500;
  font-size: 42.5px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  text-align: right;
}

#vGaugeCO2Level,
.co2Level {
  font-family: Magnetik;
  font-weight: 500;
  font-size: 80px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  color: #090720;
}

#vGaugeTitle {
  border: none;
  text-align: left;
}

.total-gauge {
  padding: 30px 30px 60px 30px;
  border-radius: 30px;
  border: solid 2px #ededee;
}

.counters {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.v-gauge .position-relative img {
  height: 324px;
}

.quiz {
  padding: 30px 30px 0 30px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.step {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.optimisations {
  flex-direction: column;
  display: flex;
  gap: 10px;
  flex: 1;
  min-height: 0;
}

#step2 .optimisations {
  min-height: 75%;
}

.opti-row {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: stretch;
  flex: 1;
  min-height: 0;
}

.optimisations .btn-question {
  border: solid 2px #ededee;
  border-radius: 20px;
  flex: 1;
  min-height: 0;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.optimisations .btn-question span {
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -2%;
  text-align: center;
}

.optimisations .btn-question:hover {
  border: solid 2px #090720;
}

#tipsLine1 {
  font-family: Arial;
  font-weight: 400;
  font-size: 22px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  color: #595861;
}

#step3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

#step3 .top-container {
  width: 100%;
}

#step3 .wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#step3 .bottom-container {
  display: flex;
  justify-content: space-between;
}

#step3 .top-container h2 {
  margin: 0 0 10px 0;
}

#tips {
  border-radius: 20px;
  padding-top: 35px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  border: solid 2px #000;
  width: 100%;
  margin-top: 100px;
  font-weight: normal;
}

#tips p {
  margin-bottom: 0;
}

#tips.color3 {
  border-color: #0b5755;
  background-color: #e1f8cf;
}

#tips.color4 {
  border-color: #94231c;
  background-color: #fcd2d2;
}

#tips .bold {
  font-size: 28px;
  font-weight: bold !important;
}

#step3 .bottom-container .btn {
  padding: 12px 20px;
}

#step3 .bottom-container .btn-secondary svg {
  margin: 0 10px 0 0;
}

#step3 .bottom-container .btn-primary {
  min-width: 100px;
}

#step3 .bottom-container .btn-primary svg {
  margin: 0;
}

#note-wrapper {
  display: flex;
}

#screen5 {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

#screen5 .main-wrapper {
  border-radius: 30px;
  padding: 20px;
}

#screen5 .main-wrapper h2 {
  color: #ffffff;
  font-family: Magnetik;
  font-weight: 500;
  font-size: 29px;
  line-height: 111.00000000000001%;
  letter-spacing: 0%;
}

#screen5 .note-wrapper,
#screen5 .gauge-infos {
  padding: 20px;
}

#screen5 .gauge-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 30px 20px 40px 20px;
}

#screen5 .gauge-title {
  border-radius: 30px;
  padding-top: 8px;
  padding-right: 14px;
  padding-bottom: 8px;
  padding-left: 14px;
  color: #090720;
  background-color: #ededee;
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -2%;
}

#screen5 .results {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: flex-start;
}

.title-and-gauge-wrapper {
  display: flex;
  flex-direction: column;
}

#screen5 .infos {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 30px;
  border: solid 2px #ededee;
  padding: 20px;
}

#screen5 .bottom-wrapper {
  border-radius: 20px;
  background-color: #ededee;
  padding: 30px;
  font-family: Magnetik;
  font-weight: 500;
  font-size: 30px;
}

#noteCommentary {
  font-family: Magnetik;
  font-weight: 300;
  font-size: 30px;
}

#screen5 .main-wrapper #note-wrapper {
  background-color: #ffecb2;
}

#screen5 .main-wrapper #note-wrapper.color3 {
  background-color: #e1f8cf;
}

#screen5 .main-wrapper #note-wrapper.color4 {
  background-color: #fcd2d2;
}

#screen5 .title-wrapper {
  padding: 20px;
  border-radius: 30px 30px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #894709;
}

#screen5 .color3 .title-wrapper {
  background-color: #0b5755;
}

#screen5 .color4 .title-wrapper {
  background-color: #f22120;
}

#screen5 #arrow-bad,
#screen5 #arrow-good {
  display: none;
}

#screen5 .color3 #arrow-bad,
#screen5 .color3 #arrow-medium {
  display: none;
}

#screen5 .color4 #arrow-bad {
  display: block;
}

#screen5 .color3 #arrow-good {
  display: block;
}

#screen5 .color4 #arrow-medium {
  display: none;
}

#screen5 .main-wrapper #note-wrapper.color3 .gauge-infos {
  color: #0b5755;
}

.delta-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

#screen5 .main-wrapper #note-wrapper.color4 .gauge-infos {
  color: #94231c;
}

#co2Delta {
  font-family: Magnetik;
  font-weight: 500;
  font-size: 30px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
}

.gauge-infos {
  color: #894709;
}

.color3 .gauge-infos {
  color: #0b5755;
}

.color4 .gauge-infos {
  color: #94231c;
}

#screen5 .delta-percentage {
  font-family: Magnetik;
  font-weight: 300;
  font-size: 30px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
}

#screen5Text1 {
  font-family: Magnetik;
  font-weight: 500;
  font-size: 30px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
}

#screen6 .left-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 0 30px 100px 0;
}

#screen6 .right-wrapper {
  min-width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.right-sub-wrapper {
  padding: 20px;
  border-radius: 30px;
  border: solid 2px #ededee;
  height: 100%;
  margin-bottom: 20px;
}

.as-marketer {
  font-family: Magnetik;
  font-weight: 300;
  font-size: 26px;
  line-height: 111.00000000000001%;
  letter-spacing: 0%;
  color: #595861;
  margin-bottom: 30px;
}

.team-effort {
  font-family: Magnetik;
  font-weight: 500;
  font-size: 32px;
  line-height: 111.00000000000001%;
  letter-spacing: 0%;
}

.download-invite {
  margin-bottom: 30px;
  font-family: Magnetik;
  font-weight: 400;
  font-size: 28px;
  line-height: 30px;
}

.images {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.papers {
  max-width: 60%;
}

.qr-wrapper {
  border-radius: 20px;
  border: solid 2px #ededee;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.qr-wrapper button {
  width: 100%;
}

.qr-wrapper button img {
  color: #ffffff;
}

.links {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.links button {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

.links button:hover {
  background-color: #ffffff;
  color: #090720;
}

.modal.show .modal-dialog {
  min-width: 65%;
}

/* HubSpot Form Styling */
.hs-form {
  font-family: inherit;
}

/* Name fields container */
.hs-form .hs-form-field {
  margin-bottom: 15px;
}

.hs-form label {
  display: none;
}

label.hs-error-msg {
  display: block;
}

/* Target first and last name fields specifically */
.hs-form .hs-form-field[data-field="firstname"],
.hs-form .hs-form-field[data-field="lastname"] {
  display: inline-block;
  width: calc(50% - 10px);
  margin-right: 20px;
}

.hs-form .hs-form-field[data-field="lastname"] {
  margin-right: 0;
}

/* Email field should be full width */
.hs-form .hs-form-field[data-field="email"] {
  width: 100%;
}

/* Style select arrows */
.hs-form select {
  padding-left: 15px;
}

.hs-form .hs-input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  transition: border-color 0.2s ease;
}

.hs-form .hs-input:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.hs-form .hs-submit {
  margin-top: 1.5rem;
}

.hs-form .hs-submit .actions {
  margin: 0;
}

.hs-form .hs-submit .hs-button {
  background-color: #007bff;
  color: white;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.hs-form .hs-submit .hs-button:hover {
  background-color: #0056b3;
}

.hs-form .hs-error-msg {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.hs-form .hs-form-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.hs-form .hs-form-checkbox input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
}

.hs-form .hs-form-checkbox label {
  margin: 0;
  font-size: 0.875rem;
}

/* .form-line-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
} */

/* .form-line-wrapper > div {
  width: 50%;
} */

.hs-richtext,
.hs-form-booleancheckbox label {
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -2%;
}

.hs-richtext p {
  margin-bottom: 0px;
}

.hs-form-booleancheckbox label {
  display: block;
}

.hs-form-booleancheckbox input {
  width: auto !important;
}

.hs-form-booleancheckbox label {
  display: flex;
  align-items: center;
}

.inputs-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.left-wrapper2 {
  min-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 0 30px 30px 0;
}

/* Modal specific form styling */
#formModal .modal-content {
  border-radius: 8px;
  border: none;
}

#formModal .modal-header {
  border-bottom: 1px solid #eee;
  padding: 1rem 1.5rem;
}

#formModal .modal-body {
  padding: 1.5rem;
}

#formModal .btn-close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.hs-form select {
  background: url(https://cdn.prod.website-files.com/66900b2e42c14ee73d0bc72b/66a0aafd2c500c332b708dd1_arrow_drop.svg)
    no-repeat 100% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 2rem;
}

#formModal .hs-button {
  padding: 10px 20px 10px 50px;
  border: solid 1px #090720;
  border-radius: 30px;
  background-color: #090720;
  color: #ffffff;
  background-image: url(https://cdn.prod.website-files.com/66900b2e42c14ee73d0bc72b/6695309478d6f35ce0a26e0e_download.svg);
  background-position: 18.75px;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  line-height: 1;
  transition: border-color 0.2s, color 0.2s, background-color 0.2s;
  display: inline-block;
  position: relative;
  /* margin-top: -40px; */
}

#formModal input::placeholder {
  color: #090720;
}

#formModal .modal-header {
  border-bottom: none;
}

.animated-infos {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.animated-infos > div {
  display: none; /* Hide all arrows by default */
}

.animated-infos > div.active {
  display: block; /* Show only the active arrow */
}

#arrow-bad {
  color: #94231c;
}

#arrow-good {
  color: #0b5755;
}

#arrow-medium {
  color: #894709;
}

#tips {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal !important;
  display: inline-block;
  margin-bottom: 20px;
}

.center-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

#back {
  padding: 13px 30px;
}

#back:hover {
  background-color: #ffffff;
  color: #090720;
  border: solid 1px #d3d3d7;
}

#back:hover svg {
  color: #090720;
}

.lever-wrapper {
  background-color: #ededee;
  border-radius: 30px;
  padding: 5px 5px 5px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.lever {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 7px 20px;
  font-family: Arial;
  font-weight: 400;
  font-size: 12.14px;
  line-height: 120%;
  letter-spacing: -2%;
  text-align: center;
}

.lever-label {
  font-family: Magnetik;
  font-weight: 500;
  font-size: 12.14px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

#leverIcon {
  width: 30px;
}

.hidden {
  display: none !important;
}

.problem-wrapper h3 {
  margin-bottom: 60px;
}

.hs-form-booleancheckbox {
  margin: 16px 0;
}

/* Responsive Styles */
@media screen and (max-width: 1200px) {
  .container-fluid,
  .screen {
    min-height: auto;
    height: auto;
  }

  .main-wrapper {
    padding: 20px;
  }

  .earth-wrapper {
    max-width: 100%;
  }

  .text-blocks-wrapper {
    max-width: 100%;
  }

  .bottom-container {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .main-wrapper {
    flex-direction: column;
  }

  .earth-wrapper {
    margin-bottom: 30px;
  }

  .text-block {
    margin-bottom: 20px;
  }

  #screen5 .main-wrapper {
    flex-direction: column;
  }

  #screen5 .infos,
  #screen5 #note-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  #screen6 .main-wrapper {
    flex-direction: column;
  }

  #screen6 .left-wrapper,
  #screen6 .right-wrapper {
    width: 100%;
    padding: 20px;
  }

  .optimisations .opti-row {
    flex-direction: column;
  }

  .optimisations .btn-question {
    width: 100%;
    margin-bottom: 15px;
  }

  /* .form-line-wrapper {
    flex-direction: column;
    gap: 10px;
  } */

  /* .form-line-wrapper > div {
    width: 100% !important;
    max-width: 100% !important;
  } */
}

@media screen and (max-width: 768px) {
  .home-logo-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .home-logo-wrapper .right {
    width: 100%;
    justify-content: center;
  }

  .text-block {
    padding: 15px;
  }

  .counters {
    padding: 15px;
  }

  .gauge-header {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .v-gauge {
    transform: scale(0.8);
    margin: 0 auto;
  }

  .modal-dialog {
    margin: 10px;
  }

  .modal-content {
    padding: 15px;
  }

  .links {
    flex-direction: column;
    gap: 10px;
  }

  .links button {
    width: 100%;
  }

  .animated-infos {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 576px) {
  .earth-container {
    transform: scale(0.8);
  }

  .bars {
    transform: scale(0.9);
  }

  .text-block-content {
    font-size: 14px;
  }

  .btn {
    padding: 8px 16px;
    font-size: 14px;
  }

  .flag {
    max-width: 40px;
  }

  #vGaugeTitle {
    font-size: 14px;
  }

  .co2-wrapper {
    font-size: 14px;
  }

  .delta-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .animated-arrows {
    margin-bottom: 10px;
  }

  .title-and-gauge-wrapper {
    flex-direction: column;
  }

  .title-wrapper {
    margin-bottom: 15px;
  }

  .gauge-wrapper {
    width: 100%;
  }
}

/* Fix for very small screens */
@media screen and (max-width: 360px) {
  .earth-container {
    transform: scale(0.7);
  }

  .text-block {
    padding: 10px;
  }

  .btn {
    padding: 6px 12px;
    font-size: 12px;
  }
}

/* Height-based media queries */
@media screen and (max-height: 800px) {
  .main-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .earth-container {
    transform: scale(0.8);
  }
}

/* Ensure minimum heights */
/* .screen {
  min-height: 100vh;
} */

/* Fix for iOS Safari 100vh issue */
@supports (-webkit-touch-callout: none) {
  .screen {
    min-height: -webkit-fill-available;
  }
}

/* Ensure proper flex behavior */
.container-fluid {
  min-height: calc(100vh - 106px);
  display: flex;
  flex-direction: column;
}

/* Prevent overflow issues */
body {
  overflow-x: hidden;
  width: 100%;
}

/* Base responsive styles */
.main-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.text-block {
  width: 100%;
}

/* Ensure images are responsive */
img {
  max-width: 100%;
  height: auto;
}

/* Make HubSpot form responsive */
.hs-form {
  width: 100%;
  max-width: 100%;
}

.hs-form input[type="text"],
.hs-form input[type="email"],
.hs-form input[type="tel"],
.hs-form select {
  width: 100% !important;
  max-width: 100% !important;
}

/* opti iPad 10" impact+ */
@media screen and (min-width: 1180px) and (max-width: 1184px) and (orientation: landscape) {
  .container-fluid {
    height: calc(100vh - 106px);
    overflow: hidden;
  }

  h2 {
    font-size: 29px;
  }

  .grey {
    font-size: 16px;
    margin-bottom: 26px;
  }

  .bold {
    font-size: 20px;
  }

  .text-block {
    padding: 20px;
  }

  .text-block img {
    margin-bottom: 10px;
  }

  p.content {
    font-size: 32px;
  }

  #screen2 .content {
    font-size: 32px;
  }

  #screen3 .grey {
    font-size: 18px;
  }

  #screen3 .bold {
    font-size: 22px;
  }
  .v-gauge .position-relative img {
    height: 270px;
  }

  #tips {
    margin-top: 0;
  }

  .resultTitle {
    font-size: 26px;
  }

  #tipsLine1,
  #tipsLine3 {
    font-size: 18px;
  }

  #tips .bold {
    font-size: 22px;
  }

  .quiz {
    padding: 0 20px 20px 20px;
  }

  .bottom-container {
    margin-top: 0;
  }

  .counters {
    min-width: 530px;
  }

  #noteCommentary,
  #screen5 .bottom-wrapper {
    font-size: 22px;
  }
  #screen5 .delta-percentage {
    font-size: 22px;
  }

  .download-invite {
    font-size: 22px;
  }

  .as-marketer {
    font-size: 18px;
    margin: 18px 0;
  }

  .team-effort {
    font-size: 22px;
  }

  .hs-form .hs-input {
    padding: 0.5rem 1rem;
  }

  .hs-richtext {
    font-size: 10px;
  }

  .hs-form .hs-form-field {
    margin-bottom: 10px;
  }
  .inputs-list {
    margin: 10px;
  }

  .legal-consent-container .hs-form-booleancheckbox-display p {
    font-size: 12px;
  }

  .grecaptcha-badge {
    box-shadow: none !important;
    height: 34px !important;
  }

  .hs-form-booleancheckbox {
    margin: 12px 0;
  }

  #formModal .hs-button {
    /* margin-top: -40px; */
  }
}
/* end opti iPad 10" impact+ */


/* captcha+/
