@font-face {
  font-family: 'freightneo_probook';
  src: url('../fonts/freight-neo-pro-book.woff2') format('woff2'),
    url('../fonts/freight-neo-pro-book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:focus,
:focus-visible {
  outline: none;
  box-shadow: none;
}

header {
  display: none;
}
.footer-navigation{
  display: none !important;
}

body:has(.slide-page-container.five-screen.splash-loading.d-none) #container {
  width: 100%;
  height: 100% !important;
  background-color: #000059;
  background-image: url('../images/background.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  justify-content: center;
  align-items: center;
  gap: 0px;
  position: relative;
  inset: 0;
  padding: 24px !important;
  display: block;
}

#container:not(.no-nav) {
  height:100% !important;
}
#container.no-nav {
  top: 0px !important;
  height: 100% !important;
}
.splash-screen {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.language-box {
    padding-top: 24px;
}
.language-box select option {
    background: #ffe3e3;
    color: #000;
}
.splash-screen .logo {
  width: 100%;
}

.splash-screen.justify-center {
  justify-content: center;
}

#container .login-link {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  font-family: "Host Grotesk", sans-serif;
}

.language-box select {
  border-radius: 100px;
  border: 1px solid #FDE3E3;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("../images/logos/down-arrow.svg");
  background-repeat: no-repeat;
  background-position-x: 88%;
  background-position-y: 3px;
  color: #FDE3E3;
  font-family: "Host Grotesk", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0%;
  padding: 5px 35px 5px 10px;
}

.splash-screen h2 {
   font-family: 'freightneo_probook';
  font-weight: 500;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  color: #FDE3E3;
}

.bottom-btn-wrp {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  text-align: center;
  padding-bottom: 24px;
}

.bottom-btn-wrp .lets-begin-btn {
  text-decoration: none;
  background: #FDE3E3;
  box-shadow: 0px 24px 54px 0px #01025A47;
  border-radius: 16px;
  color: #100F08;
  font-family: "Host Grotesk", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 20px;
  width: 100%;
  text-align: center;
}

.text-placeholder {
  background: #EFEFEF3D;
  border: 0;
  border-radius: 12px;
  width: 100%;
  padding: 24px 20px;
  font-family: Host Grotesk;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-top: 24px;
}

.text-placeholder::placeholder {
  color: #fff;
}

.splace-slider-dot {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 8px;
}

.splace-slider-dot span {
  width: 8px;
  height: 8px;
  display: block;
  background: rgb(255 255 255 / 50%);
  border-radius: 100px;
  cursor: pointer;
}

.splace-slider-dot span.active {
  background: #fff;
  width: 18px;
}

/* .second-screen,
.third-screen,
.fourth-screen {
  display: none;
} */

/* .first-screen {
  animation: fadeOut 3s ease-in-out forwards;
} */

/* .first-screen,
.fourth-screen{
  animation: fadeOut 2s ease-in-out forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    display: none;
  }

} */

/* Fade-out class */
.fade-out {
  animation: fadeOut 2s ease-in-out forwards;
}

/* Fade-in class */
.fade-in {
  animation: fadeIn 1s ease-in-out forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Start Screen CSS */
#container .slide-page-container {
  width: 100%;
  max-width: 342px;
  inset: inherit !important;
}
#container .slide-page-container .slide-page {
  width: 100%;
  min-width: 100%;
  padding: 0;
}
.slide-page-container .profile-box {
  display: block;
  width: 100%;
  background-image: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.slide-page-container .slide-page-title{
margin-bottom: 20px;
padding-top: 24px;
}
.slide-page-container .slide-page-title span{
 font-family: 'freightneo_probook';
font-weight: 500;
font-size: 24px;
line-height: 28px;
color: #FDE3E3;
margin-bottom: 20px;
}
.slide-page-container .slide-page-title h2{
 font-family: 'freightneo_probook';
font-weight: 500;
font-size: 48px;
line-height: 50px;
color: #FDE3E3;
margin: 0;
text-align: left;
}
.slide-page-container .profile-box form {
gap: 20px;
}
.slide-page-container form .form-row{
display: block;
}
.slide-page-container .form-row-lable{
font-family: Host Grotesk;
font-weight: 400;
font-size: 14px;
line-height: 16px;
color: #fff;
margin-bottom: 8px;
display: block;
}
.slide-page-container .form-col{
display: flex;
gap: 8px;
width: 100%;
}
.slide-page-container .form-col-field{
position: relative;
    width: 100%;
}

.slide-page-container form .form-row .form-col-field input,
.slide-page-container form .form-row .form-col-field select,
.slide-page-container form .form-row .form-col-field input[type="radio"] + label{
  position: relative;
  background-color: rgb(239 239 239 / 24%);
  border-radius: 12px;
  border: 0;
  font-family: Host Grotesk;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 22px 20px;
  margin: 0;
  width: 100%;
  display: block;
  max-width: 100% !important;
  border: 2px solid transparent;
}
.slide-page-container form .form-row .form-col-field select{
background-image: url("../images/logos/down-arrow.svg");
background-repeat: no-repeat;
background-position-x: 88%;
background-position-y: 25px;
}
.slide-page-container form .form-row .form-col-field select option{
  color: #100F08;
}


.slide-page-container .form-col-field input::placeholder{
color: #fff;
}
.slide-page-container form .form-row .form-col-field input[type="radio"]{
display: none;
}
.slide-page-container form .form-row .form-col-field input[type="radio"]:checked + label {
border-color: #fff;
}
.slide-page-container .bottom-btn-wrp {
display: flex;
flex-direction: column;
gap: 12px;
width: 100%;
text-align: center;
margin-top: 50px;
}

.slide-page-container .bottom-btn-wrp .lets-begin-btn {
text-decoration: none;
background: #FDE3E3;
box-shadow: 0px 24px 54px 0px #01025A47;
border-radius: 16px;
color: #100F08;
font-family: "Host Grotesk", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 20px;
padding: 20px;
width: 100%;
text-align: center;
}
.slide-page-container .splace-slider-dot {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 8px;
  margin-bottom: 20px;
}
.slide-page-container .splace-slider-dot a {
width: 8px;
height: 8px;
display: block;
background: rgb(255 255 255 / 50%);
border-radius: 100px;
}

.slide-page-container .splace-slider-dot a.active {
  background: #fff;
  width: 18px;
}


body:has(.splash-loading.d-none) #container {
  width: 100%;
  height: 100% !important;
  background-color: #000059;
  background-image: url('../images/logos/start-light-bg.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  gap: 0px;
  position: relative;
  inset: 0;
  padding: 24px !important;
  overflow-y: auto;
}

form .form-row .input-container:after{
  background-image: none !important;
}












/* header {
  display: none;
}
#container {
  top: 0;
  height: 100% !important;
  background-image: linear-gradient(45deg, #41c6c5 10%, #5b84fa 50%, #9a41f5 90%);
  justify-content: center;
  align-items: center;
  gap: 50px;
}
#container .login-link {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  margin-top: 25px;
}
#container .logo {
  margin-top: 120px;
}
#container .logo .image {
  width: 90px;
  height: 90px;
  background-image: url('../images/logos/splash-logo.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
#container .logo .text {
  width: 200px;
  height: 50px;
  background-image: url('../images/logos/splash-text.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 20px auto;
}
#container .language-box {
  margin-top: auto;
  margin-bottom: 50px;
}
#container .language-box span {
  display: inline-block;
  font-family: 'Existence';
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff;
  margin: 0 5px;
} */



/* === Splash Animation (Logo + Background) === */

/* Container background animation */
body:has(#first-screen) #container {
  /* Animate background movement */
  /* animation: bgFloat 8s ease-in-out infinite alternate; */
}

/* === Logo animation === */
.splash-screen .logo img {
  width: 305px;
  height: 69px;
  opacity: 1;
  /* transform: scale(0.8);
  animation: logoIntro 2.5s ease-in-out forwards, logoGlow 3s ease-in-out infinite alternate 2.5s; */
}

/* === Keyframes === */

/* Logo entry: fade + scale */
/* @keyframes logoIntro {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(10deg);
    filter: blur(4px);
  }
  40% {
    opacity: 1;
    transform: scale(1.05) rotate(0);
    filter: blur(0);
  }
  70% {
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
} */

/* Gentle glowing effect after entry */
/* @keyframes logoGlow {
  0% {
    filter: drop-shadow(0 0 4px rgba(255,255,255,0.4));
  }
  100% {
    filter: drop-shadow(0 0 14px rgba(255,255,255,0.9));
  }
} */

/* Background movement (subtle) */
/* @keyframes bgFloat {
  0% {
    background-position: center;
    transform: scale(1);
  }
  100% {
    background-position: 48% 52%;
    transform: scale(1.05);
  }
} */


body:has(.first-screen.splash-loading.d-none) #container {
    animation: none !important;
}
