/* ======================================================
   Americium Tech Brand Color Theme
   Primary: Steel Blue #3a8fd6 (from logo icon)
   Dark:    Navy    #1d2d50 (from logo text)
   ====================================================== */

:root {
  /* ---- Override Bootstrap primary to brand steel blue ---- */
  --bs-primary: #3a8fd6;
  --bs-primary-rgb: 58, 143, 214;

  /* soft / pale / bullet variants */
  --bs-soft-primary:   rgba(58, 143, 214, 0.12);
  --bs-pale-primary:   rgba(58, 143, 214, 0.08);
  --bs-bullet-soft-primary: rgba(58, 143, 214, 0.35);
  --bs-icon-fill-primary:   rgba(58, 143, 214, 0.15);
  --bs-icon-solid-fill-primary: #3a8fd6;
  --bs-border-soft-primary: rgba(58, 143, 214, 0.2);

  /* link colours */
  --bs-link-color-rgb:       58, 143, 214;
  --bs-link-hover-color-rgb: 40, 110, 180;

  /* brand navy used for headings / dark backgrounds */
  --amr-navy:          #1d2d50;
  --amr-navy-light:    #253561;
  --amr-steel:         #3a8fd6;
  --amr-steel-light:   #5aaee8;
  --amr-steel-dark:    #2270b5;
  --amr-accent:        #e8f4fd;
}

/* ---- Underline SVG decorators ---- */
.underline-3.primary.style-2:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.01 8.3'%3E%3Cpath fill='%233a8fd6' d='M64.42,2.42Q42.78,1.46,21.19,0c-2.8-.19-4.09.89-3.87,2L3.92,1.87c-5.13-.05-5.28,3.87-.12,3.92l60.49.55c46.63,2.08,93.34,2.51,139.81,1.27,5-.13,5.39-3.87.13-3.92Z'/%3E%3C/svg%3E");
}
.underline-3.primary.style-3:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205 9.37'%3E%3Cpath fill='%233a8fd6' d='M202.47,9.37A1191.26,1191.26,0,0,0,1.79,7.48,1.67,1.67,0,0,1,0,5.92H0A1.76,1.76,0,0,1,1.63,4.21c67-5.71,133.83-5.43,200.8-.27A2.75,2.75,0,0,1,205,6.88h0A2.6,2.6,0,0,1,202.47,9.37Z'/%3E%3C/svg%3E");
}

/* ---- Hamburger icon in brand blue ---- */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='45' height='32' viewBox='0 0 45 32'><path fill='#3a8fd6' d='M26.88 29.888c-1.076 1.289-2.683 2.103-4.48 2.103s-3.404-0.814-4.472-2.093l-0.008-0.009-5.12-7.040-8.192-10.048-3.52-4.608c-0.646-0.848-1.036-1.922-1.036-3.087 0-2.828 2.292-5.12 5.12-5.12 0.139 0 0.277 0.006 0.413 0.016l-0.018-0.001h33.664c0.118-0.010 0.256-0.015 0.396-0.015 2.828 0 5.12 2.292 5.12 5.12 0 1.165-0.389 2.239-1.045 3.1l0.009-0.013-3.52 4.608-7.872 10.048z'/></svg>");
}

/* ---- Process arrow ---- */
.process-wrapper.arrow [class*=col-]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 108.15 19.5'%3E%3Cpath fill='%233a8fd6' d='M2.38,13.63A107.77,107.77,0,0,1,41.56,3.28C54.29,2.51,67,4.2,79.4,6.9c7.73,1.68,15.38,3.73,23,5.86a1.56,1.56,0,0,0,.83-3C89.85,6,76.35,2.5,62.54.87A111,111,0,0,0,24,2.73,119,119,0,0,0,.8,10.93c-1.81.85-.23,3.54,1.58,2.7Z'/%3E%3Cpath fill='%233a8fd6' d='M95.51,19.27A60.35,60.35,0,0,1,107,12.41a1.58,1.58,0,0,0,1.12-1.29,1.53,1.53,0,0,0-.75-1.56,20.31,20.31,0,0,1-9-8.65,1.56,1.56,0,0,0-2.7,1.57c2.34,4,5.79,7.86,10.12,9.78l.37-2.86a62.69,62.69,0,0,0-12.25,7.18,1.6,1.6,0,0,0-.56,2.14,1.56,1.56,0,0,0,2.13.55Z'/%3E%3C/svg%3E");
}
