@charset "UTF-8";
:root {
  --font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --bs-primary: #3d2392;
  --bs-primary-rgb: 61, 35, 146;
  --bs-primary-dark: #2f1c6e;
  --bs-primary-dark-rgb: 47, 28, 110;
  --bs-secondary: #E85D04;
  --bs-secondary-rgb: 232, 93, 4;
  --theme-2: #08893c;
  --theme-2-rgb: 8, 137, 60;
  --bs-primary-bg-subtle: rgba(var(--bs-primary-rgb), 0.1);
  --bs-secondary-bg-subtle: rgba(var(--bs-secondary-rgb), 0.1);
  --bs-primary-text-emphasis: var(--bs-primary);
  --bs-secondary-text-emphasis: var(--bs-secondary);
  --bs-primary-border-subtle: rgba(var(--bs-primary-rgb), 0.2);
  --bs-secondary-border-subtle: rgba(var(--bs-secondary-rgb), 0.2);
  --bs-body-color: #374151;
  --bs-heading-color: #111827;
  --bs-heading-color-rgb: 17, 24, 39;
  --bs-secondary-color: #6B7280;
  --bs-light-text: #ffffff;
  --bs-body-bg: #F8FAFC;
  --bs-secondary-bg: #ffffff;
  --bs-tertiary-bg: #F1F5F9;
  --bs-border-color: #E5E7EB;
  --bs-dark: #0F172A;
  --bs-dark-rgb: 15, 23, 42;
  --bs-dark-surface: #1E293B;
  --bs-danger: #DC2626;
  --bs-info: #0284C7;
  --bs-info-bg-subtle: #F0F9FF;
  --white-color: #ffffff;
  --white-color-rgb: 255, 255, 255;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.06), 0 2px 4px -1px rgba(0, 0, 0, 0.04);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
  --shadow-sleek: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 10px 10px -5px rgba(0, 0, 0, 0.03);
  --shadow-glass: 0 8px 32px 0 rgba(47, 28, 110, 0.08);
  --glass-bg: rgba(var(--white-color-rgb), 0.85);
  --glass-border: 1px solid rgba(var(--white-color-rgb), 0.6);
  --glass-search-bg: rgba(var(--white-color-rgb), 0.96);
  --scrollbar-track: #F1F5F9;
  --scrollbar-thumb: #CBD5E1;
  --scrollbar-thumb-hover: #94A3B8;
  --gradient-primary: linear-gradient(135deg, #2F1C6E 0%, #4A32A8 100%);
  --gradient-orange: linear-gradient(135deg, #E85D04 0%, #F48C06 100%);
  --gradient-green: linear-gradient(135deg, #29a350 0%, #08893c 100%);
  --gradient-dark: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
  --gradient-soft: linear-gradient(135deg, #F8FAFC 0%, #E2E8F0 100%);
  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1.25rem;
  --bs-border-radius: 12px;
  --radius-xl: 1.5rem;
  --radius-full: 9999px;
  --bg-danger-strong: #dc3545;
  --bg-warning-strong: #f7b500;
  --bg-success-strong: #10B981;
  --bg-brand-strong: #2F1C6E;
  --bg-purple: #8B5CF6;
}

[data-theme=high-contrast] {
  --bs-body-color: #eeeeee;
  --bs-heading-color: #ffffff;
  --bs-heading-color-rgb: 255, 255, 255;
  --bs-secondary-color: #aaaaaa;
  --bs-primary: #835de4;
  --bs-primary-rgb: 131, 93, 228;
  --bs-body-bg: #000000;
  --bs-secondary-bg: #1d1d1d;
  --bs-tertiary-bg: #1a1a1a;
  --bs-border-color: #ffffff;
  --bs-dark: #000000;
  --bs-dark-surface: #000000;
  --bs-danger: #ff6b6b;
  --bs-info: #fbbf24;
  --bs-info-bg-subtle: #333333;
  --white-color: #282828;
  --white-color-rgb: 40, 40, 40;
  --glass-bg: rgba(0, 0, 0, 0.97);
  --glass-border: 1px solid rgba(var(--white-color-rgb), 0.3);
  --glass-search-bg: rgba(0, 0, 0, 0.97);
  --scrollbar-track: #111111;
  --scrollbar-thumb: #ffffff;
  --scrollbar-thumb-hover: #fbbf24;
}
[data-theme=high-contrast] .bg-light {
  background-color: #1d1d1d !important;
}
[data-theme=high-contrast] .bg-white {
  background-color: #000000 !important;
}

:root {
  --font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --bs-primary: #3d2392;
  --bs-primary-rgb: 61, 35, 146;
  --bs-primary-dark: #2f1c6e;
  --bs-primary-dark-rgb: 47, 28, 110;
  --bs-secondary: #E85D04;
  --bs-secondary-rgb: 232, 93, 4;
  --theme-2: #08893c;
  --theme-2-rgb: 8, 137, 60;
  --bs-primary-bg-subtle: rgba(var(--bs-primary-rgb), 0.1);
  --bs-secondary-bg-subtle: rgba(var(--bs-secondary-rgb), 0.1);
  --bs-primary-text-emphasis: var(--bs-primary);
  --bs-secondary-text-emphasis: var(--bs-secondary);
  --bs-primary-border-subtle: rgba(var(--bs-primary-rgb), 0.2);
  --bs-secondary-border-subtle: rgba(var(--bs-secondary-rgb), 0.2);
  --bs-body-color: #374151;
  --bs-heading-color: #111827;
  --bs-heading-color-rgb: 17, 24, 39;
  --bs-secondary-color: #6B7280;
  --bs-light-text: #ffffff;
  --bs-body-bg: #F8FAFC;
  --bs-secondary-bg: #ffffff;
  --bs-tertiary-bg: #F1F5F9;
  --bs-border-color: #E5E7EB;
  --bs-dark: #0F172A;
  --bs-dark-rgb: 15, 23, 42;
  --bs-dark-surface: #1E293B;
  --bs-danger: #DC2626;
  --bs-info: #0284C7;
  --bs-info-bg-subtle: #F0F9FF;
  --white-color: #ffffff;
  --white-color-rgb: 255, 255, 255;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.06), 0 2px 4px -1px rgba(0, 0, 0, 0.04);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
  --shadow-sleek: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 10px 10px -5px rgba(0, 0, 0, 0.03);
  --shadow-glass: 0 8px 32px 0 rgba(47, 28, 110, 0.08);
  --glass-bg: rgba(var(--white-color-rgb), 0.85);
  --glass-border: 1px solid rgba(var(--white-color-rgb), 0.6);
  --glass-search-bg: rgba(var(--white-color-rgb), 0.96);
  --scrollbar-track: #F1F5F9;
  --scrollbar-thumb: #CBD5E1;
  --scrollbar-thumb-hover: #94A3B8;
  --gradient-primary: linear-gradient(135deg, #2F1C6E 0%, #4A32A8 100%);
  --gradient-orange: linear-gradient(135deg, #E85D04 0%, #F48C06 100%);
  --gradient-green: linear-gradient(135deg, #29a350 0%, #08893c 100%);
  --gradient-dark: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
  --gradient-soft: linear-gradient(135deg, #F8FAFC 0%, #E2E8F0 100%);
  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1.25rem;
  --bs-border-radius: 12px;
  --radius-xl: 1.5rem;
  --radius-full: 9999px;
  --bg-danger-strong: #dc3545;
  --bg-warning-strong: #f7b500;
  --bg-success-strong: #10B981;
  --bg-brand-strong: #2F1C6E;
  --bg-purple: #8B5CF6;
}

[data-theme=high-contrast] {
  --bs-body-color: #eeeeee;
  --bs-heading-color: #ffffff;
  --bs-heading-color-rgb: 255, 255, 255;
  --bs-secondary-color: #aaaaaa;
  --bs-primary: #835de4;
  --bs-primary-rgb: 131, 93, 228;
  --bs-body-bg: #000000;
  --bs-secondary-bg: #1d1d1d;
  --bs-tertiary-bg: #1a1a1a;
  --bs-border-color: #ffffff;
  --bs-dark: #000000;
  --bs-dark-surface: #000000;
  --bs-danger: #ff6b6b;
  --bs-info: #fbbf24;
  --bs-info-bg-subtle: #333333;
  --white-color: #282828;
  --white-color-rgb: 40, 40, 40;
  --glass-bg: rgba(0, 0, 0, 0.97);
  --glass-border: 1px solid rgba(var(--white-color-rgb), 0.3);
  --glass-search-bg: rgba(0, 0, 0, 0.97);
  --scrollbar-track: #111111;
  --scrollbar-thumb: #ffffff;
  --scrollbar-thumb-hover: #fbbf24;
}
[data-theme=high-contrast] .bg-light {
  background-color: #1d1d1d !important;
}
[data-theme=high-contrast] .bg-white {
  background-color: #000000 !important;
}

html, body {
  overflow-x: clip;
  max-width: 100%;
}

body {
  font-family: var(--font-sans);
  background: var(--bs-body-bg);
  color: var(--bs-body-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

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

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

::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover);
}

[data-theme=high-contrast] * {
  box-shadow: none !important;
}

.shadow-sleek {
  box-shadow: var(--shadow-sleek);
}

.text-heading {
  color: var(--bs-heading-color);
}

.bg-surface {
  background-color: var(--bs-secondary-bg);
}

.fade-in-section {
  opacity: 1;
}

.z-index-1 {
  z-index: 1;
}

.hero-z-2 {
  z-index: 2;
}

.section-heading-block {
  margin-bottom: 3rem;
}
.section-heading-block .section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--theme-2);
  margin-bottom: 0.625rem;
}
.section-heading-block h2 {
  font-size: clamp(1.5rem, 2.5vw, 2.125rem);
  font-weight: 800;
  color: var(--bs-heading-color);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}
.section-heading-block .heading-bar {
  width: 3rem;
  height: 3px;
  background: var(--gradient-green);
  border-radius: 2px;
  margin-top: 0.875rem;
}
.section-heading-block.centered {
  text-align: center;
}
.section-heading-block.centered .heading-bar {
  margin-left: auto;
  margin-right: auto;
}

.page-hero-breadcrumb .breadcrumb {
  justify-content: flex-start;
  margin-bottom: 1.5rem;
}
.page-hero-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(var(--white-color-rgb), 0.4);
}
.page-hero-breadcrumb .breadcrumb-item a {
  color: rgba(var(--white-color-rgb), 0.75);
  text-decoration: none;
  transition: color 0.2s;
}
.page-hero-breadcrumb .breadcrumb-item a:hover {
  color: var(--bs-secondary);
}
.page-hero-breadcrumb .breadcrumb-item.active {
  color: var(--bs-secondary);
  font-weight: 600;
}

.img-cover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  color: var(--bs-body-color);
}
a.btn-link {
  color: var(--bs-primary);
}

.search_sm {
  align-items: center;
}
.search_sm i {
  color: #6a7282;
}
.search_sm input {
  border-radius: 12px;
  padding-left: 32px;
  min-width: 200px;
  font-weight: 300;
  font-size: 14px;
  height: 40px;
}

.max-w-200 {
  max-width: 200px;
}

:focus-visible {
  outline: 2px solid #ffcc00 !important;
}

input,
.form-control,
button,
.form-select,
.btn {
  outline: none;
  box-shadow: none;
}
input:focus,
.form-control:focus,
button:focus,
.form-select:focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}
input:focus:not(:focus-visible),
.form-control:focus:not(:focus-visible),
button:focus:not(:focus-visible),
.form-select:focus:not(:focus-visible),
.btn:focus:not(:focus-visible) {
  outline: none;
}
input:focus-visible,
.form-control:focus-visible,
button:focus-visible,
.form-select:focus-visible,
.btn:focus-visible {
  outline: 2px solid #ffcc00 !important;
}
input:focus:focus-visible,
.form-control:focus:focus-visible,
button:focus:focus-visible,
.form-select:focus:focus-visible,
.btn:focus:focus-visible {
  outline: none !important;
}

.glass-panel {
  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: var(--glass-border);
  box-shadow: var(--shadow-glass);
}

.hover-elevate {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.hover-elevate:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

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

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

.smooth-transition {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary-dark);
  --bs-btn-hover-border-color: var(--bs-primary-dark);
  --bs-btn-active-bg: var(--bs-primary-dark);
  --bs-btn-active-border-color: var(--bs-primary-dark);
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: var(--white-color);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-active-color: var(--white-color);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
}

.btn-secondary {
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-bg: #c94f03;
  --bs-btn-hover-border-color: #c94f03;
  --bs-btn-active-bg: #c94f03;
  --bs-btn-active-border-color: #c94f03;
  --bs-btn-disabled-bg: var(--bs-secondary);
  --bs-btn-disabled-border-color: var(--bs-secondary);
}

.btn-outline-secondary {
  --bs-btn-color: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-color: var(--white-color);
  --bs-btn-hover-bg: var(--bs-secondary);
  --bs-btn-hover-border-color: var(--bs-secondary);
  --bs-btn-active-color: var(--white-color);
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-active-border-color: var(--bs-secondary);
}

.accessibility-toolbar {
  background-color: var(--color-surface-alt, var(--bs-secondary-bg));
  color: var(--bs-body-color);
  font-size: 13px;
  padding: 4px 0;
  border-bottom: 1px solid var(--bs-border-color);
}
.accessibility-toolbar .toolbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
@media (max-width: 576px) {
  .accessibility-toolbar .toolbar-container {
    justify-content: center;
  }
}
.accessibility-toolbar .left-side {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
@media (max-width: 576px) {
  .accessibility-toolbar .left-side {
    gap: 8px;
    justify-content: center;
    width: 100%;
  }
}
.accessibility-toolbar .left-side .contact-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}
.accessibility-toolbar .left-side .contact-item i {
  font-size: 14px;
  color: var(--bs-heading-color);
}
.accessibility-toolbar .right-side {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .accessibility-toolbar .right-side {
    gap: 8px;
    justify-content: center;
    width: 100%;
  }
}
.accessibility-toolbar .right-side .tool-item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  text-decoration: none;
  color: var(--bs-body-color);
  border-right: 1px solid var(--bs-border-color);
  padding-right: 16px;
}
.accessibility-toolbar .right-side .tool-item:last-child {
  border-right: none;
  padding-right: 0;
}
.accessibility-toolbar .right-side .tool-item i {
  font-size: 14px;
  color: var(--bs-heading-color);
}
.accessibility-toolbar .right-side .tool-item:hover {
  color: var(--bs-heading-color);
}
.accessibility-toolbar .right-side .tool-item:hover i {
  color: var(--bs-primary);
}
.accessibility-toolbar .right-side .font-controls {
  display: flex;
  align-items: center;
  gap: 6px;
}
.accessibility-toolbar .right-side .font-controls button {
  background: none;
  border: none;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  padding: 0 4px;
  color: var(--bs-body-color);
}
.accessibility-toolbar .right-side .font-controls button:hover, .accessibility-toolbar .right-side .font-controls button.active {
  color: var(--bs-primary);
}
.accessibility-toolbar .right-side .contrast-toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.accessibility-toolbar .right-side .contrast-toggle i {
  font-size: 14px;
  color: var(--bs-heading-color);
}
.accessibility-toolbar .right-side .contrast-toggle:hover i {
  color: var(--bs-primary);
}
.accessibility-toolbar .right-side .lang-toggle {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: var(--bs-body-color);
}
.accessibility-toolbar .right-side .lang-toggle:hover {
  color: var(--bs-heading-color);
}

.unified-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  transition: all 0.3s ease;
  background: transparent;
  box-shadow: none;
  border-bottom: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.unified-header .middle-header-row {
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}
.unified-header .middle-header-row .middle-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
}
.unified-header .middle-header-row .sub-logos {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media (max-width: 576px) {
  .unified-header .middle-header-row .sub-logos {
    gap: 0.5rem;
  }
}
.unified-header .middle-header-row .sub-logos .sub-logo-img {
  height: 3.5rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.unified-header .middle-header-row .search-trigger-btn,
.unified-header .middle-header-row .mobile-menu-btn {
  background: none;
  border: none;
  width: 1.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-body-color);
  transition: all 0.2s ease;
}
.unified-header .middle-header-row .search-trigger-btn:hover,
.unified-header .middle-header-row .mobile-menu-btn:hover {
  background-color: rgba(var(--bs-heading-color-rgb), 0.05);
  color: var(--bs-heading-color);
  transform: scale(1.05);
}
.unified-header .middle-header-row .search-trigger-btn i,
.unified-header .middle-header-row .mobile-menu-btn i {
  font-size: 1.125rem;
}
.unified-header .bottom-navigation-row {
  background: var(--bs-primary);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: var(--shadow-sm);
  display: none;
}
@media (min-width: 992px) {
  .unified-header .bottom-navigation-row {
    display: block;
  }
}
.unified-header .bottom-navigation-row .bottom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.25rem;
}
.unified-header .bottom-navigation-row .desktop-nav {
  flex-grow: 0;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
.unified-header .bottom-navigation-row .desktop-nav .nav-list {
  margin: 0;
  padding: 0;
  gap: 0.25rem;
}
.unified-header .bottom-navigation-row .desktop-nav .nav-list > li > a {
  color: #ffffff;
  font-weight: 600;
  padding: 0.625rem 1rem;
  border-radius: var(--radius-sm);
}
.unified-header .bottom-navigation-row .desktop-nav .nav-list > li > a i {
  color: rgba(255, 255, 255, 0.8);
}
.unified-header .bottom-navigation-row .desktop-nav .nav-list > li > a:hover, .unified-header .bottom-navigation-row .desktop-nav .nav-list > li > a.active {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}
.unified-header .bottom-navigation-row .desktop-nav .nav-list > li > a:hover i, .unified-header .bottom-navigation-row .desktop-nav .nav-list > li > a.active i {
  color: #ffffff;
}
.unified-header .bottom-navigation-row .desktop-nav .nav-list > li .dropdown-menu {
  background: #ffffff;
  border: 1px solid var(--bs-border-color);
}
.unified-header .bottom-navigation-row .desktop-nav .nav-list > li .dropdown-menu::before {
  background: #ffffff;
  border-left-color: var(--bs-border-color);
  border-top-color: var(--bs-border-color);
}
.unified-header .bottom-navigation-row .desktop-nav .nav-list > li .dropdown-menu li a {
  color: var(--bs-body-color);
}
.unified-header .bottom-navigation-row .desktop-nav .nav-list > li .dropdown-menu li a:hover {
  background-color: rgba(var(--bs-primary-rgb), 0.05);
  color: var(--bs-primary);
}
.unified-header .bottom-navigation-row .search-trigger-btn {
  background: none;
  border: none;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.2s ease;
}
.unified-header .bottom-navigation-row .search-trigger-btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  transform: scale(1.05);
}
.unified-header .bottom-navigation-row .search-trigger-btn i {
  font-size: 1.125rem;
}
.unified-header .logo-section {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}
.unified-header .logo-section .logo-img {
  height: 3.5rem;
  width: auto;
  transition: transform 0.3s ease;
}
.unified-header .logo-section .logo-img:hover {
  transform: scale(1.05);
}
.unified-header .logo-section .logo-text {
  border-left: 2px solid rgba(var(--bs-dark-rgb), 0.1);
  padding-left: 1rem;
  display: none;
}
@media (min-width: 576px) {
  .unified-header .logo-section .logo-text {
    display: block;
  }
}
.unified-header .logo-section .logo-text h1 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--bs-heading-color);
  line-height: 1.2;
  margin-bottom: 0.1rem;
}
@media (min-width: 1200px) {
  .unified-header .logo-section .logo-text h1 {
    font-size: 1.25rem;
  }
}
.unified-header .logo-section .logo-text .logo-fullname {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--bs-secondary-color);
  margin-bottom: 0;
  letter-spacing: 0.2px;
}
.unified-header .logo-section .logo-text .logo-subtitle {
  font-size: 0.725rem;
  font-weight: 500;
  color: var(--bs-secondary-color);
  margin-bottom: 0;
  opacity: 0.95;
}
.unified-header .desktop-nav {
  display: none;
}
@media (min-width: 992px) {
  .unified-header .desktop-nav {
    display: flex;
    flex-grow: 1;
    justify-content: center;
  }
}
.unified-header .desktop-nav .nav-list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0.5rem;
}
.unified-header .desktop-nav .nav-list > li {
  position: relative;
}
.unified-header .desktop-nav .nav-list > li > a {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 0.875rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--bs-body-color);
  text-decoration: none;
  border-radius: var(--radius-md);
  transition: all 0.2s ease;
}
.unified-header .desktop-nav .nav-list > li > a:hover, .unified-header .desktop-nav .nav-list > li > a.active {
  background-color: rgba(var(--bs-heading-color-rgb), 0.05);
  color: var(--bs-heading-color);
}
.unified-header .desktop-nav .nav-list > li > a i {
  font-size: 0.75rem;
  opacity: 0.7;
  transition: transform 0.2s ease;
}
.unified-header .desktop-nav .nav-list > li:hover > a i {
  transform: rotate(180deg);
}
.unified-header .desktop-nav .nav-list > li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.unified-header .desktop-nav .nav-list > li .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  top: 100%;
  min-width: 220px;
  background: var(--bs-secondary-bg);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--bs-border-color);
  padding: 0.5rem;
  margin: 0;
  margin-top: 0.5rem;
  z-index: 1040;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.unified-header .desktop-nav .nav-list > li .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: var(--bs-secondary-bg);
  border-left: 1px solid var(--bs-border-color);
  border-top: 1px solid var(--bs-border-color);
}
.unified-header .desktop-nav .nav-list > li .dropdown-menu li {
  list-style: none;
}
.unified-header .desktop-nav .nav-list > li .dropdown-menu li a {
  display: block;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--bs-body-color);
  text-decoration: none;
  border-radius: var(--radius-sm);
  transition: all 0.2s;
}
.unified-header .desktop-nav .nav-list > li .dropdown-menu li a:hover {
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-heading-color);
  padding-left: 1.25rem;
}
.unified-header .header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.unified-header .header-actions .search-trigger-btn {
  background: none;
  border: none;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-body-color);
  transition: all 0.2s ease;
}
.unified-header .header-actions .search-trigger-btn:hover {
  background-color: rgba(var(--bs-heading-color-rgb), 0.05);
  color: var(--bs-heading-color);
  transform: scale(1.05);
}
.unified-header .header-actions .search-trigger-btn i {
  font-size: 1.125rem;
}
.unified-header .header-actions .mobile-menu-btn {
  display: flex;
}
@media (min-width: 992px) {
  .unified-header .header-actions .mobile-menu-btn {
    display: none;
  }
}
.unified-header .header-actions .mobile-menu-btn {
  background: none;
  border: none;
  color: var(--bs-body-color);
  padding: 0.5rem;
}
.unified-header .header-actions .mobile-menu-btn i {
  font-size: 1.25rem;
}

.mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-nav-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  max-width: 85vw;
  height: 100vh;
  height: 100dvh;
  background: var(--bs-secondary-bg);
  z-index: 1050;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  box-shadow: -8px 0 30px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.mobile-nav-panel.open {
  transform: translateX(0);
  visibility: visible;
}
.mobile-nav-panel .mobile-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--bs-border-color);
  background: rgba(var(--bs-primary-rgb), 0.03);
  flex-shrink: 0;
}
.mobile-nav-panel .mobile-panel-header .panel-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}
.mobile-nav-panel .mobile-panel-header .panel-logo img {
  height: 2.5rem;
  width: auto;
}
.mobile-nav-panel .mobile-panel-header .panel-logo .panel-logo-text {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--bs-heading-color);
  line-height: 1.2;
}
.mobile-nav-panel .mobile-panel-header .close-panel-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--bs-tertiary-bg);
  border: 1px solid var(--bs-border-color);
  color: var(--bs-body-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  cursor: pointer;
  transition: all 0.25s ease;
  flex-shrink: 0;
}
.mobile-nav-panel .mobile-panel-header .close-panel-btn:hover {
  background: var(--bs-primary);
  color: #fff;
  border-color: var(--bs-primary);
  transform: rotate(90deg);
}
.mobile-nav-panel .mobile-nav-scroll {
  flex-grow: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0.5rem 0;
  scrollbar-width: thin;
  scrollbar-color: rgba(var(--bs-primary-rgb), 0.15) transparent;
}
.mobile-nav-panel .mobile-nav-scroll::-webkit-scrollbar {
  width: 4px;
}
.mobile-nav-panel .mobile-nav-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.mobile-nav-panel .mobile-nav-scroll::-webkit-scrollbar-thumb {
  background: rgba(var(--bs-primary-rgb), 0.15);
  border-radius: 10px;
}
.mobile-nav-panel .mobile-nav-item {
  border-bottom: 1px solid rgba(var(--bs-heading-color-rgb), 0.05);
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.mobile-nav-panel .mobile-nav-item:last-child {
  border-bottom: none;
}
.mobile-nav-panel .mobile-nav-item .mobile-nav-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.95rem 1rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--bs-body-color);
  text-decoration: none;
  background: none;
  border: none;
  text-align: left;
  transition: all 0.2s ease;
  gap: 0.75rem;
  position: relative;
}
.mobile-nav-panel .mobile-nav-item .mobile-nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  background: var(--bs-primary);
  border-radius: 0 3px 3px 0;
  transition: height 0.25s ease;
}
.mobile-nav-panel .mobile-nav-item .mobile-nav-link:hover, .mobile-nav-panel .mobile-nav-item .mobile-nav-link:focus-visible {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), 0.04);
}
.mobile-nav-panel .mobile-nav-item .mobile-nav-link:hover::before, .mobile-nav-panel .mobile-nav-item .mobile-nav-link:focus-visible::before {
  height: 60%;
}
.mobile-nav-panel .mobile-nav-item .mobile-nav-link:hover .nav-icon-circle, .mobile-nav-panel .mobile-nav-item .mobile-nav-link:focus-visible .nav-icon-circle {
  background: rgba(var(--bs-primary-rgb), 0.12);
  color: var(--bs-primary);
}
.mobile-nav-panel .mobile-nav-item .mobile-nav-link .nav-icon-circle {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--bs-tertiary-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: var(--bs-secondary-color);
  flex-shrink: 0;
  transition: all 0.25s ease;
}
.mobile-nav-panel .mobile-nav-item .mobile-nav-link .nav-label {
  flex-grow: 1;
}
.mobile-nav-panel .mobile-nav-item .mobile-nav-link i.fa-chevron-down {
  font-size: 0.7rem;
  opacity: 0.5;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-nav-panel .mobile-nav-item .mobile-nav-link.expanded {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), 0.04);
}
.mobile-nav-panel .mobile-nav-item .mobile-nav-link.expanded::before {
  height: 60%;
}
.mobile-nav-panel .mobile-nav-item .mobile-nav-link.expanded i.fa-chevron-down {
  transform: rotate(180deg);
  opacity: 1;
  color: var(--bs-primary);
}
.mobile-nav-panel .mobile-nav-item .mobile-nav-link.expanded .nav-icon-circle {
  background: var(--bs-primary);
  color: #fff;
}
.mobile-nav-panel .mobile-nav-item .mobile-dropdown {
  display: none;
  padding: 0.25rem 1rem 0.75rem 3rem;
}
.mobile-nav-panel .mobile-nav-item .mobile-dropdown a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.75rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--bs-secondary-color);
  text-decoration: none;
  border-radius: var(--radius-sm);
  transition: all 0.2s ease;
  margin-bottom: 2px;
}
.mobile-nav-panel .mobile-nav-item .mobile-dropdown a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--bs-border-color);
  flex-shrink: 0;
  transition: background 0.2s ease;
}
.mobile-nav-panel .mobile-nav-item .mobile-dropdown a:hover {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), 0.05);
  padding-left: 1rem;
}
.mobile-nav-panel .mobile-nav-item .mobile-dropdown a:hover::before {
  background: var(--bs-primary);
}
.mobile-nav-panel.open .mobile-nav-item {
  opacity: 1;
  transform: translateX(0);
}
.mobile-nav-panel.open .mobile-nav-item:nth-child(1) {
  transition-delay: 0.09s;
}
.mobile-nav-panel.open .mobile-nav-item:nth-child(2) {
  transition-delay: 0.13s;
}
.mobile-nav-panel.open .mobile-nav-item:nth-child(3) {
  transition-delay: 0.17s;
}
.mobile-nav-panel.open .mobile-nav-item:nth-child(4) {
  transition-delay: 0.21s;
}
.mobile-nav-panel.open .mobile-nav-item:nth-child(5) {
  transition-delay: 0.25s;
}
.mobile-nav-panel.open .mobile-nav-item:nth-child(6) {
  transition-delay: 0.29s;
}
.mobile-nav-panel.open .mobile-nav-item:nth-child(7) {
  transition-delay: 0.33s;
}
.mobile-nav-panel.open .mobile-nav-item:nth-child(8) {
  transition-delay: 0.37s;
}
.mobile-nav-panel.open .mobile-nav-item:nth-child(9) {
  transition-delay: 0.41s;
}
.mobile-nav-panel.open .mobile-nav-item:nth-child(10) {
  transition-delay: 0.45s;
}
.mobile-nav-panel .mobile-panel-footer {
  display: none;
  padding: 1.25rem 1.5rem;
  border-top: 1px solid var(--bs-border-color);
  background: rgba(var(--bs-primary-rgb), 0.02);
  flex-shrink: 0;
}
.mobile-nav-panel .mobile-panel-footer .panel-contact-chip {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.5rem 0;
  font-size: 0.8rem;
  color: var(--bs-secondary-color);
  text-decoration: none;
  transition: color 0.2s ease;
}
.mobile-nav-panel .mobile-panel-footer .panel-contact-chip i {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(var(--bs-primary-rgb), 0.08);
  color: var(--bs-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  flex-shrink: 0;
}
.mobile-nav-panel .mobile-panel-footer .panel-contact-chip:hover {
  color: var(--bs-primary);
}

body.mobile-menu-open {
  overflow: hidden;
}

[data-theme=high-contrast] .mobile-nav-overlay {
  background: rgba(0, 0, 0, 0.85);
}
[data-theme=high-contrast] .mobile-nav-panel {
  background: #000 !important;
  border-left: 2px solid #fff;
}
[data-theme=high-contrast] .mobile-nav-panel .mobile-panel-header {
  border-bottom-color: #fff !important;
  background: #000 !important;
}
[data-theme=high-contrast] .mobile-nav-panel .mobile-nav-item {
  border-bottom-color: #333 !important;
}
[data-theme=high-contrast] .mobile-nav-panel .mobile-nav-item .mobile-nav-link {
  color: #fff !important;
}
[data-theme=high-contrast] .mobile-nav-panel .mobile-nav-item .mobile-nav-link:hover, [data-theme=high-contrast] .mobile-nav-panel .mobile-nav-item .mobile-nav-link.expanded {
  color: #fbbf24 !important;
  background: #111 !important;
}
[data-theme=high-contrast] .mobile-nav-panel .mobile-nav-item .mobile-nav-link .nav-icon-circle {
  background: #222 !important;
  color: #fff !important;
}
[data-theme=high-contrast] .mobile-nav-panel .mobile-nav-item .mobile-nav-link.expanded .nav-icon-circle, [data-theme=high-contrast] .mobile-nav-panel .mobile-nav-item .mobile-nav-link:hover .nav-icon-circle {
  background: #fbbf24 !important;
  color: #000 !important;
}
[data-theme=high-contrast] .mobile-nav-panel .mobile-panel-footer {
  border-top-color: #fff !important;
  background: #000 !important;
}
[data-theme=high-contrast] .mobile-nav-panel .close-panel-btn {
  background: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}
[data-theme=high-contrast] .unified-header {
  background: transparent !important;
  border-bottom: none !important;
  box-shadow: none !important;
}
[data-theme=high-contrast] .unified-header .middle-header-row {
  background: #27272a !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: none !important;
}
[data-theme=high-contrast] .unified-header .middle-header-row .logo-text {
  border-left-color: #ffffff !important;
}
[data-theme=high-contrast] .unified-header .middle-header-row .logo-text h1 {
  color: #ffffff !important;
}
[data-theme=high-contrast] .unified-header .middle-header-row .logo-text .logo-fullname,
[data-theme=high-contrast] .unified-header .middle-header-row .logo-text .logo-subtitle {
  color: #aaaaaa !important;
}
[data-theme=high-contrast] .unified-header .middle-header-row .sub-logos img:first-child {
  filter: brightness(0) invert(1) !important;
}
[data-theme=high-contrast] .unified-header .middle-header-row .search-trigger-btn,
[data-theme=high-contrast] .unified-header .middle-header-row .mobile-menu-btn {
  color: #ffffff !important;
}
[data-theme=high-contrast] .unified-header .middle-header-row .search-trigger-btn:hover,
[data-theme=high-contrast] .unified-header .middle-header-row .mobile-menu-btn:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
}
[data-theme=high-contrast] .unified-header .bottom-navigation-row {
  background: var(--bs-primary) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: none !important;
}
[data-theme=high-contrast] .unified-header .bottom-navigation-row .desktop-nav .nav-list > li > a {
  color: #ffffff !important;
}
[data-theme=high-contrast] .unified-header .bottom-navigation-row .desktop-nav .nav-list > li > a i {
  color: #ffffff !important;
}
[data-theme=high-contrast] .unified-header .bottom-navigation-row .desktop-nav .nav-list > li > a:hover, [data-theme=high-contrast] .unified-header .bottom-navigation-row .desktop-nav .nav-list > li > a.active {
  background-color: rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
}
[data-theme=high-contrast] .unified-header .bottom-navigation-row .desktop-nav .nav-list > li > a:hover i, [data-theme=high-contrast] .unified-header .bottom-navigation-row .desktop-nav .nav-list > li > a.active i {
  color: #ffffff !important;
}
[data-theme=high-contrast] .unified-header .bottom-navigation-row .desktop-nav .nav-list > li .dropdown-menu {
  background: #1c1c1e !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
}
[data-theme=high-contrast] .unified-header .bottom-navigation-row .desktop-nav .nav-list > li .dropdown-menu::before {
  background: #1c1c1e !important;
  border-left-color: rgba(255, 255, 255, 0.15) !important;
  border-top-color: rgba(255, 255, 255, 0.15) !important;
}
[data-theme=high-contrast] .unified-header .bottom-navigation-row .desktop-nav .nav-list > li .dropdown-menu li a {
  color: #ffffff !important;
}
[data-theme=high-contrast] .unified-header .bottom-navigation-row .desktop-nav .nav-list > li .dropdown-menu li a:hover {
  background-color: var(--bs-primary) !important;
  color: #ffffff !important;
}
[data-theme=high-contrast] .unified-header .bottom-navigation-row .search-trigger-btn {
  color: #ffffff !important;
}
[data-theme=high-contrast] .unified-header .bottom-navigation-row .search-trigger-btn:hover {
  background-color: rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
}
[data-theme=high-contrast] .accessibility-toolbar {
  background-color: #18181b !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
[data-theme=high-contrast] .accessibility-toolbar .left-side .contact-item {
  color: #ffffff !important;
}
[data-theme=high-contrast] .accessibility-toolbar .left-side .contact-item i {
  color: #ffffff !important;
}
[data-theme=high-contrast] .accessibility-toolbar .right-side .tool-item {
  color: #ffffff !important;
  border-right-color: #ffffff !important;
}
[data-theme=high-contrast] .accessibility-toolbar .right-side .tool-item i {
  color: #ffffff !important;
}
[data-theme=high-contrast] .accessibility-toolbar .right-side .tool-item:hover {
  color: #fbbf24 !important;
}
[data-theme=high-contrast] .accessibility-toolbar .right-side .tool-item:hover i {
  color: #fbbf24 !important;
}
[data-theme=high-contrast] .accessibility-toolbar .right-side .font-controls button {
  color: #ffffff !important;
}
[data-theme=high-contrast] .accessibility-toolbar .right-side .font-controls button:hover, [data-theme=high-contrast] .accessibility-toolbar .right-side .font-controls button.active {
  color: #fbbf24 !important;
}
[data-theme=high-contrast] .accessibility-toolbar .right-side .contrast-toggle i {
  color: #ffffff !important;
}
[data-theme=high-contrast] .accessibility-toolbar .right-side .contrast-toggle:hover i {
  color: #fbbf24 !important;
}
[data-theme=high-contrast] .accessibility-toolbar .right-side .lang-toggle {
  color: #ffffff !important;
}
[data-theme=high-contrast] .accessibility-toolbar .right-side .lang-toggle:hover {
  color: #fbbf24 !important;
}

.search-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--glass-search-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}
.search-fullscreen.active {
  opacity: 1;
  visibility: visible;
}
.search-fullscreen.active .search-form-container {
  transform: translateY(0);
  opacity: 1;
}
.search-fullscreen .close-search-btn {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: none;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-secondary-color);
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.2s;
}
.search-fullscreen .close-search-btn:hover {
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-heading-color);
  transform: rotate(90deg);
}
.search-fullscreen .search-content-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
.search-fullscreen .search-form-container {
  width: 100%;
  transform: translateY(-20px);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
}
.search-fullscreen .search-form-container .modern-search-input {
  width: 100%;
  border: none;
  border-bottom: 3px solid var(--bs-heading-color);
  background: transparent;
  padding: 1rem 0;
  font-size: clamp(1.25rem, 3vw + 1rem, 3rem);
  font-weight: 700;
  color: var(--bs-heading-color);
  outline: none;
}
.search-fullscreen .search-form-container .modern-search-input::-moz-placeholder {
  color: var(--bs-secondary-color);
  font-weight: 400;
}
.search-fullscreen .search-form-container .modern-search-input::placeholder {
  color: var(--bs-secondary-color);
  font-weight: 400;
}
.search-fullscreen .search-form-container .search-hint {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: var(--bs-secondary-color);
  font-weight: 500;
}
.search-fullscreen .quick-links-container {
  width: 100%;
  margin-top: 4rem;
}
.search-fullscreen .quick-links-container h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--bs-secondary-color);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}
.search-fullscreen .quick-links-container .quick-links-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.search-fullscreen .quick-links-container .quick-links-grid a {
  padding: 0.75rem 1.5rem;
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-body-color);
  border-radius: var(--radius-full);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  transition: all 0.2s;
}
.search-fullscreen .quick-links-container .quick-links-grid a:hover {
  background-color: var(--bs-heading-color);
  color: var(--bs-light-text);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

@media (min-width: 992px) {
  .mobile-nav-panel,
  .mobile-nav-overlay {
    display: none !important;
  }
}
.updates-marquee {
  background: var(--gradient-primary);
  color: var(--bs-light-text);
  display: flex;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-sm);
  z-index: 10;
}
.updates-marquee .update-label {
  background: var(--gradient-orange);
  padding: 0.5rem 1.5rem;
  font-weight: 700;
  font-size: 0.8125rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
  box-shadow: 4px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.updates-marquee .update-label .star {
  margin-right: 0.5rem;
  animation: pulse 2s infinite;
}
.updates-marquee .marquee-content {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: marquee 35s linear infinite;
}
.updates-marquee .marquee-content:hover {
  animation-play-state: paused;
}
.updates-marquee .marquee-content span {
  margin: 0 2rem;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.875rem;
}
.updates-marquee .marquee-content span:hover {
  text-decoration: underline;
}

.hero-section {
  position: relative;
  overflow: hidden;
  background: var(--bs-body-bg);
}
.hero-section .min-vh-100-hero {
  min-height: calc(100vh - 132.5px);
}
@media (min-width: 992px) {
  .hero-section .min-vh-100-hero {
    min-height: 700px;
  }
}
.hero-section .hero-content {
  padding-right: 2rem;
}
.hero-section .hero-content .badge-premium {
  background: rgba(47, 28, 110, 0.1);
  color: var(--bs-primary);
  padding: 0.5rem 1rem;
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: 0.875rem;
  border: 1px solid rgba(47, 28, 110, 0.2);
}
.hero-section .hero-content .badge-premium .pulse-dot {
  width: 8px;
  height: 8px;
  background: var(--bs-secondary);
  border-radius: 50%;
  display: inline-block;
  animation: pulse 2s infinite;
}
.hero-section .hero-content h1.hero-title {
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--bs-heading-color);
}
.hero-section .hero-content p.hero-subtitle {
  font-size: 1.125rem;
  color: var(--bs-secondary-color);
  line-height: 1.6;
  max-width: 90%;
}
.hero-section .hero-content .hero-btns button {
  padding: 0.875rem 2rem;
  border-radius: var(--radius-full);
  font-weight: 600;
  border: none;
}
.hero-section .hero-content .hero-btns button.btn-brand-orange {
  background: var(--gradient-orange);
  color: var(--bs-light-text);
}
.hero-section .hero-content .hero-btns button.btn-white {
  background: var(--bs-secondary-bg);
  color: var(--bs-heading-color);
  border: 1px solid var(--bs-border-color);
}
.hero-section .hero-content .hero-btns button.btn-white:hover {
  border-color: var(--bs-secondary-color);
}
.hero-section .hero-content .hero-quick-links .quick-link-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: var(--bs-secondary-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--radius-full);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--bs-body-color);
  transition: all 0.2s ease;
}
.hero-section .hero-content .hero-quick-links .quick-link-chip i {
  color: var(--bs-primary);
}
.hero-section .hero-content .hero-quick-links .quick-link-chip:hover {
  background: var(--bs-primary);
  color: var(--bs-light-text);
  border-color: var(--bs-primary);
}
.hero-section .hero-content .hero-quick-links .quick-link-chip:hover i {
  color: var(--bs-light-text);
}
.hero-section .hero-content .hero-quick-links .quick-link-chip:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}
.hero-section .hero-visuals .hero-image-wrapper {
  background: var(--bs-secondary-bg);
  padding: 0.5rem;
  border-radius: 1.5rem;
  transform: rotate(2deg);
  transition: transform 0.5s ease;
}
.hero-section .hero-visuals .hero-image-wrapper:hover {
  transform: rotate(0);
}
.hero-section .hero-visuals .hero-stat-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-radius: 1rem;
  min-width: 220px;
}
.hero-section .hero-visuals .hero-stat-card .stat-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  background: rgba(0, 0, 0, 0.04);
}
.hero-section .hero-visuals .hero-stat-card .stat-icon.bg-orange-light {
  background: rgba(var(--bs-secondary-rgb, 232, 93, 4), 0.1);
  color: var(--bs-secondary);
}
.hero-section .hero-visuals .hero-stat-card .stat-icon.bg-success-light {
  background: rgba(var(--bs-success-rgb, 25, 135, 84), 0.1);
  color: var(--bs-success);
}
.hero-section .hero-visuals .hero-stat-card.stat-card-1 {
  top: 10%;
  left: -15%;
  animation: float 6s ease-in-out infinite;
}
.hero-section .hero-visuals .hero-stat-card.stat-card-2 {
  bottom: 20%;
  right: -10%;
  animation: float 7s ease-in-out infinite reverse;
}
.hero-section .hero-visuals .hero-stat-card.stat-card-3 {
  bottom: -5%;
  left: 5%;
  animation: float 8s ease-in-out infinite 1s;
}
@media (max-width: 991.98px) {
  .hero-section .hero-visuals .hero-stat-card {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin-top: 1rem;
    transform: none !important;
    animation: none !important;
  }
}
.hero-section .hero-bg-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.hero-section .hero-bg-shapes .shape-1 {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 28, 110, 0.08) 0%, rgba(var(--white-color-rgb), 0) 70%);
}
.hero-section .hero-bg-shapes .shape-2 {
  position: absolute;
  bottom: -10%;
  left: -10%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 93, 4, 0.05) 0%, rgba(var(--white-color-rgb), 0) 70%);
}
.hero-section .hero-bg-shapes .grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(47, 28, 110, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(47, 28, 110, 0.03) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.5;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
.schemes-hero {
  background: var(--gradient-primary);
  min-height: auto;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 2rem 0 1.75rem;
}
.schemes-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 80%, rgba(47, 28, 110, 0.45) 0%, rgba(47, 28, 110, 0) 70%);
  pointer-events: none;
}
[data-theme=high-contrast] .schemes-hero::before {
  display: none;
}
.schemes-hero .breadcrumb {
  margin-bottom: 0.5rem;
}
.schemes-hero .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(var(--white-color-rgb), 0.5);
}
.schemes-hero .breadcrumb-item {
  font-size: 0.725rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
}
.schemes-hero .breadcrumb-item a {
  color: rgba(var(--white-color-rgb), 0.75);
  text-decoration: none;
  transition: color 0.3s ease;
}
.schemes-hero .breadcrumb-item a:hover {
  color: var(--bs-secondary);
}
.schemes-hero .breadcrumb-item.active {
  color: var(--bs-secondary);
}
.schemes-hero h1, .schemes-hero .display-5 {
  font-size: clamp(1.4rem, 2.5vw, 1.85rem) !important;
  font-weight: 700 !important;
  margin-bottom: 0.25rem !important;
}
.schemes-hero p, .schemes-hero .lead {
  font-size: 0.85rem !important;
  opacity: 0.85;
  margin-top: 0.25rem !important;
  max-width: 700px;
  line-height: 1.4;
}

.section-title-wrapper {
  margin-bottom: 2.5rem;
  border-left: 4px solid var(--bs-primary);
  padding-left: 1rem;
}
.section-title-wrapper h2 {
  font-size: clamp(1.375rem, 2vw, 1.625rem);
  font-weight: 800;
  color: var(--bs-heading-color);
  text-transform: uppercase;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin: 0 0 0.25rem;
}
.section-title-wrapper p {
  font-size: 0.875rem;
  color: var(--bs-secondary-color);
  margin: 0;
  font-weight: 500;
}

.functionary-card {
  position: relative;
  padding: 0.5rem !important;
  border-radius: var(--radius-xl);
  overflow: hidden;
  z-index: 1;
}
.functionary-card .card-bg-shape {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  z-index: -1;
  filter: blur(40px);
  --bs-bg-opacity: .2;
}
.functionary-card .card-bg-shape.bg-info {
  --bs-info-rgb: var(--theme-2-rgb) ;
}
.functionary-card .img-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  width: 7.5rem;
  height: 7.5rem;
}
.functionary-card .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 50%;
  box-shadow: var(--shadow-md);
  border: 4px solid var(--bs-secondary-bg);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.functionary-card .img-wrapper::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 2px dashed rgba(var(--bs-primary-rgb), 0.2);
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.4s ease;
}
.functionary-card:hover .img-wrapper img {
  transform: scale(1.05);
  border-color: rgba(var(--bs-primary-rgb), 0.1);
}
.functionary-card:hover .img-wrapper::after {
  opacity: 1;
  transform: scale(1);
  animation: spin 10s linear infinite;
}
.functionary-card .content h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--bs-heading-color);
  margin-bottom: 0.5rem;
}
.functionary-card .content p {
  font-size: 0.875rem;
  margin: 0;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.vision-section {
  padding: 5rem 0;
  background-color: var(--bs-dark-surface);
  color: var(--bs-light-text);
  overflow: hidden;
  position: relative;
}
.vision-section .bg-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 33.333%;
  height: 100%;
  background-color: rgba(var(--white-color-rgb), 0.05);
  transform: skewX(12deg) translateX(50%);
}
.vision-section .vision-content h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 800;
  color: var(--bs-light-text);
  margin-bottom: 1.75rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.vision-section .vision-content p {
  font-size: 1.25rem;
  color: var(--bs-secondary-color);
  line-height: 1.625;
  font-style: italic;
}
.vision-section .vision-content .decorative-lines {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
}
.vision-section .vision-content .decorative-lines div {
  width: 3rem;
  height: 0.25rem;
}
.vision-section .vision-content .decorative-lines div:first-child {
  background-color: var(--bs-primary);
}
.vision-section .vision-content .decorative-lines div:not(:first-child) {
  background-color: rgba(var(--white-color-rgb), 0.3);
}
.vision-section .objectives-card {
  background-color: rgba(var(--white-color-rgb), 0.08);
  backdrop-filter: blur(12px);
  padding: 2rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(var(--white-color-rgb), 0.15);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.vision-section .objectives-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--bs-light-text);
  margin-bottom: 1.5rem;
}
.vision-section .objectives-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vision-section .objectives-card ul li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.vision-section .objectives-card ul li:last-child {
  margin-bottom: 0;
}
.vision-section .objectives-card ul li .number-badge {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: var(--bs-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.25rem;
}
.vision-section .objectives-card ul li .number-badge span {
  font-size: 0.75rem;
  font-weight: 700;
  font-family: monospace;
  color: var(--bs-light-text);
}
.vision-section .objectives-card ul li p {
  color: var(--bs-secondary-color);
  margin: 0;
}

.services-section {
  padding: 5rem 0;
}
.services-section .section-title-center {
  text-align: center;
  margin-bottom: 3rem;
}
.services-section .section-title-center h2 {
  font-size: clamp(1.625rem, 2.5vw, 2.125rem);
  font-weight: 800;
  color: var(--bs-heading-color);
  margin-bottom: 1rem;
  position: relative;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.services-section .section-title-center h2::after {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3.5rem;
  height: 3px;
  background: var(--gradient-primary);
  border-radius: var(--radius-full);
}
.services-section .service-bg-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  z-index: 0;
  opacity: 0.15;
}
.services-section .service-bg-blob.top-left {
  top: -10%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: var(--bs-primary);
}
.services-section .service-bg-blob.bottom-right {
  bottom: -10%;
  right: -5%;
  width: 350px;
  height: 350px;
  background: var(--bs-secondary);
}
.services-section .service-card {
  position: relative;
  overflow: hidden;
  background: rgba(var(--white-color-rgb), 0.7);
  z-index: 1;
}
.services-section .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  border-top-left-radius: var(--radius-lg);
  border-top-right-radius: var(--radius-lg);
}
.services-section .service-card .icon-wrapper {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: var(--radius-lg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  color: var(--bs-primary);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.services-section .service-card .icon-wrapper i {
  font-size: 2rem;
}
.services-section .service-card .learn-more {
  font-size: 0.875rem;
}
.services-section .service-card .learn-more .transition-transform {
  transition: transform 0.3s ease;
}
.services-section .service-card:hover {
  background: rgba(var(--white-color-rgb), 0.95);
  border-color: rgba(var(--bs-primary-rgb), 0.2);
}
.services-section .service-card:hover::before {
  transform: scaleX(1);
}
.services-section .service-card:hover .icon-wrapper {
  transform: scale(1.1) rotate(5deg);
  color: var(--bs-light-text);
  background-color: var(--bs-secondary);
  box-shadow: 0 10px 20px rgba(var(--bs-secondary-rgb), 0.3);
}
.services-section .service-card:hover .learn-more .transition-transform {
  transform: translateX(5px);
}
.services-section .news-notices-card {
  background-color: var(--bs-secondary-bg);
  padding: 2rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--bs-border-color);
}
.services-section .news-notices-card .card-header-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--bs-heading-color);
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 4px solid var(--bs-primary);
  padding-left: 0.75rem;
}
.services-section .news-notices-card .card-header-title .badge-new {
  background-color: var(--bs-danger);
  color: var(--bs-light-text);
  font-size: 0.625rem;
  padding: 0.25rem 0.5rem;
  border-radius: var(--radius-sm);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.services-section .news-notices-card .news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.services-section .news-notices-card .news-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.625rem 0.5rem;
  border-bottom: 1px solid var(--bs-border-color);
  cursor: pointer;
  transition: background-color 0.2s;
}
.services-section .news-notices-card .news-list li:last-child {
  border-bottom: none;
}
.services-section .news-notices-card .news-list li:hover {
  background-color: var(--bs-tertiary-bg);
}
.services-section .news-notices-card .news-list li .news-info {
  display: flex;
  gap: 0.75rem;
}
.services-section .news-notices-card .news-list li .news-info .date {
  font-weight: 700;
  color: var(--bs-heading-color);
  font-size: 0.75rem;
  flex-shrink: 0;
}
.services-section .news-notices-card .news-list li .news-info .title {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--bs-body-color);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.services-section .news-notices-card .news-list li i {
  color: var(--bs-secondary-color);
  font-size: 1rem;
  transition: color 0.2s;
}
.services-section .news-notices-card .news-list li:hover i {
  color: var(--bs-primary);
}
.services-section .news-notices-card .btn-view-all {
  width: 100%;
  margin-top: 1.5rem;
  padding: 0.5rem 0;
  border: 1px solid var(--bs-border-color);
  color: var(--bs-secondary-color);
  font-weight: 500;
  font-size: 0.75rem;
  background-color: var(--bs-secondary-bg);
  border-radius: var(--radius-sm);
  transition: background-color 0.2s;
}
.services-section .news-notices-card .btn-view-all:hover {
  background-color: var(--bs-tertiary-bg);
}
.services-section .helpline-card {
  background-color: var(--bs-secondary-bg);
  border: 1px solid var(--bs-border-color);
  border-left: 4px solid var(--bs-primary);
  padding: 1.5rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  margin-bottom: 1.5rem;
}
.services-section .helpline-card h4 {
  color: var(--bs-heading-color);
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  border-left: 4px solid var(--bs-primary);
  padding-left: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.services-section .helpline-card p {
  font-size: 0.8125rem;
  color: var(--bs-body-color);
  line-height: 1.25;
  margin: 0;
}
.services-section .helpline-card p .number {
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
  margin-top: 0.25rem;
}
.services-section .leaders-card {
  background-color: var(--bs-dark-surface);
  padding: 1.5rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  color: var(--bs-light-text);
}
.services-section .leaders-card .content-flex {
  display: flex;
  gap: 1rem;
}
.services-section .leaders-card .content-flex img {
  width: 4rem;
  height: 5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--radius-sm);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(var(--white-color-rgb), 0.1);
}
.services-section .leaders-card .content-flex .info h4 {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--bs-light-text);
}
.services-section .leaders-card .content-flex .info p {
  font-size: 0.6875rem;
  color: var(--bs-secondary-color);
  margin-bottom: 0.5rem;
  font-style: italic;
}
.services-section .leaders-card .content-flex .info .btn-link {
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--bs-primary);
  text-decoration: underline;
  padding: 0;
  background: none;
  border: none;
  transition: color 0.2s;
}
.services-section .leaders-card .content-flex .info .btn-link:hover {
  color: var(--bs-light-text);
}

.main-footer {
  background-color: var(--bs-dark);
  color: var(--bs-secondary-color);
  font-size: 0.875rem;
}
.main-footer .footer-heading {
  font-size: 0.85rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.75rem;
}
.main-footer .footer-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: var(--theme-2);
}
.main-footer .footer-brand .footer-logo {
  width: 50px;
  height: 50px;
  margin-right: 1rem;
}
.main-footer .footer-brand h4 {
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 0.2rem;
}
.main-footer .footer-brand .undertaking-text {
  color: var(--theme-2);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.main-footer .footer-brand p {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin-top: 1rem;
}
.main-footer .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.main-footer .social-icon:hover {
  background-color: var(--bs-secondary);
  color: #ffffff;
  border-color: var(--bs-secondary);
}
.main-footer .footer-links li {
  margin-bottom: 0.75rem;
}
.main-footer .footer-links li a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s;
  display: flex;
  align-items: center;
}
.main-footer .footer-links li a i {
  color: var(--bs-secondary);
  font-size: 0.75rem;
  margin-right: 0.5rem;
}
.main-footer .footer-links li a:hover {
  color: var(--bs-secondary);
}
.main-footer .footer-address .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.6);
}
.main-footer .footer-address .contact-item .contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  color: var(--bs-secondary);
  margin-right: 1rem;
  flex-shrink: 0;
}
.main-footer .footer-newsletter {
  margin-top: 1.5rem;
}
.main-footer .footer-newsletter p {
  color: rgba(255, 255, 255, 0.6);
}
.main-footer .footer-newsletter .newsletter-form {
  display: flex;
}
.main-footer .footer-newsletter .newsletter-form input {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  padding: 0.6rem 1rem;
  border-radius: 4px 0 0 4px;
  font-size: 0.85rem;
}
.main-footer .footer-newsletter .newsletter-form input:focus {
  box-shadow: none;
  border-color: var(--bs-secondary);
  background-color: rgba(var(--white-color-rgb), 0.08);
}
.main-footer .footer-newsletter .newsletter-form button {
  background-color: var(--bs-secondary);
  color: #ffffff;
  border: none;
  padding: 0.6rem 1.25rem;
  border-radius: 0 4px 4px 0;
  transition: background-color 0.3s;
}
.main-footer .footer-newsletter .newsletter-form button:hover {
  background-color: rgb(181.8644067797, 72.9025423729, 3.1355932203);
}
.main-footer .policy-strip {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1rem 0;
  margin-top: 3rem;
}
.main-footer .policy-strip .policy-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
.main-footer .policy-strip .policy-links a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.main-footer .policy-strip .policy-links a:hover {
  color: var(--bs-secondary);
}
.main-footer .footer-bottom {
  padding: 1.5rem 0;
  background-color: transparent;
}
.main-footer .footer-bottom .copyright {
  color: rgba(255, 255, 255, 0.5);
}
.main-footer .footer-bottom .designed-by {
  color: rgba(255, 255, 255, 0.5);
}
.main-footer .footer-bottom .designed-by span {
  color: var(--bs-secondary);
  font-weight: 600;
}
.main-footer .footer-bottom .visitors-counter {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0.25rem 0.5rem 0.25rem 1rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  font-weight: 600;
}
.main-footer .footer-bottom .visitors-counter .digits {
  display: flex;
  gap: 2px;
}
.main-footer .footer-bottom .visitors-counter .digits span {
  background-color: var(--bs-secondary);
  color: #ffffff;
  width: 18px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-weight: 700;
  font-size: 0.85rem;
}

@keyframes slideUpFade {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes floatElement {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.fade-in-section {
  animation: slideUpFade 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.stagger-grid > div {
  opacity: 0;
  animation: slideUpFade 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.stagger-grid > div:nth-child(1) {
  animation-delay: 0.1s;
}

.stagger-grid > div:nth-child(2) {
  animation-delay: 0.2s;
}

.stagger-grid > div:nth-child(3) {
  animation-delay: 0.3s;
}

.stagger-grid > div:nth-child(4) {
  animation-delay: 0.4s;
}

.stagger-grid > div:nth-child(5) {
  animation-delay: 0.5s;
}

.stagger-grid > div:nth-child(6) {
  animation-delay: 0.6s;
}

.stagger-grid > div:nth-child(7) {
  animation-delay: 0.7s;
}

.stagger-grid > div:nth-child(8) {
  animation-delay: 0.8s;
}

.stagger-grid > div:nth-child(9) {
  animation-delay: 0.9s;
}

.stagger-grid > div:nth-child(10) {
  animation-delay: 1s;
}

.about-overview-section {
  padding: 5rem 0;
  background: var(--bs-body-bg);
  position: relative;
}
.about-overview-section .badge-premium {
  background: rgba(var(--bs-primary-rgb), 0.05);
  border: 1px solid rgba(var(--bs-primary-rgb), 0.15);
  color: var(--bs-primary);
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}
.about-overview-section .badge-premium i {
  color: var(--bs-secondary);
}
.about-overview-section .badge-premium:hover {
  background: rgba(var(--bs-primary-rgb), 0.1);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}
.about-overview-section .hero-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.about-overview-section .hero-stats-grid .stat-card-glass {
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--radius-lg);
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}
.about-overview-section .hero-stats-grid .stat-card-glass::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--bs-primary);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.about-overview-section .hero-stats-grid .stat-card-glass:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: rgba(var(--bs-primary-rgb), 0.2);
}
.about-overview-section .hero-stats-grid .stat-card-glass:hover::before {
  opacity: 1;
}
.about-overview-section .hero-stats-grid .stat-card-glass:hover .stat-val {
  color: var(--bs-primary);
  transform: scale(1.05);
}
.about-overview-section .hero-stats-grid .stat-card-glass .stat-val {
  color: var(--bs-secondary);
  font-weight: 800;
  margin-bottom: 0.25rem;
  font-size: 2.25rem;
  transition: color 0.3s ease, transform 0.3s ease;
}
.about-overview-section .hero-stats-grid .stat-card-glass .stat-lbl {
  color: var(--bs-body-color);
  font-size: 0.85rem;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.8;
}

.corporate-story {
  background: var(--bs-secondary-bg);
}
.corporate-story .story-visual-wrapper .story-img-main {
  border: 1px solid var(--bs-border-color);
  transition: transform 0.5s ease;
}
.corporate-story .story-visual-wrapper .story-img-main:hover {
  transform: scale(1.02);
}
.corporate-story .story-visual-wrapper .story-floating-card {
  position: absolute;
  bottom: -30px;
  left: -30px;
  border-left: 4px solid var(--bs-secondary);
  background: var(--bs-body-bg) !important;
  border-top: 1px solid var(--bs-border-color);
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  animation: floatElement 5s ease-in-out infinite;
  z-index: 10;
  box-shadow: var(--shadow-md);
}
@media (max-width: 991px) {
  .corporate-story .story-visual-wrapper .story-floating-card {
    left: 20px;
    bottom: -20px;
  }
}
.corporate-story .story-visual-wrapper .icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.corporate-story .story-visual-wrapper .bg-primary-soft {
  background: rgba(var(--bs-primary-rgb), 0.1);
}

.purpose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.purpose-grid .purpose-card {
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--radius-lg);
  padding: 2rem;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.purpose-grid .purpose-card .pc-icon {
  width: 55px;
  height: 55px;
  background: rgba(var(--bs-primary-rgb), 0.05);
  color: var(--bs-primary);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.purpose-grid .purpose-card h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--bs-heading-color);
}
.purpose-grid .purpose-card p {
  color: var(--bs-body-color);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  opacity: 0.95;
}
.purpose-grid .purpose-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(var(--bs-primary-rgb), 0.25);
}
.purpose-grid .purpose-card:hover .pc-icon {
  background: var(--bs-secondary);
  color: var(--bs-light-text);
  transform: scale(1.1) rotate(5deg);
}

.vision-mission-section {
  position: relative;
  overflow: hidden;
}
.vision-mission-section .vm-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
}
.vision-mission-section .vm-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(29.6304347826, 17.652173913, 69.347826087, 0.95) 0%, rgba(47, 28, 110, 0.85) 100%);
  backdrop-filter: blur(4px);
  z-index: 2;
}
.vision-mission-section .vision-glass-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-lg);
  padding: 3.5rem 3rem;
  backdrop-filter: blur(15px);
  position: relative;
  z-index: 3;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.vision-mission-section .vision-glass-card .vgc-icon {
  width: 60px;
  height: 60px;
  background: var(--bs-secondary);
  color: var(--bs-light-text);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  box-shadow: 0 8px 20px rgba(var(--bs-secondary-rgb), 0.3);
}
.vision-mission-section .vision-glass-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(var(--bs-secondary-rgb), 0.5);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.impact-dashboard .impact-stat-card {
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--radius-lg);
  padding: 3rem 1.5rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.impact-dashboard .impact-stat-card .isc-icon {
  font-size: 2.75rem;
  margin-bottom: 1.5rem;
  opacity: 0.95;
  transition: transform 0.3s ease;
}
.impact-dashboard .impact-stat-card .isc-val {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--bs-heading-color);
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}
.impact-dashboard .impact-stat-card .isc-lbl {
  color: var(--bs-body-color);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  font-size: 0.85rem;
  margin: 0;
  opacity: 0.8;
}
.impact-dashboard .impact-stat-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: var(--bs-primary);
}
.impact-dashboard .impact-stat-card:hover .isc-icon {
  transform: scale(1.1);
}
.impact-dashboard .impact-stat-card:hover .isc-val {
  color: var(--bs-secondary);
}

.org-structure-tree {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.org-structure-tree .org-line {
  background: var(--bs-border-color);
}
.org-structure-tree .org-line.vertical {
  width: 2px;
  height: 40px;
}
.org-structure-tree .org-line.horizontal {
  width: 400px;
  height: 2px;
}
.org-structure-tree .org-line.vertical-drop {
  width: 2px;
  height: 20px;
  margin: 0 auto;
}
.org-structure-tree .org-branches {
  display: flex;
  justify-content: space-between;
  width: 400px;
}
.org-structure-tree .org-card {
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-primary);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  text-align: center;
  min-width: 250px;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.org-structure-tree .org-card .org-avatar {
  width: 50px;
  height: 50px;
  background: rgba(var(--bs-primary-rgb), 0.08);
  color: var(--bs-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin: 0 auto 1rem;
  transition: all 0.3s ease;
}
.org-structure-tree .org-card h4 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0;
  color: var(--bs-heading-color);
}
.org-structure-tree .org-card h5 {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0;
  color: var(--bs-secondary);
}
.org-structure-tree .org-card.small-node {
  min-width: 140px;
  padding: 1rem;
  border-color: var(--bs-border-color);
}
.org-structure-tree .org-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--bs-secondary);
}
.org-structure-tree .org-card:hover .org-avatar {
  background: var(--bs-secondary);
  color: var(--bs-light-text);
}
@media (max-width: 768px) {
  .org-structure-tree .org-line.horizontal {
    display: none;
  }
  .org-structure-tree .org-branches {
    flex-direction: column;
    gap: 1.5rem;
    width: auto;
    align-items: center;
  }
  .org-structure-tree .org-line.vertical {
    height: 30px;
  }
  .org-structure-tree .org-line.vertical-drop {
    display: none;
  }
  .org-structure-tree .org-card {
    min-width: 200px;
  }
}

.leadership-grid .executive-card {
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--radius-lg);
  padding: 2.5rem 1.5rem;
  position: relative;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.leadership-grid .executive-card .exec-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.35rem 1.25rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  box-shadow: var(--shadow-sm);
  background: var(--bs-primary);
  color: var(--bs-light-text);
}
.leadership-grid .executive-card .exec-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--bs-secondary-bg);
  border: 3px solid rgba(var(--bs-primary-rgb), 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leadership-grid .executive-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(var(--bs-secondary-rgb), 0.3);
}
.leadership-grid .executive-card:hover .exec-avatar {
  border-color: var(--bs-secondary);
  transform: scale(1.05);
}

.journey-timeline-wrapper {
  position: relative;
  padding: 3rem 0;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(var(--bs-primary-rgb), 0.2) rgba(var(--bs-primary-rgb), 0.05);
}
.journey-timeline-wrapper::-webkit-scrollbar {
  height: 6px;
}
.journey-timeline-wrapper::-webkit-scrollbar-track {
  background: rgba(var(--bs-primary-rgb), 0.05);
  border-radius: 10px;
}
.journey-timeline-wrapper::-webkit-scrollbar-thumb {
  background: rgba(var(--bs-primary-rgb), 0.2);
  border-radius: 10px;
}
.journey-timeline-wrapper::-webkit-scrollbar-thumb:hover {
  background: var(--bs-secondary);
}
.journey-timeline-wrapper .journey-track {
  display: flex;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 0 2rem;
  position: relative;
}
.journey-timeline-wrapper .journey-track::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(var(--bs-primary-rgb), 0.1);
  z-index: 1;
}
.journey-timeline-wrapper .journey-track .journey-node {
  width: 220px;
  position: relative;
  text-align: center;
  padding-top: 100px;
  z-index: 2;
  margin-right: 1rem;
}
.journey-timeline-wrapper .journey-track .journey-node .node-year {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 800;
  color: var(--bs-primary);
  font-size: 1.35rem;
  transition: color 0.3s ease;
}
.journey-timeline-wrapper .journey-track .journey-node .node-dot {
  position: absolute;
  top: 44px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background: var(--bs-body-bg);
  border: 4px solid var(--bs-secondary);
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 0 0 4px rgba(var(--bs-secondary-rgb), 0.2);
}
.journey-timeline-wrapper .journey-track .journey-node .node-content {
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  padding: 1.25rem 1rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.journey-timeline-wrapper .journey-track .journey-node .node-content h5 {
  font-size: 0.95rem;
  margin: 0;
  font-weight: 700;
  color: var(--bs-heading-color);
  line-height: 1.5;
}
.journey-timeline-wrapper .journey-track .journey-node:hover .node-dot {
  transform: translateX(-50%) scale(1.4);
  background: var(--bs-secondary);
  box-shadow: 0 0 0 8px rgba(var(--bs-secondary-rgb), 0.3);
}
.journey-timeline-wrapper .journey-track .journey-node:hover .node-year {
  color: var(--bs-secondary);
}
.journey-timeline-wrapper .journey-track .journey-node:hover .node-content {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--bs-secondary);
}

.premium-cta {
  background: linear-gradient(135deg, var(--bs-primary) 0%, rgb(20.9456521739, 12.4782608696, 49.0217391304) 100%);
  position: relative;
  overflow: hidden;
}
.premium-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(var(--bs-secondary-rgb), 0.1) 0%, transparent 50%);
}

[data-theme=high-contrast] .vision-glass-card {
  background: #000000 !important;
  border: 2px solid #ffffff !important;
  box-shadow: none !important;
}
[data-theme=high-contrast] .vision-glass-card .vgc-icon {
  background: #ffffff !important;
  color: #000000 !important;
  box-shadow: none !important;
}
[data-theme=high-contrast] .vision-glass-card p,
[data-theme=high-contrast] .vision-glass-card h3 {
  color: #ffffff !important;
}
[data-theme=high-contrast] .badge-premium {
  background: #000000 !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}
[data-theme=high-contrast] .badge-premium i {
  color: #ffffff !important;
}
[data-theme=high-contrast] .stat-card-glass::before {
  background: #ffffff !important;
}
[data-theme=high-contrast] .stat-card-glass:hover {
  border-color: #ffffff !important;
}
[data-theme=high-contrast] .stat-card-glass:hover .stat-val {
  color: #ffffff !important;
}
[data-theme=high-contrast] .premium-cta {
  background: #000000 !important;
  border-top: 2px solid #ffffff !important;
  border-bottom: 2px solid #ffffff !important;
}

.py-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .py-6 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.about-snippet .image-wrapper {
  position: relative;
}
.about-snippet .image-wrapper .about-img-main {
  position: relative;
  z-index: 2;
  aspect-ratio: 4/3;
}
.about-snippet .image-wrapper .about-img-main .hover-scale {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.about-snippet .image-wrapper .about-img-main .hover-scale:hover {
  transform: scale(1.05);
}
.about-snippet .image-wrapper .about-img-floating {
  position: absolute;
  bottom: -30px;
  right: -30px;
  z-index: 10;
  background: rgba(var(--white-color-rgb), 0.9);
  min-width: 240px;
  animation: float 6s ease-in-out infinite;
}
@media (max-width: 991px) {
  .about-snippet .image-wrapper .about-img-floating {
    right: 10px;
    bottom: -20px;
  }
}
.about-snippet .image-wrapper .blob-1 {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(var(--bs-primary-rgb), 0.1) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}
.about-snippet .image-wrapper .blob-2 {
  position: absolute;
  bottom: -15%;
  right: 10%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(var(--bs-secondary-rgb), 0.05) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}
.about-snippet .content-wrapper .section-label {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.about-snippet .content-wrapper .fw-800 {
  font-weight: 800;
}
.about-snippet .content-wrapper .fw-900 {
  font-weight: 900;
}
.about-snippet .content-wrapper .stats-grid .stat-card {
  transition: all 0.3s ease;
}
.about-snippet .content-wrapper .stats-grid .stat-card:hover {
  background-color: var(--bs-secondary-bg);
  transform: translateY(-3px);
  border-color: rgba(var(--bs-secondary-rgb), 0.2) !important;
}
.about-snippet .content-wrapper .stats-grid .stat-card:hover .feature-icon {
  background-color: var(--bs-secondary);
  color: var(--bs-light-text);
  transform: scale(1.1);
}
.about-snippet .content-wrapper .stats-grid .stat-card .number {
  line-height: 1;
}

.vision-section {
  background: var(--bs-dark);
  color: var(--bs-light-text);
  overflow: hidden;
}
.vision-section .bg-shape-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(rgba(var(--white-color-rgb), 0.1) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.3;
  z-index: 0;
}
.vision-section .glass-panel-dark {
  background: rgba(30, 41, 59, 0.7);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(var(--white-color-rgb), 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.vision-section .vision-mission-card .icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(47, 28, 110, 0.2);
}
.vision-section .vision-mission-card .decorative-dots {
  display: flex;
  gap: 6px;
}
.vision-section .vision-mission-card .decorative-dots span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bs-secondary);
}
.vision-section .vision-mission-card .decorative-dots span:nth-child(2) {
  opacity: 0.6;
}
.vision-section .vision-mission-card .decorative-dots span:nth-child(3) {
  opacity: 0.3;
}
.vision-section .objective-card {
  position: relative;
  overflow: hidden;
  border: none !important;
}
.vision-section .objective-card::before, .vision-section .objective-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--bs-primary);
  transition: background-color 0.3s ease;
  z-index: 1;
}
.vision-section .objective-card::after {
  width: 0;
  background: var(--bs-secondary);
  transition: all 0.5s ease;
}
.vision-section .objective-card:hover::after {
  width: 100%;
}
.vision-section .objective-card .obj-number {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 0.8;
  font-family: monospace;
  color: var(--bs-primary);
  transition: color 0.3s ease;
}
.vision-section .objective-card:hover {
  background: rgba(30, 41, 59, 0.9);
  border-color: rgba(var(--white-color-rgb), 0.2);
}
.vision-section .objective-card:hover::before {
  background: var(--bs-secondary);
}
.vision-section .objective-card:hover .obj-number {
  color: var(--bs-secondary);
}

.schemes-section .schemes-slider {
  position: relative;
  padding: 0 1rem;
}
.schemes-section .schemes-slider .scheme-card {
  margin: 0 1rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.schemes-section .schemes-slider .scheme-card .scheme-icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.schemes-section .schemes-slider .scheme-card:hover {
  border-color: rgba(var(--bs-secondary-rgb), 0.2);
}
.schemes-section .schemes-slider .scheme-card:hover .scheme-icon {
  background-color: var(--bs-secondary) !important;
  color: var(--bs-light-text) !important;
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.schemes-section .schemes-slider .slick-list {
  padding: 1rem 0 2rem 0;
}
.schemes-section .schemes-slider .slick-track {
  display: flex !important;
}
.schemes-section .schemes-slider .slick-slide {
  height: inherit !important;
  display: flex !important;
  justify-content: center;
  outline: none;
}
.schemes-section .schemes-slider .slick-slide > div {
  width: 100%;
  display: flex;
}
.schemes-section .schemes-slider .slick-prev,
.schemes-section .schemes-slider .slick-next {
  background: var(--bs-primary);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--bs-light-text) !important;
  font-size: 1.1rem !important;
  z-index: 10;
  transition: all 0.3s ease;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: none;
}
.schemes-section .schemes-slider .slick-prev i,
.schemes-section .schemes-slider .slick-next i {
  font-size: 1.1rem;
  color: inherit;
  display: inline-block;
}
.schemes-section .schemes-slider .slick-prev:hover,
.schemes-section .schemes-slider .slick-next:hover {
  background: var(--bs-secondary);
  color: var(--bs-light-text) !important;
}
.schemes-section .schemes-slider .slick-prev::before,
.schemes-section .schemes-slider .slick-next::before {
  display: none;
}
.schemes-section .schemes-slider .slick-prev {
  left: -20px;
}
.schemes-section .schemes-slider .slick-next {
  right: -20px;
}
.schemes-section .schemes-slider .slick-dots {
  bottom: -15px;
}
.schemes-section .schemes-slider .slick-dots li button:before {
  font-size: 10px;
  color: var(--bs-primary);
}
.schemes-section .schemes-slider .slick-dots li.slick-active button:before {
  color: var(--bs-secondary);
}

.divisions-section .division-card {
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: var(--bs-secondary-bg);
}
.divisions-section .division-card .division-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--shadow-sm);
}
.divisions-section .division-card .bg-orange-subtle {
  background-color: rgba(var(--bs-secondary-rgb, 232, 93, 4), 0.1);
}
.divisions-section .division-card .bg-success-subtle {
  background-color: rgba(var(--bs-success-rgb, 25, 135, 84), 0.1);
}
.divisions-section .division-card:hover {
  border-color: rgba(var(--bs-primary-rgb), 0.2);
}
.divisions-section .division-card:hover .division-icon {
  transform: translateY(-5px) scale(1.05);
  background: var(--bs-secondary) !important;
  color: var(--bs-light-text) !important;
  box-shadow: 0 10px 20px rgba(var(--bs-secondary-rgb), 0.3);
}

.updates-section .announcement-box .auto-scrollbox {
  overflow-y: auto;
  scroll-behavior: smooth;
  max-height: 480px;
  scrollbar-width: thin;
}
.updates-section .announcement-box .auto-scrollbox::-webkit-scrollbar {
  width: 6px;
}
.updates-section .announcement-box .auto-scrollbox::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.02);
}
.updates-section .announcement-box .auto-scrollbox::-webkit-scrollbar-thumb {
  background: rgba(var(--bs-primary-rgb), 0.2);
  border-radius: 10px;
}
.updates-section .announcement-box .notice-item-modern .border-indicator {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  transition: width 0.3s ease;
}
.updates-section .announcement-box .notice-item-modern:hover {
  border-color: rgba(var(--bs-primary-rgb), 0.3) !important;
}
.updates-section .announcement-box .notice-item-modern:hover .border-indicator {
  width: 8px;
}
.updates-section .announcement-box .notice-item-modern .line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.updates-section .helpline-card-modern {
  background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
}
.updates-section .helpline-card-modern:hover {
  box-shadow: 0 15px 30px rgba(var(--bs-primary-rgb), 0.3) !important;
}
.updates-section .helpline-card-modern .bg-shape {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.12) 100%);
  pointer-events: none;
}
.updates-section .leaders-card-modern:hover {
  border-color: rgba(var(--bs-primary-rgb), 0.2) !important;
}

[data-theme=high-contrast] .helpline-card-modern .bg-shape {
  display: none !important;
}

.schemes-search-bar .input-group {
  box-shadow: var(--shadow-sm);
  border-radius: var(--bs-border-radius);
  overflow: hidden;
}

.schemes-search-bar .input-group .input-group-text {
  background: var(--bs-secondary-bg);
  border-color: var(--bs-border-color);
  color: var(--bs-primary);
}

.schemes-search-bar .input-group .form-control {
  border-color: var(--bs-border-color);
  background: var(--bs-secondary-bg);
  color: var(--bs-body-color);
}

.schemes-search-bar .input-group .form-control:focus {
  box-shadow: 0 0 0 3px rgba(var(--bs-secondary-rgb), 0.15);
  border-color: var(--bs-primary);
}

.category-filters .filter-chip {
  cursor: pointer;
  border-radius: var(--radius-full);
  padding: 0.35rem 1rem;
  font-size: 0.85rem;
  font-weight: 500;
  border: 1.5px solid var(--bs-border-color);
  background: var(--bs-secondary-bg);
  color: var(--bs-body-color);
  transition: all 0.2s ease;
  white-space: nowrap;
}

.category-filters .filter-chip:hover {
  border-color: var(--bs-primary);
  color: var(--bs-primary);
}

.category-filters .filter-chip.active {
  background: var(--gradient-primary);
  border-color: var(--bs-primary);
  color: #fff;
  box-shadow: 0 2px 8px rgba(var(--bs-secondary-rgb), 0.3);
}

.scheme-card {
  border: 1px solid var(--bs-border-color);
  border-radius: var(--radius-lg);
  background: var(--bs-secondary-bg);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}

.scheme-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(var(--bs-secondary-rgb), 0.3);
}

.scheme-card .scheme-card-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  background: rgba(var(--bs-secondary-rgb), 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-primary);
  font-size: 1.25rem;
  flex-shrink: 0;
}

.scheme-card .scheme-card-category {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--bs-primary);
}

.scheme-card .scheme-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--bs-heading-color);
  margin: 0;
  line-height: 1.35;
}

.scheme-card .scheme-card-desc {
  font-size: 0.875rem;
  color: var(--bs-body-color);
  opacity: 0.85;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.scheme-card .scheme-card-footer {
  border-top: 1px solid var(--bs-border-color);
}

.results-count {
  font-size: 0.85rem;
  color: var(--bs-body-color);
  opacity: 0.7;
}

.no-results {
  padding: 4rem 2rem;
  text-align: center;
  color: var(--bs-secondary-color);
}

.no-results i {
  font-size: 3rem;
  margin-bottom: 1rem;
  opacity: 0.4;
}

.scheme-detail-hero {
  background: var(--gradient-dark);
  min-height: 160px;
  padding: 4rem 0 3.5rem;
  display: flex;
  align-items: center;
}

.scheme-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 80%, rgba(232, 93, 4, 0.15) 0%, rgba(232, 93, 4, 0) 70%);
  pointer-events: none;
}
[data-theme=high-contrast] .scheme-detail-hero::before {
  display: none;
}

.scheme-detail-category {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--bs-primary);
}

.detail-section h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--bs-heading-color);
  padding-bottom: 0.625rem;
  border-bottom: 2px solid var(--bs-primary);
  display: block;
  margin-bottom: 1.25rem;
  letter-spacing: -0.01em;
}

.benefit-item {
  display: flex;
  gap: 0.75rem;
  align-items: baseline;
  padding: 0.5rem 0;
}

.benefit-item .benefit-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(var(--bs-secondary-rgb), 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-primary);
  font-size: 0.75rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.eligibility-item {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  padding: 0.4rem 0;
  color: var(--bs-body-color);
  font-size: 0.925rem;
}

.eligibility-item i {
  color: var(--bs-primary);
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.apply-steps {
  counter-reset: step-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}

.apply-steps li {
  display: flex;
  gap: 1rem;
  align-items: baseline;
  padding: 0.75rem 0;
  border-bottom: 1px dashed var(--bs-border-color);
  font-size: 0.925rem;
}

.apply-steps li:last-child {
  border-bottom: none;
}

.apply-steps li .step-num {
  width: 28px;
  height: 28px;
  background: var(--gradient-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
}

.document-item {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  padding: 0.6rem;
  background: var(--bs-tertiary-bg);
  border-radius: var(--radius-md);
  border: 1px solid var(--bs-border-color);
  font-size: 0.875rem;
}

.document-item i {
  color: var(--bs-info);
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.scheme-sidebar {
  position: sticky;
  top: 150px;
  z-index: 10;
}

.sidebar-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--bs-border-color);
  background: var(--bs-secondary-bg);
  overflow: hidden;
}

.sidebar-card .sidebar-card-header {
  background: var(--gradient-dark);
  color: #fff;
  padding: 1rem 1.25rem;
  font-weight: 600;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.sidebar-card .sidebar-card-header i {
  color: var(--bs-primary);
}

.sidebar-card .sidebar-card-body {
  padding: 1.25rem;
}

.apply-btn {
  background: var(--gradient-primary);
  color: #fff;
  border: none;
  border-radius: var(--radius-lg);
  padding: 0.85rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
}

.apply-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  color: #fff;
}

.related-scheme-card {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.75rem;
  border-radius: var(--radius-md);
  background: var(--bs-tertiary-bg);
  border: 1px solid var(--bs-border-color);
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease;
  margin-bottom: 0.5rem;
}

.related-scheme-card:hover {
  border-color: var(--bs-primary);
  background: rgba(var(--bs-secondary-rgb), 0.05);
}

.related-scheme-card .related-icon {
  width: 36px;
  height: 36px;
  background: rgba(var(--bs-secondary-rgb), 0.1);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-primary);
  font-size: 0.9rem;
  flex-shrink: 0;
}

.related-scheme-card .related-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--bs-heading-color);
  margin: 0 0 0.2rem;
  line-height: 1.3;
}

.related-scheme-card .related-cat {
  font-size: 0.72rem;
  color: var(--bs-primary);
  font-weight: 500;
}

.schemes-faq .accordion-button {
  font-weight: 600;
  font-size: 0.925rem;
  color: var(--bs-heading-color);
  background: var(--bs-secondary-bg);
  box-shadow: none;
}

.schemes-faq .accordion-button:not(.collapsed) {
  color: var(--bs-primary);
  background: rgba(var(--bs-secondary-rgb), 0.06);
  box-shadow: none;
}

.schemes-faq .accordion-button::after {
  filter: none;
}

.schemes-faq .accordion-item {
  border: 1px solid var(--bs-border-color);
  border-radius: var(--radius-md) !important;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.schemes-faq .accordion-item:not(:first-child) {
  border-top: 1px solid var(--bs-border-color) !important;
}

.schemes-faq .accordion-body {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--bs-body-color);
  background: var(--bs-secondary-bg);
  padding: 0.75rem 1.25rem 1rem;
}

[data-theme=high-contrast] .scheme-card {
  border-color: #ffffff;
}

[data-theme=high-contrast] .filter-chip {
  border-color: #ffffff;
  color: #eeeeee;
}

[data-theme=high-contrast] .filter-chip.active {
  background: #fbbf24;
  color: #000;
  border-color: #fbbf24;
}

[data-theme=high-contrast] .sidebar-card {
  border-color: #ffffff;
}

[data-theme=high-contrast] .related-scheme-card {
  border-color: #aaaaaa;
}

[data-theme=high-contrast] .document-item {
  background: #1a1a1a;
  border-color: #555;
}

.announcement-box {
  background: var(--white-color);
  border-radius: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.announcement-box > ul {
  position: relative;
  flex-grow: 1;
}

.announcement-box > ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.announcement-box > ul li.notice_item {
  border-radius: 8px;
  padding: 1.5rem 1.5rem;
  --bg-color: var(--bg-brand-strong);
  --bg-color-rgb: var(--bg-brand-strong-rgb);
  border: 1px solid transparent;
  border-left: 6px solid var(--bg-color);
  background: rgba(var(--bg-color-rgb), 0.05);
  transition: all 0.3s ease-in-out;
}

.announcement-box > ul li.notice_item:hover {
  border-color: var(--bg-color);
}

.announcement-box > ul li.notice_item.warning {
  --bg-color: var(--bg-warning-strong);
  --bg-color-rgb: var(--bg-warning-strong-rgb);
}

.announcement-box > ul li.notice_item.danger {
  --bg-color: var(--bg-danger-strong);
  --bg-color-rgb: var(--bg-danger-strong-rgb);
}

.announcement-box > ul li.notice_item.success {
  --bg-color: var(--bg-success-strong);
  --bg-color-rgb: var(--bg-success-strong-rgb);
}

.announcement-box > ul li.notice_item .badge {
  border-radius: 8px;
  background: var(--bg-color);
  display: flex;
  align-items: center;
  padding: 6px 12px;
  font-weight: 400;
}

.announcement-box > ul li.notice_item h6 {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.announcement-box > ul li.notice_item p {
  margin: 0;
  font-size: 0.9rem;
}

.announcement-box > ul li.notice_item small {
  color: var(--muted-color);
  font-size: 0.8rem;
}

.announcement-box > ul li.notice_item .fa-arrow-right-long {
  transition: transform 0.3s ease-in-out;
}

.announcement-box > ul li.notice_item:hover .fa-arrow-right-long {
  transform: translateX(5px);
  color: var(--theme);
}

.announcement-box > ul li.notice_item.type_2 {
  --bg-color: #ffffff;
  --bg-color-rgb: 255, 255, 255;
  border: 1px solid var(--bs-border-color);
  box-shadow: 0 1px 0.5px 0.05px rgba(29, 41, 61, 0.02);
}

.announcement-box > ul li a {
  width: 100%;
}

.auto-scrollbox {
  overflow-y: auto;
  scroll-behavior: smooth;
  padding-right: 1rem;
  max-height: 420px;
}

.auto-scrollbox li {
  margin-bottom: 10px !important;
}


.hero-carousel-img {
  height: 500px;
  -o-object-position: top right;
     object-position: top right;
}
@media (min-width: 992px) {
  .hero-carousel-img {
    height: 400px;
  }
}

.functionary-photo {
  width: 120px;
  height: 120px;
  margin-top: 1rem;
}

.service-icon-box {
  min-width: 40px;
  min-height: 40px;
}

.clip-triangle {
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 50% 0);
}

.scheme-icon-48 {
  width: 48px;
  height: 48px;
}

.notice-counter-circle {
  width: 100px;
  height: 100px;
}

.notice-badge-sm {
  width: 32px;
  height: 32px;
}

.about-hero-desc {
  line-height: 1.8;
}

.about-hero-img {
  height: 400px;
}

.mission-parallax-bg {
  background-image: url("https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&q=80&w=1600");
}

.fade-in-delay-1 {
  transition-delay: 0.1s;
}

.board-icon-placeholder {
  font-size: 3rem;
  line-height: 120px;
}

.services-nav-card {
  position: sticky;
  top: 150px;
  z-index: 10;
}

.services-sidebar .list-group-item {
  color: var(--bs-body-color);
  background: transparent;
  border: none;
  border-radius: var(--radius-md) !important;
  margin-bottom: 0.5rem;
  padding: 1rem 1.25rem;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-align: left;
}
.services-sidebar .list-group-item i {
  width: 24px;
  text-align: center;
  transition: transform 0.3s ease;
}
.services-sidebar .list-group-item:hover {
  background-color: var(--bs-secondary-bg);
  color: var(--bs-primary);
  transform: translateX(4px);
}
.services-sidebar .list-group-item:hover i {
  transform: scale(1.1) rotate(5deg);
}
.services-sidebar .list-group-item.active {
  background: var(--gradient-primary);
  color: #fff !important;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(var(--bs-primary-rgb), 0.2);
}
.services-sidebar .list-group-item.active i {
  color: #fff !important;
}

@media (max-width: 991.98px) {
  .services-nav-card {
    position: relative;
    top: 0;
    margin-bottom: 2rem;
  }
  .services-sidebar .list-group {
    flex-direction: row !important;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
  }
  .services-sidebar .list-group-item {
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 0.5rem;
    white-space: nowrap;
    width: auto;
  }
  .services-sidebar .list-group-item:hover {
    transform: none;
  }
}
.service-pane {
  display: none;
}
.service-pane.active {
  display: block;
  animation: paneSlideIn 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes paneSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.objective-card {
  background: var(--bs-secondary-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--radius-lg);
  padding: 2rem;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.objective-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(var(--bs-primary-rgb), 0.25);
}
.objective-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--gradient-primary);
  opacity: 0.7;
}

.feature-card-premium {
  background: var(--bs-secondary-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.feature-card-premium:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(var(--bs-secondary-rgb), 0.2);
  background: rgba(var(--white-color-rgb), 0.95);
}

.feature-icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: rgba(var(--bs-primary-rgb), 0.1);
  color: var(--bs-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.feature-card-premium:hover .feature-icon-wrapper {
  background: var(--gradient-primary);
  color: #fff;
  box-shadow: 0 4px 10px rgba(var(--bs-primary-rgb), 0.3);
}

.achievement-card-premium {
  background: var(--bs-secondary-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--radius-lg);
  border-left: 5px solid var(--bs-primary);
  padding: 1.75rem;
  transition: all 0.3s ease;
}
.achievement-card-premium:hover {
  transform: translateX(5px);
  box-shadow: var(--shadow-md);
  border-color: rgba(var(--bs-primary-rgb), 0.2);
}

.eligibility-alert-box {
  background: rgba(var(--bs-success-rgb), 0.05);
  border: 1px solid rgba(var(--bs-success-rgb), 0.2);
  border-left: 6px solid var(--bs-success);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
}
.eligibility-alert-box i {
  color: var(--bs-success);
  font-size: 2.25rem;
}

.search-container-box {
  background: var(--bs-secondary-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
}

.search-input-group .form-control:focus {
  box-shadow: 0 0 0 3px rgba(var(--bs-primary-rgb), 0.15);
  border-color: var(--bs-primary);
}

.btn-brand-orange-sm {
  background: var(--gradient-primary);
  color: #fff;
  border: none;
  border-radius: var(--radius-md);
  padding: 0.5rem 1.1rem;
  font-size: 0.85rem;
  font-weight: 600;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}
.btn-brand-orange-sm:hover {
  opacity: 0.95;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(var(--bs-primary-rgb), 0.25);
}

.service-title-icon {
  min-width: 54px;
  min-height: 54px;
  border-radius: var(--radius-md);
  background: rgba(var(--bs-primary-rgb), 0.1);
}

.service-title-icon-secondary {
  min-width: 54px;
  min-height: 54px;
  border-radius: var(--radius-md);
  background: rgba(var(--bs-secondary-rgb), 0.1);
}

.search-input-box {
  width: 250px;
}

.download-table-sno {
  width: 10%;
}

.download-table-subject {
  width: 70%;
}

.download-table-link {
  width: 20%;
  text-align: center;
}

[data-theme=high-contrast] .services-sidebar .list-group-item.active {
  background: #fbbf24 !important;
  color: #000 !important;
  border: 2px solid #000 !important;
}
[data-theme=high-contrast] .services-sidebar .list-group-item.active i {
  color: #000 !important;
}
[data-theme=high-contrast] .services-sidebar .list-group-item:hover {
  border: 1px solid #fff;
}
[data-theme=high-contrast] .objective-card,
[data-theme=high-contrast] .feature-card-premium,
[data-theme=high-contrast] .achievement-card-premium,
[data-theme=high-contrast] .search-container-box {
  border: 1px solid #fff !important;
  background: #000 !important;
}
[data-theme=high-contrast] .eligibility-alert-box {
  background: #000 !important;
  border: 2px solid #10b981 !important;
}
[data-theme=high-contrast] .btn-brand-orange-sm {
  background: #fbbf24 !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}

.glass-panel {
  background: var(--bs-secondary-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
}

.badge-premium {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 0.4rem 0.8rem;
  border-radius: 50px;
  background: rgba(var(--bs-primary-rgb), 0.1);
  color: var(--bs-primary);
  display: inline-flex;
  align-items: center;
}

.work-item-card {
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--radius-md);
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.3s ease;
  height: 100%;
}
.work-item-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-sm);
  border-color: rgba(var(--bs-primary-rgb), 0.2);
}

.work-icon-circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(var(--bs-primary-rgb), 0.08);
  color: var(--bs-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
}

.staff-metric-card {
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}
.staff-metric-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(var(--bs-secondary-rgb), 0.25);
}

.staff-avatar-circle {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: rgba(var(--bs-secondary-rgb), 0.08);
  color: var(--bs-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.75rem auto;
  font-size: 1.25rem;
}

.project-details-card {
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  border-left: 5px solid var(--bs-primary);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  margin-bottom: 1.25rem;
  transition: all 0.3s ease;
}
.project-details-card:hover {
  transform: translateX(4px);
  box-shadow: var(--shadow-sm);
  border-color: rgba(var(--bs-primary-rgb), 0.2) rgba(var(--bs-primary-rgb), 0.2) rgba(var(--bs-primary-rgb), 0.2) var(--bs-primary);
}

.premium-data-table {
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--radius-lg);
  overflow-x: auto;
  overflow-y: hidden;
  box-shadow: var(--shadow-sm);
}
.premium-data-table th {
  background: var(--gradient-dark);
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  vertical-align: middle;
  border: none;
  white-space: nowrap;
}
.premium-data-table td {
  vertical-align: middle;
  font-size: 0.925rem;
  color: var(--bs-body-color);
  border-bottom: 1px solid var(--bs-border-color);
}
.premium-data-table tbody tr:last-child td {
  border-bottom: none;
}
.premium-data-table tbody tr:hover {
  background-color: rgba(var(--bs-primary-rgb), 0.02);
}
.premium-data-table tbody tr.row-total {
  background-color: rgba(var(--bs-primary-rgb), 0.05);
  font-weight: 700;
}
.premium-data-table tbody tr.row-total td {
  color: var(--bs-heading-color);
  border-top: 2px solid var(--bs-border-color);
}

.ppp-section-card {
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--radius-lg);
  padding: 2rem;
  margin-bottom: 1.75rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.ppp-section-card:hover {
  box-shadow: var(--shadow-md);
  border-color: rgba(var(--bs-primary-rgb), 0.15);
}
.ppp-section-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--gradient-primary);
  opacity: 0.8;
}

.ppp-bullet-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.ppp-bullet-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.15rem;
  line-height: 1.7;
}
.ppp-bullet-list li:last-child {
  margin-bottom: 0;
}
.ppp-bullet-list li i {
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  color: var(--bs-success);
  font-size: 1.05rem;
}

.stepped-timeline {
  position: relative;
  padding-left: 2.5rem;
  margin-left: 1rem;
  border-left: 2px dashed rgba(var(--bs-primary-rgb), 0.25);
}

.timeline-step-node {
  position: relative;
  margin-bottom: 2rem;
}
.timeline-step-node:last-child {
  margin-bottom: 0;
  border-left: none;
}

.timeline-step-marker {
  position: absolute;
  left: -3.6rem;
  top: 0.1rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--gradient-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  box-shadow: 0 0 0 5px var(--bs-body-bg);
  z-index: 10;
}

.timeline-step-content {
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--radius-md);
  padding: 1.25rem 1.5rem;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
}
.timeline-step-content:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(var(--bs-primary-rgb), 0.2);
}

.construction-title-icon-secondary {
  min-width: 54px;
  min-height: 54px;
  border-radius: var(--radius-md);
  background: rgba(var(--bs-secondary-rgb), 0.1);
}

.ppp-badge-icon {
  background: rgba(var(--bs-secondary-rgb), 0.1);
  color: var(--bs-secondary);
}

.reg-col-sno {
  width: 8%;
}

.reg-col-cat {
  width: 15%;
}

.reg-col-limit {
  width: 25%;
}

.reg-col-form {
  width: 12%;
}

.reg-col-reg {
  width: 15%;
}

.reg-col-valid {
  width: 12%;
}

.reg-col-cap {
  width: 13%;
}

[data-theme=high-contrast] .glass-panel,
[data-theme=high-contrast] .work-item-card,
[data-theme=high-contrast] .staff-metric-card,
[data-theme=high-contrast] .project-details-card,
[data-theme=high-contrast] .premium-data-table,
[data-theme=high-contrast] .ppp-section-card,
[data-theme=high-contrast] .timeline-step-content {
  border: 1px solid #fff !important;
  background: #000 !important;
  color: #fff !important;
}
[data-theme=high-contrast] .premium-data-table th {
  background: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}
[data-theme=high-contrast] .premium-data-table td {
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
}
[data-theme=high-contrast] .timeline-step-marker {
  background: #fbbf24 !important;
  color: #000 !important;
  box-shadow: 0 0 0 5px #000 !important;
}

.hq-card {
  background: var(--bs-secondary-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.hq-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--gradient-primary);
}
.hq-card:hover {
  box-shadow: var(--shadow-lg);
  border-color: rgba(var(--bs-primary-rgb), 0.2);
}

.hq-icon {
  width: 64px;
  height: 64px;
  border-radius: var(--radius-md);
  background: rgba(var(--bs-primary-rgb), 0.1);
  color: var(--bs-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.hq-card:hover .hq-icon {
  background: var(--gradient-primary);
  color: #fff;
  transform: scale(1.05);
}

.hq-icon-sm {
  width: 48px;
  height: 48px;
  font-size: 1.2rem;
}

.hq-info-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 1rem;
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--radius-full);
  font-size: 0.875rem;
  color: var(--bs-body-color);
  transition: all 0.2s ease;
  text-decoration: none;
}
.hq-info-chip:hover {
  border-color: var(--bs-primary);
  color: var(--bs-primary);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}
.hq-info-chip i {
  color: var(--bs-primary);
  width: 18px;
  text-align: center;
}

.office-card {
  background: var(--bs-secondary-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}
.office-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-primary);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.office-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(var(--bs-primary-rgb), 0.25);
}
.office-card:hover::after {
  opacity: 1;
}

.office-serial {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(var(--bs-primary-rgb), 0.08);
  color: var(--bs-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.office-card:hover .office-serial {
  background: var(--gradient-primary);
  color: #fff;
}

.office-detail {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--bs-body-color);
  margin-bottom: 0.35rem;
}
.office-detail i {
  width: 16px;
  text-align: center;
  color: var(--bs-primary);
  font-size: 0.8rem;
  flex-shrink: 0;
}
.office-detail a {
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 500;
}
.office-detail a:hover {
  text-decoration: underline;
}

.map-wrapper {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--bs-border-color);
  box-shadow: var(--shadow-md);
}
.map-wrapper iframe {
  width: 100%;
  height: 350px;
  border: none;
}

[data-theme=high-contrast] .hq-card,
[data-theme=high-contrast] .office-card,
[data-theme=high-contrast] .glass-panel {
  border: 1px solid #fff !important;
  background: #000 !important;
  color: #fff !important;
}
[data-theme=high-contrast] .hq-info-chip {
  border-color: #fff !important;
  background: #000 !important;
  color: #fff !important;
}
[data-theme=high-contrast] .office-serial {
  background: #fbbf24 !important;
  color: #000 !important;
}
[data-theme=high-contrast] .map-wrapper {
  border-color: #fff !important;
}

.scheme-detail-desc {
  font-size: 1rem;
}

.download-card {
  background: var(--bs-secondary-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}
.download-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-orange);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.download-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(var(--bs-secondary-rgb), 0.25);
}
.download-card:hover::after {
  opacity: 1;
}

.download-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.download-icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.download-icon-wrapper.pdf {
  background: rgba(220, 38, 38, 0.1);
  color: #DC2626;
}
.download-icon-wrapper.doc {
  background: rgba(2, 132, 199, 0.1);
  color: #0284C7;
}

.download-badge {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.25rem 0.6rem;
  border-radius: var(--radius-sm);
  background: var(--bs-tertiary-bg);
  color: var(--bs-secondary-color);
  border: 1px solid var(--bs-border-color);
}
.download-badge.doc {
  background: rgba(2, 132, 199, 0.05);
  color: #0284C7;
  border-color: rgba(2, 132, 199, 0.1);
}

.download-card-body {
  flex-grow: 1;
}

.download-card-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0.75rem;
  color: var(--bs-heading-color);
}

.download-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.8rem;
  color: var(--bs-secondary-color);
  margin-bottom: 0;
}
.download-card-meta .meta-item {
  display: inline-flex;
  align-items: center;
}

.download-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--bs-border-color);
}

.file-size-info {
  font-size: 0.825rem;
  font-weight: 600;
  color: var(--bs-secondary-color);
  display: inline-flex;
  align-items: center;
}

.btn-download {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: var(--radius-md);
  background: var(--bs-secondary);
  color: #white-color;
  border: 1px solid var(--bs-secondary);
  transition: all 0.2s ease;
  text-decoration: none;
  color: #fff;
}
.btn-download:hover {
  background: #c94f03;
  border-color: #c94f03;
  color: #fff;
  transform: translateX(2px);
}

[data-theme=high-contrast] .download-card {
  border: 1px solid #fff !important;
  background: #000 !important;
  color: #fff !important;
}
[data-theme=high-contrast] .download-icon-wrapper {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
[data-theme=high-contrast] .download-badge {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
[data-theme=high-contrast] .btn-download {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #fff !important;
}
[data-theme=high-contrast] .btn-download:hover {
  background: #fbbf24 !important;
  color: #000 !important;
}

.sticky-sidebar {
  position: sticky;
  top: 150px;
  z-index: 10;
  transition: top 0.3s ease;
}

.category-menu-card {
  background: var(--bs-secondary-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  margin-bottom: 2rem;
}
.category-menu-card .category-header {
  background-color: var(--bs-primary);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 1.15rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.category-menu-card .category-list-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-menu-card .category-list-items li {
  border-bottom: 1px solid var(--bs-border-color);
}
.category-menu-card .category-list-items li:last-child {
  border-bottom: none;
}
.category-menu-card .category-btn {
  width: 100%;
  text-align: left;
  border: none;
  background: transparent;
  padding: 0.9rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--bs-body-color);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
  text-decoration: none;
}
.category-menu-card .category-btn:hover {
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-primary);
}
.category-menu-card .category-btn.active {
  background-color: rgba(var(--bs-primary-rgb), 0.08);
  color: var(--bs-primary);
  font-weight: 700;
}

.archive-controls {
  background: var(--bs-secondary-bg);
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--bs-border-color);
  box-shadow: var(--shadow-sm);
}
.archive-controls .search-input-wrapper {
  position: relative;
  width: 100%;
}
.archive-controls .search-input-wrapper .search-icon {
  position: absolute;
  left: 1.15rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--bs-secondary-color);
  font-size: 1rem;
  pointer-events: none;
}
.archive-controls .search-input-wrapper .form-control {
  padding-left: 2.75rem;
  height: 48px;
  border-radius: var(--radius-md);
  background-color: var(--bs-tertiary-bg);
  border: 1px solid var(--bs-border-color);
  font-weight: 500;
  transition: all 0.2s ease;
}
.archive-controls .search-input-wrapper .form-control:focus {
  background-color: var(--bs-secondary-bg);
  border-color: rgba(var(--bs-primary-rgb), 0.5);
  box-shadow: 0 0 0 4px rgba(var(--bs-primary-rgb), 0.15);
}
.archive-controls .btn-filter {
  height: 48px;
  padding: 0 1.5rem;
  border-radius: var(--radius-md);
  font-weight: 600;
  font-size: 0.9rem;
  background-color: var(--bs-secondary-bg);
  border: 1px solid var(--bs-border-color);
  color: var(--bs-heading-color);
  transition: all 0.2s ease;
}
.archive-controls .btn-filter:hover, .archive-controls .btn-filter.active {
  border-color: var(--bs-primary);
  color: var(--bs-primary);
  background-color: rgba(var(--bs-primary-rgb), 0.04);
}

.filter-panel {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.filter-panel.active {
  max-height: 300px;
  opacity: 1;
  margin-bottom: 0.5rem;
}
.filter-panel .form-control, .filter-panel .form-select {
  height: 44px;
  border-radius: var(--radius-md);
  border: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  font-weight: 500;
  transition: all 0.2s ease;
}
.filter-panel .form-control:focus, .filter-panel .form-select:focus {
  background-color: var(--bs-secondary-bg);
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 3px rgba(var(--bs-primary-rgb), 0.1);
}
.filter-panel #applyFiltersBtn {
  background-color: var(--bs-secondary);
  border: 1px solid var(--bs-secondary);
  color: #ffffff;
  height: 44px;
  border-radius: var(--radius-md);
  transition: all 0.2s ease;
}
.filter-panel #applyFiltersBtn:hover {
  background-color: #c94f03;
  border-color: #c94f03;
  transform: translateY(-1px);
}
.filter-panel #resetFiltersBtn {
  background-color: transparent;
  border: 1px solid var(--bs-secondary);
  color: var(--bs-secondary);
  height: 44px;
  border-radius: var(--radius-md);
  transition: all 0.2s ease;
}
.filter-panel #resetFiltersBtn:hover {
  background-color: rgba(232, 93, 4, 0.05);
  transform: translateY(-1px);
}

.archive-item-card {
  background: var(--bs-secondary-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--radius-md);
  padding: 1.5rem 1.75rem;
  box-shadow: var(--shadow-sm);
  position: relative;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  border-left: 5px solid var(--bs-border-color);
}
.archive-item-card.border-yellow {
  border-left-color: #ffc107;
}
.archive-item-card.border-green {
  border-left-color: #28a745;
}
.archive-item-card.border-blue {
  border-left-color: #007bff;
}
.archive-item-card.border-orange {
  border-left-color: #fd7e14;
}
.archive-item-card.border-purple {
  border-left-color: #6f42c1;
}
.archive-item-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 0, 0, 0.12);
}
.archive-item-card .archive-card-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
}
.archive-item-card .archive-item-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--bs-heading-color);
  margin: 0;
  line-height: 1.4;
  flex-grow: 1;
}
.archive-item-card .archive-badge {
  font-size: 0.725rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-full);
  white-space: nowrap;
  display: inline-block;
}
.archive-item-card .archive-badge.badge-yellow {
  background-color: #fff9db;
  color: #f59f00;
}
.archive-item-card .archive-badge.badge-green {
  background-color: #e6fcf5;
  color: #0ca678;
}
.archive-item-card .archive-badge.badge-blue {
  background-color: #e7f5ff;
  color: #1c7ed6;
}
.archive-item-card .archive-badge.badge-orange {
  background-color: #fff4e6;
  color: #f76707;
}
.archive-item-card .archive-badge.badge-purple {
  background-color: #f3f0ff;
  color: #748ffc;
}
.archive-item-card .archive-item-desc {
  font-size: 0.95rem;
  color: var(--bs-body-color);
  line-height: 1.6;
  margin: 0.75rem 0 1rem 0;
}
.archive-item-card .archive-item-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.825rem;
  color: var(--bs-secondary-color);
  margin-bottom: 0.5rem;
}
.archive-item-card .archive-item-meta .meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.archive-item-card .archive-item-meta .meta-item i {
  font-size: 0.9rem;
}
.archive-item-card .archive-item-meta .meta-sep {
  color: var(--bs-border-color);
  font-weight: 300;
}
.archive-item-card .archive-card-footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--bs-border-color);
  padding-top: 1rem;
  margin-top: 0.75rem;
}
.archive-item-card .archive-item-time {
  font-size: 0.85rem;
  color: var(--bs-secondary-color);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.archive-item-card .arrow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: var(--radius-full);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-heading-color);
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.archive-item-card .arrow-icon:hover {
  background-color: var(--bs-primary);
  color: #ffffff;
  transform: translateX(3px);
}

[data-theme=high-contrast] .category-menu-card {
  border: 2px solid #ffffff !important;
  background-color: #000000 !important;
}
[data-theme=high-contrast] .category-menu-card .category-header {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-bottom: 2px solid #ffffff !important;
}
[data-theme=high-contrast] .category-menu-card .category-btn {
  color: #ffffff !important;
  border-bottom: 1px solid #ffffff;
}
[data-theme=high-contrast] .category-menu-card .category-btn:hover {
  background-color: #222222 !important;
  color: #fbbf24 !important;
}
[data-theme=high-contrast] .category-menu-card .category-btn.active {
  background-color: #ffffff !important;
  color: #000000 !important;
  font-weight: 800;
}
[data-theme=high-contrast] .archive-controls {
  border: 2px solid #ffffff !important;
  background-color: #000000 !important;
}
[data-theme=high-contrast] .archive-controls .form-control {
  background-color: #000000 !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}
[data-theme=high-contrast] .archive-controls .form-control:focus {
  border-color: #fbbf24 !important;
  box-shadow: 0 0 0 3px #fbbf24 !important;
}
[data-theme=high-contrast] .archive-controls .btn-filter {
  border: 2px solid #ffffff !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}
[data-theme=high-contrast] .archive-controls .btn-filter:hover, [data-theme=high-contrast] .archive-controls .btn-filter.active {
  background-color: #ffffff !important;
  color: #000000 !important;
}
[data-theme=high-contrast] .filter-panel .form-control, [data-theme=high-contrast] .filter-panel .form-select {
  background-color: #000000 !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}
[data-theme=high-contrast] .filter-panel #applyFiltersBtn {
  background-color: #ffffff !important;
  border: 2px solid #ffffff !important;
  color: #000000 !important;
  font-weight: 800;
}
[data-theme=high-contrast] .filter-panel #applyFiltersBtn:hover {
  background-color: #fbbf24 !important;
  border-color: #fbbf24 !important;
}
[data-theme=high-contrast] .filter-panel #resetFiltersBtn {
  background-color: #000000 !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}
[data-theme=high-contrast] .filter-panel #resetFiltersBtn:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
[data-theme=high-contrast] .archive-item-card {
  border: 2px solid #ffffff !important;
  border-left: 8px solid #ffffff !important;
  background-color: #000000 !important;
}
[data-theme=high-contrast] .archive-item-card.border-yellow {
  border-left-color: #fbbf24 !important;
}
[data-theme=high-contrast] .archive-item-card.border-green {
  border-left-color: #10b981 !important;
}
[data-theme=high-contrast] .archive-item-card.border-blue {
  border-left-color: #3b82f6 !important;
}
[data-theme=high-contrast] .archive-item-card.border-orange {
  border-left-color: #f97316 !important;
}
[data-theme=high-contrast] .archive-item-card.border-purple {
  border-left-color: #a855f7 !important;
}
[data-theme=high-contrast] .archive-item-card:hover {
  border-color: #fbbf24 !important;
}
[data-theme=high-contrast] .archive-item-card .archive-item-title {
  color: #ffffff !important;
}
[data-theme=high-contrast] .archive-item-card .archive-badge {
  background-color: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}
[data-theme=high-contrast] .archive-item-card .archive-item-desc {
  color: #dddddd !important;
}
[data-theme=high-contrast] .archive-item-card .archive-item-meta {
  color: #cccccc !important;
}
[data-theme=high-contrast] .archive-item-card .archive-item-meta .meta-sep {
  color: #ffffff !important;
}
[data-theme=high-contrast] .archive-item-card .archive-card-footer-row {
  border-top: 1px solid #ffffff !important;
}
[data-theme=high-contrast] .archive-item-card .archive-item-time {
  color: #cccccc !important;
}
[data-theme=high-contrast] .archive-item-card .arrow-icon {
  border: 1px solid #ffffff !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}
[data-theme=high-contrast] .archive-item-card .arrow-icon:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}

/* ============================================================
   UPSIC Portal — Tenders Page Stylesheet (SCSS Refactored)
   ============================================================ */
/* ── 1. Page Header / Hero ────────────────────────────────── */
/* ── 2. Filters Section ────────────────────────────────────── */
.tenders-filter-card {
  border-radius: var(--radius-lg);
  padding: 2rem;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 10;
  background: var(--glass-bg);
  border: var(--glass-border);
  box-shadow: var(--shadow-sleek);
}

.filter-card-header {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--bs-heading-color);
  border-bottom: 1px solid var(--bs-border-color);
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.filter-grid {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1.5fr 2fr;
  gap: 1.25rem;
  align-items: end;
}
@media (max-width: 991px) {
  .filter-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .filter-grid {
    grid-template-columns: 1fr;
  }
}

.filter-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.filter-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--bs-secondary-color);
}

.filter-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.filter-input-wrapper i {
  position: absolute;
  left: 1rem;
  color: var(--bs-secondary-color);
}

.filter-control {
  width: 100%;
  height: 48px;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--bs-border-color);
  background-color: var(--bs-secondary-bg);
  color: var(--bs-body-color);
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.2s ease;
}
.filter-control:focus {
  border-color: var(--bs-primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(var(--bs-primary-rgb), 0.1);
}
.filter-control.filter-control-search {
  padding-left: 2.5rem;
}

/* ── Custom Range Slider ─────────────────────────────────── */
.slider-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.slider-header-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slider-val-label {
  font-weight: 700;
  color: var(--bs-primary);
  font-size: 0.9rem;
}

.range-slider-wrapper {
  padding: 0.5rem 0;
}

.custom-range-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: var(--bs-border-color);
  outline: none;
  margin: 0;
}
.custom-range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--bs-primary);
  cursor: pointer;
  -webkit-transition: transform 0.1s ease, background-color 0.2s ease;
  transition: transform 0.1s ease, background-color 0.2s ease;
  border: 2px solid var(--bs-secondary-bg);
  box-shadow: var(--shadow-sm);
}
.custom-range-slider::-webkit-slider-thumb:hover {
  transform: scale(1.15);
  background: var(--bs-primary-dark);
}
.custom-range-slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--bs-primary);
  cursor: pointer;
  -moz-transition: transform 0.1s ease, background-color 0.2s ease;
  transition: transform 0.1s ease, background-color 0.2s ease;
  border: 2px solid var(--bs-secondary-bg);
  box-shadow: var(--shadow-sm);
}
.custom-range-slider::-moz-range-thumb:hover {
  transform: scale(1.15);
  background: var(--bs-primary-dark);
}

/* ── 3. Results Info Bar ──────────────────────────────────── */
.results-info-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  background-color: var(--bs-tertiary-bg);
  border-radius: var(--radius-md);
  margin-bottom: 2rem;
  border: 1px solid var(--bs-border-color);
}

.results-count {
  font-size: 0.9rem;
  color: var(--bs-body-color);
  margin-bottom: 0;
}

.results-sort-by {
  font-size: 0.9rem;
  color: var(--bs-secondary-color);
}

.sort-highlight {
  color: var(--bs-primary);
  font-weight: 700;
}

/* ── 4. Tender Cards Grid ─────────────────────────────────── */
.tender-card {
  padding: 1.25rem;
  border-radius: 20px;
  border: 1px solid #f1f5f9;
  background: #ffffff;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: var(--shadow-lg);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), border-color 0.3s ease;
}
.tender-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-sleek);
  border-color: #e2e8f0;
}

.tender-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dotted #e2e8f0;
  padding-bottom: 1rem;
  margin-bottom: 1.25rem;
}

.tender-ref-code {
  font-size: 0.7rem;
  font-weight: 600;
  color: #3b82f6;
  background-color: #ebf3fe;
  padding: 0.3rem 0.8rem;
  border-radius: 30px;
  letter-spacing: 0.01em;
  border: none;
}

.tender-due-date {
  font-size: 0.7rem;
  font-weight: 600;
  color: #d97706;
  background-color: #fff9e6;
  border: 1px solid #ffeeba;
  padding: 0.3rem 0.8rem;
  border-radius: 30px;
  letter-spacing: 0.01em;
}

.tender-authority {
  font-size: 0.76rem;
  color: #9ca3af;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.tender-authority i {
  color: #9ca3af;
  font-size: 0.9rem;
}

.tender-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  min-height: 2.8rem;
  color: #111827;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tender-desc {
  font-size: 0.8rem;
  line-height: 1.6;
  color: #6b7280;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tender-finance-grid {
  background-color: #f8fafc;
  border: 1px solid #f1f5f9;
  border-radius: 12px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.finance-column {
  display: flex;
  flex-direction: column;
}

.finance-separator {
  border-left: 1px solid #e2e8f0;
  height: 34px;
  margin: 0 1.25rem;
}

.finance-label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.tender-finance-grid .finance-column:first-child .finance-label {
  color: #0f766e;
  /* Soft Green-Teal for EST. VALUE */
}
.tender-finance-grid .finance-column:last-child .finance-label {
  color: #1f2937;
  /* Dark Slate for EARNEST MONEY */
}

.finance-value {
  font-size: 0.95rem;
  font-weight: 800;
}

.tender-finance-grid .finance-column:first-child .finance-value {
  color: #0f172a;
  /* Dark Charcoal for Est. Value amount */
}
.tender-finance-grid .finance-column:last-child .finance-value {
  color: #d97706;
  /* Warm Orange for Earnest Money amount */
}

.tender-tag-row {
  display: flex;
  margin-bottom: 1.25rem;
}

.tender-sector-tag {
  background-color: #f1f5f9;
  color: #334155 !important;
  border: none;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.7rem;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.tender-sector-tag i {
  color: #64748b;
}

.tender-actions-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid #f1f5f9;
}

.btn-tender-doc {
  background-color: #ffffff;
  border: 1.5px solid #fca5a5;
  color: #dc2626;
  font-weight: 600;
  border-radius: 6px;
  padding: 0.35rem 0.85rem;
  font-size: 0.75rem;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.btn-tender-doc:hover {
  background-color: #fef2f2;
  border-color: #ef4444;
  color: #b91c1c;
  transform: translateY(-1px);
}

.btn-apply {
  background-color: var(--bs-primary);
  border: 1.5px solid var(--bs-primary);
  color: #ffffff;
  font-weight: 700;
  padding: 0.35rem 1.25rem;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  min-width: 90px;
  text-align: center;
  font-size: 0.75rem;
}
.btn-apply:hover {
  background-color: var(--bs-primary-dark);
  border-color: var(--bs-primary-dark);
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(61, 35, 146, 0.2);
  transform: translateY(-1px);
}

/* ── 5. Empty State ───────────────────────────────────────── */
.tenders-empty-state {
  padding: 4rem 2rem;
  text-align: center;
  background: var(--glass-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--radius-lg);
  margin: 2rem 0;
}
.tenders-empty-state i {
  font-size: 3.5rem;
  color: var(--bs-secondary-color);
  margin-bottom: 1.5rem;
}
.tenders-empty-state h4 {
  font-weight: 700;
  color: var(--bs-heading-color);
  margin-bottom: 0.5rem;
}

/* ── 6. High Contrast Mode Overrides ──────────────────────── */
[data-theme=high-contrast] .tenders-filter-card,
[data-theme=high-contrast] .tender-card,
[data-theme=high-contrast] .tenders-empty-state {
  background-color: #000000 !important;
  border: 2px solid #ffffff !important;
  box-shadow: none !important;
}
[data-theme=high-contrast] .custom-range-slider {
  background: #ffffff;
}
[data-theme=high-contrast] .custom-range-slider::-webkit-slider-thumb {
  background: #fbbf24;
  border: 2px solid #000000;
}
[data-theme=high-contrast] .custom-range-slider::-moz-range-thumb {
  background: #fbbf24;
  border: 2px solid #000000;
}
[data-theme=high-contrast] .tender-ref-code {
  color: #fbbf24;
}
[data-theme=high-contrast] .tender-due-date {
  background-color: #000000;
  border: 1px solid #ff6b6b;
  color: #ff6b6b;
}
[data-theme=high-contrast] .tender-sector-tag {
  background-color: #000000;
  border: 1px solid #fbbf24;
  color: #fbbf24 !important;
}
[data-theme=high-contrast] .results-info-bar {
  background-color: #000000;
  border: 2px solid #ffffff;
}
[data-theme=high-contrast] .sort-highlight {
  color: #fbbf24;
}
[data-theme=high-contrast] .tender-finance-grid {
  background-color: #000000;
  border: 1px solid #ffffff;
}
[data-theme=high-contrast] .btn-apply {
  background-color: #08893c !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}
[data-theme=high-contrast] .btn-tender-doc {
  background-color: #000000 !important;
  border: 2px solid #ff6b6b !important;
  color: #ff6b6b !important;
}
[data-theme=high-contrast] .btn-tender-doc:hover {
  background-color: #ff6b6b !important;
  color: #000000 !important;
}/*# sourceMappingURL=main.css.map */