@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");

:root {
  --do-navy: #0f2747;
  --do-navy-2: #173864;
  --do-slate: #5f6b7a;
  --do-light: #f4f7fb;
  --do-border: #dfe5ee;
  --do-accent: #00a2a6;
}

body {
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  color: #1f2c3a;
  background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
button,
input,
select,
textarea,
label,
small,
th,
td {
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
}

a {
  text-decoration: none;
}

.do-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.do-brand__mark {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: linear-gradient(130deg, var(--do-navy), var(--do-accent));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
}

.do-brand__text {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.navbar-one .do-brand__text {
  color: #fff;
}

.btn-do {
  background: var(--do-navy);
  color: #fff;
  border: 1px solid var(--do-navy);
}

.btn-do:hover {
  background: #0c1f38;
  border-color: #0c1f38;
  color: #fff;
}

.btn-outline-do {
  border: 1px solid var(--do-navy);
  color: var(--do-navy);
}

.btn-outline-do:hover {
  background: var(--do-navy);
  color: #fff;
}

.hero-title {
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
}

.section-title {
  color: #0f2747;
  font-weight: 700;
}

.btn-round--light {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.btn-round--light span {
  color: #fff;
}

.do-cta-group {
  gap: 10px;
}

.do-cta-footer p {
  color: rgba(255, 255, 255, 0.82);
  margin: 12px 0 20px;
}

.do-cta-footer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.section-soft {
  background: var(--do-light);
}

.card-soft {
  border: 1px solid var(--do-border);
  border-radius: 16px;
  background: #fff;
}

.badge-do {
  background: #e6f2ff;
  color: #123b6a;
  font-weight: 600;
}

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

.list-check li {
  margin-bottom: 8px;
}

.list-check li::before {
  content: "•";
  color: var(--do-accent);
  font-weight: 700;
  margin-right: 8px;
}

.stats-box {
  border: 1px dashed #b9c9df;
  border-radius: 14px;
  background: #fff;
  padding: 20px;
  height: 100%;
}

.cta-band {
  background: linear-gradient(135deg, var(--do-navy), var(--do-navy-2));
  color: #fff;
  border-radius: 18px;
  padding: 40px;
}

.do-service-card {
  text-align: left;
}

.do-service-card p {
  margin-bottom: 10px;
}

.do-logo-placeholder {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.do-blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.do-blog-tags span {
  background: #eaf1fb;
  color: #103f72;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
}

.do-remember-row a {
  color: #103f72;
  font-weight: 600;
}

.do-404-box {
  padding-top: 50px;
  padding-bottom: 50px;
}

.do-404-box h2 {
  font-size: 72px;
  margin-bottom: 10px;
}

footer {
  background: #0d1f37;
  color: #d7e2f1;
}

footer a {
  color: #d7e2f1;
}

footer a:hover {
  color: #fff;
}

.footer-title {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.breadcrumb-wrap,
.breadcrumb-do {
  background: #eef3fb;
  border-top: 1px solid #e2e9f4;
  border-bottom: 1px solid #e2e9f4;
}

.breadcrumb {
  background-image: linear-gradient(100deg, rgba(8, 29, 55, 0.96), rgba(13, 45, 82, 0.88)),
    url("/assets/images/breadcrumb/1.jpg");
  background-size: cover;
  background-position: center;
}

.breadcrumb .breadcrumb-shape::before {
  opacity: 0.5;
}

.breadcrumb .breadcrumb-shape::after {
  opacity: 0.3;
}

.breadcrumb-do h1 {
  color: var(--do-navy);
}

.form-control,
.form-select {
  border-color: #d9e2ef;
  padding: 0.72rem 0.9rem;
}

.form-control:focus,
.form-select:focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 39, 71, 0.12);
  border-color: #9fb6d3;
}

.table-soft td,
.table-soft th {
  border-color: #deE6f2;
}

@media (max-width: 991.98px) {
  .hero {
    padding: 64px 0;
  }

  .cta-band {
    padding: 28px;
  }

  .do-cta-footer__actions {
    flex-direction: column;
  }

  .do-cta-footer__actions a {
    width: 100%;
    text-align: center;
  }
}
