/* Bellamy Group visual refresh — loaded after the legacy theme. */
:root {
  --bellamy-wine: #66152b;
  --bellamy-wine-dark: #3d0b19;
  --bellamy-rose: #a84a62;
  --bellamy-ink: #18222c;
  --bellamy-slate: #53606d;
  --bellamy-cream: #f6f8fa;
  --bellamy-line: #e2e7eb;
  --bellamy-white: #ffffff;
  --bellamy-shadow: 0 18px 48px rgba(24, 34, 44, 0.10);
}

html { scroll-behavior: smooth; }

body {
  color: var(--bellamy-slate);
  background: var(--bellamy-cream);
  font-family: Inter, "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}

body.no-trans * { transition: none; }
body:not(.no-trans) a,
body:not(.no-trans) .btn,
body:not(.no-trans) .box-style-1,
body:not(.no-trans) .panel { transition: all .22s ease; }

.page-wrapper { background: var(--bellamy-white); overflow: hidden; }
.container { width: min(1170px, calc(100% - 48px)); }

h1, h2, h3, h4, h5, h6 {
  color: var(--bellamy-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -.025em;
}

h1 { font-size: clamp(38px, 5vw, 62px); }
h2 { font-size: clamp(28px, 3vw, 40px); }
h3 { font-size: 22px; }
p { margin-bottom: 22px; }
a, a.forgot { color: var(--bellamy-wine); }
a:hover, a:focus, a.forgot:hover, a.forgot:focus { color: var(--bellamy-rose); }

/* Header */
.header-top { display: none; }
.header {
  padding: 17px 0 14px;
  background: rgba(255, 255, 255, .96);
  border: 0;
  border-bottom: 1px solid rgba(61, 11, 25, .08);
  box-shadow: 0 4px 24px rgba(24, 34, 44, .04);
}
.header .HeaderRow { display: flex; align-items: center; }
.header .header-left { display: flex; flex-direction: column; align-items: flex-start; }
.header .logo { margin: 0; }
.header img.logo { width: 235px; max-width: 100%; }
.site-slogan {
  color: #776a6d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  margin: 3px 0 0 3px;
  text-transform: uppercase;
}
.header .navbar-default { background: transparent; border: 0; box-shadow: none; }
.header .navbar-collapse { padding: 0; }
.header .navbar-nav > li { margin-left: 5px; }
.header .navbar-nav > li > a {
  border: 0;
  border-radius: 5px;
  color: var(--bellamy-ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .055em;
  padding: 12px 14px;
  text-transform: uppercase;
}
.header .navbar-nav > li.dropdown > a { padding-right: 34px; }
.header .navbar-nav > li.dropdown > a:before {
  color: #8d7a80;
  right: 13px;
  top: 16px;
}
.header .navbar-nav > li > a:hover,
.header .navbar-nav > li > a:focus,
.header .navbar-nav > li.open > a,
.header .navbar-nav > li.active > a {
  background: rgba(102, 21, 43, .08) !important;
  color: var(--bellamy-wine) !important;
}
.header .dropdown-menu {
  background: var(--bellamy-white);
  border: 1px solid rgba(24, 34, 44, .08);
  border-radius: 6px;
  box-shadow: var(--bellamy-shadow);
  min-width: 220px;
  padding: 9px;
}
.header .dropdown-menu > li > a {
  border-radius: 4px;
  color: var(--bellamy-ink);
  font-size: 14px;
  padding: 10px 12px;
}
.header .dropdown-menu > li > a:hover { background: var(--bellamy-cream); color: var(--bellamy-wine); }
.fixed-header-on .header.fixed { padding: 10px 0 8px; box-shadow: 0 12px 30px rgba(24, 34, 44, .12); }
.fixed-header-on .header img.logo { max-width: 205px; }

/* Home hero */
.banner { border: 0; }
.front .banner { background: var(--bellamy-ink); }
.slider-banner-container { max-height: 640px; overflow: hidden; }
.front .slideshow { position: relative; }
.tp-caption.white_bg.large {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.12;
  max-width: none;
  padding: 0;
  text-shadow: 0 3px 22px rgba(0, 0, 0, .78), 0 1px 2px rgba(0, 0, 0, .85);
  white-space: nowrap;
}
.tp-caption.white_bg.medium {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: rgba(15, 24, 32, .76);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 3px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .16);
  color: #fff;
  padding: 5px 12px;
  white-space: nowrap;
}
.tp-caption.dark_gray_bg {
  background: rgba(102, 21, 43, .94);
  border-radius: 3px;
  color: #fff;
}
.tp-caption.dark_gray_bg.sfl.medium { padding: 5px 11px; }
.tp-caption.dark_gray_bg.sfb.medium {
  box-shadow: 0 8px 22px rgba(0, 0, 0, .16);
  padding: 7px 13px;
}
.btn-scroller,
.btn-default,
input[type="submit"].btn-default {
  background: var(--bellamy-wine);
  border: 1px solid var(--bellamy-wine);
  border-radius: 6px;
  box-shadow: 0 5px 14px rgba(102, 21, 43, .18);
  color: white;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 13px 25px;
  text-transform: uppercase;
}
.btn-scroller:hover, .btn-default:hover, .btn-default:focus {
  background: var(--bellamy-wine-dark);
  border-color: var(--bellamy-wine-dark);
  color: white;
  transform: translateY(-2px);
}
.btn-default[disabled],
.btn-default.disabled,
.btn-default[disabled]:hover,
.btn-default.disabled:hover {
  background: #7d7276 !important;
  border-color: #7d7276 !important;
  color: #fff !important;
  opacity: .72;
  transform: none;
}
.tparrows.round { background: rgba(255,255,255,.88); color: var(--bellamy-wine); }
.tparrows.round:hover { background: var(--bellamy-wine); color: white; }

/* Page headings and content */
.page-intro {
  background: #f6f8fa;
  border: 0;
  padding: 17px 0;
}
.breadcrumb { background: transparent; color: #82777a; font-size: 13px; margin: 0; padding: 0; }
.breadcrumb > li + li:before { color: #b4aaac; content: "/\00a0"; }
.main-container { padding: 72px 0 88px; }
.section { padding: 72px 0; }
.front .section.clearfix { padding: 78px 0 88px; }
.front .section.clearfix .col-md-12 > .row { margin-left: 0; margin-right: 0; }
.front .section.clearfix .col-md-12 > .row p {
  font-size: 18px;
  line-height: 1.85;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  text-align: center;
}
.page-title { margin: 0 0 14px; }
.separator, .separator-2 { background: var(--bellamy-wine); height: 3px; margin-bottom: 34px; width: 54px; }
.separator:after, .separator-2:after { display: none; }
.separator { margin-left: auto; margin-right: auto; }
.gray-bg { background: #fff; box-shadow: none !important; }
.gray-bg:before { display: none; }
.dark-translucent-bg {
  background: linear-gradient(135deg, var(--bellamy-wine-dark), var(--bellamy-wine));
  border-radius: 8px;
  margin: 0 0 48px;
  padding: 50px 20px;
}
.dark-translucent-bg h1 { color: white; margin: 0; }
.main-container .container .container { padding: 0; width: 100%; }

/* The original theme used vertical rules to separate columns. Open spacing is
   cleaner and keeps adjacent photography from feeling boxed in. */
.vertical-divider-left,
.vertical-divider-left-lg {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

.section-kicker {
  color: var(--bellamy-wine);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.about-story { align-items: center; display: flex; }
.about-story-copy { padding-right: 54px; }
.about-visual { margin: 0; position: relative; }
.about-visual img {
  border-radius: 4px;
  display: block;
  height: 430px;
  object-fit: cover;
  width: 100%;
}
.about-visual figcaption {
  color: var(--bellamy-slate);
  font-size: 13px;
  letter-spacing: .02em;
  margin-top: 12px;
}
.about-visual figcaption strong { color: var(--bellamy-ink); }

/* IT services */
.services-page { padding-top: 52px; }
.services-hero {
  border-bottom: 1px solid var(--bellamy-line);
  max-width: 920px;
  padding: 24px 0 60px;
}
.services-hero h1 { font-size: clamp(46px, 6vw, 72px); margin: 0 0 22px; max-width: 820px; }
.services-hero .lead { color: #34414d; font-size: 20px; font-weight: 600; line-height: 1.65; max-width: 800px; }
.services-actions { align-items: center; display: flex; gap: 26px; margin-top: 30px; }
.service-cta {
  background: var(--bellamy-wine);
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  padding: 13px 22px;
  text-transform: uppercase;
}
.service-cta:hover, .service-cta:focus { background: var(--bellamy-wine-dark); color: #fff; text-decoration: none; }
.service-text-link { color: var(--bellamy-ink); font-weight: 700; }
.service-text-link i { margin-left: 6px; }
.services-intro { align-items: center; display: flex; padding: 78px 0; }
.services-copy { padding-right: 58px; }
.services-copy h2, .services-overview h2, .services-expertise h2, .services-difference h2 { margin-top: 0; }
.services-visual { margin: 0; overflow: hidden; }
.services-visual img { border-radius: 4px; display: block; height: 420px; object-fit: cover; width: 100%; }
.services-credential {
  align-items: flex-start;
  border-top: 1px solid var(--bellamy-line);
  display: flex;
  gap: 14px;
  margin-top: 30px;
  padding-top: 24px;
}
.services-credential > i { color: var(--bellamy-wine); font-size: 21px; margin-top: 2px; }
.services-credential strong, .services-credential span { display: block; }
.services-credential strong { color: var(--bellamy-ink); margin-bottom: 3px; }
.services-credential span { color: #687581; font-size: 14px; }
.services-overview { background: #f5f7f8; margin: 0 -42px; padding: 58px 42px; }
.services-overview h2 { max-width: 650px; }
.services-overview > p:last-child { font-size: 17px; line-height: 1.8; max-width: 850px; }
.services-expertise { padding: 76px 0; }
.expertise-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
}
.expertise-grid li {
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--bellamy-line);
  border-radius: 4px;
  color: var(--bellamy-ink);
  display: flex;
  gap: 13px;
  line-height: 1.5;
  min-height: 92px;
  padding: 20px;
}
.expertise-grid i { color: var(--bellamy-wine); font-size: 17px; margin-top: 3px; width: 20px; }
.services-difference {
  align-items: start;
  background: var(--bellamy-ink);
  border-radius: 4px;
  color: #dce2e6;
  display: grid;
  gap: 54px;
  grid-template-columns: 1fr 1fr;
  padding: 54px;
}
.services-difference h2 { color: #fff; }
.services-difference .section-kicker { color: #d796a8; }
.services-difference a { color: #fff; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

/* Careers */
.careers-page { padding-top: 48px; }
.careers-hero {
  border-bottom: 1px solid var(--bellamy-line);
  padding-bottom: 46px;
}
.careers-hero h1 {
  font-size: clamp(44px, 5vw, 62px);
  margin: 0 0 18px;
}
.careers-hero .lead {
  color: #3f4c57;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.65;
  margin: 0;
  max-width: 780px;
}
.careers-copy {
  color: #53606b;
  font-size: 16px;
  line-height: 1.75;
  padding-bottom: 48px;
  padding-top: 48px;
}
.careers-copy > p { max-width: 940px; }
.careers-action {
  align-items: center;
  background: #f4f6f7;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-top: 30px;
  padding: 24px 28px;
}
.careers-action p { color: var(--bellamy-ink); margin: 0; }
.careers-action .service-cta { flex: 0 0 auto; }
.career-skill-column { padding-bottom: 34px; }
.career-skill-column h2 {
  font-size: 25px;
  margin: 0 0 22px;
}
.static-skill-list .panel {
  background: #f7f8f9 !important;
  border: 1px solid #e2e7ea;
  border-radius: 4px !important;
  margin-bottom: 8px !important;
}
.static-skill-list .panel-heading { background: transparent !important; }
.static-skill-list .panel-title span {
  align-items: center;
  color: #28343e;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  padding: 15px 17px;
}
.static-skill-list .panel-title i {
  color: var(--bellamy-wine);
  flex: 0 0 25px;
  font-size: 16px;
}

/* Cards, images, lists, and accordions */
.box-style-1 {
  background: white !important;
  border: 1px solid var(--bellamy-line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(24, 34, 44, .06);
  height: auto;
  margin-bottom: 28px;
  overflow: hidden;
  padding: 18px;
}
.box-style-1:hover { box-shadow: 0 14px 34px rgba(24, 34, 44, .09); transform: translateY(-2px); }
.box-style-1 h3 { margin: 20px 0 6px; }
.overlay-container { border-radius: 5px; overflow: hidden; }
img.aboutUsPic { height: 310px; object-fit: cover; width: 100%; }
.team-grid .overlay-container {
  align-items: flex-end;
  background: #f1f4f6;
  display: flex;
  height: 400px;
  justify-content: center;
}
.team-grid img.aboutUsPic {
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  width: 100%;
}
img.infoTech {
  border-radius: 8px;
  box-shadow: var(--bellamy-shadow);
  height: 360px;
  margin: 0;
  object-fit: cover;
  width: 100%;
}
.embed-responsive { border-radius: 8px; }
.embed-responsive img.infoTech { position: absolute; inset: 0; height: 100%; }
img.certs { height: 150px; max-width: 280px; object-fit: contain; width: 100%; }
.team-grid,
.certification-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.team-grid > [class*="col-"],
.certification-grid > [class*="col-"] {
  display: flex;
}
.team-grid .box-style-1,
.certification-grid .box-style-1 {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
}
.team-grid .box-style-1 {
  border: 0;
  box-shadow: none;
  padding: 0 0 16px;
}
.team-grid .box-style-1:hover { box-shadow: none; transform: none; }
.team-grid .box-style-1 h3 { margin-bottom: 2px; }
.certification-grid .overlay-container {
  align-items: center;
  background: #fff;
  display: flex;
  height: 164px;
  justify-content: center;
  width: 100%;
}
.certification-grid .box-style-1 h3 {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 16px;
  min-height: 54px;
  text-align: center;
}
.list-icons li { padding: 8px 0; }
.list-icons li i { color: var(--bellamy-wine); }
.panel {
  border: 1px solid var(--bellamy-line);
  border-radius: 6px !important;
  box-shadow: none;
  margin-bottom: 12px !important;
  overflow: hidden;
}
.panel-heading { background: white !important; border: 0 !important; padding: 0; }
.panel .panel-heading .panel-title > a {
  background: #fff !important;
  color: var(--bellamy-ink) !important;
  display: block;
  padding: 18px 46px 18px 20px;
}
.panel .panel-heading .panel-title > a:not(.collapsed),
.panel .panel-heading .panel-title > a:hover,
.panel .panel-heading .panel-title > a:focus {
  background: var(--bellamy-wine) !important;
  color: #fff !important;
}
.panel-body { border-top: 1px solid var(--bellamy-line) !important; padding: 20px; }
.nav-tabs { border-color: var(--bellamy-line); }
.tabs-style-2 .nav-tabs > li.active > a,
.tabs-style-2 .nav-tabs > li.active > a:hover,
.tabs-style-2 .nav-tabs > li.active > a:focus {
  background: var(--bellamy-wine) !important;
  border-color: var(--bellamy-wine) !important;
  color: #fff !important;
}
.tabs-style-2 .nav-tabs > li.active > a i { color: #fff !important; }

/* Forms */
.contact-form {
  background: linear-gradient(145deg, #fbfcfd 0%, #f4f6f8 100%);
  border: 1px solid #dfe5e9;
  border-radius: 9px;
  border-top: 3px solid var(--bellamy-wine);
  box-shadow: 0 18px 42px rgba(24, 34, 44, .08), 0 2px 5px rgba(24, 34, 44, .035);
  padding: 32px;
}
.sidebar .block {
  background: linear-gradient(145deg, #fbfcfd 0%, #f4f6f8 100%);
  border: 1px solid #dfe5e9;
  border-radius: 9px;
  border-top: 3px solid var(--bellamy-wine);
  box-shadow: 0 18px 42px rgba(24, 34, 44, .08), 0 2px 5px rgba(24, 34, 44, .035);
  padding: 28px;
}
.form-horizontal .form-group {
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: 0;
}
.form-horizontal .control-label {
  padding-top: 0;
  text-align: left;
}
.contact-form .row { margin-left: -9px; margin-right: -9px; }
.contact-form .row > [class*="col-"] { padding-left: 9px; padding-right: 9px; }
.contact-form .form-row .form-group { height: calc(100% - 24px); }
label {
  color: #31465c;
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 9px;
}
label .text-danger { color: #a12b47; margin-left: 2px; }
.form-control {
  background: #fff;
  border: 1px solid #d3dbe2;
  border-radius: 6px;
  box-shadow: none;
  color: var(--bellamy-ink);
  font-size: 16px;
  line-height: 1.45;
  min-height: 54px;
  padding: 14px 16px;
  transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.form-control:hover { border-color: #aebbc4; }
.form-control:focus {
  background: #fff;
  border-color: var(--bellamy-wine);
  box-shadow: 0 0 0 3px rgba(102, 21, 43, .11);
  outline: 0;
}
.form-control::placeholder { color: #8a969f; opacity: 1; }
textarea.form-control {
  min-height: 145px;
  resize: vertical;
}
select.form-control {
  background-color: #fff;
  cursor: pointer;
  padding-right: 36px;
}
.has-feedback .form-control { padding-left: 68px; padding-right: 16px; }
.has-feedback select.form-control { padding-left: 16px; padding-right: 36px; }
.has-feedback > .form-control-feedback {
  align-items: center;
  background: #f3f5f7;
  border-right: 1px solid #d9e0e5;
  border-radius: 5px 0 0 5px;
  color: #697783;
  display: flex;
  font-size: 14px;
  height: 52px;
  justify-content: center;
  left: 1px;
  line-height: 1;
  pointer-events: none;
  right: auto;
  top: 28px !important;
  width: 52px;
  z-index: 3;
}
.has-feedback > input.form-control + .form-control-feedback {
  bottom: 1px;
  top: auto !important;
}
.has-feedback:focus-within > .form-control-feedback {
  background: #faf6f7;
  border-right-color: #d8b8c1;
  color: var(--bellamy-wine);
}
.has-error > .form-control-feedback { color: #b73c57; }
.has-success > .form-control-feedback { color: #4c816a; }
.has-error .form-control {
  background: #fff;
  border-color: #b73c57;
  box-shadow: 0 0 0 3px rgba(183, 60, 87, .09);
}
.has-success .form-control {
  background: #fff;
  border-color: #4c816a;
}
.form-group > .text-center.space-top { padding-top: 4px; }
.contact-form .btn,
.sidebar .block form .btn {
  min-width: 170px;
  padding: 13px 24px;
}
.sidebar .block .separator { margin-bottom: 26px; }
.g-recaptcha { max-width: 100%; overflow: hidden; }

/* Footer */
.footer {
  background: linear-gradient(110deg, #f9fafb 0%, #f2f4f5 100%);
  border: 0;
  border-top: 4px solid var(--bellamy-wine);
  color: #596672;
  padding: 0;
}
.footer > .container {
  max-width: 1480px;
  width: calc(100% - 64px);
}
.footer-main {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.18fr) minmax(0, 1fr);
  margin: 0;
  padding: 28px 0 26px;
}
.footer-main:before,
.footer-main:after { content: none; display: none; }
.footer-main > div { min-width: 0; padding: 0 36px; }
.footer-main > div:first-child { padding-left: 0; }
.footer-main > div:last-child { padding-right: 0; }
.footer-main > div + div { border-left: 1px solid #dce2e6; }
.footer h2 {
  color: var(--bellamy-ink);
  font-family: Inter, "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  margin: 0 0 14px;
  text-transform: uppercase;
}
.footer a { color: var(--bellamy-wine); font-weight: 700; }
.footer a:hover { color: var(--bellamy-wine-dark); }
.footer-quote {
  border: 0;
  margin: 0;
  max-width: 570px;
  padding: 4px 0 0 50px;
  position: relative;
}
.footer-quote:after {
  color: rgba(102, 21, 43, .28);
  content: "\201C";
  font-family: Georgia, "Times New Roman", serif;
  font-size: 64px;
  height: auto;
  left: 0;
  line-height: 1;
  position: absolute;
  top: -5px;
  width: auto;
}
.footer-quote p {
  color: #3e4a54;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.65;
  margin: 0;
}
.footer-quote cite {
  color: var(--bellamy-wine);
  display: block;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .1em;
  margin-top: 12px;
  text-transform: uppercase;
}
.footer-quote cite:before { content: "— "; }
.footer-contact { text-align: center; }
.footer-contact h2 { text-align: center; }
.footer-contact .list-icons { display: grid; gap: 5px; margin: 0 auto; max-width: 100%; width: max-content; }
.footer-contact .list-icons li { align-items: flex-start; display: flex; gap: 9px; justify-content: flex-start; padding: 0; text-align: left; }
.footer-contact .list-icons li i { color: var(--bellamy-wine); flex: 0 0 18px; line-height: 1.7; width: 18px; }
.footer-contact .list-icons li span { display: block; }
.footer-contact .list-icons li:first-child span { white-space: nowrap; }
.footer-certifications {
  background: transparent;
}
.footer-certification { align-items: center; display: flex; gap: 12px; margin-top: 9px; }
.footer-certification img {
  background: #fff;
  border: 1px solid #e1e6e9;
  border-radius: 3px;
  filter: grayscale(1);
  height: 55px;
  object-fit: contain;
  opacity: .78;
  padding: 4px 7px;
  width: 96px;
}
.footer-certification span {
  color: #36424c;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}
.footer-certification:hover img { filter: grayscale(0); opacity: 1; }
.subfooter { background: #171a1d; border: 0; color: #fff; font-size: 12px; padding: 14px 0; }
.subfooter > .container {
  max-width: 1480px;
  width: calc(100% - 64px);
}
.subfooter-inner {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  text-align: center;
}
.subfooter-inner > span:first-child { grid-column: 2; }
.subfooter-inner .site-credit { grid-column: 3; justify-self: end; }
.subfooter .site-credit { color: #bac1c7; }
.subfooter .site-credit a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.subfooter .site-credit a:hover,
.subfooter .site-credit a:focus { color: #e7bdc8; text-decoration: underline; }
.scrollToTop { background: var(--bellamy-wine); border-radius: 50%; bottom: 18px; right: 18px; }

@media (max-width: 991px) {
  .header .HeaderRow { display: block; }
  .header .header-left { align-items: center; }
  .header .header-right { margin-top: 8px; }
  .header .navbar-nav { float: none !important; text-align: center; }
  .header .navbar-nav > li { display: inline-block; float: none; }
  .main-container, .section { padding: 58px 0; }
  .sidebar { margin-top: 28px; }
  .about-story, .services-intro { display: block; }
  .about-story-copy, .services-copy { padding-right: 15px; }
  .about-visual, .services-visual { margin-top: 34px; }
  .expertise-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-quote-column { border-bottom: 1px solid #dce2e6; grid-column: 1 / -1; margin-bottom: 28px; padding-bottom: 28px !important; }
  .footer-contact { border-left: 0 !important; padding-left: 0 !important; }
  .footer-contact .list-icons li:first-child span { white-space: normal; }
}

@media (max-width: 767px) {
  .container { width: min(100% - 30px, 1170px); }
  .footer > .container,
  .subfooter > .container { width: calc(100% - 30px); }
  .header { padding: 12px 0; }
  .header .header-left { align-items: flex-start; padding-right: 60px; }
  .header img.logo { width: 205px; }
  .site-slogan { font-size: 9px; }
  .navbar-header { position: absolute; right: 15px; top: -58px; }
  .navbar-toggle { border: 0; border-radius: 8px; margin: 0; padding: 12px; }
  .navbar-default .navbar-toggle .icon-bar { background: var(--bellamy-wine); }
  .header .navbar-collapse { border: 0; box-shadow: none; margin-top: 10px; }
  .header .navbar-nav { margin: 0; text-align: left; }
  .header .navbar-nav > li { display: block; margin: 3px 0; }
  .header .navbar-nav > li > a { border-radius: 4px; padding: 11px 13px; }
  .header .navbar-nav > li.dropdown > a { padding-right: 40px; }
  .header .navbar-nav > li.dropdown > a:before { right: 16px; top: 15px; }
  .header .dropdown-menu { border: 0; border-radius: 6px; box-shadow: none; margin: 2px 0 8px 12px !important; padding: 4px; position: static; width: calc(100% - 12px); }
  .slider-banner-container { max-height: 460px; }
  .tp-caption.large { font-size: 24px !important; }
  .tp-caption.medium { font-size: 16px !important; }
  .main-container, .section, .front .section.clearfix { padding: 44px 0 54px; }
  .dark-translucent-bg { border-radius: 12px; margin-bottom: 34px; padding: 32px 12px; }
  .contact-form, .sidebar .block { padding: 22px 18px; }
  .team-grid > [class*="col-"],
  .certification-grid > [class*="col-"] { display: block; width: 100%; }
  .certification-grid .box-style-1 h3 { min-height: 0; }
  img.infoTech { height: 280px; }
  .team-grid .overlay-container { height: 360px; }
  .about-visual img, .services-visual img { height: 300px; }
  .services-page { padding-top: 28px; }
  .services-hero { padding-bottom: 44px; }
  .services-hero h1 { font-size: 42px; }
  .services-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .services-intro, .services-expertise { padding: 52px 0; }
  .services-overview { margin: 0 -15px; padding: 44px 20px; }
  .expertise-grid { grid-template-columns: 1fr; }
  .services-difference { gap: 18px; grid-template-columns: 1fr; padding: 32px 24px; }
  .careers-page { padding-top: 28px; }
  .careers-hero { padding-bottom: 36px; }
  .careers-hero h1 { font-size: 42px; }
  .careers-copy { padding-bottom: 38px; padding-top: 38px; }
  .careers-action { align-items: flex-start; flex-direction: column; gap: 18px; padding: 22px; }
  .footer-main { display: block; padding: 32px 0 22px; }
  .footer-main > div { border-left: 0 !important; margin-bottom: 24px; padding: 0 !important; }
  .footer-quote-column { margin-bottom: 28px !important; }
  .footer-contact { border-bottom: 1px solid #dce2e6; padding-bottom: 24px !important; }
  .footer-contact .list-icons { display: block; }
  .footer-contact .list-icons li { margin-bottom: 12px; }
  .subfooter-inner { display: flex; flex-direction: column; gap: 7px; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition-duration: .01ms !important; }
}
