@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Alex+Brush&family=Great+Vibes&display=swap');

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

.collapse{
  visibility: collapse;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block{
  display: block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-12{
  height: 3rem;
}

.h-4{
  height: 1rem;
}

.h-screen{
  height: 100vh;
}

.max-h-20{
  max-height: 5rem;
}

.w-12{
  width: 3rem;
}

.w-4{
  width: 1rem;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-5xl{
  max-width: 64rem;
}

.max-w-6xl{
  max-width: 72rem;
}

.max-w-7xl{
  max-width: 80rem;
}

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

.border-collapse{
  border-collapse: collapse;
}

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

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

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

.gap-2{
  gap: 0.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.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));
}

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

.break-all{
  word-break: break-all;
}

.rounded{
  border-radius: 0.25rem;
}

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

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

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

.rounded-xl{
  border-radius: 0.75rem;
}

.border{
  border-width: 1px;
}

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

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

.border-white\/15{
  border-color: rgb(255 255 255 / 0.15);
}

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

.bg-\[\#050505\]{
  --tw-bg-opacity: 1;
  background-color: rgb(5 5 5 / var(--tw-bg-opacity, 1));
}

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

.bg-cyan-400\/20{
  background-color: rgb(34 211 238 / 0.2);
}

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

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

.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);
}

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

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

.p-10{
  padding: 2.5rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.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-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pb-0{
  padding-bottom: 0px;
}

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

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

.pt-3{
  padding-top: 0.75rem;
}

.pt-32{
  padding-top: 8rem;
}

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

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

.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-5xl{
  font-size: 3rem;
  line-height: 1;
}

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

.uppercase{
  text-transform: uppercase;
}

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

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

.tracking-widest{
  letter-spacing: 0.1em;
}

.text-cyan-400{
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / 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-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.opacity-80{
  opacity: 0.8;
}

.mix-blend-screen{
  mix-blend-mode: screen;
}

.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-2xl{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  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);
}

.grayscale{
  --tw-grayscale: grayscale(100%);
  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-\[15px\]{
  --tw-backdrop-blur: blur(15px);
  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{
  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;
}

/* Fortune 500 3D Redesign - JNC Network */

:root {
  /* Pitch Black Dark Mode */
  --bg-deep-space: #000000;
  /* Pitch Black */
  --tech-cyan: #00D4FF;
  /* Electric Blue */
  --tech-secondary: #FF8C00;
  /* Sunset Orange Accent */
  --tech-cyan-dim: rgba(0, 212, 255, 0.1);
  --tech-cyan-glow: rgba(0, 212, 255, 0.5);
  --text-white: #ffffff;
  /* Light Text */
  --text-steel: #b0c4de;
  /* Dark Glass */
  --glass-dark: rgba(20, 20, 20, 0.85);
  --glass-border: rgba(255, 255, 255, 0.15);
  --font-primary: 'Open Sans', sans-serif;
  --font-secondary: 'Open Sans', sans-serif;
}

/* Light Mode Overrides */

body.light-mode {
  --bg-deep-space: #f8f9fa;
  --tech-cyan: #0056b3;
  /* Darker blue for light mode contrast */
  --tech-cyan-dim: rgba(0, 86, 179, 0.1);
  --tech-cyan-glow: rgba(0, 86, 179, 0.2);
  --text-white: #333333;
  --text-steel: #555555;
  --glass-dark: rgba(255, 255, 255, 0.85);
  /* White glass */
  --glass-border: rgba(0, 0, 0, 0.1);
}

/* Light Mode Header & Footer Overrides */

body.light-mode nav {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

body.light-mode .logo, 
body.light-mode .nav-links a,
body.light-mode .nav-contact a, 
body.light-mode #theme-toggle {
  color: #333 !important;
}

body.light-mode .menu-toggle {
  color: #333 !important;
}

/* Global Reset */

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

body {
  background-color: var(--bg-deep-space);
  color: var(--text-white);
  font-family: var(--font-primary);
  overflow-x: hidden;
  max-width: 100vw;
  line-height: 1.6;
}

html {
  overflow-x: hidden;
  scroll-behavior: auto !important;
}

/* 3D Canvas Background */

#canvas-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
  /* Opacity adjustment if needed to blend with bg color */
}

/* Typography */

h1, h2, h3, h4, .logo {
  font-family: var(--font-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
  /* Tight, professional tracking */
  color: var(--text-white);
}

h1 {
  font-size: 4rem;
  line-height: 1.1;
  background: linear-gradient(135deg, var(--text-white) 0%, var(--text-steel) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

/* --- Fixed Glass Navbar --- */

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px clamp(16px, 4vw, 40px);
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--glass-border);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
  transition: padding 0.3s ease, background 0.3s ease, color 0.3s ease;
  box-sizing: border-box;
}

nav.scrolled {
  padding: 10px 40px;
  /* Shrunk padding on scroll */
  background: rgba(0, 0, 0, 0.98);
  /* Less transparent on scroll */
}

.logo {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: var(--text-white);
  transition: color 0.3s ease;
}

.logo span {
  color: var(--tech-cyan);
}

.nav-center-group {
  display: flex;
  align-items: center;
  gap: 40px;
  flex: 1;
  justify-content: center;
  /* Center links in available space */
}

.nav-links {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-white);
  padding: 5px 0;
  position: relative;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.nav-links a:hover, .nav-links a.active {
  color: var(--tech-cyan);
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--tech-cyan);
  transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-links a:hover::after, .nav-links a.active::after {
  width: 100%;
}

/* Dropdown Menu */

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(10, 10, 10, 0.95);
  /* Deep dark background */
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
  z-index: 10000;
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  top: 100%;
  left: 0;
  backdrop-filter: blur(16px);
}

.dropdown-content a {
  color: var(--text-white);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

body.light-mode .dropdown-content {
  background-color: rgba(255, 255, 255, 0.95);
  border-color: rgba(0,0,0,0.1);
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
}

body.light-mode .dropdown-content a {
  color: #333;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

body.light-mode .dropdown-content a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: var(--tech-cyan);
}

.dropdown-content a:last-child {
  border-bottom: none;
}

.dropdown-content a:hover {
  background-color: var(--tech-cyan-dim);
  color: var(--tech-cyan);
}

.dropdown:hover .dropdown-content {
  display: block;
  animation: fadeIn 0.3s ease;
}

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

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

/* Inline Contact Info */

.nav-contact {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 1rem;
  color: var(--text-steel);
  flex-shrink: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 20px;
}

.nav-contact a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #444;
  /* Dark Text */
  transition: color 0.3s;
  font-weight: 500;
}

.nav-contact a:hover {
  color: var(--tech-cyan);
  text-shadow: 0 0 10px var(--tech-cyan-glow);
}

.nav-contact .icon {
  color: var(--tech-secondary);
  /* Orange accent for icons */
  font-size: 1.1rem;
  margin-right: 5px;
}

/* Remove Top Bar styles as they are now merged */

.top-bar {
  display: none !important;
}

/* Responsive adjustments for single line */

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

  /* Hide contact on medium screens to prevent crowd */
}

/* ================================================
   SCROLL-DRIVEN CANVAS HERO  (Full-Screen Overlay)
   ================================================ */

.scroll-container {
  position: relative;
  width: 100%;
  /* Let height be determined naturally by the scrolling panels */
  background: #000;
}

/* Sticky background container: stays fixed behind all scrolling content */

.scroll-sticky {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
  z-index: 1;
}

#hero-canvas {
  width: 100%;
  height: 100%;
  display: block;
}

/* Overlay gradient on canvas to ensure dark background contrast */

.scroll-sticky .hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.9) 75%, #000000 100%) !important;
  z-index: 1;
}

/* Content wrapper that scrolls normally over the fixed background */

.scroll-content-overlay {
  position: relative;
  margin-top: -100vh;
  /* Pulls content up to overlap sticky canvas */
  z-index: 10;
  width: 100%;
}

/* First panel welcome hero text */

.scroll-hero-panel {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(20px, 5vw, 60px);
}

.scroll-hero-panel h1 {
  font-size: clamp(2.8rem, 8vw, 6rem) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: none !important;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
  text-shadow: 0 4px 40px rgba(0,0,0,0.9);
}

.scroll-hero-panel .highlight {
  background: linear-gradient(135deg, var(--tech-cyan), var(--tech-secondary)) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.scroll-hero-panel p {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem) !important;
  color: rgba(255,255,255,0.9) !important;
  line-height: 1.7;
  margin-bottom: 36px;
  text-shadow: 0 2px 15px rgba(0,0,0,0.8);
}

/* Panels/sections scrolling over canvas */

.scroll-panel {
  min-height: 70vh;
  display: flex;
  flex-direction: column !important;
  /* Stack vertically (Title at top, cards below) */
  align-items: center;
  justify-content: center;
  padding: clamp(40px, 5vh, 80px) 5%;
  box-sizing: border-box;
}

/* Initial state for slide-up section animations */

section.scroll-panel {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.01s, transform 0.01s;
}

/* Scroll hint styling */

.scroll-hint {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.scroll-hint span {
  font-size: 0.85rem !important;
  color: rgba(255,255,255,0.6) !important;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.scroll-arrow {
  width: 22px;
  height: 22px;
  border-right: 2px solid var(--tech-cyan);
  border-bottom: 2px solid var(--tech-cyan);
  transform: rotate(45deg);
  animation: bounceDown 1.4s ease-in-out infinite;
}

@keyframes bounceDown {
  0%, 100% {
    transform: rotate(45deg) translateY(0);
    opacity: 1;
  }

  50%       {
    transform: rotate(45deg) translateY(7px);
    opacity: 0.4;
  }
}

/* ================================================
   FRAME LOADING SCREEN
   ================================================ */

#frame-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: min(400px, 80vw);
}

.loader-logo {
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: var(--tech-cyan);
  text-shadow: 0 0 30px var(--tech-cyan-glow);
  font-family: var(--font-primary);
}

.loader-bar-track {
  width: 100%;
  height: 3px;
  background: rgba(255,255,255,0.1);
  border-radius: 99px;
  overflow: hidden;
}

.loader-bar-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--tech-cyan), var(--tech-secondary));
  border-radius: 99px;
  transition: width 0.15s ease;
  box-shadow: 0 0 12px var(--tech-cyan-glow);
}

.loader-text {
  font-size: 0.85rem !important;
  color: rgba(255,255,255,0.5) !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Light mode loader */

body.light-mode #frame-loader {
  background: #f0f0f0;
}

body.light-mode .loader-text {
  color: rgba(0,0,0,0.5) !important;
}

/* ================================================
   HERO CONTAINER — Full-Screen Image Hero
   (Kling AI Frame: JNC Talk Back Exploded View)
   ================================================ */

/* Container: forces full-screen viewport */

.hero-container {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Dark mode background fallback */
  background-color: #0a0a0a;
  z-index: 1;
}

/* Image fits perfectly without distortion */

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* Covers area — no stretching */
  -o-object-position: center;
     object-position: center;
  /* Device stays centred */
  transition: opacity 0.5s ease;
  z-index: 0;
}

/* Dark gradient overlay — text always readable over the image */

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.25) 0%,
        rgba(0, 0, 0, 0.55) 50%,
        rgba(0, 0, 0, 0.80) 100%
    );
  z-index: 1;
}

/* Content sits on top of the image + overlay */

.hero-container .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: clamp(24px, 5vw, 60px) clamp(20px, 6vw, 60px);
  max-width: min(820px, 90vw);
  width: 100%;
  /* Glassmorphism text box */
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
}

/* Hero title inside container */

.hero-container h1 {
  font-size: clamp(2.4rem, 7vw, 5.5rem);
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: none !important;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
  font-weight: 800;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
}

.hero-container .highlight {
  background: linear-gradient(135deg, var(--tech-cyan), var(--tech-secondary)) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

/* Subtitle inside container */

.hero-container p {
  font-size: clamp(1rem, 2.5vw, 1.35rem) !important;
  color: rgba(255, 255, 255, 0.88) !important;
  line-height: 1.7;
  margin: 0;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

/* Light Mode — lighten the overlay so image shows more clearly */

body.light-mode .hero-overlay {
  background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.15) 0%,
        rgba(0,   0,   0,   0.40) 50%,
        rgba(0,   0,   0,   0.70) 100%
    );
}

/* Light mode: slightly dim the image for contrast */

body.light-mode .hero-image {
  filter: brightness(0.88);
}

/* Light mode: keep glass panel slightly lighter */

body.light-mode .hero-container .hero-content {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.25);
}

/* Mobile: half-height hero so content is visible below */

@media (max-width: 768px) {
  .hero-container {
    height: 55vh;
  }

  .hero-container h1 {
    font-size: 2.2rem !important;
  }

  .hero-container .hero-content {
    padding: 22px 18px;
  }
}

/* --- Hero Section (legacy .hero class — kept for other pages) --- */

.hero {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 90px 5% 50px 5%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
}

/* Hero content box — fully responsive */

.hero-content {
  background: var(--glass-dark);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: clamp(24px, 5vw, 60px) clamp(20px, 6vw, 60px);
  border-radius: 16px;
  border: 1px solid var(--glass-border);
  width: 100%;
  max-width: min(800px, 90vw);
  box-sizing: border-box;
}

/* Override existing hero styling */

.hero h1 {
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  margin-bottom: 20px !important;
  text-shadow: none;
  -webkit-text-fill-color: initial;
  background: none;
  color: var(--text-white);
  word-break: break-word;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.highlight {
  background: linear-gradient(135deg, var(--tech-cyan), var(--tech-secondary));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 30px rgba(0, 212, 255, 0.4);
}

.hero p {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  color: var(--text-steel);
  line-height: 1.7;
  max-width: 100%;
}

/* --- Product / Glass Cards --- */

section {
  padding: 60px clamp(16px, 5vw, 80px) 40px;
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 65px !important;
  /* Spacing between title and cards */
  text-align: center;
  display: block;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.product-title-glow {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: none !important;
  background-clip: unset !important;
  -webkit-background-clip: unset !important;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.35) !important;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

body.light-mode .product-title-glow {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.2) !important;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

.cards-container, .team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: clamp(16px, 2.5vw, 32px);
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.glass-card {
  background: var(--glass-dark);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  padding: clamp(20px, 4vw, 40px);
  width: 100%;
  border-radius: 12px;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.4s ease;
  box-shadow: none;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.glass-card:hover {
  transform: translateY(-8px);
  border-color: var(--tech-cyan);
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.5);
}

.glass-card h3 {
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  margin-bottom: 12px;
  color: var(--text-white);
  font-weight: 700;
  line-height: 1.3;
}

.glass-card p {
  color: var(--text-steel);
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  margin-bottom: 20px;
  line-height: 1.7;
}

.btn-link {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  color: var(--tech-cyan);
  font-size: 0.95rem;
  text-transform: none;
  letter-spacing: 0.02em;
  padding: 10px 20px;
  /* Added padding for button shape */
  border: 1px solid rgba(0, 212, 255, 0.3);
  /* Subtle border */
  background: rgba(0, 212, 255, 0.05);
  /* Subtle background */
  border-radius: 4px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* Smooth motion */
  overflow: hidden;
}

.btn-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--tech-cyan);
  opacity: 0;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.btn-link:hover {
  transform: translateY(-3px) scale(1.02);
  /* Lift and scale */
  border-color: var(--tech-cyan);
  color: #000;
  /* Contrast text on hover */
  box-shadow: 0 5px 15px rgba(0, 212, 255, 0.3);
  /* Glow */
}

.btn-link:hover::before {
  opacity: 1;
  transform: scaleX(1);
  /* Fill effect */
}

.btn-link::after {
  content: '→';
  margin-left: 8px;
  transition: transform 0.3s ease;
}

/* Solid "V-Box" Style Button */

.btn-filled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--tech-cyan);
  color: #000;
  /* High contrast */
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  padding: 14px 35px;
  border-radius: 4px;
  /* Slight round, mostly boxy */
  border: none;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 4px 15px var(--tech-cyan-glow);
  text-decoration: none;
  z-index: 1;
}

.btn-filled::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  /* Flash white on hover */
  z-index: -1;
  transition: transform 0.3s ease;
  transform: scaleX(0);
  transform-origin: right;
}

.btn-filled:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px var(--tech-cyan-glow);
  color: var(--tech-cyan);
  /* Text becomes cyan */
}

.btn-filled:hover::before {
  transform: scaleX(1);
  transform-origin: left;
  background: #000;
  /* Animated background to black */
}

/* Secondary Outline Button */

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--text-white);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 12px 30px;
  border: 1px solid var(--text-steel);
  border-radius: 4px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-outline:hover {
  border-color: var(--tech-cyan);
  color: var(--tech-cyan);
  background: rgba(0, 212, 255, 0.05);
}

.btn-link:hover::after {
  transform: translateX(5px);
  color: #000;
}

/* Global Button Motion Class */

button, .dropbtn, .nav-links a {
  transition: all 0.3s ease;
}

.nav-links a:hover {
  transform: translateY(-2px);
  text-shadow: 0 0 8px var(--tech-cyan-glow);
}

/* --- Team Cards Specific --- */

.team-card-container {
  display: flex;
  align-items: center;
  gap: 30px;
  background: var(--glass-dark);
  backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  padding: 30px;
  border-radius: 8px;
  width: 100%;
}

.team-img-container {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--tech-cyan);
}

.team-info-container h3 {
  color: var(--tech-cyan);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

.team-info-container h2 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.team-contact-link {
  color: var(--text-steel);
}

/* --- Footer --- */

footer {
  background: #000000 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
  padding-top: 24px !important;
  /* pt-6 */
  padding-bottom: 16px !important;
  /* pb-4 */
  margin-top: 24px !important;
  /* mt-6 */
}

.footer-container {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 40px !important;
  /* generous column gaps */
  width: 100% !important;
  max-width: 92% !important;
  /* stretch to almost full screen width */
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 768px) {
  .footer-container {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .footer-container > .footer-col:nth-child(1) {
    text-align: left !important;
  }

  .footer-container > .footer-col:nth-child(2) {
    text-align: center !important;
  }

  .footer-container > .footer-col:nth-child(3) {
    text-align: right !important;
  }

  .footer-container > .footer-col:nth-child(3) .space-y-2 {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
  }
}

.footer-col {
  width: 100%;
}

.footer-col h4 {
  color: var(--text-white);
  margin-bottom: 8px !important;
  /* tighter heading spacing */
  font-size: 0.9rem;
  /* Small Heading */
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.9;
}

.footer-col p {
  line-height: 1.4;
  opacity: 0.8;
  margin-bottom: 8px !important;
  /* tighter text spacing */
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin-bottom: 12px !important;
  /* tighter quick links list container spacing */
}

.footer-col ul li {
  margin-bottom: 4px !important;
  /* tighter list items */
  display: inline-block;
  /* Horizontal links to save space */
  margin-right: 15px;
}

.footer-col ul li a {
  color: var(--text-steel);
  font-size: 0.8rem;
}

.footer-col ul li a:hover {
  color: var(--tech-cyan);
}

.footer-bottom, footer .mt-12 {
  margin-top: 24px !important;
  /* mt-6 */
  padding-top: 12px !important;
  /* pt-3 */
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
  /* Tiny copyright text */
}

/* Theme Toggle Button */

/* Theme Toggle Button */

#theme-toggle {
  background: none;
  border: 1px solid var(--glass-border);
  color: var(--text-white);
  font-size: 1.2rem;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 50%;
  margin-left: 20px;
  transition: all 0.3s ease;
  display: inline-block;
  /* Make visible */
}

#theme-toggle:hover {
  background: var(--tech-cyan-dim);
  color: var(--tech-cyan);
  transform: rotate(180deg) scale(1.1);
  /* More Rotation and Scale */
  box-shadow: 0 0 15px var(--tech-cyan-glow);
}

.menu-toggle {
  display: none;
}

/* Responsive Utilities */

.mobile-menu-item {
  display: none;
}

/* Responsive */

@media (max-width: 1024px) {
  .hero {
    padding: 0 5%;
    height: 70vh;
    /* Slightly smaller hero on mobile */
  }

  section {
    padding: 60px 5%;
    /* Vertical spacing */
  }

  .cards-container {
    grid-template-columns: 1fr;
    /* Full width vertical stacking */
    gap: 30px;
    /* Space between cards */
  }

  .glass-card {
    margin-bottom: 0;
    /* Grid handles gap */
    backdrop-filter: blur(16px);
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(10, 10, 10, 0.95);
    /* Dark Mobile Menu */
    flex-direction: column;
    padding: 30px;
    border-bottom: 1px solid var(--glass-border);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  }

  body.light-mode .nav-links {
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }

  .mobile-menu-item {
    display: block;
    margin-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 10px;
  }

  .nav-links.active {
    display: flex;
  }

  .menu-toggle {
    display: block;
    color: var(--text-white);
    /* White Hamburger */
    font-size: 1.8rem;
    cursor: pointer;
    padding: 5px;
  }

  .menu-toggle::before {
    content: '\2630';
    /* Hamburger Icon Unicode */
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .team-card-container {
    flex-direction: column;
    text-align: center;
  }

  /* Mobile Dropdown Fix */

  .dropdown-content {
    position: static;
    /* Stack vertically */
    width: 100%;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.03);
    /* Slight contrast */
    border: none;
    padding-left: 20px;
    /* Indent */
    display: none;
    /* Hidden */
    opacity: 1;
    transform: none;
  }

  .dropdown.open .dropdown-content {
    display: block;
    animation: fadeIn 0.3s ease;
  }

  .dropdown .arrow {
    display: inline-block;
    transition: transform 0.3s ease;
  }

  .dropdown.open .arrow {
    transform: rotate(180deg);
  }
}

/* =========================================
   APPLE-STYLE 3D SCROLL FIXES
========================================= */

/* 1. The Sticky Container */

.sticky-canvas-container {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background-color: #000 !important;
}

/* 2. The Cinematic Dark Overlay (Makes Text Readable) */

.sticky-canvas-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Creates a solid black block for the header/navbar, fading down sharply to let the animation work clearly */
  background: 
        linear-gradient(to bottom, #000 0%, #000 90px, rgba(0, 0, 0, 0) 140px),
        radial-gradient(circle at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}

/* 3. The Full-Screen Canvas Fix */

canvas {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  /* Contain to show the full device without cropping */
  -o-object-position: center center !important;
     object-position: center center !important;
  position: relative;
  z-index: 0;
}

/* 2. Make the text container scroll OVER the locked background */

.content-overlay {
  position: relative !important;
  z-index: 10 !important;
  width: 100% !important;
}

/* 3. Fix the Ugly Text Box - Turn it into Premium Glassmorphism */

.pro-text-box {
  background: rgba(0, 0, 0, 0.3) !important;
  /* Makes it highly transparent */
  backdrop-filter: blur(15px) !important;
  /* Adds the Apple-style blur */
  -webkit-backdrop-filter: blur(15px) !important;
  /* For Safari */
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  padding: 3rem !important;
  border-radius: 1.5rem !important;
  max-width: 800px !important;
  margin: 0 auto !important;
  /* Centers the box perfectly */
  box-shadow: 0 20px 40px rgba(0,0,0,0.5) !important;
}

/* 4. Ensure each scroll step takes up exactly one full screen of height */

.scroll-step {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  padding: 0 20px !important;
}

/* =========================================
   BULLETPROOF LIGHT THEME (HOME PAGE ONLY)
========================================= */

/* 1. Main Background */

body.light-mode {
  background-color: #f5f5f7 !important;
  /* Premium Apple light gray */
}

/* 2. The Canvas Shadow - Soft Frosted Glass */

body.light-mode .sticky-canvas-container::after {
  background: radial-gradient(circle, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.4) 100%) !important;
}

/* 3. The Text Boxes - Light Apple Glass */

body.light-mode .pro-text-box,
body.light-mode .glass-card {
  background: rgba(255, 255, 255, 0.65) !important;
  backdrop-filter: blur(15px) !important;
  -webkit-backdrop-filter: blur(15px) !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
}

/* 4. Text Colors - Clean, sharp Apple text with NO weird glowing shadow */

body.light-mode .content-overlay h1, 
body.light-mode .content-overlay h2, 
body.light-mode .content-overlay p,
body.light-mode .scroll-step h1,
body.light-mode .scroll-step h2,
body.light-mode .scroll-step p {
  color: #1d1d1f !important;
  text-shadow: none !important;
  filter: none !important;
  /* THIS KILLS THE TAILWIND DROP-SHADOW SMUDGE */
  -webkit-filter: none !important;
  /* Safari support */
}

/* 5. Cyan Accents shift to Corporate Blue for readability */

body.light-mode .text-cyan-400 {
  color: #0066cc !important;
}

body.light-mode .bg-cyan-400 {
  background-color: #0066cc !important;
  color: white !important;
}

/* =========================================
   GLOBAL LIGHT THEME (ALL PAGES)
 ========================================= */

/* 1. Make home page hero panel, scroll hint, and section titles always white/neon on dark canvas */

body.light-mode .scroll-hero-panel h1,
body.light-mode .scroll-hero-panel p,
body.light-mode .scroll-hero-panel span,
body.light-mode .scroll-hint p,
body.light-mode .scroll-hint span,
body.light-mode .scroll-hint div,
body.light-mode .product-title-glow,
body.light-mode .product-title-glow span {
  color: #ffffff !important;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.35) !important;
}

body.light-mode .scroll-hero-panel .highlight {
  color: #00e5ff !important;
  /* Keep high-contrast cyan highlight on black background */
}

/* 2. Make ALL main content text dark and readable */

body.light-mode h1,
body.light-mode h2,
body.light-mode h3,
body.light-mode h4,
body.light-mode h5,
body.light-mode h6,
body.light-mode p,
body.light-mode span,
body.light-mode li,
body.light-mode a,
body.light-mode .text-white,
body.light-mode .text-gray-200,
body.light-mode .text-gray-300,
body.light-mode .text-gray-400,
body.light-mode .text-gray-500 {
  color: #1d1d1f !important;
  /* Crisp Apple dark gray */
  text-shadow: none !important;
  filter: none !important;
  -webkit-filter: none !important;
}

/* 2. Protect the logo and header navigation links */

body.light-mode nav .logo,
body.light-mode nav .logo span {
  text-shadow: none !important;
}

body.light-mode nav .nav-links a {
  color: #333333 !important;
}

body.light-mode nav .nav-links a:hover,
body.light-mode nav .nav-links a.active {
  color: var(--tech-cyan) !important;
}

/* 3. Make all glass cards and panels look premium in light mode */

body.light-mode .glass-card,
body.light-mode .glass-panel,
body.light-mode .about-box {
  background: rgba(255, 255, 255, 0.75) !important;
  /* Brighter white frost */
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
  /* Soft premium shadow */
}

/* 4. Fix product category filter buttons on product page */

body.light-mode button.border-white\/20 {
  border-color: rgba(0, 0, 0, 0.2) !important;
  color: #1d1d1f !important;
}

body.light-mode button.bg-\[var\(--neon-cyan\)\] {
  background-color: var(--tech-cyan) !important;
  color: white !important;
  border-color: var(--tech-cyan) !important;
}

/* 5. Keep cyan/blue elements readable and premium */

body.light-mode .text-cyan-400 {
  color: #0066cc !important;
}

body.light-mode .bg-cyan-400 {
  background-color: #0066cc !important;
  color: white !important;
}

/* =========================================
   FOOTER LIGHT-MODE CORRECTION (READABLE TEXT)
 ========================================= */

/* 1. Set a solid dark background for footer to preserve contrast of bright text */

body.light-mode footer {
  background: #000000 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
  text-shadow: none !important;
}

/* 2. Maintain white and gray text within footer */

body.light-mode footer h4,
body.light-mode footer strong,
body.light-mode footer .text-white {
  color: #ffffff !important;
}

body.light-mode footer p,
body.light-mode footer a,
body.light-mode footer span,
body.light-mode footer li,
body.light-mode footer .text-gray-300,
body.light-mode footer .text-gray-500 {
  color: #cbd5e1 !important;
  /* Soft light gray text */
}

body.light-mode footer .text-cyan-400,
body.light-mode footer a.text-cyan-400,
body.light-mode footer span.text-cyan-400 {
  color: #38bdf8 !important;
  /* Bright cyan accent */
}

body.light-mode footer a:hover {
  color: #38bdf8 !important;
}

/* =========================================
   MOBILE RESPONSIVENESS (PHONE VS PC VIEW)
========================================= */

@media (max-width: 768px) {
  /* 1. Hamburger Icon Placement */

  .menu-toggle {
    display: block !important;
    cursor: pointer;
    font-size: 28px;
    color: white;
    margin-left: 15px;
  }

  .menu-toggle::before {
    content: '\2630';
    /* Hamburger Icon */
  }

  /* 2. The Main Mobile Menu Container */

  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #050505;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 0;
    /* Removed giant padding */
    text-align: center;
  }

  .nav-links.active {
    display: flex;
  }

  /* 3. FIX: Tighter gaps and smaller text */

  .nav-links li {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  /* Shrink the main links */

  .nav-links a {
    display: block;
    padding: 12px 0 !important;
    /* Shrunk from 20px to 12px */
    font-size: 16px !important;
    /* Makes the font a clean, standard mobile size */
  }

  /* 4. FIX: Lock the arrow and shrink the Company button */

  .dropbtn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 12px 0 !important;
    /* Shrunk to match the other links */
    font-size: 16px !important;
  }

  /* 5. The Mobile Dropdown Sub-menu */

  .dropdown-content {
    display: none;
    position: relative;
    width: 100%;
    background-color: #111;
    box-shadow: none;
    min-width: 100%;
    margin-top: 0;
  }

  /* Make the sub-menu links even smaller and tighter */

  .dropdown-content a {
    padding: 10px 0 !important;
    font-size: 14px !important;
    color: #d1d5db !important;
    /* Slightly grayer text to show it is a sub-menu */
  }

  /* 🚨 THE FIX: Kills the sticky PC hover on mobile 🚨 */

  .dropdown:hover .dropdown-content {
    display: none;
  }

  /* ONLY open when tapped (when JS adds the 'open' class) */

  .dropdown.open .dropdown-content {
    display: flex !important;
    flex-direction: column;
  }

  /* 6. The Smooth Arrow Animation */

  .arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    /* Makes it spin smoothly in BOTH directions */
  }

  .dropdown.open .arrow {
    transform: rotate(180deg);
    /* Flips upside down when open */
  }

  /* Center Footer Columns on mobile */

  .footer-col {
    text-align: center;
    align-items: center;
  }
}

/* PC View (Screens larger than 768px) */

@media (min-width: 769px) {
  /* Hide the hamburger menu on desktop */

  .menu-toggle {
    display: none !important;
  }
}

/* =============================================
   GLOBAL TEXT SIZE + SPACING FIXES
   Make ALL text BIGGER across every page
   ============================================= */

/* Base font size — ROOT of everything */

html {
  font-size: 20px;
}

/* Body base */

body {
  font-size: 1rem;
  /* = 20px */
  line-height: 1.7;
}

/* ---- Headings ---- */

h1 {
  font-size: clamp(2.8rem, 7vw, 5rem) !important;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

h2, h2.section-title {
  font-size: clamp(2rem, 4.5vw, 3.2rem) !important;
  line-height: 1.2;
  font-weight: 800 !important;
  letter-spacing: -0.03em;
  margin-bottom: 24px !important;
}

h3 {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem) !important;
  font-weight: 700 !important;
  line-height: 1.25;
  margin-bottom: 10px !important;
}

h4 {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
}

/* ---- Body paragraphs everywhere ---- */

p {
  font-size: 1rem !important;
  /* = 20px */
  line-height: 1.75 !important;
}

li {
  font-size: 1rem !important;
  line-height: 1.75;
}

/* ---- Tailwind text-lg / text-xl classes get a boost ---- */

.text-lg  {
  font-size: 1.1rem !important;
}

.text-xl  {
  font-size: 1.25rem !important;
}

.text-2xl {
  font-size: 1.5rem !important;
}

.text-3xl {
  font-size: 1.9rem !important;
}

.text-4xl {
  font-size: 2.3rem !important;
}

.text-5xl {
  font-size: 2.8rem !important;
}

/* ---- Hero ---- */

.hero h1 {
  font-size: clamp(3rem, 8vw, 6.5rem) !important;
}

.hero p {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem) !important;
}

/* ---- Glass Cards ---- */

.glass-card h3 {
  font-size: clamp(1.3rem, 2.2vw, 1.75rem) !important;
  margin-bottom: 10px !important;
}

.glass-card p {
  font-size: 0.95rem !important;
  line-height: 1.75 !important;
  margin-bottom: 14px !important;
}

.glass-card {
  padding: clamp(24px, 3.5vw, 44px) !important;
}

/* ---- Nav ---- */

.nav-links a {
  font-size: 1.05rem !important;
  font-weight: 600 !important;
}

.dropdown-content a {
  font-size: 1rem !important;
}

/* ---- Footer ---- */

footer h4 {
  font-size: 0.95rem !important;
  margin-bottom: 8px !important;
}

footer p, footer a, footer li, footer span {
  font-size: 0.78rem !important;
  line-height: 1.5 !important;
}

/* ---- Badges / pills ---- */

.about-section span,
span.rounded-full {
  font-size: 0.9rem !important;
}

/* ---- Btn link ---- */

.btn-link {
  font-size: 0.9rem !important;
}

/* ---- Section spacing — no giant gaps ---- */

section {
  padding-top: 55px !important;
  padding-bottom: 45px !important;
}

/* Full width wrapper */

.max-w-7xl {
  width: 100%;
}

/* Client logo cards */

.client-logo-card {
  height: 100px !important;
  background: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 12px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
}

.client-logo-card:hover {
  background: #ffffff !important;
  border-color: var(--tech-cyan) !important;
  box-shadow: 0 8px 30px var(--tech-cyan-glow) !important;
  transform: translateY(-4px);
}

/* Light mode client logo cards */

body.light-mode .client-logo-card {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
}

body.light-mode .client-logo-card:hover {
  background: rgba(255, 255, 255, 0.95) !important;
  border-color: #0066cc !important;
  box-shadow: 0 8px 25px rgba(0, 102, 204, 0.15) !important;
}

/* =============================================
   TABLET (≤ 900px)
   ============================================= */

@media (max-width: 900px) {
  html {
    font-size: 18px;
  }
}

/* =============================================
   MOBILE (≤ 480px)
   ============================================= */

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }

  section {
    padding-top: 40px !important;
    padding-bottom: 32px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .hero-content {
    padding: 24px 16px !important;
  }

  .hero h1 {
    font-size: 2.2rem !important;
  }

  .hero p {
    font-size: 1rem !important;
  }

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

  h2, h2.section-title {
    font-size: 1.7rem !important;
  }

  h3 {
    font-size: 1.2rem !important;
  }
}

/* Contact Forms and Inputs */

.form-input {
  width: 100%;
  padding: 15px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
  border-radius: 5px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.form-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.form-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.form-input:focus {
  outline: none;
  border-color: var(--tech-cyan);
  box-shadow: 0 0 10px rgba(0, 243, 255, 0.2);
}

/* Light mode adjustments for inputs */

body.light-mode .form-input {
  background: #ffffff !important;
  border: 1px solid #cccccc !important;
  color: #111111 !important;
  /* Force dark text in light mode so typing is visible! */
}

body.light-mode .form-input::-moz-placeholder {
  color: #6c757d;
}

body.light-mode .form-input::placeholder {
  color: #6c757d;
}

body.light-mode .form-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.25);
}

/* Floating WhatsApp Widget Styles */

.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
  z-index: 999999;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
  cursor: pointer;
}

.whatsapp-float:hover {
  transform: scale(1.1) translateY(-4px);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.5);
}

.whatsapp-icon {
  width: 36px;
  height: 36px;
  display: block;
}

@media (max-width: 768px) {
  .whatsapp-float {
    bottom: 16px;
    right: 16px;
    width: 50px;
    height: 50px;
  }

  .whatsapp-icon {
    width: 30px;
    height: 30px;
  }
}

.hover\:-translate-y-2:hover{
  --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));
}

.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\:border-cyan-400\/30:hover{
  border-color: rgb(34 211 238 / 0.3);
}

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

.hover\:text-cyan-300:hover{
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}

.hover\:text-cyan-400:hover{
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

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

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

.hover\:grayscale-0:hover{
  --tw-grayscale: grayscale(0);
  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);
}

.group:hover .group-hover\:scale-110{
  --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));
}

@media (min-width: 768px){
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .md\:p-14{
    padding: 3.5rem;
  }

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

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

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


