*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

* {
  scrollbar-color: initial;
  scrollbar-width: initial;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-5 {
  right: 1.25rem;
}

.top-1\/2 {
  top: 50%;
}

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

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

.z-\[999\] {
  z-index: 999;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.m-0 {
  margin: 0px;
}

.m-2 {
  margin: 0.5rem;
}

.m-4 {
  margin: 1rem;
}

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

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

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

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

.mb-10 {
  margin-bottom: 2.5rem;
}

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

.mb-20 {
  margin-bottom: 5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-0 {
  margin-top: 0px;
}

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

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.\!grid {
  display: grid !important;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-24 {
  height: 6rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-1 {
  width: 0.25rem;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/4 {
  width: 25%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-24 {
  width: 6rem;
}

.w-5 {
  width: 1.25rem;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-sm {
  max-width: 640px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-sm {
  max-width: 24rem;
}

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

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

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

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-none {
  list-style-type: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.flex-col {
  flex-direction: column;
}

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-dashed {
  border-style: dashed;
}

.border-none {
  border-style: none;
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-current {
  background-color: currentColor;
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

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

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-0 {
  padding: 0px;
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

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

.pb-20 {
  padding-bottom: 5rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

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

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), 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(4px);
  -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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Base and Container Styles */

html,
body {
  overflow-x: hidden;
}

body {
  background-color: var(--bg-background-primary);
  color: var(--text-primary);
}

.container {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}

/* Container Responsive Styles */

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 750px) {
  .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Common Form Elements */

input,
textarea,
select {
  background-color: var(--input-bg);
  color: var(--input-text);
  border: 1px solid var(--input-border);
  --tw-placeholder-opacity: 1;
  placeholder-color: var(--input-placeholder, rgba(74, 85, 104, var(--tw-placeholder-opacity)));
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--input-focus-border);
  box-shadow: var(--input-focus-shadow);
}

/* Cards and Modals */

.card,
.modal {
  border: 1px solid var(--border-color);
  box-shadow: 0 2px 4px 0 var(--shadow-color);
}

.card:hover,
.modal:hover {
  box-shadow: 0 4px 6px 0 var(--shadow-color);
}

/* Background and Text Colors */

.bg-primary {
  background-color: var(--bg-background-primary);
}

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

.bg-accent {
  background-color: var(--bg-background-accent);
}

.text-primary {
  color: var(--text-primary);
}

.text-secondary {
  color: var(--text-secondary);
}

.text-accent {
  color: var(--text-accent);
}

/* Border and Shadow */

.border {
  border-color: var(--border-color);
}

.border-bottom {
  border-bottom: 1px solid var(--border-color);
}

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

/* Buttons */

.btn-primary {
  border-radius: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  background-color: var(--bg-background-secondary);
  color: var(--text-secondary);
}

.btn-primary:hover {
  background-color: var(--bg-background-tertiary);
}

/* Input Styles */

.input-primary {
  background-color: var(--input-bg);
  color: var(--input-text);
  border-color: var(--input-border);
}

.input-accent {
  background-color: var(--input-bg-accent);
  color: var(--input-text-accent);
  border-color: var(--input-border-accent);
}

/* Component-specific Styles */

.quicklinks-item {
  background-color: var(--bg-background-secondary);
  color: var(--text-color);
  border: 1px solid var(--border-color);
  box-shadow: 0 5px 10px -5px var(--shadow-color);
  border-radius: 0.5rem;
  padding: 15px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

.testimonial-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

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

.span_separator {
  align-self: center;
  margin-top: auto;
}

.button {
  background: transparent;
}

.hidden {
  display: none;
}

/* Theme Buttons */

.theme-button.active {
  outline: none;
  border-color: var(--input-focus-border);
  box-shadow: var(--input-focus-shadow);
}

.theme-buttons-container {
  display: flex;
  justify-content: center;
  align-items: right;
  padding: 0;
  gap: 4px;
}

.theme-button {
  padding: 2px 6px;
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  cursor: pointer;
}

.theme-button:focus {
  outline: none;
  border-color: var(--input-focus-border);
  box-shadow: var(--input-focus-shadow);
}

/* Navigation */

.navigation-arrows {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.navigation-arrows button {
  cursor: pointer;
  border: var(--border-color);
  background: var(--bg-background-secondary);
}

/* Flicker Gallery */

.flicker-gallery {
  text-align: center;
}

.flicker-main-image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  max-height: 400px;
}

.flicker-thumbnails {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.flicker-thumbnails img {
  width: 100px;
  height: auto;
  cursor: pointer;
  border: 2px solid transparent;
}

.flicker-thumbnails img:hover {
  border-color: #ccc;
}

.flicker-pagination-controls {
  text-align: center;
  margin-top: 20px;
}

.flicker-pagination-controls button {
  padding: 5px 10px;
  margin: 0 5px;
  cursor: pointer;
  z-index: 200;
}

/* Flip Cards */

.flip-card {
  perspective: 1000px;
}

.flip-card-inner {
  transition: transform 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.flip-card:hover .flip-card-inner,
.flip-card.is-flipped .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flip-card-back {
  transform: rotateY(180deg);
}

.is-flipped {
  transform: rotateY(180deg);
}

/* Video Section */

.video-section .container {
  max-width: 800px;
  margin: auto;
  padding: 20px;
}

.view-more-btn {
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.view-more-btn:hover {
  background-color: #f0f0f0;
}

.video-section h2 {
  text-align: center;
  margin-bottom: 15px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Navbar */

#navbar {
  transition: top 0.3s ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 99999;
  left: 0;
  right: 0;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

#dropdownButton {
  display: none;
}

#navbar .banner,
#navbar .top-tags-menu,
#navbar .bottom-tags-menu {
  margin: 0;
  padding: 0;
}

#navbar img,
#navbar p {
  margin: 0 auto;
}

#navbar .bg-secondary {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#navbar ul.horizontal-arrows,
#navbar div.bg-secondary {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

/* Tag Lists & Navigation */

.horizontal-arrows li {
  margin-right: 10px;
}

.horizontal-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
}

.horizontal-arrows li {
  margin: 0 10px;
}

.tags-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
}

.tags-container li {
  margin: 0.5rem;
}

.tags-container a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.tags-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.tags-list .nav__item {
  margin-right: 10px;
  list-style-type: none;
}

.tag-link {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}

.tag-link:hover {
  background-color: var(--bg-background-accent);
}

.scroll-target {
  scroll-margin-top: 180px;
}

/* Drawer */

#drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 230px;
  height: 100vh;
  transition: transform 0.3s ease;
  transform: translateX(0);
  z-index: 30;
}

#toggleDrawer {
  position: fixed;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  z-index: 50;
  width: 20px;
  height: 60px;
  cursor: pointer;
}

.drawer-closed .widgetsContainer {
  padding-left: 0;
}

.widgetsContainer {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* Dropdown and Theme Selectors */

.tags-dropdown .tags-options {
  border: 1px solid #ccc;
  padding: 5px;
  margin-top: 5px;
  border-radius: 4px;
}

.tags-dropdown label {
  display: block;
  margin: 5px 0;
}

.theme-selector-container {
  overflow-x: auto;
  scrollbar-width: thin;
}

.theme-selector-container::-webkit-scrollbar {
  height: 8px;
}

.theme-selector-container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: var(--scrollbar-thumb-color, red);
}

.theme-selector-container::-webkit-scrollbar-track {
  background: var(--scrollbar-track-color, green);
}

.theme-selector {
  display: flex;
  justify-content: center;
  min-width: -moz-max-content;
  min-width: max-content;
}

@media (min-width: 1024px) {
  .theme-selector-container::-webkit-scrollbar-thumb,
  .theme-selector-container::-webkit-scrollbar-track {
    background-color: transparent;
  }
}

/* Common Heading Styles and Animations (shared properties) */

.theme-tailwind h1,
.theme-tailwind h2,
.theme-tailwind h3,
.theme-tailwind h4,
.theme-tailwind h5,
.theme-tailwind h6,
.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6,
.theme-light h1,
.theme-light h2,
.theme-light h3,
.theme-light h4,
.theme-light h5,
.theme-light h6,
.theme-nature h1,
.theme-nature h2,
.theme-nature h3,
.theme-nature h4,
.theme-nature h5,
.theme-nature h6,
.theme-urban h1,
.theme-urban h2,
.theme-urban h3,
.theme-urban h4,
.theme-urban h5,
.theme-urban h6,
.theme-ocean h1,
.theme-ocean h2,
.theme-ocean h3,
.theme-ocean h4,
.theme-ocean h5,
.theme-ocean h6,
.theme-sunset h1,
.theme-sunset h2,
.theme-sunset h3,
.theme-sunset h4,
.theme-sunset h5,
.theme-sunset h6,
.theme-forest h1,
.theme-forest h2,
.theme-forest h3,
.theme-forest h4,
.theme-forest h5,
.theme-forest h6,
.theme-vintage h1,
.theme-vintage h2,
.theme-vintage h3,
.theme-vintage h4,
.theme-vintage h5,
.theme-vintage h6,
.theme-royal h1,
.theme-royal h2,
.theme-royal h3,
.theme-royal h4,
.theme-royal h5,
.theme-royal h6,
.theme-candy h1,
.theme-candy h2,
.theme-candy h3,
.theme-candy h4,
.theme-candy h5,
.theme-candy h6,
.theme-galaxy h1,
.theme-galaxy h2,
.theme-galaxy h3,
.theme-galaxy h4,
.theme-galaxy h5,
.theme-galaxy h6,
.theme-pastel h1,
.theme-pastel h2,
.theme-pastel h3,
.theme-pastel h4,
.theme-pastel h5,
.theme-pastel h6,
.theme-autumn h1,
.theme-autumn h2,
.theme-autumn h3,
.theme-autumn h4,
.theme-autumn h5,
.theme-autumn h6,
.theme-cyberpunk h1,
.theme-cyberpunk h2,
.theme-cyberpunk h3,
.theme-cyberpunk h4,
.theme-cyberpunk h5,
.theme-cyberpunk h6,
.theme-neon h1,
.theme-neon h2,
.theme-neon h3,
.theme-neon h4,
.theme-neon h5,
.theme-neon h6 {
  color: var(--text-primary);
}

h1 {
  font-size: 2.25rem;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.875rem;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

/* Animation Keyframes */

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInFromTop {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes waveAnimation {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes popIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes glowEffect {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(1.05);
  }
}

@keyframes flickerEffect {
  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
    text-shadow: 0 0 8px var(--shadow-color), 0 0 10px var(--shadow-color);
    opacity: 1;
  }

  20%,
  24%,
  55% {
    opacity: 0.6;
    text-shadow: none;
  }
}

/* THEME DEFINITIONS */

/* Tailwind Theme */

.theme-tailwind {
  --bg-background-primary: #1F2937;
  --bg-background-secondary: #374151;
  --bg-background-tertiary: #6B7280;
  --bg-background-form: #9CA3AF;
  --text-primary: #F3F4F6;
  --text-secondary: #D1D5DB;
  --border-color: #4B5563;
  --shadow-color: rgba(0, 0, 0, 0.1);
  --input-bg: #F9FAFB;
  --input-text: #1F2937;
  --input-border: #D1D5DB;
  --input-placeholder: #9CA3AF;
  --input-focus-border: #6366F1;
  --input-focus-shadow: 0 0 0 3px rgba(99, 102, 241, 0.5);
}

.theme-tailwind h1,
.theme-tailwind h2,
.theme-tailwind h3 {
  text-shadow: 2px 2px 4px var(--shadow-color);
}

.theme-tailwind section,
.theme-tailwind h1,
.theme-tailwind h2,
.theme-tailwind h3,
.theme-tailwind .loop-item {
  animation: fadeIn 1.5s ease-out forwards;
}

/* Dark Theme */

.theme-dark {
  --bg-background-primary: #0D2438;
  --bg-background-secondary: #102C44;
  --text-primary: #cbd5e0;
  --text-secondary: #e2e8f0;
  --border-color: #2d3748;
  --shadow-color: rgba(26, 32, 44, 0.7);
  --input-bg: #102C44;
  --input-text: #cbd5e0;
  --input-border: #2d3748;
  --input-placeholder: #4a5568;
  --input-focus-border: #805ad5;
  --input-focus-shadow: 0 0 0 3px rgba(128, 90, 213, 0.5);
}

.theme-dark h1,
.theme-dark h2,
.theme-dark h3 {
  text-shadow: 2px 2px 4px var(--shadow-color);
}

.theme-dark section,
.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark .loop-item {
  animation: fadeIn 1.5s ease-out forwards;
}

/* Light Theme */

/* Light Theme - Improved with better contrast */

.theme-light {
  --bg-background-primary: #f8f9fa;
  --bg-background-secondary: #e9ecef;
  --bg-background-tertiary: #dee2e6;
  --bg-background-accent: #4361ee;
  --text-primary: #212529;
  --text-secondary: #495057;
  --text-accent: #4361ee;
  --border-color: #ced4da;
  --shadow-color: rgba(0, 0, 0, 0.1);
  --input-bg: #ffffff;
  --input-text: #212529;
  --input-border: #ced4da;
  --input-placeholder: #6c757d;
  --input-focus-border: #4361ee;
  --input-focus-shadow: 0 0 0 3px rgba(67, 97, 238, 0.25);
  --scrollbar-thumb-color: #adb5bd;
  --scrollbar-track-color: #e9ecef;
}

.theme-light h1,
.theme-light h2,
.theme-light h3 {
  text-shadow: 1px 1px 2px var(--shadow-color);
}

.theme-light section,
.theme-light h1,
.theme-light h2,
.theme-light h3,
.theme-light .loop-item {
  animation: slideInFromTop 1s ease-out forwards;
}

/* Nature Theme */

.theme-nature {
  --bg-background-primary: #4C956C;
  --bg-background-secondary: #7DCE82;
  --text-primary: #2C3E50;
  --text-secondary: #34495E;
  --border-color: #82E0AA;
  --shadow-color: rgba(129, 236, 236, 0.4);
  --input-bg: #82E0AA;
  --input-text: #2C3E50;
  --input-border: #76D7C4;
  --input-placeholder: #4a5568;
  --input-focus-border: #48C9B0;
  --input-focus-shadow: 0 0 0 3px rgba(72, 201, 176, 0.5);
}

.theme-nature h1,
.theme-nature h2,
.theme-nature h3 {
  text-shadow: 1px 1px 2px var(--shadow-color);
}

.theme-nature section,
.theme-nature h1,
.theme-nature h2,
.theme-nature h3,
.theme-nature .loop-item {
  animation: scaleIn 1.5s ease-out forwards;
}

/* Urban Theme */

.theme-urban {
  --bg-background-primary: #636E72;
  --bg-background-secondary: #439bc0;
  --text-primary: #2D3436;
  --text-secondary: #636E72;
  --border-color: #B2BEC3;
  --shadow-color: rgba(178, 190, 195, 0.2);
}

.theme-urban h1,
.theme-urban h2,
.theme-urban h3 {
  text-shadow: 1px 1px 3px var(--shadow-color);
}

.theme-urban section,
.theme-urban h1,
.theme-urban h2,
.theme-urban h3,
.theme-urban .loop-item {
  animation: slideInFromLeft 1.5s ease-out forwards;
}

/* Ocean Theme */

.theme-ocean {
  --bg-background-primary: #0077B6;
  --bg-background-secondary: #00B4D8;
  --text-primary: #03045E;
  --text-secondary: #023E8A;
  --border-color: #0077B6;
  --shadow-color: rgba(0, 119, 182, 0.2);
  --input-bg: #CAF0F8;
  --input-text: #0077B6;
  --input-border: #00B4D8;
  --input-placeholder: #023E8A;
  --input-focus-border: #48CAE4;
  --input-focus-shadow: 0 0 0 3px rgba(72, 202, 228, 0.5);
}

.theme-ocean h1,
.theme-ocean h2,
.theme-ocean h3 {
  text-shadow: 1px 1px 3px var(--shadow-color);
}

.theme-ocean section,
.theme-ocean h1,
.theme-ocean h2,
.theme-ocean h3,
.theme-ocean .loop-item {
  animation: waveAnimation 1.5s ease-out forwards;
}

/* Sunset Theme */

.theme-sunset {
  --bg-background-primary: #FFADAD;
  --bg-background-secondary: #FFD6A5;
  --text-primary: #9BF6FF;
  --text-secondary: #A0C4FF;
  --border-color: #BDB2FF;
  --shadow-color: rgba(255, 173, 173, 0.4);
  --input-bg: #FFC6FF;
  --input-text: #FFADAD;
  --input-border: #FFD6A5;
  --input-placeholder: #BDB2FF;
  --input-focus-border: #A0C4FF;
  --input-focus-shadow: 0 0 0 3px rgba(160, 196, 255, 0.5);
}

.theme-sunset h1,
.theme-sunset h2,
.theme-sunset h3 {
  text-shadow: 1px 1px 3px var(--shadow-color);
}

.theme-sunset section,
.theme-sunset h1,
.theme-sunset h2,
.theme-sunset h3,
.theme-sunset .loop-item {
  animation: fadeIn 1.5s ease-out forwards;
}

/* Forest Theme */

.theme-forest {
  --bg-background-primary: #2a3d33;
  --bg-background-secondary: #44655f;
  --text-primary: #e3e7e4;
  --text-secondary: #c1ccc2;
  --border-color: #5a6f68;
  --shadow-color: rgba(42, 61, 51, 0.4);
  --input-bg: #a3b8b0;
  --input-text: #2a3d33;
  --input-border: #44655f;
  --input-placeholder: #748c83;
  --input-focus-border: #9db4ac;
  --input-focus-shadow: 0 0 0 3px rgba(157, 180, 172, 0.5);
}

.theme-forest h1,
.theme-forest h2,
.theme-forest h3 {
  text-shadow: 1px 1px 3px var(--shadow-color);
}

.theme-forest section,
.theme-forest h1,
.theme-forest h2,
.theme-forest h3,
.theme-forest .loop-item {
  animation: scaleIn 1.5s ease-out forwards;
}

/* Vintage Theme */

.theme-vintage {
  --bg-background-primary: #E9DAC1;
  --bg-background-secondary: #F7F6E7;
  --text-primary: #8C7851;
  --text-secondary: #A69982;
  --border-color: #C5BAAF;
  --shadow-color: rgba(233, 218, 193, 0.4);
  --input-bg: #F7F6E7;
  --input-text: #8C7851;
  --input-border: #E2CFC4;
  --input-placeholder: #A69982;
  --input-focus-border: #BAA892;
  --input-focus-shadow: 0 0 0 3px rgba(186, 168, 146, 0.5);
}

.theme-vintage h1,
.theme-vintage h2,
.theme-vintage h3 {
  text-shadow: 1px 1px 2px var(--shadow-color);
}

.theme-vintage section,
.theme-vintage h1,
.theme-vintage h2,
.theme-vintage h3,
.theme-vintage .loop-item {
  animation: waveAnimation 1.5s ease-out forwards;
}

/* Royal Theme */

.theme-royal {
  --bg-background-primary: #120136;
  --bg-background-secondary: #035AA6;
  --text-primary: #FFC857;
  --text-secondary: #FFF689;
  --border-color: #F18F01;
  --shadow-color: rgba(18, 1, 54, 0.4);
  --input-bg: #F18F01;
  --input-text: #120136;
  --input-border: #035AA6;
  --input-placeholder: #40BAD5;
  --input-focus-border: #FFC857;
  --input-focus-shadow: 0 0 0 3px rgba(255, 200, 87, 0.5);
}

.theme-royal h1,
.theme-royal h2,
.theme-royal h3 {
  text-shadow: 1px 1px 3px var(--shadow-color);
}

.theme-royal section,
.theme-royal h1,
.theme-royal h2,
.theme-royal h3,
.theme-royal .loop-item {
  animation: fadeIn 1.5s ease-out forwards;
}

/* Candy Theme */

.theme-candy {
  --bg-background-primary: #F4ADE6;
  --bg-background-secondary: #F78FB3;
  --text-primary: #F5CAC3;
  --text-secondary: #84A59D;
  --border-color: #F28482;
  --shadow-color: rgba(244, 173, 230, 0.4);
  --input-bg: #F9F3F3;
  --input-text: #F5CAC3;
  --input-border: #F78FB3;
  --input-placeholder: #FAD0C9;
  --input-focus-border: #F28482;
  --input-focus-shadow: 0 0 0 3px rgba(242, 132, 130, 0.5);
}

.theme-candy h1,
.theme-candy h2,
.theme-candy h3 {
  text-shadow: 1px 1px 2px var(--shadow-color);
}

.theme-candy section,
.theme-candy h1,
.theme-candy h2,
.theme-candy h3,
.theme-candy .loop-item {
  animation: popIn 1s ease-out forwards;
}

/* Galaxy Theme */

.theme-galaxy {
  --bg-background-primary: #0F2027;
  --bg-background-secondary: #203A43;
  --text-primary: #EEE;
  --text-secondary: #f5eaea;
  --border-color: #2C5364;
  --shadow-color: rgba(44, 83, 100, 0.4);
  --input-bg: #203A43;
  --input-text: #EEE;
  --input-border: #2C5364;
  --input-placeholder: #BBB;
  --input-focus-border: #2C5364;
  --input-focus-shadow: 0 0 0 3px rgba(44, 83, 100, 0.5);
}

.theme-galaxy h1,
.theme-galaxy h2,
.theme-galaxy h3 {
  text-shadow: 1px 1px 4px var(--shadow-color);
}

.theme-galaxy section,
.theme-galaxy h1,
.theme-galaxy h2,
.theme-galaxy h3,
.theme-galaxy .loop-item {
  animation: glowEffect 2s ease-in-out;
}

/* Pastel Theme */

.theme-pastel {
  --bg-background-primary: #E0E8F9;
  --bg-background-secondary: #BED0F7;
  --text-primary: #1F1E43;
  --text-secondary: #4D4C7D;
  --border-color: #98AFC7;
  --shadow-color: rgba(152, 175, 199, 0.4);
  --input-bg: #BED0F7;
  --input-text: #1F1E43;
  --input-border: #98AFC7;
  --input-placeholder: #4D4C7D;
  --input-focus-border: #98AFC7;
  --input-focus-shadow: 0 0 0 3px rgba(152, 175, 199, 0.5);
}

.theme-pastel h1,
.theme-pastel h2,
.theme-pastel h3 {
  text-shadow: 1px 1px 2px var(--shadow-color);
}

.theme-pastel section,
.theme-pastel h1,
.theme-pastel h2,
.theme-pastel h3,
.theme-pastel .loop-item {
  animation: waveAnimation 1.5s ease-out forwards;
}

/* Autumn Theme */

.theme-autumn {
  --bg-background-primary: #FF7E5F;
  --bg-background-secondary: #FEB47B;
  --text-primary: #4B1248;
  --text-secondary: #571845;
  --border-color: #FEB47B;
  --shadow-color: rgba(254, 180, 123, 0.4);
  --input-bg: #FFC371;
  --input-text: #4B1248;
  --input-border: #FEB47B;
  --input-placeholder: #571845;
  --input-focus-border: #FF9B54;
  --input-focus-shadow: 0 0 0 3px rgba(255, 155, 84, 0.5);
}

.theme-autumn h1,
.theme-autumn h2,
.theme-autumn h3 {
  text-shadow: 1px 1px 2px var(--shadow-color);
}

.theme-autumn section,
.theme-autumn h1,
.theme-autumn h2,
.theme-autumn h3,
.theme-autumn .loop-item {
  animation: slideInFromTop 1.5s ease-out forwards;
}

/* Cyberpunk Theme */

.theme-cyberpunk {
  --bg-background-primary: #360033;
  --bg-background-secondary: #0B8793;
  --text-primary: #FFFFFF;
  --text-secondary: #8E2DE2;
  --border-color: #0B8793;
  --shadow-color: rgba(11, 135, 147, 0.4);
  --input-bg: #BF5FFF;
  --input-text: #FFFFFF;
  --input-border: #0B8793;
  --input-placeholder: #8E2DE2;
  --input-focus-border: #8E2DE2;
  --input-focus-shadow: 0 0 0 3px rgba(142, 45, 226, 0.5);
}

.theme-cyberpunk h1,
.theme-cyberpunk h2,
.theme-cyberpunk h3 {
  text-shadow: 0 0 8px var(--shadow-color);
}

.theme-cyberpunk section,
.theme-cyberpunk h1,
.theme-cyberpunk h2,
.theme-cyberpunk h3,
.theme-cyberpunk .loop-item {
  animation: glowEffect 1.5s ease-in-out infinite alternate;
}

/* Neon Theme */

.theme-neon {
  --bg-background-primary: #1F2937;
  --bg-background-secondary: #374151;
  --text-primary: #FFFFFF;
  --text-secondary: #E0E0E0;
  --border-color: #EF4444;
  --shadow-color: rgba(239, 68, 68, 0.5);
  --input-bg: #9CA3AF;
  --input-text: #1F2937;
  --input-border: #EF4444;
  --input-placeholder: #4B5563;
  --input-focus-border: #EF4444;
  --input-focus-shadow: 0 0 0 3px rgba(239, 68, 68, 0.5);
}

.theme-neon h1,
.theme-neon h2,
.theme-neon h3 {
  text-shadow: 0 0 8px var(--shadow-color), 0 0 10px var(--shadow-color);
}

.theme-neon section,
.theme-neon h1,
.theme-neon h2,
.theme-neon h3,
.theme-neon .loop-item {
  animation: flickerEffect 3s infinite;
}

/* Fade in animation */

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Text reveal animation */

@keyframes textReveal {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Width expand animation */

@keyframes widthExpand {
  0% {
    width: 0;
  }

  100% {
    width: 4rem;
  }

  /* w-16 */
}

/* Slow pulse animation for icons */

@keyframes pulseSlow {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

/* Icon specific animations */

@keyframes iconAnimation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Apply animations */

.animate-text-reveal {
  animation: textReveal 0.8s ease forwards;
  opacity: 0;
}

.animate-width-expand {
  animation: widthExpand 1.2s ease-out forwards;
  width: 0;
}

.animate-pulse-slow {
  animation: pulseSlow 3s infinite ease-in-out;
}

.animate-icons {
  animation: iconAnimation 2s infinite ease-in-out;
}

/* Animation trigger on hover */

.hover-scale {
  transition: transform 0.3s ease;
}

.hover-scale:hover {
  transform: scale(1.05);
}

/* Intersection Observer for scroll-triggered animations */

.show-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
}

.show-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Animation Styles - Add to your tailwind.css file */

/* Core Animation Keyframes */

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }

  100% {
    background-position: 1000px 0;
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

@keyframes slideUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideRight {
  from {
    transform: translateX(-30px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideLeft {
  from {
    transform: translateX(30px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  100% {
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}

/* Animation Utility Classes */

.animate-float {
  animation: float 3s ease-in-out infinite;
}

.animate-pulse {
  animation: pulse 2s ease-in-out infinite;
}

.animate-rotate {
  animation: rotate 8s linear infinite;
}

.animate-shimmer {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background-size: 1000px 100%;
  animation: shimmer 2s infinite;
}

.animate-bounce {
  animation: bounce 2s ease-in-out infinite;
}

.animate-slide-up {
  animation: slideUp 0.8s ease forwards;
}

.animate-slide-right {
  animation: slideRight 0.8s ease forwards;
}

.animate-slide-left {
  animation: slideLeft 0.8s ease forwards;
}

.animate-zoom-in {
  animation: zoomIn 0.8s ease forwards;
}

.animate-flip {
  animation: flip 0.8s ease forwards;
}

/* Animated Elements Styles */

.animated-icon {
  transition: all 0.3s ease;
}

.animated-icon:hover {
  transform: scale(1.1);
  color: var(--bg-background-accent);
}

.animated-card {
  transition: all 0.3s ease;
  transform: translateY(0);
}

.animated-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.animated-button {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.animated-button::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
  transition: all 0.6s ease;
}

.animated-button:hover::after {
  left: 100%;
}

/* Staggered Animation Helper */

.stagger-item {
  opacity: 0;
}

.stagger-0 {
  animation-delay: 0ms;
}

.stagger-1 {
  animation-delay: 100ms;
}

.stagger-2 {
  animation-delay: 200ms;
}

.stagger-3 {
  animation-delay: 300ms;
}

.stagger-4 {
  animation-delay: 400ms;
}

.stagger-5 {
  animation-delay: 500ms;
}

.stagger-6 {
  animation-delay: 600ms;
}

.stagger-7 {
  animation-delay: 700ms;
}

.stagger-8 {
  animation-delay: 800ms;
}

/* Animate Text Line By Line */

.animated-text {
  display: flex;
  flex-direction: column;
}

.animated-text .line {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.animated-text.visible .line {
  opacity: 1;
  transform: translateY(0);
}

/* Animation on scroll triggered by intersection observer */

.fade-in-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Element specific animations */

.hover-grow {
  transition: transform 0.3s ease;
}

.hover-grow:hover {
  transform: scale(1.05);
}

.hover-glow {
  transition: box-shadow 0.3s ease;
}

.hover-glow:hover {
  box-shadow: 0 0 15px var(--shadow-color);
}

/* Background animations */

.bg-gradient-animated {
  background: linear-gradient(-45deg, var(--bg-background-primary), var(--bg-background-secondary), var(--bg-background-accent));
  background-size: 400% 400%;
  animation: gradientBackground 15s ease infinite;
}

@keyframes gradientBackground {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* Animated border */

.animated-border {
  position: relative;
}

.animated-border::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--bg-background-accent);
  transition: width 0.3s ease;
}

.animated-border:hover::after {
  width: 100%;
}

/* Image animations */

.img-zoom {
  overflow: hidden;
}

.img-zoom img {
  transition: transform 0.5s ease;
}

.img-zoom:hover img {
  transform: scale(1.1);
}

.img-rotate {
  overflow: hidden;
}

.img-rotate img {
  transition: transform 0.5s ease;
}

.img-rotate:hover img {
  transform: rotate(5deg) scale(1.05);
}

/* Enhanced Hover Effects */

.hover-lift {
  transition: transform 0.3s ease;
}

.hover-lift:hover {
  transform: translateY(-5px);
}

.hover-scale {
  transition: transform 0.3s ease;
}

.hover-scale:hover {
  transform: scale(1.05);
}

.hover-rotate {
  transition: transform 0.3s ease;
}

.hover-rotate:hover {
  transform: rotate(5deg);
}

/* Custom entrance animations */

[data-aos="reveal-left"] {
  transform: translateX(-50px);
  opacity: 0;
  transition-property: transform, opacity;
}

[data-aos="reveal-left"].aos-animate {
  transform: translateX(0);
  opacity: 1;
}

[data-aos="reveal-right"] {
  transform: translateX(50px);
  opacity: 0;
  transition-property: transform, opacity;
}

[data-aos="reveal-right"].aos-animate {
  transform: translateX(0);
  opacity: 1;
}

[data-aos="reveal-up"] {
  transform: translateY(50px);
  opacity: 0;
  transition-property: transform, opacity;
}

[data-aos="reveal-up"].aos-animate {
  transform: translateY(0);
  opacity: 1;
}

/* Staggered animation helper classes */

.stagger-item-1 {
  animation-delay: 100ms;
}

.stagger-item-2 {
  animation-delay: 200ms;
}

.stagger-item-3 {
  animation-delay: 300ms;
}

.stagger-item-4 {
  animation-delay: 400ms;
}

.stagger-item-5 {
  animation-delay: 500ms;
}

/* Add this to your CSS or to the scroll controller's inline style */

#scroll-arrows {
  /* Base styling */
  background-color: var(--bg-background-secondary);
  border: 1px solid var(--border-color);
  box-shadow: 0 4px 12px var(--shadow-color);
  /* Ensure visibility in light themes */
  .theme-light & {
    background-color: rgba(67, 97, 238, 0.1);
    border-color: var(--bg-background-accent);
    box-shadow: 0 4px 12px rgba(67, 97, 238, 0.2);
  }
  /* Button styling */
  .scroll-arrow {
    background-color: var(--bg-background-accent);
    color: white;
    &:hover {
      background-color: var(--text-accent);
      transform: scale(1.1);
    }
    /* Ensure visibility in light themes */
    .theme-light & {
      background-color: var(--bg-background-accent);
      color: white;
    }
  }
}

/* Additional contrast improvements for light theme */

.theme-light {
  /* Section backgrounds alternation for better separation */
  section:nth-child(even) {
    background-color: var(--bg-background-primary);
  }
  section:nth-child(odd) {
    background-color: var(--bg-background-secondary);
  }
  /* Card and container improvements */
  .card,
  .pricing-card,
  .testimonial-item,
  .feature-item {
    background-color: var(--bg-background-primary);
    border: 1px solid var(--border-color);
    box-shadow: 0 4px 6px var(--shadow-color);
  }
  /* Interactive element highlights */
  .btn,
  button,
  .nav-link,
  .tag-link {
    transition: all 0.3s ease;
  }
  .btn:hover,
  button:hover,
  .nav-link:hover,
  .tag-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px var(--shadow-color);
  }
  /* Text and headers with subtle shadows for depth */
  h1,
  h2,
  h3 {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  }
}

/* Add this CSS to your stylesheet */

/* Add this CSS to your stylesheet */

/* Add this CSS to your stylesheet */

/* Add or update this CSS rule in your stylesheet (e.g., src/static/css/tailwind.css) */

.theme-circle {
  /* Reset default button styles (ensure these are applied correctly) */
  background: none;
  /* Remove default button background */
  color: inherit;
  /* Inherit text color (though no text inside) */
  padding: 0;
  /* Remove default button padding */
  border: none;
  /* Remove default button border - we'll add a custom one */
  cursor: pointer;
  /* Indicate it's clickable */
  margin: 0;
  /* Remove default margin */
  /* --- Essential Properties for the Circle Shape --- */
  /* Tailwind classes w-6 h-6 rounded-full should provide these. */
  /* Explicitly setting them here provides a fallback/override if Tailwind isn't fully applying. */
  width: 24px;
  /* Current size (w-6). ADJUST THIS VALUE (e.g., 30px, 36px) if they are too small. */
  height: 24px;
  /* Current size (h-6). ADJUST THIS VALUE as needed. */
  border-radius: 50%;
  /* Makes it a circle. Ensure this is applied. */
  /* --- End Shape Properties --- */
  /* --- Properties for Visibility and Distinction --- */
  /* Background color is set by inline style using var(--theme-{{ theme.key }}-primary) */
  /* If the primary color isn't clear as a circle, you might need to: */
  /* 1. Adjust the primary colors in your theme CSS. */
  /* 2. Consider using a different CSS variable for the circle background color. */
  /* Add a visual border around the circle to make it stand out */
  border: 2px solid var(--border-color);
  /* Adjust thickness (e.g., 2px, 3px) and color variable if needed. */
  /* Using --border-color makes the border match your site's border theme color. */
  /* Add a subtle shadow */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  /* Adjust as needed for visibility */
  /* --- Hover Effect --- */
  &:hover {
    transform: scale(1.1);
    /* Slightly larger on hover */
    opacity: 0.9;
    /* Slightly transparent on hover */
    /* You might want to change border color or add a different shadow on hover */
    /* border-color: var(--bg-background-accent); */
  }
  /* --- Active State Styling --- */
  /* Alpine adds the 'active' class to the currently selected theme button */
  /* This styling is crucial to show which theme is currently active. */
  &.active {
    border: 3px solid var(--bg-background-accent);
    /* Make border thicker and use accent color */
    box-shadow: 0 0 8px var(--bg-background-accent);
    /* Add a glow effect using accent color */
    /* You could also slightly increase the size of the active circle */
    /* transform: scale(1.2); */
    z-index: 1;
    /* Ensure the active circle is on top if they overlap slightly */
  }
  /* --- End Active State Styling --- */
}

/* Adjust spacing and alignment for the container if needed */

.theme-switcher-circles {
  /* The parent div has space-y-2, adjust here if more vertical space is needed */
  /* e.g., space-y: 1rem; */
  /* Add margin below the circles container if you want more space between it and the WhatsApp button */
  /* margin-bottom: 1rem; */
}

/* You might need to adjust spacing and alignment for .theme-switcher-circles container */

.theme-switcher-circles {
  /* Add any necessary margin or alignment here if default space-y-2 isn't enough */
  /* e.g., margin-bottom: 1rem; */
}

/* You might need to adjust spacing and alignment for .theme-switcher-circles container */

.theme-switcher-circles {
  /* Add any necessary margin or alignment here if default space-y-2 isn't enough */
  /* e.g., margin-bottom: 1rem; */
}

/* Optional: If you added icons or text *inside* the button mistakenly, this could hide them */

/* This shouldn't be necessary if the HTML is corrected */

.theme-circle i,
.theme-circle span {
  display: none;
}

/* You might need to adjust spacing and alignment for .theme-switcher-circles container */

.theme-switcher-circles {
  /* Add any necessary margin or alignment here if default space-y-2 isn't enough */
  /* e.g., margin-bottom: 1rem; */
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

@media (min-width: 640px) {
  .sm\:m-4 {
    margin: 1rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-40 {
    height: 10rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:content-evenly {
    align-content: space-evenly;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-lg {
    max-width: 32rem;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .xl\:w-2\/4 {
    width: 50%;
  }
}

.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}