/*
Theme Name: Right Arm Inc
Theme URI: https://rightarmincllc.com
Author: Right Arm Inc LLC
Author URI: https://rightarmincllc.com
Description: A professional WordPress theme for Right Arm Inc. LLC workforce consulting, HR consulting, leadership development, and training services.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: right-arm-inc
*/

:root {
  --primary: #0a2f6b;
  --secondary: #c89b3c;
  --light: #f8f9fa;
  --ink: #172033;
  --muted: #5e6b7d;
  --line: #dde3ec;
}

body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--ink);
}

a {
  text-decoration: none;
}

.navbar {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}

.navbar-brand {
  color: var(--primary);
  font-weight: 800;
}

.navbar-brand img {
  width: auto;
  max-height: 75px;
}

.nav-link {
  font-weight: 600;
}

.hero {
  background:
    linear-gradient(rgba(10, 47, 107, .9), rgba(10, 47, 107, .85)),
    url("assets/images/workforce-bg.jpg");
  background-position: center;
  background-size: cover;
  padding: 120px 0;
  color: white;
}

.hero h1 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.hero .lead {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.service-card {
  border: 1px solid var(--line);
  border-radius: .5rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
  transition: .4s;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-10px);
}

.service-card h3 {
  color: var(--primary);
}

.btn-ra {
  background: var(--secondary);
  border-color: var(--secondary);
  color: white;
  padding: 12px 25px;
  font-weight: 700;
}

.btn-ra:hover,
.btn-ra:focus {
  background: #a97f2f;
  border-color: #a97f2f;
  color: white;
}

.section-padding {
  padding: 80px 0;
}

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

.list-group-item {
  padding: 1rem 1.25rem;
  font-weight: 600;
}

footer {
  background: #081f45;
  color: white;
  padding: 40px 0;
}

footer p {
  color: #d9e6f6;
}
