*, ::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.19 | 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;
}

.container {
  width: 100%;
}

@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;
  }
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-inset-1 {
  inset: -0.25rem;
}

.inset-0 {
  inset: 0px;
}

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

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

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

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

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

.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-auto {
  margin-left: auto;
}

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

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

.mt-32 {
  margin-top: 8rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-48 {
  height: 12rem;
}

.h-52 {
  height: 13rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.h-full {
  height: 100%;
}

.w-12 {
  width: 3rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

.flex-1 {
  flex: 1 1 0%;
}

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

.-translate-x-1\/2 {
  --tw-translate-x: -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));
}

.translate-y-2 {
  --tw-translate-y: 0.5rem;
  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));
}

.resize {
  resize: both;
}

.auto-rows-\[300px\] {
  grid-auto-rows: 300px;
}

.auto-rows-max {
  grid-auto-rows: max-content;
}

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

.border {
  border-width: 1px;
}

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

.border-blue-400\/30 {
  border-color: rgb(96 165 250 / 0.3);
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}

.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-blue-500\/20 {
  background-color: rgb(59 130 246 / 0.2);
}

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

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-amber-400\/20 {
  --tw-gradient-from: rgb(251 191 36 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/40 {
  --tw-gradient-from: rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/80 {
  --tw-gradient-from: rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-400 {
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-500\/20 {
  --tw-gradient-from: rgb(59 130 246 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-400\/20 {
  --tw-gradient-from: rgb(52 211 153 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-400 {
  --tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-400 {
  --tw-gradient-from: #fb923c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-400\/20 {
  --tw-gradient-from: rgb(244 114 182 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-400 {
  --tw-gradient-from: #c084fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-500 {
  --tw-gradient-from: #a855f7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-400\/20 {
  --tw-gradient-from: rgb(56 189 248 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/20 {
  --tw-gradient-from: rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/30 {
  --tw-gradient-from: rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-black\/20 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/50 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-black\/20 {
  --tw-gradient-to: rgb(0 0 0 / 0.2) var(--tw-gradient-to-position);
}

.to-blue-600 {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}

.to-blue-700 {
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}

.to-cyan-400\/20 {
  --tw-gradient-to: rgb(34 211 238 / 0.2) var(--tw-gradient-to-position);
}

.to-cyan-600 {
  --tw-gradient-to: #0891b2 var(--tw-gradient-to-position);
}

.to-orange-400\/20 {
  --tw-gradient-to: rgb(251 146 60 / 0.2) var(--tw-gradient-to-position);
}

.to-pink-500 {
  --tw-gradient-to: #ec4899 var(--tw-gradient-to-position);
}

.to-pink-600 {
  --tw-gradient-to: #db2777 var(--tw-gradient-to-position);
}

.to-purple-400\/20 {
  --tw-gradient-to: rgb(192 132 252 / 0.2) var(--tw-gradient-to-position);
}

.to-purple-500 {
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
}

.to-purple-500\/20 {
  --tw-gradient-to: rgb(168 85 247 / 0.2) var(--tw-gradient-to-position);
}

.to-red-600 {
  --tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
}

.to-rose-400\/20 {
  --tw-gradient-to: rgb(251 113 133 / 0.2) var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.to-white\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0.1) var(--tw-gradient-to-position);
}

.to-white\/5 {
  --tw-gradient-to: rgb(255 255 255 / 0.05) var(--tw-gradient-to-position);
}

.p-12 {
  padding: 3rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.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-semibold {
  font-weight: 600;
}

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

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-sky-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}

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

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.blur {
  --tw-blur: blur(8px);
  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);
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}

.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-md {
  --tw-backdrop-blur: blur(12px);
  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-blur-xl {
  --tw-backdrop-blur: blur(24px);
  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, 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-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-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);
}

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

/* ===== CSS Variables ===== */

:root {
  --bg-dark: #0a0a0f;
  --bg-card: rgba(20, 20, 30, 0.6);
  --blue-primary: #4c9aff;
  --blue-glow: rgba(76, 154, 255, 0.3);
  --blue-gradient-start: #26c1cc;
  --blue-gradient-end: #33a6c9;
  --text-primary: #ffffff;
  --text-secondary: #f3f3ff;
  --border-glass: rgba(255, 255, 255, 0.1);
  --shadow-glow: 0 8px 32px rgba(76, 154, 255, 0.15);
  /* Cursor-driven background vars */
  --cursor-x: 50vw;
  --cursor-y: 50vh;
  --cursor-x-soft: 50vw;
  --cursor-y-soft: 50vh;
}

/* ===== Reset & Base ===== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--bg-dark);
  color: var(--text-primary);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding-top: 80px;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px !important;
}

/* ===== Animated Background ===== */

.bg-overlay,
.bg-aurora,
.bg-mesh,
.bg-gradient {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.bg-overlay {
  z-index: -5;
  background:
        radial-gradient(42rem 42rem at var(--cursor-x-soft) var(--cursor-y-soft), rgba(124, 184, 255, 0.2) 0%, rgba(124, 184, 255, 0.06) 32%, transparent 68%),
        radial-gradient(30rem 30rem at calc(100% - var(--cursor-x-soft)) calc(100% - var(--cursor-y-soft)), rgba(167, 112, 255, 0.16) 0%, rgba(167, 112, 255, 0.04) 34%, transparent 70%),
        radial-gradient(circle at 15% 20%, rgba(76, 154, 255, 0.16) 0%, transparent 45%),
        radial-gradient(circle at 85% 80%, rgba(118, 75, 162, 0.14) 0%, transparent 45%);
  filter: blur(2px) saturate(120%);
  animation: bgPulse 14s ease-in-out infinite;
}

.bg-aurora {
  z-index: -3;
  opacity: 0.54;
  mix-blend-mode: screen;
  filter: blur(28px) saturate(130%);
  background:
        radial-gradient(40rem 28rem at calc(var(--cursor-x-soft) * 0.6) calc(var(--cursor-y-soft) * 0.7), rgba(210, 255, 248, 0.18), transparent 70%),
        radial-gradient(34rem 30rem at calc(var(--cursor-x-soft) * 1.12) calc(var(--cursor-y-soft) * 1.22), rgba(125, 169, 255, 0.8), transparent 68%),
        radial-gradient(30rem 26rem at calc(var(--cursor-x-soft) * 0.4) calc(var(--cursor-y-soft) * 1.2), rgba(199, 125, 255, 0.33), transparent 72%);
  animation: auroraFlow 16s ease-in-out infinite;
}

.bg-mesh {
  z-index: -2;
  opacity: 0.35;
  filter: blur(0px);
  background-image:
        linear-gradient(rgba(122, 167, 255, 0.32) 1px, transparent 1px),
        linear-gradient(90deg, rgba(122, 167, 255, 0.32) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at var(--cursor-x-soft) var(--cursor-y-soft), rgba(0, 0, 0, 0.95) 20%, rgba(0, 0, 0, 0.75) 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(circle at var(--cursor-x-soft) var(--cursor-y-soft), rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.75) 30%, transparent 75%);
}

.bg-gradient {
  z-index: -1;
  background: linear-gradient(180deg, rgba(10, 10, 15, 0.35) 0%, var(--bg-dark) 85%);
}

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

  50% {
    opacity: 0.88;
    transform: scale(1.02);
  }
}

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

  33% {
    transform: translate3d(2%, -1%, 0) scale(1.04);
  }

  66% {
    transform: translate3d(-2%, 1.5%, 0) scale(0.98);
  }
}

/* ===== Cursor Glow Effect ===== */

.cursor-glow {
  position: fixed;
  width: 520px;
  height: 520px;
  pointer-events: none;
  z-index: 2;
  transform: translate(-50%, -50%);
  transition: opacity 7s ease;
  opacity: 0;
  mix-blend-mode: screen;
  filter: blur(17px) saturate(200%);
  background:
        radial-gradient(circle at 50% 48%, rgba(157, 201, 255, 0.28) 0%, rgba(157, 201, 255, 0.05) 12%, transparent 43%),
        radial-gradient(circle at 50% 53%, rgba(157, 130, 255, 0.2) 0%, rgba(157, 130, 255, 0.08) 12%, transparent 48%),
        radial-gradient(circle, rgba(23, 113, 231, 0.1) 0%, transparent 68%);
}

/* ===== Navbar Styling ===== */

#navbar {
  padding: 20px 40px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
}

/* ===== Glassmorphism Cards ===== */

.glass-card {
  background: var(--bg-card);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--border-glass);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

/* ===== Shine Hover Effect ===== */

.shine-hover {
  position: relative;
  overflow: hidden;
}

.shine-hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
        90deg,
        transparent,
        rgba(189, 242, 255, 0.6),
        transparent
    );
  transition: left 0.6s ease-out;
  z-index: 1;
  pointer-events: none;
}

.shine-hover:hover::before {
  left: 100%;
}

.shine-hover:hover {
  box-shadow: var(--shadow-glow);
  transition: all 0.5s ease;
}

/* ===== Navigation ===== */

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 20px 0;
  transition: all 0.3s ease;
}

.glass-nav {
  background: rgba(10, 10, 15, 0.075);
  backdrop-filter: blur(80px);
}

.nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#logo-container img {
  width: 64px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.logo {
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  gap: 4px;
}

.logo-bracket {
  color: var(--blue-primary);
  font-size: 28px;
}

.logo-text {
  background: linear-gradient(135deg, var(--blue-gradient-start), var(--blue-gradient-end));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.local-time-container {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: clamp(14px, 0.2vw, 2px);
  /* font-size: 12px; */
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
  color: #f3f8ff;
  font-variant-numeric: tabular-nums;
  /* biar angka stabil */
}

#local-time {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 18px;
}

.nav-links {
  display: flex;
  gap: 40px;
}

.nav-link {
  color: var(--text-secondary);
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
  position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--blue-primary);
  transition: width 0.3s ease;
}

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

.nav-link:hover::after {
  width: 100%;
}

/* ===== Hero Section ===== */

.hero {
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 0;
  margin-bottom: 32px
}

.hero-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  margin: 0 auto 32px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background: #4caf50;
  border-radius: 50%;
  animation: pulse 1.8s ease-in-out infinite;
  position: relative;
}

.pulse-dot::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #4caf50;
  border-radius: 50%;
  animation: ripple 1.8s ease-out infinite;
}

.pulse-dot::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #4caf50;
  border-radius: 50%;
  animation: ripple 1.8s ease-out infinite 0.5s;
}

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

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

@keyframes ripple {
  0% {
    width: 8px;
    height: 8px;
    opacity: 0.8;
  }

  50% {
    width: 36px;
    height: 36px;
    opacity: 0;
  }

  51%, 100% {
    width: 8px;
    height: 8px;
    opacity: 0;
  }
}

.hero-title {
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
}

.text-glow {
  background: linear-gradient(135deg, var(--blue-gradient-start), var(--blue-gradient-end));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 80px var(--blue-glow);
}

.text-outline {
  color: transparent;
  -webkit-text-stroke: 1px var(--text-primary);
  text-stroke: 1px var(--text-primary);
  position: relative;
  display: inline-block;
  line-height: 1.1;
}

.text-outline::after {
  content: '';
  position: absolute;
  right: -4px;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: var(--text-primary);
  animation: blink 0.7s infinite;
  opacity: 1;
  transition: opacity 0.1s ease;
}

.text-outline.empty::after {
  opacity: 0;
}

@keyframes blink {
  0%, 49% {
    opacity: 1;
  }

  50%, 100% {
    opacity: 0;
  }
}

.hero-subtitle {
  font-family: 'Varela Round', 'Segoe UI', sans-serif;
  font-size: 18px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 48px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.hero-features {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===== Buttons ===== */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(135deg, var(--blue-gradient-start), var(--blue-gradient-end));
  color: white;
  box-shadow: 0 8px 24px rgba(76, 154, 255, 0.3);
}

.btn-glass {
  background: var(--bg-card);
  backdrop-filter: blur(20px);
  border: 1px solid var(--border-glass);
  color: var(--text-primary);
}

a.mobile-only {
  display: none;
}

a.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}

/* ===== Why Choose Me Section ===== */

.why-me {
  padding: 32px 0 ;
  position: relative;
  overflow: hidden;
}

.choose-me p {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  color: #eff7ffbe;
  word-spacing: 4px;
  line-height: 14px;
}

.choose-me {
  margin-top: 4rem !important;
  gap: 12rem !important;
}

.section-header {
  margin-bottom: 80px;
}

.wrapper-featured {
  margin-bottom: 32px;
}

.section-title {
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(135deg, var(--blue-gradient-start), var(--blue-gradient-end));
  /* background: linear-gradient(135deg, white, rgb(255, 255, 255)); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.services-section {
  padding: 0 12px;
}

.service-card p {
  line-height: 1.35rem;
}

.service-card {
  border-radius: 24px;
  transition: all 0.4s ease-in-out;
  padding: 24px;
}

.service-icon svg{
  width: 32px;
  height: 32px;
  margin-bottom: 32px;
  /* transform: scale(2.5); */
}

.service-card::before {
  transform: scaleX(0);
  transform-origin: left;
  transform: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-card:hover {
  border-color: rgba(34, 197, 255, 0.3);
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(76, 154, 255, 0.15);
}

.phase-card {
  transition: all 0.4s ease-in-out;
  border-color: rgba(130, 229, 253, 0.856);
}

.phase-card:hover {
  border-color: rgba(34, 197, 255, 0.2);
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(76, 154, 255, 0.1);
}

.phase-feature {
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  display: inline-block;
}

.phase-feature:hover {
  transform: scale(1.1);
  filter: drop-shadow(0 0 16px rgba(76, 154, 255, 0.6));
}

.stat-card {
  transition: all 0.3s ease;
  border-color: rgba(255, 255, 255, 0.05);
}

.stat-card:hover {
  border-color: rgba(34, 197, 255, 0.2);
  transform: translateY(-4px);
}

/* ===== Workflow Section ===== */

.workflow-section {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.workflow-step {
  transition: all 0.4s ease-in-out;
  border-color: rgba(255, 255, 255, 0.05);
  position: relative;
  padding: 24px;
  overflow: hidden;
}

.btn-workflow {
  background: linear-gradient(135deg, var(--blue-gradient-start), var(--blue-gradient-end));
  color: white;
  box-shadow: 0 8px 24px rgba(76, 154, 255, 0.3);
  margin-top: 1.5rem;
}

.workflow-step p {
  line-height: 1.35rem;
}

.workflow-step::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  /* background: linear-gradient(90deg, var(--blue-gradient-start), var(--blue-gradient-end)); */
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.workflow-step:hover::before {
  transform: scaleX(1);
}

.workflow-step:hover {
  border-color: rgba(34, 197, 255, 0.3);
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(76, 154, 255, 0.15);
}

.step-number {
  transition: all 0.3s ease;
}

.workflow-step:hover .step-number {
  filter: drop-shadow(0 0 12px rgba(34, 197, 255, 0.6));
}

/* ===== Designer Section ===== */

.designer-section {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

/* 
.designer-profile {
  transition: all 0.5s ease;
  border-color: rgba(255, 255, 255, 0.1);
}

.designer-profile:hover {
  border-color: rgba(34, 197, 255, 0.3);
  box-shadow: 0 30px 60px rgba(76, 154, 255, 0.1);
} */

/* ===== Testimonials Section ===== */

.testimonials-section {
  padding: 120px 0;
  position: relative;
  overflow: visible;
}

.testimonial-card {
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-color: rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: visible;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.08) 0%, rgba(34, 197, 255, 0.04) 100%);
  backdrop-filter: blur(20px);
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
}

/* .testimonial-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #4c9aff, #22c55e);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 10;
} */

.testimonial-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(600px at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(76, 154, 255, 0.1), transparent 80%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

/* .testimonial-card:hover::before {
  transform: scaleX(1);
} */

.testimonial-card:hover::after {
  opacity: 1;
}

.testimonial-card:hover {
  transform: translateY(-20px) scale(1.02);
  box-shadow: 0 30px 60px rgba(76, 154, 255, 0.2), 
                0 0 40px rgba(34, 197, 255, 0.1);
  border-color: rgba(76, 154, 255, 0.3);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.12) 0%, rgba(34, 197, 255, 0.08) 100%);
}

.user-review {
  height: auto;
  gap: 2px;
}

.user-review p {
  font-size: 0.8rem !important;
  color: rgba(209, 213, 219, 0.95);
}

.testimonial-card h4 {
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

.testimonial-card:hover h4 {
  color: #80f7ff;
  text-shadow: 0 0 20px rgba(34, 197, 255, 0.3);
}

.testimonial-card p {
  line-height: 1.5;
  font-size: 0.9rem;
  color: rgba(209, 213, 219, 0.95);
}

.testimonial-card .flex.gap-1 {
  transition: all 0.3s ease;
}

.testimonial-card:hover .flex.gap-1 {
  filter: drop-shadow(0 0 8px rgba(250, 204, 21, 0.4));
}

/* ===== Swiper Carousel Styles ===== */

.swiper {
  overflow: visible !important;
}

.testimonials-swiper {
  padding-bottom: 70px;
  max-width: 100%;
  overflow: visible;
  width: 100%;
}

.testimonials-swiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: stretch;
  width: 100% !important;
}

.testimonials-swiper .swiper-slide > div {
  width: 100%;
}

.swiper-slide .testimonial-card {
  min-height:100px;
}

.swiper-pagination {
  position: relative !important;
  bottom: auto !important;
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(76, 154, 255, 0.2);
  border: 2px solid rgba(76, 154, 255, 0.4);
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: linear-gradient(135deg, #4c9aff, #22c55e);
  box-shadow: 0 0 20px rgba(76, 154, 255, 0.6), 
                inset 0 0 10px rgba(34, 197, 255, 0.2);
  border-color: rgba(76, 154, 255, 1);
  transform: scale(1.4);
  width: 16px;
  height: 16px;
}

.swiper-pagination-bullet:hover {
  border-color: rgba(76, 154, 255, 0.8);
  background: rgba(76, 154, 255, 0.4);
  box-shadow: 0 0 15px rgba(76, 154, 255, 0.3);
}

/* Smooth drag cursor */

.testimonials-swiper {
  cursor: grab;
}

.testimonials-swiper.swiper-grabbing {
  cursor: grabbing;
}

/* ===== Sections ===== */

.section {
  padding: 80px 0;
  position: relative;
}

.section-header {
  margin-bottom: 64px;
}

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

.section-tag {
  color: var(--blue-primary);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 16px;
}

.section-title {
  font-size: clamp(40px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-primary);
  /* color: linier-gradient(135deg, white, green); */
}

/* ===== Bento Grid Layout ===== */

.bento-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.bento-card {
  padding: 24px;
  transition: all 0.3s ease;
}

.bento-card img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: -2;
}

.bento-card.large {
  grid-column: span 2;
}

.bento-card.wide {
  grid-column: span 2;
}


/* ===== About Section Custom Layout ===== */

.about-snow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.about .container {
  position: relative;
  z-index: 1;
}

/* About Section - Using Tailwind Grid */

.stat-item {
  display: flex;
  flex-direction: column;
}

.designer-profile {
  gap: 12px;
  align-items: flex-end;
  margin-bottom: 12px;
  overflow: visible;
}

.profile-tag {
  margin-bottom: 12px;
}

.tags {
  gap: 12px;
}

.tag-user {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  background-color: rgb(44, 44, 44);
  padding: 2px 12px;
  border-radius: 50px;
  font-size: 10px;
  overflow: visible;
  /* box-shadow: 0 20px 40px rgba(76, 154, 255, 0.15); */
  box-shadow: #4b4b4b 0px 1px 2px 0px, #363636 0px 2px 4px 2px, #1f1f1f 0px 4px 6px 2px;
}

.designer-bio {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.5s ease;
  padding: 12px;
}

.link-asset {
  color: var(--blue-primary);
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.link-asset .bento-card {
  height: 100%;
  min-height: 160px;
}

.video-asset {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  -webkit-mask-image: linear-gradient(to top, transparent 0%, black 50%, transparent 100%);
          mask-image: linear-gradient(to top, transparent 0%, black 50%, transparent 100%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  filter: grayscale(0.8);
  aspect-ratio: 16/9;
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bento-card.youtubes {
  /* height: 360px; */
  -webkit-mask-image: none;
          mask-image: none;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  pointer-events: auto;
  filter: none;
  display: flex;
  height: 50vh;
  flex-flow: column;
}

.video-youtube {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  aspect-ratio: 16/9;
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile {
  height: -moz-min-content;
  height: min-content;
}

.overlay-profile {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.568) 100%, rgba(17, 17, 19, 0.582) 100%);
  /* Adjust the colors and opacity as needed */
}

.designer-bio p {
  font-size: 13px;
  color: #d3d3d4 !important;
}

.designer-photo {
  width: 8rem;
  height: 8rem;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  float: left;
}

.morbtale-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  background-image: url("./img/morbtale_profile.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 12px;
  transform: scale(1.3);
}

.position-role {
  font-size: 12px;
  color: rgb(145, 145, 145) !important;
  margin-bottom: 12px;
}

.snow-particle {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--size, 7px);
  height: var(--size, 7px);
  border-radius: 999px;
  opacity: var(--alpha, 0.25);
  background: radial-gradient(circle, rgba(220, 240, 255, 0.75) 0%, rgba(153, 205, 255, 0.35) 60%, transparent 100%);
  box-shadow: 0 0 32px rgba(170, 220, 255, 0.45);
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.card-icon {
  font-size: 48px;
  margin-bottom: 16px;
}

.bento-card h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--text-primary);
}

.bento-card p {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* ===== Stats Grid ===== */

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

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

.stat-number {
  font-size: 48px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--blue-gradient-start), var(--blue-gradient-end));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
}

.stat-label {
  color: var(--text-secondary);
  font-size: 14px;
}

/* ===== Skills Section ===== */

/* ===== Contact Section ===== */

.contact-wrapper {
  padding: 80px 60px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.contact-description {
  color: var(--text-secondary);
  font-size: 18px;
  line-height: 1.7;
  margin-top: 24px;
  margin-bottom: 0px;
}

.btn-contact {
  /* background: linear-gradient(135deg, var(--blue-gradient-start), var(--blue-gradient-end)); */
  /* color: white; */
  box-shadow: 0 8px 24px rgba(76, 154, 255, 0.3);
  margin-top: 1.5rem;
  padding: 1rem 4rem;
}

.contact-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

.contact-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--blue-gradient-start), var(--blue-gradient-end));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon svg {
  color: white;
}

.contact-info {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-label {
  font-size: 12px;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-value {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
}

/* ===== Footer ===== */

.footer {
  padding: 40px 0 24px 0;
  text-align: center;
  color: var(--text-secondary);
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.divider {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 32px;
}

.list-explore {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  margin-top: 16px;
}

.social-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.lp-socials {
  display: flex;
  flex-direction: column;
  gap: 12px;
  /* margin-top: 16px; */
  width: -moz-fit-content;
  width: fit-content;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  border-radius: 12px !important;
}

.social-info {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-value {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
}

.social-icon {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, var(--blue-gradient-start), var(--blue-gradient-end));
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.social-icon svg {
  color: white;
}

.other-social {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 12px;
}

.other-social .icon {
  width: 24px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ===== Responsive Design ===== */

/* Tablets (768px - 1024px) */

@media (max-width: 1024px) {
  .container {
    padding: 0 24px;
  }

  #navbar {
    min-height: 44px;
    height: -moz-fit-content;
    height: fit-content;
  }

  .btn {
    padding: 12px 20px;
    font-size: 15px;
  }

  .local-time-container {
    line-height: 14px;
  }

  .local-text {
    font-size: 10px;
  }

  #local-time {
    font-size: 16px;
  }

  #logo-container {
    height: auto;
    width: auto;
  }

  .section-title {
    font-size: clamp(32px, 5vw, 56px);
  }

  /* section.hero {
    margin-top: 32px;
  } */

  .hero-title {
    font-size: clamp(62px, 6vw, 72px);
  }

  .hero-badge {
    font-size: 12px;
    padding: 10px 20px;
  }

  .hero-subtitle {
    font-size: 16px;
    margin-bottom: 32px;
  }

  .choose-me {
    gap: 2.4rem !important;
    width: auto;
  }

  .choose-me .group, .choose-me p {
    gap: 1.5rem !important;
    font-size: 10px;
  }

  .phase-feature svg{
    width: 28px;
  }

  .btn-workflow {
    margin-top: 1rem;
  }

  .bento-card.large,
    .bento-card.wide {
    grid-column: span 1;
  }

  .profiles {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}

/* Tablets - Portrait (768px - 850px) */

@media (max-width: 850px) {
  #navbar {
    padding: 1rem 2rem;
    max-height: -moz-min-content;
    max-height: min-content;
    min-height: 54px;
    height: -moz-fit-content;
    height: fit-content;
  }

  #logo-container img{
    width: 100%;
    height: 60px;
  }

  #local-time {
    display: block;
  }

  .navbar a {
    px: 1rem;
    py: 2rem;
  }

  #sidebar {
    left: 1rem;
  }

  body {
    padding-top: 60px;
  }

  .grid-workflow {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .testimonial-card {
    padding: 1.5rem;
    gap: 0.15rem;
  }

  .testimonial-card .client-avatar {
    width: 40px;
    height: 40px;
    font-size: 0.75rem;
  }

  .testimonial-card h4 {
    font-size: 0.9rem;
  }

  .testimonial-card p {
    font-size: 0.8rem;
    line-height: 1.4;
  }

  a.mobile-only {
    display: block;
  }

  a.desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }
}

/* Mobile Devices (640px - 767px) */

@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }

  .nav-content {
    justify-content: space-between;
    align-items: center;
  }

  .logo {
    /* flex: 0 0 auto; */
    display: flex !important;
    align-items: center;
  }

  .nav-links {
    display: none;
  }

  .local-time-container {
    display: block;
  }

  #local-time {
    display: block;
  }

  .section-title {
    font-size: clamp(28px, 6vw, 40px);
  }

  .hero-title {
    font-size: clamp(32px, 8vw, 52px);
  }

  .hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section {
    padding: 60px 0;
  }

  .section-header {
    margin-bottom: 40px;
    gap: 12px;
  }

  .hero-subtitle {
    font-size: 16px;
    margin-bottom: 32px;
  }

  .hero-features {
    display: block;
  }

  .choose-me {
    gap: 1.5rem !important;
    width: auto;
  }

  .services-section .grid {
    gap: 24px !important;
  }

  .btn {
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
    padding: 12px 24px;
  }

  .more-portfolio-image {
    width: 80px;
    height: auto;
  }

  #sidebar {
    display: none;
  }

  .phase-card,
    .stat-card {
    padding: 1.5rem;
  }

  .phase-feature,
    .step-number {
    font-size: 3rem;
  }

  .position-role {
    margin-bottom: 4px;
  }

  .designer-profile {
    /* padding: 1.5rem; */
  }

  .designer-profile > div {
    flex-direction: column;
    /* gap: 2rem; */
  }

  .bento-card h3 {
    font-size: 1.5rem;
  }

  .grid.grid-cols-1.md\\:grid-cols-2 {
    grid-template-columns: 1fr;
  }

  .stat-card {
    padding: 1rem;
  }

  .stat-card .text-4xl {
    font-size: 2rem;
  }

  .contact-wrapper {
    padding: 40px 16px;
  }

  .contact-links {
    grid-template-columns: 1fr;
  }

  .why-me {
    padding: 60px 0;
  }

  .workflow-section {
    padding: 60px 0;
  }

  .workflow-section .grid {
    gap: 24px !important;
  }

  .swiper-wrapper {
    display: flex;
    flex-direction: column;
  }

  .testimonials-swiper .swiper-slide {
    margin-bottom: 24px;
  }

  .swiper-slide .grid{
    gap: 24px !important;
  }

  .designer-section {
    padding: 60px 0;
  }

  .testimonials-section {
    padding: 60px 0;
  }

  .testimonial-card {
    padding: 1.5rem;
    min-height: 320px;
  }

  .testimonial-card h4 {
    font-size: 1.05rem;
    margin-bottom: 1px;
  }

  .testimonial-card p {
    font-size: 0.8rem;
    margin-bottom: 1rem;
    line-height: 1.6;
  }

  .user-review p {
    margin-bottom: 0;
  }

  .testimonials-swiper {
    padding-bottom: 60px;
  }

  .swiper-pagination {
    margin-top: 50px;
    gap: 12px;
  }

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 2px solid rgba(76, 154, 255, 0.4);
  }

  .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    box-shadow: 0 0 16px rgba(76, 154, 255, 0.5);
  }

  .cursor-glow {
    width: 300px;
    height: 300px;
  }

  #navbar {
    padding: 0 24px;
    height: auto;
    min-height: 80px;
  }

  #logo-container {
    display: none;
  }

  #logo-mobile img {
    width: 48px;
    height: auto;
  }

  .navbar a,
    .navbar button {
    padding: 8px 12px;
    font-size: 14px;
  }

  #sidebar {
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
  }

  #sidebar nav {
    padding: 1rem 0.75rem;
    gap: 1rem;
  }

  body {
    padding-top: 56px;
  }
}

/* Small Mobile Devices (480px - 639px) */

@media (max-width: 639px) {
  .container {
    padding: 0 12px;
  }

  .section-title {
    font-size: clamp(32px, 5vw, 32px);
  }

  .hero-title {
    font-size: clamp(48px, 7vw, 42px);
  }

  .hero {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section {
    padding: 50px 0;
  }

  .section-header {
    margin-bottom: 30px;
  }

  .section-header p {
    /* font-size: 14px !important; */
    color: #f3f3ff;
    /* line-height: 18px !important; */
  }

  .hero-badge {
    padding: 8px 16px;
    font-size: 12px;
    margin: 0 auto 20px;
    width: -moz-fit-content;
    width: fit-content;
  }

  .hero-subtitle {
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 1.5;
  }

  .hero-features {
    gap: 8px;
    margin-top: 24px;
  }

  .btn {
    padding: 10px 16px;
    font-size: 13px;
    gap: 6px;
  }

  .service-card .text-2xl {
    font-size: 20px;
  }

  .phase-card,
    .stat-card {
    padding: 1rem;
  }

  .phase-feature,
    .step-number {
    font-size: 2rem;
  }

  .phase-card h3,
    .workflow-step h3 {
    font-size: 20px;
  }

  /* .phase-card p,
    .workflow-step p,
    .stat-card p {
    font-size: 13px;
  } */

  .bento-card h3 {
    font-size: 1.25rem;
    margin-bottom: 2px !important;
  }

  .bento-card p {
    font-size: 0.8rem;
  }

  /* .position-role h3 {
    margin-bottom: 2px;
  } */

  .designer-profile {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }

  .designer-profile p {
    font-size: 10px;
  }

  .designer-bio p {
    font-size: 12px;
  }

  .tags {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .tags p {
    font-size: 8px;
  }

  .stat-card .text-4xl {
    font-size: 1.5rem;
  }

  .contact-wrapper {
    padding: 30px 12px;
  }

  .contact-links {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact-link {
    padding: 16px;
    gap: 12px;
  }

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

  .btn-contact {
    padding: 12px 32px;
    font-size: 14px;
  }

  .why-me,
    .workflow-section,
    .designer-section {
    padding: 50px 0;
  }

  .testimonial-card {
    padding: 1.25rem;
    min-height: 280px;
  }

  .testimonial-card h4 {
    font-size: 1rem;
  }

  .testimonial-card p {
    font-size: 0.8rem;
    /* margin-bottom: 0.8rem; */
    line-height: 1.6;
  }

  .swiper-pagination {
    margin-top: 50px;
  }

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    transform: scale(1.3);
  }

  .cursor-glow {
    width: 250px;
    height: 250px;
  }

  #navbar {
    padding: 12px 24px;
    min-height: 52px;
    width: 100%;
  }

  #local-time {
    font-size: 11px;
    min-width: auto;
    padding-left: 12px;
    font-family: ;
  }

  #sidebar {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  #sidebar nav {
    padding: 0.75rem 0.5rem;
    gap: 0.75rem;
    width: 70px;
  }

  #sidebar nav a svg {
    width: 20px;
    height: 20px;
  }

  body {
    padding-top: 52px;
  }
}

/* Ultra Small Devices (< 480px) */

@media (max-width: 479px) {
  .container {
    padding: 0 24px !important;
  }

  /* .section-title {
    font-size: clamp(28px, 5vw, 28px);
  } */

  .hero-title {
    font-size: clamp(48px, 6vw, 36px);
    line-height: 1;
  }

  .hero-subtitle {
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 1.5;
  }

  .hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section {
    padding: 40px 0;
  }

  /* .portfolio-header {
    padding: 0 12px;
  } */

  .wrapper-featured {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 24px;
  }

  .more-portfolio-mobile img {
    display: block;
    width: 24px;
    height: 100%;
  }

  .section-header p {
    /* font-size: 13px !important; */
    color: #f3f3ff;
    /* line-height: 15px !important; */
  }

  .more-portfolio-mobile {
    display: block !important;
  }

  .more-portfolio {
    display: none;
  }

  .more-portfolio-image-mobile {
    width: 32px;
    height: auto;
  }

  .hero-badge {
    padding: 6px 12px;
    font-size: 11px;
    margin: 0 auto 16px;
    width: -moz-fit-content;
    width: fit-content;
  }

  .hero-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .hero-features {
    gap: 6px;
    margin-top: 20px;
  }

  .hero-title {
    font-size: clamp(32px, 7vw, 36px);
  }

  #local-time-mobile {
    display: block;
    font-size: 12px;
    min-width: auto;
  }

  .text-outline {
    color: transparent;
    -webkit-text-stroke: 0.5px var(--text-primary);
    text-stroke: 0.5px var(--text-primary);
    position: relative;
    display: inline-block;
    line-height: 1.1;
  }

  .text-outline.empty::after {
    opacity: 0;
  }

  .choose-me p {
    font-size: 10px;
    line-height: 10px;
  }

  .choose-me {
    line-height: 2px;
  }

  .btn {
    padding: 8px 12px;
    font-size: 12px;
    gap: 4px;
  }

  /* .phase-card,
    .stat-card, {
    padding: 0.75rem;
  }

  .phase-feature,
    .step-number {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }

  .phase-card h3,
    .workflow-step h3 {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .phase-card p,
    .workflow-step p,
    .stat-card p,
    .designer-profile p {
      font-size: 12px;
  } */

  .designer-profile {
    /* padding: 0.75rem; */
  }

  .designer-profile h3 {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }

  .stat-card .text-4xl {
    font-size: 1.25rem;
    margin-bottom: 4px;
  }

  .contact-wrapper {
    padding: 20px 10px;
  }

  .contact-link {
    padding: 12px;
    gap: 10px;
  }

  .contact-icon {
    width: 40px;
    height: 40px;
  }

  .btn-contact {
    padding: 10px 24px;
    /* font-size: 13px; */
  }

  .btn-workflow {
    margin-top: 0.75rem;
    padding: 10px 24px;
  }

  .cursor-glow {
    width: 200px;
    height: 200px;
  }

  #navbar {
    padding: 8px 24px;
    min-height: 48px;
  }

  #sidebar {
    left: 8px;
  }

  #sidebar nav {
    padding: 0.5rem 0.4rem;
    gap: 0.5rem;
    width: 60px;
  }

  #sidebar nav a svg {
    width: 18px;
    height: 18px;
  }

  body {
    padding-top: 48px;
  }

  .testimonial-card {
    padding: 1.5rem 1.5rem;
    gap: 0.75rem;
  }

  .testimonial-card .client-avatar {
    width: 40px;
    height: 40px;
    font-size: 0.75rem;
  }

  .testimonial-card h4 {
    font-size: 0.95rem;
  }

  .testimonial-card p {
    font-size: 0.8rem;
    line-height: 1.6;
    /* margin-bottom: 0.5rem; */
  }
}

@media (max-width: 968px) {
  .nav-links {
    display: none;
  }

  .bento-card.large,
    .bento-card.wide {
    grid-column: span 1;
  }

  .contact-wrapper {
    padding: 60px 32px;
  }
}

/* ===== Sidebar Navigation Styling ===== */

#sidebar {
  position: fixed;
  left: 32px;
  top: 35%;
  transform: translateY(-50%);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform, opacity;
  border-radius: 1.5rem;
}

#sidebar.sidebar-hidden {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(0%) translateX(-130%) !important;
}

#sidebar nav {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem 1.75rem;
  top: 2rem!important;
  width: 5rem;
  transition: width 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: top left;
  background: linear-gradient(135deg, rgba(37, 51, 75, 0.15) 0%, rgba(63, 124, 146, 0.08) 100%);
  border: 1px solid rgba(76, 154, 255, 0.2);
  box-shadow: 0 8px 32px rgba(59, 130, 246, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.1);
  border-radius: 1.5rem;
}

#sidebar:hover nav {
  width: auto;
  white-space: nowrap;
  border-radius: 1.5rem;
}

#sidebar nav a span:last-child {
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  max-width: 0;
  overflow: hidden;
  margin-left: 0;
}

#sidebar:hover a span:last-child {
  opacity: 1;
  max-width: 200px;
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}

#sidebar nav a svg {
  color: inherit;
  flex-shrink: 0;
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#sidebar nav a:hover svg {
  color: #90f1f8;
  filter: drop-shadow(0 0 8px rgba(34, 197, 255, 0.4));
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ===== Mobile Sidebar ===== */

#sidebar.mobile-open nav {
  width: auto;
  white-space: nowrap;
}

#sidebar.mobile-open nav a span:last-child {
  opacity: 1;
  max-width: 200px;
  transition: opacity 0.5s ease-in-out 0.1s;
}

@media (prefers-reduced-motion: reduce) {
  .bg-overlay,
    .bg-aurora,
    .cursor-glow,
    .shine-hover,
    .skill-bar,
    .hero,
    .section,
    .snow-particle {
    animation: none !important;
    transition: none !important;
  }
}

/* ===== Animations ===== */

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

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

.hero,
.section {
  animation: fadeInUp 0.8s ease-out;
}

/* ===== Glide Carousel Styling ===== */

.portfolio-carousel-section {
  padding: 80px 0;
  position: relative;
}

.glide-full-width {
  width: 100% !important;
  overflow: visible;
}

.glide {
  position: relative;
  perspective: 1200px;
  height: 32rem;
}

.glide__track {
  overflow: visible !important;
  transform-style: preserve-3d;
  height: 48rem;
  width: 100% !important;
}

.glide__slides {
  margin: 0;
  padding: 0;
  list-style: none;
  transform-style: preserve-3d;
  padding-top: 32px !important;
  padding-bottom: 80px !important;
  /* overflow: visible; */
  justify-content: center;
}

.glide .glide__slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow:  visible;
}

#glide-container {
  width: 100%;
  padding: 100px 100px;
}

.glide__slide {
  opacity: 0.5;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: rotateY(-0deg) rotateX(0deg) scale(0.80);
  filter: brightness(0.7);
  justify-content: center;
}

/* Highlight only center slide (active) */

.glide__slide.glide__slide--active {
  opacity: 1;
  transform: rotateY(0deg) rotateX(0deg) scale(1) translateZ(120px);
  filter: brightness(1);
  z-index: 10;
  width: 32rem !important;
  min-width: 14rem !important;
  width: auto;
}

.carousel-card {
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  min-height: 420px;
  width: 100%;
  z-index: 1;
  transform-style: preserve-3d;
  box-shadow: -20px 20px 60px rgba(0, 0, 0, 0.4);
  position: relative;
  border-radius: 24px;
  padding: 24px;
}

.carousel-card:hover {
  transform: translateY(-12px) rotateX(-9deg) rotateZ(2deg);
  border-color: rgba(76, 154, 255, 0.5) !important;
  box-shadow: 0 25px 45px rgba(48, 99, 165, 0.685), -30px 30px 60px rgba(0, 0, 0, 0.5);
  z-index: 15;
  position: relative;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, rgba(5, 5, 5, 0.904) 90%);
  /* Adjust the colors and opacity as needed */
  /* background: ; */
  pointer-events: none;
}

.carousel-card img {
  /* z-index: -2; */
  /* width: 100% !important; */
  width: auto !important;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}

.carousel-card video {
  /* z-index: -2; */
  /* width: 100% !important; */
  width: 100% !important;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}

.carousel-data {
  z-index: 2;
  /* justify-content: space-between; */
  flex-grow: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.carousel-desc,
.carousel-desc p {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 5;
  font-size: 14px;
  gap: 12px;
}

.carousel-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
  width: auto;
}

.carousel-author a,
.carousel-author span {
  font-size: 12px;
  color: #e3f5ff;
}

.carousel-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  color: #a6cadf;
}

.tag-card {
  background: rgba(19, 106, 128, 0.404);
  border: 1px solid rgba(84, 141, 179, 0.5);
  color: rgb(212, 252, 255);
  font-size: 10px !important;
  font-weight: 600;
  padding: 4px 16px;
  border-radius: 9999px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 5;
}

.glide__arrows {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}

.glide__arrow {
  width: 50px;
  height: 50px;
  background: rgba(76, 154, 255, 0.1);
  border: 1px solid rgba(76, 154, 255, 0.3);
  border-radius: 50%;
  color: rgba(76, 154, 255, 0.7);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.glide__arrow:hover:not(:disabled) {
  background: rgba(76, 154, 255, 0.2);
  border-color: rgba(76, 154, 255, 0.6);
  color: #4c9aff;
  box-shadow: 0 0 20px rgba(76, 154, 255, 0.3);
  transform: scale(1.1);
}

.glide__arrow:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Bullet/Dots Pagination */

.glide__bullets {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.glide__bullet {
  width: 12px;
  height: 12px;
  background: rgba(76, 154, 255, 0.3);
  border: 1px solid rgba(76, 154, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  outline: none;
}

.glide__bullet:hover {
  background: rgba(76, 154, 255, 0.5);
  border-color: rgba(76, 154, 255, 0.7);
}

.glide__bullet.glide__bullet--active {
  background: #4c9aff;
  border-color: #4c9aff;
  box-shadow: 0 0 12px rgba(76, 154, 255, 0.5);
}

.wrapper-featured {
  /* margin-bottom: 48px; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
  overflow: visible;
}

/* .portfolio-header {
  padding: 0 12px;
} */

.portfolio-header p{
  line-height: 20px;
}

.more-portfolio-image, .more-portfolio-image-mobile {
  display: block;
  align-items: flex-start;
  width: 100%;
  height: 40px;
  opacity: 100%;
  filter: invert(100%) sepia(0%) saturate(935%) hue-rotate(123deg) brightness(85%) contrast(97%);
}

.more-portfolio-mobile {
  display: block;
}

.section-header {
  margin-bottom: 32px;
}

.section-header p {
  font-size: 16px;
  color: #f3f3ff;
  /* line-height: 18px; */
}

.section-title {
  /* background: linear-gradient(135deg, #4c9aff 0%, #a3d9ff 100%); */
  background: linear-gradient(135deg, white, rgb(191, 237, 255));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Responsive adjustments */

@media (max-width: 1024px) {
  .portfolio-carousel-section {
    padding: 60px 24px;
  }

  .glide__arrow {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .portfolio-carousel-section {
    padding: 40px 0;
  }

  /* .portfolio-header {
    padding: 0 12px;
  } */

  .glide__slide.glide__slide--active {
    opacity: 1;
    transform: rotateY(0deg) rotateX(0deg) scale(1) translateZ(120px);
    filter: brightness(1);
    z-index: 10;
    width: 20rem !important;
    min-width: 8rem !important;
  }

  .carousel-card {
    height: 12rem !important;
  }

  .carousel-card video {
    width: 100% !important;
    height: 100%;
  }

  .carousel-card img {
    width: 100% !important;
    height: 100%;
  }

  .tag-card {
    background: rgba(19, 106, 128, 0.404);
    border: 1px solid rgba(84, 141, 179, 0.5);
    color: rgb(212, 252, 255);
    font-size: 6px;
    font-weight: 600;
    padding: 4px 16px;
    border-radius: 9999px;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 5;
  }

  .glide__arrow {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .glide__arrows {
    gap: 12px;
  }

  .glide__bullet {
    width: 10px;
    height: 10px;
  }

  .carousel-card {
    padding: 20px !important;
  }

  .carousel-card h3 {
    font-size: 10px !important;
  }

  .carousel-card p {
    font-size: 13px !important;
  }

  /* .carousel-card .mb-4 {
    height: 120px !important;
  } */
}

@media (max-width: 480px) {
  .glide__slides {
    height: 32rem;
  }

  .glide__slide.glide__slide--active {
    opacity: 1;
    transform: rotateY(0deg) rotateX(0deg) scale(1) translateZ(120px);
    filter: brightness(1);
    z-index: 10;
    /* width: 20rem !important;
    max-width: 24rem !important;
    min-width: 8rem !important; */
  }

  .carousel-card {
    position: relative;
    border-radius: 24px;
    padding: 24px;
    /* width: 100% !important; */
    height: 50px;
  }

  .carousel-card video {
    /* width: auto !important; */
    height: 100%;
  }

  .carousel-card img {
    width: 100% !important;
    height: 100%;
  }

  .tag-card {
    background: rgba(19, 106, 128, 0.404);
    border: 1px solid rgba(84, 141, 179, 0.5);
    color: rgb(212, 252, 255);
    font-size: 4px;
    font-weight: 600;
    padding: 4px 16px;
    border-radius: 9999px;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 5;
  }
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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\:text-sky-400:hover {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.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\:drop-shadow-\[0_0_20px_rgba\(76\2c 154\2c 255\2c 0\.5\)\]:hover {
  --tw-drop-shadow: drop-shadow(0 0 20px rgba(76,154,255,0.5));
  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);
}

.active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 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));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-30 {
  opacity: 0.3;
}

.group:hover .group-hover\:opacity-40 {
  opacity: 0.4;
}

.group:hover .group-hover\:opacity-50 {
  opacity: 0.5;
}

@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:block {
    display: block;
  }

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

  .md\:hidden {
    display: none;
  }

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

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

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

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

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

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

