.logo-cls{max-width: 280px;}
.error{ 
    color: #e74c3c; /* Red color for error messages */
    font-size: 14px; /* Smaller font size */
    font-weight: 500; /* Medium weight to stand out */
    margin-top: -25px; /* Add spacing above the message */
    display: block; /* Ensures it's on a new line */
    
}
.error::before {
  content: "⚠️ "; /* Warning icon */
  margin-right: 5px;
}
.right-info ul li span{font-size: 16px !important}
html {
  scroll-behavior: smooth;
}