html {
  scroll-behavior: smooth;
}
.logo {
  width: 140px;
}
.logo img {
  width: 100%;
}
.navbar-light {
  /* box-shadow: 5px 1px 20px; */
  background-color: #000;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.7);
}
.navbar-light .navbar-nav .active > .nav-link {
  color: rgba(255, 255, 255, 0.9);
}
.imp-info {
  margin-top: 20px;
  margin-bottom: 10px;
  border: 1px solid #004416;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  box-shadow: 2px 2px 3px 0px #004416;
  padding: 30px 40px;
  align-items: center;
}
.imp-info a.download {
  color: #9acbff;
}
.slide-img {
  width: 80%;
  margin: 0 auto;
}
.btn-custom {
  background-color: #ffe201;
  border-radius: 30px;
  padding: 15px 40px;
  font-weight: bolder;
}
.btn-refer {
  background-color: rgba(155, 185, 47, 1);
  font-weight: bold;
  font-size: 20px;
  color: #1f1f07;
}
.btn-refer:hover {
  color: #000;
  background-color: rgb(163, 191, 62);
}
.btn-other {
  background-color: rgb(253, 253, 253);
  font-weight: bold;
  color: #1f1f07;
  font-size: 20px;
  border: 1px solid #9ab92d;
}
.btn-other:hover {
  color: #000;
  background-color: rgb(236, 236, 236);
}
.banner {
  color: #ededed;
  background-color: #000;
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0 40px;
  border-top: 8px solid;
  border-image: linear-gradient(
      90deg,
      rgba(1, 154, 71, 1) 0%,
      rgba(155, 185, 47, 1) 36%,
      rgba(255, 226, 1, 1) 60%,
      rgba(245, 127, 37, 1) 83%,
      rgba(213, 27, 40, 1) 100%
    )
    1;
}
.banner h1 {
  color: #ededed;
  margin-top: 0px;
  font-size: 50px;
  text-align: center;
  animation: fadeIn 3s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.category {
  padding-top: 20px;
}

.rbr-cat-button {
  border: 2px solid;
}
.full-width {
  width: 100%;
}
.rbr-cat-button:hover {
  outline-color: transparent;
  border-image: linear-gradient(
      -55deg,
      rgba(1, 154, 71, 1) 0%,
      rgba(155, 185, 47, 1) 36%,
      rgba(255, 226, 1, 1) 60%,
      rgba(245, 127, 37, 1) 83%,
      rgba(213, 27, 40, 1) 100%
    )
    1;
}
.rbr-cat-button:focus {
  outline-color: transparent;
  background-color: rgba(155, 185, 47, 1);
}
.rbr-cat-button.select {
  outline-color: transparent;
  background-color: rgba(155, 185, 47, 1);
}
#software {
  background-color: #f4f4f4;
}
#software .description {
  padding-top: 70px;
  padding-bottom: 70px;
  font-size: 20px;
}
.dangle-card {
  max-width: 500px;
  margin: 0 auto;
  height: 140px;
  background-color: #ffe201;
  border-radius: 10px;
  padding: 30px;
  font-size: 1.2em;
  font-weight: bolder;
  text-align: center;
}
#rbi-content,
#ah-content {
  margin-top: 5px;
  text-align: center;
}
.table-holder {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.add-row {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  font-weight: bolder;
  background-color: #80de64;
  border: 1px solid green;
}
#rows-error .fa-close {
  position: absolute;
  top: 8px;
  right: 8px;
}
#rows-msg .fa-close {
  position: absolute;
  top: 8px;
  right: 8px;
}
.not-required {
  background-color: #7a7a7a;
}
.table-holder table,
.table-holder td {
  border: 1px solid #ccc;
}
#table-rows select,
#table-rows input {
  border: none;
  width: 100%;
  background-color: transparent;
}
#input-form .form-group {
  margin: 0 auto;
}
#input-form .form-email {
  width: 100%;
  max-width: 600px;
}
#input-form .a-form-but {
  text-align: center;
}
.rbr-cat-grid {
  margin-left: 0;
}
.assess-but {
  float: right;
}
.file-input {
  color: transparent;
  width: 100%;
}
.file-input:focus {
  outline: none !important;
}
.file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.file-input::before {
  content: attr(data-before);
  color: rgb(135, 135, 135);
  display: inline-block;
  border: 1px solid green;
  padding: 22px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 14pt;
  width: 100%;
  height: 80px;
  text-align: center;
  align-items: center;
  background-color: #ffffff;
}
.file-input:hover::before {
  border-color: #009a47;
}
.file-input:active {
  outline: 0;
}
.file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.hidden {
  display: none;
}

#assessment .form-control {
  background-color: #ffffff;
  border-radius: 0;
  border: 1px solid green;
}
.results {
  min-height: 200px;
}
.info {
  background-color: #9ab92d;
  background-image: url(../img/background.png);
  background-repeat: repeat;
  min-height: 200px;
  padding-top: 90px;
  padding-bottom: 90px;
  color: #fff;
}
.info .step-number {
  display: block;
  font-size: 28px;
  font-weight: bolder;
  color: #ffe201;
  width: 50px;
  height: 50px;
  border: 3px solid #ffe201;
  border-radius: 50%;
  text-align: center;
}
.info .info-graphic {
  font-size: 60px;
  text-align: center;
  padding-top: 20px;
}
.info .info-graphic.right {
  border-top: 5px dashed #ffe201;
  border-right: 5px dashed #ffe201;
  border-top-right-radius: 30px;
  height: 250px;
  margin-top: 70px;
  margin-right: 80px;
}
.info .info-graphic.left {
  border-top: 5px dashed #ffe201;
  border-left: 5px dashed #ffe201;
  border-top-left-radius: 30px;
  height: 250px;
  margin-top: 70px;
  margin-left: 80px;
}
.info .info-graphic img {
  width: 180px;
}
.contact {
  padding: 100px 0px;
  text-align: center;
}
.contact-form {
  max-width: 600px;
  text-align: center;
  margin: auto;
}
.footer {
  padding-top: 40px;
  background-color: #1f1f07;
  color: #e3e3e3;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .carousel-item {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .carousel-item {
    height: 355px;
  }
}
.carousel-item h2 {
  color: #d2d2d2;
  font-size: 32px;
}
.services {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  padding: 100px 0;
}
.services .service-box {
  padding: 20px;
}
@media (min-width: 768px) {
  .services .col-md-6:first-child {
    text-align: right;
    direction: rtl;
    border-right: 2px dashed;
    border-image: linear-gradient(
        0deg,
        rgba(1, 154, 71, 1) 0%,
        rgba(155, 185, 47, 1) 36%,
        rgba(255, 226, 1, 1) 60%,
        rgba(245, 127, 37, 1) 83%,
        rgba(213, 27, 40, 1) 100%
      )
      1;
  }
}
.service-box .service-heading {
  min-height: 100px;
}
.service-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0.25);
}
.service-link:hover {
  color: #004416;
  text-decoration-color: #004416;
}
.service-link.light {
  color: #ffffff;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.service-link.light:hover {
  color: #ffe201;
  text-decoration-color: #ffe201;
}
.first-arrow {
  transform: rotate(153deg);
  display: none;
}
.sec-arrow {
  transform: rotate(20deg) scaleY(-1);
  display: none;
}
@media (max-width: 768px) {
  .info .hidden-xs {
    display: none;
  }
  .services .col-md-6 {
    border-bottom: 2px dashed;
    border-image: linear-gradient(
        90deg,
        rgba(1, 154, 71, 1) 0%,
        rgba(155, 185, 47, 1) 36%,
        rgba(255, 226, 1, 1) 60%,
        rgba(245, 127, 37, 1) 83%,
        rgba(213, 27, 40, 1) 100%
      )
      1;
  }
}
.why-rbr {
  padding-top: 40px;
  padding-bottom: 80px;
}
.about-us {
  padding: 30px 0;
}
.big-center {
  text-align: center;
  font-size: 51px;
  margin-left: -2px;
}
.med-center {
  text-align: center;
  font-size: 24px;
}
.med-left {
  text-align: left;
  font-size: 24px;
}
.small-center {
  text-align: center;
  font-size: 20px;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.why-rbr .why-icons {
  opacity: 1;
  animation-name: fadein;
  animation-duration: 4s;
  padding: 20px;
  text-align: center;
}
.why-rbr .why-icons .iconic {
  width: 180px;
  height: 180px;
  margin: auto;
  border: 4px solid #000;
  border-radius: 50%;
  font-size: 116px;
  text-align: center;
  margin-bottom: 14px;
}
.why-icons p {
  font-size: 20px;
}
.regulations {
  background-color: #cecece;
  padding-top: 100px;
  padding-bottom: 100px;
}
.reg-logo {
  padding: 20px;
}
.reg-logo img {
  max-width: 100%;
  max-height: 150px;
}
.faq-section {
  padding: 80px 0;
  background-color: #f7f7f7;
}
.faq-item {
  background: #ffffff;
  border-left: 4px solid #9ab92d;
  padding: 18px 20px;
  margin: 14px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.faq-item h3 {
  margin: 0 0 8px;
  font-size: 22px;
}
.faq-item p {
  margin: 0;
}
.right-float .col-md-6,
.right-float .col-sm-6 {
  float: right;
}
.charts-insight {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 1px 1px 8px #004416;
}
.charts-pack {
  min-height: 350px;
}
.charts-pack .charts-insight {
  width: 80%;
  position: absolute;
  transition: top 1s, left 1s;
  cursor: pointer;
}
#img3 {
  top: 10px;
  left: 10px;
  z-index: 101;
}
#img2 {
  top: 60px;
  left: 40px;
  z-index: 102;
}
#img1 {
  top: 110px;
  left: 70px;
  z-index: 103;
}
.info .row {
  min-height: 350px;
}
#img22 {
  top: 35px;
  left: 25px;
  z-index: 101;
}
#img11 {
  top: 90px;
  left: 70px;
  z-index: 102;
}
#img222 {
  top: 35px;
  left: 25px;
  z-index: 101;
}
#img111 {
  z-index: 102;
  top: 90px;
  left: 70px;
}
.insight {
  width: 100%;
  padding: 0px;
}

input[type="checkbox"] {
  display: none;
}
.toggle {
  padding-top: 10px;
  font-size: 14px;
}
.toggle label {
  margin-bottom: -7px;
}
label .switch {
  background-color: #cecece;
  width: 60px;
  border-radius: 20px;
  padding: 1px;
  position: relative;
  border: 2px #fff solid;
}

input[type="checkbox"] + label .bar {
  background: linear-gradient(
    90deg,
    rgba(213, 27, 40, 1) 0%,
    rgba(245, 127, 37, 1) 100%
  );
  height: 20px;
  width: 20px;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
input[type="checkbox"]:checked + label .bar {
  background: linear-gradient(
    90deg,
    rgba(155, 185, 47, 1) 0%,
    rgba(1, 154, 71, 1) 100%
  );
  transform: translateX(34px);
}

label:active .bar {
  box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.322);
}
.message {
  background-color: #e7e7e7;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 10px;
}
.message i,
.alert i,
#file-message i {
  float: right;
  cursor: pointer;
  padding: 1px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.error {
  color: red;
  border: 1px solid red;
}
.error i {
  border: 1px solid rgb(229, 49, 49);
}
.inform {
  color: #009a47;
  border: 1px solid #009a47;
}
.inform i {
  border: 1px solid #009a47;
}

#loading-spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top-color: #3498db;
  animation: spin 1s linear infinite;
  left: 42%;
  top: 10%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#file-message {
  position: absolute;
  text-align: center;
  font-size: 12px;
  width: 91%;
  padding: 5px;
  color: #009a47;
}

/* 2026 visual refresh */
:root {
  --bg-deep: #071223;
  --bg-mid: #0e223d;
  --ink: #12263f;
  --ink-soft: #45607f;
  --surface: #ffffff;
  --surface-soft: #f0f5fa;
  --line: #d6e1ee;
  --primary: #0c9e60;
  --accent: #ffbe2f;
  --danger: #e14d3e;
  --radius-lg: 22px;
  --radius-md: 14px;
  --shadow-lg: 0 20px 50px rgba(6, 18, 35, 0.28);
  --shadow-md: 0 10px 24px rgba(13, 33, 54, 0.16);
}

body {
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #edf2f8 0%, #f5f7fa 40%, #eef3f8 100%);
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Sora", "Trebuchet MS", sans-serif;
  letter-spacing: -0.01em;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 1001;
}

.logo {
  width: 170px;
}

.navbar-light {
  background: rgba(5, 15, 28, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.navbar-light .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.45);
}

.navbar-light .navbar-toggler-icon {
  filter: invert(1);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(233, 242, 255, 0.88);
  font-weight: 600;
  margin-left: 8px;
  transition: color 0.25s ease;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link {
  color: #ffffff;
}

.navbar-light .navbar-nav .nav-link.nav-cta {
  color: #04111f;
  background: linear-gradient(120deg, var(--accent), #ffc95f);
  border-radius: 999px;
  padding: 8px 16px;
}

.navbar-light .navbar-nav .nav-link.nav-cta:hover {
  color: #04111f;
  background: linear-gradient(120deg, #ffd573, #ffbe2f);
}

.banner {
  position: relative;
  color: #f2f7ff;
  background-image:
    linear-gradient(150deg, rgba(2, 11, 22, 0.92) 0%, rgba(8, 30, 55, 0.84) 46%, rgba(4, 51, 58, 0.86) 100%),
    url("../img/wage_pipes.jpeg");
  background-size: cover;
  background-position: center;
  padding: 74px 0 50px;
  border-top: 0;
}

.banner::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 92px;
  background: linear-gradient(180deg, rgba(8, 22, 40, 0) 0%, rgba(238, 243, 248, 1) 100%);
}

.banner .container {
  position: relative;
  z-index: 1;
}

.header-container {
  max-width: 880px;
  margin: 0 auto 30px;
  text-align: center;
}

.hero-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.banner h1 {
  margin: 0;
  font-size: clamp(2rem, 3.9vw, 3.5rem);
  line-height: 1.08;
}

.hero-lead {
  max-width: 760px;
  margin: 18px auto 0;
  color: rgba(236, 245, 255, 0.9);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
}

.hero-actions {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  border-radius: 999px;
  border-width: 0;
  padding: 12px 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.btn-refer {
  background: linear-gradient(120deg, var(--primary), #42c987);
  color: #f4fffb;
}

.btn-refer:hover {
  color: #ffffff;
  background: linear-gradient(120deg, #0b8752, #33b673);
}

.btn-other {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #f4fbff;
}

.btn-other:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
}

.carousel.slide {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: var(--shadow-lg);
}

.carousel-item {
  height: auto !important;
  min-height: 460px;
  padding: 28px 30px 30px;
}

.carousel-caption {
  position: relative;
  right: auto;
  left: auto;
  bottom: auto;
  padding: 0;
}

.slide-img {
  width: 100%;
  max-height: 315px;
  object-fit: cover;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.carousel-item h2 {
  color: #eaf5ff;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.3;
}

.carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
}

.small-center {
  margin-top: 14px;
  color: #2c4a62;
  font-weight: 600;
  font-size: 1.03rem;
}

.banner .small-center {
  color: #d6e7fb;
}

.hero-metrics {
  margin-top: 22px;
}

.metric-card {
  height: 100%;
  padding: 18px 18px 16px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 10px 30px rgba(2, 12, 24, 0.2);
}

.metric-card h3 {
  font-size: 1.02rem;
  margin: 0 0 6px;
  color: #f8fbff;
}

.metric-card p {
  margin: 0;
  color: rgba(231, 241, 255, 0.88);
  font-size: 0.99rem;
}

#software {
  background: transparent;
}

#software .description {
  margin-top: 18px;
  margin-bottom: 26px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--line);
  padding: 34px 34px;
  font-size: 1.13rem;
}

#software .description ul {
  margin-bottom: 20px;
}

#software .btn-other {
  color: #183854;
  background: #ffffff;
  border-color: #8fb1cc;
}

#software .btn-other:hover {
  background: #edf4fb;
  color: #0e2d49;
}

.industries {
  padding: 64px 0 78px;
  background:
    radial-gradient(circle at 15% 0%, rgba(12, 158, 96, 0.14), rgba(12, 158, 96, 0) 38%),
    radial-gradient(circle at 90% 100%, rgba(255, 190, 47, 0.2), rgba(255, 190, 47, 0) 44%),
    var(--surface-soft);
}

.industries h2,
.section-header h2,
.about-us h2,
.why-rbr h2,
.regulations h2,
.faq-section h2,
.contact h2 {
  font-size: clamp(1.7rem, 2.4vw, 2.4rem);
  margin-bottom: 12px;
}

.section-lead,
.section-header p {
  color: var(--ink-soft);
  font-size: 1.1rem;
  max-width: 880px;
}

.industry-card {
  background: var(--surface);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  height: 100%;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.industry-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 30px rgba(13, 33, 54, 0.24);
}

.industry-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.industry-card-content {
  padding: 16px 16px 18px;
}

.industry-card-content h3 {
  font-size: 1.1rem;
  margin: 0 0 8px;
}

.industry-card-content p {
  margin: 0;
  color: var(--ink-soft);
}

.services {
  background: transparent;
  padding: 74px 0;
}

.section-header {
  margin-bottom: 26px;
}

.services .col-md-6:first-child {
  text-align: left;
  direction: ltr;
  border-right: 0;
}

.services .service-box {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-md);
  padding: 24px 22px;
  height: 100%;
}

.service-box .service-heading {
  min-height: 80px;
}

.service-box h4 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #274763;
}

.service-box ul {
  padding-left: 1.1rem;
}

.service-link {
  color: #0a2f56;
  text-decoration: none;
}

.service-link:hover {
  color: #076c43;
}

.info {
  background:
    linear-gradient(150deg, rgba(10, 24, 42, 0.95), rgba(10, 56, 67, 0.92)),
    url("../img/background.png");
  background-repeat: repeat;
  color: #e8f1fb;
  padding-top: 84px;
  padding-bottom: 84px;
}

.info .row {
  margin-bottom: 26px;
  padding: 20px 10px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.info .step-number {
  color: var(--accent);
  border-color: var(--accent);
}

.info h2 {
  color: #fbfdff;
}

.service-link.light {
  color: #ffffff;
}

.service-link.light:hover {
  color: #7effcb;
}

.charts-insight,
.insight {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 28px rgba(1, 15, 28, 0.4);
}

.about-us,
.why-rbr,
.regulations,
.faq-section,
.contact {
  position: relative;
}

.about-us {
  padding: 74px 0 54px;
}

.med-left {
  max-width: 910px;
  font-size: 1.2rem;
  color: #2f4c67;
}

.why-rbr {
  padding-top: 26px;
  padding-bottom: 70px;
}

.why-rbr .why-icons {
  height: 100%;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}

.why-rbr .why-icons .iconic {
  width: 128px;
  height: 128px;
  border-width: 3px;
  font-size: 72px;
  color: #11335a;
}

.why-icons p {
  font-size: 1rem;
  color: #36526d;
}

.regulations {
  background: linear-gradient(180deg, #e5edf5 0%, #f7f9fc 100%);
  padding-top: 70px;
  padding-bottom: 72px;
}

.reg-logo {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  margin-bottom: 14px;
}

.faq-section {
  padding: 70px 0;
  background-color: #f7fbff;
}

.faq-item {
  border-left: 4px solid var(--primary);
  border-radius: 12px;
  box-shadow: var(--shadow-md);
  margin: 14px 0;
}

.contact {
  padding: 74px 0 88px;
}

.contact-form {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-md);
  padding: 26px;
}

.contact .form-control {
  border-radius: 10px;
  border: 1px solid #cbd8e6;
  height: 48px;
}

.contact .form-control:focus {
  border-color: #4e83b7;
  box-shadow: 0 0 0 0.2rem rgba(55, 116, 175, 0.15);
}

.btn-custom {
  background: linear-gradient(120deg, var(--primary), #3bc37f);
  color: #ffffff;
  border: 0;
}

.btn-custom:hover {
  color: #ffffff;
  background: linear-gradient(120deg, #0a854f, #2aaa67);
}

.footer {
  background: #09172a;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 36px;
  padding-bottom: 46px;
}

@media (prefers-reduced-motion: no-preference) {
  .header-container,
  .hero-metrics .metric-card,
  .industry-card,
  .services .service-box,
  .why-rbr .why-icons,
  .faq-item {
    animation: rise-in 0.75s ease both;
  }

  .hero-metrics .col-md-4:nth-child(2) .metric-card {
    animation-delay: 0.08s;
  }

  .hero-metrics .col-md-4:nth-child(3) .metric-card {
    animation-delay: 0.16s;
  }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 992px) {
  .banner {
    padding-top: 60px;
  }

  .carousel-item {
    min-height: 420px;
  }

  .services .service-box {
    margin-bottom: 18px;
  }
}

@media (max-width: 768px) {
  .logo {
    width: 146px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .banner::after {
    height: 60px;
  }

  .carousel-item {
    min-height: 360px;
    padding: 16px 14px 18px;
  }

  .slide-img {
    max-height: 220px;
  }

  .metric-card {
    margin-bottom: 12px;
  }

  #software .description,
  .contact-form {
    padding: 20px 18px;
  }

  .about-us,
  .industries,
  .services,
  .info,
  .faq-section,
  .contact {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

/* Subpage system */
.subpage {
  background: linear-gradient(180deg, #edf2f8 0%, #f5f7fa 100%);
}

.subpage main {
  padding-bottom: 28px;
}

.page-nav-links {
  flex-direction: row;
  flex-wrap: wrap;
}

.page-nav-links .nav-link {
  margin-left: 10px;
}

.page-hero {
  position: relative;
  padding: 88px 0 66px;
  background-image:
    linear-gradient(145deg, rgba(5, 18, 33, 0.92) 0%, rgba(11, 45, 78, 0.84) 50%, rgba(5, 68, 67, 0.88) 100%),
    var(--page-hero-bg, url("../img/background.png"));
  background-size: cover;
  background-position: center;
  color: #f2f8ff;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 74px;
  background: linear-gradient(180deg, rgba(8, 24, 44, 0) 0%, rgba(237, 242, 248, 1) 100%);
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.14);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-hero h1 {
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  line-height: 1.12;
  margin: 0 0 14px;
}

.page-hero p {
  color: rgba(235, 244, 255, 0.93);
  font-size: 1.08rem;
  max-width: 720px;
}

.page-hero-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-hero-visual {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  padding: 10px;
  box-shadow: var(--shadow-lg);
}

.page-hero-visual img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.page-section {
  padding: 40px 0;
}

.page-section .section-header {
  margin-bottom: 22px;
}

.page-grid-card {
  height: 100%;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-md);
  padding: 20px 18px;
}

.page-grid-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.page-grid-card p,
.page-grid-card li {
  color: #3e5a75;
}

.page-grid-card ul {
  margin-bottom: 0;
}

.page-strip {
  margin-top: 8px;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #c5d8eb;
  background: linear-gradient(140deg, #ecf4fc, #f2f8ff);
  box-shadow: var(--shadow-md);
}

.page-strip h2 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1.3rem;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.pill-list span {
  display: inline-block;
  padding: 6px 11px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #bfd2e7;
  color: #244462;
  font-weight: 600;
  font-size: 0.93rem;
}

.subpage .footer {
  margin-top: 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 16px;
}

.footer-links a {
  display: block;
  color: #b4cce7;
  text-decoration: none;
  margin-bottom: 6px;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-meta {
  color: #b4cce7;
  font-size: 0.95rem;
}

@media (max-width: 992px) {
  .page-hero {
    padding-top: 76px;
  }

  .page-hero-visual {
    margin-top: 14px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-nav-links {
    margin-top: 10px;
  }

  .page-nav-links .nav-link {
    margin-left: 0;
    margin-right: 8px;
  }

  .page-hero {
    padding-top: 62px;
    padding-bottom: 52px;
  }

  .page-hero-actions .btn {
    width: 100%;
  }
}
