/* ===== Base Styles ===== */
html {
  font-family: "noto-sans-cjk-jp", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}
.container {
  overflow-x: hidden;
}
.text-deep-blue {
  color: #2D519B;
}
.text-red {
  color: #FA7071;
}
.text-dark {
  color: #0C2D45;
}
.section-bg {
  background: transparent linear-gradient(180deg, #F7F7F7 0%, #EDEDFC 100%) 0 0 no-repeat padding-box;
}
.section-1 .bg-content {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.bg-content-2 {
  height: calc(100vh - 46px) !important;
}
.section-1 .flare-overview-img {
  height: 100%;
  width: auto;
  max-width: initial;
  left: 26px;
  position: relative;
}
.tooltip {
  background: #0c2d45;
  padding: 6px 56px;
  border-radius: 20px;
  position: relative;
}
.tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #0c2d45 transparent transparent transparent;
}
.intro-text.intro-text-1 {
  letter-spacing: 1.3px;
}
.icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.icon-braking {
  background-image: url('/images/lp/braking.png');
}
.icon-speeding {
  background-image: url('/images/lp/speeding.png');
}
.icon-smartphone {
  background-image: url('/images/lp/smartphone.png');
}
.icon-turning {
  background-image: url('/images/lp/turning.png');
}
.icon-acceleration {
  background-image: url('/images/lp/acceleration.png');
}
.icon-uturn {
  background-image: url('/images/lp/uturn.png');
}
.features .feature {
  box-shadow: 0px 3px 8px #2C519B80;
}
.world-bg {
  background-image: url('/images/lp/world-map@2x.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin-top: -80px;
}
.quote {
  background-image: url('/images/lp/quote.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.world-bg img {
  margin-top: 140px;
}
.form-group .required::after {
  content: '*';
  color: red;
}
.form-group input {
  height: 55px;
}
.form-group input,
.form-group textarea {
  border-style: solid;
  border-width: 2px;
  border-radius: 16px;
  width: 100% ;
}
.form-group input:focus-visible,
.form-group textarea:focus-visible {
  outline: none;
}
.carousel-item {
  box-shadow: 0px 3px 8px #2C519B80;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.header-button-shadow {
  box-shadow: 3px 3px 6px #0C2D4566;
}
.submenu {
  background-color: rgb(19,56, 85, 0.9);
}
.loading-overlay {
  background-color: rgb(0 0 0 / 60%);
}
.text-underline {
  border-bottom: 3px solid #FA7071;
}
.triagle {
  width: 0;
  height: 0;
  border-left: 28px solid #2C519B;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: calc(50% + 10px);
  right: -121px;
}
.driving-object {
  width: calc(100vw - 20px);
  margin-left: -24px
}
.btn-shadow {
  box-shadow: 3px 3px 6px #0C2D4566;
}
.owl-carousel {
  width: 100vw;
  margin-left: -16px;
}
.owl-item {
  padding-bottom: 10px;
}
.owl-dots {
  margin-top: 12px;
  display: flex;
  justify-content: center;
}
.owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  margin: 5px 7px;
  background: #FFF !important;
  display: block;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.owl-dots .owl-dot.active {
  background: #2c519b !important;
}

/* ===== Scroll Header Styles ===== */
.scroll-down header {
  transform: translate3d(0, -200px, 0);
}

.scroll-up header {
  transform: none;
  background-color: #fff;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 0px 3px 8px #2C519B80;
}
.scroll-up header .submenu {
  top: -12px;
}

/* ===== Cookie Consent Overrides ===== */
#cm {
  padding: 12px !important;
}
#cm.bar #c-inr {
  max-width: initial !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 32px;
}
.cc_div #c-bns {
  margin-top: 0;
}
#c-bns button {
  padding: 8px 22px;
  margin-left: 12px;
  border-radius: 0 !important;
  background-color: #000 !important;
  color: #FFF !important;
  width: initial !important;
}

@media screen and (max-width: 640px) {
  #cm.bar #c-inr {
    flex-direction: column;
    align-items: inherit;
    margin: 0 16px;
  }
  #c-bns button {
    margin-left: 0;
    margin-top: 12px;
  }
  .btn-close-cookie-banner {
    top: 0;
  }
}

/* ===== Form Modal Styles ===== */
.form-modal-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.form-modal-content {
  animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

/* Honeypot field */
.form-hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
