﻿/**
 * Client Dashboard Styles
 *
 * NOTE: Client dashboard uses its own dashboard.css file for dashboard-specific styles.
 * This file exists for separation purposes. If client-specific styles are needed
 * that aren't dashboard-specific, they can be added here.
 */

/* ============================================
   MIGRATED FROM onboarding.css - CLIENT FOOTER
   All .onboard-footer-* classes renamed to .client-footer-*
   ============================================ */
/* Onboarding Footer Styles */
.client-footer-main {
  background: #232323;
  color: #fff;
  margin-top: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  border-top: 1px solid #222;
}
.client-footer-top {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: flex-start !important;
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  gap: 2rem !important;
}

.client-footer-main .container {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.client-footer-brand {
  min-width: 180px;
  max-width: 220px;
  flex: 0 0 220px;
  padding-left: 0;
  padding-right: 0;
  margin-right: 6rem !important;
}
.client-footer-cat {
  width: 130px;
  height: auto;
  margin-bottom: 0.5rem;
}
.client-footer-slogan {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin-top: 0.75rem;
}
.client-footer-slogan .text-primary { color: #01aade !important; }

.client-footer-column {
  flex: 0 0 auto;
  margin-right: 6rem !important;
}

.client-footer-column:last-child {
  margin-right: 0 !important;
}

.client-footer-links {
  flex: 1 1 0%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.client-footer-heading {
  font-weight: 800;
  font-size: 1.15rem;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.98);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.client-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.client-footer-list li { margin-bottom: 0.65rem; }
.client-footer-list li:last-child { margin-bottom: 0; }
.client-footer-list a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  font-weight: 400;
  font-size: 0.95rem;
  transition: color 0.2s ease, transform 0.2s ease;
  display: inline-block;
}
.client-footer-list a:hover, .client-footer-link:hover {
  color: #01aade;
  text-decoration: none;
  transform: translateX(3px);
}

.client-footer-bottom {
  background: #232323;
  padding-top: 1.5rem;
  padding-bottom: calc(1.5rem + 10px);
  position: relative;
  margin-top: 0.5rem;
}
/* Trust Badges & Payments Row */
.client-footer-trust-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
  padding: 0.75rem 0;
}

.client-footer-payments {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.client-footer-payments-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.client-footer-pay {
  height: 22px;
  width: auto;
  vertical-align: middle;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  padding: 2px 5px;
}

.client-footer-badge {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.client-footer-badge i {
  font-size: 1.2rem;
}

.client-footer-badge i.bi-shield-fill-check {
  color: #10B981;
}

.client-footer-badge i.bi-patch-check-fill {
  color: #01aade;
}

.client-footer-badge i.bi-heart-fill {
  color: #EF4444;
}

.client-footer-badge-title {
  font-size: 0.7rem;
  font-weight: 700;
  color: white;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.client-footer-badge-subtitle {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.2;
}
/* Sustainability message removed - cleaner footer */
.client-footer-link {
  color: #fff;
  text-decoration: none;
  margin: 0 0.2rem;
  transition: color 0.15s;
}
.client-footer-link:hover { color: #00b6ed; text-decoration: none; }
/* Bottom Row - Copyright & Legal */
.client-footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.client-footer-copyright {
  color: rgba(255, 255, 255, 0.7);
}

.client-footer-legal {
  color: rgba(255, 255, 255, 0.7);
}

.client-footer-legal a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s ease;
}

.client-footer-legal a:hover {
  color: #01aade;
  text-decoration: none;
}

.client-footer-separator {
  color: rgba(255, 255, 255, 0.4);
  margin: 0 0.5rem;
}

.client-footer-sustain {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}
.client-footer-topbtn {
  position: absolute;
  right: 1.5rem;
  bottom: 1.1rem;
  background: #181818;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
  font-size: 1.3rem;
  transition: background 0.15s, color 0.15s;
  z-index: 10;
}
.client-footer-topbtn:hover { background: #01aade; color: #fff; }

@media (max-width: 900px) {
  .client-footer-links { gap: 1.2rem; }
}
@media (max-width: 768px) {
  .client-footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .client-footer-brand { margin-bottom: 1.5rem; }
  .client-footer-links { flex-direction: column; gap: 1.5rem; }
  .client-footer-heading { margin-bottom: 0.5rem; }
  .client-footer-topbtn { right: 1rem; bottom: 1rem; }
}
/* ...existing code... */



/* ============================================
   MIGRATED FROM onboarding.css - CLIENT AUTH
   All .onboard-auth-* classes renamed to .client-auth-*
   ============================================ */

/* Onboarding Auth/Login/Register Enhanced UI - Blue Theme */
.client-auth-bg {
  min-height: 100vh;
  background: linear-gradient(135deg, #009fdc 0%, #00b6ed 25%, #1bb6f7 75%, #0891b3 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.5rem 0 2.5rem 0;
  position: relative;
  overflow: hidden;
}

/* Animated background elements */
.client-auth-bg::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 20%, rgba(255,255,255,0.08) 0%, transparent 50%),
              radial-gradient(circle at 40% 80%, rgba(255,255,255,0.06) 0%, transparent 50%);
  animation: gentleFloat 20s ease-in-out infinite;
  pointer-events: none;
}

@keyframes gentleFloat {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-30px) rotate(180deg); }
}

.client-auth-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

.client-auth-card {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2rem;
  box-shadow: 0 25px 50px rgba(0, 159, 220, 0.15),
              0 15px 35px rgba(0, 182, 237, 0.1),
              inset 0 1px 0 rgba(255, 255, 255, 0.2);
  padding: 3rem 2.5rem;
  min-width: 400px;
  max-width: 500px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(80px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.client-auth-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #009fdc, #00b6ed, #1bb6f7, #009fdc);
  border-radius: 2rem 2rem 0 0;
  animation: shimmerBlue 3s ease-in-out infinite;
}

@keyframes shimmerBlue {
  0%, 100% {
    background: linear-gradient(90deg, #009fdc, #00b6ed, #1bb6f7, #009fdc);
    opacity: 0.8;
  }
  50% {
    background: linear-gradient(90deg, #1bb6f7, #009fdc, #00b6ed, #1bb6f7);
    opacity: 1;
  }
}

.client-auth-card-animate:hover {
  transform: translateY(-12px);
  box-shadow: 0 35px 70px rgba(0, 159, 220, 0.25),
              0 20px 50px rgba(0, 182, 237, 0.15),
              inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.client-auth-card h2 {
  font-weight: 700;
  font-size: 2.6rem;
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, #009fdc, #00b6ed, #1bb6f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  position: relative;
  animation: titleGlowBlue 3s ease-in-out infinite alternate;
}

@keyframes titleGlowBlue {
  from {
    filter: drop-shadow(0 0 10px rgba(0, 159, 220, 0.3));
  }
  to {
    filter: drop-shadow(0 0 20px rgba(27, 182, 247, 0.5));
  }
}

.client-auth-card hr {
  border: none;
  height: 3px;
  background: linear-gradient(90deg, transparent, #009fdc, #00b6ed, #1bb6f7, transparent);
  margin: 1rem 0 2.5rem 0;
  border-radius: 10px;
  animation: lineExpand 1.2s ease-out 0.5s both;
}

@keyframes lineExpand {
  from {
    width: 0;
    margin-left: 50%;
    opacity: 0;
  }
  to {
    width: 100%;
    margin-left: 0;
    opacity: 1;
  }
}

/* Enhanced Input Styles with Blue Theme */
.client-auth-input {
  border: 2px solid #e8f4f8;
  border-radius: 1.2rem;
  padding: 1.1rem 1.5rem;
  font-size: 1.1rem;
  background: rgba(255, 255, 255, 0.95);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  font-weight: 500;
}

.client-auth-input:focus {
  border-color: #009fdc;
  box-shadow: 0 0 0 4px rgba(0, 159, 220, 0.15),
              0 10px 30px rgba(0, 182, 237, 0.1);
  transform: translateY(-3px);
  background: #fff;
  outline: none;
}

.client-auth-input:hover:not(:focus) {
  border-color: #00b6ed;
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 182, 237, 0.1);
}

.client-auth-input::placeholder {
  color: #a0b4b8;
  transition: color 0.3s ease;
}

.client-auth-input:focus::placeholder {
  color: #009fdc;
}

/* Enhanced Label Animation with Blue Theme */
.form-label {
  font-weight: 600;
  font-size: 1.08rem;
  color: #2c5aa0;
  margin-bottom: 0.8rem;
  display: block;
  transition: all 0.3s ease;
  position: relative;
}

.form-label::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #009fdc, #00b6ed);
  border-radius: 5px;
  transition: width 0.4s ease;
}

.form-group:focus-within .form-label {
  color: #009fdc;
}

.form-group:focus-within .form-label::after {
  width: 100%;
}

/* Enhanced Button Styles with Blue Theme */
.client-auth-btn {
  background: linear-gradient(135deg, #009fdc 0%, #00b6ed 50%, #1bb6f7 100%);
  border: none;
  color: white;
  padding: 1.2rem 3rem;
  border-radius: 1.2rem;
  font-weight: 700;
  font-size: 1.15rem;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 8px 25px rgba(0, 159, 220, 0.3);
}

.client-auth-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.6s;
}

.client-auth-btn:hover::before {
  left: 100%;
}

.client-auth-btn:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 159, 220, 0.4);
  background: linear-gradient(135deg, #1bb6f7 0%, #009fdc 50%, #00b6ed 100%);
}

.client-auth-btn:active {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 159, 220, 0.3);
}

/* Google Button with Blue Theme Integration */
.client-auth-google {
  background: linear-gradient(135deg, #fff 0%, #f8fbfc 100%);
  border: 2px solid #e8f4f8;
  color: #2c5aa0;
  font-weight: 600;
  border-radius: 1.2rem;
  padding: 1.1rem 0;
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 159, 220, 0.1);
}

.client-auth-google::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0, 159, 220, 0.05), transparent);
  transition: left 0.6s;
}

.client-auth-google:hover::before {
  left: 100%;
}

.client-auth-google i {
  color: #ea4335;
  font-size: 1.5em;
  margin-right: 1rem;
  transition: transform 0.3s ease;
}

.client-auth-google:hover {
  background: linear-gradient(135deg, #f8fbfc 0%, #fff 100%);
  border-color: #009fdc;
  color: #009fdc;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 159, 220, 0.2);
}

.client-auth-google:hover i {
  transform: scale(1.15) rotate(8deg);
}

/* Divider with Blue Theme */
.client-auth-divider, .client-auth-or-divider {
  width: 100%;
  text-align: center;
  border: none;
  position: relative;
  margin: 2rem 0;
  height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-auth-divider span, .client-auth-or-divider span {
  background: rgba(255, 255, 255, 0.98);
  color: #009fdc;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 0.8rem 2rem;
  border-radius: 2rem;
  border: 2px solid #e8f4f8;
  z-index: 2;
  backdrop-filter: blur(10px);
  animation: fadeInScale 0.8s ease-out 1s both;
  box-shadow: 0 4px 15px rgba(0, 159, 220, 0.1);
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.7);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.client-auth-divider:before, .client-auth-divider:after,
.client-auth-or-divider:before, .client-auth-or-divider:after {
  content: '';
  flex: 1 1 0%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #009fdc, #00b6ed, transparent);
  margin: 0 1rem;
  z-index: 1;
  border-radius: 5px;
  animation: lineGrow 1s ease-out 1.2s both;
}

@keyframes lineGrow {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.client-auth-or-divider { display: none; }

/* Password Eye Button with Blue Theme */
.client-auth-eye {
  background: linear-gradient(135deg, #f8fbfc, #e8f4f8);
  border: 2px solid #e8f4f8;
  color: #009fdc;
  font-size: 1.4rem;
  padding: 0 1.2rem;
  border-radius: 0 1.2rem 1.2rem 0;
  border-left: none;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}

.client-auth-eye::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(0, 159, 220, 0.15);
  border-radius: 50%;
  transition: all 0.4s ease;
  transform: translate(-50%, -50%);
}

.client-auth-eye:hover::before {
  width: 120%;
  height: 120%;
}

.client-auth-eye:hover {
  color: #00b6ed;
  border-color: #009fdc;
  transform: scale(1.1);
  background: linear-gradient(135deg, #e8f4f8, #f8fbfc);
}

/* Enhanced Link Styles with Blue Theme */
.client-auth-link {
  color: #009fdc;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease;
}

.client-auth-link::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #009fdc, #00b6ed);
  border-radius: 5px;
  transition: width 0.4s ease;
}

.client-auth-link:hover {
  color: #00b6ed;
  text-decoration: none;
  transform: translateY(-1px);
}

.client-auth-link:hover::after {
  width: 100%;
}

/* Form Check Enhanced with Blue Theme */
.form-check-input {
  border-radius: 0.5rem;
  border: 2px solid #e8f4f8;
  transition: all 0.3s ease;
}

.form-check-input:checked {
  background: linear-gradient(135deg, #009fdc, #00b6ed);
  border-color: #009fdc;
  box-shadow: 0 4px 10px rgba(0, 159, 220, 0.3);
}

.form-check-input:focus {
  box-shadow: 0 0 0 4px rgba(0, 159, 220, 0.15);
  border-color: #009fdc;
}

.form-check-label {
  color: #2c5aa0;
  font-weight: 500;
  transition: color 0.3s ease;
}

.form-check:hover .form-check-label {
  color: #009fdc;
}

/* Loading Animation with Blue Theme */
.client-auth-loading {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 3px solid rgba(255,255,255,.4);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spinBlue 1s ease-in-out infinite;
  margin-right: 0.7rem;
}

@keyframes spinBlue {
  to { transform: rotate(360deg); }
}

/* Password Strength Indicator with Blue Theme */
.password-strength {
  margin-top: 0.8rem;
}

.strength-bar {
  height: 5px;
  background-color: #e8f4f8;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: inset 0 1px 3px rgba(0, 159, 220, 0.1);
}

.strength-fill {
  height: 100%;
  width: 0%;
  transition: width 0.4s ease, background-color 0.4s ease;
  border-radius: 10px;
  background: linear-gradient(90deg, #009fdc, #00b6ed);
}

.strength-text {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  transition: color 0.4s ease;
  color: #2c5aa0;
}

/* Enhanced Responsive Design */
@media (max-width: 900px) {
  .client-auth-wrap { gap: 2.5rem; }
  .client-auth-card {
    padding: 2.5rem 2rem;
    min-width: 350px;
  }
  .client-auth-card h2 {
    font-size: 2.3rem;
  }
}

@media (max-width: 768px) {
  .client-auth-bg {
    padding: 2rem 1rem;
  }
  .client-auth-wrap {
    flex-direction: column;
    align-items: stretch;
    gap: 3rem;
    width: 100%;
    max-width: 480px;
  }
  .client-auth-card {
    min-width: 100%;
    max-width: 100%;
    padding: 2.5rem 2rem;
    margin: 0;
  }
  .client-auth-card h2 {
    font-size: 2.1rem;
  }
  .client-auth-divider { display: none; }
  .client-auth-or-divider {
    display: flex;
    margin: 2.5rem 0;
  }
}

@media (max-width: 480px) {
  .client-auth-bg {
    padding: 1.5rem 0.75rem;
  }
  .client-auth-card {
    padding: 2rem 1.5rem;
    border-radius: 1.5rem;
  }
  .client-auth-card h2 {
    font-size: 1.9rem;
  }
  .client-auth-input {
    padding: 1rem 1.25rem;
    font-size: 1rem;
  }
  .client-auth-btn {
    padding: 1rem 2.5rem;
    font-size: 1rem;
  }
  .client-auth-google {
    padding: 1rem 0;
    font-size: 1.05rem;
  }
}

/* Animation delays for staggered entrance */
.client-auth-card:nth-child(1) {
  animation-delay: 0s;
}

.client-auth-card:nth-child(3) {
  animation-delay: 0.3s;
}

/* Focus states for accessibility */
.client-auth-btn:focus,
.client-auth-google:focus,
.client-auth-input:focus {
  outline: 3px solid rgba(0, 159, 220, 0.5);
  outline-offset: 3px;
}

/* Error states with Blue Theme */
.client-auth-input.is-invalid {
  border-color: #dc3545;
  animation: shakeBlue 0.6s ease-in-out;
  box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.15);
}

@keyframes shakeBlue {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-8px); }
  75% { transform: translateX(8px); }
}

.invalid-feedback {
  color: #dc3545;
  font-size: 0.95rem;
  font-weight: 600;
  margin-top: 0.7rem;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Success states */
.client-auth-input.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 4px rgba(40, 167, 69, 0.15);
}

.valid-feedback {
  color: #28a745;
  font-size: 0.95rem;
  font-weight: 600;
  margin-top: 0.7rem;
}



