.otp_box {
    width: 50% !important;
    border: 1px solid #999 !important;
    font-size: 30px;
    letter-spacing: 5px;
    text-align: center;
}



.verify_btn{
    width: 90%;
    border: 0;
    background-color: var(--login-btn);
    padding: 5px 0;
    color: #fff;
    font-size: 1.5rem;
    opacity: 0.8;
    text-decoration: none;
    margin-top: 30px;
}

.error {
    font-size: 11px;
    color: red;
}

input:focus{
    outline: 0;
}

/* .bea {
    background-color: rgb(130, 151, 73); /* light purple/blue background */
    /* width: 100%;
    height: 50%; */



/* General Reset & Fonts */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background-color: #f4f6f9;
    color: #333;
    min-height: 100vh;
}

/* Container */
.container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
    background-color: white;
}

/* Login Section */
.login-main {
    width: 100%;
}

/* .login-sec {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    padding: 30px 20px;
    transition: all 0.3s ease-in-out;
} */

.main-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Logo */
.bea img {
    /* max-width: 120px; */
    margin-bottom: 20px;
}
img{
  height: 211px;
  width: 210px;
}


/* Card Headings */
.card h4 {
    text-align: center;
    margin-bottom: -101px;
    color: #2c3e50;
    font-weight: 600;
    font-size: 22px;
    padding-bottom: -6px;

}
.login-form{
    /* text-align: center;
    padding-bottom: 10px; */
    width: 420px;
    height: 376px;
    margin: 60px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
padding-left: 49px;
}


/* Input Fields */
.login-form .email-input
 {
    margin-bottom: 20px;
    width: 100%;
}

.text-field{
    align-items: center;
    padding-left: 10px;
    padding: 17px;
}

.login-form input,

#password_sec input {
    width: 86%;
    padding: 12px 15px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    outline: none;
    font-size: 14px;
    transition: all 0.3s ease;
    margin-left: -2px;
}

.login-form input:focus,
#otp_sec input:focus,
#password_sec input:focus {
    border-color: #28a745;
    box-shadow: 0 0 5px rgba(40, 167, 69, 0.3);
}

/* Labels */
.login-form label,
#otp_sec label,
#password_sec label {
    display: block;
    font-weight: 500;
    color: #555;
    font-size: 14px;
    padding-top: 10PX;
    margin-top: 23PX;
}


/* Buttons */
.login-btn button {
    width: 86%;
    padding: 12px;
    background-color: #515352;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    align-items: center;
    margin-right: 44px;
    margin-top:8px;
}

.reset-btn {
    width: 24%;
    padding: 5px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    align-items: center;
    margin-right: 44px;

}



.p{
    padding-left: 20px;
}


.dont-have{
    font-size: 1.2rem;
    padding-right: 27px;
}

.dont-have a{
    text-decoration: none;
}

.dont-have a:hover{
    text-decoration: underline;
}

/* .login-btn button:hover {
    background-color: #218838;
} */

/* Links */
/* .login-form .dont-have,
#password_sec span {
    display: block;
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
} */

.login-form .dont-have a,
#password_sec span a {
    color: #28a745;
    text-decoration: none;
}

.login-form .dont-have a:hover,
#password_sec span a:hover {
    text-decoration: underline;
}

.dont-have{
    padding-top:20px;
}

/* OTP Section */
#otp_sec input.otp_box {
    width: 80px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 5px;
    border-radius: 25px;
     color: #fff;
    border: none;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);

}

/* Password Eye Icons */
.email-input i {
    position: absolute;
    right: 15px;
    top: 38px;
    cursor: pointer;
    color: #888;
    font-size: 16px;
    padding-top: 29;
    padding-right: 47;
}

/* Error Messages */
.error,
.err {
    color: #e74c3c;
    font-size: 12px;
    margin-top: 5px;
}

/* Success Screen */
#step4 {

    text-align: center;

    margin: 50px auto;
    max-width: 400px;
    background-color: #ffffff;

}
.gpit1{
    padiing-left:4px;
}
#y{
    margin-left:20px;
    padding-left:10px;
    padding: top 5px;
}

#step4 h2 {
    color: #52a06c;
    font-size: 28px;
    margin-bottom: 20px;
}

#step4 p {
    font-size: 16px;
    color: #6c757d;
    margin-bottom: 30px;
    padding-top: 14px;
}

#step4 button {
    background-color: #6b7a76;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

#step4 button:hover {
    background-color: #28a745;
}

/* Footer */
.gpit {
    text-align: center;
    margin-top: 14px;
    font-size: 14px;
    color: #888;
}

.gpit a {
    color: #28a745;
    text-decoration: none;
}

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

/* Responsive */
@media(max-width: 768px) {
    .login-sec {
        padding: 20px 15px;
    }
}


/* otp css */
.otp_box {
    width: 50%;
    border: 1px solid #999;
    font-size: 30px;
    letter-spacing: 5px;
    text-align: center;
    padding: 5px;
}

.verify_btn {
    width: 90%;
    border: 0;
    background-color: var(--login-btn);
    padding: 5px 0;
    color: #fff;
    font-size: 1.5rem;
    border-radius: 5px;
    cursor: pointer;
}

.verify_btn:hover {
    opacity: 0.9;
}

#otp_sec{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    width: 402px;
    height: 340px;
    /* max-width: 380px; */
    margin: 60px ;
     box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);

}

/* .main-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;

    max-width: 380px;
    margin: 60px a
} */
.lan8{
    padding:30px;
}



/* otp css */
/* OUTER BIG BOX */
.otp-wrapper {
    width: 320px;
    padding: 0px;
    margin: auto;

    border-radius: 15px;
    display: flex;
    justify-content: center;
    background: #fff;

}

/* INNER BOXES */
.otp-container {
    display: flex;
    gap: 10px;                      /* kotu athara space */
}

.otp-container input {
    width: 42px;
    height: 50px;
    text-align: center;
    font-size: 22px;
    border: 1px solid #aaa;
    border-radius: 8px;
    outline: none;
}

.otp-container input:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 6px rgba(59,130,246,0.5);
}

/* .otp-container {
    display: flex;
    justify-content: center;
    gap: 10px;

}

.otp-container input {
    width: 40px;
    height: 45px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #999;
    border-radius: 5px;
    outline: none;
}

.otp-container input:focus {
    border-color: #007bff; */
/* } */





/* six digit
.otp-container {
    display: flex;
    padding-right: 10px;


  }

  .otp-container input {
    width: 30px;
    height: 25px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    transition: border 0.2s;


  }

  .otp-container input:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px #007bff;
  } */

  #otp_sec input
 {
 width:87%;
    padding: 10px 6px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    outline: none;
    font-size: 10px;
    transition: all 0.3s ease;
    margin-left: -1px;
    font-size: 14;
}


/* ---3------ */


.accordion-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* make header fully clickable and visually nice */
.accordion-list li h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 14px 16px;
  font-size: 1rem;
  background: transparent; /* change if you want a colored header */
  border-bottom: 1px solid rgba(0,0,0,0.06);
  cursor: pointer;
  user-select: none;
}

/* optional icon area — using pseudo element for + / - */
.accordion-list li h3::after {
  content: '\25BC'; /* down chevron */
  font-size: 0.9rem;
  transition: transform .25s ease;
  opacity: .8;
}

/* collapsed answer (hidden) */
.accordion-list li .answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height .28s ease, padding .28s ease;
  padding: 0 16px;
  box-sizing: border-box;
}

/* when open: allow content room */
.accordion-list li.open .answer {
  padding: 12px 16px 18px 16px;
  /* big enough for whatever content; max-height changed via JS for accurate height */
}

/* rotate arrow when open */
.accordion-list li.open h3::after {
  transform: rotate(180deg);
}

/* small accessibility focus style */
.accordion-list li h3:focus {
  outline: 2px solid rgba(0,123,255,0.2);
  outline-offset: 2px;
}

/* error container spacing (optional) */
.error-container { margin-top: 8px; }

/* ensure inner forms don't overflow */
.accordion-list li .answer form { margin: 0; }


/* // correct mark css */



/* right icon css */

.success-box {
    text-align: center;
    padding: 28px;

    margin-top: 40px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    height: 340px;
    width: 400px;
    padding-right: 34px;
}

/* Checkmark animation */
.checkmark {
    font-size: 60px;
    color: #4dd892;
    opacity: 0;
    transform: scale(0.5);
    animation: popIn 2.0s ease forwards;
    padding-top: 22px;
}

/* Title animation */
.success-box h2 {
    color: #4dd892;
    font-size: 28px;
    margin-top: 15px;
    opacity: 0;
    animation: textIn 0.8s ease forwards;
}

/* Paragraph animation */
.success-box p {
    color: #000;
    font-size: 16px;
    margin-top: 10px;
    opacity: 0;
    animation: textIn 1s ease forwards;
}

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

@keyframes popIn {
    0%   { opacity: 0; transform: scale(0.5) rotate(-20deg); }
    80%  { transform: scale(1.15) rotate(0deg); }
    100% { opacity: 1; transform: scale(1); }
}

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