/*
! tailwindcss v3.4.4 | 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] {
  display: none;
}

*,
::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: ;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.-right-6 {
  right: -1.5rem;
}

.-top-6 {
  top: -1.5rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-full {
  top: 100%;
}

.-z-10 {
  z-index: -10;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.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;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-4 {
  height: 1rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-\[450px\] {
  height: 450px;
}

.h-\[600px\] {
  height: 600px;
}

.h-full {
  height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-4 {
  width: 1rem;
}

.w-56 {
  width: 14rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.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;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

.shrink-0 {
  flex-shrink: 0;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-x-2> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-10> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-2> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-7> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.break-all {
  word-break: break-all;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t {
  border-top-width: 1px;
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.bg-\[\#081a24\] {
  --tw-bg-opacity: 1;
  background-color: rgb(8 26 36 / var(--tw-bg-opacity));
}

.bg-\[\#0a1628\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 22 40 / var(--tw-bg-opacity));
}

.bg-\[\#0a1628\]\/95 {
  background-color: rgb(10 22 40 / 0.95);
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.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-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);
}

.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-10 {
  padding: 2.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-left {
  text-align: left;
}

.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-\[11px\] {
  font-size: 11px;
}

.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-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.placeholder-white\/60::-moz-placeholder {
  color: rgb(255 255 255 / 0.6);
}

.placeholder-white\/60::placeholder {
  color: rgb(255 255 255 / 0.6);
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-100 {
  opacity: 1;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.9;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  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-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-1000 {
  transition-duration: 1000ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

:root {
  --navy: #5f8a7cc5;
  --dark-navy: #0f2a38;
  --gold: #c9a86a;
  --gold-light: #7fb8a6;
  --charcoal: #081a24;
  --glass: rgba(255, 255, 255, 0.06);
  --glass-border: rgba(255, 255, 255, 0.12);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  position: relative;
  background: #081a24;
  color: white;
}

.navbtn-gold {
  background: linear-gradient(135deg, var(--gold) 0, #2fa4a9 100%);
  color: var(--dark-navy);
  padding: 15px 35px;
  font-weight: 600;
  border-radius: 50px;
  transition: all .3s ease;
  display: none;
  text-decoration: none;
  box-shadow: 0 10px 30px #6bb7d6
}

.gold-gradient {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.navy-gradient {
  background: linear-gradient(135deg, var(--charcoal) 0%, var(--dark-navy) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-top: 80px;
  clip-path: inset(0 0 0 0);
}

#video1,
#video2 {
  position: fixed;
  /* Fixes it to the viewport */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.hero-overlay {
  background: linear-gradient(135deg,
      color-mix(in srgb, var(--dark-navy), transparent 30%) 50%,
      color-mix(in srgb, var(--navy), transparent 30%) 0%,
      color-mix(in srgb, var(--charcoal), transparent 30%) 50%);
  background-attachment: fixed;
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold) 0%, #2fa4a9 100%);
  color: var(--dark-navy);
  padding: 15px 35px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0 10px 30px #6bb7d6;
}

.btn-gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px #6bb7d6;
  background: var(--glass);
  color: var(--gold);
  border: 2px solid var(--gold);
}

.btn-outline {
  border: 2px solid var(--gold);
  color: var(--gold);
  padding: 15px 35px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
}

.btn-outline:hover {
  background: linear-gradient(135deg, var(--gold) 0%, #2fa4a9 100%);
  color: var(--dark-navy);
  transform: translateY(-3px);
  box-shadow: 0 15px 40px #6bb7d6;
}

.counter {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 6vw, 3rem);
  font-weight: 900;
  color: var(--gold-light);
}

.practice-card {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.practice-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(10, 22, 40, 0.8), transparent);
  transition: top 0.5s ease;
}

.practice-card:hover::before {
  left: 100%;
}

.practice-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 60px rgba(10, 22, 40, 0.8);
}

.glass-card {
  background: var(--glass);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--navy);
  border-radius: 20px;
}

.img-card {
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  /* Keeps text at the bottom */
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  z-index: 1;
}

/* Color Overlay */

.img-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 25, 47, 0.9) 10%, rgba(10, 25, 47, 0.2) 100%);
  transition: opacity 0.1s ease;
  z-index: -1;
}

.card-content {
  position: relative;
  z-index: 2;
}

.results-section {
  position: relative;
}

/* video stays inside section only */

.results-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.results-section {
  position: relative;
  clip-path: inset(0 0 0 0);
}

/* same cinematic overlay as hero */

.results-overlay {
  z-index: index 0;
}

#results .max-w-7xl,
#testimonials .max-w-7xl {
  position: relative;
  z-index: index 1;
}

/* keep content above video */

#results .max-w-7xl {
  position: relative;
  z-index: 2;
}

.testimonials {
  padding: 120px 0;
  overflow: hidden;
}

/* overlay already reused */

.results-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg,
      color-mix(in srgb, var(--dark-navy), transparent 30%) 50%,
      color-mix(in srgb, var(--navy), transparent 30%) 0%,
      color-mix(in srgb, var(--charcoal), transparent 30%) 50%);
}

/* slider window */

.testimonials-slider {
  overflow: hidden;
  margin-top: 50px;
  -webkit-mask-image: linear-gradient(to right,
      transparent,
      black 10%,
      black 90%,
      transparent);
  mask-image: linear-gradient(to right,
      transparent,
      black 10%,
      black 90%,
      transparent);
}

/* infinite track */

.testimonials-track {
  display: flex;
  gap: 30px;
  width: -moz-max-content;
  width: max-content;
  animation: infiniteScroll 65s linear infinite;
}

/* cards */

.testimonial-card {
  min-width: 320px;
  padding: 30px;
  border-radius: 20px;
  background: rgba(10, 22, 40, 0);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--glass-border);
  position: relative;
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 90px;
  color: var(--gold);
  opacity: 0.2;
}

/* text */

.testimonial-stars {
  color: var(--gold);
  font-size: 18px;
  margin-bottom: 18px;
}

.testimonial-text {
  line-height: 1.8;
  margin-bottom: 25px;
  opacity: 0.95;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.author-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0a1628, #1a2c4a);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* infinite animation */

@keyframes infiniteScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* mobile */

@media (max-width:768px) {
  .testimonial-card {
    min-width: 260px;
  }
}

.CHC {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  font-weight: 700;
}

/* testimonial card base */

.testimonial-slide {
  min-width: 100%;
  transition: all .35s ease;
}

@media(min-width:768px) {
  .testimonial-slide {
    min-width: calc(50% - 16px);
  }
}

/* avatar */

.avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* glass card effect */

.glass-card {
  background: rgba(10, 22, 40, 0.65);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  position: relative;
  transition: all .35s ease;
}

/* hover raise + glow */

.testimonial-slide:hover .glass-card {
  transform: translateY(-12px) scale(1.02);
  border-color: #2fa4a9;
  box-shadow:
    0 15px 40px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(47, 164, 169, 0.4),
    0 0 25px rgba(47, 164, 169, 0.35);
}

/* container */

.practice-feature {
  height: 380px;
  position: relative;
}

/* image */

.practice-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .6s ease;
}

/* zoom on hover */

.practice-feature:hover .practice-img {
  transform: scale(1.08);
}

/* dark gradient overlay */

.practice-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.85),
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.2));
}

/* text content */

.practice-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  color: white;
  z-index: 2;
}

/* button */

.practice-btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold) 0%, #2fa4a9 100%);
  font-weight: 600;
  transition: all .3s ease;
}

/* button hover */

.practice-btn:hover {
  background: var(--glass);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(47, 164, 169, 0.5);
}

/* PROCESS SECTION */

.process-card {
  background: rgba(10, 22, 40, 0.65);
  backdrop-filter: blur(14px);
  border: 1px solid var(--glass-border);
  border-radius: 22px;
  padding: 50px 35px;
  transition: all .45s ease;
  position: relative;
  overflow: hidden;
}

/* glow border */

.process-card:hover {
  transform: translateY(-12px);
  border-color: #2fa4a9;
  box-shadow:
    0 20px 50px rgba(0, 0, 0, .6),
    0 0 25px rgba(47, 164, 169, .35);
}

/* shine effect */

.process-icon::after {
  content: "";
  position: absolute;
  top: -120%;
  left: -40%;
  width: 60%;
  height: 300%;
  background: linear-gradient(120deg,
      transparent,
      rgba(255, 255, 255, .6),
      transparent);
  transform: rotate(25deg);
  opacity: 0;
  transition: .6s;
}

.process-card:hover .process-icon::after {
  top: 120%;
  opacity: 1;
}

.process-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-icon svg {
  width: 65px;
  height: 65px;
  color: var(--gold);
}

#process {
  background: linear-gradient(35deg, var(--dark-navy) 0%, var(--navy) 30%, var(--charcoal) 70%);
}

#practice {
  background: linear-gradient(135deg, var(--dark-navy) 0%, var(--navy) 40%, var(--charcoal) 50%);
}

#about {
  background: linear-gradient(135deg, var(--dark-navy) 20%, var(--charcoal) 30%, var(--navy) 40%);
}

/* ================= PAGE LAYOUT ================= */

.page-hero {
  margin-top: 50px;
  padding: 140px 20px 80px;
  text-align: center;
}

.page-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.page-subtitle {
  max-width: 750px;
  margin: auto;
  opacity: .85;
  font-size: 18px;
}

.page-section {
  padding: 90px 20px;
}

.alt-bg {
  background: rgba(255, 255, 255, 0.03);
}

.section-heading {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 18px;
}

.section-title {
  font-size: 40px;
  font-weight: 700;
}

.about-list li {
  margin-bottom: 10px;
  opacity: .85;
}

/* VALUES */

.value-card {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  transition: .3s ease;
}

.value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, .4);
  border-color: var(--gold);
}

.value-card i {
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  color: var(--gold);
}

/* POLICY PAGE */

.policy-content {
  max-width: 800px;
  margin: auto;
  line-height: 1.8;
}

.policy-content h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  color: var(--gold);
}

/* CTA */

.page-cta {
  padding: 100px 20px;
}

/* CONTACT SECTION OVERLAY */

.contact-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  /* dark cinematic overlay */
  background: linear-gradient(135deg,
      color-mix(in srgb, var(--dark-navy), transparent 30%) 50%,
      color-mix(in srgb, var(--navy), transparent 30%) 0%,
      color-mix(in srgb, var(--charcoal), transparent 30%) 50%);
}

.contact-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 215, 0, 0.08),
      transparent);
  pointer-events: none;
}

/* ================= SCROLL POPUP / REVEAL ================= */

.reveal {
  opacity: 0;
  transform: translateY(60px) scale(.95);
  transition: all .8s cubic-bezier(.17, .67, .3, 1);
  will-change: transform, opacity;
}

/* when visible */

.reveal.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* stagger animation */

.reveal:nth-child(1) {
  transition-delay: .05s;
}

.reveal:nth-child(2) {
  transition-delay: .1s;
}

.reveal:nth-child(3) {
  transition-delay: .15s;
}

.reveal:nth-child(4) {
  transition-delay: .2s;
}

.reveal:nth-child(5) {
  transition-delay: .25s;
}

.reveal:nth-child(6) {
  transition-delay: .3s;
}

.reveal:nth-child(7) {
  transition-delay: .35s;
}

.reveal:nth-child(8) {
  transition-delay: .4s;
}

.reveal:nth-child(9) {
  transition-delay: .45s;
}

.about-hero {
  margin-top: 50px;
  height: 90vh;
  background-image: url("/images/about-hero.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
}

.m-hero {
  position: relative;
  /* make overlay relative to this section */
  margin-top: 100px;
  background-image: url('/images/mass-torts.webp');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  /* or whatever height you want */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.pi-hero {
  position: relative;
  /* make overlay relative to this section */
  margin-top: 100px;
  background-image: url('/images/personal-injury.webp');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  /* or whatever height you want */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.mhero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg,
      color-mix(in srgb, var(--dark-navy), transparent 30%) 50%,
      color-mix(in srgb, var(--navy), transparent 30%) 0%,
      color-mix(in srgb, var(--charcoal), transparent 30%) 50%);
  background-attachment: fixed;
  pointer-events: none;
  /* so clicks go through to content */
  z-index: 1;
}

.pihero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg,
      color-mix(in srgb, var(--dark-navy), transparent 30%) 50%,
      color-mix(in srgb, var(--navy), transparent 30%) 0%,
      color-mix(in srgb, var(--charcoal), transparent 30%) 50%);
  background-attachment: fixed;
  pointer-events: none;
  /* so clicks go through to content */
  z-index: 1;
}

.hero-contents {
  position: relative;
  z-index: 2;
  /* make text appear above overlay */
  padding: 0 20px;
  /* some horizontal padding */
}

.p-hero {
  margin-top: 50px;
  height: 90vh;
  background-image: url("/images/p-hero.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
}

/* dark overlay for readability */

.ahero-overlay,
.claimoverlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg,
      color-mix(in srgb, var(--dark-navy), transparent 30%) 50%,
      color-mix(in srgb, var(--navy), transparent 30%) 0%,
      color-mix(in srgb, var(--charcoal), transparent 30%) 50%);
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

/* content styling */

.hero-content {
  max-width: 800px;
}

.hero-content h1 {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 18px;
  opacity: .85;
  line-height: 1.7;
}

#problem,
#cprocess,
#faq {
  background: linear-gradient(135deg, var(--dark-navy) 0%, var(--charcoal) 50%, var(--navy) 100%);
}

/* ===============================
   FAQ SECTION
================================ */

.faq-container {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  overflow: hidden;
  transition: .3s;
}

.faq-item:hover {
  border-color: #c9a86a;
}

/* QUESTION */

.faq-question {
  width: 100%;
  padding: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  background: none;
  color: white;
}

.faq-icon {
  font-size: 22px;
  color: #c9a86a;
  transition: .3s;
}

/* ANSWER */

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .45s ease;
  padding: 0 22px;
}

.faq-answer p {
  padding-bottom: 22px;
  opacity: .8;
  line-height: 1.7;
}

/* ACTIVE STATE */

.faq-item.active .faq-answer {
  max-height: 200px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

/* =============================
   CARD BACKGROUND SYSTEM
============================= */

.pglass-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform .4s ease, box-shadow .4s ease;
}

/* DARK OVERLAY FOR READABILITY */

.pglass-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(11, 32, 44, 0.55),
      rgba(25, 50, 64, 0.85));
  z-index: 0;
}

/* KEEP CONTENT ABOVE IMAGE */

.pglass-card>* {
  position: relative;
  z-index: 2;
}

/* HOVER EFFECT */

.pglass-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.card-afff {
  background-image: url("/images/services/afff.webp");
}

.card-talcum {
  background-image: url("/images/services/talcum.webp");
}

.card-roundup {
  background-image: url("/images/services/roundup.webp");
}

.card-bard {
  background-image: url("/images/services/bard.webp");
}

.card-camp {
  background-image: url("/images/services/camp-lejeune.webp");
}

.card-cartiva {
  background-image: url("/images/services/cartiva.webp");
}

.card-hair {
  background-image: url("/images/services/hair-relaxer.webp");
}

.card-hernia {
  background-image: url("/images/services/hernia.webp");
}

.card-nec {
  background-image: url("/images/services/nec.webp");
}

.card-pfas {
  background-image: url("/images/services/pfas.webp");
}

.card-paraquat {
  background-image: url("/images/services/paraquat.webp");
}

.card-zantac {
  background-image: url("/images/services/zantac.webp");
}

.card-ozempic {
  background-image: url("/images/services/ozempic.webp");
}

.card-elmiron {
  background-image: url("/images/services/elmiron.webp");
}

.card-apap {
  background-image: url("/images/services/apap.webp");
}

.card-hurricane {
  background-image: url("/images/services/hurricane.webp");
}

.card-depo {
  background-image: url("/images/services/depo.webp");
}

.card-mva {
  background-image: url("/images/services/mva.webp");
}

.card-sexualabuse {
  background-image: url("/images/services/sexualabuse.webp");
}

.card-ldssa {
  background-image: url("/images/services/ldssa.webp");
}

.card-rideshare {
  background-image: url("/images/services/rideshare.webp");
}

.card-roblox {
  background-image: url("/images/services/roblox.webp");
}

.card-vga {
  background-image: url("/images/services/vga.webp");
}

.card-ssdi {
  background-image: url("/images/services/ssdi.webp");
}

.card-3m {
  background-image: url("/images/services/3m.webp");
}

/* =========================================
   UNIVERSAL CLAIM HERO SYSTEM (PRO)
========================================= */

.claimhero {
  position: relative;
  min-height: 50vh;
  /* full screen hero */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* FULL IMAGE SETTINGS */
  background-size: cover;
  /* fills completely */
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-top: 120px;
}

/* hide img (keeps HTML unchanged) */

.claimhero img {
  display: none;
}

/* ---------------------------
   GRADIENT OVERLAY
--------------------------- */

.claimhero .claimoverlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      color-mix(in srgb, var(--dark-navy), transparent 30%) 50%,
      color-mix(in srgb, var(--navy), transparent 30%) 0%,
      color-mix(in srgb, var(--charcoal), transparent 30%) 50%);
  background-attachment: fixed;
  z-index: 1;
}

/* hero content layer */

.claimhero>div:last-child {
  position: relative;
  z-index: 2;
}

/* =========================================
   LAWSUIT HERO BACKGROUNDS
========================================= */

.hero-talcum {
  background-image: url("/images/services/talcum.webp");
}

.hero-afff {
  background-image: url("/images/services/afff.webp");
}

.hero-roundup {
  background-image: url("/images/services/roundup.webp");
}

.hero-bard {
  background-image: url("/images/services/bard.webp");
}

.hero-camp {
  background-image: url("/images/services/camp-lejeune.webp");
}

.hero-cartiva {
  background-image: url("/images/services/cartiva.webp");
}

.hero-hair {
  background-image: url("/images/services/hair-relaxer.webp");
}

.hero-hernia {
  background-image: url("/images/services/hernia.webp");
}

.hero-nec {
  background-image: url("/images/services/nec.webp");
}

.hero-pfas {
  background-image: url("/images/services/pfas.webp");
}

.hero-paraquat {
  background-image: url("/images/services/paraquat.webp");
}

.hero-zantac {
  background-image: url("/images/services/zantac.webp");
}

.hero-ozempic {
  background-image: url("/images/services/ozempic.webp");
}

.hero-elmiron {
  background-image: url("/images/services/elmiron.webp");
}

.hero-depo {
  background-image: url("/images/services/depo.webp");
}

.hero-mva {
  background-image: url("/images/services/mva.webp");
}

.hero-sexualabuse {
  background-image: url("/images/services/sexualabuse.webp");
}

.hero-ldssa {
  background-image: url("/images/services/ldssa.webp");
}

.hero-rideshare {
  background-image: url("/images/services/rideshare.webp");
}

.hero-roblox {
  background-image: url("/images/services/roblox.webp");
}

.hero-vga {
  background-image: url("/images/services/vga.webp");
}

.hero-ssdi {
  background-image: url("/images/services/ssdi.webp");
}

.hero-hurricane {
  background-image: url("/images/services/hurricane.webp");
}

.hero-3m {
  background-image: url("/images/services/3m.webp");
}

@media (max-width: 768px) {

  .claimhero,
  .claimhero .claimoverlay {
    background-attachment: scroll !important;
    min-height: 40vh;
  }
}

/* Hero Section with Video */

.contact-hero {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70vh;
  /* fullscreen */
  color: white;
  overflow: hidden;
}

/* Background Video */

.contact-hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  background-attachment: fixed;
}

/* Overlay */

.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--dark-navy) 50%, var(--navy) 50%);
  opacity: 0.80;
  z-index: 1;
}

/* Phone & Address Containers */

.phone,
.address {
  flex: 1;
  position: relative;
  /* on top of overlay */
  z-index: 2;
  opacity: 0;
}

/* Slide-in animations */

.phone {
  margin-right: 50%;
  margin-left: 0%;
  margin-top: 90px;
  animation: slideInLeft 1s forwards;
}

.address {
  margin-right: 0%;
  margin-left: 50%;
  margin-top: 90px;
  text-align: right;
  animation: slideInRight 1s forwards;
}

.address p {
  color: var(--dark-navy);
  text-align: right;
}

.phone p {
  color: var(--navy);
  text-align: left;
}

/* Animations */

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Text Styling */

.phone h2,
.address h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: var(--gold);
}

.phone p,
.address p {
  font-size: 1.2rem;
  opacity: 1;
}

@media (max-width: 768px) {
  .contact-hero {
    flex-direction: column;
    /* stack phone/address */
    justify-content: center;
    padding: 1.5rem;
  }
}

.emailbtn {
  font-size: 14px;
}

@media (min-width: 1024px) {
  .contact-hero {
    flex-direction: row;
    /* side by side */
    justify-content: space-around;
    /* equal spacing */
    padding: 0 5%;
    /* some padding from edges */
    height: 80vh;
  }

  .phone,
  .address {
    margin: 0;
    /* reset margins */
    opacity: 1;
    /* show immediately */
    animation: none;
    /* optional: remove slide animation on desktop */
  }

  .address {
    text-align: right;
  }

  .phone {
    text-align: left;
  }
}

#conform {
  background: linear-gradient(135deg, var(--dark-navy) 20%, var(--charcoal) 30%, var(--navy) 40%);
}

/* =============================
   BACKGROUND
============================= */

.review-bg {
  background: linear-gradient(135deg, var(--navy) 20%, var(--charcoal) 30%, var(--dark-navy) 40%);
  min-height: 80vh;
  margin-top: 50px;
}

/* =============================
   REVIEWS SECTION
============================= */

.reviews-section {
  position: relative;
}

/* SLIDER WRAPPER */

.slider-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* EDGE FADE EFFECT */

.slider-wrapper::before,
.slider-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.slider-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #0b0f1a, transparent);
}

.slider-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #0b0f1a, transparent);
}

/* TRACK (ONE LINE ONLY) */

.slider-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  animation: infiniteScroll 25s linear infinite;
}

/* REVIEW CARD */

.review-card {
  flex: 0 0 340px;
  width: 340px;
  padding: 30px;
  border-radius: 20px;
  background: var(--glass);
  backdrop-filter: blur(18px);
  border: 1px solid var(--glass-border);
  transition: all .35s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
}

.review-card:hover {
  transform: translateY(-10px);
  border-color: rgba(212, 175, 55, 0.6);
  box-shadow: 0 25px 45px rgba(0, 0, 0, .45);
}

/* HEADER */

.review-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.review-header h4 {
  font-size: 18px;
  font-weight: 600;
}

/* AVATAR */

.avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.15);
}

.avatar-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  background: linear-gradient(135deg, #D4AF37, #F5D77A);
}

/* STARS */

.stars {
  color: #D4AF37;
  font-size: 20px;
  letter-spacing: 2px;
}

/* TEXT */

.review-text {
  opacity: .9;
  line-height: 1.7;
  font-size: 15px;
}

/* =============================
   FORM STYLING
============================= */

.glass-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
}

.input-field {
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: none;
  outline: none;
}

.input-field:focus {
  box-shadow: 0 0 0 2px #D4AF37;
}

/* =============================
   FORCE HORIZONTAL REVIEW LINE
============================= */

.slider-wrapper {
  overflow: hidden;
  width: 100%;
}

.slider-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 30px;
  width: -moz-max-content;
  width: max-content;
}

/* cards NEVER stack */

.review-card {
  flex: 0 0 340px;
  width: 340px;
  display: block;
}

/* Jornaya And Trusted Form */

.input-style {
  width: 100%;
  padding: 14px 16px;
  border-radius: 8px;
  background: var(--glass);
  border: 1px solid var(--gold-light);
  color: var(--gold-light);
  font-size: 15px;
  transition: all .25s ease;
}

.formbody {
  background:
    linear-gradient(135deg, var(--navy) 20%, var(--charcoal) 30%, var(--dark-navy) 40%);
}

.input-style::-moz-placeholder {
  color: var(--navy);
}

.input-style::placeholder {
  color: var(--navy);
}

.input-style:focus {
  border-color: var(--gold-light);
  box-shadow: 0 0 0 2px var(--glass-border);
  background: rgba(15, 20, 35, 0.95);
}

.workspace-login-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: #081a24;
}

.workspace-login-card {
  width: min(100%, 420px);
  padding: 3rem 2.5rem;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}

.workspace-login-card h1 {
  font-size: clamp(2rem, 3vw, 2.5rem);
  margin-bottom: 0.75rem;
  color: #ffffff;
}

.workspace-login-card p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.75rem;
  line-height: 1.8;
}

.workspace-login-card .btn-gold {
  width: 100%;
  padding: 1rem 1.2rem;
  border-radius: 999px;
}

.workspace-login-card .forgot-link {
  display: block;
  margin-top: 1.3rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
  text-decoration: none;
}

.workspace-login-card .forgot-link:hover {
  color: #ffffff;
}

.workspace-login-card .error-message {
  color: #ffdede;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 1rem 1.2rem;
  border-radius: 18px;
  margin-bottom: 1.5rem;
}

.workspace-login-card .login-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 1.5rem;
}

.consent-box {
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 14px;
  border-radius: 8px;
}

.consent-checkbox {
  accent-color: var(--gold);
  width: 16px;
  height: 16px;
}

.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));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.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: 640px) {
  .sm\:block {
    display: block;
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  .md\:flex {
    display: 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-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}