@charset "UTF-8";
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #FFFFFF;
  --bs-gray: #4B5563;
  --bs-gray-dark: #1F2937;
  --bs-gray-100: #F3F4F6;
  --bs-gray-200: #E5E7EB;
  --bs-gray-300: #D1D5DB;
  --bs-gray-400: #9CA3AF;
  --bs-gray-500: #6B7280;
  --bs-gray-600: #4B5563;
  --bs-gray-700: #374151;
  --bs-gray-800: #1F2937;
  --bs-gray-900: #111827;
  --bs-primary: #5B4EA8;
  --bs-secondary: #E8A838;
  --bs-success: #28a745;
  --bs-info: #17a2b8;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #F3F4F6;
  --bs-dark: #111827;
  --bs-primary-rgb: 91, 78, 168;
  --bs-secondary-rgb: 232, 168, 56;
  --bs-success-rgb: 40, 167, 69;
  --bs-info-rgb: 23, 162, 184;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 243, 244, 246;
  --bs-dark-rgb: 17, 24, 39;
  --bs-primary-text-emphasis: rgb(36.4, 31.2, 67.2);
  --bs-secondary-text-emphasis: rgb(92.8, 67.2, 22.4);
  --bs-success-text-emphasis: rgb(16, 66.8, 27.6);
  --bs-info-text-emphasis: rgb(9.2, 64.8, 73.6);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #374151;
  --bs-dark-text-emphasis: #374151;
  --bs-primary-bg-subtle: rgb(222.2, 219.6, 237.6);
  --bs-secondary-bg-subtle: rgb(250.4, 237.6, 215.2);
  --bs-success-bg-subtle: rgb(212, 237.4, 217.8);
  --bs-info-bg-subtle: rgb(208.6, 236.4, 240.8);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(249, 249.5, 250.5);
  --bs-dark-bg-subtle: #9CA3AF;
  --bs-primary-border-subtle: rgb(189.4, 184.2, 220.2);
  --bs-secondary-border-subtle: rgb(245.8, 220.2, 175.4);
  --bs-success-border-subtle: rgb(169, 219.8, 180.6);
  --bs-info-border-subtle: rgb(162.2, 217.8, 226.6);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #E5E7EB;
  --bs-dark-border-subtle: #6B7280;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "Tajawal", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.75;
  --bs-body-color: #1F2937;
  --bs-body-color-rgb: 31, 41, 55;
  --bs-body-bg: #F9FAFB;
  --bs-body-bg-rgb: 249, 250, 251;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(31, 41, 55, 0.75);
  --bs-secondary-color-rgb: 31, 41, 55;
  --bs-secondary-bg: #E5E7EB;
  --bs-secondary-bg-rgb: 229, 231, 235;
  --bs-tertiary-color: rgba(31, 41, 55, 0.5);
  --bs-tertiary-color-rgb: 31, 41, 55;
  --bs-tertiary-bg: #F3F4F6;
  --bs-tertiary-bg-rgb: 243, 244, 246;
  --bs-heading-color: #111827;
  --bs-link-color: #5B4EA8;
  --bs-link-color-rgb: 91, 78, 168;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(72.8, 62.4, 134.4);
  --bs-link-hover-color-rgb: 73, 62, 134;
  --bs-code-color: #d63384;
  --bs-highlight-color: #1F2937;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #E5E7EB;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.5rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.75rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(91, 78, 168, 0.25);
  --bs-form-valid-color: #28a745;
  --bs-form-valid-border-color: #28a745;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #D1D5DB;
  --bs-body-color-rgb: 209, 213, 219;
  --bs-body-bg: #111827;
  --bs-body-bg-rgb: 17, 24, 39;
  --bs-emphasis-color: #FFFFFF;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(209, 213, 219, 0.75);
  --bs-secondary-color-rgb: 209, 213, 219;
  --bs-secondary-bg: #1F2937;
  --bs-secondary-bg-rgb: 31, 41, 55;
  --bs-tertiary-color: rgba(209, 213, 219, 0.5);
  --bs-tertiary-color-rgb: 209, 213, 219;
  --bs-tertiary-bg: rgb(24, 32.5, 47);
  --bs-tertiary-bg-rgb: 24, 33, 47;
  --bs-primary-text-emphasis: rgb(156.6, 148.8, 202.8);
  --bs-secondary-text-emphasis: rgb(241.2, 202.8, 135.6);
  --bs-success-text-emphasis: rgb(126, 202.2, 143.4);
  --bs-info-text-emphasis: rgb(115.8, 199.2, 212.4);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #F3F4F6;
  --bs-dark-text-emphasis: #D1D5DB;
  --bs-primary-bg-subtle: rgb(18.2, 15.6, 33.6);
  --bs-secondary-bg-subtle: rgb(46.4, 33.6, 11.2);
  --bs-success-bg-subtle: rgb(8, 33.4, 13.8);
  --bs-info-bg-subtle: rgb(4.6, 32.4, 36.8);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #1F2937;
  --bs-dark-bg-subtle: rgb(15.5, 20.5, 27.5);
  --bs-primary-border-subtle: rgb(54.6, 46.8, 100.8);
  --bs-secondary-border-subtle: rgb(139.2, 100.8, 33.6);
  --bs-success-border-subtle: rgb(24, 100.2, 41.4);
  --bs-info-border-subtle: rgb(13.8, 97.2, 110.4);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #374151;
  --bs-dark-border-subtle: #1F2937;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(156.6, 148.8, 202.8);
  --bs-link-hover-color: rgb(176.28, 170.04, 213.24);
  --bs-link-color-rgb: 157, 149, 203;
  --bs-link-hover-color-rgb: 176, 170, 213;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #D1D5DB;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #374151;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Cairo", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-right: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-right: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: right;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: right;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: right;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-right: 0;
  list-style: none;
}

.list-inline {
  padding-right: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-left: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #4B5563;
}
.blockquote-footer::before {
  content: "— ";
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-right: 8.33333333%;
}

.offset-2 {
  margin-right: 16.66666667%;
}

.offset-3 {
  margin-right: 25%;
}

.offset-4 {
  margin-right: 33.33333333%;
}

.offset-5 {
  margin-right: 41.66666667%;
}

.offset-6 {
  margin-right: 50%;
}

.offset-7 {
  margin-right: 58.33333333%;
}

.offset-8 {
  margin-right: 66.66666667%;
}

.offset-9 {
  margin-right: 75%;
}

.offset-10 {
  margin-right: 83.33333333%;
}

.offset-11 {
  margin-right: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-right: 0;
  }
  .offset-sm-1 {
    margin-right: 8.33333333%;
  }
  .offset-sm-2 {
    margin-right: 16.66666667%;
  }
  .offset-sm-3 {
    margin-right: 25%;
  }
  .offset-sm-4 {
    margin-right: 33.33333333%;
  }
  .offset-sm-5 {
    margin-right: 41.66666667%;
  }
  .offset-sm-6 {
    margin-right: 50%;
  }
  .offset-sm-7 {
    margin-right: 58.33333333%;
  }
  .offset-sm-8 {
    margin-right: 66.66666667%;
  }
  .offset-sm-9 {
    margin-right: 75%;
  }
  .offset-sm-10 {
    margin-right: 83.33333333%;
  }
  .offset-sm-11 {
    margin-right: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-right: 0;
  }
  .offset-md-1 {
    margin-right: 8.33333333%;
  }
  .offset-md-2 {
    margin-right: 16.66666667%;
  }
  .offset-md-3 {
    margin-right: 25%;
  }
  .offset-md-4 {
    margin-right: 33.33333333%;
  }
  .offset-md-5 {
    margin-right: 41.66666667%;
  }
  .offset-md-6 {
    margin-right: 50%;
  }
  .offset-md-7 {
    margin-right: 58.33333333%;
  }
  .offset-md-8 {
    margin-right: 66.66666667%;
  }
  .offset-md-9 {
    margin-right: 75%;
  }
  .offset-md-10 {
    margin-right: 83.33333333%;
  }
  .offset-md-11 {
    margin-right: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-right: 0;
  }
  .offset-lg-1 {
    margin-right: 8.33333333%;
  }
  .offset-lg-2 {
    margin-right: 16.66666667%;
  }
  .offset-lg-3 {
    margin-right: 25%;
  }
  .offset-lg-4 {
    margin-right: 33.33333333%;
  }
  .offset-lg-5 {
    margin-right: 41.66666667%;
  }
  .offset-lg-6 {
    margin-right: 50%;
  }
  .offset-lg-7 {
    margin-right: 58.33333333%;
  }
  .offset-lg-8 {
    margin-right: 66.66666667%;
  }
  .offset-lg-9 {
    margin-right: 75%;
  }
  .offset-lg-10 {
    margin-right: 83.33333333%;
  }
  .offset-lg-11 {
    margin-right: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-right: 0;
  }
  .offset-xl-1 {
    margin-right: 8.33333333%;
  }
  .offset-xl-2 {
    margin-right: 16.66666667%;
  }
  .offset-xl-3 {
    margin-right: 25%;
  }
  .offset-xl-4 {
    margin-right: 33.33333333%;
  }
  .offset-xl-5 {
    margin-right: 41.66666667%;
  }
  .offset-xl-6 {
    margin-right: 50%;
  }
  .offset-xl-7 {
    margin-right: 58.33333333%;
  }
  .offset-xl-8 {
    margin-right: 66.66666667%;
  }
  .offset-xl-9 {
    margin-right: 75%;
  }
  .offset-xl-10 {
    margin-right: 83.33333333%;
  }
  .offset-xl-11 {
    margin-right: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-right: 0;
  }
  .offset-xxl-1 {
    margin-right: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-right: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-right: 25%;
  }
  .offset-xxl-4 {
    margin-right: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-right: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-right: 50%;
  }
  .offset-xxl-7 {
    margin-right: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-right: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-right: 75%;
  }
  .offset-xxl-10 {
    margin-right: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-right: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.75;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #5B4EA8;
  --bs-btn-border-color: #5B4EA8;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: rgb(77.35, 66.3, 142.8);
  --bs-btn-hover-border-color: rgb(72.8, 62.4, 134.4);
  --bs-btn-focus-shadow-rgb: 116, 105, 181;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: rgb(72.8, 62.4, 134.4);
  --bs-btn-active-border-color: rgb(68.25, 58.5, 126);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #5B4EA8;
  --bs-btn-disabled-border-color: #5B4EA8;
}

.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #E8A838;
  --bs-btn-border-color: #E8A838;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(235.45, 181.05, 85.85);
  --bs-btn-hover-border-color: rgb(234.3, 176.7, 75.9);
  --bs-btn-focus-shadow-rgb: 197, 143, 48;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(236.6, 185.4, 95.8);
  --bs-btn-active-border-color: rgb(234.3, 176.7, 75.9);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #E8A838;
  --bs-btn-disabled-border-color: #E8A838;
}

.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #28a745;
  --bs-btn-border-color: #28a745;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(72.25, 180.2, 96.9);
  --bs-btn-hover-border-color: rgb(61.5, 175.8, 87.6);
  --bs-btn-focus-shadow-rgb: 34, 142, 59;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(83, 184.6, 106.2);
  --bs-btn-active-border-color: rgb(61.5, 175.8, 87.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #28a745;
  --bs-btn-disabled-border-color: #28a745;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #17a2b8;
  --bs-btn-border-color: #17a2b8;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(57.8, 175.95, 194.65);
  --bs-btn-hover-border-color: rgb(46.2, 171.3, 191.1);
  --bs-btn-focus-shadow-rgb: 20, 138, 156;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(69.4, 180.6, 198.2);
  --bs-btn-active-border-color: rgb(46.2, 171.3, 191.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #17a2b8;
  --bs-btn-disabled-border-color: #17a2b8;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #F3F4F6;
  --bs-btn-border-color: #F3F4F6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(206.55, 207.4, 209.1);
  --bs-btn-hover-border-color: rgb(194.4, 195.2, 196.8);
  --bs-btn-focus-shadow-rgb: 207, 207, 209;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(194.4, 195.2, 196.8);
  --bs-btn-active-border-color: rgb(182.25, 183, 184.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F3F4F6;
  --bs-btn-disabled-border-color: #F3F4F6;
}

.btn-dark {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #111827;
  --bs-btn-border-color: #111827;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: rgb(52.7, 58.65, 71.4);
  --bs-btn-hover-border-color: rgb(40.8, 47.1, 60.6);
  --bs-btn-focus-shadow-rgb: 53, 59, 71;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: rgb(64.6, 70.2, 82.2);
  --bs-btn-active-border-color: rgb(40.8, 47.1, 60.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #111827;
  --bs-btn-disabled-border-color: #111827;
}

.btn-outline-primary {
  --bs-btn-color: #5B4EA8;
  --bs-btn-border-color: #5B4EA8;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #5B4EA8;
  --bs-btn-hover-border-color: #5B4EA8;
  --bs-btn-focus-shadow-rgb: 91, 78, 168;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #5B4EA8;
  --bs-btn-active-border-color: #5B4EA8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #5B4EA8;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #5B4EA8;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #E8A838;
  --bs-btn-border-color: #E8A838;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #E8A838;
  --bs-btn-hover-border-color: #E8A838;
  --bs-btn-focus-shadow-rgb: 232, 168, 56;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #E8A838;
  --bs-btn-active-border-color: #E8A838;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #E8A838;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #E8A838;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #28a745;
  --bs-btn-border-color: #28a745;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #28a745;
  --bs-btn-hover-border-color: #28a745;
  --bs-btn-focus-shadow-rgb: 40, 167, 69;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #28a745;
  --bs-btn-active-border-color: #28a745;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #28a745;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #28a745;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #17a2b8;
  --bs-btn-border-color: #17a2b8;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #17a2b8;
  --bs-btn-hover-border-color: #17a2b8;
  --bs-btn-focus-shadow-rgb: 23, 162, 184;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #17a2b8;
  --bs-btn-active-border-color: #17a2b8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #17a2b8;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #17a2b8;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #F3F4F6;
  --bs-btn-border-color: #F3F4F6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #F3F4F6;
  --bs-btn-hover-border-color: #F3F4F6;
  --bs-btn-focus-shadow-rgb: 243, 244, 246;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #F3F4F6;
  --bs-btn-active-border-color: #F3F4F6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #F3F4F6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #F3F4F6;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #111827;
  --bs-btn-border-color: #111827;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #111827;
  --bs-btn-hover-border-color: #111827;
  --bs-btn-focus-shadow-rgb: 17, 24, 39;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #111827;
  --bs-btn-active-border-color: #111827;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #111827;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #111827;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #4B5563;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 116, 105, 181;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-left: 0;
  margin-right: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-right-radius: var(--bs-card-inner-border-radius);
  border-top-left-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-right: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-right-radius: var(--bs-card-inner-border-radius);
  border-top-left-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-right: 0;
    border-right: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-top,
  .card-group > .card:not(:last-child) > .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-bottom,
  .card-group > .card:not(:last-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-top,
  .card-group > .card:not(:first-child) > .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-bottom,
  .card-group > .card:not(:first-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-right: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(91, 78, 168, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #FFFFFF;
  --bs-nav-pills-link-active-bg: #5B4EA8;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-left: 0;
  padding-right: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.28125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2831, 41, 55, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-left: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-right: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-left: var(--bs-navbar-nav-link-padding-x);
  padding-right: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #FFFFFF;
  --bs-navbar-brand-color: #FFFFFF;
  --bs-navbar-brand-hover-color: #FFFFFF;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-left: 0.3em solid transparent;
  border-bottom: 0;
  border-right: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-right: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #FFFFFF;
  --bs-dropdown-link-active-bg: #5B4EA8;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #4B5563;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: right;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  right: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  left: auto;
  right: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  left: 0;
  right: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-left: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-right: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-right: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  left: auto;
  right: 100%;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-left: 0;
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-right: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  left: 100%;
  right: auto;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-right: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #D1D5DB;
  --bs-dropdown-bg: #1F2937;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #D1D5DB;
  --bs-dropdown-link-hover-color: #FFFFFF;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #FFFFFF;
  --bs-dropdown-link-active-bg: #5B4EA8;
  --bs-dropdown-link-disabled-color: #6B7280;
  --bs-dropdown-header-color: #6B7280;
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.75;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(173, 166.5, 211.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(91, 78, 168, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.75em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.75;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-left: 0;
  padding-right: 0;
}

.form-control-sm {
  min-height: calc(1.75em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.75em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.75em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.75em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.75em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.75em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.75em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.75em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231F2937' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: left 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(173, 166.5, 211.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(91, 78, 168, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-left: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23D1D5DB' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.75rem;
  padding-right: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: right;
  margin-right: -1.5em;
}

.form-check-reverse {
  padding-left: 1.5em;
  padding-right: 0;
  text-align: left;
}
.form-check-reverse .form-check-input {
  float: left;
  margin-left: -1.5em;
  margin-right: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.375em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(173, 166.5, 211.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(91, 78, 168, 0.25);
}
.form-check-input:checked {
  background-color: #5B4EA8;
  border-color: #5B4EA8;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #5B4EA8;
  border-color: #5B4EA8;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-right: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-right: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: right center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28173, 166.5, 211.5%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: left center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-left: 2.5em;
  padding-right: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-left: -2.5em;
  margin-right: 0;
}

.form-check-inline {
  display: inline-block;
  margin-left: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #F9FAFB, 0 0 0 0.25rem rgba(91, 78, 168, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #F9FAFB, 0 0 0 0.25rem rgba(91, 78, 168, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #5B4EA8;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(205.8, 201.9, 228.9);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #5B4EA8;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(205.8, 201.9, 228.9);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 100% 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder), .form-floating > .form-control-plaintext:not(:-moz-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-right: 0.75rem;
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}
.form-floating > textarea:not(:-moz-placeholder) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #4B5563;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-left: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-right: calc(-1 * var(--bs-border-width));
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-left: calc(1.75em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left calc(0.4375em + 0.1875rem) center;
  background-size: calc(0.875em + 0.375rem) calc(0.875em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-left: calc(1.75em + 0.75rem);
  background-position: top calc(0.4375em + 0.1875rem) left calc(0.4375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-left: 4.125rem;
  background-position: left 0.75rem center, center left 2.25rem;
  background-size: 16px 12px, calc(0.875em + 0.375rem) calc(0.875em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.75em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-right: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-left: calc(1.75em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left calc(0.4375em + 0.1875rem) center;
  background-size: calc(0.875em + 0.375rem) calc(0.875em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-left: calc(1.75em + 0.75rem);
  background-position: top calc(0.4375em + 0.1875rem) left calc(0.4375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-left: 4.125rem;
  background-position: left 0.75rem center, center left 2.25rem;
  background-size: 16px 12px, calc(0.875em + 0.375rem) calc(0.875em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.75em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-right: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-left: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #FFFFFF;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #FFFFFF;
  --bs-list-group-active-bg: #5B4EA8;
  --bs-list-group-active-border-color: #5B4EA8;
  display: flex;
  flex-direction: column;
  padding-right: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-right-radius: var(--bs-list-group-border-radius);
  border-top-left-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-left-radius: var(--bs-list-group-border-radius);
  border-bottom-right-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-right-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-right: calc(-1 * var(--bs-list-group-border-width));
  border-right-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-right-radius: var(--bs-list-group-border-radius);
    border-top-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-left-radius: var(--bs-list-group-border-radius);
    border-bottom-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-right-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-right: calc(-1 * var(--bs-list-group-border-width));
    border-right-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-right-radius: var(--bs-list-group-border-radius);
    border-top-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-left-radius: var(--bs-list-group-border-radius);
    border-bottom-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-right-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-right: calc(-1 * var(--bs-list-group-border-width));
    border-right-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-right-radius: var(--bs-list-group-border-radius);
    border-top-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-left-radius: var(--bs-list-group-border-radius);
    border-bottom-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-right-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-right: calc(-1 * var(--bs-list-group-border-width));
    border-right-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-right-radius: var(--bs-list-group-border-radius);
    border-top-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-left-radius: var(--bs-list-group-border-radius);
    border-bottom-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-right-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-right: calc(-1 * var(--bs-list-group-border-width));
    border-right-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-right-radius: var(--bs-list-group-border-radius);
    border-top-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-left-radius: var(--bs-list-group-border-radius);
    border-bottom-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-right-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-right: calc(-1 * var(--bs-list-group-border-width));
    border-right-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(91, 78, 168, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.5rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.75;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    left: 0;
    right: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    left: 0;
    right: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    left: 0;
    right: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    left: 0;
    right: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    left: 0;
    right: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    left: 0;
    right: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    left: 0;
    right: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    left: 0;
    right: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    left: 0;
    right: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    left: 0;
    right: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  left: 0;
  right: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  left: 0;
  right: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%231F2937' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%2836.4, 31.2, 67.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(91, 78, 168, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: right;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-right: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-right-radius: var(--bs-accordion-border-radius);
  border-top-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-left-radius: var(--bs-accordion-border-radius);
  border-bottom-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-left-radius: var(--bs-accordion-border-radius);
  border-bottom-right-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28156.6, 148.8, 202.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28156.6, 148.8, 202.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #FFFFFF !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #000 !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #000 !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #FFFFFF !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #FFFFFF !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(73, 62, 134, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(73, 62, 134, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(237, 185, 96, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(237, 185, 96, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(83, 185, 106, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(83, 185, 106, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(69, 181, 198, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(69, 181, 198, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(245, 246, 248, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(245, 246, 248, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(14, 19, 31, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(14, 19, 31, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(-0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: right !important;
}

.float-end {
  float: left !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  right: 0 !important;
}

.start-50 {
  right: 50% !important;
}

.start-100 {
  right: 100% !important;
}

.end-0 {
  left: 0 !important;
}

.end-50 {
  left: 50% !important;
}

.end-100 {
  left: 100% !important;
}

.translate-middle {
  transform: translate(50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-left: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-right: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-left: 0 !important;
}

.me-1 {
  margin-left: 0.25rem !important;
}

.me-2 {
  margin-left: 0.5rem !important;
}

.me-3 {
  margin-left: 1rem !important;
}

.me-4 {
  margin-left: 1.5rem !important;
}

.me-5 {
  margin-left: 3rem !important;
}

.me-auto {
  margin-left: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-right: 0 !important;
}

.ms-1 {
  margin-right: 0.25rem !important;
}

.ms-2 {
  margin-right: 0.5rem !important;
}

.ms-3 {
  margin-right: 1rem !important;
}

.ms-4 {
  margin-right: 1.5rem !important;
}

.ms-5 {
  margin-right: 3rem !important;
}

.ms-auto {
  margin-right: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-left: 0 !important;
}

.pe-1 {
  padding-left: 0.25rem !important;
}

.pe-2 {
  padding-left: 0.5rem !important;
}

.pe-3 {
  padding-left: 1rem !important;
}

.pe-4 {
  padding-left: 1.5rem !important;
}

.pe-5 {
  padding-left: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-right: 0 !important;
}

.ps-1 {
  padding-right: 0.25rem !important;
}

.ps-2 {
  padding-right: 0.5rem !important;
}

.ps-3 {
  padding-right: 1rem !important;
}

.ps-4 {
  padding-right: 1.5rem !important;
}

.ps-5 {
  padding-right: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.75 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: right !important;
}

.text-end {
  text-align: left !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-top-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-right-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-top-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-end-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-end-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-left-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-right-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

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

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: right !important;
  }
  .float-sm-end {
    float: left !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-left: 0 !important;
  }
  .me-sm-1 {
    margin-left: 0.25rem !important;
  }
  .me-sm-2 {
    margin-left: 0.5rem !important;
  }
  .me-sm-3 {
    margin-left: 1rem !important;
  }
  .me-sm-4 {
    margin-left: 1.5rem !important;
  }
  .me-sm-5 {
    margin-left: 3rem !important;
  }
  .me-sm-auto {
    margin-left: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-right: 0 !important;
  }
  .ms-sm-1 {
    margin-right: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-right: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-right: 1rem !important;
  }
  .ms-sm-4 {
    margin-right: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-right: 3rem !important;
  }
  .ms-sm-auto {
    margin-right: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-left: 0 !important;
  }
  .pe-sm-1 {
    padding-left: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-left: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-left: 1rem !important;
  }
  .pe-sm-4 {
    padding-left: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-left: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-right: 0 !important;
  }
  .ps-sm-1 {
    padding-right: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-right: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-right: 1rem !important;
  }
  .ps-sm-4 {
    padding-right: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-right: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: right !important;
  }
  .text-sm-end {
    text-align: left !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: right !important;
  }
  .float-md-end {
    float: left !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-left: 0 !important;
  }
  .me-md-1 {
    margin-left: 0.25rem !important;
  }
  .me-md-2 {
    margin-left: 0.5rem !important;
  }
  .me-md-3 {
    margin-left: 1rem !important;
  }
  .me-md-4 {
    margin-left: 1.5rem !important;
  }
  .me-md-5 {
    margin-left: 3rem !important;
  }
  .me-md-auto {
    margin-left: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-right: 0 !important;
  }
  .ms-md-1 {
    margin-right: 0.25rem !important;
  }
  .ms-md-2 {
    margin-right: 0.5rem !important;
  }
  .ms-md-3 {
    margin-right: 1rem !important;
  }
  .ms-md-4 {
    margin-right: 1.5rem !important;
  }
  .ms-md-5 {
    margin-right: 3rem !important;
  }
  .ms-md-auto {
    margin-right: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-left: 0 !important;
  }
  .pe-md-1 {
    padding-left: 0.25rem !important;
  }
  .pe-md-2 {
    padding-left: 0.5rem !important;
  }
  .pe-md-3 {
    padding-left: 1rem !important;
  }
  .pe-md-4 {
    padding-left: 1.5rem !important;
  }
  .pe-md-5 {
    padding-left: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-right: 0 !important;
  }
  .ps-md-1 {
    padding-right: 0.25rem !important;
  }
  .ps-md-2 {
    padding-right: 0.5rem !important;
  }
  .ps-md-3 {
    padding-right: 1rem !important;
  }
  .ps-md-4 {
    padding-right: 1.5rem !important;
  }
  .ps-md-5 {
    padding-right: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: right !important;
  }
  .text-md-end {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: right !important;
  }
  .float-lg-end {
    float: left !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-left: 0 !important;
  }
  .me-lg-1 {
    margin-left: 0.25rem !important;
  }
  .me-lg-2 {
    margin-left: 0.5rem !important;
  }
  .me-lg-3 {
    margin-left: 1rem !important;
  }
  .me-lg-4 {
    margin-left: 1.5rem !important;
  }
  .me-lg-5 {
    margin-left: 3rem !important;
  }
  .me-lg-auto {
    margin-left: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-right: 0 !important;
  }
  .ms-lg-1 {
    margin-right: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-right: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-right: 1rem !important;
  }
  .ms-lg-4 {
    margin-right: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-right: 3rem !important;
  }
  .ms-lg-auto {
    margin-right: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-left: 0 !important;
  }
  .pe-lg-1 {
    padding-left: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-left: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-left: 1rem !important;
  }
  .pe-lg-4 {
    padding-left: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-left: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-right: 0 !important;
  }
  .ps-lg-1 {
    padding-right: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-right: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-right: 1rem !important;
  }
  .ps-lg-4 {
    padding-right: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-right: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: right !important;
  }
  .text-lg-end {
    text-align: left !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: right !important;
  }
  .float-xl-end {
    float: left !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-left: 0 !important;
  }
  .me-xl-1 {
    margin-left: 0.25rem !important;
  }
  .me-xl-2 {
    margin-left: 0.5rem !important;
  }
  .me-xl-3 {
    margin-left: 1rem !important;
  }
  .me-xl-4 {
    margin-left: 1.5rem !important;
  }
  .me-xl-5 {
    margin-left: 3rem !important;
  }
  .me-xl-auto {
    margin-left: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-right: 0 !important;
  }
  .ms-xl-1 {
    margin-right: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-right: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-right: 1rem !important;
  }
  .ms-xl-4 {
    margin-right: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-right: 3rem !important;
  }
  .ms-xl-auto {
    margin-right: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-left: 0 !important;
  }
  .pe-xl-1 {
    padding-left: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-left: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-left: 1rem !important;
  }
  .pe-xl-4 {
    padding-left: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-left: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-right: 0 !important;
  }
  .ps-xl-1 {
    padding-right: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-right: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-right: 1rem !important;
  }
  .ps-xl-4 {
    padding-right: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-right: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: right !important;
  }
  .text-xl-end {
    text-align: left !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: right !important;
  }
  .float-xxl-end {
    float: left !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-left: 0 !important;
  }
  .me-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-left: 1rem !important;
  }
  .me-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-left: 3rem !important;
  }
  .me-xxl-auto {
    margin-left: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-right: 0 !important;
  }
  .ms-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-right: 1rem !important;
  }
  .ms-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-right: 3rem !important;
  }
  .ms-xxl-auto {
    margin-right: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-left: 0 !important;
  }
  .pe-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-left: 1rem !important;
  }
  .pe-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-left: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-right: 0 !important;
  }
  .ps-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-right: 1rem !important;
  }
  .ps-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-right: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: right !important;
  }
  .text-xxl-end {
    text-align: left !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
html {
  direction: ltr;
  scroll-behavior: smooth;
}

body {
  font-family: "Tajawal", sans-serif;
  background: #F9FAFB;
  color: #1F2937;
  min-height: 100vh;
  line-height: 1.75;
}

.skip-link {
  position: absolute;
  top: -100px;
  right: 50%;
  transform: translateX(50%);
  z-index: 10000;
  padding: 0.75rem 1.5rem;
  background: #5B4EA8;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 0.5rem;
  font-weight: 600;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: top 0.2s ease-in-out;
}
.skip-link:focus {
  top: 1rem;
  outline: 3px solid #E8A838;
  outline-offset: 2px;
}

*:focus-visible {
  outline: 3px solid #5B4EA8;
  outline-offset: 3px;
}

*:focus:not(:focus-visible) {
  outline: none;
}

@media (prefers-contrast: high) {
  *:focus-visible {
    outline: 4px solid currentColor;
    outline-offset: 4px;
  }
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
}

a {
  color: #5B4EA8;
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover {
  color: #483D8B;
}

.main-content {
  min-height: calc(100vh - 160px);
}

.page-wrapper {
  display: flex;
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media (max-width: 992px) {
  .page-wrapper {
    flex-direction: column;
  }
}

.content-area {
  flex: 1;
  min-width: 0;
}

.sidebar {
  width: 300px;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .sidebar {
    width: 100%;
  }
}

.sidebar-ad-placeholder {
  background: #F3F4F6;
  border: 2px dashed #D1D5DB;
  border-radius: 0.5rem;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9CA3AF;
  font-size: 0.875rem;
}

.banner-ad-placeholder {
  background: #F3F4F6;
  border: 2px dashed #D1D5DB;
  border-radius: 0.5rem;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9CA3AF;
  font-size: 0.875rem;
  margin: 2rem 0;
}

.navbar-magazine {
  background: #FFFFFF;
  border-bottom: 1px solid #E5E7EB;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  will-change: background-color, box-shadow;
}
.navbar-magazine.navbar-scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.navbar-magazine .navbar-brand {
  font-family: "Cairo", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #5B4EA8;
  padding: 1rem 0;
}
.navbar-magazine .navbar-brand:hover {
  color: #483D8B;
}
.navbar-magazine .nav-link {
  color: #374151;
  font-weight: 500;
  padding: 1.25rem 1rem;
  border-bottom: 3px solid transparent;
  transition: all 0.2s ease;
}
.navbar-magazine .nav-link:hover {
  color: #5B4EA8;
  background: #F9FAFB;
}
.navbar-magazine .nav-link.active {
  color: #5B4EA8;
  border-bottom-color: #5B4EA8;
}
.navbar-magazine .navbar-toggler {
  border: 1px solid #D1D5DB;
  padding: 0.5rem 0.75rem;
}
.navbar-magazine .navbar-toggler:focus {
  box-shadow: none;
}

.top-bar {
  background: #1F2937;
  color: #FFFFFF;
  padding: 0.5rem 0;
  font-size: 0.875rem;
}
.top-bar a {
  color: rgba(255, 255, 255, 0.8);
}
.top-bar a:hover {
  color: #FFFFFF;
}

.section {
  padding: 3rem 0;
  background: #FFFFFF;
  border-bottom: 1px solid #E5E7EB;
}
.section:nth-child(even) {
  background: #F9FAFB;
}
.section:last-child {
  border-bottom: none;
}

.section-header {
  text-align: center;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E5E7EB;
}

.section-title {
  font-size: 1.75rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 0.5rem;
}
.section-title i {
  color: #E8A838;
  margin-right: 0.5rem;
}

.section-subtitle {
  color: #6B7280;
  font-size: 1rem;
  margin: 0;
}

.card-magazine, .horoscope-preview-card, .traits-card, .content-card, .info-card, .matches-card, .related-card, .sidebar-card, .glass-card, .history-item, .faq-accordion .faq-item, .celebrity-card, .love-calculator, .compatibility-item, .horoscope-section, .dream-tag, .calculator-widget, .quote-card, .element-card, .match-card, .lucky-card, .energy-card, .zodiac-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  overflow: hidden;
}
.card-magazine:hover, .horoscope-preview-card:hover, .traits-card:hover, .content-card:hover, .info-card:hover, .matches-card:hover, .related-card:hover, .sidebar-card:hover, .glass-card:hover, .history-item:hover, .faq-accordion .faq-item:hover, .celebrity-card:hover, .love-calculator:hover, .compatibility-item:hover, .horoscope-section:hover, .dream-tag:hover, .calculator-widget:hover, .quote-card:hover, .element-card:hover, .match-card:hover, .lucky-card:hover, .energy-card:hover, .zodiac-card:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

.card-magazine-body {
  padding: 1.5rem;
}

.card-magazine-header {
  padding: 1rem 1.5rem;
  background: #F9FAFB;
  border-bottom: 1px solid #E5E7EB;
}

.zodiac-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .zodiac-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .zodiac-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .zodiac-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

.zodiac-card {
  text-align: center;
  padding: 1.5rem 1rem;
  text-decoration: none;
  color: inherit;
  display: block;
}
.zodiac-card:hover {
  color: inherit;
}
.zodiac-card:hover .zodiac-symbol {
  color: #5B4EA8;
}

.zodiac-icon {
  display: block;
  transition: all 0.3s ease;
  -o-object-fit: contain;
     object-fit: contain;
}
.zodiac-icon.zodiac-icon-sm {
  width: 32px;
  height: 32px;
}
.zodiac-icon.zodiac-icon-md {
  width: 48px;
  height: 48px;
}
.zodiac-icon.zodiac-icon-lg {
  width: 64px;
  height: 64px;
}
.zodiac-icon.zodiac-icon-xl {
  width: 80px;
  height: 80px;
}

.zodiac-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 3px solid #D1D5DB;
  transition: all 0.3s ease;
  margin: 0 auto 1rem;
}
.zodiac-icon-wrapper.wrapper-sm {
  width: 48px;
  height: 48px;
  border-width: 2px;
}
.zodiac-icon-wrapper.wrapper-md {
  width: 72px;
  height: 72px;
}
.zodiac-icon-wrapper.wrapper-lg {
  width: 96px;
  height: 96px;
  border-width: 4px;
}
.zodiac-icon-wrapper.wrapper-xl {
  width: 120px;
  height: 120px;
  border-width: 4px;
}
.zodiac-icon-wrapper.sign-aries {
  border-color: #E53935;
  background: linear-gradient(-135deg, rgba(229, 57, 53, 0.08) 0%, rgba(229, 57, 53, 0.15) 100%);
  box-shadow: 0 4px 20px rgba(229, 57, 53, 0.2);
}
.zodiac-icon-wrapper.sign-taurus {
  border-color: #43A047;
  background: linear-gradient(-135deg, rgba(67, 160, 71, 0.08) 0%, rgba(67, 160, 71, 0.15) 100%);
  box-shadow: 0 4px 20px rgba(67, 160, 71, 0.2);
}
.zodiac-icon-wrapper.sign-gemini {
  border-color: #FFB300;
  background: linear-gradient(-135deg, rgba(255, 179, 0, 0.08) 0%, rgba(255, 179, 0, 0.15) 100%);
  box-shadow: 0 4px 20px rgba(255, 179, 0, 0.2);
}
.zodiac-icon-wrapper.sign-cancer {
  border-color: #78909C;
  background: linear-gradient(-135deg, rgba(120, 144, 156, 0.08) 0%, rgba(120, 144, 156, 0.15) 100%);
  box-shadow: 0 4px 20px rgba(120, 144, 156, 0.2);
}
.zodiac-icon-wrapper.sign-leo {
  border-color: #FF8F00;
  background: linear-gradient(-135deg, rgba(255, 143, 0, 0.08) 0%, rgba(255, 143, 0, 0.15) 100%);
  box-shadow: 0 4px 20px rgba(255, 143, 0, 0.2);
}
.zodiac-icon-wrapper.sign-virgo {
  border-color: #6D4C41;
  background: linear-gradient(-135deg, rgba(109, 76, 65, 0.08) 0%, rgba(109, 76, 65, 0.15) 100%);
  box-shadow: 0 4px 20px rgba(109, 76, 65, 0.2);
}
.zodiac-icon-wrapper.sign-libra {
  border-color: #EC407A;
  background: linear-gradient(-135deg, rgba(236, 64, 122, 0.08) 0%, rgba(236, 64, 122, 0.15) 100%);
  box-shadow: 0 4px 20px rgba(236, 64, 122, 0.2);
}
.zodiac-icon-wrapper.sign-scorpio {
  border-color: #8E24AA;
  background: linear-gradient(-135deg, rgba(142, 36, 170, 0.08) 0%, rgba(142, 36, 170, 0.15) 100%);
  box-shadow: 0 4px 20px rgba(142, 36, 170, 0.2);
}
.zodiac-icon-wrapper.sign-sagittarius {
  border-color: #5E35B1;
  background: linear-gradient(-135deg, rgba(94, 53, 177, 0.08) 0%, rgba(94, 53, 177, 0.15) 100%);
  box-shadow: 0 4px 20px rgba(94, 53, 177, 0.2);
}
.zodiac-icon-wrapper.sign-capricorn {
  border-color: #455A64;
  background: linear-gradient(-135deg, rgba(69, 90, 100, 0.08) 0%, rgba(69, 90, 100, 0.15) 100%);
  box-shadow: 0 4px 20px rgba(69, 90, 100, 0.2);
}
.zodiac-icon-wrapper.sign-aquarius {
  border-color: #039BE5;
  background: linear-gradient(-135deg, rgba(3, 155, 229, 0.08) 0%, rgba(3, 155, 229, 0.15) 100%);
  box-shadow: 0 4px 20px rgba(3, 155, 229, 0.2);
}
.zodiac-icon-wrapper.sign-pisces {
  border-color: #00ACC1;
  background: linear-gradient(-135deg, rgba(0, 172, 193, 0.08) 0%, rgba(0, 172, 193, 0.15) 100%);
  box-shadow: 0 4px 20px rgba(0, 172, 193, 0.2);
}

.zodiac-card:hover .zodiac-icon-wrapper {
  transform: scale(1.08);
}
.zodiac-card:hover .zodiac-icon-wrapper.sign-aries {
  box-shadow: 0 8px 30px rgba(229, 57, 53, 0.35);
}
.zodiac-card:hover .zodiac-icon-wrapper.sign-taurus {
  box-shadow: 0 8px 30px rgba(67, 160, 71, 0.35);
}
.zodiac-card:hover .zodiac-icon-wrapper.sign-gemini {
  box-shadow: 0 8px 30px rgba(255, 179, 0, 0.35);
}
.zodiac-card:hover .zodiac-icon-wrapper.sign-cancer {
  box-shadow: 0 8px 30px rgba(120, 144, 156, 0.35);
}
.zodiac-card:hover .zodiac-icon-wrapper.sign-leo {
  box-shadow: 0 8px 30px rgba(255, 143, 0, 0.35);
}
.zodiac-card:hover .zodiac-icon-wrapper.sign-virgo {
  box-shadow: 0 8px 30px rgba(109, 76, 65, 0.35);
}
.zodiac-card:hover .zodiac-icon-wrapper.sign-libra {
  box-shadow: 0 8px 30px rgba(236, 64, 122, 0.35);
}
.zodiac-card:hover .zodiac-icon-wrapper.sign-scorpio {
  box-shadow: 0 8px 30px rgba(142, 36, 170, 0.35);
}
.zodiac-card:hover .zodiac-icon-wrapper.sign-sagittarius {
  box-shadow: 0 8px 30px rgba(94, 53, 177, 0.35);
}
.zodiac-card:hover .zodiac-icon-wrapper.sign-capricorn {
  box-shadow: 0 8px 30px rgba(69, 90, 100, 0.35);
}
.zodiac-card:hover .zodiac-icon-wrapper.sign-aquarius {
  box-shadow: 0 8px 30px rgba(3, 155, 229, 0.35);
}
.zodiac-card:hover .zodiac-icon-wrapper.sign-pisces {
  box-shadow: 0 8px 30px rgba(0, 172, 193, 0.35);
}

.zodiac-icon-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  border: 4px solid #5B4EA8;
  margin-bottom: 1.5rem;
}
.zodiac-icon-hero .zodiac-icon {
  width: 64px;
  height: 64px;
}
.zodiac-icon-hero.sign-aries {
  border-color: #E53935;
  background: linear-gradient(-135deg, rgba(229, 57, 53, 0.05) 0%, rgba(229, 57, 53, 0.12) 100%);
  box-shadow: 0 8px 40px rgba(229, 57, 53, 0.25);
}
.zodiac-icon-hero.sign-taurus {
  border-color: #43A047;
  background: linear-gradient(-135deg, rgba(67, 160, 71, 0.05) 0%, rgba(67, 160, 71, 0.12) 100%);
  box-shadow: 0 8px 40px rgba(67, 160, 71, 0.25);
}
.zodiac-icon-hero.sign-gemini {
  border-color: #FFB300;
  background: linear-gradient(-135deg, rgba(255, 179, 0, 0.05) 0%, rgba(255, 179, 0, 0.12) 100%);
  box-shadow: 0 8px 40px rgba(255, 179, 0, 0.25);
}
.zodiac-icon-hero.sign-cancer {
  border-color: #78909C;
  background: linear-gradient(-135deg, rgba(120, 144, 156, 0.05) 0%, rgba(120, 144, 156, 0.12) 100%);
  box-shadow: 0 8px 40px rgba(120, 144, 156, 0.25);
}
.zodiac-icon-hero.sign-leo {
  border-color: #FF8F00;
  background: linear-gradient(-135deg, rgba(255, 143, 0, 0.05) 0%, rgba(255, 143, 0, 0.12) 100%);
  box-shadow: 0 8px 40px rgba(255, 143, 0, 0.25);
}
.zodiac-icon-hero.sign-virgo {
  border-color: #6D4C41;
  background: linear-gradient(-135deg, rgba(109, 76, 65, 0.05) 0%, rgba(109, 76, 65, 0.12) 100%);
  box-shadow: 0 8px 40px rgba(109, 76, 65, 0.25);
}
.zodiac-icon-hero.sign-libra {
  border-color: #EC407A;
  background: linear-gradient(-135deg, rgba(236, 64, 122, 0.05) 0%, rgba(236, 64, 122, 0.12) 100%);
  box-shadow: 0 8px 40px rgba(236, 64, 122, 0.25);
}
.zodiac-icon-hero.sign-scorpio {
  border-color: #8E24AA;
  background: linear-gradient(-135deg, rgba(142, 36, 170, 0.05) 0%, rgba(142, 36, 170, 0.12) 100%);
  box-shadow: 0 8px 40px rgba(142, 36, 170, 0.25);
}
.zodiac-icon-hero.sign-sagittarius {
  border-color: #5E35B1;
  background: linear-gradient(-135deg, rgba(94, 53, 177, 0.05) 0%, rgba(94, 53, 177, 0.12) 100%);
  box-shadow: 0 8px 40px rgba(94, 53, 177, 0.25);
}
.zodiac-icon-hero.sign-capricorn {
  border-color: #455A64;
  background: linear-gradient(-135deg, rgba(69, 90, 100, 0.05) 0%, rgba(69, 90, 100, 0.12) 100%);
  box-shadow: 0 8px 40px rgba(69, 90, 100, 0.25);
}
.zodiac-icon-hero.sign-aquarius {
  border-color: #039BE5;
  background: linear-gradient(-135deg, rgba(3, 155, 229, 0.05) 0%, rgba(3, 155, 229, 0.12) 100%);
  box-shadow: 0 8px 40px rgba(3, 155, 229, 0.25);
}
.zodiac-icon-hero.sign-pisces {
  border-color: #00ACC1;
  background: linear-gradient(-135deg, rgba(0, 172, 193, 0.05) 0%, rgba(0, 172, 193, 0.12) 100%);
  box-shadow: 0 8px 40px rgba(0, 172, 193, 0.25);
}

.lucky-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border: 3px solid #D1D5DB;
  flex-shrink: 0;
}
.lucky-icon-wrapper .zodiac-icon {
  width: 32px;
  height: 32px;
}
.lucky-icon-wrapper.sign-aries {
  border-color: #E53935;
  background: linear-gradient(-135deg, rgba(229, 57, 53, 0.08) 0%, rgba(229, 57, 53, 0.15) 100%);
  box-shadow: 0 4px 15px rgba(229, 57, 53, 0.2);
}
.lucky-icon-wrapper.sign-taurus {
  border-color: #43A047;
  background: linear-gradient(-135deg, rgba(67, 160, 71, 0.08) 0%, rgba(67, 160, 71, 0.15) 100%);
  box-shadow: 0 4px 15px rgba(67, 160, 71, 0.2);
}
.lucky-icon-wrapper.sign-gemini {
  border-color: #FFB300;
  background: linear-gradient(-135deg, rgba(255, 179, 0, 0.08) 0%, rgba(255, 179, 0, 0.15) 100%);
  box-shadow: 0 4px 15px rgba(255, 179, 0, 0.2);
}
.lucky-icon-wrapper.sign-cancer {
  border-color: #78909C;
  background: linear-gradient(-135deg, rgba(120, 144, 156, 0.08) 0%, rgba(120, 144, 156, 0.15) 100%);
  box-shadow: 0 4px 15px rgba(120, 144, 156, 0.2);
}
.lucky-icon-wrapper.sign-leo {
  border-color: #FF8F00;
  background: linear-gradient(-135deg, rgba(255, 143, 0, 0.08) 0%, rgba(255, 143, 0, 0.15) 100%);
  box-shadow: 0 4px 15px rgba(255, 143, 0, 0.2);
}
.lucky-icon-wrapper.sign-virgo {
  border-color: #6D4C41;
  background: linear-gradient(-135deg, rgba(109, 76, 65, 0.08) 0%, rgba(109, 76, 65, 0.15) 100%);
  box-shadow: 0 4px 15px rgba(109, 76, 65, 0.2);
}
.lucky-icon-wrapper.sign-libra {
  border-color: #EC407A;
  background: linear-gradient(-135deg, rgba(236, 64, 122, 0.08) 0%, rgba(236, 64, 122, 0.15) 100%);
  box-shadow: 0 4px 15px rgba(236, 64, 122, 0.2);
}
.lucky-icon-wrapper.sign-scorpio {
  border-color: #8E24AA;
  background: linear-gradient(-135deg, rgba(142, 36, 170, 0.08) 0%, rgba(142, 36, 170, 0.15) 100%);
  box-shadow: 0 4px 15px rgba(142, 36, 170, 0.2);
}
.lucky-icon-wrapper.sign-sagittarius {
  border-color: #5E35B1;
  background: linear-gradient(-135deg, rgba(94, 53, 177, 0.08) 0%, rgba(94, 53, 177, 0.15) 100%);
  box-shadow: 0 4px 15px rgba(94, 53, 177, 0.2);
}
.lucky-icon-wrapper.sign-capricorn {
  border-color: #455A64;
  background: linear-gradient(-135deg, rgba(69, 90, 100, 0.08) 0%, rgba(69, 90, 100, 0.15) 100%);
  box-shadow: 0 4px 15px rgba(69, 90, 100, 0.2);
}
.lucky-icon-wrapper.sign-aquarius {
  border-color: #039BE5;
  background: linear-gradient(-135deg, rgba(3, 155, 229, 0.08) 0%, rgba(3, 155, 229, 0.15) 100%);
  box-shadow: 0 4px 15px rgba(3, 155, 229, 0.2);
}
.lucky-icon-wrapper.sign-pisces {
  border-color: #00ACC1;
  background: linear-gradient(-135deg, rgba(0, 172, 193, 0.08) 0%, rgba(0, 172, 193, 0.15) 100%);
  box-shadow: 0 4px 15px rgba(0, 172, 193, 0.2);
}

.match-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 2px solid #D1D5DB;
}
.match-icon-wrapper .zodiac-icon {
  width: 32px;
  height: 32px;
}
.match-icon-wrapper.sign-aries {
  border-color: #E53935;
  background: linear-gradient(-135deg, rgba(229, 57, 53, 0.05) 0%, rgba(229, 57, 53, 0.1) 100%);
}
.match-icon-wrapper.sign-taurus {
  border-color: #43A047;
  background: linear-gradient(-135deg, rgba(67, 160, 71, 0.05) 0%, rgba(67, 160, 71, 0.1) 100%);
}
.match-icon-wrapper.sign-gemini {
  border-color: #FFB300;
  background: linear-gradient(-135deg, rgba(255, 179, 0, 0.05) 0%, rgba(255, 179, 0, 0.1) 100%);
}
.match-icon-wrapper.sign-cancer {
  border-color: #78909C;
  background: linear-gradient(-135deg, rgba(120, 144, 156, 0.05) 0%, rgba(120, 144, 156, 0.1) 100%);
}
.match-icon-wrapper.sign-leo {
  border-color: #FF8F00;
  background: linear-gradient(-135deg, rgba(255, 143, 0, 0.05) 0%, rgba(255, 143, 0, 0.1) 100%);
}
.match-icon-wrapper.sign-virgo {
  border-color: #6D4C41;
  background: linear-gradient(-135deg, rgba(109, 76, 65, 0.05) 0%, rgba(109, 76, 65, 0.1) 100%);
}
.match-icon-wrapper.sign-libra {
  border-color: #EC407A;
  background: linear-gradient(-135deg, rgba(236, 64, 122, 0.05) 0%, rgba(236, 64, 122, 0.1) 100%);
}
.match-icon-wrapper.sign-scorpio {
  border-color: #8E24AA;
  background: linear-gradient(-135deg, rgba(142, 36, 170, 0.05) 0%, rgba(142, 36, 170, 0.1) 100%);
}
.match-icon-wrapper.sign-sagittarius {
  border-color: #5E35B1;
  background: linear-gradient(-135deg, rgba(94, 53, 177, 0.05) 0%, rgba(94, 53, 177, 0.1) 100%);
}
.match-icon-wrapper.sign-capricorn {
  border-color: #455A64;
  background: linear-gradient(-135deg, rgba(69, 90, 100, 0.05) 0%, rgba(69, 90, 100, 0.1) 100%);
}
.match-icon-wrapper.sign-aquarius {
  border-color: #039BE5;
  background: linear-gradient(-135deg, rgba(3, 155, 229, 0.05) 0%, rgba(3, 155, 229, 0.1) 100%);
}
.match-icon-wrapper.sign-pisces {
  border-color: #00ACC1;
  background: linear-gradient(-135deg, rgba(0, 172, 193, 0.05) 0%, rgba(0, 172, 193, 0.1) 100%);
}

.zodiac-symbol, .zodiac-card-symbol, .lucky-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(-135deg, #F3F4F6 0%, #E5E7EB 100%);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.zodiac-symbol, .zodiac-card-symbol {
  width: 70px;
  height: 70px;
  margin: 0 auto 1rem;
  font-size: 2rem;
}
.zodiac-symbol.element-fire, .zodiac-card-symbol.element-fire {
  background: linear-gradient(-135deg, #FEE2E2 0%, #FECACA 100%);
  color: #DC2626;
}
.zodiac-symbol.element-earth, .zodiac-card-symbol.element-earth {
  background: linear-gradient(-135deg, #D1FAE5 0%, #A7F3D0 100%);
  color: #059669;
}
.zodiac-symbol.element-air, .zodiac-card-symbol.element-air {
  background: linear-gradient(-135deg, #DBEAFE 0%, #BFDBFE 100%);
  color: #2563EB;
}
.zodiac-symbol.element-water, .zodiac-card-symbol.element-water {
  background: linear-gradient(-135deg, #E0E7FF 0%, #C7D2FE 100%);
  color: #4F46E5;
}

.lucky-symbol {
  width: 60px;
  height: 60px;
  font-size: 1.75rem;
  flex-shrink: 0;
}
.lucky-symbol.element-fire {
  background: linear-gradient(-135deg, #FEE2E2 0%, #FECACA 100%);
  color: #DC2626;
}
.lucky-symbol.element-earth {
  background: linear-gradient(-135deg, #D1FAE5 0%, #A7F3D0 100%);
  color: #059669;
}
.lucky-symbol.element-air {
  background: linear-gradient(-135deg, #DBEAFE 0%, #BFDBFE 100%);
  color: #2563EB;
}
.lucky-symbol.element-water {
  background: linear-gradient(-135deg, #E0E7FF 0%, #C7D2FE 100%);
  color: #4F46E5;
}

.zodiac-card:hover .zodiac-symbol,
.zodiac-card:hover .zodiac-card-symbol {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.zodiac-symbol-large {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin-bottom: 1.5rem;
  font-size: 3rem;
  border-radius: 50%;
  background: linear-gradient(-135deg, #5B4EA8 0%, #483D8B 100%);
  color: #FFFFFF;
  box-shadow: 0 8px 30px rgba(91, 78, 168, 0.3);
}

.sign-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 2px solid #D1D5DB;
  flex-shrink: 0;
}
.sign-icon-wrapper .zodiac-icon {
  width: 28px;
  height: 28px;
}
.sign-icon-wrapper.sign-aries {
  border-color: #E53935;
  background: linear-gradient(-135deg, rgba(229, 57, 53, 0.08) 0%, rgba(229, 57, 53, 0.15) 100%);
}
.sign-icon-wrapper.sign-taurus {
  border-color: #43A047;
  background: linear-gradient(-135deg, rgba(67, 160, 71, 0.08) 0%, rgba(67, 160, 71, 0.15) 100%);
}
.sign-icon-wrapper.sign-gemini {
  border-color: #FFB300;
  background: linear-gradient(-135deg, rgba(255, 179, 0, 0.08) 0%, rgba(255, 179, 0, 0.15) 100%);
}
.sign-icon-wrapper.sign-cancer {
  border-color: #78909C;
  background: linear-gradient(-135deg, rgba(120, 144, 156, 0.08) 0%, rgba(120, 144, 156, 0.15) 100%);
}
.sign-icon-wrapper.sign-leo {
  border-color: #FF8F00;
  background: linear-gradient(-135deg, rgba(255, 143, 0, 0.08) 0%, rgba(255, 143, 0, 0.15) 100%);
}
.sign-icon-wrapper.sign-virgo {
  border-color: #6D4C41;
  background: linear-gradient(-135deg, rgba(109, 76, 65, 0.08) 0%, rgba(109, 76, 65, 0.15) 100%);
}
.sign-icon-wrapper.sign-libra {
  border-color: #EC407A;
  background: linear-gradient(-135deg, rgba(236, 64, 122, 0.08) 0%, rgba(236, 64, 122, 0.15) 100%);
}
.sign-icon-wrapper.sign-scorpio {
  border-color: #8E24AA;
  background: linear-gradient(-135deg, rgba(142, 36, 170, 0.08) 0%, rgba(142, 36, 170, 0.15) 100%);
}
.sign-icon-wrapper.sign-sagittarius {
  border-color: #5E35B1;
  background: linear-gradient(-135deg, rgba(94, 53, 177, 0.08) 0%, rgba(94, 53, 177, 0.15) 100%);
}
.sign-icon-wrapper.sign-capricorn {
  border-color: #455A64;
  background: linear-gradient(-135deg, rgba(69, 90, 100, 0.08) 0%, rgba(69, 90, 100, 0.15) 100%);
}
.sign-icon-wrapper.sign-aquarius {
  border-color: #039BE5;
  background: linear-gradient(-135deg, rgba(3, 155, 229, 0.08) 0%, rgba(3, 155, 229, 0.15) 100%);
}
.sign-icon-wrapper.sign-pisces {
  border-color: #00ACC1;
  background: linear-gradient(-135deg, rgba(0, 172, 193, 0.08) 0%, rgba(0, 172, 193, 0.15) 100%);
}

.sign-select-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  color: #1F2937;
  transition: all 0.3s ease;
}
.sign-select-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  color: #5B4EA8;
}
.sign-select-card:hover .sign-icon-wrapper {
  border-color: #5B4EA8;
}
.sign-select-card .sign-icon-wrapper {
  width: 56px;
  height: 56px;
  margin-bottom: 0.5rem;
}
.sign-select-card .sign-icon-wrapper .zodiac-icon {
  width: 36px;
  height: 36px;
}
.sign-select-card .sign-name {
  font-size: 0.85rem;
  font-weight: 600;
}

.zodiac-name {
  font-family: "Cairo", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 0.25rem;
}

.zodiac-dates {
  font-size: 0.8rem;
  color: #6B7280;
  margin-bottom: 0.5rem;
}

.zodiac-element {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 500;
}
.zodiac-element.element-fire {
  background: #FEE2E2;
  color: #DC2626;
}
.zodiac-element.element-earth {
  background: #D1FAE5;
  color: #059669;
}
.zodiac-element.element-air {
  background: #DBEAFE;
  color: #2563EB;
}
.zodiac-element.element-water {
  background: #E0E7FF;
  color: #4F46E5;
}

.zodiac-energy-bar {
  height: 4px;
  background: #E5E7EB;
  border-radius: 2px;
  margin-top: 0.75rem;
  overflow: hidden;
}
.zodiac-energy-bar .energy-fill {
  height: 100%;
  background: #5B4EA8;
  border-radius: 2px;
}

.hero-magazine {
  background: #FFFFFF;
  padding: 3rem 0;
  border-bottom: 1px solid #E5E7EB;
}

.hero-content {
  max-width: 600px;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }
}

.hero-subtitle {
  font-size: 1.125rem;
  color: #4B5563;
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

.hero-date {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #F3F4F6;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  color: #374151;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
.hero-date i {
  color: #E8A838;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.energy-card {
  padding: 2rem;
}

.energy-meter-container {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto;
}

.energy-meter-svg {
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
}
.energy-meter-svg .energy-bg {
  fill: none;
  stroke: #E5E7EB;
  stroke-width: 10;
}
.energy-meter-svg .energy-fill {
  fill: none;
  stroke-width: 10;
  stroke-linecap: round;
}
.energy-meter-svg .energy-fill.energy-high {
  stroke: #10B981;
}
.energy-meter-svg .energy-fill.energy-medium {
  stroke: #E8A838;
}
.energy-meter-svg .energy-fill.energy-low {
  stroke: #EF4444;
}

.energy-value {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  font-family: "Cairo", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #111827;
}

.energy-title {
  font-family: "Cairo", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.75rem;
}

.energy-description {
  color: #4B5563;
  line-height: 1.8;
  font-size: 0.95rem;
}

.lucky-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .lucky-grid {
    grid-template-columns: 1fr;
  }
}

.lucky-card {
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.lucky-card.lucky-first {
  border: 2px solid #E8A838;
  background: #FFFBEB;
}

.lucky-rank {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #5B4EA8;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  flex-shrink: 0;
}
.lucky-first .lucky-rank {
  background: #E8A838;
}

.lucky-info {
  flex: 1;
  min-width: 0;
}

.lucky-name {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #111827;
  margin-bottom: 0.25rem;
}

.lucky-preview {
  font-size: 0.875rem;
  color: #4B5563;
  line-height: 1.6;
  margin: 0;
}

.lucky-symbol {
  font-size: 2rem;
  flex-shrink: 0;
}

.lucky-energy {
  height: 4px;
  background: #E5E7EB;
  border-radius: 2px;
  margin-top: 0.5rem;
  overflow: hidden;
}
.lucky-energy .energy-bar {
  height: 100%;
  background: #5B4EA8;
  border-radius: 2px;
}
.lucky-first .lucky-energy .energy-bar {
  background: #E8A838;
}

.matches-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .matches-grid {
    grid-template-columns: 1fr;
  }
}

.match-card {
  padding: 1.5rem;
  text-align: center;
}

.match-signs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.match-symbol {
  font-size: 2.25rem;
}

.match-heart {
  color: #EC4899;
  font-size: 1.25rem;
}

.match-names {
  font-family: "Cairo", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #1F2937;
  margin-bottom: 1rem;
}

.score-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #5B4EA8;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin: 0 auto 1rem;
}

.match-score {
  margin-bottom: 1rem;
}

.elements-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .elements-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .elements-grid {
    grid-template-columns: 1fr;
  }
}

.element-card {
  padding: 1.5rem;
  text-align: center;
}
.element-card.element-fire {
  border-top: 3px solid #EF4444;
}
.element-card.element-earth {
  border-top: 3px solid #10B981;
}
.element-card.element-air {
  border-top: 3px solid #3B82F6;
}
.element-card.element-water {
  border-top: 3px solid #6366F1;
}

.element-icon {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}

.element-name {
  font-family: "Cairo", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
}

.element-traits {
  color: #4B5563;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.element-signs {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.element-sign {
  padding: 0.25rem 0.75rem;
  background: #F3F4F6;
  border-radius: 50px;
  font-size: 0.8rem;
  color: #374151;
  text-decoration: none;
}
.element-sign:hover {
  background: #E5E7EB;
  color: #111827;
}

.quote-card {
  padding: 2.5rem;
  text-align: center;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.quote-icon {
  font-size: 3rem;
  color: #E5E7EB;
  margin-bottom: 1rem;
}

.quote-text {
  font-size: 1.5rem;
  color: #1F2937;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.quote-author {
  color: #4B5563;
  font-family: "Cairo", sans-serif;
  font-weight: 600;
}

.quote-category {
  display: inline-block;
  background: #5B4EA8;
  color: #FFFFFF;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
  font-size: 0.75rem;
  margin-top: 1rem;
}

.calculator-widget {
  padding: 2rem;
  max-width: 500px;
  margin: 0 auto;
}

.calculator-title {
  font-family: "Cairo", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
  text-align: center;
  margin-bottom: 1.5rem;
}

.heart-icon {
  font-size: 2rem;
  color: #EC4899;
}

.dream-search-form {
  max-width: 600px;
  margin: 0 auto;
}

.dream-tags-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.75rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .dream-tags-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .dream-tags-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.dream-tag {
  padding: 0.75rem 1rem;
  text-align: center;
  font-size: 0.875rem;
  color: #374151;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
}
.dream-tag i {
  color: #9CA3AF;
}
.dream-tag:hover {
  color: #5B4EA8;
  border-color: #5B4EA8;
}
.dream-tag:hover i {
  color: #5B4EA8;
}

.form-control {
  background: #FFFFFF;
  border: 1px solid #D1D5DB;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  color: #1F2937;
}
.form-control::-moz-placeholder {
  color: #9CA3AF;
}
.form-control::placeholder {
  color: #9CA3AF;
}
.form-control:focus {
  border-color: #5B4EA8;
  box-shadow: 0 0 0 3px rgba(91, 78, 168, 0.1);
}

.form-floating label {
  color: #6B7280;
}
.form-floating .form-control:not(:-moz-placeholder) ~ label {
  color: #5B4EA8;
}
.form-floating .form-control:focus ~ label,
.form-floating .form-control:not(:placeholder-shown) ~ label {
  color: #5B4EA8;
}

.input-group-lg .form-control {
  padding: 0.875rem 1rem;
}

.btn {
  font-family: "Cairo", sans-serif;
  font-weight: 600;
  border-radius: 0.5rem;
  padding: 0.625rem 1.25rem;
  transition: all 0.2s ease;
}

.btn-primary {
  background: #5B4EA8;
  border-color: #5B4EA8;
}
.btn-primary:hover {
  background: #483D8B;
  border-color: #483D8B;
}

.btn-outline-primary {
  color: #5B4EA8;
  border-color: #5B4EA8;
}
.btn-outline-primary:hover {
  background: #5B4EA8;
  border-color: #5B4EA8;
}

.btn-danger {
  background: #EC4899;
  border-color: #EC4899;
}
.btn-danger:hover {
  background: #DB2777;
  border-color: #DB2777;
}

.btn-outline-light {
  color: #374151;
  border-color: #D1D5DB;
}
.btn-outline-light:hover {
  background: #F3F4F6;
  border-color: #9CA3AF;
  color: #111827;
}

.btn-lg {
  padding: 0.875rem 1.75rem;
  font-size: 1rem;
}

.footer-magazine {
  background: #1F2937;
  color: rgba(255, 255, 255, 0.8);
  padding: 3rem 0 1.5rem;
}

.footer-logo {
  font-family: "Cairo", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

.footer-desc {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.footer-title {
  font-family: "Cairo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 0.5rem;
}
.footer-links li a {
  color: rgba(255, 255, 255, 0.6);
}
.footer-links li a:hover {
  color: #FFFFFF;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.875rem;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 576px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

.powered-by {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.75rem;
  text-decoration: none;
  transition: color 0.2s ease;
}
.powered-by:hover {
  color: rgba(255, 255, 255, 0.95);
}
.powered-by img {
  height: 28px;
  width: auto;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.powered-by:hover img {
  opacity: 1;
}

.disclaimer {
  background: rgba(255, 193, 7, 0.15);
  border: 1px solid rgba(255, 193, 7, 0.4);
  border-radius: 0.5rem;
  padding: 1rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1.5rem;
}

.mobile-bottom-nav {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #FFFFFF;
  border-top: 1px solid #E5E7EB;
  padding: 0.5rem;
  z-index: 1000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .mobile-bottom-nav {
    display: flex;
    justify-content: space-around;
  }
}
.mobile-bottom-nav .nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
  color: #6B7280;
  font-size: 0.7rem;
  text-decoration: none;
}
.mobile-bottom-nav .nav-item .nav-icon {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}
.mobile-bottom-nav .nav-item:hover, .mobile-bottom-nav .nav-item.active {
  color: #5B4EA8;
}

.breadcrumb-magazine {
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.breadcrumb-magazine .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
}
.breadcrumb-magazine .breadcrumb .breadcrumb-item {
  color: #6B7280;
}
.breadcrumb-magazine .breadcrumb .breadcrumb-item::before {
  content: "/";
  color: #9CA3AF;
  padding: 0 0.5rem;
}
.breadcrumb-magazine .breadcrumb .breadcrumb-item:first-child::before {
  display: none;
}
.breadcrumb-magazine .breadcrumb .breadcrumb-item a {
  color: #4B5563;
}
.breadcrumb-magazine .breadcrumb .breadcrumb-item a:hover {
  color: #5B4EA8;
}
.breadcrumb-magazine .breadcrumb .breadcrumb-item.active {
  color: #1F2937;
}

.text-primary {
  color: #5B4EA8 !important;
}

.text-secondary {
  color: #E8A838 !important;
}

.text-muted {
  color: #6B7280 !important;
}

.bg-white {
  background: #FFFFFF !important;
}

.bg-light {
  background: #F9FAFB !important;
}

.border-bottom {
  border-bottom: 1px solid #E5E7EB !important;
}

.border-top {
  border-top: 1px solid #E5E7EB !important;
}

.shadow-sm {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}

.shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06) !important;
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.mb-section {
  margin-bottom: 3rem;
}

.py-section {
  padding: 3rem 0;
}

@media (max-width: 768px) {
  body {
    padding-bottom: 70px;
  }
  .section {
    padding: 2rem 0;
  }
  .section-title {
    font-size: 1.5rem;
  }
  .hero-title {
    font-size: 1.75rem;
  }
  .hero-subtitle {
    font-size: 1rem;
  }
  .quote-text {
    font-size: 1.25rem;
  }
}
.horoscope-section {
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.horoscope-section .section-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #E5E7EB;
  text-align: left;
  font-size: 1.1rem;
}
.horoscope-section .section-title .section-icon {
  color: #E8A838;
}
.horoscope-section .section-title h3, .horoscope-section .section-title .h3 {
  font-size: 1.1rem;
  margin: 0;
  color: #111827;
}
.horoscope-section .section-content {
  color: #374151;
  line-height: 1.9;
  font-size: 1rem;
}

.compatibility-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .compatibility-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .compatibility-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.compatibility-item {
  padding: 1rem;
  text-align: center;
}
.compatibility-item .compat-icon {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.compatibility-item .compat-name {
  font-size: 0.875rem;
  color: #374151;
  margin-bottom: 0.5rem;
}
.compatibility-item .compat-percentage {
  font-family: "Cairo", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}
.compatibility-item .compat-percentage.high {
  color: #10B981;
}
.compatibility-item .compat-percentage.medium {
  color: #E8A838;
}
.compatibility-item .compat-percentage.low {
  color: #EF4444;
}

.love-calculator {
  padding: 2rem;
}
.love-calculator .calculator-header {
  text-align: center;
  margin-bottom: 2rem;
}
.love-calculator .name-input {
  background: #FFFFFF;
  border: 1px solid #D1D5DB;
  border-radius: 0.5rem;
  padding: 1rem;
  color: #1F2937;
  font-size: 1rem;
  width: 100%;
  text-align: center;
}
.love-calculator .name-input:focus {
  border-color: #5B4EA8;
  box-shadow: 0 0 0 3px rgba(91, 78, 168, 0.1);
  outline: none;
}
.love-calculator .calculate-btn {
  background: #5B4EA8;
  border: none;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  color: #FFFFFF;
  font-family: "Cairo", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
}
.love-calculator .calculate-btn:hover {
  background: #483D8B;
}
.love-calculator .result-display {
  text-align: center;
  padding: 2rem;
}
.love-calculator .result-display .percentage {
  font-family: "Cairo", sans-serif;
  font-size: 4rem;
  font-weight: 800;
  color: #5B4EA8;
}
.love-calculator .result-display .message {
  font-size: 1.125rem;
  margin-top: 1rem;
  color: #374151;
}

.traits-list .trait-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #F9FAFB;
  border-radius: 0.5rem;
}
.traits-list .trait-item .trait-icon {
  font-size: 1.25rem;
  color: #E8A838;
  min-width: 30px;
}
.traits-list .trait-item .trait-content .trait-title {
  font-weight: 600;
  color: #1F2937;
  margin-bottom: 0.25rem;
}
.traits-list .trait-item .trait-content .trait-desc {
  font-size: 0.9rem;
  color: #4B5563;
}
.traits-list.positive .trait-icon {
  color: #10B981;
}
.traits-list.negative .trait-icon {
  color: #EF4444;
}

.celebrity-card {
  padding: 1rem;
  text-align: center;
}
.celebrity-card .celebrity-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #5B4EA8;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.75rem;
  font-size: 1.5rem;
}
.celebrity-card .celebrity-name {
  font-weight: 600;
  font-size: 0.95rem;
  color: #1F2937;
  margin-bottom: 0.25rem;
}
.celebrity-card .celebrity-field {
  font-size: 0.8rem;
  color: #6B7280;
}

.faq-accordion .faq-item {
  margin-bottom: 1rem;
  overflow: hidden;
}
.faq-accordion .faq-item .faq-question {
  padding: 1.25rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: #1F2937;
  background: #FFFFFF;
}
.faq-accordion .faq-item .faq-question .faq-icon {
  transition: transform 0.2s ease;
  color: #9CA3AF;
}
.faq-accordion .faq-item .faq-question:hover {
  background: #F9FAFB;
}
.faq-accordion .faq-item .faq-question.active .faq-icon {
  transform: rotate(-180deg);
}
.faq-accordion .faq-item .faq-answer {
  padding: 0 1.25rem;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease;
}
.faq-accordion .faq-item .faq-answer.show {
  padding: 0 1.25rem 1.25rem;
  max-height: 500px;
}
.faq-accordion .faq-item .faq-answer p {
  color: #4B5563;
  line-height: 1.8;
}

.lucky-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #F3F4F6;
  border-radius: 50px;
  margin: 0.25rem;
  font-size: 0.9rem;
  color: #374151;
}
.lucky-item .lucky-icon {
  font-size: 1.1rem;
}

.lucky-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #5B4EA8;
  color: #FFFFFF;
  border-radius: 50%;
  font-family: "Cairo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin: 0.25rem;
}

.lucky-color {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #F3F4F6;
  border-radius: 50px;
  margin: 0.25rem;
  font-size: 0.9rem;
}
.lucky-color .color-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  box-shadow: 0 0 0 1px #D1D5DB;
}

.history-item {
  padding: 1.25rem;
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
}
.history-item .history-year {
  font-family: "Cairo", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #5B4EA8;
  min-width: 70px;
}
.history-item .history-content {
  flex: 1;
}
.history-item .history-content .history-title {
  font-weight: 600;
  color: #1F2937;
  margin-bottom: 0.25rem;
}
.history-item .history-content .history-desc {
  font-size: 0.9rem;
  color: #4B5563;
}

.stars-container,
.stars-background,
#stars, #stars2, #stars3 {
  display: none;
}

.horoscope-header {
  position: relative;
  padding: 2rem 0 0;
  background: #111827;
  overflow: hidden;
}
.horoscope-header.sign-aries {
  background: linear-gradient(-135deg, rgb(136.8815789474, 20.3289473684, 17.6184210526) 0%, rgb(91.6973684211, 13.6184210526, 11.8026315789) 100%);
}
.horoscope-header.sign-aries .header-bg {
  background: radial-gradient(circle at 30% 50%, rgba(229, 57, 53, 0.3) 0%, transparent 50%), radial-gradient(circle at 70% 80%, rgba(229, 57, 53, 0.2) 0%, transparent 40%);
}
.horoscope-header.sign-aries .sign-icon-circle {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
}
.horoscope-header.sign-aries .stat-bar-fill {
  background: #E53935;
}
.horoscope-header.sign-aries .tab-item.active {
  background: #E53935;
}
.horoscope-header.sign-taurus {
  background: linear-gradient(-135deg, rgb(29.3678414097, 70.1321585903, 31.1211453744) 0%, rgb(14.3149779736, 34.1850220264, 15.1696035242) 100%);
}
.horoscope-header.sign-taurus .header-bg {
  background: radial-gradient(circle at 30% 50%, rgba(67, 160, 71, 0.3) 0%, transparent 50%), radial-gradient(circle at 70% 80%, rgba(67, 160, 71, 0.2) 0%, transparent 40%);
}
.horoscope-header.sign-taurus .sign-icon-circle {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
}
.horoscope-header.sign-taurus .stat-bar-fill {
  background: #43A047;
}
.horoscope-header.sign-taurus .tab-item.active {
  background: #43A047;
}
.horoscope-header.sign-gemini {
  background: linear-gradient(-135deg, rgb(127.5, 89.5, 0) 0%, rgb(76.5, 53.7, 0) 100%);
}
.horoscope-header.sign-gemini .header-bg {
  background: radial-gradient(circle at 30% 50%, rgba(255, 179, 0, 0.3) 0%, transparent 50%), radial-gradient(circle at 70% 80%, rgba(255, 179, 0, 0.2) 0%, transparent 40%);
}
.horoscope-header.sign-gemini .sign-icon-circle {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
}
.horoscope-header.sign-gemini .stat-bar-fill {
  background: #FFB300;
}
.horoscope-header.sign-gemini .tab-item.active {
  background: #FFB300;
}
.horoscope-header.sign-cancer {
  background: linear-gradient(-135deg, rgb(62.8269230769, 78.0576923077, 85.6730769231) 0%, rgb(41.25, 51.25, 56.25) 100%);
}
.horoscope-header.sign-cancer .header-bg {
  background: radial-gradient(circle at 30% 50%, rgba(120, 144, 156, 0.3) 0%, transparent 50%), radial-gradient(circle at 70% 80%, rgba(120, 144, 156, 0.2) 0%, transparent 40%);
}
.horoscope-header.sign-cancer .sign-icon-circle {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
}
.horoscope-header.sign-cancer .stat-bar-fill {
  background: #78909C;
}
.horoscope-header.sign-cancer .tab-item.active {
  background: #78909C;
}
.horoscope-header.sign-leo {
  background: linear-gradient(-135deg, rgb(127.5, 71.5, 0) 0%, rgb(76.5, 42.9, 0) 100%);
}
.horoscope-header.sign-leo .header-bg {
  background: radial-gradient(circle at 30% 50%, rgba(255, 143, 0, 0.3) 0%, transparent 50%), radial-gradient(circle at 70% 80%, rgba(255, 143, 0, 0.2) 0%, transparent 40%);
}
.horoscope-header.sign-leo .sign-icon-circle {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
}
.horoscope-header.sign-leo .stat-bar-fill {
  background: #FF8F00;
}
.horoscope-header.sign-leo .tab-item.active {
  background: #FF8F00;
}
.horoscope-header.sign-virgo {
  background: linear-gradient(-135deg, rgb(29.1293103448, 20.3103448276, 17.3706896552) 0%, black 100%);
}
.horoscope-header.sign-virgo .header-bg {
  background: radial-gradient(circle at 30% 50%, rgba(109, 76, 65, 0.3) 0%, transparent 50%), radial-gradient(circle at 70% 80%, rgba(109, 76, 65, 0.2) 0%, transparent 40%);
}
.horoscope-header.sign-virgo .sign-icon-circle {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
}
.horoscope-header.sign-virgo .stat-bar-fill {
  background: #6D4C41;
}
.horoscope-header.sign-virgo .tab-item.active {
  background: #6D4C41;
}
.horoscope-header.sign-libra {
  background: linear-gradient(-135deg, rgb(156.8928571429, 15.6071428571, 63.25) 0%, rgb(110.5071428571, 10.9928571429, 44.55) 100%);
}
.horoscope-header.sign-libra .header-bg {
  background: radial-gradient(circle at 30% 50%, rgba(236, 64, 122, 0.3) 0%, transparent 50%), radial-gradient(circle at 70% 80%, rgba(236, 64, 122, 0.2) 0%, transparent 40%);
}
.horoscope-header.sign-libra .sign-icon-circle {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
}
.horoscope-header.sign-libra .stat-bar-fill {
  background: #EC407A;
}
.horoscope-header.sign-libra .tab-item.active {
  background: #EC407A;
}
.horoscope-header.sign-scorpio {
  background: linear-gradient(-135deg, rgb(54.1116504854, 13.7184466019, 64.7815533981) 0%, rgb(18.9563106796, 4.8058252427, 22.6941747573) 100%);
}
.horoscope-header.sign-scorpio .header-bg {
  background: radial-gradient(circle at 30% 50%, rgba(142, 36, 170, 0.3) 0%, transparent 50%), radial-gradient(circle at 70% 80%, rgba(142, 36, 170, 0.2) 0%, transparent 40%);
}
.horoscope-header.sign-scorpio .sign-icon-circle {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
}
.horoscope-header.sign-scorpio .stat-bar-fill {
  background: #8E24AA;
}
.horoscope-header.sign-scorpio .tab-item.active {
  background: #8E24AA;
}
.horoscope-header.sign-sagittarius {
  background: linear-gradient(-135deg, rgb(41.8913043478, 23.6195652174, 78.8804347826) 0%, rgb(21.047826087, 11.8673913043, 39.6326086957) 100%);
}
.horoscope-header.sign-sagittarius .header-bg {
  background: radial-gradient(circle at 30% 50%, rgba(94, 53, 177, 0.3) 0%, transparent 50%), radial-gradient(circle at 70% 80%, rgba(94, 53, 177, 0.2) 0%, transparent 40%);
}
.horoscope-header.sign-sagittarius .sign-icon-circle {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
}
.horoscope-header.sign-sagittarius .stat-bar-fill {
  background: #5E35B1;
}
.horoscope-header.sign-sagittarius .tab-item.active {
  background: #5E35B1;
}
.horoscope-header.sign-capricorn {
  background: linear-gradient(-135deg, rgb(16.9437869822, 22.100591716, 24.5562130178) 0%, black 100%);
}
.horoscope-header.sign-capricorn .header-bg {
  background: radial-gradient(circle at 30% 50%, rgba(69, 90, 100, 0.3) 0%, transparent 50%), radial-gradient(circle at 70% 80%, rgba(69, 90, 100, 0.2) 0%, transparent 40%);
}
.horoscope-header.sign-capricorn .sign-icon-circle {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
}
.horoscope-header.sign-capricorn .stat-bar-fill {
  background: #455A64;
}
.horoscope-header.sign-capricorn .tab-item.active {
  background: #455A64;
}
.horoscope-header.sign-aquarius {
  background: linear-gradient(-135deg, rgb(1.3512931034, 69.8168103448, 103.1487068966) 0%, rgb(0.6918103448, 35.7435344828, 52.8081896552) 100%);
}
.horoscope-header.sign-aquarius .header-bg {
  background: radial-gradient(circle at 30% 50%, rgba(3, 155, 229, 0.3) 0%, transparent 50%), radial-gradient(circle at 70% 80%, rgba(3, 155, 229, 0.2) 0%, transparent 40%);
}
.horoscope-header.sign-aquarius .sign-icon-circle {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
}
.horoscope-header.sign-aquarius .stat-bar-fill {
  background: #039BE5;
}
.horoscope-header.sign-aquarius .tab-item.active {
  background: #039BE5;
}
.horoscope-header.sign-pisces {
  background: linear-gradient(-135deg, rgb(0, 58.3730569948, 65.5) 0%, rgb(0, 12.9222797927, 14.5) 100%);
}
.horoscope-header.sign-pisces .header-bg {
  background: radial-gradient(circle at 30% 50%, rgba(0, 172, 193, 0.3) 0%, transparent 50%), radial-gradient(circle at 70% 80%, rgba(0, 172, 193, 0.2) 0%, transparent 40%);
}
.horoscope-header.sign-pisces .sign-icon-circle {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
}
.horoscope-header.sign-pisces .stat-bar-fill {
  background: #00ACC1;
}
.horoscope-header.sign-pisces .tab-item.active {
  background: #00ACC1;
}
.horoscope-header .header-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.5;
}
.horoscope-header .container {
  position: relative;
  z-index: 1;
}
.horoscope-header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding-bottom: 2rem;
}
.horoscope-header .header-main {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.horoscope-header .sign-icon-circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  flex-shrink: 0;
}
.horoscope-header .sign-icon-circle .zodiac-icon {
  width: 60px;
  height: 60px;
  filter: brightness(0) invert(1);
}
.horoscope-header .sign-details {
  color: #FFFFFF;
}
.horoscope-header .header-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
}
.horoscope-header .header-breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.horoscope-header .header-breadcrumb a:hover {
  color: #FFFFFF;
}
.horoscope-header .header-breadcrumb i {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.5);
}
.horoscope-header .sign-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0;
  color: #FFFFFF;
}
.horoscope-header .sign-subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0.25rem 0 0.75rem;
}
.horoscope-header .sign-meta {
  display: flex;
  gap: 1.5rem;
}
.horoscope-header .sign-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
}
.horoscope-header .sign-meta .meta-item i {
  font-size: 1rem;
}
.horoscope-header .header-stats {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 180px;
}
.horoscope-header .stat-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.horoscope-header .stat-card .stat-value {
  font-size: 2.5rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1;
}
.horoscope-header .stat-card .stat-value small, .horoscope-header .stat-card .stat-value .small {
  font-size: 1rem;
  font-weight: 600;
}
.horoscope-header .stat-card .stat-label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0.25rem 0 0.75rem;
}
.horoscope-header .stat-card .stat-bar {
  height: 6px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  overflow: hidden;
}
.horoscope-header .stat-card .stat-bar .stat-bar-fill {
  height: 100%;
  border-radius: 3px;
  transition: width 0.5s ease;
}
.horoscope-header .stat-cards-row {
  display: flex;
  gap: 0.5rem;
}
.horoscope-header .stat-card-mini {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 0.75rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}
.horoscope-header .stat-card-mini i {
  font-size: 1.25rem;
  display: block;
  margin-bottom: 0.25rem;
}
.horoscope-header .stat-card-mini span {
  font-size: 0.8rem;
  font-weight: 500;
}
.horoscope-header .header-tabs {
  display: flex;
  gap: 0.5rem;
  background: rgba(0, 0, 0, 0.2);
  padding: 0.5rem;
  border-radius: 12px 12px 0 0;
  margin: 0 -0.5rem;
}
.horoscope-header .tab-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.2s;
}
.horoscope-header .tab-item:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.1);
}
.horoscope-header .tab-item.active {
  color: #FFFFFF;
  background: #5B4EA8;
}
.horoscope-header .tab-item.tab-link {
  margin-left: auto;
  margin-right: 0;
}
.horoscope-header .tab-item i {
  font-size: 1.1rem;
}

@media (max-width: 992px) {
  .horoscope-header .header-content {
    flex-direction: column;
    text-align: center;
  }
  .horoscope-header .header-main {
    flex-direction: column;
  }
  .horoscope-header .sign-meta {
    justify-content: center;
  }
  .horoscope-header .header-stats {
    width: 100%;
    max-width: 300px;
  }
  .horoscope-header .header-tabs {
    flex-wrap: wrap;
    justify-content: center;
  }
  .horoscope-header .tab-item.tab-link {
    margin: 0;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .horoscope-header {
    padding: 1rem 0 0;
  }
  .horoscope-header .header-content {
    padding-bottom: 1rem;
  }
  .horoscope-header .sign-icon-circle {
    width: 60px;
    height: 60px;
  }
  .horoscope-header .sign-icon-circle .zodiac-icon {
    width: 35px;
    height: 35px;
  }
  .horoscope-header .sign-title {
    font-size: 1.4rem;
    margin-bottom: 0.25rem;
  }
  .horoscope-header .sign-subtitle {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }
  .horoscope-header .sign-meta {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.4rem;
    font-size: 0.75rem;
  }
  .horoscope-header .header-stats {
    display: none;
  }
  .horoscope-header .header-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
    padding: 0.5rem;
  }
  .horoscope-header .tab-item {
    padding: 0.45rem 0.4rem;
    font-size: 0.7rem;
    justify-content: center;
    width: 100%;
  }
  .horoscope-header .tab-item i {
    font-size: 0.8rem;
    margin-right: 0.25rem;
  }
  .horoscope-header .tab-item span {
    display: inline;
  }
  .horoscope-header .period-nav {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
    max-width: 100% !important;
    border-radius: 12px;
  }
  .horoscope-header .period-nav-item {
    padding: 0.5rem;
    border-radius: 8px;
    font-size: 0.75rem;
    justify-content: center;
  }
}
.horoscope-content {
  padding: 2rem 0;
  scroll-margin-top: 1rem;
  background: #F9FAFB;
}

.content-card {
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.content-card .card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.25rem 1.5rem;
  background: #F9FAFB;
  border-bottom: 1px solid #E5E7EB;
}
.content-card .card-header i {
  font-size: 1.25rem;
  color: #5B4EA8;
}
.content-card .card-header h2, .content-card .card-header .h2 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1F2937;
  margin: 0;
}
.content-card .card-body {
  padding: 1.5rem;
}
.content-card .overview-text {
  font-size: 1.05rem;
  line-height: 2;
  color: #374151;
  margin: 0;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .categories-grid {
    grid-template-columns: 1fr;
  }
}

.category-card {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.category-card .category-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.category-card .category-icon i {
  font-size: 1.5rem;
  color: #FFFFFF;
}
.category-card.love .category-icon {
  background: linear-gradient(-135deg, #EC4899 0%, #DB2777 100%);
}
.category-card.career .category-icon {
  background: linear-gradient(-135deg, #3B82F6 0%, #2563EB 100%);
}
.category-card.health .category-icon {
  background: linear-gradient(-135deg, #10B981 0%, #059669 100%);
}
.category-card h3, .category-card .h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 0.75rem;
}
.category-card p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #4B5563;
  margin: 0;
}

.advice-card {
  background: linear-gradient(-135deg, #FEF3C7 0%, #FDE68A 100%);
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}
.advice-card .advice-icon {
  width: 50px;
  height: 50px;
  background: #F59E0B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.advice-card .advice-icon i {
  font-size: 1.5rem;
  color: #FFFFFF;
}
.advice-card .advice-content {
  flex: 1;
}
.advice-card .advice-content h3, .advice-card .advice-content .h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #92400E;
  margin-bottom: 0.5rem;
}
.advice-card .advice-content p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #78350F;
  margin: 0;
}

.lucky-items-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.lucky-items-row .lucky-item {
  flex: 1;
  min-width: 200px;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.lucky-items-row .lucky-item .lucky-icon {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.lucky-items-row .lucky-item .lucky-icon i {
  font-size: 1.25rem;
  color: #FFFFFF;
}
.lucky-items-row .lucky-item .lucky-icon.numbers {
  background: linear-gradient(-135deg, #8B5CF6 0%, #7C3AED 100%);
}
.lucky-items-row .lucky-item .lucky-icon.colors {
  background: linear-gradient(-135deg, #F472B6 0%, #EC4899 100%);
}
.lucky-items-row .lucky-item .lucky-icon.match {
  background: linear-gradient(-135deg, #F87171 0%, #EF4444 100%);
}
.lucky-items-row .lucky-item .lucky-info {
  display: flex;
  flex-direction: column;
}
.lucky-items-row .lucky-item .lucky-info .lucky-label {
  font-size: 0.8rem;
  color: #6B7280;
  margin-bottom: 0.25rem;
}
.lucky-items-row .lucky-item .lucky-info .lucky-value {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1F2937;
}

.quarterly-card {
  margin-bottom: 1.5rem;
}
.quarterly-card .quarterly-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .quarterly-card .quarterly-grid {
    grid-template-columns: 1fr;
  }
}
.quarterly-card .quarter-item {
  background: #F9FAFB;
  border-radius: 12px;
  padding: 1.25rem;
  border-left: 4px solid #5B4EA8;
}
.quarterly-card .quarter-item h4, .quarterly-card .quarter-item .h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.quarterly-card .quarter-item h4::before, .quarterly-card .quarter-item .h4::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5B4EA8;
}
.quarterly-card .quarter-item p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #4B5563;
  margin: 0;
}
.quarterly-card .quarter-item.quarter-q1 {
  border-left-color: #10B981;
}
.quarterly-card .quarter-item.quarter-q1 h4::before, .quarterly-card .quarter-item.quarter-q1 .h4::before {
  background: #10B981;
}
.quarterly-card .quarter-item.quarter-q2 {
  border-left-color: #F59E0B;
}
.quarterly-card .quarter-item.quarter-q2 h4::before, .quarterly-card .quarter-item.quarter-q2 .h4::before {
  background: #F59E0B;
}
.quarterly-card .quarter-item.quarter-q3 {
  border-left-color: #EF4444;
}
.quarterly-card .quarter-item.quarter-q3 h4::before, .quarterly-card .quarter-item.quarter-q3 .h4::before {
  background: #EF4444;
}
.quarterly-card .quarter-item.quarter-q4 {
  border-left-color: #8B5CF6;
}
.quarterly-card .quarter-item.quarter-q4 h4::before, .quarterly-card .quarter-item.quarter-q4 .h4::before {
  background: #8B5CF6;
}

.lucky-months-card {
  background: linear-gradient(-135deg, #ECFDF5 0%, #D1FAE5 100%);
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.lucky-months-card .lucky-months-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.lucky-months-card .lucky-months-header i {
  font-size: 1.5rem;
  color: #059669;
}
.lucky-months-card .lucky-months-header h3, .lucky-months-card .lucky-months-header .h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #065F46;
  margin: 0;
}
.lucky-months-card .lucky-months-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.lucky-months-card .lucky-month-item {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.lucky-months-card .lucky-month-item i {
  color: #F59E0B;
  font-size: 0.9rem;
}
.lucky-months-card .lucky-month-item span {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1F2937;
}

.sidebar-card {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
}
.sidebar-card .sidebar-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #E5E7EB;
}
.sidebar-card .sidebar-title i {
  color: #5B4EA8;
}

.sign-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sign-info-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid #F3F4F6;
}
.sign-info-list li:last-child {
  border-bottom: none;
}
.sign-info-list li .info-label {
  color: #6B7280;
  font-size: 0.9rem;
}
.sign-info-list li .info-value {
  font-weight: 600;
  color: #1F2937;
  font-size: 0.9rem;
}
.sign-info-list li .info-value.element-fire {
  color: #DC2626;
}
.sign-info-list li .info-value.element-earth {
  color: #059669;
}
.sign-info-list li .info-value.element-air {
  color: #2563EB;
}
.sign-info-list li .info-value.element-water {
  color: #4F46E5;
}

.signs-grid-mini {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
.signs-grid-mini .sign-mini-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 8px;
  background: #F9FAFB;
  transition: all 0.2s;
}
.signs-grid-mini .sign-mini-item .zodiac-icon {
  width: 28px;
  height: 28px;
}
.signs-grid-mini .sign-mini-item:hover {
  background: #F3F4F6;
  transform: scale(1.05);
}
.signs-grid-mini .sign-mini-item.active {
  background: #5B4EA8;
  box-shadow: 0 2px 10px rgba(91, 78, 168, 0.3);
}

.horoscope-navigation {
  padding: 2rem 0;
  background: #FFFFFF;
  border-top: 1px solid #E5E7EB;
}

.nav-arrows {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.nav-arrows .nav-arrow {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: #F9FAFB;
  border-radius: 10px;
  text-decoration: none;
  color: #1F2937;
  transition: all 0.2s;
  flex: 1;
  max-width: 250px;
}
.nav-arrows .nav-arrow:hover {
  background: #F3F4F6;
  transform: translateX(5px);
}
.nav-arrows .nav-arrow:hover.next {
  transform: translateX(-5px);
}
.nav-arrows .nav-arrow.next {
  flex-direction: row-reverse;
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
.nav-arrows .nav-arrow.prev {
  margin-right: auto;
  margin-left: 0;
}
.nav-arrows .nav-arrow i {
  font-size: 1.5rem;
  color: #5B4EA8;
}
.nav-arrows .nav-arrow .nav-arrow-content {
  display: flex;
  flex-direction: column;
}
.nav-arrows .nav-arrow .nav-arrow-content .nav-arrow-label {
  font-size: 0.8rem;
  color: #6B7280;
}
.nav-arrows .nav-arrow .nav-arrow-content .nav-arrow-name {
  font-weight: 600;
  color: #1F2937;
}

@media (max-width: 768px) {
  .horoscope-hero-card {
    padding: 1.5rem;
  }
  .horoscope-hero-card .hero-content {
    flex-direction: column;
    text-align: center;
  }
  .horoscope-hero-card .hero-icon-wrapper {
    width: 80px;
    height: 80px;
  }
  .horoscope-hero-card .hero-title {
    font-size: 1.5rem;
  }
  .horoscope-hero-card .hero-energy-box {
    margin-top: 1.5rem;
  }
  .horoscope-hero-card .hero-energy-box .energy-circle {
    width: 80px;
    height: 80px;
  }
  .horoscope-hero-card .hero-energy-box .energy-circle .energy-number {
    font-size: 1.5rem;
  }
  .horoscope-nav-bar .nav-bar-content {
    flex-direction: column;
    gap: 1rem;
  }
  .horoscope-nav-bar .type-switcher {
    width: 100%;
  }
  .horoscope-nav-bar .type-switcher .type-btn {
    flex: 1;
    justify-content: center;
  }
  .lucky-items-row .lucky-item {
    min-width: 100%;
  }
  .nav-arrows {
    flex-direction: column;
  }
  .nav-arrows .nav-arrow {
    max-width: 100%;
  }
  .nav-arrows .nav-arrow.prev, .nav-arrows .nav-arrow.next {
    margin: 0;
  }
  .nav-arrows .nav-arrow:hover {
    transform: none;
  }
}
.page-hero {
  background: #FFFFFF;
  padding: 2rem 0;
  border-bottom: 1px solid #E5E7EB;
}

.page-title {
  font-size: 2rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 0.5rem;
}

.page-subtitle {
  color: #4B5563;
  font-size: 1rem;
}

.zodiac-hero {
  background: #FFFFFF;
  padding: 3rem 0;
  border-bottom: 1px solid #E5E7EB;
}
.zodiac-hero.element-fire-bg {
  border-top: 4px solid #EF4444;
}
.zodiac-hero.element-earth-bg {
  border-top: 4px solid #10B981;
}
.zodiac-hero.element-air-bg {
  border-top: 4px solid #3B82F6;
}
.zodiac-hero.element-water-bg {
  border-top: 4px solid #6366F1;
}

.zodiac-hero-content .zodiac-symbol-large {
  font-size: 4rem;
  display: block;
  margin-bottom: 1rem;
}
.zodiac-hero-content .zodiac-hero-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 0.25rem;
}
.zodiac-hero-content .zodiac-hero-subtitle {
  color: #6B7280;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
.zodiac-hero-content .zodiac-hero-dates {
  color: #4B5563;
  margin-bottom: 1rem;
}
.zodiac-hero-content .zodiac-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.zodiac-hero-content .zodiac-hero-badges .badge {
  padding: 0.4rem 0.8rem;
  font-size: 0.8rem;
  font-weight: 500;
}
.zodiac-hero-content .zodiac-hero-badges .element-badge.element-fire {
  background: #FEE2E2;
  color: #DC2626;
}
.zodiac-hero-content .zodiac-hero-badges .element-badge.element-earth {
  background: #D1FAE5;
  color: #059669;
}
.zodiac-hero-content .zodiac-hero-badges .element-badge.element-air {
  background: #DBEAFE;
  color: #2563EB;
}
.zodiac-hero-content .zodiac-hero-badges .element-badge.element-water {
  background: #E0E7FF;
  color: #4F46E5;
}
.zodiac-hero-content .zodiac-hero-badges .modality-badge {
  background: #F3F4F6;
  color: #374151;
}
.zodiac-hero-content .zodiac-hero-badges .planet-badge {
  background: rgba(232, 168, 56, 0.1);
  color: #D4931C;
}

.zodiac-nav-section {
  background: #F9FAFB;
  padding: 1rem 0;
  border-bottom: 1px solid #E5E7EB;
}

.zodiac-tabs {
  scroll-margin-top: 1rem;
}
.zodiac-tabs .nav-link {
  color: #4B5563;
  font-weight: 500;
  padding: 0.75rem 1.25rem;
  border-radius: 0.5rem;
  margin: 0 0.25rem;
}
.zodiac-tabs .nav-link:hover {
  background: #FFFFFF;
  color: #5B4EA8;
}
.zodiac-tabs .nav-link.active {
  background: #5B4EA8;
  color: #FFFFFF;
}

.sidebar-card {
  padding: 1.25rem;
  margin-bottom: 1rem;
}
.sidebar-card h4, .sidebar-card .h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #E5E7EB;
}

.info-card, .matches-card, .related-card {
  padding: 1.25rem;
}
.info-card .info-title, .info-card .matches-title, .info-card .related-title, .matches-card .info-title, .matches-card .matches-title, .matches-card .related-title, .related-card .info-title, .related-card .matches-title, .related-card .related-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #E5E7EB;
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.info-list li {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid #F3F4F6;
}
.info-list li:last-child {
  border-bottom: none;
}
.info-list li .info-label {
  color: #6B7280;
}
.info-list li .info-value {
  font-weight: 500;
  color: #1F2937;
}

.match-item {
  display: flex;
  align-items: center;
  padding: 0.75rem;
  border-radius: 0.5rem;
  text-decoration: none;
  color: inherit;
  margin-bottom: 0.5rem;
  background: #F9FAFB;
}
.match-item:hover {
  background: #F3F4F6;
}
.match-item .match-symbol {
  font-size: 1.5rem;
  margin-right: 0.75rem;
}
.match-item .match-name {
  flex: 1;
  font-weight: 500;
  color: #1F2937;
}
.match-item .match-score {
  font-weight: 700;
  color: #5B4EA8;
}

.related-signs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.related-sign {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: #F9FAFB;
  border-radius: 0.5rem;
  text-decoration: none;
  color: #374151;
  font-size: 0.9rem;
}
.related-sign:hover {
  background: #F3F4F6;
  color: #5B4EA8;
}
.related-sign .related-symbol {
  font-size: 1.1rem;
}

.content-card {
  padding: 1.5rem;
}
.content-card .content-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.content-card .content-text {
  color: #374151;
  line-height: 1.9;
}

.traits-card {
  padding: 1.5rem;
  height: 100%;
}
.traits-card h4, .traits-card .h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.traits-card.positive h4, .traits-card.positive .h4 {
  color: #059669;
}
.traits-card.negative h4, .traits-card.negative .h4 {
  color: #DC2626;
}
.traits-card .traits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.traits-card .traits-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #F3F4F6;
  color: #374151;
}
.traits-card .traits-list li:last-child {
  border-bottom: none;
}
.traits-card .traits-list li strong {
  color: #1F2937;
}

.celebrities-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.celebrity-tag {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  background: #F3F4F6;
  border-radius: 50px;
  font-size: 0.85rem;
  color: #374151;
}
.celebrity-tag small, .celebrity-tag .small {
  margin-left: 0.25rem;
  color: #4B5563;
}

.compat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 1rem;
  text-align: center;
}
.compat-card:hover {
  color: inherit;
}
.compat-card:hover .compat-symbol {
  transform: scale(1.1);
}
.compat-card .compat-symbol {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  transition: transform 0.2s ease;
}
.compat-card .compat-name {
  font-size: 0.9rem;
  color: #374151;
  margin-bottom: 0.5rem;
}
.compat-card .compat-score-bar {
  width: 100%;
  height: 4px;
  background: #E5E7EB;
  border-radius: 2px;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.compat-card .compat-score-bar .compat-fill {
  height: 100%;
  background: #5B4EA8;
  border-radius: 2px;
}
.compat-card .compat-percentage {
  font-weight: 700;
  color: #5B4EA8;
}

.horoscope-preview-card {
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.horoscope-preview-card .horoscope-preview-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.horoscope-preview-card .horoscope-preview-header .sign-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
}
.horoscope-preview-card .horoscope-preview-header .sign-link:hover {
  color: #5B4EA8;
}
.horoscope-preview-card .horoscope-preview-header .sign-link .sign-symbol {
  font-size: 2rem;
}
.horoscope-preview-card .horoscope-preview-header .sign-link .sign-name {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
}
.horoscope-preview-card .horoscope-preview-header .energy-badge {
  background: #5B4EA8;
  color: #FFFFFF;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.85rem;
}
.horoscope-preview-card .horoscope-preview-text {
  color: #4B5563;
  line-height: 1.8;
  flex: 1;
}
.horoscope-preview-card .horoscope-preview-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #E5E7EB;
}
.horoscope-preview-card .horoscope-preview-footer .lucky-items-mini {
  display: flex;
  gap: 1rem;
  font-size: 0.85rem;
  color: #6B7280;
}
.horoscope-preview-card .horoscope-preview-footer .lucky-items-mini span {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.signs-nav .sign-nav-item {
  padding: 0.5rem 1rem;
  border-radius: 50px;
  text-decoration: none;
  color: #4B5563;
  font-size: 0.9rem;
  background: #F3F4F6;
}
.signs-nav .sign-nav-item:hover {
  background: #E5E7EB;
  color: #1F2937;
}
.signs-nav .sign-nav-item.active {
  background: #5B4EA8;
  color: #FFFFFF;
}

.other-signs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
.other-signs-grid .other-sign {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  font-size: 1.25rem;
  background: #F9FAFB;
  border-radius: 0.5rem;
  text-decoration: none;
}
.other-signs-grid .other-sign:hover {
  background: #F3F4F6;
}
.other-signs-grid .other-sign.active {
  background: #5B4EA8;
}

.traits-grid {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .traits-grid {
    grid-template-columns: 1fr;
  }
}

.category-card.traits-positive .category-icon {
  background: linear-gradient(-135deg, #10B981 0%, #059669 100%);
}
.category-card.traits-negative .category-icon {
  background: linear-gradient(-135deg, #EF4444 0%, #DC2626 100%);
}

.traits-list-simple {
  list-style: none;
  padding: 0;
  margin: 0;
}
.traits-list-simple li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #F3F4F6;
  font-size: 0.95rem;
  color: #374151;
}
.traits-list-simple li:last-child {
  border-bottom: none;
}
.traits-list-simple li strong {
  color: #1F2937;
}
.traits-list-simple li .trait-desc {
  display: block;
  font-size: 0.85rem;
  color: #6B7280;
  margin-top: 0.25rem;
}

.celebrities-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.celebrities-tags .celebrity-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #F3F4F6;
  border-radius: 50px;
  font-size: 0.9rem;
  color: #374151;
}
.celebrities-tags .celebrity-tag i {
  color: #9CA3AF;
}
.celebrities-tags .celebrity-tag small, .celebrities-tags .celebrity-tag .small {
  color: #4B5563;
}

.best-matches-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.best-match-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  background: #F9FAFB;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s;
}
.best-match-item:hover {
  background: #F3F4F6;
  transform: translateX(3px);
}
.best-match-item .match-icon-wrapper {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.best-match-item .match-info {
  flex: 1;
  min-width: 0;
}
.best-match-item .match-info .match-name {
  display: block;
  font-weight: 600;
  color: #1F2937;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}
.best-match-item .match-info .match-bar {
  height: 4px;
  background: #E5E7EB;
  border-radius: 2px;
  overflow: hidden;
}
.best-match-item .match-info .match-bar .match-bar-fill {
  height: 100%;
  background: #5B4EA8;
  border-radius: 2px;
}
.best-match-item .match-percentage {
  font-weight: 700;
  color: #5B4EA8;
  font-size: 0.9rem;
}

.compatibility-grid-full {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 992px) {
  .compatibility-grid-full {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .compatibility-grid-full {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .compatibility-grid-full {
    grid-template-columns: 1fr;
  }
}

.compat-card-full {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.2s;
}
.compat-card-full:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
  border-color: #5B4EA8;
}
.compat-card-full .compat-icon-wrapper {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.compat-card-full .compat-info {
  flex: 1;
  min-width: 0;
}
.compat-card-full .compat-info .compat-name {
  display: block;
  font-weight: 600;
  color: #1F2937;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}
.compat-card-full .compat-info .compat-bar {
  height: 6px;
  background: #E5E7EB;
  border-radius: 3px;
  overflow: hidden;
}
.compat-card-full .compat-info .compat-bar .compat-bar-fill {
  height: 100%;
  border-radius: 3px;
  transition: width 0.3s ease;
}
.compat-card-full .compat-info .compat-bar .compat-bar-fill.high {
  background: #10B981;
}
.compat-card-full .compat-info .compat-bar .compat-bar-fill.medium {
  background: #E8A838;
}
.compat-card-full .compat-info .compat-bar .compat-bar-fill.low {
  background: #EF4444;
}
.compat-card-full .compat-score {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
}
.compat-card-full .compat-score.high {
  color: #10B981;
}
.compat-card-full .compat-score.medium {
  color: #E8A838;
}
.compat-card-full .compat-score.low {
  color: #EF4444;
}

.faq-section {
  padding: 3rem 0;
  background: #F9FAFB;
}
.faq-section .accordion-item {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 10px !important;
  margin-bottom: 0.75rem;
  overflow: hidden;
}
.faq-section .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-section .accordion-button {
  font-family: "Cairo", sans-serif;
  font-weight: 600;
  color: #1F2937;
  background: #FFFFFF;
  padding: 1.25rem;
}
.faq-section .accordion-button:not(.collapsed) {
  background: #F9FAFB;
  color: #5B4EA8;
  box-shadow: none;
}
.faq-section .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.faq-section .accordion-button::after {
  background-size: 1rem;
}
.faq-section .accordion-body {
  padding: 0 1.25rem 1.25rem;
  color: #4B5563;
  line-height: 1.8;
}

.signs-grid-mini .sign-mini-item.active .zodiac-icon {
  filter: brightness(0) invert(1);
}

.compatibility-header {
  position: relative;
  padding: 2rem 0 3rem;
  background: linear-gradient(-135deg, #E91E63 0%, #9C27B0 50%, #673AB7 100%);
  overflow: hidden;
}
.compatibility-header .header-bg {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.compatibility-header > .container {
  position: relative;
  z-index: 1;
}
.compatibility-header .header-breadcrumb {
  margin-bottom: 2rem;
}
.compatibility-header .header-breadcrumb a, .compatibility-header .header-breadcrumb span {
  color: rgba(255, 255, 255, 0.8);
}
.compatibility-header .header-breadcrumb a:hover {
  color: white;
}
.compatibility-header .header-breadcrumb i {
  color: rgba(255, 255, 255, 0.5);
}

.compatibility-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .compatibility-hero {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.compat-sign-card {
  text-align: center;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 180px;
}
.compat-sign-card .sign-icon-circle {
  width: 100px;
  height: 100px;
  margin: 0 auto 1rem;
}
.compat-sign-card .sign-icon-circle .zodiac-icon {
  filter: brightness(0) invert(1);
}
.compat-sign-card .sign-name {
  font-family: "Cairo", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  margin: 0 0 0.25rem;
}
.compat-sign-card .sign-name-en {
  display: block;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.75rem;
}
.compat-sign-card .badge-element {
  padding: 0.35rem 0.75rem;
  border-radius: 50px;
  font-size: 0.8rem;
  background: rgba(255, 255, 255, 0.2);
  color: white;
}
@media (max-width: 768px) {
  .compat-sign-card {
    min-width: 140px;
    padding: 1rem;
  }
  .compat-sign-card .sign-icon-circle {
    width: 70px;
    height: 70px;
  }
  .compat-sign-card .sign-name {
    font-size: 1.25rem;
  }
}

.compat-score-center {
  text-align: center;
  position: relative;
}
.compat-score-center .score-heart {
  position: absolute;
  top: -20px;
  right: 50%;
  transform: translateX(50%);
  font-size: 2rem;
  color: #FF4081;
  animation: heartbeat 1.5s ease-in-out infinite;
}
.compat-score-center .score-circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  margin: 0 auto 0.75rem;
}
.compat-score-center .score-circle .score-value {
  font-family: "Cairo", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}
.compat-score-center .score-circle .score-percent {
  font-size: 1.25rem;
  font-weight: 600;
}
.compat-score-center .score-circle.high .score-value, .compat-score-center .score-circle.high .score-percent {
  color: #10B981;
}
.compat-score-center .score-circle.medium .score-value, .compat-score-center .score-circle.medium .score-percent {
  color: #E8A838;
}
.compat-score-center .score-circle.low .score-value, .compat-score-center .score-circle.low .score-percent {
  color: #EF4444;
}
.compat-score-center .score-label {
  color: white;
  font-weight: 600;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  display: inline-block;
}
@media (max-width: 768px) {
  .compat-score-center .score-circle {
    width: 110px;
    height: 110px;
  }
  .compat-score-center .score-circle .score-value {
    font-size: 2.25rem;
  }
}

@keyframes heartbeat {
  0%, 100% {
    transform: translateX(50%) scale(1);
  }
  50% {
    transform: translateX(50%) scale(1.2);
  }
}
@keyframes heartbeat-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.compat-quick-stats {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.compat-quick-stats .quick-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 1rem 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 100px;
}
.compat-quick-stats .quick-stat i {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
}
.compat-quick-stats .quick-stat .stat-value {
  font-family: "Cairo", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
}
.compat-quick-stats .quick-stat .stat-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 576px) {
  .compat-quick-stats .quick-stat {
    padding: 0.75rem 1rem;
    min-width: 80px;
  }
  .compat-quick-stats .quick-stat .stat-value {
    font-size: 1.25rem;
  }
}

.compat-analysis-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .compat-analysis-grid {
    grid-template-columns: 1fr;
  }
}

.analysis-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  padding: 1.5rem;
}
.analysis-card .analysis-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
.analysis-card .analysis-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.analysis-card .analysis-title {
  flex: 1;
}
.analysis-card .analysis-title h3, .analysis-card .analysis-title .h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1F2937;
  margin: 0 0 0.5rem;
}
.analysis-card .analysis-title .analysis-score {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.analysis-card .analysis-title .analysis-score .score-bar {
  flex: 1;
  height: 8px;
  background: #E5E7EB;
  border-radius: 4px;
  overflow: hidden;
}
.analysis-card .analysis-title .analysis-score .score-bar .score-fill {
  height: 100%;
  border-radius: 4px;
}
.analysis-card .analysis-title .analysis-score span {
  font-weight: 700;
  font-size: 0.9rem;
}
.analysis-card p {
  color: #4B5563;
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
}
.analysis-card.love .analysis-icon {
  background: linear-gradient(-135deg, #FEE2E2 0%, #FECACA 100%);
  color: #EF4444;
}
.analysis-card.love .score-fill {
  background: linear-gradient(-90deg, #F87171 0%, #EF4444 100%);
}
.analysis-card.love .analysis-score span {
  color: #EF4444;
}
.analysis-card.friendship .analysis-icon {
  background: linear-gradient(-135deg, #DBEAFE 0%, #BFDBFE 100%);
  color: #3B82F6;
}
.analysis-card.friendship .score-fill {
  background: linear-gradient(-90deg, #60A5FA 0%, #3B82F6 100%);
}
.analysis-card.friendship .analysis-score span {
  color: #3B82F6;
}

.challenges-card .card-header i {
  color: #F59E0B;
}

.detailed-scores {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.detailed-score-item .score-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.detailed-score-item .score-info .score-name {
  font-size: 0.9rem;
  color: #4B5563;
}
.detailed-score-item .score-info .score-value {
  font-weight: 700;
  font-size: 0.9rem;
  color: #1F2937;
}
.detailed-score-item .score-info .score-value.high {
  color: #10B981;
}
.detailed-score-item .score-info .score-value.medium {
  color: #E8A838;
}
.detailed-score-item .score-info .score-value.low {
  color: #EF4444;
}
.detailed-score-item .score-bar-full {
  height: 8px;
  background: #E5E7EB;
  border-radius: 4px;
  overflow: hidden;
}
.detailed-score-item .score-bar-full .score-bar-fill {
  height: 100%;
  border-radius: 4px;
  transition: width 0.5s ease;
}
.detailed-score-item .score-bar-full .score-bar-fill.high {
  background: linear-gradient(-90deg, #34D399 0%, #10B981 100%);
}
.detailed-score-item .score-bar-full .score-bar-fill.medium {
  background: linear-gradient(-90deg, #FBBF24 0%, #F59E0B 100%);
}
.detailed-score-item .score-bar-full .score-bar-fill.low {
  background: linear-gradient(-90deg, #F87171 0%, #EF4444 100%);
}
.detailed-score-item .score-bar-full .score-bar-fill.love {
  background: linear-gradient(-90deg, #F87171 0%, #EF4444 100%);
}
.detailed-score-item .score-bar-full .score-bar-fill.friendship {
  background: linear-gradient(-90deg, #60A5FA 0%, #3B82F6 100%);
}
.detailed-score-item .score-bar-full .score-bar-fill.communication {
  background: linear-gradient(-90deg, #A78BFA 0%, #8B5CF6 100%);
}
.detailed-score-item .score-bar-full .score-bar-fill.trust {
  background: linear-gradient(-90deg, #34D399 0%, #10B981 100%);
}

.compat-signs-mini {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.compat-signs-mini .compat-icon-wrapper {
  width: 36px;
  height: 36px;
}
.compat-signs-mini i {
  font-size: 0.75rem;
}

.compatibility-index-header {
  position: relative;
  padding: 2rem 0 4rem;
  background: linear-gradient(-135deg, #E91E63 0%, #9C27B0 50%, #673AB7 100%);
  overflow: hidden;
}
.compatibility-index-header .header-bg {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.compatibility-index-header > .container {
  position: relative;
  z-index: 1;
}
.compatibility-index-header .header-breadcrumb {
  margin-bottom: 2rem;
}
.compatibility-index-header .header-breadcrumb a, .compatibility-index-header .header-breadcrumb span {
  color: rgba(255, 255, 255, 0.8);
}
.compatibility-index-header .header-breadcrumb a:hover {
  color: white;
}
.compatibility-index-header .header-breadcrumb i {
  color: rgba(255, 255, 255, 0.5);
}
.compatibility-index-header .hero-content {
  margin-bottom: 2.5rem;
}
.compatibility-index-header .hero-content .hero-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.compatibility-index-header .hero-content .hero-icon i {
  font-size: 2.5rem;
  color: white;
}
.compatibility-index-header .hero-content .hero-title {
  font-family: "Cairo", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: white;
  margin: 0 0 1rem;
}
.compatibility-index-header .hero-content .hero-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 500px;
  margin: 0 auto;
}

.calculator-container {
  max-width: 700px;
  margin: 0 auto;
}

.calculator-form {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.calculator-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.5rem;
  align-items: end;
  margin-bottom: 1.5rem;
}
@media (max-width: 576px) {
  .calculator-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.sign-selector .selector-label {
  display: block;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.sign-select-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #F3F4F6;
  border-radius: 12px;
  padding: 0.75rem 1rem;
}
.sign-select-wrapper .sign-select {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  font-size: 1rem;
  padding: 0.5rem 0;
  color: #1F2937;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236B7280' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  padding-right: 2rem;
}
.sign-select-wrapper .sign-select:focus {
  outline: none;
}
.sign-select-wrapper .sign-select option {
  padding: 0.5rem;
}
.sign-select-wrapper .sign-preview {
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  order: -1;
}
.sign-select-wrapper .sign-preview i {
  font-size: 1.5rem;
  color: #9CA3AF;
}
.sign-select-wrapper .sign-preview img {
  border-radius: 6px;
}

.calculator-heart {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.5rem;
}
.calculator-heart i {
  font-size: 2rem;
  color: #E91E63;
  animation: heartbeat-pulse 1.5s ease-in-out infinite;
}
@media (max-width: 576px) {
  .calculator-heart {
    padding: 0.5rem 0;
  }
}

.calculator-submit {
  width: 100%;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: white;
  background: linear-gradient(-135deg, #E91E63 0%, #9C27B0 100%);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s;
}
.calculator-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(233, 30, 99, 0.4);
}

.popular-compat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .popular-compat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .popular-compat-grid {
    grid-template-columns: 1fr;
  }
}

.popular-compat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1.5rem;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s;
}
.popular-compat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-color: #E91E63;
}
.popular-compat-card .compat-signs-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.popular-compat-card .compat-sign-icon {
  width: 60px;
  height: 60px;
}
.popular-compat-card .compat-heart-icon {
  font-size: 1.25rem;
  color: #E91E63;
  animation: heartbeat-pulse 2s ease-in-out infinite;
}
.popular-compat-card .compat-names {
  font-family: "Cairo", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1F2937;
  margin: 0 0 1rem;
}
.popular-compat-card .compat-score-display {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.75rem;
}
.popular-compat-card .compat-score-display .score-number {
  font-family: "Cairo", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
}
.popular-compat-card .compat-score-display .score-percent {
  font-size: 1.25rem;
  font-weight: 600;
}
.popular-compat-card .compat-score-display.high {
  color: #10B981;
}
.popular-compat-card .compat-score-display.medium {
  color: #E8A838;
}
.popular-compat-card .compat-score-display.low {
  color: #EF4444;
}
.popular-compat-card .compat-progress {
  width: 100%;
  height: 6px;
  background: #E5E7EB;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.popular-compat-card .compat-progress .compat-progress-fill {
  height: 100%;
  border-radius: 3px;
}
.popular-compat-card .compat-progress .compat-progress-fill.high {
  background: linear-gradient(-90deg, #34D399 0%, #10B981 100%);
}
.popular-compat-card .compat-progress .compat-progress-fill.medium {
  background: linear-gradient(-90deg, #FBBF24 0%, #F59E0B 100%);
}
.popular-compat-card .compat-progress .compat-progress-fill.low {
  background: linear-gradient(-90deg, #F87171 0%, #EF4444 100%);
}
.popular-compat-card .compat-category {
  font-size: 0.85rem;
  color: #6B7280;
}

.bg-gray {
  background: #F9FAFB;
}

.signs-quick-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}
@media (max-width: 992px) {
  .signs-quick-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 576px) {
  .signs-quick-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.sign-quick-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 1rem;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.3s;
}
.sign-quick-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-color: #5B4EA8;
}
.sign-quick-card .sign-icon-circle {
  width: 60px;
  height: 60px;
  margin-bottom: 0.75rem;
}
.sign-quick-card .sign-quick-name {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  color: #1F2937;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.sign-quick-card .sign-quick-dates {
  font-size: 0.75rem;
  color: #6B7280;
}

.how-it-works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .how-it-works-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.how-card {
  text-align: center;
  padding: 2rem;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
}
.how-card .how-icon {
  margin-bottom: 1rem;
}
.how-card .how-icon i {
  font-size: 3rem;
  color: #5B4EA8;
}
.how-card h3, .how-card .h3 {
  font-family: "Cairo", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1F2937;
  margin: 0 0 0.75rem;
}
.how-card p {
  font-size: 0.95rem;
  color: #4B5563;
  margin: 0;
  line-height: 1.6;
}

.cta-section {
  padding: 4rem 0;
  background: linear-gradient(-135deg, #5B4EA8 0%, rgb(62.7012195122, 53.743902439, 115.756097561) 100%);
}
.cta-section .cta-content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.cta-section .cta-content h2, .cta-section .cta-content .h2 {
  font-family: "Cairo", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: white;
  margin: 0 0 1rem;
}
.cta-section .cta-content p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 2rem;
}
.cta-section .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.love-calculator-header {
  position: relative;
  padding: 2rem 0 4rem;
  background: linear-gradient(-135deg, #E91E63 0%, #FF5722 50%, #E91E63 100%);
  overflow: hidden;
}
.love-calculator-header .header-bg {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.love-calculator-header > .container {
  position: relative;
  z-index: 1;
}
.love-calculator-header .header-breadcrumb {
  margin-bottom: 2rem;
}
.love-calculator-header .header-breadcrumb a, .love-calculator-header .header-breadcrumb span {
  color: rgba(255, 255, 255, 0.8);
}
.love-calculator-header .header-breadcrumb a:hover {
  color: white;
}
.love-calculator-header .header-breadcrumb i {
  color: rgba(255, 255, 255, 0.5);
}
.love-calculator-header .hero-content {
  margin-bottom: 2.5rem;
}
.love-calculator-header .hero-content .hero-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: heartbeat-pulse 1.5s ease-in-out infinite;
}
.love-calculator-header .hero-content .hero-icon i {
  font-size: 2.5rem;
  color: white;
}
.love-calculator-header .hero-content .hero-title {
  font-family: "Cairo", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: white;
  margin: 0 0 1rem;
}
.love-calculator-header .hero-content .hero-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 500px;
  margin: 0 auto;
}

.name-input-wrapper .selector-label {
  display: block;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.name-input-box {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #F3F4F6;
  border-radius: 12px;
  padding: 0.75rem 1rem;
}
.name-input-box > i {
  font-size: 1.5rem;
  color: #E91E63;
}
.name-input-box .name-input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  font-size: 1rem;
  padding: 0.5rem 0;
  color: #1F2937;
}
.name-input-box .name-input::-moz-placeholder {
  color: #9CA3AF;
}
.name-input-box .name-input::placeholder {
  color: #9CA3AF;
}
.name-input-box .name-input:focus {
  outline: none;
}

@media (max-width: 576px) {
  .calculator-grid.love-grid .name-input-wrapper {
    order: 1;
  }
  .calculator-grid.love-grid .calculator-heart.love-heart {
    order: 2;
  }
  .calculator-grid.love-grid .name-input-wrapper + .calculator-heart + .name-input-wrapper {
    order: 3;
  }
}

.calculator-error {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
  background: #FEE2E2;
  border-radius: 12px;
  color: #DC2626;
  font-size: 0.9rem;
}
.calculator-error i {
  font-size: 1.25rem;
}

.calculator-submit.love-submit {
  background: linear-gradient(-135deg, #E91E63 0%, #FF5722 100%);
}
.calculator-submit.love-submit:hover {
  box-shadow: 0 10px 30px rgba(233, 30, 99, 0.4);
}

.sample-calculations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .sample-calculations-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .sample-calculations-grid {
    grid-template-columns: 1fr;
  }
}

.sample-calc-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1.5rem;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 20px;
  transition: all 0.3s;
}
.sample-calc-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.sample-calc-card .sample-names {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.sample-calc-card .sample-name {
  font-family: "Cairo", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1F2937;
}
.sample-calc-card .sample-heart {
  color: #E91E63;
  animation: heartbeat-pulse 2s ease-in-out infinite;
}
.sample-calc-card .sample-score {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.75rem;
}
.sample-calc-card .sample-score .score-number {
  font-family: "Cairo", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
}
.sample-calc-card .sample-score .score-percent {
  font-size: 1.25rem;
  font-weight: 600;
}
.sample-calc-card .sample-score.high {
  color: #10B981;
}
.sample-calc-card .sample-score.medium {
  color: #E8A838;
}
.sample-calc-card .sample-score.low {
  color: #EF4444;
}
.sample-calc-card .sample-progress {
  width: 100%;
  height: 6px;
  background: #E5E7EB;
  border-radius: 3px;
  overflow: hidden;
}
.sample-calc-card .sample-progress .sample-progress-fill {
  height: 100%;
  border-radius: 3px;
}
.sample-calc-card .sample-progress .sample-progress-fill.high {
  background: linear-gradient(-90deg, #34D399 0%, #10B981 100%);
}
.sample-calc-card .sample-progress .sample-progress-fill.medium {
  background: linear-gradient(-90deg, #FBBF24 0%, #F59E0B 100%);
}
.sample-calc-card .sample-progress .sample-progress-fill.low {
  background: linear-gradient(-90deg, #F87171 0%, #EF4444 100%);
}

.tips-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 20px;
  padding: 2rem;
}
.tips-card .tips-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.tips-card .tips-header i {
  font-size: 2rem;
  color: #E8A838;
}
.tips-card .tips-header h3, .tips-card .tips-header .h3 {
  font-family: "Cairo", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1F2937;
  margin: 0;
}
.tips-card .tips-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tips-card .tips-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #F3F4F6;
}
.tips-card .tips-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.tips-card .tips-list li i {
  font-size: 1rem;
  color: #10B981;
  margin-top: 0.2rem;
}
.tips-card .tips-list li span {
  color: #374151;
  line-height: 1.6;
}

.love-result-header {
  position: relative;
  padding: 2rem 0 4rem;
  overflow: hidden;
}
.love-result-header.high {
  background: linear-gradient(-135deg, #10B981 0%, #34D399 50%, #10B981 100%);
}
.love-result-header.medium {
  background: linear-gradient(-135deg, #F59E0B 0%, #FBBF24 50%, #F59E0B 100%);
}
.love-result-header.low {
  background: linear-gradient(-135deg, #EF4444 0%, #F87171 50%, #EF4444 100%);
}
.love-result-header .header-bg {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.love-result-header > .container {
  position: relative;
  z-index: 1;
}
.love-result-header .header-breadcrumb {
  margin-bottom: 2rem;
}
.love-result-header .header-breadcrumb a, .love-result-header .header-breadcrumb span {
  color: rgba(255, 255, 255, 0.8);
}
.love-result-header .header-breadcrumb a:hover {
  color: white;
}
.love-result-header .header-breadcrumb i {
  color: rgba(255, 255, 255, 0.5);
}

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

.result-names-display {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .result-names-display {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}

.result-name-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.result-name-card .name-avatar {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid rgba(255, 255, 255, 0.3);
}
.result-name-card .name-avatar i {
  font-size: 2rem;
  color: white;
}
.result-name-card .name-text {
  font-family: "Cairo", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
}

.result-heart-connector {
  display: grid;
  place-items: center;
  height: 80px;
}
.result-heart-connector .heart-pulse {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.result-heart-connector .heart-pulse .emoji {
  font-size: 2.5rem;
  animation: heartbeat-pulse 1.5s ease-in-out infinite;
  line-height: 1;
  margin: 0;
  padding: 0;
}
@media (max-width: 576px) {
  .result-heart-connector {
    height: auto;
  }
  .result-heart-connector .heart-pulse {
    width: 50px;
    height: 50px;
  }
  .result-heart-connector .heart-pulse .emoji {
    font-size: 2rem;
  }
}

.result-score-wrapper {
  margin-bottom: 2rem;
}

.result-score-circle {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.result-score-circle svg {
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
}
.result-score-circle .score-bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 8;
}
.result-score-circle .score-fill {
  fill: none;
  stroke: white;
  stroke-width: 8;
  stroke-linecap: round;
  transition: stroke-dasharray 1s ease;
}
.result-score-circle .score-content {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: flex;
  align-items: baseline;
}
.result-score-circle .score-content .score-number {
  font-family: "Cairo", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: white;
  line-height: 1;
}
.result-score-circle .score-content .score-percent {
  font-size: 1.5rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.result-title {
  font-family: "Cairo", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: white;
  margin: 0 0 0.75rem;
}

.result-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 500px;
  margin: 0 auto;
}

.result-analysis-card,
.result-advice-card,
.result-scores-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.result-analysis-card .card-header,
.result-advice-card .card-header,
.result-scores-card .card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.25rem 1.5rem;
  background: #F9FAFB;
  border-bottom: 1px solid #E5E7EB;
}
.result-analysis-card .card-header > i,
.result-advice-card .card-header > i,
.result-scores-card .card-header > i {
  font-size: 1.5rem;
  color: #5B4EA8;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.result-analysis-card .card-header h2, .result-analysis-card .card-header .h2,
.result-advice-card .card-header h2,
.result-advice-card .card-header .h2,
.result-scores-card .card-header h2,
.result-scores-card .card-header .h2 {
  font-family: "Cairo", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1F2937;
  margin: 0;
}
.result-analysis-card .card-body,
.result-advice-card .card-body,
.result-scores-card .card-body {
  padding: 1.5rem;
}
.result-analysis-card .card-body p,
.result-advice-card .card-body p,
.result-scores-card .card-body p {
  color: #374151;
  line-height: 1.8;
  margin: 0;
}

.result-advice-card .card-header {
  background: linear-gradient(-135deg, #FEF3C7 0%, #FDE68A 100%);
  border-bottom-color: #FCD34D;
}
.result-advice-card .card-header i {
  color: #D97706;
}

.detail-scores-list .detail-score-item {
  padding: 1rem 0;
  border-bottom: 1px solid #F3F4F6;
}
.detail-scores-list .detail-score-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.detail-scores-list .detail-score-item:first-child {
  padding-top: 0;
}
.detail-scores-list .detail-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.detail-scores-list .detail-label {
  font-weight: 600;
  color: #1F2937;
}
.detail-scores-list .detail-value {
  font-weight: 700;
  font-size: 1.1rem;
}
.detail-scores-list .detail-value.high {
  color: #10B981;
}
.detail-scores-list .detail-value.medium {
  color: #E8A838;
}
.detail-scores-list .detail-value.low {
  color: #EF4444;
}
.detail-scores-list .detail-progress {
  height: 8px;
  background: #E5E7EB;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.detail-scores-list .detail-progress-fill {
  height: 100%;
  border-radius: 4px;
  transition: width 0.5s ease;
}
.detail-scores-list .detail-progress-fill.high {
  background: linear-gradient(-90deg, #34D399 0%, #10B981 100%);
}
.detail-scores-list .detail-progress-fill.medium {
  background: linear-gradient(-90deg, #FBBF24 0%, #F59E0B 100%);
}
.detail-scores-list .detail-progress-fill.low {
  background: linear-gradient(-90deg, #F87171 0%, #EF4444 100%);
}
.detail-scores-list .detail-description {
  font-size: 0.9rem;
  color: #4B5563;
  margin: 0;
  line-height: 1.6;
}

.result-sidebar-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.result-sidebar-card .card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: #F9FAFB;
  border-bottom: 1px solid #E5E7EB;
}
.result-sidebar-card .card-header > i {
  font-size: 1.25rem;
  color: #5B4EA8;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.result-sidebar-card .card-header > i.text-warning {
  color: #F59E0B !important;
}
.result-sidebar-card .card-header h3, .result-sidebar-card .card-header .h3 {
  font-family: "Cairo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1F2937;
  margin: 0;
}
.result-sidebar-card .card-body {
  padding: 1.25rem;
}

.lucky-items-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.lucky-items-grid .lucky-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lucky-items-grid .lucky-item .lucky-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: #F3F4F6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.lucky-items-grid .lucky-item .lucky-icon i {
  font-size: 1.25rem;
  color: #5B4EA8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lucky-items-grid .lucky-item .lucky-info {
  display: flex;
  flex-direction: column;
}
.lucky-items-grid .lucky-item .lucky-label {
  font-size: 0.75rem;
  color: #6B7280;
}
.lucky-items-grid .lucky-item .lucky-value {
  font-weight: 700;
  color: #1F2937;
}

.element-match-display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.element-match-display .element-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
.element-match-display .element-item .element-symbol {
  font-size: 2rem;
}
.element-match-display .element-item .element-name {
  font-size: 0.85rem;
  color: #4B5563;
}
.element-match-display .element-connector i {
  font-size: 1.5rem;
  color: #9CA3AF;
}

.element-description {
  font-size: 0.9rem;
  color: #4B5563;
  text-align: center;
  margin: 0;
  line-height: 1.6;
}

.share-buttons-grid {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}
.share-buttons-grid .share-btn {
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.share-buttons-grid .share-btn i {
  font-size: 1.25rem;
  color: white;
}
.share-buttons-grid .share-btn.twitter {
  background: #1DA1F2;
}
.share-buttons-grid .share-btn.twitter:hover {
  background: rgb(11.9665271967, 133.4728033473, 208.0334728033);
}
.share-buttons-grid .share-btn.facebook {
  background: #1877F2;
}
.share-buttons-grid .share-btn.facebook:hover {
  background: rgb(11.4549180328, 95.1639344262, 203.5450819672);
}
.share-buttons-grid .share-btn.whatsapp {
  background: #25D366;
}
.share-buttons-grid .share-btn.whatsapp:hover {
  background: rgb(29.3911290323, 167.6088709677, 81.0241935484);
}
.share-buttons-grid .share-btn.copy {
  background: #4B5563;
}
.share-buttons-grid .share-btn.copy:hover {
  background: #374151;
}
.share-buttons-grid .share-btn:hover {
  transform: translateY(-2px);
}

.try-again-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 1rem;
  background: linear-gradient(-135deg, #E91E63 0%, #FF5722 100%);
  color: white;
  font-weight: 700;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s;
}
.try-again-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(233, 30, 99, 0.4);
  color: white;
}
.try-again-btn i {
  font-size: 1.25rem;
}

.dreams-header,
.dreams-category-header,
.dreams-search-header {
  position: relative;
  padding: 2rem 0 4rem;
  background: linear-gradient(-135deg, #5C6BC0 0%, #3949AB 50%, #1A237E 100%);
  overflow: hidden;
}
.dreams-header .header-bg,
.dreams-category-header .header-bg,
.dreams-search-header .header-bg {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.dreams-header > .container,
.dreams-category-header > .container,
.dreams-search-header > .container {
  position: relative;
  z-index: 1;
}
.dreams-header .header-breadcrumb,
.dreams-category-header .header-breadcrumb,
.dreams-search-header .header-breadcrumb {
  margin-bottom: 2rem;
}
.dreams-header .header-breadcrumb a, .dreams-header .header-breadcrumb span,
.dreams-category-header .header-breadcrumb a,
.dreams-category-header .header-breadcrumb span,
.dreams-search-header .header-breadcrumb a,
.dreams-search-header .header-breadcrumb span {
  color: rgba(255, 255, 255, 0.8);
}
.dreams-header .header-breadcrumb a:hover,
.dreams-category-header .header-breadcrumb a:hover,
.dreams-search-header .header-breadcrumb a:hover {
  color: white;
}
.dreams-header .header-breadcrumb i,
.dreams-category-header .header-breadcrumb i,
.dreams-search-header .header-breadcrumb i {
  color: rgba(255, 255, 255, 0.5);
}
.dreams-header .hero-content,
.dreams-category-header .hero-content,
.dreams-search-header .hero-content {
  margin-bottom: 2.5rem;
}
.dreams-header .hero-content .hero-icon,
.dreams-category-header .hero-content .hero-icon,
.dreams-search-header .hero-content .hero-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dreams-header .hero-content .hero-icon i,
.dreams-category-header .hero-content .hero-icon i,
.dreams-search-header .hero-content .hero-icon i {
  font-size: 2.5rem;
  color: white;
}
.dreams-header .hero-content .hero-title,
.dreams-category-header .hero-content .hero-title,
.dreams-search-header .hero-content .hero-title {
  font-family: "Cairo", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: white;
  margin: 0 0 1rem;
}
.dreams-header .hero-content .hero-subtitle,
.dreams-category-header .hero-content .hero-subtitle,
.dreams-search-header .hero-content .hero-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 500px;
  margin: 0 auto;
}

.dreams-search-container {
  max-width: 600px;
  margin: 0 auto;
}

.dreams-search-form .search-input-wrapper {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50px;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.dreams-search-form .search-input-wrapper > i {
  font-size: 1.25rem;
  color: #9CA3AF;
  margin-right: 0.75rem;
}
.dreams-search-form .search-input-wrapper .search-input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 1rem;
  padding: 0.75rem 0;
  color: #1F2937;
}
.dreams-search-form .search-input-wrapper .search-input::-moz-placeholder {
  color: #9CA3AF;
}
.dreams-search-form .search-input-wrapper .search-input::placeholder {
  color: #9CA3AF;
}
.dreams-search-form .search-input-wrapper .search-input:focus {
  outline: none;
}
.dreams-search-form .search-input-wrapper .search-submit {
  padding: 0.75rem 2rem;
  background: linear-gradient(-135deg, #5C6BC0 0%, #3949AB 100%);
  color: white;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}
.dreams-search-form .search-input-wrapper .search-submit:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 20px rgba(57, 73, 171, 0.4);
}

.featured-dream-card {
  position: relative;
  background: linear-gradient(-135deg, #5C6BC0 0%, #3949AB 100%);
  border-radius: 24px;
  padding: 3rem;
  text-align: center;
  overflow: hidden;
}
.featured-dream-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}
.featured-dream-card .featured-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  color: white;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  position: relative;
}
.featured-dream-card .featured-content {
  position: relative;
}
.featured-dream-card .featured-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 1.5rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-dream-card .featured-icon i {
  font-size: 2rem;
  color: white;
}
.featured-dream-card .featured-title {
  font-family: "Cairo", sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  color: white;
  margin: 0 0 1rem;
}
.featured-dream-card .featured-excerpt {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto 1.5rem;
}
.featured-dream-card .featured-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 2rem;
  background: white;
  color: #3949AB;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.featured-dream-card .featured-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .categories-grid {
    grid-template-columns: 1fr;
  }
}

.category-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s;
}
.category-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.category-card .category-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  background: #F9FAFB;
  border-bottom: 1px solid #E5E7EB;
}
.category-card .category-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(-135deg, #5C6BC0 0%, #3949AB 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.category-card .category-icon i {
  font-size: 1.5rem;
  color: white;
}
.category-card .category-name {
  font-family: "Cairo", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1F2937;
  margin: 0;
  flex: 1;
}
.category-card .category-count {
  font-size: 0.85rem;
  color: #6B7280;
  background: #E5E7EB;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
}
.category-card .category-dreams-list {
  padding: 1rem 1.25rem;
}
.category-card .category-dream-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  color: #374151;
  text-decoration: none;
  border-bottom: 1px solid #F3F4F6;
  transition: color 0.2s;
}
.category-card .category-dream-item:last-child {
  border-bottom: none;
}
.category-card .category-dream-item:hover {
  color: #3949AB;
}
.category-card .category-dream-item i {
  font-size: 0.85rem;
  color: #5C6BC0;
}
.category-card .category-view-all {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  background: #F9FAFB;
  color: #3949AB;
  text-decoration: none;
  font-weight: 600;
  border-top: 1px solid #E5E7EB;
  transition: all 0.2s;
}
.category-card .category-view-all:hover {
  background: #3949AB;
  color: white;
}

.dreams-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .dreams-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .dreams-grid {
    grid-template-columns: 1fr;
  }
}

.dream-card {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.3s;
}
.dream-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-color: #5C6BC0;
}
.dream-card:hover .dream-icon {
  background: #3949AB;
}
.dream-card .dream-icon {
  width: 50px;
  height: 50px;
  background: #5C6BC0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  transition: background 0.3s;
}
.dream-card .dream-icon i {
  font-size: 1.5rem;
  color: white;
}
.dream-card .dream-title {
  font-family: "Cairo", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1F2937;
  margin: 0 0 0.5rem;
}
.dream-card .dream-excerpt {
  font-size: 0.9rem;
  color: #4B5563;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}
.dream-card .dream-category-tag {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.25rem 0.75rem;
  background: #F3F4F6;
  color: #4B5563;
  font-size: 0.8rem;
  border-radius: 50px;
}

.popular-dreams-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.popular-dream-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 50px;
  color: #374151;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s;
}
.popular-dream-tag i {
  color: #5C6BC0;
}
.popular-dream-tag:hover {
  background: #5C6BC0;
  border-color: #5C6BC0;
  color: white;
}
.popular-dream-tag:hover i {
  color: white;
}

.dreams-cta {
  background: linear-gradient(-135deg, #5C6BC0 0%, #3949AB 100%);
}

.dream-show-header {
  position: relative;
  padding: 2rem 0 3rem;
  background: linear-gradient(-135deg, #5C6BC0 0%, #3949AB 50%, #1A237E 100%);
  overflow: hidden;
}
.dream-show-header .header-bg {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.dream-show-header > .container {
  position: relative;
  z-index: 1;
}
.dream-show-header .header-breadcrumb {
  margin-bottom: 2rem;
}
.dream-show-header .header-breadcrumb a, .dream-show-header .header-breadcrumb span {
  color: rgba(255, 255, 255, 0.8);
}
.dream-show-header .header-breadcrumb a:hover {
  color: white;
}
.dream-show-header .header-breadcrumb i {
  color: rgba(255, 255, 255, 0.5);
}

.dream-hero {
  text-align: center;
}
.dream-hero .dream-hero-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dream-hero .dream-hero-icon i {
  font-size: 2.5rem;
  color: white;
}
.dream-hero .dream-hero-title {
  font-family: "Cairo", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: white;
  margin: 0 0 1rem;
}

.dream-sentiment-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
}
.dream-sentiment-badge.positive {
  background: rgba(16, 185, 129, 0.2);
  color: #A7F3D0;
}
.dream-sentiment-badge.negative {
  background: rgba(239, 68, 68, 0.2);
  color: #FCA5A5;
}
.dream-sentiment-badge.neutral {
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
}

.dream-content-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.dream-content-card .card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.25rem 1.5rem;
  background: #F9FAFB;
  border-bottom: 1px solid #E5E7EB;
}
.dream-content-card .card-header > i {
  font-size: 1.5rem;
  color: #5C6BC0;
}
.dream-content-card .card-header h2, .dream-content-card .card-header .h2 {
  font-family: "Cairo", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1F2937;
  margin: 0;
}
.dream-content-card .card-body {
  padding: 1.5rem;
}
.dream-content-card .interpretation-text {
  font-size: 1.05rem;
  color: #374151;
  line-height: 2;
  margin: 0;
}

.symbols-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.symbol-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 1rem;
  background: #EEF2FF;
  color: #3949AB;
  border-radius: 50px;
  font-size: 0.9rem;
}
.symbol-tag i {
  font-size: 1.25rem;
}

.dream-faq .faq-item {
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  margin-bottom: 0.75rem;
  overflow: hidden;
}
.dream-faq .faq-item:last-child {
  margin-bottom: 0;
}
.dream-faq .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 1.25rem;
  background: #F9FAFB;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s;
}
.dream-faq .faq-question span {
  font-weight: 600;
  color: #1F2937;
}
.dream-faq .faq-question i {
  color: #6B7280;
  transition: transform 0.3s;
}
.dream-faq .faq-question:not(.collapsed) {
  background: #EEF2FF;
}
.dream-faq .faq-question:not(.collapsed) span {
  color: #3949AB;
}
.dream-faq .faq-question:not(.collapsed) i {
  transform: rotate(-180deg);
  color: #3949AB;
}
.dream-faq .faq-answer {
  padding: 1rem 1.25rem;
}
.dream-faq .faq-answer p {
  margin: 0;
  color: #374151;
  line-height: 1.8;
}

.dream-share-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  margin-bottom: 1.5rem;
}
.dream-share-card .share-label {
  font-weight: 600;
  color: #374151;
}
.dream-share-card .share-buttons {
  display: flex;
  gap: 0.5rem;
}
.dream-share-card .share-btn {
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.dream-share-card .share-btn i {
  font-size: 1.25rem;
  color: white;
}
.dream-share-card .share-btn.twitter {
  background: #1DA1F2;
}
.dream-share-card .share-btn.twitter:hover {
  background: rgb(11.9665271967, 133.4728033473, 208.0334728033);
}
.dream-share-card .share-btn.facebook {
  background: #1877F2;
}
.dream-share-card .share-btn.facebook:hover {
  background: rgb(11.4549180328, 95.1639344262, 203.5450819672);
}
.dream-share-card .share-btn.whatsapp {
  background: #25D366;
}
.dream-share-card .share-btn.whatsapp:hover {
  background: rgb(29.3911290323, 167.6088709677, 81.0241935484);
}
.dream-share-card .share-btn.copy {
  background: #4B5563;
}
.dream-share-card .share-btn.copy:hover {
  background: #374151;
}
@media (max-width: 576px) {
  .dream-share-card {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}

.dream-sidebar-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.dream-sidebar-card .card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: #F9FAFB;
  border-bottom: 1px solid #E5E7EB;
}
.dream-sidebar-card .card-header > i {
  font-size: 1.25rem;
  color: #5C6BC0;
}
.dream-sidebar-card .card-header h3, .dream-sidebar-card .card-header .h3 {
  font-family: "Cairo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1F2937;
  margin: 0;
}
.dream-sidebar-card .card-body {
  padding: 1.25rem;
}

.sidebar-search-form .search-input-group {
  display: flex;
  border: 1px solid #D1D5DB;
  border-radius: 10px;
  overflow: hidden;
}
.sidebar-search-form .search-input-group input {
  flex: 1;
  padding: 0.75rem 1rem;
  border: none;
  font-size: 0.95rem;
}
.sidebar-search-form .search-input-group input:focus {
  outline: none;
}
.sidebar-search-form .search-input-group button {
  padding: 0.75rem 1rem;
  background: #5C6BC0;
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.sidebar-search-form .search-input-group button:hover {
  background: #3949AB;
}

.related-dreams-list .related-dream-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 0;
  color: #374151;
  text-decoration: none;
  border-bottom: 1px solid #F3F4F6;
  transition: color 0.2s;
}
.related-dreams-list .related-dream-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.related-dreams-list .related-dream-item:first-child {
  padding-top: 0;
}
.related-dreams-list .related-dream-item:hover {
  color: #3949AB;
}
.related-dreams-list .related-dream-item i {
  color: #5C6BC0;
}

.other-dreams-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.other-dreams-list .other-dream-item {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #F3F4F6;
  color: #374151;
  border-radius: 50px;
  font-size: 0.85rem;
  text-decoration: none;
  transition: all 0.2s;
}
.other-dreams-list .other-dream-item:hover {
  background: #5C6BC0;
  color: white;
}

.categories-list .category-list-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  color: #374151;
  text-decoration: none;
  border-bottom: 1px solid #F3F4F6;
  transition: all 0.2s;
}
.categories-list .category-list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.categories-list .category-list-item:first-child {
  padding-top: 0;
}
.categories-list .category-list-item i {
  width: 24px;
  text-align: center;
  color: #5C6BC0;
}
.categories-list .category-list-item:hover, .categories-list .category-list-item.active {
  color: #3949AB;
}
.categories-list .category-list-item:hover i, .categories-list .category-list-item.active i {
  color: #3949AB;
}
.categories-list .category-list-item.active {
  font-weight: 600;
}

.back-to-dreams-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 1rem;
  background: linear-gradient(-135deg, #5C6BC0 0%, #3949AB 100%);
  color: white;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s;
}
.back-to-dreams-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(57, 73, 171, 0.4);
  color: white;
}

.search-results-header {
  margin-bottom: 2rem;
}
.search-results-header .results-count {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #4B5563;
  font-size: 1rem;
}
.search-results-header .results-count i {
  color: #5C6BC0;
}
.search-results-header .results-count strong {
  color: #1F2937;
}

.no-results {
  text-align: center;
  padding: 4rem 2rem;
}
.no-results .no-results-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 1.5rem;
  background: #F3F4F6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-results .no-results-icon i {
  font-size: 3rem;
  color: #9CA3AF;
}
.no-results h3, .no-results .h3 {
  font-family: "Cairo", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1F2937;
  margin: 0 0 0.75rem;
}
.no-results p {
  color: #4B5563;
  margin: 0 0 1.5rem;
}

.dreams-pagination {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.dreams-pagination .pagination {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.dreams-pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0.5rem 0.75rem;
  background: white;
  border: 1px solid #E5E7EB;
  border-radius: 0.5rem;
  color: #374151;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.dreams-pagination .page-item .page-link i {
  font-size: 0.875rem;
}
.dreams-pagination .page-item .page-link:hover {
  background: #5B4EA8;
  border-color: #5B4EA8;
  color: white;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.dreams-pagination .page-item .page-link:focus {
  box-shadow: 0 0 0 3px rgba(91, 78, 168, 0.2);
  outline: none;
}
.dreams-pagination .page-item.active .page-link {
  background: linear-gradient(-135deg, #5B4EA8 0%, #483D8B 100%);
  border-color: transparent;
  color: white;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(91, 78, 168, 0.3);
}
.dreams-pagination .page-item.disabled .page-link {
  background: #F3F4F6;
  border-color: #E5E7EB;
  color: #9CA3AF;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
}

.zodiac-index-header {
  position: relative;
  padding: 2rem 0 2.5rem;
  background: linear-gradient(-135deg, #6366F1 0%, #4F46E5 50%, #3730A3 100%);
  overflow: hidden;
}
.zodiac-index-header .header-bg {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.zodiac-index-header > .container {
  position: relative;
  z-index: 1;
}
.zodiac-index-header .header-breadcrumb {
  margin-bottom: 2rem;
}
.zodiac-index-header .header-breadcrumb a, .zodiac-index-header .header-breadcrumb span {
  color: rgba(255, 255, 255, 0.8);
}
.zodiac-index-header .header-breadcrumb a:hover {
  color: white;
}
.zodiac-index-header .header-breadcrumb i {
  color: rgba(255, 255, 255, 0.5);
}
.zodiac-index-header .hero-content .hero-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 1rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zodiac-index-header .hero-content .hero-icon i {
  font-size: 2rem;
  color: white;
}
.zodiac-index-header .hero-content .hero-title {
  font-family: "Cairo", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: white;
  margin: 0 0 0.75rem;
}
.zodiac-index-header .hero-content .hero-subtitle {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 500px;
  margin: 0 auto;
}

.zodiac-signs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media (max-width: 1200px) {
  .zodiac-signs-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .zodiac-signs-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}

.zodiac-sign-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.3s;
  overflow: hidden;
}
.zodiac-sign-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  opacity: 0;
  transition: opacity 0.3s;
}
.zodiac-sign-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.zodiac-sign-card:hover::before {
  opacity: 1;
}
.zodiac-sign-card:hover .sign-icon-wrapper {
  transform: scale(1.1);
}
.zodiac-sign-card:hover .sign-arrow {
  opacity: 1;
  transform: translateX(5px);
}
.zodiac-sign-card.sign-aries::before {
  background: linear-gradient(-90deg, #E53935, rgb(237.7236842105, 123.4342105263, 120.7763157895));
}
.zodiac-sign-card.sign-aries .sign-icon-wrapper {
  background: linear-gradient(-135deg, rgba(229, 57, 53, 0.08) 0%, rgba(229, 57, 53, 0.15) 100%);
  border-color: #E53935;
}
.zodiac-sign-card.sign-aries .sign-element {
  color: #E53935;
}
.zodiac-sign-card.sign-aries:hover {
  box-shadow: 0 15px 40px rgba(229, 57, 53, 0.25);
}
.zodiac-sign-card.sign-taurus::before {
  background: linear-gradient(-90deg, #43A047, rgb(109.449339207, 194.050660793, 113.0881057269));
}
.zodiac-sign-card.sign-taurus .sign-icon-wrapper {
  background: linear-gradient(-135deg, rgba(67, 160, 71, 0.08) 0%, rgba(67, 160, 71, 0.15) 100%);
  border-color: #43A047;
}
.zodiac-sign-card.sign-taurus .sign-element {
  color: #43A047;
}
.zodiac-sign-card.sign-taurus:hover {
  box-shadow: 0 15px 40px rgba(67, 160, 71, 0.25);
}
.zodiac-sign-card.sign-gemini::before {
  background: linear-gradient(-90deg, #FFB300, rgb(255, 201.8, 76.5));
}
.zodiac-sign-card.sign-gemini .sign-icon-wrapper {
  background: linear-gradient(-135deg, rgba(255, 179, 0, 0.08) 0%, rgba(255, 179, 0, 0.15) 100%);
  border-color: #FFB300;
}
.zodiac-sign-card.sign-gemini .sign-element {
  color: #FFB300;
}
.zodiac-sign-card.sign-gemini:hover {
  box-shadow: 0 15px 40px rgba(255, 179, 0, 0.25);
}
.zodiac-sign-card.sign-cancer::before {
  background: linear-gradient(-90deg, #78909C, rgb(164.1346153846, 180.2884615385, 188.3653846154));
}
.zodiac-sign-card.sign-cancer .sign-icon-wrapper {
  background: linear-gradient(-135deg, rgba(120, 144, 156, 0.08) 0%, rgba(120, 144, 156, 0.15) 100%);
  border-color: #78909C;
}
.zodiac-sign-card.sign-cancer .sign-element {
  color: #78909C;
}
.zodiac-sign-card.sign-cancer:hover {
  box-shadow: 0 15px 40px rgba(120, 144, 156, 0.25);
}
.zodiac-sign-card.sign-leo::before {
  background: linear-gradient(-90deg, #FF8F00, rgb(255, 176.6, 76.5));
}
.zodiac-sign-card.sign-leo .sign-icon-wrapper {
  background: linear-gradient(-135deg, rgba(255, 143, 0, 0.08) 0%, rgba(255, 143, 0, 0.15) 100%);
  border-color: #FF8F00;
}
.zodiac-sign-card.sign-leo .sign-element {
  color: #FF8F00;
}
.zodiac-sign-card.sign-leo:hover {
  box-shadow: 0 15px 40px rgba(255, 143, 0, 0.25);
}
.zodiac-sign-card.sign-virgo::before {
  background: linear-gradient(-90deg, #6D4C41, rgb(156.9224137931, 109.4137931034, 93.5775862069));
}
.zodiac-sign-card.sign-virgo .sign-icon-wrapper {
  background: linear-gradient(-135deg, rgba(109, 76, 65, 0.08) 0%, rgba(109, 76, 65, 0.15) 100%);
  border-color: #6D4C41;
}
.zodiac-sign-card.sign-virgo .sign-element {
  color: #6D4C41;
}
.zodiac-sign-card.sign-virgo:hover {
  box-shadow: 0 15px 40px rgba(109, 76, 65, 0.25);
}
.zodiac-sign-card.sign-libra::before {
  background: linear-gradient(-90deg, #EC407A, rgb(242.9214285714, 133.5785714286, 170.45));
}
.zodiac-sign-card.sign-libra .sign-icon-wrapper {
  background: linear-gradient(-135deg, rgba(236, 64, 122, 0.08) 0%, rgba(236, 64, 122, 0.15) 100%);
  border-color: #EC407A;
}
.zodiac-sign-card.sign-libra .sign-element {
  color: #EC407A;
}
.zodiac-sign-card.sign-libra:hover {
  box-shadow: 0 15px 40px rgba(236, 64, 122, 0.25);
}
.zodiac-sign-card.sign-scorpio::before {
  background: linear-gradient(-90deg, #8E24AA, rgb(184.3203883495, 67.2572815534, 215.2427184466));
}
.zodiac-sign-card.sign-scorpio .sign-icon-wrapper {
  background: linear-gradient(-135deg, rgba(142, 36, 170, 0.08) 0%, rgba(142, 36, 170, 0.15) 100%);
  border-color: #8E24AA;
}
.zodiac-sign-card.sign-scorpio .sign-element {
  color: #8E24AA;
}
.zodiac-sign-card.sign-scorpio:hover {
  box-shadow: 0 15px 40px rgba(142, 36, 170, 0.25);
}
.zodiac-sign-card.sign-sagittarius::before {
  background: linear-gradient(-90deg, #5E35B1, rgb(134.6695652174, 98.3934782609, 208.1065217391));
}
.zodiac-sign-card.sign-sagittarius .sign-icon-wrapper {
  background: linear-gradient(-135deg, rgba(94, 53, 177, 0.08) 0%, rgba(94, 53, 177, 0.15) 100%);
  border-color: #5E35B1;
}
.zodiac-sign-card.sign-sagittarius .sign-element {
  color: #5E35B1;
}
.zodiac-sign-card.sign-sagittarius:hover {
  box-shadow: 0 15px 40px rgba(94, 53, 177, 0.25);
}
.zodiac-sign-card.sign-capricorn::before {
  background: linear-gradient(-90deg, #455A64, rgb(100.2337278107, 130.7396449704, 145.2662721893));
}
.zodiac-sign-card.sign-capricorn .sign-icon-wrapper {
  background: linear-gradient(-135deg, rgba(69, 90, 100, 0.08) 0%, rgba(69, 90, 100, 0.15) 100%);
  border-color: #455A64;
}
.zodiac-sign-card.sign-capricorn .sign-element {
  color: #455A64;
}
.zodiac-sign-card.sign-capricorn:hover {
  box-shadow: 0 15px 40px rgba(69, 90, 100, 0.25);
}
.zodiac-sign-card.sign-aquarius::before {
  background: linear-gradient(-90deg, #039BE5, rgb(56.1056034483, 188.1228448276, 252.3943965517));
}
.zodiac-sign-card.sign-aquarius .sign-icon-wrapper {
  background: linear-gradient(-135deg, rgba(3, 155, 229, 0.08) 0%, rgba(3, 155, 229, 0.15) 100%);
  border-color: #039BE5;
}
.zodiac-sign-card.sign-aquarius .sign-element {
  color: #039BE5;
}
.zodiac-sign-card.sign-aquarius:hover {
  box-shadow: 0 15px 40px rgba(3, 155, 229, 0.25);
}
.zodiac-sign-card.sign-pisces::before {
  background: linear-gradient(-90deg, #00ACC1, rgb(14.5, 228.8316062176, 255));
}
.zodiac-sign-card.sign-pisces .sign-icon-wrapper {
  background: linear-gradient(-135deg, rgba(0, 172, 193, 0.08) 0%, rgba(0, 172, 193, 0.15) 100%);
  border-color: #00ACC1;
}
.zodiac-sign-card.sign-pisces .sign-element {
  color: #00ACC1;
}
.zodiac-sign-card.sign-pisces:hover {
  box-shadow: 0 15px 40px rgba(0, 172, 193, 0.25);
}
.zodiac-sign-card .sign-icon-wrapper {
  width: 72px;
  height: 72px;
  margin-bottom: 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 0.75rem;
  border: 3px solid #D1D5DB;
  background: #FFFFFF;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.zodiac-sign-card .sign-icon-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.zodiac-sign-card .sign-info {
  flex: 1;
}
.zodiac-sign-card .sign-info .sign-name {
  font-family: "Cairo", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1F2937;
  margin: 0 0 0.25rem;
}
.zodiac-sign-card .sign-info .sign-name-en {
  display: block;
  font-size: 0.85rem;
  color: #6B7280;
  margin-bottom: 0.5rem;
}
.zodiac-sign-card .sign-info .sign-dates {
  display: block;
  font-size: 0.9rem;
  color: #4B5563;
}
.zodiac-sign-card .sign-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #F3F4F6;
}
.zodiac-sign-card .sign-meta .sign-element,
.zodiac-sign-card .sign-meta .sign-planet {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
}
.zodiac-sign-card .sign-meta .sign-element i,
.zodiac-sign-card .sign-meta .sign-planet i {
  font-size: 0.9rem;
}
.zodiac-sign-card .sign-meta .sign-planet {
  color: #4B5563;
}
.zodiac-sign-card .sign-arrow {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  opacity: 0;
  color: #9CA3AF;
  transition: all 0.3s;
}
.zodiac-sign-card .sign-arrow i {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .zodiac-sign-card {
    padding: 1rem;
    align-items: center;
    text-align: center;
  }
  .zodiac-sign-card .sign-icon-wrapper {
    width: 56px;
    height: 56px;
    margin-bottom: 0.75rem;
  }
  .zodiac-sign-card .sign-info .sign-name {
    font-size: 1rem;
  }
  .zodiac-sign-card .sign-info .sign-name-en {
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
  }
  .zodiac-sign-card .sign-info .sign-dates {
    font-size: 0.75rem;
  }
  .zodiac-sign-card .sign-meta {
    justify-content: center;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
  }
  .zodiac-sign-card .sign-meta .sign-element,
  .zodiac-sign-card .sign-meta .sign-planet {
    font-size: 0.7rem;
  }
  .zodiac-sign-card .sign-arrow {
    display: none;
  }
}

.elements-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .elements-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .elements-grid {
    grid-template-columns: 1fr;
  }
}

.element-card {
  background: #FFFFFF;
  border: 2px solid #E5E7EB;
  border-radius: 16px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s;
}
.element-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.element-card.element-fire {
  border-color: rgba(255, 107, 53, 0.3);
}
.element-card.element-fire .element-icon {
  background: linear-gradient(-135deg, #FFF1ED 0%, #FFE4DC 100%);
  color: #D84315;
}
.element-card.element-fire .element-name {
  color: #D84315;
}
.element-card.element-fire:hover {
  border-color: #FF6B35;
}
.element-card.element-earth {
  border-color: rgba(76, 175, 80, 0.3);
}
.element-card.element-earth .element-icon {
  background: linear-gradient(-135deg, #E8F5E9 0%, #C8E6C9 100%);
  color: #388E3C;
}
.element-card.element-earth .element-name {
  color: #388E3C;
}
.element-card.element-earth:hover {
  border-color: #4CAF50;
}
.element-card.element-air {
  border-color: rgba(3, 169, 244, 0.3);
}
.element-card.element-air .element-icon {
  background: linear-gradient(-135deg, #E1F5FE 0%, #B3E5FC 100%);
  color: #0288D1;
}
.element-card.element-air .element-name {
  color: #0288D1;
}
.element-card.element-air:hover {
  border-color: #03A9F4;
}
.element-card.element-water {
  border-color: rgba(63, 81, 181, 0.3);
}
.element-card.element-water .element-icon {
  background: linear-gradient(-135deg, #E8EAF6 0%, #C5CAE9 100%);
  color: #303F9F;
}
.element-card.element-water .element-name {
  color: #303F9F;
}
.element-card.element-water:hover {
  border-color: #3F51B5;
}
.element-card .element-header {
  margin-bottom: 1.5rem;
}
.element-card .element-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.element-card .element-icon i {
  font-size: 2rem;
}
.element-card .element-name {
  font-family: "Cairo", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.element-card .element-traits {
  font-size: 0.9rem;
  color: #4B5563;
  margin: 0;
}
.element-card .element-signs {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.element-card .element-sign-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: #F9FAFB;
  border-radius: 10px;
  text-decoration: none;
  color: #374151;
  transition: all 0.2s;
}
.element-card .element-sign-item .symbol {
  font-size: 1.25rem;
}
.element-card .element-sign-item .name {
  font-weight: 500;
}
.element-card .element-sign-item:hover {
  background: #F3F4F6;
  transform: translateX(3px);
}

.modalities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .modalities-grid {
    grid-template-columns: 1fr;
  }
}

.modality-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  padding: 1.5rem;
  transition: all 0.3s;
}
.modality-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.modality-card.modality-cardinal .modality-icon {
  background: linear-gradient(-135deg, #FEF3C7 0%, #FDE68A 100%);
  color: #D97706;
}
.modality-card.modality-cardinal .modality-name {
  color: #D97706;
}
.modality-card.modality-fixed .modality-icon {
  background: linear-gradient(-135deg, #DBEAFE 0%, #BFDBFE 100%);
  color: #2563EB;
}
.modality-card.modality-fixed .modality-name {
  color: #2563EB;
}
.modality-card.modality-mutable .modality-icon {
  background: linear-gradient(-135deg, #D1FAE5 0%, #A7F3D0 100%);
  color: #059669;
}
.modality-card.modality-mutable .modality-name {
  color: #059669;
}
.modality-card .modality-header {
  text-align: center;
  margin-bottom: 1rem;
}
.modality-card .modality-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modality-card .modality-icon i {
  font-size: 1.75rem;
}
.modality-card .modality-name {
  font-family: "Cairo", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
}
.modality-card .modality-traits {
  font-size: 0.9rem;
  color: #4B5563;
  margin: 0;
}
.modality-card .modality-description {
  font-size: 0.9rem;
  color: #4B5563;
  line-height: 1.7;
  text-align: center;
  margin: 0 0 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #F3F4F6;
}
.modality-card .modality-signs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}
.modality-card .modality-sign-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 1rem;
  background: #F3F4F6;
  border-radius: 50px;
  text-decoration: none;
  color: #374151;
  font-size: 0.9rem;
  transition: all 0.2s;
}
.modality-card .modality-sign-item .symbol {
  font-size: 1.1rem;
}
.modality-card .modality-sign-item:hover {
  background: #5B4EA8;
  color: white;
}

.quick-links-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .quick-links-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .quick-links-grid {
    grid-template-columns: 1fr;
  }
}

.quick-link-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem 1.5rem;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.3s;
}
.quick-link-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.quick-link-card:hover .quick-link-icon {
  transform: scale(1.1);
}
.quick-link-card .quick-link-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 1rem;
  background: linear-gradient(-135deg, #6366F1 0%, #4F46E5 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}
.quick-link-card .quick-link-icon i {
  font-size: 1.75rem;
  color: white;
}
.quick-link-card h3, .quick-link-card .h3 {
  font-family: "Cairo", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1F2937;
  margin: 0 0 0.5rem;
}
.quick-link-card p {
  font-size: 0.9rem;
  color: #4B5563;
  margin: 0;
}

.zodiac-cta {
  background: linear-gradient(-135deg, #6366F1 0%, #4F46E5 50%, #3730A3 100%);
}

.home-hero {
  position: relative;
  padding: 3rem 0 4rem;
  background: linear-gradient(-135deg, #5B4EA8 0%, #483D8B 50%, #2D2654 100%);
  overflow: hidden;
}
.home-hero .hero-bg {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
  pointer-events: none;
}
.home-hero > .container {
  position: relative;
  z-index: 1;
}
.home-hero .hero-content .hero-date {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
.home-hero .hero-content .hero-title {
  font-family: "Cairo", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: white;
  margin: 0 0 1rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .home-hero .hero-content .hero-title {
    font-size: 2rem;
  }
}
.home-hero .hero-content .hero-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
  margin: 0 0 2rem;
  max-width: 500px;
}
.home-hero .hero-content .hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-energy-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
}
.hero-energy-card .energy-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.hero-energy-card .energy-header i {
  font-size: 1.5rem;
  color: #FFD700;
}
.hero-energy-card .energy-header h3, .hero-energy-card .energy-header .h3 {
  font-family: "Cairo", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: white;
  margin: 0;
}
.hero-energy-card .energy-meter {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto 1.5rem;
}
.hero-energy-card .energy-meter svg {
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
}
.hero-energy-card .energy-meter .energy-bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 8;
}
.hero-energy-card .energy-meter .energy-fill {
  fill: none;
  stroke-width: 8;
  stroke-linecap: round;
  transition: stroke-dasharray 1s ease;
}
.hero-energy-card .energy-meter .energy-fill.energy-high {
  stroke: #10B981;
}
.hero-energy-card .energy-meter .energy-fill.energy-medium {
  stroke: #F59E0B;
}
.hero-energy-card .energy-meter .energy-fill.energy-low {
  stroke: #EF4444;
}
.hero-energy-card .energy-meter .energy-value {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  font-family: "Cairo", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: white;
}
.hero-energy-card .energy-description {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  margin: 0;
}

.home-zodiac-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}
@media (max-width: 1200px) {
  .home-zodiac-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .home-zodiac-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .home-zodiac-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.home-zodiac-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.25rem 1rem;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
}
.home-zodiac-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.home-zodiac-card:hover .zodiac-icon-wrapper {
  transform: scale(1.1);
}
.home-zodiac-card.sign-aries:hover {
  box-shadow: 0 15px 40px rgba(229, 57, 53, 0.2);
}
.home-zodiac-card.sign-taurus:hover {
  box-shadow: 0 15px 40px rgba(67, 160, 71, 0.2);
}
.home-zodiac-card.sign-gemini:hover {
  box-shadow: 0 15px 40px rgba(255, 179, 0, 0.2);
}
.home-zodiac-card.sign-cancer:hover {
  box-shadow: 0 15px 40px rgba(120, 144, 156, 0.2);
}
.home-zodiac-card.sign-leo:hover {
  box-shadow: 0 15px 40px rgba(255, 143, 0, 0.2);
}
.home-zodiac-card.sign-virgo:hover {
  box-shadow: 0 15px 40px rgba(109, 76, 65, 0.2);
}
.home-zodiac-card.sign-libra:hover {
  box-shadow: 0 15px 40px rgba(236, 64, 122, 0.2);
}
.home-zodiac-card.sign-scorpio:hover {
  box-shadow: 0 15px 40px rgba(142, 36, 170, 0.2);
}
.home-zodiac-card.sign-sagittarius:hover {
  box-shadow: 0 15px 40px rgba(94, 53, 177, 0.2);
}
.home-zodiac-card.sign-capricorn:hover {
  box-shadow: 0 15px 40px rgba(69, 90, 100, 0.2);
}
.home-zodiac-card.sign-aquarius:hover {
  box-shadow: 0 15px 40px rgba(3, 155, 229, 0.2);
}
.home-zodiac-card.sign-pisces:hover {
  box-shadow: 0 15px 40px rgba(0, 172, 193, 0.2);
}
.home-zodiac-card .zodiac-icon-wrapper {
  width: 56px;
  height: 56px;
  margin-bottom: 0.75rem;
  transition: transform 0.3s;
}
.home-zodiac-card .zodiac-name {
  font-family: "Cairo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1F2937;
  margin: 0 0 0.25rem;
}
.home-zodiac-card .zodiac-dates {
  font-size: 0.75rem;
  color: #6B7280;
  margin: 0;
}
.home-zodiac-card .zodiac-energy-indicator {
  width: 100%;
  height: 4px;
  background: #F3F4F6;
  border-radius: 2px;
  margin-top: 0.75rem;
  overflow: hidden;
}
.home-zodiac-card .zodiac-energy-indicator .energy-fill {
  height: 100%;
  background: linear-gradient(-90deg, #5B4EA8, #7B6DC8);
  border-radius: 2px;
  transition: width 0.5s ease;
}

.home-lucky-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.home-lucky-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  transition: all 0.3s;
}
.home-lucky-card:hover {
  transform: translateX(5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.home-lucky-card.is-first {
  background: linear-gradient(-135deg, #FEF3C7 0%, #FDE68A 100%);
  border-color: #FCD34D;
}
.home-lucky-card.is-first .lucky-rank {
  background: linear-gradient(-135deg, #F59E0B 0%, #D97706 100%);
  color: white;
}
.home-lucky-card .lucky-rank {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3F4F6;
  border-radius: 50%;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  color: #4B5563;
}
.home-lucky-card .lucky-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.5rem;
}
.home-lucky-card .lucky-icon.sign-aries {
  background: rgba(229, 57, 53, 0.1);
  border: 2px solid rgba(229, 57, 53, 0.3);
}
.home-lucky-card .lucky-icon.sign-taurus {
  background: rgba(67, 160, 71, 0.1);
  border: 2px solid rgba(67, 160, 71, 0.3);
}
.home-lucky-card .lucky-icon.sign-gemini {
  background: rgba(255, 179, 0, 0.1);
  border: 2px solid rgba(255, 179, 0, 0.3);
}
.home-lucky-card .lucky-icon.sign-cancer {
  background: rgba(120, 144, 156, 0.1);
  border: 2px solid rgba(120, 144, 156, 0.3);
}
.home-lucky-card .lucky-icon.sign-leo {
  background: rgba(255, 143, 0, 0.1);
  border: 2px solid rgba(255, 143, 0, 0.3);
}
.home-lucky-card .lucky-icon.sign-virgo {
  background: rgba(109, 76, 65, 0.1);
  border: 2px solid rgba(109, 76, 65, 0.3);
}
.home-lucky-card .lucky-icon.sign-libra {
  background: rgba(236, 64, 122, 0.1);
  border: 2px solid rgba(236, 64, 122, 0.3);
}
.home-lucky-card .lucky-icon.sign-scorpio {
  background: rgba(142, 36, 170, 0.1);
  border: 2px solid rgba(142, 36, 170, 0.3);
}
.home-lucky-card .lucky-icon.sign-sagittarius {
  background: rgba(94, 53, 177, 0.1);
  border: 2px solid rgba(94, 53, 177, 0.3);
}
.home-lucky-card .lucky-icon.sign-capricorn {
  background: rgba(69, 90, 100, 0.1);
  border: 2px solid rgba(69, 90, 100, 0.3);
}
.home-lucky-card .lucky-icon.sign-aquarius {
  background: rgba(3, 155, 229, 0.1);
  border: 2px solid rgba(3, 155, 229, 0.3);
}
.home-lucky-card .lucky-icon.sign-pisces {
  background: rgba(0, 172, 193, 0.1);
  border: 2px solid rgba(0, 172, 193, 0.3);
}
.home-lucky-card .lucky-info {
  flex: 1;
  min-width: 0;
}
.home-lucky-card .lucky-info .lucky-name {
  font-family: "Cairo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1F2937;
  margin: 0 0 0.25rem;
}
.home-lucky-card .lucky-info .lucky-preview {
  font-size: 0.85rem;
  color: #4B5563;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-lucky-card .lucky-energy {
  text-align: right;
  min-width: 80px;
  height: auto;
  overflow: visible;
  background: transparent;
  margin-top: 0;
}
.home-lucky-card .lucky-energy .energy-value {
  display: block;
  position: static;
  transform: none;
  font-family: "Cairo", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #5B4EA8;
  margin-bottom: 0.25rem;
}
.home-lucky-card .lucky-energy .energy-bar {
  height: 6px;
  background: #F3F4F6;
  border-radius: 3px;
  overflow: hidden;
}
.home-lucky-card .lucky-energy .energy-bar .energy-fill {
  height: 100%;
  background: linear-gradient(-90deg, #5B4EA8, #7B6DC8);
  border-radius: 3px;
}
@media (max-width: 576px) {
  .home-lucky-card {
    flex-wrap: wrap;
  }
  .home-lucky-card .lucky-info {
    order: 3;
    width: 100%;
    margin-top: 0.5rem;
  }
  .home-lucky-card .lucky-info .lucky-preview {
    white-space: normal;
  }
  .home-lucky-card .lucky-energy {
    margin-left: auto;
  }
}

.home-panel {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.home-panel--article .home-panel-body {
  flex: 1;
}

.home-panel-header {
  display: flex;
  direction: rtl;
  align-items: center;
  gap: 0.75rem;
  padding: 1.25rem 1.5rem;
  background: #F9FAFB;
  border-bottom: 1px solid #E5E7EB;
}
.home-panel-header > i {
  font-size: 1.25rem;
  color: #E8A838;
}
.home-panel-header h2, .home-panel-header .h2 {
  font-family: "Cairo", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1F2937;
  margin: 0;
}

.home-panel-body {
  padding: 1rem 1.25rem;
}

.home-panel-image {
  display: block;
  overflow: hidden;
  height: 180px;
}
.home-panel-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.home-panel-image:hover img {
  transform: scale(1.05);
}

.home-panel-footer {
  padding: 0.75rem 1.25rem;
  border-top: 1px solid #E5E7EB;
  text-align: center;
}
.home-panel-footer a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #5B4EA8;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
}
.home-panel-footer a:hover {
  color: #483D8B;
}

.home-lucky-item {
  display: flex;
  direction: rtl;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #F3F4F6;
}
.home-lucky-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.home-lucky-item:first-child {
  padding-top: 0;
}
.home-lucky-item.is-first .lucky-rank {
  background: linear-gradient(-135deg, #F59E0B 0%, #D97706 100%);
  color: white;
}
.home-lucky-item .lucky-rank {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3F4F6;
  border-radius: 50%;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: #4B5563;
}
.home-lucky-item .lucky-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.35rem;
}
.home-lucky-item .lucky-icon.sign-aries {
  background: rgba(229, 57, 53, 0.1);
  border: 2px solid rgba(229, 57, 53, 0.3);
}
.home-lucky-item .lucky-icon.sign-taurus {
  background: rgba(67, 160, 71, 0.1);
  border: 2px solid rgba(67, 160, 71, 0.3);
}
.home-lucky-item .lucky-icon.sign-gemini {
  background: rgba(255, 179, 0, 0.1);
  border: 2px solid rgba(255, 179, 0, 0.3);
}
.home-lucky-item .lucky-icon.sign-cancer {
  background: rgba(120, 144, 156, 0.1);
  border: 2px solid rgba(120, 144, 156, 0.3);
}
.home-lucky-item .lucky-icon.sign-leo {
  background: rgba(255, 143, 0, 0.1);
  border: 2px solid rgba(255, 143, 0, 0.3);
}
.home-lucky-item .lucky-icon.sign-virgo {
  background: rgba(109, 76, 65, 0.1);
  border: 2px solid rgba(109, 76, 65, 0.3);
}
.home-lucky-item .lucky-icon.sign-libra {
  background: rgba(236, 64, 122, 0.1);
  border: 2px solid rgba(236, 64, 122, 0.3);
}
.home-lucky-item .lucky-icon.sign-scorpio {
  background: rgba(142, 36, 170, 0.1);
  border: 2px solid rgba(142, 36, 170, 0.3);
}
.home-lucky-item .lucky-icon.sign-sagittarius {
  background: rgba(94, 53, 177, 0.1);
  border: 2px solid rgba(94, 53, 177, 0.3);
}
.home-lucky-item .lucky-icon.sign-capricorn {
  background: rgba(69, 90, 100, 0.1);
  border: 2px solid rgba(69, 90, 100, 0.3);
}
.home-lucky-item .lucky-icon.sign-aquarius {
  background: rgba(3, 155, 229, 0.1);
  border: 2px solid rgba(3, 155, 229, 0.3);
}
.home-lucky-item .lucky-icon.sign-pisces {
  background: rgba(0, 172, 193, 0.1);
  border: 2px solid rgba(0, 172, 193, 0.3);
}
.home-lucky-item .lucky-info {
  flex: 1;
  min-width: 0;
  text-align: right;
}
.home-lucky-item .lucky-info .lucky-name {
  font-family: "Cairo", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1F2937;
  margin: 0 0 0.15rem;
}
.home-lucky-item .lucky-info .lucky-preview {
  font-size: 0.8rem;
  color: #6B7280;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-lucky-item .lucky-energy {
  text-align: left;
  min-width: 55px;
  flex-shrink: 0;
}
.home-lucky-item .lucky-energy .energy-value {
  display: block;
  font-family: "Cairo", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #5B4EA8;
  margin-bottom: 0.2rem;
}
.home-lucky-item .lucky-energy .energy-bar {
  height: 4px;
  background: #F3F4F6;
  border-radius: 2px;
  overflow: hidden;
}
.home-lucky-item .lucky-energy .energy-bar .energy-fill {
  height: 100%;
  background: linear-gradient(90deg, #5B4EA8, #7B6DC8);
  border-radius: 2px;
}

.home-match-item {
  display: flex;
  direction: rtl;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #F3F4F6;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s;
}
.home-match-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.home-match-item:first-child {
  padding-top: 0;
}
.home-match-item:hover {
  color: inherit;
}
.home-match-item:hover .match-names-row {
  color: #5B4EA8;
}
.home-match-item .match-signs-row {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
}
.home-match-item .match-sign-sm {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.3rem;
}
.home-match-item .match-sign-sm.sign-aries {
  background: rgba(229, 57, 53, 0.1);
  border: 2px solid rgba(229, 57, 53, 0.3);
}
.home-match-item .match-sign-sm.sign-taurus {
  background: rgba(67, 160, 71, 0.1);
  border: 2px solid rgba(67, 160, 71, 0.3);
}
.home-match-item .match-sign-sm.sign-gemini {
  background: rgba(255, 179, 0, 0.1);
  border: 2px solid rgba(255, 179, 0, 0.3);
}
.home-match-item .match-sign-sm.sign-cancer {
  background: rgba(120, 144, 156, 0.1);
  border: 2px solid rgba(120, 144, 156, 0.3);
}
.home-match-item .match-sign-sm.sign-leo {
  background: rgba(255, 143, 0, 0.1);
  border: 2px solid rgba(255, 143, 0, 0.3);
}
.home-match-item .match-sign-sm.sign-virgo {
  background: rgba(109, 76, 65, 0.1);
  border: 2px solid rgba(109, 76, 65, 0.3);
}
.home-match-item .match-sign-sm.sign-libra {
  background: rgba(236, 64, 122, 0.1);
  border: 2px solid rgba(236, 64, 122, 0.3);
}
.home-match-item .match-sign-sm.sign-scorpio {
  background: rgba(142, 36, 170, 0.1);
  border: 2px solid rgba(142, 36, 170, 0.3);
}
.home-match-item .match-sign-sm.sign-sagittarius {
  background: rgba(94, 53, 177, 0.1);
  border: 2px solid rgba(94, 53, 177, 0.3);
}
.home-match-item .match-sign-sm.sign-capricorn {
  background: rgba(69, 90, 100, 0.1);
  border: 2px solid rgba(69, 90, 100, 0.3);
}
.home-match-item .match-sign-sm.sign-aquarius {
  background: rgba(3, 155, 229, 0.1);
  border: 2px solid rgba(3, 155, 229, 0.3);
}
.home-match-item .match-sign-sm.sign-pisces {
  background: rgba(0, 172, 193, 0.1);
  border: 2px solid rgba(0, 172, 193, 0.3);
}
.home-match-item .match-heart-icon {
  color: #F43F5E;
  font-size: 0.7rem;
}
.home-match-item .match-names-row {
  flex: 1;
  font-family: "Cairo", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1F2937;
  transition: color 0.2s;
}
.home-match-item .match-score-row {
  font-family: "Cairo", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #5B4EA8;
  flex-shrink: 0;
}

.home-matches-compact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.home-match-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}
.home-match-row:hover {
  transform: translateX(5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  color: inherit;
}
.home-match-row .match-signs-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
.home-match-row .match-sign-sm {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.4rem;
}
.home-match-row .match-sign-sm.sign-aries {
  background: rgba(229, 57, 53, 0.1);
  border: 2px solid rgba(229, 57, 53, 0.3);
}
.home-match-row .match-sign-sm.sign-taurus {
  background: rgba(67, 160, 71, 0.1);
  border: 2px solid rgba(67, 160, 71, 0.3);
}
.home-match-row .match-sign-sm.sign-gemini {
  background: rgba(255, 179, 0, 0.1);
  border: 2px solid rgba(255, 179, 0, 0.3);
}
.home-match-row .match-sign-sm.sign-cancer {
  background: rgba(120, 144, 156, 0.1);
  border: 2px solid rgba(120, 144, 156, 0.3);
}
.home-match-row .match-sign-sm.sign-leo {
  background: rgba(255, 143, 0, 0.1);
  border: 2px solid rgba(255, 143, 0, 0.3);
}
.home-match-row .match-sign-sm.sign-virgo {
  background: rgba(109, 76, 65, 0.1);
  border: 2px solid rgba(109, 76, 65, 0.3);
}
.home-match-row .match-sign-sm.sign-libra {
  background: rgba(236, 64, 122, 0.1);
  border: 2px solid rgba(236, 64, 122, 0.3);
}
.home-match-row .match-sign-sm.sign-scorpio {
  background: rgba(142, 36, 170, 0.1);
  border: 2px solid rgba(142, 36, 170, 0.3);
}
.home-match-row .match-sign-sm.sign-sagittarius {
  background: rgba(94, 53, 177, 0.1);
  border: 2px solid rgba(94, 53, 177, 0.3);
}
.home-match-row .match-sign-sm.sign-capricorn {
  background: rgba(69, 90, 100, 0.1);
  border: 2px solid rgba(69, 90, 100, 0.3);
}
.home-match-row .match-sign-sm.sign-aquarius {
  background: rgba(3, 155, 229, 0.1);
  border: 2px solid rgba(3, 155, 229, 0.3);
}
.home-match-row .match-sign-sm.sign-pisces {
  background: rgba(0, 172, 193, 0.1);
  border: 2px solid rgba(0, 172, 193, 0.3);
}
.home-match-row .match-heart-icon {
  color: #F43F5E;
  font-size: 0.85rem;
}
.home-match-row .match-info-row {
  flex: 1;
  min-width: 0;
}
.home-match-row .match-names-row {
  font-family: "Cairo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1F2937;
}
.home-match-row .match-score-row {
  font-family: "Cairo", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #5B4EA8;
  flex-shrink: 0;
}

.home-quote-card {
  background: linear-gradient(-135deg, #F3F4F6 0%, #E5E7EB 100%);
  border-radius: 20px;
  padding: 3rem;
  text-align: center;
  position: relative;
}
.home-quote-card .quote-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.5rem;
  background: #5B4EA8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-quote-card .quote-icon i {
  font-size: 1.75rem;
  color: white;
}
.home-quote-card .quote-text {
  font-family: "Cairo", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1F2937;
  line-height: 1.8;
  margin: 0 0 1.5rem;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .home-quote-card .quote-text {
    font-size: 1.25rem;
  }
}
.home-quote-card .quote-author {
  display: block;
  font-size: 1rem;
  color: #4B5563;
  font-style: normal;
  margin-bottom: 1rem;
}
.home-quote-card .quote-category {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #FFFFFF;
  border-radius: 50px;
  font-size: 0.85rem;
  color: #5B4EA8;
  font-weight: 500;
}

.home-matches-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .home-matches-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .home-matches-grid {
    grid-template-columns: 1fr;
  }
}

.home-match-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
}
.home-match-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.home-match-card:hover .match-connector i {
  transform: scale(1.2);
}
.home-match-card .match-signs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.home-match-card .match-sign {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.5rem;
}
.home-match-card .match-sign.sign-aries {
  background: rgba(229, 57, 53, 0.1);
  border: 2px solid rgba(229, 57, 53, 0.3);
}
.home-match-card .match-sign.sign-taurus {
  background: rgba(67, 160, 71, 0.1);
  border: 2px solid rgba(67, 160, 71, 0.3);
}
.home-match-card .match-sign.sign-gemini {
  background: rgba(255, 179, 0, 0.1);
  border: 2px solid rgba(255, 179, 0, 0.3);
}
.home-match-card .match-sign.sign-cancer {
  background: rgba(120, 144, 156, 0.1);
  border: 2px solid rgba(120, 144, 156, 0.3);
}
.home-match-card .match-sign.sign-leo {
  background: rgba(255, 143, 0, 0.1);
  border: 2px solid rgba(255, 143, 0, 0.3);
}
.home-match-card .match-sign.sign-virgo {
  background: rgba(109, 76, 65, 0.1);
  border: 2px solid rgba(109, 76, 65, 0.3);
}
.home-match-card .match-sign.sign-libra {
  background: rgba(236, 64, 122, 0.1);
  border: 2px solid rgba(236, 64, 122, 0.3);
}
.home-match-card .match-sign.sign-scorpio {
  background: rgba(142, 36, 170, 0.1);
  border: 2px solid rgba(142, 36, 170, 0.3);
}
.home-match-card .match-sign.sign-sagittarius {
  background: rgba(94, 53, 177, 0.1);
  border: 2px solid rgba(94, 53, 177, 0.3);
}
.home-match-card .match-sign.sign-capricorn {
  background: rgba(69, 90, 100, 0.1);
  border: 2px solid rgba(69, 90, 100, 0.3);
}
.home-match-card .match-sign.sign-aquarius {
  background: rgba(3, 155, 229, 0.1);
  border: 2px solid rgba(3, 155, 229, 0.3);
}
.home-match-card .match-sign.sign-pisces {
  background: rgba(0, 172, 193, 0.1);
  border: 2px solid rgba(0, 172, 193, 0.3);
}
.home-match-card .match-connector i {
  font-size: 1.25rem;
  color: #E91E63;
  transition: transform 0.3s;
}
.home-match-card .match-names {
  font-family: "Cairo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1F2937;
  margin: 0 0 0.75rem;
}
.home-match-card .match-score {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(-135deg, #E91E63 0%, #C2185B 100%);
  border-radius: 50%;
  font-family: "Cairo", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: white;
}

.home-calculator-section .calculator-info .calculator-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 1.5rem;
  background: linear-gradient(-135deg, #E91E63 0%, #C2185B 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-calculator-section .calculator-info .calculator-icon i {
  font-size: 2rem;
  color: white;
}
.home-calculator-section .calculator-info .calculator-title {
  font-family: "Cairo", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #1F2937;
  margin: 0 0 1rem;
}
.home-calculator-section .calculator-info .calculator-description {
  font-size: 1.05rem;
  color: #4B5563;
  line-height: 1.8;
  margin: 0;
}

.home-calculator-widget {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}
.home-calculator-widget .calculator-inputs {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 576px) {
  .home-calculator-widget .calculator-inputs {
    flex-direction: column;
  }
}
.home-calculator-widget .input-wrapper {
  flex: 1;
}
.home-calculator-widget .input-wrapper label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #4B5563;
  margin-bottom: 0.5rem;
}
.home-calculator-widget .input-wrapper input {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 2px solid #E5E7EB;
  border-radius: 12px;
  font-size: 1rem;
  transition: border-color 0.2s;
}
.home-calculator-widget .input-wrapper input:focus {
  outline: none;
  border-color: #E91E63;
}
.home-calculator-widget .heart-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.5rem;
}
.home-calculator-widget .heart-divider i {
  font-size: 1.5rem;
  color: #E91E63;
  animation: heartbeat-pulse 1.5s ease-in-out infinite;
}
@media (max-width: 576px) {
  .home-calculator-widget .heart-divider {
    padding-top: 0;
  }
}
.home-calculator-widget .calculator-submit {
  width: 100%;
  padding: 1rem;
  background: linear-gradient(-135deg, #E91E63 0%, #C2185B 100%);
  color: white;
  border: none;
  border-radius: 12px;
  font-family: "Cairo", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
}
.home-calculator-widget .calculator-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(233, 30, 99, 0.4);
}

.home-dreams-search {
  max-width: 600px;
  margin: 0 auto 2rem;
}
.home-dreams-search .search-wrapper {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 2px solid #E5E7EB;
  border-radius: 50px;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  transition: border-color 0.2s;
}
.home-dreams-search .search-wrapper:focus-within {
  border-color: #5C6BC0;
}
.home-dreams-search .search-wrapper i {
  font-size: 1.25rem;
  color: #9CA3AF;
  margin-right: 0.75rem;
}
.home-dreams-search .search-wrapper input {
  flex: 1;
  border: none;
  font-size: 1rem;
  padding: 0.75rem 0;
}
.home-dreams-search .search-wrapper input:focus {
  outline: none;
}
.home-dreams-search .search-wrapper input::-moz-placeholder {
  color: #9CA3AF;
}
.home-dreams-search .search-wrapper input::placeholder {
  color: #9CA3AF;
}
.home-dreams-search .search-wrapper button {
  padding: 0.75rem 1.5rem;
  background: #5C6BC0;
  color: white;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.home-dreams-search .search-wrapper button:hover {
  background: #3949AB;
}

.home-dreams-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
.home-dreams-tags .dream-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.25rem;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 50px;
  color: #374151;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s;
}
.home-dreams-tags .dream-tag i {
  color: #5C6BC0;
}
.home-dreams-tags .dream-tag:hover {
  background: #5C6BC0;
  border-color: #5C6BC0;
  color: white;
}
.home-dreams-tags .dream-tag:hover i {
  color: white;
}

.home-elements-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .home-elements-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .home-elements-grid {
    grid-template-columns: 1fr;
  }
}

.home-element-card {
  background: #FFFFFF;
  border: 2px solid #E5E7EB;
  border-radius: 16px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s;
}
.home-element-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.home-element-card.element-fire {
  border-color: rgba(255, 87, 34, 0.3);
}
.home-element-card.element-fire .element-icon {
  background: linear-gradient(-135deg, #FFF1ED 0%, #FFE4DC 100%);
  color: #D84315;
}
.home-element-card.element-fire .element-name {
  color: #D84315;
}
.home-element-card.element-fire:hover {
  border-color: #FF5722;
}
.home-element-card.element-earth {
  border-color: rgba(76, 175, 80, 0.3);
}
.home-element-card.element-earth .element-icon {
  background: linear-gradient(-135deg, #E8F5E9 0%, #C8E6C9 100%);
  color: #388E3C;
}
.home-element-card.element-earth .element-name {
  color: #388E3C;
}
.home-element-card.element-earth:hover {
  border-color: #4CAF50;
}
.home-element-card.element-air {
  border-color: rgba(3, 169, 244, 0.3);
}
.home-element-card.element-air .element-icon {
  background: linear-gradient(-135deg, #E1F5FE 0%, #B3E5FC 100%);
  color: #0288D1;
}
.home-element-card.element-air .element-name {
  color: #0288D1;
}
.home-element-card.element-air:hover {
  border-color: #03A9F4;
}
.home-element-card.element-water {
  border-color: rgba(63, 81, 181, 0.3);
}
.home-element-card.element-water .element-icon {
  background: linear-gradient(-135deg, #E8EAF6 0%, #C5CAE9 100%);
  color: #303F9F;
}
.home-element-card.element-water .element-name {
  color: #303F9F;
}
.home-element-card.element-water:hover {
  border-color: #3F51B5;
}
.home-element-card .element-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-element-card .element-icon i {
  font-size: 1.75rem;
}
.home-element-card .element-name {
  font-family: "Cairo", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.home-element-card .element-traits {
  font-size: 0.85rem;
  color: #4B5563;
  margin: 0 0 1rem;
}
.home-element-card .element-signs {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.home-element-card .element-sign-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem;
  background: #F9FAFB;
  border-radius: 8px;
  text-decoration: none;
  color: #374151;
  font-size: 0.9rem;
  transition: all 0.2s;
}
.home-element-card .element-sign-link img {
  width: 24px;
  height: 24px;
}
.home-element-card .element-sign-link:hover {
  background: #F3F4F6;
}

.home-cta {
  background: linear-gradient(-135deg, #5B4EA8 0%, #483D8B 50%, #2D2654 100%);
}

.horoscope-header {
  position: relative;
  padding: 2rem 0 3rem;
  overflow: hidden;
}
.horoscope-header .header-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(-135deg, #1A1A2E 0%, #16213E 50%, #0F3460 100%);
  z-index: 0;
}
.horoscope-header .header-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M30 30c0-5.5 4.5-10 10-10s10 4.5 10 10-4.5 10-10 10-10-4.5-10-10zm-20 0c0-5.5 4.5-10 10-10s10 4.5 10 10-4.5 10-10 10-10-4.5-10-10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}
.horoscope-header .container {
  position: relative;
  z-index: 1;
}
.horoscope-header .header-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}
.horoscope-header .header-breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s;
}
.horoscope-header .header-breadcrumb a:hover {
  color: #FFD700;
}
.horoscope-header .header-breadcrumb i {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.7rem;
}
.horoscope-header .header-breadcrumb span {
  color: #FFD700;
}
.horoscope-header .hero-content {
  padding: 1rem 0 2rem;
}
.horoscope-header .hero-content .hero-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(-135deg, rgba(255, 215, 0, 0.2) 0%, rgba(255, 215, 0, 0.1) 100%);
  border: 2px solid rgba(255, 215, 0, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.horoscope-header .hero-content .hero-icon i {
  font-size: 2.5rem;
  color: #FFD700;
}
.horoscope-header .hero-content .hero-title {
  font-family: "Cairo", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.75rem;
}
.horoscope-header .hero-content .hero-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.horoscope-daily-header .header-bg {
  background: linear-gradient(-135deg, #FF6B35 0%, #F7931E 50%, #E94E1B 100%);
}

.horoscope-weekly-header .header-bg {
  background: linear-gradient(-135deg, #667eea 0%, #764ba2 50%, #6B8DD6 100%);
}

.horoscope-monthly-header .header-bg {
  background: linear-gradient(-135deg, #11998e 0%, #38ef7d 50%, #0F7B6C 100%);
}

.period-nav {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem;
  border-radius: 50px;
  max-width: 400px;
  margin: 0 auto;
}

.period-nav-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.period-nav-item i {
  font-size: 1.1rem;
}
.period-nav-item:hover {
  background: rgba(255, 255, 255, 0.15);
  color: white;
}
.period-nav-item.active {
  background: white;
  color: #1F2937;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cosmic-energy-section {
  margin-top: -2rem;
  position: relative;
  z-index: 2;
}

.cosmic-energy-card {
  background: white;
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.energy-meter-container {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto;
}

.energy-meter-svg {
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
}
.energy-meter-svg .energy-bg {
  fill: none;
  stroke: #E5E7EB;
  stroke-width: 10;
}
.energy-meter-svg .energy-fill {
  fill: none;
  stroke-width: 10;
  stroke-linecap: round;
  transition: stroke-dasharray 1s ease;
}
.energy-meter-svg .energy-fill.energy-high {
  stroke: #4CAF50;
}
.energy-meter-svg .energy-fill.energy-medium {
  stroke: #FFD700;
}
.energy-meter-svg .energy-fill.energy-low {
  stroke: #F44336;
}

.energy-value {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  font-size: 2rem;
  font-weight: 700;
  color: #1F2937;
}

.energy-info {
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .energy-info {
    padding-left: 0;
    text-align: center;
    margin-top: 1.5rem;
  }
}

.energy-title {
  font-family: "Cairo", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 1rem;
}
.energy-title i {
  color: #FFD700;
}

.energy-description {
  color: #4B5563;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.energy-indicators {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 991px) {
  .energy-indicators {
    justify-content: center;
  }
}

.energy-indicator {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
  min-width: 120px;
}
.energy-indicator i {
  font-size: 1.25rem;
  color: #5B4EA8;
}
.energy-indicator span {
  font-size: 0.85rem;
  color: #4B5563;
  white-space: nowrap;
}
.energy-indicator .indicator-bar {
  flex: 1;
  height: 6px;
  background: #E5E7EB;
  border-radius: 3px;
  overflow: hidden;
}
.energy-indicator .indicator-bar .indicator-fill {
  height: 100%;
  background: linear-gradient(-90deg, #5B4EA8, rgb(136.8597560976, 126.9512195122, 195.5487804878));
  border-radius: 3px;
}

.luckiest-signs-section .section-header {
  margin-bottom: 2rem;
}

.luckiest-signs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .luckiest-signs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .luckiest-signs-grid {
    grid-template-columns: 1fr;
  }
}

.lucky-sign-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: white;
  border-radius: 1rem;
  padding: 1.25rem;
  text-decoration: none;
  color: #1F2937;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.lucky-sign-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-color: #5B4EA8;
  color: #1F2937;
}
.lucky-sign-card.lucky-first {
  background: linear-gradient(-135deg, #FFF8E1 0%, #FFECB3 100%);
  border-color: #FFD700;
}
.lucky-sign-card.lucky-first .lucky-rank {
  background: linear-gradient(-135deg, #FFD700 0%, #FFA000 100%);
  color: white;
}

.lucky-rank {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: #F3F4F6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  color: #4B5563;
}
.lucky-rank i {
  font-size: 1.25rem;
}

.lucky-sign-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3F4F6;
  border: 2px solid #E5E7EB;
}
.lucky-sign-icon img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.lucky-sign-icon.sign-aries {
  background: linear-gradient(-135deg, rgba(229, 57, 53, 0.1) 0%, rgba(229, 57, 53, 0.2) 100%);
  border-color: rgba(229, 57, 53, 0.3);
}
.lucky-sign-icon.sign-aries img {
  filter: drop-shadow(0 2px 4px rgba(229, 57, 53, 0.3));
}
.lucky-sign-icon.sign-taurus {
  background: linear-gradient(-135deg, rgba(67, 160, 71, 0.1) 0%, rgba(67, 160, 71, 0.2) 100%);
  border-color: rgba(67, 160, 71, 0.3);
}
.lucky-sign-icon.sign-taurus img {
  filter: drop-shadow(0 2px 4px rgba(67, 160, 71, 0.3));
}
.lucky-sign-icon.sign-gemini {
  background: linear-gradient(-135deg, rgba(255, 179, 0, 0.1) 0%, rgba(255, 179, 0, 0.2) 100%);
  border-color: rgba(255, 179, 0, 0.3);
}
.lucky-sign-icon.sign-gemini img {
  filter: drop-shadow(0 2px 4px rgba(255, 179, 0, 0.3));
}
.lucky-sign-icon.sign-cancer {
  background: linear-gradient(-135deg, rgba(120, 144, 156, 0.1) 0%, rgba(120, 144, 156, 0.2) 100%);
  border-color: rgba(120, 144, 156, 0.3);
}
.lucky-sign-icon.sign-cancer img {
  filter: drop-shadow(0 2px 4px rgba(120, 144, 156, 0.3));
}
.lucky-sign-icon.sign-leo {
  background: linear-gradient(-135deg, rgba(255, 143, 0, 0.1) 0%, rgba(255, 143, 0, 0.2) 100%);
  border-color: rgba(255, 143, 0, 0.3);
}
.lucky-sign-icon.sign-leo img {
  filter: drop-shadow(0 2px 4px rgba(255, 143, 0, 0.3));
}
.lucky-sign-icon.sign-virgo {
  background: linear-gradient(-135deg, rgba(109, 76, 65, 0.1) 0%, rgba(109, 76, 65, 0.2) 100%);
  border-color: rgba(109, 76, 65, 0.3);
}
.lucky-sign-icon.sign-virgo img {
  filter: drop-shadow(0 2px 4px rgba(109, 76, 65, 0.3));
}
.lucky-sign-icon.sign-libra {
  background: linear-gradient(-135deg, rgba(236, 64, 122, 0.1) 0%, rgba(236, 64, 122, 0.2) 100%);
  border-color: rgba(236, 64, 122, 0.3);
}
.lucky-sign-icon.sign-libra img {
  filter: drop-shadow(0 2px 4px rgba(236, 64, 122, 0.3));
}
.lucky-sign-icon.sign-scorpio {
  background: linear-gradient(-135deg, rgba(142, 36, 170, 0.1) 0%, rgba(142, 36, 170, 0.2) 100%);
  border-color: rgba(142, 36, 170, 0.3);
}
.lucky-sign-icon.sign-scorpio img {
  filter: drop-shadow(0 2px 4px rgba(142, 36, 170, 0.3));
}
.lucky-sign-icon.sign-sagittarius {
  background: linear-gradient(-135deg, rgba(94, 53, 177, 0.1) 0%, rgba(94, 53, 177, 0.2) 100%);
  border-color: rgba(94, 53, 177, 0.3);
}
.lucky-sign-icon.sign-sagittarius img {
  filter: drop-shadow(0 2px 4px rgba(94, 53, 177, 0.3));
}
.lucky-sign-icon.sign-capricorn {
  background: linear-gradient(-135deg, rgba(69, 90, 100, 0.1) 0%, rgba(69, 90, 100, 0.2) 100%);
  border-color: rgba(69, 90, 100, 0.3);
}
.lucky-sign-icon.sign-capricorn img {
  filter: drop-shadow(0 2px 4px rgba(69, 90, 100, 0.3));
}
.lucky-sign-icon.sign-aquarius {
  background: linear-gradient(-135deg, rgba(3, 155, 229, 0.1) 0%, rgba(3, 155, 229, 0.2) 100%);
  border-color: rgba(3, 155, 229, 0.3);
}
.lucky-sign-icon.sign-aquarius img {
  filter: drop-shadow(0 2px 4px rgba(3, 155, 229, 0.3));
}
.lucky-sign-icon.sign-pisces {
  background: linear-gradient(-135deg, rgba(0, 172, 193, 0.1) 0%, rgba(0, 172, 193, 0.2) 100%);
  border-color: rgba(0, 172, 193, 0.3);
}
.lucky-sign-icon.sign-pisces img {
  filter: drop-shadow(0 2px 4px rgba(0, 172, 193, 0.3));
}

.lucky-sign-info {
  flex: 1;
}
.lucky-sign-info .lucky-sign-name {
  font-family: "Cairo", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
}
.lucky-sign-info .lucky-sign-name-en {
  font-size: 0.8rem;
  color: #6B7280;
}

.lucky-energy-display {
  text-align: right;
  min-width: 70px;
}
.lucky-energy-display .lucky-energy-bar {
  height: 6px;
  background: #E5E7EB;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 0.25rem;
}
.lucky-energy-display .lucky-energy-bar .lucky-energy-fill {
  height: 100%;
  background: linear-gradient(-90deg, #4CAF50, #8BC34A);
  border-radius: 3px;
}
.lucky-energy-display .lucky-energy-value {
  font-size: 0.85rem;
  font-weight: 600;
  color: #4CAF50;
}

.horoscopes-grid-section .section-header {
  margin-bottom: 2rem;
}

.horoscopes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .horoscopes-grid {
    grid-template-columns: 1fr;
  }
}

.horoscope-card {
  background: white;
  border-radius: 1rem;
  padding: 1.5rem;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.horoscope-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #D1D5DB;
  transition: all 0.3s ease;
}
.horoscope-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.horoscope-card.sign-aries::before {
  background: linear-gradient(-180deg, #E53935, rgb(237.7236842105, 123.4342105263, 120.7763157895));
}
.horoscope-card.sign-aries:hover {
  border-color: rgba(229, 57, 53, 0.3);
}
.horoscope-card.sign-aries .horoscope-sign-icon {
  background: linear-gradient(-135deg, rgba(229, 57, 53, 0.1) 0%, rgba(229, 57, 53, 0.2) 100%);
  border-color: rgba(229, 57, 53, 0.3);
}
.horoscope-card.sign-aries .horoscope-energy-badge.energy-high {
  background: linear-gradient(-135deg, rgba(229, 57, 53, 0.9) 0%, rgba(229, 57, 53, 0.7) 100%);
}
.horoscope-card.sign-taurus::before {
  background: linear-gradient(-180deg, #43A047, rgb(109.449339207, 194.050660793, 113.0881057269));
}
.horoscope-card.sign-taurus:hover {
  border-color: rgba(67, 160, 71, 0.3);
}
.horoscope-card.sign-taurus .horoscope-sign-icon {
  background: linear-gradient(-135deg, rgba(67, 160, 71, 0.1) 0%, rgba(67, 160, 71, 0.2) 100%);
  border-color: rgba(67, 160, 71, 0.3);
}
.horoscope-card.sign-taurus .horoscope-energy-badge.energy-high {
  background: linear-gradient(-135deg, rgba(67, 160, 71, 0.9) 0%, rgba(67, 160, 71, 0.7) 100%);
}
.horoscope-card.sign-gemini::before {
  background: linear-gradient(-180deg, #FFB300, rgb(255, 201.8, 76.5));
}
.horoscope-card.sign-gemini:hover {
  border-color: rgba(255, 179, 0, 0.3);
}
.horoscope-card.sign-gemini .horoscope-sign-icon {
  background: linear-gradient(-135deg, rgba(255, 179, 0, 0.1) 0%, rgba(255, 179, 0, 0.2) 100%);
  border-color: rgba(255, 179, 0, 0.3);
}
.horoscope-card.sign-gemini .horoscope-energy-badge.energy-high {
  background: linear-gradient(-135deg, rgba(255, 179, 0, 0.9) 0%, rgba(255, 179, 0, 0.7) 100%);
}
.horoscope-card.sign-cancer::before {
  background: linear-gradient(-180deg, #78909C, rgb(164.1346153846, 180.2884615385, 188.3653846154));
}
.horoscope-card.sign-cancer:hover {
  border-color: rgba(120, 144, 156, 0.3);
}
.horoscope-card.sign-cancer .horoscope-sign-icon {
  background: linear-gradient(-135deg, rgba(120, 144, 156, 0.1) 0%, rgba(120, 144, 156, 0.2) 100%);
  border-color: rgba(120, 144, 156, 0.3);
}
.horoscope-card.sign-cancer .horoscope-energy-badge.energy-high {
  background: linear-gradient(-135deg, rgba(120, 144, 156, 0.9) 0%, rgba(120, 144, 156, 0.7) 100%);
}
.horoscope-card.sign-leo::before {
  background: linear-gradient(-180deg, #FF8F00, rgb(255, 176.6, 76.5));
}
.horoscope-card.sign-leo:hover {
  border-color: rgba(255, 143, 0, 0.3);
}
.horoscope-card.sign-leo .horoscope-sign-icon {
  background: linear-gradient(-135deg, rgba(255, 143, 0, 0.1) 0%, rgba(255, 143, 0, 0.2) 100%);
  border-color: rgba(255, 143, 0, 0.3);
}
.horoscope-card.sign-leo .horoscope-energy-badge.energy-high {
  background: linear-gradient(-135deg, rgba(255, 143, 0, 0.9) 0%, rgba(255, 143, 0, 0.7) 100%);
}
.horoscope-card.sign-virgo::before {
  background: linear-gradient(-180deg, #6D4C41, rgb(156.9224137931, 109.4137931034, 93.5775862069));
}
.horoscope-card.sign-virgo:hover {
  border-color: rgba(109, 76, 65, 0.3);
}
.horoscope-card.sign-virgo .horoscope-sign-icon {
  background: linear-gradient(-135deg, rgba(109, 76, 65, 0.1) 0%, rgba(109, 76, 65, 0.2) 100%);
  border-color: rgba(109, 76, 65, 0.3);
}
.horoscope-card.sign-virgo .horoscope-energy-badge.energy-high {
  background: linear-gradient(-135deg, rgba(109, 76, 65, 0.9) 0%, rgba(109, 76, 65, 0.7) 100%);
}
.horoscope-card.sign-libra::before {
  background: linear-gradient(-180deg, #EC407A, rgb(242.9214285714, 133.5785714286, 170.45));
}
.horoscope-card.sign-libra:hover {
  border-color: rgba(236, 64, 122, 0.3);
}
.horoscope-card.sign-libra .horoscope-sign-icon {
  background: linear-gradient(-135deg, rgba(236, 64, 122, 0.1) 0%, rgba(236, 64, 122, 0.2) 100%);
  border-color: rgba(236, 64, 122, 0.3);
}
.horoscope-card.sign-libra .horoscope-energy-badge.energy-high {
  background: linear-gradient(-135deg, rgba(236, 64, 122, 0.9) 0%, rgba(236, 64, 122, 0.7) 100%);
}
.horoscope-card.sign-scorpio::before {
  background: linear-gradient(-180deg, #8E24AA, rgb(184.3203883495, 67.2572815534, 215.2427184466));
}
.horoscope-card.sign-scorpio:hover {
  border-color: rgba(142, 36, 170, 0.3);
}
.horoscope-card.sign-scorpio .horoscope-sign-icon {
  background: linear-gradient(-135deg, rgba(142, 36, 170, 0.1) 0%, rgba(142, 36, 170, 0.2) 100%);
  border-color: rgba(142, 36, 170, 0.3);
}
.horoscope-card.sign-scorpio .horoscope-energy-badge.energy-high {
  background: linear-gradient(-135deg, rgba(142, 36, 170, 0.9) 0%, rgba(142, 36, 170, 0.7) 100%);
}
.horoscope-card.sign-sagittarius::before {
  background: linear-gradient(-180deg, #5E35B1, rgb(134.6695652174, 98.3934782609, 208.1065217391));
}
.horoscope-card.sign-sagittarius:hover {
  border-color: rgba(94, 53, 177, 0.3);
}
.horoscope-card.sign-sagittarius .horoscope-sign-icon {
  background: linear-gradient(-135deg, rgba(94, 53, 177, 0.1) 0%, rgba(94, 53, 177, 0.2) 100%);
  border-color: rgba(94, 53, 177, 0.3);
}
.horoscope-card.sign-sagittarius .horoscope-energy-badge.energy-high {
  background: linear-gradient(-135deg, rgba(94, 53, 177, 0.9) 0%, rgba(94, 53, 177, 0.7) 100%);
}
.horoscope-card.sign-capricorn::before {
  background: linear-gradient(-180deg, #455A64, rgb(100.2337278107, 130.7396449704, 145.2662721893));
}
.horoscope-card.sign-capricorn:hover {
  border-color: rgba(69, 90, 100, 0.3);
}
.horoscope-card.sign-capricorn .horoscope-sign-icon {
  background: linear-gradient(-135deg, rgba(69, 90, 100, 0.1) 0%, rgba(69, 90, 100, 0.2) 100%);
  border-color: rgba(69, 90, 100, 0.3);
}
.horoscope-card.sign-capricorn .horoscope-energy-badge.energy-high {
  background: linear-gradient(-135deg, rgba(69, 90, 100, 0.9) 0%, rgba(69, 90, 100, 0.7) 100%);
}
.horoscope-card.sign-aquarius::before {
  background: linear-gradient(-180deg, #039BE5, rgb(56.1056034483, 188.1228448276, 252.3943965517));
}
.horoscope-card.sign-aquarius:hover {
  border-color: rgba(3, 155, 229, 0.3);
}
.horoscope-card.sign-aquarius .horoscope-sign-icon {
  background: linear-gradient(-135deg, rgba(3, 155, 229, 0.1) 0%, rgba(3, 155, 229, 0.2) 100%);
  border-color: rgba(3, 155, 229, 0.3);
}
.horoscope-card.sign-aquarius .horoscope-energy-badge.energy-high {
  background: linear-gradient(-135deg, rgba(3, 155, 229, 0.9) 0%, rgba(3, 155, 229, 0.7) 100%);
}
.horoscope-card.sign-pisces::before {
  background: linear-gradient(-180deg, #00ACC1, rgb(14.5, 228.8316062176, 255));
}
.horoscope-card.sign-pisces:hover {
  border-color: rgba(0, 172, 193, 0.3);
}
.horoscope-card.sign-pisces .horoscope-sign-icon {
  background: linear-gradient(-135deg, rgba(0, 172, 193, 0.1) 0%, rgba(0, 172, 193, 0.2) 100%);
  border-color: rgba(0, 172, 193, 0.3);
}
.horoscope-card.sign-pisces .horoscope-energy-badge.energy-high {
  background: linear-gradient(-135deg, rgba(0, 172, 193, 0.9) 0%, rgba(0, 172, 193, 0.7) 100%);
}

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

.horoscope-sign-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: #1F2937;
}
.horoscope-sign-link:hover {
  color: #1F2937;
}
.horoscope-sign-link:hover .horoscope-sign-name {
  color: #5B4EA8;
}

.horoscope-sign-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3F4F6;
  border: 2px solid #E5E7EB;
  transition: all 0.3s ease;
}
.horoscope-sign-icon img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}

.horoscope-sign-info .horoscope-sign-name {
  font-family: "Cairo", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
  transition: color 0.2s;
}
.horoscope-sign-info .horoscope-sign-dates {
  font-size: 0.8rem;
  color: #6B7280;
}

.horoscope-energy-badge {
  padding: 0.4rem 0.75rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
}
.horoscope-energy-badge.energy-high {
  background: linear-gradient(-135deg, #4CAF50 0%, #8BC34A 100%);
  color: white;
}
.horoscope-energy-badge.energy-medium {
  background: linear-gradient(-135deg, #FFD700 0%, #FFA000 100%);
  color: #1F2937;
}
.horoscope-energy-badge.energy-low {
  background: linear-gradient(-135deg, #F44336 0%, #E91E63 100%);
  color: white;
}

.horoscope-period-badge {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.75rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 500;
  background: #F3F4F6;
  color: #4B5563;
}
.horoscope-period-badge i {
  font-size: 0.9rem;
}
.horoscope-period-badge.monthly {
  background: rgba(17, 153, 142, 0.1);
  color: #11998e;
}

.horoscope-card-text {
  color: #4B5563;
  line-height: 1.8;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.horoscope-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid #E5E7EB;
}

.horoscope-lucky-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.horoscope-lucky-items .lucky-item {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.85rem;
  color: #4B5563;
}
.horoscope-lucky-items .lucky-item i {
  color: #5B4EA8;
  font-size: 0.9rem;
}

.horoscope-aspects {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.horoscope-aspects .aspect-item {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  color: #6B7280;
  padding: 0.3rem 0.6rem;
  background: #F3F4F6;
  border-radius: 50px;
}
.horoscope-aspects .aspect-item i {
  font-size: 0.85rem;
}

.horoscope-read-more {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #5B4EA8;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
}
.horoscope-read-more i {
  transition: transform 0.2s;
}
.horoscope-read-more:hover {
  color: rgb(72.1341463415, 61.8292682927, 133.1707317073);
}
.horoscope-read-more:hover i {
  transform: translateX(4px);
}

.week-overview-section,
.month-overview-section {
  margin-top: -2rem;
  position: relative;
  z-index: 2;
}

.week-overview-card,
.month-overview-card {
  background: white;
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .week-overview-card,
  .month-overview-card {
    flex-direction: column;
    text-align: center;
  }
}

.week-overview-icon,
.month-overview-icon {
  width: 80px;
  height: 80px;
  min-width: 80px;
  background: linear-gradient(-135deg, rgba(91, 78, 168, 0.1) 0%, rgba(91, 78, 168, 0.2) 100%);
  border: 2px solid rgba(91, 78, 168, 0.3);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.week-overview-icon i,
.month-overview-icon i {
  font-size: 2.5rem;
  color: #5B4EA8;
}
@media (max-width: 767px) {
  .week-overview-icon,
  .month-overview-icon {
    margin: 0 auto;
  }
}

.week-overview-content,
.month-overview-content {
  flex: 1;
}

.week-overview-title,
.month-overview-title {
  font-family: "Cairo", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 1rem;
}

.week-overview-text,
.month-overview-text {
  color: #4B5563;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.month-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 767px) {
  .month-highlights {
    justify-content: center;
  }
}
.month-highlights .highlight-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #F3F4F6;
  border-radius: 50px;
  font-size: 0.9rem;
  color: #374151;
}
.month-highlights .highlight-item i {
  color: #5B4EA8;
}

.horoscope-cta {
  background: linear-gradient(-135deg, #5B4EA8 0%, #483D8B 50%, #2D2654 100%);
}

.footer-zodiac-links li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-zodiac-icon {
  width: 20px !important;
  height: 20px !important;
  opacity: 0.85;
  filter: brightness(0) invert(1);
  transition: opacity 0.2s ease;
}

.footer-zodiac-links li a:hover .footer-zodiac-icon {
  opacity: 1;
}

.about-header {
  position: relative;
  padding: 2rem 0 2.5rem;
  background: linear-gradient(-135deg, #6366F1 0%, #4F46E5 50%, #3730A3 100%);
  overflow: hidden;
}
.about-header .header-bg {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.about-header > .container {
  position: relative;
  z-index: 1;
}
.about-header .header-breadcrumb {
  margin-bottom: 2rem;
}
.about-header .header-breadcrumb a, .about-header .header-breadcrumb span {
  color: rgba(255, 255, 255, 0.8);
}
.about-header .header-breadcrumb a:hover {
  color: white;
}
.about-header .header-breadcrumb i {
  color: rgba(255, 255, 255, 0.5);
}
.about-header .hero-content .hero-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 1rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-header .hero-content .hero-icon i {
  font-size: 2rem;
  color: white;
}
.about-header .hero-content .hero-title {
  font-family: "Cairo", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: white;
  margin: 0 0 0.75rem;
}
.about-header .hero-content .hero-subtitle {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 500px;
  margin: 0 auto;
}

.chinese-zodiac-header {
  position: relative;
  padding: 2rem 0 2.5rem;
  background: linear-gradient(-135deg, #c41e3a 0%, #8b0000 100%);
  overflow: hidden;
  color: white;
}
.chinese-zodiac-header .header-bg {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.chinese-zodiac-header > .container {
  position: relative;
  z-index: 1;
}
.chinese-zodiac-header .header-breadcrumb {
  margin-bottom: 2rem;
}
.chinese-zodiac-header .header-breadcrumb a, .chinese-zodiac-header .header-breadcrumb span {
  color: rgba(255, 255, 255, 0.8);
}
.chinese-zodiac-header .header-breadcrumb a:hover {
  color: white;
}
.chinese-zodiac-header .header-breadcrumb i {
  color: rgba(255, 255, 255, 0.5);
}
.chinese-zodiac-header .hero-content .hero-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 1rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chinese-zodiac-header .hero-content .hero-icon i {
  font-size: 2rem;
  color: white;
}
.chinese-zodiac-header .hero-content .hero-title {
  font-family: "Cairo", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: white;
  margin: 0 0 0.75rem;
}
.chinese-zodiac-header .hero-content .hero-subtitle {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 500px;
  margin: 0 auto;
}
.chinese-zodiac-header .zodiac-hero-meta {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.chinese-zodiac-header .zodiac-hero-meta .meta-item {
  background: rgba(255, 255, 255, 0.2);
  padding: 0.75rem 1.5rem;
  border-radius: 10px;
  text-align: center;
}
.chinese-zodiac-header .zodiac-hero-meta .meta-label {
  display: block;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.25rem;
}
.chinese-zodiac-header .zodiac-hero-meta .meta-value {
  font-size: 1.25rem;
  font-weight: bold;
  color: white;
}

.chinese-zodiac-show-header {
  position: relative;
  padding: 2rem 0 3rem;
  color: white;
  overflow: hidden;
}
.chinese-zodiac-show-header .header-bg {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.chinese-zodiac-show-header > .container {
  position: relative;
  z-index: 1;
}
.chinese-zodiac-show-header .header-breadcrumb {
  margin-bottom: 1.5rem;
}
.chinese-zodiac-show-header .header-breadcrumb a, .chinese-zodiac-show-header .header-breadcrumb span {
  color: rgba(255, 255, 255, 0.9);
}
.chinese-zodiac-show-header .header-breadcrumb a:hover {
  color: white;
}
.chinese-zodiac-show-header .header-breadcrumb i {
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0.5rem;
}
.chinese-zodiac-show-header .zodiac-hero-info {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.chinese-zodiac-show-header .zodiac-emoji-large {
  font-size: 5rem;
}
.chinese-zodiac-show-header .zodiac-names .hero-title {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 800;
}
.chinese-zodiac-show-header .zodiac-subtitle {
  opacity: 0.9;
  font-size: 1.25rem;
  margin: 0;
}
.chinese-zodiac-show-header .zodiac-hero-meta {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.chinese-zodiac-show-header .zodiac-hero-meta .meta-item {
  background: rgba(255, 255, 255, 0.2);
  padding: 0.75rem 1.5rem;
  border-radius: 10px;
  text-align: center;
}
.chinese-zodiac-show-header .zodiac-hero-meta .meta-label {
  display: block;
  font-size: 0.875rem;
  opacity: 0.8;
  margin-bottom: 0.25rem;
}
.chinese-zodiac-show-header .zodiac-hero-meta .meta-value {
  font-size: 1.25rem;
  font-weight: bold;
}

.chinese-compat-header {
  position: relative;
  padding: 2rem 0 2.5rem;
  background: linear-gradient(-135deg, #9c27b0 0%, #673ab7 100%);
  overflow: hidden;
}
.chinese-compat-header .header-bg {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.chinese-compat-header > .container {
  position: relative;
  z-index: 1;
}
.chinese-compat-header .header-breadcrumb {
  margin-bottom: 2rem;
}
.chinese-compat-header .header-breadcrumb a, .chinese-compat-header .header-breadcrumb span {
  color: rgba(255, 255, 255, 0.8);
}
.chinese-compat-header .header-breadcrumb a:hover {
  color: white;
}
.chinese-compat-header .header-breadcrumb i {
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0.5rem;
}
.chinese-compat-header .hero-content .hero-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 1rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chinese-compat-header .hero-content .hero-icon i {
  font-size: 2rem;
  color: white;
}
.chinese-compat-header .hero-content .hero-title {
  font-family: "Cairo", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: white;
  margin: 0 0 0.75rem;
}
.chinese-compat-header .hero-content .hero-subtitle {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 500px;
  margin: 0 auto;
}

.chinese-calculator {
  max-width: 600px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.chinese-calculator .calculator-header {
  text-align: center;
  margin-bottom: 1.5rem;
}
.chinese-calculator .calculator-header h2, .chinese-calculator .calculator-header .h2 {
  color: #5B4EA8;
  margin-bottom: 0.5rem;
}
.chinese-calculator .calculator-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.chinese-calculator .calculator-form .form-control {
  text-align: center;
  font-size: 1.25rem;
}
.chinese-calculator .calculator-result {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #E5E7EB;
}
.chinese-calculator .result-card {
  text-align: center;
}
.chinese-calculator .result-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.chinese-calculator .result-emoji {
  font-size: 4rem;
}
.chinese-calculator .result-names h3, .chinese-calculator .result-names .h3 {
  margin: 0;
  font-size: 1.5rem;
}
.chinese-calculator .chinese-name {
  color: #4B5563;
  font-size: 1.25rem;
}
.chinese-calculator .result-meta {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.chinese-calculator .result-personality {
  color: #4B5563;
  margin-bottom: 1.5rem;
}

.current-year-card {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.current-year-card .current-year-badge {
  background: linear-gradient(-135deg, #c41e3a, #8b0000);
  color: white;
  padding: 1.5rem 2rem;
  border-radius: 15px;
  text-align: center;
}
.current-year-card .year-number {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
}
.current-year-card .year-label {
  font-size: 0.875rem;
  opacity: 0.9;
}
.current-year-card .current-year-zodiac {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 1;
  justify-content: center;
}
.current-year-card .current-year-zodiac .zodiac-emoji {
  font-size: 4rem;
}
.current-year-card .current-year-zodiac h3, .current-year-card .current-year-zodiac .h3 {
  margin: 0 0 0.25rem;
}
.current-year-card .zodiac-chinese {
  color: #4B5563;
  margin-bottom: 0.5rem;
}
.current-year-card .element-badge, .current-year-card .yinyang-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.875rem;
  margin-right: 0.5rem;
}
.current-year-card .element-badge {
  color: white;
}
.current-year-card .yinyang-badge {
  background: #F3F4F6;
  color: #4B5563;
}

.chinese-zodiac-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

.chinese-zodiac-card {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid #E5E7EB;
}
.chinese-zodiac-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.chinese-zodiac-card:hover .zodiac-arrow {
  opacity: 1;
  right: 0.5rem;
}
.chinese-zodiac-card .zodiac-emoji-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.chinese-zodiac-card .zodiac-emoji-wrapper .zodiac-emoji {
  font-size: 2.5rem;
}
.chinese-zodiac-card .zodiac-name {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #1F2937;
}
.chinese-zodiac-card .zodiac-chinese {
  font-size: 1.5rem;
  color: #5B4EA8;
}
.chinese-zodiac-card .zodiac-english {
  color: #6B7280;
  font-size: 0.875rem;
}
.chinese-zodiac-card .zodiac-meta {
  margin-top: 0.75rem;
  display: flex;
  gap: 0.5rem;
}
.chinese-zodiac-card .element-tag, .chinese-zodiac-card .yinyang-tag {
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.75rem;
}
.chinese-zodiac-card .element-tag {
  color: white;
}
.chinese-zodiac-card .yinyang-tag {
  background: #F3F4F6;
  color: #4B5563;
}
.chinese-zodiac-card .zodiac-years {
  margin-top: 0.75rem;
  color: #6B7280;
  font-size: 0.875rem;
}
.chinese-zodiac-card .zodiac-arrow {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease;
  color: #9CA3AF;
}

.chinese-elements-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}

.chinese-element-card {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 1.5rem;
  text-align: center;
  border: 2px solid;
}
.chinese-element-card .element-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.75rem;
}
.chinese-element-card .element-name {
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.chinese-element-card .element-traits {
  color: #4B5563;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.chinese-element-card .element-zodiacs {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.chinese-element-card .element-zodiac-link {
  font-size: 1.5rem;
  text-decoration: none;
  transition: transform 0.2s;
}
.chinese-element-card .element-zodiac-link:hover {
  transform: scale(1.2);
}

.yinyang-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.yinyang-card {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
}
.yinyang-card.yang-card {
  border: 2px solid #E5E7EB;
}
.yinyang-card.yin-card {
  border: 2px solid #1F2937;
}
.yinyang-card .yinyang-header {
  margin-bottom: 1rem;
}
.yinyang-card .yinyang-symbol {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 0.5rem;
}
.yinyang-card .yinyang-description {
  color: #4B5563;
  margin-bottom: 1.5rem;
}
.yinyang-card .yinyang-zodiacs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
.yinyang-card .yinyang-zodiac-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 0.5rem;
  border-radius: 10px;
  transition: background 0.2s;
}
.yinyang-card .yinyang-zodiac-link:hover {
  background: #F3F4F6;
}
.yinyang-card .yinyang-zodiac-link .emoji {
  font-size: 1.5rem;
}
.yinyang-card .yinyang-zodiac-link .name {
  font-size: 0.75rem;
  color: #4B5563;
}

.quick-nav-section {
  background: #FFFFFF;
  border-bottom: 1px solid #E5E7EB;
  position: sticky;
  top: 60px;
  z-index: 100;
}
.quick-nav-section .quick-nav {
  display: flex;
  gap: 0.5rem;
  padding: 1rem 0;
  overflow-x: auto;
  justify-content: center;
}
.quick-nav-section .quick-nav-link {
  padding: 0.5rem 1rem;
  border-radius: 20px;
  background: #F3F4F6;
  color: #374151;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s;
  font-size: 0.9rem;
}
.quick-nav-section .quick-nav-link:hover {
  background: #5B4EA8;
  color: white;
}

.years-card {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.years-card h2, .years-card .h2 {
  margin-bottom: 1.5rem;
  color: #1F2937;
}
.years-card .years-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.years-card .year-badge {
  background: #F3F4F6;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  font-weight: 500;
}
.years-card .year-badge.current-year {
  background: #5B4EA8;
  color: white;
}
.years-card .years-note {
  color: #6B7280;
  margin: 0;
  font-size: 0.9rem;
}

.chinese-content-card {
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.chinese-content-card .card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #E5E7EB;
}
.chinese-content-card .card-header .card-icon {
  font-size: 2rem;
}
.chinese-content-card .card-header h2, .chinese-content-card .card-header .h2 {
  margin: 0;
  font-size: 1.5rem;
}
.chinese-content-card .card-body {
  padding: 2rem;
}
.chinese-content-card .personality-text {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  color: #374151;
}

.chinese-traits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.chinese-traits-card {
  background: #F3F4F6;
  padding: 1.5rem;
  border-radius: 15px;
}
.chinese-traits-card h3, .chinese-traits-card .h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.chinese-traits-card p {
  margin: 0;
  color: #4B5563;
  line-height: 1.7;
}

.chinese-compatibility-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
.chinese-compatibility-grid .compatibility-section h3, .chinese-compatibility-grid .compatibility-section .h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.chinese-compatibility-grid .compatibility-zodiacs {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.chinese-compatibility-grid .compatibility-zodiac {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  background: #F3F4F6;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s;
}
.chinese-compatibility-grid .compatibility-zodiac:hover {
  transform: scale(1.05);
}
.chinese-compatibility-grid .compatibility-zodiac .emoji {
  font-size: 2rem;
  margin-bottom: 0.25rem;
}
.chinese-compatibility-grid .compatibility-zodiac .name {
  font-size: 0.875rem;
}

.lucky-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}
.lucky-grid .lucky-item {
  text-align: center;
  padding: 1.5rem;
  background: #F3F4F6;
  border-radius: 15px;
}
.lucky-grid .lucky-icon {
  width: 60px;
  height: 60px;
  background: #5B4EA8;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.5rem;
}
.lucky-grid .lucky-item h4, .lucky-grid .lucky-item .h4 {
  margin-bottom: 0.5rem;
  color: #1F2937;
}
.lucky-grid .lucky-values {
  color: #4B5563;
  margin: 0;
}

.other-zodiacs-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.other-zodiacs-grid .other-zodiac-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  background: #FFFFFF;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
  min-width: 80px;
  border: 1px solid #E5E7EB;
}
.other-zodiacs-grid .other-zodiac-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.other-zodiacs-grid .other-zodiac-link.active {
  background: #5B4EA8;
  color: white;
  border-color: #5B4EA8;
}
.other-zodiacs-grid .other-zodiac-link .emoji {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}
.other-zodiacs-grid .other-zodiac-link .name {
  font-size: 0.75rem;
}

.quick-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}
.quick-links-grid .quick-link-card {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 1.5rem;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
  border: 1px solid #E5E7EB;
}
.quick-links-grid .quick-link-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.quick-links-grid .quick-link-card .quick-link-icon {
  width: 60px;
  height: 60px;
  background: #F3F4F6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.5rem;
  color: #5B4EA8;
}
.quick-links-grid .quick-link-card h3, .quick-links-grid .quick-link-card .h3 {
  margin-bottom: 0.5rem;
  color: #1F2937;
}
.quick-links-grid .quick-link-card p {
  color: #4B5563;
  margin: 0;
  font-size: 0.9rem;
}

.chinese-zodiac-cta {
  background: linear-gradient(-135deg, #c41e3a 0%, #8b0000 100%);
}

.chinese-compat-cta {
  background: linear-gradient(-135deg, #9c27b0 0%, #673ab7 100%);
}

.compat-calculator-card {
  max-width: 800px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.compat-calculator-card .calculator-header {
  text-align: center;
  margin-bottom: 2rem;
}
.compat-calculator-card .calculator-header h2, .compat-calculator-card .calculator-header .h2 {
  color: #5B4EA8;
  margin-bottom: 0.5rem;
}
.compat-calculator-card .compat-form-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.5rem;
  align-items: end;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .compat-calculator-card .compat-form-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.compat-calculator-card .compat-form .form-group label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.compat-calculator-card .label-icon {
  font-size: 1.25rem;
}
.compat-calculator-card .compat-heart-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.5rem;
}
.compat-calculator-card .compat-heart-divider i {
  font-size: 2rem;
  color: #FF6B6B;
  animation: pulse 1.5s infinite;
}
.compat-calculator-card .compat-form button {
  width: 100%;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.compat-result-card {
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.compat-result-card .result-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  background: linear-gradient(-135deg, #F3F4F6 0%, #E5E7EB 100%);
  gap: 1rem;
  flex-wrap: wrap;
}
.compat-result-card .result-zodiac {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
}
.compat-result-card .result-zodiac.western {
  flex-direction: row-reverse;
  text-align: right;
}
.compat-result-card .result-zodiac .zodiac-emoji {
  font-size: 3rem;
}
.compat-result-card .result-zodiac .zodiac-icon {
  width: 60px;
  height: 60px;
}
.compat-result-card .result-zodiac h3, .compat-result-card .result-zodiac .h3 {
  margin: 0;
  font-size: 1.25rem;
}
.compat-result-card .result-zodiac .zodiac-type {
  color: #6B7280;
  font-size: 0.875rem;
}
.compat-result-card .result-heart {
  text-align: center;
}
.compat-result-card .heart-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(-135deg, #FF6B6B, #ee5a5a);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.5rem;
}
.compat-result-card .heart-circle i {
  font-size: 1.75rem;
  color: white;
}
.compat-result-card .compat-score {
  font-size: 1.5rem;
  font-weight: bold;
  color: #5B4EA8;
}
.compat-result-card .result-body {
  padding: 2rem;
}
.compat-result-card .score-visual {
  margin-bottom: 2rem;
  text-align: center;
}
.compat-result-card .score-bar {
  height: 12px;
  background: #E5E7EB;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.compat-result-card .score-fill {
  height: 100%;
  border-radius: 6px;
  transition: width 1s ease;
}
.compat-result-card .score-fill.excellent {
  background: linear-gradient(-90deg, #4CAF50, #8BC34A);
}
.compat-result-card .score-fill.good {
  background: linear-gradient(-90deg, #8BC34A, #CDDC39);
}
.compat-result-card .score-fill.moderate {
  background: linear-gradient(-90deg, #FF9800, #FFC107);
}
.compat-result-card .score-fill.challenging {
  background: linear-gradient(-90deg, #FF5722, #FF9800);
}
.compat-result-card .score-label {
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  display: inline-block;
}
.compat-result-card .score-label.excellent {
  background: rgba(76, 175, 80, 0.15);
  color: #4CAF50;
}
.compat-result-card .score-label.good {
  background: rgba(139, 195, 74, 0.15);
  color: #689F38;
}
.compat-result-card .score-label.moderate {
  background: rgba(255, 152, 0, 0.15);
  color: #FF9800;
}
.compat-result-card .score-label.challenging {
  background: rgba(255, 87, 34, 0.15);
  color: #FF5722;
}
.compat-result-card .compat-description {
  text-align: center;
  font-size: 1.1rem;
  color: #374151;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #F3F4F6;
  border-radius: 15px;
}
.compat-result-card .compat-details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}
.compat-result-card .detail-card {
  background: #F3F4F6;
  border-radius: 15px;
  padding: 1.25rem;
  text-align: center;
}
.compat-result-card .detail-card .detail-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.75rem;
  font-size: 1.25rem;
}
.compat-result-card .detail-card h4, .compat-result-card .detail-card .h4 {
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}
.compat-result-card .detail-card .detail-bar {
  height: 6px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.compat-result-card .detail-card .bar-fill {
  height: 100%;
  border-radius: 3px;
}
.compat-result-card .detail-card .detail-score {
  font-weight: bold;
  font-size: 0.9rem;
}
.compat-result-card .compat-tips {
  background: #FFF8E1;
  border-radius: 15px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.compat-result-card .compat-tips h4, .compat-result-card .compat-tips .h4 {
  color: #FF8F00;
  margin-bottom: 1rem;
}
.compat-result-card .compat-tips ul {
  margin: 0;
  padding-left: 1.25rem;
}
.compat-result-card .compat-tips li {
  margin-bottom: 0.5rem;
  color: #374151;
}
.compat-result-card .result-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.quick-zodiacs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 1rem;
}
.quick-zodiacs-grid .quick-zodiac-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: #FFFFFF;
  border-radius: 15px;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  gap: 0.5rem;
  border: 1px solid #E5E7EB;
}
.quick-zodiacs-grid .quick-zodiac-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.quick-zodiacs-grid .quick-zodiac-card.chinese:hover {
  border-color: #c41e3a;
}
.quick-zodiacs-grid .quick-zodiac-card.western:hover {
  border-color: #5B4EA8;
}
.quick-zodiacs-grid .quick-zodiac-card .zodiac-emoji {
  font-size: 2rem;
}
.quick-zodiacs-grid .quick-zodiac-card .zodiac-icon {
  width: 40px;
  height: 40px;
}
.quick-zodiacs-grid .quick-zodiac-card .zodiac-name {
  font-size: 0.875rem;
  text-align: center;
}

.info-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.info-cards-grid .info-card {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 1.5rem;
  text-align: center;
  border: 1px solid #E5E7EB;
}
.info-cards-grid .info-card .info-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 2rem;
}
.info-cards-grid .info-card .info-icon.chinese {
  background: linear-gradient(-135deg, rgba(196, 30, 58, 0.15), rgba(139, 0, 0, 0.15));
}
.info-cards-grid .info-card .info-icon.western {
  background: rgba(91, 78, 168, 0.15);
  color: #5B4EA8;
}
.info-cards-grid .info-card .info-icon.combined {
  background: linear-gradient(-135deg, rgba(156, 39, 176, 0.15), rgba(103, 58, 183, 0.15));
}
.info-cards-grid .info-card h3, .info-cards-grid .info-card .h3 {
  margin-bottom: 0.75rem;
}
.info-cards-grid .info-card p {
  color: #4B5563;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .chinese-zodiac-show-header .zodiac-hero-info {
    flex-direction: column;
    text-align: center;
  }
  .chinese-zodiac-show-header .zodiac-emoji-large {
    font-size: 4rem;
  }
  .chinese-zodiac-show-header .zodiac-hero-meta {
    justify-content: center;
  }
  .compat-result-card .result-header {
    flex-direction: column;
    text-align: center;
  }
  .compat-result-card .result-zodiac,
  .compat-result-card .result-zodiac.western {
    flex-direction: column;
    text-align: center;
  }
}
.chinese-lucky-section {
  background: linear-gradient(-180deg, #FFFFFF 0%, #F3F4F6 100%);
}

.chinese-lucky-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .chinese-lucky-grid {
    grid-template-columns: 1fr;
  }
}

.chinese-lucky-card {
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.chinese-lucky-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.chinese-lucky-card .lucky-card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #E5E7EB;
}
.chinese-lucky-card .lucky-card-header .lucky-emoji {
  font-size: 2rem;
}
.chinese-lucky-card .lucky-card-header h3, .chinese-lucky-card .lucky-card-header .h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1F2937;
}
.chinese-lucky-card .lucky-card-body {
  padding: 1.5rem;
}
.chinese-lucky-card.numbers-card .lucky-card-header {
  background: linear-gradient(-135deg, rgba(255, 215, 0, 0.1), rgba(255, 160, 0, 0.1));
}
.chinese-lucky-card.colors-card .lucky-card-header {
  background: linear-gradient(-135deg, rgba(233, 30, 99, 0.1), rgba(156, 39, 176, 0.1));
}
.chinese-lucky-card.flowers-card .lucky-card-header {
  background: linear-gradient(-135deg, rgba(76, 175, 80, 0.1), rgba(139, 195, 74, 0.1));
}
.chinese-lucky-card.directions-card .lucky-card-header {
  background: linear-gradient(-135deg, rgba(33, 150, 243, 0.1), rgba(3, 169, 244, 0.1));
}

.lucky-numbers-display {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.lucky-numbers-display .lucky-number-badge {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: 800;
  color: #FFB300;
  background: linear-gradient(-135deg, #FFF8E1, #FFECB3);
  border: 3px solid #FFD54F;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
  transition: all 0.3s ease;
}
.lucky-numbers-display .lucky-number-badge:hover {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
}

.lucky-colors-display {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.lucky-colors-display .lucky-color-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.lucky-colors-display .lucky-color-item .color-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2), inset 0 -3px 10px rgba(0, 0, 0, 0.1);
  border: 3px solid #FFFFFF;
  transition: all 0.3s ease;
}
.lucky-colors-display .lucky-color-item .color-circle:hover {
  transform: scale(1.15);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.lucky-colors-display .lucky-color-item .color-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: #374151;
}

.lucky-flowers-display {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
.lucky-flowers-display .lucky-flower-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: linear-gradient(-135deg, #E8F5E9, #C8E6C9);
  color: #2E7D32;
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 2px solid #A5D6A7;
  transition: all 0.3s ease;
}
.lucky-flowers-display .lucky-flower-tag i {
  font-size: 1.1rem;
}
.lucky-flowers-display .lucky-flower-tag:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(76, 175, 80, 0.3);
  background: linear-gradient(-135deg, #C8E6C9, #A5D6A7);
}

.lucky-directions-display {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.lucky-directions-display .lucky-direction-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.lucky-directions-display .lucky-direction-item .direction-icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(-135deg, #E3F2FD, #BBDEFB);
  color: #1976D2;
  border-radius: 50%;
  font-size: 1.5rem;
  border: 3px solid #64B5F6;
  transition: all 0.3s ease;
}
.lucky-directions-display .lucky-direction-item .direction-icon:hover {
  transform: rotate(-360deg);
  background: linear-gradient(-135deg, #BBDEFB, #90CAF9);
}
.lucky-directions-display .lucky-direction-item .direction-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: #374151;
}

.home-article-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  overflow: hidden;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .home-article-card {
    flex-direction: column;
  }
}

.home-article-image {
  width: 280px;
  flex-shrink: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .home-article-image {
    width: 100%;
    height: 200px;
  }
}
.home-article-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.home-article-image:hover img {
  transform: scale(1.05);
}

.home-article-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-article-title {
  font-family: "Cairo", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #111827;
  margin: 0.75rem 0 0.5rem;
  line-height: 1.5;
}
.home-article-title a {
  color: inherit;
  text-decoration: none;
}
.home-article-title a:hover {
  color: #5B4EA8;
}

.home-article-excerpt {
  font-size: 0.9rem;
  color: #6B7280;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.home-article-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #5B4EA8;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: gap 0.2s ease;
}
.home-article-link:hover {
  gap: 0.75rem;
  color: #483D8B;
}

.articles-index-header {
  position: relative;
  padding: 2rem 0 4rem;
  background: linear-gradient(-135deg, #5B4EA8 0%, #483D8B 50%, rgb(53.64, 45.445, 103.555) 100%);
  overflow: hidden;
}
.articles-index-header .header-bg {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.articles-index-header > .container {
  position: relative;
  z-index: 1;
}
.articles-index-header .header-breadcrumb {
  margin-bottom: 2rem;
}
.articles-index-header .header-breadcrumb a, .articles-index-header .header-breadcrumb span {
  color: rgba(255, 255, 255, 0.8);
}
.articles-index-header .header-breadcrumb a:hover {
  color: white;
}
.articles-index-header .header-breadcrumb i {
  color: rgba(255, 255, 255, 0.5);
}
.articles-index-header .hero-content {
  margin-bottom: 0;
}
.articles-index-header .hero-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.articles-index-header .hero-icon i {
  font-size: 2.5rem;
  color: white;
}
.articles-index-header .hero-title {
  font-family: "Cairo", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: white;
  margin: 0 0 1rem;
}
.articles-index-header .hero-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 500px;
  margin: 0 auto;
}

.article-show-header {
  position: relative;
  padding: 2rem 0 3rem;
  background: linear-gradient(-135deg, #5B4EA8 0%, #483D8B 50%, rgb(53.64, 45.445, 103.555) 100%);
  overflow: hidden;
}
.article-show-header .header-bg {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.article-show-header > .container {
  position: relative;
  z-index: 1;
}
.article-show-header .header-breadcrumb {
  margin-bottom: 1.5rem;
}
.article-show-header .header-breadcrumb a, .article-show-header .header-breadcrumb span {
  color: rgba(255, 255, 255, 0.8);
}
.article-show-header .header-breadcrumb a:hover {
  color: white;
}
.article-show-header .header-breadcrumb i {
  color: rgba(255, 255, 255, 0.5);
}
.article-show-header .article-header-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.article-show-header .article-header-badge {
  display: inline-block;
  padding: 0.3rem 1rem;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  color: white;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.article-show-header .article-header-title {
  font-family: "Cairo", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: white;
  margin: 0 0 1.25rem;
  line-height: 1.4;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .article-show-header .article-header-title {
    font-size: 1.5rem;
  }
}
.article-show-header .article-header-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.article-show-header .article-header-meta span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
}
.article-show-header .article-header-meta span i {
  font-size: 0.85rem;
}

.article-body-content {
  font-size: 1.05rem;
  color: #374151;
  line-height: 2;
}
.article-body-content h2, .article-body-content .h2 {
  font-family: "Cairo", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #111827;
  margin: 2rem 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(91, 78, 168, 0.15);
}
.article-body-content h2:first-child, .article-body-content .h2:first-child {
  margin-top: 0;
}
.article-body-content h3, .article-body-content .h3 {
  font-family: "Cairo", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #1F2937;
  margin: 1.5rem 0 0.75rem;
}
.article-body-content p {
  margin-bottom: 1rem;
}
.article-body-content strong {
  color: #111827;
}
.article-body-content ul, .article-body-content ol {
  margin: 1rem 0;
  padding: 0 !important;
  list-style: none !important;
}
.article-body-content ul li, .article-body-content ol li {
  padding: 0.5rem 0 0.5rem 1rem;
  color: #374151;
  line-height: 1.8;
  border-bottom: 1px solid #F3F4F6;
}
.article-body-content ul li:last-child, .article-body-content ol li:last-child {
  border-bottom: none;
}
.article-body-content ul li > i, .article-body-content ol li > i {
  display: none;
}
.article-body-content blockquote {
  margin: 1.25rem 0;
  padding: 1rem 1.5rem;
  background: rgba(91, 78, 168, 0.04);
  border-color: #5B4EA8;
  border-radius: 12px;
  color: #374151;
}
.article-body-content .alert {
  border-radius: 12px;
  margin: 1.25rem 0;
}
.article-body-content .table-responsive {
  margin: 1.25rem 0;
  border-radius: 12px;
  overflow: hidden;
}
.article-body-content hr {
  display: none;
}

.article-grid-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.article-grid-card:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transform: translateY(-3px);
}
.article-grid-card:hover .article-grid-image img {
  transform: scale(1.05);
}

.article-grid-image {
  overflow: hidden;
  height: 200px;
}
.article-grid-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.article-grid-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.article-grid-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.article-type-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  background: rgba(91, 78, 168, 0.08);
  color: #5B4EA8;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
}

.article-reading-time {
  font-size: 0.8rem;
  color: #6B7280;
}
.article-reading-time i {
  margin-right: 0.25rem;
}

.article-grid-title {
  font-family: "Cairo", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.article-grid-title a {
  color: inherit;
  text-decoration: none;
}
.article-grid-title a:hover {
  color: #5B4EA8;
}

.article-grid-excerpt {
  font-size: 0.9rem;
  color: #6B7280;
  line-height: 1.7;
  margin-bottom: 1rem;
  flex: 1;
}

.article-grid-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  border-top: 1px solid #F3F4F6;
  font-size: 0.8rem;
  color: #9CA3AF;
}
.article-grid-footer i {
  margin-right: 0.25rem;
}

.article-featured-image {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.article-featured-image img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.article-intro-card {
  background: linear-gradient(-135deg, rgba(91, 78, 168, 0.04) 0%, rgba(91, 78, 168, 0.08) 100%);
  border: 1px solid rgba(91, 78, 168, 0.15);
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.article-intro-card .intro-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.article-intro-card .intro-header i {
  font-size: 1.5rem;
  color: #E8A838;
}
.article-intro-card .intro-header h2, .article-intro-card .intro-header .h2 {
  font-family: "Cairo", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1F2937;
  margin: 0;
}
.article-intro-card p {
  margin: 0;
  color: #374151;
  line-height: 1.9;
}

.article-toc-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.article-toc-card .toc-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: #F9FAFB;
  border-bottom: 1px solid #E5E7EB;
}
.article-toc-card .toc-header i {
  font-size: 1.25rem;
  color: #5B4EA8;
}
.article-toc-card .toc-header h2, .article-toc-card .toc-header .h2 {
  font-family: "Cairo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1F2937;
  margin: 0;
}
.article-toc-card .toc-body {
  padding: 1rem 1.25rem;
}
.article-toc-card .toc-link {
  display: block;
  padding: 0.4rem 0;
  color: #4B5563;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s, padding-left 0.2s;
}
.article-toc-card .toc-link:hover {
  color: #5B4EA8;
  padding-left: 0.5rem;
}
.article-toc-card .toc-link i {
  font-size: 0.7rem;
  margin-right: 0.5rem;
  color: #9CA3AF;
}
.article-toc-card .toc-link.toc-sub {
  padding-left: 1.25rem;
  font-size: 0.9rem;
  color: #6B7280;
}

.article-disclaimer {
  background: #FFFBEB;
  border: 1px solid #FDE68A;
  border-radius: 16px;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
}
.article-disclaimer p {
  margin: 0;
  color: #92400E;
  font-size: 0.9rem;
  line-height: 1.7;
}
.article-disclaimer p i {
  margin-right: 0.5rem;
}

.article-meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 0;
  color: #374151;
  border-bottom: 1px solid #F3F4F6;
  font-size: 0.95rem;
}
.article-meta-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.article-meta-item:first-child {
  padding-top: 0;
}
.article-meta-item i {
  color: #5C6BC0;
  width: 20px;
  text-align: center;
}

.articles-empty-state {
  text-align: center;
  padding: 4rem 2rem;
}
.articles-empty-state .empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: rgba(91, 78, 168, 0.08);
  border-radius: 50%;
  margin-bottom: 1.5rem;
}
.articles-empty-state .empty-icon i {
  font-size: 2rem;
  color: #5B4EA8;
}
.articles-empty-state h3, .articles-empty-state .h3 {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 0.5rem;
}
.articles-empty-state p {
  color: #6B7280;
}
