.section-style.site-auth {
    padding: 60px 0;
    background: #f8f9fa;
  }
  
  .auth-content {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  
  .logo img {
    max-width: 150px;
    margin-bottom: 20px;
  }
  
  .title h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .title p {
    color: #6c757d;
    margin-bottom: 30px;
  }
  
  .site-auth-form .single-field {
    margin-bottom: 20px;
  }
  
  .box-label {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
  }
  
  .required-field {
    color: #ff0000;
  }
  
  .box-input, .form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    font-size: 16px;
  }
  
  .site-nice-select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
  }
  
  .input-group-text {
    background: #f1f1f1;
    border-radius: 5px 0 0 5px;
  }
  
  .site-btn.grad-btn {
    background: linear-gradient(90deg, #007bff, #00d4ff);
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
  }
  
  .site-btn.grad-btn:hover {
    background: linear-gradient(90deg, #0056b3, #0096cc);
  }
  
  .singnup-text {
    text-align: center;
    margin-top: 20px;
  }
  
  .singnup-text a {
    color: #007bff;
    text-decoration: none;
  }
  
  .singnup-text a:hover {
    text-decoration: underline;
  }
  
  .alert {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
  }
  
  .alert-success {
    background: #d4edda;
    color: #155724;
  }
  
  .alert-error {
    background: #f8d7da;
    color: #721c24;
  }

  .section-style.site-auth {
    padding: 60px 0;
    background: #f8f9fa;
  }
  
  .auth-content {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  
  .logo img {
    max-width: 150px;
    margin-bottom: 20px;
  }
  
  .title h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .title p {
    color: #6c757d;
    margin-bottom: 30px;
  }
  
  .site-auth-form .single-field {
    margin-bottom: 20px;
  }
  
  .box-label {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
  }
  
  .required-field {
    color: #ff0000;
  }
  
  .box-input, .form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    font-size: 16px;
  }
  
  .site-nice-select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
  }
  
  .input-group-text {
    background: #f1f1f1;
    border-radius: 5px 0 0 5px;
  }
  
  .site-btn.grad-btn {
    background: linear-gradient(90deg, #007bff, #00d4ff);
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
  }
  
  .site-btn.grad-btn:hover {
    background: linear-gradient(90deg, #0056b3, #0096cc);
  }
  
  .singnup-text {
    text-align: center;
    margin-top: 20px;
  }
  
  .singnup-text a {
    color: #007bff;
    text-decoration: none;
  }
  
  .singnup-text a:hover {
    text-decoration: underline;
  }
  
  .alert {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
  }
  
  .alert-success {
    background: #d4edda;
    color: #155724;
  }
  
  .alert-error {
    background: #f8d7da;
    color: #721c24;
  }

  .box-input {
    border: none;
    border-bottom: 2px solid #d1d5db;
    background: transparent;
    padding: 12px 0;
  }

  .auth-content {
    animation: fadeIn 0.5s ease-in;
  }
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }

  /* Custom styles for form inputs */
.box-input {
  transition: all 0.3s ease;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 12px;
  width: 100%;
  font-size: 16px;
  background: #f9fafb;
}

.box-input:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.site-nice-select {
  transition: all 0.3s ease;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 12px;
  width: 100%;
  font-size: 16px;
  background: #f9fafb;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%236b7280'%3E%3Cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z' clip-rule='evenodd' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}

.site-nice-select:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.input-group-text {
  border-radius: 8px 0 0 8px;
  background: #e5e7eb;
  color: #4b5563;
  font-size: 14px;
}

.site-btn {
  transition: all 0.3s ease;
  background: linear-gradient(90deg, #3b82f6, #60a5fa);
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
}

.site-btn:hover {
  background: linear-gradient(90deg, #2563eb, #3b82f6);
  transform: translateY(-2px);
}

.alert {
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 20px;
  font-size: 14px;
}

.alert-success {
  background: #d1fae5;
  color: #065f46;
}

.alert-error {
  background: #fee2e2;
  color: #991b1b;
}

/* Card shadow and animation */
.auth-content {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.auth-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}


.floating-action-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #007bff;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  text-decoration: none;
  font-size: 24px;
  z-index: 1000;
}
.floating-action-button:hover {
  background: #0056b3;
}
.chat-container {
  max-height: 400px;
  overflow-y: auto;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.chat-message {
  margin: 10px 0;
}
.chat-message.user {
  text-align: right;
  color: #007bff;
}
.chat-message.admin {
  text-align: left;
  color: #333;
}