@charset "UTF-8";
/*!
* Start Bootstrap - New Age v6.0.7 (https://startbootstrap.com/theme/new-age)
* Copyright 2013-2023 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-new-age/blob/master/LICENSE)
*/
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #2937f0;
  --bs-indigo: #6610f2;
  --bs-purple: #9f1ae2;
  --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: #2937f0;
  --bs-secondary: #9f1ae2;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 41, 55, 240;
  --bs-secondary-rgb: 159, 26, 226;
  --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-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --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: Mulish, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 500;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --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-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #2937f0;
  --bs-link-hover-color: #212cc0;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

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

html {
  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);
}

h5, .h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Newsreader", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  line-height: 1.2;
}

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

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

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

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

h5 {
  font-size: 1.25rem;
}

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

ul {
  padding-left: 2rem;
}

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

strong {
  font-weight: bolder;
}

.small {
  font-size: 0.875em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

img,
svg {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button {
  text-transform: none;
}

button,
[type=button],
[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;
}

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

/* 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;
}

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

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

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

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

.container,
.container-fluid {
  --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 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.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);
}

.gx-5 {
  --bs-gutter-x: 3rem;
}
@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #949bf8;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(41, 55, 240, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .was-validated .input-group > .form-select:not(:focus):valid, .input-group > .form-select:not(:focus).is-valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .was-validated .input-group > .form-select:not(:focus):invalid, .input-group > .form-select:not(:focus).is-invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.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: 500;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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: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);
}
:not(.btn-check) + .btn:active, .btn:first-child:active {
  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 {
  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-link:focus-visible {
  color: var(--bs-btn-color);
}

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

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

.accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-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, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232532d8'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #949bf8;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(41, 55, 240, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #2532d8;
  --bs-accordion-active-bg: #eaebfe;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(41, 55, 240, 0.25);
  opacity: 1;
}
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --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: 1px;
  --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: 1px;
  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;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

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

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

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.border-0 {
  border: 0 !important;
}

.w-100 {
  width: 100% !important;
}

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

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

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

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

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

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

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

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

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

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

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fw-normal {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
}
@media (min-width: 1200px) {
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
html {
  scroll-padding-top: 4.5rem;
}

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


.font-alt {
  font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

aside,
section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#mainNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
}


/*!
 * html5-device-mockups (https://github.com/pixelsign/html5-device-mockups)
 * Copyright 2013 - 2017 pixelsign
 * Licensed under MIT (https://github.com/pixelsign/html5-device-mockups/blob/master/LICENSE.txt)
 * Last Build: Tue Nov 14 2017 12:40:57
 */
.device-wrapper {
  max-width: 300px;
  width: 100%;
}

.device {
  position: relative;
  background-size: cover;
}

.device::after {
  position: absolute;
  background-size: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.device .screen {
  position: absolute;
  background-size: cover;
  pointer-events: auto;
}

.device[data-device=iPhoneX][data-orientation=portrait][data-color=black] {
  padding-bottom: 198.898071625%;
}

.device[data-device=iPhoneX][data-orientation=portrait][data-color=black] .screen {
  top: 3.1855955679%;
  left: 6.8870523416%;
  width: 86.2258953168%;
  height: 93.6288088643%;
}

.device[data-device=iPhoneX][data-orientation=portrait][data-color=black]::after {
  content: "";
  background-image: url("../assets/img/portrait_black.png");
}

section.cta {
  position: relative;
  padding: 15rem 0;
  background-position: center;
  background-size: cover;
}
section.cta .cta-content {
  position: relative;
  z-index: 1;
}
section.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.features-device-mockup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.features-device-mockup .circle {
  position: absolute;
  left: 0;
  fill: url(#circleGradient);
  width: 70%;
  display: none;
}
.features-device-mockup .shape-1 {
  position: absolute;
  height: 1rem;
  width: 1rem;
  transform: rotate(10deg);
  fill: #2937f0;
  top: 15%;
  right: 10%;
}
.features-device-mockup .shape-2 {
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  fill: #2937f0;
  bottom: 15%;
  left: 10%;
}
.features-device-mockup .device-wrapper {
  max-width: 10rem;
}

@media (min-width: 576px) {
  .features-device-mockup .circle {
    width: 70%;
    display: block;
    left: auto;
  }
  .features-device-mockup .device-wrapper {
    max-width: 12.5rem;
  }
}
@media (min-width: 768px) {
  .features-device-mockup .circle {
    width: 60%;
    left: auto;
  }
  .features-device-mockup .device-wrapper {
    max-width: 15rem;
  }
}
@media (min-width: 992px) {
  .features-device-mockup .circle {
    width: 90%;
    left: -25%;
  }
  .features-device-mockup .shape-1 {
    top: 5%;
    right: -15%;
  }
  .features-device-mockup .shape-2 {
    bottom: 10%;
    left: -10%;
  }
  .features-device-mockup .device-wrapper {
    max-width: 15rem;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .features-device-mockup .circle {
    width: 75%;
    left: 0;
  }
  .features-device-mockup .shape-2 {
    bottom: 15%;
    left: 10%;
  }
  .features-device-mockup .device-wrapper {
    max-width: 15rem;
  }
}
@media (min-width: 1400px) {
  .features-device-mockup .circle {
    width: 80%;
    left: 0;
  }
  .features-device-mockup .device-wrapper {
    max-width: 17rem;
  }
}
footer a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
footer a:hover, footer a:active, footer a:focus {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
}

.masthead {
  background-color: #f8f9fa;
  padding-top: 9.5rem;
  padding-bottom: 5rem;
}
.masthead .masthead-device-mockup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.masthead .masthead-device-mockup .circle {
  position: absolute;
  fill: url(#circleGradient);
  width: 70%;
  display: none;
}
.masthead .masthead-device-mockup .circle .gradient-start-color {
  stop-color: #2937f0;
}
.masthead .masthead-device-mockup .circle .gradient-end-color {
  stop-color: #9f1ae2;
}
.masthead .masthead-device-mockup .shape-1 {
  position: absolute;
  height: 1rem;
  width: 1rem;
  transform: rotate(-10deg);
  fill: #2937f0;
  bottom: 15%;
  left: 10%;
}
.masthead .masthead-device-mockup .shape-2 {
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  fill: #2937f0;
  top: 15%;
  right: 10%;
}
.masthead .masthead-device-mockup .device-wrapper {
  max-width: 10rem;
}
@media (min-width: 576px) {
  .masthead .masthead-device-mockup .circle {
    width: 70%;
    display: block;
  }
  .masthead .masthead-device-mockup .device-wrapper {
    max-width: 12.5rem;
  }
}
@media (min-width: 768px) {
  .masthead .masthead-device-mockup .circle {
    width: 60%;
  }
  .masthead .masthead-device-mockup .device-wrapper {
    max-width: 15rem;
  }
}
@media (min-width: 992px) {
  .masthead .masthead-device-mockup .circle {
    width: 90%;
  }
  .masthead .masthead-device-mockup .device-wrapper {
    max-width: 15rem;
  }
}
@media (min-width: 1200px) {
  .masthead .masthead-device-mockup .circle {
    width: 75%;
  }
  .masthead .masthead-device-mockup .device-wrapper {
    max-width: 15rem;
  }
}
@media (min-width: 1400px) {
  .masthead .masthead-device-mockup .circle {
    width: 70%;
  }
  .masthead .masthead-device-mockup .device-wrapper {
    max-width: 17rem;
  }
}
body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #333;
}

h1, h2, h3, h5 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  letter-spacing: -0.25px;
  color: var(--text-dark, #031e33);
}

.lead {
  font-size: 1.125rem;
  font-weight: 500;
}
:root {
  --primary-color: #30B3AE;
  --primary-color-dark: #247e7b;
  --text-dark: #031e33;
}

/* Primary button */

/* Gradient background */

/* Section spacing */
section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}


/* CTA outline variant (for white-on-dark buttons) */
/* Consistent section spacing */
section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* Headline polish with Space Grotesk */
section h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: -0.25px;
  color: var(--text-dark, #031e33);
  margin-bottom: 1.5rem;
}

/* Quote/testimonial tone */

/* Footer links – softer styling */
footer a {
  color: #aaa;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.custom-gradient-background {
  background: linear-gradient(90deg, #30B3AE 0%, #247e7b 100%);
  padding: 5rem 0;
}
/* Base button styling */
.btn {
  border-radius: 6px;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  transition: all 0.2s ease;
  text-transform: capitalize;
}

/* Primary button color (for main CTAs) */

/* Secondary/Outline buttons */

/* Action buttons */
.btn-lg {
  font-size: 1.25rem;
  padding: 1rem 2rem;
}
/* Consistent padding for all sections */
section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* Special case for Hero Section */

/* ==== PitSync Form Custom Styling ==== */

.pitsync-input {
  border-radius: 0.5rem;
  border: 1px solid #ced4da;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  background-color: #fff;
  color: #212529;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.pitsync-input:focus {
  border-color: #30B3AE;
  box-shadow: 0 0 0 0.25rem rgba(48, 179, 174, 0.25);
  outline: none;
}

.pitsync-btn {
  background-color: #30B3AE !important;
  border-color: #30B3AE !important;
  border-radius: 0.5rem;
  font-weight: 600;
  padding: 0.75rem 1rem;
  font-size: 1rem;
}

.pitsync-btn:hover {
  background-color: #259c9a;
  border-color: #259c9a;
}

/* === PitSync Floating Input Overrides === */
.pitsync-input {
  border-radius: 0.5rem;
  border: 1px solid #ced4da;
  padding: 1rem 1rem 0.5rem;
  font-size: 1rem;
  background-color: #fff;
  color: #212529;
}

.pitsync-input:focus {
  border-color: #30B3AE;
  box-shadow: 0 0 0 0.25rem rgba(48, 179, 174, 0.25);
  outline: none;
}
/* === PitSync Button Styling === */
.pitsync-btn {
  background-color: #30B3AE;
  border-color: #30B3AE;
  color: #fff;
  border-radius: 0.5rem;
  font-weight: 600;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.pitsync-btn:hover,
.pitsync-btn:focus {
  background-color: #259c9a;
  border-color: #259c9a;
  color: #fff;
}
.pitsync-input {
  border-radius: 0.5rem;
  border: 1px solid #ced4da;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  background-color: #fff;
  color: #212529;
}

.pitsync-input:focus {
  border-color: #30B3AE;
  box-shadow: 0 0 0 0.2rem rgba(48, 179, 174, 0.25);
  outline: none;
}

.pitsync-btn {
  background-color: #30B3AE;
  border-color: #30B3AE;
  color: #fff;
  font-weight: 600;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: background-color 0.2s ease-in-out;
}

.pitsync-btn:hover {
  background-color: #259c9a;
  border-color: #259c9a;
}

.pitsync-input {
  border-radius: 0.5rem;
  border: 1px solid #ced4da;
  padding: 0.75rem 1rem;
  font-size: 1rem;
}

.pitsync-btn {
  background-color: #30B3AE;
  border-color: #30B3AE;
  color: #fff;
  font-weight: 600;
  border-radius: 0.5rem;
  font-size: 1rem;
  padding: 0.75rem 1rem;
}
.app-badge {
  height: 64px;
  display: block;
}
.badge-label {
  position: absolute;
  bottom: 4px;
  right: 4px;
  background: #000;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0.85;
}
.store-badges {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}

@media (max-width: 768px) {
  .store-badges {
    flex-direction: column;
  }
}


.app-store-wrapper {
  position: relative;
  display: inline-block;
}

.app-store-wrapper .coming-soon-badge {
  position: absolute;
  bottom: 4px;
  right: 4px;
  background: #000;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 4px;
  opacity: 0.85;
  white-space: nowrap;
  z-index: 2;
}

.dimmed {
  opacity: 0.7;
}

.masthead-heading {
  font-size: 2rem;
  font-weight: 600;
}

.masthead-subheading {
  font-size: 1.125rem;
  color: #6c757d;
  margin-top: 12px;
}

@media (max-width: 768px) {
  .masthead h1 {
    font-size: 2rem;
    line-height: 1.3;
    word-break: break-word;
  }
  .masthead p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .masthead img {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .store-badges img[src*="google-play"] {
    height: 72px !important;
  }

  .store-badges img[src*="app-store"] {
    height: 64px;
  }
}
.store-badges {
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 992px) {
  .masthead .text-block {
    max-width: 480px;
    margin-left: auto;
    margin-right: 0;
  }
}
.store-badges {
  margin-top: 2rem;
  gap: 1rem;
}
  .masthead p {
    font-size: 1rem;
    line-height: 1.6;
  }

   .store-badges {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

/* === NAVBAR === */
.navbar {
  position: fixed;
  top: 0; left: 0; width: 100%;
  height: 64px;
  background: #30B3AE;
  color: #fff;
  z-index: 1000;
  box-shadow: 0 2px 12px rgba(48,179,174,0.08);
  display: flex; align-items: center; justify-content: center;
}

.navbar-container {
  width: 100%; max-width: 1200px;
  display: flex; align-items: center;
  padding: 0 24px;
}

.navbar-brand img {
  height: 34px;
}

.navbar-toggler {
  background: none; border: none;
  margin-left: auto;
  font-size: 1.9rem;
  display: none;
  cursor: pointer;
}

.navbar-toggler-icon {
  display: block;
  width: 30px; height: 3px;
  background: #fff;
  border-radius: 2px;
  position: relative;
}
.navbar-toggler-icon:before,
.navbar-toggler-icon:after {
  content: '';
  position: absolute; left: 0;
  width: 30px; height: 3px;
  background: #fff; border-radius: 2px;
  transition: all 0.2s;
}
.navbar-toggler-icon:before { top: -9px; }
.navbar-toggler-icon:after { top: 9px; }

.navbar-nav {
  display: flex; gap: 28px;
  list-style: none;
  margin-left: auto; margin-bottom: 0;
}
.navbar-nav .nav-link {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  padding: 8px 12px;
  border-radius: 6px;
  transition: background 0.15s;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  background: rgba(255,255,255,0.11);
  color: #fff;
}

@media (max-width: 991px) {
  .navbar { height: 56px; }
  .navbar-brand img.brand-logo { height: 27px; }      /* scope to our logo class */
  .navbar-nav {
    position: absolute; right: 0; top: 56px;
    flex-direction: column; gap: 0;
    width: 100vw;
    background: #30B3AE;
    box-shadow: 0 6px 24px rgba(0,0,0,0.12);
    padding: 18px 0;
    display: none;
  }
  .navbar.open .navbar-nav { display: flex; }         /* single source of truth */
  .navbar-nav .nav-link {
    text-align: center;
    padding: 16px 0;
    font-size: 1.13rem;
    border-bottom: 1px solid rgba(255,255,255,0.10);
  }
  .navbar-toggler { display: block; }
}


/* === HERO === */
.hero {
  background: #f8f9fa;
  padding-top: 80px;
  padding-bottom: 70px;
  min-height: 90vh;
  border-bottom: 1px solid #e8ecef;
  display: flex; align-items: center; justify-content: center;
}
.hero-container {
  width: 100%; max-width: 1200px;
  margin: 0 auto; padding: 0 24px;
}
.hero-row {
  display: flex;
  align-items: center; justify-content: space-between;
  gap: 56px;
}
.hero-left {
  flex: 1 1 0; min-width: 0;
  display: flex; flex-direction: column; align-items: flex-start;
}
.hero-title {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 2.7rem; font-weight: 700;
  color: #031e33;
  margin-bottom: 18px;
  line-height: 1.13;
}
.hero-subtext {
  font-size: 1.1rem; color: #6c757d;
  margin-bottom: 20px; max-width: 440px;
}
.hero-badges {
  text-align: center;
  margin-top: 8px !important;
  margin-bottom: 8px !important; /* optional: add a little space below */
}
.badge-img {
  width: 185px;  /* increase size, adjust as needed */
  max-width: 185px;
  height: auto;
  display: inline-block; /* keep it inline with text center */
}
.hero-right {
  flex: 1 1 0;
  display: flex; align-items: center; justify-content: center;
}
.hero-image {
  max-width: 410px; width: 90%; height: auto;
  max-height: 78vh;
  border-radius: 18px;
  box-shadow: 0 4px 32px rgba(48,179,174,0.09);
  background: none;
  object-fit: contain;
}

@media (max-width: 991px) {
  .hero {
    padding-top: 64px;
    padding-bottom: 44px;
    min-height: 70vh;
  }
  .hero-row {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .hero-left, .hero-right {
    flex: unset; width: 100%;
    align-items: center; text-align: center;
  }
  .hero-title { font-size: 1.42rem; margin-bottom: 10px; }
  .hero-subtext { font-size: 1rem; margin-bottom: 12px; max-width: 100%; }
  .badge-img { width: 48vw; max-width: 140px; min-width: 80px; }
  .hero-image {
    max-width: 99vw; margin-top: 16px;
    max-height: 270px; width: 98vw;
  }
}
@media (max-width: 600px) {
  .hero {
    padding-top: 80px !important;
    padding-bottom: 16px;
    min-height: 60vh;
  }
  .hero-title { font-size: 1.08rem; }
  .hero-image {
    max-height: 170px; margin-top: 18px;
  }
}
/* --- MOBILE ONLY: HERO POLISH, NO DESKTOP IMPACT --- */
@media (max-width: 600px) {

  /* 1. Hero section: fix top padding, remove weird white gap */
  .hero {
    background: #f8f9fa !important;
    padding-top: 72px !important;        /* Navbar height (56px) + 16px air */
    padding-bottom: 12px !important;
    min-height: unset !important;
  }

  /* 2. Hero container: tight but present side padding */
 .hero-container {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }


  /* 3. Hero title: bold and big, not hugging */
  .hero-title {
    font-size: 2rem !important;
    font-weight: 700 !important;
    line-height: 1.22 !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    letter-spacing: -0.5px;
  }

  /* 4. Hero subtext: readable, spaced */
  .hero-subtext {
    font-size: 1.09rem !important;
    margin-bottom: 14px !important;
    color: #6c757d !important;
  }

  /* 5. Play Store badge: large and tappable, not cramped */
  .badge-img {
    width: 95vw !important;
    max-width: 360px !important;
    min-width: 170px !important;
    height: auto !important;
    margin: 0 auto 4px auto !important;
    box-shadow: 0 2px 10px rgba(48,179,174,0.10);
    display: block !important;
  }
  .hero-badges {
    margin-bottom: 2px !important;
    margin-top: 0 !important;
  }

  /* 6. App screenshot: edge-to-edge in hero container, no white box */
  .hero-image {
    width: 96% !important;
    max-width: 440px !important;
    min-width: 160px !important;
    margin: 10px auto 0 auto !important;
    height: auto !important;
    max-height: 400px !important;
    border-radius: 15px !important;
    background: none !important;
    box-shadow: 0 6px 32px rgba(48,179,174,0.11), 0 1.5px 8px rgba(31,33,51,0.07);
    display: block !important;
  }

  /* 7. Reduce all vertical gaps in the hero stack */
  .hero-left, .hero-right {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
  }
  .hero-row {
    gap: 6px !important;
    margin-bottom: 0 !important;
  }
}
/* Only affect the CTA section's display-1 */
.cta .display-1 {
  font-size: clamp(2.2rem, 5vw, 3.5rem) !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.5px;
  margin-bottom: 1.5rem !important;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .cta .display-1 {
    font-size: clamp(1.5rem, 7vw, 2.2rem) !important;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .cta .display-1 {
    font-size: 1.25rem !important;
    max-width: 100%;
  }
}
/* Only affect the CTA section's display-1 */
.cta .display-1 {
  font-size: clamp(2.2rem, 5vw, 3.5rem) !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.5px;
  margin-bottom: 1.5rem !important;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .cta .display-1 {
    font-size: clamp(1.5rem, 7vw, 2.2rem) !important;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .cta .display-1 {
    font-size: 1.25rem !important;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  /* Move "Why PitSync Exists" lower on desktop */
  .why-pitsync-bg {
    margin-top: 56px;  /* Increase to 72px if you want it even lower */
  }

  /* Center hero image/text vertically and fill viewport */
  .hero {
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .hero-container {
    height: 100vh !important;
    display: flex !important;
    align-items: center !important;
  }
  .hero-row {
    align-items: center !important;
    min-height: 60vh;
    gap: 56px;
  }
}
/* Carousel styling to match current image size and fix stacking issue */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  display: none !important;
  position: relative;
  transition: transform 0.6s ease-in-out;
}
.carousel-item.active {
  display: block !important;
}
.carousel-item img {
  max-width: 360px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
/* --- Bootstrap Carousel Fix & Responsive Sizing --- */

.carousel-inner {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
}

.carousel-item {
  display: none !important;
  position: relative !important;
  transition: transform 0.6s ease-in-out !important;
}

.carousel-item.active {
  display: block !important;
}

/* Desktop & general image sizing */
.carousel-item img {
  max-width: 360px !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
  display: block !important;
}

/* Mobile-specific overrides */
@media (max-width: 600px) {
  .carousel-item img {
    max-width: 117vw !important; /* 30% larger than previous 90vw */
    max-height: 490px !important; /* 30% larger than previous 380px */
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    margin: 0 auto !important;
    display: block !important;
  }
}
/* Floating carousel arrows styling */
#featureCarousel {
  position: relative;
}

/* Mobile specific: increase size by ~30% */
@media (max-width: 600px) {
  #featureCarousel {
    max-width: 440px; /* ~30% larger */
  }
  #featureCarousel .carousel-item img {
    max-width: 100%;
    height: auto;
  }
}

/* Carousel container positioning and size */
#featureCarousel {
  position: relative;
  max-width: 360px; /* Desktop size */
  margin: 0 auto;
}

/* Carousel images size and styling */
#featureCarousel .carousel-item img {
  width: 100%;
  max-width: 360px;
  height: auto;
  margin: 0 auto;
  display: block;
  border-radius: 0.5rem; /* rounded corners */
  box-shadow: 0 4px 32px rgba(48, 179, 174, 0.09);
}

/* Increase carousel size on mobile by ~30% */
@media (max-width: 600px) {
  #featureCarousel {
    max-width: 440px; /* larger mobile size */
  }
  #featureCarousel .carousel-item img {
    max-width: 100%;
    height: auto;
  }
}

/* Floating prev/next arrow buttons styling */
#featureCarousel .carousel-control-prev,
#featureCarousel .carousel-control-next {
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(48, 179, 174, 0.85);
  border-radius: 50%;
  opacity: 0.85;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  z-index: 10;
  position: absolute;
  cursor: pointer;
}

#featureCarousel .carousel-control-prev:hover,
#featureCarousel .carousel-control-next:hover {
  background-color: rgba(48, 179, 174, 1);
  opacity: 1;
}

#featureCarousel .carousel-control-prev {
  left: -24px; /* position slightly outside left edge */
}

#featureCarousel .carousel-control-next {
  right: -24px; /* position slightly outside right edge */
}
/* Carousel container styling */
#featureCarousel {
  position: relative;
  max-width: 360px; /* match image size */
  margin: 0 auto;
}

/* Carousel images sizing */
#featureCarousel .carousel-item img {
  width: 100%;
  max-width: 360px;
  height: auto;
  margin: 0 auto;
  display: block;
  border-radius: 0.5rem; /* rounded corners */
  box-shadow: 0 4px 32px rgba(48, 179, 174, 0.09);
}

/* Increase size on mobile */
@media (max-width: 600px) {
  #featureCarousel {
    max-width: 440px; /* ~30% larger */
  }
  #featureCarousel .carousel-item img {
    max-width: 100%;
    height: auto;
  }
}

/* Floating prev/next arrow buttons */
#featureCarousel .carousel-control-prev,
#featureCarousel .carousel-control-next {
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent !important;
  opacity: 0.8;
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  transition: opacity 0.3s ease;
}

#featureCarousel .carousel-control-prev:hover,
#featureCarousel .carousel-control-next:hover {
  opacity: 1;
}

#featureCarousel .carousel-control-prev {
  left: -24px; /* outside left edge */
}

#featureCarousel .carousel-control-next {
  right: -24px; /* outside right edge */
}

/* Remove default icon backgrounds */
#featureCarousel .carousel-control-prev-icon,
#featureCarousel .carousel-control-next-icon {
  background-image: none !important;
  width: 24px;
  height: 24px;
  position: relative;
}

/* Black arrow shape with CSS */
#featureCarousel .carousel-control-prev-icon::after,
#featureCarousel .carousel-control-next-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: black;
  opacity: 1;
}

/* Left arrow rotation */
#featureCarousel .carousel-control-prev-icon::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}

/* Right arrow rotation */
#featureCarousel .carousel-control-next-icon::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* Remove visually hidden text */
#featureCarousel .carousel-control-prev > .visually-hidden,
#featureCarousel .carousel-control-next > .visually-hidden {
  display: none !important;
}
.carousel-indicators [data-bs-target] {
  background-color: #000 !important; /* solid black for inactive */
  opacity: 1 !important; /* no transparency */
  box-shadow: none !important; /* remove any shadow */
}

.carousel-indicators .active[data-bs-target] {
  background-color: #000 !important; /* solid black for active */
  opacity: 1 !important;
  box-shadow: none !important;
}

/* Remove animation effects */
.carousel-indicators [data-bs-target]::before,
.carousel-indicators [data-bs-target]::after {
  content: none !important;
}

@media (min-width: 992px) {
  .badge-img {
    max-width: 360px !important;  /* Larger max width on desktop */
    min-width: 220px !important;  /* Adjust if needed */
    width: auto !important;
    height: auto !important;
  }
  .hero-badges {
    margin-top: 12px !important;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .hero-title {
    margin-top: 48px !important;
  }
}

@media (min-width: 992px) {
  .hero-image {
    max-width: 900px;
    width: 100%;
    height: auto;
  }
}
[hidden] { display: none !important; }

