@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400&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.17 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

:root {
  /* Primary Colors - Emergency actions, brand energy, premium CTAs */
  --color-primary: #F36E1F;
  /* orange-600 */
  --color-primary-50: #FFF5F0;
  --color-primary-100: #FFE8DB;
  --color-primary-200: #FFD1B8;
  --color-primary-300: #FFB894;
  --color-primary-400: #FF9E71;
  --color-primary-500: #F36E1F;
  /* base */
  --color-primary-600: #E05A0A;
  --color-primary-700: #B84808;
  --color-primary-800: #8F3806;
  --color-primary-900: #662804;
  /* Secondary Colors - Trust foundation, navigation depth, professional authority */
  --color-secondary: #123042;
  /* navy-900 */
  --color-secondary-50: #E8EDEF;
  --color-secondary-100: #D1DBE0;
  --color-secondary-200: #A3B7C1;
  --color-secondary-300: #7593A2;
  --color-secondary-400: #476F83;
  --color-secondary-500: #194B64;
  --color-secondary-600: #123042;
  /* base */
  --color-secondary-700: #0E2635;
  --color-secondary-800: #0A1C28;
  --color-secondary-900: #06121B;
  /* Accent Colors - Interactive elements, link states, progress indicators */
  --color-accent: #4A90E2;
  /* blue-500 */
  --color-accent-50: #EBF5FF;
  --color-accent-100: #D6EBFF;
  --color-accent-200: #ADD6FF;
  --color-accent-300: #85C2FF;
  --color-accent-400: #5CADFF;
  --color-accent-500: #4A90E2;
  /* base */
  --color-accent-600: #3B73B5;
  --color-accent-700: #2C5688;
  --color-accent-800: #1D395B;
  --color-accent-900: #0E1C2E;
  /* Background Colors */
  --color-background: #FFFFFF;
  /* white - Clean content canvas, premium space, clarity */
  --color-surface: #F8FAFB;
  /* gray-50 - Subtle card elevation, section separation, gentle depth */
  /* Text Colors */
  --color-text-primary: #1A202C;
  /* gray-900 - Extended reading comfort, professional communication */
  --color-text-secondary: #718096;
  /* gray-500 - Supporting information, metadata, hierarchy clarity */
  /* Status Colors */
  --color-success: #38A169;
  /* green-600 - Service confirmations, positive feedback, completion states */
  --color-success-50: #F0FFF4;
  --color-success-100: #C6F6D5;
  --color-success-200: #9AE6B4;
  --color-success-300: #68D391;
  --color-success-400: #48BB78;
  --color-success-500: #38A169;
  /* base */
  --color-success-600: #2F855A;
  --color-success-700: #276749;
  --color-success-800: #22543D;
  --color-success-900: #1C4532;
  --color-warning: #D69E2E;
  /* yellow-600 - Maintenance alerts, scheduling notices, attention without alarm */
  --color-warning-50: #FFFFF0;
  --color-warning-100: #FEFCBF;
  --color-warning-200: #FAF089;
  --color-warning-300: #F6E05E;
  --color-warning-400: #ECC94B;
  --color-warning-500: #D69E2E;
  /* base */
  --color-warning-600: #B7791F;
  --color-warning-700: #975A16;
  --color-warning-800: #744210;
  --color-warning-900: #5F370E;
  --color-error: #E53E3E;
  /* red-600 - Critical issues, form validation, helpful problem identification */
  --color-error-50: #FFF5F5;
  --color-error-100: #FED7D7;
  --color-error-200: #FEB2B2;
  --color-error-300: #FC8181;
  --color-error-400: #F56565;
  --color-error-500: #E53E3E;
  /* base */
  --color-error-600: #C53030;
  --color-error-700: #9B2C2C;
  --color-error-800: #822727;
  --color-error-900: #63171B;
  /* Glassmorphism Effects */
  --glass-bg: rgba(255, 255, 255, 0.7);
  --glass-border: rgba(255, 255, 255, 0.2);
  --glass-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  --glass-shadow-strong: 0 10px 25px rgba(0, 0, 0, 0.1);
}

*  {
}

body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: Inter, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity, 1));
  font-feature-settings: "rlig" 1, "calt" 1;
}

h1, h2, h3, h4, h5, h6{
  font-family: Inter, sans-serif;
}

/* Glassmorphism Card */

.glass-card {
  background: var(--glass-bg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow);
  border-radius: 0.5rem;
}



/* ================================
   SERVICE GRID CTA ALIGNMENT (SAFE)
   ================================ */

/* Make service cards equal height */
.service-grid > .glass-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Make card body flexible */
.service-grid > .glass-card > .p-6 {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Push CTA to bottom (ONLY service cards) */
.service-grid > .glass-card > .p-6 > .flex {
  margin-top: auto;
}

/* Equal size CTA buttons */
.service-grid .btn-primary {
  width: 100%;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  white-space: normal;
  line-height: 1.2;
  padding: 0 1rem;

  font-size: 0.9rem;
}

/* Responsive text handling */
@media (max-width: 768px) {
  .service-grid .btn-primary {
    font-size: 0.85rem;
    min-height: 3.25rem;
  }
}







/* Primary CTA with Glow */

.btn-primary{
  border-radius: 0.5rem;
 height: 50p0x;
  --tw-bg-opacity: 1;
  background-color: #123042;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Inter, sans-serif;
  --tw-text-opacity: 1;
  color: white;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: ease-out;
  box-shadow: 0 4px 14px #123042;
}

.btn-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(224 90 10 / var(--tw-bg-opacity, 1));
  box-shadow: 0 6px 20px #123042;
  transform: translateY(-2px);
}

.btn-primary:active{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transform: translateY(0);
}

/* Secondary Button */

/* Outline Button */

.btn-outline{
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(243 110 31 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Inter, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(243 110 31 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: ease-out;
}

.btn-outline:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 110 31 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Form Input with Glassmorphism */

.input-glass {
  background: var(--glass-bg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: var(--glass-shadow);
  border-radius: 0.5rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: ease-out;
  border: 1px solid var(--glass-border);
}

.input-glass:focus{
  --tw-border-opacity: 1;
  border-color: rgb(74 144 226 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
}

/* Section Spacing */

.section-padding{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px){
  .section-padding{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 1024px){
  .section-padding{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

/* Container */

.container-custom{
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px){
  .container-custom{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  .container-custom{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* Text Gradient */

.text-gradient{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #F36E1F var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 110 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #4A90E2 var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

/* Card Hover Effect */

.card-hover{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: ease-out;
}

.card-hover:hover {
  transform: translateY(-4px);
  box-shadow: var(--glass-shadow-strong);
}

/* Technical Code Style */

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

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

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

.-right-6{
  right: -1.5rem;
}

.bottom-6{
  bottom: 1.5rem;
}

.bottom-8{
  bottom: 2rem;
}

.left-0{
  left: 0px;
}

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

.left-4{
  left: 1rem;
}

.right-0{
  right: 0px;
}

.right-6{
  right: 1.5rem;
}

.top-0{
  top: 0px;
}

.top-4{
  top: 1rem;
}

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

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

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

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-0\.5{
  margin-top: 0.125rem;
}

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

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

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

.block{
  display: block;
}

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

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-\[3\/4\]{
  aspect-ratio: 3/4;
}

.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-2{
  height: 0.5rem;
}

.h-20{
  height: 5rem;
}

.h-3{
  height: 0.75rem;
}

.h-4{
  height: 1rem;
}

.h-48{
  height: 12rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-full{
  height: 100%;
}

.min-h-\[60vh\]{
  min-height: 60vh;
}

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

.w-1{
  width: 0.25rem;
}

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-14{
  width: 3.5rem;
}

.w-16{
  width: 4rem;
}

.w-2{
  width: 0.5rem;
}

.w-20{
  width: 5rem;
}

.w-3{
  width: 0.75rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

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

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

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

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

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

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce{
  animation: bounce 1s infinite;
}

@keyframes fadeIn{
  0%{
    opacity: 0;
  }

  100%{
    opacity: 1;
  }
}

.animate-fade-in{
  animation: fadeIn 400ms ease-in-out;
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

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

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

.animate-slide-up{
  animation: slideUp 400ms ease-in-out;
}

.cursor-pointer{
  cursor: pointer;
}

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

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

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

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

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

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

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

.gap-12{
  gap: 3rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

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

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

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

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

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

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

.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * 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-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-auto{
  overflow-x: auto;
}

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

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

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

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

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

.border{
  border-width: 1px;
}

.border-4{
  border-width: 4px;
}

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

.border-l-4{
  border-left-width: 4px;
}

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

.border-accent{
  --tw-border-opacity: 1;
  border-color: rgb(74 144 226 / var(--tw-border-opacity, 1));
}

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

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(243 110 31 / var(--tw-border-opacity, 1));
}

.border-warning{
  --tw-border-opacity: 1;
  border-color: rgb(214 158 46 / var(--tw-border-opacity, 1));
}

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

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

.border-white\/30{
  border-color: rgb(255 255 255 / 0.3);
}

.bg-accent{
  --tw-bg-opacity: 1;
  background-color: rgb(74 144 226 / var(--tw-bg-opacity, 1));
}

.bg-accent\/10{
  background-color: rgb(74 144 226 / 0.1);
}

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

.bg-error-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 215 / var(--tw-bg-opacity, 1));
}

.bg-error\/10{
  background-color: rgb(229 62 62 / 0.1);
}

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

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(243 110 31 / var(--tw-bg-opacity, 1));
}

.bg-primary\/10{
  background-color: rgb(243 110 31 / 0.1);
}

.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(18 48 66 / var(--tw-bg-opacity, 1));
}

.bg-secondary-900{
  --tw-bg-opacity: 1;
  background-color: rgb(6 18 27 / var(--tw-bg-opacity, 1));
}

.bg-secondary\/10{
  background-color: rgb(18 48 66 / 0.1);
}

.bg-success{
  --tw-bg-opacity: 1;
  background-color: rgb(56 161 105 / var(--tw-bg-opacity, 1));
}

.bg-success-100{
  --tw-bg-opacity: 1;
  background-color: rgb(198 246 213 / var(--tw-bg-opacity, 1));
}

.bg-success\/10{
  background-color: rgb(56 161 105 / 0.1);
}

.bg-surface{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 251 / var(--tw-bg-opacity, 1));
}

.bg-warning{
  --tw-bg-opacity: 1;
  background-color: rgb(214 158 46 / var(--tw-bg-opacity, 1));
}

.bg-warning-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 191 / var(--tw-bg-opacity, 1));
}

.bg-warning\/10{
  background-color: rgb(214 158 46 / 0.1);
}

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

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

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

.from-accent\/10{
  --tw-gradient-from: rgb(74 144 226 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 144 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-error\/5{
  --tw-gradient-from: rgb(229 62 62 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 62 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary{
  --tw-gradient-from: #F36E1F var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 110 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/10{
  --tw-gradient-from: rgb(243 110 31 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 110 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-secondary{
  --tw-gradient-from: #123042 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 48 66 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-secondary-900\/90{
  --tw-gradient-from: rgb(6 18 27 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 18 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-secondary\/5{
  --tw-gradient-from: rgb(18 48 66 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 48 66 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-success\/10{
  --tw-gradient-from: rgb(56 161 105 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 161 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-accent{
  --tw-gradient-to: rgb(74 144 226 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4A90E2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-secondary-800{
  --tw-gradient-to: rgb(10 28 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0A1C28 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-secondary-800\/85{
  --tw-gradient-to: rgb(10 28 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(10 28 40 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-accent\/10{
  --tw-gradient-to: rgb(74 144 226 / 0.1) var(--tw-gradient-to-position);
}

.to-primary{
  --tw-gradient-to: #F36E1F var(--tw-gradient-to-position);
}

.to-primary\/5{
  --tw-gradient-to: rgb(243 110 31 / 0.05) var(--tw-gradient-to-position);
}

.to-secondary-700{
  --tw-gradient-to: #0E2635 var(--tw-gradient-to-position);
}

.to-secondary-900{
  --tw-gradient-to: #06121B var(--tw-gradient-to-position);
}

.to-secondary-900\/90{
  --tw-gradient-to: rgb(6 18 27 / 0.9) var(--tw-gradient-to-position);
}

.to-success\/10{
  --tw-gradient-to: rgb(56 161 105 / 0.1) var(--tw-gradient-to-position);
}

.to-warning\/10{
  --tw-gradient-to: rgb(214 158 46 / 0.1) var(--tw-gradient-to-position);
}

.to-warning\/5{
  --tw-gradient-to: rgb(214 158 46 / 0.05) var(--tw-gradient-to-position);
}

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

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.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-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.font-accent{
  font-family: JetBrains Mono, monospace;
}

.font-body{
  font-family: Inter, sans-serif;
}

.font-headline{
  font-family: Inter, sans-serif;
}

.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-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-medium{
  font-weight: 500;
}

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

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

.leading-none{
  line-height: 1;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.text-accent{
  --tw-text-opacity: 1;
  color: rgb(74 144 226 / var(--tw-text-opacity, 1));
}

.text-error{
  --tw-text-opacity: 1;
  color: rgb(229 62 62 / var(--tw-text-opacity, 1));
}

.text-error-700{
  --tw-text-opacity: 1;
  color: rgb(155 44 44 / 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-primary{
  --tw-text-opacity: 1;
  color: rgb(243 110 31 / var(--tw-text-opacity, 1));
}

.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(18 48 66 / var(--tw-text-opacity, 1));
}

.text-success{
  --tw-text-opacity: 1;
  color: rgb(56 161 105 / var(--tw-text-opacity, 1));
}

.text-success-700{
  --tw-text-opacity: 1;
  color: rgb(39 103 73 / var(--tw-text-opacity, 1));
}

.text-text-secondary{
  --tw-text-opacity: 1;
  color: rgb(113 128 150 / var(--tw-text-opacity, 1));
}

.text-warning{
  --tw-text-opacity: 1;
  color: rgb(214 158 46 / var(--tw-text-opacity, 1));
}

.text-warning-700{
  --tw-text-opacity: 1;
  color: rgb(151 90 22 / var(--tw-text-opacity, 1));
}

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

.opacity-10{
  opacity: 0.1;
}

.opacity-20{
  opacity: 0.2;
}

.opacity-5{
  opacity: 0.05;
}

.opacity-60{
  opacity: 0.6;
}

.shadow-glass-strong{
  --tw-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 25px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.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-glass{
  --tw-backdrop-blur: blur(10px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

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

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

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

/* Smooth Scroll */

.smooth-scroll {
  scroll-behavior: smooth;
}

/* Backdrop Blur Utilities */

.backdrop-blur-glass {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Animation Utilities */

.animate-fade-in {
  animation: fadeIn 400ms ease-in-out;
}

.animate-slide-up {
  animation: slideUp 400ms ease-in-out;
}

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

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

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

/* Text Shadow for Hero */

.text-shadow-hero {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Glow Effect */

.glow-primary {
  box-shadow: 0 0 20px rgba(243, 110, 31, 0.3);
}

.glow-accent {
  box-shadow: 0 0 20px rgba(74, 144, 226, 0.3);
}

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

.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 110 31 / var(--tw-bg-opacity, 1));
}

.hover\:bg-surface:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-surface\/50:hover{
  background-color: rgb(248 250 251 / 0.5);
}

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

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(243 110 31 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-600:hover{
  --tw-text-opacity: 1;
  color: rgb(224 90 10 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(18 48 66 / var(--tw-text-opacity, 1));
}

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

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

.group:hover .group-hover\:bg-accent{
  --tw-bg-opacity: 1;
  background-color: rgb(74 144 226 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-error{
  --tw-bg-opacity: 1;
  background-color: rgb(229 62 62 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(243 110 31 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(18 48 66 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-success{
  --tw-bg-opacity: 1;
  background-color: rgb(56 161 105 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-warning{
  --tw-bg-opacity: 1;
  background-color: rgb(214 158 46 / var(--tw-bg-opacity, 1));
}

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

@media (min-width: 640px){
  .sm\:w-auto{
    width: auto;
  }

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

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

  .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\:flex-row{
    flex-direction: row;
  }

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

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

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

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

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

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

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

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

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

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

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

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







.service-filter-btn {
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(12px);
  transition: all 0.3s ease;
}

.service-filter-btn:hover {
  background: rgba(243, 110, 31, 0.15);
  border-color: var(--color-primary);
  transform: translateY(-2px);
}

.service-filter-btn.active {
  background: var(--color-primary);
  color: white;
  box-shadow: 36px 36px 36px 36px rgba(243, 110, 31, 0.4);
}



.service-filter-btn {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}


html, body {
  width: 100%;
  overflow-x: hidden;
}
















/* ===== Services Page Cinematic Background ===== */
.bg-services-cinematic {
    background-color: rgba(202, 202, 202, 0.756);

}



/* Safe Slide-Up CTA (does NOT hide content) */
.quote-slide-safe {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;

  background-color: #123042;
  color: #ffffff;

  text-align: center;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 600;

  transform: translateY(100%);
  transition: transform 0.35s ease;
  text-decoration: none;
}

/* Reveal on hover */
.group:hover .quote-slide-safe {
  transform: translateY(0);
}










/* Forces all cards in a row to be equal height */
.service-grid {
  display: grid;
  align-items: stretch;
}

/* Internal card structure to push the footer down */
.service-card-fix {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Forces all titles to take up at least 2 lines of space for alignment */
.service-card-title {
  min-height: 3.5rem; /* Adjust this value if your headings are longer */
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}

/* Ensures the description text also occupies a consistent space */
.service-card-description {
  flex-grow: 1;
  margin-bottom: 1.5rem;
}











/* ===== SMART QUOTE (ISOLATED) ===== */
.smart-quote-section{
  padding:80px 20px;
  
}

.smart-quote-container{
  max-width:1250px;
  margin:auto;
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:48px;
  
}

.smart-quote-glass{
  background:rgba(255,255,255,0.75);
  backdrop-filter:blur(14px);
  border:1px solid rgba(0,0,0,0.08);
  border-radius:26px;
  padding:40px;
  box-shadow:0 30px 60px rgba(0,0,0,.08);
    font-family: Inter, sans-serif;

  
}

.smart-quote-badge{
  display:inline-block;
  background:linear-gradient(135deg,#ff7a18);
  color:#fff;
  padding:8px 18px;
  border-radius:20px;
  font-size:12px;
  font-weight:600;
  margin-bottom:18px;
      font-family: Inter, sans-serif;
  
 
  
}

.smart-quote-title{
  font-size:34px;
  margin:0 0 8px;
  color:#0a3758;
} 

.smart-quote-subtitle{
  color:#475569;
  margin-bottom:30px;
}

.smart-quote-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  margin-bottom:22px;
     font-family: Inter, sans-serif;
}

.smart-quote-section label{
  font-size:13px;
  display:block;
  margin-bottom:6px;
  color:#334155;

}

.smart-quote-section input,
.smart-quote-section select,
.smart-quote-section textarea{
  width:100%;
  padding:15px 18px;
  border-radius:7px;
  border:1px solid rgba(0,0,0,0.08);
  font-size:15px;
}

.smart-quote-section textarea{
  height:120px;
  resize:none;
}

.smart-quote-methods{
  display:flex;
  gap:14px;
}

.smart-quote-method{
  flex:1;
  padding:14px;
  text-align:center;
  border-radius:14px;
  border:1px solid rgba(0,0,0,0.08);

  background:#fff;
  transition:.25s;
}

.smart-quote-method.active,
.smart-quote-method:hover{
  background:linear-gradient(135deg,#ff7a18);
  color:#fff;
  border:none;
} 

.smart-quote-submit{
  margin-top:30px;
  width:100%;
  margin-top: 80px;
  padding:18px;
  font-size:18px;
  border-radius:10px;
  border:none;

  background:linear-gradient(135deg,#ff7a18);
  color:#fff;
  

}

.smart-quote-info{
  display:flex;
  justify-content:space-between;
  padding:12px 0;
  border-bottom:1px solid #e5e7eb;
  font-size:14px;
      font-family: Inter, sans-serif;
}

.smart-quote-info span:last-child{
  color:#ff7a18;
  font-weight:600;
      font-family: Inter, sans-serif;
}

.smart-quote-payments{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.smart-quote-pay{
  padding:14px;
  border-radius:14px;
  background:#fff;
  text-align:center;
  font-size:14px;
  border:1px solid rgba(0,0,0,0.08);
}

.smart-quote-mt{ margin-top:20px; }
.smart-quote-mt-lg{ margin-top:30px; }

@media(max-width:900px){
  .smart-quote-container{
    grid-template-columns:1fr;
  }
}



/* =====================================================
   SMART QUOTE – RIGHT SIDE ALIGNMENT FIX (APPEND ONLY)
   ===================================================== */

.smart-quote-side{
  display:flex;
  flex-direction:column;
  gap:28px;
}

/* Section headings inside right panel */
.smart-quote-side > h3{
  margin:0;
  padding-bottom:12px;
  border-bottom:1px solid rgba(15,23,42,0.08);
  font-size:18px;
  font-weight:700;
  color:#123042;
}

/* Availability rows */
.smart-quote-info{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 0;
  font-size:14.5px;
}

.smart-quote-info:not(:last-child){
  border-bottom:1px dashed rgba(15,23,42,0.08);
}

/* Payments grid */
.smart-quote-payments{
  margin-top:6px;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
      font-family: Inter, sans-serif;
}

.smart-quote-pay{
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:600;
}

/* Response card consistency */
.card-glass{
  margin-top:10px;
  border-radius:22px;
  background:linear-gradient(
    180deg,
    rgba(255,255,255,0.9),
    rgba(255,255,255,0.75)
  );
  box-shadow:
    0 22px 50px rgba(0,0,0,.10),
    inset 0 1px 0 rgba(255,255,255,.65);
}

/* Badge alignment */
.badge-error,
.badge-warning,
.badge-success{
  padding:4px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
}

@media(max-width:900px){
  .smart-quote-side{
    gap:24px;
  }
}




/* ======================================
   RESPONSIVE GOOGLE MAP (CONTACT PAGE)
====================================== */

.map-responsive {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  border-radius: 16px;
  overflow: hidden;
}

.map-responsive iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}















/* =====================================================
   GLOBAL SECTION SPACING FIX
   Applies to Services, Contact, Location pages
   ===================================================== */

/* Normalize default section padding */
.section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Reduce excessive gap before Office Location */
#office-location {
  padding-top: 60px;
  padding-bottom: 80px;
}

/* Reduce bottom padding on Services page sections */
#services,
#services-page,
#service-list {
  padding-bottom: 60px;
}

/* Prevent double spacing between stacked sections */
section + section {
  margin-top: 0;
}

/* Mobile optimization */
@media (max-width: 768px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #office-location {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

/* Safety: remove accidental bottom gaps */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}






/* ===== LOCATION INFO BOX (FINAL OVERRIDE) ===== */

#office-location .location-info-box {
  display: grid !important;
  grid-template-columns: 48px 1fr !important;
  gap: 16px !important;

  padding: 22px 24px !important;
  border-radius: 18px !important;

  background: #ffffff !important;
  border: 1px solid rgba(15,23,42,0.1) !important;

  box-shadow: 0 2px 20px 2px rgba(0,0,0,0.12) !important;
}

#office-location .location-icon {
  width: 48px !important;
  height: 48px !important;
  border-radius: 14px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: linear-gradient(135deg, #ff7a18, #ffb347) !important;
  color: #fff !important;
}

#office-location .location-icon svg {
  width: 22px !important;
  height: 22px !important;
}

#office-location .location-content h3 {
  margin: 0 0 4px !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #0C233C !important;
}

#office-location .location-content p {
  margin: 0 !important;
  font-size: 14.5px !important;
  line-height: 1.6 !important;
  color: #475569 !important;
}

@media (max-width: 768px) {
  #office-location .location-info-box {
    grid-template-columns: 1fr !important;
  }
}






/* =====================================
   GLOBAL NAVBAR RADIUS – FINAL OVERRIDE
===================================== */

/* Target common navbar wrappers */
header,
header.glass-card,
.navbar-wrapper,
.site-header,
.topbar,
.glass-card.navbar,
.glass-card.header {
  border-radius: 0px !important;
}

/* If navbar is inside a fixed glass container */
.glass-card.fixed,
.glass-card.sticky {
  border-radius: 0px !important;
}





/* =====================================================
   WHY CLIENTS TRUST US – EXECUTIVE (NO CARDS)
===================================================== */

#why-trust-us .trust-list {
  display: flex;
  flex-direction: column;
  gap: 36px;
  border-left: 2px solid rgba(15,23,42,0.08);
  padding-left: 28px;

}

#why-trust-us .trust-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  align-items: flex-start;
  transition: transform .25s ease;
  box-shadow: 5px black;
}

#why-trust-us .trust-item:hover {
  transform: translateX(6px);
}

/* Number */
#why-trust-us .trust-index {
  font-size: 22px;
  font-weight: 700;
  color: #F36E1F;
  line-height: 1;
  margin-top: 6px;
  
}

/* Content */
#why-trust-us .trust-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #0C233C;
  margin-bottom: 6px;
}

#why-trust-us .trust-content p {
  font-size: 15.5px;
  line-height: 1.7;
  color: #475569;
}

/* Mobile */
@media (max-width: 768px) {
  #why-trust-us .trust-item {
    grid-template-columns: 1fr;
  }

  #why-trust-us .trust-list {
    padding-left: 18px;
  }
}

























