* { box-sizing: border-box; }

body {
    font-family: 'Arial', sans-serif;
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
    user-select: none;
    cursor: none; }

.Top-Heading {
    background-color: #000;
    text-align: center;
    padding: 20px;
background: linear-gradient(to right top, #169ff5, #3d4652);
    position: relative;
max-width: 100%; }

#dfc-footer-img {
    width: 50%;
    display: block;
    margin: 0 auto; }

.title-p { color: #fff;
margin-bottom: 0;
font-family: Monospace; }

.Heading { text-align: center;
margin-top: 5px;
font-size: 25px;
letter-spacing: 1.1px;
font-weight: bold; }

.modal {
        display: none;
        padding: 20px;
        background-color: #fff;
        border: 1px solid #ccc;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }

.modal a {
        display: block;
        padding: 10px;
        margin-bottom: 0;
        padding-left: 10px;
        text-decoration: none;
        border: 1px solid #ccc;
        border-radius: 5px;
        background: linear-gradient(to right top, #169ff5, #3d4652);
    -webkit-background-clip: text;
    color: transparent;
    cursor: none; }

.Help-Btn { position: absolute;
    top: 10px;
    left: 8px;
    padding: 8px;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px; }

.modal-close-btn {
    width: 50%;
    animation: glow 2s infinite; }

.modal-close-btn {
    width: 50%; }

.help-arrow {
    float: right;
    margin-left: 8px; }

#dfc-logo { width: 80px; height: 80px; }

.signup-container, .login-container, .forgot-password-container, .reset-container
{
    background-color: #fff;
    max-width: 100%;
    margin: 50px auto;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 20px;
    padding-bottom: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

form { display: flex;
    flex-direction: column; }

label { margin-bottom: 8px; color: #333; }

input {
    padding: 8px;
    margin-bottom: 16px;
    border: 1px solid #ccc;
    border-radius: 4px; }

input:valid {
    border-color: green; }

input:invalid {
    border-color: #169ff5;  }

button {
    background-color: #3498db;
    background: linear-gradient(to right top, #169ff5, #3d4652);
    color: #fff;
    padding: 8px;
    border: none;
    border-radius: 25px;
    font-weight: bold;
    letter-spacing: 1.1px;
}

#SignUpBtn, #loginBtn { font-size: 18px; 
padding: 10px 8px 10px 8px;
    border: none;
    border-radius: 25px;
    font-weight: bold;
    letter-spacing: 1.1px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
position: relative; overflow: hidden; }

/* shimmer */
#SignUpBtn::after, #loginBtn::after {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: skewX(-25deg);
  animation: shimmer 2.5s infinite;
  z-index: 1;
  pointer-events: none; }

@keyframes shimmer {
  0% { left: -75%; }
  100% { left: 125%; } }

#resetPassBtn { margin-top: 5px;
margin-bottom: 20px; }

.TnC-p { font-size: 10px;
text-align: center;
margin-top: -2px;
margin-bottom: 12px;
opacity: 0.3; }

a { color: black; cursor: none; }

.password-container {
  position: relative;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.password-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.toggle-password {
  font-size: 14px;
  cursor: none;
}

.Tip {
  font-size: 10px;
  white-space: nowrap; }

#password-validation-icon {
  position: relative;
  right: 10px;
  top: 100%;
  font-size: 15px; }

#autoMsg { font-weight: bold;
line-height: 1.5; font-size: 14px;
margin-top: 0; }

button:hover { background-color: #2980b9; }

#errorMessage {
    margin-bottom: 16px; }

.BackToSignUp {
    position: absolute;
    top: 10px;
    right: 8px;
    padding: 8px;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px; }

.FG-pass { margin-top: 15px;
margin-bottom: 10px;
text-align: right;
text-decoration: underline;
font-size: 12px;
color: #000 }

#clients { font-size: 20px;
margin-top: 0; padding: 0;
text-align: center;
background: linear-gradient(to right top, #169ff5, #3d4652);
    -webkit-background-clip: text;
    color: transparent;
    letter-spacing: 1.1px; }

.client-slider {
  width: 100%;
  overflow: hidden;
  background: #f4f4f4;
  padding: 10px 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative; }

.slider-track {
display: flex; will-change: transform;
animation: scrollSlider linear infinite;
animation-play-state: running; }

.slider-track img {
  width: 150px;
  height: 150px;
  margin-right: 20px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

@keyframes scrollSlider {
from { transform: translateX(0); }
to { transform: translateX(calc(-1 * var(--scroll-width))); } }

.feature-images {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 0;
  padding-top: 20px;
  padding-bottom: 0; }

.feature-images img {
  max-width: 100%;
  height: auto;
  flex: 1 1 300px;
  object-fit: cover; }