/* ===================================
   Global Text Selection Styles
   =================================== */
::selection {
  background: #00ADB5;
  color: #ffffff;
}

::-moz-selection {
  background: #00ADB5;
  color: #ffffff;
}

input::selection,
textarea::selection,
.form-control::selection {
  background: #00ADB5;
  color: #ffffff;
}

/* Fix focus/hover visibility for all form inputs */
input:focus,
textarea:focus,
select:focus,
.form-control:focus {
  color: #222831 !important;
  background-color: #ffffff !important;
}

/* Copy Animation */
.base-color {
  color: hsl(var(--base)) !important;
}

.copyInput {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.copied::after {
  position: absolute;
  top: 8px;
  right: 12%;
  width: 100px;
  display: block;
  content: "COPIED";
  font-size: 1em;
  padding: 5px 5px;
  color: #222831;
  background-color: hsl(var(--base));
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  50% {
    opacity: 0.7;
    transform: translateX(40%);
  }

  70% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
  }
}

.cookies-card__desc {
  font-size: 0.875rem;
}

.cookies-card__desc a {
  color: hsl(var(--white));
  text-decoration: underline;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  50% {
    opacity: 0.7;
    transform: translateX(40%);
  }

  70% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
  }
}

.cookies-card {
  width: 720px;
  padding: 24px;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
  transition: all 0.5s;
  background: hsl(var(--white));
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.cookies-card-content {
  flex: 1;
}

.cookies-card__btn {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 120px;
}

.cookies-card.hide {
  bottom: -500px !important;
}

.radius--10px {
  border-radius: 10px;
}

.cookies-card__icon {
  border-radius: 50%;
  background-color: transparent;
  color: hsl(var(--white));
  font-size: 42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cookies-card__content {
  margin-bottom: 0;
}

.cookies-btn {
  color: #363636;
  text-decoration: none;
  padding: 10px 35px;
  margin: 3px 5px;
  display: inline-block;
  border-radius: 999px;
}

.cookies-btn:hover {
  color: #363636;
}

@media (max-width: 767px) {
  .cookies-card {
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    padding: 15px;
  }
}

@media (max-width: 575px) {
  .cookies-card {
    flex-direction: column;
  }

  .cookies-card__btn {
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
  }
}

.hover-input-popup {
  position: relative;
}

.input-popup {
  display: none;
}

.hover-input-popup .input-popup {
  display: block;
  position: absolute;
  bottom: 130%;
  left: 50%;
  width: 280px;
  background-color: #1a1a1a;
  color: #222831;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.input-popup::after {
  position: absolute;
  content: "";
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1a1a1a transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-popup p {
  padding-left: 20px;
  position: relative;
}

.input-popup p::before {
  position: absolute;
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  left: 0;
  top: 4px;
  line-height: 1;
  font-size: 18px;
}

.input-popup p.error {
  text-decoration: line-through;
}

.input-popup p.error::before {
  content: "\f057";
  color: #ea5455;
}

.input-popup p.success::before {
  content: "\f058";
  color: #28c76f;
}

.show-filter {
  display: none;
}

@media (max-width: 767px) {
  .responsive-filter-card {
    display: none;
    transition: none;
  }

  .show-filter {
    display: block;
  }
}

/* ////////////////// select 2 css //////////////// */
.select2-dropdown {
  border: 0 !important;
  margin-top: 8px !important;
  border-radius: 5px !important;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0.05),
    6px 4px 19px rgb(115 103 240 / 20%);
}

.select2-search--dropdown {
  padding: 10px 10px !important;
  border-color: #ced4da !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: hsl(var(--border-color)) !important;
  padding: 10px 20px;
  border-radius: 4px !important;
}

.select2-results__option.select2-results__option--selected,
.select2-results__option--selectable,
.select2-container--default .select2-results__option--disabled {
  padding: 12px 14px !important;
  border-bottom: 1px solid #393E46;
}

.select2-results__option.select2-results__message {
  text-align: center !important;
  padding: 12px 14px !important;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb {
  background: #393E46;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #393E46;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow:after {
  position: absolute;
  right: 10px;
  top: 0;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  transition: 0.3s;
}

.select2-container--default .select2-selection--single {
  border-color: #ced4da !important;
  border-width: 2px !important;
  border-radius: 0.375rem !important;
  padding: 0.375rem 0.75rem !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 28px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 10px !important;
}


.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow:after {
  transform: rotate(-180deg);
}

.select2-results__option:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select2-results__option:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select2-results__option.select2-results__option--selected,
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f1f1f1 !important;
  color: hsl(var(--heading-color)) !important;
}

.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  border-color: hsl(var(--base)) !important;
  box-shadow: 0 0 25px rgba(115, 103, 240 0.071) !important;
  outline: 0 !important;
}

.select2-dropdown .country-flag {
  width: 25px;
  height: 25px;
  border-radius: 8px;
}

.select2-dropdown .gateway-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.select2-dropdown .gateway-subtitle {
  font-size: 12px;
  margin-bottom: 0px !important;
}
.select2-container--open .select2-selection.select2-selection--single,
.select2-container--open .select2-selection.select2-selection--multiple {
  border-color: hsl(var(--base)) !important;
}

/* PAYMENT CARD */
.payment-card-title {
  padding: 13px 25px;
  text-align: center;
  background-color: hsl(var(--base));
  border-radius: 5px;
  border: 0;
  margin-bottom: 0px;
  color: hsl(var(--black) / 0.1);
}

.payment-system-list {
  --thumb-width: 80px;
  --thumb-height: 32px;
  --border-color: hsl(var(--black) / 0.1);
  background-color: hsl(var(--white));
  border-radius: 10px;
  padding-block: 24px;
  padding-inline: 16px;
  height: 100%;
}

.payment-system-list.border-style {
  border-left: 1px solid hsl(var(--black) / 0.1);
  border-radius: 0;
}

@media (max-width: 991px) {
  .payment-system-list.border-style {
    border-left: 0;
    border-top: 1px solid hsl(var(--black) / 0.1);
  }
}

hr {
  border-top: 1px solid hsl(var(--black) / 0.1);
  opacity: 1;
}

.payment-system-list.is-scrollable {
  max-height: min(600px, 70vh);
  overflow-x: auto;
}

.modal .payment-system-list.is-scrollable {
  max-height: min(452px, 70vh);
  overflow-x: auto;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
  background-color: hsl(var(--black) / 0.2);
  border-radius: 10px;
}

.payment-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all linear 0.3s;
  margin-bottom: 16px;
  padding: 10px;
  border: 1px solid hsl(var(--black) / 0.1);
  border-radius: 8px;
  cursor: pointer;
}

.payment-item:has(.payment-item__radio:checked) {
  border-color: hsl(var(--base) / 0.2);
  background-color: hsl(var(--base) / 0.07);
}

.payment-item:has(.payment-item__radio:checked) .payment-item__name {
  color: hsl(var(--base));
}

.payment-item:has(.payment-item__radio:checked) .check-type-icon {
  border-color: hsl(var(--success));
}

.payment-item:has(.payment-item__radio:checked) .check-circle {
  display: block;
  color: hsl(var(--success));
}

.payment-item__check {
  border: 3px solid transparent;
}

.payment-item__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: calc(100% - var(--thumb-width));
  gap: 10px;
}

.payment-item__check {
  width: 10px;
  height: 10px;
  border: 1px solid hsl(var(--base));
  display: inline-block;
  border-radius: 100%;
}

.payment-item__name {
  transition: all 0.3s;
  text-align: end;
}

.payment-item-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.payment-item__thumb {
  padding: 3px 12px;
  border-radius: 8px;
  flex-shrink: 0;
  background-color: hsl(var(--black) / 0.1);
}

.payment-item__thumb img {
  max-width: var(--thumb-width);
  max-height: var(--thumb-height);
  object-fit: cover;
}

.deposit-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 16px;
}

.deposit-info__title {
  max-width: 50%;
  margin-bottom: 0px;
  text-align: left;
}

.deposit-info__input {
  max-width: 50%;
  text-align: right;
  width: 100%;
}

.deposit-info__input-select {
  border: 1px solid var(--border-color);
  width: 100%;
  border-radius: 5px;
  padding-block: 6px;
}

.deposit-info__input-group {
  border: 1px solid hsl(var(--black) / 0.1);
  border-radius: 5px;
}

.deposit-info__input-group-text {
  align-self: center;
  padding-inline: 16px;
  border: 0;
  background: transparent;
}

.deposit-info__input-group:has(.form--control:disabled),
.deposit-info__input-group:has(.form--control:read-only) {
  background: hsl(var(--white) / 0.05);
}

.deposit-info__input-group:has(.form--control:disabled) .form--control,
.deposit-info__input-group:has(.form--control:read-only) .form--control {
  background: transparent;
  border: 0 !important;
}

.deposit-info__input-group .form--control {
  padding: 5px;
  border: 0;
  height: 45px;
  text-align: right;
}

.deposit-info__input-group .form--control:focus {
  box-shadow: unset;
}

.info-text .text,
.deposit-info__input .text {
  font-size: 14px;
  color: hsl(var(--black));
}

.note-text {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.deposit-info__title .text.has-icon {
  display: flex;
  align-items: center;
  gap: 5px;
}

.total-amount {
  border-top: 1px solid var(--border-color);
}

.total-amount .deposit-info__title {
  font-weight: 600;
}

.payment-item__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment-item__btn-text,
.payment-item__btn__icon {
  color: hsl(var(--success));
  font-size: 14px;
  font-weight: 600;
}

/* END GATEWAY */

button .spinner-border {
  --bs-spinner-width: 1.5rem;
  --bs-spinner-height: 1.5rem;
}

.select2-container--default .select2-selection--single {
  border-color: hsl(var(--black) / 0.1);
  border-width: 1px !important;
  border-radius: 4px !important;
  padding: 7px 16px !important;
  height: 100% !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
  padding-left: 0px !important;
}
.select2-container--default .select2-selection--single {
  border-color: hsl(var(--black) / 0.1) !important;
}

.select2-results__option.select2-results__option--selected,
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: hsl(var(--base)) !important;
  color: hsl(var(--white)) !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin-top: 10px !important;
}

.select2-container .selection {
  width: 100%;
  display: inline-block;
}

.select2-container--default .select2-selection--multiple,
.select2-selection--multiple {
  border-color: #cacaca73 !important;
  height: unset !important;
  min-height: 45px !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid hsl(var(--black) / 0.1);
}

.bg--primary {
  color: #222831 !important;
}

.select2-container {
  width: 100% !important;
  min-width: 120px;
}

.select2-parent:has(.select2) {
  min-width: 200px;
}

span.select2-selection.select2-selection--single:focus-visible {
  border: 1px solid hsl(var(--base));
  outline: none !important;
}

.dropdown-list__item.langSel .text:hover {
  color: hsl(var(--white)) !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover, .daterangepicker .ranges li.active {
  background-color: hsl(var(--base)) !important;
}

/* ============================================= */
/* EZiL Universe - Modern UI Design System */
/* ============================================= */
/* Color Hunt Palette: #222831, #393E46, #00ADB5, #EEEEEE */

/* Modern CSS Variables Override */
:root {
  /* Primary Brand Colors - Teal from Color Hunt Palette */
  --ezil-primary: #00ADB5;
  --ezil-primary-dark: #222831;
  --ezil-primary-light: #00CED6;
  --ezil-secondary: #393E46;
  --ezil-accent: #00ADB5;
  
  /* Neutral Colors - Color Hunt Light Theme */
  --ezil-bg: #EEEEEE;
  --ezil-bg-dark: #e0e0e0;
  --ezil-surface: #ffffff;
  --ezil-surface-dark: #f5f5f5;
  --ezil-border: #d0d0d0;
  --ezil-text: #222831;
  --ezil-text-light: #393E46;
  --ezil-text-dark: #222831;
  
  /* Gradients - Using Palette Colors */
  --ezil-gradient: linear-gradient(135deg, #00ADB5 0%, #00CED6 50%, #00ADB5 100%);
  --ezil-gradient-subtle: linear-gradient(135deg, #EEEEEE 0%, #ffffff 100%);
  
  /* Shadows - Using palette dark color */
  --shadow-sm: 0 1px 2px 0 rgb(34 40 49 / 0.08);
  --shadow-md: 0 4px 6px -1px rgb(34 40 49 / 0.1), 0 2px 4px -2px rgb(34 40 49 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(34 40 49 / 0.12), 0 4px 6px -4px rgb(34 40 49 / 0.12);
  --shadow-xl: 0 20px 25px -5px rgb(34 40 49 / 0.15), 0 8px 10px -6px rgb(34 40 49 / 0.15);
  --shadow-glow: 0 0 40px -10px rgba(0, 173, 181, 0.5);
  
  /* Border Radius - Modern Rounded */
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 9999px;
  
  /* Transitions */
  --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-normal: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* Modern Typography */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  color: var(--ezil-text);
  background: var(--ezil-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: var(--ezil-text-dark);
  letter-spacing: -0.025em;
}

/* ============================================= */
/* Modern Header Styles */
/* ============================================= */
.header {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: none !important;
  transition: var(--transition-normal);
}

.header.sticky {
  box-shadow: var(--shadow-md) !important;
}

.navbar-brand.logo img {
  height: 40px;
  transition: var(--transition-fast);
}

.nav-menu .nav-link {
  font-weight: 500 !important;
  font-size: 0.95rem !important;
  color: var(--ezil-text) !important;
  padding: 8px 16px !important;
  border-radius: var(--radius-md);
  transition: var(--transition-fast);
  position: relative;
}

.nav-menu .nav-link:hover,
.nav-menu .nav-item.active .nav-link {
  color: var(--ezil-primary) !important;
  background: rgba(99, 102, 241, 0.08);
}

.nav-menu .nav-link::after {
  display: none;
}

/* ============================================= */
/* Modern Hero Section */
/* ============================================= */
.hero-modern {
  position: relative;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(99, 102, 241, 0.3), transparent),
    radial-gradient(ellipse 60% 40% at 80% 80%, rgba(139, 92, 246, 0.2), transparent);
  pointer-events: none;
}

.hero-modern__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 20px;
  border-radius: var(--radius-full);
  font-size: 0.9rem;
  font-weight: 500;
  color: #222831;
  margin-bottom: 24px;
}

.hero-modern__title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  color: #222831;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -0.03em;
}

.gradient-text {
  background: var(--ezil-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-modern__desc {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 540px;
}

/* Modern Hero Search */
.hero-search {
  display: flex;
  align-items: center;
  background: hsl(var(--card-bg));
  border-radius: var(--radius-xl);
  padding: 8px;
  box-shadow: var(--shadow-xl), var(--shadow-glow);
  max-width: 600px;
  margin-bottom: 48px;
}

.hero-search__icon {
  padding: 0 16px;
  color: var(--ezil-text-light);
  font-size: 1.3rem;
}

.hero-search__input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1rem;
  padding: 12px 0;
  background: transparent;
  min-width: 200px;
}

.hero-search__select {
  border: none;
  background: var(--ezil-bg);
  padding: 12px 16px;
  border-radius: var(--radius-md);
  font-weight: 500;
  color: var(--ezil-text);
  cursor: pointer;
  outline: none;
  margin-right: 8px;
}

.hero-search__btn {
  background: var(--ezil-gradient);
  color: #222831;
  border: none;
  padding: 14px 32px;
  border-radius: var(--radius-lg);
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: var(--transition-fast);
}

.hero-search__btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

/* Hero Stats */
.hero-stats {
  display: flex;
  align-items: center;
  gap: 32px;
}

.hero-stats__item {
  text-align: center;
}

.hero-stats__number {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: #222831;
  letter-spacing: -0.03em;
}

.hero-stats__label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
}

.hero-stats__divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
}

/* Hero Illustration */
.hero-modern__illustration {
  position: relative;
  height: 500px;
}

.floating-card {
  position: absolute;
  background: rgba(57, 62, 70, 0.95);
  backdrop-filter: blur(10px);
  padding: 16px 24px;
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  color: var(--ezil-text-dark);
  box-shadow: var(--shadow-lg);
  animation: float 6s ease-in-out infinite;
}

.floating-card i {
  font-size: 1.5rem;
  color: var(--ezil-primary);
}

.floating-card.card-1 {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.floating-card.card-2 {
  top: 45%;
  right: 5%;
  animation-delay: 2s;
}

.floating-card.card-3 {
  bottom: 25%;
  left: 20%;
  animation-delay: 4s;
}

.hero-circle {
  position: absolute;
  width: 300px;
  height: 300px;
  background: var(--ezil-gradient);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  filter: blur(60px);
}

.hero-circle-sm {
  position: absolute;
  width: 150px;
  height: 150px;
  background: var(--ezil-secondary);
  border-radius: 50%;
  top: 30%;
  right: 20%;
  opacity: 0.15;
  filter: blur(40px);
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
}

/* ============================================= */
/* Modern Section Styles */
/* ============================================= */
.section-badge {
  display: inline-block;
  background: rgba(99, 102, 241, 0.1);
  color: var(--ezil-primary);
  padding: 8px 20px;
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  color: var(--ezil-text-dark);
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}

.section-desc {
  font-size: 1.1rem;
  color: var(--ezil-text-light);
  max-width: 600px;
  margin: 0 auto;
}

/* ============================================= */
/* Modern Feature Cards */
/* ============================================= */
.feature-card {
  background: var(--ezil-surface);
  padding: 32px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--ezil-border);
  transition: var(--transition-normal);
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
  border-color: transparent;
}

.feature-card__icon {
  width: 64px;
  height: 64px;
  background: var(--ezil-gradient);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.feature-card__icon i {
  font-size: 1.8rem;
  color: #222831;
}

.feature-card__title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--ezil-text-dark);
  margin-bottom: 12px;
}

.feature-card__desc {
  color: var(--ezil-text-light);
  line-height: 1.7;
}

/* ============================================= */
/* Modern Buttons */
/* ============================================= */
.btn--base,
.btn-base {
  background: var(--ezil-gradient) !important;
  border: none !important;
  color: #222831 !important;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: var(--radius-md) !important;
  transition: var(--transition-fast);
  box-shadow: var(--shadow-md);
}

.btn--base:hover,
.btn-base:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg), 0 0 30px -10px rgba(99, 102, 241, 0.5);
  color: #222831 !important;
}

.btn--outline {
  background: transparent !important;
  border: 2px solid var(--ezil-primary) !important;
  color: var(--ezil-primary) !important;
}

.btn--outline:hover {
  background: var(--ezil-primary) !important;
  color: #222831 !important;
}

/* ============================================= */
/* Modern Cards */
/* ============================================= */
.job-card,
.freelancer-item,
.service-item,
.item-card {
  background: var(--ezil-surface);
  border-radius: var(--radius-xl) !important;
  border: 1px solid var(--ezil-border) !important;
  overflow: hidden;
  transition: var(--transition-normal);
  box-shadow: var(--shadow-sm);
}

.job-card:hover,
.freelancer-item:hover,
.service-item:hover,
.item-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
  border-color: transparent !important;
}

/* ============================================= */
/* Modern Form Styles */
/* ============================================= */
.form-control,
.form--control,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea,
select {
  border: 2px solid var(--ezil-border) !important;
  border-radius: var(--radius-md) !important;
  padding: 14px 18px !important;
  font-size: 1rem;
  transition: var(--transition-fast);
  background: var(--ezil-surface);
}

.form-control:focus,
.form--control:focus,
input:focus,
textarea:focus,
select:focus {
  border-color: var(--ezil-primary) !important;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1) !important;
  outline: none;
}

.form-label,
.form--label {
  font-weight: 600;
  color: var(--ezil-text-dark);
  margin-bottom: 8px;
}

/* ============================================= */
/* Modern Footer */
/* ============================================= */
.footer {
  background: var(--ezil-bg-dark) !important;
  color: rgba(255, 255, 255, 0.7);
}

.footer-widget__title {
  color: #222831 !important;
  font-weight: 700;
  margin-bottom: 24px;
}

.footer-widget__link {
  color: rgba(255, 255, 255, 0.6) !important;
  transition: var(--transition-fast);
}

.footer-widget__link:hover {
  color: var(--ezil-primary) !important;
  padding-left: 8px;
}

/* ============================================= */
/* Modern Dashboard */
/* ============================================= */
.dashboard {
  background: var(--ezil-bg);
}

.dashboard__sidebar,
.sidebar {
  background: #ffffff !important;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: none !important;
}

.sidebar-menu__link {
  border-radius: var(--radius-md) !important;
  margin: 4px 12px;
  transition: var(--transition-fast);
}

.sidebar-menu__link:hover,
.sidebar-menu__link.active {
  background: rgba(99, 102, 241, 0.1) !important;
  color: var(--ezil-primary) !important;
}

.dashboard-header {
  background: #ffffff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: none !important;
}

.dashboard-body {
  padding: 32px;
  background: #EEEEEE;
}

/* Dashboard Cards */
.dashboard-card,
.stat-card {
  background: #ffffff;
  border-radius: var(--radius-xl) !important;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 24px;
  transition: var(--transition-normal);
}

.dashboard-card:hover,
.stat-card:hover {
  box-shadow: var(--shadow-lg);
}

/* ============================================= */
/* Modern Badges & Tags */
/* ============================================= */
.badge {
  font-weight: 600;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
}

.badge--success,
.badge-success {
  background: rgba(16, 185, 129, 0.1) !important;
  color: #10b981 !important;
}

.badge--warning,
.badge-warning {
  background: rgba(245, 158, 11, 0.1) !important;
  color: #f59e0b !important;
}

.badge--danger,
.badge-danger {
  background: rgba(239, 68, 68, 0.1) !important;
  color: #ef4444 !important;
}

.badge--primary,
.badge-primary {
  background: rgba(99, 102, 241, 0.1) !important;
  color: var(--ezil-primary) !important;
}

/* ============================================= */
/* Modern Tables */
/* ============================================= */
.table {
  border-collapse: separate;
  border-spacing: 0;
}

.table thead th {
  background: #f5f5f5;
  font-weight: 600;
  color: #222831;
  border: none;
  padding: 16px;
}

.table tbody td {
  padding: 16px;
  border-bottom: 1px solid var(--ezil-border);
  vertical-align: middle;
}

.table tbody tr:hover {
  background: rgba(99, 102, 241, 0.02);
}

/* ============================================= */
/* Modern Utilities */
/* ============================================= */
.text--base {
  color: var(--ezil-primary) !important;
}

.bg--base {
  background: var(--ezil-gradient) !important;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mb-60 {
  margin-bottom: 60px;
}

.min-vh-80 {
  min-height: 80vh;
}

/* Glassmorphism Effect */
.glass {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Smooth Scroll */
html {
  scroll-behavior: smooth;
}

/* Selection Color */
::selection {
  background: var(--ezil-primary);
  color: #222831;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: var(--ezil-bg);
}

::-webkit-scrollbar-thumb {
  background: var(--ezil-primary);
  border-radius: var(--radius-full);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--ezil-primary-dark);
}

/* ============================================= */
/* Responsive Adjustments */
/* ============================================= */
@media (max-width: 991px) {
  .hero-modern__title {
    font-size: 2.2rem;
  }
  
  .hero-search {
    flex-direction: column;
    gap: 12px;
    padding: 16px;
  }
  
  .hero-search__input {
    width: 100%;
  }
  
  .hero-search__btn {
    width: 100%;
  }
  
  .hero-stats {
    flex-wrap: wrap;
    gap: 24px;
  }
  
  .hero-stats__divider {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 1.8rem;
  }
  
  .py-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .feature-card {
    padding: 24px;
  }
}

/* ===================================
   Modern Navbar - EZiL Universe
   =================================== */

.header-modern {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(99, 102, 241, 0.08);
  transition: all 0.3s ease;
}

.header-modern.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 30px rgba(34, 40, 49, 0.06);
}

.nav-modern {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  gap: 24px;
}

/* Brand / Logo */
.nav-modern__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
  flex-shrink: 0;
}

.brand-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-icon svg {
  width: 36px;
  height: 36px;
}

.brand-text {
  font-size: 1.4rem;
  font-weight: 700;
  color: #EEEEEE;
  letter-spacing: -0.02em;
}

.brand-text--accent {
  background: linear-gradient(135deg, var(--ezil-primary) 0%, var(--ezil-secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Navigation Links */
.nav-modern__menu {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav-modern__links {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-modern__links li a {
  display: block;
  padding: 10px 16px;
  color: #EEEEEE;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none !important;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.nav-modern__links li a:hover {
  color: var(--ezil-primary);
  background: rgba(99, 102, 241, 0.08);
}

.nav-modern__links li.active a,
.nav-modern__links li.menu-active a {
  color: var(--ezil-primary);
  background: rgba(99, 102, 241, 0.1);
}

/* Right Actions */
.nav-modern__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.nav-modern__lang {
  margin-right: 4px;
}

/* Modern Buttons */
.nav-modern__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none !important;
  transition: all 0.25s ease;
  cursor: pointer;
  border: none;
  white-space: nowrap;
}

.nav-modern__btn--ghost {
  color: #EEEEEE;
  background: transparent;
}

.nav-modern__btn--ghost:hover {
  color: var(--ezil-primary);
  background: rgba(99, 102, 241, 0.08);
}

.nav-modern__btn--outline {
  color: var(--ezil-primary);
  background: transparent;
  border: 1.5px solid rgba(99, 102, 241, 0.3);
}

.nav-modern__btn--outline:hover {
  color: #222831;
  background: var(--ezil-primary);
  border-color: var(--ezil-primary);
}

.nav-modern__btn--primary {
  color: #222831;
  background: linear-gradient(135deg, var(--ezil-primary) 0%, var(--ezil-secondary) 100%);
  box-shadow: 0 4px 15px rgba(99, 102, 241, 0.35);
}

.nav-modern__btn--primary:hover {
  color: #222831;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(99, 102, 241, 0.45);
}

.nav-modern__btn--sm {
  padding: 8px 16px;
  font-size: 0.85rem;
}

/* Mobile Toggle */
.nav-modern__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(99, 102, 241, 0.08);
  border: none;
  border-radius: 10px;
  color: var(--ezil-primary);
  font-size: 1.4rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.nav-modern__toggle:hover {
  background: rgba(99, 102, 241, 0.15);
}

.nav-modern__mobile-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Mobile Menu */
@media (max-width: 1199.98px) {
  .nav-modern {
    flex-wrap: wrap;
  }
  
  .nav-modern__menu {
    order: 10;
    width: 100%;
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid rgba(99, 102, 241, 0.1);
  }
  
  .nav-modern__menu.collapse:not(.show) {
    display: none;
  }
  
  .nav-modern__menu.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }
  
  .nav-modern__menu.collapse.show {
    display: block;
  }
  
  .nav-modern__links {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }
  
  .nav-modern__links li a {
    padding: 12px 16px;
    border-radius: 10px;
  }
  
  .nav-modern__links li a:hover {
    background: rgba(99, 102, 241, 0.08);
  }
}

@media (min-width: 1200px) {
  .nav-modern__toggle,
  .nav-modern__mobile-actions {
    display: none !important;
  }
}

/* Adjust body padding for fixed header — only when header-modern is present */
body:has(.header-modern) {
  padding-top: 70px;
}

/* Language Dropdown Modern Style */
.nav-modern .language {
  background: rgba(99, 102, 241, 0.08);
  border: none;
  border-radius: 8px;
  padding: 8px 12px;
}

.nav-modern .language-btn {
  color: #222831;
  font-weight: 500;
}

.nav-modern .language-list {
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(34, 40, 49, 0.12);
  border: 1px solid rgba(99, 102, 241, 0.1);
}

/* ===================================
   Simple Auth Pages - Clean & Modern
   =================================== */

.auth-simple {
  min-height: 100vh;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 20px 40px;
}

.auth-simple__container {
  width: 100%;
  max-width: 440px;
}

.auth-simple__card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}

.auth-simple__card--wide {
  max-width: 560px;
}

.auth-simple__container:has(.auth-simple__card--wide) {
  max-width: 560px;
}

/* Brand */
.auth-simple__brand {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  text-decoration: none !important;
}

.auth-simple__brand .brand-name {
  font-size: 1.75rem;
  font-weight: 700;
  color: #222831;
}

.auth-simple__brand .brand-name span {
  color: #00ADB5;
}

/* Switcher */
.auth-simple__switcher {
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
  background: #f1f3f4;
  padding: 4px;
  border-radius: 10px;
}

.auth-simple__switch-option {
  flex: 1;
  cursor: pointer;
}

.auth-simple__switch-option input {
  display: none;
}

.auth-simple__switch-option span {
  display: block;
  padding: 12px 16px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 500;
  color: #6b7280;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.auth-simple__switch-option input:checked + span {
  background: #ffffff;
  color: #222831;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* Header */
.auth-simple__header {
  text-align: center;
  margin-bottom: 28px;
}

.auth-simple__header h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #222831;
  margin-bottom: 8px;
}

.auth-simple__header p {
  color: #6b7280;
  font-size: 0.95rem;
}

/* Fields */
.auth-simple__fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.auth-simple__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.auth-simple__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.auth-simple__field label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
}

.auth-simple__field input {
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #222831;
  background: #ffffff;
  transition: all 0.2s ease;
}

.auth-simple__field input:focus {
  outline: none;
  border-color: #00ADB5;
  box-shadow: 0 0 0 3px rgba(0, 173, 181, 0.1);
}

.auth-simple__field input::placeholder {
  color: #9ca3af;
}

/* Text selection visibility */
.auth-simple__field input::selection,
.auth-simple__field input::-moz-selection {
  background: #00ADB5;
  color: #ffffff;
}

/* Password Field */
.auth-simple__password {
  position: relative;
}

.auth-simple__password input {
  width: 100%;
  padding-right: 44px;
}

.auth-simple__password .toggle-password {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #9ca3af;
  cursor: pointer;
  padding: 4px;
  transition: color 0.2s;
}

.auth-simple__password .toggle-password:hover {
  color: #00ADB5;
}

/* Options Row */
.auth-simple__options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.auth-simple__remember {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.auth-simple__remember input {
  width: 16px;
  height: 16px;
  accent-color: #00ADB5;
}

.auth-simple__remember span {
  font-size: 0.875rem;
  color: #4b5563;
}

.auth-simple__forgot {
  font-size: 0.875rem;
  color: #00ADB5;
  text-decoration: none;
  font-weight: 500;
}

.auth-simple__forgot:hover {
  text-decoration: underline;
  color: #00ADB5;
}

/* Checkbox */
.auth-simple__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.auth-simple__checkbox input {
  width: 16px;
  height: 16px;
  accent-color: #00ADB5;
  margin-top: 2px;
  flex-shrink: 0;
}

.auth-simple__checkbox label {
  font-size: 0.875rem;
  color: #4b5563;
  line-height: 1.5;
}

.auth-simple__checkbox label a {
  color: #00ADB5;
  font-weight: 500;
  text-decoration: none;
}

.auth-simple__checkbox label a:hover {
  text-decoration: underline;
}

/* Submit Button */
.auth-simple__submit {
  width: 100%;
  padding: 14px 24px;
  background: #00ADB5;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.auth-simple__submit:hover {
  background: #009da5;
  transform: translateY(-1px);
}

/* Footer */
.auth-simple__footer {
  text-align: center;
  margin-top: 24px;
  color: #6b7280;
  font-size: 0.9rem;
}

.auth-simple__footer a {
  color: #00ADB5;
  font-weight: 600;
  text-decoration: none;
}

.auth-simple__footer a:hover {
  text-decoration: underline;
}

/* Disabled State */
.auth-simple__disabled {
  text-align: center;
  padding: 32px 20px;
}

.auth-simple__disabled i {
  font-size: 2.5rem;
  color: #9ca3af;
  margin-bottom: 12px;
}

.auth-simple__disabled p {
  color: #6b7280;
  font-size: 0.95rem;
}

/* Social Login in Simple Auth */
.auth-simple .social-auth {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.auth-simple .social-auth a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #374151;
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.auth-simple .social-auth a:hover {
  border-color: #00ADB5;
  background: rgba(0, 173, 181, 0.03);
}

.auth-simple .or-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  color: #9ca3af;
  font-size: 0.85rem;
}

.auth-simple .or-divider::before,
.auth-simple .or-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}

/* Responsive */
@media (max-width: 640px) {
  .auth-simple {
    padding: 80px 16px 24px;
  }
  
  .auth-simple__card {
    padding: 28px 20px;
    border-radius: 12px;
  }
  
  .auth-simple__row {
    grid-template-columns: 1fr;
  }
  
  .auth-simple__switcher {
    flex-direction: column;
  }
  
  .auth-simple__options {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

/* ===================================
   Modern Auth Pages - EZiL Universe (Legacy)
   =================================== */

.auth-modern {
  min-height: 100vh;
  background: linear-gradient(135deg, #EEEEEE 0%, #f5f5f5 50%, #EEEEEE 100%);
  padding: 0;
}

.auth-modern__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
}

/* Left Side - Illustration */
.auth-modern__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  background: linear-gradient(135deg, #00ADB5 0%, #00CED6 100%);
  position: relative;
  overflow: hidden;
}

.auth-modern__left::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 50%);
  animation: pulse-slow 15s ease-in-out infinite;
}

@keyframes pulse-slow {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.1); opacity: 0.3; }
}

.auth-modern__illustration {
  max-width: 400px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.auth-modern__illustration svg {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(34, 40, 49, 0.15));
}

.auth-modern__tagline {
  text-align: center;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.auth-modern__tagline h2 {
  color: #222831;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.auth-modern__tagline p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.1rem;
  max-width: 300px;
}

/* Right Side - Form */
.auth-modern__right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: #EEEEEE;
}

.auth-modern__form-wrapper {
  width: 100%;
  max-width: 480px;
}

/* Brand */
.auth-modern__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none !important;
  margin-bottom: 32px;
}

.auth-modern__brand .brand-icon svg {
  width: 40px;
  height: 40px;
}

.auth-modern__brand .brand-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #222831;
}

.auth-modern__brand .brand-name span {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Form */
.auth-modern__form {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 4px 40px rgba(34, 40, 49, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

/* Role Switcher */
.auth-modern__switcher {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
  background: #EEEEEE;
  padding: 6px;
  border-radius: 12px;
}

.auth-modern__switch-option {
  flex: 1;
  cursor: pointer;
}

.auth-modern__switch-option input {
  display: none;
}

.auth-modern__switch-option span {
  display: block;
  padding: 12px 16px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: #393E46;
  border-radius: 8px;
  transition: all 0.25s ease;
}

.auth-modern__switch-option input:checked + span {
  background: linear-gradient(135deg, #00ADB5 0%, #00CED6 100%);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 173, 181, 0.35);
}

/* Header */
.auth-modern__header {
  margin-bottom: 28px;
}

.auth-modern__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #222831;
  margin-bottom: 8px;
}

.auth-modern__subtitle {
  color: #393E46;
  font-size: 1rem;
}

/* Form Fields */
.auth-modern__fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.auth-modern__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.auth-modern__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.auth-modern__field label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
}

.auth-modern__field input {
  padding: 14px 16px;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  font-size: 0.95rem;
  color: #EEEEEE;
  transition: all 0.2s ease;
  background: hsl(var(--card-bg));
}

.auth-modern__field input:focus {
  outline: none;
  border-color: #6366f1;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
}

.auth-modern__field input::placeholder {
  color: #94a3b8;
}

/* Password Field */
.auth-modern__password {
  position: relative;
}

.auth-modern__password input {
  width: 100%;
  padding-right: 50px;
}

.auth-modern__password .toggle-password {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #94a3b8;
  cursor: pointer;
  padding: 0;
  transition: color 0.2s;
}

.auth-modern__password .toggle-password:hover {
  color: #6366f1;
}

/* Checkbox */
.auth-modern__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.auth-modern__checkbox input {
  width: 18px;
  height: 18px;
  accent-color: #6366f1;
  margin-top: 2px;
  flex-shrink: 0;
}

.auth-modern__checkbox label {
  font-size: 0.875rem;
  color: #EEEEEE;
  line-height: 1.5;
}

.auth-modern__checkbox label a {
  color: #6366f1;
  font-weight: 500;
  text-decoration: none;
}

.auth-modern__checkbox label a:hover {
  text-decoration: underline;
}

/* Submit Button */
.auth-modern__submit {
  width: 100%;
  padding: 16px 24px;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  color: #222831;
  border: none;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 4px 15px rgba(99, 102, 241, 0.35);
}

.auth-modern__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(99, 102, 241, 0.45);
}

.auth-modern__submit i {
  font-size: 1.2rem;
}

/* Footer */
.auth-modern__footer {
  text-align: center;
  margin-top: 24px;
  color: #EEEEEE;
  font-size: 0.95rem;
}

.auth-modern__footer a {
  color: #6366f1;
  font-weight: 600;
  text-decoration: none;
}

.auth-modern__footer a:hover {
  text-decoration: underline;
}

/* Disabled State */
.auth-modern__disabled {
  text-align: center;
  padding: 40px 20px;
}

.auth-modern__disabled i {
  font-size: 3rem;
  color: #6366f1;
  margin-bottom: 16px;
}

.auth-modern__disabled p {
  color: #EEEEEE;
  font-size: 1rem;
}

/* Social Login Styling */
.auth-modern .social-auth {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.auth-modern .social-auth a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  color: #EEEEEE;
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.auth-modern .social-auth a:hover {
  border-color: #6366f1;
  background: rgba(99, 102, 241, 0.05);
}

.auth-modern .or-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  color: #94a3b8;
  font-size: 0.875rem;
}

.auth-modern .or-divider::before,
.auth-modern .or-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e2e8f0;
}

/* Responsive */
@media (max-width: 1024px) {
  .auth-modern__container {
    grid-template-columns: 1fr;
  }
  
  .auth-modern__left {
    display: none;
  }
  
  .auth-modern__right {
    padding: 24px;
  }
  
  .auth-modern__form {
    padding: 32px 24px;
  }
}

@media (max-width: 640px) {
  .auth-modern__row {
    grid-template-columns: 1fr;
  }
  
  .auth-modern__form {
    padding: 24px 20px;
    border-radius: 20px;
  }
  
  .auth-modern__title {
    font-size: 1.5rem;
  }
  
  .auth-modern__switcher {
    flex-direction: column;
  }
}

/* Auth modern pages no longer need padding override since body padding is scoped */

/* Modern Social Login Buttons */
.auth-modern__social {
  margin-bottom: 24px;
}

.auth-modern__social-buttons {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.auth-modern__social-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 16px;
  background: hsl(var(--card-bg));
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  color: #EEEEEE;
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.auth-modern__social-btn:hover {
  border-color: #6366f1;
  background: rgba(99, 102, 241, 0.03);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(34, 40, 49, 0.05);
}

.auth-modern__social-btn svg {
  flex-shrink: 0;
}

.auth-modern__divider {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #94a3b8;
  font-size: 0.85rem;
}

.auth-modern__divider::before,
.auth-modern__divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e2e8f0;
}

@media (max-width: 640px) {
  .auth-modern__social-buttons {
    flex-direction: column;
  }
  
  .auth-modern__social-btn span {
    display: inline;
  }
}

/* ===================================
   Black & White Theme for Auth Pages
   =================================== */

.auth-modern--bw {
  background: hsl(var(--card-bg));
}

.auth-modern--bw .auth-modern__left {
  background: #222831;
}

.auth-modern--bw .auth-modern__left::before {
  background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 50%);
}

.auth-modern--bw .auth-modern__tagline h2 {
  color: #222831;
}

.auth-modern--bw .auth-modern__tagline p {
  color: rgba(255, 255, 255, 0.7);
}

.auth-modern--bw .auth-modern__brand .brand-name span {
  background: #222831;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: hsl(var(--heading-color));
}

.auth-modern--bw .auth-modern__form {
  background: hsl(var(--card-bg));
  border: 1px solid #393E46;
}

.auth-modern--bw .auth-modern__switcher {
  background: #393E46;
}

.auth-modern--bw .auth-modern__switch-option span {
  color: #EEEEEE;
}

.auth-modern--bw .auth-modern__switch-option input:checked + span {
  background: #222831;
  color: #222831;
  box-shadow: 0 4px 15px rgba(34, 40, 49, 0.2);
}

.auth-modern--bw .auth-modern__title {
  color: hsl(var(--heading-color));
}

.auth-modern--bw .auth-modern__subtitle {
  color: #EEEEEE;
}

.auth-modern--bw .auth-modern__field label {
  color: hsl(var(--body-color));
}

.auth-modern--bw .auth-modern__field input {
  border-color: #393E46;
  color: hsl(var(--heading-color));
}

.auth-modern--bw .auth-modern__field input:focus {
  border-color: hsl(var(--heading-color));
  box-shadow: 0 0 0 4px rgba(34, 40, 49, 0.05);
}

.auth-modern--bw .auth-modern__field input::placeholder {
  color: #EEEEEE;
}

.auth-modern--bw .auth-modern__password .toggle-password {
  color: #EEEEEE;
}

.auth-modern--bw .auth-modern__password .toggle-password:hover {
  color: hsl(var(--heading-color));
}

.auth-modern--bw .auth-modern__checkbox input {
  accent-color: hsl(var(--heading-color));
}

.auth-modern--bw .auth-modern__checkbox label {
  color: #EEEEEE;
}

.auth-modern--bw .auth-modern__checkbox label a {
  color: hsl(var(--heading-color));
  font-weight: 600;
}

.auth-modern--bw .auth-modern__submit {
  background: #222831;
  color: #222831;
  box-shadow: 0 4px 15px rgba(34, 40, 49, 0.2);
}

.auth-modern--bw .auth-modern__submit:hover {
  background: #393E46;
  box-shadow: 0 8px 25px rgba(34, 40, 49, 0.3);
}

.auth-modern--bw .auth-modern__footer {
  color: #EEEEEE;
}

.auth-modern--bw .auth-modern__footer a {
  color: hsl(var(--heading-color));
  font-weight: 600;
}

.auth-modern--bw .auth-modern__social-btn {
  border-color: #393E46;
  color: hsl(var(--body-color));
}

.auth-modern--bw .auth-modern__social-btn:hover {
  border-color: hsl(var(--heading-color));
  background: #393E46;
}

.auth-modern--bw .auth-modern__divider {
  color: #EEEEEE;
}

.auth-modern--bw .auth-modern__divider::before,
.auth-modern--bw .auth-modern__divider::after {
  background: #393E46;
}

.auth-modern--bw .auth-modern__disabled i {
  color: hsl(var(--heading-color));
}

/* Login Options (Remember me & Forgot password) */
.auth-modern__options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -8px;
}

.auth-modern__remember {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.auth-modern__remember input {
  width: 16px;
  height: 16px;
  accent-color: #6366f1;
}

.auth-modern__remember span {
  font-size: 0.875rem;
  color: #EEEEEE;
}

.auth-modern__forgot {
  font-size: 0.875rem;
  color: #6366f1;
  font-weight: 500;
  text-decoration: none;
}

.auth-modern__forgot:hover {
  text-decoration: underline;
}

/* Black & White Login Options */
.auth-modern--bw .auth-modern__remember input {
  accent-color: hsl(var(--heading-color));
}

.auth-modern--bw .auth-modern__remember span {
  color: #EEEEEE;
}

.auth-modern--bw .auth-modern__forgot {
  color: hsl(var(--heading-color));
  font-weight: 600;
}

/* ===================================
   Global Black & White Theme
   =================================== */

/* Override primary colors globally */
:root {
  --ezil-primary: #00ADB5 !important;
  --ezil-primary-dark: #222831 !important;
  --ezil-primary-light: #393E46 !important;
  --ezil-secondary: #393E46 !important;
  --ezil-gradient: linear-gradient(135deg, #222831 0%, #00ADB5 100%) !important;
}

/* Global text colors */
.text--base {
  color: hsl(var(--heading-color)) !important;
}

/* Global buttons */
.btn--base {
  background: #222831 !important;
  border-color: hsl(var(--heading-color)) !important;
  color: #222831 !important;
}

.btn--base:hover {
  background: #222 !important;
  border-color: #222 !important;
}

/* Navbar Black & White */
.header-modern {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #393E46;
}

.nav-modern__brand .brand-text--accent {
  background: #222831;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nav-modern__links li a:hover {
  color: hsl(var(--heading-color));
  background: rgba(34, 40, 49, 0.05);
}

.nav-modern__links li.active a,
.nav-modern__links li.menu-active a {
  color: hsl(var(--heading-color));
  background: rgba(34, 40, 49, 0.08);
}

.nav-modern__btn--ghost:hover {
  color: hsl(var(--heading-color));
  background: rgba(34, 40, 49, 0.05);
}

.nav-modern__btn--outline {
  color: hsl(var(--heading-color));
  border-color: rgba(34, 40, 49, 0.2);
}

.nav-modern__btn--outline:hover {
  color: #222831;
  background: #222831;
  border-color: hsl(var(--heading-color));
}

.nav-modern__btn--primary {
  background: #222831;
  box-shadow: 0 4px 15px rgba(34, 40, 49, 0.2);
}

.nav-modern__btn--primary:hover {
  background: #393E46;
  box-shadow: 0 6px 20px rgba(34, 40, 49, 0.3);
}

.nav-modern__toggle {
  background: rgba(34, 40, 49, 0.05);
  color: hsl(var(--heading-color));
}

.nav-modern__toggle:hover {
  background: rgba(34, 40, 49, 0.1);
}

/* Hero Section Black & White */
.hero-modern {
  background: linear-gradient(135deg, #222831 0%, #222831 50%, #222831 100%);
}

.hero-modern__title span {
  background: #222831;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-modern__cta .btn--primary {
  background: #222831;
  box-shadow: 0 8px 30px rgba(34, 40, 49, 0.2);
}

.hero-modern__cta .btn--primary:hover {
  background: #393E46;
}

.hero-modern__cta .btn--outline {
  border-color: hsl(var(--heading-color));
  color: hsl(var(--heading-color));
}

.hero-modern__cta .btn--outline:hover {
  background: #222831;
  color: #222831;
}

/* Feature Cards Black & White */
.feature-card:hover {
  border-color: rgba(34, 40, 49, 0.15);
}

.feature-card__icon {
  background: linear-gradient(135deg, #393E46 0%, #393E46 100%);
  color: hsl(var(--heading-color));
}

.feature-card__title a:hover {
  color: hsl(var(--heading-color));
}

/* Floating Cards */
.floating-card {
  border: 1px solid #393E46;
}

/* Stats */
.hero-stats__number {
  color: hsl(var(--heading-color));
}

/* Links */
a.text--base:hover {
  color: hsl(var(--body-color)) !important;
}

/* Form focus states */
.form--control:focus,
.form-control:focus {
  border-color: hsl(var(--heading-color)) !important;
  box-shadow: 0 0 0 3px rgba(34, 40, 49, 0.1) !important;
}

/* Checkboxes and radios */
.form-check-input:checked {
  background-color: hsl(var(--heading-color)) !important;
  border-color: hsl(var(--heading-color)) !important;
}

/* Selection color */
::selection {
  background: #222831;
  color: #222831;
}

/* ===================================
   COMPREHENSIVE BLACK & WHITE THEME
   Covers ALL site elements
   =================================== */

/* Override HSL base color variables to Teal Palette */
:root {
  --base-h: 182 !important;
  --base-s: 100% !important;
  --base-l: 35% !important;
  --base: 182 100% 35% !important;
  --base-two-h: 216 !important;
  --base-two-s: 10% !important;
  --base-two-l: 25% !important;
  --base-two: 216 10% 25% !important;
}

/* Header/Navigation */
.header {
  background: hsl(var(--card-bg)) !important;
  border-bottom: 1px solid hsl(var(--white) / 0.1) !important;
}

.header .nav-menu__link {
  color: hsl(var(--heading-color)) !important;
}

.header .nav-menu__link:hover,
.header .nav-menu__link.active {
  color: hsl(var(--heading-color)) !important;
}

.header .logo img {
  filter: grayscale(100%);
}

/* All buttons to black */
.btn--base,
.btn-base,
button.btn--base,
a.btn--base,
.cmn-btn,
.btn--primary {
  background: #222831 !important;
  background-color: hsl(var(--heading-color)) !important;
  border-color: hsl(var(--heading-color)) !important;
  color: #222831 !important;
}

.btn--base:hover,
.btn-base:hover,
button.btn--base:hover,
a.btn--base:hover,
.cmn-btn:hover,
.btn--primary:hover {
  background: #222 !important;
  background-color: #222 !important;
  border-color: #222 !important;
  color: #222831 !important;
}

.btn-outline--base,
.btn--outline {
  background: transparent !important;
  border-color: hsl(var(--heading-color)) !important;
  color: hsl(var(--heading-color)) !important;
}

.btn-outline--base:hover,
.btn--outline:hover {
  background: #222831 !important;
  border-color: hsl(var(--heading-color)) !important;
  color: #222831 !important;
}

/* Background colors */
.bg--base {
  background: #222831 !important;
  background-color: hsl(var(--heading-color)) !important;
}

.bg--light-base {
  background: #393E46 !important;
}

/* Text colors */
.text--base,
.text-base,
a.text--base {
  color: hsl(var(--heading-color)) !important;
}

.text--base:hover,
a.text--base:hover {
  color: hsl(var(--body-color)) !important;
}

/* Border colors */
.border--base {
  border-color: hsl(var(--heading-color)) !important;
}

/* Badge/Tags */
.badge--base {
  background: #222831 !important;
  color: #222831 !important;
}

/* Links */
a {
  color: hsl(var(--heading-color));
}

a:hover {
  color: hsl(var(--body-color));
}

/* Hero/Banner Section */
.banner-section,
.hero-section {
  background: linear-gradient(135deg, #222831 0%, #222831 50%, #222831 100%) !important;
}

.banner-section .banner__content h2 span,
.hero-section h1 span,
.hero-section h2 span,
.section-heading__title span {
  color: hsl(var(--heading-color)) !important;
  background: none !important;
  -webkit-text-fill-color: hsl(var(--heading-color)) !important;
}

/* Section headings */
.section-heading .section-heading__title .text--base,
.section-heading__title .text--base {
  color: hsl(var(--heading-color)) !important;
}

/* Cards */
.card,
.service-card,
.feature-card,
.job-card,
.category-card {
  border: 1px solid #393E46 !important;
  box-shadow: 0 2px 8px rgba(34,40,49,0.05) !important;
}

.card:hover,
.service-card:hover,
.feature-card:hover,
.job-card:hover,
.category-card:hover {
  border-color: #4a5568 !important;
  box-shadow: 0 8px 25px rgba(34,40,49,0.1) !important;
}

/* Icons */
.feature-card__icon,
.service-card__icon,
.icon--base {
  background: #393E46 !important;
  color: hsl(var(--heading-color)) !important;
}

/* Footer */
.footer {
  background: #1a1a1a !important;
}

.footer a {
  color: #4a5568 !important;
}

.footer a:hover {
  color: #222831 !important;
}

.footer .social-links a {
  background: rgba(255,255,255,0.1) !important;
  color: #222831 !important;
}

.footer .social-links a:hover {
  background: hsl(var(--base)) !important;
  color: hsl(var(--white)) !important;
}

/* Dashboard/Sidebar */
.dashboard__sidebar,
.sidebar {
  background: hsl(var(--card-bg)) !important;
  border-right: 1px solid hsl(var(--white) / 0.1) !important;
}

.sidebar-menu__link {
  color: hsl(var(--heading-color)) !important;
}

.sidebar-menu__link:hover,
.sidebar-menu__link.active {
  background: #393E46 !important;
  color: hsl(var(--heading-color)) !important;
}

.sidebar-menu__link.active::before {
  background: #222831 !important;
}

/* Dashboard Header */
.dashboard-header {
  background: hsl(var(--card-bg)) !important;
  border-bottom: 1px solid #393E46 !important;
}

/* Tables */
.table thead {
  background: #222831 !important;
}

.table thead th {
  color: hsl(var(--heading-color)) !important;
  border-bottom: 2px solid #00ADB5 !important;
}

/* Pagination */
.pagination .page-item.active .page-link {
  background: #222831 !important;
  border-color: hsl(var(--heading-color)) !important;
  color: #222831 !important;
}

.pagination .page-link {
  color: hsl(var(--heading-color)) !important;
}

.pagination .page-link:hover {
  background: #393E46 !important;
  color: hsl(var(--heading-color)) !important;
}

/* Form elements */
.form--control:focus,
.form-control:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: hsl(var(--heading-color)) !important;
  box-shadow: 0 0 0 3px rgba(34,40,49,0.1) !important;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background-color: hsl(var(--heading-color)) !important;
  border-color: hsl(var(--heading-color)) !important;
}

/* Tabs/Pills */
.nav-pills .nav-link.active,
.nav-tabs .nav-link.active {
  background: #222831 !important;
  color: #222831 !important;
  border-color: hsl(var(--heading-color)) !important;
}

.nav-pills .nav-link,
.nav-tabs .nav-link {
  color: hsl(var(--body-color)) !important;
}

.nav-pills .nav-link:hover,
.nav-tabs .nav-link:hover {
  color: hsl(var(--heading-color)) !important;
}

/* Alerts/Notifications */
.alert--base {
  background: rgba(34,40,49,0.05) !important;
  border-color: hsl(var(--heading-color)) !important;
  color: hsl(var(--heading-color)) !important;
}

/* Progress bars */
.progress-bar {
  background: #222831 !important;
}

/* Ratings/Stars */
.rating i.active,
.rating i.las.la-star.active,
.rating .las.la-star {
  color: hsl(var(--heading-color)) !important;
}

/* Category/Tags */
.category-badge,
.tag-badge {
  background: #393E46 !important;
  color: hsl(var(--heading-color)) !important;
  border: 1px solid #393E46 !important;
}

.category-badge:hover,
.tag-badge:hover {
  background: #222831 !important;
  color: #222831 !important;
}

/* Breadcrumb */
.breadcrumb-section {
  background: #222831 !important;
}

.breadcrumb a {
  color: #EEEEEE !important;
}

.breadcrumb .active {
  color: hsl(var(--heading-color)) !important;
}

/* Sliders/Carousels */
.slick-dots li.slick-active button {
  background: #222831 !important;
}

.slick-dots li button {
  background: #4a5568 !important;
}

.slick-prev,
.slick-next {
  background: hsl(var(--card-bg)) !important;
  color: hsl(var(--heading-color)) !important;
  border: 1px solid #393E46 !important;
}

.slick-prev:hover,
.slick-next:hover {
  background: #222831 !important;
  color: #222831 !important;
}

/* Modals */
.modal-header {
  border-bottom: 1px solid #393E46 !important;
}

.modal-footer {
  border-top: 1px solid #393E46 !important;
}

/* Dropdown */
.dropdown-menu {
  border: 1px solid #393E46 !important;
  box-shadow: 0 8px 25px rgba(34,40,49,0.1) !important;
}

.dropdown-item:hover,
.dropdown-item.active {
  background: #393E46 !important;
  color: hsl(var(--heading-color)) !important;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #393E46;
}

::-webkit-scrollbar-thumb {
  background: #4a5568;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #999;
}

/* Job listings */
.job-card__price,
.price-tag {
  color: hsl(var(--heading-color)) !important;
  font-weight: 700 !important;
}

/* User badges/status */
.user-badge,
.status-badge {
  background: #393E46 !important;
  color: hsl(var(--heading-color)) !important;
}

.online-status {
  background: #222831 !important;
}

/* Chat/Messages */
.chat-message--sent {
  background: #222831 !important;
  color: #222831 !important;
}

.chat-message--received {
  background: #393E46 !important;
  color: hsl(var(--heading-color)) !important;
}

/* Loading/Spinner */
.loader,
.spinner {
  border-color: hsl(var(--white) / 0.1) !important;
  border-top-color: hsl(var(--heading-color)) !important;
}

/* Tooltips */
.tooltip .tooltip-inner {
  background: #222831 !important;
}

/* Section backgrounds */
.section--bg,
.bg-section {
  background: #222831 !important;
}

/* Accordion */
.accordion-button:not(.collapsed) {
  background: #393E46 !important;
  color: hsl(var(--heading-color)) !important;
}

.accordion-button:focus {
  border-color: hsl(var(--heading-color)) !important;
  box-shadow: 0 0 0 3px rgba(34,40,49,0.1) !important;
}

/* How it works section */
.work-process-card__icon {
  background: #393E46 !important;
  color: hsl(var(--heading-color)) !important;
  border: 2px solid #00ADB5 !important;
}

.work-process-card__number {
  background: #222831 !important;
  color: #222831 !important;
}

/* Testimonials */
.testimonial-card {
  border: 1px solid #393E46 !important;
}

.testimonial-card__quote {
  color: hsl(var(--heading-color)) !important;
}

/* Filter/Sort */
.filter-btn.active,
.sort-btn.active {
  background: #222831 !important;
  color: #222831 !important;
}

/* Profile/Avatar */
.avatar-badge {
  background: #222831 !important;
  color: #222831 !important;
}

/* Skill tags */
.skill-tag {
  background: #393E46 !important;
  color: hsl(var(--heading-color)) !important;
  border: 1px solid #393E46 !important;
}

/* Counter/Stats */
.counter__number,
.stat__number {
  color: hsl(var(--heading-color)) !important;
}

/* CTA sections */
.cta-section {
  background: #222831 !important;
}

.cta-section .btn--base {
  background: hsl(var(--card-bg)) !important;
  color: hsl(var(--heading-color)) !important;
}

.cta-section .btn--base:hover {
  background: #393E46 !important;
}

/* Notification badge */
.notification-badge {
  background: #222831 !important;
  color: #222831 !important;
}

/* Price/Amount */
.amount,
.price {
  color: hsl(var(--heading-color)) !important;
  font-weight: 700 !important;
}

/* Success/Error states - keep for clarity */
.text--success {
  color: #198754 !important;
}

.text--danger,
.text--error {
  color: #dc3545 !important;
}

.text--warning {
  color: #856404 !important;
}

/* Custom scrollbar for specific elements */
.sidebar::-webkit-scrollbar-thumb,
.chat-box::-webkit-scrollbar-thumb {
  background: #4a5568 !important;
}

/* Blog/Article */
.blog-card {
  border: 1px solid #393E46 !important;
}

.blog-card__category {
  background: #222831 !important;
  color: #222831 !important;
}

/* Social share */
.social-share a {
  background: #393E46 !important;
  color: hsl(var(--heading-color)) !important;
}

.social-share a:hover {
  background: #222831 !important;
  color: #222831 !important;
}

/* FAQ Section */
.faq-item {
  border: 1px solid #393E46 !important;
}

.faq-item.active {
  border-color: hsl(var(--heading-color)) !important;
}

/* Contact form */
.contact-card {
  border: 1px solid #393E46 !important;
}

.contact-card__icon {
  background: #393E46 !important;
  color: hsl(var(--heading-color)) !important;
}

/* Preloader */
.preloader {
  background: hsl(var(--card-bg)) !important;
}

.preloader .loader {
  border-color: hsl(var(--white) / 0.1) !important;
  border-top-color: hsl(var(--heading-color)) !important;
}

/* Scroll to top */
.scroll-top {
  background: #222831 !important;
  color: #222831 !important;
}

.scroll-top:hover {
  background: #333 !important;
}

/* Empty state */
.empty-state__icon {
  background: #393E46 !important;
  color: #EEEEEE !important;
}

/* Ensure all SVG icons are black */
svg path[fill]:not([fill="none"]):not([fill="white"]):not([fill="#222831"]):not([fill="#222831fff"]) {
  fill: #00ADB5 !important;
}

/* Override any remaining colored gradients */
.gradient-text,
.text-gradient {
  background: #222831 !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* ===================================
   MODERN GLASSMORPHISM UI
   Beautiful frosted glass effects
   =================================== */

/* Dashboard Background - LIGHT Theme */
.dashboard {
  background: #EEEEEE !important;
  min-height: 100vh !important;
}

/* Glass effect mixin-like classes */
.glass-effect {
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(34, 40, 49, 0.1) !important;
  box-shadow: 0 8px 32px rgba(34, 40, 49, 0.1) !important;
}

/* Sidebar - LIGHT Theme */
.sidebar-menu {
  background: #ffffff !important;
  border-right: 1px solid rgba(34, 40, 49, 0.1) !important;
  box-shadow: 4px 0 30px rgba(34, 40, 49, 0.08) !important;
}

.sidebar-menu__inner {
  background: transparent !important;
}

/* Sidebar Logo - LIGHT Theme */
.sidebar-logo {
  background: rgba(255, 255, 255, 0.8) !important;
  border-bottom: 1px solid rgba(34, 40, 49, 0.1) !important;
  padding: 20px !important;
  margin-bottom: 10px !important;
}

.sidebar-logo__link span[style*="background: #000"] {
  background: hsl(var(--card-bg)) !important;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1) !important;
}

.sidebar-logo__link span[style*="background: #000"] svg path {
  fill: #00ADB5 !important;
}

.sidebar-logo__link span[style*="font-size"] {
  color: #222831 !important;
  text-shadow: 0 2px 10px rgba(34, 40, 49, 0.3) !important;
}

.sidebar-logo__link span[style*="font-weight: 400"] {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* Balance Card - LIGHT Theme */
.sidebar-menu__top {
  background: linear-gradient(135deg, rgba(0, 173, 181, 0.1) 0%, rgba(0, 173, 181, 0.05) 100%) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(0, 173, 181, 0.2) !important;
  border-radius: 16px !important;
  margin: 15px !important;
  padding: 20px !important;
  box-shadow: 0 8px 32px rgba(34, 40, 49, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
  position: relative !important;
  overflow: hidden !important;
}

.sidebar-menu__top::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.03), transparent);
  animation: shimmer 3s infinite;
}

@keyframes shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

.sidebar-menu__top .shape {
  display: none !important;
}

.sidebar-menu__top .icon {
  background: rgba(0, 173, 181, 0.15) !important;
  color: #00ADB5 !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 24px !important;
  box-shadow: 0 4px 15px rgba(0, 173, 181, 0.2) !important;
}

.sidebar-menu__top .content .title {
  color: #393E46 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

.sidebar-menu__top .content .number {
  color: #222831 !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  text-shadow: none !important;
}

/* Sidebar Menu Items - LIGHT Theme */
.sidebar-menu-list {
  padding: 10px 15px !important;
}

.sidebar-menu-list__item {
  margin-bottom: 4px !important;
}

.sidebar-menu-list__link {
  background: transparent !important;
  border-radius: 12px !important;
  padding: 12px 16px !important;
  color: #393E46 !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  border: 1px solid transparent !important;
}

.sidebar-menu-list__link:hover {
  background: rgba(0, 173, 181, 0.1) !important;
  color: #222831 !important;
  border-color: rgba(0, 173, 181, 0.2) !important;
  transform: translateX(5px) !important;
  box-shadow: 0 4px 15px rgba(0, 173, 181, 0.15) !important;
}

.sidebar-menu-list__item.active .sidebar-menu-list__link,
.sidebar-menu-list__link.active {
  background: rgba(0, 173, 181, 0.15) !important;
  color: #222831 !important;
  border-color: rgba(0, 173, 181, 0.3) !important;
  box-shadow: 0 4px 20px rgba(0, 173, 181, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
}

.sidebar-menu-list__link .icon {
  width: 36px !important;
  height: 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(0, 173, 181, 0.1) !important;
  border-radius: 10px !important;
  font-size: 18px !important;
  transition: all 0.3s ease !important;
  color: #00ADB5 !important;
}

.sidebar-menu-list__item.active .sidebar-menu-list__link .icon,
.sidebar-menu-list__link:hover .icon {
  background: rgba(0, 173, 181, 0.2) !important;
  transform: scale(1.1) !important;
}

.sidebar-menu-list__link .text {
  font-weight: 500 !important;
  font-size: 14px !important;
}

/* Submenu - LIGHT Theme */
.sidebar-submenu {
  background: rgba(0, 173, 181, 0.05) !important;
  border-radius: 12px !important;
  margin: 8px 0 8px 20px !important;
  padding: 8px !important;
  border: 1px solid rgba(0, 173, 181, 0.1) !important;
}

.sidebar-submenu-list__link {
  color: #393E46 !important;
  padding: 10px 15px !important;
  border-radius: 8px !important;
  transition: all 0.3s ease !important;
}

.sidebar-submenu-list__link:hover,
.sidebar-submenu-list__item.active .sidebar-submenu-list__link {
  background: rgba(0, 173, 181, 0.1) !important;
  color: #222831 !important;
}

/* Dashboard Header - LIGHT Theme */
.dashboard-header {
  background: #ffffff !important;
  border-bottom: 1px solid rgba(34, 40, 49, 0.1) !important;
  box-shadow: 0 2px 15px rgba(34, 40, 49, 0.08) !important;
}

.dashboard-header .title {
  color: #222831 !important;
  font-weight: 600 !important;
  text-shadow: 0 2px 10px rgba(34, 40, 49, 0.2) !important;
}

.dashboard-header .notification-link {
  background: rgba(0, 173, 181, 0.1) !important;
  color: #00ADB5 !important;
  border-radius: 12px !important;
  width: 44px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(0, 173, 181, 0.2) !important;
  transition: all 0.3s ease !important;
}

.dashboard-header .notification-link:hover {
  background: rgba(0, 173, 181, 0.2) !important;
  transform: scale(1.05) !important;
}

.dashboard-header .user-info__thumb {
  border: 2px solid rgba(0, 173, 181, 0.3) !important;
  border-radius: 12px !important;
  padding: 2px !important;
}

.dashboard-header .user-info__thumb img {
  border-radius: 10px !important;
}

/* Dashboard Body/Content Area - LIGHT Theme */
.dashboard__right {
  background: #EEEEEE !important;
}

.dashboard-body {
  padding: 30px !important;
}

/* Dashboard Cards - LIGHT Theme */
.dashboard-card,
.card,
.custom-card {
  background: #ffffff !important;
  border: 1px solid rgba(34, 40, 49, 0.1) !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 20px rgba(34, 40, 49, 0.08) !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
}

.dashboard-card:hover,
.card:hover,
.custom-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 30px rgba(34, 40, 49, 0.12) !important;
  border-color: rgba(0, 173, 181, 0.3) !important;
}

.card-header {
  background: rgba(0, 173, 181, 0.05) !important;
  border-bottom: 1px solid rgba(34, 40, 49, 0.1) !important;
  color: #222831 !important;
}

.card-body {
  background: transparent !important;
  color: #393E46 !important;
}

.card-footer {
  background: rgba(0, 173, 181, 0.03) !important;
  border-top: 1px solid rgba(34, 40, 49, 0.1) !important;
}

/* Stat Cards - LIGHT Theme */
.stat-card,
.dashboard-widget {
  background: #ffffff !important;
  border: 1px solid rgba(34, 40, 49, 0.1) !important;
  border-radius: 16px !important;
  padding: 24px !important;
  box-shadow: 0 4px 20px rgba(34, 40, 49, 0.08) !important;
  position: relative !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  transition: all 0.3s ease !important;
}

.stat-card:hover,
.dashboard-widget:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(0, 173, 181, 0.3) !important;
  box-shadow: 0 8px 30px rgba(34, 40, 49, 0.12) !important;
}

.stat-card .icon,
.dashboard-widget .icon,
.dashboard-widget__icon {
  background: rgba(0, 173, 181, 0.1) !important;
  color: #00ADB5 !important;
  width: 60px !important;
  height: 60px !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 26px !important;
  margin-bottom: 16px !important;
  border: 1px solid rgba(0, 173, 181, 0.2) !important;
}

.dashboard-widget__icon i {
  color: #00ADB5 !important;
  font-size: 26px !important;
}

.stat-card .number,
.dashboard-widget .number,
.dashboard-widget__number {
  color: #222831 !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  margin-top: 8px !important;
}

.stat-card .title,
.dashboard-widget .title,
.dashboard-widget__text {
  color: #393E46 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  font-weight: 500 !important;
}

.dashboard-widget__content {
  text-align: center !important;
}

/* Profile Complete Notification - LIGHT Theme */
.profile-complete-notification {
  background: #ffffff !important;
  border: 1px solid rgba(0, 173, 181, 0.2) !important;
  border-radius: 12px !important;
  padding: 16px 24px !important;
  margin-bottom: 20px !important;
}

.profile-complete-notification p {
  color: #393E46 !important;
  margin: 0 !important;
}

.profile-complete-notification .update-link {
  color: #00ADB5 !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
}

.profile-complete-notification small {
  color: #00ADB5 !important;
  font-weight: 500 !important;
}

/* Upgrade Profile Card - LIGHT Theme */
.upgrade-profile {
  background: #ffffff !important;
  border: 1px solid rgba(34, 40, 49, 0.1) !important;
  border-radius: 16px !important;
  padding: 24px !important;
}

.upgrade-profile .title {
  color: #222831 !important;
  font-weight: 600 !important;
}

.upgrade-profile .btn--base {
  background: #00ADB5 !important;
  color: #ffffff !important;
  border: none !important;
}

/* Chart Box - LIGHT Theme */
.chart-box {
  background: #ffffff !important;
  border: 1px solid rgba(34, 40, 49, 0.1) !important;
  border-radius: 16px !important;
  padding: 24px !important;
}

.chart-box .title {
  color: #222831 !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
}

/* Dashboard Item Cards - LIGHT Theme */
.dashboard-item {
  background: #ffffff !important;
  border: 1px solid rgba(34, 40, 49, 0.1) !important;
  border-radius: 16px !important;
  padding: 24px !important;
}

.dashboard-item .title,
.dashboard-item__title {
  color: #222831 !important;
}

.dashboard-item__top {
  border-bottom: 1px solid rgba(34, 40, 49, 0.1) !important;
  margin-bottom: 16px !important;
  padding-bottom: 12px !important;
}

/* Empty Message - LIGHT Theme */
.empty-message {
  background: #ffffff !important;
  border-radius: 16px !important;
  padding: 40px !important;
}

.empty-message h6,
.empty-message .text-muted {
  color: #393E46 !important;
}

.empty-slip-message {
  color: #393E46 !important;
}

/* Dashboard Content Wrapper - LIGHT Theme */
.dashboard-content-wrapper {
  background: transparent !important;
}

.dashboard-content-wrapper > div {
  background: #ffffff !important;
  border: 1px solid rgba(34, 40, 49, 0.1) !important;
  border-radius: 16px !important;
}

/* Dashboard Body Wrapper Sidebar - LIGHT Theme */
.dashboard-body-wrapper__sidebar,
.dashboard-body-wrapper__sidebar > div {
  background: #ffffff !important;
  border: 1px solid rgba(34, 40, 49, 0.1) !important;
  border-radius: 16px !important;
}

/* Top Navbar/Header - LIGHT Theme */
.dashboard-nav,
.dashboard-header,
header.header {
  background: #ffffff !important;
  border-bottom: 1px solid rgba(34, 40, 49, 0.1) !important;
  box-shadow: 0 2px 20px rgba(34, 40, 49, 0.08) !important;
}

.header--primary,
.header .header-inner {
  background: #ffffff !important;
}

.dashboard-nav .title,
.dashboard-header .title {
  color: #222831 !important;
  font-weight: 600 !important;
}

.dashboard-nav .notification-link,
.dashboard-header .notification-link {
  background: rgba(0, 173, 181, 0.1) !important;
  color: #00ADB5 !important;
  border-radius: 10px !important;
  border: 1px solid rgba(0, 173, 181, 0.2) !important;
}

.dashboard-nav .user-info__thumb,
.dashboard-header .user-info__thumb {
  border: 2px solid rgba(0, 173, 181, 0.3) !important;
  border-radius: 10px !important;
}

/* Delivery Info - LIGHT Theme */
.delivery-info {
  background: #ffffff !important;
  border: 1px solid rgba(34, 40, 49, 0.1) !important;
  border-radius: 12px !important;
  padding: 16px !important;
  margin-bottom: 12px !important;
}

.delivery-info .title {
  color: #393E46 !important;
}

.delivery-info .text {
  color: #222831 !important;
}

.delivery-info__top .title {
  color: #222831 !important;
}

.delivery-info__top .number {
  color: #222831 !important;
}

/* Alert Boxes - LIGHT Theme */
.alert,
.alert--danger,
.alert--warning,
.alert--info,
.alert--success {
  background: #ffffff !important;
  border: 1px solid rgba(34, 40, 49, 0.1) !important;
  border-radius: 12px !important;
  color: #393E46 !important;
}

.alert__title {
  color: #222831 !important;
}

.alert__desc {
  color: #393E46 !important;
}

.alert__desc a {
  color: #00ADB5 !important;
  font-weight: 500 !important;
}

/* Tables - LIGHT Theme */
.table-responsive {
  background: #ffffff !important;
  backdrop-filter: blur(15px) !important;
  -webkit-backdrop-filter: blur(15px) !important;
  border-radius: 16px !important;
  border: 1px solid rgba(34, 40, 49, 0.1) !important;
  overflow: hidden !important;
}

.table {
  color: #393E46 !important;
  margin-bottom: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
}

.table thead {
  background: rgba(0, 173, 181, 0.05) !important;
}

.table thead th {
  color: #222831 !important;
  font-weight: 600 !important;
  border-bottom: 1px solid rgba(34, 40, 49, 0.1) !important;
  padding: 16px !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  letter-spacing: 0.5px !important;
  background: transparent !important;
}

.table tbody tr {
  transition: all 0.3s ease !important;
  border-bottom: 1px solid rgba(34, 40, 49, 0.05) !important;
  background: transparent !important;
}

.table tbody tr:hover {
  background: rgba(0, 173, 181, 0.05) !important;
}

.table tbody td {
  padding: 16px !important;
  border: none !important;
  vertical-align: middle !important;
  background: transparent !important;
  background-color: transparent !important;
}

.table tbody td.text-center.msg-center {
  background: transparent !important;
}

/* Buttons - LIGHT Theme with Teal Accent */
.btn--base,
.btn-base,
button.btn--base,
a.btn--base,
.cmn-btn,
.btn--primary {
  background: linear-gradient(135deg, #00ADB5 0%, #00969e 100%) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(0, 173, 181, 0.3) !important;
  color: #ffffff !important;
  border-radius: 12px !important;
  padding: 12px 24px !important;
  font-weight: 600 !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 4px 15px rgba(0, 173, 181, 0.3) !important;
}

.btn--base:hover,
.btn-base:hover,
button.btn--base:hover,
a.btn--base:hover,
.cmn-btn:hover,
.btn--primary:hover {
  background: linear-gradient(135deg, #00969e 0%, #007a82 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(0, 173, 181, 0.4) !important;
  color: #ffffff !important;
}

.btn-outline--base,
.btn--outline {
  background: transparent !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(0, 173, 181, 0.4) !important;
  color: #00ADB5 !important;
  border-radius: 12px !important;
}

.btn-outline--base:hover,
.btn--outline:hover {
  background: rgba(0, 173, 181, 0.1) !important;
  border-color: rgba(0, 173, 181, 0.6) !important;
}

/* Form Controls - LIGHT Theme */
.form--control,
.form-control,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
select,
textarea {
  background: #ffffff !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(34, 40, 49, 0.15) !important;
  border-radius: 12px !important;
  color: #222831 !important;
  padding: 14px 18px !important;
  transition: all 0.3s ease !important;
}

.form--control::placeholder,
.form-control::placeholder,
input::placeholder {
  color: #999999 !important;
}

.form--control:focus,
.form-control:focus,
input:focus,
select:focus,
textarea:focus {
  background: #ffffff !important;
  border-color: rgba(0, 173, 181, 0.5) !important;
  box-shadow: 0 0 0 4px rgba(0, 173, 181, 0.1) !important;
  outline: none !important;
}

/* Labels */
label {
  color: #222831 !important;
  font-weight: 500 !important;
  margin-bottom: 8px !important;
}

/* Pagination - LIGHT Theme */
.pagination {
  gap: 8px !important;
}

.pagination .page-item .page-link {
  background: #ffffff !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(34, 40, 49, 0.1) !important;
  color: #393E46 !important;
  border-radius: 10px !important;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
}

.pagination .page-item.active .page-link {
  background: #00ADB5 !important;
  border-color: #00ADB5 !important;
  color: #ffffff !important;
}

.pagination .page-item .page-link:hover {
  background: rgba(0, 173, 181, 0.1) !important;
  transform: scale(1.1) !important;
}

/* Badges - LIGHT Theme */
.badge {
  background: rgba(0, 173, 181, 0.1) !important;
  backdrop-filter: blur(10px) !important;
  color: #00ADB5 !important;
  border-radius: 8px !important;
  padding: 6px 12px !important;
  font-weight: 500 !important;
  border: 1px solid rgba(0, 173, 181, 0.2) !important;
}

.badge--success {
  background: rgba(40, 167, 69, 0.1) !important;
  color: #28a745 !important;
  border-color: rgba(40, 167, 69, 0.3) !important;
}

.badge--warning {
  background: rgba(255, 193, 7, 0.1) !important;
  color: #856404 !important;
  border-color: rgba(255, 193, 7, 0.3) !important;
}

.badge--danger {
  background: rgba(220, 53, 69, 0.1) !important;
  color: #dc3545 !important;
  border-color: rgba(220, 53, 69, 0.3) !important;
}

.badge--primary,
.badge--base {
  background: rgba(0, 173, 181, 0.15) !important;
  color: #00ADB5 !important;
  border-color: rgba(0, 173, 181, 0.3) !important;
}

/* User Info Dropdown - LIGHT Theme */
.user-info-dropdown {
  background: #ffffff !important;
  backdrop-filter: blur(25px) !important;
  -webkit-backdrop-filter: blur(25px) !important;
  border: 1px solid rgba(34, 40, 49, 0.1) !important;
  border-radius: 16px !important;
  box-shadow: 0 20px 40px rgba(34, 40, 49, 0.15) !important;
  overflow: hidden !important;
}

.user-info-dropdown__link {
  color: #393E46 !important;
  transition: all 0.3s ease !important;
}

.user-info-dropdown__link:hover {
  background: rgba(0, 173, 181, 0.1) !important;
  color: #222831 !important;
}

/* Modal - LIGHT Theme */
.modal-content {
  background: #ffffff !important;
  backdrop-filter: blur(25px) !important;
  -webkit-backdrop-filter: blur(25px) !important;
  border: 1px solid rgba(34, 40, 49, 0.1) !important;
  border-radius: 24px !important;
  box-shadow: 0 25px 50px rgba(34, 40, 49, 0.15) !important;
}

.modal-header {
  background: rgba(0, 173, 181, 0.05) !important;
  border-bottom: 1px solid rgba(34, 40, 49, 0.1) !important;
  border-radius: 24px 24px 0 0 !important;
}

.modal-header .modal-title {
  color: #222831 !important;
  font-weight: 600 !important;
}

.modal-header .btn-close {
  filter: none !important;
}

.modal-body {
  color: #393E46 !important;
}

.modal-footer {
  background: rgba(0, 173, 181, 0.03) !important;
  border-top: 1px solid rgba(34, 40, 49, 0.1) !important;
  border-radius: 0 0 24px 24px !important;
}

/* Alert - LIGHT Theme */
.alert {
  background: #ffffff !important;
  backdrop-filter: blur(15px) !important;
  -webkit-backdrop-filter: blur(15px) !important;
  border: 1px solid rgba(34, 40, 49, 0.1) !important;
  border-radius: 12px !important;
  color: #393E46 !important;
}

/* Empty State - LIGHT Theme */
.empty-data,
.empty-state {
  background: #ffffff !important;
  backdrop-filter: blur(15px) !important;
  -webkit-backdrop-filter: blur(15px) !important;
  border: 1px solid rgba(34, 40, 49, 0.1) !important;
  border-radius: 20px !important;
  padding: 40px !important;
  text-align: center !important;
}

.empty-data .icon,
.empty-state__icon {
  background: rgba(0, 173, 181, 0.1) !important;
  color: #00ADB5 !important;
  width: 80px !important;
  height: 80px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 36px !important;
  margin: 0 auto 20px !important;
}

.empty-data p,
.empty-state p {
  color: #393E46 !important;
}

/* Tabs - LIGHT Theme */
.nav-tabs,
.nav-pills {
  background: rgba(0, 173, 181, 0.05) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border-radius: 12px !important;
  padding: 6px !important;
  border: 1px solid rgba(34, 40, 49, 0.1) !important;
}

.nav-tabs .nav-link,
.nav-pills .nav-link {
  color: #393E46 !important;
  border-radius: 10px !important;
  padding: 10px 20px !important;
  transition: all 0.3s ease !important;
  border: none !important;
}

.nav-tabs .nav-link:hover,
.nav-pills .nav-link:hover {
  color: #222831 !important;
  background: rgba(0, 173, 181, 0.1) !important;
}

.nav-tabs .nav-link.active,
.nav-pills .nav-link.active {
  background: #00ADB5 !important;
  color: #ffffff !important;
  border: none !important;
}

/* Progress Bar - LIGHT Theme */
.progress {
  background: rgba(34, 40, 49, 0.1) !important;
  border-radius: 10px !important;
  height: 10px !important;
  overflow: hidden !important;
}

/* Progress Bar - LIGHT Theme with Teal */
.progress-bar {
  background: linear-gradient(90deg, #00ADB5 0%, #00969e 100%) !important;
  border-radius: 10px !important;
}

/* Scrollbar - LIGHT Theme */
::-webkit-scrollbar {
  width: 8px !important;
  height: 8px !important;
}

::-webkit-scrollbar-track {
  background: rgba(34, 40, 49, 0.05) !important;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 173, 181, 0.3) !important;
  border-radius: 4px !important;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 173, 181, 0.5) !important;
}

/* Text Colors - LIGHT Theme */
.dashboard h1, .dashboard h2, .dashboard h3, 
.dashboard h4, .dashboard h5, .dashboard h6 {
  color: #222831 !important;
}

.dashboard p,
.dashboard span:not(.icon):not(.badge) {
  color: #393E46 !important;
}

.dashboard a {
  color: #00ADB5 !important;
}

.dashboard a:hover {
  color: #00969e !important;
}

/* Profile Badge - LIGHT Theme */
.profile-badge img {
  border: 2px solid rgba(0, 173, 181, 0.3) !important;
  border-radius: 8px !important;
}

/* Dashboard Body Bar - LIGHT Theme */
.dashboard-body__bar {
  background: #ffffff !important;
  border: 1px solid rgba(34, 40, 49, 0.1) !important;
  border-radius: 10px !important;
  color: #222831 !important;
}

/* Close/Toggle Button - LIGHT Theme */
.sidebar-menu__close {
  background: rgba(0, 173, 181, 0.1) !important;
  color: #00ADB5 !important;
  border-radius: 8px !important;
  width: 36px !important;
  height: 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  position: absolute !important;
  top: 15px !important;
  right: 15px !important;
  z-index: 100 !important;
  transition: all 0.3s ease !important;
}

.sidebar-menu__close:hover {
  background: rgba(0, 173, 181, 0.2) !important;
  transform: scale(1.05) !important;
}

/* Sidebar collapsed state */
.sidebar-menu:not(.show-sidebar) {
  transform: translateX(-100%) !important;
}

.sidebar-menu.show-sidebar {
  transform: translateX(0) !important;
}

/* Desktop sidebar behavior */
@media (min-width: 992px) {
  .sidebar-menu {
    transform: translateX(0) !important;
    transition: all 0.3s ease !important;
  }
  
  .sidebar-menu:not(.show-sidebar) {
    transform: translateX(-100%) !important;
  }
  
  .dashboard__right {
    transition: margin-left 0.3s ease !important;
  }
  
  .sidebar-menu:not(.show-sidebar) ~ .dashboard__right {
    margin-left: 0 !important;
  }
  
  /* Show hamburger button on desktop when sidebar is hidden */
  .dashboard-body__bar {
    display: inline-block !important;
    opacity: 0;
    transition: opacity 0.3s ease !important;
    pointer-events: none;
  }
  
  .sidebar-menu:not(.show-sidebar) ~ .dashboard__right .dashboard-body__bar {
    opacity: 1;
    pointer-events: auto;
  }
}

/* Floating Animation for Cards */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

.dashboard-card:nth-child(odd) {
  animation: float 6s ease-in-out infinite;
}

.dashboard-card:nth-child(even) {
  animation: float 6s ease-in-out infinite 0.5s;
}

/* Notification Badge - LIGHT Theme */
.notification-number {
  background: #00ADB5 !important;
  color: #ffffff !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  min-width: 18px !important;
  height: 18px !important;
  border-radius: 9px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: -5px !important;
  right: -5px !important;
  border: 2px solid #ffffff !important;
}

/* Table text colors - LIGHT Theme */
.table tbody td {
  color: #393E46 !important;
}

/* Select2 - LIGHT Theme */
.select2-container--default .select2-selection--single {
  background: #ffffff !important;
  border: 1px solid rgba(34, 40, 49, 0.15) !important;
  border-radius: 12px !important;
  height: auto !important;
  padding: 10px 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #222831 !important;
}

.select2-dropdown {
  background: #ffffff !important;
  backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(34, 40, 49, 0.1) !important;
  border-radius: 12px !important;
}

.select2-results__option {
  color: #393E46 !important;
}

.select2-results__option--highlighted {
  background: rgba(0, 173, 181, 0.15) !important;
}

/* ============================================
   CATCH-ALL LIGHT THEME OVERRIDES
   ============================================ */

/* Force all dashboard content to LIGHT Theme */
.dashboard .card,
.dashboard .custom-card,
.dashboard [class*="card"],
.dashboard [class*="widget"],
.dashboard [class*="box"],
.dashboard-body-wrapper__sidebar .upgrade-profile,
.upgrade-profile,
.dashboard-item,
.dashboard-content-wrapper .chart-box,
.dashboard-content-wrapper .dashboard-item {
  background: #ffffff !important;
  border-color: rgba(34, 40, 49, 0.1) !important;
}

/* Progress container in upgrade profile */
.progress-container {
  background: transparent !important;
}

.progress-container .percent,
.progress-container .percentag {
  color: #222831 !important;
}

.progress-container svg circle.first {
  stroke: rgba(34, 40, 49, 0.1) !important;
}

.progress-container svg circle.second {
  stroke: #00ADB5 !important;
}

/* Dashboard table - LIGHT Theme */
.dashboard-table,
.dashboard .dashboard-table {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: 1px solid rgba(34, 40, 49, 0.1) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 20px rgba(34, 40, 49, 0.08) !important;
}

.dashboard-table__bottom {
  background: #ffffff !important;
  border-top: 1px solid rgba(34, 40, 49, 0.1) !important;
  padding: 16px !important;
}

/* Any remaining backgrounds - LIGHT Theme */
.bg-white,
[style*="background: hsl(var(--card-bg))"],
[style*="background:#222831"],
[style*="background-color: hsl(var(--card-bg))"],
[style*="background-color:#222831"],
[style*="background: white"],
[style*="background:white"] {
  background: #ffffff !important;
}

/* Chart text - LIGHT Theme */
.apexcharts-text,
.apexcharts-xaxis-label,
.apexcharts-yaxis-label {
  fill: #393E46 !important;
}

.apexcharts-gridline {
  stroke: rgba(34, 40, 49, 0.1) !important;
}

/* Dashboard right content area - LIGHT Theme */
.dashboard__right,
.dashboard__right__content {
  background: #EEEEEE !important;
}

/* ============================================
   GLOBAL LIGHT BACKGROUNDS
   ============================================ */

/* Body and HTML backgrounds - LIGHT Theme */
html,
body {
  background: #EEEEEE !important;
  background-color: #EEEEEE !important;
}

/* Table Wrapper - Latest Jobs Card - LIGHT Theme */
.table-wrapper {
  background: #ffffff !important;
  border: 1px solid rgba(34, 40, 49, 0.1) !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 20px rgba(34, 40, 49, 0.08) !important;
}

.table-wrapper-header {
  background: rgba(0, 173, 181, 0.05) !important;
  border-bottom: 1px solid rgba(34, 40, 49, 0.1) !important;
  color: #222831 !important;
}

.table-wrapper-header h5 {
  color: #222831 !important;
}

.table-wrapper-footer {
  background: rgba(0, 173, 181, 0.03) !important;
  border-top: 1px solid rgba(34, 40, 49, 0.1) !important;
}

/* Dashboard entire area - LIGHT Theme */
.dashboard,
.dashboard__inner {
  background: #EEEEEE !important;
}

/* Dashboard header top section */
.dashboard-header {
  background: #ffffff !important;
}

.dashboard-header__inner {
  background: transparent !important;
}

/* Make sure no dark gaps anywhere */
.dashboard__right {
  background: #EEEEEE !important;
}

/* Fix any padding/margin area */
.dashboard-body,
.dashboard-body-wrapper {
  background: #EEEEEE !important;
}

/* Container backgrounds */
.container,
.container-fluid {
  background: transparent !important;
}

/* Row backgrounds */
.row {
  background: transparent !important;
}

/* Ensure dashboard inner fills properly */
.dashboard__inner {
  min-height: 100vh !important;
}