/* Base shared site styles */

:root {
  --bs-primary: #0772b8ff;
  --bs-primary-dark: #07304c;
  --bs-primary-light: #dfe4e7;
  --bs-primary-surface: #04568d;
  --bs-secondary: #8ad6ff;
  --bs-accent: #fff;
  --bs-primary-rgb: 7, 114, 184;
  --bs-primary-dark-rgb: 7, 48, 76;
  --bs-primary-surface-rgb: 4, 86, 141;
  --bs-secondary-rgb: 144, 224, 239;
  --bs-link-color: #ffffff;
  --bs-link-hover-color: #8ad6ff;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

html[data-in-app-browser="meta"] {
  font-size: 85%;
}

@supports (overflow: clip) {
  html {
    overflow-x: clip;
  }
}

[id] {
  scroll-margin-top: 50px;
}

.service-process-image {
  border: 4px solid var(--bs-primary);
}

@media (max-width: 992px) {
  [id] {
    scroll-margin-top: 60px;
  }
}

body {
  width: 100%;
  max-width: 100%;
  position: relative;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

@supports (overflow: clip) {
  body {
    overflow-x: clip;
  }
}

main,
main {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a {
  overflow-wrap: break-word;
}

.icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1rem;
}

.about-section__logo {
  max-height: 130px;
  width: auto;
}

.about-trust-card {
  height: 100%;
  padding: 1.35rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 34px rgba(4, 34, 54, 0.16);
}

.about-trust-card h3 {
  margin-bottom: 0.75rem;
}

@media (max-width: 991px) {
  .about-section__logo {
    max-height: 110px;
  }
}

@media (max-width: 575px) {
  .about-trust-card {
    padding: 1.2rem 1rem;
    border-radius: 0.85rem;
  }
}
