/* Prime Nexus Logistics – Brand Skin */
:root {
  /* Core brand */
  --color-primary: #076A81;     /* main teal blue */
  --color-hover:   #0F88A8;     /* hover teal */
  --color-secondry:#0D304B;     /* deep navy */

  /* RGBAs derived from #076A81 (7,106,129) */
  --rgba-primary-1: rgba(7,106,129,0.1);
  --rgba-primary-2: rgba(7,106,129,0.2);
  --rgba-primary-3: rgba(7,106,129,0.3);
  --rgba-primary-4: rgba(7,106,129,0.4);
  --rgba-primary-5: rgba(7,106,129,0.5);
  --rgba-primary-6: rgba(7,106,129,0.6);
  --rgba-primary-7: rgba(7,106,129,0.7);
  --rgba-primary-8: rgba(7,106,129,0.8);
  --rgba-primary-9: rgba(7,106,129,0.9);

  /* Optional green helper (not used by template automatically) */
  --color-green: #338342;
}
/* Prime Nexus Logistics – Final Overrides (keep at end) */
.text-green { color: #338342 !important; }
.bg-green { background-color: #338342 !important; }

.footer-top,
.site-footer { background-color: #0D304B !important; }

.footer-top a,
.site-footer a { color: #ffffff !important; }

.footer-top a:hover,
.site-footer a:hover { color: #0F88A8 !important; }

::selection { background: #076A81; color: #fff; }
::-moz-selection { background: #076A81; color: #fff; }
