@charset "UTF-8";
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #adb5bd;
  --bs-body-color-rgb: 173, 181, 189;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(173, 181, 189, 0.75);
  --bs-secondary-color-rgb: 173, 181, 189;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(173, 181, 189, 0.5);
  --bs-tertiary-color-rgb: 173, 181, 189;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend {
  line-height: inherit;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-1 {
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-3 {
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-5 {
  font-weight: 300;
  line-height: 1.2;
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.display-6 {
  font-weight: 300;
  line-height: 1.2;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
  --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 88, 202.4);
  --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
html,
body {
  background-color: var(--bg-page);
}

main,
.site,
.site-content,
.page-wrapper,
.content-area {
  background-color: transparent;
}

:root {
  /* Brand */
  --color-primary: #208bf4;
  --accent-color: var(--color-primary);
  --color-primary-rgb:
    32,
    139,
    244;
  /* Page + Sections */
  --bg-page: #f4f7f6;
  --section-primary: #ffffff;
  --section-secondary: #f4f7f6;
  /* Text */
  --text-primary: #252525;
  --text-secondary: #777777;
  --text-muted: #adb5bd;
  /* Headings */
  --heading-color: var(--text-primary);
  /* Borders + Shadows */
  --border-color: #dee2e6;
  --shadow-card: 0 6px 18px rgba(0, 0, 0, 0.08);
  /* Image overlays */
  --overlay-image: rgba(0, 0, 0, 0.55);
  --text-on-image: #ffffff;
  /* Header & Footer — LOCKED DARK */
  --header-bg: #111111;
  --header-text: #ffffff;
  --header-border: rgba(255, 255, 255, 0.08);
  --footer-bg: #111111;
  --footer-top-bg: #252525;
  --footer-bottom-bg: #111111;
  --footer-text: #ffffff;
  --footer-border: rgba(255, 255, 255, 0.08);
  /* Navigation */
  --nav-color: rgba(255, 255, 255, 1);
  --nav-hover-color: #ffffff;
  --nav-mobile-background-color: #ffffff;
  --nav-dropdown-background-color: #ffffff;
  --nav-dropdown-color: #252525;
  --nav-dropdown-hover-color: #208bf4;
  /* Spacing */
  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2rem;
  --spacing-2xl: 3rem;
  /* Transitions */
  --transition-base: all 0.3s ease;
  --transition-fast: all 0.15s ease;
  --transition-slow: all 0.5s ease;
}

[data-theme=dark] {
  /* Page + Sections */
  --bg-page: #060606;
  --section-primary: #060606;
  --section-secondary: #343a40;
  /* Surfaces */
  --bg-card: #343a40;
  --bg-card-subtle: #52565e;
  /* Text */
  --text-primary: #ffffff;
  --text-secondary: #dee2e6;
  --text-muted: #adb5bd;
  /* Headings */
  --heading-color: var(--text-primary);
  /* Borders + Shadows */
  --border-color: rgba(255, 255, 255, 0.08);
  --shadow-card: 0 8px 24px rgba(0, 0, 0, 0.6);
  /* Image overlays */
  --overlay-image: rgba(0, 0, 0, 0.65);
}

.section {
  position: relative;
  padding: 60px 0;
  background: var(--section-primary);
  color: var(--text-secondary);
  transition: background-color var(--transition-base), color var(--transition-base);
}
@media (min-width: 768px) {
  .section {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .section {
    padding: 100px 0;
  }
}

.section--alt {
  background: var(--section-secondary);
}

.section--image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  color: var(--text-on-image);
}

.section--image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--overlay-image);
  z-index: 1;
}

.section--image > * {
  position: relative;
  z-index: 2;
}

/* Base (light mode) */
:root {
  --surface: #f1f1f1;
  --surface-1: #e3e3e3;
  --surface-2: #e4e4e4; /* subtle lift */
  --surface-hover: #eef1f5;
  --surface-border: rgba(0, 0, 0, 0.06);
  /* Existing tokens */
  --bg-card: var(--surface-1);
  --bg-card-subtle: var(--surface-2);
}

[data-theme=dark] {
  /* ===============================
     Surfaces (Dark Mode)
     =============================== */
  --surface: #151616;
  --surface-1: #111315;
  --surface-2: #1d1e1f;
  --surface-hover: #22262a;
  --surface-border: rgba(255, 255, 255, 0.08);
}

.surface {
  background-color: var(--surface) !important;
  transition: background-color 0.25s ease;
}

.surface--subtle {
  background-color: var(--surface-2) !important;
}

.surface--hoverable:hover {
  background: color-mix(in srgb, var(--bg-card), var(--contrast-color) 3%);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: var(--text-primary);
}

p, li, span {
  color: var(--text-secondary);
}

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

.bg-primary {
  background-color: #208bf4 !important;
}

.text-primary {
  color: #208bf4 !important;
}

.border-primary {
  border-color: #208bf4 !important;
}

.bg-primary-dark {
  background-color: rgb(10.5769230769, 113.4615384615, 214.4230769231) !important;
}

.text-primary-dark {
  color: rgb(10.5769230769, 113.4615384615, 214.4230769231) !important;
}

.border-primary-dark {
  border-color: rgb(10.5769230769, 113.4615384615, 214.4230769231) !important;
}

.bg-primary-light {
  background-color: rgb(80.6025641026, 164.2820512821, 246.3974358974) !important;
}

.text-primary-light {
  color: rgb(80.6025641026, 164.2820512821, 246.3974358974) !important;
}

.border-primary-light {
  border-color: rgb(80.6025641026, 164.2820512821, 246.3974358974) !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.text-white {
  color: #ffffff !important;
}

.border-white {
  border-color: #ffffff !important;
}

.bg-black {
  background-color: #060606 !important;
}

.text-black {
  color: #060606 !important;
}

.border-black {
  border-color: #060606 !important;
}

.bg-gray-100 {
  background-color: #f4f7f6 !important;
}

.text-gray-100 {
  color: #f4f7f6 !important;
}

.border-gray-100 {
  border-color: #f4f7f6 !important;
}

.bg-gray-200 {
  background-color: #e9ecef !important;
}

.text-gray-200 {
  color: #e9ecef !important;
}

.border-gray-200 {
  border-color: #e9ecef !important;
}

.bg-gray-300 {
  background-color: #dee2e6 !important;
}

.text-gray-300 {
  color: #dee2e6 !important;
}

.border-gray-300 {
  border-color: #dee2e6 !important;
}

.bg-gray-400 {
  background-color: #ced4da !important;
}

.text-gray-400 {
  color: #ced4da !important;
}

.border-gray-400 {
  border-color: #ced4da !important;
}

.bg-gray-500 {
  background-color: #adb5bd !important;
}

.text-gray-500 {
  color: #adb5bd !important;
}

.border-gray-500 {
  border-color: #adb5bd !important;
}

.bg-gray-600 {
  background-color: #777777 !important;
}

.text-gray-600 {
  color: #777777 !important;
}

.border-gray-600 {
  border-color: #777777 !important;
}

.bg-gray-700 {
  background-color: #52565e !important;
}

.text-gray-700 {
  color: #52565e !important;
}

.border-gray-700 {
  border-color: #52565e !important;
}

.bg-gray-800 {
  background-color: #343a40 !important;
}

.text-gray-800 {
  color: #343a40 !important;
}

.border-gray-800 {
  border-color: #343a40 !important;
}

.bg-gray-900 {
  background-color: #252525 !important;
}

.text-gray-900 {
  color: #252525 !important;
}

.border-gray-900 {
  border-color: #252525 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

.text-success {
  color: #28a745 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

.text-info {
  color: #17a2b8 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.gradient-divider {
  width: 100%;
  height: 1px;
  margin: 0;
  background: radial-gradient(circle at center, var(--accent-color) 0%, transparent 70%);
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.letter-spacing-sm {
  letter-spacing: 0.5px;
}

.letter-spacing-md {
  letter-spacing: 1px;
}

.letter-spacing-lg {
  letter-spacing: 2px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h6, .h6 {
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.2;
}

h5, .h5 {
  font-family: "Inter", sans-serif !important;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
}

h1, .h1 {
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.1;
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: 2.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.1;
}
@media (max-width: 768px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

p {
  font-family: "Inter", sans-serif;
  font-weight: 200;
  margin-bottom: 1.25rem;
}

.custom-container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.custom-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.max-w-1500 {
  max-width: 1500px;
}

.section {
  padding: 40px 0;
  scroll-margin-top: 92px;
  overflow: clip;
}
@media (min-width: 768px) {
  .section {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  .section {
    padding: 80px 0;
  }
}

.section-title {
  text-align: center;
  position: relative;
}
.section-title h2, .section-title .h2 {
  text-transform: uppercase;
}
.section-title h2:before, .section-title .h2:before,
.section-title h2:after,
.section-title .h2:after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--accent-color);
  display: inline-block;
}
.section-title h2:before, .section-title .h2:before {
  margin: 0 15px 10px 0;
}
.section-title h2:after, .section-title .h2:after {
  margin: 0 0 10px 15px;
}
@media (max-width: 768px) {
  .section-title h2:before, .section-title .h2:before,
  .section-title h2:after,
  .section-title .h2:after {
    display: none;
  }
}

.section-content p {
  margin-bottom: 0;
  font-size: 1.75rem;
}

.section-intro p.eyebrow {
  font-size: 26px;
}
.section-intro p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 32px;
}

#scroll-top {
  background: color-mix(in srgb, var(--color-primary), transparent 10%) !important;
  border: 1px solid white !important;
}
#scroll-top i {
  color: white;
  font-size: 24px;
}

/**
 * MOLLA THEME OVERRIDES (CLEANED)
 * ============================================================================
 * Purpose:
 * - Override Molla hardcoded colors (gold, dark text, etc)
 * - Respect token-based light/dark system
 * - Keep header & footer permanently dark
 * - Avoid inversion-based logic
 */
/* ============================================================================
   BASE TYPOGRAPHY
   ========================================================================== */
body {
  background-color: var(--bg-page) !important;
  color: var(--text-secondary) !important;
  font-family: "Inter", sans-serif;
}

/* ============================================================================
   OVERRIDE MOLLA DYNAMIC TEXT COLORS
   ========================================================================== */
/* ============================================
   FORCE Molla text colors to use tokens
============================================ */
.section h1, .section .h1, .section h2, .section .h2, .section h3, .section .h3, .section h4, .section .h4, .section h5, .section .h5, .section h6, .section .h6,
.section * h1,
.section * h2,
.section * h3,
.section * h4,
.section * h5,
.section * h6 {
  color: var(--heading-color) !important;
}
.section p, .section li, .section span,
.section * p,
.section * li,
.section * span {
  color: var(--text-secondary) !important;
}

/* ============================================================================
   LINKS (REMOVE MOLLA GOLD)
   ========================================================================== */
a {
  color: inherit !important;
}
a:hover, a:focus {
  opacity: 0.85;
}

/* ============================================================================
   MOLLA COLOR CLASS OVERRIDES
   ========================================================================== */
.text-primary,
.has-primary-color {
  color: var(--accent-color) !important;
}

.bg-primary,
.has-primary-background-color {
  background-color: var(--accent-color) !important;
}

::selection {
  background-color: var(--accent-color);
  color: #ffffff;
}

/* ============================================================================
   HEADER (LOCKED DARK — NEVER THEMED)
   ========================================================================== */
.header,
.site-header {
  background-color: var(--header-bg) !important;
  color: var(--header-text) !important;
}
.header a,
.site-header a {
  color: var(--header-text) !important;
}
.header a:hover, .header a:focus,
.site-header a:hover,
.site-header a:focus {
  opacity: 0.85;
}

/* Main navigation */
.menu li > a,
.main-nav li > a {
  color: var(--header-text) !important;
}

/* Mobile menu */
.mobile-menu {
  background-color: var(--bg-page);
}
.mobile-menu li a {
  color: var(--text-secondary);
}
.mobile-menu li a:hover {
  color: var(--accent-color);
}

/* ============================================================================
   FOOTER (LOCKED DARK — NEVER THEMED)
   ========================================================================== */
footer,
.footer,
.site-footer,
.footer-main,
.footer-bottom {
  background-color: var(--footer-bg) !important;
  color: var(--text-primary) !important;
}

footer a {
  color: rgba(255, 255, 255, 0.75);
}
footer a:hover {
  color: #ffffff;
}

footer h1, footer .h1,
footer h2,
footer .h2,
footer h3,
footer .h3,
footer h4,
footer .h4,
footer h5,
footer .h5,
footer h6,
footer .h6,
.footer-title,
.widget-title {
  color: var(--footer-text) !important;
  font-weight: 700;
}

/* ============================================================================
   WOOCOMMERCE
   ========================================================================== */
.woocommerce ul.products li.product .woocommerce-loop-product__title a,
.product-title a {
  color: var(--heading-color);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title a:hover,
.product-title a:hover {
  color: var(--accent-color);
}

.price {
  color: var(--heading-color);
}

/* Buttons */
.woocommerce a.button,
.woocommerce button.button,
.add_to_cart_button,
.single_add_to_cart_button,
.btn-cart {
  background-color: var(--accent-color) !important;
  border-color: var(--accent-color) !important;
  color: #ffffff !important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.add_to_cart_button:hover,
.single_add_to_cart_button:hover,
.btn-cart:hover {
  opacity: 0.9;
}

/* ============================================================================
   FORMS
   ========================================================================== */
input,
textarea,
select,
.form-control {
  color: var(--text-primary);
  border-color: var(--border-color);
}
input:focus,
textarea:focus,
select:focus,
.form-control:focus {
  border-color: var(--accent-color);
}

/* ============================================================================
   ICONS & UI
   ========================================================================== */
.icon-box-icon i,
.feature-box i,
.social-icon:hover {
  color: var(--accent-color);
}

/* ============================================================================
   PAGINATION
   ========================================================================== */
.page-numbers a,
.page-numbers span,
.pagination a,
.pagination span {
  color: var(--text-secondary);
}
.page-numbers a:hover,
.page-numbers span:hover,
.pagination a:hover,
.pagination span:hover {
  color: var(--accent-color);
}
.page-numbers .current,
.pagination .current {
  background-color: var(--accent-color);
  color: #ffffff;
}

/* ============================================================================
   CAROUSELS
   ========================================================================== */
.owl-carousel .owl-nav [class*=owl-] {
  color: var(--text-secondary);
  border-color: var(--border-color);
}
.owl-carousel .owl-nav [class*=owl-]:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}
.owl-carousel .owl-dots .owl-dot span {
  background-color: var(--border-color);
}
.owl-carousel .owl-dots .owl-dot.active span {
  background-color: var(--accent-color);
}

/* ============================================================================
   FORCE REMOVE MOLLA GOLD (#fcb941)
   ========================================================================== */
[class*=text-primary],
[class*=color-primary],
[style*="#fcb941"] {
  color: var(--accent-color) !important;
}

[class*=bg-primary],
[class*=background-primary],
[style*="background-color: #fcb941"],
[style*="background:#fcb941"] {
  background-color: var(--accent-color) !important;
}

/* ============================================================================
   MISC FIXES
   ========================================================================== */
.header-search .search-wrapper .icon-search {
  display: none;
}

.shop-icons {
  margin-left: 0 !important;
  align-items: center;
  justify-content: center;
}

.woocommerce-breadcrumb.divider-active {
  margin-bottom: 0 !important;
  background: var(--section-primary) !important;
}
.woocommerce-breadcrumb.divider-active .full-divider {
  border-color: var(--border-color) !important;
}

.breadcrumb-wrap.full-divider {
  background: var(--section-primary) !important;
}

.archive .page-wrapper {
  background: var(--section-primary) !important;
}

.wp-singular .page-content {
  background: var(--section-primary) !important;
}

header.header {
  background-color: var(--header-bg) !important;
  color: var(--header-text);
  border-bottom: 1px solid var(--header-border);
  isolation: isolate;
}

footer {
  background-color: var(--footer-bg);
  color: var(--footer-text);
  border-top: 1px solid var(--footer-border);
}

.fixed-header {
  position: relative !important;
  left: 0;
  right: 0;
}

@media (max-width: 991px) {
  .header {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.logo img {
  width: 100px !important;
  max-width: 100px !important;
}

.header-search .search-wrapper {
  border: none !important;
  background-color: transparent !important;
}

.header-search .search-wrapper.show .form-control {
  background: #111 !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.shop-icons {
  margin-left: 2.4rem;
}
.shop-icons .icon-heart-o {
  transform: translateY(-1px);
}
.shop-icons .icon-shopping-cart {
  transform: translateX(-2px);
}

.shop-icon {
  margin-right: 1px;
}
.shop-icon i {
  color: #666;
}
.shop-icon .cart-price {
  margin-left: 1rem;
  font-weight: 600;
}
.shop-icon [class*=count] {
  top: -1px;
  width: 1.7rem;
  height: 1.7rem;
  line-height: 1.7;
  background-color: #222;
}

.theme-toggle-wrapper {
  display: flex;
  align-items: center;
  margin-left: 0;
}
@media (max-width: 991px) {
  .theme-toggle-wrapper {
    margin-left: 0;
  }
}

.theme-toggle-btn {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}
.theme-toggle-btn:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: var(--color-primary);
  transform: scale(1.05);
}
.theme-toggle-btn:focus {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.theme-toggle-btn:active {
  transform: scale(0.95);
}
@media (max-width: 991px) {
  .theme-toggle-btn {
    width: 34px;
    height: 34px;
  }
}

[data-theme=dark] .theme-toggle-btn {
  border-color: rgba(255, 255, 255, 0.2);
}
[data-theme=dark] .theme-toggle-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--color-primary);
}
[data-theme=dark] .shop-icon i {
  color: #999;
}

.sticky-header .theme-toggle-btn {
  border-color: rgba(0, 0, 0, 0.08);
}

#menu-main-menu > li > a {
  position: relative;
  display: inline-block;
  padding-bottom: 0.35rem;
  text-decoration: none;
}

#menu-main-menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--accent-color);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease-out;
}

.menu li.show > ul,
.menu li:hover > ul {
  background: var(--background-color) !important;
}

.menu .sub-menu.pos-left {
  background: var(--surface-2) !important;
}
.menu .sub-menu.pos-left li a {
  color: var(--text-primary) !important;
}

#menu-main-menu > li:hover > a::after,
#menu-main-menu > li:focus-within > a::after {
  transform: scaleX(1);
}

#menu-main-menu > li.current-menu-item > a::after,
#menu-main-menu > li.current_page_item > a::after,
#menu-main-menu > li.current-menu-ancestor > a::after,
#menu-main-menu > li.current_page_ancestor > a::after,
#menu-main-menu > li.current-menu-parent > a::after,
#menu-main-menu > li.menu-item-home.current-menu-item > a::after {
  transform: scaleX(1);
}

.menu-skin1 > .menu-item > a {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.menu-skin1 > li:hover > a,
.menu-skin1 > li.current-menu-item > a,
.menu-skin1 > li.current-menu-ancestor > a {
  color: color-mix(in srgb, var(--background-color), var(--contrast-color) 50%) !important;
}

footer {
  border-top: none !important;
}
footer h3.widget-title, footer .widget-title.h3 {
  color: var(--footer-text) !important;
}
footer .footer-top {
  background-color: var(--footer-top-bg) !important;
  color: var(--footer-text);
}
footer .footer-main {
  background-color: var(--footer-bg) !important;
  border-top: 1px solid var(--footer-border);
}
footer .footer-main .textwidget ul, footer .footer-main .textwidget li, footer .footer-main .textwidget p, footer .footer-main .textwidget span, footer .footer-main .textwidget i, footer .footer-main .textwidget a {
  color: var(--footer-text) !important;
}
footer .footer-main .circle-type .social-icon {
  color: var(--footer-text) !important;
}
footer .footer-bottom {
  background-color: var(--footer-bg) !important;
  color: var(--footer-text);
  border-top: 1px solid var(--footer-border);
}

.footer-top {
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
}

.footer.divider-active .inner-wrap {
  border-color: color-mix(in srgb, var(--accent-color), transparent 85%) !important;
}

#gutenberg-block-5 .icon-box-icon .icon-box-content h3.icon-box-title, #gutenberg-block-5 .icon-box-icon .icon-box-content .icon-box-title.h3 {
  color: var(--footer-text) !important;
}

#gutenberg-block-5 p.icon-box-desc {
  color: var(--footer-text) !important;
}

.section {
  padding: 80px 0;
  background-color: var(--section-primary);
}

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

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

.section--wide {
  padding: 120px 0;
}

/* ============================================================================
   CARD / SURFACE COMPONENTS
   ========================================================================== */
.card,
.card-surface {
  background-color: var(--surface-card, var(--bg-card));
  color: var(--text-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  box-shadow: var(--shadow-card);
  transition: background-color var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);
}
.card h1, .card .h1, .card h2, .card .h2, .card h3, .card .h3, .card h4, .card .h4, .card h5, .card .h5, .card h6, .card .h6,
.card-surface h1,
.card-surface .h1,
.card-surface h2,
.card-surface .h2,
.card-surface h3,
.card-surface .h3,
.card-surface h4,
.card-surface .h4,
.card-surface h5,
.card-surface .h5,
.card-surface h6,
.card-surface .h6 {
  color: var(--heading-color);
}
.card p, .card li,
.card-surface p,
.card-surface li {
  color: var(--text-secondary);
}

/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq .faq-tabs .nav-pills {
  display: inline-flex;
  padding: 8px;
  border-radius: 50px;
}

.faq .faq-tabs .nav-pills .nav-item {
  margin: 0 5px;
}

.faq .faq-tabs .nav-pills .nav-item:first-child {
  margin-left: 0;
}

.faq .faq-tabs .nav-pills .nav-item:last-child {
  margin-right: 0;
}

.faq .faq-tabs .nav-pills .nav-link {
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.faq .faq-tabs .nav-pills .nav-link.active {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.faq .faq-tabs .nav-pills .nav-link i {
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .faq .faq-tabs .nav-pills {
    flex-wrap: wrap;
    justify-content: center;
  }
  .faq .faq-tabs .nav-pills .nav-item {
    margin: 5px;
  }
}
.faq .faq-list .faq-item {
  margin-bottom: 20px;
  border-radius: 0;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
  border-bottom: 3px solid var(--accent-color);
}

.faq .faq-list .faq-item:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.faq .faq-list .faq-item h3, .faq .faq-list .faq-item .h3 {
  display: flex;
  align-items: center;
  padding: 20px 25px;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  font-family: inter !important;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
}

.faq .faq-list .faq-item h3 .num, .faq .faq-list .faq-item .h3 .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 15px;
  border-radius: 0;
  font-size: 0.9rem;
  font-weight: 700;
  flex-shrink: 0;
}

.faq .faq-list .faq-item h3 .question, .faq .faq-list .faq-item .h3 .question {
  flex: 1;
}

.faq .faq-list .faq-item h3 .faq-toggle, .faq .faq-list .faq-item .h3 .faq-toggle {
  font-size: 1.2rem;
  transition: all 0.3s ease;
  margin-left: 15px;
}

.faq .faq-list .faq-item .faq-content {
  padding: 15px;
  display: none;
}

.faq .faq-list .faq-item .faq-content p {
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.faq .faq-list .faq-item .faq-content p:last-child {
  margin-bottom: 0;
  overflow: hidden;
}

.faq .faq-list .faq-item.faq-active h3 .faq-toggle, .faq .faq-list .faq-item.faq-active .h3 .faq-toggle {
  transform: rotate(45deg);
}

.faq .faq-list .faq-item.faq-active .faq-content {
  display: block;
}

.faq .faq-cta {
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  padding: 30px;
  border-radius: 0;
}

.faq .faq-cta p {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.faq .faq-cta .btn-primary {
  padding: 10px 25px;
  border-radius: 0;
  font-weight: 500;
  transition: all 0.3s ease;
}

.faq .faq-cta .btn-primary:hover {
  transform: translateY(-2px);
}

@media (max-width: 576px) {
  .faq .faq-list .faq-item h3, .faq .faq-list .faq-item .h3 {
    padding: 15px 20px;
    font-size: 1rem;
  }
  .faq .faq-list .faq-item h3 .num, .faq .faq-list .faq-item .h3 .num {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    font-size: 0.8rem;
  }
  .faq .faq-list .faq-item .faq-content .content-inner {
    padding: 0 20px;
  }
  .faq .faq-list .faq-item .faq-content.faq-active .content-inner {
    padding: 15px 20px;
  }
}
.hero {
  position: relative;
  height: 95vh;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
}

.hero,
.hero * {
  color-scheme: dark;
}

.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
  pointer-events: none;
}

.hero__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(37, 99, 235, 0.35) 0%, rgba(0, 0, 0, 0) 70%);
  z-index: 2;
  pointer-events: none;
}

.hero__container {
  position: relative;
  z-index: 5;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 18vh;
}

.hero__content {
  max-width: 820px;
  text-align: center;
  padding: 0 1.5rem;
}

.hero__eyebrow {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  opacity: 0.85;
  margin-bottom: 1rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
}

.hero__title {
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.9);
}

.hero__lead {
  font-weight: 300;
  margin-bottom: 3rem;
  opacity: 0.9;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
}

.hero__actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.hero__actions .btn-primary {
  background-color: var(--accent-color);
  color: #ffffff;
  border: none;
  padding: 0.85rem 2.25rem;
  font-weight: 600;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

/* ================================
   HERO BADGES – STACKED TEXT
================================ */
.hero__badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-top: 2.25rem;
  flex-wrap: wrap;
}

/* Each badge */
.badge-item {
  display: flex;
  align-items: center; /* centers icon against both lines */
  gap: 0.75rem;
  color: #fff;
}

/* Icon */
.badge-item i {
  opacity: 0.9;
}

/* Text stack */
.badge-content {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

/* Top line */
.badge-content span {
  font-size: inherit;
  margin-bottom: 0.5rem;
  font-weight: 400;
  opacity: 0.8;
}

/* Bottom line */
.badge-content strong {
  font-size: inherit;
  font-weight: 600;
}

@media (max-width: 768px) {
  .hero__container {
    padding-top: 20vh;
  }
  .hero__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 480px) {
  .hero__badges {
    gap: 1.5rem;
  }
}
.hero h1, .hero .h1,
.hero h2,
.hero .h2,
.hero h3,
.hero .h3,
.hero h4,
.hero .h4,
.hero h5,
.hero .h5,
.hero h6,
.hero .h6,
.hero p,
.hero span,
.hero a {
  color: #ffffff !important;
}

/* ================================
   HERO BUTTONS – LOCKED STYLES
================================ */
.hero__actions {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Base hero button */
.hero__actions .btn {
  padding: 0.9rem 2.75rem;
  font-size: inherit;
  font-weight: 600;
  border-radius: 999px;
  line-height: 1;
  letter-spacing: -0.01em;
  transition: all 0.25s ease;
}

/* Primary (Explore Models) */
.hero__actions .btn-primary {
  background-color: var(--accent-color);
  color: #ffffff;
  border: 2px solid var(--accent-color);
}
.hero__actions .btn-primary:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

/* Secondary Outline (Contact Sales) */
.hero__actions .btn.btn-outline {
  background-color: transparent;
  color: #ffffff !important;
  border: 2px solid rgba(255, 255, 255, 0.85) !important;
}
.hero__actions .btn.btn-outline:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #111111 !important;
}

.swiper-wrapper {
  padding-bottom: 4rem;
}

.featured-card {
  position: relative;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 40px;
  background-color: var(--surface);
  border: 1px solid var(--surface-border);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}
.featured-card:hover {
  transform: translateY(-6px);
  background-color: var(--surface-hover);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.featured-card .icon-box {
  position: absolute;
  top: 0;
  left: 5%;
  height: 70px;
  width: 70px;
  background-color: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.featured-card .icon-box i {
  font-size: 22px;
  color: var(--section-primary);
}

.featured-card .arrow-link {
  position: absolute;
  top: -48px;
  right: -48px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}
.featured-card .arrow-link i {
  color: var(--text-primary);
  font-size: 16px;
}

.featured-card:hover .arrow-link {
  top: 20px;
  right: 20px;
}

.featured-card .arrow-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  color: var(--accent-color);
  border-radius: 50%;
  transform: rotate(-45deg);
  position: absolute;
  right: -50px;
  top: -50px;
  transition: all 0.4s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.featured-card .image {
  margin-top: 40px;
  margin-bottom: 24px;
  background-color: white;
}
.featured-card .image img {
  width: 100%;
  height: 220px;
  object-fit: contain;
}

.featured-card .content h4, .featured-card .content .h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 14px;
}
.featured-card .content h4 a, .featured-card .content .h4 a {
  color: var(--contrast-color);
  text-decoration: none;
}
.featured-card .content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  opacity: 0.85;
  min-height: 75px;
}

.service-number {
  position: relative;
  padding-left: 76px;
  color: var(--accent-color);
  font-size: 18px;
  font-weight: 500;
  transition: all 0.4s;
}

.service-number:after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  height: 1px;
  width: 70px;
  background-color: var(--accent-color);
  transition: all 0.4s;
}

.featured-card:hover .icon-box {
  background-color: white;
}

.featured-card:hover .icon-box i {
  color: var(--accent-color);
}

.featured-card:hover .arrow-link {
  top: 16px;
  right: 16px;
  background-color: var(--surface);
}

.featured-card:hover .content .service-number {
  color: var(--text-primary);
  padding-left: 0;
}

.featured-card:hover .content .service-number::after {
  background-color: var(--text-primary);
  left: 30px;
}

.services-slider .swiper-wrapper {
  height: auto !important;
}

.swiper-navigation {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.swiper-navigation button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0;
  height: 30px;
  width: 30px;
  background-color: var(--accent-color);
  color: var(--text-primary);
  font-size: 20px;
  transition: all 0.4s;
  margin-right: 10px;
}

.swiper-navigation button:last-child {
  margin-right: 0;
}

.swiper-navigation button:hover {
  background-color: color-mix(in srgb, var(--accent-color), #000 15%);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
/*--------------------------------------------------------------
# Category Cards Grid
--------------------------------------------------------------*/
.category-card {
  height: 450px;
  cursor: pointer;
  border-radius: 0;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.category-card:hover {
  transform: translateY(-5px);
}
.category-card:hover img {
  transform: scale(1.05);
}
.category-card:hover .overlay-gradient {
  opacity: 0.4;
}
.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.5s ease;
}
.category-card .overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.8) 100%);
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.category-content {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
}
.category-content h4, .category-content .h4 {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: normal;
}
.category-content p {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* ================================
   Font Colors – LOCKED STYLES
================================ */
.category-content h1, .category-content .h1,
.category-content h2,
.category-content .h2,
.category-content h3,
.category-content .h3,
.category-content h4,
.category-content .h4,
.category-content h5,
.category-content .h5,
.category-content h6,
.category-content .h6,
.category-content p,
.category-content span,
.category-content a {
  color: #ffffff !important;
}

/*--------------------------------------------------------------
# Feature Split Section
--------------------------------------------------------------*/
.feature-split {
  display: flex;
  gap: var(--spacing-xl);
}
.feature-split__media {
  flex: 1;
}
.feature-split__content {
  flex: 1;
}
.feature-split--img-left {
  flex-direction: row;
}
.feature-split--img-right {
  flex-direction: row-reverse;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
}
.benefit-item:last-child {
  margin-bottom: 0;
}

.benefit-item .benefit-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  margin-top: 4px;
  flex-shrink: 0;
  background: transparent;
  border: 1px solid var(--border-color);
}
.benefit-item .benefit-icon i {
  font-size: 24px;
  color: var(--accent-color);
}

.benefit-item .benefit-content h4, .benefit-item .benefit-content .h4 {
  margin-bottom: 0.5rem;
  font-size: 18px;
}
.benefit-item .benefit-content p {
  margin-bottom: 0;
  font-size: 15px;
}

@media (max-width: 992px) {
  .benefit-item {
    justify-content: center;
    text-align: left;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .benefit-item {
    justify-content: left;
    text-align: left;
    max-width: 100%;
    padding: 0 20px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial-masonry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  position: relative;
}
.testimonials .testimonial-masonry::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
}

.testimonial-item {
  background-color: var(--surface);
  border: 1px solid var(--border-color);
  padding: 20px;
  transition: all 0.3s ease;
}

.testimonials .testimonial-content {
  border-radius: 20px;
  padding: 2rem;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid var(--border-color);
}
.testimonials .testimonial-content:hover {
  transform: translateY(-5px);
}
.testimonials .testimonial-content p {
  font-size: 1.25rem;
  line-height: 1.7;
  margin: 1.5rem 0;
}

.testimonials .quote-pattern {
  position: absolute;
  top: -1.25rem;
  left: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--section-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color);
}
.testimonials .quote-pattern i {
  font-size: 1.25rem;
}

.testimonials .client-info {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.testimonials .client-details h3, .testimonials .client-details .h3 {
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}
.testimonials .client-details .position {
  font-size: 0.875rem;
}

@media (max-width: 1199.98px) {
  .testimonials .testimonial-masonry {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .testimonials .testimonial-item:nth-child(even) {
    margin-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .testimonials .testimonial-masonry {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .testimonials .testimonial-item:nth-child(even) {
    margin-top: 0;
  }
  .testimonials .testimonial-content {
    padding: 1.5rem;
  }
  .testimonials .testimonial-content p {
    font-size: 0.9375rem;
    margin: 1.25rem 0;
  }
  .testimonials .quote-pattern {
    width: 2.25rem;
    height: 2.25rem;
    top: -1.125rem;
  }
  .testimonials .quote-pattern i {
    font-size: 1.125rem;
  }
  .testimonials .client-info {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
  }
  .testimonials .client-details h3, .testimonials .client-details .h3 {
    font-size: 1rem;
  }
  .testimonials .client-details .position {
    font-size: 0.8125rem;
  }
}
.image-section {
  position: relative;
}
.image-section .main-image {
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 20px 60px color-mix(in srgb, var(--dk-background-color), transparent 85%);
}
.image-section .main-image img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.image-section .main-image:hover img {
  transform: scale(1.02);
}

.sp-actions-wrapper a.sp-action.btn-product-gallery {
  background-color: #fff;
  border-radius: 50%;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}
.sp-actions-wrapper a.sp-action.btn-product-gallery i.icon-arrows {
  color: var(--accent-color);
}
.sp-actions-wrapper a.sp-action.btn-product-gallery:hover, .sp-actions-wrapper a.sp-action.btn-product-gallery:focus {
  opacity: 0.85;
}
[data-theme=dark] .sp-actions-wrapper a.sp-action.btn-product-gallery {
  background-color: #000;
}

.btn {
  display: inline-block !important;
  padding: 1.2rem 3rem;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  border-radius: 50px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn:hover, .btn:focus {
  text-decoration: none !important;
  transform: translateY(-2px);
}

.btn.btn-primary,
a.btn.btn-primary {
  background-color: var(--accent-color) !important;
  border-color: var(--accent-color) !important;
  color: white !important;
}
.btn.btn-primary:hover, .btn.btn-primary:focus,
a.btn.btn-primary:hover,
a.btn.btn-primary:focus {
  background-color: color-mix(in srgb, var(--accent-color), black 10%) !important;
  border-color: color-mix(in srgb, var(--accent-color), black 10%) !important;
  box-shadow: 0 4px 12px rgba(var(--color-primary-rgb), 0.3);
}

/* Outline button – default (light sections) */
.btn.btn-outline,
a.btn.btn-outline {
  background-color: transparent !important;
  border: 2px solid var(--text-primary) !important;
  color: var(--text-primary) !important;
}
.btn.btn-outline:hover, .btn.btn-outline:focus,
a.btn.btn-outline:hover,
a.btn.btn-outline:focus {
  background-color: var(--text-primary) !important;
  border-color: var(--text-primary) !important;
  color: var(--bg-page) !important;
}

.btn.btn-secondary,
a.btn.btn-secondary {
  background-color: transparent !important;
  border: 2px solid var(--accent-color) !important;
  color: var(--accent-color) !important;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus,
a.btn.btn-secondary:hover,
a.btn.btn-secondary:focus {
  background-color: var(--accent-color) !important;
  border-color: var(--accent-color) !important;
  color: var(--contrast-color) !important;
}

.btn-pill {
  border-radius: 999px !important;
}

.btn-rounded {
  border-radius: 8px !important;
}

.btn-square {
  border-radius: 0 !important;
}

.btn-sm {
  padding: 0.8rem 2rem;
  font-size: 1.2rem;
}

.btn-lg {
  padding: 1.5rem 4rem;
  font-size: 1.6rem;
}

.btn-block {
  display: block;
  width: 100%;
}

/* =================================================
   CATEGORY SECTIONS (Shared Across All Body Types)
   ================================================= */
/* -------------------------------------------------
   FEATURES SPLIT WRAPPER (Shared)
------------------------------------------------- */
.sb-features-split,
.cb-features-split,
.mechanics-features-split,
.eb-features-split,
.st-features-split,
.hb-features-split,
.lb-features-split,
.chb-features-split,
.wb-features-split,
.bt-features-split,
.wt-features-split {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------------------------------
   FEATURES
------------------------------------------------- */
.sb-features .feature-image-wrap,
.cb-features .feature-image-wrap,
.mechanics-features .feature-image-wrap,
.eb-features .feature-image-wrap,
.st-features .feature-image-wrap,
.hb-features .feature-image-wrap,
.lb-features .feature-image-wrap,
.chb-features .feature-image-wrap,
.wb-features .feature-image-wrap,
.bt-features .feature-image-wrap,
.wt-features .feature-image-wrap {
  position: relative;
  width: 100%;
}
.sb-features .feature-image-wrap img,
.cb-features .feature-image-wrap img,
.mechanics-features .feature-image-wrap img,
.eb-features .feature-image-wrap img,
.st-features .feature-image-wrap img,
.hb-features .feature-image-wrap img,
.lb-features .feature-image-wrap img,
.chb-features .feature-image-wrap img,
.wb-features .feature-image-wrap img,
.bt-features .feature-image-wrap img,
.wt-features .feature-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sb-features .features-grid,
.cb-features .features-grid,
.mechanics-features .features-grid,
.eb-features .features-grid,
.st-features .features-grid,
.hb-features .features-grid,
.lb-features .features-grid,
.chb-features .features-grid,
.wb-features .features-grid,
.bt-features .features-grid,
.wt-features .features-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
.sb-features .feature-item,
.cb-features .feature-item,
.mechanics-features .feature-item,
.eb-features .feature-item,
.st-features .feature-item,
.hb-features .feature-item,
.lb-features .feature-item,
.chb-features .feature-item,
.wb-features .feature-item,
.bt-features .feature-item,
.wt-features .feature-item {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 1rem;
  padding: 1.75rem;
  background-color: var(--surface);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-card);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.sb-features .feature-item:hover,
.cb-features .feature-item:hover,
.mechanics-features .feature-item:hover,
.eb-features .feature-item:hover,
.st-features .feature-item:hover,
.hb-features .feature-item:hover,
.lb-features .feature-item:hover,
.chb-features .feature-item:hover,
.wb-features .feature-item:hover,
.bt-features .feature-item:hover,
.wt-features .feature-item:hover {
  transform: translateY(-3px);
}
.sb-features .feature-number,
.cb-features .feature-number,
.mechanics-features .feature-number,
.eb-features .feature-number,
.st-features .feature-number,
.hb-features .feature-number,
.lb-features .feature-number,
.chb-features .feature-number,
.wb-features .feature-number,
.bt-features .feature-number,
.wt-features .feature-number {
  font-size: 2rem;
  font-weight: 700;
  color: var(--heading-color);
  opacity: 0.85;
  line-height: 1;
}
.sb-features .feature-content h4, .sb-features .feature-content .h4,
.cb-features .feature-content h4,
.cb-features .feature-content .h4,
.mechanics-features .feature-content h4,
.mechanics-features .feature-content .h4,
.eb-features .feature-content h4,
.eb-features .feature-content .h4,
.st-features .feature-content h4,
.st-features .feature-content .h4,
.hb-features .feature-content h4,
.hb-features .feature-content .h4,
.lb-features .feature-content h4,
.lb-features .feature-content .h4,
.chb-features .feature-content h4,
.chb-features .feature-content .h4,
.wb-features .feature-content h4,
.wb-features .feature-content .h4,
.bt-features .feature-content h4,
.bt-features .feature-content .h4,
.wt-features .feature-content h4,
.wt-features .feature-content .h4 {
  margin: 0 0 0.4rem;
  font-size: 1.5rem;
  color: var(--heading-color);
}
.sb-features .feature-content p,
.cb-features .feature-content p,
.mechanics-features .feature-content p,
.eb-features .feature-content p,
.st-features .feature-content p,
.hb-features .feature-content p,
.lb-features .feature-content p,
.chb-features .feature-content p,
.wb-features .feature-content p,
.bt-features .feature-content p,
.wt-features .feature-content p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--text-secondary);
}
.sb-features,
.cb-features,
.mechanics-features,
.eb-features,
.st-features,
.hb-features,
.lb-features,
.chb-features,
.wb-features,
.bt-features,
.wt-features {
  /* Responsive */
}
@media (max-width: 991px) {
  .sb-features .row,
  .cb-features .row,
  .mechanics-features .row,
  .eb-features .row,
  .st-features .row,
  .hb-features .row,
  .lb-features .row,
  .chb-features .row,
  .wb-features .row,
  .bt-features .row,
  .wt-features .row {
    row-gap: 3rem;
  }
}
@media (max-width: 575px) {
  .sb-features .features-grid,
  .cb-features .features-grid,
  .mechanics-features .features-grid,
  .eb-features .features-grid,
  .st-features .features-grid,
  .hb-features .features-grid,
  .lb-features .features-grid,
  .chb-features .features-grid,
  .wb-features .features-grid,
  .bt-features .features-grid,
  .wt-features .features-grid {
    grid-template-columns: 1fr;
  }
}

/* -------------------------------------------------
   OPTIONS
------------------------------------------------- */
.sb-options,
.cb-options,
.mechanics-options,
.eb-options,
.st-options,
.hb-options,
.lb-options,
.chb-options,
.wb-options,
.bt-options,
.wt-options {
  background: var(--surface);
}
.sb-options h5, .sb-options .h5,
.cb-options h5,
.cb-options .h5,
.mechanics-options h5,
.mechanics-options .h5,
.eb-options h5,
.eb-options .h5,
.st-options h5,
.st-options .h5,
.hb-options h5,
.hb-options .h5,
.lb-options h5,
.lb-options .h5,
.chb-options h5,
.chb-options .h5,
.wb-options h5,
.wb-options .h5,
.bt-options h5,
.bt-options .h5,
.wt-options h5,
.wt-options .h5 {
  color: var(--accent-color);
}
.sb-options .option-card,
.cb-options .option-card,
.mechanics-options .option-card,
.eb-options .option-card,
.st-options .option-card,
.hb-options .option-card,
.lb-options .option-card,
.chb-options .option-card,
.wb-options .option-card,
.bt-options .option-card,
.wt-options .option-card {
  height: 100%;
  padding: 2rem;
  border: 1px solid var(--border-color);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.sb-options .option-card:hover,
.cb-options .option-card:hover,
.mechanics-options .option-card:hover,
.eb-options .option-card:hover,
.st-options .option-card:hover,
.hb-options .option-card:hover,
.lb-options .option-card:hover,
.chb-options .option-card:hover,
.wb-options .option-card:hover,
.bt-options .option-card:hover,
.wt-options .option-card:hover {
  transform: translateY(-4px);
}
.sb-options .option-card .option-type,
.cb-options .option-card .option-type,
.mechanics-options .option-card .option-type,
.eb-options .option-card .option-type,
.st-options .option-card .option-type,
.hb-options .option-card .option-type,
.lb-options .option-card .option-type,
.chb-options .option-card .option-type,
.wb-options .option-card .option-type,
.bt-options .option-card .option-type,
.wt-options .option-card .option-type {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--accent-color);
  margin-bottom: 0.5rem;
}
.sb-options .option-card h4, .sb-options .option-card .h4,
.cb-options .option-card h4,
.cb-options .option-card .h4,
.mechanics-options .option-card h4,
.mechanics-options .option-card .h4,
.eb-options .option-card h4,
.eb-options .option-card .h4,
.st-options .option-card h4,
.st-options .option-card .h4,
.hb-options .option-card h4,
.hb-options .option-card .h4,
.lb-options .option-card h4,
.lb-options .option-card .h4,
.chb-options .option-card h4,
.chb-options .option-card .h4,
.wb-options .option-card h4,
.wb-options .option-card .h4,
.bt-options .option-card h4,
.bt-options .option-card .h4,
.wt-options .option-card h4,
.wt-options .option-card .h4 {
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
}
.sb-options .option-card p,
.cb-options .option-card p,
.mechanics-options .option-card p,
.eb-options .option-card p,
.st-options .option-card p,
.hb-options .option-card p,
.lb-options .option-card p,
.chb-options .option-card p,
.wb-options .option-card p,
.bt-options .option-card p,
.wt-options .option-card p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--text-muted);
}

/* -------------------------------------------------
   ACCESSORIES
------------------------------------------------- */
.sb-accessories h5, .sb-accessories .h5,
.cb-accessories h5,
.cb-accessories .h5,
.mechanics-accessories h5,
.mechanics-accessories .h5,
.eb-accessories h5,
.eb-accessories .h5,
.st-accessories h5,
.st-accessories .h5,
.hb-accessories h5,
.hb-accessories .h5,
.lb-accessories h5,
.lb-accessories .h5,
.chb-accessories h5,
.chb-accessories .h5,
.wb-accessories h5,
.wb-accessories .h5,
.bt-accessories h5,
.bt-accessories .h5,
.wt-accessories h5,
.wt-accessories .h5 {
  color: var(--accent-color);
}
.sb-accessories .accessory-item,
.cb-accessories .accessory-item,
.mechanics-accessories .accessory-item,
.eb-accessories .accessory-item,
.st-accessories .accessory-item,
.hb-accessories .accessory-item,
.lb-accessories .accessory-item,
.chb-accessories .accessory-item,
.wb-accessories .accessory-item,
.bt-accessories .accessory-item,
.wt-accessories .accessory-item {
  margin-bottom: 1.75rem;
  padding-left: 1rem;
  border-left: 3px solid var(--accent-color);
}
.sb-accessories .accessory-item h4, .sb-accessories .accessory-item .h4,
.cb-accessories .accessory-item h4,
.cb-accessories .accessory-item .h4,
.mechanics-accessories .accessory-item h4,
.mechanics-accessories .accessory-item .h4,
.eb-accessories .accessory-item h4,
.eb-accessories .accessory-item .h4,
.st-accessories .accessory-item h4,
.st-accessories .accessory-item .h4,
.hb-accessories .accessory-item h4,
.hb-accessories .accessory-item .h4,
.lb-accessories .accessory-item h4,
.lb-accessories .accessory-item .h4,
.chb-accessories .accessory-item h4,
.chb-accessories .accessory-item .h4,
.wb-accessories .accessory-item h4,
.wb-accessories .accessory-item .h4,
.bt-accessories .accessory-item h4,
.bt-accessories .accessory-item .h4,
.wt-accessories .accessory-item h4,
.wt-accessories .accessory-item .h4 {
  margin-bottom: 0.25rem;
}
.sb-accessories .accessory-item p,
.cb-accessories .accessory-item p,
.mechanics-accessories .accessory-item p,
.eb-accessories .accessory-item p,
.st-accessories .accessory-item p,
.hb-accessories .accessory-item p,
.lb-accessories .accessory-item p,
.chb-accessories .accessory-item p,
.wb-accessories .accessory-item p,
.bt-accessories .accessory-item p,
.wt-accessories .accessory-item p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}
.sb-accessories img,
.cb-accessories img,
.mechanics-accessories img,
.eb-accessories img,
.st-accessories img,
.hb-accessories img,
.lb-accessories img,
.chb-accessories img,
.wb-accessories img,
.bt-accessories img,
.wt-accessories img {
  aspect-ratio: 4/3;
  object-fit: cover;
}

/* -------------------------------------------------
   PRODUCT LIST
------------------------------------------------- */
.sb-products,
.cb-products,
.mechanics-products,
.eb-products,
.st-products,
.hb-products,
.lb-products,
.chb-products,
.wb-products,
.bt-products,
.wt-products {
  padding-bottom: 0;
}
.sb-products .product-list-item.bg-dark-section,
.cb-products .product-list-item.bg-dark-section,
.mechanics-products .product-list-item.bg-dark-section,
.eb-products .product-list-item.bg-dark-section,
.st-products .product-list-item.bg-dark-section,
.hb-products .product-list-item.bg-dark-section,
.lb-products .product-list-item.bg-dark-section,
.chb-products .product-list-item.bg-dark-section,
.wb-products .product-list-item.bg-dark-section,
.bt-products .product-list-item.bg-dark-section,
.wt-products .product-list-item.bg-dark-section {
  background: var(--surface-1) !important;
}
.sb-products .product-list-item.bg-light,
.cb-products .product-list-item.bg-light,
.mechanics-products .product-list-item.bg-light,
.eb-products .product-list-item.bg-light,
.st-products .product-list-item.bg-light,
.hb-products .product-list-item.bg-light,
.lb-products .product-list-item.bg-light,
.chb-products .product-list-item.bg-light,
.wb-products .product-list-item.bg-light,
.bt-products .product-list-item.bg-light,
.wt-products .product-list-item.bg-light {
  background: var(--section-primary) !important;
}
.sb-products .product-list-item h2 a, .sb-products .product-list-item .h2 a,
.cb-products .product-list-item h2 a,
.cb-products .product-list-item .h2 a,
.mechanics-products .product-list-item h2 a,
.mechanics-products .product-list-item .h2 a,
.eb-products .product-list-item h2 a,
.eb-products .product-list-item .h2 a,
.st-products .product-list-item h2 a,
.st-products .product-list-item .h2 a,
.hb-products .product-list-item h2 a,
.hb-products .product-list-item .h2 a,
.lb-products .product-list-item h2 a,
.lb-products .product-list-item .h2 a,
.chb-products .product-list-item h2 a,
.chb-products .product-list-item .h2 a,
.wb-products .product-list-item h2 a,
.wb-products .product-list-item .h2 a,
.bt-products .product-list-item h2 a,
.bt-products .product-list-item .h2 a,
.wt-products .product-list-item h2 a,
.wt-products .product-list-item .h2 a {
  color: inherit;
  text-decoration: none;
}
.sb-products .product-list-item h2 a:hover, .sb-products .product-list-item .h2 a:hover,
.cb-products .product-list-item h2 a:hover,
.cb-products .product-list-item .h2 a:hover,
.mechanics-products .product-list-item h2 a:hover,
.mechanics-products .product-list-item .h2 a:hover,
.eb-products .product-list-item h2 a:hover,
.eb-products .product-list-item .h2 a:hover,
.st-products .product-list-item h2 a:hover,
.st-products .product-list-item .h2 a:hover,
.hb-products .product-list-item h2 a:hover,
.hb-products .product-list-item .h2 a:hover,
.lb-products .product-list-item h2 a:hover,
.lb-products .product-list-item .h2 a:hover,
.chb-products .product-list-item h2 a:hover,
.chb-products .product-list-item .h2 a:hover,
.wb-products .product-list-item h2 a:hover,
.wb-products .product-list-item .h2 a:hover,
.bt-products .product-list-item h2 a:hover,
.bt-products .product-list-item .h2 a:hover,
.wt-products .product-list-item h2 a:hover,
.wt-products .product-list-item .h2 a:hover {
  color: var(--accent-color);
}
.sb-products .product-list-item .product-description p,
.sb-products .product-list-item .product-description li,
.cb-products .product-list-item .product-description p,
.cb-products .product-list-item .product-description li,
.mechanics-products .product-list-item .product-description p,
.mechanics-products .product-list-item .product-description li,
.eb-products .product-list-item .product-description p,
.eb-products .product-list-item .product-description li,
.st-products .product-list-item .product-description p,
.st-products .product-list-item .product-description li,
.hb-products .product-list-item .product-description p,
.hb-products .product-list-item .product-description li,
.lb-products .product-list-item .product-description p,
.lb-products .product-list-item .product-description li,
.chb-products .product-list-item .product-description p,
.chb-products .product-list-item .product-description li,
.wb-products .product-list-item .product-description p,
.wb-products .product-list-item .product-description li,
.bt-products .product-list-item .product-description p,
.bt-products .product-list-item .product-description li,
.wt-products .product-list-item .product-description p,
.wt-products .product-list-item .product-description li {
  font-size: 1.45rem;
  line-height: 1.6;
}

/* -------------------------------------------------
   CTA
------------------------------------------------- */
.sb-cta,
.cb-cta,
.mechanics-cta,
.eb-cta,
.st-cta,
.hb-cta,
.lb-cta,
.chb-cta,
.wb-cta,
.bt-cta,
.wt-cta {
  padding-bottom: 40px;
  text-align: center;
}
.sb-cta p,
.cb-cta p,
.mechanics-cta p,
.eb-cta p,
.st-cta p,
.hb-cta p,
.lb-cta p,
.chb-cta p,
.wb-cta p,
.bt-cta p,
.wt-cta p {
  margin-bottom: 2rem;
}

.sb-cta-wrapper,
.cb-cta-wrapper,
.mechanics-cta-wrapper,
.eb-cta-wrapper,
.st-cta-wrapper,
.hb-cta-wrapper,
.lb-cta-wrapper,
.chb-cta-wrapper,
.wb-cta-wrapper,
.bt-cta-wrapper,
.wt-cta-wrapper {
  padding: 4rem 3rem;
  border: 1px solid var(--border-color);
}

.about-video-section {
  position: relative;
  min-height: 55vh;
  max-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
}
@media (max-width: 767.98px) {
  .about-video-section {
    min-height: 45vh;
    max-height: 400px;
  }
}
.about-video-section__bg {
  position: absolute;
  inset: -20% 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform;
  z-index: -2;
}
@media (max-width: 991.98px) {
  .about-video-section__bg {
    inset: 0;
    will-change: auto;
  }
}
.about-video-section__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.7));
}
[data-theme=dark] .about-video-section__overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.6));
}
.about-video-section__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  padding: 4rem 1.5rem;
}
.about-video-section__title {
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
  margin-bottom: 1rem;
}
.about-video-section__subtitle {
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  margin-bottom: 2.5rem;
}
.about-video-section__play-wrap {
  display: inline-block;
}
.about-video-section__play-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  color: #fff;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 0;
}
.about-video-section__play-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.25);
}
@media (max-width: 991.98px) {
  .about-video-section__play-btn {
    width: 72px;
    height: 72px;
  }
}
.about-video-section__play-icon {
  margin-left: 4px;
}
.about-video-section__ripple {
  position: absolute;
  inset: -1px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  animation: falcon-ripple-pulse 2.4s cubic-bezier(0.21, 0.6, 0.35, 1) infinite;
  pointer-events: none;
}
.about-video-section__ripple:nth-child(2) {
  animation-delay: 1.2s;
}

@keyframes falcon-ripple-pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
.about-video-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.about-video-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.about-video-modal.is-active .about-video-modal__container {
  transform: scale(1);
}
.about-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
}
.about-video-modal__container {
  position: relative;
  width: 90vw;
  max-width: 1100px;
  aspect-ratio: 16/9;
  transform: scale(0.92);
  transition: transform 0.3s ease;
}
.about-video-modal__close {
  position: absolute;
  top: -48px;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  padding: 0;
}
.about-video-modal__close:hover {
  background: rgba(255, 255, 255, 0.25);
}
.about-video-modal__video-wrap {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.about-video-modal__video-wrap iframe,
.about-video-modal__video-wrap video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .about-video-section__bg {
    will-change: auto;
  }
  .about-video-section__ripple {
    animation: none;
  }
  .about-video-section__play-btn {
    transition: none;
  }
  .about-video-modal,
  .about-video-modal__container {
    transition: none;
  }
}
.falcon-configurations {
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
}
.falcon-configurations h2, .falcon-configurations .h2 {
  margin-bottom: 0.25em;
  font-size: 1.75em;
}
.falcon-configurations .config-subtitle {
  color: var(--text-secondary);
  font-size: 1.05em;
  margin-bottom: 1.5em;
}
.falcon-configurations .config-toggles {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-color);
}
.falcon-configurations .toggle-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.falcon-configurations .toggle-label {
  font-size: 0.875em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-secondary);
}
.falcon-configurations .toggle-pills {
  display: inline-flex;
}
.falcon-configurations .toggle-pill {
  padding: 8px 22px;
  border: 1px solid var(--border-color);
  background: transparent;
  color: var(--text-secondary);
  font-size: 0.9375em;
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
}
.falcon-configurations .toggle-pill:first-child {
  border-radius: 20px 0 0 20px;
}
.falcon-configurations .toggle-pill:last-child {
  border-radius: 0 20px 20px 0;
}
.falcon-configurations .toggle-pill:hover {
  border-color: var(--text-secondary);
  color: var(--text-primary, inherit);
}
.falcon-configurations .toggle-pill.active {
  background: var(--accent-color);
  color: #fff;
  border-color: var(--accent-color);
}
.falcon-configurations .spec-section {
  margin-bottom: 2rem;
}
.falcon-configurations .spec-section-title {
  font-size: 0.8125em;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--accent-color);
  margin-bottom: 0.75rem;
  font-weight: 600;
}
.falcon-configurations .spec-table {
  width: 100%;
  border-collapse: collapse;
}
.falcon-configurations .spec-table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--border-color);
  font-size: 1em;
}
.falcon-configurations .spec-table td:first-child {
  color: var(--text-secondary);
  width: 45%;
}
.falcon-configurations .spec-table td:last-child {
  font-weight: 500;
}
.falcon-configurations .spec-table tr:last-child td {
  border-bottom: none;
}
.falcon-configurations .compartment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 600px) {
  .falcon-configurations .compartment-grid {
    grid-template-columns: 1fr;
  }
}
.falcon-configurations .compartment-card {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.25rem;
}
[data-theme=dark] .falcon-configurations .compartment-card {
  background: rgba(255, 255, 255, 0.03);
}
[data-theme=light] .falcon-configurations .compartment-card {
  background: rgba(0, 0, 0, 0.02);
}
.falcon-configurations .compartment-card h4, .falcon-configurations .compartment-card .h4 {
  font-size: 0.9375em;
  color: var(--accent-color);
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.falcon-configurations .comp-type {
  font-size: 0.8125em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
}
.falcon-configurations .comp-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid var(--border-color);
  font-size: 1em;
}
.falcon-configurations .comp-row:last-child {
  border-bottom: none;
}
.falcon-configurations .comp-label {
  color: var(--text-secondary);
  font-size: 1em;
}
.falcon-configurations .comp-val {
  font-weight: 500;
  font-size: 0.9375em;
}

.home .page-header {
  display: none;
}
.home .page-content {
  padding-bottom: 0;
}

.newsletter {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* ================================
   HOME CONTACT SECTION
================================ */
.homepage-contact-section {
  position: relative;
  padding: 80px 20px;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Background video */
.homepage-contact-section .bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Overlay */
.homepage-contact-section .bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

/* Content container */
.homepage-contact-section .contact-content {
  position: relative;
  z-index: 5;
  max-width: 760px;
  width: 100%;
  padding: 40px;
  text-align: center;
  backdrop-filter: blur(14px);
  background: rgba(6, 6, 6, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Headings */
.homepage-contact-section .subhead {
  text-transform: uppercase;
  color: var(--accent-color);
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.homepage-contact-section .title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.homepage-contact-section .desc {
  font-size: 1rem;
  margin-bottom: 32px;
}

/* ================================
   FORM LAYOUT (CF7)
================================ */
.homepage-contact-section .wpcf7-form p {
  margin: 0;
  padding: 0;
}

/* Two-column rows */
.homepage-contact-section .form-row p {
  display: flex;
  gap: 14px;
  margin-bottom: 14px;
  width: 100%;
}

/* Equal columns */
.homepage-contact-section .form-row p > span {
  flex: 1;
}

/* Remove CF7 <br> */
.homepage-contact-section .form-row br {
  display: none;
}

/* Full-width rows */
.homepage-contact-section .form-full p {
  margin-bottom: 14px;
}

/* Inputs */
.homepage-contact-section .wpcf7-form-control {
  width: 100%;
  padding: 14px;
  font-size: 1rem;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.8);
}

.homepage-contact-section textarea.wpcf7-form-control {
  min-height: 160px;
}

.homepage-contact-section .wpcf7-form-control::placeholder {
  color: #ccc;
}

/* Submit button */
.homepage-contact-section .wpcf7-submit {
  margin-top: 10px;
  padding: 14px 26px;
  width: auto;
  background: var(--accent-color);
  color: #ffffff;
  border: none;
  border-radius: 999px;
  font-size: 1.25rem;
  font-weight: 600;
  cursor: pointer;
}

/* Mobile */
@media (max-width: 600px) {
  .homepage-contact-section .form-row p {
    flex-direction: column;
  }
}
/* ================================
   HARD LOCK TEXT COLOR (IMAGE SECTION)
================================ */
.homepage-contact-section h1, .homepage-contact-section .h1, .homepage-contact-section h2, .homepage-contact-section .h2, .homepage-contact-section h3, .homepage-contact-section .h3, .homepage-contact-section h4, .homepage-contact-section .h4, .homepage-contact-section h5, .homepage-contact-section .h5, .homepage-contact-section h6, .homepage-contact-section .h6,
.homepage-contact-section p, .homepage-contact-section span, .homepage-contact-section a {
  color: #ffffff !important;
}

/* =========================================
   HERO / FEATURE SECTION (Light + Dark)
========================================= */
.surface--hero {
  position: relative;
  background: radial-gradient(circle at 80% 50%, rgba(37, 99, 235, 0.12), transparent 55%), var(--bg-page);
}
.surface--hero .btn + .btn {
  margin-left: 1.2rem;
}

/* Typography */
.surface--hero .eyebrow {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  opacity: 0.85;
  margin-bottom: 1rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  color: var(--text-muted);
}

.surface--hero .hero-title {
  margin-bottom: 1.5rem;
  color: var(--heading-color);
  letter-spacing: -2px;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.surface--hero .hero-lead {
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 560px;
}

/* Ensure buttons inherit global styles cleanly */
/* Optional image polish */
.surface--hero img {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.features-01 {
  border-top: 1px solid rgba(32, 139, 244, 0.12);
  border-bottom: 1px solid rgba(32, 139, 244, 0.12);
}

.features-01-intro {
  padding-right: 40px;
}
@media (max-width: 991px) {
  .features-01-intro {
    padding-right: 0;
    margin-bottom: 56px;
  }
}
.features-01-intro .intro-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  margin-bottom: 24px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
  background: var(--surface-2);
  color: var(--accent-color);
  border-radius: 999px;
}
.features-01-intro .intro-badge i {
  font-size: 14px;
  color: var(--accent-color);
}
.features-01-intro h2, .features-01-intro .h2 {
  margin-bottom: 24px;
  letter-spacing: -0.4px;
}
.features-01-intro p {
  margin-bottom: 24px;
  max-width: 520px;
}
.features-01-intro p:last-child {
  margin-bottom: 0;
}

.features-01-collection {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.feature-item {
  padding: 32px;
  border-radius: 0;
  background: var(--surface-1);
  border: 1px solid var(--surface-border);
  box-shadow: var(--shadow-card);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
@media (max-width: 576px) {
  .feature-item {
    padding: 24px;
  }
}
.feature-item:hover {
  transform: translateY(-4px);
  background: var(--surface-hover);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.feature-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
.feature-header h3, .feature-header .h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.2px;
}

.feature-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: color-mix(in srgb, var(--accent-color), transparent 88%);
}
.feature-icon i {
  font-size: 22px;
  color: var(--accent-color);
}

.feature-item p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  color: var(--text-secondary);
  margin-left: 1.5rem;
}

.capabilities {
  position: relative;
}

.capabilities-content {
  max-width: 560px;
}
.capabilities-content h2, .capabilities-content .h2 {
  margin-bottom: 20px;
  letter-spacing: -0.4px;
}

.capabilities-intro {
  margin-bottom: 24px;
  color: var(--text-secondary);
  line-height: 1.7;
}

.capability-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.capability-item {
  border-radius: 0;
}

.capability-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0;
}
.capability-header i {
  font-size: 20px;
  color: var(--accent-color);
  flex-shrink: 0;
}
.capability-header h4, .capability-header .h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.2px;
}

.capability-item p {
  margin: 0;
  padding-left: 32px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-secondary);
}
@media (max-width: 576px) {
  .capability-item p {
    padding-left: 0;
  }
}

.capabilities-image {
  max-width: 560px;
  margin-left: auto;
}
.capabilities-image img {
  border-radius: 0;
  box-shadow: var(--shadow-card);
}
@media (max-width: 991px) {
  .capabilities-image {
    margin-bottom: 48px;
  }
}

.manufacturing-process {
  position: relative;
}

.process-card {
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  background: var(--surface-2);
  border: 1px solid var(--surface-border);
  box-shadow: var(--shadow-card);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
.process-card:hover {
  transform: translateY(-6px);
  background: var(--surface-hover);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
}

.process-media {
  position: relative;
  overflow: hidden;
}
.process-media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.process-card:hover .process-media img {
  transform: scale(1.05);
}

.process-content {
  padding: 24px 22px;
}
.process-content h4, .process-content .h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.2px;
}
.process-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-secondary);
}

.cta-01 .row {
  align-items: center;
}

/* LEFT CONTENT */
.cta-01__content {
  padding-right: 3rem;
}
@media (max-width: 992px) {
  .cta-01__content {
    padding-right: 0;
    margin-bottom: 3rem;
  }
}
.cta-01__content__label,
.cta-01__content .cta-01__label {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--accent-color);
  margin-bottom: 1rem;
}
.cta-01__content h2, .cta-01__content .h2 {
  margin-bottom: 0.75rem;
}
.cta-01__content p {
  max-width: 520px;
}

/* RIGHT BOX */
.cta-01__box {
  background: var(--surface-color);
  border: 1px solid var(--border-color);
  padding: 3rem;
}

/* GRID */
.cta-01__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .cta-01__grid {
    grid-template-columns: 1fr;
  }
}

/* ITEM */
.cta-01__item {
  display: flex;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-color);
}
.cta-01__item:last-child, .cta-01__item:nth-last-child(2) {
  border-bottom: none;
}
.cta-01__item i {
  font-size: 2rem;
  color: var(--accent-color);
  flex-shrink: 0;
}
.cta-01__item h4, .cta-01__item .h4 {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}
.cta-01__item p {
  font-size: 1.3rem;
  margin: 0;
}

.call-to-action {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .call-to-action {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  .call-to-action {
    padding: 80px 0;
  }
}

.call-to-action .cta-content h2, .call-to-action .cta-content .h2 {
  margin-bottom: 16px;
  line-height: 1.3;
}
.call-to-action .cta-content .cta-intro {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
  color: var(--text-secondary);
}

.call-to-action .cta-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}
.call-to-action .cta-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.5;
}
.call-to-action .cta-benefits li i {
  font-size: 18px;
  color: var(--accent-color);
  flex-shrink: 0;
  margin-top: 2px;
}
.call-to-action .cta-benefits li strong {
  color: var(--heading-color);
  font-weight: 600;
}

.call-to-action .cta-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .call-to-action .cta-actions {
    align-items: flex-start;
  }
}
.call-to-action .cta-actions .btn {
  min-width: 220px;
  text-align: center;
}

/*--------------------------------------------------------------
# Card Block 04
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Feature Card Grid Section
--------------------------------------------------------------*/
.card-grid-04 {
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  border-top: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
  border-bottom: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
}
.card-grid-04 .card-grid-04-card {
  height: 450px;
  cursor: pointer;
  border-radius: 0;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.card-grid-04 .card-grid-04-card:hover {
  transform: translateY(-5px);
}
.card-grid-04 .card-grid-04-card:hover img {
  transform: scale(1.05);
}
.card-grid-04 .card-grid-04-card:hover .overlay-gradient {
  opacity: 0.4;
}
.card-grid-04 .card-grid-04-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.5s ease;
}
.card-grid-04 .card-grid-04-card .overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.8) 100%);
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.card-grid-04 .card-grid-04-card .card-grid-04-card-content {
  z-index: 2;
  display: flex;
  align-items: left;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  height: 40%;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 10px;
}
.card-grid-04 .card-grid-04-card .card-grid-04-card-content h3, .card-grid-04 .card-grid-04-card .card-grid-04-card-content .h3 {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: left;
}
@media (max-width: 768px) {
  .card-grid-04 .card-grid-04-card .card-grid-04-card-content h3, .card-grid-04 .card-grid-04-card .card-grid-04-card-content .h3 {
    font-size: 2.5rem;
  }
}
.card-grid-04 .card-grid-04-card .card-grid-04-card-content p {
  color: color-mix(in srgb, var(--background-color), var(--contrast-color) 80%);
}

/* ============================================================================
   CONTACT PAGE – CONTACT-2
   Theme-safe, light-first, dark contextual
============================================================================ */
/* -------------------------------------
   CONTACT INFO CARDS
------------------------------------- */
.contact-2 h1, .contact-2 .h1 {
  font-size: 3.2rem;
  margin-bottom: 3rem;
}

.contact-2 .contact-info-box {
  display: flex;
  gap: 16px;
  padding: 24px;
  height: 100%;
  background-color: var(--surface-color);
  border: 1px solid var(--border-color);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-2 .contact-info-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.contact-2 .icon-box {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent-color), transparent 85%);
  color: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-2 .icon-box i {
  font-size: 22px;
}

.contact-2 .info-content h4, .contact-2 .info-content .h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--text-primary);
}

.contact-2 .info-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-secondary);
}

.contact-2 .info-content a {
  color: var(--text-primary) !important;
  text-decoration: none;
}

/* -------------------------------------
   MAP
------------------------------------- */
.contact-2 .map-section {
  width: 100%;
  height: 350px;
  overflow: hidden;
  margin-top: 40px;
}

.contact-2 .map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Dark-mode map styling ONLY when dark */
[data-theme=dark] .contact-2 .map-section iframe {
  filter: grayscale(100%) invert(92%) contrast(85%);
  opacity: 0.85;
}

/* -------------------------------------
   FORM CONTAINER (OVERLAP CARD)
------------------------------------- */
.contact-2 .form-container-overlap {
  position: relative;
  margin-top: -150px;
  margin-bottom: 60px;
  z-index: 10;
}

@media (max-width: 992px) {
  .contact-2 .form-container-overlap {
    margin-top: -220px;
  }
}
@media (max-width: 768px) {
  .contact-2 .form-container-overlap {
    margin-top: -100px;
  }
}
/* -------------------------------------
   FORM SURFACE
------------------------------------- */
.contact-section .contact-content {
  padding: 40px;
  background: var(--surface-color);
  border: 1px solid var(--border-color);
  backdrop-filter: blur(10px);
}

.contact-section .contact-content h5, .contact-section .contact-content .h5 {
  color: var(--text-secondary);
  margin-bottom: 6px;
}

.contact-section .contact-content h2, .contact-section .contact-content .h2 {
  margin-bottom: 12px;
}

.contact-section .contact-content p {
  margin-bottom: 24px;
}

/* -------------------------------------
   CONTACT FORM (CF7)
------------------------------------- */
/* Remove CF7 paragraph spacing */
.contact-section .wpcf7-form p {
  margin: 0 !important;
  padding: 0 !important;
}

/* Two-column rows */
.contact-section .form-row p {
  display: flex;
  gap: 14px;
  margin-bottom: 14px !important;
  width: 100%;
}

/* 50/50 fields */
.contact-section .form-row p > span {
  flex: 1;
}

/* Remove CF7 <br> tags */
.contact-section .form-row br {
  display: none !important;
}

/* Inputs */
.contact-section .wpcf7-form-control {
  width: 100%;
  padding: 14px;
  font-size: 1rem;
  border-radius: 4px;
  border: 1px solid var(--border-color);
  background: var(--bg-page);
  color: var(--text-primary);
}

.contact-section textarea.wpcf7-form-control {
  min-height: 160px;
}

.contact-section .wpcf7-form-control::placeholder {
  color: var(--text-muted);
}

/* Submit button */
.contact-section .wpcf7-submit {
  margin-top: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  background: var(--accent-color);
  color: white !important;
  font-weight: 600;
  font-size: 1.1rem;
  border: none;
  cursor: pointer;
  width: auto;
}

/* -------------------------------------
   DARK MODE – CONTEXTUAL ONLY
------------------------------------- */
[data-theme=dark] .contact-2 .contact-info-box {
  background-color: color-mix(in srgb, var(--bg-page), transparent 10%);
  border-color: rgba(255, 255, 255, 0.12);
}
[data-theme=dark] .contact-2 .info-content h4, [data-theme=dark] .contact-2 .info-content .h4,
[data-theme=dark] .contact-2 .info-content p,
[data-theme=dark] .contact-2 .info-content a {
  color: var(--contrast-color);
}
[data-theme=dark] .contact-section .contact-content {
  background: rgba(0, 0, 0, 0.55);
  border-color: rgba(255, 255, 255, 0.12);
}
[data-theme=dark] .contact-section .wpcf7-form-control {
  background: rgba(0, 0, 0, 0.8);
  color: var(--contrast-color);
  border-color: rgba(255, 255, 255, 0.25);
}
[data-theme=dark] .contact-section .wpcf7-form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
[data-theme=dark] {
  /* Submit button */
}
[data-theme=dark] .contact-section .wpcf7-submit {
  background: var(--accent-color);
  font-weight: 600;
  font-size: 1.1rem;
  border: none;
  cursor: pointer;
  width: auto;
}

/* ==========================================================================
   DEALER LOCATOR – FULL PAGE OVERRIDE
   Falcon Truck Bodies
   ========================================================================== */
.dealer-section {
  padding-bottom: 0;
}

#wpsl-wrap {
  background: var(--surface) !important;
  padding: 15px !important;
  border: 1px solid var(--border-color);
}
#wpsl-wrap .gm-style .gm-style-iw-c,
#wpsl-wrap .gm-style .wpsl-info-window * {
  color: #111111 !important;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul {
  padding: 10px !important;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores li {
  background: var(--surface-2) !important;
  border: 1px solid var(--border-color) !important;
}
#wpsl-wrap #wpsl-search-wrap .wpsl-select-wrap span,
#wpsl-wrap #wpsl-search-wrap .wpsl-select-wrap input#wpsl-search-input {
  color: var(--header-bg) !important;
}
#wpsl-wrap input, #wpsl-wrap #wpsl-search-btn {
  border: 1px solid var(--border-color) !important;
  border-radius: 0 !important;
  color: var(#000) !important;
}
#wpsl-wrap .wpsl-search {
  background: var(--surface-2) !important;
}
#wpsl-wrap #wpsl-result-list {
  padding: 15px !important;
}

/* ================================
   WP Store Locator – Map Styling
================================ */
#wpsl-gmap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

#wpsl-gmap .gm-style {
  filter: grayscale(100%) contrast(1.1) brightness(0.9);
}

/* =========================================================
   Falcon Product – Dimension Diagram (Theme-Aware)
   ========================================================= */
.product-diagram svg.falcon-diagram {
  display: block;
  max-width: 100%;
  height: auto;
  /* Inherit from global theme system */
  --diagram-stroke: var(--text-secondary);
  --diagram-text: var(--text-secondary);
  --diagram-bg: transparent;
}
.product-diagram {
  /* Subtle default state */
}
.product-diagram .dimension-line {
  opacity: 0.6;
  transition: opacity 0.15s ease;
}
.product-diagram {
  /* Active / highlighted state */
}
.product-diagram.is-active .dimension-line {
  opacity: 1;
}

/* ---------------------------------------------------------
   Smooth SVG transitions (safe)
   --------------------------------------------------------- */
.product-diagram svg {
  transition: stroke 0.15s ease, fill 0.15s ease;
}

/*--------------------------------------------------------------
# Terms Of Service Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.legal-page-title {
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.legal-page-title:before {
  content: "";
  background-color: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
}

.legal-page-title h1, .legal-page-title .h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  z-index: 2;
  padding-bottom: 20px;
  position: relative;
  color: var(--contrast-color) !important;
}

.legal-page-title h1::before, .legal-page-title .h1::before {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  background: color-mix(in srgb, var(--contrast-color), transparent 60%);
  left: 0;
  right: 0;
  bottom: 1px;
  margin: auto;
}

.legal-page-title h1::after, .legal-page-title .h1::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.terms-of-service .tos-header {
  margin-bottom: 60px;
}

.terms-of-service .tos-header .last-updated {
  display: inline-block;
  padding: 8px 20px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  border-radius: 30px;
  color: var(--accent-color);
  font-size: 0.95rem;
  margin-bottom: 20px;
}

.terms-of-service .tos-header h2, .terms-of-service .tos-header .h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.terms-of-service .tos-header p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}

.terms-of-service .tos-content .content-section {
  margin-bottom: 50px;
  scroll-margin-top: 100px;
}

.terms-of-service .tos-content .content-section:last-child {
  margin-bottom: 0;
}

.terms-of-service .tos-content .content-section h3, .terms-of-service .tos-content .content-section .h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: var(--heading-color);
}

.terms-of-service .tos-content .content-section p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  line-height: 1.7;
  margin-bottom: 20px;
}

.terms-of-service .tos-content .content-section p:last-child {
  margin-bottom: 0;
}

.terms-of-service .tos-content .content-section .info-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  border-radius: 15px;
  margin-top: 20px;
}

.terms-of-service .tos-content .content-section .info-box i {
  font-size: 1.5rem;
  color: var(--accent-color);
  flex-shrink: 0;
}

.terms-of-service .tos-content .content-section .info-box p {
  margin: 0;
  font-size: 0.95rem;
}

.terms-of-service .tos-content .content-section .list-items {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.terms-of-service .tos-content .content-section .list-items li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.terms-of-service .tos-content .content-section .list-items li:last-child {
  margin-bottom: 0;
}

.terms-of-service .tos-content .content-section .list-items li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--accent-color);
}

.terms-of-service .tos-content .content-section .alert-box {
  display: flex;
  gap: 20px;
  padding: 25px;
  background-color: var(--surface-color);
  border-radius: 15px;
  border-left: 4px solid var(--accent-color);
  margin-top: 20px;
}

.terms-of-service .tos-content .content-section .alert-box i {
  font-size: 2rem;
  color: var(--accent-color);
  flex-shrink: 0;
}

.terms-of-service .tos-content .content-section .alert-box .alert-content h5, .terms-of-service .tos-content .content-section .alert-box .alert-content .h5 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.terms-of-service .tos-content .content-section .alert-box .alert-content p {
  margin: 0;
  font-size: 0.95rem;
}

.terms-of-service .tos-content .content-section .prohibited-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}

@media (max-width: 576px) {
  .terms-of-service .tos-content .content-section .prohibited-list {
    grid-template-columns: 1fr;
  }
}
.terms-of-service .tos-content .content-section .prohibited-list .prohibited-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  background-color: var(--surface-color);
  border-radius: 12px;
}

.terms-of-service .tos-content .content-section .prohibited-list .prohibited-item i {
  color: #dc3545;
  font-size: 1.2rem;
}

.terms-of-service .tos-content .content-section .prohibited-list .prohibited-item span {
  font-size: 0.95rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.terms-of-service .tos-content .content-section .disclaimer-box {
  background-color: var(--surface-color);
  padding: 25px;
  border-radius: 15px;
  margin-top: 20px;
}

.terms-of-service .tos-content .content-section .disclaimer-box p {
  margin-bottom: 15px;
  font-weight: 500;
}

.terms-of-service .tos-content .content-section .disclaimer-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.terms-of-service .tos-content .content-section .disclaimer-box ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 0.95rem;
}

.terms-of-service .tos-content .content-section .disclaimer-box ul li:last-child {
  margin-bottom: 0;
}

.terms-of-service .tos-content .content-section .disclaimer-box ul li::before {
  content: "";
  position: absolute;
  left: 8px;
  color: var(--accent-color);
}

.terms-of-service .tos-content .content-section .notice-box {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  border-radius: 15px;
  margin-top: 20px;
}

.terms-of-service .tos-content .content-section .notice-box i {
  font-size: 1.5rem;
  color: var(--accent-color);
  flex-shrink: 0;
}

.terms-of-service .tos-content .content-section .notice-box p {
  margin: 0;
  font-size: 0.95rem;
}

.terms-of-service .tos-contact {
  margin-top: 60px;
}

.terms-of-service .tos-contact .contact-box {
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent-color), transparent 95%) 0%, color-mix(in srgb, var(--accent-color), transparent 98%) 100%);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 576px) {
  .terms-of-service .tos-contact .contact-box {
    flex-direction: column;
    text-align: center;
  }
}
.terms-of-service .tos-contact .contact-box .contact-icon {
  width: 60px;
  height: 60px;
  background-color: var(--accent-color);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.terms-of-service .tos-contact .contact-box .contact-icon i {
  font-size: 1.8rem;
  color: var(--contrast-color);
}

.terms-of-service .tos-contact .contact-box .contact-content {
  flex: 1;
}

.terms-of-service .tos-contact .contact-box .contact-content h4, .terms-of-service .tos-contact .contact-box .contact-content .h4 {
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.terms-of-service .tos-contact .contact-box .contact-content p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-bottom: 15px;
}

.terms-of-service .tos-contact .contact-box .contact-content .contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 25px;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
}

.terms-of-service .tos-contact .contact-box .contact-content .contact-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@media print {
  .terms-of-service .tos-contact {
    display: none;
  }
  .terms-of-service .content-section {
    page-break-inside: avoid;
  }
}
/* =================================================
   CONTRACTOR BODIES – PAGE ONLY
================================================= */
/* HERO */
.cb-hero {
  padding: 6rem 0;
  background: linear-gradient(var(--overlay-image), var(--overlay-image)), url("../images/contractor-bodies-hero.webp") center/cover no-repeat;
  color: var(--text-on-image);
}

.sb-hero {
  padding: 6rem 0;
  background: linear-gradient(var(--overlay-image), var(--overlay-image)), url("../images/service-bodies-herov3.webp") center/cover no-repeat;
  color: var(--text-on-image);
}
.sb-hero .tagline {
  color: color-mix(in srgb, var(--text-on-image), transparent 25%);
}

.sb-hero .container .row {
  justify-content: flex-end;
}

.mechanics-hero {
  padding: 6rem 0;
  background: linear-gradient(var(--overlay-image), var(--overlay-image)), url("../images/mechanics-bodies-hero.webp") center/cover no-repeat;
  color: var(--text-on-image);
}
.mechanics-hero .tagline {
  color: color-mix(in srgb, var(--text-on-image), transparent 25%);
}

.mechanics-hero .container .row {
  justify-content: flex-end;
}

/* =================================================
   ENCLOSED BODIES – PAGE ONLY
================================================= */
/* HERO */
.eb-hero {
  padding: 6rem 0;
  background: linear-gradient(var(--overlay-image), var(--overlay-image)), url("../images/enclosed-bodies-hero.webp") center/cover no-repeat;
  color: var(--text-on-image);
}
.eb-hero h1, .eb-hero .h1 {
  color: #fff !important;
}
.eb-hero .tagline {
  color: color-mix(in srgb, white, transparent 25%);
}

.eb-hero .container .row {
  justify-content: flex-end;
}

/* =================================================
   SAW TRUCKS – PAGE ONLY
================================================= */
/* HERO */
.st-hero {
  padding: 6rem 0;
  background: linear-gradient(var(--overlay-image), var(--overlay-image)), url("../images/saw-bodies-hero.webp") center/cover no-repeat;
  color: var(--text-on-image);
}
.st-hero h1, .st-hero .h1 {
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.9);
}
.st-hero .tagline {
  font-size: 1.25rem;
  color: color-mix(in srgb, var(--text-on-image), transparent 25%);
}

.st-hero .container .row {
  justify-content: flex-end;
}

/* =================================================
   HAULER BODIES – PAGE ONLY
================================================= */
/* HERO */
.hb-hero {
  padding: 6rem 0;
  background: linear-gradient(var(--overlay-image), var(--overlay-image)), url("../images/hauler-bodies-hero.webp") center/cover no-repeat;
  color: var(--text-on-image);
}
.hb-hero h1, .hb-hero .h1 {
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.9);
}
.hb-hero .tagline {
  font-size: 1.25rem;
  color: color-mix(in srgb, var(--text-on-image), transparent 25%);
}

.hb-hero .container .row {
  justify-content: flex-end;
}

/* =================================================
   LANDSCAPE BODIES – PAGE ONLY
================================================= */
/* HERO */
.lb-hero {
  padding: 6rem 0;
  background: linear-gradient(var(--overlay-image), var(--overlay-image)), url("../images/landscape-bodies-hero.webp") center/cover no-repeat;
  color: var(--text-on-image);
}
.lb-hero h1, .lb-hero .h1 {
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.9);
}
.lb-hero .tagline {
  font-size: 1.25rem;
  color: color-mix(in srgb, var(--text-on-image), transparent 25%);
}

.lb-hero .container .row {
  justify-content: flex-end;
}

/* =================================================
   CHIPPER BODIES – PAGE ONLY
================================================= */
/* HERO */
.chb-hero {
  padding: 6rem 0;
  background: linear-gradient(var(--overlay-image), var(--overlay-image)), url("../images/chipper-bodies-hero.webp") center/cover no-repeat;
  color: var(--text-on-image);
}
.chb-hero h1, .chb-hero .h1 {
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.9);
}
.chb-hero .tagline {
  font-size: 1.25rem;
  color: color-mix(in srgb, var(--text-on-image), transparent 25%);
}

.chb-hero .container .row {
  justify-content: flex-end;
}

/* =================================================
   WELDER BODIES – PAGE ONLY
================================================= */
/* HERO */
.wb-hero {
  padding: 6rem 0;
  background: linear-gradient(var(--overlay-image), var(--overlay-image)), url("../images/welder-bodies-hero.webp") center/cover no-repeat;
  color: var(--text-on-image);
}
.wb-hero h1, .wb-hero .h1 {
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.9);
}
.wb-hero .tagline {
  font-size: 1.25rem;
  color: color-mix(in srgb, var(--text-on-image), transparent 25%);
}

.wb-hero .container .row {
  justify-content: flex-end;
}

/* =================================================
   BOX TRUCKS – PAGE ONLY
================================================= */
/* HERO */
.bt-hero {
  padding: 6rem 0;
  background: linear-gradient(var(--overlay-image), var(--overlay-image)), url("../images/box-trucks-hero.webp") center/cover no-repeat;
  color: var(--text-on-image);
}
.bt-hero h1, .bt-hero .h1 {
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.9);
}
.bt-hero .tagline {
  font-size: 1.25rem;
  color: color-mix(in srgb, var(--text-on-image), transparent 25%);
}

.bt-hero .container .row {
  justify-content: flex-end;
}

.product-list-item .product-description {
  color: var(--contrast-color) !important;
  font-size: 1.25rem;
  line-height: 1.7;
  margin-bottom: 0 !important;
}
.product-list-item h2 a, .product-list-item .h2 a {
  color: var(--contrast-color) !important;
  font-size: 2.5rem !important;
}
.product-list-item .product-features li {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 8px;
}
.product-list-item .btn-primary {
  background: var(--accent-color, #3aa0ff) !important;
  color: #fff !important;
  padding: 14px 26px;
  border: 1px solid color-mix(in srgb, var(--color-primary), transparent 20%) !important;
  width: auto;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1.25rem;
  cursor: pointer;
  margin-top: 10px;
}
.product-list-item .btn-primary:hover {
  background: color-mix(in srgb, var(--color-primary), transparent 70%) !important;
  border: 1px solid color-mix(in srgb, var(--color-primary), transparent 20%) !important;
  color: white;
}

.product-features {
  font-size: 0.95rem;
}
.product-features .product-feature {
  margin-bottom: 0.05rem;
}
.product-features .product-feature br {
  display: none;
}
.product-features .product-feature i {
  width: 2rem;
  height: 2rem;
  background-color: color-mix(in srgb, var(--accent-color), transparent 94%);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
  color: white;
  padding: auto;
  text-align: center;
  margin-right: 1rem;
  line-height: 2rem;
}
.product-features .product-feature:last-child {
  margin-bottom: 0;
}
.product-features strong {
  display: block;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 0;
}
.product-features span {
  color: #adb5bd;
  margin-top: 0;
  padding-top: 0;
}

.falcon-bodies-showcase .product-list-item.is-reversed .row {
  flex-direction: row-reverse !important;
}

.falcon-bodies-showcase .product-list-item .image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.falcon-bodies-showcase .product-list-item .feature-content-wrap {
  padding: 3rem 2.5rem;
}
@media (max-width: 991.98px) {
  .falcon-bodies-showcase .product-list-item .feature-content-wrap {
    padding: 2rem 1.5rem;
  }
}
.falcon-bodies-showcase .product-list-item.bg-dark-section {
  background: var(--surface-1) !important;
}
.falcon-bodies-showcase .product-list-item.bg-light {
  background: var(--section-primary) !important;
}

.single-product .benefit-item {
  border-bottom-color: var(--border-color);
}
.single-product .benefit-item .benefit-content h4, .single-product .benefit-item .benefit-content .h4 {
  color: var(--heading-color);
}
.single-product .benefit-item .benefit-content p {
  color: var(--text-secondary);
}
.single-product .benefit-item .benefit-icon i {
  color: var(--accent-color);
}

.product-template-default {
  background-color: var(--background-color);
}

.wp-singular.product-template-default .page-wrapper {
  background-color: var(--background-color) !important;
}

.single-product .woocommerce-product-details__short-description table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
.single-product .woocommerce-product-details__short-description th {
  width: 240px;
  max-width: 240px;
  white-space: normal;
  vertical-align: top;
  font-weight: 600;
}
.single-product .woocommerce-product-details__short-description td {
  width: auto;
}

.product .tab-content table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

.product .tab-content table tr th {
  width: 220px;
  max-width: 220px;
  white-space: normal;
  vertical-align: top;
  font-weight: 600;
}

.product .tab-content table tr td {
  width: auto;
}

.single-product .main .container,
.single-product .main-content .container,
.single-product .content-area .container,
.single-product .site-content .container {
  max-width: 1500px !important;
  width: 100%;
}
.single-product .container.molla-sidebar,
.single-product .container.sidebar-wrapper,
.single-product .container.shop-sidebar,
.single-product .container.shop-content {
  max-width: 1500px !important;
  width: 100%;
}
.single-product .main .container,
.single-product .main-content .container,
.single-product .content-area .container,
.single-product .site-content .container {
  padding-left: 2rem;
  padding-right: 2rem;
}

.woocommerce-product-gallery a:before {
  border-color: color-mix(in srgb, var(--default-color), transparent 80%) !important;
}

.summary .product_meta,
.summary .star-rating {
  display: none !important;
}
.summary .price {
  display: none;
}

.product-intro .product_title.entry-title {
  margin-bottom: 0 !important;
}

.product-intro .summary.entry-summary h2, .product-intro .summary.entry-summary .h2 {
  color: var(--heading-color) !important;
}
.product-intro .summary.entry-summary p {
  color: var(--text-primary) !important;
}
.product-intro .summary.entry-summary li {
  color: var(--text-secondary) !important;
}

.woocommerce-product-details__short-description h2, .woocommerce-product-details__short-description .h2 {
  display: none;
}
.woocommerce-product-details__short-description p,
.woocommerce-product-details__short-description li {
  color: var(--contrast-color) !important;
}
.woocommerce-product-details__short-description p br {
  display: none;
}

.related.products {
  display: none;
}

.tab-content .gradient-divider {
  margin: 50px auto !important;
}

.falcon-product-specifications .featured-card {
  padding: 5rem 15px 15px !important;
}
.falcon-product-specifications .featured-card .image {
  background: transparent !important;
  padding: 0 !important;
  margin-top: 3rem !important;
}
.falcon-product-specifications .featured-card .image img {
  height: auto !important;
}
.falcon-product-specifications .mini-spec-table tr {
  border-bottom: 1px solid var(--border-color);
}
.falcon-product-specifications .mini-spec-table th {
  width: 20% !important;
  text-align: center;
  margin-bottom: 3px !important;
}

.product .tab-content {
  border: 4px solid var(--border-color) !important;
}

.product .tab-content img {
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%) !important;
}

.product .tab-content table tr th {
  font-weight: 600;
  background-color: var(--section-primary) !important;
}

.product .tab-content table tr th,
.product .tab-content table td {
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%) !important;
  color: color-mix(in srgb, var(--default-color), transparent 20%) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  background-color: var(--accent-color) !important;
  border-radius: 0;
  color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 10%) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  border-radius: 0;
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%) !important;
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 65%) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li + li {
  margin-left: 0.35rem !important;
}

.woocommerce-product-gallery a:before {
  border-color: color-mix(in srgb, var(--default-color), transparent 80%) !important;
}

.summary .product_meta,
.star-rating {
  display: none !important;
}

.product-intro .product_title.entry-title {
  margin-bottom: 0 !important;
}

.woocommerce-product-details__short-description h2, .woocommerce-product-details__short-description .h2 {
  display: none;
}

.woocommerce-product-details__short-description p,
.woocommerce-product-details__short-description li {
  color: var(--contrast-color) !important;
}

.related.products {
  display: none;
}

.summary .price {
  display: none;
}

.woocommerce-product-details__short-description p br {
  display: none;
}

.tab-content .btn.btn-primary {
  background: var(--color-primary) !important;
  border-radius: 50px;
  color: white !important;
  border-bottom: var(--color-primary) !important;
  padding: 1rem 2rem !important;
}

.tab-content .btn.btn-primary br {
  display: none;
}

.tab-content .btn.btn-primary:hover {
  background: color-mix(in srgb, var(--color-primary), transparent 70%) !important;
  border: 1px solid color-mix(in srgb, var(--color-primary), transparent 20%) !important;
  color: white !important;
}

.woocommerce-Tabs-panel--description h2:nth-of-type(2), .woocommerce-Tabs-panel--description .h2:nth-of-type(2) {
  display: none;
}

.product .tab-content .woocommerce-Tabs-panel h2, .product .tab-content .woocommerce-Tabs-panel .h2, .product .tab-content .woocommerce-Tabs-panel h3, .product .tab-content .woocommerce-Tabs-panel .h3, .product .tab-content .woocommerce-Tabs-panel h4, .product .tab-content .woocommerce-Tabs-panel .h4 {
  color: var(--heading-color) !important;
}
.product .tab-content .woocommerce-Tabs-panel h2, .product .tab-content .woocommerce-Tabs-panel .h2 {
  font-size: 3rem !important;
}
.product .tab-content .woocommerce-Tabs-panel p {
  color: var(--text-primary) !important;
}
.product .tab-content .woocommerce-Tabs-panel li {
  color: var(--text-secondary) !important;
}
.product .tab-content .woocommerce-Tabs-panel .table-striped tr:nth-of-type(odd) {
  background-color: var(--surface) !important;
}

/* Fix GT3 Gallery thumbnail visibility */
.gt3-photo-gallery-container img,
.gt3pg-gallery-container img,
.gt3-photo-gallery img {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  max-width: 100%;
  height: auto;
}

.gt3-photo-gallery-container .gt3pg-item,
.gt3pg-gallery-container .gt3pg-item {
  opacity: 1 !important;
  visibility: visible !important;
}

.blog,
.post-template,
.wp-singular.post-template {
  background-color: var(--background-color);
}

.blog .page-wrapper,
.wp-singular.post-template .page-wrapper {
  background-color: var(--background-color);
}

.blog-entry-wrapper article {
  background: var(--surface-2) !important;
  border: 1px solid var(--surface-border) !important;
}
.blog-entry-wrapper .nav {
  display: none !important;
}

.sidebar .widget:not(:first-of-type) {
  border-top: 1px solid var(--surface-border) !important;
}

.widget .cat-item .count {
  color: var(--text-primary) !important;
  background: var(--surface-border) !important;
}

.pager-nav {
  border-bottom: 1px solid var(--surface-border) !important;
}

.nav-filter {
  margin-bottom: 40px;
  border-bottom: 1px solid color-mix(in srgb, var(--text-secondary), transparent 85%);
}
.nav-filter .nav-item a {
  color: var(--text-secondary);
  padding: 12px 20px;
  display: inline-block;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.nav-filter .nav-item a .count {
  margin-left: 6px;
  font-size: 12px;
  opacity: 0.6;
}
.nav-filter .nav-item a:hover {
  color: var(--accent-color);
  border-bottom-color: var(--accent-color);
}
.nav-filter .nav-item.active a {
  color: var(--accent-color);
  border-bottom-color: var(--accent-color);
}

.post-wrapper .post {
  background-color: var(--surface-color);
  border: 1px solid var(--border-color);
  border-radius: 0;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.post-wrapper .post:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.post-mask {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.post-mask::before {
  display: none !important;
}
.post-mask .entry-media {
  width: 100%;
  position: relative;
}
.post-mask .entry-media img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.post-mask .entry-media:hover img {
  transform: scale(1.05);
}
.post-mask .entry-body {
  padding: 20px;
  flex: 1;
}

.entry-meta {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 8px;
}
.entry-meta a {
  color: var(--accent-color) !important;
}
.entry-meta a:hover {
  text-decoration: none;
}

.entry-title a {
  color: var(--heading-color);
  transition: color 0.2s ease;
}
.entry-title a:hover {
  color: var(--accent-color);
}

.posts .entry-cats {
  color: var(--text-primary) !important;
}

.wp-singular.post-template .page-content {
  color: var(--text-secondary);
}
.wp-singular.post-template .page-content h1, .wp-singular.post-template .page-content .h1, .wp-singular.post-template .page-content h2, .wp-singular.post-template .page-content .h2, .wp-singular.post-template .page-content h3, .wp-singular.post-template .page-content .h3, .wp-singular.post-template .page-content h4, .wp-singular.post-template .page-content .h4, .wp-singular.post-template .page-content h5, .wp-singular.post-template .page-content .h5, .wp-singular.post-template .page-content h6, .wp-singular.post-template .page-content .h6 {
  color: var(--heading-color);
  margin-top: 2.5rem;
}
.wp-singular.post-template .page-content p,
.wp-singular.post-template .page-content li {
  color: var(--text-secondary);
  line-height: 1.7;
}
.wp-singular.post-template .page-content a {
  color: var(--accent-color);
}
.wp-singular.post-template .page-content a:hover {
  text-decoration: underline;
}
.wp-singular.post-template .page-content strong {
  color: var(--heading-color);
  font-weight: 600;
}
.wp-singular.post-template .page-content em {
  color: var(--text-secondary);
}

.comment-respond {
  background-color: var(--surface-color);
  border: 1px solid var(--border-color);
  padding: 32px;
  margin-top: 48px;
  border-radius: 0;
  position: relative;
  z-index: 1;
}
.comment-respond h3, .comment-respond .h3 {
  color: var(--heading-color);
  margin-bottom: 20px;
}
.comment-respond textarea,
.comment-respond input[type=text],
.comment-respond input[type=email],
.comment-respond input[type=url] {
  background-color: var(--background-color);
  color: var(--text-primary);
  border: 1px solid var(--border-color);
  padding: 12px;
  width: 100%;
}
.comment-respond textarea:focus,
.comment-respond input[type=text]:focus,
.comment-respond input[type=email]:focus,
.comment-respond input[type=url]:focus {
  border-color: var(--accent-color);
  outline: none;
}
.comment-respond .form-submit input {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border: none;
  padding: 12px 28px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
}
.comment-respond .form-submit input:hover {
  opacity: 0.9;
}

[data-theme=dark] .nav-filter {
  border-bottom-color: color-mix(in srgb, var(--text-secondary), transparent 70%);
}
[data-theme=dark] .post-wrapper .post {
  background-color: var(--surface-color);
  border-color: var(--border-color);
}
[data-theme=dark] .comment-respond {
  background-color: var(--surface-color);
  border-color: var(--border-color);
}

.post-mask:before {
  display: none !important;
}

.post-mask {
  display: flex !important;
  flex-direction: column !important;
  height: 100%;
  position: relative !important;
}
.post-mask .entry-media {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
}
.post-mask .entry-media a {
  display: block;
  overflow: hidden;
}
.post-mask .entry-media a img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
  position: relative !important;
}
.post-mask .entry-media:hover img {
  transform: scale(1.05);
}
.post-mask .entry-body {
  position: relative !important;
  width: 100% !important;
  padding: 20px;
  left: auto !important;
  top: auto !important;
  transform: none !important;
}

[class*=searchform] .search-wrapper input {
  background: var(--surface-color) !important;
  border: 1px solid var(--border-color);
}

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

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

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

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

@media (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .hide-desktop {
    display: none !important;
  }
}

/*# sourceMappingURL=custom.css.map */
