/*! tailwindcss v4.1.15 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-yellow-400: oklch(85.2% 0.199 91.936);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-sm: 8px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        & {
          color: color-mix(in oklab, currentcolor 50%, transparent);
        }
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-16 {
    top: calc(var(--spacing) * 16);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .-mx-4 {
    margin-inline: calc(var(--spacing) * -4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-\[320px\] {
    height: 320px;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .w-4\/5 {
    width: calc(4/5 * 100%);
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-items-center {
    justify-items: center;
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-3 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-gray-700 {
    border-color: var(--color-gray-700);
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      & {
        border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
      }
    }
  }
  .border-white\/30 {
    border-color: color-mix(in srgb, #fff 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      & {
        border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
      }
    }
  }
  .bg-\[\#1a1a1a\] {
    background-color: #1a1a1a;
  }
  .bg-black\/30 {
    background-color: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      & {
        background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
      }
    }
  }
  .bg-black\/40 {
    background-color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      & {
        background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
      }
    }
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      & {
        background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
      }
    }
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#ffd615\] {
    color: #ffd615;
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/70 {
    color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      & {
        color: color-mix(in oklab, var(--color-white) 70%, transparent);
      }
    }
  }
  .text-yellow-400 {
    color: var(--color-yellow-400);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .normal-case {
    text-transform: none;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-linear {
    --tw-ease: linear;
    transition-timing-function: linear;
  }
  .\[hostname\:port\] {
    hostname: port;
  }
  .hover\:bg-black\/70 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #000 70%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          & {
            background-color: color-mix(in oklab, var(--color-black) 70%, transparent);
          }
        }
      }
    }
  }
  .sm\:w-1\/2 {
    @media (width >= 40rem) {
      width: calc(1/2 * 100%);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:text-3xl {
    @media (width >= 40rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .sm\:text-base {
    @media (width >= 40rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:static {
    @media (width >= 64rem) {
      position: static;
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 64rem) {
      width: calc(1/3 * 100%);
    }
  }
  .lg\:w-3\/5 {
    @media (width >= 64rem) {
      width: calc(3/5 * 100%);
    }
  }
  .lg\:w-5\/12 {
    @media (width >= 64rem) {
      width: calc(5/12 * 100%);
    }
  }
  .lg\:w-7\/12 {
    @media (width >= 64rem) {
      width: calc(7/12 * 100%);
    }
  }
  .lg\:w-8\/12 {
    @media (width >= 64rem) {
      width: calc(8/12 * 100%);
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[1fr_2fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 1fr 2fr;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-end {
    @media (width >= 64rem) {
      align-items: flex-end;
    }
  }
  .lg\:space-y-1 {
    @media (width >= 64rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .lg\:space-x-4 {
    @media (width >= 64rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .lg\:space-x-5 {
    @media (width >= 64rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 5) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .lg\:border-b-0 {
    @media (width >= 64rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .lg\:bg-transparent {
    @media (width >= 64rem) {
      background-color: transparent;
    }
  }
  .lg\:p-0 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-12 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .lg\:pb-0 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:shadow-none {
    @media (width >= 64rem) {
      --tw-shadow: 0 0 #0000;
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
}
.bg-primary-dark {
  background-color: #343a40;
}
.bg-bg-darken {
  background-color: #242931;
}
.text-accent-gold {
  color: #e1c07a;
}
/* Adăugat manual pentru a rezolva lipsa clasei hover:text-accent-gold */
.hover\:text-accent-gold:hover {
    /* Folosește culoarea definită în tailwind.config.js: #e1c07a */
    color: #e1c07a !important; 
}

/* FIX: Forțează culoarea galbenă pentru linkul de meniu activ */
.nav-link.active {
    color: var(--color-yellow-400) !important; /* #ffd615 */
}
/* Custom component pentru fundalul meniului mobil */
.nav-mobile-bg {
    background-color: #343a40; /* Culoarea primary-dark */
    /* Setează opacitatea la 95% (sau 0.95) */
    opacity: 0.95; 
}
.text-accent-blue {
  color: #63b3ed;
}
.text-turquoise {
  color: #40e0d0;
}
.bg-scrolled-nav {
  background-color: #2c343f;
}
.font-vibes {
  font-family: "Great Vibes", cursive;
}
.font-lora {
  font-family: "Lora", serif;
}
.font-sans {
  font-family: "Open Sans", sans-serif;
}
.text-bg-dark-text {
  color: #ffffff;
}
#navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  height: auto;
  min-height: 5rem;
  display: flex;
  align-items: center;
  background-color: transparent;
  transition: background-color 0.4s ease, box-shadow 0.4s ease, transform 0.3s ease;
  transform: translateY(0);
}
#navbar.scrolled {
  background-color: #2c343f;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.45);
  transform: translateY(0);
}
.navbar-brand {
  opacity: 0.9;
  transition: opacity 0.4s ease, transform 0.3s ease;
}
#navbar.scrolled .navbar-brand {
  opacity: 1;
  transform: scale(1.03);
}
#navbar .nav-link {
  position: relative;
  transition: color 0.3s ease;
}
#navbar .nav-link::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 40%;
  height: 2px;
  background: #ffd615;
  transition: transform 0.3s ease;
}
#navbar .nav-link:hover::after {
  transform: translateX(-50%) scaleX(1);
}
#acasa {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
body {
  margin: 0;
  padding: 0;
}
.home-slider {
  position: relative;
  overflow: hidden;
  perspective: 1000px;
}
.home-slider .slider-item {
  transition: opacity 1.2s ease, transform 3s ease;
  transform: scale(1.05);
}
.home-slider .slider-item.opacity-100 {
  transform: scale(1);
}
.home-slider .overlay {
  background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.7));
}
.home-slider h1 {
  text-shadow: 0 4px 25px rgba(0,0,0,0.6);
  animation: fadeUp 1.4s ease both;
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.verse-quote-box {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  border: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.7);
  max-width: 800px;
}
.home-slider .verse-text-slider {
  font-size: 1.3rem !important;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  padding: 0;
  text-shadow: none;
}
.home-slider .verse-text-slider p {
  margin-bottom: 0 !important;
  padding: 0;
}
.home-slider .verse-text-slider small {
  display: block;
  margin-top: 1rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.9rem;
  color: #f1cd86;
}
@media (min-width: 768px) {
  .home-slider .verse-text-slider {
    font-size: 2.25rem !important;
  }
}
.verse-image-card {
  box-shadow: 0 0 40px rgba(255, 214, 21, 0.15);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.verse-image-card p, .verse-text {
  margin: 0;
  padding: 10px;
  font-size: clamp(18px, 5.5vw, 40px);
  line-height: 1.4;
}
.verse-image-card:hover {
  transform: scale(1.02);
  box-shadow: 0 0 50px rgba(255, 214, 21, 0.25);
}
.announcement-section {
  padding: 5rem 0;
  background-color: #242931;
}
.announcement-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.announcement-item {
  background-color: #2d3748;
  border-radius: 8px;
  padding: 0;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3), inset 0 0 1px rgba(255, 255, 255, 0.1);
  border: 1px solid transparent;
  display: flex;
  align-items: stretch;
  transition: all 0.3s ease;
}
.announcement-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(66, 153, 225, 0.35);
  border-color: #4299e1;
}
.announcement-date {
  background-color: #1a202c;
  min-width: 130px;
  text-align: center;
  padding: 0.75rem 0.5rem;
  box-shadow: inset -2px 0 3px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px 0 0 8px;
  gap: 2px;
}
.date-label {
  font-size: 0.8rem;
  font-weight: 500;
  color: #a0aec0;
  white-space: nowrap;
}
.date-full {
  display: flex;
  align-items: baseline;
  gap: 3px;
  white-space: nowrap;
}
.date-day {
  font-size: 1.1rem;
  font-weight: 700;
  color: #4299e1;
}
.date-month {
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fdd835;
}
.announcement-content {
  flex-grow: 1;
  padding: 1.5rem 2rem;
  border-left: 2px solid rgba(255, 255, 255, 0.08);
  padding-left: 2rem;
}
.announcement-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #edf2f7;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 0.5rem;
}
.announcement-details {
  font-size: 1rem;
  font-weight: 500;
  color: #fdd835;
  line-height: 1.5;
  margin-top: 0.75rem;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .announcement-item {
    flex-direction: column;
  }
  .announcement-date {
    min-width: 100%;
    border-radius: 8px 8px 0 0;
    padding: 0.75rem 0;
    flex-direction: row;
    gap: 15px;
    box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.4);
  }
  .announcement-content {
    padding: 1rem;
  }
}
.announcement-item-highlight {
  background-color: #384252;
  border: 2px solid #e1c07a;
  outline: 2px solid #384252;
  outline-offset: 4px;
  box-shadow: 0 0 0 8px rgba(225, 192, 122, 0.1),  0 8px 30px rgba(0, 0, 0, 0.5);
  transform: none;
  transition: all 0.4s ease;
}
.announcement-item-highlight .announcement-date {
  background-color: #e1c07a;
  color: #1a202c;
}
.announcement-item-highlight .date-day, .announcement-item-highlight .date-month {
  color: #1a202c !important;
}
.announcement-item-highlight .announcement-title {
  color: #edf2f7;
}
.announcement-hidden {
  display: none !important;
}
.announcement-visible {
  display: flex;
  animation: fadeIn 0.5s ease-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn-show-more-announcements {
  background-color: #e1c07a;
  color: #1a202c;
  padding: 0.75rem 2rem;
  border-radius: 9999px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.btn-show-more-announcements:hover {
  background-color: #fdd835;
  box-shadow: 0 5px 15px rgba(225, 192, 122, 0.4);
}
#leadership-section {
  background: linear-gradient(to bottom, #11151d, #161b24);
  padding: 3rem 1rem;
}
#leadership-section h2 {
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: none;
  color: #f1f5fb;
  text-align: center;
  margin-bottom: 2rem;
}
.leadership-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
.leadership-card {
  background: linear-gradient(145deg, rgba(45,55,72,0.9), rgba(26,32,44,0.95));
  backdrop-filter: blur(6px);
  border-radius: 12px;
  padding: 1.8rem 1.5rem;
  width: 100%;
  max-width: 260px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.4);
  border: 1px solid rgba(255,255,255,0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.35s ease;
}
.leadership-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0,0,0,0.55);
  border-color: #4299e1;
  background: linear-gradient(145deg, rgba(61,74,92,0.95), rgba(26,32,44,0.95));
}
.leadership-card h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #f7fafc;
  margin-bottom: 0.3rem;
  letter-spacing: 0.5px;
}
.leadership-card span {
  font-size: 0.95rem;
  font-weight: 400;
  color: #63b3ed;
}
#cine-suntem .desc {
  background-color: #2c343f;
  color: #f8f8f8;
  border-radius: 0.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
#cine-suntem .subheading {
  color: #ffd615;
  font-size: 1.6rem !important;
  font-weight: 800;
  display: block;
  margin-bottom: 0.5rem;
}
#cine-suntem .text p {
  line-height: 1.7;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
}
#cine-suntem .custom-link {
  color: #e1c07a;
  font-weight: 700;
  transition: color 0.3s ease;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#cine-suntem .custom-link:hover {
  color: #f1cd86;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  #cine-suntem .desc {
    border-radius: 0 0 16px 16px;
    padding: 2rem 1.5rem;
  }
}
#ce-credem .desc {
  background-color: #2c343f;
  color: #f8f8f8;
  border-radius: 0.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
#ce-credem .subheading {
  color: #ffd615;
  font-size: 1.6rem !important;
  font-weight: 800;
  display: block;
  margin-bottom: 0.5rem;
}
#ce-credem .text p {
  line-height: 1.7;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
}
#ce-credem .custom-link {
  color: #e1c07a;
  font-weight: 700;
  transition: color 0.3s ease;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#ce-credem .custom-link:hover {
  color: #f1cd86;
  text-decoration: none;
}
.activity-card {
  position: relative;
  background: rgba(24, 28, 34, 0.85);
  backdrop-filter: blur(10px) saturate(150%);
  border-radius: 16px !important;
  overflow: hidden;
  border: 1px solid rgba(99, 179, 237, 0.25);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), inset 0 0 10px rgba(255, 255, 255, 0.05);
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.45s ease, border-color 0.45s ease, background 0.45s ease;
  z-index: 1;
  height: auto !important;
  margin-bottom: 50px !important;
  will-change: transform, box-shadow;
  transform: translateZ(0);
}
.activity-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: #f1cd86;
  background: rgba(28, 32, 38, 0.9);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.95), 0 0 30px rgba(241, 205, 134, 0.45);
  z-index: 10;
}
.activity-card .activity-image-container {
  position: relative;
  height: 220px;
  width: 100%;
  display: block;
  overflow: hidden;
  border-bottom: 2px solid #f1cd86;
  box-shadow: inset 0 -5px 10px rgba(0, 0, 0, 0.4);
  background-blend-mode: overlay;
  background-color: #1b1f24;
  transition: transform 0.6s ease, background-color 0.4s ease;
}
.activity-card .activity-image-container picture img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.7s ease;
  object-fit: cover;
}
@media (max-width: 767px) {
  .activity-card .activity-image-container picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.activity-card:hover .activity-image-container picture img {
  transform: scale(1.08);
}
.activity-card:hover .activity-image-container {
  background-color: rgba(0, 0, 0, 0.2);
}
.activity-card .activity-content {
  padding: 1.75rem;
  position: relative;
  z-index: 2;
  color: #f6f6f6;
  transition: max-height 0.6s ease-out;
  padding-bottom: 60px;
}
.activity-card.collapsed .activity-content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  pointer-events: none;
  z-index: 4;
}
.activity-card:not(.collapsed) .activity-content::after {
  display: none;
}
.read-more-btn {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5rem 1.5rem;
  background: #f1cd86;
  color: #1b1f24;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(241, 205, 134, 0.5);
  transition: all 0.3s ease;
  z-index: 10;
  display: block !important;
}
.read-more-btn:hover {
  transform: translateX(-50%) scale(1.05);
}
.activity-card .activity-meta {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(135deg, #f1cd86 0%, #d6b96e 100%);
  color: #1b1f24;
  padding: 0.5rem 1rem;
  font-weight: 800;
  font-size: 0.8rem;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%, 0 28%);
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.4), 0 0 10px rgba(99, 179, 237, 0.3);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  z-index: 3;
}
.activity-card .activity-meta span {
  color: #1b1f24;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
.activity-card .activity-heading {
  margin-top: 0.75rem !important;
  min-height: 50px;
  position: relative;
  padding-bottom: 0.6rem;
}
.activity-card .activity-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #f1cd86 0%, rgba(241,205,134,0) 100%);
  border-radius: 2px;
  opacity: 0.8;
  transition: width 0.4s ease, opacity 0.4s ease;
}
.activity-card:hover .activity-heading::after {
  width: 100px;
  opacity: 1;
}
.activity-card .activity-heading span {
  font-size: 1.7rem;
  line-height: 1.35;
  color: #fafafa;
  font-weight: 900;
  display: block;
  letter-spacing: 0.3px;
  transition: color 0.35s ease, text-shadow 0.35s ease, transform 0.35s ease;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6), 0 0 8px rgba(255, 255, 255, 0.08), 0 0 20px rgba(241, 205, 134, 0.05);
}
.activity-card .activity-heading:hover span {
  color: #f1cd86;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.7), 0 0 12px rgba(241, 205, 134, 0.4), 0 0 25px rgba(241, 205, 134, 0.2);
  transform: translateY(-2px);
}
.activity-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: radial-gradient(circle at top right, rgba(241, 205, 134, 0.08), transparent 60%);
  transition: opacity 0.6s ease;
  opacity: 0;
}
.activity-card:hover::before {
  opacity: 1;
}
.activity-card.expanded .activity-content {
  transition: max-height 0.6s ease 0.2s;
}
.activity-card.collapsed .activity-content {
  max-height: 300px;
  transition: max-height 0.6s ease;
}
.activity-card.expanded .activity-image-container {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.4s ease;
}
.activity-card.collapsed .activity-image-container {
  max-height: 220px;
  opacity: 1;
  transition: max-height 0.5s ease 0.2s, opacity 0.4s ease 0.2s;
}
.blog-entry {
  position: relative;
  background: rgba(24, 28, 34, 0.85);
  backdrop-filter: blur(10px) saturate(150%);
  border-radius: 16px !important;
  overflow: hidden;
  border: 1px solid rgba(99, 179, 237, 0.25);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), inset 0 0 10px rgba(255, 255, 255, 0.05);
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.45s ease, border-color 0.45s ease, background 0.45s ease;
  z-index: 1;
}
.blog-entry:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: #f1cd86;
  background: rgba(28, 32, 38, 0.9);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.95), 0 0 30px rgba(241, 205, 134, 0.45);
}
.blog-entry a.blog-image-container {
  position: relative;
  height: 220px;
  width: 100%;
  display: block;
  overflow: hidden;
  border-bottom: 2px solid #f1cd86;
  box-shadow: inset 0 -5px 10px rgba(0, 0, 0, 0.4);
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.4);
  transition: transform 0.6s ease, background-color 0.4s ease;
}
.blog-entry a.blog-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.7s ease;
}
.blog-entry:hover a.blog-image-container img {
  transform: scale(1.08);
}
.blog-entry:hover a.blog-image-container {
  background-color: rgba(0, 0, 0, 0.2);
}
.blog-entry .text {
  padding: 1.75rem;
  position: relative;
  z-index: 2;
  color: #f6f6f6;
}
.blog-entry .meta {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(135deg, #f1cd86 0%, #d6b96e 100%);
  color: #1b1f24;
  padding: 0.5rem 1rem;
  font-weight: 800;
  font-size: 0.8rem;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%, 0 28%);
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.4), 0 0 10px rgba(99, 179, 237, 0.3);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.blog-entry .meta a {
  color: #1b1f24;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
}
.blog-entry .meta a:hover {
  color: #fff;
}
.blog-entry .meta i {
  font-size: 0.8rem;
  margin-right: 4px;
}
.blog-entry .heading {
  margin-top: 0.75rem !important;
  min-height: 50px;
  position: relative;
  padding-bottom: 0.6rem;
}
.blog-entry .heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #f1cd86 0%, rgba(241,205,134,0) 100%);
  border-radius: 2px;
  opacity: 0.8;
  transition: width 0.4s ease, opacity 0.4s ease;
}
.blog-entry:hover .heading::after {
  width: 100px;
  opacity: 1;
}
.blog-entry .heading a {
  font-size: 1.7rem;
  line-height: 1.35;
  color: #fafafa;
  font-weight: 900;
  display: block;
  letter-spacing: 0.3px;
  transition: color 0.35s ease, text-shadow 0.35s ease, transform 0.35s ease;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6),  0 0 8px rgba(255, 255, 255, 0.08),  0 0 20px rgba(241, 205, 134, 0.05);
}
.blog-entry .heading a:hover {
  color: #f1cd86;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.7), 0 0 12px rgba(241, 205, 134, 0.4), 0 0 25px rgba(241, 205, 134, 0.2);
  transform: translateY(-2px);
}
#blog-section .subheading {
  color: #c6d7f0;
  text-shadow: 0 0 8px rgba(99, 179, 237, 0.35);
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
}
.blog-entry::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: radial-gradient(circle at top right, rgba(241, 205, 134, 0.08), transparent 60%);
  transition: opacity 0.6s ease;
  opacity: 0;
}
.blog-entry:hover::before {
  opacity: 1;
}
.galerie {
  position: relative;
}
#gallery-carousel img {
  transition: transform 0.6s ease, box-shadow 0.6s ease;
}
#gallery-carousel img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(255, 214, 21, 0.2);
}
#prev-gallery, #next-gallery {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
#prev-gallery:active, #next-gallery:active {
  transform: scale(1.05);
  transition: transform 0.1s ease;
}
.construction-section {
  background: linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70)), url('../images/brick_pattern.jpg');
  background-size: cover;
  background-attachment: fixed;
  padding: 8rem 0;
  margin: 0 !important;
}
.construction-text-box {
  position: relative;
  background-color: rgba(31, 35, 42, 0.7);
  backdrop-filter: blur(2px);
  padding: 3.5rem;
  color: #e0e0e0;
  line-height: 1.7;
  display: flex;
  flex-direction: column;
  border-radius: 0;
  border: none;
  transition: all 0.4s ease-in-out;
}
.construction-vision-box {
  box-shadow: 0 0 10px rgba(225, 192, 122, 0.3);
  border-top: 3px solid #e1c07a;
  border-left: 3px solid #e1c07a;
}
.construction-reasons-box {
  box-shadow: 0 0 10px rgba(99, 179, 237, 0.3);
  border-right: 3px solid #63b3ed;
  border-bottom: 3px solid #63b3ed;
}
.construction-text-box:hover {
  transform: scale(1.02);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}
.construction-vision-box:hover {
  box-shadow: 0 0 20px rgba(225, 192, 122, 0.6);
}
.construction-reasons-box:hover {
  box-shadow: 0 0 20px rgba(99, 179, 237, 0.6);
}
.construction-section .mb-8 {
  margin-bottom: 3.5rem !important;
}
@media (min-width: 1024px) {
  .construction-section .lg\:w-10\/12:nth-child(1) {
    margin-bottom: 0;
  }
  .construction-section .lg\:w-10\/12:nth-child(2) {
    margin-top: 3.5rem;
  }
}
.construction-text-box .box-title {
  font-size: 2.6rem;
  font-weight: 900;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.construction-vision-box .box-title {
  color: #e1c07a;
  text-shadow: 0 0 5px rgba(225, 192, 122, 0.5);
}
.construction-reasons-box .box-title {
  color: #63b3ed;
  text-shadow: 0 0 5px rgba(99, 179, 237, 0.5);
}
.construction-text-box .how-to-help-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #ffffff;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  position: relative;
  border-bottom: 3px solid #e1c07a;
  padding-bottom: 0.5rem;
}
.construction-goals {
  list-style: none;
  padding-left: 0;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.construction-goals li {
  font-size: 1.15rem;
  color: #e0e0e0;
  margin-bottom: 1rem;
  padding-left: 18px;
  position: relative;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
  padding-bottom: 0.75rem;
  transition: color 0.3s ease;
}
.construction-goals li:last-child {
  border-bottom: none;
}
.construction-goals li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e1c07a;
  box-shadow: 0 0 4px #e1c07a;
}
.construction-goals li strong {
  color: #ffffff;
}
.construction-goals li:hover {
  color: #ffffff;
}
.construction-text-box .box-paragraph {
  margin-bottom: 2rem;
  font-size: 1.05rem;
  color: #c9c9c9;
}
.construction-reasons-box .box-paragraph {
  font-weight: 600;
  font-style: italic;
  font-size: 1.15rem;
  color: #f0f0f0;
  border-bottom: 2px solid rgba(99, 179, 237, 0.4);
  padding-bottom: 1.25rem;
  margin-bottom: 1.5rem;
}
.reasons-list {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 0;
}
.reasons-list li {
  font-size: 1.05rem;
  color: #c9c9c9;
  margin-bottom: 1.25rem;
  padding-left: 18px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 1rem;
  transition: color 0.3s ease;
}
.reasons-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.reasons-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #63b3ed;
  box-shadow: 0 0 4px #63b3ed;
}
.reasons-list li:hover {
  color: #ffffff;
}
.btn-primary-custom-accent {
  margin-top: auto;
  background-color: #63b3ed;
  color: #ffffff;
  padding: 1rem 4rem;
  border-radius: 50px;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 8px 25px rgba(99, 179, 237, 0.8);
  align-self: flex-start;
  transition: all 0.3s ease;
}
.btn-primary-custom-accent:hover {
  background-color: #4299e1;
  box-shadow: 0 15px 30px rgba(99, 179, 237, 1);
  transform: translateY(-5px);
}
.donatii {
  padding: 5rem 0;
  background-color: #242931;
}
.donation-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.donation-item {
  background-color: #2d3748;
  border-radius: 8px;
  padding: 0;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3), inset 0 0 1px rgba(255, 255, 255, 0.1);
  border: 1px solid transparent;
  display: flex;
  align-items: stretch;
  transition: all 0.3s ease;
}
.donation-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(66, 153, 225, 0.35);
  border-color: #4299e1;
}
.donation-currency {
  background-color: #1a202c;
  min-width: 130px;
  text-align: center;
  padding: 1.25rem 0.5rem;
  box-shadow: inset -2px 0 3px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px 0 0 8px;
}
.currency-main {
  font-size: 2.5rem;
  font-weight: 700;
  color: #4299e1;
}
.currency-sub {
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fdd835;
}
.donation-content {
  flex-grow: 1;
  padding: 1.5rem 2rem;
  border-left: 2px solid rgba(255, 255, 255, 0.08);
  padding-left: 2rem;
}
.donation-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #edf2f7;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 0.5rem;
}
.donation-details {
  font-size: 1rem;
  font-weight: 500;
  color: #fdd835;
  line-height: 1.5;
  margin-top: 0.75rem;
  margin-bottom: 0;
}
.donation-details .flex {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  color: #a0aec0;
}
.donation-details .flex strong {
  color: #fdd835;
}
.donation-details .text-lg {
  font-size: 1.1rem !important;
  color: #edf2f7 !important;
}
@media (max-width: 576px) {
  .donation-item {
    flex-direction: column;
  }
  .donation-currency {
    min-width: 100%;
    border-radius: 8px 8px 0 0;
    padding: 0.75rem 0;
    flex-direction: row;
    gap: 15px;
    box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.4);
  }
  .donation-content {
    padding: 1rem;
  }
  .donation-details .flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.donation-item-highlight {
  background-color: #384252;
  border: 2px solid #e1c07a;
  outline: 2px solid #384252;
  outline-offset: 4px;
  box-shadow: 0 0 0 8px rgba(225, 192, 122, 0.1), 0 8px 30px rgba(0, 0, 0, 0.5);
  transform: none;
  transition: all 0.4s ease;
}
.donation-item-highlight .donation-currency {
  background-color: #e1c07a;
}
.donation-item-highlight .currency-main, .donation-item-highlight .currency-sub {
  color: #1a202c !important;
}
.donation-item-highlight .donation-title {
  color: #edf2f7;
}
.donation-item-highlight .donation-details .flex strong {
  color: #fdd835;
}
.donation-item-highlight .donation-details .flex {
  color: #a0aec0;
}
.donation-item-highlight .donation-details p {
  color: #a0aec0 !important;
}
.donation-item-highlight .donation-details .text-lg {
  color: #edf2f7 !important;
}
.donation-item-highlight:hover {
  transform: none;
  border-color: #e1c07a;
  box-shadow: 0 0 0 8px rgba(225, 192, 122, 0.2), 0 10px 35px rgba(0, 0, 0, 0.6);
}
.contact {
  position: relative;
  padding: 6em 0;
}
.contact .row.justify-content-center {
  display: flex;
  align-items: stretch;
}
.contact .col-md-5, .contact .col-md-7 {
  display: flex;
  flex-direction: column;
}
.contact .card {
  background-color: #2d3748;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  color: #edf2f7;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.contact h2 {
  color: #edf2f7;
  font-weight: 700;
  flex-shrink: 0;
}
.contact .appointment {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.contact .form-group.mb-3:has(textarea) {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.contact textarea.form-control {
  height: 100% !important;
  min-height: 150px;
  flex-grow: 1;
}
.contact .form-control {
  background: #1a202c !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #edf2f7 !important;
  font-size: 16px;
  height: 52px !important;
  transition: border-color 0.3s;
}
.contact .form-control:focus {
  border-color: #4299e1 !important;
  box-shadow: 0 0 0 0.2rem rgba(66, 153, 225, 0.25);
}
.contact .btn-primary {
  background: #ffd615;
  border-color: #ffd615;
  color: #1a202c !important;
  padding: 0.75rem 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 6px;
  transition: background-color 0.3s, border-color 0.3s;
}
.contact .btn-primary:hover {
  background: #e5c414;
  border-color: #e5c414;
}
.contact h4 {
  color: #edf2f7;
  font-weight: 700;
  flex-shrink: 0;
}
.contact .list-unstyled {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
  flex-shrink: 0;
}
.contact .list-unstyled li {
  color: #a0aec0;
  margin-bottom: 0.75rem;
  font-size: 1.05rem;
}
.contact .list-unstyled li strong {
  color: #edf2f7;
  font-weight: 600;
  margin-right: 0.5rem;
}
.map-container {
  flex-grow: 1;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
}
.map-container iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.footer-copyright-area {
  background: linear-gradient(to right, #1b1919, #252525);
}
.footer-copyright-area p {
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}
.footer-copyright-area p:hover {
  color: #ffd615;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-4px);
  }
}
[data-aos="fade-up"] {
  animation: fadeUp 1s ease both;
}
@media (max-width: 768px) {
  .home-slider h1 {
    font-size: 1.75rem !important;
  }
  .activity-card {
    margin-bottom: 2rem;
  }
  #gallery-carousel img {
    height: 240px !important;
  }
}
.bg-primary-dark .subheading {
  color: #63b3ed !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  position: relative;
}
.bg-primary-dark .subheading::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #4299e1;
  margin: 0.5rem auto 0 auto;
  border-radius: 2px;
}
.bg-primary-dark .subheading {
  text-shadow: 0 0 6px rgba(99,179,237,0.3);
}
.program-grid-two-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  padding: 2rem 1rem;
}
@media (min-width: 768px) {
  .program-grid-two-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
.schedule-card-v7, .schedule-card-special-v7 {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  backdrop-filter: blur(10px) saturate(160%);
  transform-style: preserve-3d;
  transition: all 0.45s ease-in-out;
}
.schedule-card-v7 {
  background: linear-gradient(135deg, #1c1f25 0%, #242931 100%);
  border: 1px solid rgba(241, 205, 134, 0.35);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.9), inset 0 0 40px rgba(241, 205, 134, 0.05);
}
.schedule-card-special-v7 {
  background: linear-gradient(135deg, #1a1e24 0%, #101218 100%);
  border: 1px solid rgba(99, 179, 237, 0.4);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.9), inset 0 0 40px rgba(99, 179, 237, 0.05);
}
.schedule-card-v7:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: #f1cd86;
  box-shadow: 0 0 35px rgba(241, 205, 134, 0.35), 0 15px 60px rgba(0, 0, 0, 1);
}
.schedule-card-special-v7:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: #63b3ed;
  box-shadow: 0 0 35px rgba(99, 179, 237, 0.4), 0 15px 60px rgba(0, 0, 0, 1);
}
.schedule-card-v7::before, .schedule-card-special-v7::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient( 135deg, rgba(255,255,255,0.04) 0px, rgba(255,255,255,0.04) 1px, transparent 2px, transparent 20px ), radial-gradient(circle at top right, rgba(255,255,255,0.08), transparent 60%);
  mix-blend-mode: overlay;
  opacity: 0.1;
  transition: opacity 0.5s ease;
}
.schedule-card-v7:hover::before, .schedule-card-special-v7:hover::before {
  opacity: 0.18;
}
.schedule-card-v7::after, .schedule-card-special-v7::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  z-index: 1;
  opacity: 0.1;
}
.schedule-card-v7::after {
  background: repeating-linear-gradient( 45deg, rgba(225, 192, 122, 0.1), rgba(225, 192, 122, 0.1) 10px, transparent 10px, transparent 20px );
}
.schedule-card-special-v7::after {
  background: repeating-linear-gradient( 135deg, rgba(99, 179, 237, 0.1), rgba(99, 179, 237, 0.1) 10px, transparent 10px, transparent 20px );
}
.card-content-wrapper {
  position: relative;
  z-index: 2;
  padding: 2.2rem;
  color: #f8f8f8;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}
.schedule-title-underline-v7, .schedule-title-underline-v7-special {
  position: relative;
  padding-bottom: 0.9rem;
  margin-bottom: 1.8rem;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.schedule-title-underline-v7 {
  color: #f1cd86;
  text-shadow: 0 0 12px rgba(241, 205, 134, 0.5);
}
.schedule-title-underline-v7-special {
  color: #63b3ed;
  text-shadow: 0 0 12px rgba(99, 179, 237, 0.5);
}
.schedule-title-underline-v7::after, .schedule-title-underline-v7-special::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 60px;
  border-radius: 3px;
  transition: width 0.5s ease;
}
.schedule-title-underline-v7::after {
  background: linear-gradient(90deg, #f1cd86, transparent);
}
.schedule-title-underline-v7-special::after {
  background: linear-gradient(90deg, #63b3ed, transparent);
}
.schedule-card-v7:hover .schedule-title-underline-v7::after, .schedule-card-special-v7:hover .schedule-title-underline-v7-special::after {
  width: 120px;
}
.schedule-time-v7, .schedule-time-v7-special {
  font-size: 1.6rem;
  font-weight: 900;
  font-family: 'Lora', serif;
  margin-bottom: 1rem;
  position: relative;
}
.schedule-time-v7 {
  color: #f1cd86;
  text-shadow: 0 0 8px rgba(241, 205, 134, 0.4);
}
.schedule-time-v7-special {
  color: #63b3ed;
  text-shadow: 0 0 8px rgba(99, 179, 237, 0.4);
}
.schedule-entry-v7, .schedule-entry-v7-special {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.85rem 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  transition: all 0.35s ease;
  font-weight: 500;
}
.entry-title {
  font-weight: 700;
  font-size: 1.1rem;
  color: #f8f8f8;
  flex-grow: 1;
  padding-right: 1.5rem;
  line-height: 1.5;
}
.schedule-time-v7-entry, .schedule-time-v7-special-entry {
  font-size: 1.1rem;
  font-weight: 800;
  flex-shrink: 0;
  line-height: 1.5;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
.schedule-entry-v7 .schedule-time-v7-entry {
  color: #f1cd86;
}
.schedule-entry-v7-special .schedule-time-v7-special-entry {
  color: #63b3ed;
}
.schedule-entry-v7:hover {
  background: rgba(241, 205, 134, 0.07);
  transform: translateX(6px);
}
.schedule-entry-v7-special:hover {
  background: rgba(99, 179, 237, 0.07);
  transform: translateX(6px);
}
.schedule-entry-v7:last-child, .schedule-entry-v7-special:last-child {
  border-bottom: none;
}
.day-highlight {
  color: #a8e1d9 !important;
  font-weight: 800 !important;
  font-size: 1.15rem;
  display: inline-block;
  line-height: 1;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}

/* Adaugă această regulă în fișierul tău CSS/Styling */
@media (max-width: 991px) { /* Se aplică doar pe mobil */
    #navbar.menu-is-open {
        /* Forțează fundalul dark */
        background-color: theme('colors.primary.dark') !important;
        
        /* Forțează poziția fixă, suprascriind 'absolute' */
      
        /* Elimină transparența, dacă este aplicată de alte reguli */
        background-color: #2c343f; /* sau culoarea exactă pentru bg-primary-dark */
         box-shadow: 0 4px 20px rgba(0, 0, 0, 0.45);
         
       
    }

    /* NOU: Asigură-te că elementul NAV are fundalul corect */
    #nav.menu-is-open {
    /* Suprascrie transparența/culoarea implicită din HTML */
    background-color: theme('colors.primary.dark') !important; 
    /* Sau folosește valoarea hardcodată: */
    /* background-color: #1a202c !important; */ 
   background-color: rgba(52, 58, 64, 0.95);

    /* Scoate orice shadow nedorit dacă există */
    box-shadow: none !important; 
    
    
  }      
}

/* HoneyPot*/
    a.secure-obf { display:inline-block; margin: .5rem 0; }
    /* HIDE honeypot visually and to assistive tech */
    a.secure-obf.honeypot {
      display: none !important;
      visibility: hidden !important;
      height: 0 !important;
      width: 0 !important;
      overflow: hidden !important;
    }
    /* Extra: make sure it's hidden for screen-readers */
    a.secure-obf.honeypot[aria-hidden="true"] { /* noop - for clarity */ }