body {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #333;
  margin: 0;
  padding: 40px 20px;
  background-color: #f8fafc;
}

a {
  color: #007eb5;
  text-decoration: none;
  font-weight: 500;
}

a:hover {
  text-decoration: underline;
}

.badge-p1 {
  background-color: #e1f0fa;
  color: #007eb5;
}

.badge-p2 {
  background-color: #f3e8ff;
  color: #7e22ce;
}

.badge-pivot {
  background-color: #fee2e2;
  color: #b91c1c;
}

.badge-p3 {
  background-color: #ffedd5;
  color: #c2410c;
}

.badge-p4 {
  background-color: #ccfbf1;
  color: #0f766e;
}


.page-header {
  max-width: 1000px;
  margin: 0 auto 40px auto;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border-top: 4px solid #004a99;
}

.page-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1a1f36;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.2;
}

      .page-header-btn-header {
        display: inline-block;
        background-color: #004a99;
        color: #ffffff;
        padding: 10px 20px;
        border-radius: 6px;
        font-weight: 600;
        margin-top: 20px;
        text-decoration: none;
        transition: background-color 0.2s;
      }
      .page-header-btn-header:hover {
        background-color: #003366;
        text-decoration: none;
        color: #ffffff;
      }
      .highlight-half {
        background-image: linear-gradient(to right, #fef08a, #fde047);
        background-repeat: no-repeat;
        background-size: 100% 40%; /* Keeps the highlight on the bottom half */
        background-position: 0 88%; /* Aligns it perfectly under the text */
        display: inline-block;
        padding: 0 4px; /* Gives just a tiny bit of breathing room on the edges */
      }

.page-subtitle {
  font-size: 1.1rem;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 0;
}

.phase-section {
  max-width: 1000px;
  margin: 0 auto 50px auto;
}

.phase-box {
  margin-bottom: 40px;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
}

.phase-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  background: var(--primary);
  color: white;
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.phase-header h2 {
  color: #ffffff;
  border-bottom: none;
}
.phase-badge {
  font-weight: 700;
  font-size: 0.85rem;
  padding: 6px 14px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.phase-title {
  font-size: 1.3em;
  font-weight: bold;
}
.phase-desc {
  font-size: 1.05rem;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 25px;
}

.cards-container {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.phase-card {
  flex: 1;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}

.phase-card h3 {
  font-size: 1.2rem;
  color: #1a1f36;
  margin-top: 0;
  margin-bottom: 12px;
  border-bottom: 2px solid #f1f5f9;
  padding-bottom: 10px;
}

.phase-card p {
  font-size: 0.95rem;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.resource-list {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}

.resource-list li {
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.resource-list li::before {
  content: "→";
  color: #007eb5;
  margin-right: 8px;
  font-weight: bold;
}

.key-deliverable {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 15px;
  margin-top: auto;
}

.deliverable-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}

.deliverable-value {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f766e;
}

.milestone-box {
  background-color: #f0fdf4;
  border-left: 4px solid #16a34a;
  border-radius: 0 8px 8px 0;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.milestone-content h4 {
  font-size: 1.1rem;
  color: #166534;
  margin: 0 0 8px 0;
}

.milestone-content p {
  font-size: 0.95rem;
  color: #15803d;
  margin: 0;
  line-height: 1.5;
}

.pivot-section {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  border-radius: 12px;
  padding: 40px;
  color: #ffffff;
  max-width: 920px;
  margin: 60px auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.pivot-section h2 {
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}

.pivot-section p {
  color: #cbd5e1;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 25px auto;
}

.btn-primary {
  display: inline-block;
  background-color: #38bdf8;
  color: #0f172a;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s;
}

.btn-primary:hover {
  background-color: #7dd3fc;
  text-decoration: none;
}

code {
  white-space: pre-wrap;
}

span.smallcaps {
  font-variant: small-caps;
}

div.columns {
  display: flex;
  gap: min(4vw, 1.5em);
}

div.column {
  flex: auto;
  overflow-x: auto;
}

div.hanging-indent {
  margin-left: 1.5em;
  text-indent: -1.5em;
}

ul.task-list[class] {
  list-style: none;
}

ul.task-list li input[type="checkbox"] {
  font-size: inherit;
  width: 0.8em;
  margin: 0 0.8em 0.2em -1.6em;
  vertical-align: middle;
}

.display.math {
  display: block;
  text-align: center;
  margin: 0.5rem auto;
}

h1 {
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-top: 5px;
  font-weight: 500;
  font-size: 1.8rem;
}

h2 {
  color: #003f7a;
  margin-top: 20px;
  border-bottom: 1px solid #dadce0;
  padding-bottom: 5px;
}

h3 {
  color: #1a73e8;
}

p {
  margin-bottom: 16px;
}

ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

li {
  margin-bottom: 8px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 30px;
}

th, td {
  border: 1px solid #dadce0;
  padding: 12px;
  text-align: left;
}

th {
  background-color: #f8f9fa;
  font-weight: bold;
}

.section-box {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  border: 1px solid #dadce0;
}

hr {
  border: 0;
  height: 1px;
  background: #dadce0;
  margin: 40px 0;
}

.code-container {
  background-color: #2d2d2d;
  background-color: white;
  max-width: 1000px;
  width: 100%;
  overflow: hidden;
}

.accordion {
  background-color: #333333;
  background-color: white;
  color: #4ec9b0;
  color: #999;
  color: black;
  cursor: pointer;
  padding: 15px 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-family: "Consolas", monospace;
  font-weight: bold;
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.active, .accordion:hover {
  background-color: #3e3e42;
  background-color: white;
  border-bottom: 1px solid gray;
}

.accordion:after {
  content: "\25BC";
  font-size: 12px;
  color: #888;
  transition: transform 0.3s ease;
}

.active:after {
  transform: rotate(-180deg);
}

.panel {
  background-color: #1e1e1e;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

pre {
  margin: 0 !important;
  padding: 20px !important;
  background: transparent !important;
}

.operator {
  color: #67cdcc;
  color: gray;
}

.constant {
  color: #f8c555;
  color: gray;
}

.comment, .punctuation, .operator {
  color: #999;
}

.comment {
  background-color: #ffcc00;
  color: #909090;
}

.string {
  background-color: #fff9c4;
}

.section-container {
  background-color: #ffffff;
  padding: 35px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

p, li {
  font-size: 1rem;
  color: #4a5568;
  line-height: 1.6;
}

.callout {
  background-color: #f0fdf4;
  border-left: 4px solid #16a34a;
  padding: 15px 20px;
  margin: 20px 0;
  border-radius: 0 4px 4px 0;
}

.callout p {
  margin: 0;
  color: #166534;
}

.script-block {
  background-color: #f1f5f9;
  border-left: 4px solid #007eb5;
  padding: 15px 20px;
  margin: 15px 0;
  font-style: italic;
  color: #334155;
  border-radius: 0 4px 4px 0;
}

td {
  padding: 12px 15px;
  border: 1px solid #e2e8f0;
  color: #4a5568;
  vertical-align: top;
}

.step-box {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fafbfc;
}

.step-box h3 {
  margin-top: 0;
  color: #004a99;
  border-bottom: none;
  padding-bottom: 0;
}

ul, ol {
  margin-top: 10px;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}

.team-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  background-color: #e2e8f0;
  color: #334155;
  padding: 2px 8px;
  border-radius: 12px;
  margin-left: 8px;
}

.section-title {
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 15px;
  color: #333;
}

.title {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 5px;
  color: #333;
  color: #fffdd0;
}

.flowcontainer {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 0px;
}

.flowprocess {
  flex: 1;
}

@media (max-width: 600px) {
  .flowcontainer {
    flex-direction: column;
  }
  .columndiv {
    flex: 1 0 100%;
  }
}

.revrec {
  border-collapse: collapse;
  width: 100%;
}

.revrec th, .revrec td {
  border: 1px solid #e0e0e0;
  padding: 3px;
  text-align: left;
  vertical-align: top;
}

.warning-callout {
  background-color: #fee2e2;
  border-left: 4px solid #dc2626;
  padding: 15px 20px;
  margin: 20px 0;
  border-radius: 0 4px 4px 0;
}

.warning-callout p {
  margin: 0;
  color: #991b1b;
  font-weight: 500;
}

.code-term {
  background-color: #f1f5f9;
  color: #0369a1;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: monospace;
  font-weight: 700;
}

.transition-callout {
  background-color: #e1f0fa;
  border-left: 4px solid #004a99;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.transition-callout h3 {
  margin-top: 0;
  color: #004a99;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.transition-callout p {
  margin: 0;
  color: #1a1f36;
  font-size: 0.95rem;
}

.page-nav {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-nav li a {
  background-color: #e1f0fa;
  color: #004a99;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  display: inline-block;
}

.page-nav li a:hover {
  background-color: #004a99;
  color: #ffffff;
  text-decoration: none;
}

.table-section-header td {
  background-color: #e1f0fa;
  font-weight: 700;
  color: #004a99;
}

.callout strong {
  color: #14532d;
}

.nav-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #ffffff;
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.nav-btn {
  background-color: #0284c7;
  color: white;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: background-color 0.2s;
}

.nav-btn:hover {
  background-color: #0369a1;
}

label {
  display: block;
  margin-top: 15px;
  font-weight: 600;
  color: #1a1f36;
  font-size: 0.95rem;
}

.help-text {
  font-size: 0.85rem;
  color: #64748b;
  margin-bottom: 15px;
  display: block;
}

input[type="number"], input[type="text"], textarea {
  width: 100%;
  padding: 10px 12px;
  margin-top: 5px;
  border-radius: 6px;
  border: 1px solid #cbd5e1;
  box-sizing: border-box;
  font-family: inherit;
  background-color: #f8fafc;
  transition: border-color 0.2s;
}

input:focus, textarea:focus {
  outline: none;
  border-color: #007eb5;
  background-color: #ffffff;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
  background: #f8fafc;
  padding: 12px 15px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
}

.rating-row label {
  margin-top: 0;
  flex: 1;
  font-weight: 500;
  color: #334155;
}

.rating-row input[type="number"] {
  width: 80px;
  margin-top: 0;
  background-color: #ffffff;
}

.l0-highlight {
  background-color: #e1f0fa;
  border-left: 4px solid #007eb5;
}

.l0-highlight h2 {
  border-bottom-color: #bae6fd;
}

.matrix-container {
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 20px;
}

tr:last-child td {
  border-bottom: none;
}

tr:nth-child(even) {
  background-color: #f8fafc;
}

.l0-tag {
  display: inline-block;
  background-color: #0284c7;
  color: white;
  padding: 0.2rem 0.6rem;
  border-radius: 9999px;
  font-size: 0.8rem;
  font-weight: 600;
}

.domain-tag {
  display: inline-block;
  background-color: #7c3aed;
  color: white;
  padding: 0.2rem 0.6rem;
  border-radius: 9999px;
  font-size: 0.8rem;
  font-weight: 600;
}

.pain-text {
  font-style: italic;
  color: #475569;
}

.impact-text {
  font-weight: 500;
  color: #b91c1c;
}

.page-header h3 {
  font-size: 1.1rem;
  color: #4a5568;
  font-weight: 400;
  margin-top: 0;
}

.journey-container {
  display: flex;
  gap: 20px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.journey-step {
  flex: 1;
  min-width: 250px;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background-color: #f8fafc;
  position: relative;
  transition: all 0.3s ease;
}

.journey-step.active {
  background-color: #ffffff;
  border: 2px solid #007eb5;
  box-shadow: 0 4px 12px rgba(0, 126, 181, 0.15);
}

.journey-step.inactive {
  opacity: 0.5;
  background-color: #f1f5f9;
}

.step-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 20px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.active .step-badge {
  background-color: #007eb5;
  color: #ffffff;
}

.inactive .step-badge {
  background-color: #cbd5e1;
  color: #475569;
}

.journey-step h3 {
  margin-top: 0;
  font-size: 1.1rem;
  color: #1a1f36;
  border-bottom: none;
  padding-bottom: 0;
}

.journey-step h4 {
  margin: 0 0 10px 0;
  font-size: 0.95rem;
  color: #0f766e;
  font-style: italic;
}

.journey-step p {
  font-size: 0.9rem;
  margin-bottom: 0;
  line-height: 1.5;
}

.email-block {
  background-color: #f1f5f9;
  padding: 20px;
  border-radius: 6px;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.95rem;
  color: #334155;
  margin-bottom: 20px;
}


section {
  background: #fff;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0,0,0,0.1);
}

select, input[type="number"], input[type="text"], textarea {
  width: 100%;
  padding: 6px 8px;
  margin-top: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.conditional {
  display: none;
  margin-top: 10px;
}

.inline {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.inline > * {
  flex: 1;
}

.page-title:hover .t1 {
  color: #007bff;
  transition: color 0.3s ease;
}

.t1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #004a99;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: baseline;
}

.t2 {
  font-size: 1.1rem;
  font-weight: 400;
  color: #666;
  letter-spacing: 0.5px;
  margin-right: 2px;
}

.phase-card ul {
  margin: 0 0 20px 0;
  padding-left: 20px;
  font-size: 0.95rem;
  color: #4a5568;
  line-height: 1.5;
}

.milestone-icon {
  font-size: 1.3rem;
}

.extra-links {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.extra-links li {
  margin-bottom: 8px;
}

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

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
}

.bannersection {
  background: linear-gradient(135deg, #9D00FF 0%, #1A0033 100%);
  text-align: center;
  color: #FFFFFF; 
  width: 100%;
  margin: 0 auto;
  scroll-margin-top: 50px;
  padding: 20px;
}

.contentsection {
  width: 90%;
  margin: 0 auto;
  scroll-margin-top: 50px;
  padding: 20px;
}

.actionbuttondiv {
  text-align: center;
  padding: 20px;
}

.grid-item img {
  margin: 0 auto 8px auto;
}

.grid-item .logo-text {
  margin-bottom: 5px;
}

footer {
  margin-top: 50px;
}

footer p {
  margin: 0;
}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.justify-center { justify-content: center !important; }
.mirror-horizontal { transform: scaleX(-1); }

.title-top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px; padding-bottom: 20px;
  padding-left: 40px; padding-right: 40px;
}

.logo-title-group {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.title-name {
  font-size: 32px;
  font-weight: 500;  
}

.title-logo {
  height: 50px;
  width: auto;
}

.title-logo-rotate {
  transform: rotate(-35deg) scaleX(-1);
  height: 50px;
  width: auto;
}

.titlepara {
  line-height: 1.2;
}

.title-span1 {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.1em; 
  font-size: 32px; 
  font-weight: 500; 
  color: #9D00FF;
}

.title-span2 {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.1em; 
  font-size: 32px; 
  font-weight: 600;
  color: #D4AA04;
}

.tagline {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: white;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  opacity: 0.9;
}

.bannerslogan { 
  width: 100%;
  text-align: center;
  line-height: 1.1;
  color: white;
  font-size: 50px;
}

.title-span3 {
  font-size: 22px; 
  color: #2D2D2D;
  display: block; 
  margin-top: 10px;
}

.menu {
}

.nav {
  display: flex !important;
  flex-direction: row;
  list-style: none !important;
  list-style-type: none !important;
  gap: 20px;
}

.nav-item {
  margin-left: 1.5rem;
  list-style: none;
}

.nav-link {
  text-decoration: none;
  color: #1A1A1A;
  font-weight: 500;
  padding: 5px 0;
  transition: color 0.3s ease;
}

.nav-link:hover, .nav-link:focus {
  color: #9D00FF;
  text-decoration: none;
}

.banner_row {
  display: flex;
  align-items: center;
  padding: 0 20px;
  gap: 20px;
}

.banner-text {
  flex: 1;
}

.banner-image {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.banner-image img {
  max-width: 400px;
  height: auto;
  display: block;   
}

.align-row {
  display: flex;
  align-items: center;
  padding: 0 20px;
  gap: 20px;
}

.align-image, .align-text {
  flex: 1;
  text-align: left;
}

.align-image-display {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.accela-image-display {
  max-width: 50%;
  height: auto;
  margin: 0 auto;
}

.diagnosys-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}

.diagnosys-column-left, .diagnosys-column-right, .diagnosys-column-center, {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  row-gap: 20px; 
  flex: 1; 
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}

.diagnosys-column-center {
  flex: 0.3; 
}

.diagnosys-image {
  width: 82px; height: auto;
  display: block;
  flex-shrink: 0;
  border-radius: 3px;
}

.diagnosys-note {
  background-color: #fffeee;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  transform: rotate(1deg);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  align-self: flex-start;
  position: relative;
  text-align: left;
}

.diagnosys-note:hover {
  transform: rotate(-1deg) scale(1.05);
  box-shadow: 4px 6px 12px rgba(0, 0, 0, 0.3);
  z-index: 10;
  cursor: pointer;
}

.whiteboard {
  min-width: 200px;
  min-height: 150px;
  background-color: #ffffff;
  border: 10px solid #cccccc; 
  border-radius: 8px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.05) inset;
}

.solutiondiv {
  background-color: white;
  text-align: center;
}

.service-box { background-color: white; }

.service-box h3 { color: #0f172a; font-size: 1.8rem; }

.service-box p { color: #475569; line-height: 1.6; font-size: 1.1rem; }

.feature-list, .stream-list { list-style: none; padding: 0; }

.feature-list li, .stream-list li {
  padding-left: 30px;
  position: relative;
  color: #1e293b;
}

.stream-list li::before, .feature-list li::before {
  content: "\2022";
  color: #9fc5e8;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

.decorative-circle {
  width: 26px;
  height: 26px;
  background-color: gray;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}

.circle-blue1 {
  margin-bottom: 20px;
  background-color: #3498db;
}

.circle-blue2 {
  margin: 20px auto; 
  background-color: #9FC5E8;
}

.tech-container {
  position: relative;
  text-align: center;
  color: white;
}

.tech-container img {
  width: 100%;
  height: auto;
  display: block;
}

.text-overlay {
  position: absolute; 
  top: 20%;
  left: 20%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 80%;
  text-align: left;
}

.nebulabutton-light, .ambergoldbutton, .nebulabutton, .obsidianbutton {
  padding: 25px 60px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

.ambergoldbutton {
  background: radial-gradient(circle at center, #d49a46 0%, #a76d16 50%, #4a2f0a 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 15px rgba(74, 47, 10, 0.5);
}

.ambergoldbutton:hover {
  filter: brightness(1.15);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(167, 109, 22, 0.4);
}

.nebulabutton-light {
  background: radial-gradient(circle at center, #A5DEFF, #40A9FF);
  border: 1px solid #3598E6;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  color: black;
}

.nebulabutton-light:hover {
  filter: brightness(1.05); 
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 20px rgba(64, 169, 255, 0.4);
}

.nebulabutton {
  background: radial-gradient(circle at center, #69bff8, #002E5D);
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.nebulabutton:hover {
  box-shadow: 0 8px 20px rgba(0, 46, 93, 0.4);
  transform: translateY(-2px) scale(1.02);
  filter: brightness(1.1);
}

.obsidianbutton {
  background: linear-gradient(180deg, #2d2d2d 0%, #121212 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.obsidianbutton:hover {
  background: linear-gradient(180deg, #3d3d3d 0%, #1a1a1a 100%);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
  transform: translateY(-1px);
}

.stackedcard-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 20px;
  align-items: flex-start;
}

.stackedcard {
  flex: 1 1 calc(33.333% - 20px);
  background-color: #f9f9f9;
  padding: 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  box-sizing: border-box;
  border-top: 1px solid #727272;
}

.stackedcard-title {
  color: #565656;
  font-size: 1.2em;
  font-weight: 300;
  text-align: center;
  padding: 3px 0 2px 0;
  border-bottom: 1px solid #727272;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 100px));
  gap: 15px;
  max-width: 1200px;
  justify-content: center;
}

.grid-item {
  background-color: #f9f9f9;
  padding: 10px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  box-sizing: border-box;
}

.cell2 {
  flex: 1;
  text-align: center;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .stackedcard, .logo  {
    margin-top: 0px !important;
  }
  .title-top, .banner_row, .diagnosys-row, .align-row, .container2a {
    flex-direction: column;
  }
  .stackedcard-container, .feature-row, .stream-row {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
  }
  .menu {
    margin-top: 20px;
    border-top: 1px solid #9fc4e7;
  }
  .titlepara, .nav {
    text-align: center !important;
    align-items: center !important;
  }
  .stackedcard {
    flex: none;
    max-width: 100%;
    border-top: none !important;
    border-radius: 8px;
  }
  .logo {
    place-self: center;
  }
  .img_mshrink {
    width: 50%;
    border-radius: 15px;
    aspect-ratio: auto;
  }
  .feature-list li, .stream-list li {
    text-align: left;
  }
  .heroslogan { font-size: 2.5rem; }
  .accela-image-display {
    max-width: 100%;
    height: auto;
  }
  .banner-image img {
    max-width: 200px;
    height: auto;     
  }
  .nebulabutton-light, .ambergoldbutton, .nebulabutton, .obsidianbutton {
    padding: 20px 40px;
  }
  .bannerslogan { 
    font-size: 35px;
  }
  .tagline {
    font-size: 16px; 
  }
}

html {
  scroll-behavior: auto !important;
  scroll-padding-top: 40px;
}

nav {
  display: flex;
  align-items: center;
}

nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

nav li {
  margin-left: 20px;
  cursor: pointer;
}

.top-nav-links a {
  color: #003066;
  text-decoration: none;
}

.title1 {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: -1px;
  color: #333;
}

.title2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #29699a;
  margin-top: 50px;
  margin-bottom: 10px;
}

.title3 {
  font-size: 1.17em;
  font-weight: 600;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 5px;
}

.columntitle {
  background-color: white;
  color: #004a99;
  margin: 10px;
  padding: 15px 20px;
  font-weight: bold;
}

.columntitle p {
  background-color: white;
  color: #004a99;
  font-weight: bold;
}

.simple-content-div {
  overflow-x: auto;
  margin: 1rem 0;
  padding-top: 20px;
  padding-bottom: 10px;
}

.container-div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.item-div {
  flex: 1;
  padding: 15px;
  margin-bottom: 20px;
  text-align: left;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.rowdiv {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  font-family: sans-serif;
  border-bottom: 1px solid #004a99;
}

.columndiv {
  flex: 1;
  min-width: 300px;
  background-color: white;
}

ul.custom-bullets {
  list-style-type: none;
  padding-left: 2rem;
}

ul.custom-bullets li {
  background-image: url("your-image.svg");
  background-position: 0 0.2em;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  padding-left: 1.5em;
}

.columnlist {
  list-style: none;
  padding: 20px;
  margin: 0;
  line-height: 1.4;
  color: #333;
}

.columnlist li {
  margin-bottom: 8px;
}

.caution {
  color: #d9534f;
  font-weight: bold;
  border-left: 4px solid #d9534f;
  padding-left: 10px;
  margin-top: 20px;
}

.appleemoji {
  font-family: "Apple Color Emoji";
}

.ptext {
  margin-bottom: 0in;
  line-height: normal;
}

.centertext {
  margin-bottom: 0in;
  text-align: center;
}

.and-other-input {
  width: 300px;
  height: 35px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  vertical-align: middle;
}

.behaves {
}

.behaves p {
  font-size: 1rem;
  text-align: left;
  color: #555555;
  margin-top: 5px;
  margin-bottom: 5px;
}

.behaves ul {
  padding-left: 40px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.process-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
  row-gap: 40px;
  color: #333;
  width: 100%;
}

.process-step {
  flex: 1 1 250px;
  max-width: 350px;
  border-radius: 4px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
}

.process-step-title {
  background-color: #2c3e50;
  color: white;
  background-color: #fff9c4;
  color: black;
  padding: 8px;
  text-align: center;
  font-weight: bold;
  font-size: 0.9rem;
}

.process-arrow {
  flex: 0 0 auto;
  font-size: 20px;
  color: #2c3e50;
  color: lightgrey;
  text-align: center;
  padding: 10px;
}

.process-fan-out-line {
  flex-basis: 100%; 
  height: 30px; 
  margin: 15px 15px; 
  text-align: center;
}

.output {
  border-color: #27ae60;
}

.states {
  padding: 10px;
  font-size: 0.8rem;
  text-align: center;
  border-top: 1px solid #eee;
  margin-top: auto; 
}

.chart-container {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.responsive-svg {
  width: 100%; 
  display: block;
  border: 1px solid #ddd; 
}

.chart-controls button {
  padding: 8px 15px;
  margin: 5px;
  cursor: pointer;
  background: #2c3e50;
  color: white;
  border: none;
  border-radius: 4px;
}

.chart-controls button:hover {
  background: #34495e;
}

.code-block {
  background-color: #f4f4f4;
  border-left: 4px solid #005fb2;
  font-family: monospace;
  overflow-x: auto;
  white-space: pre-wrap;
}

.note {
  background-color: #eef7ff;
  padding: 15px;
  border-radius: 5px;
  margin: 20px 0;
}

.doc-section {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 4px dashed #ccc;
}

.section-divider {
  border: 0;
  border-top: 1px solid #ccc;
  margin: 20px 0;
}



.rca-variables-container {
  font-family: sans-serif;
  max-width: 900px;
  margin: auto;
}

.rca-variables-set {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.set-text {
  flex: 0 0 25%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: grey;
}

.set-list {
  flex: 0 0 75%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 25px;
}

.variables-set-title {
  margin: 0;
  padding-top: 14px;
  padding-bottom: 15px;
  font-size: 1.4rem;
  text-align: left;
  color: #00a1e0;
}

.variables-group-title {
  margin: 0;
  font-size: 1.2rem;
  text-align: left;
  background-color: #fff9c4;
  color: black;
  width: fit-content; 
  padding: 4px 8px; 
  margin-top: 20px;
}

.variable {
  font-size: 1rem;
  color: #333;
  padding-left: 20px;
}

.highlight {
  background-color: #f9f9f9;
  border-color: #e67e22;
  border-left: 4px solid #e74c3c;
  padding: 10px;
  margin: 20px 0;
  font-style: italic;
}

.mini-highlight {
  background-color: #fff9c4;;
  border-left: 2px solid #e67e22;
  padding: 2px;
  margin: 2px 2px;
  font-style: italic;
  width: fit-content;
}

.example {
  font-style: italic;
  margin-top: 10px;
  display: block;
  color: #555;
}

:root {
  --primary: #0a2540;
  --secondary: #635bff;
  --accent: #00d4ff;
  --text: #425466;
  --bg: #ffffff;
  --border: #e6ebf1;
}

.tr-container {
  margin: 0 auto;
}

.subtitle {
  color: var(--secondary);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}



.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 25px;
}

.tr-h3 {
  color: var(--primary);
  border-bottom: 2px solid var(--secondary);
  display: inline-block;
  padding-bottom: 3px;
  font-size: 1.1em;
}

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

.capability-list li {
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
  font-size: 0.95em;
}

.capability-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--secondary);
  font-weight: bold;
}

.gate-tag {
  background: #fff9e6;
  color: #7a5500;
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 0.8em;
  border: 1px solid #ffe58f;
}

.tech-callout {
  background: #f8fafc;
  border-left: 5px solid var(--secondary);
  padding: 15px;
  margin: 0 25px 20px 25px;
  border-radius: 0 4px 4px 0;
}

.tech-callout strong {
  color: var(--primary);
  display: block;
  margin-bottom: 5px;
}

.tr-arrow-contaainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

.tr-arrow {
  border: solid #635bff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.tr-arrow-down {
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .container-div {
    flex-direction: row;
  }
}