 /* Custom Styles */
        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            color: #1d1d1f;
        }
        
        


.left-panel {
      padding: 60px 10%;
      background: #f3f6f8;
      min-height: 100vh;
    }


.left-panel h2 .tilte_head {color: #424242;
    text-align: center;
    font-size: 32px;
    font-family: 'Albert Sans', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -1px;}

    .right-panel {
      background: #6b030f;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
    }

    .logo img {width: 200px;}
    .logo {
      font-size: 28px;
      font-weight: 700;
      color: #6b030f;
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 60px;
    }

    .pill-btn {
    color: #000;
    width: calc(50% - calc(10px / 2));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    max-width: 100%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    padding: 0 24px;
    border-radius: 0px;
    transition: .3s ease;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 18px;
    height: 48px;
      border: 1px solid #ddd;
      background: #fff;
      
    }

    .pill-btn.active {
     

          background: #6b030f;
    color: #fff;
    border-color: #6b030f;
    width: calc(50% - calc(10px / 2));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    max-width: 100%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    padding: 0 24px;
  
    border-radius: 0px;
    transition: .3s ease;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 18px;
    height: 48px;
    }


    .next-btn:hover {background: #14181f; color:#fff;}

    .next-btn {
      background: #6b030f;
      color: #fff;
      align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    padding: 0 20px;
    height: 48px;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: background .3s ease, transform .3s ease, border .3s ease, color .3s ease;
     
    }

    p.ftr-text {font-size: 12px; color:#646464;}
    p.ftr-text a {font-size: 12px; color:#646464;}
    .form-select:focus {
    border-color: transparent!important;
    outline: 0;
    box-shadow: none;
}

    .age-btn select {width: auto !important;
      border-radius: 12px !important;
    appearance: none;
    line-height: 1.5;
    padding: 0 32px 0 16px;
    min-width: 90px;
    width: 100%;
    text-align: left;
    color: #000;
    cursor: pointer;
    background-color: #fff;
    border-color: transparent;    
    outline-color: #e5e5e5;
    font-size: 16px;
    height: 48px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

    .google-btn {
      border: 1px solid #ddd;
      padding: 12px;
      border-radius: 8px;
      font-weight: 500;
      background: #fff;
    }

    .profile-stack {
      display: flex;
      align-items: center;
      gap: 15px;
    }

 .profile-card:nth-child(1) {
    z-index: 1;
    transform: scale(.84) translateX(30%);
}

.profile-card:nth-child(3) {
    z-index: 1;
    transform: scale(.84) translateX(-30%); }


    .profile-card {
      z-index: 99;
      width: 200px;
      height: auto;
      position: relative;
      border-radius: 16px;
      overflow: hidden;
      background: #fff;
    }

    .profile-card img {
    
      width: 100%;
      height: 100%;
      object-position: center;
      object-fit: cover;
    }


    .profile-card .verify-icon {position: absolute;
    z-index: 999999;
    left: 13px;
    top: 3px;
    font-size: 2.6rem;
    color: #fff;}
    .profile-stack .verify-icon img{width: 50px;}
    .profile-stack .verify-icon {position: absolute;
    z-index: 999999;
    left: 13px;
    top: 3px;
    font-size: 2.6rem;
    color: #fff;}

    .safe-text {
      margin-top: 30px;
      font-size: 25px;
      font-weight: 700;
      text-align: center;
    }

    @media (max-width: 992px) {
      .right-panel {
        display: none;
      }
      .left-panel {
        padding: 40px 25px;
      }
    }





/* Common button style */
.btn-modal {
  background: transparent;
  color: #ffffff;

  border: 1px solid #ffffff;
  padding: 6px 18px;

  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;

  transition: all 0.3s ease;
}

/* Optional hover effect */
.btn-modal:hover {
  background: #ffffff;
  color: #0071e3;
}



.tooltip1 {
  position: fixed;
  right: 20px;
  bottom: 20px;

  z-index: 9999 !important; /* 🔥 sabke upar */

  background: #ffffff;
  padding: 20px;
  border-radius: 10px;

  font-size: 16px;
  text-align: center;
  font-weight: 700;
  color: #646464;

  width: max-content;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}


.modal-backdrop {
  z-index: 1050 !important;
}

.tooltip1::after { content: ""; position: absolute; bottom: -12px; /* arrow outside */ left: 40px; /* arrow position */ width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 12px solid #ffffff; /* down arrow */  }


.modal-lg {
  max-width: 600px!important;
  width: 600px;
}

.modal-backdrop {
    background: transparent !important;
}

.modal-stack .modal-dialog {
    transition: all 0.3s ease;
}