@charset "UTF-8"; /*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --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: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --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: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --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;
}
*,
::after,
::before {
  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: transparent;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  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;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ul {
  padding-left: 2rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul {
  margin-bottom: 0;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: 0.875em;
}
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;
}
img,
svg {
  vertical-align: middle;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
select,
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;
}
[type="button"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
.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;
}
@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;
  }
}
: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-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.g-0 {
  --bs-gutter-x: 0;
}
.g-0 {
  --bs-gutter-y: 0;
}
.g-3 {
  --bs-gutter-x: 1rem;
}
.g-3 {
  --bs-gutter-y: 1rem;
}
.g-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5 {
  --bs-gutter-x: 3rem;
}
.g-5 {
  --bs-gutter-y: 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-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .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%;
  }
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  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:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-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;
  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;
}
.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: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  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::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image:
    var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}
.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), 0.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.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active: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-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);
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: 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;
  background: 0 0;
  border: 0;
  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:focus,
.nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(
    var(--bs-border-radius) - (var(--bs-border-width))
  );
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --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: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(
    var(--bs-border-radius) - (var(--bs-border-width))
  );
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --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='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%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='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.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:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.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;
  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-header .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-header .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);
}
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: 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");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.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: var(--bs-box-shadow-sm);
  --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;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: 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-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-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: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.d-flex {
  display: flex !important;
}
.d-none {
  display: none !important;
}
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.w-100 {
  width: 100% !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-center {
  align-items: center !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.text-start {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 768px) {
  .p-md-5 {
    padding: 3rem !important;
  }
}
@media (min-width: 992px) {
  .align-items-lg-center {
    align-items: center !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
}
:root {
  --green: #123f3a;
  --green2: #1c544d;
  --mint: #d9ebe3;
  --cream: #f7f3eb;
  --coral: #ef775f;
  --ink: #17342f;
  --body: #60706d;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
  color: var(--body);
  line-height: 1.7;
  background: #fff;
}
.navbar-brand,
h1,
h2,
h3 {
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
}
h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.045em;
}
h1 em,
h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
  color: var(--coral);
}
a {
  text-decoration: none;
}
.topbar {
  background: var(--green);
  color: #dce8e5;
  padding: 8px 0;
  font-size: 0.82rem;
}
.topbar i {
  color: #9fd0bd;
  margin-right: 7px;
}
.navbar {
  background: rgba(255, 255, 255, 0.96);
  padding: 17px 0;
  border-bottom: 1px solid rgba(18, 63, 58, 0.08);
  backdrop-filter: blur(10px);
}
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--green);
}
.navbar-brand b {
  font-size: 1rem;
  letter-spacing: 0.09em;
  display: block;
  line-height: 1.1;
}
.navbar-brand small {
  font-size: 0.63rem;
  letter-spacing: 0.35em;
  display: block;
}
.brand-logo {
  display: block;
  width: 210px;
  height: 54px;
  object-fit: cover;
  object-position: center 54%;
}
.footer-brand .brand-logo {
  height: 160px;
}
.nav-link {
  font-weight: 600;
  color: #35504b !important;
  font-size: 0.92rem;
  padding: 0.6rem 0.8rem !important;
}
.nav-link:hover {
  color: var(--coral) !important;
}
.btn {
  border-radius: 2px;
  font-weight: 700;
  padding: 12px 22px;
}
.btn-brand {
  background: var(--coral);
  border-color: var(--coral);
  color: #fff;
}
.btn-brand:hover {
  background: #10172f;
  border-color: #10172f;
  color: #fff;
}
.btn i {
  margin-left: 8px;
}
.hero {
  position: relative;
  overflow: hidden;
  background: var(--cream);
}
.min-vh-75 {
  min-height: 75vh;
}
.hero h1 {
  font-size: clamp(3.2rem, 6.7vw, 6.1rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.065em;
  margin: 22px 0 26px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  font-size: 0.76rem;
  color: var(--green2);
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow span {
  width: 27px;
  height: 2px;
  background: var(--coral);
}
.hero-lead {
  font-size: 1.5rem;
  max-width: 600px;
  color: #576c67;
  margin-bottom: 32px;
}
.avatars {
  display: flex;
}
.avatars span {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: #c2dfd4;
  border: 3px solid #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.7rem;
  color: var(--green);
  margin-left: -8px;
}
.avatars span:first-child {
  margin: 0;
}
.quick-strip {
  position: relative;
  margin-top: -1px;
  background: var(--green);
}
.quick-item {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 28px 34px;
  color: #fff;
  border-right: 1px solid #ffffff1f;
}
.quick-item:last-child {
  border: 0;
}
.quick-item i {
  font-size: 1.8rem;
  color: #a5d2c2;
}
.quick-item h3 {
  font-size: 1rem;
  color: #fff;
  margin: 0 0 3px;
}
.quick-item p {
  font-size: 0.82rem;
  color: #bad0cb;
  margin: 0;
}
.section {
  padding: 110px 0;
}
.image-stack {
  position: relative;
  padding: 0 40px 40px 0;
}
.image-stack > img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-radius: 8px;
}
.experience-badge {
  position: absolute;
  right: 0;
  top: 35px;
  background: var(--coral);
  color: #fff;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 7px solid #fff;
}
.experience-badge strong {
  font:
    700 3.1rem/1 Montserrat,
    sans-serif;
}
.experience-badge span {
  font-size: 0.75rem;
  line-height: 1.25;
}
.smile-card {
  position: absolute;
  left: 25px;
  bottom: 0;
  background: #fff;
  padding: 16px 22px;
  box-shadow: 0 15px 50px #183d351f;
  display: flex;
  align-items: center;
  gap: 12px;
}
.smile-card i {
  color: var(--coral);
  font-size: 1.8rem;
}
.smile-card small,
.smile-card span {
  display: block;
}
.smile-card b {
  color: var(--ink);
}
.lead-copy {
  font-size: 1.16rem;
  color: #395650;
  margin-top: 24px;
}
.check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 28px 0;
}
.check-grid span {
  font-weight: 600;
  color: #405c57;
}
.check-grid i {
  width: 24px;
  height: 24px;
  background: var(--mint);
  color: var(--green);
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  margin-right: 6px;
  font-size: 0.7rem;
}
.text-link {
  font-weight: 700;
  color: var(--green);
  border-bottom: 1px solid var(--green);
  padding-bottom: 4px;
}
.services {
  background: var(--green);
  position: relative;
}
.eyebrow.light {
  color: #afd2c6;
}
.why {
  background: var(--cream);
}
.reviews {
  background: #fff;
}
.faq {
  background: #f5f8f6;
}
.accordion-item {
  border: 0;
  border-bottom: 1px solid #d8e1de;
  background: 0 0;
}
.accordion-button {
  background: 0 0 !important;
  box-shadow: none !important;
  color: var(--ink) !important;
  font-weight: 700;
  padding: 24px 5px;
}
.accordion-body {
  padding: 0 45px 24px 5px;
}
.contact-section {
  padding: 0 0 110px;
  background: #fff;
}
.contact-wrap {
  background: var(--green);
  color: #fff;
}
.contact-copy {
  padding: 70px;
}
.contact-copy h2 {
  color: #fff;
}
.contact-copy p {
  color: #b9ceca;
  font-size: 1.08rem;
  margin: 22px 0 30px;
}
.btn-coral {
  background: var(--coral);
  color: #fff;
}
.contact-info {
  background: #0b332f;
  padding: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 26px;
}
.contact-info > a,
.contact-info > div {
  display: flex;
  gap: 17px;
  color: #fff;
  align-items: flex-start;
}
.contact-info i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff10;
  display: grid;
  place-items: center;
  color: #fff;
}
.contact-info b,
.contact-info small {
  display: block;
}
.contact-info small {
  color: #fff;
  font-size: 0.75rem;
  margin-bottom: 3px;
}
.contact-info b {
  font-size: 0.9rem;
}
footer {
  background: #092a27;
  padding: 70px 0 25px;
  color: #fff;
}
footer .footer-brand {
  color: #fff;
  margin-bottom: 20px;
}
.footer-nabh-badge {
  display: flex;
  align-items: center;
  gap: 16px;
  width: max-content;
  max-width: 100%;
  margin-top: 22px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
}
.footer-brand-cluster {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.footer-brand-cluster .footer-brand {
  flex: 0 0 250px;
}
.footer-trust-badges {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-google-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 68px;
  padding: 10px 16px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #fff;
  color: #203a78;
}
.footer-google-badge img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.footer-google-badge strong {
  font-size: 2rem;
  line-height: 1;
}
.footer-google-badge span {
  color: #fbbc04;
  font-size: 1.45rem;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
}
.footer-nabh-badge img {
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
  padding: 5px;
  border-radius: 12px;
  background: #fff;
  object-fit: contain;
}
.footer-nabh-badge span {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .footer-brand-cluster .footer-brand,
  .footer-trust-badges {
    height: 163px;
  }
  .footer-trust-badges {
    justify-content: space-between;
  }
  .footer-nabh-badge {
    min-height: 95px;
    margin-top: 0;
    padding: 8px 14px;
  }
  .footer-nabh-badge img {
    width: 74px;
    height: 74px;
    flex-basis: 74px;
  }
  .footer-nabh-badge span {
    font-size: 0.85rem;
  }
  .footer-google-badge {
    min-height: 54px;
    height: 54px;
    padding: 7px 14px;
  }
  .footer-google-badge img {
    width: 30px;
    height: 30px;
  }
  .footer-google-badge strong {
    font-size: 1.65rem;
  }
  .footer-google-badge span {
    font-size: 1.15rem;
  }
}
footer p {
  font-size: 0.9rem;
}
footer h3 {
  color: #fff;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}
footer a {
  display: block;
  color: #fff;
  font-size: 0.88rem;
  margin: 8px 0;
}
footer a:hover {
  color: #fff;
}
.footer-bottom {
  border-top: 1px solid #ffffff12;
  margin-top: 45px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
}
.floating-book {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  background: var(--coral);
  border: 0;
  color: #fff;
  border-radius: 30px;
  padding: 13px 20px;
  box-shadow: 0 10px 30px #143c3445;
  font-weight: 700;
}
.floating-book i {
  margin-right: 8px;
}
.modal-content {
  border: 0;
  border-radius: 0;
}
.modal-content > .btn-close {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 2;
}
.modal h2 {
  font-size: 2rem;
}
.modal label {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 5px;
}
.form-control,
.form-select {
  border-radius: 0;
  padding: 11px;
  border-color: #d3ddda;
}
.form-note {
  color: #87928f;
}
.form-success {
  text-align: center;
  padding: 40px 0;
}
.form-success i {
  font-size: 3rem;
  color: var(--green);
}
@media (max-width: 991px) {
  .navbar-collapse {
    padding: 20px 0;
  }
  .hero h1 {
    max-width: 700px;
  }
  .min-vh-75 {
    min-height: 680px;
  }
  .quick-item {
    border-right: 0;
    border-bottom: 1px solid #ffffff1f;
  }
  .section {
    padding: 80px 0;
  }
  .contact-copy,
  .contact-info {
    padding: 45px;
  }
  .image-stack > img {
    height: 470px;
  }
}
@media (max-width: 575px) {
  .topbar {
    font-size: 0.7rem;
  }
  .hero h1 {
    font-size: 3.35rem;
  }
  .hero-lead {
    font-size: 1rem;
  }
  .min-vh-75 {
    min-height: 690px;
  }
  .section {
    padding: 65px 0;
  }
  .check-grid {
    grid-template-columns: 1fr;
  }
  .image-stack {
    padding: 0 20px 30px 0;
  }
  .image-stack > img {
    height: 400px;
  }
  .experience-badge {
    width: 112px;
    height: 112px;
    right: 0;
  }
  .experience-badge strong {
    font-size: 2.3rem;
  }
  .smile-card {
    left: 10px;
    padding: 12px;
  }
  .contact-copy,
  .contact-info {
    padding: 35px 25px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
  .floating-book span {
    display: none;
  }
  .floating-book {
    width: 50px;
    height: 50px;
    padding: 0;
  }
  .floating-book i {
    margin: 0;
  }
}
.navbar .container {
  position: relative;
}
.treatment-menu {
  position: static;
}
.treatment-menu-toggle {
  align-items: center;
  background: 0 0;
  border: 0;
  display: flex;
  gap: 7px;
}
.treatment-menu-toggle i {
  font-size: 0.7rem;
  transition: transform 0.25s ease;
}
.treatment-mega {
  background: #fff;
  border: 1px solid #dfe6f3;
  border-radius: 26px;
  box-shadow: 0 24px 70px rgba(11, 30, 67, 0.18);
  color: #092b61;
  left: 50%;
  opacity: 0;
  padding: 26px 32px 32px;
  pointer-events: none;
  position: absolute;
  top: calc(100% - 8px);
  transform: translate(-50%, 12px);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    visibility 0.22s ease;
  visibility: hidden;
  width: min(620px, calc(100vw - 64px));
  z-index: 1100;
}
.treatment-menu.is-open .treatment-mega,
.treatment-menu:focus-within .treatment-mega,
.treatment-menu:hover .treatment-mega {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}
.treatment-menu.is-open .treatment-menu-toggle i,
.treatment-menu:focus-within .treatment-menu-toggle i,
.treatment-menu:hover .treatment-menu-toggle i {
  transform: rotate(180deg);
}
.treatment-mega-head {
  align-items: center;
  border-bottom: 1px solid #e5eaf3;
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
  padding-bottom: 18px;
}
.treatment-mega-head > span {
  color: #68758c;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.treatment-mega-head a {
  color: #0d3674;
  font-weight: 700;
  text-decoration: none;
}
.treatment-mega-grid {
  display: grid;
  gap: 6px 42px;
  grid-auto-flow: column;
  grid-template-rows: repeat(7, auto);
}
.treatment-mega-item:first-child {
  order: 2;
}
.treatment-mega-item:nth-child(2) {
  order: 3;
}
.treatment-mega-item:nth-child(3) {
  order: 5;
}
.treatment-mega-item:nth-child(4) {
  order: 1;
}
.treatment-mega-item:nth-child(5) {
  order: 4;
}
.treatment-mega-item:nth-child(6) {
  order: 13;
}
.treatment-mega-item:nth-child(7) {
  order: 6;
}
.treatment-mega-item:nth-child(8) {
  order: 7;
}
.treatment-mega-item:nth-child(9) {
  order: 9;
}
.treatment-mega-item:nth-child(10) {
  order: 8;
}
.treatment-mega-item:nth-child(11) {
  order: 14;
}
.treatment-mega-item:nth-child(12) {
  order: 10;
}
.treatment-mega-item:nth-child(13) {
  order: 11;
}
.treatment-mega-item:nth-child(14) {
  order: 12;
}
.treatment-mega-item {
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  padding: 5px 8px;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}
.treatment-mega-item strong {
  color: #092b61;
  font-family: Montserrat, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
}
.treatment-mega-item:focus,
.treatment-mega-item:hover {
  background: #eff5ff;
  color: #0d3674 !important;
  transform: translateX(3px);
}
.treatment-mega-item:focus strong,
.treatment-mega-item:hover strong {
  color: #0d3674 !important;
}
@media (max-width: 991.98px) {
  .treatment-menu-toggle {
    width: 100%;
  }
  .treatment-mega {
    border-radius: 16px;
    box-shadow: none;
    display: none;
    margin: 4px 0 12px;
    opacity: 1;
    padding: 18px;
    position: static;
    transform: none;
    visibility: visible;
    width: 100%;
  }
  .treatment-menu:focus-within .treatment-mega,
  .treatment-menu:hover .treatment-mega {
    display: none;
    transform: none;
  }
  .treatment-menu.is-open .treatment-mega {
    display: block;
    transform: none;
  }
  .treatment-mega-grid {
    grid-auto-flow: row;
    grid-template-rows: none;
  }
}
@media (max-width: 575px) {
  .treatment-mega-head {
    align-items: flex-start;
  }
  .treatment-mega {
    padding: 16px 10px;
  }
}
.services {
  margin: 0;
  padding: 105px 25px;
  border-radius: 0;
  background: #fff;
}
.service-heading {
  margin-bottom: 45px;
}
.service-heading h2 {
  font-size: 2.5rem;
  font-weight: 700;
}
@media (max-width: 575px) {
  .services {
    padding: 75px 14px;
  }
}
:root {
  --green: #092b61;
  --green2: #0d3674;
  --mint: #edf3ff;
  --cream: #f8faff;
  --coral: #ef3340;
  --ink: #092b61;
  --body: #666b75;
}
.topbar {
  display: none;
}
body {
  background: #fff;
  color: var(--body);
}
.navbar-brand,
h1,
h2,
h3 {
  font-family: Montserrat, sans-serif;
}
.navbar {
  position: absolute;
  top: 28px;
  left: 24px;
  right: 24px;
  width: auto;
  background: #092b61;
  border: 0;
  border-radius: 24px 24px 0 0;
  padding: 24px 5%;
  z-index: 10;
}
.navbar-brand,
.navbar-brand b,
.navbar-brand small {
  color: #fff;
}
.navbar .nav-link {
  color: #fff !important;
  font-size: 1rem;
}
.navbar .btn-brand {
  background: #fff !important;
  color: #092b61 !important;
  border: 2px solid #0d3674 !important;
  border-radius: 40px !important;
  padding: 13px 23px;
}
.hero {
  margin: 28px 24px 0;
  border-radius: 24px;
  min-height: 960px;
  background: linear-gradient(180deg, #092b61 0, #ef3340 100%);
}
.hero .container {
  max-width: 1600px;
}
.min-vh-75 {
  min-height: 960px;
}
.hero h1 {
  font-size: clamp(4rem, 6vw, 6.8rem);
  color: #fff;
  letter-spacing: -0.055em;
  max-width: 900px;
}
.hero h1 em {
  font-family: inherit;
  font-style: normal;
  color: #fff;
}
.hero .eyebrow {
  display: inline-flex;
  background: #ffffff18;
  color: #fff;
  border-radius: 30px;
  padding: 10px 18px;
  text-transform: none;
  letter-spacing: 0;
}
.hero .eyebrow span {
  display: none;
}
.hero-lead {
  color: #fff;
  font-size: 1.3rem;
}
.quick-strip {
  display: none;
}
.about-statement {
  text-align: center;
  padding: 100px 0 120px;
}
.section-tag {
  color: #0d3674;
  font-weight: 800;
  letter-spacing: 0.2em;
  font-size: 0.78rem;
  text-align: center;
  margin-bottom: 25px;
}
.about-statement h2 {
  font-size: 1.7rem;
  line-height: 1.35;
  letter-spacing: -0.045em;
}
.inline-photo {
  display: inline-block;
  width: 86px;
  height: 38px;
  border-radius: 30px;
  background: url("../images/optimized/sri-laasya-dental-hero.webp")
    center/cover;
  vertical-align: middle;
}
.inline-photo.two {
  background-position: right;
  background: url("../images/optimized/topdentalclinicinVizag.webp")
    center/cover;
}
.blue-dot {
  color: #0d3674;
}
.about-details {
  padding-top: 40px;
}
.experience-badge {
  background: #0d3674;
}
.services {
  background: #edf3ff;
  margin: 0 14px;
  border-radius: 24px;
  padding: 120px 0;
}
.service-heading {
  margin-bottom: 80px;
}
.service-heading h2 {
  color: #092b61 !important;
}
.services .row.g-4 {
  row-gap: 25px !important;
}
.services .col-md-6 {
  flex: 0 0 25%;
  max-width: 25%;
}
.why {
  background: #fff;
}
.why-visual {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 25px;
}
.why-visual > img {
  width: 100%;
  height: 670px;
  object-fit: cover;
  border-radius: 25px;
  grid-row: 1/3;
}
.why-score {
  border: 1px solid #dce1eb;
  border-radius: 24px;
  padding: 25px;
}
.why-score strong {
  font-size: 4rem;
  color: #092b61;
}
.why-score p {
  clear: both;
  margin: 12px 0 0;
}
.why-gradient {
  background: linear-gradient(180deg, #092b61, #ef3340);
  border-radius: 24px;
  padding: 45px;
  color: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.why-gradient strong {
  font-size: 4.5rem;
}
.why-gradient i {
  font-size: 5rem;
  margin-top: auto;
}
.why h2 {
  font-size: 2.5rem;
  margin-bottom: 25px;
}
.why-pills {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin: 45px 0;
}
.why-pills span {
  border: 1px solid #dce1eb;
  border-radius: 50px;
  padding: 11px 20px;
  color: #092b61;
  font-weight: 600;
  font-size: 0.8rem;
}
.why-pills i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0d3674;
  color: #fff;
  display: inline-grid;
  place-items: center;
  margin-right: 12px;
}
.services + .why {
  padding-top: 120px;
}
.faq,
.reviews {
  background: #fff;
}
.contact-info,
.contact-wrap,
footer {
  background: #092b61;
}
.contact-copy .btn-coral {
  background: #0d3674;
}
.floating-book {
  background: #0d3674;
}
@media (max-width: 1199px) {
  .services .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .why-visual {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .navbar {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .hero {
    margin: 10px;
    min-height: 760px;
  }
  .min-vh-75 {
    min-height: 760px;
  }
  .about-statement {
    padding: 20px 15px 70px;
  }
  .about-statement br {
    display: none;
  }
  .services .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .why-visual {
    grid-template-columns: 1fr;
  }
  .why-visual > img {
    grid-row: auto;
    height: 430px;
  }
  .why-pills {
    grid-template-columns: 1fr;
  }
}
.reviews {
  padding: 115px 0 100px;
  background: #fff;
  overflow: hidden;
}
.testimonial-heading {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 55px;
}
.testimonial-heading .section-tag {
  margin-bottom: 20px;
}
.testimonial-heading h2 {
  font-size: 2.5rem;
  margin: 0 0 12px;
}
.testimonial-heading p {
  margin: 0;
}
.testimonial-slider {
  width: 100%;
  overflow: visible;
}
.testimonial-card {
  height: auto;
  min-height: 350px;
  border-radius: 26px;
  background: #f4f6fa;
  padding: 45px 50px 38px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: none;
}
.quote-mark {
  font: 700 5rem/1 Georgia;
  color: #ef3340;
  height: 72px;
}
.review-stars {
  color: #0d3674;
  letter-spacing: 4px;
  margin-bottom: 25px;
}
.testimonial-card > p {
  font-size: 1.08rem;
  color: #66758f;
  margin: 0;
  text-align: left;
}
.reviewer {
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid #dfe4ed;
  text-align: left;
}
.reviewer h3 {
  font-size: 1.05rem;
  margin: 0 0 2px;
  color: #10254b;
}
.reviewer span {
  font-size: 0.85rem;
  color: #8995aa;
}
.testimonial-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 35px;
}
.testimonial-next,
.testimonial-prev {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #d7deeb;
  background: #fff;
  color: #0d3674;
  display: grid;
  place-items: center;
  transition: 0.2s;
}
.testimonial-next:hover,
.testimonial-prev:hover {
  background: #0d3674;
  color: #fff;
}
.testimonial-dots.swiper-pagination {
  position: static;
  width: auto;
  display: flex;
  gap: 9px;
}
.testimonial-dots .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 !important;
  background: #c7ccd5;
  opacity: 1;
}
.testimonial-dots .swiper-pagination-bullet-active {
  background: #ef3340;
  transform: scale(1.2);
}
@media (max-width: 767px) {
  .reviews {
    padding: 75px 0;
  }
  .testimonial-heading {
    margin-bottom: 35px;
  }
  .testimonial-card {
    flex-basis: auto;
    min-height: 430px;
    padding: 35px 28px;
  }
  .testimonial-card > p {
    font-size: 1rem;
  }
  .testimonial-next,
  .testimonial-prev {
    display: none;
  }
}
.hero {
  height: 1000px;
  min-height: 1000px;
  margin: 28px 24px 0;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #17213e 0, #1e3a7c 52%, #ef3340 100%);
  position: relative;
}
.hero:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 122px;
  height: 1px;
  background: rgba(255, 255, 255, 0.11);
}
.hero-container {
  height: 100%;
  max-width: 1760px !important;
  padding-top: 122px;
}
.hero .min-vh-75 {
  height: 878px;
  min-height: 878px;
}
.hero-grid {
  position: absolute;
  width: 470px;
  height: 390px;
  right: 8%;
  top: 180px;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.32) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.32) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 25%,
    #000 75%,
    transparent
  );
}
.hero-grid:after {
  content: "";
  position: absolute;
  inset: 64px;
  background: linear-gradient(
    90deg,
    transparent 15%,
    rgba(255, 255, 255, 0.35) 15% 30%,
    transparent 30% 57%,
    rgba(255, 255, 255, 0.3) 57% 72%,
    transparent 72%
  );
}
.hero-copy {
  position: relative;
  z-index: 3;
  padding: 20px 0 55px 55px;
}
.hero-patient-pill {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
  padding: 10px 19px 10px 12px;
  color: #fff;
  margin-bottom: 28px;
}
.hero-patient-pill b {
  font-size: 0.92rem;
}
.hero-patient-pill .avatars span {
  width: 32px;
  height: 32px;
  font-size: 0.55rem;
  background: #eef3ff;
  color: #0d3674;
  border-width: 2px;
}
.hero h1 {
  font-size: 4.5rem;
  line-height: 0.94;
  max-width: 1020px;
  margin: 0 0 38px;
  color: #fff;
  letter-spacing: -0.055em;
}
.hero-lead {
  max-width: 790px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 38px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 65px;
}
.hero .btn-brand {
  background: #fff !important;
  border: 2px solid #0d3674 !important;
  color: #092b61 !important;
  border-radius: 50px !important;
  padding: 14px 25px !important;
}
.hero-local-proof {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #fff;
}
.hero-local-proof b {
  font-size: 0.9rem;
  line-height: 1.5;
}
.avatars.large span {
  width: 48px;
  height: 48px;
  background: #fff;
  color: #0d3674;
}
.hero-doctor-wrap {
  height: 100%;
  position: relative;
  align-self: stretch;
}
.hero-doctor {
  position: absolute;
  z-index: 2;
  right: -10px;
  bottom: 0;
  height: 86%;
  width: auto;
  max-width: none;
  object-fit: contain;
  object-position: bottom;
}
.navbar {
  top: 28px;
  left: 24px;
  right: 24px;
  height: 122px;
  padding: 0 5%;
  border-radius: 24px 24px 0 0;
  background: #092b61;
}
.navbar .container {
  max-width: 1760px;
}
.navbar-brand b {
  font-size: 1.35rem;
}
.navbar-brand small {
  font-size: 0.64rem;
}
.navbar .navbar-nav {
  gap: 22px !important;
}
.navbar .nav-link {
  font-size: 1rem;
}
.navbar .btn-brand {
  padding: 13px 25px !important;
}
@media (max-width: 1199px) {
  .hero {
    height: 900px;
    min-height: 900px;
  }
  .hero .min-vh-75 {
    height: 778px;
    min-height: 778px;
  }
  .hero-copy {
    padding-left: 20px;
  }
  .hero h1 {
    font-size: 5rem;
  }
  .hero-doctor {
    height: 72%;
    right: -70px;
  }
  .hero-actions {
    gap: 25px;
  }
  .navbar .navbar-nav {
    gap: 5px !important;
  }
}
@media (max-width: 991px) {
  .navbar {
    height: auto;
    min-height: 95px;
    padding: 18px 25px;
  }
  .navbar-collapse {
    background: #092b61;
    margin: 18px -25px -18px;
    padding: 20px 25px;
    border-top: 1px solid #ffffff18;
  }
  .navbar-toggler {
    border-color: #ffffff55;
  }
  .navbar-toggler-icon {
    filter: invert(1);
  }
  .hero {
    height: 850px;
    min-height: 850px;
  }
  .hero-container {
    padding-top: 95px;
  }
  .hero .min-vh-75 {
    height: 755px;
    min-height: 755px;
  }
  .hero-copy {
    padding: 35px 25px 260px;
  }
  .hero h1 {
    font-size: clamp(3.5rem, 8vw, 5.5rem);
  }
  .hero-doctor-wrap {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }
  .hero-doctor {
    height: 47%;
    right: 3%;
    opacity: 0.9;
  }
  .hero-grid {
    right: 0;
    top: 350px;
  }
}
@media (max-width: 575px) {
  .hero {
    margin: 10px;
    height: 800px;
    min-height: 800px;
    border-radius: 18px;
  }
  .navbar {
    top: 10px;
    left: 10px;
    right: 10px;
    border-radius: 18px 18px 0 0;
  }
  .hero-container {
    padding-top: 95px;
  }
  .hero .min-vh-75 {
    height: 705px;
    min-height: 705px;
  }
  .hero-copy {
    padding: 58px 16px 270px;
  }
  .hero-patient-pill {
    margin-bottom: 20px;
  }
  .hero h1 {
    font-size: 3.4rem;
    line-height: 1;
  }
  .hero-lead {
    font-size: 1.1rem;
    margin-bottom: 25px;
  }
  .hero-actions {
    align-items: flex-start;
    gap: 18px;
  }
  .hero-local-proof {
    display: none;
  }
  .hero-doctor {
    height: 41%;
    right: -20px;
  }
  .hero-grid {
    display: none;
  }
}
.avatars img {
  display: block;
  width: 39px;
  height: 39px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-left: -8px;
  background: #eaf0ff;
}
footer,
main > section:not(.hero):not(.quick-strip) {
  content-visibility: auto;
  contain-intrinsic-size: auto 800px;
}
.services {
  padding: 115px 0 105px;
}
.service-heading {
  margin-bottom: 95px;
}
.service-heading h2 {
  font-size: clamp(3rem, 4.5vw, 5.2rem);
  line-height: 1.12;
}
@media (max-width: 575px) {
  .services {
    padding: 75px 0;
  }
  .service-heading {
    margin-bottom: 50px;
  }
}
.avatars img:first-child {
  margin-left: 0;
}
.hero-patient-pill .avatars img {
  width: 32px;
  height: 32px;
  border-width: 2px;
}
.avatars.large img {
  width: 48px;
  height: 48px;
}
body:not(.about-page) .eyebrow,
body:not(.about-page) .section-tag,
body:not(.about-page) main h1,
body:not(.about-page) main h2 {
  backface-visibility: hidden;
  will-change: transform, opacity;
}
@media (prefers-reduced-motion: reduce) {
  body:not(.about-page) .eyebrow,
  body:not(.about-page) .section-tag,
  body:not(.about-page) main h1,
  body:not(.about-page) main h2 {
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
.services {
  margin: 0;
  padding: 105px 25px;
  border-radius: 0;
  background: #fff;
}
.service-heading {
  margin-bottom: 65px;
}
.service-heading h2 {
  color: #10254b !important;
  font-size: 2.5rem;
  font-weight: 700;
}
@media (max-width: 575px) {
  .services {
    padding: 75px 14px;
  }
}
.treatments-card-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.treatment-directory-card {
  background: #f2f6fd;
  border: 1px solid transparent;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  min-height: 355px;
  padding: 38px;
  text-decoration: none;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}
.treatment-directory-card > span {
  align-items: center;
  background: #0d3674;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 1.35rem;
  height: 58px;
  justify-content: center;
  margin-bottom: 48px;
  width: 58px;
}
.treatment-directory-card > span img {
  display: block;
  filter: brightness(0) invert(1);
  height: 32px;
  object-fit: contain;
  width: 32px;
}
.treatment-directory-card small {
  color: #0d3674 !important;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.treatment-directory-card h3 {
  color: #092b61;
  font-size: 1.45rem;
  margin: 10px 0;
}
.treatment-directory-card p {
  color: #77849a;
  margin-bottom: 28px;
}
.treatment-directory-card b {
  color: #092b61;
  margin-top: auto;
}
.treatment-directory-card b i {
  margin-left: 7px;
  transition: transform 0.2s ease;
}
.treatment-directory-card:hover {
  background: #fff;
  border-color: #bfd2fb;
  box-shadow: 0 24px 55px rgba(22, 57, 116, 0.12);
  transform: translateY(-7px);
}
.treatment-directory-card:hover b i {
  transform: translateX(5px);
}
.homepage-treatment-grid {
  margin: 0 auto;
  max-width: 1320px;
}
.homepage-treatment-more {
  margin-top: 48px;
  text-align: center;
}
.homepage-treatment-more .btn {
  padding: 15px 25px;
}
.footer-bottom-right {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-bottom {
  position: relative;
}
.footer-legal {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.developer-credit a,
.footer-legal a {
  color: inherit;
  display: inline;
  text-decoration: none;
}
.developer-credit a:hover,
.footer-legal a:hover {
  color: #8fb1ff;
  text-decoration: underline;
}
.developer-credit a {
  font-weight: 700;
}
.developer-credit {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .footer-bottom-right {
    align-items: center;
    margin-top: 15px;
    width: 100%;
  }
  .developer-credit {
    margin-top: 8px;
    position: static;
    transform: none;
  }
}
:root {
  --brand-navy: #0d3674;
  --brand-navy-deep: #062552;
  --brand-coral: #ef3340;
  --brand-coral-dark: #d92735;
  --brand-coral-soft: #fff0f1;
  --green: var(--brand-navy);
  --green2: var(--brand-coral-dark);
  --mint: var(--brand-coral-soft);
  --cream: #fff8f8;
  --coral: var(--brand-coral);
  --ink: var(--brand-navy-deep);
  --body: #536579;
}
.navbar-brand {
  display: block;
  flex: 0 0 auto;
  width: clamp(190px, 15vw, 250px);
  height: 67px;
  background: #fff url("../images/Laasya-Dental-Logo.png") center 54% /
    calc(100% - 18px) auto no-repeat;
  border-radius: 10px;
}
.navbar-brand > * {
  display: none !important;
}
.footer-brand {
  height: 163px;
  background: transparent url("../images/Sri Laasya Dental_Dark.png") left
    center/contain no-repeat;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .footer-brand-cluster {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .footer-trust-badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: min(100%, 460px);
  }
  .footer-nabh-badge {
    width: 100%;
    min-height: 128px;
    margin-top: 0;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
  }
  .footer-nabh-badge img {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }
  .footer-nabh-badge span {
    font-size: 0.75rem;
    line-height: 1.25;
    text-align: center;
  }
  .footer-google-badge {
    width: 100%;
    min-height: 128px;
    padding: 10px;
    flex-direction: column;
    gap: 5px;
    border-radius: 16px;
  }
  .footer-google-badge img {
    width: 30px;
    height: 30px;
  }
  .footer-google-badge strong {
    font-size: 1.7rem;
  }
  .footer-google-badge span {
    font-size: 0.9rem;
  }
  footer .footer-brand {
    flex: none;
    width: min(220px, 100%) !important;
    height: 105px !important;
    margin: 0 auto;
    border-radius: 0;
    background: transparent url("../images/Sri Laasya Dental_Dark.png") center /
      contain no-repeat;
  }
  footer {
    padding: 42px 16px 22px;
    text-align: center;
  }
  footer .row > .col-lg-6,
  footer .row > .col-lg-2:not(.col-6) {
    width: 100%;
  }
  footer .row > .col-6 {
    width: 50%;
    text-align: left;
  }
  footer h3 {
    margin: 4px 0 14px;
  }
  footer a {
    margin: 6px 0;
  }
  footer .col-lg-2:not(.col-6) {
    margin-top: 8px;
  }
  footer .footer-bottom,
  footer .footer-bottom-right,
  footer .footer-legal {
    align-items: center;
    justify-content: center;
  }
}
.contact-info,
.navbar,
.navbar-collapse,
footer {
  background-color: var(--brand-navy) !important;
}
.hero,
.why-gradient {
  background: linear-gradient(
    135deg,
    var(--brand-navy-deep),
    var(--brand-navy) 62%,
    var(--brand-coral-dark)
  ) !important;
}
.btn-brand,
.btn-coral,
.experience-badge,
.floating-book,
.treatment-directory-card > span {
  background-color: var(--brand-coral-dark) !important;
  border-color: var(--brand-coral-dark) !important;
}
.blue-dot,
.section-tag,
.treatment-mega-head a,
.treatment-mega-item:focus strong {
  color: #dc2539 !important;
}
.services {
  background-color: #f7fcfc;
}
.hero .btn-brand,
.navbar .btn-brand {
  border-color: var(--brand-coral) !important;
}
@media (max-width: 991px) {
  .navbar-brand {
    width: 190px;
    height: 54px;
  }
}
@media (max-width: 991.98px) {
  .treatments-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .treatments-card-grid {
    grid-template-columns: 1fr;
  }
  .treatment-directory-card {
    min-height: 330px;
    padding: 30px;
  }
}
.review-stars {
  color: #012452 !important;
}
.navbar,
.navbar-collapse {
  background: #fff !important;
}
.navbar {
  box-shadow: 0 12px 35px rgba(9, 50, 114, 0.12);
}
.navbar .nav-link,
.navbar .treatment-menu-toggle {
  color: var(--brand-navy) !important;
}
.navbar .nav-link:focus,
.navbar .nav-link:hover,
.navbar .treatment-menu-toggle:focus,
.navbar .treatment-menu-toggle:hover {
  color: var(--brand-coral-dark) !important;
}
.navbar .btn-brand {
  background: var(--brand-coral-dark) !important;
  border-color: var(--brand-coral-dark) !important;
  color: #fff !important;
}
.navbar-toggler {
  border-color: rgba(9, 50, 114, 0.28) !important;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 206, 206, 0.22);
}
.navbar-toggler-icon {
  filter: none;
}
/* Google-style testimonial cards */
.testimonial-card {
  min-height: 270px;
  border: 1px solid #dfe3e8;
  border-radius: 18px;
  background: #fff;
  padding: 28px 28px 30px;
  box-shadow: 0 3px 8px rgba(60, 64, 67, 0.18);
}
.review-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.review-avatar {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f57c00;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
.google-mark {
  width: 30px;
  height: 30px;
  margin-left: auto;
  object-fit: contain;
}
.review-stars {
  color: #fbbc04 !important;
  letter-spacing: 2px;
  margin-bottom: 12px;
  font-size: 1.15rem;
}
.testimonial-card > p {
  color: #4b5565;
}
.reviewer {
  margin: 0;
  padding: 0;
  border: 0;
}
.reviewer h3 {
  color: #202124;
  font-weight: 700;
}
.reviewer span {
  color: #747b87;
}
@media (max-width: 767px) {
  .testimonial-card {
    min-height: 280px;
    padding: 24px;
  }
}
