/* forms styling */

.faq_sect{
    display: none !important;
}

.form_body{
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background: var(---background_sect);
    min-height: 300px;
    padding-top: 30px;
    padding-bottom: 40px;
}

.foot{
    display: none;
}

.form_setup{
    width: 90%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    background-color: var(---background);
    min-height: 100px;
    display: flex;
    justify-content: space-between;
}

.form_show{
    width: 50%;
    height: 115vh;
    box-sizing: border-box;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.form_sect{
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px;
    color: var(---text_color);
    width: 50%;
    height: fit-content;
    font-family: var(---font);
}

.form_sect h1{
    font-size: 2rem;
    box-sizing: border-box;
    text-align: center;
    letter-spacing: .5px;
}

.form_holder{
    width: 90%;
    height: fit-content;
    box-sizing: border-box;
    padding:0px 10% 40px 10%;
    margin-bottom: 20px;
    margin: auto  auto;
    border-bottom: 2px solid #bfbfbfc2;
    margin-bottom: 20px !important;
}

.form_row{
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 20px;
}

.form_row input, .form_row select{
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #bfbfbfc2;
    outline: none;
    border-radius: 5px;
    background-color: transparent;
}

.password-wrapper {
      position: relative;
      width: 100%;
      height: fit-content;
      box-sizing: border-box;
    }

    .password-wrapper input {
      width: 100%;
      padding: 20px 40px 20px 20px;
    }

    .toggle-eye {
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
      cursor: pointer;
    }

    svg {
      width: 24px;
      height: 24px;
    }

    .forg{
        overflow: hidden;
        margin: 10px 0px;
        font-size: 14px;
        letter-spacing: .5px;
        margin-bottom: 20px !important;
    }

    .forg a{
        color: var(---button_background);
        font-weight: 600;
        text-decoration: none;

    }

    .form_row label{
        font-size: 14px;
        letter-spacing: .5px;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

    .chek{
        width: fit-content !important;
        height: fit-content !important;
        box-sizing: border-box;
        overflow: hidden;
        margin-bottom: 20px;
        cursor: pointer;
    }

    .form_row button{
        width: 80%;
        overflow: hidden;
        box-sizing: border-box;
        height: 50px;
        background-color: var(---button_background);
        color: var(---background);
        border-radius: 7px;
        border: none;
        margin: auto auto;
        display: flex;
        align-items: center;
        justify-content: center;
        letter-spacing: .5px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        transition: .3s linear;
    }

    .form_row button:hover, .form_row button:active, .form_row button:focus{
        background: var(---background_sect);
        color: var(---button_background);
        border: 1px solid var(---button_background);
    }



.custom-checkbox input {
  display: none; /* hide default checkbox */
}

.checkmark {
  width: 15px;
  height: 15px;
  border: 2px solid var(---button_background); /* dark blue border */
  border-radius: 4px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  transition: all 0.2s ease;
}

.custom-checkbox input:checked + .checkmark {
  background: var(---button_gradent);
  border-color: var(---button_background);
}

.custom-checkbox input:checked + .checkmark::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox span > a{
    color: var(---button_background);
}


.other_header_text{
    text-align: center;
    box-sizing: border-box;
    letter-spacing: .5px;
    font-weight: 500;
}

.other_login{
    width: 80%;
    height: fit-content;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto auto;
    gap: 20px;
}

.other_login span{
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    border: 1px solid #bfbfbfc2;
    padding: 5px;
    cursor: pointer;
}

.other_login span > img{
    width: auto;
    height: 100%;
    box-sizing: border-box;
    object-fit: cover;
}

.create_link{
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    letter-spacing: .5px;
}

.create_link a{
    text-decoration: none;
    color: var(---button_background);
}

.create_link a:hover{
    text-decoration: underline;
}


.intro {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #00000094;
    }

    .text-container {
      position: relative;
      font-family: 'Bebas Neue', sans-serif;
      font-size: 100px;
      color: var(---button_background); /* Dark blue */
      letter-spacing: 6px;
      text-transform: uppercase;
      overflow: hidden;
      font-weight: 700;
    }

    .glow {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      height: 100%;
      width: 60%;
      background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(255, 255, 255, 0.3) 50%,
        transparent 100%
      );
      transform: skewX(-25deg);
      pointer-events: none;
    }

    .form_footer{
        width: 100%;
        height: fit-content;
        box-sizing: border-box;
        overflow: hidden;
        background-color: var(---background);
        padding: 20px 50px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 40px;
    }

    .form_footer a{
        text-decoration: none;
        color: var(---text_color);
        font-size: 18px;
        box-sizing: border-box;
        font-family: var(---font);
    }

    .hackton_recap_box{
      width: 90%;
      padding: 15px;
      box-sizing: border-box;
      overflow: hidden;
      height: fit-content;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border: 1px solid #bfbfbfc2;
      background-color: #f5f5f5;
    }

    .hackton_recap_box .checkmark{
      border: 2px solid var(---text_light) !important;
      width: 20px;
      height: 20px;
    }

    .recaptcha_image{
      width: 55px;
      height: fit-content;
      box-sizing: border-box;
      overflow: hidden;
      font-size: 10px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 1px;
    }

    .re_image_holder{
      width: 40px;
      height: 40px;
      box-sizing: border-box;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 7px;
    }

    .recaptcha_image img{
      width: auto;
      height: 100%;
      box-sizing: border-box;
    }

    .recaptcha_image small{
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 10px !important;
    }

.hackton_recap_box .custom-checkbox input:checked + .checkmark {
  background: var(---background) !important;
}

.hackton_recap_box .custom-checkbox input:checked + .checkmark::after {
  border: solid var(---button_background) !important;
  width: 6px !important;
  height: 10px !important;
  border-width: 0 3px 3px 0 !important;
}

.recap_link{
  font-size: 10px !important;
}

.form_row small{
  line-height: 1.3rem;
  letter-spacing: .5px;
  font-size: 12.5px !important;
  margin: 10px 0px 0px 10px;
}

.highlight{
  border: 1px solid var(---button_border) !important;
}

.loader{
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: var(---button_background);
}

.loader svg{
width: 30px;
height: 30px;
box-sizing: border-box;
animation: load 1s 0s infinite forwards linear;
}

@keyframes load {
  from{
    transform: rotate(0deg);
  }
  to{
    transform: rotate(180deg);
  }
}

.number_holder{
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0px;
}

.number_holder input{
 width: 50px;
 height: 50px;
 box-sizing: border-box;
 overflow: hidden;
 box-sizing: border-box;
 padding: 10px;
 font-size: 1.3rem;
 border: 1px solid #434343db;
 border-radius: 7px;
 display: flex;
 align-items: center;
 justify-content: center;
 text-align: center;
 font-weight: 600;
}

.pop_buttons{
  width: fit-content;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: auto auto;
  margin-top: 30px !important;
}

.pop_buttons button{
  width: 130px;
  height: 45px;
  box-sizing: border-box;
  overflow: hidden;
  color: var(---background);
  background-color: var(---button_background);
  border-radius: 7px;
  border: none;
  transition: .3s linear;
  cursor: pointer;
}

.button_holder{
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 20px;
  display: flex;
  lighting-color: center;
  justify-content: center;
  gap: 20px;
}

.button_holder button{
  width: 130px;
  height: 45px;
  box-sizing: border-box;
  overflow: hidden;
  color: var(---background);
  border-radius: 7px;
  background: var(---button_background);
  border: none;
  cursor: pointer;
  transition: .3s linear;
}

.button_holder button:hover, .button_holder button:active, .button_holder button:focus{
        background: var(---background_sect);
        color: var(---button_background);
        border: 1px solid var(---button_background);
}

@keyframes popout {
  from{
    scale: 0;
  }
  to{
    scale: 1;
  }
}

.pop_show{
  animation: popout 1s 0s 1 forwards linear;
  transition: .6s linear;
  transition-delay: 300ms;
}

/* check out page */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
}
.fade-in.shows {
  opacity: 1;
  transform: translateY(0);
}
.switch input:checked + span {
  background-color: #4f46e5;
}
.switch input:checked + span::before {
  transform: translateX(1.25rem);
}

@media screen and (max-width:1200px) {
  .form_setup{
    width: 100%;
  }
  .form_holder{
    width: 100% !important;
  }
  .text-container{
    font-weight: 600;
    letter-spacing: 4px;
  }
  #recap_verify_form{
    width: 50% !important;
  }
  .form_body{
    min-height: 100vh;
  }
}

 /* Backdrop */
  .popup-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 300;
    backdrop-filter: blur(5px);
    font-family:var(---font);
  }

  /* Popup box */
  .popup-box {
    background: white;
    border-radius: 15px;
    padding: 30px 25px;
    width: 90%;
    max-width: 420px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    text-align: center;
    animation: slideUp 0.4s ease-out;
  }

  @keyframes slideUp {
    from { transform: translateY(30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
  }

  .popup-box img {
    width: 70px;
    margin-bottom: 15px;
  }

  .popup-box h2 {
    margin: 0 0 8px;
    font-size: 22px;
    color: #222;
  }

  .popup-box p {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
  }

  .popup-box input {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 3px;
    box-sizing: border-box;
  }

  .popup-box button {
    background: linear-gradient(90deg, #7c3aed, #06b6d4);
    color: white;
    border: none;
    padding: 12px 18px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
  }

  .popup-box button:hover {
    opacity: 0.9;
  }

  .resend {
    margin-top: 12px;
    font-size: 13px;
    color: #06b6d4;
    cursor: pointer;
  }

  /* Overlay */
  .overlays {
    position: fixed;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 300;
    font-family: var(---font);
    top: 0px;left: 0px;bottom: 0px;
    background-color: #00000056;
    backdrop-filter: blur(5px);
    display: none;
  }
  @keyframes fadeIn {
    from {opacity: 0;} to {opacity: 1;}
  }
  /* Popup */
  .popup {
    background: #fff;
    width: 100%;
    max-width: 420px;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    animation: slideUp 0.4s ease;
    text-align: center;
  }
  .popup img.logo {
    width: 90px;
    margin-bottom: 15px;
  }
  .popup .icon {
    font-size: 40px;
    color: #2563eb;
    margin: 10px 0;
  }
  .popup h2 {
    margin: 0;
    font-size: 1.5rem;
    color: #111;
  }
  .popup p {
    font-size: 0.95rem;
    color: #555;
    margin-top: 8px;
    margin-bottom: 20px;
  }
  .popup input {
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    border-radius: 8px;
    border: 1px solid #ccc;
    text-align: center;
    letter-spacing: 4px;
    margin-bottom: 15px;
    outline: none;
    transition: border 0.3s;
  }
  .popup input:focus {
    border-color: #2563eb;
  }
  .popup button {
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
  }
  .btn-primary {
    background: #2563eb;
    color: #fff;
  }
  .btn-primary:hover {
    background: #1e4ed8;
  }
  .btn-secondary {
    background: transparent;
    color: #2563eb;
    margin-top: 10px;
  }
  .btn-secondary:hover {
    text-decoration: underline;
  }

@media screen and (max-width:1000px) {
  .form_setup{
    flex-wrap: wrap;
    gap: 20px;
  }
  .form_show{
    width: 90%;
    margin: auto auto;
    max-height: 400px !important;
    border-radius: 20px;
  }
  .form_sect{
    width: 100%;
  }
  .form_setup{
    background: transparent !important;
  }
  .form_row input, .form_row select{
    background-color: #f5f5f5;
  }
  #recap_verify_form{
    width: 70% !important;
  }
  .window_loder{
    padding-top: 10rem !important;
  }
}

@media screen and (max-width:750px) {
  .form_show{
    max-height: 200px !important;
    width: 95% !important;
  }
  .text-container{
    font-size: 50px;
  }
  .form_sect h1{
    font-size: 1.3rem;
  }
  .form_holder{
    padding: 0px;
  }
  #recap_verify_form{
    width: 90% !important;
  }
  #recap_verify_form img{
    min-height: 150px !important;
  }
  #otp_form, #password_reset_form{
    width: 90% !important;
    position: relative;
    bottom: 20%;
  }
  .form_footer{
    gap: 20px;
    padding: 10px 30px !important;
  }
  .form_footer a{
    font-size: 13px !important;
  }
}

@media screen and (max-width:500px) {
  #recap_verify_form img{
    min-height: 100px !important;
  }
  .p-6{
    padding: 12px !important;
  }
}

@media screen and (max-width:320px) {
  .pop_buttons{
    flex-wrap: wrap;
    width: 100% !important;
  }
  .pop_buttons button{
    width: 100%  !important;
  }
  .number_holder input{
    width: 40px !important;
    height: 40px !important;
  }
}



