/*
Theme Name: Resolved Nigeria
Theme URI: https://www.greentical.com/projects/resolved-nigeria
Author: Greentical Solutions Limited
Author URI: https://www.greentical.com
Description: Wordpress theme for Resolved Nigeria website.
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 8.3
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: resolvednigeria
Tags: business, community
*/
/**
 * @author Emmanuel Analike <emmanuel@analike.net>
 * @created Aug 29, 2026; 07:31 PM
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap");
/**
 * @author Emmanuel Analike <emmanuel@analike.net>
 * @created Aug 31, 2026; 8:26 AM
 */
:root {
  --primary-50: #ebf5f1;
  --primary-100: #d9ede5;
  --primary-200: #bfe1d4;
  --primary-300: #99cfb9;
  --primary-400: #66b797;
  --primary-500: #008751;
  /* base color */
  --primary-600: #006c41;
  --primary-700: #005835;
  --primary-800: #004429;
  --primary-900: #002f1c;
  --primary-950: #001b10;
  --accent-50: #FDF9ED;
  --accent-100: #FBF0D4;
  --accent-200: #F6E0A8;
  --accent-300: #F1CF7C;
  --accent-400: #E5BC4E;
  --accent-500: #D4AF37;
  /* Base Gold */
  --accent-600: #B8962B;
  --accent-700: #9C7C1F;
  --accent-800: #806215;
  --accent-900: #64480B;
  --accent-950: #3D2A05;
  --white-50: #ffffff;
  --white-100: #F2F2F2;
  --white-200: #E6E6E6;
  --white-300: #CCCCCC;
  --white-400: #B3B3B3;
  --white-500: #999999;
  --white-600: #808080;
  --white-700: #666666;
  --white-800: #4D4D4D;
  --white-900: #333333;
  --white-950: #1A1A1A;
  --warm-gray-50: #fafaf9;
  --warm-gray-100: #f5f5f4;
  --warm-gray-200: #e7e5e4;
  --warm-gray-300: #d6d3d1;
  --warm-gray-400: #a8a29e;
  --warm-gray-500: #78716c;
  --warm-gray-600: #57534e;
  --warm-gray-700: #44403c;
  --warm-gray-800: #292524;
  --warm-gray-900: #1c1917;
  --warm-gray-950: #0c0a09;
  --cool-gray-50: #f9fafb;
  --cool-gray-100: #f3f4f6;
  --cool-gray-200: #e5e7eb;
  --cool-gray-300: #d1d5db;
  --cool-gray-400: #9ca3af;
  --cool-gray-500: #6b7280;
  --cool-gray-600: #4b5563;
  --cool-gray-700: #374151;
  --cool-gray-800: #1f2937;
  --cool-gray-900: #111827;
  --cool-gray-950: #030712;
  --gray-50: #fafafa;
  --gray-100: #f5f5f5;
  --gray-200: #e5e5e5;
  --gray-300: #d4d4d4;
  --gray-400: #a3a3a3;
  --gray-500: #737373;
  --gray-600: #525252;
  --gray-700: #404040;
  --gray-800: #262626;
  --gray-900: #171717;
  --gray-950: #0a0a0a; }

/**
 * @author Emmanuel Analike <emmanuel@analike.net>
 * @created Aug 31, 2026; 2:17 PM
 */
*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor; }

a, a:active {
  text-decoration: none; }

html, body, p, blockquote, pre, hr,
dl, dd, ol, ul, figure,
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit; }

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0; }

:root {
  --header-height: 4rem;
  --content-width: 1280px;
  --mob-header-height: 4rem;
  --mob-header-top: 0; }

html, body {
  scroll-behavior: auto !important; }

body {
  font-family: "Inter", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.125;
  -webkit-font-smoothing: antialiased;
  color: var(--gray-950); }

p {
  margin-bottom: 1rem;
  line-height: 1.5; }

.content-width {
  width: auto;
  max-width: var(--content-width);
  margin: 0 auto; }

#main-header {
  background-color: var(--primary-700);
  color: var(--primary-100);
  height: var(--header-height);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }
  #main-header .main-header-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: var(--header-height); }
    #main-header .main-header-block .logo-block a {
      display: flex;
      height: 100%;
      align-items: center; }
      #main-header .main-header-block .logo-block a img {
        height: 2rem; }
    #main-header .main-header-block .nav-block ul {
      display: flex; }
      #main-header .main-header-block .nav-block ul li a {
        padding: 0 .75rem;
        color: var(--primary-100);
        text-decoration: none; }
        #main-header .main-header-block .nav-block ul li a.nav-btn {
          padding: .5rem 1rem;
          border: 1px solid var(--primary-400);
          border-radius: 1.25rem; }
    @media (max-width: 1312px) {
      #main-header .main-header-block {
        padding-left: 1rem;
        padding-right: 1rem; } }
  @media (max-width: 992px) {
    #main-header {
      display: none; } }

#main-header-offset {
  height: var(--header-height); }
  @media (max-width: 992px) {
    #main-header-offset {
      height: 0; } }

body.customize-support #main-header {
  top: 32px; }

#main-header-mob {
  padding-top: var(--mob-header-height); }
  #main-header-mob button {
    background: none;
    border: none; }
  #main-header-mob .header {
    position: fixed;
    left: 0;
    top: var(--mob-header-top);
    width: 100%;
    z-index: 1006;
    display: flex;
    height: var(--mob-header-height);
    align-items: center;
    justify-content: space-between;
    padding: .5rem .5rem .5rem .5rem;
    background: var(--primary-700); }
    #main-header-mob .header .logo {
      text-align: left; }
      #main-header-mob .header .logo img {
        max-height: 2rem;
        width: 12rem; }
    #main-header-mob .header .menu-trigger .menu-icon {
      font-size: 2rem;
      color: #FFFFFF; }
  #main-header-mob .header-menu-overlay {
    position: fixed;
    z-index: 1008;
    top: 0;
    left: 0;
    width: 0;
    filter: grayscale(1);
    background: rgba(2, 2, 2, 0.5); }
    #main-header-mob .header-menu-overlay.open {
      width: 100%;
      height: 100%; }
  #main-header-mob .header-menu {
    --menu-width: 18rem;
    position: fixed;
    right: 0;
    top: var(--mob-header-top);
    bottom: 0;
    overflow-y: hidden;
    z-index: 1010;
    width: 0;
    opacity: 0;
    overflow-x: hidden;
    transition: all .3s ease-out;
    background: rgba(251, 248, 255, 0.8); }
    #main-header-mob .header-menu .menu-con {
      min-width: var(--menu-width); }
    #main-header-mob .header-menu .logo {
      text-align: center;
      background: var(--primary-700);
      padding: 3rem 1rem;
      position: relative; }
      #main-header-mob .header-menu .logo .close {
        color: #FFFFFF;
        position: absolute;
        top: .5rem;
        right: 1rem;
        font-size: 1.5rem;
        display: inline-block;
        cursor: pointer;
        padding: .125rem; }
    #main-header-mob .header-menu .menu-list ul {
      margin-top: 1rem;
      padding: 0; }
      #main-header-mob .header-menu .menu-list ul li {
        border-bottom: 1px solid rgba(155, 155, 155, 0.7);
        padding: 0; }
        #main-header-mob .header-menu .menu-list ul li a {
          padding: 1rem;
          color: var(--primary-700);
          font-weight: bold;
          display: block;
          text-decoration: none; }
          #main-header-mob .header-menu .menu-list ul li a:hover {
            color: var(--primary-950); }
        #main-header-mob .header-menu .menu-list ul li:last-of-type {
          border-bottom: none; }
    #main-header-mob .header-menu .contact {
      margin-top: 2rem;
      color: var(--white);
      text-align: center; }
      #main-header-mob .header-menu .contact svg {
        display: inline-block; }
      #main-header-mob .header-menu .contact ul, #main-header-mob .header-menu .contact li {
        padding: 0; }
      #main-header-mob .header-menu .contact .icon {
        display: inline-block;
        color: var(--yellow);
        font-size: 1rem;
        padding: 0.25rem;
        font-weight: 700; }
    #main-header-mob .header-menu.open {
      width: var(--menu-width);
      opacity: 1; }
  @media (min-width: 992px) {
    #main-header-mob {
      display: none; } }

.slide-section {
  min-height: 780px;
  height: 100vh;
  max-height: 1280px;
  position: relative;
  overflow: hidden;
  background: var(--green-deep);
  color: var(--white-50); }
  .slide-section .home-slides {
    position: absolute;
    inset: 0; }
    .slide-section .home-slides .home-slide {
      position: absolute;
      inset: 0;
      opacity: 1;
      transition: opacity 1.2s ease;
      background-size: cover;
      background-position: center; }
      .slide-section .home-slides .home-slide:after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(0, 28, 19, 0.86) 0%, rgba(0, 45, 30, 0.62) 42%, rgba(0, 0, 0, 0.18) 100%), linear-gradient(0deg, rgba(0, 28, 19, 0.65), transparent 45%); }
    .slide-section .home-slides .slide-1 {
      background-image: url("img/slides/lagos.jpg"); }
  .slide-section .home-slide-body {
    padding-top: 20vh;
    z-index: 2;
    color: var(--white-50);
    position: relative; }
    .slide-section .home-slide-body h1 {
      font-family: "Playfair Display", sans-serif;
      font-size: clamp(40px, 6.1vw, 64px);
      font-weight: 700;
      margin: 2rem 0; }
      .slide-section .home-slide-body h1 em {
        font-weight: 500;
        font-size: clamp(36px, 6.1vw, 52px);
        color: var(--primary-50); }
    .slide-section .home-slide-body p {
      max-width: 40rem;
      line-height: 1.2;
      font-size: 1.25rem;
      color: rgba(255, 255, 255, 0.8); }
    .slide-section .home-slide-body .slide-actions {
      margin-top: 5rem; }
  @media (max-width: 1312px) {
    .slide-section {
      padding-left: 1rem;
      padding-right: 1rem; } }

.rn-subtext {
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  letter-spacing: .15rem;
  gap: .5rem;
  color: var(--accent-300); }
  .rn-subtext::before {
    content: "";
    width: 1.5rem;
    height: 2px;
    background-color: var(--accent-300); }
  .rn-subtext.primary {
    color: var(--primary-700); }
    .rn-subtext.primary::before {
      background-color: var(--primary-700); }

.svg-icon {
  display: inline-block;
  vertical-align: center; }

.btn {
  padding: 1rem 1.5rem;
  border-radius: 1.5rem;
  font-weight: 600;
  cursor: pointer;
  border-width: 1px;
  border-color: transparent;
  transition: background-color 0.25s ease; }
  .btn.btn-accent {
    background-color: var(--accent-400);
    color: var(--gray-950); }
    .btn.btn-accent:hover {
      background-color: var(--gray-950);
      color: var(--accent-400); }
  .btn.btn-primary {
    background-color: var(--primary-700);
    color: var(--white-100); }
    .btn.btn-primary:hover {
      background-color: var(--white-50);
      color: var(--primary-700);
      border: 1px solid var(--primary-700); }
  .btn.btn-primary-outline {
    background-color: transparent;
    color: var(--primary-600);
    border: 1px solid var(--primary-600); }
    .btn.btn-primary-outline:hover {
      background-color: var(--primary-600);
      color: var(--white-50);
      border-color: var(--primary-600); }

.home-section {
  padding: 5rem 0;
  background-color: var(--accent-50); }
  @media (max-width: 1312px) {
    .home-section {
      padding-right: 1rem;
      padding-left: 1rem; } }
  .home-section .section-label {
    background-color: var(--primary-100);
    color: var(--primary-600);
    font-weight: 600;
    padding: .5rem 1rem;
    border-radius: 1rem;
    text-transform: uppercase;
    letter-spacing: .0625rem;
    font-size: .9rem;
    display: inline-block;
    margin-bottom: 1rem; }
    .home-section .section-label.dark {
      background-color: var(--primary-600);
      color: var(--primary-100); }
    .home-section .section-label.accent {
      background-color: var(--accent-300);
      color: #111; }
  .home-section .section-head {
    text-align: center;
    margin-bottom: 2rem; }
    .home-section .section-head h2 {
      font-size: 3rem;
      font-family: "Playfair Display", sans-serif;
      font-weight: 700;
      margin-bottom: 2rem; }
    .home-section .section-head p {
      opacity: .85; }
    .home-section .section-head .continue-link {
      text-align: right; }
      .home-section .section-head .continue-link a {
        color: var(--primary-800);
        font-weight: 500; }
      .home-section .section-head .continue-link.accent a {
        color: var(--accent-500); }
    .home-section .section-head.left {
      text-align: left; }
  .home-section .section-action {
    margin: 5rem 1rem 1rem 1rem;
    text-align: center; }
    .home-section .section-action.left {
      text-align: left; }
  .home-section .mission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center; }
    .home-section .mission-grid .our-mission {
      padding-right: 2rem; }
      .home-section .mission-grid .our-mission h2 {
        font-size: 3rem;
        font-family: "Playfair Display", sans-serif;
        font-weight: 700;
        margin-bottom: 2rem; }
      .home-section .mission-grid .our-mission p {
        margin-bottom: 1rem;
        line-height: 1.5; }
  .home-section .pillars-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.125rem; }
    .home-section .pillars-grid .pillar-card {
      background-color: var(--white-50);
      padding: 2rem;
      text-align: center;
      border-radius: 1rem;
      border-top: 0.25rem solid var(--primary-700);
      box-shadow: 0 3px 3px var(--white-200); }
      .home-section .pillars-grid .pillar-card h3 {
        font-size: 1.25rem;
        font-weight: 700;
        margin: 1rem 0; }
      .home-section .pillars-grid .pillar-card > .icon {
        font-size: 3rem;
        color: var(--primary-700); }
        .home-section .pillars-grid .pillar-card > .icon .svg-icon {
          font-size: 4rem; }
  @media (max-width: 992px) {
    .home-section .mission-grid {
      grid-template-columns: 1fr; }
    .home-section .pillars-grid {
      grid-template-columns: 1fr 1fr; } }
  .home-section .sectors-grid {
    display: grid;
    gap: 1.2rem;
    grid-template-columns: repeat(4, 1fr); }
    .home-section .sectors-grid .sector-card {
      padding: 1rem;
      background-color: var(--primary-800);
      text-align: center;
      border: 1px solid var(--primary-600);
      border-radius: 1rem;
      transition: all 0.4s ease; }
      .home-section .sectors-grid .sector-card .icon {
        font-size: 4rem;
        padding: 1.5rem 0;
        color: var(--accent-500); }
      .home-section .sectors-grid .sector-card h3 {
        font-size: 1.25rem;
        padding: .75rem;
        font-weight: 700; }
      .home-section .sectors-grid .sector-card .number {
        color: var(--accent-500);
        font-size: 2rem;
        font-weight: 700;
        padding: 1rem 0; }
      .home-section .sectors-grid .sector-card p {
        opacity: .8;
        font-size: .9rem; }
      .home-section .sectors-grid .sector-card:hover {
        border-color: var(--accent-500);
        filter: brightness(1.2); }
  @media (max-width: 992px) {
    .home-section .sectors-grid {
      grid-template-columns: 1fr; } }
  .home-section .numbers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--primary-700);
    border-bottom: 1px solid var(--primary-700); }
    .home-section .numbers-grid .number-card {
      justify-content: center;
      padding: 3rem 1rem 1rem 1rem;
      border-right: 1px solid var(--primary-700); }
      .home-section .numbers-grid .number-card .number {
        font-size: 2.5rem;
        font-weight: 700;
        color: var(--primary-600);
        margin-bottom: 1rem; }
      .home-section .numbers-grid .number-card h3 {
        font-weight: 700;
        margin-bottom: 1rem; }
      .home-section .numbers-grid .number-card p {
        font-size: .85rem;
        opacity: .8; }
      .home-section .numbers-grid .number-card:last-child {
        border-right: none; }
  @media (max-width: 992px) {
    .home-section .numbers-grid {
      grid-template-columns: 1fr 1fr; }
      .home-section .numbers-grid .number-card:nth-child(2) {
        border-right: none; }
      .home-section .numbers-grid .number-card:nth-child(-n+2) {
        border-bottom: 1px solid var(--primary-700); } }
  .home-section .newsletter-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; }
    .home-section .newsletter-grid .newsletter-card {
      text-align: center; }
      .home-section .newsletter-grid .newsletter-card .newsletter-actions {
        margin-top: 2.5rem; }
        .home-section .newsletter-grid .newsletter-card .newsletter-actions a:last-child {
          margin-left: 1rem; }
      .home-section .newsletter-grid .newsletter-card .subscribe {
        background-color: var(--white-50);
        padding: .5rem;
        border-radius: 2rem;
        display: flex; }
        .home-section .newsletter-grid .newsletter-card .subscribe input {
          margin-left: 1rem;
          padding: .75rem .75rem .75rem 0;
          outline: none;
          border: none;
          flex-grow: 1; }
      .home-section .newsletter-grid .newsletter-card.left, .home-section .newsletter-grid .newsletter-card.left .section-head {
        text-align: left; }
  @media (max-width: 992px) {
    .home-section .newsletter-grid {
      grid-template-columns: 1fr; } }
  .home-section .video-wrapper {
    max-width: 60rem;
    margin: 0 auto;
    border-radius: 1rem;
    overflow: hidden;
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-500), var(--primary-700)); }
    .home-section .video-wrapper .video-play {
      font-size: 2rem;
      line-height: 1;
      width: 5rem;
      height: 5rem;
      color: var(--accent-100);
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.4);
      text-align: center;
      cursor: pointer;
      transition: all .5s ease; }
      .home-section .video-wrapper .video-play:hover {
        background-color: var(--accent-500);
        color: var(--gray-900); }
  .home-section .profiles-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr); }
  .home-section .companies-grid {
    display: grid;
    gap: 1em;
    grid-template-columns: 2fr 1fr 1fr; }
    .home-section .companies-grid .company-card .company-note {
      display: none; }
    .home-section .companies-grid .company-card:first-child {
      grid-row: span 2; }
      .home-section .companies-grid .company-card:first-child .company-note {
        display: block; }
  @media (max-width: 992px) {
    .home-section .profiles-grid {
      grid-template-columns: 1fr; }
    .home-section .companies-grid {
      grid-template-columns: 1fr; }
      .home-section .companies-grid .company-card .company-note {
        display: block; } }
  .home-section .featured-posts {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 1.125rem; }
    .home-section .featured-posts .the-post {
      position: relative;
      border-radius: 1rem;
      border: 1px solid rgba(0, 0, 0, 0.2);
      overflow: hidden; }
      .home-section .featured-posts .the-post .the-body {
        padding: 1rem; }
      .home-section .featured-posts .the-post .the-category {
        padding: .25rem .5rem;
        font-weight: bold;
        font-size: .6rem;
        background-color: var(--accent-300);
        color: var(--gray-800);
        position: absolute;
        top: 1rem;
        left: 1rem;
        border-radius: .5rem; }
      .home-section .featured-posts .the-post .the-img {
        display: block;
        object-fit: cover;
        aspect-ratio: 4/3;
        overflow: hidden; }
        .home-section .featured-posts .the-post .the-img img {
          object-fit: cover;
          aspect-ratio: 4/3;
          object-position: top;
          transition: all 0.3s ease; }
      .home-section .featured-posts .the-post h3 {
        font-weight: 700;
        font-family: "Fraunces", sans-serif;
        margin-bottom: 1rem; }
        .home-section .featured-posts .the-post h3, .home-section .featured-posts .the-post h3 a {
          color: var(--gray-800); }
      .home-section .featured-posts .the-post .the-excerpt {
        display: none;
        color: var(--gray-600);
        font-size: .9rem; }
      .home-section .featured-posts .the-post:first-child {
        grid-row: span 2; }
        .home-section .featured-posts .the-post:first-child .the-excerpt {
          display: block; }
      .home-section .featured-posts .the-post:hover img {
        transform: scale(1.2); }
  @media (max-width: 992px) {
    .home-section .featured-posts {
      grid-template-columns: 1fr; } }
  .home-section.section-1 {
    background-color: var(--white-50);
    color: var(--gray-950); }
  .home-section.section-2 {
    background-color: var(--primary-700);
    color: var(--white-50); }
  .home-section.section-3 {
    background-color: var(--accent-300);
    color: var(--gray-950); }
  .home-section.section-4 {
    background-color: var(--primary-900);
    color: var(--white-100); }

.profile-card {
  border-radius: 1rem;
  overflow: hidden;
  background-color: var(--white-50);
  display: flex;
  flex-direction: column;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }
  .profile-card img {
    height: 20rem;
    object-fit: cover;
    width: 100%;
    object-position: top; }
  .profile-card .profile-body {
    padding: 1rem;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between; }
    .profile-card .profile-body h3 {
      font-weight: 700;
      font-size: 1.125rem;
      font-family: "Fraunces", sans-serif;
      color: var(--gray-800); }
    .profile-card .profile-body .profile-role, .profile-card .profile-body .profile-note, .profile-card .profile-body .profile-industry, .profile-card .profile-body .profile-location {
      font-size: .9rem; }
    .profile-card .profile-body .profile-role {
      color: var(--gray-600);
      display: inline-block;
      margin-top: .5rem;
      font-size: .7rem; }
    .profile-card .profile-body .profile-location {
      color: var(--primary-600);
      text-transform: uppercase;
      font-weight: 600;
      font-size: .7rem;
      margin-top: .5rem; }
    .profile-card .profile-body .profile-industry {
      text-transform: lowercase;
      color: var(--gray-500); }
    .profile-card .profile-body .profile-note {
      color: var(--gray-500); }
    .profile-card .profile-body p {
      margin: .75rem 0; }

.company-card {
  background-color: var(--white-50);
  border-radius: 1rem;
  overflow: hidden;
  color: var(--gray-500);
  display: flex;
  flex-direction: column; }
  .company-card img {
    aspect-ratio: 3/2;
    object-fit: cover;
    object-position: top; }
  .company-card h3 {
    font-size: 1.125rem;
    font-family: "Fraunces", sans-serif;
    font-weight: 700;
    color: var(--gray-900);
    padding: .5rem 0; }
  .company-card .company-body {
    padding: 1rem;
    font-size: .9rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between; }
    .company-card .company-body .company-industry {
      display: inline-block;
      margin: .25rem 0 1rem 0;
      font-size: .7rem; }
    .company-card .company-body .company-note {
      margin: .5rem 0; }
    .company-card .company-body .company-location {
      color: var(--primary-600);
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .0625rem;
      font-size: .7rem; }

#main-footer {
  padding-top: 3rem;
  background-color: var(--primary-900);
  color: var(--white-300); }
  #main-footer .footer-grid {
    display: grid;
    gap: .5rem;
    grid-template-columns: 2fr repeat(3, 1fr);
    padding-bottom: 1rem; }
    #main-footer .footer-grid .footer-card .footer-logo {
      margin-bottom: 2rem; }
      #main-footer .footer-grid .footer-card .footer-logo img {
        max-width: 100%; }
    #main-footer .footer-grid .footer-card h3 {
      font-weight: 700;
      color: var(--accent-300);
      margin-bottom: 1.25rem; }
    #main-footer .footer-grid .footer-card p {
      font-size: .9rem; }
    #main-footer .footer-grid .footer-card .footer-links ul li {
      padding-bottom: .75rem; }
      #main-footer .footer-grid .footer-card .footer-links ul li a {
        color: var(--white-400); }
        #main-footer .footer-grid .footer-card .footer-links ul li a:hover {
          color: var(--white-50); }
  #main-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    padding: 1rem 0;
    justify-content: space-between;
    font-size: .8rem;
    color: var(--white-600); }
    #main-footer .footer-bottom a {
      color: var(--white-500); }
  @media (max-width: 1312px) {
    #main-footer {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media (max-width: 992px) {
    #main-footer .footer-grid {
      grid-template-columns: 1fr 1fr;
      text-align: center; }
      #main-footer .footer-grid .footer-card:first-child {
        grid-column: span 2; }
        #main-footer .footer-grid .footer-card:first-child .footer-logo img {
          margin: 0 auto; }
      #main-footer .footer-grid .footer-card:last-child {
        grid-column: span 2; }
    #main-footer .footer-bottom {
      display: block;
      font-size: 1rem; }
      #main-footer .footer-bottom > span {
        display: block;
        margin: .75rem 0;
        text-align: center; }
        #main-footer .footer-bottom > span:first-child {
          margin-bottom: 1.5rem; }
        #main-footer .footer-bottom > span:last-child {
          font-size: .75rem; } }
