
* {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAABXElEQVR4nLXUPUvDUBjF8b86qIuis4ODq34CqaCrk4uDCC4OguDiR3Bwrbj5CcS5g4KL4C61eW4piPiyiYKTVahHbrzFFGpf0uRAIEN4fsnNPRfaRGKIPCPjTPeM5Qc4JONSd0zmB/xet6oxkycgGc+qspAPYFyH+1dVWcweqDEq4zRgdUWsZwrE92JEjuOAfMuxnynQjBx7MhoBKkoMkyXgo4hNOb4Ckr4r/wE+iliR8T5QVzoBPnLMy3hK3ZVugI8cszJcqq70AviozJQcV+H5N0UUyBLw0SPjcpTCl3zIWCP1LqowrSrLqrIj40iOCzkeQj+a7W/I2O0bUERBxkvLOfU3tB7/bL91jQM5NvyX9QzI2JbjMwy7kePEN1rGqirM+bZ3XZZ2QDgmDhNvWux7WEfAcZ5Ygq2BB7cBFK+7sZTZ8BbAKPtCZTo8AZRUYyLz4THgt9ogx3EiP6XtgNon+xlXAAAAAElFTkSuQmCC), auto;
}
a {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAADDUlEQVR4nO2XS2hUVxjH/1WjEYttcaMbEVEoWjd1Y3e6ER8oCHWjgi0VREuttQXprlRciIpgFCwUHyutoAuxQunChSIoFB9MzplMNDEvZ5I6cTIjySTz+Mk5asZ740wmnTiL4g+G4RzOued3v+/c754rvacCRDQdqyaMUhh1YfW96glWR+n+EvJ9kG2GtiUQ1eZ6CnQw0sYo6YtgdbWeAq0MR0sCuYQTSII+qJfAeVLnCPBwoUvDp/URMNpLYndQoGeri8JX9RL4gvblQYH+E07gNyJahNEfGBmsLmP0mZ/TrkaslmM0r3aBdjUSbRimOFgSGPoHjB4RnZrg6SHIPnglNcM9qvtoacx46ZaP8hgdrnm/YHSHwRslgWIOWmbBk+3ByPT+ALFPGN20+X5o/9zJHsDqL6xaMDpORB9OTMCqieSR4GIdKyF5ONiXOgPxXaG+sxCdht/ITqxni0vf75UWW4bVToy2Y7XA90W1je7NoQufhsyfwb6BC/Dvr8G+zBXoWl9q5585gWflQv0zrfOLxL95aRqbk/Mha9ZSHs6nOvLBpiti6UvBPivK1PyGLPne0sBCCjpXuxxew2iA3BMmhbcKoKnYKf1k7wUHF4ehc62fRPryuxNwYPW1f9kUBoIT8kl8Cvr2v1sBB1aH6Nrg4h+c9Pxv6Fg19mKPFlduhylkXEoHVA6uaxpWt/wuDzN46613U7EdFhp57Ma0lhVw+DIam1ukkK58N9UIhNuDN10Ebmo8sLrA04OTL+CKl1XT+ALNWuzrgCunkyngipLRpnEFHBidIr5z8gRycYg2pIlptqqBu/oYM6XbH8PKMd5T8Ga7d5+7++NVLf4aX4ZtQ9+YU9FE8bt/eoqI5mqi4CSMLPEdUHj+3wSSx1w6Tk548de4d7g/H7r3e7hSVoMLv9WPqhWMLo45B4xShGzk5X+YxB4n8F3tAlYb6VwTWncEsvehe5Mvs3Stg6HbwXQlvnUn6V21C8Q0238ruMer9HPnhjasfqFTM7H6yR9UjYbeGJPBaEXNAvo/8gKz4iw6H6514wAAAABJRU5ErkJggg==), auto;
}
input[type='text'], input[type='number'], input[type='phone'], input[type='email'], input[type='tel'], textarea {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAtElEQVR4nO2WQQrCMBBF/z2sG/X06lLq3h5BmdAcQTfqBb4k0BCqBZFkFJkHA4WGPhKazweMX4GCjg5MI7hRsKHHkiesKNhScB+t6cqLXfr4Jc6rdw6HIrvOoUdDQZtJduwxgwY8Yp7EHo2KdGAQQxuaWAvaUdeCUwlWOio/EteIyjH2c6lBu8d/fdT8RhFgkAr2WVq1VeScLnvnOLWik8/19krBmj0WseKG51B5taPTwJs8AGSUTtKYy513AAAAAElFTkSuQmCC), auto;
}



body {
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(./assets/img/product-background.png);
    background-size: contain;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

h1 {
    color: #538D22;
    font-weight: bold;
    margin: 0;
}

p {
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 20px 0 30px;
}

span {
    font-size: 12px;
}

a {
    color: #514A9D;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0;
}

button {
    border-radius: 20px;
    border: 1px solid #538D22;
    background-color: #538D22;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

button:active {
    transform: scale(0.95);
}

button:focus {
    outline: none;
}

button.ghost {
    background-color: transparent;
    border-color: #ffffff;
}

form {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
}

input {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
}

.social-container {
    margin: 20px 0;
}

.social-container a {
    border: 1px solid #143601;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
    color: #143601;
    /* background-color: #73A942; */
    background-color: #AAD576;
  
}
.container {
    background-color:#ffffff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 480px;

    margin-top: 30px;
}
.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

.container.right-panel-active .sign-in-container {
    transform: translateX(100%);
}

.container.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
}

@keyframes show {
    0%,
    49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%,
    100% {
        opacity: 1;
        z-index: 5;
    }
}
.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
    padding-left: 40px;
}

.container.right-panel-active .overlay-container {
    transform: translateX(-100%);
}

.overlay {
    background: linear-gradient(to top, #1A4301, #73A942);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #ffffff;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.container.right-panel-active .overlay {
    transform: translateX(50%);
}

.overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* padding-left: 75px; */
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.overlay-panel h1 {
  color: white;
}
.overlay-left {
    transform: translateX(-20%);
}

.container.right-panel-active .overlay-left {
    transform: translateX(0);
}

.overlay-right {
    right: 40px;
    transform: translateX(0);
}

.container.right-panel-active .overlay-right {
    transform: translateX(20%);
}

#info {
  margin-top: 1rem;
  text-align: center; 
}

/* OTP Modal Styles */
#otpModal {
    display: none; /* hide initially */
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
  }
  
  




  #otpModal .modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 300px;
    width: 90%;
    margin: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: relative;
  }
  
  #otpModal .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
  }
  

@media (max-width: 768px) {
    .container {
      width: 100%;
      min-height: 100vh;
      border-radius: 0;
      box-shadow: none;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 20px 10px;
      overflow: auto;
    }
  
    .form-container {
      position: relative;
      width: 100%;
      opacity: 1 !important;
      transform: translateX(0) !important;
      transition: none !important;
    }
  
    .sign-in-container,
    .sign-up-container {
      position: relative;
      width: 100%;
      z-index: 1;
    }
  
    .overlay-container {
      display: none;
    }
  
    .container.right-panel-active .sign-in-container,
    .container.right-panel-active .sign-up-container {
      transform: none;
    }
  
    form {
      padding: 20px;
    }
  
    .social-container {
      margin: 10px 0;
    }
  
    button {
      padding: 10px 25px;
    }
  
    #info {
      margin-top: 10px;
      padding: 10px;
    }
  }
  
  .container input {
    background-color: #143601;
    border-radius: 5px;
    color: #AAD576;
  }

/* Hide mobile switch links on desktop */
.mobile-switch {
  display: none;
}

/* Show mobile switch links only on mobile */
@media (max-width: 768px) {
  .mobile-switch {
    display: block;
    text-align: center;
    margin-top: 15px;
  }
}

  /* MOBILE ONLY STYLES */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background-color: #f2f2f2;
  }

  .form-container {
    margin-top: 35%;
    width: 100%;
    max-width: 100%;
    background-color: white;
    padding: 25px 20px;
    margin-bottom: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .form-container h1 {
    font-size: 22px;
    color: #2f7d32;
    margin-bottom: 10px;
    text-align: center;
  }

  .form-container span {
    font-size: 14px;
    display: block;
    text-align: center;
    color: #555;
    margin-bottom: 15px;
  }

  .form-container input {
    width: 100%;
    padding: 12px 15px;
    margin: 8px 0;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 15px;
    box-sizing: border-box;
  }

  .form-container button {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    background-color: #4CAF50;
    color: white;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s;
  }

  .form-container button:hover {
    background-color: #43a047;
  }

  .mobile-switch {
    margin-top: -10px;
    text-align: center;
    font-size: 14px;
    color: #333;
  }

  .mobile-switch a {
    color: #4CAF50;
    font-weight: 600;
    text-decoration: none;
  }

  .overlay-container {
    display: none !important;
  }
}

  