body {
      /*background-color: #f5f7fb;*/
      /* font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; */

      font-family: "Nunito", sans-serif !important;
    }

    /* Top bar */
    .top-bar {
      background-color: #E79901;
      color: #fff;
      font-size: 0.9rem;
      padding: 0.35rem 0;
    }

    .top-bar a {
      color: #fff;
      text-decoration: none;
      margin-left: 0.75rem;
    }

    .top-bar i {
      margin-right: 0.25rem;
      color: #000;
    }
    .top-bar span{
      color: #000;
    }

    /* Main navbar */
    .navbar-brand span {
      font-weight: 700;
      font-size: 1.4rem;
      letter-spacing: 0.5px;
    }

    .navbar-nav .nav-link {
      font-weight: 500;
      margin: 0 0.4rem;
    }

    .btn-login {
      border-radius: 999px;
      border: 1px solid #E79901;
      font-weight: 400;
      padding: 0.35rem 1.1rem;
      margin-right: 0.5rem;
      background: #E79901;
      color: #fff;
          align-items: center;
    display: flex;
    gap: 5px;
    }

    .btn-signup {
      border-radius: 999px;
      font-weight: 500;
      padding: 0.35rem 1.1rem;
      background: #2563eb;
      border-color: #2563eb;
    }

    .btn-signup:hover {
      background: #1d4ed8;
      border-color: #1d4ed8;
    }

    /* Hero / main section */
    .hero-section {
      min-height: 80vh;
      display: flex;
      align-items: center;
      padding: 2rem 0;
    }

    .hero-text h1 {
      font-weight: 700;
      margin-bottom: 1rem;
      color: #0f172a;
    }

    .hero-text p {
      color: #4b5563;
      max-width: 450px;
    }

    /* Left side - image / illustration */
    .support-img-wrapper {
      position: relative;
      border-radius: 16px;
      overflow: hidden;
      background: linear-gradient(135deg, #2563eb, #0ea5e9);
      min-height: 360px;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      padding: 1.5rem;
      color: #fff;
    }

    .support-img-wrapper .overlay-card {
      background: #0f172acc;
      border-radius: 12px;
      padding: 1rem 1.25rem;
      max-width: 90%;
      font-size: 0.9rem;
    }

    .support-img-wrapper h5 {
      font-weight: 600;
      margin-bottom: 0.25rem;
    }

    /* Right side - form */
    .signup-card {
      background: #fff;
      border-radius: 16px;
      /*box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);*/
      padding: 2rem 0;
      text-align: center;
    }

    @media (max-width: 576px) {
      .signup-card {
        padding: 1.5rem;
      }
    }

    .signup-tabs {
      border-radius: 999px;
      /*background: #f3f4f6;*/
      padding: 0rem;
      display: inline-flex;
      margin-bottom: 1.5rem;
          border: 1px solid #FDE0A9;
          width: 95%;
    }

    .signup-tab {
      border-radius: 999px;
      border: none;
      background: transparent;
      padding: 0.4rem 1.2rem;
      font-weight: 500;
      font-size: 14px;
      color: #4b5563;
      width: 50%;
    }

    .signup-tab.active {
      background: #E79901;
      color: #fff;
      box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.2);
    }

    .form-label {
      font-weight: 400;
      font-size: 1.1rem;
    }

    .input-group-text {
      background-color: #f9fafb;
      border-right: 0;
    }

    .form-control:focus {
      box-shadow: 0 0 0 0.15rem rgba(37, 99, 235, 0.25);
    }

    .btn-otp {
      width: 100%;
      border-radius: 999px;
      font-weight: 600;
      padding: 0.6rem 1rem;
      background: #E79901;
      border-color: #E79901;
      color: #fff;
    }

    .btn-otp:hover {
      background: #000;
      border-color: #000;
      color: #fff;
    }

     .btn-edit {
      width: 35%;
      border-radius: 999px;
      font-weight: 600;
      padding: 0.6rem 1rem;
      background: #FFFFFF;
      border-color: #FFFFFF;
      color: #000;
      border: none;
    }

      .btn-add {
      width: 100%;
      border-radius: 999px;
      font-weight: 600;
      padding: 0.6rem 1rem;
      background: #002233;
      border-color: #002233;
      color: #FFF;
      border: none;
    }


    .divider {
      display: flex;
      align-items: center;
      text-align: center;
      color: #9ca3af;
      font-size: 0.9rem;
      margin: 1rem 0;
    }

    .divider::before,
    .divider::after {
      content: "";
      flex: 1;
      border-bottom: 1px solid #e5e7eb;
    }

    .divider span {
      margin: 0 0.75rem;
    }

    .already-text a {
      font-weight: 500;
      text-decoration: none;
      color: #E79901;
    }

    .already-text a:hover {
      text-decoration: underline;
    }

    .navbar{
      padding: 0;
    }

    .nav-link.active{
        color: #E79901 !important;
    }

    .form-control{
      height: 48px;
    }

   ::placeholder {
      color: #6C7072 !important;
    }


    body {
        font-family: "Nunito", sans-serif;
        font-optical-sizing: auto;
        /*font-weight: <weight>;*/
        font-style: normal;
      }

      .form-check-label a, .form-check-label{
        color: #6C7072;
        font-size: 13px;
      }

      .flag{
        width: 20px;
      }



      /*otp screen css*/
      .otp-card {
        padding: 30px;
        border-radius: 20px;
        /*border: 1px solid #e6e6e6;*/
        /*box-shadow: 0 4px 10px rgba(0,0,0,0.06);*/
    }

    .otp-input {
        width: 50px;
        height: 55px;
        font-size: 22px;
        text-align: center;
        border: 1px solid #FDE0A9;
        border-radius: 10px;
    }
    .otp-input:focus {
        border-color: #ffad00;
        box-shadow: none;
    }

    .btn-submit {
        background: #E79901;
        border: none;
        font-size: 17px;
        padding: 12px;
        width: 100%;
        border-radius: 30px;
        font-weight: 500;
        color: #fff;
    }

    .btn-submit:hover {
        background: #e19a0c;
    }

    .edit-link, .resend-link {
        color: #ff9900;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
    }

    .text-12{
      font-size: 12px !important;
    }

    .google-btn {
           border-radius: 30px;
          padding: 8px 40px;
          border: 1px solid #ddd;
          font-size: 15px;
          font-weight: 500;
          background: #fff;
          margin: auto;
          
    }

    .google-btn img {
        width: 18px;
        margin-right: 8px;
    }

    .passcode{
          gap: 10px;
    text-align: center;
    width: 232px;
    margin: auto;
    }


@media(max-width: 768px) {
    .align-items-center{
      /*flex-direction: column-reverse;*/
    }
}

.fr-text{
    color: #E79901;
    display: block;
    text-align: right;
    font-size: 16px;
    margin-bottom: 15px;
}

  .progress-container{
        width: 50%;
        margin: 20px auto;
    }

 .progress-bar.incomplete {
  background-color: #E79901;
}

.progress-bar.complete {
  background-color: #28a745;
}

     .btn-red {
        background: #a8181a;
        color: white;
        border-radius: 30px;
        padding: 12px 40px;
        border: none;
    }

    .btn-yellow {
        background: #E79901;
        color: white;
        border-radius: 30px;
        padding: 12px 40px;
        border: none;
    }

     .avatar-box {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        overflow: hidden;
        margin: 20px auto;
        position: relative;
        cursor: pointer;
        border: 1px solid #ddd;
    }

    .avatar-box img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .avatar-box .cam-icon{
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.377);
    padding: 5px 8px;
    border-radius: 50%;
    font-size: 18px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
    

.user-link{
  gap: 10px;

}
.user-link span, .user-link i{
font-size: 30px;
}
.lt-user{
  background: #E79901;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    text-align: center;
    font-size: 21px !important;
    font-weight: 600;
}
.fw-semibold{
  font-size: 14px;
}
.accId{
  background: #E79901;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  padding: 5px 0;
}
.leftCard{
  background-image: url(../images/bg.png);
  border-radius: 20px;
  padding: 80px 0;
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
  box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.19);
}

input[type="radio"]{
  cursor: pointer;
  accent-color: #535252;

}
.font12{
  font-size: 16px;
}
ul.font12{
      padding-left: 20px;
}
ul.font12 li{
      margin-bottom: 10px;
}


.toggle-box {
    border: 1px solid #e3e3e3;
    padding: 10px 18px;
    border-radius: 12px;
}

/* Switch Base Style */
.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 26px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

/* Orange Active */
input:checked + .orange {
    background-color: #e8a200;
}

input:checked + .orange:before {
    transform: translateX(29px);
}

/* Blue Active */
input:checked + .blue {
    background-color: #042b40;
}

input:checked + .blue:before {
    transform: translateX(29px);
}

.label-text {
    font-size: 15px;
    color: #555;
}



 .custom-tab {
        padding: 10px 18px;
        border: 1px solid #d6d6d6;
        border-radius: 10px;
        cursor: pointer;
        font-weight: 500;
        background: #fff;
        transition: 0.2s;
    }
    .custom-tab.active {
        background: #06293d;
        color: #fff;
        border-color: #06293d;
    }

    /* Buttons */
    .btn-back {
        background: #fff4df;
        border-radius: 30px;
        padding: 12px 30px;
        font-weight: 500;
        width: 100%;
    }

    .btn-continue {
        background: #E79901 !important;
        border-radius: 30px;
        padding: 12px 35px;
        color: #fff;
        font-weight: 500;
        border: none;
        width: 100%;
    }

    .text-right{
      text-align: right;
    }



    /*dashboard css*/
    .stats-card { border: 1px solid #eee; padding: 15px; border-radius: 10px; }
    /* .stats-wrap { border: 3px solid #f4c15d; border-radius: 10px; padding: 20px; }  */
   
    .big-box {
        border: 2px solid #f4c15d;
        border-radius: 20px;
        height: 200px;
        padding: 20px;
    }

      .explore-box {
        padding: 25px;
        border: 1px solid #ececec;
        border-radius: 15px;
        text-align: center;
        font-weight: 500;
        cursor: pointer;
        gap: 15px;
        display: flex;
        text-align: left;
        flex-direction: column;

       
    }
    .explore-box .icon-exp{
       width: 40px;
        height: 40px;
        background: #ECECEC;
        padding: 10px;
        display: block;
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        text-align: left;

    }
    .big-box {
    border: 0;
    padding: 2px;
    border-radius: 10px;
    height: 200px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: none;
    background: linear-gradient(180deg, #E79901 0%, #FFFFFF 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

    /* .big-box::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 20px;
    background: linear-gradient(45deg, #E79901 0%, #FFFFFF, #E79901 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
} */
    .bottom-strip {
        background: #fdeecb;
        padding: 10px 20px;
        border-radius: 0 0 10px 10px;
    }
    .news-card {
        border: 1px solid #ececec;
        padding: 20px;
        border-radius: 15px;
        text-align: center;

    }
    .investment-banner {
        border: 2px solid #f4c15d;
        border-radius: 20px;
        padding: 30px;
        position: relative;
    }
    .yellow-btn {
        background: #e9a004;
        padding: 12px;
        text-align: center;
        color: #fff;
        border-radius: 10px;
        margin-top: 20px;
    }
    .loan-card {
        border-radius: 20px;
        border: 2px solid #f4c15d;
        padding: 30px;
        margin-bottom: 40px;
        position: relative;
    }

    .stats-card small{
      font-size: 14px;
    }
    .stats-card h4{
      font-size: 22px;
      font-weight: 600;
      display: flex;
      margin-top: 10px;
    }
    .stats-card .percent{
      width: 100%;
      text-align: right;
      font-size: 15px;
      align-content: end;
    }

    .time{
      font-size: 14px;
    color: #757095;
    }


     .wealth-card {
        border: 2px solid #f4c15d;
        border-radius: 10px;
        background: #fff;
        overflow: hidden;
    }

    .wealth-content {
        padding: 50px 60px;
    }

    .wealth-title {
        font-size: 36px;
        font-weight: 700;
        color: #000;
    }

    .wealth-subtitle {
       font-size: 24px;
    margin-top: 0px;
    color: #000;
    }

    .wealth-subtitle span {
        color: #E79901;
        font-weight: 600;
    }

    .wealth-image img {
        max-width: 200px;
    }

    .wealth-footer {
        background: #E79901;
        color: #fff;
        font-size: 20px;
        text-align: center;
        padding: 10px;
        font-weight: 500;
    }

    @media (max-width: 768px) {
        .wealth-content {
            padding: 30px;
            text-align: center;
        }
        .wealth-image {
            margin-top: 30px;
        }
    }

    .listLoan a{
          color: #fff;
          background: #E79901;
          display: block;
          text-align: center;
          padding: 10px;
          text-decoration: none;
          border-radius: 50px;
    }
    .listLoan{
      margin-top: 40px;
    padding: 0 20px;
    }

    footer{
      background: #002233;
          padding: 20px;
    text-align: center;
    }
    footer img{
      width: 40px;
      margin-right: 25px;
    }
    .isoText{
      color: #fff;
      font-size: 13px;
    }
    .stats-card small{
      text-transform: uppercase;
    }


    /*webcam css*/

     /* Stepper */
    .stepper {
        display: flex;
        justify-content: center;
        align-items: baseline;
        gap: 0px;
        margin-top: 30px;
    }
    .mt-1{
      margin-top: 10px;
    }

    .step {
        text-align: center;
        font-size: 10px;
       
    }
.complete.step{
  font-weight: 600;
}
    .dot {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #f0a100;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 12px;
        margin-bottom: 8%;

    }

    .dot.inactive {
        background: #fff;
        color: #f0a100;
        font-size: 20px;
        line-height: 0;
        border: 2px solid #f0a100;
    }

    .line {
        width: 80px;
        height: 3px;
        background: #ccc;
    }

    .active-text {
        color: #f0a100;
        font-weight: 600;
        font-size: 16px;
        width: fit-content;
    }
    .active-line {
      background-color: #f0a100;
    }

    /* Webcam box */
    .webcam-box img {
        width: 100%;
        /* border-radius: 12px; */
    }

    .face-guide {
        text-align: right;
    }

    .face-guide img {
        max-width: 180px;
    }

    /* Buttons */
    .btn-back {
        background: #fff2d9;
        border-radius: 40px;
        /*padding: 14px 40px;*/
        border: none;
        width: 100%;
    }

    .btn-capture {
        background: #f0a100;
        color: #fff;
        border-radius: 40px;
        /*padding: 14px 60px;*/
        border: none;
        font-size: 18px;
        width: 100%;
    }

    .btncam{
      gap: 20px;
    }

.margin-10{
  margin: 10px ;
}
#addMore {
  background: #002233 !important;
  color: #fff !important;
  border: none;
  width: 60%;
  padding: 10px 30px;
}

#addMore:hover {
  background: #f0a100;
  border-color: #f0a100;
  color: #fff;
}


     @media (max-width: 768px) {
      .webcamLeft {
        flex-direction: column !important;
      }
      .face-guide {
            text-align: center !important;
            margin-top: 20px;
        }
        .stepper{
              gap: 5px;
        }
        .step {
          font-size: 10px;
        }
    }


